@deepnoid/ui 0.1.11 → 0.1.13

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 (111) hide show
  1. package/.turbo/turbo-build.log +157 -147
  2. package/dist/{chunk-LHDOM76J.mjs → chunk-2KAR2PTQ.mjs} +1 -1
  3. package/dist/{chunk-QYJORE4E.mjs → chunk-4GLKWK3Z.mjs} +1 -1
  4. package/dist/{chunk-H5DOTBKA.mjs → chunk-56RN6YOP.mjs} +1 -1
  5. package/dist/{chunk-RMTHVIPI.mjs → chunk-57WBWSSL.mjs} +2 -2
  6. package/dist/{chunk-ILFY6MZ6.mjs → chunk-6G7GOPSB.mjs} +5 -5
  7. package/dist/{chunk-DG3KRCXB.mjs → chunk-7R4NOC2G.mjs} +9 -9
  8. package/dist/{chunk-6BBDU4HW.mjs → chunk-7R4QY3TA.mjs} +1 -1
  9. package/dist/{chunk-M5KV3WZ2.mjs → chunk-A7OXEUCC.mjs} +29 -37
  10. package/dist/{chunk-W55GVLPJ.mjs → chunk-AHTNXGAY.mjs} +1 -1
  11. package/dist/{chunk-RRI3I435.mjs → chunk-DADMVOYI.mjs} +1 -1
  12. package/dist/{chunk-ASQAVFM5.mjs → chunk-GQS6V47G.mjs} +1 -1
  13. package/dist/{chunk-C62UPLCC.mjs → chunk-GXWSYM7Z.mjs} +2 -2
  14. package/dist/{chunk-KHI2DZTG.mjs → chunk-LP724WOP.mjs} +4 -4
  15. package/dist/{chunk-BWURZ3WF.mjs → chunk-NEUCUEIG.mjs} +2 -2
  16. package/dist/{chunk-DPCE4DLW.mjs → chunk-NJ4PBW65.mjs} +1 -1
  17. package/dist/{chunk-53O3RJVP.mjs → chunk-O5UA4WDU.mjs} +2 -2
  18. package/dist/{chunk-OHDRKCOC.mjs → chunk-T5LK5CJS.mjs} +41 -23
  19. package/dist/chunk-TTY3EEXX.mjs +143 -0
  20. package/dist/{chunk-N4F3R6HG.mjs → chunk-WB24YDE2.mjs} +1 -1
  21. package/dist/{chunk-N4UFXIUC.mjs → chunk-YQGZRSUQ.mjs} +1 -1
  22. package/dist/chunk-ZMJYDLTS.mjs +380 -0
  23. package/dist/components/avatar/avatar.js +29 -37
  24. package/dist/components/avatar/avatar.mjs +2 -2
  25. package/dist/components/avatar/index.js +29 -37
  26. package/dist/components/avatar/index.mjs +2 -2
  27. package/dist/components/breadcrumb/breadcrumb.d.mts +0 -3
  28. package/dist/components/breadcrumb/breadcrumb.d.ts +0 -3
  29. package/dist/components/breadcrumb/breadcrumb.js +257 -65
  30. package/dist/components/breadcrumb/breadcrumb.mjs +13 -3
  31. package/dist/components/breadcrumb/index.js +257 -65
  32. package/dist/components/breadcrumb/index.mjs +13 -3
  33. package/dist/components/button/button-group.js +1 -1
  34. package/dist/components/button/button-group.mjs +1 -1
  35. package/dist/components/button/button.js +29 -37
  36. package/dist/components/button/button.mjs +4 -4
  37. package/dist/components/button/icon-button.d.mts +157 -0
  38. package/dist/components/button/icon-button.d.ts +157 -0
  39. package/dist/components/button/icon-button.js +4674 -0
  40. package/dist/components/button/icon-button.mjs +16 -0
  41. package/dist/components/button/index.d.mts +5 -0
  42. package/dist/components/button/index.d.ts +5 -0
  43. package/dist/components/button/index.js +566 -45
  44. package/dist/components/button/index.mjs +16 -7
  45. package/dist/components/button/text-button.d.mts +146 -0
  46. package/dist/components/button/text-button.d.ts +146 -0
  47. package/dist/components/button/text-button.js +507 -0
  48. package/dist/components/button/text-button.mjs +11 -0
  49. package/dist/components/chip/chip.js +29 -37
  50. package/dist/components/chip/chip.mjs +3 -3
  51. package/dist/components/chip/index.js +29 -37
  52. package/dist/components/chip/index.mjs +3 -3
  53. package/dist/components/dateTimePicker/calendar.js +29 -37
  54. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  55. package/dist/components/dateTimePicker/dateTimePicker.js +29 -37
  56. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  57. package/dist/components/dateTimePicker/index.js +29 -37
  58. package/dist/components/dateTimePicker/index.mjs +7 -7
  59. package/dist/components/dateTimePicker/timePicker.js +29 -37
  60. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  61. package/dist/components/icon/Icon.d.mts +4 -4
  62. package/dist/components/icon/Icon.d.ts +4 -4
  63. package/dist/components/icon/Icon.js +29 -37
  64. package/dist/components/icon/Icon.mjs +2 -2
  65. package/dist/components/icon/index.js +29 -37
  66. package/dist/components/icon/index.mjs +2 -2
  67. package/dist/components/icon/template.d.mts +1 -1
  68. package/dist/components/icon/template.d.ts +1 -1
  69. package/dist/components/icon/template.js +29 -37
  70. package/dist/components/icon/template.mjs +1 -1
  71. package/dist/components/input/index.js +29 -37
  72. package/dist/components/input/index.mjs +3 -3
  73. package/dist/components/input/input.js +29 -37
  74. package/dist/components/input/input.mjs +3 -3
  75. package/dist/components/list/index.js +29 -37
  76. package/dist/components/list/index.mjs +4 -4
  77. package/dist/components/list/listItem.js +29 -37
  78. package/dist/components/list/listItem.mjs +4 -4
  79. package/dist/components/modal/index.js +29 -37
  80. package/dist/components/modal/index.mjs +10 -7
  81. package/dist/components/modal/modal.js +29 -37
  82. package/dist/components/modal/modal.mjs +10 -7
  83. package/dist/components/pagination/index.js +36 -44
  84. package/dist/components/pagination/index.mjs +4 -4
  85. package/dist/components/pagination/pagination.js +36 -44
  86. package/dist/components/pagination/pagination.mjs +4 -4
  87. package/dist/components/ripple/index.mjs +3 -3
  88. package/dist/components/select/index.js +29 -37
  89. package/dist/components/select/index.mjs +4 -4
  90. package/dist/components/select/option.js +29 -37
  91. package/dist/components/select/option.mjs +3 -3
  92. package/dist/components/select/select.js +29 -37
  93. package/dist/components/select/select.mjs +4 -4
  94. package/dist/components/table/index.js +37 -45
  95. package/dist/components/table/index.mjs +5 -5
  96. package/dist/components/table/table.d.mts +1 -1
  97. package/dist/components/table/table.d.ts +1 -1
  98. package/dist/components/table/table.js +37 -45
  99. package/dist/components/table/table.mjs +5 -5
  100. package/dist/components/toast/index.js +29 -37
  101. package/dist/components/toast/index.mjs +4 -4
  102. package/dist/components/toast/toast.js +29 -37
  103. package/dist/components/toast/toast.mjs +3 -3
  104. package/dist/components/toast/use-toast.js +29 -37
  105. package/dist/components/toast/use-toast.mjs +4 -4
  106. package/dist/index.d.mts +2 -0
  107. package/dist/index.d.ts +2 -0
  108. package/dist/index.js +1103 -609
  109. package/dist/index.mjs +50 -42
  110. package/package.json +1 -1
  111. /package/dist/{chunk-VUYUQGLF.mjs → chunk-MY5U63QO.mjs} +0 -0
