@luxfi/ui 8.2.11 → 8.2.12

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.
Files changed (1) hide show
  1. package/package.json +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxfi/ui",
3
- "version": "8.2.11",
3
+ "version": "8.2.12",
4
4
  "description": "Cross-platform UI components on @hanzo/gui. Native mobile + web.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -52,8 +52,10 @@
52
52
  "require": "./dist/vite.cjs"
53
53
  },
54
54
  "./provider": {
55
- "import": "./src/provider.tsx",
56
- "types": "./src/provider.tsx"
55
+ "types": "./dist/provider.d.ts",
56
+ "import": "./dist/provider.js",
57
+ "require": "./dist/provider.cjs",
58
+ "default": "./dist/provider.js"
57
59
  },
58
60
  "./utils": {
59
61
  "types": "./dist/utils.d.ts",
@@ -1026,7 +1028,7 @@
1026
1028
  "@dnd-kit/core": "^6.3.1",
1027
1029
  "@dnd-kit/sortable": "^10.0.0",
1028
1030
  "@hanzo/commerce": "7.7.5",
1029
- "@hanzo/ui": "8.25.2",
1031
+ "@hanzo/ui": "8.25.5",
1030
1032
  "@hanzogui/config": "^8.1.1",
1031
1033
  "@hookform/resolvers": "5.2.2",
1032
1034
  "@luxfi/logo": "1.0.10",
@@ -1064,7 +1066,7 @@
1064
1066
  "@hanzo/appearance": ">=0.2.2",
1065
1067
  "@hanzo/design": ">=0.5.24",
1066
1068
  "@hanzo/gui": ">=8.3.0",
1067
- "@hanzo/ui": ">=8.25.2",
1069
+ "@hanzo/ui": ">=8.25.5",
1068
1070
  "@hanzogui/colors": "^8.1.1",
1069
1071
  "@hanzogui/core": "^8.1.1",
1070
1072
  "@hanzogui/lucide-icons-2": "^8.1.1",
@@ -1099,7 +1101,7 @@
1099
1101
  "@hanzo/design": "0.5.24",
1100
1102
  "@hanzo/gui": "8.3.0",
1101
1103
  "@hanzo/iam": "0.21.17",
1102
- "@hanzo/ui": "8.25.2",
1104
+ "@hanzo/ui": "8.25.5",
1103
1105
  "@hanzogui/colors": "8.1.1",
1104
1106
  "@hanzogui/config": "8.1.1",
1105
1107
  "@hanzogui/core": "8.1.1",