@sikka/hawa 0.18.8-next → 0.18.9-next
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 +4 -1
- package/dist/index.mjs +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3609,7 +3609,10 @@ var Switch = React20.forwardRef(
|
|
|
3609
3609
|
SwitchPrimitives.Root,
|
|
3610
3610
|
{
|
|
3611
3611
|
className: cn(
|
|
3612
|
-
"hawa-
|
|
3612
|
+
"hawa-bg-primary/20",
|
|
3613
|
+
// "data-[state=unchecked]:hawa-bg-primary/20",
|
|
3614
|
+
"data-[state=checked]:hawa-bg-primary",
|
|
3615
|
+
"hawa-relative hawa-cursor-pointer hawa-rounded hawa-outline-none",
|
|
3613
3616
|
rootRoundednessStyles[roundedness],
|
|
3614
3617
|
className,
|
|
3615
3618
|
rootSize[size]
|
package/dist/index.mjs
CHANGED
|
@@ -3384,7 +3384,10 @@ var Switch = React20.forwardRef(
|
|
|
3384
3384
|
SwitchPrimitives.Root,
|
|
3385
3385
|
{
|
|
3386
3386
|
className: cn(
|
|
3387
|
-
"hawa-
|
|
3387
|
+
"hawa-bg-primary/20",
|
|
3388
|
+
// "data-[state=unchecked]:hawa-bg-primary/20",
|
|
3389
|
+
"data-[state=checked]:hawa-bg-primary",
|
|
3390
|
+
"hawa-relative hawa-cursor-pointer hawa-rounded hawa-outline-none",
|
|
3388
3391
|
rootRoundednessStyles[roundedness],
|
|
3389
3392
|
className,
|
|
3390
3393
|
rootSize[size]
|