@deepnoid/ui 0.1.6 → 0.1.8

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 (95) hide show
  1. package/.turbo/turbo-build.log +155 -155
  2. package/dist/{chunk-ZQV3NXHD.mjs → chunk-3WUQ5SJG.mjs} +1 -1
  3. package/dist/{chunk-TPKN62TM.mjs → chunk-5SI52U2V.mjs} +1 -1
  4. package/dist/{chunk-ERY4VRJA.mjs → chunk-6MWNK3IR.mjs} +1 -1
  5. package/dist/{chunk-DL4NAVLK.mjs → chunk-7TETAKD7.mjs} +1 -1
  6. package/dist/{chunk-W2YDY6V3.mjs → chunk-AOFU6N4B.mjs} +2 -2
  7. package/dist/{chunk-62RLAGOE.mjs → chunk-D32JTEZB.mjs} +1 -1
  8. package/dist/{chunk-NADRDQ6Z.mjs → chunk-FXXSX6HM.mjs} +1 -1
  9. package/dist/{chunk-OKGP3XMZ.mjs → chunk-GLJPHVXG.mjs} +40 -30
  10. package/dist/{chunk-HKS2RITB.mjs → chunk-HDZH3RQR.mjs} +3 -3
  11. package/dist/{chunk-NM22ZKFL.mjs → chunk-JY3CY3VT.mjs} +3 -3
  12. package/dist/{chunk-ON5SGXHZ.mjs → chunk-LMFV246N.mjs} +2 -2
  13. package/dist/{chunk-J7NLY4LW.mjs → chunk-P6CDIPHN.mjs} +2 -2
  14. package/dist/{chunk-BO5ZR3MX.mjs → chunk-P7UKIKKO.mjs} +1 -1
  15. package/dist/{chunk-HKWVXX2C.mjs → chunk-PDUKY2FL.mjs} +2 -2
  16. package/dist/{chunk-AV6PLM5Y.mjs → chunk-T3QBPU2H.mjs} +1 -1
  17. package/dist/{chunk-CTKXERBP.mjs → chunk-VC2BAC47.mjs} +1 -1
  18. package/dist/{chunk-WJ2MJJR2.mjs → chunk-Y7KG7S4B.mjs} +1 -1
  19. package/dist/{chunk-5KOINCEO.mjs → chunk-YTOYINWL.mjs} +1 -1
  20. package/dist/{chunk-447R3YAZ.mjs → chunk-ZQEQ2VI3.mjs} +2 -2
  21. package/dist/components/avatar/avatar.js +40 -30
  22. package/dist/components/avatar/avatar.mjs +2 -2
  23. package/dist/components/avatar/index.js +40 -30
  24. package/dist/components/avatar/index.mjs +2 -2
  25. package/dist/components/backdrop/backdrop.d.mts +2 -1
  26. package/dist/components/backdrop/backdrop.d.ts +2 -1
  27. package/dist/components/backdrop/backdrop.js +2 -2
  28. package/dist/components/backdrop/backdrop.mjs +1 -1
  29. package/dist/components/backdrop/index.js +2 -2
  30. package/dist/components/backdrop/index.mjs +1 -1
  31. package/dist/components/breadcrumb/breadcrumb.js +40 -30
  32. package/dist/components/breadcrumb/breadcrumb.mjs +3 -3
  33. package/dist/components/breadcrumb/index.js +40 -30
  34. package/dist/components/breadcrumb/index.mjs +3 -3
  35. package/dist/components/button/button.js +40 -30
  36. package/dist/components/button/button.mjs +3 -3
  37. package/dist/components/button/index.js +40 -30
  38. package/dist/components/button/index.mjs +3 -3
  39. package/dist/components/chip/chip.js +40 -30
  40. package/dist/components/chip/chip.mjs +3 -3
  41. package/dist/components/chip/index.js +40 -30
  42. package/dist/components/chip/index.mjs +3 -3
  43. package/dist/components/dateTimePicker/calendar.js +40 -30
  44. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  45. package/dist/components/dateTimePicker/dateTimePicker.js +40 -30
  46. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  47. package/dist/components/dateTimePicker/index.js +40 -30
  48. package/dist/components/dateTimePicker/index.mjs +7 -7
  49. package/dist/components/dateTimePicker/timePicker.js +40 -30
  50. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  51. package/dist/components/icon/Icon.d.mts +8 -4
  52. package/dist/components/icon/Icon.d.ts +8 -4
  53. package/dist/components/icon/Icon.js +40 -30
  54. package/dist/components/icon/Icon.mjs +2 -2
  55. package/dist/components/icon/index.js +40 -30
  56. package/dist/components/icon/index.mjs +2 -2
  57. package/dist/components/icon/template.d.mts +2 -1
  58. package/dist/components/icon/template.d.ts +2 -1
  59. package/dist/components/icon/template.js +40 -30
  60. package/dist/components/icon/template.mjs +1 -1
  61. package/dist/components/input/index.js +40 -30
  62. package/dist/components/input/index.mjs +3 -3
  63. package/dist/components/input/input.js +40 -30
  64. package/dist/components/input/input.mjs +3 -3
  65. package/dist/components/list/index.js +40 -30
  66. package/dist/components/list/index.mjs +4 -4
  67. package/dist/components/list/listItem.js +40 -30
  68. package/dist/components/list/listItem.mjs +4 -4
  69. package/dist/components/modal/index.js +40 -30
  70. package/dist/components/modal/index.mjs +4 -4
  71. package/dist/components/modal/modal.js +40 -30
  72. package/dist/components/modal/modal.mjs +4 -4
  73. package/dist/components/pagination/index.js +40 -30
  74. package/dist/components/pagination/index.mjs +4 -4
  75. package/dist/components/pagination/pagination.js +40 -30
  76. package/dist/components/pagination/pagination.mjs +4 -4
  77. package/dist/components/select/index.js +40 -30
  78. package/dist/components/select/index.mjs +4 -4
  79. package/dist/components/select/option.js +40 -30
  80. package/dist/components/select/option.mjs +3 -3
  81. package/dist/components/select/select.js +40 -30
  82. package/dist/components/select/select.mjs +4 -4
  83. package/dist/components/table/index.js +40 -30
  84. package/dist/components/table/index.mjs +7 -7
  85. package/dist/components/table/table.js +40 -30
  86. package/dist/components/table/table.mjs +7 -7
  87. package/dist/components/toast/index.js +40 -30
  88. package/dist/components/toast/index.mjs +4 -4
  89. package/dist/components/toast/toast.js +40 -30
  90. package/dist/components/toast/toast.mjs +3 -3
  91. package/dist/components/toast/use-toast.js +40 -30
  92. package/dist/components/toast/use-toast.mjs +4 -4
  93. package/dist/index.js +42 -32
  94. package/dist/index.mjs +33 -33
  95. package/package.json +1 -1
