@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.
Files changed (45) hide show
  1. package/dist/components/breadcrumbs/index.cjs +1 -2
  2. package/dist/components/breadcrumbs/index.cjs.map +1 -1
  3. package/dist/components/breadcrumbs/index.js +1 -2
  4. package/dist/components/breadcrumbs/index.js.map +1 -1
  5. package/dist/components/calendar/index.cjs +16 -17
  6. package/dist/components/calendar/index.cjs.map +1 -1
  7. package/dist/components/calendar/index.js +16 -17
  8. package/dist/components/calendar/index.js.map +1 -1
  9. package/dist/components/counter/index.cjs +1 -2
  10. package/dist/components/counter/index.cjs.map +1 -1
  11. package/dist/components/counter/index.js +1 -2
  12. package/dist/components/counter/index.js.map +1 -1
  13. package/dist/components/date-picker/index.cjs +18 -19
  14. package/dist/components/date-picker/index.cjs.map +1 -1
  15. package/dist/components/date-picker/index.js +18 -19
  16. package/dist/components/date-picker/index.js.map +1 -1
  17. package/dist/components/input-file/index.cjs +11 -12
  18. package/dist/components/input-file/index.cjs.map +1 -1
  19. package/dist/components/input-file/index.js +11 -12
  20. package/dist/components/input-file/index.js.map +1 -1
  21. package/dist/components/modal/index.cjs +2 -3
  22. package/dist/components/modal/index.cjs.map +1 -1
  23. package/dist/components/modal/index.js +2 -3
  24. package/dist/components/modal/index.js.map +1 -1
  25. package/dist/components/select/index.cjs +4 -5
  26. package/dist/components/select/index.cjs.map +1 -1
  27. package/dist/components/select/index.js +4 -5
  28. package/dist/components/select/index.js.map +1 -1
  29. package/dist/components/sidebar/index.cjs +4 -5
  30. package/dist/components/sidebar/index.cjs.map +1 -1
  31. package/dist/components/sidebar/index.js +4 -5
  32. package/dist/components/sidebar/index.js.map +1 -1
  33. package/dist/components/table/index.cjs +4 -5
  34. package/dist/components/table/index.cjs.map +1 -1
  35. package/dist/components/table/index.js +4 -5
  36. package/dist/components/table/index.js.map +1 -1
  37. package/dist/components/toast/index.cjs +2 -3
  38. package/dist/components/toast/index.cjs.map +1 -1
  39. package/dist/components/toast/index.js +2 -3
  40. package/dist/components/toast/index.js.map +1 -1
  41. package/dist/index.cjs +35 -36
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.js +35 -36
  44. package/dist/index.js.map +1 -1
  45. package/package.json +1 -1
@@ -5402,7 +5402,6 @@ var Icon = ({
5402
5402
  }
5403
5403
  return /* @__PURE__ */ jsx(Component, { size, color, className });
5404
5404
  };
5405
- var Icon_default = Icon;
5406
5405
  function Sheet({ ...props }) {
5407
5406
  return /* @__PURE__ */ jsx(SheetPrimitive.Root, { "data-slot": "sheet", ...props });
5408
5407
  }
@@ -5738,7 +5737,7 @@ function SidebarTrigger({
5738
5737
  },
5739
5738
  ...props,
5740
5739
  children: [
5741
- /* @__PURE__ */ jsx(Icon_default, { name: "layout-web" }),
5740
+ /* @__PURE__ */ jsx(Icon, { name: "layout-web" }),
5742
5741
  /* @__PURE__ */ jsx("span", { className: "sr-only", children: "Toggle Sidebar" })
5743
5742
  ]
5744
5743
  }
@@ -5820,7 +5819,7 @@ function SidebarMenuItem({
5820
5819
  "hover:bg-primary-100",
5821
5820
  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"
5822
5821
  );
5823
- const iconElement = icon !== void 0 ? /* @__PURE__ */ jsx("span", { className: "shrink-0", children: icon }) : /* @__PURE__ */ jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsx(Icon_default, { name: "ellipse", size: 18 }) });
5822
+ const iconElement = icon !== void 0 ? /* @__PURE__ */ jsx("span", { className: "shrink-0", children: icon }) : /* @__PURE__ */ jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsx(Icon, { name: "ellipse", size: 18 }) });
5824
5823
  return /* @__PURE__ */ jsx(
5825
5824
  "li",
5826
5825
  {
@@ -5882,7 +5881,7 @@ function SidebarMenuGroup({
5882
5881
  "cursor-pointer",
5883
5882
  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"
5884
5883
  );
5885
- const iconElement = icon !== void 0 ? /* @__PURE__ */ jsx("span", { className: "shrink-0", children: icon }) : /* @__PURE__ */ jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsx(Icon_default, { name: "ellipse", size: 18 }) });
5884
+ const iconElement = icon !== void 0 ? /* @__PURE__ */ jsx("span", { className: "shrink-0", children: icon }) : /* @__PURE__ */ jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsx(Icon, { name: "ellipse", size: 18 }) });
5886
5885
  return /* @__PURE__ */ jsxs(
5887
5886
  Collapsible,
5888
5887
  {
@@ -5904,7 +5903,7 @@ function SidebarMenuGroup({
5904
5903
  }
5905
5904
  ),
5906
5905
  /* @__PURE__ */ jsx(
5907
- Icon_default,
5906
+ Icon,
5908
5907
  {
5909
5908
  name: "caret-down",
5910
5909
  size: 18,