@saas-ui/react 2.0.0-next.7 → 2.0.0-next.9
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 +32 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.0.0-next.9
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1177329d: Improved MenuDialog position on mobile
|
|
8
|
+
- 84e59fec: Added new createModals method to create typesafe modals managers with support for custom modals
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 189190c6: Fix Card theme tokens
|
|
13
|
+
- Updated dependencies [84e59fec]
|
|
14
|
+
- Updated dependencies [189190c6]
|
|
15
|
+
- Updated dependencies [1177329d]
|
|
16
|
+
- Updated dependencies [84e59fec]
|
|
17
|
+
- Updated dependencies [1177329d]
|
|
18
|
+
- @saas-ui/forms@2.0.0-next.9
|
|
19
|
+
- @saas-ui/core@2.0.0-next.7
|
|
20
|
+
- @saas-ui/modals@2.0.0-next.9
|
|
21
|
+
- @saas-ui/auth@2.0.0-next.9
|
|
22
|
+
- @saas-ui/data-table@2.0.0-next.9
|
|
23
|
+
- @saas-ui/hotkeys@2.0.0-next.7
|
|
24
|
+
|
|
25
|
+
## 2.0.0-next.8
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [6d3f5717]
|
|
30
|
+
- @saas-ui/forms@2.0.0-next.8
|
|
31
|
+
- @saas-ui/auth@2.0.0-next.8
|
|
32
|
+
- @saas-ui/modals@2.0.0-next.8
|
|
33
|
+
- @saas-ui/data-table@2.0.0-next.8
|
|
34
|
+
|
|
3
35
|
## 2.0.0-next.7
|
|
4
36
|
|
|
5
37
|
### 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.9",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"@chakra-ui/react-utils": "^2.0.12",
|
|
59
59
|
"@chakra-ui/system": "^2.5.5",
|
|
60
60
|
"@chakra-ui/utils": "^2.0.15",
|
|
61
|
-
"@saas-ui/auth": "2.0.0-next.
|
|
62
|
-
"@saas-ui/core": "2.0.0-next.
|
|
63
|
-
"@saas-ui/data-table": "2.0.0-next.
|
|
64
|
-
"@saas-ui/forms": "2.0.0-next.
|
|
61
|
+
"@saas-ui/auth": "2.0.0-next.9",
|
|
62
|
+
"@saas-ui/core": "2.0.0-next.7",
|
|
63
|
+
"@saas-ui/data-table": "2.0.0-next.9",
|
|
64
|
+
"@saas-ui/forms": "2.0.0-next.9",
|
|
65
65
|
"@saas-ui/hooks": "2.0.0-next.2",
|
|
66
|
-
"@saas-ui/hotkeys": "2.0.0-next.
|
|
67
|
-
"@saas-ui/modals": "2.0.0-next.
|
|
66
|
+
"@saas-ui/hotkeys": "2.0.0-next.7",
|
|
67
|
+
"@saas-ui/modals": "2.0.0-next.9",
|
|
68
68
|
"@saas-ui/nprogress": "2.0.0-next.1",
|
|
69
69
|
"@saas-ui/theme": "2.0.0-next.3"
|
|
70
70
|
},
|