@deepnoid/ui 0.1.142 → 0.1.144

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 (108) hide show
  1. package/.turbo/turbo-build.log +172 -172
  2. package/dist/{chunk-FMLCHLQA.mjs → chunk-3CW4WUMY.mjs} +1 -1
  3. package/dist/{chunk-K67GB7SN.mjs → chunk-BQ2HWORN.mjs} +4 -4
  4. package/dist/{chunk-F4ROD4P5.mjs → chunk-BTXDP4WR.mjs} +1 -1
  5. package/dist/{chunk-IC3QFXSF.mjs → chunk-DRFO5P44.mjs} +1 -1
  6. package/dist/{chunk-ZWS4VUVZ.mjs → chunk-FYDSBMWH.mjs} +2 -2
  7. package/dist/{chunk-CXJYXTAY.mjs → chunk-GBVRYEVP.mjs} +1 -1
  8. package/dist/{chunk-D6ALZBZ7.mjs → chunk-GXU7XPZX.mjs} +2 -2
  9. package/dist/{chunk-5QUOI54M.mjs → chunk-J26Y2G5W.mjs} +1 -1
  10. package/dist/{chunk-GL4E6YGW.mjs → chunk-JOHU56C6.mjs} +1 -1
  11. package/dist/{chunk-XLKNZQ34.mjs → chunk-LMQR4BWD.mjs} +2 -2
  12. package/dist/{chunk-4JOD47VZ.mjs → chunk-MG62SPLM.mjs} +2 -2
  13. package/dist/{chunk-VNT5KKMS.mjs → chunk-NX4FTFY3.mjs} +21 -0
  14. package/dist/{chunk-TZIL6LDD.mjs → chunk-Q6BXFXQM.mjs} +1 -1
  15. package/dist/{chunk-5X4GVYYT.mjs → chunk-QQMJQSD7.mjs} +1 -1
  16. package/dist/{chunk-A7WUJKQL.mjs → chunk-TWDIAH3Z.mjs} +1 -1
  17. package/dist/{chunk-IBDWJBN7.mjs → chunk-UZBMLAXN.mjs} +1 -1
  18. package/dist/{chunk-STDK4DIP.mjs → chunk-WPSKPHR3.mjs} +24 -18
  19. package/dist/{chunk-27ABA4FN.mjs → chunk-Y6TPXGN2.mjs} +1 -1
  20. package/dist/{chunk-65WBMAP2.mjs → chunk-YLHM5XCF.mjs} +1 -1
  21. package/dist/{chunk-NF5OSUXI.mjs → chunk-YYL4LXS7.mjs} +3 -3
  22. package/dist/components/avatar/avatar.js +21 -0
  23. package/dist/components/avatar/avatar.mjs +2 -2
  24. package/dist/components/avatar/index.js +21 -0
  25. package/dist/components/avatar/index.mjs +2 -2
  26. package/dist/components/breadcrumb/breadcrumb.js +21 -0
  27. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  28. package/dist/components/breadcrumb/index.js +21 -0
  29. package/dist/components/breadcrumb/index.mjs +5 -5
  30. package/dist/components/button/button.js +21 -0
  31. package/dist/components/button/button.mjs +3 -3
  32. package/dist/components/button/icon-button.js +21 -0
  33. package/dist/components/button/icon-button.mjs +3 -3
  34. package/dist/components/button/index.js +21 -0
  35. package/dist/components/button/index.mjs +4 -4
  36. package/dist/components/chip/chip.js +21 -0
  37. package/dist/components/chip/chip.mjs +3 -3
  38. package/dist/components/chip/index.js +21 -0
  39. package/dist/components/chip/index.mjs +3 -3
  40. package/dist/components/fileUpload/fileUpload.js +21 -0
  41. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  42. package/dist/components/fileUpload/index.js +21 -0
  43. package/dist/components/fileUpload/index.mjs +6 -6
  44. package/dist/components/icon/Icon.d.mts +4 -0
  45. package/dist/components/icon/Icon.d.ts +4 -0
  46. package/dist/components/icon/Icon.js +21 -0
  47. package/dist/components/icon/Icon.mjs +2 -2
  48. package/dist/components/icon/index.js +21 -0
  49. package/dist/components/icon/index.mjs +2 -2
  50. package/dist/components/icon/template.d.mts +1 -0
  51. package/dist/components/icon/template.d.ts +1 -0
  52. package/dist/components/icon/template.js +21 -0
  53. package/dist/components/icon/template.mjs +1 -1
  54. package/dist/components/input/index.js +21 -0
  55. package/dist/components/input/index.mjs +3 -3
  56. package/dist/components/input/input.js +21 -0
  57. package/dist/components/input/input.mjs +3 -3
  58. package/dist/components/list/index.js +21 -0
  59. package/dist/components/list/index.mjs +4 -4
  60. package/dist/components/list/listItem.js +21 -0
  61. package/dist/components/list/listItem.mjs +4 -4
  62. package/dist/components/modal/index.js +21 -0
  63. package/dist/components/modal/index.mjs +5 -5
  64. package/dist/components/modal/modal.js +21 -0
  65. package/dist/components/modal/modal.mjs +5 -5
  66. package/dist/components/pagination/index.js +21 -0
  67. package/dist/components/pagination/index.mjs +4 -4
  68. package/dist/components/pagination/pagination.js +21 -0
  69. package/dist/components/pagination/pagination.mjs +4 -4
  70. package/dist/components/picker/datePicker.js +21 -0
  71. package/dist/components/picker/datePicker.mjs +6 -6
  72. package/dist/components/picker/index.js +21 -0
  73. package/dist/components/picker/index.mjs +8 -8
  74. package/dist/components/picker/timePicker.js +21 -0
  75. package/dist/components/picker/timePicker.mjs +4 -4
  76. package/dist/components/radio/index.js +24 -18
  77. package/dist/components/radio/index.mjs +1 -1
  78. package/dist/components/radio/radio.d.mts +15 -0
  79. package/dist/components/radio/radio.d.ts +15 -0
  80. package/dist/components/radio/radio.js +24 -18
  81. package/dist/components/radio/radio.mjs +1 -1
  82. package/dist/components/select/index.js +21 -0
  83. package/dist/components/select/index.mjs +3 -3
  84. package/dist/components/select/select.js +21 -0
  85. package/dist/components/select/select.mjs +3 -3
  86. package/dist/components/table/index.js +21 -0
  87. package/dist/components/table/index.mjs +5 -5
  88. package/dist/components/table/table-body.js +21 -0
  89. package/dist/components/table/table-body.mjs +5 -5
  90. package/dist/components/table/table-head.js +21 -0
  91. package/dist/components/table/table-head.mjs +5 -5
  92. package/dist/components/table/table.js +21 -0
  93. package/dist/components/table/table.mjs +5 -5
  94. package/dist/components/timePicker/calendar.js +21 -0
  95. package/dist/components/timePicker/calendar.mjs +2 -2
  96. package/dist/components/toast/index.js +21 -0
  97. package/dist/components/toast/index.mjs +4 -4
  98. package/dist/components/toast/toast.js +21 -0
  99. package/dist/components/toast/toast.mjs +3 -3
  100. package/dist/components/toast/use-toast.js +21 -0
  101. package/dist/components/toast/use-toast.mjs +4 -4
  102. package/dist/components/tree/index.js +21 -0
  103. package/dist/components/tree/index.mjs +3 -3
  104. package/dist/components/tree/tree.js +21 -0
  105. package/dist/components/tree/tree.mjs +3 -3
  106. package/dist/index.js +45 -18
  107. package/dist/index.mjs +23 -23
  108. package/package.json +1 -1
