@meteo28093/equinox-ui 0.1.1 → 0.1.3

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 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.1.01/dist/equinox-ui.0.1.01.global.js"></script>
121
+ <script src="https://unpkg.com/@meteo28093/equinox-ui@0.1.3/dist/equinox-ui.0.1.3.global.js"></script>
122
122
  ```
123
123
 
124
124
  This registers components globally.
@@ -134,21 +134,3 @@ This registers components globally.
134
134
  - `ee-slide-show` - Image carousel
135
135
  - `ee-repl` - In-browser HTML/CSS/JS REPL
136
136
  - And many more
137
-
138
- A demo is here: [https://equinox-ui.up.railway.app](https://equinox-ui.up.railway.app)
139
-
140
- ## macOS status bar preview
141
-
142
- This repo includes a local macOS status bar helper for showing components in the menu bar. This is not included in the NPM package and CDN.
143
-
144
- Launch format:
145
-
146
- ```bash
147
- node statusbar.js <component-tag> '<params-json>' --icon <icon-spec>
148
- ```
149
-
150
- Examples:
151
-
152
- ```bash
153
- node statusbar.js ee-geo-storm '{}' --icon lucide:cloud-lightning
154
- ```