@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
@@ -756,6 +756,35 @@ var template = {
756
756
  }
757
757
  );
758
758
  },
759
+ home: ({ className }) => {
760
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
761
+ "svg",
762
+ {
763
+ xmlns: "http://www.w3.org/2000/svg",
764
+ width: "18",
765
+ height: "18",
766
+ viewBox: "0 0 18 18",
767
+ fill: "none",
768
+ className,
769
+ children: [
770
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
771
+ "path",
772
+ {
773
+ 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",
774
+ fill: "currentColor"
775
+ }
776
+ ),
777
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
778
+ "path",
779
+ {
780
+ 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",
781
+ fill: "currentColor"
782
+ }
783
+ )
784
+ ]
785
+ }
786
+ );
787
+ },
759
788
  // ----------------------------------- old ---------------------------------
760
789
  // ** Status **
761
790
  plus: ({ className, fill }) => {
@@ -1212,43 +1241,6 @@ var template = {
1212
1241
  // );
1213
1242
  // },
1214
1243
  // ** Common **
1215
- home: ({ className, fill }) => {
1216
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1217
- "svg",
1218
- {
1219
- width: "24",
1220
- height: "24",
1221
- viewBox: "0 0 24 24",
1222
- fill: "none",
1223
- xmlns: "http://www.w3.org/2000/svg",
1224
- className,
1225
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1226
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1227
- "path",
1228
- {
1229
- 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",
1230
- fill: "currentColor"
1231
- }
1232
- ),
1233
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1234
- "path",
1235
- {
1236
- 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",
1237
- fill: "currentColor"
1238
- }
1239
- )
1240
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1241
- "path",
1242
- {
1243
- 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",
1244
- stroke: "currentColor",
1245
- strokeLinecap: "round",
1246
- strokeLinejoin: "round"
1247
- }
1248
- )
1249
- }
1250
- );
1251
- },
1252
1244
  camera: ({ className, fill }) => {
1253
1245
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1254
1246
  "svg",
@@ -2,17 +2,20 @@
2
2
  import "../../chunk-DJOG6Z35.mjs";
3
3
  import {
4
4
  modal_default
5
- } from "../../chunk-RMTHVIPI.mjs";
6
- import "../../chunk-VUYUQGLF.mjs";
7
- import "../../chunk-N4F3R6HG.mjs";
8
- import "../../chunk-KHI2DZTG.mjs";
5
+ } from "../../chunk-57WBWSSL.mjs";
6
+ import "../../chunk-MY5U63QO.mjs";
7
+ import "../../chunk-WB24YDE2.mjs";
8
+ import "../../chunk-LP724WOP.mjs";
9
+ import "../../chunk-ZMJYDLTS.mjs";
9
10
  import "../../chunk-6WSACUIB.mjs";
10
- import "../../chunk-LXHUO6VM.mjs";
11
11
  import "../../chunk-6PNKRBUT.mjs";
12
+ import "../../chunk-LXHUO6VM.mjs";
13
+ import "../../chunk-TTY3EEXX.mjs";
12
14
  import "../../chunk-ZYIIXWVY.mjs";
13
- import "../../chunk-RRI3I435.mjs";
14
- import "../../chunk-M5KV3WZ2.mjs";
15
+ import "../../chunk-DADMVOYI.mjs";
16
+ import "../../chunk-A7OXEUCC.mjs";
15
17
  import "../../chunk-2ZT6V4QR.mjs";
18
+ import "../../chunk-27Y6K5NK.mjs";
16
19
  import "../../chunk-E3G5QXSH.mjs";
17
20
  import "../../chunk-AC6TWLRT.mjs";
18
21
  export {
@@ -755,6 +755,35 @@ var template = {
755
755
  }
756
756
  );
757
757
  },
758
+ home: ({ className }) => {
759
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
760
+ "svg",
761
+ {
762
+ xmlns: "http://www.w3.org/2000/svg",
763
+ width: "18",
764
+ height: "18",
765
+ viewBox: "0 0 18 18",
766
+ fill: "none",
767
+ className,
768
+ children: [
769
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
770
+ "path",
771
+ {
772
+ 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",
773
+ fill: "currentColor"
774
+ }
775
+ ),
776
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
777
+ "path",
778
+ {
779
+ 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",
780
+ fill: "currentColor"
781
+ }
782
+ )
783
+ ]
784
+ }
785
+ );
786
+ },
758
787
  // ----------------------------------- old ---------------------------------