@@ -923,6 +923,27 @@ var template = {
923
923
  }
924
924
  );
925
925
  },
926
+ cancel: ({ className }) => {
927
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
928
+ "svg",
929
+ {
930
+ width: "22",
931
+ height: "21",
932
+ viewBox: "0 0 22 21",
933
+ fill: "none",
934
+ xmlns: "http://www.w3.org/2000/svg",
935
+ className,
936
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
937
+ "path",
938
+ {
939
+ d: "M15.8525 5.29175C15.8557 5.29169 15.8595 5.29255 15.8623 5.2937C15.865 5.29484 15.8672 5.29661 15.8691 5.29858C15.8712 5.30065 15.873 5.30284 15.874 5.30542C15.875 5.30793 15.876 5.31057 15.876 5.31323C15.8759 5.31582 15.875 5.31862 15.874 5.32104C15.8729 5.32361 15.8713 5.32686 15.8691 5.32886L15.8604 5.33569L15.8525 5.34351L11.1318 10.0574L10.6895 10.4998L11.1318 10.9421L15.8525 15.656L15.8604 15.6638L15.8691 15.6716C15.8712 15.6736 15.8729 15.676 15.874 15.6785C15.8751 15.6809 15.8759 15.6837 15.876 15.6863C15.876 15.689 15.8751 15.6925 15.874 15.6951C15.873 15.6975 15.8711 15.6999 15.8691 15.7019C15.8672 15.7038 15.865 15.7057 15.8623 15.7068C15.8595 15.7079 15.8557 15.7088 15.8525 15.7087C15.8496 15.7086 15.8464 15.708 15.8438 15.7068C15.841 15.7055 15.8389 15.703 15.8369 15.7009L15.8213 15.6853L11.1006 10.9714L10.6592 10.53L10.2178 10.9714L5.51074 15.6697C5.50664 15.6732 5.50182 15.6766 5.49609 15.6765C5.49017 15.6763 5.48441 15.6736 5.48047 15.6697C5.47655 15.6657 5.4747 15.6602 5.47461 15.655L5.48047 15.6404L10.1855 10.9421L10.6289 10.4998L10.1855 10.0574L5.46484 5.34351C5.46104 5.33949 5.45898 5.33404 5.45898 5.32886C5.45908 5.32385 5.46121 5.31909 5.46484 5.31519C5.4689 5.31115 5.47437 5.30841 5.48047 5.30835C5.48654 5.30835 5.492 5.31124 5.49609 5.31519L10.2178 10.0291L10.6592 10.4695L11.1006 10.0291L15.8213 5.31519L15.8291 5.30737L15.8369 5.29858C15.8388 5.2966 15.8411 5.29489 15.8438 5.2937C15.8464 5.29251 15.8496 5.29185 15.8525 5.29175Z",
940
+ stroke: "currentColor",
941
+ strokeWidth: "1.25"
942
+ }
943
+ )
944
+ }
945
+ );
946
+ },
926
947
  circle: ({ className }) => {
927
948
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
928
949
  "svg",
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  toast_default
4
- } from "../../chunk-IC3QFXSF.mjs";
4
+ } from "../../chunk-DRFO5P44.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-TZIL6LDD.mjs";
6
+ import "../../chunk-Q6BXFXQM.mjs";
7
7
  import "../../chunk-E3G5QXSH.mjs";
