@herca/r-kit 0.0.29 → 0.0.31
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/components/breadcrumbs/index.cjs +1 -2
- package/dist/components/breadcrumbs/index.cjs.map +1 -1
- package/dist/components/breadcrumbs/index.js +1 -2
- package/dist/components/breadcrumbs/index.js.map +1 -1
- package/dist/components/calendar/index.cjs +16 -17
- package/dist/components/calendar/index.cjs.map +1 -1
- package/dist/components/calendar/index.js +16 -17
- package/dist/components/calendar/index.js.map +1 -1
- package/dist/components/counter/index.cjs +1 -2
- package/dist/components/counter/index.cjs.map +1 -1
- package/dist/components/counter/index.js +1 -2
- package/dist/components/counter/index.js.map +1 -1
- package/dist/components/date-picker/index.cjs +18 -19
- package/dist/components/date-picker/index.cjs.map +1 -1
- package/dist/components/date-picker/index.js +18 -19
- package/dist/components/date-picker/index.js.map +1 -1
- package/dist/components/input-file/index.cjs +11 -12
- package/dist/components/input-file/index.cjs.map +1 -1
- package/dist/components/input-file/index.js +11 -12
- package/dist/components/input-file/index.js.map +1 -1
- package/dist/components/modal/index.cjs +2 -3
- package/dist/components/modal/index.cjs.map +1 -1
- package/dist/components/modal/index.js +2 -3
- package/dist/components/modal/index.js.map +1 -1
- package/dist/components/select/index.cjs +4 -5
- package/dist/components/select/index.cjs.map +1 -1
- package/dist/components/select/index.js +4 -5
- package/dist/components/select/index.js.map +1 -1
- package/dist/components/sidebar/index.cjs +4 -5
- package/dist/components/sidebar/index.cjs.map +1 -1
- package/dist/components/sidebar/index.js +4 -5
- package/dist/components/sidebar/index.js.map +1 -1
- package/dist/components/table/index.cjs +4 -5
- package/dist/components/table/index.cjs.map +1 -1
- package/dist/components/table/index.js +4 -5
- package/dist/components/table/index.js.map +1 -1
- package/dist/components/toast/index.cjs +2 -3
- package/dist/components/toast/index.cjs.map +1 -1
- package/dist/components/toast/index.js +2 -3
- package/dist/components/toast/index.js.map +1 -1
- package/dist/index.cjs +35 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +35 -36
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -5425,7 +5425,6 @@ var Icon = ({
|
|
|
5425
5425
|
}
|
|
5426
5426
|
return /* @__PURE__ */ jsxRuntime.jsx(Component, { size, color, className });
|
|
5427
5427
|
};
|
|
5428
|
-
var Icon_default = Icon;
|
|
5429
5428
|
function Sheet({ ...props }) {
|
|
5430
5429
|
return /* @__PURE__ */ jsxRuntime.jsx(SheetPrimitive__namespace.Root, { "data-slot": "sheet", ...props });
|
|
5431
5430
|
}
|
|
@@ -5761,7 +5760,7 @@ function SidebarTrigger({
|
|
|
5761
5760
|
},
|
|
5762
5761
|
...props,
|
|
5763
5762
|
children: [
|
|
5764
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5763
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "layout-web" }),
|
|
5765
5764
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "Toggle Sidebar" })
|
|
5766
5765
|
]
|
|
5767
5766
|
}
|
|
@@ -5843,7 +5842,7 @@ function SidebarMenuItem({
|
|
|
5843
5842
|
"hover:bg-primary-100",
|
|
5844
5843
|
Boolean(active) && "bg-primary-100 text-primary-1000 before:bg-primary-1000 before:absolute before:top-1/2 before:left-0 before:h-5 before:w-1 before:-translate-y-1/2 before:rounded-r-md"
|
|
5845
5844
|
);
|
|
5846
|
-
const iconElement = icon !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: icon }) : /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5845
|
+
const iconElement = icon !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: icon }) : /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "ellipse", size: 18 }) });
|
|
5847
5846
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5848
5847
|
"li",
|
|
5849
5848
|
{
|
|
@@ -5905,7 +5904,7 @@ function SidebarMenuGroup({
|
|
|
5905
5904
|
"cursor-pointer",
|
|
5906
5905
|
Boolean(active) && "bg-primary-100 text-primary-1000 before:bg-primary-1000 before:absolute before:top-1/2 before:left-0 before:h-5 before:w-1 before:-translate-y-1/2 before:rounded-r-md"
|
|
5907
5906
|
);
|
|
5908
|
-
const iconElement = icon !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: icon }) : /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5907
|
+
const iconElement = icon !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: icon }) : /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "ellipse", size: 18 }) });
|
|
5909
5908
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5910
5909
|
Collapsible,
|
|
5911
5910
|
{
|
|
@@ -5927,7 +5926,7 @@ function SidebarMenuGroup({
|
|
|
5927
5926
|
}
|
|
5928
5927
|
),
|
|
5929
5928
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5930
|
-
|
|
5929
|
+
Icon,
|
|
5931
5930
|
{
|
|
5932
5931
|
name: "caret-down",
|
|
5933
5932
|
size: 18,
|