@transferwise/components 45.4.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.
Files changed (94) hide show
  1. package/build/es/no-polyfill/actionButton/ActionButton.js +1 -1
  2. package/build/es/no-polyfill/actionButton/ActionButton.spec.js +1 -1
  3. package/build/es/no-polyfill/actionButton/ActionButton.story.js +1 -1
  4. package/build/es/no-polyfill/circularButton/CircularButton.js +1 -1
  5. package/build/es/no-polyfill/common/DOMOperations/DOMOperations.js +6 -6
  6. package/build/es/no-polyfill/common/DOMOperations/index.js +1 -1
  7. package/build/es/no-polyfill/common/flowHeader/FlowHeader.js +1 -1
  8. package/build/es/no-polyfill/common/hooks/index.js +1 -1
  9. package/build/es/no-polyfill/common/hooks/useClientWidth/useClientWidth.js +1 -1
  10. package/build/es/no-polyfill/common/hooks/useLayout/useLayout.js +1 -1
  11. package/build/es/no-polyfill/common/index.js +1 -1
  12. package/build/es/no-polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -1
  13. package/build/es/no-polyfill/decision/Decision.js +2 -2
  14. package/build/es/no-polyfill/definitionList/DefinitionList.js +1 -1
  15. package/build/es/no-polyfill/dimmer/Dimmer.js +2 -2
  16. package/build/es/no-polyfill/flowNavigation/FlowNavigation.js +2 -2
  17. package/build/es/no-polyfill/flowNavigation/backButton/BackButton.js +1 -1
  18. package/build/es/no-polyfill/index.js +1 -1
  19. package/build/es/no-polyfill/overlayHeader/OverlayHeader.js +1 -1
  20. package/build/es/no-polyfill/phoneNumberInput/data/countries.js +1 -1
  21. package/build/es/no-polyfill/snackbar/Snackbar.js +1 -1
  22. package/build/es/no-polyfill/stepper/Stepper.js +1 -1
  23. package/build/es/no-polyfill/tile/Tile.js +1 -1
  24. package/build/es/polyfill/actionButton/ActionButton.js +1 -1
  25. package/build/es/polyfill/actionButton/ActionButton.spec.js +1 -1
  26. package/build/es/polyfill/actionButton/ActionButton.story.js +1 -1
  27. package/build/es/polyfill/circularButton/CircularButton.js +1 -1
  28. package/build/es/polyfill/common/DOMOperations/DOMOperations.js +6 -6
  29. package/build/es/polyfill/common/DOMOperations/index.js +1 -1
  30. package/build/es/polyfill/common/flowHeader/FlowHeader.js +1 -1
  31. package/build/es/polyfill/common/hooks/index.js +1 -1
  32. package/build/es/polyfill/common/hooks/useClientWidth/useClientWidth.js +1 -1
  33. package/build/es/polyfill/common/hooks/useLayout/useLayout.js +1 -1
  34. package/build/es/polyfill/common/index.js +1 -1
  35. package/build/es/polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -1
  36. package/build/es/polyfill/decision/Decision.js +2 -2
  37. package/build/es/polyfill/definitionList/DefinitionList.js +1 -1
  38. package/build/es/polyfill/dimmer/Dimmer.js +2 -2
  39. package/build/es/polyfill/flowNavigation/FlowNavigation.js +2 -2
  40. package/build/es/polyfill/flowNavigation/backButton/BackButton.js +1 -1
  41. package/build/es/polyfill/index.js +1 -1
  42. package/build/es/polyfill/overlayHeader/OverlayHeader.js +1 -1
  43. package/build/es/polyfill/phoneNumberInput/data/countries.js +1 -1
  44. package/build/es/polyfill/snackbar/Snackbar.js +1 -1
  45. package/build/es/polyfill/stepper/Stepper.js +1 -1
  46. package/build/es/polyfill/tile/Tile.js +1 -1
  47. package/build/main.css +1 -1
  48. package/build/styles/actionButton/ActionButton.css +1 -1
  49. package/build/styles/main.css +1 -1
  50. package/build/styles/popover/Popover.css +1 -1
  51. package/build/styles/select/Select.css +1 -1
  52. package/build/styles/snackbar/Snackbar.css +1 -1
  53. package/build/styles/stepper/Stepper.css +1 -1
  54. package/build/types/actionButton/ActionButton.d.ts +3 -0
  55. package/build/types/actionButton/ActionButton.story.d.ts +1 -1
  56. package/build/types/button/Button.story.d.ts +105 -72
  57. package/build/types/circularButton/CircularButton.d.ts +1 -1
  58. package/build/types/common/DOMOperations/DOMOperations.d.ts +2 -2
  59. package/build/types/common/DOMOperations/index.d.ts +3 -3
  60. package/build/types/common/Option/Option.d.ts +1 -1
  61. package/build/types/common/flowHeader/FlowHeader.d.ts +10 -1
  62. package/build/types/common/hooks/index.d.ts +1 -1
  63. package/build/types/common/hooks/useClientWidth/useClientWidth.d.ts +9 -8
  64. package/build/types/common/index.d.ts +1 -1
  65. package/build/types/decision/Decision.d.ts +1 -1
  66. package/build/types/definitionList/DefinitionList.d.ts +1 -1
  67. package/build/types/flowNavigation/FlowNavigation.d.ts +16 -34
  68. package/build/types/index.d.ts +2 -2
  69. package/build/types/inputs/Input.d.ts +1 -1
  70. package/build/types/inputs/TextArea.d.ts +1 -1
  71. package/build/types/listItem/ListItem.d.ts +1 -1
  72. package/build/types/listItem/ListItem.story.d.ts +1 -1
  73. package/build/types/snackbar/Snackbar.d.ts +1 -1
  74. package/build/types/stepper/Stepper.d.ts +13 -18
  75. package/build/umd/no-polyfill/main.js +1 -1
  76. package/build/umd/polyfill/main.js +1 -1
  77. package/package.json +7 -12
  78. package/scripts/generate-type-declarations.js +0 -2
  79. package/build/es/no-polyfill/common/flowHeader/index.js +0 -1
  80. package/build/es/no-polyfill/common/hooks/useClientWidth/index.js +0 -1
  81. package/build/es/no-polyfill/flowNavigation/index.js +0 -1
  82. package/build/es/no-polyfill/stepper/index.js +0 -1
  83. package/build/es/polyfill/common/flowHeader/index.js +0 -1
  84. package/build/es/polyfill/common/hooks/useClientWidth/index.js +0 -1
  85. package/build/es/polyfill/flowNavigation/index.js +0 -1
  86. package/build/es/polyfill/stepper/index.js +0 -1
  87. package/build/types/common/flowHeader/index.d.ts +0 -1
  88. package/build/types/common/hooks/useClientWidth/index.d.ts +0 -1
  89. package/build/types/flowNavigation/index.d.ts +0 -1
  90. package/build/types/stepper/index.d.ts +0 -2
  91. package/scripts/neptune-upgrader.js +0 -114
  92. package/upgrades/2021-02-v34-35.js +0 -193
  93. package/upgrades/2021-04-v35-36-typescript-support.js +0 -290
  94. package/upgrades/utils/index.js +0 -17
