@ovotech/element-native 5.1.1-canary-4dfe40e-361 → 5.1.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 (31) hide show
  1. package/dist/components/Accordion/styles.d.ts +12 -12
  2. package/dist/components/ActionList/styled.d.ts +40 -40
  3. package/dist/components/Badge/Badge.d.ts +4 -4
  4. package/dist/components/Button/Button.d.ts +1 -1
  5. package/dist/components/Button/Button.styles.d.ts +16 -16
  6. package/dist/components/DataTable/styles.d.ts +52 -52
  7. package/dist/components/Em/Em.d.ts +4 -4
  8. package/dist/components/ErrorText/ErrorText.d.ts +4 -4
  9. package/dist/components/Grid/Col.d.ts +4 -4
  10. package/dist/components/Grid/Row.d.ts +4 -4
  11. package/dist/components/HintText/HintText.d.ts +4 -4
  12. package/dist/components/LabelText/LabelText.d.ts +4 -4
  13. package/dist/components/LineThrough/LineThrough.d.ts +4 -4
  14. package/dist/components/List/styled.d.ts +16 -16
  15. package/dist/components/Margin/Margin.d.ts +4 -4
  16. package/dist/components/NavHeader/NavHeader.styles.d.ts +28 -28
  17. package/dist/components/Notification/Notification.d.ts +8 -8
  18. package/dist/components/PasswordInput/PasswordInput.styled.d.ts +4 -4
  19. package/dist/components/SelectField/Select.d.ts +4 -4
  20. package/dist/components/Stack/Stack.d.ts +5 -4
  21. package/dist/components/Stack/Stack.js +14 -13
  22. package/dist/components/Strong/Strong.d.ts +4 -4
  23. package/dist/components/SubLabelText/SubLabelText.d.ts +4 -4
  24. package/dist/components/Toggle/styles.d.ts +16 -16
  25. package/dist/components/index.d.ts +8 -8
  26. package/dist/components/index.js +8 -8
  27. package/dist/esm/components/Button/Button.js +1 -1
  28. package/dist/esm/components/Stack/Stack.js +14 -13
  29. package/dist/esm/components/index.js +8 -8
  30. package/dist/styled.native.d.ts +24 -24
  31. package/package.json +3 -3
@@ -51,6 +51,10 @@ export declare const StyledAccordion: import("styled-components").StyledComponen
51
51
  "60": string;
52
52
  "70": string;
53
53
  };
54
+ outline: {
55
+ outer: string;
56
+ inner: string;
57
+ };
54
58
  alert: {
55
59
  success: string;
56
60
  successTint: string;
@@ -87,10 +91,6 @@ export declare const StyledAccordion: import("styled-components").StyledComponen
87
91
  onBrandVariant: string;
88
92
  };
89
93
  };
90
- outline: {
91
- outer: string;
92
- inner: string;
93
- };
94
94
  surface: {
95
95
  surface: string;
96
96
  bright: string;
@@ -623,6 +623,10 @@ export declare const StyledAccordionHeader: import("styled-components").StyledCo
623
623
  "60": string;
624
624
  "70": string;
625
625
  };
626
+ outline: {
627
+ outer: string;
628
+ inner: string;
629
+ };
626
630
  alert: {
627
631
  success: string;
628
632
  successTint: string;
@@ -659,10 +663,6 @@ export declare const StyledAccordionHeader: import("styled-components").StyledCo
659
663
  onBrandVariant: string;
660
664
  };
661
665
  };
662
- outline: {
663
- outer: string;
664
- inner: string;
665
- };
666
666
  surface: {
667
667
  surface: string;
668
668
  bright: string;
@@ -1190,6 +1190,10 @@ export declare const StyledContainer: import("styled-components").StyledComponen
1190
1190
  "60": string;
1191
1191
  "70": string;
1192
1192
  };
1193
+ outline: {
1194
+ outer: string;
1195
+ inner: string;
1196
+ };
1193
1197
  alert: {
1194
1198
  success: string;
1195
1199
  successTint: string;
@@ -1226,10 +1230,6 @@ export declare const StyledContainer: import("styled-components").StyledComponen
1226
1230
  onBrandVariant: string;
1227
1231
  };
1228
1232
  };
