@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 CHANGED
@@ -3609,7 +3609,10 @@ var Switch = React20.forwardRef(
3609
3609
  SwitchPrimitives.Root,
3610
3610
  {
3611
3611
  className: cn(
3612
- "hawa-relative hawa-cursor-pointer hawa-rounded data-[state=unchecked]:hawa-bg-primary/20 hawa-outline-none data-[state=checked]:hawa-bg-primary",
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-relative hawa-cursor-pointer hawa-rounded data-[state=unchecked]:hawa-bg-primary/20 hawa-outline-none data-[state=checked]:hawa-bg-primary",
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]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.18.8-next",
3
+ "version": "0.18.9-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",