@@ -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: {
@@ -25,14 +26,13 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
25
26
  block?: boolean | undefined;
26
27
  disabled?: boolean | undefined;
27
28
  loading?: boolean | undefined;
28
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
29
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
29
30
  priority?: "primary" | "secondary" | "tertiary" | undefined;
30
31
  size?: "sm" | "md" | "lg" | "xs" | undefined;
31
32
  form?: string | undefined;
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
  } | {
@@ -310,7 +313,7 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
310
313
  block?: boolean | undefined;
311
314
  disabled?: boolean | undefined;
312
315
  loading?: boolean | undefined;
313
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
316
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
314
317
  priority?: "primary" | "secondary" | "tertiary" | undefined;
315
318
  size?: "sm" | "md" | "lg" | "xs" | undefined;
316
319
  download?: any;
@@ -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;
@@ -616,13 +619,14 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
616
619
  key?: import("react").Key | null | undefined;
617
620
  disabled?: boolean | undefined;
618
621
  placeholder?: string | undefined;
619
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
622
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
620
623
  onChange?: (import("react").FormEventHandler<HTMLButtonElement> & import("react").FormEventHandler<HTMLAnchorElement>) | (import("react").FormEventHandler<HTMLAnchorElement> & import("react").FormEventHandler<HTMLButtonElement>) | undefined;
621
624
  defaultChecked?: boolean | undefined;
622
625
  defaultValue?: string | number | readonly string[] | undefined;
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;
@@ -873,18 +880,16 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
873
880
  as?: undefined;
874
881
  download?: any;
875
882
  loading?: boolean | undefined;
876
- block?: boolean | undefined;
877
883
  priority?: "primary" | "secondary" | "tertiary" | undefined;
884
+ block?: boolean | undefined;
878
885
  } | {
879
886
  href?: string | undefined;
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;
@@ -901,13 +906,14 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
901
906
  key?: import("react").Key | null | undefined;
902
907
  disabled?: boolean | undefined;
903
908
  placeholder?: string | undefined;
904
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
909
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
905
910
  onChange?: (import("react").FormEventHandler<HTMLButtonElement> & import("react").FormEventHandler<HTMLAnchorElement>) | (import("react").FormEventHandler<HTMLAnchorElement> & import("react").FormEventHandler<HTMLButtonElement>) | undefined;
906
911
  defaultChecked?: boolean | undefined;
907
912
  defaultValue?: string | number | readonly string[] | undefined;
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;
@@ -1158,22 +1167,21 @@ export declare const Focused: import("@storybook/types").StoryAnnotations<import
1158
1167
  as?: undefined;
1159
1168
  download?: any;
1160
1169
  loading?: boolean | undefined;
1161
- block?: boolean | undefined;
1162
1170
  priority?: "primary" | "secondary" | "tertiary" | undefined;
1171
+ block?: boolean | undefined;
1163
1172
  }>;
