Skip to content

Commit

Permalink
chore: remove extra scripts from demos
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea committed Jul 10, 2024
1 parent d160077 commit 0233757
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@

<!-- scripts -->
<script src="_assets/head.js"></script>
<script type="module" src="./_assets/demo-theme.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
</style>
<script src="_assets/head.js"></script>
<script type="module" src="./_assets/demo-form.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</style>
<script src="_assets/head.js"></script>
<script type="module" src="./_assets/demo-form.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/input-number.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@

<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-form.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
<script>
const locales = [
"ar",
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/input-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-form.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/input-time-zone.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}
</style>
<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@

<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-form.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
<script>
const locales = [
"ar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
</style>
<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-form.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/radio-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
</style>
<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-form.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
</style>
<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-form.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/tile-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
}
</style>
<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/tile-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}
</style>
<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion packages/calcite-components/src/demos/tile.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
}
</style>
<script src="./_assets/head.js"></script>
<script type="module" src="./_assets/demo-spacer.js"></script>
</head>

<body>
Expand Down

0 comments on commit 0233757

Please sign in to comment.