@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.cjs CHANGED
@@ -1827,7 +1827,7 @@ function PopoverContent({
1827
1827
  align,
1828
1828
  sideOffset,
1829
1829
  className: cn(
1830
- "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",
1830
+ "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",
1831
1831
  className
1832
1832
  ),
1833
1833
  ...props
@@ -2045,7 +2045,7 @@ var CountrySelect = ({
2045
2045
  PopoverContent,
2046
2046
  {
2047
2047
  align: "start",
2048
- 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)",
2048
+ 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)",
2049
2049
  children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(Command, { children: [
2050
2050
  /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2051
2051
  CommandInput,
@@ -3111,7 +3111,7 @@ var Toggle = (props) => {
3111
3111
  "peer-checked:border-(--border-brand)",
3112
3112
  // 4: enabled, checked, hovered, unfocused
3113
3113
  "peer-checked:hover:border-(--border-brand-hover)",
3114
- "peer-checked:hover:shadow-[0_0_0_var(--focus-ring-spread)_var(--color-b-100)]",
3114
+ "peer-checked:hover:shadow-[0_0_0_var(--focus-ring-spread)_var(--focus-secondary)]",
3115
3115
  // 5: enabled, unchecked, unhovered, focused
3116
3116
  "peer-focus-visible:border-(--border-brand-focus)",
3117
3117
  // 6: enabled, checked, unhovered, focused