1229
- outline: {
1230
- outer: string;
1231
- inner: string;
1232
- };
1233
1233
  surface: {
1234
1234
  surface: string;
1235
1235
  bright: string;
@@ -56,6 +56,10 @@ export declare const StyledActionList: import("react").ForwardRefExoticComponent
56
56
  "60": string;
57
57
  "70": string;
58
58
  };
59
+ outline: {
60
+ outer: string;
61
+ inner: string;
62
+ };
59
63
  alert: {
60
64
  success: string;
61
65
  successTint: string;
@@ -92,10 +96,6 @@ export declare const StyledActionList: import("react").ForwardRefExoticComponent
92
96
  onBrandVariant: string;
93
97
  };
94
98
  };
95
- outline: {
96
- outer: string;
97
- inner: string;
98
- };
99
99
  surface: {
100
100
  surface: string;
101
101
  bright: string;
@@ -627,6 +627,10 @@ export declare const StyledActionWrapper: import("styled-components").StyledComp
627
627
  "60": string;
628
628
  "70": string;
629
629
  };
630
+ outline: {
631
+ outer: string;
632
+ inner: string;
633
+ };
630
634
  alert: {
631
635
  success: string;
632
636
  successTint: string;
@@ -663,10 +667,6 @@ export declare const StyledActionWrapper: import("styled-components").StyledComp
663
667
  onBrandVariant: string;
664
668
  };
665
669
  };
666
- outline: {
667
- outer: string;
668
- inner: string;
669
- };
670
670
  surface: {
671
671
  surface: string;
672
672
  bright: string;
@@ -1200,6 +1200,10 @@ export declare const StyledActionInner: import("styled-components").StyledCompon
1200
1200
  "60": string;
1201
1201
  "70": string;
1202
1202
  };
1203
+ outline: {
1204
+ outer: string;
1205
+ inner: string;
1206
+ };
1203
1207
  alert: {
1204
1208
  success: string;
1205
1209
  successTint: string;
@@ -1236,10 +1240,6 @@ export declare const StyledActionInner: import("styled-components").StyledCompon
1236
1240
  onBrandVariant: string;
1237
1241
  };
1238
1242
  };
1239
- outline: {
1240
- outer: string;
1241
- inner: string;
1242
- };
1243
1243
  surface: {
1244
1244
  surface: string;
1245
1245
  bright: string;
@@ -1770,6 +1770,10 @@ export declare const StyledActionText: import("styled-components").StyledCompone
1770
1770
  "60": string;
1771
1771
  "70": string;
1772
1772
  };
1773
+ outline: {
1774
+ outer: string;
1775
+ inner: string;
1776
+ };
1773
1777
  alert: {
1774
1778
  success: string;
1775
1779
  successTint: string;
@@ -1806,10 +1810,6 @@ export declare const StyledActionText: import("styled-components").StyledCompone
1806
1810
  onBrandVariant: string;
1807
1811
  };
1808
1812
  };
1809
- outline: {
1810
- outer: string;
1811
- inner: string;
1812
- };
1813
1813
  surface: {
1814
1814
  surface: string;
1815
1815
  bright: string;
@@ -2340,6 +2340,10 @@ export declare const StyledActionNodeWrapper: import("styled-components").Styled
2340
2340
  "60": string;
2341
2341
  "70": string;
2342
2342
  };
2343
+ outline: {
2344
+ outer: string;
2345
+ inner: string;
2346
+ };
2343
2347
  alert: {
2344
2348
  success: string;
2345
2349
  successTint: string;
@@ -2376,10 +2380,6 @@ export declare const StyledActionNodeWrapper: import("styled-components").Styled
2376
2380
  onBrandVariant: string;
2377
2381
  };
2378
2382
  };
2379
- outline: {
2380
- outer: string;
2381
- inner: string;
2382
- };
2383
2383
  surface: {
2384
2384
  surface: string;
2385
2385
  bright: string;
@@ -2907,6 +2907,10 @@ export declare const StyledRightIcon: import("styled-components").StyledComponen
2907
2907
  "60": string;
2908
2908
  "70": string;
2909
2909
  };
2910
+ outline: {
2911
+ outer: string;
2912
+ inner: string;
2913
+ };
2910
2914
  alert: {
2911
2915
  success: string;
2912
2916
  successTint: string;
@@ -2943,10 +2947,6 @@ export declare const StyledRightIcon: import("styled-components").StyledComponen
2943
2947
  onBrandVariant: string;
2944
2948
  };