759
788
  // ** Status **
760
789
  plus: ({ className, fill }) => {
@@ -1211,43 +1240,6 @@ var template = {
1211
1240
  // );
1212
1241
  // },
1213
1242
  // ** Common **
1214
- home: ({ className, fill }) => {
1215
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1216
- "svg",
1217
- {
1218
- width: "24",
1219
- height: "24",
1220
- viewBox: "0 0 24 24",
1221
- fill: "none",
1222
- xmlns: "http://www.w3.org/2000/svg",
1223
- className,
1224
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1225
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1226
- "path",
1227
- {
1228
- 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",
1229
- fill: "currentColor"
1230
- }
1231
- ),
1232
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1233
- "path",
1234
- {
1235
- 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",
1236
- fill: "currentColor"
1237
- }
1238
- )
1239
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1240
- "path",
1241
- {
1242
- 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",
1243
- stroke: "currentColor",
1244
- strokeLinecap: "round",
1245
- strokeLinejoin: "round"
1246
- }
1247
- )
1248
- }
1249
- );
1250
- },
1251
1243
  camera: ({ className, fill }) => {
1252
1244
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1253
1245
  "svg",
@@ -2,17 +2,20 @@
2
2
  import {
3
3
  modal,
4
4
  modal_default
5
- } from "../../chunk-RMTHVIPI.mjs";
6
- import "../../chunk-VUYUQGLF.mjs";
7
- import "../../chunk-N4F3R6HG.mjs";
8
- import "../../chunk-KHI2DZTG.mjs";
5
+ } from "../../chunk-57WBWSSL.mjs";
6
+ import "../../chunk-MY5U63QO.mjs";
7
+ import "../../chunk-WB24YDE2.mjs";
8
+ import "../../chunk-LP724WOP.mjs";
9
+ import "../../chunk-ZMJYDLTS.mjs";
9
10
  import "../../chunk-6WSACUIB.mjs";
10
- import "../../chunk-LXHUO6VM.mjs";
11
11
  import "../../chunk-6PNKRBUT.mjs";
12
+ import "../../chunk-LXHUO6VM.mjs";
13
+ import "../../chunk-TTY3EEXX.mjs";
12
14
  import "../../chunk-ZYIIXWVY.mjs";
13
- import "../../chunk-RRI3I435.mjs";
14
- import "../../chunk-M5KV3WZ2.mjs";
15
+ import "../../chunk-DADMVOYI.mjs";
16
+ import "../../chunk-A7OXEUCC.mjs";
15
17
  import "../../chunk-2ZT6V4QR.mjs";
18
+ import "../../chunk-27Y6K5NK.mjs";
16
19
  import "../../chunk-E3G5QXSH.mjs";
17
20
  import "../../chunk-AC6TWLRT.mjs";
18
21
  export {
@@ -783,6 +783,35 @@ var template = {
783
783
  }
784
784
  );
785
785
  },
786
+ home: ({ className }) => {
787
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
788
+ "svg",
789
+ {
790
+ xmlns: "http://www.w3.org/2000/svg",
791
+ width: "18",
792
+ height: "18",
793
+ viewBox: "0 0 18 18",
794
+ fill: "none",
795
+ className,
796
+ children: [
797
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
798
+ "path",
799
+ {
800
+ 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",
801
+ fill: "currentColor"
802
+ }
803
+ ),
804
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
805
+ "path",
806
+ {
807
+ 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",
808
+ fill: "currentColor"
809
+ }
810
+ )
811
+ ]
812
+ }
813
+ );
814
+ },
786
815
  // ----------------------------------- old ---------------------------------
787
816
  // ** Status **
