@transferwise/components 45.5.0 → 45.5.1

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.
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  import { StoryObj } from '@storybook/react';
3
4
  import Button from './Button';
4
5
  declare const _default: {
@@ -32,7 +33,6 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
32
33
  slot?: string | undefined;
33
34
  style?: import("react").CSSProperties | undefined;
34
35
  title?: string | undefined;
35
- autoFocus?: boolean | undefined;
36
36
  formAction?: string | undefined;
37
37
  formEncType?: string | undefined;
38
38
  formMethod?: string | undefined;
@@ -47,6 +47,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
47
47
  suppressContentEditableWarning?: boolean | undefined;
48
48
  suppressHydrationWarning?: boolean | undefined;
49
49
  accessKey?: string | undefined;
50
+ autoFocus?: boolean | undefined;
50
51
  className?: string | undefined;
51
52
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
52
53
  contextMenu?: string | undefined;
@@ -62,11 +63,14 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
62
63
  radioGroup?: string | undefined;
63
64
  role?: import("react").AriaRole | undefined;
64
65
  about?: string | undefined;
66
+ content?: string | undefined;
65
67
  datatype?: string | undefined;
66
68
  inlist?: any;
67
69
  prefix?: string | undefined;
68
70
  property?: string | undefined;
71
+ rel?: string | undefined;
69
72
  resource?: string | undefined;
73
+ rev?: string | undefined;
70
74
  typeof?: string | undefined;
71
75
  vocab?: string | undefined;
72
76
  autoCapitalize?: string | undefined;
@@ -133,7 +137,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
133
137
  "aria-valuetext"?: string | undefined;
134
138
  children?: import("react").ReactNode;
135
139
  dangerouslySetInnerHTML?: {
136
- __html: string;
140
+ __html: string | TrustedHTML;
137
141
  } | undefined;
138
142
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | undefined;
139
143
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | undefined;
@@ -302,7 +306,6 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
302
306
  hrefLang?: string | undefined;
303
307
  media?: string | undefined;
304
308
  ping?: string | undefined;
305
- rel?: string | undefined;
306
309
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
307
310
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
308
311
  } | {
@@ -318,7 +321,6 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
318
321
  hrefLang?: string | undefined;
319
322
  media?: string | undefined;
320
323
  ping?: string | undefined;
321
- rel?: string | undefined;
322
324
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
323
325
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
324
326
  defaultChecked?: boolean | undefined;
@@ -326,6 +328,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
326
328
  suppressContentEditableWarning?: boolean | undefined;
327
329
  suppressHydrationWarning?: boolean | undefined;
328
330
  accessKey?: string | undefined;
331
+ autoFocus?: boolean | undefined;
329
332
  className?: string | undefined;
330
333
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
331
334
  contextMenu?: string | undefined;
@@ -345,11 +348,14 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
345
348
  radioGroup?: string | undefined;
346
349
  role?: import("react").AriaRole | undefined;
347
350
  about?: string | undefined;
351
+ content?: string | undefined;
348
352
  datatype?: string | undefined;
349
353
  inlist?: any;
350
354
  prefix?: string | undefined;
351
355
  property?: string | undefined;
356
+ rel?: string | undefined;
352
357
  resource?: string | undefined;
358
+ rev?: string | undefined;
353
359
  typeof?: string | undefined;
354
360
  vocab?: string | undefined;
355
361
  autoCapitalize?: string | undefined;
@@ -416,7 +422,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
416
422
  "aria-valuetext"?: string | undefined;
417
423
  children?: import("react").ReactNode;
418
424
  dangerouslySetInnerHTML?: {
419
- __html: string;
425
+ __html: string | TrustedHTML;
420
426
  } | undefined;
421
427
  onCopy?: (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
422
428
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -581,7 +587,6 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
581
587
  ref?: import("react").Ref<import("./Button").ButtonReferenceType> | undefined;
582
588
  key?: import("react").Key | null | undefined;
583
589
  form?: string | undefined;
584
- autoFocus?: boolean | undefined;
585
590
  formAction?: string | undefined;
586
591
  formEncType?: string | undefined;
587
592
  formMethod?: string | undefined;
@@ -592,7 +597,6 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
592
597
  htmlType?: "button" | "reset" | "submit" | undefined;
593
598
  }, {
594
599
  form?: string | undefined;
595
- autoFocus?: boolean | undefined;
596
600
  formAction?: string | undefined;
597
601
  formEncType?: string | undefined;
598
602
  formMethod?: string | undefined;
@@ -605,7 +609,6 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
605
609
  hrefLang?: string | undefined;
606
610
  media?: string | undefined;
607
611
  ping?: string | undefined;
608
- rel?: string | undefined;
609
612
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
610
613
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
611
614
  size?: "sm" | "md" | "lg" | "xs" | undefined;
@@ -623,6 +626,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
623
626
  suppressContentEditableWarning?: boolean | undefined;
624
627
  suppressHydrationWarning?: boolean | undefined;
625
628
  accessKey?: string | undefined;
629
+ autoFocus?: boolean | undefined;
626
630
  className?: string | undefined;
627
631
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
628
632
  contextMenu?: string | undefined;
@@ -638,11 +642,14 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
638
642
  radioGroup?: string | undefined;
639
643
  role?: import("react").AriaRole | undefined;
640
644
  about?: string | undefined;
645
+ content?: string | undefined;
641
646
  datatype?: string | undefined;
642
647
  inlist?: any;
643
648
  prefix?: string | undefined;
644
649
  property?: string | undefined;
650
+ rel?: string | undefined;
645
651
  resource?: string | undefined;
652
+ rev?: string | undefined;
646
653
  typeof?: string | undefined;
647
654
  vocab?: string | undefined;
648
655
  autoCapitalize?: string | undefined;
@@ -709,7 +716,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
709
716
  "aria-valuetext"?: string | undefined;
710
717
  children?: import("react").ReactNode;
711
718
  dangerouslySetInnerHTML?: {
712
- __html: string;
719
+ __html: string | TrustedHTML;
713
720
  } | undefined;
714
721
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
715
722
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -880,11 +887,9 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
880
887
  hrefLang?: string | undefined;
881
888
  media?: string | undefined;
882
889
  ping?: string | undefined;
883
- rel?: string | undefined;
884
890
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
885
891
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
886
892
  form?: string | undefined;
887
- autoFocus?: boolean | undefined;
888
893
  formAction?: string | undefined;
889
894
  formEncType?: string | undefined;
890
895
  formMethod?: string | undefined;
@@ -908,6 +913,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
908
913
  suppressContentEditableWarning?: boolean | undefined;
909
914
  suppressHydrationWarning?: boolean | undefined;
910
915
  accessKey?: string | undefined;
916
+ autoFocus?: boolean | undefined;
911
917
  className?: string | undefined;
912
918
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
913
919
  contextMenu?: string | undefined;
@@ -923,11 +929,14 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
923
929
  radioGroup?: string | undefined;
924
930
  role?: import("react").AriaRole | undefined;
925
931
  about?: string | undefined;
932
+ content?: string | undefined;
926
933
  datatype?: string | undefined;
927
934
  inlist?: any;
928
935
  prefix?: string | undefined;
929
936
  property?: string | undefined;
937
+ rel?: string | undefined;
930
938
  resource?: string | undefined;
939
+ rev?: string | undefined;
931
940
  typeof?: string | undefined;
932
941
  vocab?: string | undefined;
933
942
  autoCapitalize?: string | undefined;
@@ -994,7 +1003,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
994
1003
  "aria-valuetext"?: string | undefined;
995
1004
  children?: import("react").ReactNode;
996
1005
  dangerouslySetInnerHTML?: {
997
- __html: string;
1006
+ __html: string | TrustedHTML;
998
1007
  } | undefined;
999
1008
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
1000
1009
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -1173,7 +1182,6 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1173
1182
  slot?: string | undefined;
1174
1183
  style?: import("react").CSSProperties | undefined;
1175
1184
  title?: string | undefined;
1176
- autoFocus?: boolean | undefined;
1177
1185
  formAction?: string | undefined;
1178
1186
  formEncType?: string | undefined;
1179
1187
  formMethod?: string | undefined;
@@ -1188,6 +1196,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1188
1196
  suppressContentEditableWarning?: boolean | undefined;
1189
1197
  suppressHydrationWarning?: boolean | undefined;
1190
1198
  accessKey?: string | undefined;
1199
+ autoFocus?: boolean | undefined;
1191
1200
  className?: string | undefined;
1192
1201
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1193
1202
  contextMenu?: string | undefined;
@@ -1203,11 +1212,14 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1203
1212
  radioGroup?: string | undefined;
1204
1213
  role?: import("react").AriaRole | undefined;
1205
1214
  about?: string | undefined;
1215
+ content?: string | undefined;
1206
1216
  datatype?: string | undefined;
1207
1217
  inlist?: any;
1208
1218
  prefix?: string | undefined;
1209
1219
  property?: string | undefined;
1220
+ rel?: string | undefined;
1210
1221
  resource?: string | undefined;
1222
+ rev?: string | undefined;
1211
1223
  typeof?: string | undefined;
1212
1224
  vocab?: string | undefined;
1213
1225
  autoCapitalize?: string | undefined;
@@ -1274,7 +1286,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1274
1286
  "aria-valuetext"?: string | undefined;
1275
1287
  children?: import("react").ReactNode;
1276
1288
  dangerouslySetInnerHTML?: {
1277
- __html: string;
1289
+ __html: string | TrustedHTML;
1278
1290
  } | undefined;
1279
1291
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | undefined;
1280
1292
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | undefined;
@@ -1443,7 +1455,6 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1443
1455
  hrefLang?: string | undefined;
1444
1456
  media?: string | undefined;
1445
1457
  ping?: string | undefined;
1446
- rel?: string | undefined;
1447
1458
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
1448
1459
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
1449
1460
  } | {
@@ -1459,7 +1470,6 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1459
1470
  hrefLang?: string | undefined;
1460
1471
  media?: string | undefined;
1461
1472
  ping?: string | undefined;
1462
- rel?: string | undefined;
1463
1473
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
1464
1474
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
1465
1475
  defaultChecked?: boolean | undefined;
@@ -1467,6 +1477,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1467
1477
  suppressContentEditableWarning?: boolean | undefined;
1468
1478
  suppressHydrationWarning?: boolean | undefined;
1469
1479
  accessKey?: string | undefined;
1480
+ autoFocus?: boolean | undefined;
1470
1481
  className?: string | undefined;
1471
1482
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1472
1483
  contextMenu?: string | undefined;
@@ -1486,11 +1497,14 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1486
1497
  radioGroup?: string | undefined;
1487
1498
  role?: import("react").AriaRole | undefined;
1488
1499
  about?: string | undefined;
1500
+ content?: string | undefined;
1489
1501
  datatype?: string | undefined;
1490
1502
  inlist?: any;
1491
1503
  prefix?: string | undefined;
1492
1504
  property?: string | undefined;
1505
+ rel?: string | undefined;
1493
1506
  resource?: string | undefined;
1507
+ rev?: string | undefined;
1494
1508
  typeof?: string | undefined;
1495
1509
  vocab?: string | undefined;
1496
1510
  autoCapitalize?: string | undefined;
@@ -1557,7 +1571,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1557
1571
  "aria-valuetext"?: string | undefined;
1558
1572
  children?: import("react").ReactNode;
1559
1573
  dangerouslySetInnerHTML?: {
1560
- __html: string;
1574
+ __html: string | TrustedHTML;
1561
1575
  } | undefined;
1562
1576
  onCopy?: (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
1563
1577
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -1722,7 +1736,6 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1722
1736
  ref?: import("react").Ref<import("./Button").ButtonReferenceType> | undefined;
1723
1737
  key?: import("react").Key | null | undefined;
1724
1738
  form?: string | undefined;
1725
- autoFocus?: boolean | undefined;
1726
1739
  formAction?: string | undefined;
1727
1740
  formEncType?: string | undefined;
1728
1741
  formMethod?: string | undefined;
@@ -1733,7 +1746,6 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1733
1746
  htmlType?: "button" | "reset" | "submit" | undefined;
1734
1747
  }, {
1735
1748
  form?: string | undefined;
1736
- autoFocus?: boolean | undefined;
1737
1749
  formAction?: string | undefined;
1738
1750
  formEncType?: string | undefined;
1739
1751
  formMethod?: string | undefined;
@@ -1746,7 +1758,6 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1746
1758
  hrefLang?: string | undefined;
1747
1759
  media?: string | undefined;
1748
1760
  ping?: string | undefined;
1749
- rel?: string | undefined;
1750
1761
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
1751
1762
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
1752
1763
  size?: "sm" | "md" | "lg" | "xs" | undefined;
@@ -1764,6 +1775,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1764
1775
  suppressContentEditableWarning?: boolean | undefined;
1765
1776
  suppressHydrationWarning?: boolean | undefined;
1766
1777
  accessKey?: string | undefined;
1778
+ autoFocus?: boolean | undefined;
1767
1779
  className?: string | undefined;
1768
1780
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1769
1781
  contextMenu?: string | undefined;
@@ -1779,11 +1791,14 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1779
1791
  radioGroup?: string | undefined;
1780
1792
  role?: import("react").AriaRole | undefined;
1781
1793
  about?: string | undefined;
1794
+ content?: string | undefined;
1782
1795
  datatype?: string | undefined;
1783
1796
  inlist?: any;
1784
1797
  prefix?: string | undefined;
1785
1798
  property?: string | undefined;
1799
+ rel?: string | undefined;
1786
1800
  resource?: string | undefined;
1801
+ rev?: string | undefined;
1787
1802
  typeof?: string | undefined;
1788
1803
  vocab?: string | undefined;
1789
1804
  autoCapitalize?: string | undefined;
@@ -1850,7 +1865,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1850
1865
  "aria-valuetext"?: string | undefined;
1851
1866
  children?: import("react").ReactNode;
1852
1867
  dangerouslySetInnerHTML?: {
1853
- __html: string;
1868
+ __html: string | TrustedHTML;
1854
1869
  } | undefined;
1855
1870
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
1856
1871
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -2021,11 +2036,9 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
2021
2036
  hrefLang?: string | undefined;
2022
2037
  media?: string | undefined;
2023
2038
  ping?: string | undefined;
2024
- rel?: string | undefined;
2025
2039
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
2026
2040
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
2027
2041
  form?: string | undefined;
2028
- autoFocus?: boolean | undefined;
2029
2042
  formAction?: string | undefined;
2030
2043
  formEncType?: string | undefined;
2031
2044
  formMethod?: string | undefined;
@@ -2049,6 +2062,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
2049
2062
  suppressContentEditableWarning?: boolean | undefined;
2050
2063
  suppressHydrationWarning?: boolean | undefined;
2051
2064
  accessKey?: string | undefined;
2065
+ autoFocus?: boolean | undefined;
2052
2066
  className?: string | undefined;
2053
2067
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
2054
2068
  contextMenu?: string | undefined;
@@ -2064,11 +2078,14 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
2064
2078
  radioGroup?: string | undefined;
2065
2079
  role?: import("react").AriaRole | undefined;
2066
2080
  about?: string | undefined;
2081
+ content?: string | undefined;
2067
2082
  datatype?: string | undefined;
2068
2083
  inlist?: any;
2069
2084
  prefix?: string | undefined;
2070
2085
  property?: string | undefined;
2086
+ rel?: string | undefined;
2071
2087
  resource?: string | undefined;
2088
+ rev?: string | undefined;
2072
2089
  typeof?: string | undefined;
2073
2090
  vocab?: string | undefined;
2074
2091
  autoCapitalize?: string | undefined;
@@ -2135,7 +2152,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
2135
2152
  "aria-valuetext"?: string | undefined;
2136
2153
  children?: import("react").ReactNode;
2137
2154
  dangerouslySetInnerHTML?: {
2138
- __html: string;
2155
+ __html: string | TrustedHTML;
2139
2156
  } | undefined;
2140
2157
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
2141
2158
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -2314,7 +2331,6 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2314
2331
  slot?: string | undefined;
2315
2332
  style?: import("react").CSSProperties | undefined;
2316
2333
  title?: string | undefined;
2317
- autoFocus?: boolean | undefined;
2318
2334
  formAction?: string | undefined;
2319
2335
  formEncType?: string | undefined;
2320
2336
  formMethod?: string | undefined;
@@ -2329,6 +2345,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2329
2345
  suppressContentEditableWarning?: boolean | undefined;
2330
2346
  suppressHydrationWarning?: boolean | undefined;
2331
2347
  accessKey?: string | undefined;
2348
+ autoFocus?: boolean | undefined;
2332
2349
  className?: string | undefined;
2333
2350
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
2334
2351
  contextMenu?: string | undefined;
@@ -2344,11 +2361,14 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2344
2361
  radioGroup?: string | undefined;
2345
2362
  role?: import("react").AriaRole | undefined;
2346
2363
  about?: string | undefined;
2364
+ content?: string | undefined;
2347
2365
  datatype?: string | undefined;
2348
2366
  inlist?: any;
2349
2367
  prefix?: string | undefined;
2350
2368
  property?: string | undefined;
2369
+ rel?: string | undefined;
2351
2370
  resource?: string | undefined;
2371
+ rev?: string | undefined;
2352
2372
  typeof?: string | undefined;
2353
2373
  vocab?: string | undefined;
2354
2374
  autoCapitalize?: string | undefined;
@@ -2415,7 +2435,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2415
2435
  "aria-valuetext"?: string | undefined;
2416
2436
  children?: import("react").ReactNode;
2417
2437
  dangerouslySetInnerHTML?: {
2418
- __html: string;
2438
+ __html: string | TrustedHTML;
2419
2439
  } | undefined;
2420
2440
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | undefined;
2421
2441
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | undefined;
@@ -2584,7 +2604,6 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2584
2604
  hrefLang?: string | undefined;
2585
2605
  media?: string | undefined;
2586
2606
  ping?: string | undefined;
2587
- rel?: string | undefined;
2588
2607
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
2589
2608
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
2590
2609
  } | {
@@ -2600,7 +2619,6 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2600
2619
  hrefLang?: string | undefined;
2601
2620
  media?: string | undefined;
2602
2621
  ping?: string | undefined;
2603
- rel?: string | undefined;
2604
2622
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
2605
2623
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
2606
2624
  defaultChecked?: boolean | undefined;
@@ -2608,6 +2626,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2608
2626
  suppressContentEditableWarning?: boolean | undefined;
2609
2627
  suppressHydrationWarning?: boolean | undefined;
2610
2628
  accessKey?: string | undefined;
2629
+ autoFocus?: boolean | undefined;
2611
2630
  className?: string | undefined;
2612
2631
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
2613
2632
  contextMenu?: string | undefined;
@@ -2627,11 +2646,14 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2627
2646
  radioGroup?: string | undefined;
2628
2647
  role?: import("react").AriaRole | undefined;
2629
2648
  about?: string | undefined;
2649
+ content?: string | undefined;
2630
2650
  datatype?: string | undefined;
2631
2651
  inlist?: any;
2632
2652
  prefix?: string | undefined;
2633
2653
  property?: string | undefined;
2654
+ rel?: string | undefined;
2634
2655
  resource?: string | undefined;
2656
+ rev?: string | undefined;
2635
2657
  typeof?: string | undefined;
2636
2658
  vocab?: string | undefined;
2637
2659
  autoCapitalize?: string | undefined;
@@ -2698,7 +2720,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2698
2720
  "aria-valuetext"?: string | undefined;
2699
2721
  children?: import("react").ReactNode;
2700
2722
  dangerouslySetInnerHTML?: {
2701
- __html: string;
2723
+ __html: string | TrustedHTML;
2702
2724
  } | undefined;
2703
2725
  onCopy?: (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
2704
2726
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -2863,7 +2885,6 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2863
2885
  ref?: import("react").Ref<import("./Button").ButtonReferenceType> | undefined;
2864
2886
  key?: import("react").Key | null | undefined;
2865
2887
  form?: string | undefined;
2866
- autoFocus?: boolean | undefined;
2867
2888
  formAction?: string | undefined;
2868
2889
  formEncType?: string | undefined;
2869
2890
  formMethod?: string | undefined;
@@ -2874,7 +2895,6 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2874
2895
  htmlType?: "button" | "reset" | "submit" | undefined;
2875
2896
  }, {
2876
2897
  form?: string | undefined;
2877
- autoFocus?: boolean | undefined;
2878
2898
  formAction?: string | undefined;
2879
2899
  formEncType?: string | undefined;
2880
2900
  formMethod?: string | undefined;
@@ -2887,7 +2907,6 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2887
2907
  hrefLang?: string | undefined;
2888
2908
  media?: string | undefined;
2889
2909
  ping?: string | undefined;
2890
- rel?: string | undefined;
2891
2910
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
2892
2911
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
2893
2912
  size?: "sm" | "md" | "lg" | "xs" | undefined;
@@ -2905,6 +2924,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2905
2924
  suppressContentEditableWarning?: boolean | undefined;
2906
2925
  suppressHydrationWarning?: boolean | undefined;
2907
2926
  accessKey?: string | undefined;
2927
+ autoFocus?: boolean | undefined;
2908
2928
  className?: string | undefined;
2909
2929
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
2910
2930
  contextMenu?: string | undefined;
@@ -2920,11 +2940,14 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2920
2940
  radioGroup?: string | undefined;
2921
2941
  role?: import("react").AriaRole | undefined;
2922
2942
  about?: string | undefined;
2943
+ content?: string | undefined;
2923
2944
  datatype?: string | undefined;
2924
2945
  inlist?: any;
2925
2946
  prefix?: string | undefined;
2926
2947
  property?: string | undefined;
2948
+ rel?: string | undefined;
2927
2949
  resource?: string | undefined;
2950
+ rev?: string | undefined;
2928
2951
  typeof?: string | undefined;
2929
2952
  vocab?: string | undefined;
2930
2953
  autoCapitalize?: string | undefined;
@@ -2991,7 +3014,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2991
3014
  "aria-valuetext"?: string | undefined;
2992
3015
  children?: import("react").ReactNode;
2993
3016
  dangerouslySetInnerHTML?: {
2994
- __html: string;
3017
+ __html: string | TrustedHTML;
2995
3018
  } | undefined;
2996
3019
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
2997
3020
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -3162,11 +3185,9 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
3162
3185
  hrefLang?: string | undefined;
3163
3186
  media?: string | undefined;
3164
3187
  ping?: string | undefined;
3165
- rel?: string | undefined;
3166
3188
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
3167
3189
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
3168
3190
  form?: string | undefined;
3169
- autoFocus?: boolean | undefined;
3170
3191
  formAction?: string | undefined;
3171
3192
  formEncType?: string | undefined;
3172
3193
  formMethod?: string | undefined;
@@ -3190,6 +3211,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
3190
3211
  suppressContentEditableWarning?: boolean | undefined;
3191
3212
  suppressHydrationWarning?: boolean | undefined;
3192
3213
  accessKey?: string | undefined;
3214
+ autoFocus?: boolean | undefined;
3193
3215
  className?: string | undefined;
3194
3216
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
3195
3217
  contextMenu?: string | undefined;
@@ -3205,11 +3227,14 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
3205
3227
  radioGroup?: string | undefined;
3206
3228
  role?: import("react").AriaRole | undefined;
3207
3229
  about?: string | undefined;
3230
+ content?: string | undefined;
3208
3231
  datatype?: string | undefined;
3209
3232
  inlist?: any;
3210
3233
  prefix?: string | undefined;
3211
3234
  property?: string | undefined;
3235
+ rel?: string | undefined;
3212
3236
  resource?: string | undefined;
3237
+ rev?: string | undefined;
3213
3238
  typeof?: string | undefined;
3214
3239
  vocab?: string | undefined;
3215
3240
  autoCapitalize?: string | undefined;
@@ -3276,7 +3301,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
3276
3301
  "aria-valuetext"?: string | undefined;
3277
3302
  children?: import("react").ReactNode;
3278
3303
  dangerouslySetInnerHTML?: {
3279
- __html: string;
3304
+ __html: string | TrustedHTML;
3280
3305
  } | undefined;
3281
3306
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
3282
3307
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -3455,7 +3480,6 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3455
3480
  slot?: string | undefined;
3456
3481
  style?: import("react").CSSProperties | undefined;
3457
3482
  title?: string | undefined;
3458
- autoFocus?: boolean | undefined;
3459
3483
  formAction?: string | undefined;
3460
3484
  formEncType?: string | undefined;
3461
3485
  formMethod?: string | undefined;
@@ -3470,6 +3494,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3470
3494
  suppressContentEditableWarning?: boolean | undefined;
3471
3495
  suppressHydrationWarning?: boolean | undefined;
3472
3496
  accessKey?: string | undefined;
3497
+ autoFocus?: boolean | undefined;
3473
3498
  className?: string | undefined;
3474
3499
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
3475
3500
  contextMenu?: string | undefined;
@@ -3485,11 +3510,14 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3485
3510
  radioGroup?: string | undefined;
3486
3511
  role?: import("react").AriaRole | undefined;
3487
3512
  about?: string | undefined;
3513
+ content?: string | undefined;
3488
3514
  datatype?: string | undefined;
3489
3515
  inlist?: any;
3490
3516
  prefix?: string | undefined;
3491
3517
  property?: string | undefined;
3518
+ rel?: string | undefined;
3492
3519
  resource?: string | undefined;
3520
+ rev?: string | undefined;
3493
3521
  typeof?: string | undefined;
3494
3522
  vocab?: string | undefined;
3495
3523
  autoCapitalize?: string | undefined;
@@ -3556,7 +3584,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3556
3584
  "aria-valuetext"?: string | undefined;
3557
3585
  children?: import("react").ReactNode;
3558
3586
  dangerouslySetInnerHTML?: {
3559
- __html: string;
3587
+ __html: string | TrustedHTML;
3560
3588
  } | undefined;
3561
3589
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | undefined;
3562
3590
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | undefined;
@@ -3725,7 +3753,6 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3725
3753
  hrefLang?: string | undefined;
3726
3754
  media?: string | undefined;
3727
3755
  ping?: string | undefined;
3728
- rel?: string | undefined;
3729
3756
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
3730
3757
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
3731
3758
  } | {
@@ -3741,7 +3768,6 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3741
3768
  hrefLang?: string | undefined;
3742
3769
  media?: string | undefined;
3743
3770
  ping?: string | undefined;
3744
- rel?: string | undefined;
3745
3771
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
3746
3772
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
3747
3773
  defaultChecked?: boolean | undefined;
@@ -3749,6 +3775,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3749
3775
  suppressContentEditableWarning?: boolean | undefined;
3750
3776
  suppressHydrationWarning?: boolean | undefined;
3751
3777
  accessKey?: string | undefined;
3778
+ autoFocus?: boolean | undefined;
3752
3779
  className?: string | undefined;
3753
3780
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
3754
3781
  contextMenu?: string | undefined;
@@ -3768,11 +3795,14 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3768
3795
  radioGroup?: string | undefined;
3769
3796
  role?: import("react").AriaRole | undefined;
3770
3797
  about?: string | undefined;
3798
+ content?: string | undefined;
3771
3799
  datatype?: string | undefined;
3772
3800
  inlist?: any;
3773
3801
  prefix?: string | undefined;
3774
3802
  property?: string | undefined;
3803
+ rel?: string | undefined;
3775
3804
  resource?: string | undefined;
3805
+ rev?: string | undefined;
3776
3806
  typeof?: string | undefined;
3777
3807
  vocab?: string | undefined;
3778
3808
  autoCapitalize?: string | undefined;
@@ -3839,7 +3869,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3839
3869
  "aria-valuetext"?: string | undefined;
3840
3870
  children?: import("react").ReactNode;
3841
3871
  dangerouslySetInnerHTML?: {
3842
- __html: string;
3872
+ __html: string | TrustedHTML;
3843
3873
  } | undefined;
3844
3874
  onCopy?: (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
3845
3875
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -4004,7 +4034,6 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4004
4034
  ref?: import("react").Ref<import("./Button").ButtonReferenceType> | undefined;
4005
4035
  key?: import("react").Key | null | undefined;
4006
4036
  form?: string | undefined;
4007
- autoFocus?: boolean | undefined;
4008
4037
  formAction?: string | undefined;
4009
4038
  formEncType?: string | undefined;
4010
4039
  formMethod?: string | undefined;
@@ -4015,7 +4044,6 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4015
4044
  htmlType?: "button" | "reset" | "submit" | undefined;
4016
4045
  }, {
4017
4046
  form?: string | undefined;
4018
- autoFocus?: boolean | undefined;
4019
4047
  formAction?: string | undefined;
4020
4048
  formEncType?: string | undefined;
4021
4049
  formMethod?: string | undefined;
@@ -4028,7 +4056,6 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4028
4056
  hrefLang?: string | undefined;
4029
4057
  media?: string | undefined;
4030
4058
  ping?: string | undefined;
4031
- rel?: string | undefined;
4032
4059
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
4033
4060
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
4034
4061
  size?: "sm" | "md" | "lg" | "xs" | undefined;
@@ -4046,6 +4073,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4046
4073
  suppressContentEditableWarning?: boolean | undefined;
4047
4074
  suppressHydrationWarning?: boolean | undefined;
4048
4075
  accessKey?: string | undefined;
4076
+ autoFocus?: boolean | undefined;
4049
4077
  className?: string | undefined;
4050
4078
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
4051
4079
  contextMenu?: string | undefined;
@@ -4061,11 +4089,14 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4061
4089
  radioGroup?: string | undefined;
4062
4090
  role?: import("react").AriaRole | undefined;
4063
4091
  about?: string | undefined;
4092
+ content?: string | undefined;
4064
4093
  datatype?: string | undefined;
4065
4094
  inlist?: any;
4066
4095
  prefix?: string | undefined;
4067
4096
  property?: string | undefined;
4097
+ rel?: string | undefined;
4068
4098
  resource?: string | undefined;
4099
+ rev?: string | undefined;
4069
4100
  typeof?: string | undefined;
4070
4101
  vocab?: string | undefined;
4071
4102
  autoCapitalize?: string | undefined;
@@ -4132,7 +4163,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4132
4163
  "aria-valuetext"?: string | undefined;
4133
4164
  children?: import("react").ReactNode;
4134
4165
  dangerouslySetInnerHTML?: {
4135
- __html: string;
4166
+ __html: string | TrustedHTML;
4136
4167
  } | undefined;
4137
4168
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
4138
4169
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
@@ -4303,11 +4334,9 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4303
4334
  hrefLang?: string | undefined;
4304
4335
  media?: string | undefined;
4305
4336
  ping?: string | undefined;
4306
- rel?: string | undefined;
4307
4337
  target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
4308
4338
  referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
4309
4339
  form?: string | undefined;
4310
- autoFocus?: boolean | undefined;
4311
4340
  formAction?: string | undefined;
4312
4341
  formEncType?: string | undefined;
4313
4342
  formMethod?: string | undefined;
@@ -4331,6 +4360,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4331
4360
  suppressContentEditableWarning?: boolean | undefined;
4332
4361
  suppressHydrationWarning?: boolean | undefined;
4333
4362
  accessKey?: string | undefined;
4363
+ autoFocus?: boolean | undefined;
4334
4364
  className?: string | undefined;
4335
4365
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
4336
4366
  contextMenu?: string | undefined;
@@ -4346,11 +4376,14 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4346
4376
  radioGroup?: string | undefined;
4347
4377
  role?: import("react").AriaRole | undefined;
4348
4378
  about?: string | undefined;
4379
+ content?: string | undefined;
4349
4380
  datatype?: string | undefined;
4350
4381
  inlist?: any;
4351
4382
  prefix?: string | undefined;
4352
4383
  property?: string | undefined;
4384
+ rel?: string | undefined;
4353
4385
  resource?: string | undefined;
4386
+ rev?: string | undefined;
4354
4387
  typeof?: string | undefined;
4355
4388
  vocab?: string | undefined;
4356
4389
  autoCapitalize?: string | undefined;
@@ -4417,7 +4450,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4417
4450
  "aria-valuetext"?: string | undefined;
4418
4451
  children?: import("react").ReactNode;
4419
4452
  dangerouslySetInnerHTML?: {
4420
- __html: string;
4453
+ __html: string | TrustedHTML;
4421
4454
  } | undefined;
4422
4455
  onCopy?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;
4423
4456
  onCopyCapture?: (import("react").ClipboardEventHandler<HTMLButtonElement> & import("react").ClipboardEventHandler<HTMLAnchorElement>) | (import("react").ClipboardEventHandler<HTMLAnchorElement> & import("react").ClipboardEventHandler<HTMLButtonElement>) | undefined;