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

KSP-5136: Public demo replacement #261

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
029b603
* chore: update asset sets in knapsack.asset-sets.json
brittanysmart May 23, 2024
e89c0d4
Remove all existing code and files, preparing for Knapsack v4 install…
brittanysmart May 28, 2024
22ba3e8
Install Knapsack v4
brittanysmart May 28, 2024
2adca8a
* chore(package.json): update devDependencies for @knapsack/app and @…
brittanysmart Jun 6, 2024
907c254
* chore(package.json): add @knapsack/sandbox-components as a dependency
brittanysmart Jun 6, 2024
1eb08b0
* feat(demos): add new demo "Main" with id "iRzqZlxWRK" and templateI…
brittanysmart Jun 6, 2024
af11b00
update to use canary pkg
mabry1985 Jun 11, 2024
3941d4d
update path to template
mabry1985 Jun 11, 2024
c544629
update config
mabry1985 Jun 11, 2024
5d0b2b3
adds stylesheet to asset set
mabry1985 Jun 11, 2024
606e259
adds image assets, adds card component
mabry1985 Jun 11, 2024
a3c7b1b
update card
mabry1985 Jun 11, 2024
0fe39bb
adds divider component
mabry1985 Jun 11, 2024
1fed324
adds header and hero
mabry1985 Jun 11, 2024
0f01e2b
adds design source integration
mabry1985 Jun 11, 2024
b195244
adds build script
mabry1985 Jun 11, 2024
d44a9cc
add run all to pkg
mabry1985 Jun 11, 2024
f92790c
update dependencies
mabry1985 Jun 11, 2024
33cbf81
add missing babel config
mabry1985 Jun 11, 2024
a257b73
add missing babel pkg
mabry1985 Jun 11, 2024
83eb7ea
remove test script
mabry1985 Jun 11, 2024
3eba571
update test
mabry1985 Jun 11, 2024
b1527b3
adds missing babel dep
mabry1985 Jun 11, 2024
8f8ff23
adds more missing packages
mabry1985 Jun 11, 2024
bbbb28c
update canary pkg
mabry1985 Jun 11, 2024
d09eae2
remove auto shipit
mabry1985 Jun 11, 2024
6f212f5
update package
mabry1985 Jun 11, 2024
5378070
update pkg
mabry1985 Jun 11, 2024
c892061
remove auto deploy config
mabry1985 Jun 11, 2024
fc9697c
revert config delete, update packages
mabry1985 Jun 11, 2024
2c0f8ab
updates button demo
mabry1985 Jun 12, 2024
f962ebd
add design tokens and enable theming
brittanysmart Jun 12, 2024
828ca4e
update template paths
mabry1985 Jun 12, 2024
8edd24c
revert prettier changes to yml
mabry1985 Jun 12, 2024
17d44a7
remove "isInferred" property from knapsack.pattern.divider.json and k…
brittanysmart Jun 12, 2024
e5a8f20
enhance linting
brittanysmart Jun 12, 2024
7d55362
update design tokens
brittanysmart Jun 12, 2024
f310e32
update to node 20, move knapsack packages to dependencies for heroku …
brittanysmart Jun 12, 2024
6934e46
update web command to include build step before serving
brittanysmart Jun 12, 2024
ec12558
remove main.yml and pull-request.yml workflows
brittanysmart Jun 12, 2024
4d77413
update logoUrl and title in settings
brittanysmart Jun 12, 2024
fc0aa50
update ks packages to 4.65.3
brittanysmart Jun 21, 2024
278b8a6
add grid component
brittanysmart Jun 21, 2024
45ecf6e
Upgrade dependencies
brittanysmart Jul 18, 2024
a68efd4
* Add callout pattern
brittanysmart Jul 18, 2024
4453d6f
📝 (demos): add new demo files for Basic Card, Image Card, Three Colum…
brittanysmart Jul 26, 2024
6a199ac
✨ add callout image file and resize demos for consistency
brittanysmart Jul 26, 2024
1a0587a
Adjust Callout component demo height
brittanysmart Jul 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .browserslistrc

This file was deleted.

80 changes: 0 additions & 80 deletions .github/workflows/main.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/pull-request.yml

This file was deleted.

27 changes: 19 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
node_modules
vendor
dist
knapsack-dist
.idea
.vscode
yarn-error.log
.env
# Dependency directories
node_modules/
vendor/

# Build outputs
dist/
knapsack-dist/

# IDE settings
.vscode/

# System files
.DS_Store

# Environment files
.env

# Logs
yarn-error.log

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"trailingComma": "all",
"semi": true,
"singleQuote": true,
"semi": true
"trailingComma": "es5"
}
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: npm run serve
web: npm run ks:build && npm run ks:serve
12 changes: 0 additions & 12 deletions data/blocks/block.-plYGPDwcr.json

This file was deleted.

87 changes: 0 additions & 87 deletions data/blocks/block.-r73qPCQoZ.json

This file was deleted.

26 changes: 0 additions & 26 deletions data/blocks/block.0SzNx3d12Z.json

This file was deleted.

9 changes: 0 additions & 9 deletions data/blocks/block.0dai5SvrVQ.json

This file was deleted.

Loading