@@ -714,6 +714,46 @@ var template = {
714
714
  }
715
715
  );
716
716
  },
717
+ filter: ({ className }) => {
718
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
719
+ "svg",
720
+ {
721
+ xmlns: "http://www.w3.org/2000/svg",
722
+ width: "18",
723
+ height: "18",
724
+ viewBox: "0 0 18 18",
725
+ fill: "none",
726
+ className,
727
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
728
+ "path",
729
+ {
730
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
731
+ stroke: "currentColor",
732
+ strokeLinecap: "round",
733
+ strokeLinejoin: "round"
734
+ }
735
+ )
736
+ }
737
+ );
738
+ },
739
+ menu: ({ className }) => {
740
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
741
+ "svg",
742
+ {
743
+ xmlns: "http://www.w3.org/2000/svg",
744
+ width: "18",
745
+ height: "18",
746
+ viewBox: "0 0 18 18",
747
+ fill: "none",
748
+ className,
749
+ children: [
750
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
751
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
752
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
753
+ ]
754
+ }
755
+ );
756
+ },
717
757
  // ----------------------------------- old ---------------------------------
718
758
  // ** Status **
719
759
  plus: ({ className, fill }) => {
@@ -3070,36 +3110,6 @@ var template = {
3070
3110
  );
3071
3111
  },
3072
3112
  // ** Filter **
3073
- filter: ({ className, fill }) => {
3074
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3075
- "svg",
3076
- {
3077
- width: "24",
3078
- height: "24",
3079
- viewBox: "0 0 24 24",
3080
- fill: "none",
3081
- xmlns: "http://www.w3.org/2000/svg",
3082
- className,
3083
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3084
- "path",
3085
- {
3086
- fillRule: "evenodd",
3087
- clipRule: "evenodd",
3088
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3089
- fill: "currentColor"
3090
- }
3091
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3092
- "path",
3093
- {
3094
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3095
- stroke: "currentColor",
3096
- strokeLinecap: "round",
3097
- strokeLinejoin: "round"
3098
- }
3099
- )
3100
- }
3101
- );
3102
- },
3103
3113
  sparkle: ({ className, fill }) => {
3104
3114
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3105
3115
  "svg",
@@ -2,16 +2,16 @@
2
2
  import {
3
3
  modal,
4
4
  modal_default
5
- } from "../../chunk-447R3YAZ.mjs";
5
+ } from "../../chunk-ZQEQ2VI3.mjs";
6
6
  import "../../chunk-VUYUQGLF.mjs";
7
7
  import "../../chunk-N4F3R6HG.mjs";
8
- import "../../chunk-ERY4VRJA.mjs";
8
+ import "../../chunk-6MWNK3IR.mjs";
9
9
  import "../../chunk-6WSACUIB.mjs";
10
10
  import "../../chunk-LXHUO6VM.mjs";
11
11
  import "../../chunk-6PNKRBUT.mjs";
12
12
  import "../../chunk-ZYIIXWVY.mjs";
13
- import "../../chunk-AV6PLM5Y.mjs";
14
- import "../../chunk-OKGP3XMZ.mjs";
13
+ import "../../chunk-T3QBPU2H.mjs";
14
+ import "../../chunk-GLJPHVXG.mjs";
15
15
  import "../../chunk-2ZT6V4QR.mjs";
16
16
  import "../../chunk-E3G5QXSH.mjs";
17
17
  import "../../chunk-AC6TWLRT.mjs";
@@ -742,6 +742,46 @@ var template = {
742
742
  }
743
743
  );
744
744
  },
745
+ filter: ({ className }) => {
746
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
747
+ "svg",
748
+ {
749
+ xmlns: "http://www.w3.org/2000/svg",
750
+ width: "18",
751
+ height: "18",
752
+ viewBox: "0 0 18 18",
753
+ fill: "none",
754
+ className,
755
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
756
+ "path",
757
+ {
758
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
759
+ stroke: "currentColor",
760
+ strokeLinecap: "round",
761
+ strokeLinejoin: "round"
762
+ }
763
+ )
764
+ }
765
+ );
766
+ },
767
+ menu: ({ className }) => {
768
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
769
+ "svg",
770
+ {
771
+ xmlns: "http://www.w3.org/2000/svg",
772
+ width: "18",
773
+ height: "18",
774
+ viewBox: "0 0 18 18",
775
+ fill: "none",
776
+ className,
777
+ children: [
778
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
779
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
780
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
781
+ ]
782
+ }
783
+ );
784
+ },
745
785
  // ----------------------------------- old ---------------------------------
746
786
  // ** Status **
747
787
  plus: ({ className, fill }) => {
@@ -3098,36 +3138,6 @@ var template = {
3098
3138
  );
3099
3139
  },
3100
3140
  // ** Filter **
3101
- filter: ({ className, fill }) => {
3102
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3103
- "svg",
3104
- {
3105
- width: "24",
3106
- height: "24",
3107
- viewBox: "0 0 24 24",
3108
- fill: "none",
3109
- xmlns: "http://www.w3.org/2000/svg",
3110
- className,
3111
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3112
- "path",
3113
- {
3114
- fillRule: "evenodd",
3115
- clipRule: "evenodd",
3116
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3117
- fill: "currentColor"
3118
- }
3119
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3120
- "path",
3121
- {
3122
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3123
- stroke: "currentColor",
3124
- strokeLinecap: "round",
3125
- strokeLinejoin: "round"
3126
- }
3127
- )
3128
- }
3129
- );
3130
- },
3131
3141
  sparkle: ({ className, fill }) => {
3132
3142
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3133
3143
  "svg",
@@ -2,13 +2,13 @@
2
2
  import "../../chunk-7B7LRG5J.mjs";
3
3
  import {
4
4
  pagination_default
5
- } from "../../chunk-W2YDY6V3.mjs";
5
+ } from "../../chunk-AOFU6N4B.mjs";
6
6
  import "../../chunk-F3HENRVM.mjs";
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
- import "../../chunk-DL4NAVLK.mjs";
8
+ import "../../chunk-7TETAKD7.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-AV6PLM5Y.mjs";
11
- import "../../chunk-OKGP3XMZ.mjs";
10
+ import "../../chunk-T3QBPU2H.mjs";
11
+ import "../../chunk-GLJPHVXG.mjs";
12
12
  import "../../chunk-2ZT6V4QR.mjs";
13
13
  import "../../chunk-27Y6K5NK.mjs";
14
14
  import "../../chunk-E3G5QXSH.mjs";
@@ -741,6 +741,46 @@ var template = {
741
741
  }
742
742
  );
743
743
  },
744
+ filter: ({ className }) => {
745
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
746
+ "svg",
747
+ {
748
+ xmlns: "http://www.w3.org/2000/svg",
749
+ width: "18",
750
+ height: "18",
751
+ viewBox: "0 0 18 18",
752
+ fill: "none",
753
+ className,
754
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
755
+ "path",
756
+ {
757
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
758
+ stroke: "currentColor",
759
+ strokeLinecap: "round",
760
+ strokeLinejoin: "round"
761
+ }
762
+ )
763
+ }
764
+ );
765
+ },
766
+ menu: ({ className }) => {
767
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
768
+ "svg",
769
+ {
770
+ xmlns: "http://www.w3.org/2000/svg",
771
+ width: "18",
772
+ height: "18",
773
+ viewBox: "0 0 18 18",
774
+ fill: "none",
775
+ className,
776
+ children: [
777
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
778
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
779
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
780
+ ]
781
+ }
782
+ );
783
+ },
744
784
  // ----------------------------------- old ---------------------------------
745
785
  // ** Status **
746
786
  plus: ({ className, fill }) => {
@@ -3097,36 +3137,6 @@ var template = {
3097
3137
  );
3098
3138
  },
3099
3139
  // ** Filter **
3100
- filter: ({ className, fill }) => {
3101
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3102
- "svg",
3103
- {
3104
- width: "24",
3105
- height: "24",
3106
- viewBox: "0 0 24 24",
3107
- fill: "none",
3108
- xmlns: "http://www.w3.org/2000/svg",
3109
- className,
3110
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3111
- "path",
3112
- {
3113
- fillRule: "evenodd",
3114
- clipRule: "evenodd",
3115
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3116
- fill: "currentColor"
3117
- }
3118
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3119
- "path",
3120
- {
3121
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3122
- stroke: "currentColor",
3123
- strokeLinecap: "round",
3124
- strokeLinejoin: "round"
3125
- }
3126
- )
3127
- }
3128
- );
3129
- },
3130
3140
  sparkle: ({ className, fill }) => {
3131
3141
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3132
3142
  "svg",
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  paginationStyle,
4
4
  pagination_default
5
- } from "../../chunk-W2YDY6V3.mjs";
5
+ } from "../../chunk-AOFU6N4B.mjs";
6
6
  import "../../chunk-F3HENRVM.mjs";
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
- import "../../chunk-DL4NAVLK.mjs";
8
+ import "../../chunk-7TETAKD7.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-AV6PLM5Y.mjs";
11
- import "../../chunk-OKGP3XMZ.mjs";
10
+ import "../../chunk-T3QBPU2H.mjs";
11
+ import "../../chunk-GLJPHVXG.mjs";
12
12
  import "../../chunk-2ZT6V4QR.mjs";
13
13
  import "../../chunk-27Y6K5NK.mjs";
14
14
  import "../../chunk-E3G5QXSH.mjs";
@@ -771,6 +771,46 @@ var template = {
771
771
  }
772
772
  );
773
773
  },
774
+ filter: ({ className }) => {
775
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
776
+ "svg",
777
+ {
778
+ xmlns: "http://www.w3.org/2000/svg",
779
+ width: "18",
780
+ height: "18",
781
+ viewBox: "0 0 18 18",
782
+ fill: "none",
783
+ className,
784
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
785
+ "path",
786
+ {
787
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
788
+ stroke: "currentColor",
789
+ strokeLinecap: "round",
790
+ strokeLinejoin: "round"
791
+ }
792
+ )
793
+ }
794
+ );
795
+ },
796
+ menu: ({ 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)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
808
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
809
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
810
+ ]
811
+ }
812
+ );
813
+ },
774
814
  // ----------------------------------- old ---------------------------------
775
815
  // ** Status **
776
816
  plus: ({ className, fill }) => {
@@ -3127,36 +3167,6 @@ var template = {
3127
3167
  );
3128
3168
  },
3129
3169
  // ** Filter **
3130
- filter: ({ className, fill }) => {
3131
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3132
- "svg",
3133
- {
3134
- width: "24",
3135
- height: "24",
3136
- viewBox: "0 0 24 24",
3137
- fill: "none",
3138
- xmlns: "http://www.w3.org/2000/svg",
3139
- className,
3140
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3141
- "path",
3142
- {
3143
- fillRule: "evenodd",
3144
- clipRule: "evenodd",
3145
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3146
- fill: "currentColor"
3147
- }
3148
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3149
- "path",
3150
- {
3151
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3152
- stroke: "currentColor",
3153
- strokeLinecap: "round",
3154
- strokeLinejoin: "round"
3155
- }
3156
- )
3157
- }
3158
- );
3159
- },
3160
3170
  sparkle: ({ className, fill }) => {
3161
3171
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3162
3172
  "svg",
@@ -2,12 +2,12 @@
2
2
  import "../../chunk-QCEKPS7U.mjs";
3
3
  import {
4
4
  select_default
5
- } from "../../chunk-HKWVXX2C.mjs";
6
- import "../../chunk-BO5ZR3MX.mjs";
5
+ } from "../../chunk-PDUKY2FL.mjs";
6
+ import "../../chunk-P7UKIKKO.mjs";
7
7
  import "../../chunk-S3QS5B7F.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
- import "../../chunk-AV6PLM5Y.mjs";
10
- import "../../chunk-OKGP3XMZ.mjs";
9
+ import "../../chunk-T3QBPU2H.mjs";
10
+ import "../../chunk-GLJPHVXG.mjs";
11
11
  import "../../chunk-2ZT6V4QR.mjs";
12
12
  import "../../chunk-E3G5QXSH.mjs";
13
13
  import "../../chunk-AC6TWLRT.mjs";
@@ -691,6 +691,46 @@ var template = {
691
691
  }
692
692
  );
693
693
  },
694
+ filter: ({ className }) => {
695
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
696
+ "svg",
697
+ {
698
+ xmlns: "http://www.w3.org/2000/svg",
699
+ width: "18",
700
+ height: "18",
701
+ viewBox: "0 0 18 18",
702
+ fill: "none",
703
+ className,
704
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
705
+ "path",
706
+ {
707
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
708
+ stroke: "currentColor",
709
+ strokeLinecap: "round",
710
+ strokeLinejoin: "round"
711
+ }
712
+ )
713
+ }
714
+ );
715
+ },
716
+ menu: ({ className }) => {
717
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
718
+ "svg",
719
+ {
720
+ xmlns: "http://www.w3.org/2000/svg",
721
+ width: "18",
722
+ height: "18",
723
+ viewBox: "0 0 18 18",
724
+ fill: "none",
725
+ className,
726
+ children: [
727
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
728
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
729
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
730
+ ]
731
+ }
732
+ );
733
+ },
694
734
  // ----------------------------------- old ---------------------------------
695
735
  // ** Status **
696
736
  plus: ({ className, fill }) => {
@@ -3047,36 +3087,6 @@ var template = {
3047
3087
  );
3048
3088
  },
3049
3089
  // ** Filter **
3050
- filter: ({ className, fill }) => {
3051
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3052
- "svg",
3053
- {
3054
- width: "24",
3055
- height: "24",
3056
- viewBox: "0 0 24 24",
3057
- fill: "none",
3058
- xmlns: "http://www.w3.org/2000/svg",
3059
- className,
3060
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3061
- "path",
3062
- {
3063
- fillRule: "evenodd",
3064
- clipRule: "evenodd",
3065
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3066
- fill: "currentColor"
3067
- }
3068
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3069
- "path",
3070
- {
3071
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3072
- stroke: "currentColor",
3073
- strokeLinecap: "round",
3074
- strokeLinejoin: "round"
3075
- }
3076
- )
3077
- }
3078
- );
3079
- },
3080
3090
  sparkle: ({ className, fill }) => {
3081
3091
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3082
3092
  "svg",
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  option_default
4
- } from "../../chunk-BO5ZR3MX.mjs";
4
+ } from "../../chunk-P7UKIKKO.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-AV6PLM5Y.mjs";
7
- import "../../chunk-OKGP3XMZ.mjs";
6
+ import "../../chunk-T3QBPU2H.mjs";
7
+ import "../../chunk-GLJPHVXG.mjs";
8
8
  import "../../chunk-2ZT6V4QR.mjs";
9
9
  import "../../chunk-AC6TWLRT.mjs";
10
10
  export {
@@ -769,6 +769,46 @@ var template = {
769
769
  }
770
770
  );
771
771
  },
772
+ filter: ({ className }) => {
773
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
774
+ "svg",
775
+ {
776
+ xmlns: "http://www.w3.org/2000/svg",
777
+ width: "18",
778
+ height: "18",
779
+ viewBox: "0 0 18 18",
780
+ fill: "none",
781
+ className,
782
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
783
+ "path",
784
+ {
785
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
786
+ stroke: "currentColor",
787
+ strokeLinecap: "round",
788
+ strokeLinejoin: "round"
789
+ }
790
+ )
791
+ }
792
+ );
793
+ },
794
+ menu: ({ className }) => {
795
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
796
+ "svg",
797
+ {
798
+ xmlns: "http://www.w3.org/2000/svg",
799
+ width: "18",
800
+ height: "18",
801
+ viewBox: "0 0 18 18",
802
+ fill: "none",
803
+ className,
804
+ children: [
805
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
806
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
807
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
808
+ ]
809
+ }
810
+ );
811
+ },
772
812
  // ----------------------------------- old ---------------------------------
773
813
  // ** Status **
774
814
  plus: ({ className, fill }) => {
@@ -3125,36 +3165,6 @@ var template = {
3125
3165
  );
3126
3166
  },
3127
3167
  // ** Filter **
3128
- filter: ({ className, fill }) => {
3129
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3130
- "svg",
3131
- {
3132
- width: "24",
3133
- height: "24",
3134
- viewBox: "0 0 24 24",
3135
- fill: "none",
3136
- xmlns: "http://www.w3.org/2000/svg",
3137
- className,
3138
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3139
- "path",
3140
- {
3141
- fillRule: "evenodd",
3142
- clipRule: "evenodd",
3143
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3144
- fill: "currentColor"
3145
- }
3146
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3147
- "path",
3148
- {
3149
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3150
- stroke: "currentColor",
3151
- strokeLinecap: "round",
3152
- strokeLinejoin: "round"
3153
- }
3154
- )
3155
- }
3156
- );
3157
- },
3158
3168
  sparkle: ({ className, fill }) => {
3159
3169
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3160
3170
  "svg",
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import {
3
3
  select_default
4
- } from "../../chunk-HKWVXX2C.mjs";
5
- import "../../chunk-BO5ZR3MX.mjs";
4
+ } from "../../chunk-PDUKY2FL.mjs";
5
+ import "../../chunk-P7UKIKKO.mjs";
6
6
  import "../../chunk-S3QS5B7F.mjs";
7
7
  import "../../chunk-ZYIIXWVY.mjs";
8
- import "../../chunk-AV6PLM5Y.mjs";
9
- import "../../chunk-OKGP3XMZ.mjs";
8
+ import "../../chunk-T3QBPU2H.mjs";
9
+ import "../../chunk-GLJPHVXG.mjs";
10
10
  import "../../chunk-2ZT6V4QR.mjs";
11
11
  import "../../chunk-E3G5QXSH.mjs";
12
12
  import "../../chunk-AC6TWLRT.mjs";