Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

color change! - Andrew Rohman #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions data/blocks/block._SSlP12Ybk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "_SSlP12Ybk",
"data": {
"demoId": "table-list",
"groupIds": ["breakpoint"],
"tokenType": ""
},
"size": null,
"blockType": "design-tokens"
}
27 changes: 27 additions & 0 deletions data/blocks/block.bdykDba0R9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "bdykDba0R9",
"data": {
"type": "info",
"content": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"text": "Hey Watch Out!",
"type": "text",
"marks": [
{
"type": "bold"
}
]
}
]
}
]
}
},
"size": null,
"blockType": "callout"
}
10 changes: 10 additions & 0 deletions data/blocks/block.qPqWUeZnCl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "qPqWUeZnCl",
"data": {
"url": "https://www.figma.com/file/zUm5kTRtnkFUh5JUsBwwWl/Demo-Design-System-Library?type=design&node-id=1%3A2&t=MNcAWlM1fA9GQ8Xx-1",
"height": "480",
"clickToInteract": false
},
"size": null,
"blockType": "figma-block"
}
96 changes: 96 additions & 0 deletions data/blocks/block.rqvdVhZhQt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"id": "rqvdVhZhQt",
"data": {
"content": {
"type": "doc",
"content": [
{
"type": "table",
"content": [
{
"type": "tableRow",
"content": [
{
"type": "tableHeader",
"content": [
{
"type": "paragraph",
"content": [
{
"text": "A",
"type": "text"
}
]
}
]
},
{
"type": "tableHeader",
"content": [
{
"type": "paragraph",
"content": [
{
"text": "B",
"type": "text"
}
]
}
]
},
{
"type": "tableHeader",
"content": [
{
"type": "paragraph",
"content": [
{
"text": "C",
"type": "text"
}
]
}
]
}
]
},
{
"type": "tableRow",
"content": [
{
"type": "tableCell",
"content": [
{
"type": "paragraph",
"content": []
}
]
},
{
"type": "tableCell",
"content": [
{
"type": "paragraph",
"content": []
}
]
},
{
"type": "tableCell",
"content": [
{
"type": "paragraph",
"content": []
}
]
}
]
}
]
}
]
}
},
"size": null,
"blockType": "table"
}
2 changes: 1 addition & 1 deletion data/knapsack.custom-page.Components-Overview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ settings:
tokenName: color.base.white
backgroundColor:
type: design-token
tokenName: color.brand.black
tokenName: color.brand.primary
hideTableOfContents: true
description: Browse all available components and understand current status
blockIds:
Expand Down
7 changes: 7 additions & 0 deletions data/knapsack.custom-page.example-page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
id: example-page
title: Example Page
blockIds:
- bdykDba0R9
- rqvdVhZhQt
- _SSlP12Ybk
- qPqWUeZnCl
2 changes: 1 addition & 1 deletion data/knapsack.design-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"primary": {
"$type": "color",
"$value": "{color.base.red}"
"$value": "{color.base.blue}"
},
"tertiary": {
"$type": "color",
Expand Down
8 changes: 7 additions & 1 deletion data/knapsack.navs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ byId:
name: Customizing the Workspace
parentId: guidance
path: /pages/customizing-the-workspace
example-page:
id: example-page
name: Example Page
parentId: Prototyping
path: /pages/example-page
footer:
id: footer
name: Footer
Expand Down Expand Up @@ -244,7 +249,6 @@ order:
- Simple
- author
- button
- button-poc
- Complex
- top-nav
- card
Expand Down Expand Up @@ -276,3 +280,5 @@ order:
- Page-Level-Prototyping
- Page-Builders
- one-pager
- button-poc
- example-page
2 changes: 1 addition & 1 deletion data/knapsack.pattern.button.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}
],
"statuses": {
"design": "ready",
"design": "needs-updated",
"react": "ready",
"twig": "ready",
"handlebars": "ready",
Expand Down
Loading