@saas-ui/react 2.0.0-next.20 → 2.0.0-next.21

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