@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
|
@@ -5195,7 +5195,6 @@ var Icon = ({
|
|
|
5195
5195
|
}
|
|
5196
5196
|
return /* @__PURE__ */ jsxRuntime.jsx(Component, { size, color, className });
|
|
5197
5197
|
};
|
|
5198
|
-
var Icon_default = Icon;
|
|
5199
5198
|
function cn(...inputs) {
|
|
5200
5199
|
return tailwindMerge.twMerge(clsx2.clsx(inputs));
|
|
5201
5200
|
}
|
|
@@ -5538,7 +5537,7 @@ function ToastCard({
|
|
|
5538
5537
|
children: [
|
|
5539
5538
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
5540
5539
|
icon && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5541
|
-
|
|
5540
|
+
Icon,
|
|
5542
5541
|
{
|
|
5543
5542
|
name: icon,
|
|
5544
5543
|
size: iconSize,
|
|
@@ -5576,7 +5575,7 @@ function ToastCard({
|
|
|
5576
5575
|
}
|
|
5577
5576
|
),
|
|
5578
5577
|
/* @__PURE__ */ jsxRuntime.jsx("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5579
|
-
|
|
5578
|
+
Icon,
|
|
5580
5579
|
{
|
|
5581
5580
|
name: "times",
|
|
5582
5581
|
size: 20,
|