@sikka/hawa 0.38.14-next → 0.39.0-next

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 (40) hide show
  1. package/dist/blocks/auth/index.js +75 -0
  2. package/dist/blocks/auth/index.mjs +75 -0
  3. package/dist/blocks/index.d.mts +3 -0
  4. package/dist/blocks/index.d.ts +3 -0
  5. package/dist/blocks/index.js +84 -1
  6. package/dist/blocks/index.mjs +11 -3
  7. package/dist/blocks/misc/index.d.mts +3 -0
  8. package/dist/blocks/misc/index.d.ts +3 -0
  9. package/dist/blocks/misc/index.js +9 -1
  10. package/dist/blocks/misc/index.mjs +9 -1
  11. package/dist/{chunk-SL4ONYNR.mjs → chunk-C2IX3SUD.mjs} +1 -1
  12. package/dist/{chunk-VE7EQ6VH.mjs → chunk-VMVZM3QQ.mjs} +75 -0
  13. package/dist/{chunk-AONESDSB.mjs → chunk-W3CF7BSC.mjs} +1 -1
  14. package/dist/dataTable/index.d.mts +1 -0
  15. package/dist/dataTable/index.d.ts +1 -0
  16. package/dist/dataTable/index.js +1 -1
  17. package/dist/dataTable/index.js.map +1 -1
  18. package/dist/dataTable/index.mjs +1 -1
  19. package/dist/dataTable/index.mjs.map +1 -1
  20. package/dist/docsLayout/index.js +75 -0
  21. package/dist/docsLayout/index.js.map +1 -1
  22. package/dist/docsLayout/index.mjs +75 -0
  23. package/dist/docsLayout/index.mjs.map +1 -1
  24. package/dist/elements/index.d.mts +6 -0
  25. package/dist/elements/index.d.ts +6 -0
  26. package/dist/elements/index.js +76 -1
  27. package/dist/elements/index.mjs +4 -4
  28. package/dist/index.d.mts +9 -0
  29. package/dist/index.d.ts +9 -0
  30. package/dist/index.js +85 -2
  31. package/dist/index.mjs +85 -2
  32. package/dist/layout/index.js +75 -0
  33. package/dist/layout/index.mjs +2 -2
  34. package/dist/logos/index.d.mts +5 -0
  35. package/dist/logos/index.d.ts +5 -0
  36. package/dist/logos/index.js +75 -0
  37. package/dist/logos/index.js.map +1 -1
  38. package/dist/logos/index.mjs +75 -0
  39. package/dist/logos/index.mjs.map +1 -1
  40. package/package.json +1 -1
@@ -723,6 +723,13 @@ var Logos = {
723
723
  d: "M21.543 7.104c.015.211.015.423.015.636 0 6.507-4.954 14.01-14.01 14.01v-.003A13.94 13.94 0 0 1 0 19.539a9.88 9.88 0 0 0 7.287-2.041 4.93 4.93 0 0 1-4.6-3.42 4.916 4.916 0 0 0 2.223-.084A4.926 4.926 0 0 1 .96 9.167v-.062a4.887 4.887 0 0 0 2.235.616A4.928 4.928 0 0 1 1.67 3.148a13.98 13.98 0 0 0 10.15 5.144 4.929 4.929 0 0 1 8.39-4.49 9.868 9.868 0 0 0 3.128-1.196 4.941 4.941 0 0 1-2.165 2.724A9.828 9.828 0 0 0 24 4.555a10.019 10.019 0 0 1-2.457 2.549z"
724
724
  }
725
725
  )),
726
+ x: (props) => /* @__PURE__ */ import_react4.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ import_react4.default.createElement("title", null, "X"), /* @__PURE__ */ import_react4.default.createElement(
727
+ "path",
728
+ {
729
+ fill: "currentColor",
730
+ d: "M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"
731
+ }
732
+ )),
726
733
  instagram: (props) => /* @__PURE__ */ import_react4.default.createElement(
727
734
  "svg",
728
735
  {
@@ -811,6 +818,23 @@ var Logos = {
811
818
  d: "M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z"
812
819
  }
813
820
  )),