788
817
  plus: ({ className, fill }) => {
@@ -1239,43 +1268,6 @@ var template = {
1239
1268
  // );
1240
1269
  // },
1241
1270
  // ** Common **
1242
- home: ({ className, fill }) => {
1243
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1244
- "svg",
1245
- {
1246
- width: "24",
1247
- height: "24",
1248
- viewBox: "0 0 24 24",
1249
- fill: "none",
1250
- xmlns: "http://www.w3.org/2000/svg",
1251
- className,
1252
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1253
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1254
- "path",
1255
- {
1256
- 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",
1257
- fill: "currentColor"
1258
- }
1259
- ),
1260
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1261
- "path",
1262
- {
1263
- 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",
1264
- fill: "currentColor"
1265
- }
1266
- )
1267
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1268
- "path",
1269
- {
1270
- 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",
1271
- stroke: "currentColor",
1272
- strokeLinecap: "round",
1273
- strokeLinejoin: "round"
1274
- }
1275
- )
1276
- }
1277
- );
1278
- },
1279
1271
  camera: ({ className, fill }) => {
1280
1272
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1281
1273
  "svg",
@@ -4769,7 +4761,7 @@ var paginationStyle = tv(
4769
4761
  "items-center",
4770
4762
  "justify-center",
4771
4763
  "cursor-pointer",
4772
- "stroke-neutral-main",
4764
+ "text-neutral-main",
4773
4765
  "data-[is-active=false]:stroke-neutral-light",
4774
4766
  "data-[is-active=false]:cursor-default"
4775
4767
  ],
@@ -4832,7 +4824,7 @@ var paginationStyle = tv(
4832
4824
  "data-[selected=true]:text-primary-main",
4833
4825
  "data-[selected=true]:bg-primary-soft"
4834
4826
  ],
4835
- icon: ["hover:stroke-primary-main"]
4827
+ icon: ["hover:text-primary-main"]
4836
4828
  }
4837
4829
  },
4838
4830
  {
@@ -4844,7 +4836,7 @@ var paginationStyle = tv(
4844
4836
  "data-[selected=true]:text-secondary-main",
4845
4837
  "data-[selected=true]:bg-secondary-soft"
4846
4838
  ],
4847
- icon: ["hover:stroke-secondary-main"]
4839
+ icon: ["hover:text-secondary-main"]
4848
4840
  }
4849
4841
  },
4850
4842
  {
@@ -4856,7 +4848,7 @@ var paginationStyle = tv(
4856
4848
  "data-[selected=true]:text-neutral-dark",
4857
4849
  "data-[selected=true]:bg-neutral-soft"
4858
4850
  ],
4859
- icon: ["hover:stroke-neutral-main"]
4851
+ icon: ["hover:text-neutral-dark"]
4860
4852
  }
4861
4853
  },
4862
4854
  {
@@ -4868,7 +4860,7 @@ var paginationStyle = tv(
4868
4860
  "data-[selected=true]:text-primary-main",
4869
4861
  "data-[selected=true]:border-b-primary-main"
4870
4862
  ],
4871
- icon: ["hover:stroke-primary-main"]
4863
+ icon: ["hover:text-primary-main"]
4872
4864
  }
4873
4865
  },
4874
4866
  {
@@ -4880,7 +4872,7 @@ var paginationStyle = tv(
4880
4872
  "data-[selected=true]:text-secondary-main",
4881
4873
  "data-[selected=true]:border-b-secondary-main"
4882
4874
  ],
4883
- icon: ["hover:stroke-secondary-main"]
4875
+ icon: ["hover:text-secondary-main"]
4884
4876
  }
4885
4877
  },
4886
4878
  {
@@ -4892,7 +4884,7 @@ var paginationStyle = tv(
4892
4884
  "data-[selected=true]:text-neutral-dark",
4893
4885
  "data-[selected=true]:border-b-neutral-main"
4894
4886
  ],
4895
- icon: ["hover:stroke-neutral-main"]
4887
+ icon: ["hover:text-neutral-dark"]
4896
4888
  }
4897
4889
  }
4898
4890
  ],
@@ -2,13 +2,13 @@
2
2
  import "../../chunk-7B7LRG5J.mjs";
3
3
  import {
4
4
  pagination_default
5
- } from "../../chunk-DG3KRCXB.mjs";
5
+ } from "../../chunk-7R4NOC2G.mjs";
6
6
  import "../../chunk-F3HENRVM.mjs";
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
- import "../../chunk-LHDOM76J.mjs";
8
+ import "../../chunk-2KAR2PTQ.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-RRI3I435.mjs";
11
- import "../../chunk-M5KV3WZ2.mjs";
10
+ import "../../chunk-DADMVOYI.mjs";
11
+ import "../../chunk-A7OXEUCC.mjs";
12
12
  import "../../chunk-2ZT6V4QR.mjs";
