@sikka/hawa 0.28.0 → 0.28.1-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 (49) hide show
  1. package/dist/blocks/auth/index.d.mts +7 -1
  2. package/dist/blocks/auth/index.d.ts +7 -1
  3. package/dist/blocks/auth/index.js +185 -12
  4. package/dist/blocks/auth/index.mjs +185 -12
  5. package/dist/blocks/feedback/index.d.mts +4 -1
  6. package/dist/blocks/feedback/index.d.ts +4 -1
  7. package/dist/blocks/feedback/index.js +2 -5
  8. package/dist/blocks/feedback/index.mjs +2 -5
  9. package/dist/blocks/index.d.mts +9 -0
  10. package/dist/blocks/index.d.ts +9 -0
  11. package/dist/blocks/index.js +187 -17
  12. package/dist/blocks/index.mjs +41 -19
  13. package/dist/blocks/misc/index.d.mts +1 -1
  14. package/dist/blocks/misc/index.d.ts +1 -1
  15. package/dist/blocks/pricing/index.d.mts +1 -1
  16. package/dist/blocks/pricing/index.d.ts +1 -1
  17. package/dist/{chunk-Y3HUZNCH.mjs → chunk-GQF62TFQ.mjs} +1 -1
  18. package/dist/{chunk-TIQERSM3.mjs → chunk-N7FGYBM5.mjs} +1 -1
  19. package/dist/{chunk-R2NAPFAZ.mjs → chunk-ZOFKAJPJ.mjs} +148 -0
  20. package/dist/codeBlock/index.js +30 -35
  21. package/dist/codeBlock/index.js.map +1 -1
  22. package/dist/codeBlock/index.mjs +30 -35
  23. package/dist/codeBlock/index.mjs.map +1 -1
  24. package/dist/docsLayout/index.js +148 -0
  25. package/dist/docsLayout/index.js.map +1 -1
  26. package/dist/docsLayout/index.mjs +148 -0
  27. package/dist/docsLayout/index.mjs.map +1 -1
  28. package/dist/elements/index.d.mts +2 -0
  29. package/dist/elements/index.d.ts +2 -0
  30. package/dist/elements/index.js +178 -35
  31. package/dist/elements/index.mjs +33 -38
  32. package/dist/index.css +11 -15
  33. package/dist/index.d.mts +13 -0
  34. package/dist/index.d.ts +13 -0
  35. package/dist/index.js +217 -52
  36. package/dist/index.mjs +217 -52
  37. package/dist/layout/index.js +148 -0
  38. package/dist/layout/index.mjs +2 -2
  39. package/dist/logos/index.d.mts +2 -0
  40. package/dist/logos/index.d.ts +2 -0
  41. package/dist/logos/index.js +148 -0
  42. package/dist/logos/index.js.map +1 -1
  43. package/dist/logos/index.mjs +148 -0
  44. package/dist/logos/index.mjs.map +1 -1
  45. package/dist/{textTypes-ah2JJr8v.d.ts → textTypes-DAgkNov8.d.mts} +2 -0
  46. package/dist/{textTypes-ah2JJr8v.d.mts → textTypes-DAgkNov8.d.ts} +2 -0
  47. package/dist/types/index.d.mts +2 -0
  48. package/dist/types/index.d.ts +2 -0
  49. package/package.json +8 -8
@@ -1170,6 +1170,154 @@ var AccordionRoot = AccordionPrimitive5.Root;
1170
1170
  // elements/logos/Logos.tsx
1171
1171
  var import_react5 = __toESM(require("react"));