8
- import "../../chunk-VNT5KKMS.mjs";
8
+ import "../../chunk-NX4FTFY3.mjs";
9
9
  import "../../chunk-76QIZILI.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -963,6 +963,27 @@ var template = {
963
963
  }
964
964
  );
965
965
  },
966
+ cancel: ({ className }) => {
967
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
968
+ "svg",
969
+ {
970
+ width: "22",
971
+ height: "21",
972
+ viewBox: "0 0 22 21",
973
+ fill: "none",
974
+ xmlns: "http://www.w3.org/2000/svg",
975
+ className,
976
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
977
+ "path",
978
+ {
979
+ d: "M15.8525 5.29175C15.8557 5.29169 15.8595 5.29255 15.8623 5.2937C15.865 5.29484 15.8672 5.29661 15.8691 5.29858C15.8712 5.30065 15.873 5.30284 15.874 5.30542C15.875 5.30793 15.876 5.31057 15.876 5.31323C15.8759 5.31582 15.875 5.31862 15.874 5.32104C15.8729 5.32361 15.8713 5.32686 15.8691 5.32886L15.8604 5.33569L15.8525 5.34351L11.1318 10.0574L10.6895 10.4998L11.1318 10.9421L15.8525 15.656L15.8604 15.6638L15.8691 15.6716C15.8712 15.6736 15.8729 15.676 15.874 15.6785C15.8751 15.6809 15.8759 15.6837 15.876 15.6863C15.876 15.689 15.8751 15.6925 15.874 15.6951C15.873 15.6975 15.8711 15.6999 15.8691 15.7019C15.8672 15.7038 15.865 15.7057 15.8623 15.7068C15.8595 15.7079 15.8557 15.7088 15.8525 15.7087C15.8496 15.7086 15.8464 15.708 15.8438 15.7068C15.841 15.7055 15.8389 15.703 15.8369 15.7009L15.8213 15.6853L11.1006 10.9714L10.6592 10.53L10.2178 10.9714L5.51074 15.6697C5.50664 15.6732 5.50182 15.6766 5.49609 15.6765C5.49017 15.6763 5.48441 15.6736 5.48047 15.6697C5.47655 15.6657 5.4747 15.6602 5.47461 15.655L5.48047 15.6404L10.1855 10.9421L10.6289 10.4998L10.1855 10.0574L5.46484 5.34351C5.46104 5.33949 5.45898 5.33404 5.45898 5.32886C5.45908 5.32385 5.46121 5.31909 5.46484 5.31519C5.4689 5.31115 5.47437 5.30841 5.48047 5.30835C5.48654 5.30835 5.492 5.31124 5.49609 5.31519L10.2178 10.0291L10.6592 10.4695L11.1006 10.0291L15.8213 5.31519L15.8291 5.30737L15.8369 5.29858C15.8388 5.2966 15.8411 5.29489 15.8438 5.2937C15.8464 5.29251 15.8496 5.29185 15.8525 5.29175Z",
980
+ stroke: "currentColor",
981
+ strokeWidth: "1.25"
982
+ }
983
+ )
984
+ }
985
+ );
986
+ },
966
987
  circle: ({ className }) => {
967
988
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
968
989
  "svg",
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  ToastProvider,
4
4
  useToast
5
- } from "../../chunk-65WBMAP2.mjs";
5
+ } from "../../chunk-YLHM5XCF.mjs";
6
6
  import "../../chunk-ZOTHPHXA.mjs";
