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