@saas-ui/react 3.0.0-next.14 → 3.0.0-next.16
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 +16 -0
- package/dist/_tsup-dts-rollup.d.cts +189 -19
- package/dist/_tsup-dts-rollup.d.ts +189 -19
- package/dist/{chunk-D72A4SU3.js → chunk-GQYL3VVZ.js} +1 -1
- package/dist/{chunk-RBG43JK2.js → chunk-LFITUDGB.js} +212 -45
- package/dist/{chunk-GXOQVOKP.js → chunk-NBNSPEJB.js} +1 -1
- package/dist/chunk-NRC2PKPJ.js +60 -0
- package/dist/components/info-tip/index.js +3 -3
- package/dist/components/section/index.cjs +81 -0
- package/dist/components/section/index.d.cts +2 -0
- package/dist/components/section/index.d.ts +2 -0
- package/dist/components/section/index.js +10 -0
- package/dist/components/toaster/index.cjs +1 -1
- package/dist/components/toaster/index.js +1 -1
- package/dist/components/toggle-tip/index.js +2 -2
- package/dist/index.cjs +309 -81
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +124 -110
- package/dist/preset.cjs +211 -44
- package/dist/preset.js +1 -1
- package/package.json +3 -3
- package/dist/{chunk-OWFY465Z.js → chunk-QITSWCWX.js} +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 3.0.0-next.16
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies
|
8
|
+
- @saas-ui/hooks@3.0.0-next.1
|
9
|
+
- @saas-ui/core@3.0.0-next.3
|
10
|
+
|
11
|
+
## 3.0.0-next.15
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- d4fb186: Added Section component
|
16
|
+
- a169eb7: Fixed issue where Toast close trigger would render two buttons
|
17
|
+
- d4fb186: Export createListCollection
|
18
|
+
|
3
19
|
## 3.0.0-next.14
|
4
20
|
|
5
21
|
### Patch Changes
|