2945
2949
  };
2946
- outline: {
2947
- outer: string;
2948
- inner: string;
2949
- };
2950
2950
  surface: {
2951
2951
  surface: string;
2952
2952
  bright: string;
@@ -3476,6 +3476,10 @@ export declare const StyledLeftIcon: import("styled-components").StyledComponent
3476
3476
  "60": string;
3477
3477
  "70": string;
3478
3478
  };
3479
+ outline: {
3480
+ outer: string;
3481
+ inner: string;
3482
+ };
3479
3483
  alert: {
3480
3484
  success: string;
3481
3485
  successTint: string;
@@ -3512,10 +3516,6 @@ export declare const StyledLeftIcon: import("styled-components").StyledComponent
3512
3516
  onBrandVariant: string;
3513
3517
  };
3514
3518
  };
3515
- outline: {
3516
- outer: string;
3517
- inner: string;
3518
- };
3519
3519
  surface: {
3520
3520
  surface: string;
3521
3521
  bright: string;
@@ -4045,6 +4045,10 @@ export declare const StyledTextWrapper: import("styled-components").StyledCompon
4045
4045
  "60": string;
4046
4046
  "70": string;
4047
4047
  };
4048
+ outline: {
4049
+ outer: string;
4050
+ inner: string;
4051
+ };
4048
4052
  alert: {
4049
4053
  success: string;
4050
4054
  successTint: string;
@@ -4081,10 +4085,6 @@ export declare const StyledTextWrapper: import("styled-components").StyledCompon
4081
4085
  onBrandVariant: string;
4082
4086
  };
4083
4087
  };
4084
- outline: {
4085
- outer: string;
4086
- inner: string;
4087
- };
4088
4088
  surface: {
4089
4089
  surface: string;
4090
4090
  bright: string;
@@ -4617,6 +4617,10 @@ export declare const StyledHintText: import("styled-components").StyledComponent
4617
4617
  "60": string;
4618
4618
  "70": string;
4619
4619
  };
4620
+ outline: {
4621
+ outer: string;
4622
+ inner: string;
4623
+ };
4620
4624
  alert: {
4621
4625
  success: string;
4622
4626
  successTint: string;
@@ -4653,10 +4657,6 @@ export declare const StyledHintText: import("styled-components").StyledComponent
4653
4657
  onBrandVariant: string;
4654
4658
  };
4655
4659
  };
4656
- outline: {
4657
- outer: string;
4658
- inner: string;
4659
- };
4660
4660
  surface: {
4661
4661
  surface: string;
4662
4662
  bright: string;
@@ -5187,6 +5187,10 @@ export declare const StyledHintText: import("styled-components").StyledComponent
5187
5187
  "60": string;
5188
5188
  "70": string;
5189
5189
  };
5190
+ outline: {
5191
+ outer: string;
5192
+ inner: string;
5193
+ };
5190
5194
  alert: {
5191
5195
  success: string;
5192
5196
  successTint: string;
@@ -5223,10 +5227,6 @@ export declare const StyledHintText: import("styled-components").StyledComponent
5223
5227
  onBrandVariant: string;
5224
5228
  };
5225
5229
  };
5226
- outline: {
5227
- outer: string;
5228
- inner: string;
5229
- };
5230
5230
  surface: {
5231
5231
  surface: string;
5232
5232
  bright: string;
@@ -66,6 +66,10 @@ declare const StyledBadge: import("styled-components").StyledComponent<typeof im
66
66
  "60": string;
67
67
  "70": string;
68
68
  };
69
+ outline: {
70
+ outer: string;
71
+ inner: string;
72
+ };
69
73
  alert: {
70
74
  success: string;
71
75
  successTint: string;
@@ -102,10 +106,6 @@ declare const StyledBadge: import("styled-components").StyledComponent<typeof im
102
106
  onBrandVariant: string;
103
107
  };
104
108
  };
