Skip to content

Commit

Permalink
Feat/knapsack renderer (#2240)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Josh Mabry <31560031+mabry1985@users.noreply.github.com>
  • Loading branch information
owilliams320 and mabry1985 authored Sep 9, 2024
1 parent 17345c9 commit c35611e
Show file tree
Hide file tree
Showing 26 changed files with 2,023 additions and 1,145 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/dist
/coverage

/.nx/cache
/.nx/cache
.angular
2 changes: 1 addition & 1 deletion apps/knapsack/data/blocks/block.QWHCpMpu9k.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "QWHCpMpu9k",
"data": {
"md": [
"- [ ] Custom domain (design.teradata.com) - Oseer\n- [ ] SSO login setup - Oseer\n- [ ] Homepage - Adam?\n- [ ] Components overview guidelines page - Adam? (breakup into multiple)\n- [ ] Finalize top navigation items - Everyone\n- [ ] Components Figma link - Adam?\n- [ ] Components description\n- [ ] Components implemented spec (web components) - Sahitya, Oseer\n- [ ] Components developer guide(s) (web components) - Sahitya, Oseer\n- [ ] Tokens page - Adam, Oseer to review\n- [ ] Content Writing guidelines - Felicia\n- [ ] Establish contribution guidelnes\n- [ ] Add figma design embed -Adam"
"- [*] Custom domain (design.teradata.com) - Oseer\n- [ ] SSO login setup - Oseer\n- [ ] Homepage - Adam?\n- [ ] Components overview guidelines page - Adam? (breakup into multiple)\n- [*] Finalize top navigation items - Everyone\n- [ ] Components Figma link - Adam?\n- [*] Components description\n- [*] Components implemented spec (web components) - Sahitya, Oseer\n- [*] Components developer guide(s) (web components) - Sahitya, Oseer\n- [ ] Tokens page - Adam, Oseer to review\n- [*] Content Writing guidelines - Felicia\n- [ ] Establish contribution guidelnes\n- [ ] Add figma design embed -Ada"
],
"columns": 1
},
Expand Down
20 changes: 20 additions & 0 deletions apps/knapsack/data/demos/demo.CRFHBobaZj.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "CRFHBobaZj",
"title": "Main",
"type": "data",
"patternId": "button",
"templateId": "angular-i3OR9O7kXg",
"data": {
"props": {
"color": "accent"
},
"slots": {
"default": [
{
"type": "text",
"text": "testing out this button"
}
]
}
}
}
2 changes: 1 addition & 1 deletion apps/knapsack/data/demos/demo.E5ymzzEPs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"trailingIcon": false,
"raised": false,
"unelevated": false,
"outlined": true,
"outlined": false,
"dense": false,
"disabled": false,
"expandContent": false,
Expand Down
12 changes: 12 additions & 0 deletions apps/knapsack/data/demos/demo.eIOsBgDEvJ.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "eIOsBgDEvJ",
"title": "New Variation",
"description": "A description",
"type": "data",
"patternId": "button",
"templateId": "angular-i3OR9O7kXg",
"data": {
"props": {},
"slots": {}
}
}
24 changes: 24 additions & 0 deletions apps/knapsack/data/demos/demo.nrW1VpRzc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"id": "nrW1VpRzc",
"title": "Main",
"type": "data",
"patternId": "card",
"templateId": "angular-K2H0Gg5PuL",
"data": {
"props": {},
"slots": {
"default": [
{
"type": "template-demo",
"patternId": "button",
"templateId": "angular-i3OR9O7kXg",
"demoId": "CRFHBobaZj"
},
{
"type": "text",
"text": "card content"
}
]
}
}
}
38 changes: 31 additions & 7 deletions apps/knapsack/data/knapsack.asset-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,25 @@
},
{
"src": "../../../dist/libs/components/theme/prebuilt/light-theme.css",
"includedRenderers": ["web-components"]
"attributes": {
"type": "text/css"
}
},
{
"src": "../public/ks-overrides.css"
"src": "../../../dist/libs/angular/theming/prebuilt/all-theme-light.css",
"includedRenderers": ["angular"]
},
{
"src": "../public/material-fonts-icons.css"
"src": "../public/ks-overrides.css",
"attributes": {
"type": "text/css"
}
},
{
"src": "../public/material-fonts-icons.css",
"attributes": {
"type": "text/css"
}
}
]
},
Expand All @@ -36,14 +48,26 @@
}
},
{
"src": "../public/ks-overrides.css"
"src": "../../../dist/libs/components/theme/prebuilt/dark-theme.css",
"attributes": {
"type": "text/css"
}
},
{
"src": "../../../dist/libs/angular/theming/prebuilt/all-theme-dark.css",
"includedRenderers": ["angular"]
},
{
"src": "../../../dist/libs/components/theme/prebuilt/dark-theme.css",
"includedRenderers": ["web-components"]
"src": "../public/ks-overrides.css",
"attributes": {
"type": "text/css"
}
},
{
"src": "../public/material-fonts-icons.css"
"src": "../public/material-fonts-icons.css",
"attributes": {
"type": "text/css"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Components
id: test-page
id: components
blockIds:
- LNe96Y7g2i
- yQUYdOcLyh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: guidesss
id: guides
title: Guides
blockIds:
- z7uw3T1AvI
Expand Down
Loading

0 comments on commit c35611e

Please sign in to comment.