@@ -757,6 +757,35 @@ var template = {
757
757
  }
758
758
  );
759
759
  },
760
+ home: ({ className }) => {
761
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
762
+ "svg",
763
+ {
764
+ xmlns: "http://www.w3.org/2000/svg",
765
+ width: "18",
766
+ height: "18",
767
+ viewBox: "0 0 18 18",
768
+ fill: "none",
769
+ className,
770
+ children: [
771
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
772
+ "path",
773
+ {
774
+ d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
775
+ fill: "currentColor"
776
+ }
777
+ ),
778
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
779
+ "path",
780
+ {
781
+ d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
782
+ fill: "currentColor"
783
+ }
784
+ )
785
+ ]
786
+ }
787
+ );
788
+ },
760
789
  // ----------------------------------- old ---------------------------------
761
790
  // ** Status **
762
791
  plus: ({ className, fill }) => {
@@ -1213,43 +1242,6 @@ var template = {
1213
1242
  // );
1214
1243
  // },
1215
1244
  // ** Common **
1216
- home: ({ className, fill }) => {
1217
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1218
- "svg",
1219
- {
1220
- width: "24",
1221
- height: "24",
1222
- viewBox: "0 0 24 24",
1223
- fill: "none",
1224
- xmlns: "http://www.w3.org/2000/svg",
1225
- className,
1226
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1227
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1228
- "path",
1229
- {
1230
- d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
1231
- fill: "currentColor"
1232
- }
1233
- ),
1234
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1235
- "path",
1236
- {
1237
- d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
1238
- fill: "currentColor"
1239
- }
1240
- )
1241
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1242
- "path",
1243
- {
1244
- d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
1245
- stroke: "currentColor",
1246
- strokeLinecap: "round",
1247
- strokeLinejoin: "round"
1248
- }
1249
- )
1250
- }
1251
- );
1252
- },
1253
1245
  camera: ({ className, fill }) => {
1254
1246
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1255
1247
  "svg",
@@ -3,14 +3,14 @@ import "../../chunk-LUWGOKLG.mjs";
3
3
  import {
4
4
  ToastProvider,
5
5
  useToast
6
- } from "../../chunk-ASQAVFM5.mjs";
6
+ } from "../../chunk-GQS6V47G.mjs";
7
7
  import "../../chunk-ZOTHPHXA.mjs";