105
- outline: {
106
- outer: string;
107
- inner: string;
108
- };
109
109
  surface: {
110
110
  surface: string;
111
111
  bright: string;
@@ -21,7 +21,7 @@ type ButtonIconOnly = ButtonBase & {
21
21
  };
22
22
  export type ButtonProps = ButtonWithText | ButtonIconOnly;
23
23
  declare const Button: ({ iconLeft, iconRight, children, fullWidth, variant, inverted, size, ...rest }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
24
- type OmittedButtonProps = Omit<ComponentProps<typeof Button>, 'variant' | 'ref' | 'children'> & {
24
+ type OmittedButtonProps = Omit<ComponentProps<typeof Button>, 'variant' | 'ref'> & {
25
25
  ref: Ref<TouchableOpacity>;
26
26
  };
27
27
  declare const ButtonDestructive: import("react").ForwardRefExoticComponent<Omit<OmittedButtonProps, "ref"> & import("react").RefAttributes<TouchableOpacity>>;
@@ -51,6 +51,10 @@ export declare const StyledButtonWrapper: import("styled-components").StyledComp
51
51
  "60": string;
52
52
  "70": string;
53
53
  };
54
+ outline: {
55
+ outer: string;
56
+ inner: string;
57
+ };
54
58
  alert: {
55
59
  success: string;
56
60
  successTint: string;
@@ -87,10 +91,6 @@ export declare const StyledButtonWrapper: import("styled-components").StyledComp
87
91
  onBrandVariant: string;
88
92
  };
89
93
  };
90
- outline: {
91
- outer: string;
92
- inner: string;
93
- };
94
94
  surface: {
95
95
  surface: string;
96
96
  bright: string;
@@ -618,6 +618,10 @@ export declare const StyledInner: import("styled-components").StyledComponent<ty
618
618
  "60": string;
619
619
  "70": string;
620
620
  };
621
+ outline: {
622
+ outer: string;
623
+ inner: string;
624
+ };
621
625
  alert: {
622
626
  success: string;
623
627
  successTint: string;
@@ -654,10 +658,6 @@ export declare const StyledInner: import("styled-components").StyledComponent<ty
654
658
  onBrandVariant: string;
655
659
  };
656
660
  };
657
- outline: {
658
- outer: string;
659
- inner: string;
660
- };
661
661
  surface: {
662
662
  surface: string;
663
663
  bright: string;
@@ -1193,6 +1193,10 @@ export declare const StyledButtonIcon: import("styled-components").StyledCompone
1193
1193
  "60": string;
1194
1194
  "70": string;
1195
1195
  };
1196
+ outline: {
1197
+ outer: string;
1198
+ inner: string;
1199
+ };
1196
1200
  alert: {
1197
1201
  success: string;
1198
1202
  successTint: string;
@@ -1229,10 +1233,6 @@ export declare const StyledButtonIcon: import("styled-components").StyledCompone
1229
1233
  onBrandVariant: string;
1230
1234
  };
1231
1235
  };
1232
- outline: {
1233
- outer: string;
1234
- inner: string;
1235
- };
1236
1236
  surface: {
1237
1237
  surface: string;
1238
1238
  bright: string;
@@ -1767,6 +1767,10 @@ export declare const StyledButtonText: import("styled-components").StyledCompone
1767
1767
  "60": string;
1768
1768
  "70": string;
1769
1769
  };
1770
+ outline: {
1771
+ outer: string;
1772
+ inner: string;
1773
+ };
1770
1774
  alert: {
1771
1775
  success: string;
1772
1776
  successTint: string;
@@ -1803,10 +1807,6 @@ export declare const StyledButtonText: import("styled-components").StyledCompone
1803
1807
  onBrandVariant: string;
1804
1808
  };
1805
1809
  };
1806
- outline: {
1807
- outer: string;
1808
- inner: string;
1809
- };
1810
1810
  surface: {
1811
1811
  surface: string;
1812
1812
  bright: string;
@@ -51,6 +51,10 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
51
51
  "60": string;
52
52
  "70": string;
53
53
  };
54
+ outline: {
55
+ outer: string;
56
+ inner: string;
57
+ };
54
58
  alert: {
55
59
  success: string;
56
60
  successTint: string;
@@ -87,10 +91,6 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
87
91
  onBrandVariant: string;
88
92
  };
89
93
  };
90
- outline: {
91
- outer: string;
92
- inner: string;
93
- };
94
94
  surface: {
95
95
  surface: string;
96
96
  bright: string;
@@ -618,6 +618,10 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
618
618
  "60": string;
619
619
  "70": string;
620
620
  };
