@codefast/ui 0.2.45-canary.0 → 0.2.46-canary.0

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 +32 -0
  2. package/package.json +41 -41
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.2.46-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0dd915c`](https://github.com/codefastlabs/codefast/commit/0dd915c34275f93c1eca5aa34fa610e4e35dd87d) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint): allow console usage in logger files
8
+
9
+ - [`d5f2740`](https://github.com/codefastlabs/codefast/commit/d5f27400b15aa5ca877f9b7bf09445e01a58d476) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): enhance rules and configurations
10
+
11
+ - [`0c1cb16`](https://github.com/codefastlabs/codefast/commit/0c1cb161437960c5b59c406e66939bd257cda248) Thanks [@thevuong](https://github.com/thevuong)! - chore(dependencies): update package dependencies
12
+
13
+ - [`41af37f`](https://github.com/codefastlabs/codefast/commit/41af37f76001cda4bffd9d2b1a9b073eb98e3657) Thanks [@thevuong](https://github.com/thevuong)! - feat(style-guide): update eslint rules for flexibility
14
+
15
+ - Updated dependencies [[`0dd915c`](https://github.com/codefastlabs/codefast/commit/0dd915c34275f93c1eca5aa34fa610e4e35dd87d), [`d5f2740`](https://github.com/codefastlabs/codefast/commit/d5f27400b15aa5ca877f9b7bf09445e01a58d476), [`0c1cb16`](https://github.com/codefastlabs/codefast/commit/0c1cb161437960c5b59c406e66939bd257cda248), [`41af37f`](https://github.com/codefastlabs/codefast/commit/41af37f76001cda4bffd9d2b1a9b073eb98e3657)]:
16
+ - @codefast-ui/progress-circle@0.2.46-canary.0
17
+ - @codefast-ui/checkbox-group@0.2.46-canary.0
18
+ - @codefast-ui/input-number@0.2.46-canary.0
19
+ - @codefast-ui/input@0.2.46-canary.0
20
+ - @codefast/hooks@0.2.46-canary.0
21
+
22
+ ## 0.2.45
23
+
24
+ ### Patch Changes
25
+
26
+ - [#120](https://github.com/codefastlabs/codefast/pull/120) [`1f43ff6`](https://github.com/codefastlabs/codefast/commit/1f43ff6acb001317b2e2e81d4c753c6851095954) Thanks [@thevuong](https://github.com/thevuong)! - chore: bump @swc/core to version ^1.11.20
27
+
28
+ - Updated dependencies [[`1f43ff6`](https://github.com/codefastlabs/codefast/commit/1f43ff6acb001317b2e2e81d4c753c6851095954)]:
29
+ - @codefast-ui/progress-circle@0.2.45
30
+ - @codefast-ui/checkbox-group@0.2.45
31
+ - @codefast-ui/input-number@0.2.45
32
+ - @codefast-ui/input@0.2.45
33
+ - @codefast/hooks@0.2.45
34
+
3
35
  ## 0.2.45-canary.0
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.2.45-canary.0",
3
+ "version": "0.2.46-canary.0",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },
@@ -35,54 +35,54 @@
35
35
  "CHANGELOG.md"
36
36
  ],
37
37
  "dependencies": {
38
- "@radix-ui/primitive": "^1.1.1",
39
- "@radix-ui/react-accordion": "^1.2.3",
40
- "@radix-ui/react-alert-dialog": "^1.1.6",
41
- "@radix-ui/react-aspect-ratio": "^1.1.2",
42
- "@radix-ui/react-avatar": "^1.1.3",
43
- "@radix-ui/react-checkbox": "^1.1.4",
44
- "@radix-ui/react-collapsible": "^1.1.3",
45
- "@radix-ui/react-context": "^1.1.1",
46
- "@radix-ui/react-context-menu": "^2.2.6",
47
- "@radix-ui/react-dialog": "^1.1.6",
48
- "@radix-ui/react-direction": "^1.1.0",
49
- "@radix-ui/react-dropdown-menu": "^2.1.6",
50
- "@radix-ui/react-hover-card": "^1.1.6",
51
- "@radix-ui/react-label": "^2.1.2",
52
- "@radix-ui/react-menubar": "^1.1.6",
53
- "@radix-ui/react-navigation-menu": "^1.2.5",
54
- "@radix-ui/react-popover": "^1.1.6",
55
- "@radix-ui/react-progress": "^1.1.2",
56
- "@radix-ui/react-radio-group": "^1.2.3",
57
- "@radix-ui/react-scroll-area": "^1.2.3",
58
- "@radix-ui/react-select": "^2.1.6",
59
- "@radix-ui/react-separator": "^1.1.2",
60
- "@radix-ui/react-slider": "^1.2.3",
61
- "@radix-ui/react-slot": "^1.1.2",
62
- "@radix-ui/react-switch": "^1.1.3",
63
- "@radix-ui/react-tabs": "^1.1.3",
64
- "@radix-ui/react-toggle": "^1.1.2",
65
- "@radix-ui/react-toggle-group": "^1.1.2",
66
- "@radix-ui/react-tooltip": "^1.1.8",
67
- "@radix-ui/react-use-controllable-state": "^1.1.0",
68
- "@radix-ui/react-visually-hidden": "^1.1.2",
38
+ "@radix-ui/primitive": "^1.1.2",
39
+ "@radix-ui/react-accordion": "^1.2.4",
40
+ "@radix-ui/react-alert-dialog": "^1.1.7",
41
+ "@radix-ui/react-aspect-ratio": "^1.1.3",
42
+ "@radix-ui/react-avatar": "^1.1.4",
43
+ "@radix-ui/react-checkbox": "^1.1.5",
44
+ "@radix-ui/react-collapsible": "^1.1.4",
45
+ "@radix-ui/react-context": "^1.1.2",
46
+ "@radix-ui/react-context-menu": "^2.2.7",
47
+ "@radix-ui/react-dialog": "^1.1.7",
48
+ "@radix-ui/react-direction": "^1.1.1",
49
+ "@radix-ui/react-dropdown-menu": "^2.1.7",
50
+ "@radix-ui/react-hover-card": "^1.1.7",
51
+ "@radix-ui/react-label": "^2.1.3",
52
+ "@radix-ui/react-menubar": "^1.1.7",
53
+ "@radix-ui/react-navigation-menu": "^1.2.6",
54
+ "@radix-ui/react-popover": "^1.1.7",
55
+ "@radix-ui/react-progress": "^1.1.3",
56
+ "@radix-ui/react-radio-group": "^1.2.4",
57
+ "@radix-ui/react-scroll-area": "^1.2.4",
58
+ "@radix-ui/react-select": "^2.1.7",
59
+ "@radix-ui/react-separator": "^1.1.3",
60
+ "@radix-ui/react-slider": "^1.2.4",
61
+ "@radix-ui/react-slot": "^1.2.0",
62
+ "@radix-ui/react-switch": "^1.1.4",
63
+ "@radix-ui/react-tabs": "^1.1.4",
64
+ "@radix-ui/react-toggle": "^1.1.3",
65
+ "@radix-ui/react-toggle-group": "^1.1.3",
66
+ "@radix-ui/react-tooltip": "^1.2.0",
67
+ "@radix-ui/react-use-controllable-state": "^1.1.1",
68
+ "@radix-ui/react-visually-hidden": "^1.1.3",
69
69
  "chalk": "^5.4.1",
70
70
  "clsx": "^2.1.1",
71
71
  "cmdk": "^1.1.1",
72
72
  "embla-carousel-react": "^8.6.0",
73
73
  "input-otp": "^1.4.2",
74
74
  "lucide-react": "^0.487.0",
75
- "react-day-picker": "^9.6.5",
75
+ "react-day-picker": "^9.6.6",
76
76
  "react-resizable-panels": "^2.1.7",
77
77
  "sonner": "^2.0.3",
78
78
  "tailwind-merge": "^3.2.0",
79
79
  "tailwind-variants": "^1.0.0",
80
80
  "vaul": "^1.1.2",
81
- "@codefast-ui/checkbox-group": "0.2.45-canary.0",
82
- "@codefast-ui/input": "0.2.45-canary.0",
83
- "@codefast-ui/input-number": "0.2.45-canary.0",
84
- "@codefast-ui/progress-circle": "0.2.45-canary.0",
85
- "@codefast/hooks": "0.2.45-canary.0"
81
+ "@codefast-ui/checkbox-group": "0.2.46-canary.0",
82
+ "@codefast-ui/input": "0.2.46-canary.0",
83
+ "@codefast-ui/input-number": "0.2.46-canary.0",
84
+ "@codefast-ui/progress-circle": "0.2.46-canary.0",
85
+ "@codefast/hooks": "0.2.46-canary.0"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@swc/core": "^1.11.20",
@@ -94,7 +94,7 @@
94
94
  "@testing-library/user-event": "^14.6.1",
95
95
  "@types/jest": "^29.5.14",
96
96
  "@types/jest-axe": "^3.5.9",
97
- "@types/node": "^22.14.0",
97
+ "@types/node": "^22.14.1",
98
98
  "eslint": "^9.24.0",
99
99
  "jest": "^29.7.0",
100
100
  "jest-axe": "^10.0.0",
@@ -104,8 +104,8 @@
104
104
  "ts-node": "^10.9.2",
105
105
  "tsup": "^8.4.0",
106
106
  "typescript": "^5.8.3",
107
- "@codefast/eslint-config": "0.2.45-canary.0",
108
- "@codefast/typescript-config": "0.2.45-canary.0"
107
+ "@codefast/eslint-config": "0.2.46-canary.0",
108
+ "@codefast/typescript-config": "0.2.46-canary.0"
109
109
  },
110
110
  "peerDependencies": {
111
111
  "@types/react": "*",