@saas-ui/react 2.0.0-next.20 → 2.0.0-next.22
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 +35 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.0.0-next.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [8e155c3b]
|
|
8
|
+
- @saas-ui/theme@2.0.0-next.11
|
|
9
|
+
- @saas-ui/core@2.0.0-next.18
|
|
10
|
+
- @saas-ui/auth@2.0.0-next.22
|
|
11
|
+
- @saas-ui/data-table@2.0.0-next.22
|
|
12
|
+
- @saas-ui/forms@2.0.0-next.21
|
|
13
|
+
- @saas-ui/hotkeys@2.0.0-next.18
|
|
14
|
+
- @saas-ui/modals@2.0.0-next.21
|
|
15
|
+
|
|
16
|
+
## 2.0.0-next.21
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- ccfce5c1: useHotkeys now supports preventDefault option to prevent default browser events from firing
|
|
21
|
+
- a9ca90dd: Updated to Chakra UI 2.6.x
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 2b639656: Fixed issue where colorScheme would be passed down to stepper dom element
|
|
26
|
+
- ccfce5c1: Fixed issue where multiple + separators were not parsed correctly in useHotkeys.
|
|
27
|
+
- Updated dependencies [ccfce5c1]
|
|
28
|
+
- Updated dependencies [a9ca90dd]
|
|
29
|
+
- Updated dependencies [2b639656]
|
|
30
|
+
- Updated dependencies [ccfce5c1]
|
|
31
|
+
- @saas-ui/hotkeys@2.0.0-next.17
|
|
32
|
+
- @saas-ui/forms@2.0.0-next.20
|
|
33
|
+
- @saas-ui/core@2.0.0-next.17
|
|
34
|
+
- @saas-ui/data-table@2.0.0-next.21
|
|
35
|
+
- @saas-ui/auth@2.0.0-next.21
|
|
36
|
+
- @saas-ui/modals@2.0.0-next.20
|
|
37
|
+
|
|
3
38
|
## 2.0.0-next.20
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.22",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -57,20 +57,20 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@chakra-ui/react-utils": "^2.0.12",
|
|
60
|
-
"@chakra-ui/system": "^2.5.
|
|
60
|
+
"@chakra-ui/system": "^2.5.7",
|
|
61
61
|
"@chakra-ui/utils": "^2.0.15",
|
|
62
|
-
"@saas-ui/auth": "2.0.0-next.
|
|
63
|
-
"@saas-ui/core": "2.0.0-next.
|
|
64
|
-
"@saas-ui/data-table": "2.0.0-next.
|
|
65
|
-
"@saas-ui/forms": "2.0.0-next.
|
|
62
|
+
"@saas-ui/auth": "2.0.0-next.22",
|
|
63
|
+
"@saas-ui/core": "2.0.0-next.18",
|
|
64
|
+
"@saas-ui/data-table": "2.0.0-next.22",
|
|
65
|
+
"@saas-ui/forms": "2.0.0-next.21",
|
|
66
66
|
"@saas-ui/hooks": "2.0.0-next.4",
|
|
67
|
-
"@saas-ui/hotkeys": "2.0.0-next.
|
|
68
|
-
"@saas-ui/modals": "2.0.0-next.
|
|
67
|
+
"@saas-ui/hotkeys": "2.0.0-next.18",
|
|
68
|
+
"@saas-ui/modals": "2.0.0-next.21",
|
|
69
69
|
"@saas-ui/nprogress": "2.0.0-next.3",
|
|
70
|
-
"@saas-ui/theme": "2.0.0-next.
|
|
70
|
+
"@saas-ui/theme": "2.0.0-next.11"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@chakra-ui/react": ">=2.
|
|
73
|
+
"@chakra-ui/react": ">=2.6.0",
|
|
74
74
|
"@emotion/react": "^11",
|
|
75
75
|
"@emotion/styled": "^11",
|
|
76
76
|
"framer-motion": ">=5.5.0",
|