-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(knapsack): update to components config, arrangement (#2113)
- Loading branch information
1 parent
78a5418
commit 81d8334
Showing
74 changed files
with
1,520 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"id": "0n-okWquA", | ||
"title": "Radio", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "form-field", | ||
"templateId": "web-components-I5Sx1HQnJ", | ||
"data": { | ||
"props": { | ||
"label": "Radio field label" | ||
}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "template-demo", | ||
"patternId": "radio", | ||
"templateId": "web-components-qk2MWcBipT", | ||
"demoId": "RMPpKHlzd" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"id": "1cr3GRlfdT", | ||
"title": "Switch", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "form-field", | ||
"templateId": "web-components-I5Sx1HQnJ", | ||
"data": { | ||
"props": { | ||
"label": "Form field label" | ||
}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "template-demo", | ||
"patternId": "switch", | ||
"templateId": "web-components-tGj2TvSrpD", | ||
"demoId": "U89p0LyOsP" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"id": "8VqxwwTyJ", | ||
"title": "Arrow back", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "icon", | ||
"templateId": "web-components-N8bzRbfpuX", | ||
"data": { | ||
"props": {}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "text", | ||
"text": "arrow_back" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"id": "CvFKcI1eN0", | ||
"title": "Main", | ||
"type": "data", | ||
"patternId": "check-list-item", | ||
"templateId": "web-components-M18BFFHM3h", | ||
"data": { | ||
"props": { | ||
"graphic": "avatar", | ||
"selected": true, | ||
"left": false, | ||
"hasMeta": true, | ||
"twoLine": true | ||
}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "text", | ||
"text": "Check list item" | ||
} | ||
], | ||
"graphic": [ | ||
{ | ||
"type": "template-demo", | ||
"patternId": "icon", | ||
"templateId": "web-components-N8bzRbfpuX", | ||
"demoId": "bn4zy44TYR" | ||
} | ||
], | ||
"secondary": [ | ||
{ | ||
"type": "text", | ||
"text": "secondary text" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"id": "E5NLCltz6", | ||
"title": "Main", | ||
"type": "data", | ||
"patternId": "naviigation-list-item", | ||
"templateId": "web-components-Qtmmi7N-aL", | ||
"data": { | ||
"props": { | ||
"hasChildren": true, | ||
"graphic": "avatar" | ||
}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "text", | ||
"text": "Navigation item" | ||
} | ||
], | ||
"graphic": [ | ||
{ | ||
"type": "template-demo", | ||
"patternId": "icon", | ||
"templateId": "web-components-N8bzRbfpuX", | ||
"demoId": "bn4zy44TYR" | ||
} | ||
], | ||
"expansion-panel": [ | ||
{ | ||
"type": "template-demo", | ||
"patternId": "list", | ||
"templateId": "web-components-fObxCsu2i8", | ||
"demoId": "SIyOkmonoE" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "MQBKTe4GON", | ||
"title": "Arrow back", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "icon-button", | ||
"templateId": "web-components-ctiCe2sAX", | ||
"data": { | ||
"props": { | ||
"icon": "arrow_back" | ||
}, | ||
"slots": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"id": "MzuUqdOHZA", | ||
"title": "Main", | ||
"type": "data", | ||
"patternId": "radio-list-item", | ||
"templateId": "web-components-fwKtEBOnv", | ||
"data": { | ||
"props": { | ||
"graphic": "avatar" | ||
}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "text", | ||
"text": "Radio list item" | ||
} | ||
], | ||
"graphic": [ | ||
{ | ||
"type": "template-demo", | ||
"patternId": "icon", | ||
"templateId": "web-components-N8bzRbfpuX", | ||
"demoId": "bn4zy44TYR" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"id": "SIyOkmonoE", | ||
"title": "Sub navigation", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "list", | ||
"templateId": "web-components-fObxCsu2i8", | ||
"data": { | ||
"props": { | ||
"activatible": true, | ||
"graphic": "avatar" | ||
}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "template-demo", | ||
"patternId": "naviigation-list-item", | ||
"templateId": "web-components-Qtmmi7N-aL", | ||
"demoId": "v3IaS3HWdf" | ||
}, | ||
{ | ||
"type": "template-demo", | ||
"patternId": "naviigation-list-item", | ||
"templateId": "web-components-Qtmmi7N-aL", | ||
"demoId": "v3IaS3HWdf" | ||
}, | ||
{ | ||
"type": "template-demo", | ||
"patternId": "naviigation-list-item", | ||
"templateId": "web-components-Qtmmi7N-aL", | ||
"demoId": "v3IaS3HWdf" | ||
}, | ||
{ | ||
"type": "template-demo", | ||
"patternId": "naviigation-list-item", | ||
"templateId": "web-components-Qtmmi7N-aL", | ||
"demoId": "v3IaS3HWdf" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"id": "Xr7IHJQ1", | ||
"title": "Close", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "icon", | ||
"templateId": "web-components-N8bzRbfpuX", | ||
"data": { | ||
"props": {}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "text", | ||
"text": "close" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"id": "ezyQjAA-T1", | ||
"title": "Chevron", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "icon", | ||
"templateId": "web-components-N8bzRbfpuX", | ||
"data": { | ||
"props": {}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "text", | ||
"text": "chevron_right" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"id": "hjXCY4fSqY", | ||
"title": "Navigation list", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "list", | ||
"templateId": "web-components-fObxCsu2i8", | ||
"data": { | ||
"props": { | ||
"activatible": true | ||
}, | ||
"slots": { | ||
"default": [ | ||
{ | ||
"type": "template-demo", | ||
"patternId": "naviigation-list-item", | ||
"templateId": "web-components-Qtmmi7N-aL", | ||
"demoId": "E5NLCltz6" | ||
}, | ||
{ | ||
"type": "template-demo", | ||
"patternId": "naviigation-list-item", | ||
"templateId": "web-components-Qtmmi7N-aL", | ||
"demoId": "E5NLCltz6" | ||
}, | ||
{ | ||
"type": "template-demo", | ||
"patternId": "naviigation-list-item", | ||
"templateId": "web-components-Qtmmi7N-aL", | ||
"demoId": "E5NLCltz6" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "i-aFgnERP", | ||
"title": "help", | ||
"description": "A description", | ||
"type": "data", | ||
"patternId": "icon-button", | ||
"templateId": "web-components-ctiCe2sAX", | ||
"data": { | ||
"props": { | ||
"icon": "help" | ||
}, | ||
"slots": {} | ||
} | ||
} |
Oops, something went wrong.