821
+ googleplay: (props) => /* @__PURE__ */ import_react4.default.createElement(
822
+ "svg",
823
+ {
824
+ role: "img",
825
+ viewBox: "0 0 24 24",
826
+ xmlns: "http://www.w3.org/2000/svg",
827
+ ...props
828
+ },
829
+ /* @__PURE__ */ import_react4.default.createElement("title", null, "Google Play"),
830
+ /* @__PURE__ */ import_react4.default.createElement(
831
+ "path",
832
+ {
833
+ fill: "currentColor",
834
+ d: "M22.018 13.298l-3.919 2.218-3.515-3.493 3.543-3.521 3.891 2.202a1.49 1.49 0 0 1 0 2.594zM1.337.924a1.486 1.486 0 0 0-.112.568v21.017c0 .217.045.419.124.6l11.155-11.087L1.337.924zm12.207 10.065l3.258-3.238L3.45.195a1.466 1.466 0 0 0-.946-.179l11.04 10.973zm0 2.067l-11 10.933c.298.036.612-.016.906-.183l13.324-7.54-3.23-3.21z"
835
+ }
836
+ )
837
+ ),
814
838
  apple: (props) => /* @__PURE__ */ import_react4.default.createElement("svg", { role: "img", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ import_react4.default.createElement(
815
839
  "path",
816
840
  {
@@ -818,6 +842,23 @@ var Logos = {
818
842
  fill: "currentColor"
819
843
  }
820
844
  )),
845
+ applestore: (props) => /* @__PURE__ */ import_react4.default.createElement(
846
+ "svg",
847
+ {
848
+ role: "img",
849
+ viewBox: "0 0 24 24",
850
+ xmlns: "http://www.w3.org/2000/svg",
851
+ ...props
852
+ },
853
+ /* @__PURE__ */ import_react4.default.createElement("title", null, "App Store"),
854
+ /* @__PURE__ */ import_react4.default.createElement(
855
+ "path",
856
+ {
857
+ fill: "currentColor",
858
+ d: "M8.8086 14.9194l6.1107-11.0368c.0837-.1513.1682-.302.2437-.4584.0685-.142.1267-.2854.1646-.4403.0803-.3259.0588-.6656-.066-.9767-.1238-.3095-.3417-.5678-.6201-.7355a1.4175 1.4175 0 0 0-.921-.1924c-.3207.043-.6135.1935-.8443.4288-.1094.1118-.1996.2361-.2832.369-.092.1463-.175.2979-.259.4492l-.3864.6979-.3865-.6979c-.0837-.1515-.1667-.303-.2587-.4492-.0837-.1329-.1739-.2572-.2835-.369-.2305-.2353-.5233-.3857-.844-.429a1.4181 1.4181 0 0 0-.921.1926c-.2784.1677-.4964.426-.6203.7355-.1246.311-.1461.6508-.066.9767.038.155.0962.2984.1648.4403.0753.1564.1598.307.2437.4584l1.248 2.2543-4.8625 8.7825H2.0295c-.1676 0-.3351-.0007-.5026.0092-.1522.009-.3004.0284-.448.0714-.3108.0906-.5822.2798-.7783.548-.195.2665-.3006.5929-.3006.9279 0 .3352.1057.6612.3006.9277.196.2683.4675.4575.7782.548.1477.043.296.0623.4481.0715.1675.01.335.009.5026.009h13.0974c.0171-.0357.059-.1294.1-.2697.415-1.4151-.6156-2.843-2.0347-2.843zM3.113 18.5418l-.7922 1.5008c-.0818.1553-.1644.31-.2384.4705-.067.1458-.124.293-.1611.452-.0785.3346-.0576.6834.0645 1.0029.1212.3175.3346.583.607.7549.2727.172.5891.2416.9013.1975.3139-.044.6005-.1986.8263-.4402.1072-.1148.1954-.2424.2772-.3787.0902-.1503.1714-.3059.2535-.4612L6 19.4636c-.0896-.149-.9473-1.4704-2.887-.9218m20.5861-3.0056a1.4707 1.4707 0 0 0-.779-.5407c-.1476-.0425-.2961-.0616-.4483-.0705-.1678-.0099-.3352-.0091-.503-.0091H18.648l-4.3891-7.817c-.6655.7005-.9632 1.485-1.0773 2.1976-.1655 1.0333.0367 2.0934.546 3.0004l5.2741 9.3933c.084.1494.167.299.2591.4435.0837.131.1739.2537.2836.364.231.2323.5238.3809.8449.4232.3192.0424.643-.0244.9217-.1899.2784-.1653.4968-.4204.621-.7257.1246-.3072.146-.6425.0658-.9641-.0381-.1529-.0962-.2945-.165-.4346-.0753-.1543-.1598-.303-.2438-.4524l-1.216-2.1662h1.596c.1677 0 .3351.0009.5029-.009.1522-.009.3007-.028.4483-.0705a1.4707 1.4707 0 0 0 .779-.5407A1.5386 1.5386 0 0 0 24 16.452a1.539 1.539 0 0 0-.3009-.9158Z"
859
+ }
860
+ )
861
+ ),
821
862
  paypal: (props) => /* @__PURE__ */ import_react4.default.createElement("svg", { role: "img", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ import_react4.default.createElement(
822
863
  "path",
823
864
  {
@@ -850,6 +891,40 @@ var Logos = {
850
891
  ...props
851
892
  },
852
893
  /* @__PURE__ */ import_react4.default.createElement("path", { d: "M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z" })
894
+ ),
895
+ visa: (props) => /* @__PURE__ */ import_react4.default.createElement(
896
+ "svg",
897
+ {
898
+ role: "img",
899
+ viewBox: "0 0 24 24",
900
+ xmlns: "http://www.w3.org/2000/svg",
901
+ ...props
902
+ },
903
+ /* @__PURE__ */ import_react4.default.createElement("title", null, "Visa"),
904
+ /* @__PURE__ */ import_react4.default.createElement(
905
+ "path",
906
+ {
907
+ fill: "currentColor",
908
+ d: "M9.112 8.262L5.97 15.758H3.92L2.374 9.775c-.094-.368-.175-.503-.461-.658C1.447 8.864.677 8.627 0 8.479l.046-.217h3.3a.904.904 0 01.894.764l.817 4.338 2.018-5.102zm8.033 5.049c.008-1.979-2.736-2.088-2.717-2.972.006-.269.262-.555.822-.628a3.66 3.66 0 011.913.336l.34-1.59a5.207 5.207 0 00-1.814-.333c-1.917 0-3.266 1.02-3.278 2.479-.012 1.079.963 1.68 1.698 2.04.756.367 1.01.603 1.006.931-.005.504-.602.725-1.16.734-.975.015-1.54-.263-1.992-.473l-.351 1.642c.453.208 1.289.39 2.156.398 2.037 0 3.37-1.006 3.377-2.564m5.061 2.447H24l-1.565-7.496h-1.656a.883.883 0 00-.826.55l-2.909 6.946h2.036l.405-1.12h2.488zm-2.163-2.656l1.02-2.815.588 2.815zm-8.16-4.84l-1.603 7.496H8.34l1.605-7.496z"
909
+ }
910
+ )
911
+ ),
912
+ mastercard: (props) => /* @__PURE__ */ import_react4.default.createElement(
913
+ "svg",
914
+ {
915
+ role: "img",
916
+ viewBox: "0 0 24 24",
917
+ xmlns: "http://www.w3.org/2000/svg",
918
+ ...props
919
+ },
920
+ /* @__PURE__ */ import_react4.default.createElement("title", null, "MasterCard"),
921
+ /* @__PURE__ */ import_react4.default.createElement(
922
+ "path",
923
+ {
924
+ fill: "currentColor",
925
+ d: "M11.343 18.031c.058.049.12.098.181.146-1.177.783-2.59 1.238-4.107 1.238C3.32 19.416 0 16.096 0 12c0-4.095 3.32-7.416 7.416-7.416 1.518 0 2.931.456 4.105 1.238-.06.051-.12.098-.165.15C9.6 7.489 8.595 9.688 8.595 12c0 2.311 1.001 4.51 2.748 6.031zm5.241-13.447c-1.52 0-2.931.456-4.105 1.238.06.051.12.098.165.15C14.4 7.489 15.405 9.688 15.405 12c0 2.31-1.001 4.507-2.748 6.031-.058.049-.12.098-.181.146 1.177.783 2.588 1.238 4.107 1.238C20.68 19.416 24 16.096 24 12c0-4.094-3.32-7.416-7.416-7.416zM12 6.174c-.096.075-.189.15-.28.231C10.156 7.764 9.169 9.765 9.169 12c0 2.236.987 4.236 2.551 5.595.09.08.185.158.28.232.096-.074.189-.152.28-.232 1.563-1.359 2.551-3.359 2.551-5.595 0-2.235-.987-4.236-2.551-5.595-.09-.08-.184-.156-.28-.231z"
926
+ }
927
+ )
853
928
  )
854
929
  };
855
930
 
@@ -252,6 +252,13 @@ var Logos = {
252
252
  d: "M21.543 7.104c.015.211.015.423.015.636 0 6.507-4.954 14.01-14.01 14.01v-.003A13.94 13.94 0 0 1 0 19.539a9.88 9.88 0 0 0 7.287-2.041 4.93 4.93 0 0 1-4.6-3.42 4.916 4.916 0 0 0 2.223-.084A4.926 4.926 0 0 1 .96 9.167v-.062a4.887 4.887 0 0 0 2.235.616A4.928 4.928 0 0 1 1.67 3.148a13.98 13.98 0 0 0 10.15 5.144 4.929 4.929 0 0 1 8.39-4.49 9.868 9.868 0 0 0 3.128-1.196 4.941 4.941 0 0 1-2.165 2.724A9.828 9.828 0 0 0 24 4.555a10.019 10.019 0 0 1-2.457 2.549z"
253
253
  }
254
254
  )),
255
+ x: (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("title", null, "X"), /* @__PURE__ */ React.createElement(
256
+ "path",
257
+ {
258
+ fill: "currentColor",
259
+ d: "M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"
260
+ }
261
+ )),
255
262
  instagram: (props) => /* @__PURE__ */ React.createElement(
256
263
  "svg",
257
264
  {
@@ -340,6 +347,23 @@ var Logos = {
340
347
  d: "M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z"
341
348
  }
342
349
  )),
350
+ googleplay: (props) => /* @__PURE__ */ React.createElement(
351
+ "svg",
352
+ {
353
+ role: "img",
354
+ viewBox: "0 0 24 24",
355
+ xmlns: "http://www.w3.org/2000/svg",
356
+ ...props
357
+ },
358
+ /* @__PURE__ */ React.createElement("title", null, "Google Play"),
359
+ /* @__PURE__ */ React.createElement(
360
+ "path",
361
+ {
362
+ fill: "currentColor",
363
+ d: "M22.018 13.298l-3.919 2.218-3.515-3.493 3.543-3.521 3.891 2.202a1.49 1.49 0 0 1 0 2.594zM1.337.924a1.486 1.486 0 0 0-.112.568v21.017c0 .217.045.419.124.6l11.155-11.087L1.337.924zm12.207 10.065l3.258-3.238L3.45.195a1.466 1.466 0 0 0-.946-.179l11.04 10.973zm0 2.067l-11 10.933c.298.036.612-.016.906-.183l13.324-7.54-3.23-3.21z"
364
+ }
365
+ )
366
+ ),
343
367
  apple: (props) => /* @__PURE__ */ React.createElement("svg", { role: "img", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement(
344
368
  "path",
345
369
  {
@@ -347,6 +371,23 @@ var Logos = {
347
371
  fill: "currentColor"
348
372
  }
349
373
  )),
374
+ applestore: (props) => /* @__PURE__ */ React.createElement(
375
+ "svg",
376
+ {
377
+ role: "img",
378
+ viewBox: "0 0 24 24",
379
+ xmlns: "http://www.w3.org/2000/svg",
380
+ ...props
381
+ },
382
+ /* @__PURE__ */ React.createElement("title", null, "App Store"),
383
+ /* @__PURE__ */ React.createElement(
384
+ "path",
385
+ {
386
+ fill: "currentColor",
387
+ d: "M8.8086 14.9194l6.1107-11.0368c.0837-.1513.1682-.302.2437-.4584.0685-.142.1267-.2854.1646-.4403.0803-.3259.0588-.6656-.066-.9767-.1238-.3095-.3417-.5678-.6201-.7355a1.4175 1.4175 0 0 0-.921-.1924c-.3207.043-.6135.1935-.8443.4288-.1094.1118-.1996.2361-.2832.369-.092.1463-.175.2979-.259.4492l-.3864.6979-.3865-.6979c-.0837-.1515-.1667-.303-.2587-.4492-.0837-.1329-.1739-.2572-.2835-.369-.2305-.2353-.5233-.3857-.844-.429a1.4181 1.4181 0 0 0-.921.1926c-.2784.1677-.4964.426-.6203.7355-.1246.311-.1461.6508-.066.9767.038.155.0962.2984.1648.4403.0753.1564.1598.307.2437.4584l1.248 2.2543-4.8625 8.7825H2.0295c-.1676 0-.3351-.0007-.5026.0092-.1522.009-.3004.0284-.448.0714-.3108.0906-.5822.2798-.7783.548-.195.2665-.3006.5929-.3006.9279 0 .3352.1057.6612.3006.9277.196.2683.4675.4575.7782.548.1477.043.296.0623.4481.0715.1675.01.335.009.5026.009h13.0974c.0171-.0357.059-.1294.1-.2697.415-1.4151-.6156-2.843-2.0347-2.843zM3.113 18.5418l-.7922 1.5008c-.0818.1553-.1644.31-.2384.4705-.067.1458-.124.293-.1611.452-.0785.3346-.0576.6834.0645 1.0029.1212.3175.3346.583.607.7549.2727.172.5891.2416.9013.1975.3139-.044.6005-.1986.8263-.4402.1072-.1148.1954-.2424.2772-.3787.0902-.1503.1714-.3059.2535-.4612L6 19.4636c-.0896-.149-.9473-1.4704-2.887-.9218m20.5861-3.0056a1.4707 1.4707 0 0 0-.779-.5407c-.1476-.0425-.2961-.0616-.4483-.0705-.1678-.0099-.3352-.0091-.503-.0091H18.648l-4.3891-7.817c-.6655.7005-.9632 1.485-1.0773 2.1976-.1655 1.0333.0367 2.0934.546 3.0004l5.2741 9.3933c.084.1494.167.299.2591.4435.0837.131.1739.2537.2836.364.231.2323.5238.3809.8449.4232.3192.0424.643-.0244.9217-.1899.2784-.1653.4968-.4204.621-.7257.1246-.3072.146-.6425.0658-.9641-.0381-.1529-.0962-.2945-.165-.4346-.0753-.1543-.1598-.303-.2438-.4524l-1.216-2.1662h1.596c.1677 0 .3351.0009.5029-.009.1522-.009.3007-.028.4483-.0705a1.4707 1.4707 0 0 0 .779-.5407A1.5386 1.5386 0 0 0 24 16.452a1.539 1.539 0 0 0-.3009-.9158Z"
388
+ }
389
+ )
390
+ ),
350
391
  paypal: (props) => /* @__PURE__ */ React.createElement("svg", { role: "img", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement(
351
392
  "path",
352
393
  {
@@ -379,6 +420,40 @@ var Logos = {
379
420
  ...props
380
421
  },
381
422
  /* @__PURE__ */ React.createElement("path", { d: "M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z" })
423
+ ),
424
+ visa: (props) => /* @__PURE__ */ React.createElement(
425
+ "svg",
426
+ {
427
+ role: "img",
428
+ viewBox: "0 0 24 24",
429
+ xmlns: "http://www.w3.org/2000/svg",
430
+ ...props
431
+ },
432
+ /* @__PURE__ */ React.createElement("title", null, "Visa"),
433
+ /* @__PURE__ */ React.createElement(
434
+ "path",
435
+ {
436
+ fill: "currentColor",
437
+ d: "M9.112 8.262L5.97 15.758H3.92L2.374 9.775c-.094-.368-.175-.503-.461-.658C1.447 8.864.677 8.627 0 8.479l.046-.217h3.3a.904.904 0 01.894.764l.817 4.338 2.018-5.102zm8.033 5.049c.008-1.979-2.736-2.088-2.717-2.972.006-.269.262-.555.822-.628a3.66 3.66 0 011.913.336l.34-1.59a5.207 5.207 0 00-1.814-.333c-1.917 0-3.266 1.02-3.278 2.479-.012 1.079.963 1.68 1.698 2.04.756.367 1.01.603 1.006.931-.005.504-.602.725-1.16.734-.975.015-1.54-.263-1.992-.473l-.351 1.642c.453.208 1.289.39 2.156.398 2.037 0 3.37-1.006 3.377-2.564m5.061 2.447H24l-1.565-7.496h-1.656a.883.883 0 00-.826.55l-2.909 6.946h2.036l.405-1.12h2.488zm-2.163-2.656l1.02-2.815.588 2.815zm-8.16-4.84l-1.603 7.496H8.34l1.605-7.496z"
438
+ }
439
+ )
440
+ ),
441
+ mastercard: (props) => /* @__PURE__ */ React.createElement(
442
+ "svg",
443
+ {
444
+ role: "img",
445
+ viewBox: "0 0 24 24",
446
+ xmlns: "http://www.w3.org/2000/svg",
447
+ ...props
448
+ },
449
+ /* @__PURE__ */ React.createElement("title", null, "MasterCard"),
450
+ /* @__PURE__ */ React.createElement(
451
+ "path",
452
+ {
453
+ fill: "currentColor",
454
+ d: "M11.343 18.031c.058.049.12.098.181.146-1.177.783-2.59 1.238-4.107 1.238C3.32 19.416 0 16.096 0 12c0-4.095 3.32-7.416 7.416-7.416 1.518 0 2.931.456 4.105 1.238-.06.051-.12.098-.165.15C9.6 7.489 8.595 9.688 8.595 12c0 2.311 1.001 4.51 2.748 6.031zm5.241-13.447c-1.52 0-2.931.456-4.105 1.238.06.051.12.098.165.15C14.4 7.489 15.405 9.688 15.405 12c0 2.31-1.001 4.507-2.748 6.031-.058.049-.12.098-.181.146 1.177.783 2.588 1.238 4.107 1.238C20.68 19.416 24 16.096 24 12c0-4.094-3.32-7.416-7.416-7.416zM12 6.174c-.096.075-.189.15-.28.231C10.156 7.764 9.169 9.765 9.169 12c0 2.236.987 4.236 2.551 5.595.09.08.185.158.28.232.096-.074.189-.152.28-.232 1.563-1.359 2.551-3.359 2.551-5.595 0-2.235-.987-4.236-2.551-5.595-.09-.08-.184-.156-.28-.231z"
455
+ }
456
+ )
382
457
  )
383
458
  };
384
459
 
@@ -414,6 +414,9 @@ type ContactFormProps = {
414
414
  onSubmit: (e: ContactFormData) => void;
415
415
  customFields?: CustomField[];
416
416
  showSuccess?: boolean;
417
+ classNames?: {
418
+ submitButton?: string;
419
+ };
417
420
  texts?: {
418
421
  submit: string;
419
422
  name: TextInputType;
@@ -414,6 +414,9 @@ type ContactFormProps = {
414
414
  onSubmit: (e: ContactFormData) => void;
415
415
  customFields?: CustomField[];
416
416
  showSuccess?: boolean;
417
+ classNames?: {
418
+ submitButton?: string;
419
+ };
417
420
  texts?: {
418
421
  submit: string;
419
422
  name: TextInputType;
@@ -744,6 +744,13 @@ var Logos = {
744
744
  d: "M21.543 7.104c.015.211.015.423.015.636 0 6.507-4.954 14.01-14.01 14.01v-.003A13.94 13.94 0 0 1 0 19.539a9.88 9.88 0 0 0 7.287-2.041 4.93 4.93 0 0 1-4.6-3.42 4.916 4.916 0 0 0 2.223-.084A4.926 4.926 0 0 1 .96 9.167v-.062a4.887 4.887 0 0 0 2.235.616A4.928 4.928 0 0 1 1.67 3.148a13.98 13.98 0 0 0 10.15 5.144 4.929 4.929 0 0 1 8.39-4.49 9.868 9.868 0 0 0 3.128-1.196 4.941 4.941 0 0 1-2.165 2.724A9.828 9.828 0 0 0 24 4.555a10.019 10.019 0 0 1-2.457 2.549z"
745
745
  }
746
746
  )),
747
+ x: (props) => /* @__PURE__ */ import_react4.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ import_react4.default.createElement("title", null, "X"), /* @__PURE__ */ import_react4.default.createElement(
748
+ "path",
749
+ {
750
+ fill: "currentColor",
751
+ d: "M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"
752
+ }
753
+ )),
747
754
  instagram: (props) => /* @__PURE__ */ import_react4.default.createElement(
748
755
  "svg",
749
756
  {
@@ -832,6 +839,23 @@ var Logos = {
832
839
  d: "M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z"
833
840
  }
834
841
  )),
842
+ googleplay: (props) => /* @__PURE__ */ import_react4.default.createElement(
843
+ "svg",
844
+ {
845
+ role: "img",
846
+ viewBox: "0 0 24 24",
847
+ xmlns: "http://www.w3.org/2000/svg",
848
+ ...props
849
+ },
850
+ /* @__PURE__ */ import_react4.default.createElement("title", null, "Google Play"),
851
+ /* @__PURE__ */ import_react4.default.createElement(
852
+ "path",
853
+ {
854
+ fill: "currentColor",
855
+ d: "M22.018 13.298l-3.919 2.218-3.515-3.493 3.543-3.521 3.891 2.202a1.49 1.49 0 0 1 0 2.594zM1.337.924a1.486 1.486 0 0 0-.112.568v21.017c0 .217.045.419.124.6l11.155-11.087L1.337.924zm12.207 10.065l3.258-3.238L3.45.195a1.466 1.466 0 0 0-.946-.179l11.04 10.973zm0 2.067l-11 10.933c.298.036.612-.016.906-.183l13.324-7.54-3.23-3.21z"
856
+ }
857
+ )
858
+ ),
835
859
  apple: (props) => /* @__PURE__ */ import_react4.default.createElement("svg", { role: "img", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ import_react4.default.createElement(
836
860
  "path",
837
861
  {
@@ -839,6 +863,23 @@ var Logos = {
839
863
  fill: "currentColor"
840
864
  }
841
865
  )),
866
+ applestore: (props) => /* @__PURE__ */ import_react4.default.createElement(
867
+ "svg",
868
+ {
869
+ role: "img",
870
+ viewBox: "0 0 24 24",
871
+ xmlns: "http://www.w3.org/2000/svg",
872
+ ...props
873
+ },
874
+ /* @__PURE__ */ import_react4.default.createElement("title", null, "App Store"),
875
+ /* @__PURE__ */ import_react4.default.createElement(
876
+ "path",
877
+ {
878
+ fill: "currentColor",
879
+ d: "M8.8086 14.9194l6.1107-11.0368c.0837-.1513.1682-.302.2437-.4584.0685-.142.1267-.2854.1646-.4403.0803-.3259.0588-.6656-.066-.9767-.1238-.3095-.3417-.5678-.6201-.7355a1.4175 1.4175 0 0 0-.921-.1924c-.3207.043-.6135.1935-.8443.4288-.1094.1118-.1996.2361-.2832.369-.092.1463-.175.2979-.259.4492l-.3864.6979-.3865-.6979c-.0837-.1515-.1667-.303-.2587-.4492-.0837-.1329-.1739-.2572-.2835-.369-.2305-.2353-.5233-.3857-.844-.429a1.4181 1.4181 0 0 0-.921.1926c-.2784.1677-.4964.426-.6203.7355-.1246.311-.1461.6508-.066.9767.038.155.0962.2984.1648.4403.0753.1564.1598.307.2437.4584l1.248 2.2543-4.8625 8.7825H2.0295c-.1676 0-.3351-.0007-.5026.0092-.1522.009-.3004.0284-.448.0714-.3108.0906-.5822.2798-.7783.548-.195.2665-.3006.5929-.3006.9279 0 .3352.1057.6612.3006.9277.196.2683.4675.4575.7782.548.1477.043.296.0623.4481.0715.1675.01.335.009.5026.009h13.0974c.0171-.0357.059-.1294.1-.2697.415-1.4151-.6156-2.843-2.0347-2.843zM3.113 18.5418l-.7922 1.5008c-.0818.1553-.1644.31-.2384.4705-.067.1458-.124.293-.1611.452-.0785.3346-.0576.6834.0645 1.0029.1212.3175.3346.583.607.7549.2727.172.5891.2416.9013.1975.3139-.044.6005-.1986.8263-.4402.1072-.1148.1954-.2424.2772-.3787.0902-.1503.1714-.3059.2535-.4612L6 19.4636c-.0896-.149-.9473-1.4704-2.887-.9218m20.5861-3.0056a1.4707 1.4707 0 0 0-.779-.5407c-.1476-.0425-.2961-.0616-.4483-.0705-.1678-.0099-.3352-.0091-.503-.0091H18.648l-4.3891-7.817c-.6655.7005-.9632 1.485-1.0773 2.1976-.1655 1.0333.0367 2.0934.546 3.0004l5.2741 9.3933c.084.1494.167.299.2591.4435.0837.131.1739.2537.2836.364.231.2323.5238.3809.8449.4232.3192.0424.643-.0244.9217-.1899.2784-.1653.4968-.4204.621-.7257.1246-.3072.146-.6425.0658-.9641-.0381-.1529-.0962-.2945-.165-.4346-.0753-.1543-.1598-.303-.2438-.4524l-1.216-2.1662h1.596c.1677 0 .3351.0009.5029-.009.1522-.009.3007-.028.4483-.0705a1.4707 1.4707 0 0 0 .779-.5407A1.5386 1.5386 0 0 0 24 16.452a1.539 1.539 0 0 0-.3009-.9158Z"
880
+ }
881
+ )
882
+ ),
842
883
  paypal: (props) => /* @__PURE__ */ import_react4.default.createElement("svg", { role: "img", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ import_react4.default.createElement(
843
884
  "path",
844
885
  {
@@ -871,6 +912,40 @@ var Logos = {
871
912
  ...props
872
913
  },
873
914
  /* @__PURE__ */ import_react4.default.createElement("path", { d: "M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z" })
915
+ ),
916
+ visa: (props) => /* @__PURE__ */ import_react4.default.createElement(
917
+ "svg",
918
+ {
919
+ role: "img",
920
+ viewBox: "0 0 24 24",
921
+ xmlns: "http://www.w3.org/2000/svg",
922
+ ...props
923
+ },
924
+ /* @__PURE__ */ import_react4.default.createElement("title", null, "Visa"),
925
+ /* @__PURE__ */ import_react4.default.createElement(
926
+ "path",
927
+ {
928
+ fill: "currentColor",
929
+ d: "M9.112 8.262L5.97 15.758H3.92L2.374 9.775c-.094-.368-.175-.503-.461-.658C1.447 8.864.677 8.627 0 8.479l.046-.217h3.3a.904.904 0 01.894.764l.817 4.338 2.018-5.102zm8.033 5.049c.008-1.979-2.736-2.088-2.717-2.972.006-.269.262-.555.822-.628a3.66 3.66 0 011.913.336l.34-1.59a5.207 5.207 0 00-1.814-.333c-1.917 0-3.266 1.02-3.278 2.479-.012 1.079.963 1.68 1.698 2.04.756.367 1.01.603 1.006.931-.005.504-.602.725-1.16.734-.975.015-1.54-.263-1.992-.473l-.351 1.642c.453.208 1.289.39 2.156.398 2.037 0 3.37-1.006 3.377-2.564m5.061 2.447H24l-1.565-7.496h-1.656a.883.883 0 00-.826.55l-2.909 6.946h2.036l.405-1.12h2.488zm-2.163-2.656l1.02-2.815.588 2.815zm-8.16-4.84l-1.603 7.496H8.34l1.605-7.496z"
930
+ }
931
+ )
932
+ ),
933
+ mastercard: (props) => /* @__PURE__ */ import_react4.default.createElement(
934
+ "svg",
935
+ {
936
+ role: "img",
937
+ viewBox: "0 0 24 24",
938
+ xmlns: "http://www.w3.org/2000/svg",
939
+ ...props
940
+ },
941
+ /* @__PURE__ */ import_react4.default.createElement("title", null, "MasterCard"),
942
+ /* @__PURE__ */ import_react4.default.createElement(
943
+ "path",
944
+ {
945
+ fill: "currentColor",
946
+ d: "M11.343 18.031c.058.049.12.098.181.146-1.177.783-2.59 1.238-4.107 1.238C3.32 19.416 0 16.096 0 12c0-4.095 3.32-7.416 7.416-7.416 1.518 0 2.931.456 4.105 1.238-.06.051-.12.098-.165.15C9.6 7.489 8.595 9.688 8.595 12c0 2.311 1.001 4.51 2.748 6.031zm5.241-13.447c-1.52 0-2.931.456-4.105 1.238.06.051.12.098.165.15C14.4 7.489 15.405 9.688 15.405 12c0 2.31-1.001 4.507-2.748 6.031-.058.049-.12.098-.181.146 1.177.783 2.588 1.238 4.107 1.238C20.68 19.416 24 16.096 24 12c0-4.094-3.32-7.416-7.416-7.416zM12 6.174c-.096.075-.189.15-.28.231C10.156 7.764 9.169 9.765 9.169 12c0 2.236.987 4.236 2.551 5.595.09.08.185.158.28.232.096-.074.189-.152.28-.232 1.563-1.359 2.551-3.359 2.551-5.595 0-2.235-.987-4.236-2.551-5.595-.09-.08-.184-.156-.28-.231z"
947
+ }
948
+ )
874
949
  )
875
950
  };
876
951
 
@@ -6374,6 +6449,7 @@ var ContactForm = ({
6374
6449
  formAutoComplete = "off",
6375
6450
  onSubmit,
6376
6451
  customFields,
6452
+ classNames,
6377
6453
  ...props
6378
6454
  }) => {
6379
6455
  var _a, _b, _c, _d, _e;
@@ -6568,7 +6644,14 @@ var ContactForm = ({
6568
6644
  }
6569
6645
  }
6570
6646
  ),
6571
- /* @__PURE__ */ import_react55.default.createElement(Button, { type: "submit", className: "hawa-w-full" }, (texts == null ? void 0 : texts.submit) || "Submit")
6647
+ /* @__PURE__ */ import_react55.default.createElement(
6648
+ Button,
6649
+ {
6650
+ type: "submit",
6651
+ className: cn("hawa-w-full", classNames == null ? void 0 : classNames.submitButton)
6652
+ },
6653
+ (texts == null ? void 0 : texts.submit) || "Submit"
6654
+ )
6572
6655
  ))
6573
6656
  );
6574
6657
  };
@@ -17,7 +17,7 @@ import {
17
17
  TabsList,
18
18
  TabsTrigger,
19
19
  Textarea
20
- } from "../chunk-AONESDSB.mjs";
20
+ } from "../chunk-W3CF7BSC.mjs";
21
21
  import "../chunk-ZBUBNKF6.mjs";
22
22
  import {
23
23
  BadEmoji,
@@ -43,7 +43,7 @@ import {
43
43
  VeryBadEmoji,
44
44
  VeryGoodEmoji,
45
45
  cn
46
- } from "../chunk-VE7EQ6VH.mjs";
46
+ } from "../chunk-VMVZM3QQ.mjs";
47
47
  import "../chunk-SYGWSBJL.mjs";
48
48
 
49
49
  // blocks/auth/AuthButtons.tsx
@@ -1853,6 +1853,7 @@ var ContactForm = ({
1853
1853
  formAutoComplete = "off",
1854
1854
  onSubmit,
1855
1855
  customFields,
1856
+ classNames,
1856
1857
  ...props
1857
1858
  }) => {
1858
1859
  var _a, _b, _c, _d, _e;
@@ -2047,7 +2048,14 @@ var ContactForm = ({
2047
2048
  }
2048
2049
  }
2049
2050
  ),
2050
- /* @__PURE__ */ React20.createElement(Button, { type: "submit", className: "hawa-w-full" }, (texts == null ? void 0 : texts.submit) || "Submit")
2051
+ /* @__PURE__ */ React20.createElement(
2052
+ Button,
2053
+ {
2054
+ type: "submit",
2055
+ className: cn("hawa-w-full", classNames == null ? void 0 : classNames.submitButton)
2056
+ },
2057
+ (texts == null ? void 0 : texts.submit) || "Submit"
2058
+ )
2051
2059
  ))
2052
2060
  );
2053
2061
  };
@@ -89,6 +89,9 @@ type ContactFormProps = {
89
89
  onSubmit: (e: ContactFormData) => void;
90
90
  customFields?: CustomField[];
91
91
  showSuccess?: boolean;
92
+ classNames?: {
93
+ submitButton?: string;
94
+ };
92
95
  texts?: {
93
96
  submit: string;
94
97
  name: TextInputType;
@@ -89,6 +89,9 @@ type ContactFormProps = {
89
89
  onSubmit: (e: ContactFormData) => void;
90
90
  customFields?: CustomField[];
91
91
  showSuccess?: boolean;
92
+ classNames?: {
93
+ submitButton?: string;
94
+ };
92
95
  texts?: {
93
96
  submit: string;
94
97
  name: TextInputType;
@@ -1702,6 +1702,7 @@ var ContactForm = ({
1702
1702
  formAutoComplete = "off",
1703
1703
  onSubmit,
1704
1704
  customFields,
1705
+ classNames,
1705
1706
  ...props
1706
1707
  }) => {
1707
1708
  var _a, _b, _c, _d, _e;
@@ -1896,7 +1897,14 @@ var ContactForm = ({
1896
1897
  }
1897
1898
  }
1898
1899
  ),
1899
- /* @__PURE__ */ import_react32.default.createElement(Button, { type: "submit", className: "hawa-w-full" }, (texts == null ? void 0 : texts.submit) || "Submit")
1900
+ /* @__PURE__ */ import_react32.default.createElement(
1901
+ Button,
1902
+ {
1903
+ type: "submit",
1904
+ className: cn("hawa-w-full", classNames == null ? void 0 : classNames.submitButton)
1905
+ },
1906
+ (texts == null ? void 0 : texts.submit) || "Submit"
1907
+ )
1900
1908
  ))
1901
1909
  );
1902
1910
  };
@@ -499,6 +499,7 @@ var ContactForm = ({
499
499
  formAutoComplete = "off",
500
500
  onSubmit,
501
501
  customFields,
502
+ classNames,
502
503
  ...props
503
504
  }) => {
504
505
  var _a, _b, _c, _d, _e;
@@ -693,7 +694,14 @@ var ContactForm = ({
693
694
  }
694
695
  }
695
696
  ),
696
- /* @__PURE__ */ React18.createElement(Button, { type: "submit", className: "hawa-w-full" }, (texts == null ? void 0 : texts.submit) || "Submit")
697
+ /* @__PURE__ */ React18.createElement(
698
+ Button,
699
+ {
700
+ type: "submit",
701
+ className: cn("hawa-w-full", classNames == null ? void 0 : classNames.submitButton)
702
+ },
703
+ (texts == null ? void 0 : texts.submit) || "Submit"
704
+ )
697
705
  ))
