@hanzo/ui 8.0.106 → 8.0.107

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/styles.css CHANGED
@@ -1053,7 +1053,7 @@
1053
1053
  --sidebar-ring: oklch(0.439 0 0);
1054
1054
  }
1055
1055
 
1056
- .light {
1056
+ .light, :root.t_light, .t_light {
1057
1057
 
1058
1058
 
1059
1059
  --chart-1: oklch(0.646 0.222 41.116);
package/dist/theme.css CHANGED
@@ -1051,7 +1051,7 @@
1051
1051
  --sidebar-ring: oklch(0.439 0 0);
1052
1052
  }
1053
1053
 
1054
- .light {
1054
+ .light, :root.t_light, .t_light {
1055
1055
 
1056
1056
 
1057
1057
  --chart-1: oklch(0.646 0.222 41.116);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "8.0.106",
3
+ "version": "8.0.107",
4
4
  "type": "module",
5
5
  "description": "Hanzo UI — 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": {