7
- import "../../chunk-IC3QFXSF.mjs";
7
+ import "../../chunk-DRFO5P44.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
- import "../../chunk-TZIL6LDD.mjs";
9
+ import "../../chunk-Q6BXFXQM.mjs";
10
10
  import "../../chunk-E3G5QXSH.mjs";
11
- import "../../chunk-VNT5KKMS.mjs";
11
+ import "../../chunk-NX4FTFY3.mjs";
12
12
  import "../../chunk-76QIZILI.mjs";
13
13
  import "../../chunk-27Y6K5NK.mjs";
14
14
  import "../../chunk-AC6TWLRT.mjs";
@@ -905,6 +905,27 @@ var template = {
905
905
  }
906
906
  );
907
907
  },
908
+ cancel: ({ className }) => {
909
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
910
+ "svg",
911
+ {
912
+ width: "22",
913
+ height: "21",
914
+ viewBox: "0 0 22 21",
915
+ fill: "none",
916
+ xmlns: "http://www.w3.org/2000/svg",
917
+ className,
918
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
919
+ "path",
920
+ {
921
+ d: "M15.8525 5.29175C15.8557 5.29169 15.8595 5.29255 15.8623 5.2937C15.865 5.29484 15.8672 5.29661 15.8691 5.29858C15.8712 5.30065 15.873 5.30284 15.874 5.30542C15.875 5.30793 15.876 5.31057 15.876 5.31323C15.8759 5.31582 15.875 5.31862 15.874 5.32104C15.8729 5.32361 15.8713 5.32686 15.8691 5.32886L15.8604 5.33569L15.8525 5.34351L11.1318 10.0574L10.6895 10.4998L11.1318 10.9421L15.8525 15.656L15.8604 15.6638L15.8691 15.6716C15.8712 15.6736 15.8729 15.676 15.874 15.6785C15.8751 15.6809 15.8759 15.6837 15.876 15.6863C15.876 15.689 15.8751 15.6925 15.874 15.6951C15.873 15.6975 15.8711 15.6999 15.8691 15.7019C15.8672 15.7038 15.865 15.7057 15.8623 15.7068C15.8595 15.7079 15.8557 15.7088 15.8525 15.7087C15.8496 15.7086 15.8464 15.708 15.8438 15.7068C15.841 15.7055 15.8389 15.703 15.8369 15.7009L15.8213 15.6853L11.1006 10.9714L10.6592 10.53L10.2178 10.9714L5.51074 15.6697C5.50664 15.6732 5.50182 15.6766 5.49609 15.6765C5.49017 15.6763 5.48441 15.6736 5.48047 15.6697C5.47655 15.6657 5.4747 15.6602 5.47461 15.655L5.48047 15.6404L10.1855 10.9421L10.6289 10.4998L10.1855 10.0574L5.46484 5.34351C5.46104 5.33949 5.45898 5.33404 5.45898 5.32886C5.45908 5.32385 5.46121 5.31909 5.46484 5.31519C5.4689 5.31115 5.47437 5.30841 5.48047 5.30835C5.48654 5.30835 5.492 5.31124 5.49609 5.31519L10.2178 10.0291L10.6592 10.4695L11.1006 10.0291L15.8213 5.31519L15.8291 5.30737L15.8369 5.29858C15.8388 5.2966 15.8411 5.29489 15.8438 5.2937C15.8464 5.29251 15.8496 5.29185 15.8525 5.29175Z",
922
+ stroke: "currentColor",
923
+ strokeWidth: "1.25"
924
+ }
925
+ )
926
+ }
927
+ );
928
+ },
908
929
  circle: ({ className }) => {
909
930
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
910
931
  "svg",
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-MBLZYQCN.mjs";
3
3
  import {
4
4
  tree_default
5
- } from "../../chunk-A7WUJKQL.mjs";
5
+ } from "../../chunk-TWDIAH3Z.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-TZIL6LDD.mjs";
8
- import "../../chunk-VNT5KKMS.mjs";
7
+ import "../../chunk-Q6BXFXQM.mjs";
8
+ import "../../chunk-NX4FTFY3.mjs";
9
9
  import "../../chunk-76QIZILI.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -904,6 +904,27 @@ var template = {
