@sikka/hawa 0.8.10-next → 0.8.11-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.css CHANGED
@@ -3015,9 +3015,6 @@ body {
3015
3015
  .data-\[state\=open\]\:hawa-bg-accent[data-state=open] {
3016
3016
  background-color: hsl(var(--accent));
3017
3017
  }
3018
- .data-\[state\=open\]\:hawa-bg-accent\/50[data-state=open] {
3019
- background-color: hsl(var(--accent) / 0.5);
3020
- }
3021
3018
  .data-\[state\=selected\]\:hawa-bg-muted[data-state=selected] {
3022
3019
  background-color: hsl(var(--muted));
3023
3020
  }
package/dist/index.js CHANGED
@@ -6100,7 +6100,7 @@ var NavigationMenuList = React47.forwardRef(function(_param, ref) /* @__PURE__ *
6100
6100
  });
6101
6101
  NavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;
6102
6102
  var NavigationMenuItem = NavigationMenuPrimitive.Item;
6103
- var navigationMenuTriggerStyle = (0, import_class_variance_authority4.cva)("hawa-group hawa-inline-flex hawa-h-10 hawa-w-max hawa-items-center hawa-gap-1 hawa-justify-center hawa-rounded-md hawa-bg-background hawa-px-4 hawa-py-2 hawa-text-sm hawa-font-medium hawa-transition-colors hover:hawa-bg-accent hover:hawa-text-accent-foreground focus:hawa-bg-accent focus:hawa-text-accent-foreground focus:hawa-outline-none disabled:hawa-pointer-events-none disabled:hawa-opacity-50 data-[active]:hawa-bg-accent/50 data-[state=open]:hawa-bg-accent/50");
6103
+ var navigationMenuTriggerStyle = (0, import_class_variance_authority4.cva)("hawa-group hawa-inline-flex hawa-h-10 hawa-w-max hawa-items-center hawa-gap-1 hawa-justify-center hawa-rounded-md hawa-bg-background hawa-px-4 hawa-py-2 hawa-text-sm hawa-font-medium hawa-transition-colors hover:hawa-bg-accent hover:hawa-text-accent-foreground focus:hawa-bg-accent focus:hawa-text-accent-foreground focus:hawa-outline-none disabled:hawa-pointer-events-none disabled:hawa-opacity-50 data-[active]:hawa-bg-accent/50 ");
6104
6104
  var NavigationMenuTrigger = React47.forwardRef(function(_param, ref) /* @__PURE__ */ {
6105
6105
  var className = _param.className, children = _param.children, props = _object_without_properties(_param, [
6106
6106
  "className",
package/dist/index.mjs CHANGED
@@ -5809,7 +5809,7 @@ var NavigationMenuList = React47.forwardRef(({ className, ...props }, ref) => /*
5809
5809
  NavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;
5810
5810
  var NavigationMenuItem = NavigationMenuPrimitive.Item;
5811
5811
  var navigationMenuTriggerStyle = cva4(
5812
- "hawa-group hawa-inline-flex hawa-h-10 hawa-w-max hawa-items-center hawa-gap-1 hawa-justify-center hawa-rounded-md hawa-bg-background hawa-px-4 hawa-py-2 hawa-text-sm hawa-font-medium hawa-transition-colors hover:hawa-bg-accent hover:hawa-text-accent-foreground focus:hawa-bg-accent focus:hawa-text-accent-foreground focus:hawa-outline-none disabled:hawa-pointer-events-none disabled:hawa-opacity-50 data-[active]:hawa-bg-accent/50 data-[state=open]:hawa-bg-accent/50"
5812
+ "hawa-group hawa-inline-flex hawa-h-10 hawa-w-max hawa-items-center hawa-gap-1 hawa-justify-center hawa-rounded-md hawa-bg-background hawa-px-4 hawa-py-2 hawa-text-sm hawa-font-medium hawa-transition-colors hover:hawa-bg-accent hover:hawa-text-accent-foreground focus:hawa-bg-accent focus:hawa-text-accent-foreground focus:hawa-outline-none disabled:hawa-pointer-events-none disabled:hawa-opacity-50 data-[active]:hawa-bg-accent/50 "
5813
5813
  );
5814
5814
  var NavigationMenuTrigger = React47.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ React47.createElement(
5815
5815
  NavigationMenuPrimitive.Trigger,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.8.10-next",
3
+ "version": "0.8.11-next",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {