@karakuri-ui/react 0.1.0 → 0.1.2

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.mjs CHANGED
@@ -3246,7 +3246,7 @@ function ChartLegendContent({
3246
3246
  }
3247
3247
  }
3248
3248
  ),
3249
- itemConfig?.label
3249
+ /* @__PURE__ */ React20.createElement("span", { className: "text-foreground" }, itemConfig?.label)
3250
3250
  );
3251
3251
  })
3252
3252
  );
@@ -4736,7 +4736,7 @@ var NavigationMenuTrigger = React26.forwardRef(
4736
4736
  },
4737
4737
  icon && /* @__PURE__ */ React26.createElement("span", { className: cn("shrink-0 mr-2", s.icon) }, icon),
4738
4738
  children,
4739
- /* @__PURE__ */ React26.createElement("span", { className: cn("shrink-0 ml-1 text-text-subtle", s.icon) }, chevronIcon ?? /* @__PURE__ */ React26.createElement(ChevronDownIcon, { className: "size-full" }))
4739
+ /* @__PURE__ */ React26.createElement("span", { className: cn("shrink-0 ml-1 text-text-subtle transition-transform duration-fast group-data-[state=open]:rotate-180", s.icon) }, chevronIcon ?? /* @__PURE__ */ React26.createElement(ChevronDownIcon, { className: "size-full" }))
4740
4740
  );
4741
4741
  }
4742
4742
  return /* @__PURE__ */ React26.createElement(