904
904
  }
905
905
  );
906
906
  },
907
+ cancel: ({ className }) => {
908
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
909
+ "svg",
910
+ {
911
+ width: "22",
912
+ height: "21",
913
+ viewBox: "0 0 22 21",
914
+ fill: "none",
915
+ xmlns: "http://www.w3.org/2000/svg",
916
+ className,
917
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
918
+ "path",
919
+ {
920
+ d: "M15.8525 5.29175C15.8557 5.29169 15.8595 5.29255 15.8623 5.2937C15.865 5.29484 15.8672 5.29661 15.8691 5.29858C15.8712 5.30065 15.873 5.30284 15.874 5.30542C15.875 5.30793 15.876 5.31057 15.876 5.31323C15.8759 5.31582 15.875 5.31862 15.874 5.32104C15.8729 5.32361 15.8713 5.32686 15.8691 5.32886L15.8604 5.33569L15.8525 5.34351L11.1318 10.0574L10.6895 10.4998L11.1318 10.9421L15.8525 15.656L15.8604 15.6638L15.8691 15.6716C15.8712 15.6736 15.8729 15.676 15.874 15.6785C15.8751 15.6809 15.8759 15.6837 15.876 15.6863C15.876 15.689 15.8751 15.6925 15.874 15.6951C15.873 15.6975 15.8711 15.6999 15.8691 15.7019C15.8672 15.7038 15.865 15.7057 15.8623 15.7068C15.8595 15.7079 15.8557 15.7088 15.8525 15.7087C15.8496 15.7086 15.8464 15.708 15.8438 15.7068C15.841 15.7055 15.8389 15.703 15.8369 15.7009L15.8213 15.6853L11.1006 10.9714L10.6592 10.53L10.2178 10.9714L5.51074 15.6697C5.50664 15.6732 5.50182 15.6766 5.49609 15.6765C5.49017 15.6763 5.48441 15.6736 5.48047 15.6697C5.47655 15.6657 5.4747 15.6602 5.47461 15.655L5.48047 15.6404L10.1855 10.9421L10.6289 10.4998L10.1855 10.0574L5.46484 5.34351C5.46104 5.33949 5.45898 5.33404 5.45898 5.32886C5.45908 5.32385 5.46121 5.31909 5.46484 5.31519C5.4689 5.31115 5.47437 5.30841 5.48047 5.30835C5.48654 5.30835 5.492 5.31124 5.49609 5.31519L10.2178 10.0291L10.6592 10.4695L11.1006 10.0291L15.8213 5.31519L15.8291 5.30737L15.8369 5.29858C15.8388 5.2966 15.8411 5.29489 15.8438 5.2937C15.8464 5.29251 15.8496 5.29185 15.8525 5.29175Z",
921
+ stroke: "currentColor",
922
+ strokeWidth: "1.25"
923
+ }
924
+ )
925
+ }
926
+ );
927
+ },
907
928
  circle: ({ className }) => {
908
929
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
909
930
  "svg",
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  Tree,
4
4
  tree_default
5
- } from "../../chunk-A7WUJKQL.mjs";
5
+ } from "../../chunk-TWDIAH3Z.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-TZIL6LDD.mjs";
8
- import "../../chunk-VNT5KKMS.mjs";
7
+ import "../../chunk-Q6BXFXQM.mjs";
8
+ import "../../chunk-NX4FTFY3.mjs";
9
9
  import "../../chunk-76QIZILI.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
package/dist/index.js CHANGED
@@ -1604,6 +1604,27 @@ var template = {
1604
1604
  }
1605
1605
  );
1606
1606
  },
