@oneplatformdev/ui 0.1.9-10 → 0.1.9-11
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/CHANGELOG.md +8 -0
- package/package.json +5 -9
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneplatformdev/ui",
|
|
3
|
-
"version": "0.1.9-
|
|
3
|
+
"version": "0.1.9-11",
|
|
4
4
|
"description": "React hook library",
|
|
5
5
|
"author": "One Platform Development Team",
|
|
6
6
|
"keywords": [
|
|
@@ -36,11 +36,7 @@
|
|
|
36
36
|
"import": "./index.js",
|
|
37
37
|
"default": "./index.js"
|
|
38
38
|
},
|
|
39
|
-
"./*":
|
|
40
|
-
"types": "./*.d.ts",
|
|
41
|
-
"import": "./*.js",
|
|
42
|
-
"default": "./*.js"
|
|
43
|
-
}
|
|
39
|
+
"./*": "./*"
|
|
44
40
|
},
|
|
45
41
|
"publishConfig": {
|
|
46
42
|
"directory": "dist"
|
|
@@ -110,8 +106,8 @@
|
|
|
110
106
|
"sonner": "^2.0.7",
|
|
111
107
|
"vaul": "^1.1.2",
|
|
112
108
|
"zod": "^4.1.8",
|
|
113
|
-
"@oneplatformdev/tokens": "^0.0.1-
|
|
114
|
-
"@oneplatformdev/
|
|
115
|
-
"@oneplatformdev/
|
|
109
|
+
"@oneplatformdev/tokens": "^0.0.1-21",
|
|
110
|
+
"@oneplatformdev/utils": "^0.1.1-48",
|
|
111
|
+
"@oneplatformdev/hooks": "^0.1.0-33"
|
|
116
112
|
}
|
|
117
113
|
}
|