@saas-ui/react 3.0.0-alpha.27 → 3.0.0-alpha.29
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 +13 -0
- package/dist/index.cjs +4 -4
- package/dist/index.js +38 -38
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 3.0.0-alpha.29
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Improved text selection color contrast
|
8
|
+
|
9
|
+
## 3.0.0-alpha.28
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- 6a8bf46: Decreased default overlay translucency
|
14
|
+
- 6a8bf46: Fix dialog backdrop z-index
|
15
|
+
|
3
16
|
## 3.0.0-alpha.27
|
4
17
|
|
5
18
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
@@ -226,7 +226,7 @@ var globalCss = (0, import_react3.defineGlobalStyles)({
|
|
226
226
|
// '--radius-indicator': '1',
|
227
227
|
"--radius-full": "9999px",
|
228
228
|
"--scale-factor": "1",
|
229
|
-
"--overlay-translucency": "
|
229
|
+
"--overlay-translucency": "95%",
|
230
230
|
"--overlay-effect": "blur({blurs.lg})",
|
231
231
|
"--backdrop-effect": "none"
|
232
232
|
},
|
@@ -240,7 +240,7 @@ var globalCss = (0, import_react3.defineGlobalStyles)({
|
|
240
240
|
color: "fg.subtle"
|
241
241
|
},
|
242
242
|
"*::selection": {
|
243
|
-
bg: "colorPalette.
|
243
|
+
bg: "colorPalette.solid/20"
|
244
244
|
}
|
245
245
|
});
|
246
246
|
|
@@ -2589,7 +2589,7 @@ var dialogSlotRecipe = (0, import_react31.defineSlotRecipe)({
|
|
2589
2589
|
top: 0,
|
2590
2590
|
w: "100vw",
|
2591
2591
|
h: "100dvh",
|
2592
|
-
zIndex: "calc(var(--
|
2592
|
+
zIndex: "calc(var(--z-index) - 1)",
|
2593
2593
|
_open: {
|
2594
2594
|
animationName: "fade-in",
|
2595
2595
|
animationDuration: "slow"
|
@@ -2810,7 +2810,7 @@ var drawerSlotRecipe = (0, import_react32.defineSlotRecipe)({
|
|
2810
2810
|
top: 0,
|
2811
2811
|
w: "100vw",
|
2812
2812
|
h: "100dvh",
|
2813
|
-
zIndex: "calc(var(--
|
2813
|
+
zIndex: "calc(var(--z-index) - 1)",
|
2814
2814
|
_open: {
|
2815
2815
|
animationName: "fade-in",
|
2816
2816
|
animationDuration: "slow"
|
package/dist/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import {
|
2
|
-
|
3
|
-
} from "./chunk-
|
2
|
+
Tag
|
3
|
+
} from "./chunk-IEWHAXXU.js";
|
4
4
|
import {
|
5
5
|
Toaster,
|
6
6
|
toast
|
@@ -11,32 +11,38 @@ import {
|
|
11
11
|
import {
|
12
12
|
colors
|
13
13
|
} from "./chunk-3MO37LYW.js";
|
14
|
+
import {
|
15
|
+
SegmentedControl
|
16
|
+
} from "./chunk-SKXSBAOS.js";
|
17
|
+
import {
|
18
|
+
namespace_exports
|
19
|
+
} from "./chunk-3JZ42NYM.js";
|
14
20
|
import {
|
15
21
|
sidebar_exports,
|
16
22
|
useSidebar,
|
17
23
|
useSidebarItemStyles,
|
18
24
|
useSidebarStyles
|
19
25
|
} from "./chunk-U23VDAWJ.js";
|
20
|
-
import {
|
21
|
-
namespace_exports
|
22
|
-
} from "./chunk-3JZ42NYM.js";
|
23
|
-
import {
|
24
|
-
SearchInput
|
25
|
-
} from "./chunk-46ISJZBS.js";
|
26
26
|
import {
|
27
27
|
Status
|
28
28
|
} from "./chunk-YKSY7UOM.js";
|
29
29
|
import {
|
30
30
|
steps_exports
|
31
31
|
} from "./chunk-VZG7EJ64.js";
|
32
|
+
import {
|
33
|
+
Switch
|
34
|
+
} from "./chunk-SA3OGTOO.js";
|
32
35
|
import {
|
33
36
|
Tabs,
|
34
37
|
useTabsContext,
|
35
38
|
useTabsStyles
|
36
39
|
} from "./chunk-IVLUAUU5.js";
|
37
40
|
import {
|
38
|
-
|
39
|
-
} from "./chunk-
|
41
|
+
NumberInput
|
42
|
+
} from "./chunk-S5J6REMC.js";
|
43
|
+
import {
|
44
|
+
pagination_exports
|
45
|
+
} from "./chunk-MLJN6IOJ.js";
|
40
46
|
import {
|
41
47
|
PasswordInput
|
42
48
|
} from "./chunk-K2SPPLAY.js";
|
@@ -48,54 +54,48 @@ import {
|
|
48
54
|
import {
|
49
55
|
PinInput
|
50
56
|
} from "./chunk-2EUACKRH.js";
|
51
|
-
import {
|
52
|
-
loading_overlay_exports,
|
53
|
-
useLoadingOverlayStyles
|
54
|
-
} from "./chunk-7VSTNV2B.js";
|
55
|
-
import {
|
56
|
-
Spinner
|
57
|
-
} from "./chunk-32JGENDB.js";
|
58
57
|
import {
|
59
58
|
popover_exports
|
60
59
|
} from "./chunk-KE5AC3TZ.js";
|
61
|
-
import {
|
62
|
-
navbar_exports
|
63
|
-
} from "./chunk-Q6SNJJO2.js";
|
64
60
|
import {
|
65
61
|
Radio,
|
66
62
|
RadioGroup
|
67
63
|
} from "./chunk-WYLMBMAH.js";
|
68
64
|
import {
|
69
|
-
|
70
|
-
} from "./chunk-
|
65
|
+
SearchInput
|
66
|
+
} from "./chunk-46ISJZBS.js";
|
71
67
|
import {
|
72
68
|
IconBadge
|
73
69
|
} from "./chunk-I2RXEKTB.js";
|
74
70
|
import {
|
75
71
|
IconButton
|
76
72
|
} from "./chunk-MS2ELLDY.js";
|
73
|
+
import {
|
74
|
+
InputGroup
|
75
|
+
} from "./chunk-PKI6YH2V.js";
|
77
76
|
import {
|
78
77
|
Link
|
79
78
|
} from "./chunk-TZBAM4AD.js";
|
80
79
|
import {
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
80
|
+
loading_overlay_exports,
|
81
|
+
useLoadingOverlayStyles
|
82
|
+
} from "./chunk-7VSTNV2B.js";
|
83
|
+
import {
|
84
|
+
Spinner
|
85
|
+
} from "./chunk-32JGENDB.js";
|
86
86
|
import {
|
87
87
|
menu_exports
|
88
88
|
} from "./chunk-KFXNVUEZ.js";
|
89
89
|
import "./chunk-KTLWEUNW.js";
|
90
90
|
import {
|
91
|
-
|
92
|
-
} from "./chunk-
|
93
|
-
import {
|
94
|
-
InputGroup
|
95
|
-
} from "./chunk-PKI6YH2V.js";
|
91
|
+
navbar_exports
|
92
|
+
} from "./chunk-Q6SNJJO2.js";
|
96
93
|
import {
|
97
|
-
|
98
|
-
|
94
|
+
SuiContext,
|
95
|
+
SuiProvider,
|
96
|
+
useLink,
|
97
|
+
useSui
|
98
|
+
} from "./chunk-O2WVT2BP.js";
|
99
99
|
import {
|
100
100
|
Command
|
101
101
|
} from "./chunk-UASXI64E.js";
|
@@ -279,7 +279,7 @@ var globalCss = defineGlobalStyles({
|
|
279
279
|
// '--radius-indicator': '1',
|
280
280
|
"--radius-full": "9999px",
|
281
281
|
"--scale-factor": "1",
|
282
|
-
"--overlay-translucency": "
|
282
|
+
"--overlay-translucency": "95%",
|
283
283
|
"--overlay-effect": "blur({blurs.lg})",
|
284
284
|
"--backdrop-effect": "none"
|
285
285
|
},
|
@@ -293,7 +293,7 @@ var globalCss = defineGlobalStyles({
|
|
293
293
|
color: "fg.subtle"
|
294
294
|
},
|
295
295
|
"*::selection": {
|
296
|
-
bg: "colorPalette.
|
296
|
+
bg: "colorPalette.solid/20"
|
297
297
|
}
|
298
298
|
});
|
299
299
|
|
@@ -2642,7 +2642,7 @@ var dialogSlotRecipe = defineSlotRecipe4({
|
|
2642
2642
|
top: 0,
|
2643
2643
|
w: "100vw",
|
2644
2644
|
h: "100dvh",
|
2645
|
-
zIndex: "calc(var(--
|
2645
|
+
zIndex: "calc(var(--z-index) - 1)",
|
2646
2646
|
_open: {
|
2647
2647
|
animationName: "fade-in",
|
2648
2648
|
animationDuration: "slow"
|
@@ -2863,7 +2863,7 @@ var drawerSlotRecipe = defineSlotRecipe5({
|
|
2863
2863
|
top: 0,
|
2864
2864
|
w: "100vw",
|
2865
2865
|
h: "100dvh",
|
2866
|
-
zIndex: "calc(var(--
|
2866
|
+
zIndex: "calc(var(--z-index) - 1)",
|
2867
2867
|
_open: {
|
2868
2868
|
animationName: "fade-in",
|
2869
2869
|
animationDuration: "slow"
|