@hanzo/ui 8.0.69 → 8.0.70
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/glass.css +3 -2
- package/dist/theme.css +3 -2
- package/package.json +2 -2
package/dist/glass.css
CHANGED
|
@@ -231,8 +231,9 @@
|
|
|
231
231
|
:root {
|
|
232
232
|
/* One sweep, closing on the stop it opened with — a conic gradient whose
|
|
233
233
|
first and last stop differ shows a hard seam. */
|
|
234
|
-
--hz-spectrum: rgba(
|
|
235
|
-
rgba(255,
|
|
234
|
+
--hz-spectrum: rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.18),
|
|
235
|
+
rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.18),
|
|
236
|
+
rgba(255, 255, 255, 0.1);
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
@keyframes hzComposerSpin {
|
package/dist/theme.css
CHANGED
|
@@ -1339,8 +1339,9 @@
|
|
|
1339
1339
|
:root {
|
|
1340
1340
|
/* One sweep, closing on the stop it opened with — a conic gradient whose
|
|
1341
1341
|
first and last stop differ shows a hard seam. */
|
|
1342
|
-
--hz-spectrum: rgba(
|
|
1343
|
-
rgba(255,
|
|
1342
|
+
--hz-spectrum: rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.18),
|
|
1343
|
+
rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.18),
|
|
1344
|
+
rgba(255, 255, 255, 0.1);
|
|
1344
1345
|
}
|
|
1345
1346
|
|
|
1346
1347
|
@keyframes hzComposerSpin {
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/ui",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.70",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "Hanzo UI
|
|
5
|
+
"description": "Hanzo UI \u2014 the one canonical Hanzo component library, on @hanzo/gui + @hanzo/design. ONE substrate: every component renders through @hanzo/gui primitives, so the same import works on web, native (expo) and desktop (Tauri). Self-contained (theme.css), presentational, host-agnostic, clean-room.",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
8
|
"types": "./dist/index.d.ts",
|