698
706
  );
699
707
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  cn
4
- } from "./chunk-VE7EQ6VH.mjs";
4
+ } from "./chunk-VMVZM3QQ.mjs";
5
5
 
6
6
  // elements/sheet/Sheet.tsx
7
7
  import * as React from "react";
@@ -695,6 +695,13 @@ var Logos = {
695
695
  d: "M21.543 7.104c.015.211.015.423.015.636 0 6.507-4.954 14.01-14.01 14.01v-.003A13.94 13.94 0 0 1 0 19.539a9.88 9.88 0 0 0 7.287-2.041 4.93 4.93 0 0 1-4.6-3.42 4.916 4.916 0 0 0 2.223-.084A4.926 4.926 0 0 1 .96 9.167v-.062a4.887 4.887 0 0 0 2.235.616A4.928 4.928 0 0 1 1.67 3.148a13.98 13.98 0 0 0 10.15 5.144 4.929 4.929 0 0 1 8.39-4.49 9.868 9.868 0 0 0 3.128-1.196 4.941 4.941 0 0 1-2.165 2.724A9.828 9.828 0 0 0 24 4.555a10.019 10.019 0 0 1-2.457 2.549z"
696
696
  }
697
697
  )),
698
+ x: (props) => /* @__PURE__ */ React6.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React6.createElement("title", null, "X"), /* @__PURE__ */ React6.createElement(
699
+ "path",
700
+ {
701
+ fill: "currentColor",
702
+ d: "M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"
703
+ }
704
+ )),
698
705
  instagram: (props) => /* @__PURE__ */ React6.createElement(
699
706
  "svg",
700
707
  {
@@ -783,6 +790,23 @@ var Logos = {
783
790
  d: "M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z"
784
791
  }
785
792
  )),