1172
1172
  var Logos = {
1173
+ metamask: (props) => /* @__PURE__ */ import_react5.default.createElement(
1174
+ "svg",
1175
+ {
1176
+ xmlns: "http://www.w3.org/2000/svg",
1177
+ xmlSpace: "preserve",
1178
+ id: "Layer_1",
1179
+ x: 0,
1180
+ y: 0,
1181
+ viewBox: "0 0 318.6 318.6",
1182
+ ...props
1183
+ },
1184
+ /* @__PURE__ */ import_react5.default.createElement("style", null, ".st1,.st6{fill:#e4761b;stroke:#e4761b;stroke-linecap:round;stroke-linejoin:round}.st6{fill:#f6851b;stroke:#f6851b}"),
1185
+ /* @__PURE__ */ import_react5.default.createElement(
1186
+ "path",
1187
+ {
1188
+ fill: "#e2761b",
1189
+ stroke: "#e2761b",
1190
+ strokeLinecap: "round",
1191
+ strokeLinejoin: "round",
1192
+ d: "m274.1 35.5-99.5 73.9L193 65.8z"
1193
+ }
1194
+ ),
1195
+ /* @__PURE__ */ import_react5.default.createElement(
1196
+ "path",
1197
+ {
1198
+ d: "m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",
1199
+ className: "st1"
1200
+ }
1201
+ ),
1202
+ /* @__PURE__ */ import_react5.default.createElement(
1203
+ "path",
1204
+ {
1205
+ d: "m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",
1206
+ className: "st1"
1207
+ }
1208
+ ),
1209
+ /* @__PURE__ */ import_react5.default.createElement(
1210
+ "path",
1211
+ {
1212
+ fill: "#d7c1b3",
1213
+ stroke: "#d7c1b3",
1214
+ strokeLinecap: "round",
1215
+ strokeLinejoin: "round",
1216
+ d: "m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"
1217
+ }
1218
+ ),
1219
+ /* @__PURE__ */ import_react5.default.createElement(
1220
+ "path",
1221
+ {
1222
+ fill: "#233447",
1223
+ stroke: "#233447",
1224
+ strokeLinecap: "round",
1225
+ strokeLinejoin: "round",
1226
+ d: "m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"
1227
+ }
1228
+ ),
1229
+ /* @__PURE__ */ import_react5.default.createElement(
1230
+ "path",
1231
+ {
1232
+ fill: "#cd6116",
1233
+ stroke: "#cd6116",
1234
+ strokeLinecap: "round",
1235
+ strokeLinejoin: "round",
1236
+ d: "m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"
1237
+ }
1238
+ ),
1239
+ /* @__PURE__ */ import_react5.default.createElement(
1240
+ "path",
1241
+ {
1242
+ fill: "#e4751f",
1243
+ stroke: "#e4751f",
1244
+ strokeLinecap: "round",
1245
+ strokeLinejoin: "round",
1246
+ d: "m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"
1247
+ }
1248
+ ),
1249
+ /* @__PURE__ */ import_react5.default.createElement(
1250
+ "path",
1251
+ {
1252
+ d: "m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",
1253
+ className: "st6"
1254
+ }
1255
+ ),
1256
+ /* @__PURE__ */ import_react5.default.createElement(
1257
+ "path",
1258
+ {
1259
+ fill: "#c0ad9e",
1260
+ stroke: "#c0ad9e",
1261
+ strokeLinecap: "round",
1262
+ strokeLinejoin: "round",
1263
+ d: "m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"
1264
+ }
1265
+ ),
1266
+ /* @__PURE__ */ import_react5.default.createElement(
1267
+ "path",
1268
+ {
1269
+ fill: "#161616",
1270
+ stroke: "#161616",
1271
+ strokeLinecap: "round",
1272
+ strokeLinejoin: "round",
1273
+ d: "m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"
1274
+ }
1275
+ ),
1276
+ /* @__PURE__ */ import_react5.default.createElement(
1277
+ "path",
1278
+ {
1279
+ fill: "#763d16",
1280
+ stroke: "#763d16",
1281
+ strokeLinecap: "round",
1282
+ strokeLinejoin: "round",
1283
+ d: "m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"
1284
+ }
1285
+ ),
1286
+ /* @__PURE__ */ import_react5.default.createElement(
1287
+ "path",
1288
+ {
1289
+ d: "m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",
1290
+ className: "st6"
1291
+ }
1292
+ )
1293
+ ),
1294
+ nafath: (props) => /* @__PURE__ */ import_react5.default.createElement(
1295
+ "svg",
1296
+ {
1297
+ xmlns: "http://www.w3.org/2000/svg",
1298
+ xmlSpace: "preserve",
1299
+ id: "Layer_1",
1300
+ x: 0,
1301
+ y: 0,
1302
+ viewBox: "22.5 44.5 535.6 230.34",
1303
+ ...props
1304
+ },
1305
+ /* @__PURE__ */ import_react5.default.createElement("style", null, ".st0{fill:#0a9a8f}"),
1306
+ /* @__PURE__ */ import_react5.default.createElement(
1307
+ "path",
1308
+ {
1309
+ d: "M426.1 233.8c1.5.2 2.4.4 3.3.4 21.3 0 42.7.1 64-.1 12.7-.1 20-6.8 20.4-19.4.6-21 .6-42 .6-63 0-3.9 1.1-6.1 4.7-7.9 10.9-5.4 21.5-11.2 32.3-16.8 1.3-.7 2.7-1.3 4.5-2.1.1 1.4.3 2.4.3 3.5 0 29.1.5 58.2-.2 87.3-.5 21.8-9.4 39.7-29.1 51-10.1 5.8-21.3 7.9-32.7 7.9-32.1.2-64.1.2-96.2 0-8.2-.1-16.4-1.8-24.6-2.1-5.5-.2-11 1.1-16.6 1.4-9.3.4-18.7.7-28 .8-26.3.1-52.6.3-78.9-.1-7.8-.1-15.9-1.2-23.4-3.4-22.7-7-34.9-23.3-38.8-46.2-.8-4.9-1-9.9-1-14.9-.1-42.5 0-85-.1-127.5 0-3.6.9-5.6 4.2-7.2 11-5.5 21.8-11.3 32.7-16.9 1.3-.7 2.7-1.3 4.8-2.3v149c0 3.7.2 7.5.7 11.2 1.5 11.1 7.6 17.5 18.7 17.7 22.6.4 45.1.1 67.7.1.4 0 .9-.3 1.9-.6-1-2-1.9-3.9-2.9-5.7-16-27.8-11.5-65.2 7-87.2 11-13.2 25.3-20.4 42.3-21.9 17.3-1.5 33.9.9 48.1 12.1 15.4 12.1 23.3 28.3 25.8 47.5 2.6 19.1-.9 36.8-10.8 53.3-.1.3-.2.9-.7 2.1zm-27.4-48.1c-.8-3.2-1.5-9.2-3.9-14.4-4.9-10.6-13.9-14.9-25.5-14.3-10.4.6-17.9 5.9-21.5 15.7-7.4 19.7 1.5 44.7 19.4 55.5 3.2 1.9 5.8 2 8.9-.1 14.2-9.4 21.9-22.5 22.6-42.4zM78.7 155.1c6.8-11.7 13.6-23.2 20.5-35 13.5 8.1 25.5 17.4 35.1 29.4 18.1 22.4 24.3 48.2 21.3 76.5-.7 6.9-2.2 13.9-4.6 20.4-6 16.6-18.8 26.3-35.8 27.1-30.6 1.4-61.2.8-91.9 1.1-.1 0-.3-.1-.8-.4.4-1 .7-2.2 1.2-3.2 5.7-11 11.6-22 17.2-33.1 1.4-2.7 3-3.7 6.1-3.7 15.4.2 30.8-.4 46.2.2 18.1.7 21.6-10.1 21.2-23-.7-23.6-12.1-40.9-31.6-53.4-1.1-.9-2.4-1.8-4.1-2.9zM536.2 44.5c13.4 0 21.9 8.4 21.9 21.7 0 14.4-7.4 22.1-21.5 22.3-13.4.2-22-8.4-22.1-22.1 0-13.3 8.4-21.9 21.7-21.9zM121.1 66.4c0 14.8-7.3 22.3-21.5 22.1-13.5-.2-22-9-21.9-22.5.2-13.2 8.8-21.5 22.3-21.5 13.2.1 21.1 8.3 21.1 21.9z",
1310
+ className: "st0"
1311
+ }
1312
+ ),
1313
+ /* @__PURE__ */ import_react5.default.createElement(
1314
+ "path",
1315
+ {
1316
+ d: "M393 71.1c-.1 14.7-6.8 21.6-21.3 21.6-13.9 0-21.9-8.1-21.9-22.1 0-13.7 8.3-21.6 22.4-21.5 13.3.1 20.8 8.2 20.8 22z",
1317
+ className: "st0"
1318
+ }
1319
+ )
1320
+ ),
1173
1321
  hawa: (props) => /* @__PURE__ */ import_react5.default.createElement(
1174
1322
  "svg",
1175
1323
  {
@@ -7105,7 +7253,7 @@ var CodeBlock = ({
7105
7253
  classNames,
7106
7254
  language = "javascript",
7107
7255
  // default to JavaScript if no language is provided
7108
- wrapText = false,
7256
+ wrapText = true,
7109
7257
  width = "full",
7110
7258
  ...props
7111
7259
  }) => {
@@ -7127,39 +7275,6 @@ var CodeBlock = ({
7127
7275
  classNames == null ? void 0 : classNames.root
7128
7276
  )
7129
7277
  },
7130
- /* @__PURE__ */ import_react30.default.createElement(
7131
- "div",
7132
- {
7133
- className: cn(
7134
- "hawa-flex hawa-absolute hawa-w-fit hawa-flex-row hawa-items-center hawa-gap-2 hawa-z-50 hawa-right-3.5",
7135
- {
7136
- "hawa-top-3.5": !tabs && !fileName,
7137
- "hawa-top-[50px]": tabs && !fileName,
7138
- "hawa-top-11": !tabs && fileName,
7139
- "hawa-top-[80px]": tabs && fileName
7140
- }
7141
- )
7142
- },
7143
- /* @__PURE__ */ import_react30.default.createElement(
7144
- Tooltip,
7145
- {
7146
- open: clipboard.copied,
7147
- side: "left",
7148
- content: /* @__PURE__ */ import_react30.default.createElement("div", null, "Copied!"),
7149
- triggerProps: { asChild: true }
7150
- },
7151
- /* @__PURE__ */ import_react30.default.createElement(
7152
- Button,
7153
- {
7154
- size: "smallIcon",
7155
- onClick: () => clipboard.copy(tabs ? tabs[selectedTab].code : code),
7156
- variant: "outline",
7157
- className: "hawa-text-gray-200 hawa-opacity-50 "
7158
- },
7159
- /* @__PURE__ */ import_react30.default.createElement(CopyIcon, null)
7160
- )
7161
- )
7162
- ),
7163
7278
  fileName && /* @__PURE__ */ import_react30.default.createElement(
7164
7279
  "div",
7165
7280
  {
@@ -7219,6 +7334,33 @@ var CodeBlock = ({
7219
7334
  "hawa-overflow-y-auto"
7220
7335
  )
7221
7336
  },
7337
+ /* @__PURE__ */ import_react30.default.createElement(
7338
+ "div",
7339
+ {
7340
+ className: cn(
7341
+ "hawa-flex hawa-absolute hawa-w-fit hawa-flex-row hawa-items-center hawa-gap-2 hawa-z-50 hawa-right-3 hawa-top-3"
7342
+ )
7343
+ },
7344
+ /* @__PURE__ */ import_react30.default.createElement(
7345
+ Tooltip,
7346
+ {
7347
+ open: clipboard.copied,
7348
+ side: "left",
7349
+ content: /* @__PURE__ */ import_react30.default.createElement("div", null, "Copied!"),
7350
+ triggerProps: { asChild: true }
7351
+ },
7352
+ /* @__PURE__ */ import_react30.default.createElement(
7353
+ Button,
7354
+ {
7355
+ size: "smallIcon",
7356
+ onClick: () => clipboard.copy(tabs ? tabs[selectedTab].code : code),
7357
+ variant: "outline",
7358
+ className: "hawa-text-gray-200 hawa-opacity-50 dark:hawa-border-gray-200 dark:hover:hawa-border-gray-400"
7359
+ },
7360
+ /* @__PURE__ */ import_react30.default.createElement(CopyIcon, null)
7361
+ )
7362
+ )
7363
+ ),
7222
7364
  /* @__PURE__ */ import_react30.default.createElement(
7223
7365
  import_prism_react_renderer.Highlight,
7224
7366
  {
@@ -7230,7 +7372,8 @@ var CodeBlock = ({
7230
7372
  "pre",
7231
7373
  {
7232
7374
  className: cn(
7233
- "hawa-min-h-[37.75px] !hawa-pe-12 hawa-w-full hawa-p-4 hawa-font-mono hawa-text-foreground",
7375
+ // !hawa-pe-12
7376
+ "hawa-min-h-[37.75px] hawa-w-full hawa-p-4 hawa-font-mono hawa-text-foreground",
7234
7377
  classNames == null ? void 0 : classNames.code,
7235
7378
  wrapText && "hawa-text-wrap"
7236
7379
  )
@@ -28,7 +28,7 @@ import {
28
28
  TabsTrigger,
29
29
  Textarea,
30
30
  UncheckMark
31
- } from "../chunk-Y3HUZNCH.mjs";
31
+ } from "../chunk-GQF62TFQ.mjs";
32
32
  import {
33
33
  Sheet,
34
34
  SheetClose,
@@ -40,7 +40,7 @@ import {
40
40
  SheetPortal,
41
41
  SheetTitle,
42
42
  SheetTrigger
43
- } from "../chunk-TIQERSM3.mjs";
43
+ } from "../chunk-N7FGYBM5.mjs";
44
44
  import {
45
45
  Button,
46
46
  Card,
@@ -74,7 +74,7 @@ import {
74
74
  buttonVariants,
75
75
  calculateLuminance,
76
76
  cn
77
- } from "../chunk-R2NAPFAZ.mjs";
77
+ } from "../chunk-ZOFKAJPJ.mjs";
78
78
  import {
79
79
  __require
80
80
  } from "../chunk-4OOSUQZG.mjs";
@@ -2668,7 +2668,7 @@ var CodeBlock = ({
2668
2668
  classNames,
2669
2669
  language = "javascript",
2670
2670
  // default to JavaScript if no language is provided
2671
- wrapText = false,
2671
+ wrapText = true,
2672
2672
  width = "full",
2673
2673
  ...props
2674
2674
  }) => {
@@ -2690,39 +2690,6 @@ var CodeBlock = ({
2690
2690
  classNames == null ? void 0 : classNames.root
2691
2691
  )
2692
2692
  },
2693
- /* @__PURE__ */ React27.createElement(
2694
- "div",
2695
- {
2696
- className: cn(
2697
- "hawa-flex hawa-absolute hawa-w-fit hawa-flex-row hawa-items-center hawa-gap-2 hawa-z-50 hawa-right-3.5",
2698
- {
2699
- "hawa-top-3.5": !tabs && !fileName,
2700
- "hawa-top-[50px]": tabs && !fileName,
2701
- "hawa-top-11": !tabs && fileName,
2702
- "hawa-top-[80px]": tabs && fileName
2703
- }
2704
- )
2705
- },
2706
- /* @__PURE__ */ React27.createElement(
2707
- Tooltip,
2708
- {
2709
- open: clipboard.copied,
2710
- side: "left",
2711
- content: /* @__PURE__ */ React27.createElement("div", null, "Copied!"),
2712
- triggerProps: { asChild: true }
2713
- },
2714
- /* @__PURE__ */ React27.createElement(
2715
- Button,
2716
- {
2717
- size: "smallIcon",
2718
- onClick: () => clipboard.copy(tabs ? tabs[selectedTab].code : code),
2719
- variant: "outline",
2720
- className: "hawa-text-gray-200 hawa-opacity-50 "
2721
- },
2722
- /* @__PURE__ */ React27.createElement(CopyIcon, null)
2723
- )
2724
- )
2725
- ),
2726
2693
  fileName && /* @__PURE__ */ React27.createElement(
2727
2694
  "div",
2728
2695
  {
@@ -2782,6 +2749,33 @@ var CodeBlock = ({
2782
2749
  "hawa-overflow-y-auto"
2783
2750
  )
2784
2751
  },
2752
+ /* @__PURE__ */ React27.createElement(
2753
+ "div",
2754
+ {
2755
+ className: cn(
2756
+ "hawa-flex hawa-absolute hawa-w-fit hawa-flex-row hawa-items-center hawa-gap-2 hawa-z-50 hawa-right-3 hawa-top-3"
2757
+ )
2758
+ },
2759
+ /* @__PURE__ */ React27.createElement(
2760
+ Tooltip,
2761
+ {
2762
+ open: clipboard.copied,
2763
+ side: "left",
2764
+ content: /* @__PURE__ */ React27.createElement("div", null, "Copied!"),
2765
+ triggerProps: { asChild: true }
2766
+ },
2767
+ /* @__PURE__ */ React27.createElement(
2768
+ Button,
2769
+ {
2770
+ size: "smallIcon",
2771
+ onClick: () => clipboard.copy(tabs ? tabs[selectedTab].code : code),
2772
+ variant: "outline",
2773
+ className: "hawa-text-gray-200 hawa-opacity-50 dark:hawa-border-gray-200 dark:hover:hawa-border-gray-400"
2774
+ },
2775
+ /* @__PURE__ */ React27.createElement(CopyIcon, null)
2776
+ )
2777
+ )
2778
+ ),
2785
2779
  /* @__PURE__ */ React27.createElement(
2786
2780
  Highlight,
2787
2781
  {
@@ -2793,7 +2787,8 @@ var CodeBlock = ({
2793
2787
  "pre",
2794
2788
  {
2795
2789
  className: cn(
2796
- "hawa-min-h-[37.75px] !hawa-pe-12 hawa-w-full hawa-p-4 hawa-font-mono hawa-text-foreground",
2790
+ // !hawa-pe-12
2791
+ "hawa-min-h-[37.75px] hawa-w-full hawa-p-4 hawa-font-mono hawa-text-foreground",
2797
2792
  classNames == null ? void 0 : classNames.code,
2798
2793
  wrapText && "hawa-text-wrap"
2799
2794
  )
package/dist/index.css CHANGED
@@ -1045,9 +1045,6 @@ input[type="number"]::-webkit-inner-spin-button,
1045
1045
  .hawa-right-3 {
1046
1046
  right: 0.75rem;
1047
1047
  }
1048
- .hawa-right-3\.5 {
1049
- right: 0.875rem;
1050
- }
1051
1048
  .hawa-right-4 {
1052
1049
  right: 1rem;
1053
1050
  }
@@ -1066,9 +1063,6 @@ input[type="number"]::-webkit-inner-spin-button,
1066
1063
  .hawa-top-1\/2 {
1067
1064
  top: 50%;
1068
1065
  }
1069
- .hawa-top-11 {
1070
- top: 2.75rem;
1071
- }
1072
1066
  .hawa-top-14 {
1073
1067
  top: 3.5rem;
1074
1068
  }
@@ -1081,9 +1075,6 @@ input[type="number"]::-webkit-inner-spin-button,
1081
1075
  .hawa-top-3 {
1082
1076
  top: 0.75rem;
1083
1077
  }
1084
- .hawa-top-3\.5 {
1085
- top: 0.875rem;
1086
- }
1087
1078
  .hawa-top-4 {
1088
1079
  top: 1rem;
1089
1080
  }
@@ -1099,9 +1090,6 @@ input[type="number"]::-webkit-inner-spin-button,
1099
1090
  .hawa-top-\[50\%\] {
1100
1091
  top: 50%;
1101
1092
  }
1102
- .hawa-top-\[50px\] {
1103
- top: 50px;
1104
- }
1105
1093
  .hawa-top-\[60\%\] {
1106
1094
  top: 60%;
1107
1095
  }
@@ -1114,9 +1102,6 @@ input[type="number"]::-webkit-inner-spin-button,
1114
1102
  .hawa-top-\[72px\] {
1115
1103
  top: 72px;
1116
1104
  }
1117
- .hawa-top-\[80px\] {
1118
- top: 80px;
1119
- }
1120
1105
  .hawa-top-full {
1121
1106
  top: 100%;
1122
1107
  }
@@ -1483,6 +1468,9 @@ input[type="number"]::-webkit-inner-spin-button,
1483
1468
  .hawa-min-h-40 {
1484
1469
  min-height: 10rem;
1485
1470
  }
1471
+ .hawa-min-h-\[200px\] {
1472
+ min-height: 200px;
1473
+ }
1486
1474
  .hawa-min-h-\[25px\] {
1487
1475
  min-height: 25px;
1488
1476
  }
@@ -3847,6 +3835,10 @@ body {
3847
3835
  --tw-scale-y: 1;
3848
3836
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3849
3837
  }
3838
+ :is(.hawa-dark .dark\:hawa-border-gray-200) {
3839
+ --tw-border-opacity: 1;
3840
+ border-color: rgb(229 231 235 / var(--tw-border-opacity));
3841
+ }
3850
3842
  :is(.hawa-dark .dark\:hawa-border-gray-700) {
3851
3843
  --tw-border-opacity: 1;
3852
3844
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
@@ -3983,6 +3975,10 @@ body {
3983
3975
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
3984
3976
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
3985
3977
  }
3978
+ :is(.hawa-dark .dark\:hover\:hawa-border-gray-400:hover) {
3979
+ --tw-border-opacity: 1;
3980
+ border-color: rgb(156 163 175 / var(--tw-border-opacity));
3981
+ }
3986
3982
  :is(.hawa-dark .dark\:hover\:hawa-bg-gray-600:hover) {
3987
3983
  --tw-bg-opacity: 1;
3988
3984
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
package/dist/index.d.mts CHANGED
@@ -251,6 +251,8 @@ declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<Accordion
251
251
 
252
252
  type IconProps = React__default.HTMLAttributes<SVGElement>;
253
253
  declare const Logos: {
254
+ metamask: (props: IconProps) => React__default.JSX.Element;
255
+ nafath: (props: IconProps) => React__default.JSX.Element;
254
256
  hawa: (props: IconProps) => React__default.JSX.Element;
255
257
  sikka: (props: IconProps) => React__default.JSX.Element;
256
258
  mail: (props: IconProps) => React__default.JSX.Element;
@@ -1318,6 +1320,8 @@ type ThirdPartyAuthTextsTypes = {
1318
1320
  continueWithGithub?: string;
1319
1321
  continueWithEmail?: string;
1320
1322
  continueWithPhone?: string;
1323
+ continueWithNafath?: string;
1324
+ continueWithMetamask?: string;
1321
1325
  };
1322
1326
  type BaseInputType = {
1323
1327
  label?: string;
@@ -1389,6 +1393,8 @@ type NewPasswordTextsTypes = {
1389
1393
 
1390
1394
  type AuthButtonsType = {
1391
1395
  texts?: ThirdPartyAuthTextsTypes;
1396
+ viaMetamask?: boolean;
1397
+ viaNafath?: boolean;
1392
1398
  viaGoogle?: boolean;
1393
1399
  viaTwitter?: boolean;
1394
1400
  viaGithub?: boolean;
@@ -1396,6 +1402,8 @@ type AuthButtonsType = {
1396
1402
  viaEmail?: boolean;
1397
1403
  viaPhone?: boolean;
1398
1404
  viaApple?: boolean;
1405
+ isMetamaskLoading?: boolean;
1406
+ isNafathLoading?: boolean;
1399
1407
  isGoogleLoading?: boolean;
1400
1408
  isGithubLoading?: boolean;
1401
1409
  isTwitterLoading?: boolean;
@@ -1403,6 +1411,8 @@ type AuthButtonsType = {
1403
1411
  isEmailLoading?: boolean;
1404
1412
  isPhoneLoading?: boolean;
1405
1413
  isAppleLoading?: boolean;
1414
+ handleMetamask?: () => void;
1415
+ handleNafath?: () => void;
1406
1416
  handleGoogle?: () => void;
1407
1417
  handleTwitter?: () => void;
1408
1418
  handleApple?: () => void;
@@ -1685,6 +1695,7 @@ type FeedbackFormDescriptionInputProps = BaseInputType & {
1685
1695
  tooShort?: string;
1686
1696
  };
1687
1697
  type FeedbackFormType = {
1698
+ sent?: boolean;
1688
1699
  onSubmit: (e: any) => void;
1689
1700
  loadingSubmission?: boolean;
1690
1701
  requestTypes?: {
@@ -1697,6 +1708,8 @@ type FeedbackFormType = {
1697
1708
  requestType: FeedbackFormRequestTypeInputProps;
1698
1709
  description: FeedbackFormDescriptionInputProps;
1699
1710
  submit?: string;
1711
+ sentTitle?: string;
1712
+ sentSubtitle?: string;
1700
1713
  };
1701
1714
  };
1702
1715
  declare const FeedbackForm: React__default.FC<FeedbackFormType>;
package/dist/index.d.ts CHANGED
@@ -251,6 +251,8 @@ declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<Accordion
251
251
 
252
252
  type IconProps = React__default.HTMLAttributes<SVGElement>;
253
253
  declare const Logos: {
254
+ metamask: (props: IconProps) => React__default.JSX.Element;
255
+ nafath: (props: IconProps) => React__default.JSX.Element;
254
256
  hawa: (props: IconProps) => React__default.JSX.Element;
255
257
  sikka: (props: IconProps) => React__default.JSX.Element;
256
258
  mail: (props: IconProps) => React__default.JSX.Element;
@@ -1318,6 +1320,8 @@ type ThirdPartyAuthTextsTypes = {
1318
1320
  continueWithGithub?: string;
1319
1321
  continueWithEmail?: string;
1320
1322
  continueWithPhone?: string;
1323
+ continueWithNafath?: string;
1324
+ continueWithMetamask?: string;
1321
1325
  };
1322
1326
  type BaseInputType = {
1323
1327
  label?: string;
@@ -1389,6 +1393,8 @@ type NewPasswordTextsTypes = {
1389
1393
 
1390
1394
  type AuthButtonsType = {
1391
1395
  texts?: ThirdPartyAuthTextsTypes;
1396
+ viaMetamask?: boolean;
1397
+ viaNafath?: boolean;
1392
1398
  viaGoogle?: boolean;
1393
1399
  viaTwitter?: boolean;
1394
1400
  viaGithub?: boolean;
@@ -1396,6 +1402,8 @@ type AuthButtonsType = {
1396
1402
  viaEmail?: boolean;
1397
1403
  viaPhone?: boolean;
1398
1404
  viaApple?: boolean;
1405
+ isMetamaskLoading?: boolean;
1406
+ isNafathLoading?: boolean;
1399
1407
  isGoogleLoading?: boolean;
1400
1408
  isGithubLoading?: boolean;
1401
1409
  isTwitterLoading?: boolean;
@@ -1403,6 +1411,8 @@ type AuthButtonsType = {
1403
1411
  isEmailLoading?: boolean;
1404
1412
  isPhoneLoading?: boolean;
1405
1413
  isAppleLoading?: boolean;
1414
+ handleMetamask?: () => void;
1415
+ handleNafath?: () => void;
1406
1416
  handleGoogle?: () => void;
1407
1417
  handleTwitter?: () => void;
1408
1418
  handleApple?: () => void;
@@ -1685,6 +1695,7 @@ type FeedbackFormDescriptionInputProps = BaseInputType & {
1685
1695
  tooShort?: string;
1686
1696
  };
1687
1697
  type FeedbackFormType = {
1698
+ sent?: boolean;
1688
1699
  onSubmit: (e: any) => void;
1689
1700
  loadingSubmission?: boolean;
1690
1701
  requestTypes?: {
@@ -1697,6 +1708,8 @@ type FeedbackFormType = {
1697
1708
  requestType: FeedbackFormRequestTypeInputProps;
1698
1709
  description: FeedbackFormDescriptionInputProps;
1699
1710
  submit?: string;
1711
+ sentTitle?: string;
1712
+ sentSubtitle?: string;
1700
1713
  };
1701
1714
  };
1702
1715
  declare const FeedbackForm: React__default.FC<FeedbackFormType>;