621
+ outline: {
622
+ outer: string;
623
+ inner: string;
624
+ };
621
625
  alert: {
622
626
  success: string;
623
627
  successTint: string;
@@ -654,10 +658,6 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
654
658
  onBrandVariant: string;
655
659
  };
656
660
  };
657
- outline: {
658
- outer: string;
659
- inner: string;
660
- };
661
661
  surface: {
662
662
  surface: string;
663
663
  bright: string;
@@ -1187,6 +1187,10 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
1187
1187
  "60": string;
1188
1188
  "70": string;
1189
1189
  };
1190
+ outline: {
1191
+ outer: string;
1192
+ inner: string;
1193
+ };
1190
1194
  alert: {
1191
1195
  success: string;
1192
1196
  successTint: string;
@@ -1223,10 +1227,6 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
1223
1227
  onBrandVariant: string;
1224
1228
  };
1225
1229
  };
1226
- outline: {
1227
- outer: string;
1228
- inner: string;
1229
- };
1230
1230
  surface: {
1231
1231
  surface: string;
1232
1232
  bright: string;
@@ -1754,6 +1754,10 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
1754
1754
  "60": string;
1755
1755
  "70": string;
1756
1756
  };
1757
+ outline: {
1758
+ outer: string;
1759
+ inner: string;
1760
+ };
1757
1761
  alert: {
1758
1762
  success: string;
1759
1763
  successTint: string;
@@ -1790,10 +1794,6 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
1790
1794
  onBrandVariant: string;
1791
1795
  };
1792
1796
  };
1793
- outline: {
1794
- outer: string;
1795
- inner: string;
1796
- };
1797
1797
  surface: {
1798
1798
  surface: string;
1799
1799
  bright: string;
@@ -2321,6 +2321,10 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
2321
2321
  "60": string;
2322
2322
  "70": string;
2323
2323
  };
2324
+ outline: {
2325
+ outer: string;
2326
+ inner: string;
2327
+ };
2324
2328
  alert: {
2325
2329
  success: string;
2326
2330
  successTint: string;
@@ -2357,10 +2361,6 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
2357
2361
  onBrandVariant: string;
2358
2362
  };
2359
2363
  };
2360
- outline: {
2361
- outer: string;
2362
- inner: string;
2363
- };
2364
2364
  surface: {
2365
2365
  surface: string;
2366
2366
  bright: string;
@@ -2888,6 +2888,10 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
2888
2888
  "60": string;
2889
2889
  "70": string;
2890
2890
  };
2891
+ outline: {
2892
+ outer: string;
2893
+ inner: string;
2894
+ };
2891
2895
  alert: {
2892
2896
  success: string;
2893
2897
  successTint: string;
@@ -2924,10 +2928,6 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
2924
2928
  onBrandVariant: string;
2925
2929
  };
2926
2930
  };
2927
- outline: {
2928
- outer: string;
2929
- inner: string;
2930
- };
2931
2931
  surface: {
2932
2932
  surface: string;
2933
2933
  bright: string;
@@ -3455,6 +3455,10 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
3455
3455
  "60": string;
3456
3456
  "70": string;
3457
3457
  };
3458
+ outline: {
3459
+ outer: string;
3460
+ inner: string;
3461
+ };
3458
3462
  alert: {
3459
3463
  success: string;
3460
3464
  successTint: string;
@@ -3491,10 +3495,6 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
3491
3495
  onBrandVariant: string;
3492
3496
  };
3493
3497
  };
3494
- outline: {
3495
- outer: string;
3496
- inner: string;
3497
- };
3498
3498
  surface: {
3499
3499
  surface: string;
3500
3500
  bright: string;
@@ -4024,6 +4024,10 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
4024
4024
  "60": string;
4025
4025
  "70": string;
4026
4026
  };
4027
+ outline: {
4028
+ outer: string;
4029
+ inner: string;
4030
+ };
4027
4031
  alert: {
4028
4032
  success: string;
4029
4033
  successTint: string;
@@ -4060,10 +4064,6 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
4060
4064
  onBrandVariant: string;
4061
4065
  };
4062
4066
  };
4063
- outline: {
4064
- outer: string;
4065
- inner: string;
4066
- };
4067
4067
  surface: {
4068
4068
  surface: string;
4069
4069
  bright: string;
@@ -4591,6 +4591,10 @@ export declare const TableBody: import("styled-components").StyledComponent<type
4591
4591
  "60": string;
4592
4592
  "70": string;
4593
4593
  };