793
+ googleplay: (props) => /* @__PURE__ */ React6.createElement(
794
+ "svg",
795
+ {
796
+ role: "img",
797
+ viewBox: "0 0 24 24",
798
+ xmlns: "http://www.w3.org/2000/svg",
799
+ ...props
800
+ },
801
+ /* @__PURE__ */ React6.createElement("title", null, "Google Play"),
802
+ /* @__PURE__ */ React6.createElement(
803
+ "path",
804
+ {
805
+ fill: "currentColor",
806
+ d: "M22.018 13.298l-3.919 2.218-3.515-3.493 3.543-3.521 3.891 2.202a1.49 1.49 0 0 1 0 2.594zM1.337.924a1.486 1.486 0 0 0-.112.568v21.017c0 .217.045.419.124.6l11.155-11.087L1.337.924zm12.207 10.065l3.258-3.238L3.45.195a1.466 1.466 0 0 0-.946-.179l11.04 10.973zm0 2.067l-11 10.933c.298.036.612-.016.906-.183l13.324-7.54-3.23-3.21z"
807
+ }
808
+ )
809
+ ),
786
810
  apple: (props) => /* @__PURE__ */ React6.createElement("svg", { role: "img", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React6.createElement(
787
811
  "path",
788
812
  {
@@ -790,6 +814,23 @@ var Logos = {
790
814
  fill: "currentColor"
791
815
  }
792
816
  )),
817
+ applestore: (props) => /* @__PURE__ */ React6.createElement(
818
+ "svg",
819
+ {
820
+ role: "img",
821
+ viewBox: "0 0 24 24",
822
+ xmlns: "http://www.w3.org/2000/svg",
823
+ ...props
824
+ },
825
+ /* @__PURE__ */ React6.createElement("title", null, "App Store"),
826
+ /* @__PURE__ */ React6.createElement(
827
+ "path",
828
+ {
829
+ fill: "currentColor",
830
+ d: "M8.8086 14.9194l6.1107-11.0368c.0837-.1513.1682-.302.2437-.4584.0685-.142.1267-.2854.1646-.4403.0803-.3259.0588-.6656-.066-.9767-.1238-.3095-.3417-.5678-.6201-.7355a1.4175 1.4175 0 0 0-.921-.1924c-.3207.043-.6135.1935-.8443.4288-.1094.1118-.1996.2361-.2832.369-.092.1463-.175.2979-.259.4492l-.3864.6979-.3865-.6979c-.0837-.1515-.1667-.303-.2587-.4492-.0837-.1329-.1739-.2572-.2835-.369-.2305-.2353-.5233-.3857-.844-.429a1.4181 1.4181 0 0 0-.921.1926c-.2784.1677-.4964.426-.6203.7355-.1246.311-.1461.6508-.066.9767.038.155.0962.2984.1648.4403.0753.1564.1598.307.2437.4584l1.248 2.2543-4.8625 8.7825H2.0295c-.1676 0-.3351-.0007-.5026.0092-.1522.009-.3004.0284-.448.0714-.3108.0906-.5822.2798-.7783.548-.195.2665-.3006.5929-.3006.9279 0 .3352.1057.6612.3006.9277.196.2683.4675.4575.7782.548.1477.043.296.0623.4481.0715.1675.01.335.009.5026.009h13.0974c.0171-.0357.059-.1294.1-.2697.415-1.4151-.6156-2.843-2.0347-2.843zM3.113 18.5418l-.7922 1.5008c-.0818.1553-.1644.31-.2384.4705-.067.1458-.124.293-.1611.452-.0785.3346-.0576.6834.0645 1.0029.1212.3175.3346.583.607.7549.2727.172.5891.2416.9013.1975.3139-.044.6005-.1986.8263-.4402.1072-.1148.1954-.2424.2772-.3787.0902-.1503.1714-.3059.2535-.4612L6 19.4636c-.0896-.149-.9473-1.4704-2.887-.9218m20.5861-3.0056a1.4707 1.4707 0 0 0-.779-.5407c-.1476-.0425-.2961-.0616-.4483-.0705-.1678-.0099-.3352-.0091-.503-.0091H18.648l-4.3891-7.817c-.6655.7005-.9632 1.485-1.0773 2.1976-.1655 1.0333.0367 2.0934.546 3.0004l5.2741 9.3933c.084.1494.167.299.2591.4435.0837.131.1739.2537.2836.364.231.2323.5238.3809.8449.4232.3192.0424.643-.0244.9217-.1899.2784-.1653.4968-.4204.621-.7257.1246-.3072.146-.6425.0658-.9641-.0381-.1529-.0962-.2945-.165-.4346-.0753-.1543-.1598-.303-.2438-.4524l-1.216-2.1662h1.596c.1677 0 .3351.0009.5029-.009.1522-.009.3007-.028.4483-.0705a1.4707 1.4707 0 0 0 .779-.5407A1.5386 1.5386 0 0 0 24 16.452a1.539 1.539 0 0 0-.3009-.9158Z"
831
+ }
832
+ )
833
+ ),
793
834
  paypal: (props) => /* @__PURE__ */ React6.createElement("svg", { role: "img", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React6.createElement(
794
835
  "path",
795
836
  {
@@ -822,6 +863,40 @@ var Logos = {
822
863
  ...props
823
864
  },
824
865
  /* @__PURE__ */ React6.createElement("path", { d: "M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z" })
866
+ ),
867
+ visa: (props) => /* @__PURE__ */ React6.createElement(
868
+ "svg",
869
+ {
870
+ role: "img",
871
+ viewBox: "0 0 24 24",
872
+ xmlns: "http://www.w3.org/2000/svg",
873
+ ...props
874
+ },
875
+ /* @__PURE__ */ React6.createElement("title", null, "Visa"),
876
+ /* @__PURE__ */ React6.createElement(
877
+ "path",
878
+ {
879
+ fill: "currentColor",
880
+ d: "M9.112 8.262L5.97 15.758H3.92L2.374 9.775c-.094-.368-.175-.503-.461-.658C1.447 8.864.677 8.627 0 8.479l.046-.217h3.3a.904.904 0 01.894.764l.817 4.338 2.018-5.102zm8.033 5.049c.008-1.979-2.736-2.088-2.717-2.972.006-.269.262-.555.822-.628a3.66 3.66 0 011.913.336l.34-1.59a5.207 5.207 0 00-1.814-.333c-1.917 0-3.266 1.02-3.278 2.479-.012 1.079.963 1.68 1.698 2.04.756.367 1.01.603 1.006.931-.005.504-.602.725-1.16.734-.975.015-1.54-.263-1.992-.473l-.351 1.642c.453.208 1.289.39 2.156.398 2.037 0 3.37-1.006 3.377-2.564m5.061 2.447H24l-1.565-7.496h-1.656a.883.883 0 00-.826.55l-2.909 6.946h2.036l.405-1.12h2.488zm-2.163-2.656l1.02-2.815.588 2.815zm-8.16-4.84l-1.603 7.496H8.34l1.605-7.496z"
881
+ }
882
+ )
883
+ ),
884
+ mastercard: (props) => /* @__PURE__ */ React6.createElement(
885
+ "svg",
886
+ {
887
+ role: "img",
888
+ viewBox: "0 0 24 24",
889
+ xmlns: "http://www.w3.org/2000/svg",
890
+ ...props
891
+ },
892
+ /* @__PURE__ */ React6.createElement("title", null, "MasterCard"),
893
+ /* @__PURE__ */ React6.createElement(
894
+ "path",
895
+ {
896
+ fill: "currentColor",
897
+ d: "M11.343 18.031c.058.049.12.098.181.146-1.177.783-2.59 1.238-4.107 1.238C3.32 19.416 0 16.096 0 12c0-4.095 3.32-7.416 7.416-7.416 1.518 0 2.931.456 4.105 1.238-.06.051-.12.098-.165.15C9.6 7.489 8.595 9.688 8.595 12c0 2.311 1.001 4.51 2.748 6.031zm5.241-13.447c-1.52 0-2.931.456-4.105 1.238.06.051.12.098.165.15C14.4 7.489 15.405 9.688 15.405 12c0 2.31-1.001 4.507-2.748 6.031-.058.049-.12.098-.181.146 1.177.783 2.588 1.238 4.107 1.238C20.68 19.416 24 16.096 24 12c0-4.094-3.32-7.416-7.416-7.416zM12 6.174c-.096.075-.189.15-.28.231C10.156 7.764 9.169 9.765 9.169 12c0 2.236.987 4.236 2.551 5.595.09.08.185.158.28.232.096-.074.189-.152.28-.232 1.563-1.359 2.551-3.359 2.551-5.595 0-2.235-.987-4.236-2.551-5.595-.09-.08-.184-.156-.28-.231z"
898
+ }
899
+ )
825
900
  )
826
901
  };
827
902
 
@@ -9,7 +9,7 @@ import {
9
9
  Label,
10
10
  Skeleton,
11
11
  cn
12
- } from "./chunk-VE7EQ6VH.mjs";
12
+ } from "./chunk-VMVZM3QQ.mjs";
13
13
 
14
14
  // elements/alert/Alert.tsx
15
15
  import React, { useRef, useState, useEffect } from "react";
@@ -9,6 +9,7 @@ type DataTableProps<DataProps = {}> = {
9
9
  enableSearch?: boolean;
10
10
  enableHideColumns?: boolean;
11
11
  enableGoTo?: boolean;
12
+ hideHeader?: boolean;
12
13
  data: DataProps[];
13
14
  itemsPerPage?: any[];
14
15
  showCount?: boolean;
@@ -9,6 +9,7 @@ type DataTableProps<DataProps = {}> = {
9
9
  enableSearch?: boolean;
10
10
  enableHideColumns?: boolean;
11
11
  enableGoTo?: boolean;
12
+ hideHeader?: boolean;
12
13
  data: DataProps[];
13
14
  itemsPerPage?: any[];
14
15
  showCount?: boolean;
@@ -1350,7 +1350,7 @@ var DataTable = ({
1350
1350
  paginationPosition === "top" ? "hawa-flex-col-reverse" : "hawa-flex-col"
1351
1351
  )
1352
1352
  },
1353
- /* @__PURE__ */ React10.createElement("div", { className: "hawa-rounded-md" }, /* @__PURE__ */ React10.createElement(Table, null, table.getAllColumns().length > 0 && /* @__PURE__ */ React10.createElement(TableHeader, null, table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ React10.createElement(TableRow, { key: headerGroup.id }, headerGroup.headers.map((header) => {
1353
+ /* @__PURE__ */ React10.createElement("div", { className: "hawa-rounded-md" }, /* @__PURE__ */ React10.createElement(Table, null, !props.hideHeader && table.getAllColumns().length > 0 && /* @__PURE__ */ React10.createElement(TableHeader, null, table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ React10.createElement(TableRow, { key: headerGroup.id }, headerGroup.headers.map((header) => {
1354
1354
  var _a2;
1355
1355
  let isSortable = (_a2 = header.column.columnDef.meta) == null ? void 0 : _a2.sortable;
1356
1356
  return /* @__PURE__ */ React10.createElement(