1164
1173
  export declare const Variants: import("@storybook/types").StoryAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
1165
1174
  as?: undefined;
1166
1175
  block?: boolean | undefined;
1167
1176
  disabled?: boolean | undefined;
1168
1177
  loading?: boolean | undefined;
1169
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
1178
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
1170
1179
  priority?: "primary" | "secondary" | "tertiary" | undefined;
1171
1180
  size?: "sm" | "md" | "lg" | "xs" | undefined;
1172
1181
  form?: string | undefined;
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
  } | {
@@ -1451,7 +1462,7 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1451
1462
  block?: boolean | undefined;
1452
1463
  disabled?: boolean | undefined;
1453
1464
  loading?: boolean | undefined;
1454
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
1465
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
1455
1466
  priority?: "primary" | "secondary" | "tertiary" | undefined;
1456
1467
  size?: "sm" | "md" | "lg" | "xs" | undefined;
1457
1468
  download?: any;
@@ -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;
@@ -1757,13 +1768,14 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
1757
1768
  key?: import("react").Key | null | undefined;
1758
1769
  disabled?: boolean | undefined;
1759
1770
  placeholder?: string | undefined;
1760
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
1771
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
1761
1772
  onChange?: (import("react").FormEventHandler<HTMLButtonElement> & import("react").FormEventHandler<HTMLAnchorElement>) | (import("react").FormEventHandler<HTMLAnchorElement> & import("react").FormEventHandler<HTMLButtonElement>) | undefined;
1762
1773
  defaultChecked?: boolean | undefined;
1763
1774
  defaultValue?: string | number | readonly string[] | undefined;
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;
@@ -2014,18 +2029,16 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
2014
2029
  as?: undefined;
2015
2030
  download?: any;
2016
2031
  loading?: boolean | undefined;
2017
- block?: boolean | undefined;
2018
2032
  priority?: "primary" | "secondary" | "tertiary" | undefined;
2033
+ block?: boolean | undefined;
2019
2034
  } | {
2020
2035
  href?: string | undefined;
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;
@@ -2042,13 +2055,14 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
2042
2055
  key?: import("react").Key | null | undefined;
2043
2056
  disabled?: boolean | undefined;
2044
2057
  placeholder?: string | undefined;
2045
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
2058
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
2046
2059
  onChange?: (import("react").FormEventHandler<HTMLButtonElement> & import("react").FormEventHandler<HTMLAnchorElement>) | (import("react").FormEventHandler<HTMLAnchorElement> & import("react").FormEventHandler<HTMLButtonElement>) | undefined;
2047
2060
  defaultChecked?: boolean | undefined;
2048
2061
  defaultValue?: string | number | readonly string[] | undefined;
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;
@@ -2299,22 +2316,21 @@ export declare const Variants: import("@storybook/types").StoryAnnotations<impor
2299
2316
  as?: undefined;
2300
2317
  download?: any;
2301
2318
  loading?: boolean | undefined;
2302
- block?: boolean | undefined;
2303
2319
  priority?: "primary" | "secondary" | "tertiary" | undefined;
2320
+ block?: boolean | undefined;
2304
2321
  }>;
