@saas-ui/react 1.0.0 → 1.0.1
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 +17 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 1.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fe10fc8: BannerContent flexDirection set to column on small screens.
|
|
8
|
+
- 3ce1dee: Support JSONSchema title in field resolvers
|
|
9
|
+
- 150efb2: Select field focus styles now consistent with Input fields.
|
|
10
|
+
- 4a37ca7: Fixed @chakra-ui/system dependency version.
|
|
11
|
+
- Updated dependencies [fe10fc8]
|
|
12
|
+
- Updated dependencies [3ce1dee]
|
|
13
|
+
- Updated dependencies [150efb2]
|
|
14
|
+
- Updated dependencies [3f928c2]
|
|
15
|
+
- @saas-ui/banner@1.0.1
|
|
16
|
+
- @saas-ui/forms@1.0.1
|
|
17
|
+
- @saas-ui/modals@1.0.1
|
|
18
|
+
- @saas-ui/auth@1.0.1
|
|
19
|
+
|
|
3
20
|
## 1.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"url": "https://storybook.saas-ui.dev"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@chakra-ui/system": "^2.
|
|
59
|
-
"@saas-ui/auth": "1.0.
|
|
60
|
-
"@saas-ui/banner": "1.0.
|
|
58
|
+
"@chakra-ui/system": "^2.1.3",
|
|
59
|
+
"@saas-ui/auth": "1.0.1",
|
|
60
|
+
"@saas-ui/banner": "1.0.1",
|
|
61
61
|
"@saas-ui/button": "1.0.0",
|
|
62
62
|
"@saas-ui/card": "1.0.0",
|
|
63
63
|
"@saas-ui/collapse": "1.0.0",
|
|
64
64
|
"@saas-ui/data-table": "1.0.0",
|
|
65
|
-
"@saas-ui/forms": "1.0.
|
|
65
|
+
"@saas-ui/forms": "1.0.1",
|
|
66
66
|
"@saas-ui/hooks": "1.0.0",
|
|
67
67
|
"@saas-ui/hotkeys": "1.0.0",
|
|
68
68
|
"@saas-ui/input-right-button": "1.0.0",
|
|
69
69
|
"@saas-ui/layout": "1.0.0",
|
|
70
70
|
"@saas-ui/list": "1.0.0",
|
|
71
71
|
"@saas-ui/menu": "1.0.0",
|
|
72
|
-
"@saas-ui/modals": "1.0.
|
|
72
|
+
"@saas-ui/modals": "1.0.1",
|
|
73
73
|
"@saas-ui/nprogress": "1.0.0",
|
|
74
74
|
"@saas-ui/number-input": "1.0.0",
|
|
75
75
|
"@saas-ui/palette": "1.0.0",
|