13
13
  import "../../chunk-27Y6K5NK.mjs";
14
14
  import "../../chunk-E3G5QXSH.mjs";
@@ -782,6 +782,35 @@ var template = {
782
782
  }
783
783
  );
784
784
  },
785
+ home: ({ className }) => {
786
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
787
+ "svg",
788
+ {
789
+ xmlns: "http://www.w3.org/2000/svg",
790
+ width: "18",
791
+ height: "18",
792
+ viewBox: "0 0 18 18",
793
+ fill: "none",
794
+ className,
795
+ children: [
796
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
797
+ "path",
798
+ {
799
+ 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",
800
+ fill: "currentColor"
801
+ }
802
+ ),
803
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
804
+ "path",
805
+ {
806
+ 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",
807
+ fill: "currentColor"
808
+ }
809
+ )
810
+ ]
811
+ }
812
+ );
813
+ },
785
814
  // ----------------------------------- old ---------------------------------
786
815
  // ** Status **
787
816
  plus: ({ className, fill }) => {
@@ -1238,43 +1267,6 @@ var template = {
1238
1267
  // );
1239
1268
  // },
1240
1269
  // ** Common **
1241
- home: ({ className, fill }) => {
1242
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1243
- "svg",
1244
- {
1245
- width: "24",
1246
- height: "24",
1247
- viewBox: "0 0 24 24",
1248
- fill: "none",
1249
- xmlns: "http://www.w3.org/2000/svg",
1250
- className,
1251
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1252
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1253
- "path",
1254
- {
1255
- 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",
1256
- fill: "currentColor"
1257
- }
1258
- ),
1259
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1260
- "path",
1261
- {
1262
- 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",
1263
- fill: "currentColor"
1264
- }
1265
- )
1266
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1267
- "path",
1268
- {
1269
- 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",
1270
- stroke: "currentColor",
1271
- strokeLinecap: "round",
1272
- strokeLinejoin: "round"
1273
- }
1274
- )
1275
- }
1276
- );
1277
- },
1278
1270
  camera: ({ className, fill }) => {
1279
1271
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1280
1272
  "svg",
@@ -4768,7 +4760,7 @@ var paginationStyle = tv(
4768
4760
  "items-center",
4769
4761
  "justify-center",
4770
4762
  "cursor-pointer",
4771
- "stroke-neutral-main",
4763
+ "text-neutral-main",
4772
4764
  "data-[is-active=false]:stroke-neutral-light",
4773
4765
  "data-[is-active=false]:cursor-default"
4774
4766
  ],
@@ -4831,7 +4823,7 @@ var paginationStyle = tv(
4831
4823
  "data-[selected=true]:text-primary-main",
4832
4824
  "data-[selected=true]:bg-primary-soft"
4833
4825
  ],
4834
- icon: ["hover:stroke-primary-main"]
4826
+ icon: ["hover:text-primary-main"]
4835
4827
  }
4836
4828
  },
4837
4829
  {
@@ -4843,7 +4835,7 @@ var paginationStyle = tv(
4843
4835
  "data-[selected=true]:text-secondary-main",
4844
4836
  "data-[selected=true]:bg-secondary-soft"
4845
4837
  ],
4846
- icon: ["hover:stroke-secondary-main"]
4838
+ icon: ["hover:text-secondary-main"]
4847
4839
  }
4848
4840
  },
4849
4841
  {
@@ -4855,7 +4847,7 @@ var paginationStyle = tv(
4855
4847
  "data-[selected=true]:text-neutral-dark",
4856
4848
  "data-[selected=true]:bg-neutral-soft"
4857
4849
  ],
4858
- icon: ["hover:stroke-neutral-main"]
4850
+ icon: ["hover:text-neutral-dark"]
4859
4851
  }
4860
4852
  },
4861
4853
  {
@@ -4867,7 +4859,7 @@ var paginationStyle = tv(
4867
4859
  "data-[selected=true]:text-primary-main",
4868
4860
  "data-[selected=true]:border-b-primary-main"
4869
4861
  ],
4870
- icon: ["hover:stroke-primary-main"]
4862
+ icon: ["hover:text-primary-main"]
4871
4863
  }
