@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/dist/index.js CHANGED
@@ -4957,7 +4957,7 @@ var Combobox = ({
4957
4957
  variantStyles5[variant],
4958
4958
  "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary/30 focus-visible:border-primary",
4959
4959
  "disabled:cursor-not-allowed disabled:opacity-50",
4960
- open && "ring-2 ring-primary/20 border-primary",
4960
+ open && "border-primary",
4961
4961
  !!effectiveError && "border-destructive focus-visible:ring-destructive/30",
4962
4962
  className
4963
4963
  )
@@ -6347,11 +6347,11 @@ var DatePicker = ({
6347
6347
  formControlSizeStyles[requestedSize].control,
6348
6348
  disabled ? "border-border/40 opacity-50 cursor-not-allowed" : [
6349
6349
  "border-border/60 hover:border-primary/40",
6350
- "focus-within:ring-2 focus-within:ring-primary/50 focus-within:ring-offset-2 focus-within:ring-offset-background focus-within:border-transparent focus-within:hover:border-transparent",
6351
- "hover:bg-accent/10 hover:shadow-lg hover:shadow-primary/5 hover:-translate-y-0.5"
6350
+ "focus-within:border-primary focus-within:ring-0",
6351
+ "hover:bg-accent/10"
6352
6352
  ],
6353
6353
  "transition-all duration-300 ease-out",
6354
- isOpen && !isFocused && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
6354
+ isOpen && !isFocused && "border-primary shadow-lg shadow-primary/10",
6355
6355
  effectiveError && "border-destructive/60 focus-within:ring-destructive/50 bg-destructive/5",
6356
6356
  className
6357
6357
  ),
@@ -7105,11 +7105,11 @@ var DateRangePicker = ({
7105
7105
  formControlSizeStyles[requestedSize].control,
7106
7106
  disabled ? "border-border/40 opacity-50 cursor-not-allowed" : [
7107
7107
  "border-border/60 hover:border-primary/40",
7108
- "focus-within:ring-2 focus-within:ring-primary/50 focus-within:ring-offset-2 focus-within:ring-offset-background focus-within:border-transparent focus-within:hover:border-transparent",
7109
- "hover:bg-accent/10 hover:shadow-lg hover:shadow-primary/5 hover:-translate-y-0.5"
7108
+ "focus-within:border-primary focus-within:ring-0",
7109
+ "hover:bg-accent/10"
7110
7110
  ],
7111
7111
  "transition-all duration-300 ease-out",
7112
- isOpen && !isFocused && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
7112
+ isOpen && !isFocused && "border-primary shadow-lg shadow-primary/10",
7113
7113
  effectiveError && "border-destructive/60 focus-within:ring-destructive/50 bg-destructive/5"
7114
7114
  ),
7115
7115
  children: [
@@ -8044,11 +8044,11 @@ var LunarDatePicker = ({
8044
8044
  formControlSizeStyles[requestedSize].control,
8045
8045
  disabled ? "border-border/40 opacity-50 cursor-not-allowed" : [
8046
8046
  "border-border/60 hover:border-primary/40",
8047
- "focus-within:ring-2 focus-within:ring-primary/50 focus-within:ring-offset-2 focus-within:ring-offset-background focus-within:border-transparent focus-within:hover:border-transparent",
8048
- "hover:bg-accent/10 hover:shadow-lg hover:shadow-primary/5 hover:-translate-y-0.5"
8047
+ "focus-within:border-primary focus-within:ring-0",
8048
+ "hover:bg-accent/10"
8049
8049
  ],
8050
8050
  "transition-all duration-300 ease-out",
8051
- isOpen && !isFocused && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
8051
+ isOpen && !isFocused && "border-primary shadow-lg shadow-primary/10",
8052
8052
  effectiveError && "border-destructive/60 focus-within:ring-destructive/50 bg-destructive/5",
8053
8053
  className
8054
8054
  ),
@@ -8683,11 +8683,11 @@ var LunarDateRangePicker = ({
8683
8683
  formControlSizeStyles[requestedSize].control,
8684
8684
  disabled ? "border-border/40 opacity-50 cursor-not-allowed" : [
8685
8685
  "border-border/60 hover:border-primary/40",
8686
- "focus-within:ring-2 focus-within:ring-primary/50 focus-within:ring-offset-2 focus-within:ring-offset-background focus-within:border-transparent focus-within:hover:border-transparent",
8687
- "hover:bg-accent/10 hover:shadow-lg hover:shadow-primary/5 hover:-translate-y-0.5"
8686
+ "focus-within:border-primary focus-within:ring-0",
8687
+ "hover:bg-accent/10"
8688
8688
  ],
8689
8689
  "transition-all duration-300 ease-out text-left",
8690
- isOpen && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
8690
+ isOpen && "border-primary shadow-lg shadow-primary/10",
8691
8691
  effectiveError && "border-destructive/60 focus-within:ring-destructive/50 bg-destructive/5"
8692
8692
  ),
8693
8693
  children: [
@@ -9378,8 +9378,7 @@ function MonthYearPicker({
9378
9378
  effectiveError && "border-destructive/60 focus-visible:ring-destructive/50 bg-destructive/5",
9379
9379
  success && !effectiveError && "border-success/60 focus-visible:ring-success/50 bg-success/5",
9380
9380
  !effectiveError && !success && "border-border/60 hover:border-primary/40 hover:bg-accent/10",
9381
- animate && !disabled && "hover:shadow-lg hover:shadow-primary/5 hover:-translate-y-0.5",
9382
- open && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
9381
+ open && "border-primary shadow-lg shadow-primary/10",
9383
9382
  className
9384
9383
  ),
9385
9384
  children: [
@@ -11094,8 +11093,7 @@ function TimePicker({
11094
11093
  effectiveError && "border-destructive/60 focus-visible:ring-destructive/50 bg-destructive/5",
11095
11094
  success && !effectiveError && "border-success/60 focus-visible:ring-success/50 bg-success/5",
11096
11095
  !effectiveError && !success && "border-border/60 hover:border-primary/40 hover:bg-accent/10",
11097
- animate && !disabled && "hover:shadow-lg hover:shadow-primary/5 hover:-translate-y-0.5",
11098
- open && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
11096
+ open && "border-primary shadow-lg shadow-primary/10",
11099
11097
  className
11100
11098
  ),
11101
11099
  children: [
@@ -15254,7 +15252,7 @@ var MultiCombobox = ({
15254
15252
  variantStyles5[variant],
15255
15253
  "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary/30 focus-visible:border-primary",
15256
15254
  "disabled:cursor-not-allowed disabled:opacity-50",
15257
- open && "ring-2 ring-primary/20 border-primary",
15255
+ open && "border-primary",
15258
15256
  !!effectiveError && "border-destructive focus-visible:ring-destructive/30"
15259
15257
  ),
15260
15258
  children: [
@@ -17614,7 +17612,7 @@ function CategoryTreeSelect(props) {
17614
17612
  triggerVariantStyles[variant],
17615
17613
  "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary/50 focus-visible:ring-offset-2 focus-visible:ring-offset-background",
17616
17614
  disabled && "opacity-50 cursor-not-allowed hover:transform-none hover:shadow-none",
17617
- isOpen && "ring-2 ring-primary/30 border-primary/50 shadow-lg shadow-primary/10",
17615
+ isOpen && "border-primary shadow-lg shadow-primary/10",
17618
17616
  effectiveError && "border-destructive focus-visible:ring-destructive/30"
17619
17617
  ),
17620
17618
  children: [