@saas-ui/react 2.0.0-next.1 → 2.0.0-next.11

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 +199 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,194 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5b9d90e8]
8
+ - @saas-ui/theme@2.0.0-next.5
9
+ - @saas-ui/core@2.0.0-next.9
10
+ - @saas-ui/auth@2.0.0-next.11
11
+ - @saas-ui/data-table@2.0.0-next.11
12
+ - @saas-ui/forms@2.0.0-next.11
13
+ - @saas-ui/hotkeys@2.0.0-next.9
14
+ - @saas-ui/modals@2.0.0-next.11
15
+
16
+ ## 2.0.0-next.10
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [b521ce10]
21
+ - @saas-ui/theme@2.0.0-next.4
22
+ - @saas-ui/core@2.0.0-next.8
23
+ - @saas-ui/auth@2.0.0-next.10
24
+ - @saas-ui/data-table@2.0.0-next.10
25
+ - @saas-ui/forms@2.0.0-next.10
26
+ - @saas-ui/hotkeys@2.0.0-next.8
27
+ - @saas-ui/modals@2.0.0-next.10
28
+
29
+ ## 2.0.0-next.9
30
+
31
+ ### Minor Changes
32
+
33
+ - 1177329d: Improved MenuDialog position on mobile
34
+ - 84e59fec: Added new createModals method to create typesafe modals managers with support for custom modals
35
+
36
+ ### Patch Changes
37
+
38
+ - 189190c6: Fix Card theme tokens
39
+ - Updated dependencies [84e59fec]
40
+ - Updated dependencies [189190c6]
41
+ - Updated dependencies [1177329d]
42
+ - Updated dependencies [84e59fec]
43
+ - Updated dependencies [1177329d]
44
+ - @saas-ui/forms@2.0.0-next.9
45
+ - @saas-ui/core@2.0.0-next.7
46
+ - @saas-ui/modals@2.0.0-next.9
47
+ - @saas-ui/auth@2.0.0-next.9
48
+ - @saas-ui/data-table@2.0.0-next.9
49
+ - @saas-ui/hotkeys@2.0.0-next.7
50
+
51
+ ## 2.0.0-next.8
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies [6d3f5717]
56
+ - @saas-ui/forms@2.0.0-next.8
57
+ - @saas-ui/auth@2.0.0-next.8
58
+ - @saas-ui/modals@2.0.0-next.8
59
+ - @saas-ui/data-table@2.0.0-next.8
60
+
61
+ ## 2.0.0-next.7
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [7052dad3]
66
+ - @saas-ui/core@2.0.0-next.6
67
+ - @saas-ui/auth@2.0.0-next.7
68
+ - @saas-ui/data-table@2.0.0-next.7
69
+ - @saas-ui/forms@2.0.0-next.7
70
+ - @saas-ui/hotkeys@2.0.0-next.6
71
+ - @saas-ui/modals@2.0.0-next.7
72
+
73
+ ## 2.0.0-next.6
74
+
75
+ ### Major Changes
76
+
77
+ - 37e38165: Auth forms can now be used standalone, to build custom solutions.
78
+ - 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.
79
+ - 39e778d8: Form will now render AutoField by default when no children are passed.
80
+
81
+ ### Minor Changes
82
+
83
+ - 532011d6: Select can now supports theming using the SuiSelect theme config.
84
+ - 6dd737ce: Select field now renders invalid state.
85
+ - c85541cb: AutoForm field props can now be overridden using the fields prop on Form
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [37e38165]
90
+ - Updated dependencies [532011d6]
91
+ - Updated dependencies [532011d6]
92
+ - Updated dependencies [6dd737ce]
93
+ - Updated dependencies [c85541cb]
94
+ - Updated dependencies [39e778d8]
95
+ - @saas-ui/auth@2.0.0-next.6
96
+ - @saas-ui/forms@2.0.0-next.6
97
+ - @saas-ui/data-table@2.0.0-next.6
98
+ - @saas-ui/modals@2.0.0-next.6
99
+
100
+ ## 2.0.0-next.5
101
+
102
+ ### Major Changes
103
+
104
+ - 61b27fa6: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton
105
+
106
+ ### Minor Changes
107
+
108
+ - a8ea24da: PasswordInput now accepts leftAddon property.
109
+
110
+ ### Patch Changes
111
+
112
+ - Updated dependencies [a8ea24da]
113
+ - Updated dependencies [61b27fa6]
114
+ - @saas-ui/forms@2.0.0-next.5
115
+ - @saas-ui/core@2.0.0-next.5
116
+ - @saas-ui/auth@2.0.0-next.5
117
+ - @saas-ui/modals@2.0.0-next.5
118
+ - @saas-ui/data-table@2.0.0-next.5
119
+ - @saas-ui/hotkeys@2.0.0-next.5
120
+
121
+ ## 2.0.0-next.4
122
+
123
+ ### Major Changes
124
+
125
+ - 83f54180: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense.
126
+ - 83f54180: Secondary button now uses solid variant and gray colorScheme.
127
+ - 83f54180: Renamed Loader to LoadingOverlay.
128
+
129
+ ### Minor Changes
130
+
131
+ - 83f54180: Added new tertiary button variant.
132
+ - 27a68bca: useLocalStorage now updates all hook instances on the current page when the value changed
133
+
134
+ ### Patch Changes
135
+
136
+ - ba61612f: Fixed useSnackbar return type, always returns toastId.
137
+ - 83f54180: Fix NavItem focus outline color.
138
+ - Updated dependencies [83f54180]
139
+ - Updated dependencies [ba61612f]
140
+ - Updated dependencies [83f54180]
141
+ - Updated dependencies [83f54180]
142
+ - Updated dependencies [83f54180]
143
+ - Updated dependencies [83f54180]
144
+ - Updated dependencies [27a68bca]
145
+ - @saas-ui/core@2.0.0-next.4
146
+ - @saas-ui/theme@2.0.0-next.3
147
+ - @saas-ui/hooks@2.0.0-next.2
148
+ - @saas-ui/auth@2.0.0-next.4
149
+ - @saas-ui/data-table@2.0.0-next.4
150
+ - @saas-ui/forms@2.0.0-next.4
151
+ - @saas-ui/hotkeys@2.0.0-next.4
152
+ - @saas-ui/modals@2.0.0-next.4
153
+
154
+ ## 2.0.0-next.3
155
+
156
+ ### Patch Changes
157
+
158
+ - Updated dependencies [f79376c3]
159
+ - @saas-ui/theme@2.0.0-next.2
160
+ - @saas-ui/core@2.0.0-next.3
161
+ - @saas-ui/auth@2.0.0-next.3
162
+ - @saas-ui/data-table@2.0.0-next.3
163
+ - @saas-ui/forms@2.0.0-next.3
164
+ - @saas-ui/hotkeys@2.0.0-next.3
165
+ - @saas-ui/modals@2.0.0-next.3
166
+
167
+ ## 2.0.0-next.2
168
+
169
+ ### Major Changes
170
+
171
+ - 0a11d7b6: Renamed Sidebar condensed variant to compact.
172
+ - 76887bda: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle.
173
+
174
+ ### Minor Changes
175
+
176
+ - 76887bda: AppShell now controls the Sidebar disclosure state.
177
+ - 76887bda: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context.
178
+
179
+ ### Patch Changes
180
+
181
+ - Updated dependencies [0a11d7b6]
182
+ - Updated dependencies [76887bda]
183
+ - Updated dependencies [76887bda]
184
+ - Updated dependencies [76887bda]
185
+ - @saas-ui/core@2.0.0-next.2
186
+ - @saas-ui/auth@2.0.0-next.2
187
+ - @saas-ui/data-table@2.0.0-next.2
188
+ - @saas-ui/forms@2.0.0-next.2
189
+ - @saas-ui/hotkeys@2.0.0-next.2
190
+ - @saas-ui/modals@2.0.0-next.2
191
+
3
192
  ## 2.0.0-next.1
