@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.
- package/dist/extras/docs-json.json +1 -1
- package/package.json +1 -1
- package/readme.md +2 -2
- package/dist/extras/vscode-data.json +0 -6138
package/package.json
CHANGED
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.
|
|
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.
|
|
20
|
+
href="https://unpkg.com/@esri/calcite-components@1.0.8/dist/calcite/calcite.css"
|
|
21
21
|
/>
|
|
22
22
|
```
|
|
23
23
|
|