@novie/ui 0.1.9 → 0.1.10

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
@@ -280,9 +280,9 @@ var ue = n([
280
280
  "transition-colors",
281
281
  "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",
282
282
  "disabled:cursor-not-allowed",
283
- "data-[state=checked]:bg-primary",
284
- "data-[state=unchecked]:bg-primary",
285
- "disabled:data-[state=checked]:bg-[hsl(var(--button-primary-bg-disabled))]",
283
+ "data-[state=checked]:bg-[hsl(var(--button-brand-default))]",
284
+ "data-[state=unchecked]:bg-[hsl(var(--icon-secondary))]",
285
+ "disabled:data-[state=checked]:bg-[hsl(var(--button-brand-secondary))]",
286
286
  "disabled:data-[state=unchecked]:bg-[hsl(var(--button-primary-bg-disabled))]"
287
287
  ].join(" "), {
288
288
  variants: { size: {