8
8
  import {
9
9
  toast_default
10
- } from "../../chunk-H5DOTBKA.mjs";
10
+ } from "../../chunk-56RN6YOP.mjs";
11
11
  import "../../chunk-ZYIIXWVY.mjs";
12
- import "../../chunk-RRI3I435.mjs";
13
- import "../../chunk-M5KV3WZ2.mjs";
12
+ import "../../chunk-DADMVOYI.mjs";
13
+ import "../../chunk-A7OXEUCC.mjs";
14
14
  import "../../chunk-2ZT6V4QR.mjs";
15
15
  import "../../chunk-E3G5QXSH.mjs";
16
16
  import "../../chunk-AC6TWLRT.mjs";
@@ -753,6 +753,35 @@ var template = {
753
753
  }
754
754
  );
755
755
  },
756
+ home: ({ className }) => {
757
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
758
+ "svg",
759
+ {
760
+ xmlns: "http://www.w3.org/2000/svg",
761
+ width: "18",
762
+ height: "18",
763
+ viewBox: "0 0 18 18",
764
+ fill: "none",
765
+ className,
766
+ children: [
767
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
768
+ "path",
769
+ {
770
+ d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
771
+ fill: "currentColor"
772
+ }
773
+ ),
774
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
775
+ "path",
776
+ {
777
+ d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
778
+ fill: "currentColor"
779
+ }
780
+ )
781
+ ]
782
+ }
783
+ );
784
+ },
756
785
  // ----------------------------------- old ---------------------------------
757
786
  // ** Status **
758
787
  plus: ({ className, fill }) => {
@@ -1209,43 +1238,6 @@ var template = {
1209
1238
  // );
1210
1239
  // },
1211
1240
  // ** Common **
1212
- home: ({ className, fill }) => {
1213
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1214
- "svg",
1215
- {
1216
- width: "24",
1217
- height: "24",
1218
- viewBox: "0 0 24 24",
1219
- fill: "none",
1220
- xmlns: "http://www.w3.org/2000/svg",
1221
- className,
1222
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1223
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1224
- "path",
1225
- {
1226
- d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
1227
- fill: "currentColor"
1228
- }
1229
- ),
1230
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1231
- "path",
1232
- {
1233
- d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
1234
- fill: "currentColor"
1235
- }
1236
- )
1237
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1238
- "path",
1239
- {
1240
- d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
1241
- stroke: "currentColor",
1242
- strokeLinecap: "round",
1243
- strokeLinejoin: "round"
1244
- }
1245
- )
1246
- }
1247
- );
1248
- },
1249
1241
  camera: ({ className, fill }) => {
1250
1242
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1251
1243
  "svg",
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  toast_default
4
- } from "../../chunk-H5DOTBKA.mjs";
4
+ } from "../../chunk-56RN6YOP.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-RRI3I435.mjs";
7
- import "../../chunk-M5KV3WZ2.mjs";
6
+ import "../../chunk-DADMVOYI.mjs";
7
+ import "../../chunk-A7OXEUCC.mjs";
8
8
  import "../../chunk-2ZT6V4QR.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-AC6TWLRT.mjs";
