@codefast/ui 0.2.4 → 0.2.6
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 +26 -0
- package/package.json +45 -45
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9e7bb52`](https://github.com/codefastlabs/codefast/commit/9e7bb522ca068a6ddf7636eb3ed17c6beefa4c9d) Thanks [@thevuong](https://github.com/thevuong)! - update package dependencies
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`9e7bb52`](https://github.com/codefastlabs/codefast/commit/9e7bb522ca068a6ddf7636eb3ed17c6beefa4c9d)]:
|
|
10
|
+
- @codefast-ui/checkbox-group@0.2.6
|
|
11
|
+
- @codefast-ui/number-input@0.2.6
|
|
12
|
+
- @codefast-ui/day-picker@0.2.6
|
|
13
|
+
- @codefast-ui/input@0.2.6
|
|
14
|
+
- @codefast/hooks@0.2.6
|
|
15
|
+
|
|
16
|
+
## 0.2.5
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- [`a46a008`](https://github.com/codefastlabs/codefast/commit/a46a0084f47f2a3447ffe6eeeed326aacff7e3a5) Thanks [@thevuong](https://github.com/thevuong)! - update peerDependencies and dependencies versions
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`a46a008`](https://github.com/codefastlabs/codefast/commit/a46a0084f47f2a3447ffe6eeeed326aacff7e3a5)]:
|
|
23
|
+
- @codefast-ui/checkbox-group@0.2.5
|
|
24
|
+
- @codefast-ui/number-input@0.2.5
|
|
25
|
+
- @codefast-ui/day-picker@0.2.5
|
|
26
|
+
- @codefast-ui/input@0.2.5
|
|
27
|
+
- @codefast/hooks@0.2.5
|
|
28
|
+
|
|
3
29
|
## 0.2.4
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/codefastlabs/codefast/issues"
|
|
6
6
|
},
|
|
@@ -34,38 +34,37 @@
|
|
|
34
34
|
"CHANGELOG.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@radix-ui/primitive": "1.1.
|
|
38
|
-
"@radix-ui/react-accordion": "1.2.
|
|
39
|
-
"@radix-ui/react-alert-dialog": "1.1.
|
|
40
|
-
"@radix-ui/react-aspect-ratio": "1.1.
|
|
41
|
-
"@radix-ui/react-avatar": "1.1.
|
|
42
|
-
"@radix-ui/react-checkbox": "1.1.
|
|
43
|
-
"@radix-ui/react-collapsible": "1.1.
|
|
37
|
+
"@radix-ui/primitive": "1.1.1",
|
|
38
|
+
"@radix-ui/react-accordion": "1.2.2",
|
|
39
|
+
"@radix-ui/react-alert-dialog": "1.1.3",
|
|
40
|
+
"@radix-ui/react-aspect-ratio": "1.1.1",
|
|
41
|
+
"@radix-ui/react-avatar": "1.1.2",
|
|
42
|
+
"@radix-ui/react-checkbox": "1.1.3",
|
|
43
|
+
"@radix-ui/react-collapsible": "1.1.2",
|
|
44
44
|
"@radix-ui/react-context": "1.1.1",
|
|
45
|
-
"@radix-ui/react-context-menu": "2.2.
|
|
46
|
-
"@radix-ui/react-dialog": "1.1.
|
|
45
|
+
"@radix-ui/react-context-menu": "2.2.3",
|
|
46
|
+
"@radix-ui/react-dialog": "1.1.3",
|
|
47
47
|
"@radix-ui/react-direction": "1.1.0",
|
|
48
|
-
"@radix-ui/react-dropdown-menu": "2.1.
|
|
49
|
-
"@radix-ui/react-hover-card": "1.1.
|
|
50
|
-
"@radix-ui/react-label": "2.1.
|
|
51
|
-
"@radix-ui/react-menubar": "1.1.
|
|
52
|
-
"@radix-ui/react-navigation-menu": "1.2.
|
|
53
|
-
"@radix-ui/react-popover": "1.1.
|
|
54
|
-
"@radix-ui/react-progress": "1.1.
|
|
55
|
-
"@radix-ui/react-radio-group": "1.2.
|
|
56
|
-
"@radix-ui/react-scroll-area": "1.2.
|
|
57
|
-
"@radix-ui/react-select": "2.1.
|
|
58
|
-
"@radix-ui/react-separator": "1.1.
|
|
59
|
-
"@radix-ui/react-slider": "1.2.
|
|
60
|
-
"@radix-ui/react-slot": "1.1.
|
|
61
|
-
"@radix-ui/react-switch": "1.1.
|
|
62
|
-
"@radix-ui/react-tabs": "1.1.
|
|
63
|
-
"@radix-ui/react-toggle": "1.1.
|
|
64
|
-
"@radix-ui/react-toggle-group": "1.1.
|
|
65
|
-
"@radix-ui/react-tooltip": "1.1.
|
|
48
|
+
"@radix-ui/react-dropdown-menu": "2.1.3",
|
|
49
|
+
"@radix-ui/react-hover-card": "1.1.3",
|
|
50
|
+
"@radix-ui/react-label": "2.1.1",
|
|
51
|
+
"@radix-ui/react-menubar": "1.1.3",
|
|
52
|
+
"@radix-ui/react-navigation-menu": "1.2.2",
|
|
53
|
+
"@radix-ui/react-popover": "1.1.3",
|
|
54
|
+
"@radix-ui/react-progress": "1.1.1",
|
|
55
|
+
"@radix-ui/react-radio-group": "1.2.2",
|
|
56
|
+
"@radix-ui/react-scroll-area": "1.2.2",
|
|
57
|
+
"@radix-ui/react-select": "2.1.3",
|
|
58
|
+
"@radix-ui/react-separator": "1.1.1",
|
|
59
|
+
"@radix-ui/react-slider": "1.2.2",
|
|
60
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
61
|
+
"@radix-ui/react-switch": "1.1.2",
|
|
62
|
+
"@radix-ui/react-tabs": "1.1.2",
|
|
63
|
+
"@radix-ui/react-toggle": "1.1.1",
|
|
64
|
+
"@radix-ui/react-toggle-group": "1.1.1",
|
|
65
|
+
"@radix-ui/react-tooltip": "1.1.5",
|
|
66
66
|
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
67
|
-
"@radix-ui/react-visually-hidden": "1.1.
|
|
68
|
-
"@types/js-cookie": "3.0.6",
|
|
67
|
+
"@radix-ui/react-visually-hidden": "1.1.1",
|
|
69
68
|
"clsx": "2.1.1",
|
|
70
69
|
"cmdk": "1.0.4",
|
|
71
70
|
"embla-carousel-react": "8.5.1",
|
|
@@ -73,26 +72,27 @@
|
|
|
73
72
|
"js-cookie": "3.0.5",
|
|
74
73
|
"lucide-react": "0.468.0",
|
|
75
74
|
"react-resizable-panels": "2.1.7",
|
|
76
|
-
"sonner": "1.7.
|
|
75
|
+
"sonner": "1.7.1",
|
|
77
76
|
"tailwind-merge": "2.5.5",
|
|
78
77
|
"tailwind-variants": "0.3.0",
|
|
79
|
-
"vaul": "1.1.
|
|
80
|
-
"@codefast-ui/
|
|
81
|
-
"@codefast-ui/
|
|
82
|
-
"@codefast-ui/
|
|
83
|
-
"@codefast
|
|
84
|
-
"@codefast/
|
|
78
|
+
"vaul": "1.1.2",
|
|
79
|
+
"@codefast-ui/checkbox-group": "0.2.6",
|
|
80
|
+
"@codefast-ui/day-picker": "0.2.6",
|
|
81
|
+
"@codefast-ui/input": "0.2.6",
|
|
82
|
+
"@codefast/hooks": "0.2.6",
|
|
83
|
+
"@codefast-ui/number-input": "0.2.6"
|
|
85
84
|
},
|
|
86
85
|
"devDependencies": {
|
|
87
|
-
"@types/
|
|
88
|
-
"
|
|
86
|
+
"@types/js-cookie": "3.0.6",
|
|
87
|
+
"@types/node": "22.10.2",
|
|
88
|
+
"eslint": "9.17.0",
|
|
89
89
|
"postcss": "8.4.49",
|
|
90
90
|
"tailwindcss": "3.4.16",
|
|
91
91
|
"tsup": "8.3.5",
|
|
92
92
|
"typescript": "5.7.2",
|
|
93
|
-
"@codefast/eslint-config": "0.2.
|
|
94
|
-
"@codefast/tailwind-config": "0.2.
|
|
95
|
-
"@codefast/typescript-config": "0.2.
|
|
93
|
+
"@codefast/eslint-config": "0.2.6",
|
|
94
|
+
"@codefast/tailwind-config": "0.2.6",
|
|
95
|
+
"@codefast/typescript-config": "0.2.6"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@tanstack/react-table": ">=8",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"date-fns": ">=4",
|
|
103
103
|
"lodash-es": ">=4",
|
|
104
104
|
"next-themes": ">=0.3",
|
|
105
|
-
"react": ">=18
|
|
106
|
-
"react-dom": ">=18
|
|
105
|
+
"react": ">=18",
|
|
106
|
+
"react-dom": ">=18",
|
|
107
107
|
"react-hook-form": ">=7",
|
|
108
108
|
"recharts": ">=2"
|
|
109
109
|
},
|
|
@@ -125,6 +125,6 @@
|
|
|
125
125
|
"build": "tsup",
|
|
126
126
|
"clean": "rm -rf node_modules dist",
|
|
127
127
|
"dev": "tsup --watch",
|
|
128
|
-
"lint": "eslint
|
|
128
|
+
"lint": "eslint --max-warnings 0"
|
|
129
129
|
}
|
|
130
130
|
}
|