2305
2322
  export declare const SocialMedia: import("@storybook/types").StoryAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
2306
2323
  as?: undefined;
2307
2324
  block?: boolean | undefined;
2308
2325
  disabled?: boolean | undefined;
2309
2326
  loading?: boolean | undefined;
2310
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
2327
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
2311
2328
  priority?: "primary" | "secondary" | "tertiary" | undefined;
2312
2329
  size?: "sm" | "md" | "lg" | "xs" | undefined;
2313
2330
  form?: string | undefined;
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
  } | {
@@ -2592,7 +2611,7 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2592
2611
  block?: boolean | undefined;
2593
2612
  disabled?: boolean | undefined;
2594
2613
  loading?: boolean | undefined;
2595
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
2614
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
2596
2615
  priority?: "primary" | "secondary" | "tertiary" | undefined;
2597
2616
  size?: "sm" | "md" | "lg" | "xs" | undefined;
2598
2617
  download?: any;
@@ -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;
@@ -2898,13 +2917,14 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
2898
2917
  key?: import("react").Key | null | undefined;
2899
2918
  disabled?: boolean | undefined;
2900
2919
  placeholder?: string | undefined;
2901
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
2920
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
2902
2921
  onChange?: (import("react").FormEventHandler<HTMLButtonElement> & import("react").FormEventHandler<HTMLAnchorElement>) | (import("react").FormEventHandler<HTMLAnchorElement> & import("react").FormEventHandler<HTMLButtonElement>) | undefined;
2903
2922
  defaultChecked?: boolean | undefined;
2904
2923
  defaultValue?: string | number | readonly string[] | undefined;
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;
@@ -3155,18 +3178,16 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
3155
3178
  as?: undefined;
3156
3179
  download?: any;
3157
3180
  loading?: boolean | undefined;
3158
- block?: boolean | undefined;
3159
3181
  priority?: "primary" | "secondary" | "tertiary" | undefined;
3182
+ block?: boolean | undefined;
3160
3183
  } | {
3161
3184
  href?: string | undefined;
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;
@@ -3183,13 +3204,14 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
3183
3204
  key?: import("react").Key | null | undefined;
3184
3205
  disabled?: boolean | undefined;
3185
3206
  placeholder?: string | undefined;
3186
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
3207
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
3187
3208
  onChange?: (import("react").FormEventHandler<HTMLButtonElement> & import("react").FormEventHandler<HTMLAnchorElement>) | (import("react").FormEventHandler<HTMLAnchorElement> & import("react").FormEventHandler<HTMLButtonElement>) | undefined;
3188
3209
  defaultChecked?: boolean | undefined;
3189
3210
  defaultValue?: string | number | readonly string[] | undefined;
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;
@@ -3440,22 +3465,21 @@ export declare const SocialMedia: import("@storybook/types").StoryAnnotations<im
3440
3465
  as?: undefined;
3441
3466
  download?: any;
3442
3467
  loading?: boolean | undefined;
3443
- block?: boolean | undefined;
3444
3468
  priority?: "primary" | "secondary" | "tertiary" | undefined;
3469
+ block?: boolean | undefined;
3445
3470
  }>;