1607
+ cancel: ({ className }) => {
1608
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1609
+ "svg",
1610
+ {
1611
+ width: "22",
1612
+ height: "21",
1613
+ viewBox: "0 0 22 21",
1614
+ fill: "none",
1615
+ xmlns: "http://www.w3.org/2000/svg",
1616
+ className,
1617
+ children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1618
+ "path",
1619
+ {
1620
+ d: "M15.8525 5.29175C15.8557 5.29169 15.8595 5.29255 15.8623 5.2937C15.865 5.29484 15.8672 5.29661 15.8691 5.29858C15.8712 5.30065 15.873 5.30284 15.874 5.30542C15.875 5.30793 15.876 5.31057 15.876 5.31323C15.8759 5.31582 15.875 5.31862 15.874 5.32104C15.8729 5.32361 15.8713 5.32686 15.8691 5.32886L15.8604 5.33569L15.8525 5.34351L11.1318 10.0574L10.6895 10.4998L11.1318 10.9421L15.8525 15.656L15.8604 15.6638L15.8691 15.6716C15.8712 15.6736 15.8729 15.676 15.874 15.6785C15.8751 15.6809 15.8759 15.6837 15.876 15.6863C15.876 15.689 15.8751 15.6925 15.874 15.6951C15.873 15.6975 15.8711 15.6999 15.8691 15.7019C15.8672 15.7038 15.865 15.7057 15.8623 15.7068C15.8595 15.7079 15.8557 15.7088 15.8525 15.7087C15.8496 15.7086 15.8464 15.708 15.8438 15.7068C15.841 15.7055 15.8389 15.703 15.8369 15.7009L15.8213 15.6853L11.1006 10.9714L10.6592 10.53L10.2178 10.9714L5.51074 15.6697C5.50664 15.6732 5.50182 15.6766 5.49609 15.6765C5.49017 15.6763 5.48441 15.6736 5.48047 15.6697C5.47655 15.6657 5.4747 15.6602 5.47461 15.655L5.48047 15.6404L10.1855 10.9421L10.6289 10.4998L10.1855 10.0574L5.46484 5.34351C5.46104 5.33949 5.45898 5.33404 5.45898 5.32886C5.45908 5.32385 5.46121 5.31909 5.46484 5.31519C5.4689 5.31115 5.47437 5.30841 5.48047 5.30835C5.48654 5.30835 5.492 5.31124 5.49609 5.31519L10.2178 10.0291L10.6592 10.4695L11.1006 10.0291L15.8213 5.31519L15.8291 5.30737L15.8369 5.29858C15.8388 5.2966 15.8411 5.29489 15.8438 5.2937C15.8464 5.29251 15.8496 5.29185 15.8525 5.29175Z",
1621
+ stroke: "currentColor",
1622
+ strokeWidth: "1.25"
1623
+ }
1624
+ )
1625
+ }
1626
+ );
1627
+ },
1607
1628
  circle: ({ className }) => {
1608
1629
  return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1609
1630
  "svg",
@@ -9742,7 +9763,10 @@ var Radio = (0, import_react21.forwardRef)((originalProps, ref) => {
9742
9763
  ),
9743
9764
  children: [
9744
9765
  /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "hidden", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("input", { ...inputProps, type: "radio", ref }) }),
9745
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: slots.outerDot({ class: classNames == null ? void 0 : classNames.outerDot }), children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: slots.innerDot({ class: classNames == null ? void 0 : classNames.innerDot }) }) }),
9766
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: slots.radioWrapper({ class: classNames == null ? void 0 : classNames.radioWrapper }), children: [
9767
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: slots.outerDot({ class: classNames == null ? void 0 : classNames.outerDot }) }),
9768
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: slots.innerDot({ class: classNames == null ? void 0 : classNames.innerDot }) })
9769
+ ] }),
9746
9770
  /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: slots.labelWrapper({ class: classNames == null ? void 0 : classNames.labelWrapper }), children: children && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: slots.label({ class: classNames == null ? void 0 : classNames.label }), children }) })
9747
9771
  ]
9748
9772
  }
