@saas-ui/react 2.5.4 → 2.5.5
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 +19 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d6d7ca3f: Added xl size to IconBadge
|
|
8
|
+
- 4e291385: Updated Input lg variant height
|
|
9
|
+
- aa3c97a0: Fixed issue where FormStepper separator would render incorrectly
|
|
10
|
+
- Updated dependencies [d6d7ca3f]
|
|
11
|
+
- Updated dependencies [4e291385]
|
|
12
|
+
- Updated dependencies [ac3e7f9f]
|
|
13
|
+
- Updated dependencies [2f170bf7]
|
|
14
|
+
- Updated dependencies [aa3c97a0]
|
|
15
|
+
- @saas-ui/theme@2.3.2
|
|
16
|
+
- @saas-ui/data-table@7.0.5
|
|
17
|
+
- @saas-ui/forms@2.3.9
|
|
18
|
+
- @saas-ui/core@2.3.4
|
|
19
|
+
- @saas-ui/modals@2.1.17
|
|
20
|
+
- @saas-ui/hotkeys@2.1.15
|
|
21
|
+
|
|
3
22
|
## 2.5.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.5",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"@chakra-ui/react-utils": "^2.0.12",
|
|
61
61
|
"@chakra-ui/system": "^2.6.1",
|
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
|
63
|
-
"@saas-ui/core": "2.3.
|
|
64
|
-
"@saas-ui/data-table": "7.0.
|
|
65
|
-
"@saas-ui/forms": "2.3.
|
|
63
|
+
"@saas-ui/core": "2.3.4",
|
|
64
|
+
"@saas-ui/data-table": "7.0.5",
|
|
65
|
+
"@saas-ui/forms": "2.3.9",
|
|
66
66
|
"@saas-ui/hooks": "2.0.3",
|
|
67
|
-
"@saas-ui/hotkeys": "2.1.
|
|
68
|
-
"@saas-ui/modals": "2.1.
|
|
67
|
+
"@saas-ui/hotkeys": "2.1.15",
|
|
68
|
+
"@saas-ui/modals": "2.1.17",
|
|
69
69
|
"@saas-ui/nprogress": "2.0.2",
|
|
70
|
-
"@saas-ui/theme": "2.3.
|
|
70
|
+
"@saas-ui/theme": "2.3.2"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|