4
193
 
5
194
  ### Patch Changes
@@ -56,6 +245,16 @@
56
245
  - @saas-ui/nprogress@2.0.0-next.0
57
246
  - @saas-ui/theme@2.0.0-next.0
58
247
 
248
+ ## 1.9.1
249
+
250
+ ### Patch Changes
251
+
252
+ - 382e095: InputRightButton no longer exported from forms package to prevent conflicts.
253
+ - Updated dependencies [382e095]
254
+ - @saas-ui/forms@1.5.3
255
+ - @saas-ui/auth@1.7.4
256
+ - @saas-ui/modals@1.5.5
257
+
59
258
  ## 1.9.0
60
259
 
61
260
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.1",
4
- "description": "Saas UI - The frontend stack for SaaS companies.",
3
+ "version": "2.0.0-next.11",
4
+ "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
7
7
  ".": {
@@ -55,18 +55,18 @@
55
55
  "url": "https://storybook.saas-ui.dev"
56
56
  },
57
57
  "dependencies": {
58
- "@chakra-ui/react-utils": "^2.0.11",
59
- "@chakra-ui/system": "^2.3.8",
60
- "@chakra-ui/utils": "^2.0.14",
61
- "@saas-ui/auth": "2.0.0-next.1",
62
- "@saas-ui/core": "2.0.0-next.1",
63
- "@saas-ui/data-table": "2.0.0-next.1",
64
- "@saas-ui/forms": "2.0.0-next.1",
65
- "@saas-ui/hooks": "2.0.0-next.1",
66
- "@saas-ui/hotkeys": "2.0.0-next.1",
67
- "@saas-ui/modals": "2.0.0-next.1",
58
+ "@chakra-ui/react-utils": "^2.0.12",
59
+ "@chakra-ui/system": "^2.5.5",
60
+ "@chakra-ui/utils": "^2.0.15",
61
+ "@saas-ui/auth": "2.0.0-next.11",
62
+ "@saas-ui/core": "2.0.0-next.9",
63
+ "@saas-ui/data-table": "2.0.0-next.11",
64
+ "@saas-ui/forms": "2.0.0-next.11",
65
+ "@saas-ui/hooks": "2.0.0-next.2",
66
+ "@saas-ui/hotkeys": "2.0.0-next.9",
67
+ "@saas-ui/modals": "2.0.0-next.11",
68
68
  "@saas-ui/nprogress": "2.0.0-next.1",
69
- "@saas-ui/theme": "2.0.0-next.1"
69
+ "@saas-ui/theme": "2.0.0-next.5"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@chakra-ui/react": ">=2.4.0",