@saas-ui/react 3.0.0-next.33 → 3.0.0-next.35
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 +12 -0
- package/dist/.tsbuildinfo.json +1 -1
- package/dist/components/navbar/navbar.d.ts +3 -3
- package/dist/components/page/page.recipe.d.ts +1 -2
- package/dist/components/page/page.recipe.js +1 -2
- package/dist/components/segmented-control/segment-group.recipe.d.ts +1 -1
- package/dist/components/segmented-control/segment-group.recipe.js +1 -1
- package/dist/components/sidebar/sidebar.d.ts +18 -12
- package/dist/components/sidebar/sidebar.js +7 -1
- package/dist/components/sidebar/sidebar.recipe.d.ts +20 -1
- package/dist/components/sidebar/sidebar.recipe.js +44 -0
- package/dist/theme/global-css.js +3 -4
- package/dist/theme/semantic-tokens/colors.d.ts +6 -0
- package/dist/theme/semantic-tokens/colors.js +7 -4
- package/dist/theme/semantic-tokens/shadows.js +7 -7
- package/dist/theme/slot-recipes.d.ts +63 -45
- package/dist/theme/tokens/colors.d.ts +0 -35
- package/dist/theme/tokens/colors.js +8 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 3.0.0-next.35
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 4f78230: Improved dark mode styling and added scrollbar styles
|
8
|
+
|
9
|
+
## 3.0.0-next.34
|
10
|
+
|
11
|
+
### Minor Changes
|
12
|
+
|
13
|
+
- 964ffa7: Added Sidebar.Inset component and inset vairant
|
14
|
+
|
3
15
|
## 3.0.0-next.33
|
4
16
|
|
5
17
|
### Patch Changes
|