@saas-ui/react 0.7.1 → 0.7.2

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 +19 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 65cd402: Added new FormDialog component
8
+ - 4b8a1cb: Improved useCollapse Typescript signature, merge toggle classname and return isCollapsible param.
9
+ - 46dd92b: NumberInput stepper can now be hidden and supports custom icons.
10
+ - Updated dependencies [65cd402]
11
+ - Updated dependencies [4b8a1cb]
12
+ - Updated dependencies [44e024f]
13
+ - Updated dependencies [46dd92b]
14
+ - @saas-ui/modals@0.2.3
15
+ - @saas-ui/collapse@0.2.2
16
+ - @saas-ui/layout@0.1.3
17
+ - @saas-ui/number-input@0.2.2
18
+ - @saas-ui/data-table@0.1.1
19
+ - @saas-ui/forms@0.2.5
20
+ - @saas-ui/auth@0.4.3
21
+
3
22
  ## 0.7.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
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
- "@saas-ui/auth": "0.4.2",
58
+ "@saas-ui/auth": "0.4.3",
59
59
  "@saas-ui/button": "0.2.1",
60
60
  "@saas-ui/card": "0.2.1",
61
- "@saas-ui/collapse": "0.2.1",
62
- "@saas-ui/data-table": "0.1.0",
63
- "@saas-ui/forms": "0.2.4",
61
+ "@saas-ui/collapse": "0.2.2",
62
+ "@saas-ui/data-table": "0.1.1",
63
+ "@saas-ui/forms": "0.2.5",
64
64
  "@saas-ui/hooks": "0.2.1",
65
65
  "@saas-ui/hotkeys": "0.3.1",
66
66
  "@saas-ui/input-right-button": "0.2.1",
67
- "@saas-ui/layout": "0.1.2",
67
+ "@saas-ui/layout": "0.1.3",
68
68
  "@saas-ui/list": "0.3.2",
69
69
  "@saas-ui/menu": "0.2.6",
70
- "@saas-ui/modals": "0.2.2",
70
+ "@saas-ui/modals": "0.2.3",
71
71
  "@saas-ui/nprogress": "0.2.1",
72
- "@saas-ui/number-input": "0.2.1",
72
+ "@saas-ui/number-input": "0.2.2",
73
73
  "@saas-ui/palette": "0.4.1",
74
74
  "@saas-ui/password-input": "0.2.1",
75
75
  "@saas-ui/persona": "0.3.2",