Skip to content

Commit

Permalink
chore: update demo head (#9755)
Browse files Browse the repository at this point in the history
**Related Issue:** #7180

## Summary

Add theme and spacer helpers to all pages
  • Loading branch information
alisonailea authored Jul 10, 2024
1 parent be647ed commit d160077
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/calcite-components/src/demos/_assets/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
{
src: "demos/_assets/demo-dom-swapper.js",
},
{
src: "demos/_assets/demo-theme.js",
type: "module",
},
{
src: "demos/_assets/demo-spacer.js",
type: "module",
},
];

const parseTemplate = (text: string): HTMLTemplateElement | null => {
Expand Down

0 comments on commit d160077

Please sign in to comment.