@bubo-squared/ui-framework 0.1.99 → 0.2.0

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
@@ -1766,7 +1766,7 @@ function PopoverContent({
1766
1766
  align,
1767
1767
  sideOffset,
1768
1768
  className: cn(
1769
- "bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-md border p-4 shadow-md outline-hidden",
1769
+ "bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-md p-4 shadow-md outline-hidden",
1770
1770
  className
1771
1771
  ),
1772
1772
  ...props
@@ -1984,7 +1984,7 @@ var CountrySelect = ({
1984
1984
  PopoverContent,
1985
1985
  {
1986
1986
  align: "start",
1987
- className: "p-0 bg-(--background-primary) shadow-card-md rounded-4 border-none outline-1 outline-solid outline-(--border-primary-hover) **:data-[slot='command-input-wrapper']:border-b-(--border-secondary)",
1987
+ className: "p-0 bg-(--background-primary) shadow-card-md rounded-4 border-none outline-1 outline-solid outline-(--border-secondary-hover) **:data-[slot='command-input-wrapper']:border-b-(--border-secondary)",
1988
1988
  children: /* @__PURE__ */ jsxs18(Command, { children: [
1989
1989
  /* @__PURE__ */ jsx28(
1990
1990
  CommandInput,
@@ -3050,7 +3050,7 @@ var Toggle = (props) => {
3050
3050
  "peer-checked:border-(--border-brand)",
3051
3051
  // 4: enabled, checked, hovered, unfocused
3052
3052
  "peer-checked:hover:border-(--border-brand-hover)",
3053
- "peer-checked:hover:shadow-[0_0_0_var(--focus-ring-spread)_var(--color-b-100)]",
3053
+ "peer-checked:hover:shadow-[0_0_0_var(--focus-ring-spread)_var(--focus-secondary)]",
3054
3054
  // 5: enabled, unchecked, unhovered, focused
3055
3055
  "peer-focus-visible:border-(--border-brand-focus)",
3056
3056
  // 6: enabled, checked, unhovered, focused