@@ -793,6 +793,35 @@ var template = {
793
793
  }
794
794
  );
795
795
  },
796
+ home: ({ className }) => {
797
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
798
+ "svg",
799
+ {
800
+ xmlns: "http://www.w3.org/2000/svg",
801
+ width: "18",
802
+ height: "18",
803
+ viewBox: "0 0 18 18",
804
+ fill: "none",
805
+ className,
806
+ children: [
807
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
808
+ "path",
809
+ {
810
+ d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
811
+ fill: "currentColor"
812
+ }
813
+ ),
814
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
815
+ "path",
816
+ {
817
+ d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
818
+ fill: "currentColor"
819
+ }
820
+ )
821
+ ]
822
+ }
823
+ );
824
+ },
796
825
  // ----------------------------------- old ---------------------------------
797
826
  // ** Status **
798
827
  plus: ({ className, fill }) => {
@@ -1249,43 +1278,6 @@ var template = {
1249
1278
  // );
1250
1279
  // },
1251
1280
  // ** Common **
1252
- home: ({ className, fill }) => {
1253
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1254
- "svg",
1255
- {
1256
- width: "24",
1257
- height: "24",
1258
- viewBox: "0 0 24 24",
1259
- fill: "none",
1260
- xmlns: "http://www.w3.org/2000/svg",
1261
- className,
1262
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1263
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1264
- "path",
1265
- {
1266
- d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
1267
- fill: "currentColor"
1268
- }
1269
- ),
1270
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1271
- "path",
1272
- {
1273
- d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
1274
- fill: "currentColor"
1275
- }
1276
- )
1277
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1278
- "path",
1279
- {
1280
- d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
1281
- stroke: "currentColor",
1282
- strokeLinecap: "round",
1283
- strokeLinejoin: "round"
1284
- }
1285
- )
1286
- }
1287
- );
1288
- },
1289
1281
  camera: ({ className, fill }) => {
1290
1282
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1291
1283
  "svg",
@@ -2,12 +2,12 @@
2
2
  import {
3
3
  ToastProvider,
4
4
  useToast
5
- } from "../../chunk-ASQAVFM5.mjs";
5
+ } from "../../chunk-GQS6V47G.mjs";
6
6
  import "../../chunk-ZOTHPHXA.mjs";
7
- import "../../chunk-H5DOTBKA.mjs";
7
+ import "../../chunk-56RN6YOP.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
- import "../../chunk-RRI3I435.mjs";
10
- import "../../chunk-M5KV3WZ2.mjs";
9
+ import "../../chunk-DADMVOYI.mjs";
10
+ import "../../chunk-A7OXEUCC.mjs";
11
11
  import "../../chunk-2ZT6V4QR.mjs";
12
12
  import "../../chunk-E3G5QXSH.mjs";
13
13
  import "../../chunk-AC6TWLRT.mjs";
package/dist/index.d.mts CHANGED
@@ -2,6 +2,8 @@ export { default as Avatar } from './components/avatar/avatar.mjs';
2
2
  export { default as Backdrop } from './components/backdrop/backdrop.mjs';
3
3
  export { default as Breadcrumb } from './components/breadcrumb/breadcrumb.mjs';
4
4
  export { default as Button } from './components/button/button.mjs';
5
+ export { default as IconButton } from './components/button/icon-button.mjs';
6
+ export { default as TextButton } from './components/button/text-button.mjs';
5
7
  export { default as ButtonGroup } from './components/button/button-group.mjs';
6
8
  export { default as Input } from './components/input/input.mjs';
7
9
  export { default as Tabs, TabsDataType } from './components/tabs/tabs.mjs';
package/dist/index.d.ts CHANGED
@@ -2,6 +2,8 @@ export { default as Avatar } from './components/avatar/avatar.js';
2
2
  export { default as Backdrop } from './components/backdrop/backdrop.js';
3
3
  export { default as Breadcrumb } from './components/breadcrumb/breadcrumb.js';
4
4
  export { default as Button } from './components/button/button.js';
5
+ export { default as IconButton } from './components/button/icon-button.js';
6
+ export { default as TextButton } from './components/button/text-button.js';
5
7
  export { default as ButtonGroup } from './components/button/button-group.js';
6
8
  export { default as Input } from './components/input/input.js';
7
9
  export { default as Tabs, TabsDataType } from './components/tabs/tabs.js';