@@ -9762,26 +9786,26 @@ var radioStyle = tv({
9762
9786
  "cursor-pointer",
9763
9787
  "tap-highlight-transparent"
9764
9788
  ],
9789
+ radioWrapper: ["relative", "flex-shrink-0"],
9765
9790
  outerDot: [
9766
- "inline-flex",
9767
- "items-center",
9768
- "justify-center",
9769
- "relative",
9770
- "flex-shrink-0",
9771
- "w-[15px]",
9772
- "h-[15px]",
9791
+ "absolute",
9792
+ "top-1/2",
9793
+ "left-1/2",
9794
+ "-translate-x-1/2",
9795
+ "-translate-y-1/2",
9796
+ "z-[1]",
9773
9797
  "rounded-full",
9774
9798
  "border",
9775
9799
  "border-default",
9776
- "before:content-['']",
9777
- "before:absolute",
9778
- "before:inset-0",
9779
- "before:rounded-full"
9800
+ "bg-white"
9780
9801
  ],
9781
9802
  innerDot: [
9782
- "inline-block",
9783
- "w-[8px]",
9784
- "h-[8px]",
9803
+ "absolute",
9804
+ "top-1/2",
9805
+ "left-1/2",
9806
+ "-translate-x-1/2",
9807
+ "-translate-y-1/2",
9808
+ "z-[2]",
9785
9809
  "rounded-full",
9786
9810
  "bg-primary-main",
9787
9811
  "opacity-0",
@@ -9796,7 +9820,6 @@ var radioStyle = tv({
9796
9820
  color: {
9797
9821
  primary: {
9798
9822
  outerDot: [
9799
- "group-has-[:checked]/radio:border-primary-main",
9800
9823
  "group-has-[:checked]/radio:border-primary-main",
9801
9824
  "group-hover/radio:border-primary-light",
9802
9825
  "group-hover/radio:bg-primary-soft"
@@ -9823,25 +9846,29 @@ var radioStyle = tv({
9823
9846
  size: {
9824
9847
  sm: {
9825
9848
  base: ["gap-[8px]"],
9849
+ radioWrapper: ["w-[12px]", "h-[12px]"],
9826
9850
  outerDot: ["w-[12px]", "h-[12px]", "border-sm"],
9827
9851
  innerDot: ["w-[6px]", "h-[6px]"],
9828
9852
  label: ["text-sm"]
9829
9853
  },
9830
9854
  md: {
9831
9855
  base: ["gap-[8px]"],
9832
- outerDot: ["w-[15px]", "h-[15px]", "border-md"],
9856
+ radioWrapper: ["w-[14px]", "h-[14px]"],
9857
+ outerDot: ["w-[14px]", "h-[14px]", "border-md"],
9833
9858
  innerDot: ["w-[8px]", "h-[8px]"],
9834
9859
  label: ["text-md"]
9835
9860
  },
9836
9861
  lg: {
9837
9862
  base: ["gap-[10px]"],
9863
+ radioWrapper: ["w-[18px]", "h-[18px]"],
9838
9864
  outerDot: ["w-[18px]", "h-[18px]", "border-lg"],
9839
9865
  innerDot: ["w-[10px]", "h-[10px]"],
9840
9866
  label: ["text-lg"]
9841
9867
  },
9842
9868
  xl: {
9843
9869
  base: ["gap-[10px]"],
9844
- outerDot: ["w-[21px]", "h-[21px]", "border-xl"],
9870
+ radioWrapper: ["w-[22px]", "h-[22px]"],
9871
+ outerDot: ["w-[22px]", "h-[22px]", "border-xl"],
9845
9872
  innerDot: ["w-[12px]", "h-[12px]"],
9846
9873
  label: ["text-xl"]
9847
9874
  }
package/dist/index.mjs CHANGED
@@ -1,17 +1,17 @@
1
1
  "use client";
2
- import "./chunk-MBLZYQCN.mjs";
3
- import {
4
- tree_default
5
- } from "./chunk-A7WUJKQL.mjs";
6
2
  import "./chunk-LUWGOKLG.mjs";
7
3
  import {
8
4
  ToastProvider,
9
5
  useToast
10
- } from "./chunk-65WBMAP2.mjs";
6
+ } from "./chunk-YLHM5XCF.mjs";
11
7
  import "./chunk-ZOTHPHXA.mjs";
12
8
  import {
13
9
  toast_default
14
- } from "./chunk-IC3QFXSF.mjs";
10
+ } from "./chunk-DRFO5P44.mjs";
11
+ import "./chunk-MBLZYQCN.mjs";
12
+ import {
13
+ tree_default
14
+ } from "./chunk-TWDIAH3Z.mjs";
15
15
  import "./chunk-HIE2YRGA.mjs";
16
16
  import {
17
17
  tooltip_default
@@ -21,7 +21,7 @@ import "./chunk-WSIADHVC.mjs";
21
21
  import "./chunk-DX3KXNP6.mjs";
22
22
  import {
23
23
  table_default
24
- } from "./chunk-IBDWJBN7.mjs";
24
+ } from "./chunk-UZBMLAXN.mjs";
25
25
  import "./chunk-3MY6LO7N.mjs";
26
26
  import {
27
27
  tabs_default
@@ -44,26 +44,26 @@ import {
44
44
  import "./chunk-TPFN22HR.mjs";
45
45
  import {
46
46
  radio_default
47
- } from "./chunk-STDK4DIP.mjs";
47
+ } from "./chunk-WPSKPHR3.mjs";
48
48
  import "./chunk-7B7LRG5J.mjs";
49
49
  import {
50
50
  pagination_default
51
- } from "./chunk-4JOD47VZ.mjs";
51
+ } from "./chunk-MG62SPLM.mjs";
52
52
  import "./chunk-F3HENRVM.mjs";
53
53
  import "./chunk-4VWG4726.mjs";
54
54
  import {
55
55
  datePicker_default
56
- } from "./chunk-K67GB7SN.mjs";
56
+ } from "./chunk-BQ2HWORN.mjs";
57
57
  import {
58
58
  day_default
59
59
  } from "./chunk-2TDHQLVV.mjs";
60
60
  import {
61
61
  timePicker_default
62
- } from "./chunk-ZWS4VUVZ.mjs";
62
+ } from "./chunk-FYDSBMWH.mjs";
63
63
  import "./chunk-QCEKPS7U.mjs";
64
64
  import {
65
65
  select_default
66
- } from "./chunk-CXJYXTAY.mjs";
66
+ } from "./chunk-GBVRYEVP.mjs";
67
67
  import "./chunk-FWFEKWWD.mjs";
68
68
  import "./chunk-7MVEAQ7Z.mjs";
69
69
  import {
@@ -71,15 +71,15 @@ import {
71
71
  } from "./chunk-P3PXIJTU.mjs";
72
72
  import {
73
73
  listItem_default
74
- } from "./chunk-D6ALZBZ7.mjs";
74
+ } from "./chunk-GXU7XPZX.mjs";
75
75
  import "./chunk-DJOG6Z35.mjs";
76
76
  import {
77
77
  modal_default
78
- } from "./chunk-XLKNZQ34.mjs";
78
+ } from "./chunk-LMQR4BWD.mjs";
79
79
  import "./chunk-MGEWSREV.mjs";
80
80
  import {
81
81
  chip_default
82
- } from "./chunk-5X4GVYYT.mjs";
82
+ } from "./chunk-QQMJQSD7.mjs";
83
83
  import "./chunk-32GA3YW4.mjs";
84
84
  import {
85
85
  drawer_default
@@ -87,7 +87,7 @@ import {
87
87
  import "./chunk-RLXOHILK.mjs";
88
88
  import {
89
89
  fileUpload_default
90
- } from "./chunk-NF5OSUXI.mjs";
90
+ } from "./chunk-YYL4LXS7.mjs";
91
91
  import "./chunk-7VOQKIIK.mjs";
92
92
  import {
93
93
  progress_default
@@ -95,7 +95,7 @@ import {
95
95
  import "./chunk-2GCSFWHD.mjs";
96
96
  import {
97
97
  input_default
98
- } from "./chunk-GL4E6YGW.mjs";
98
+ } from "./chunk-JOHU56C6.mjs";
99
99
  import "./chunk-VYNBJBXD.mjs";
100
100
  import {
101
101
  areaChart_default
@@ -124,7 +124,7 @@ import {
124
124
  import "./chunk-KYIODWXL.mjs";
125
125
  import {
126
126
  breadcrumb_default
127
- } from "./chunk-5QUOI54M.mjs";
127
+ } from "./chunk-J26Y2G5W.mjs";
128
128
  import "./chunk-MY5U63QO.mjs";
129
129
  import {
130
130
  text_button_default
@@ -134,10 +134,10 @@ import {
134
134
  } from "./chunk-GUTGDPXH.mjs";
135
135
  import {
136
136
  button_default
137
- } from "./chunk-27ABA4FN.mjs";
137
+ } from "./chunk-Y6TPXGN2.mjs";
138
138
  import {
139
139
  icon_button_default
140
- } from "./chunk-FMLCHLQA.mjs";
140
+ } from "./chunk-3CW4WUMY.mjs";
141
141
  import "./chunk-6WSACUIB.mjs";
142
142
  import "./chunk-LXHUO6VM.mjs";
143
143
  import "./chunk-SZL743JC.mjs";
@@ -145,7 +145,7 @@ import "./chunk-ZYIIXWVY.mjs";
145
145
  import {
146
146
  Icon_default,
147
147
  iconTemplate
148
- } from "./chunk-TZIL6LDD.mjs";
148
+ } from "./chunk-Q6BXFXQM.mjs";
149
149
  import "./chunk-NMSDSEBD.mjs";
150
150
  import {
151
151
  accordion_default
@@ -157,8 +157,8 @@ import "./chunk-E3G5QXSH.mjs";
157
157
  import "./chunk-7DLOYKVC.mjs";
158
158
  import {
159
159
  avatar_default
160
- } from "./chunk-F4ROD4P5.mjs";
161
- import "./chunk-VNT5KKMS.mjs";
160
+ } from "./chunk-BTXDP4WR.mjs";
161
+ import "./chunk-NX4FTFY3.mjs";
162
162
  import {
163
163
  deepnoidUi,
164
164
  tv
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepnoid/ui",
3
- "version": "0.1.142",
3
+ "version": "0.1.144",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {