@deepnoid/ui 0.1.95 → 0.1.97

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 (104) hide show
  1. package/.turbo/turbo-build.log +156 -156
  2. package/dist/{chunk-I3ORSDFO.mjs → chunk-23WOW2NZ.mjs} +2 -2
  3. package/dist/{chunk-5IKVOP4M.mjs → chunk-35D6XC62.mjs} +5 -5
  4. package/dist/{chunk-FB6LBMGN.mjs → chunk-45BNDZHL.mjs} +1 -1
  5. package/dist/{chunk-LMHSWLH2.mjs → chunk-45N5ZAIJ.mjs} +2 -2
  6. package/dist/{chunk-RE2WH26E.mjs → chunk-4GDJLALM.mjs} +1 -1
  7. package/dist/{chunk-RRONV7YA.mjs → chunk-6XFKID3T.mjs} +42 -58
  8. package/dist/{chunk-NTNIGQGI.mjs → chunk-ANBGNXIU.mjs} +1 -1
  9. package/dist/{chunk-6SWMJLOD.mjs → chunk-BHSZP2XF.mjs} +1 -1
  10. package/dist/{chunk-SGOE2HGI.mjs → chunk-BQTFCLWG.mjs} +2 -2
  11. package/dist/{chunk-Z4YJ274G.mjs → chunk-IW57F7WZ.mjs} +1 -1
  12. package/dist/{chunk-4BJPJ54Q.mjs → chunk-K7JLUER5.mjs} +1 -1
  13. package/dist/{chunk-TZHEZEJ5.mjs → chunk-PZSIYVDW.mjs} +1 -1
  14. package/dist/{chunk-IY4AY6JJ.mjs → chunk-QDQBFAE2.mjs} +3 -3
  15. package/dist/{chunk-Y5QV7T6D.mjs → chunk-S5AVFWOR.mjs} +6 -6
  16. package/dist/{chunk-JP4TEWP7.mjs → chunk-SCZB4QC7.mjs} +1 -1
  17. package/dist/{chunk-D3HZG3CH.mjs → chunk-TBSG4HY5.mjs} +1 -1
  18. package/dist/{chunk-MVL7HJSH.mjs → chunk-VFFLJN5N.mjs} +1 -1
  19. package/dist/{chunk-BSDEATP6.mjs → chunk-VIEBF2WH.mjs} +1 -1
  20. package/dist/{chunk-MPZKOT6P.mjs → chunk-WG2EL5JF.mjs} +1 -1
  21. package/dist/{chunk-P6CRHHI3.mjs → chunk-WV77476I.mjs} +1 -1
  22. package/dist/components/avatar/avatar.js +42 -58
  23. package/dist/components/avatar/avatar.mjs +2 -2
  24. package/dist/components/avatar/index.js +42 -58
  25. package/dist/components/avatar/index.mjs +2 -2
  26. package/dist/components/breadcrumb/breadcrumb.js +42 -58
  27. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  28. package/dist/components/breadcrumb/index.js +42 -58
  29. package/dist/components/breadcrumb/index.mjs +5 -5
  30. package/dist/components/button/button.js +42 -58
  31. package/dist/components/button/button.mjs +3 -3
  32. package/dist/components/button/icon-button.js +42 -58
  33. package/dist/components/button/icon-button.mjs +3 -3
  34. package/dist/components/button/index.js +42 -58
  35. package/dist/components/button/index.mjs +4 -4
  36. package/dist/components/chip/chip.js +42 -58
  37. package/dist/components/chip/chip.mjs +3 -3
  38. package/dist/components/chip/index.js +42 -58
  39. package/dist/components/chip/index.mjs +3 -3
  40. package/dist/components/dateTimePicker/calendar.js +42 -58
  41. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  42. package/dist/components/dateTimePicker/dateTimePicker.js +42 -58
  43. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  44. package/dist/components/dateTimePicker/index.js +42 -58
  45. package/dist/components/dateTimePicker/index.mjs +7 -7
  46. package/dist/components/dateTimePicker/timePicker.js +42 -58
  47. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  48. package/dist/components/fileUpload/fileUpload.js +42 -58
  49. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  50. package/dist/components/fileUpload/index.js +42 -58
  51. package/dist/components/fileUpload/index.mjs +6 -6
  52. package/dist/components/icon/Icon.d.mts +8 -8
  53. package/dist/components/icon/Icon.d.ts +8 -8
  54. package/dist/components/icon/Icon.js +42 -58
  55. package/dist/components/icon/Icon.mjs +2 -2
  56. package/dist/components/icon/index.js +42 -58
  57. package/dist/components/icon/index.mjs +2 -2
  58. package/dist/components/icon/template.d.mts +2 -2
  59. package/dist/components/icon/template.d.ts +2 -2
  60. package/dist/components/icon/template.js +42 -58
  61. package/dist/components/icon/template.mjs +1 -1
  62. package/dist/components/input/index.js +42 -58
  63. package/dist/components/input/index.mjs +3 -3
  64. package/dist/components/input/input.js +42 -58
  65. package/dist/components/input/input.mjs +3 -3
  66. package/dist/components/list/index.js +42 -58
  67. package/dist/components/list/index.mjs +4 -4
  68. package/dist/components/list/listItem.js +42 -58
  69. package/dist/components/list/listItem.mjs +4 -4
  70. package/dist/components/modal/index.js +42 -58
  71. package/dist/components/modal/index.mjs +5 -5
  72. package/dist/components/modal/modal.js +42 -58
  73. package/dist/components/modal/modal.mjs +5 -5
  74. package/dist/components/pagination/index.js +42 -58
  75. package/dist/components/pagination/index.mjs +4 -4
  76. package/dist/components/pagination/pagination.js +42 -58
  77. package/dist/components/pagination/pagination.mjs +4 -4
  78. package/dist/components/select/index.js +42 -58
  79. package/dist/components/select/index.mjs +3 -3
  80. package/dist/components/select/select.js +42 -58
  81. package/dist/components/select/select.mjs +3 -3
  82. package/dist/components/table/index.js +42 -58
  83. package/dist/components/table/index.mjs +5 -5
  84. package/dist/components/table/table-body.js +42 -58
  85. package/dist/components/table/table-body.mjs +5 -5
  86. package/dist/components/table/table-head.js +42 -58
  87. package/dist/components/table/table-head.mjs +5 -5
  88. package/dist/components/table/table.js +42 -58
  89. package/dist/components/table/table.mjs +5 -5
  90. package/dist/components/toast/index.js +42 -58
  91. package/dist/components/toast/index.mjs +4 -4
  92. package/dist/components/toast/toast.js +42 -58
  93. package/dist/components/toast/toast.mjs +3 -3
  94. package/dist/components/toast/use-toast.js +42 -58
  95. package/dist/components/toast/use-toast.mjs +4 -4
  96. package/dist/components/tree/index.js +47 -63
  97. package/dist/components/tree/index.mjs +3 -3
  98. package/dist/components/tree/tree.d.mts +3 -2
  99. package/dist/components/tree/tree.d.ts +3 -2
  100. package/dist/components/tree/tree.js +47 -63
  101. package/dist/components/tree/tree.mjs +3 -3
  102. package/dist/index.js +47 -63
  103. package/dist/index.mjs +24 -24
  104. package/package.json +1 -1
@@ -1305,6 +1305,48 @@ var template = {
1305
1305
  }
1306
1306
  );
1307
1307
  },
1308
+ lock: ({ className }) => {
1309
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1310
+ "svg",
1311
+ {
1312
+ width: "22",
1313
+ height: "22",
1314
+ viewBox: "0 0 22 22",
1315
+ fill: "none",
1316
+ xmlns: "http://www.w3.org/2000/svg",
1317
+ className,
1318
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1319
+ "path",
1320
+ {
1321
+ "fill-rule": "evenodd",
1322
+ "clip-rule": "evenodd",
1323
+ d: "M11 2.8335C9.81858 2.8335 8.68555 3.2637 7.85016 4.02948C7.01477 4.79525 6.54545 5.83386 6.54545 6.91683V9.25016C5.87036 9.25016 5.22291 9.49599 4.74555 9.93358C4.26818 10.3712 4 10.9647 4 11.5835V16.8335C4 17.4523 4.26818 18.0458 4.74555 18.4834C5.22291 18.921 5.87036 19.1668 6.54545 19.1668H15.4545C16.1296 19.1668 16.7771 18.921 17.2545 18.4834C17.7318 18.0458 18 17.4523 18 16.8335V11.5835C18 10.9647 17.7318 10.3712 17.2545 9.93358C16.7771 9.49599 16.1296 9.25016 15.4545 9.25016V6.91683C15.4545 4.66127 13.4606 2.8335 11 2.8335ZM14.1818 9.25016V6.91683C14.1818 6.14328 13.8466 5.40142 13.2499 4.85443C12.6532 4.30745 11.8439 4.00016 11 4.00016C10.1561 4.00016 9.34682 4.30745 8.75011 4.85443C8.15341 5.40142 7.81818 6.14328 7.81818 6.91683V9.25016H14.1818Z",
1324
+ fill: "currentColor"
1325
+ }
1326
+ )
1327
+ }
1328
+ );
1329
+ },
1330
+ unlock: ({ className }) => {
1331
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1332
+ "svg",
1333
+ {
1334
+ width: "22",
1335
+ height: "22",
1336
+ viewBox: "0 0 22 22",
1337
+ fill: "none",
1338
+ xmlns: "http://www.w3.org/2000/svg",
1339
+ className,
1340
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1341
+ "path",
1342
+ {
1343
+ d: "M15.3557 2.8335C17.4609 2.8335 19.1668 4.66127 19.1668 6.91683V9.8335C19.1668 9.98821 19.1095 10.1366 19.0074 10.246C18.9053 10.3554 18.7668 10.4168 18.6224 10.4168C18.478 10.4168 18.3395 10.3554 18.2374 10.246C18.1353 10.1366 18.0779 9.98821 18.0779 9.8335V6.91683C18.0779 6.14328 17.7911 5.40142 17.2806 4.85443C16.7701 4.30745 16.0777 4.00016 15.3557 4.00016C14.6337 4.00016 13.9413 4.30745 13.4308 4.85443C12.9203 5.40142 12.6335 6.14328 12.6335 6.91683V9.25016C13.2111 9.25016 13.765 9.49599 14.1734 9.93358C14.5818 10.3712 14.8113 10.9647 14.8113 11.5835V16.8335C14.8113 17.4523 14.5818 18.0458 14.1734 18.4834C13.765 18.921 13.2111 19.1668 12.6335 19.1668H5.01127C4.43369 19.1668 3.87976 18.921 3.47135 18.4834C3.06294 18.0458 2.8335 17.4523 2.8335 16.8335V11.5835C2.8335 10.9647 3.06294 10.3712 3.47135 9.93358C3.87976 9.49599 4.43369 9.25016 5.01127 9.25016H11.5446V6.91683C11.5446 4.66127 13.2505 2.8335 15.3557 2.8335Z",
1344
+ fill: "currentColor"
1345
+ }
1346
+ )
1347
+ }
1348
+ );
1349
+ },
1308
1350
  // ----------------------------------- old ---------------------------------
1309
1351
  // ** Status **
1310
1352
  check: ({ className, fill }) => {
@@ -2895,64 +2937,6 @@ var template = {
2895
2937
  }
2896
2938
  );
2897
2939
  },
2898
- lock: ({ className, fill }) => {
2899
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2900
- "svg",
2901
- {
2902
- width: "24",
2903
- height: "24",
2904
- viewBox: "0 0 24 24",
2905
- fill: "none",
2906
- xmlns: "http://www.w3.org/2000/svg",
2907
- className,
2908
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2909
- "path",
2910
- {
2911
- fillRule: "evenodd",
2912
- clipRule: "evenodd",
2913
- d: "M12 1.5C10.6076 1.5 9.27225 2.05312 8.28769 3.03769C7.30312 4.02226 6.75 5.35761 6.75 6.75V9.75C5.95435 9.75 5.19129 10.0661 4.62868 10.6287C4.06607 11.1913 3.75 11.9544 3.75 12.75V19.5C3.75 20.2956 4.06607 21.0587 4.62868 21.6213C5.19129 22.1839 5.95435 22.5 6.75 22.5H17.25C18.0456 22.5 18.8087 22.1839 19.3713 21.6213C19.9339 21.0587 20.25 20.2956 20.25 19.5V12.75C20.25 11.9544 19.9339 11.1913 19.3713 10.6287C18.8087 10.0661 18.0456 9.75 17.25 9.75V6.75C17.25 3.85 14.9 1.5 12 1.5ZM15.75 9.75V6.75C15.75 5.75544 15.3549 4.80161 14.6517 4.09835C13.9484 3.39509 12.9946 3 12 3C11.0054 3 10.0516 3.39509 9.34835 4.09835C8.64509 4.80161 8.25 5.75544 8.25 6.75V9.75H15.75Z",
2914
- fill: "currentColor"
2915
- }
2916
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2917
- "path",
2918
- {
2919
- d: "M16.5 10.5V6.75C16.5 5.55653 16.0259 4.41193 15.182 3.56802C14.3381 2.72411 13.1935 2.25 12 2.25C10.8065 2.25 9.66193 2.72411 8.81802 3.56802C7.97411 4.41193 7.5 5.55653 7.5 6.75V10.5M6.75 21.75H17.25C17.8467 21.75 18.419 21.5129 18.841 21.091C19.2629 20.669 19.5 20.0967 19.5 19.5V12.75C19.5 12.1533 19.2629 11.581 18.841 11.159C18.419 10.7371 17.8467 10.5 17.25 10.5H6.75C6.15326 10.5 5.58097 10.7371 5.15901 11.159C4.73705 11.581 4.5 12.1533 4.5 12.75V19.5C4.5 20.0967 4.73705 20.669 5.15901 21.091C5.58097 21.5129 6.15326 21.75 6.75 21.75Z",
2920
- stroke: "currentColor",
2921
- strokeLinecap: "round",
2922
- strokeLinejoin: "round"
2923
- }
2924
- )
2925
- }
2926
- );
2927
- },
2928
- unlock: ({ className, fill }) => {
2929
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2930
- "svg",
2931
- {
2932
- width: "24",
2933
- height: "24",
2934
- viewBox: "0 0 24 24",
2935
- fill: "none",
2936
- xmlns: "http://www.w3.org/2000/svg",
2937
- className,
2938
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2939
- "path",
2940
- {
2941
- d: "M18 1.5C20.9 1.5 23.25 3.85 23.25 6.75V10.5C23.25 10.6989 23.171 10.8897 23.0303 11.0303C22.8897 11.171 22.6989 11.25 22.5 11.25C22.3011 11.25 22.1103 11.171 21.9697 11.0303C21.829 10.8897 21.75 10.6989 21.75 10.5V6.75C21.75 5.75544 21.3549 4.80161 20.6517 4.09835C19.9484 3.39509 18.9946 3 18 3C17.0054 3 16.0516 3.39509 15.3483 4.09835C14.6451 4.80161 14.25 5.75544 14.25 6.75V9.75C15.0456 9.75 15.8087 10.0661 16.3713 10.6287C16.9339 11.1913 17.25 11.9544 17.25 12.75V19.5C17.25 20.2956 16.9339 21.0587 16.3713 21.6213C15.8087 22.1839 15.0456 22.5 14.25 22.5H3.75C2.95435 22.5 2.19129 22.1839 1.62868 21.6213C1.06607 21.0587 0.75 20.2956 0.75 19.5V12.75C0.75 11.9544 1.06607 11.1913 1.62868 10.6287C2.19129 10.0661 2.95435 9.75 3.75 9.75H12.75V6.75C12.75 3.85 15.1 1.5 18 1.5Z",
2942
- fill: "currentColor"
2943
- }
2944
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2945
- "path",
2946
- {
2947
- d: "M13.5 10.5V6.75C13.5 5.55653 13.9741 4.41193 14.818 3.56802C15.6619 2.72411 16.8065 2.25 18 2.25C19.1935 2.25 20.3381 2.72411 21.182 3.56802C22.0259 4.41193 22.5 5.55653 22.5 6.75V10.5M3.75 21.75H14.25C14.8467 21.75 15.419 21.5129 15.841 21.091C16.2629 20.669 16.5 20.0967 16.5 19.5V12.75C16.5 12.1533 16.2629 11.581 15.841 11.159C15.419 10.7371 14.8467 10.5 14.25 10.5H3.75C3.15326 10.5 2.58097 10.7371 2.15901 11.159C1.73705 11.581 1.5 12.1533 1.5 12.75V19.5C1.5 20.0967 1.73705 20.669 2.15901 21.091C2.58097 21.5129 3.15326 21.75 3.75 21.75Z",
2948
- stroke: "currentColor",
2949
- strokeLinecap: "round",
2950
- strokeLinejoin: "round"
2951
- }
2952
- )
2953
- }
2954
- );
2955
- },
2956
2940
  "pencil-square": ({ className, fill }) => {
2957
2941
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2958
2942
  "svg",
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  inputStyle,
4
4
  input_default
5
- } from "../../chunk-MVL7HJSH.mjs";
5
+ } from "../../chunk-VFFLJN5N.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-JP4TEWP7.mjs";
7
+ import "../../chunk-SCZB4QC7.mjs";
8
8
  import "../../chunk-E3G5QXSH.mjs";
9
- import "../../chunk-RRONV7YA.mjs";
9
+ import "../../chunk-6XFKID3T.mjs";
10
10
  import "../../chunk-CDXBML6O.mjs";
11
11
  import "../../chunk-27Y6K5NK.mjs";
12
12
  import "../../chunk-AC6TWLRT.mjs";
@@ -1617,6 +1617,48 @@ var template = {
1617
1617
  }
1618
1618
  );
1619
1619
  },
1620
+ lock: ({ className }) => {
1621
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1622
+ "svg",
1623
+ {
1624
+ width: "22",
1625
+ height: "22",
1626
+ viewBox: "0 0 22 22",
1627
+ fill: "none",
1628
+ xmlns: "http://www.w3.org/2000/svg",
1629
+ className,
1630
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1631
+ "path",
1632
+ {
1633
+ "fill-rule": "evenodd",
1634
+ "clip-rule": "evenodd",
1635
+ d: "M11 2.8335C9.81858 2.8335 8.68555 3.2637 7.85016 4.02948C7.01477 4.79525 6.54545 5.83386 6.54545 6.91683V9.25016C5.87036 9.25016 5.22291 9.49599 4.74555 9.93358C4.26818 10.3712 4 10.9647 4 11.5835V16.8335C4 17.4523 4.26818 18.0458 4.74555 18.4834C5.22291 18.921 5.87036 19.1668 6.54545 19.1668H15.4545C16.1296 19.1668 16.7771 18.921 17.2545 18.4834C17.7318 18.0458 18 17.4523 18 16.8335V11.5835C18 10.9647 17.7318 10.3712 17.2545 9.93358C16.7771 9.49599 16.1296 9.25016 15.4545 9.25016V6.91683C15.4545 4.66127 13.4606 2.8335 11 2.8335ZM14.1818 9.25016V6.91683C14.1818 6.14328 13.8466 5.40142 13.2499 4.85443C12.6532 4.30745 11.8439 4.00016 11 4.00016C10.1561 4.00016 9.34682 4.30745 8.75011 4.85443C8.15341 5.40142 7.81818 6.14328 7.81818 6.91683V9.25016H14.1818Z",
1636
+ fill: "currentColor"
1637
+ }
1638
+ )
1639
+ }
1640
+ );
1641
+ },
1642
+ unlock: ({ className }) => {
1643
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1644
+ "svg",
1645
+ {
1646
+ width: "22",
1647
+ height: "22",
1648
+ viewBox: "0 0 22 22",
1649
+ fill: "none",
1650
+ xmlns: "http://www.w3.org/2000/svg",
1651
+ className,
1652
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1653
+ "path",
1654
+ {
1655
+ d: "M15.3557 2.8335C17.4609 2.8335 19.1668 4.66127 19.1668 6.91683V9.8335C19.1668 9.98821 19.1095 10.1366 19.0074 10.246C18.9053 10.3554 18.7668 10.4168 18.6224 10.4168C18.478 10.4168 18.3395 10.3554 18.2374 10.246C18.1353 10.1366 18.0779 9.98821 18.0779 9.8335V6.91683C18.0779 6.14328 17.7911 5.40142 17.2806 4.85443C16.7701 4.30745 16.0777 4.00016 15.3557 4.00016C14.6337 4.00016 13.9413 4.30745 13.4308 4.85443C12.9203 5.40142 12.6335 6.14328 12.6335 6.91683V9.25016C13.2111 9.25016 13.765 9.49599 14.1734 9.93358C14.5818 10.3712 14.8113 10.9647 14.8113 11.5835V16.8335C14.8113 17.4523 14.5818 18.0458 14.1734 18.4834C13.765 18.921 13.2111 19.1668 12.6335 19.1668H5.01127C4.43369 19.1668 3.87976 18.921 3.47135 18.4834C3.06294 18.0458 2.8335 17.4523 2.8335 16.8335V11.5835C2.8335 10.9647 3.06294 10.3712 3.47135 9.93358C3.87976 9.49599 4.43369 9.25016 5.01127 9.25016H11.5446V6.91683C11.5446 4.66127 13.2505 2.8335 15.3557 2.8335Z",
1656
+ fill: "currentColor"
1657
+ }
1658
+ )
1659
+ }
1660
+ );
1661
+ },
1620
1662
  // ----------------------------------- old ---------------------------------
1621
1663
  // ** Status **
1622
1664
  check: ({ className, fill }) => {
@@ -3207,64 +3249,6 @@ var template = {
3207
3249
  }
3208
3250
  );
3209
3251
  },
3210
- lock: ({ className, fill }) => {
3211
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3212
- "svg",
3213
- {
3214
- width: "24",
3215
- height: "24",
3216
- viewBox: "0 0 24 24",
3217
- fill: "none",
3218
- xmlns: "http://www.w3.org/2000/svg",
3219
- className,
3220
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3221
- "path",
3222
- {
3223
- fillRule: "evenodd",
3224
- clipRule: "evenodd",
3225
- d: "M12 1.5C10.6076 1.5 9.27225 2.05312 8.28769 3.03769C7.30312 4.02226 6.75 5.35761 6.75 6.75V9.75C5.95435 9.75 5.19129 10.0661 4.62868 10.6287C4.06607 11.1913 3.75 11.9544 3.75 12.75V19.5C3.75 20.2956 4.06607 21.0587 4.62868 21.6213C5.19129 22.1839 5.95435 22.5 6.75 22.5H17.25C18.0456 22.5 18.8087 22.1839 19.3713 21.6213C19.9339 21.0587 20.25 20.2956 20.25 19.5V12.75C20.25 11.9544 19.9339 11.1913 19.3713 10.6287C18.8087 10.0661 18.0456 9.75 17.25 9.75V6.75C17.25 3.85 14.9 1.5 12 1.5ZM15.75 9.75V6.75C15.75 5.75544 15.3549 4.80161 14.6517 4.09835C13.9484 3.39509 12.9946 3 12 3C11.0054 3 10.0516 3.39509 9.34835 4.09835C8.64509 4.80161 8.25 5.75544 8.25 6.75V9.75H15.75Z",
3226
- fill: "currentColor"
3227
- }
3228
- ) : /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3229
- "path",
3230
- {
3231
- d: "M16.5 10.5V6.75C16.5 5.55653 16.0259 4.41193 15.182 3.56802C14.3381 2.72411 13.1935 2.25 12 2.25C10.8065 2.25 9.66193 2.72411 8.81802 3.56802C7.97411 4.41193 7.5 5.55653 7.5 6.75V10.5M6.75 21.75H17.25C17.8467 21.75 18.419 21.5129 18.841 21.091C19.2629 20.669 19.5 20.0967 19.5 19.5V12.75C19.5 12.1533 19.2629 11.581 18.841 11.159C18.419 10.7371 17.8467 10.5 17.25 10.5H6.75C6.15326 10.5 5.58097 10.7371 5.15901 11.159C4.73705 11.581 4.5 12.1533 4.5 12.75V19.5C4.5 20.0967 4.73705 20.669 5.15901 21.091C5.58097 21.5129 6.15326 21.75 6.75 21.75Z",
3232
- stroke: "currentColor",
3233
- strokeLinecap: "round",
3234
- strokeLinejoin: "round"
3235
- }
3236
- )
3237
- }
3238
- );
3239
- },
3240
- unlock: ({ className, fill }) => {
3241
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3242
- "svg",
3243
- {
3244
- width: "24",
3245
- height: "24",
3246
- viewBox: "0 0 24 24",
3247
- fill: "none",
3248
- xmlns: "http://www.w3.org/2000/svg",
3249
- className,
3250
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3251
- "path",
3252
- {
3253
- d: "M18 1.5C20.9 1.5 23.25 3.85 23.25 6.75V10.5C23.25 10.6989 23.171 10.8897 23.0303 11.0303C22.8897 11.171 22.6989 11.25 22.5 11.25C22.3011 11.25 22.1103 11.171 21.9697 11.0303C21.829 10.8897 21.75 10.6989 21.75 10.5V6.75C21.75 5.75544 21.3549 4.80161 20.6517 4.09835C19.9484 3.39509 18.9946 3 18 3C17.0054 3 16.0516 3.39509 15.3483 4.09835C14.6451 4.80161 14.25 5.75544 14.25 6.75V9.75C15.0456 9.75 15.8087 10.0661 16.3713 10.6287C16.9339 11.1913 17.25 11.9544 17.25 12.75V19.5C17.25 20.2956 16.9339 21.0587 16.3713 21.6213C15.8087 22.1839 15.0456 22.5 14.25 22.5H3.75C2.95435 22.5 2.19129 22.1839 1.62868 21.6213C1.06607 21.0587 0.75 20.2956 0.75 19.5V12.75C0.75 11.9544 1.06607 11.1913 1.62868 10.6287C2.19129 10.0661 2.95435 9.75 3.75 9.75H12.75V6.75C12.75 3.85 15.1 1.5 18 1.5Z",
3254
- fill: "currentColor"
3255
- }
3256
- ) : /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3257
- "path",
3258
- {
3259
- d: "M13.5 10.5V6.75C13.5 5.55653 13.9741 4.41193 14.818 3.56802C15.6619 2.72411 16.8065 2.25 18 2.25C19.1935 2.25 20.3381 2.72411 21.182 3.56802C22.0259 4.41193 22.5 5.55653 22.5 6.75V10.5M3.75 21.75H14.25C14.8467 21.75 15.419 21.5129 15.841 21.091C16.2629 20.669 16.5 20.0967 16.5 19.5V12.75C16.5 12.1533 16.2629 11.581 15.841 11.159C15.419 10.7371 14.8467 10.5 14.25 10.5H3.75C3.15326 10.5 2.58097 10.7371 2.15901 11.159C1.73705 11.581 1.5 12.1533 1.5 12.75V19.5C1.5 20.0967 1.73705 20.669 2.15901 21.091C2.58097 21.5129 3.15326 21.75 3.75 21.75Z",
3260
- stroke: "currentColor",
3261
- strokeLinecap: "round",
3262
- strokeLinejoin: "round"
3263
- }
3264
- )
3265
- }
3266
- );
3267
- },
3268
3252
  "pencil-square": ({ className, fill }) => {
3269
3253
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3270
3254
  "svg",
@@ -5,12 +5,12 @@ import {
5
5
  } from "../../chunk-3IILPVRA.mjs";
6
6
  import {
7
7
  listItem_default
8
- } from "../../chunk-I3ORSDFO.mjs";
8
+ } from "../../chunk-23WOW2NZ.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-JP4TEWP7.mjs";
10
+ import "../../chunk-SCZB4QC7.mjs";
11
11
  import "../../chunk-E3G5QXSH.mjs";
12
- import "../../chunk-NTNIGQGI.mjs";
13
- import "../../chunk-RRONV7YA.mjs";
12
+ import "../../chunk-ANBGNXIU.mjs";
13
+ import "../../chunk-6XFKID3T.mjs";
14
14
  import "../../chunk-CDXBML6O.mjs";
15
15
  import "../../chunk-AC6TWLRT.mjs";
16
16
  export {
@@ -1567,6 +1567,48 @@ var template = {
1567
1567
  }
1568
1568
  );
1569
1569
  },
1570
+ lock: ({ className }) => {
1571
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1572
+ "svg",
1573
+ {
1574
+ width: "22",
1575
+ height: "22",
1576
+ viewBox: "0 0 22 22",
1577
+ fill: "none",
1578
+ xmlns: "http://www.w3.org/2000/svg",
1579
+ className,
1580
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1581
+ "path",
1582
+ {
1583
+ "fill-rule": "evenodd",
1584
+ "clip-rule": "evenodd",
1585
+ d: "M11 2.8335C9.81858 2.8335 8.68555 3.2637 7.85016 4.02948C7.01477 4.79525 6.54545 5.83386 6.54545 6.91683V9.25016C5.87036 9.25016 5.22291 9.49599 4.74555 9.93358C4.26818 10.3712 4 10.9647 4 11.5835V16.8335C4 17.4523 4.26818 18.0458 4.74555 18.4834C5.22291 18.921 5.87036 19.1668 6.54545 19.1668H15.4545C16.1296 19.1668 16.7771 18.921 17.2545 18.4834C17.7318 18.0458 18 17.4523 18 16.8335V11.5835C18 10.9647 17.7318 10.3712 17.2545 9.93358C16.7771 9.49599 16.1296 9.25016 15.4545 9.25016V6.91683C15.4545 4.66127 13.4606 2.8335 11 2.8335ZM14.1818 9.25016V6.91683C14.1818 6.14328 13.8466 5.40142 13.2499 4.85443C12.6532 4.30745 11.8439 4.00016 11 4.00016C10.1561 4.00016 9.34682 4.30745 8.75011 4.85443C8.15341 5.40142 7.81818 6.14328 7.81818 6.91683V9.25016H14.1818Z",
1586
+ fill: "currentColor"
1587
+ }
1588
+ )
1589
+ }
1590
+ );
1591
+ },
1592
+ unlock: ({ className }) => {
1593
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1594
+ "svg",
1595
+ {
1596
+ width: "22",
1597
+ height: "22",
1598
+ viewBox: "0 0 22 22",
1599
+ fill: "none",
1600
+ xmlns: "http://www.w3.org/2000/svg",
1601
+ className,
1602
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1603
+ "path",
1604
+ {
1605
+ d: "M15.3557 2.8335C17.4609 2.8335 19.1668 4.66127 19.1668 6.91683V9.8335C19.1668 9.98821 19.1095 10.1366 19.0074 10.246C18.9053 10.3554 18.7668 10.4168 18.6224 10.4168C18.478 10.4168 18.3395 10.3554 18.2374 10.246C18.1353 10.1366 18.0779 9.98821 18.0779 9.8335V6.91683C18.0779 6.14328 17.7911 5.40142 17.2806 4.85443C16.7701 4.30745 16.0777 4.00016 15.3557 4.00016C14.6337 4.00016 13.9413 4.30745 13.4308 4.85443C12.9203 5.40142 12.6335 6.14328 12.6335 6.91683V9.25016C13.2111 9.25016 13.765 9.49599 14.1734 9.93358C14.5818 10.3712 14.8113 10.9647 14.8113 11.5835V16.8335C14.8113 17.4523 14.5818 18.0458 14.1734 18.4834C13.765 18.921 13.2111 19.1668 12.6335 19.1668H5.01127C4.43369 19.1668 3.87976 18.921 3.47135 18.4834C3.06294 18.0458 2.8335 17.4523 2.8335 16.8335V11.5835C2.8335 10.9647 3.06294 10.3712 3.47135 9.93358C3.87976 9.49599 4.43369 9.25016 5.01127 9.25016H11.5446V6.91683C11.5446 4.66127 13.2505 2.8335 15.3557 2.8335Z",
1606
+ fill: "currentColor"
1607
+ }
1608
+ )
1609
+ }
1610
+ );
1611
+ },
1570
1612
  // ----------------------------------- old ---------------------------------
1571
1613
  // ** Status **
1572
1614
  check: ({ className, fill }) => {
@@ -3157,64 +3199,6 @@ var template = {
3157
3199
  }
3158
3200
  );
3159
3201
  },
3160
- lock: ({ className, fill }) => {
3161
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3162
- "svg",
3163
- {
3164
- width: "24",
3165
- height: "24",
3166
- viewBox: "0 0 24 24",
3167
- fill: "none",
3168
- xmlns: "http://www.w3.org/2000/svg",
3169
- className,
3170
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3171
- "path",
3172
- {
3173
- fillRule: "evenodd",
3174
- clipRule: "evenodd",
3175
- d: "M12 1.5C10.6076 1.5 9.27225 2.05312 8.28769 3.03769C7.30312 4.02226 6.75 5.35761 6.75 6.75V9.75C5.95435 9.75 5.19129 10.0661 4.62868 10.6287C4.06607 11.1913 3.75 11.9544 3.75 12.75V19.5C3.75 20.2956 4.06607 21.0587 4.62868 21.6213C5.19129 22.1839 5.95435 22.5 6.75 22.5H17.25C18.0456 22.5 18.8087 22.1839 19.3713 21.6213C19.9339 21.0587 20.25 20.2956 20.25 19.5V12.75C20.25 11.9544 19.9339 11.1913 19.3713 10.6287C18.8087 10.0661 18.0456 9.75 17.25 9.75V6.75C17.25 3.85 14.9 1.5 12 1.5ZM15.75 9.75V6.75C15.75 5.75544 15.3549 4.80161 14.6517 4.09835C13.9484 3.39509 12.9946 3 12 3C11.0054 3 10.0516 3.39509 9.34835 4.09835C8.64509 4.80161 8.25 5.75544 8.25 6.75V9.75H15.75Z",
3176
- fill: "currentColor"
3177
- }
3178
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3179
- "path",
3180
- {
3181
- d: "M16.5 10.5V6.75C16.5 5.55653 16.0259 4.41193 15.182 3.56802C14.3381 2.72411 13.1935 2.25 12 2.25C10.8065 2.25 9.66193 2.72411 8.81802 3.56802C7.97411 4.41193 7.5 5.55653 7.5 6.75V10.5M6.75 21.75H17.25C17.8467 21.75 18.419 21.5129 18.841 21.091C19.2629 20.669 19.5 20.0967 19.5 19.5V12.75C19.5 12.1533 19.2629 11.581 18.841 11.159C18.419 10.7371 17.8467 10.5 17.25 10.5H6.75C6.15326 10.5 5.58097 10.7371 5.15901 11.159C4.73705 11.581 4.5 12.1533 4.5 12.75V19.5C4.5 20.0967 4.73705 20.669 5.15901 21.091C5.58097 21.5129 6.15326 21.75 6.75 21.75Z",
3182
- stroke: "currentColor",
3183
- strokeLinecap: "round",
3184
- strokeLinejoin: "round"
3185
- }
3186
- )
3187
- }
3188
- );
3189
- },
3190
- unlock: ({ className, fill }) => {
3191
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3192
- "svg",
3193
- {
3194
- width: "24",
3195
- height: "24",
3196
- viewBox: "0 0 24 24",
3197
- fill: "none",
3198
- xmlns: "http://www.w3.org/2000/svg",
3199
- className,
3200
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3201
- "path",
3202
- {
3203
- d: "M18 1.5C20.9 1.5 23.25 3.85 23.25 6.75V10.5C23.25 10.6989 23.171 10.8897 23.0303 11.0303C22.8897 11.171 22.6989 11.25 22.5 11.25C22.3011 11.25 22.1103 11.171 21.9697 11.0303C21.829 10.8897 21.75 10.6989 21.75 10.5V6.75C21.75 5.75544 21.3549 4.80161 20.6517 4.09835C19.9484 3.39509 18.9946 3 18 3C17.0054 3 16.0516 3.39509 15.3483 4.09835C14.6451 4.80161 14.25 5.75544 14.25 6.75V9.75C15.0456 9.75 15.8087 10.0661 16.3713 10.6287C16.9339 11.1913 17.25 11.9544 17.25 12.75V19.5C17.25 20.2956 16.9339 21.0587 16.3713 21.6213C15.8087 22.1839 15.0456 22.5 14.25 22.5H3.75C2.95435 22.5 2.19129 22.1839 1.62868 21.6213C1.06607 21.0587 0.75 20.2956 0.75 19.5V12.75C0.75 11.9544 1.06607 11.1913 1.62868 10.6287C2.19129 10.0661 2.95435 9.75 3.75 9.75H12.75V6.75C12.75 3.85 15.1 1.5 18 1.5Z",
3204
- fill: "currentColor"
3205
- }
3206
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3207
- "path",
3208
- {
3209
- d: "M13.5 10.5V6.75C13.5 5.55653 13.9741 4.41193 14.818 3.56802C15.6619 2.72411 16.8065 2.25 18 2.25C19.1935 2.25 20.3381 2.72411 21.182 3.56802C22.0259 4.41193 22.5 5.55653 22.5 6.75V10.5M3.75 21.75H14.25C14.8467 21.75 15.419 21.5129 15.841 21.091C16.2629 20.669 16.5 20.0967 16.5 19.5V12.75C16.5 12.1533 16.2629 11.581 15.841 11.159C15.419 10.7371 14.8467 10.5 14.25 10.5H3.75C3.15326 10.5 2.58097 10.7371 2.15901 11.159C1.73705 11.581 1.5 12.1533 1.5 12.75V19.5C1.5 20.0967 1.73705 20.669 2.15901 21.091C2.58097 21.5129 3.15326 21.75 3.75 21.75Z",
3210
- stroke: "currentColor",
3211
- strokeLinecap: "round",
3212
- strokeLinejoin: "round"
3213
- }
3214
- )
3215
- }
3216
- );
3217
- },
3218
3202
  "pencil-square": ({ className, fill }) => {
3219
3203
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3220
3204
  "svg",
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import {
3
3
  listItem_default
4
- } from "../../chunk-I3ORSDFO.mjs";
4
+ } from "../../chunk-23WOW2NZ.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-JP4TEWP7.mjs";
6
+ import "../../chunk-SCZB4QC7.mjs";
7
7
  import "../../chunk-E3G5QXSH.mjs";
