@esri/calcite-components 1.0.8-next.4 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-03-02T00:56:56",
2
+ "timestamp": "2023-03-02T22:16:28",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "2.20.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components",
3
- "version": "1.0.8-next.4",
3
+ "version": "1.0.8",
4
4
  "description": "Web Components for Esri's Calcite Design System.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
package/readme.md CHANGED
@@ -13,11 +13,11 @@ Calcite Components, part of Esri's Calcite Design System, is a rich library of f
13
13
  The most common approach for loading Calcite Components is to use the version hosted on the CDN. The components can be loaded via `<script>` and `<link>` tags in the head of your HTML document:
14
14
 
15
15
  ```html
16
- <script type="module" src="https://unpkg.com/@esri/calcite-components@1.0.7/dist/calcite/calcite.esm.js"></script>
16
+ <script type="module" src="https://unpkg.com/@esri/calcite-components@1.0.8/dist/calcite/calcite.esm.js"></script>
17
17
  <link
18
18
  rel="stylesheet"
19
19
  type="text/css"
20
- href="https://unpkg.com/@esri/calcite-components@1.0.7/dist/calcite/calcite.css"
20
+ href="https://unpkg.com/@esri/calcite-components@1.0.8/dist/calcite/calcite.css"
21
21
  />
22
22
  ```
23
23