@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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3502,7 +3502,7 @@ function ChartLegendContent({
|
|
|
3502
3502
|
}
|
|
3503
3503
|
}
|
|
3504
3504
|
),
|
|
3505
|
-
itemConfig?.label
|
|
3505
|
+
/* @__PURE__ */ React20.createElement("span", { className: "text-foreground" }, itemConfig?.label)
|
|
3506
3506
|
);
|
|
3507
3507
|
})
|
|
3508
3508
|
);
|
|
@@ -4992,7 +4992,7 @@ var NavigationMenuTrigger = React26.forwardRef(
|
|
|
4992
4992
|
},
|
|
4993
4993
|
icon && /* @__PURE__ */ React26.createElement("span", { className: cn("shrink-0 mr-2", s.icon) }, icon),
|
|
4994
4994
|
children,
|
|
4995
|
-
/* @__PURE__ */ React26.createElement("span", { className: cn("shrink-0 ml-1 text-text-subtle", s.icon) }, chevronIcon ?? /* @__PURE__ */ React26.createElement(ChevronDownIcon, { className: "size-full" }))
|
|
4995
|
+
/* @__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" }))
|
|
4996
4996
|
);
|
|
4997
4997
|
}
|
|
4998
4998
|
return /* @__PURE__ */ React26.createElement(
|