@meteo28093/equinox-ui 0.0.9 → 0.1.1
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/README.md +1 -1
- package/dist/equinox-ui.0.1.0.esm.js +2712 -0
- package/dist/equinox-ui.0.1.0.global.js +2712 -0
- package/dist/equinox-ui.0.1.01.esm.js +2712 -0
- package/dist/equinox-ui.0.1.01.global.js +2712 -0
- package/dist/equinox-ui.esm.js +63 -56
- package/dist/equinox-ui.global.js +66 -59
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,7 +118,7 @@ If smoother SSR support is needed later, the next packaging improvement would be
|
|
|
118
118
|
## Use with a CDN
|
|
119
119
|
|
|
120
120
|
```html
|
|
121
|
-
<script src="https://unpkg.com/@meteo28093/equinox-ui@0.
|
|
121
|
+
<script src="https://unpkg.com/@meteo28093/equinox-ui@0.1.01/dist/equinox-ui.0.1.01.global.js"></script>
|
|
122
122
|
```
|
|
123
123
|
|
|
124
124
|
This registers components globally.
|