8
- import "../../chunk-NTNIGQGI.mjs";
9
- import "../../chunk-RRONV7YA.mjs";
8
+ import "../../chunk-ANBGNXIU.mjs";
9
+ import "../../chunk-6XFKID3T.mjs";
10
10
  import "../../chunk-CDXBML6O.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
12
12
  export {
@@ -1567,6 +1567,48 @@ var template = {
1567
1567
  }
1568
1568
  );
1569
1569
  },
1570
+ lock: ({ className }) => {
1571
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1572
+ "svg",
1573
+ {
1574
+ width: "22",
1575
+ height: "22",
1576
+ viewBox: "0 0 22 22",
1577
+ fill: "none",
1578
+ xmlns: "http://www.w3.org/2000/svg",
1579
+ className,
1580
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1581
+ "path",
1582
+ {
1583
+ "fill-rule": "evenodd",
1584
+ "clip-rule": "evenodd",
1585
+ d: "M11 2.8335C9.81858 2.8335 8.68555 3.2637 7.85016 4.02948C7.01477 4.79525 6.54545 5.83386 6.54545 6.91683V9.25016C5.87036 9.25016 5.22291 9.49599 4.74555 9.93358C4.26818 10.3712 4 10.9647 4 11.5835V16.8335C4 17.4523 4.26818 18.0458 4.74555 18.4834C5.22291 18.921 5.87036 19.1668 6.54545 19.1668H15.4545C16.1296 19.1668 16.7771 18.921 17.2545 18.4834C17.7318 18.0458 18 17.4523 18 16.8335V11.5835C18 10.9647 17.7318 10.3712 17.2545 9.93358C16.7771 9.49599 16.1296 9.25016 15.4545 9.25016V6.91683C15.4545 4.66127 13.4606 2.8335 11 2.8335ZM14.1818 9.25016V6.91683C14.1818 6.14328 13.8466 5.40142 13.2499 4.85443C12.6532 4.30745 11.8439 4.00016 11 4.00016C10.1561 4.00016 9.34682 4.30745 8.75011 4.85443C8.15341 5.40142 7.81818 6.14328 7.81818 6.91683V9.25016H14.1818Z",
1586
+ fill: "currentColor"
1587
+ }
1588
+ )
1589
+ }
1590
+ );
1591
+ },
1592
+ unlock: ({ className }) => {
1593
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1594
+ "svg",
1595
+ {
1596
+ width: "22",
1597
+ height: "22",
1598
+ viewBox: "0 0 22 22",
1599
+ fill: "none",
1600
+ xmlns: "http://www.w3.org/2000/svg",
1601
+ className,
1602
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1603
+ "path",
1604
+ {
1605
+ d: "M15.3557 2.8335C17.4609 2.8335 19.1668 4.66127 19.1668 6.91683V9.8335C19.1668 9.98821 19.1095 10.1366 19.0074 10.246C18.9053 10.3554 18.7668 10.4168 18.6224 10.4168C18.478 10.4168 18.3395 10.3554 18.2374 10.246C18.1353 10.1366 18.0779 9.98821 18.0779 9.8335V6.91683C18.0779 6.14328 17.7911 5.40142 17.2806 4.85443C16.7701 4.30745 16.0777 4.00016 15.3557 4.00016C14.6337 4.00016 13.9413 4.30745 13.4308 4.85443C12.9203 5.40142 12.6335 6.14328 12.6335 6.91683V9.25016C13.2111 9.25016 13.765 9.49599 14.1734 9.93358C14.5818 10.3712 14.8113 10.9647 14.8113 11.5835V16.8335C14.8113 17.4523 14.5818 18.0458 14.1734 18.4834C13.765 18.921 13.2111 19.1668 12.6335 19.1668H5.01127C4.43369 19.1668 3.87976 18.921 3.47135 18.4834C3.06294 18.0458 2.8335 17.4523 2.8335 16.8335V11.5835C2.8335 10.9647 3.06294 10.3712 3.47135 9.93358C3.87976 9.49599 4.43369 9.25016 5.01127 9.25016H11.5446V6.91683C11.5446 4.66127 13.2505 2.8335 15.3557 2.8335Z",
1606
+ fill: "currentColor"
1607
+ }
1608
+ )
1609
+ }
1610
+ );
1611
+ },
1570
1612
  // ----------------------------------- old ---------------------------------
1571
1613
  // ** Status **
1572
1614
  check: ({ className, fill }) => {
@@ -3157,64 +3199,6 @@ var template = {
3157
3199
  }
3158
3200
  );
3159
3201
  },