3446
3471
  export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
3447
3472
  as?: undefined;
3448
3473
  block?: boolean | undefined;
3449
3474
  disabled?: boolean | undefined;
3450
3475
  loading?: boolean | undefined;
3451
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
3476
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
3452
3477
  priority?: "primary" | "secondary" | "tertiary" | undefined;
3453
3478
  size?: "sm" | "md" | "lg" | "xs" | undefined;
3454
3479
  form?: string | undefined;
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
  } | {
@@ -3733,7 +3760,7 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
3733
3760
  block?: boolean | undefined;
3734
3761
  disabled?: boolean | undefined;
3735
3762
  loading?: boolean | undefined;
3736
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
3763
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
3737
3764
  priority?: "primary" | "secondary" | "tertiary" | undefined;
3738
3765
  size?: "sm" | "md" | "lg" | "xs" | undefined;
3739
3766
  download?: any;
@@ -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;
@@ -4039,13 +4066,14 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4039
4066
  key?: import("react").Key | null | undefined;
4040
4067
  disabled?: boolean | undefined;
4041
4068
  placeholder?: string | undefined;
4042
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
4069
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
4043
4070
  onChange?: (import("react").FormEventHandler<HTMLButtonElement> & import("react").FormEventHandler<HTMLAnchorElement>) | (import("react").FormEventHandler<HTMLAnchorElement> & import("react").FormEventHandler<HTMLButtonElement>) | undefined;
4044
4071
  defaultChecked?: boolean | undefined;
4045
4072
  defaultValue?: string | number | readonly string[] | undefined;
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;
@@ -4296,18 +4327,16 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4296
4327
  as?: undefined;
4297
4328
  download?: any;
4298
4329
  loading?: boolean | undefined;
4299
- block?: boolean | undefined;
4300
4330
  priority?: "primary" | "secondary" | "tertiary" | undefined;
4331
+ block?: boolean | undefined;
4301
4332
  } | {
4302
4333
  href?: string | undefined;
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;
@@ -4324,13 +4353,14 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4324
4353
  key?: import("react").Key | null | undefined;
4325
4354
  disabled?: boolean | undefined;
4326
4355
  placeholder?: string | undefined;
4327
- type?: "link" | "primary" | "pay" | "secondary" | "danger" | "accent" | "negative" | "positive" | undefined;
4356
+ type?: "link" | "primary" | "secondary" | "pay" | "danger" | "accent" | "negative" | "positive" | undefined;
4328
4357
  onChange?: (import("react").FormEventHandler<HTMLButtonElement> & import("react").FormEventHandler<HTMLAnchorElement>) | (import("react").FormEventHandler<HTMLAnchorElement> & import("react").FormEventHandler<HTMLButtonElement>) | undefined;
4329
4358
  defaultChecked?: boolean | undefined;
4330
4359
  defaultValue?: string | number | readonly string[] | undefined;
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;
@@ -4581,6 +4614,6 @@ export declare const SocialMediaMobile: import("@storybook/types").StoryAnnotati
4581
4614
  as?: undefined;
4582
4615
  download?: any;
4583
4616
  loading?: boolean | undefined;
4584
- block?: boolean | undefined;
4585
4617
  priority?: "primary" | "secondary" | "tertiary" | undefined;
4618
+ block?: boolean | undefined;
4586
4619
  }>;