diff --git a/data/blocks/block._SSlP12Ybk.json b/data/blocks/block._SSlP12Ybk.json new file mode 100644 index 0000000..21c8e99 --- /dev/null +++ b/data/blocks/block._SSlP12Ybk.json @@ -0,0 +1,10 @@ +{ + "id": "_SSlP12Ybk", + "data": { + "demoId": "table-list", + "groupIds": ["breakpoint"], + "tokenType": "" + }, + "size": null, + "blockType": "design-tokens" +} diff --git a/data/blocks/block.bdykDba0R9.json b/data/blocks/block.bdykDba0R9.json new file mode 100644 index 0000000..67d2a00 --- /dev/null +++ b/data/blocks/block.bdykDba0R9.json @@ -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" +} diff --git a/data/blocks/block.qPqWUeZnCl.json b/data/blocks/block.qPqWUeZnCl.json new file mode 100644 index 0000000..efa821a --- /dev/null +++ b/data/blocks/block.qPqWUeZnCl.json @@ -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" +} diff --git a/data/blocks/block.rqvdVhZhQt.json b/data/blocks/block.rqvdVhZhQt.json new file mode 100644 index 0000000..2412cc5 --- /dev/null +++ b/data/blocks/block.rqvdVhZhQt.json @@ -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" +} diff --git a/data/knapsack.custom-page.Components-Overview.yml b/data/knapsack.custom-page.Components-Overview.yml index 95a64bf..c98861f 100644 --- a/data/knapsack.custom-page.Components-Overview.yml +++ b/data/knapsack.custom-page.Components-Overview.yml @@ -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: diff --git a/data/knapsack.custom-page.example-page.yml b/data/knapsack.custom-page.example-page.yml new file mode 100644 index 0000000..83ee4b9 --- /dev/null +++ b/data/knapsack.custom-page.example-page.yml @@ -0,0 +1,7 @@ +id: example-page +title: Example Page +blockIds: + - bdykDba0R9 + - rqvdVhZhQt + - _SSlP12Ybk + - qPqWUeZnCl diff --git a/data/knapsack.design-tokens.json b/data/knapsack.design-tokens.json index 5af4ef4..0fc9f63 100644 --- a/data/knapsack.design-tokens.json +++ b/data/knapsack.design-tokens.json @@ -81,7 +81,7 @@ }, "primary": { "$type": "color", - "$value": "{color.base.red}" + "$value": "{color.base.blue}" }, "tertiary": { "$type": "color", diff --git a/data/knapsack.navs.yml b/data/knapsack.navs.yml index 58a6772..b0aeeba 100644 --- a/data/knapsack.navs.yml +++ b/data/knapsack.navs.yml @@ -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 @@ -244,7 +249,6 @@ order: - Simple - author - button - - button-poc - Complex - top-nav - card @@ -276,3 +280,5 @@ order: - Page-Level-Prototyping - Page-Builders - one-pager + - button-poc + - example-page diff --git a/data/knapsack.pattern.button.json b/data/knapsack.pattern.button.json index d8d9074..04cb21f 100644 --- a/data/knapsack.pattern.button.json +++ b/data/knapsack.pattern.button.json @@ -117,7 +117,7 @@ } ], "statuses": { - "design": "ready", + "design": "needs-updated", "react": "ready", "twig": "ready", "handlebars": "ready",