4594
+ outline: {
4595
+ outer: string;
4596
+ inner: string;
4597
+ };
4594
4598
  alert: {
4595
4599
  success: string;
4596
4600
  successTint: string;
@@ -4627,10 +4631,6 @@ export declare const TableBody: import("styled-components").StyledComponent<type
4627
4631
  onBrandVariant: string;
4628
4632
  };
4629
4633
  };
4630
- outline: {
4631
- outer: string;
4632
- inner: string;
4633
- };
4634
4634
  surface: {
4635
4635
  surface: string;
4636
4636
  bright: string;
@@ -5158,6 +5158,10 @@ export declare const TableCell: import("styled-components").StyledComponent<type
5158
5158
  "60": string;
5159
5159
  "70": string;
5160
5160
  };
5161
+ outline: {
5162
+ outer: string;
5163
+ inner: string;
5164
+ };
5161
5165
  alert: {
5162
5166
  success: string;
5163
5167
  successTint: string;
@@ -5194,10 +5198,6 @@ export declare const TableCell: import("styled-components").StyledComponent<type
5194
5198
  onBrandVariant: string;
5195
5199
  };
5196
5200
  };
5197
- outline: {
5198
- outer: string;
5199
- inner: string;
5200
- };
5201
5201
  surface: {
5202
5202
  surface: string;
5203
5203
  bright: string;
@@ -5727,6 +5727,10 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
5727
5727
  "60": string;
5728
5728
  "70": string;
5729
5729
  };
5730
+ outline: {
5731
+ outer: string;
5732
+ inner: string;
5733
+ };
5730
5734
  alert: {
5731
5735
  success: string;
5732
5736
  successTint: string;
@@ -5763,10 +5767,6 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
5763
5767
  onBrandVariant: string;
5764
5768
  };
5765
5769
  };
5766
- outline: {
5767
- outer: string;
5768
- inner: string;
5769
- };
5770
5770
  surface: {
5771
5771
  surface: string;
5772
5772
  bright: string;
@@ -6296,6 +6296,10 @@ export declare const StyledSeparatorRow: import("styled-components").StyledCompo
6296
6296
  "60": string;
6297
6297
  "70": string;
6298
6298
  };
6299
+ outline: {
6300
+ outer: string;
6301
+ inner: string;
6302
+ };
6299
6303
  alert: {
6300
6304
  success: string;
6301
6305
  successTint: string;
@@ -6332,10 +6336,6 @@ export declare const StyledSeparatorRow: import("styled-components").StyledCompo
6332
6336
  onBrandVariant: string;
6333
6337
  };
6334
6338
  };
6335
- outline: {
6336
- outer: string;
6337
- inner: string;
6338
- };
6339
6339
  surface: {
6340
6340
  surface: string;
6341
6341
  bright: string;
@@ -6865,6 +6865,10 @@ export declare const SeparatorRowText: import("styled-components").StyledCompone
6865
6865
  "60": string;
6866
6866
  "70": string;
6867
6867
  };
6868
+ outline: {
6869
+ outer: string;
6870
+ inner: string;
6871
+ };
6868
6872
  alert: {
6869
6873
  success: string;
6870
6874
  successTint: string;
@@ -6901,10 +6905,6 @@ export declare const SeparatorRowText: import("styled-components").StyledCompone
6901
6905
  onBrandVariant: string;
6902
6906
  };
6903
6907
  };
6904
- outline: {
6905
- outer: string;
6906
- inner: string;
6907
- };
6908
6908
  surface: {
6909
6909
  surface: string;
6910
6910
  bright: string;
@@ -50,6 +50,10 @@ export declare const Em: import("styled-components").StyledComponent<typeof impo
50
50
  "60": string;
51
51
  "70": string;
52
52
  };
53
+ outline: {
54
+ outer: string;
55
+ inner: string;
56
+ };
53
57
  alert: {
54
58
  success: string;
55
59
  successTint: string;
@@ -86,10 +90,6 @@ export declare const Em: import("styled-components").StyledComponent<typeof impo
86
90
  onBrandVariant: string;
87
91
  };
88
92
  };
89
- outline: {
90
- outer: string;
91
- inner: string;
92
- };
93
93
  surface: {
94
94
  surface: string;
95
95
  bright: string;