@saas-ui/react 1.4.2 → 1.4.4
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 +22 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 1.4.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d690b18: Export all Snackbar types. (#88)
|
|
8
|
+
- ad47180: FormStepper now supports theming props.
|
|
9
|
+
- Updated dependencies [d690b18]
|
|
10
|
+
- Updated dependencies [ad47180]
|
|
11
|
+
- @saas-ui/snackbar@1.1.1
|
|
12
|
+
- @saas-ui/forms@1.2.2
|
|
13
|
+
- @saas-ui/auth@1.3.3
|
|
14
|
+
- @saas-ui/modals@1.2.3
|
|
15
|
+
|
|
16
|
+
## 1.4.3
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 1195fc2: SearchInput reset button is now working when uncontrolled.
|
|
21
|
+
- Updated dependencies [1195fc2]
|
|
22
|
+
- @saas-ui/search-input@1.1.1
|
|
23
|
+
- @saas-ui/hotkeys@1.1.2
|
|
24
|
+
|
|
3
25
|
## 1.4.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -56,20 +56,20 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@chakra-ui/system": "^2.1.3",
|
|
59
|
-
"@saas-ui/auth": "1.3.
|
|
59
|
+
"@saas-ui/auth": "1.3.3",
|
|
60
60
|
"@saas-ui/banner": "1.1.0",
|
|
61
61
|
"@saas-ui/button": "1.1.0",
|
|
62
62
|
"@saas-ui/card": "1.2.0",
|
|
63
63
|
"@saas-ui/collapse": "1.1.1",
|
|
64
64
|
"@saas-ui/data-table": "1.1.1",
|
|
65
|
-
"@saas-ui/forms": "1.2.
|
|
65
|
+
"@saas-ui/forms": "1.2.2",
|
|
66
66
|
"@saas-ui/hooks": "1.1.1",
|
|
67
|
-
"@saas-ui/hotkeys": "1.1.
|
|
67
|
+
"@saas-ui/hotkeys": "1.1.2",
|
|
68
68
|
"@saas-ui/input-right-button": "1.1.0",
|
|
69
69
|
"@saas-ui/layout": "1.1.1",
|
|
70
70
|
"@saas-ui/list": "1.1.0",
|
|
71
71
|
"@saas-ui/menu": "1.1.1",
|
|
72
|
-
"@saas-ui/modals": "1.2.
|
|
72
|
+
"@saas-ui/modals": "1.2.3",
|
|
73
73
|
"@saas-ui/nprogress": "1.1.0",
|
|
74
74
|
"@saas-ui/number-input": "1.1.0",
|
|
75
75
|
"@saas-ui/palette": "1.1.0",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"@saas-ui/property": "1.1.0",
|
|
80
80
|
"@saas-ui/provider": "1.1.1",
|
|
81
81
|
"@saas-ui/radio": "1.1.0",
|
|
82
|
-
"@saas-ui/search-input": "1.1.
|
|
82
|
+
"@saas-ui/search-input": "1.1.1",
|
|
83
83
|
"@saas-ui/select": "1.1.0",
|
|
84
|
-
"@saas-ui/snackbar": "1.1.
|
|
84
|
+
"@saas-ui/snackbar": "1.1.1",
|
|
85
85
|
"@saas-ui/stepper": "1.1.2",
|
|
86
86
|
"@saas-ui/theme": "1.3.0"
|
|
87
87
|
},
|