3160
- lock: ({ className, fill }) => {
3161
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3162
- "svg",
3163
- {
3164
- width: "24",
3165
- height: "24",
3166
- viewBox: "0 0 24 24",
3167
- fill: "none",
3168
- xmlns: "http://www.w3.org/2000/svg",
3169
- className,
3170
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3171
- "path",
3172
- {
3173
- fillRule: "evenodd",
3174
- clipRule: "evenodd",
3175
- d: "M12 1.5C10.6076 1.5 9.27225 2.05312 8.28769 3.03769C7.30312 4.02226 6.75 5.35761 6.75 6.75V9.75C5.95435 9.75 5.19129 10.0661 4.62868 10.6287C4.06607 11.1913 3.75 11.9544 3.75 12.75V19.5C3.75 20.2956 4.06607 21.0587 4.62868 21.6213C5.19129 22.1839 5.95435 22.5 6.75 22.5H17.25C18.0456 22.5 18.8087 22.1839 19.3713 21.6213C19.9339 21.0587 20.25 20.2956 20.25 19.5V12.75C20.25 11.9544 19.9339 11.1913 19.3713 10.6287C18.8087 10.0661 18.0456 9.75 17.25 9.75V6.75C17.25 3.85 14.9 1.5 12 1.5ZM15.75 9.75V6.75C15.75 5.75544 15.3549 4.80161 14.6517 4.09835C13.9484 3.39509 12.9946 3 12 3C11.0054 3 10.0516 3.39509 9.34835 4.09835C8.64509 4.80161 8.25 5.75544 8.25 6.75V9.75H15.75Z",
3176
- fill: "currentColor"
3177
- }
3178
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3179
- "path",
3180
- {
3181
- d: "M16.5 10.5V6.75C16.5 5.55653 16.0259 4.41193 15.182 3.56802C14.3381 2.72411 13.1935 2.25 12 2.25C10.8065 2.25 9.66193 2.72411 8.81802 3.56802C7.97411 4.41193 7.5 5.55653 7.5 6.75V10.5M6.75 21.75H17.25C17.8467 21.75 18.419 21.5129 18.841 21.091C19.2629 20.669 19.5 20.0967 19.5 19.5V12.75C19.5 12.1533 19.2629 11.581 18.841 11.159C18.419 10.7371 17.8467 10.5 17.25 10.5H6.75C6.15326 10.5 5.58097 10.7371 5.15901 11.159C4.73705 11.581 4.5 12.1533 4.5 12.75V19.5C4.5 20.0967 4.73705 20.669 5.15901 21.091C5.58097 21.5129 6.15326 21.75 6.75 21.75Z",
3182
- stroke: "currentColor",
3183
- strokeLinecap: "round",
3184
- strokeLinejoin: "round"
3185
- }
3186
- )
3187
- }
3188
- );
3189
- },
3190
- unlock: ({ className, fill }) => {
3191
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3192
- "svg",
3193
- {
3194
- width: "24",
3195
- height: "24",
3196
- viewBox: "0 0 24 24",
3197
- fill: "none",
3198
- xmlns: "http://www.w3.org/2000/svg",
3199
- className,
3200
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3201
- "path",
3202
- {
3203
- d: "M18 1.5C20.9 1.5 23.25 3.85 23.25 6.75V10.5C23.25 10.6989 23.171 10.8897 23.0303 11.0303C22.8897 11.171 22.6989 11.25 22.5 11.25C22.3011 11.25 22.1103 11.171 21.9697 11.0303C21.829 10.8897 21.75 10.6989 21.75 10.5V6.75C21.75 5.75544 21.3549 4.80161 20.6517 4.09835C19.9484 3.39509 18.9946 3 18 3C17.0054 3 16.0516 3.39509 15.3483 4.09835C14.6451 4.80161 14.25 5.75544 14.25 6.75V9.75C15.0456 9.75 15.8087 10.0661 16.3713 10.6287C16.9339 11.1913 17.25 11.9544 17.25 12.75V19.5C17.25 20.2956 16.9339 21.0587 16.3713 21.6213C15.8087 22.1839 15.0456 22.5 14.25 22.5H3.75C2.95435 22.5 2.19129 22.1839 1.62868 21.6213C1.06607 21.0587 0.75 20.2956 0.75 19.5V12.75C0.75 11.9544 1.06607 11.1913 1.62868 10.6287C2.19129 10.0661 2.95435 9.75 3.75 9.75H12.75V6.75C12.75 3.85 15.1 1.5 18 1.5Z",
3204
- fill: "currentColor"
3205
- }
3206
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3207
- "path",
3208
- {
3209
- d: "M13.5 10.5V6.75C13.5 5.55653 13.9741 4.41193 14.818 3.56802C15.6619 2.72411 16.8065 2.25 18 2.25C19.1935 2.25 20.3381 2.72411 21.182 3.56802C22.0259 4.41193 22.5 5.55653 22.5 6.75V10.5M3.75 21.75H14.25C14.8467 21.75 15.419 21.5129 15.841 21.091C16.2629 20.669 16.5 20.0967 16.5 19.5V12.75C16.5 12.1533 16.2629 11.581 15.841 11.159C15.419 10.7371 14.8467 10.5 14.25 10.5H3.75C3.15326 10.5 2.58097 10.7371 2.15901 11.159C1.73705 11.581 1.5 12.1533 1.5 12.75V19.5C1.5 20.0967 1.73705 20.669 2.15901 21.091C2.58097 21.5129 3.15326 21.75 3.75 21.75Z",
3210
- stroke: "currentColor",
3211
- strokeLinecap: "round",
3212
- strokeLinejoin: "round"
3213
- }
3214
- )
3215
- }
3216
- );
3217
- },
3218
3202
  "pencil-square": ({ className, fill }) => {
3219
3203
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3220
3204
  "svg",
@@ -2,21 +2,21 @@
2
2
  import "../../chunk-DJOG6Z35.mjs";
3
3
  import {
4
4
  modal_default
5
- } from "../../chunk-SGOE2HGI.mjs";
5
+ } from "../../chunk-BQTFCLWG.mjs";
6
6
  import "../../chunk-SE5TU755.mjs";
7
7
  import "../../chunk-AF4I7ZQS.mjs";
8
8
  import "../../chunk-MY5U63QO.mjs";
9
9
  import "../../chunk-JBSV7GCL.mjs";
10
10
  import "../../chunk-ITWKPTSD.mjs";
11
- import "../../chunk-Z4YJ274G.mjs";
12
- import "../../chunk-P6CRHHI3.mjs";
11
+ import "../../chunk-IW57F7WZ.mjs";
12
+ import "../../chunk-WV77476I.mjs";
13
13
  import "../../chunk-6WSACUIB.mjs";
14
14
  import "../../chunk-LXHUO6VM.mjs";
15
15
  import "../../chunk-6PNKRBUT.mjs";
16
16
  import "../../chunk-ZYIIXWVY.mjs";
17
- import "../../chunk-JP4TEWP7.mjs";
17
+ import "../../chunk-SCZB4QC7.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
19
- import "../../chunk-RRONV7YA.mjs";
19
+ import "../../chunk-6XFKID3T.mjs";
20
20
  import "../../chunk-CDXBML6O.mjs";
21
21
  import "../../chunk-27Y6K5NK.mjs";
22
22
  import "../../chunk-AC6TWLRT.mjs";