@underverse-ui/underverse 2.0.5 → 2.0.6
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/api-reference.json +1 -1
- package/dist/index.cjs +17 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +17 -19
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -14490,7 +14490,7 @@ var Combobox = ({
|
|
|
14490
14490
|
variantStyles6[variant],
|
|
14491
14491
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary/30 focus-visible:border-primary",
|
|
14492
14492
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
14493
|
-
open && "
|
|
14493
|
+
open && "border-primary",
|
|
14494
14494
|
!!effectiveError && "border-destructive focus-visible:ring-destructive/30",
|
|
14495
14495
|
className
|
|
14496
14496
|
)
|
|
@@ -15893,11 +15893,11 @@ var DatePicker = ({
|
|
|
15893
15893
|
formControlSizeStyles[requestedSize].control,
|
|
15894
15894
|
disabled ? "border-border/40 opacity-50 cursor-not-allowed" : [
|
|
15895
15895
|
"border-border/60 hover:border-primary/40",
|
|
15896
|
-
"focus-within:
|
|
15897
|
-
"hover:bg-accent/10
|
|
15896
|
+
"focus-within:border-primary focus-within:ring-0",
|
|
15897
|
+
"hover:bg-accent/10"
|
|
15898
15898
|
],
|
|
15899
15899
|
"transition-all duration-300 ease-out",
|
|
15900
|
-
isOpen && !isFocused && "
|
|
15900
|
+
isOpen && !isFocused && "border-primary shadow-lg shadow-primary/10",
|
|
15901
15901
|
effectiveError && "border-destructive/60 focus-within:ring-destructive/50 bg-destructive/5",
|
|
15902
15902
|
className
|
|
15903
15903
|
),
|
|
@@ -16651,11 +16651,11 @@ var DateRangePicker = ({
|
|
|
16651
16651
|
formControlSizeStyles[requestedSize].control,
|
|
16652
16652
|
disabled ? "border-border/40 opacity-50 cursor-not-allowed" : [
|
|
16653
16653
|
"border-border/60 hover:border-primary/40",
|
|
16654
|
-
"focus-within:
|
|
16655
|
-
"hover:bg-accent/10
|
|
16654
|
+
"focus-within:border-primary focus-within:ring-0",
|
|
16655
|
+
"hover:bg-accent/10"
|
|
16656
16656
|
],
|
|
16657
16657
|
"transition-all duration-300 ease-out",
|
|
16658
|
-
isOpen && !isFocused && "
|
|
16658
|
+
isOpen && !isFocused && "border-primary shadow-lg shadow-primary/10",
|
|
16659
16659
|
effectiveError && "border-destructive/60 focus-within:ring-destructive/50 bg-destructive/5"
|
|
16660
16660
|
),
|
|
16661
16661
|
children: [
|
|
@@ -17597,11 +17597,11 @@ var LunarDatePicker = ({
|
|
|
17597
17597
|
formControlSizeStyles[requestedSize].control,
|
|
17598
17598
|
disabled ? "border-border/40 opacity-50 cursor-not-allowed" : [
|
|
17599
17599
|
"border-border/60 hover:border-primary/40",
|
|
17600
|
-
"focus-within:
|
|
17601
|
-
"hover:bg-accent/10
|
|
17600
|
+
"focus-within:border-primary focus-within:ring-0",
|
|
17601
|
+
"hover:bg-accent/10"
|
|
17602
17602
|
],
|
|
17603
17603
|
"transition-all duration-300 ease-out",
|
|
17604
|
-
isOpen && !isFocused && "
|
|
17604
|
+
isOpen && !isFocused && "border-primary shadow-lg shadow-primary/10",
|
|
17605
17605
|
effectiveError && "border-destructive/60 focus-within:ring-destructive/50 bg-destructive/5",
|
|
17606
17606
|
className
|
|
17607
17607
|
),
|
|
@@ -18236,11 +18236,11 @@ var LunarDateRangePicker = ({
|
|
|
18236
18236
|
formControlSizeStyles[requestedSize].control,
|
|
18237
18237
|
disabled ? "border-border/40 opacity-50 cursor-not-allowed" : [
|
|
18238
18238
|
"border-border/60 hover:border-primary/40",
|
|
18239
|
-
"focus-within:
|
|
18240
|
-
"hover:bg-accent/10
|
|
18239
|
+
"focus-within:border-primary focus-within:ring-0",
|
|
18240
|
+
"hover:bg-accent/10"
|
|
18241
18241
|
],
|
|
18242
18242
|
"transition-all duration-300 ease-out text-left",
|
|
18243
|
-
isOpen && "
|
|
18243
|
+
isOpen && "border-primary shadow-lg shadow-primary/10",
|
|
18244
18244
|
effectiveError && "border-destructive/60 focus-within:ring-destructive/50 bg-destructive/5"
|
|
18245
18245
|
),
|
|
18246
18246
|
children: [
|
|
@@ -18941,8 +18941,7 @@ function MonthYearPicker({
|
|
|
18941
18941
|
effectiveError && "border-destructive/60 focus-visible:ring-destructive/50 bg-destructive/5",
|
|
18942
18942
|
success && !effectiveError && "border-success/60 focus-visible:ring-success/50 bg-success/5",
|
|
18943
18943
|
!effectiveError && !success && "border-border/60 hover:border-primary/40 hover:bg-accent/10",
|
|
18944
|
-
|
|
18945
|
-
open && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
|
|
18944
|
+
open && "border-primary shadow-lg shadow-primary/10",
|
|
18946
18945
|
className
|
|
18947
18946
|
),
|
|
18948
18947
|
children: [
|
|
@@ -20664,8 +20663,7 @@ function TimePicker({
|
|
|
20664
20663
|
effectiveError && "border-destructive/60 focus-visible:ring-destructive/50 bg-destructive/5",
|
|
20665
20664
|
success && !effectiveError && "border-success/60 focus-visible:ring-success/50 bg-success/5",
|
|
20666
20665
|
!effectiveError && !success && "border-border/60 hover:border-primary/40 hover:bg-accent/10",
|
|
20667
|
-
|
|
20668
|
-
open && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
|
|
20666
|
+
open && "border-primary shadow-lg shadow-primary/10",
|
|
20669
20667
|
className
|
|
20670
20668
|
),
|
|
20671
20669
|
children: [
|
|
@@ -24847,7 +24845,7 @@ var MultiCombobox = ({
|
|
|
24847
24845
|
variantStyles6[variant],
|
|
24848
24846
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary/30 focus-visible:border-primary",
|
|
24849
24847
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
24850
|
-
open && "
|
|
24848
|
+
open && "border-primary",
|
|
24851
24849
|
!!effectiveError && "border-destructive focus-visible:ring-destructive/30"
|
|
24852
24850
|
),
|
|
24853
24851
|
children: [
|
|
@@ -27220,7 +27218,7 @@ function CategoryTreeSelect(props) {
|
|
|
27220
27218
|
triggerVariantStyles[variant],
|
|
27221
27219
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary/50 focus-visible:ring-offset-2 focus-visible:ring-offset-background",
|
|
27222
27220
|
disabled && "opacity-50 cursor-not-allowed hover:transform-none hover:shadow-none",
|
|
27223
|
-
isOpen && "
|
|
27221
|
+
isOpen && "border-primary shadow-lg shadow-primary/10",
|
|
27224
27222
|
effectiveError && "border-destructive focus-visible:ring-destructive/30"
|
|
27225
27223
|
),
|
|
27226
27224
|
children: [
|