@oneplatformdev/ui 0.1.10-22 → 0.1.10-23

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 (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +6 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.1.10-23 (2025-09-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @oneplatformdev/utils to 0.1.1-73
6
+ - Updated @oneplatformdev/hooks to 0.1.0-59
7
+ - Updated @oneplatformdev/tokens to 0.0.1-46
8
+
1
9
  ## 0.1.10-22 (2025-09-16)
2
10
 
3
11
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/ui",
3
- "version": "0.1.10-22",
3
+ "version": "0.1.10-23",
4
4
  "description": "React hook library",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [
@@ -72,6 +72,7 @@
72
72
  "@types/react-dom": "19.x"
73
73
  },
74
74
  "dependencies": {
75
+ "@hookform/resolvers": "^5.2.2",
75
76
  "@radix-ui/react-accordion": "^1.2.12",
76
77
  "@radix-ui/react-alert-dialog": "^1.1.15",
77
78
  "@radix-ui/react-aspect-ratio": "^1.1.7",
@@ -96,6 +97,7 @@
96
97
  "@radix-ui/react-toast": "^1.2.15",
97
98
  "@radix-ui/react-toggle": "^1.1.10",
98
99
  "@radix-ui/react-toggle-group": "^1.1.11",
100
+ "@radix-ui/react-tooltip": "^1.2.8",
99
101
  "@tanstack/react-table": "^8.21.3",
100
102
  "cmdk": "1.1.1",
101
103
  "date-fns": "^4.1.0",
@@ -110,8 +112,8 @@
110
112
  "sonner": "^2.0.7",
111
113
  "vaul": "^1.1.2",
112
114
  "zod": "^4.1.8",
113
- "@oneplatformdev/hooks": "^0.1.0-58",
114
- "@oneplatformdev/utils": "^0.1.1-72",
115
- "@oneplatformdev/tokens": "^0.0.1-45"
115
+ "@oneplatformdev/tokens": "^0.0.1-46",
116
+ "@oneplatformdev/hooks": "^0.1.0-59",
117
+ "@oneplatformdev/utils": "^0.1.1-73"
116
118
  }
117
119
  }