4872
4864
  },
4873
4865
  {
@@ -4879,7 +4871,7 @@ var paginationStyle = tv(
4879
4871
  "data-[selected=true]:text-secondary-main",
4880
4872
  "data-[selected=true]:border-b-secondary-main"
4881
4873
  ],
4882
- icon: ["hover:stroke-secondary-main"]
4874
+ icon: ["hover:text-secondary-main"]
4883
4875
  }
4884
4876
  },
4885
4877
  {
@@ -4891,7 +4883,7 @@ var paginationStyle = tv(
4891
4883
  "data-[selected=true]:text-neutral-dark",
4892
4884
  "data-[selected=true]:border-b-neutral-main"
4893
4885
  ],
4894
- icon: ["hover:stroke-neutral-main"]
4886
+ icon: ["hover:text-neutral-dark"]
4895
4887
  }
4896
4888
  }
4897
4889
  ],
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  paginationStyle,
4
4
  pagination_default
5
- } from "../../chunk-DG3KRCXB.mjs";
5
+ } from "../../chunk-7R4NOC2G.mjs";
6
6
  import "../../chunk-F3HENRVM.mjs";
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
- import "../../chunk-LHDOM76J.mjs";
8
+ import "../../chunk-2KAR2PTQ.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-RRI3I435.mjs";
11
- import "../../chunk-M5KV3WZ2.mjs";
10
+ import "../../chunk-DADMVOYI.mjs";
11
+ import "../../chunk-A7OXEUCC.mjs";
12
12
  import "../../chunk-2ZT6V4QR.mjs";
13
13
  import "../../chunk-27Y6K5NK.mjs";
14
14
  import "../../chunk-E3G5QXSH.mjs";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import "../../chunk-6WSACUIB.mjs";
3
- import {
4
- ripple_default
5
- } from "../../chunk-LXHUO6VM.mjs";
6
3
  import {
7
4
  useRipple
8
5
  } from "../../chunk-6PNKRBUT.mjs";
6
+ import {
7
+ ripple_default
8
+ } from "../../chunk-LXHUO6VM.mjs";
9
9
  import "../../chunk-AC6TWLRT.mjs";
10
10
  export {
11
11
  ripple_default as Ripple,
@@ -812,6 +812,35 @@ var template = {
812
812
  }
813
813
  );
814
814
  },
815
+ home: ({ className }) => {
816
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
817
+ "svg",
818
+ {
819
+ xmlns: "http://www.w3.org/2000/svg",
820
+ width: "18",
821
+ height: "18",
822
+ viewBox: "0 0 18 18",
823
+ fill: "none",
824
+ className,
825
+ children: [
826
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
827
+ "path",
828
+ {
829
+ 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",
830
+ fill: "currentColor"
831
+ }
832
+ ),
833
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
834
+ "path",
835
+ {
836
+ 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",
837
+ fill: "currentColor"
838
+ }
839
+ )
840
+ ]
841
+ }
842
+ );
843
+ },
815
844
  // ----------------------------------- old ---------------------------------
816
845
  // ** Status **
817
846
  plus: ({ className, fill }) => {
@@ -1268,43 +1297,6 @@ var template = {
1268
1297
  // );
1269
1298
  // },
1270
1299
  // ** Common **
1271
- home: ({ className, fill }) => {
1272
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1273
- "svg",
1274
- {
1275
- width: "24",
1276
- height: "24",
1277
- viewBox: "0 0 24 24",
1278
- fill: "none",
1279
- xmlns: "http://www.w3.org/2000/svg",
1280
- className,
1281
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1282
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1283
- "path",
1284
- {
1285
- 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",
1286
- fill: "currentColor"
1287
- }
1288
- ),
1289
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1290
- "path",
1291
- {
1292
- 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",
1293
- fill: "currentColor"
1294
- }
1295
- )
1296
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1297
- "path",
1298
- {
1299
- 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",
1300
- stroke: "currentColor",
1301
- strokeLinecap: "round",
1302
- strokeLinejoin: "round"
1303
- }
1304
- )
1305
- }
1306
- );
1307
- },
1308
1300
  camera: ({ className, fill }) => {
1309
1301
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1310
1302
  "svg",