Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing cloud authoring - Josh Mabry #2089

Closed
wants to merge 1 commit into from
Closed
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
7 changes: 7 additions & 0 deletions knapsack/data/blocks/block.d0NgtEmWM.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "d0NgtEmWM",
"blockType": "text-editor",
"data": {
"content": {}
}
}
7 changes: 7 additions & 0 deletions knapsack/data/blocks/block.yQUYdOcLyh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "yQUYdOcLyh",
"blockType": "pattern-status-table-block",
"data": {
"excludeHiddenNavItems": false
}
}
7 changes: 7 additions & 0 deletions knapsack/data/blocks/block.yakWym5jjp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "yakWym5jjp",
"blockType": "text-editor",
"data": {
"content": {}
}
}
27 changes: 27 additions & 0 deletions knapsack/data/db.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
blocks:
settings:
tokens:
rootFontSize: 16px
demos:
settings: {}
settings:
logoUrl: ''
theme:
appearance:
customFonts: []
navigation:
primaryNav: {}
secondaryNav: {}
tabs: {}
pageElements:
bodyText: {}
headingLarge: {}
headingMedium: {}
headingSmall: {}
headingXLarge: {}
headingXSmall: {}
link: {}
pageDescription: {}
pageTitle: {}
version: 10
title: ''
65 changes: 65 additions & 0 deletions knapsack/data/demos/demo.1OH1Dga5C0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"id": "1OH1Dga5C0",
"title": "Main",
"type": "data",
"patternId": "status-header",
"templateId": "web-components-UDLnfGbB2W",
"data": {
"props": {
"titleText": "Active item details",
"statusText": "In progress",
"statusHelper": "the helper text for the status",
"state": "active"
},
"slots": {
"status-header-actions": [
{
"type": "template-demo",
"patternId": "icon-button",
"templateId": "web-components-ctiCe2sAX",
"demoId": "BueNSFTYn"
}
],
"status-header-icon": [
{
"type": "template-demo",
"patternId": "circular-progress",
"templateId": "web-components-iMsVIQ6gtb",
"demoId": "b7gHexlITw"
}
],
"status-header-text": [
{
"type": "template-demo",
"patternId": "status-header-item",
"templateId": "web-components-55FkYSafco",
"demoId": "YHuTizup8"
},
{
"type": "template-demo",
"patternId": "status-header-item",
"templateId": "web-components-55FkYSafco",
"demoId": "YHuTizup8"
},
{
"type": "template-demo",
"patternId": "status-header-item",
"templateId": "web-components-55FkYSafco",
"demoId": "YHuTizup8"
},
{
"type": "template-demo",
"patternId": "status-header-item",
"templateId": "web-components-55FkYSafco",
"demoId": "YHuTizup8"
},
{
"type": "template-demo",
"patternId": "status-header-item",
"templateId": "web-components-55FkYSafco",
"demoId": "YHuTizup8"
}
]
}
}
}
13 changes: 13 additions & 0 deletions knapsack/data/demos/demo.3HxZQWfBi9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "3HxZQWfBi9",
"title": "Main",
"type": "data",
"patternId": "tab",
"templateId": "web-components-1-Bf2NwL1T",
"data": {
"props": {
"label": "Tab label "
},
"slots": {}
}
}
30 changes: 30 additions & 0 deletions knapsack/data/demos/demo.3VTw68n4F5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"id": "3VTw68n4F5",
"title": "Main",
"type": "data",
"patternId": "icon-radio",
"templateId": "web-components-gmBL6Mhy4",
"data": {
"props": {},
"slots": {
"icon": [
{
"type": "template-demo",
"patternId": "icon",
"templateId": "web-components-N8bzRbfpuX",
"demoId": "bn4zy44TYR"
}
],
"text": [
{
"type": "text",
"text": "Balance"
},
{
"type": "text",
"text": "Every week"
}
]
}
}
}
31 changes: 31 additions & 0 deletions knapsack/data/demos/demo.5aKkBtql-E.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "5aKkBtql-E",
"title": "Main",
"type": "data",
"patternId": "snackbar",
"templateId": "web-components-3ERE1Ai9lo",
"data": {
"props": {
"open": true,
"labelText": "Can't send photo. Retry in 5 seconds."
},
"slots": {
"action": [
{
"type": "template-demo",
"patternId": "button",
"templateId": "web-components-raE1x4tYL",
"demoId": "E5ymzzEPs"
}
],
"dismiss": [
{
"type": "template-demo",
"patternId": "icon-button",
"templateId": "web-components-ctiCe2sAX",
"demoId": "BueNSFTYn"
}
]
}
}
}
23 changes: 23 additions & 0 deletions knapsack/data/demos/demo.5lBJhPKvTj.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"id": "5lBJhPKvTj",
"title": "Main",
"type": "data",
"patternId": "app-shell",
"templateId": "web-components-z8r4uoVkf",
"data": {
"props": {
"appName": "[App name]",
"sectionName": "[Section name]"
},
"slots": {
"section-action": [
{
"type": "template-demo",
"patternId": "icon-button",
"templateId": "web-components-ctiCe2sAX",
"demoId": "BueNSFTYn"
}
]
}
}
}
26 changes: 26 additions & 0 deletions knapsack/data/demos/demo.7gFch0E4yr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"id": "7gFch0E4yr",
"title": "Main",
"type": "data",
"patternId": "tree-list-item",
"templateId": "web-components-1jOFYZB9ms",
"data": {
"props": {
"icon": "description"
},
"slots": {
"label": [
{
"type": "text",
"text": "Tree list item"
}
],
"extraContent": [
{
"type": "text",
"text": "Secondary text"
}
]
}
}
}
44 changes: 44 additions & 0 deletions knapsack/data/demos/demo.8QAZfNvobo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"id": "8QAZfNvobo",
"title": "Main",
"type": "data",
"patternId": "empty-state",
"templateId": "web-components-E0GwXgHJv",
"data": {
"props": {
"headline": "You don't have access to this area",
"subtitle": "You don't have permission to view this application. Please contact your system administrator for further details.",
"icon": "lock"
},
"slots": {
"button": [
{
"type": "template-demo",
"patternId": "button",
"templateId": "web-components-raE1x4tYL",
"demoId": "E5ymzzEPs"
},
{
"type": "template-demo",
"patternId": "button",
"templateId": "web-components-raE1x4tYL",
"demoId": "E5ymzzEPs"
}
],
"buttons": [
{
"type": "template-demo",
"patternId": "button",
"templateId": "web-components-raE1x4tYL",
"demoId": "E5ymzzEPs"
},
{
"type": "template-demo",
"patternId": "button",
"templateId": "web-components-raE1x4tYL",
"demoId": "E5ymzzEPs"
}
]
}
}
}
13 changes: 13 additions & 0 deletions knapsack/data/demos/demo.BueNSFTYn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "BueNSFTYn",
"title": "Main",
"type": "data",
"patternId": "icon-button",
"templateId": "web-components-ctiCe2sAX",
"data": {
"props": {
"icon": "houseboat"
},
"slots": {}
}
}
21 changes: 21 additions & 0 deletions knapsack/data/demos/demo.CkH7TzkgbA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"id": "CkH7TzkgbA",
"title": "Headline 3",
"description": "A description",
"type": "data",
"patternId": "text",
"templateId": "web-components-FXCMXD35mF",
"data": {
"props": {
"scale": "headline3"
},
"slots": {
"default": [
{
"type": "text",
"text": "The quick brown fox jumps over the lazy dog"
}
]
}
}
}
13 changes: 13 additions & 0 deletions knapsack/data/demos/demo.E5ymzzEPs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "E5ymzzEPs",
"title": "Main",
"type": "data",
"patternId": "button",
"templateId": "web-components-raE1x4tYL",
"data": {
"props": {
"label": "test"
},
"slots": {}
}
}
23 changes: 23 additions & 0 deletions knapsack/data/demos/demo.F84crA5Gx4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"id": "F84crA5Gx4",
"title": "Main",
"type": "data",
"patternId": "side-sheet",
"templateId": "web-components-UMR43JQszt",
"data": {
"props": {
"open": true,
"heading": "Sample side sheet"
},
"slots": {
"default": [
{
"type": "text",
"text": "Here lies the side sheet content"
}
]
}
},
"height": 502,
"width": 895
}
30 changes: 30 additions & 0 deletions knapsack/data/demos/demo.FTt0oVydi1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"id": "FTt0oVydi1",
"title": "Main",
"type": "data",
"patternId": "icon-checkbox",
"templateId": "web-components-jTiv8OpG9M",
"data": {
"props": {},
"slots": {
"icon": [
{
"type": "template-demo",
"patternId": "icon",
"templateId": "web-components-N8bzRbfpuX",
"demoId": "bn4zy44TYR"
}
],
"text": [
{
"type": "text",
"text": "Balance"
},
{
"type": "text",
"text": "Every week"
}
]
}
}
}
Loading
Loading