diff --git a/data/demos/demo.2ysfvm4ShE.json b/data/demos/demo.2ysfvm4ShE.json index 90394403..dfee19e9 100644 --- a/data/demos/demo.2ysfvm4ShE.json +++ b/data/demos/demo.2ysfvm4ShE.json @@ -2,16 +2,17 @@ "data": { "props": { "mode": "info", - "size": "medium", + "size": "large", "type": "solid", "url": "#url", "outline": false, - "icon": false + "icon": false, + "action": "warning" }, "slots": { "children": [ { - "text": "Button", + "text": "Best Button", "type": "text" } ] diff --git a/data/knapsack.design-tokens.json b/data/knapsack.design-tokens.json index 7791fff3..379c63a8 100644 --- a/data/knapsack.design-tokens.json +++ b/data/knapsack.design-tokens.json @@ -7,7 +7,7 @@ }, "blue": { "$type": "color", - "$value": "#207FF9" + "$value": "{color.base.orange}" }, "green": { "$type": "color", @@ -356,7 +356,7 @@ "$value": "#ffffff" }, "light": { - "$value": "#7b58cf" + "$value": "{color.brand.secondary}" }, "$type": "color", "$extensions": { diff --git a/data/knapsack.pattern.card.json b/data/knapsack.pattern.card.json index e66de2a4..4e7c0559 100644 --- a/data/knapsack.pattern.card.json +++ b/data/knapsack.pattern.card.json @@ -18,7 +18,32 @@ "alias": "Card", "templateLanguageId": "react", "spec": { - "isInferred": true + "props": { + "$schema": "http://json-schema.org/draft-07/schema", + "type": "object", + "required": [], + "properties": { + "body": { + "type": "string", + "description": "Content to fill out ONE paragraph" + }, + "imgSrc": { + "type": "string" + }, + "title": { + "type": "string" + }, + "label": { + "type": "string" + } + } + }, + "slots": { + "children": { + "title": "children", + "description": "undefined. Only use: author, button" + } + } }, "demoIds": [ "RN96ZpJJpY",