@ovotech/element-native 5.2.0 → 5.2.1-canary-cdd2d55-385
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 +9 -0
- package/dist/components/ActionList/styled.d.ts +30 -0
- package/dist/components/Badge/Badge.d.ts +3 -0
- package/dist/components/Button/Button.styles.d.ts +12 -0
- package/dist/components/DataTable/styles.d.ts +39 -0
- package/dist/components/Em/Em.d.ts +3 -0
- package/dist/components/ErrorText/ErrorText.d.ts +3 -0
- package/dist/components/Grid/Col.d.ts +3 -0
- package/dist/components/Grid/Row.d.ts +3 -0
- package/dist/components/HintText/HintText.d.ts +3 -0
- package/dist/components/LabelText/LabelText.d.ts +3 -0
- package/dist/components/LineThrough/LineThrough.d.ts +3 -0
- package/dist/components/List/styled.d.ts +12 -0
- package/dist/components/Margin/Margin.d.ts +3 -0
- package/dist/components/NavHeader/NavHeader.styles.d.ts +21 -0
- package/dist/components/Notification/Notification.d.ts +6 -0
- package/dist/components/PasswordInput/PasswordInput.styled.d.ts +3 -0
- package/dist/components/SelectField/Select.d.ts +3 -0
- package/dist/components/Strong/Strong.d.ts +3 -0
- package/dist/components/SubLabelText/SubLabelText.d.ts +3 -0
- package/dist/components/Toggle/styles.d.ts +12 -0
- package/dist/esm/providers/IconsProvider.js +6 -1
- package/dist/esm/providers/PictogramsProvider.js +50 -2
- package/dist/esm/providers/icons/AI.js +14 -0
- package/dist/esm/providers/icons/ChevronDownSmall.js +14 -0
- package/dist/esm/providers/icons/ChevronUpSmall.js +14 -0
- package/dist/esm/providers/icons/Copy.js +14 -0
- package/dist/esm/providers/icons/Send.js +14 -0
- package/dist/esm/providers/icons/index.js +5 -0
- package/dist/esm/providers/pictograms/AccousticGuitar.js +14 -0
- package/dist/esm/providers/pictograms/Bag.js +14 -0
- package/dist/esm/providers/pictograms/Bicycle.js +14 -0
- package/dist/esm/providers/pictograms/BritishSignLanguage.js +14 -0
- package/dist/esm/providers/pictograms/CableLengthLong.js +14 -0
- package/dist/esm/providers/pictograms/CableLengthMedium.js +14 -0
- package/dist/esm/providers/pictograms/CableLengthShort.js +14 -0
- package/dist/esm/providers/pictograms/Camera.js +14 -0
- package/dist/esm/providers/pictograms/Copy.js +14 -0
- package/dist/esm/providers/pictograms/Drink1.js +14 -0
- package/dist/esm/providers/pictograms/Drink2.js +14 -0
- package/dist/esm/providers/pictograms/Drink3.js +14 -0
- package/dist/esm/providers/pictograms/Drink4.js +14 -0
- package/dist/esm/providers/pictograms/ElectricityWarning.js +14 -0
- package/dist/esm/providers/pictograms/Fairness.js +14 -0
- package/dist/esm/providers/pictograms/FossilFuels.js +14 -0
- package/dist/esm/providers/pictograms/GasWarning.js +14 -0
- package/dist/esm/providers/pictograms/HomeMoving.js +14 -0
- package/dist/esm/providers/pictograms/HouseProtected.js +14 -0
- package/dist/esm/providers/pictograms/Key.js +14 -0
- package/dist/esm/providers/pictograms/Laptop.js +14 -0
- package/dist/esm/providers/pictograms/LightMembership.js +14 -0
- package/dist/esm/providers/pictograms/Like.js +14 -0
- package/dist/esm/providers/pictograms/{Drink.js → LogIn.js} +1 -1
- package/dist/esm/providers/pictograms/LogOut.js +14 -0
- package/dist/esm/providers/pictograms/MeterTopUp1.js +14 -0
- package/dist/esm/providers/pictograms/MeterTopUp2.js +14 -0
- package/dist/esm/providers/pictograms/Microphone.js +14 -0
- package/dist/esm/providers/pictograms/News.js +14 -0
- package/dist/esm/providers/pictograms/NoEntry.js +14 -0
- package/dist/esm/providers/pictograms/NoSmoking.js +14 -0
- package/dist/esm/providers/pictograms/Person.js +14 -0
- package/dist/esm/providers/pictograms/Play.js +14 -0
- package/dist/esm/providers/pictograms/PlugAndSocket.js +14 -0
- package/dist/esm/providers/pictograms/Present.js +14 -0
- package/dist/esm/providers/pictograms/Radio.js +14 -0
- package/dist/esm/providers/pictograms/Refund.js +14 -0
- package/dist/esm/providers/pictograms/Repair.js +14 -0
- package/dist/esm/providers/pictograms/Rocket.js +14 -0
- package/dist/esm/providers/pictograms/Screen1.js +14 -0
- package/dist/esm/providers/pictograms/Screen2.js +14 -0
- package/dist/esm/providers/pictograms/SellingPowerBackElectricity.js +14 -0
- package/dist/esm/providers/pictograms/SellingPowerBackGas.js +14 -0
- package/dist/esm/providers/pictograms/Send.js +14 -0
- package/dist/esm/providers/pictograms/Shield.js +14 -0
- package/dist/esm/providers/pictograms/Tado.js +14 -0
- package/dist/esm/providers/pictograms/TentFront.js +14 -0
- package/dist/esm/providers/pictograms/TentSide.js +14 -0
- package/dist/esm/providers/pictograms/Underground.js +2 -2
- package/dist/esm/providers/pictograms/Underground1.js +14 -0
- package/dist/esm/providers/pictograms/index.js +61 -13
- package/dist/providers/IconsProvider.js +5 -0
- package/dist/providers/PictogramsProvider.js +49 -1
- package/dist/providers/icons/AI.d.ts +2 -0
- package/dist/providers/icons/AI.js +41 -0
- package/dist/providers/icons/ChevronDownSmall.d.ts +2 -0
- package/dist/providers/icons/ChevronDownSmall.js +41 -0
- package/dist/providers/icons/ChevronUpSmall.d.ts +2 -0
- package/dist/providers/icons/ChevronUpSmall.js +41 -0
- package/dist/providers/icons/Copy.d.ts +2 -0
- package/dist/providers/icons/Copy.js +41 -0
- package/dist/providers/icons/Send.d.ts +2 -0
- package/dist/providers/icons/Send.js +41 -0
- package/dist/providers/icons/index.d.ts +5 -0
- package/dist/providers/icons/index.js +5 -0
- package/dist/providers/icons-types.d.ts +1 -1
- package/dist/providers/pictograms/AccousticGuitar.d.ts +2 -0
- package/dist/providers/pictograms/AccousticGuitar.js +41 -0
- package/dist/providers/pictograms/Bag.d.ts +2 -0
- package/dist/providers/pictograms/Bag.js +41 -0
- package/dist/providers/pictograms/Bicycle.d.ts +2 -0
- package/dist/providers/pictograms/Bicycle.js +41 -0
- package/dist/providers/pictograms/BritishSignLanguage.d.ts +2 -0
- package/dist/providers/pictograms/BritishSignLanguage.js +41 -0
- package/dist/providers/pictograms/CableLengthLong.d.ts +2 -0
- package/dist/providers/pictograms/CableLengthLong.js +41 -0
- package/dist/providers/pictograms/CableLengthMedium.d.ts +2 -0
- package/dist/providers/pictograms/CableLengthMedium.js +41 -0
- package/dist/providers/pictograms/CableLengthShort.d.ts +2 -0
- package/dist/providers/pictograms/CableLengthShort.js +41 -0
- package/dist/providers/pictograms/Camera.d.ts +2 -0
- package/dist/providers/pictograms/Camera.js +41 -0
- package/dist/providers/pictograms/Copy.d.ts +2 -0
- package/dist/providers/pictograms/Copy.js +41 -0
- package/dist/providers/pictograms/Drink1.d.ts +2 -0
- package/dist/providers/pictograms/Drink1.js +41 -0
- package/dist/providers/pictograms/Drink2.d.ts +2 -0
- package/dist/providers/pictograms/Drink2.js +41 -0
- package/dist/providers/pictograms/Drink3.d.ts +2 -0
- package/dist/providers/pictograms/Drink3.js +41 -0
- package/dist/providers/pictograms/Drink4.d.ts +2 -0
- package/dist/providers/pictograms/Drink4.js +41 -0
- package/dist/providers/pictograms/ElectricityWarning.d.ts +2 -0
- package/dist/providers/pictograms/ElectricityWarning.js +41 -0
- package/dist/providers/pictograms/Fairness.d.ts +2 -0
- package/dist/providers/pictograms/Fairness.js +41 -0
- package/dist/providers/pictograms/FossilFuels.d.ts +2 -0
- package/dist/providers/pictograms/FossilFuels.js +41 -0
- package/dist/providers/pictograms/GasWarning.d.ts +2 -0
- package/dist/providers/pictograms/GasWarning.js +41 -0
- package/dist/providers/pictograms/HomeMoving.d.ts +2 -0
- package/dist/providers/pictograms/HomeMoving.js +41 -0
- package/dist/providers/pictograms/HouseProtected.d.ts +2 -0
- package/dist/providers/pictograms/HouseProtected.js +41 -0
- package/dist/providers/pictograms/Key.d.ts +2 -0
- package/dist/providers/pictograms/Key.js +41 -0
- package/dist/providers/pictograms/Laptop.d.ts +2 -0
- package/dist/providers/pictograms/Laptop.js +41 -0
- package/dist/providers/pictograms/LightMembership.d.ts +2 -0
- package/dist/providers/pictograms/LightMembership.js +41 -0
- package/dist/providers/pictograms/Like.d.ts +2 -0
- package/dist/providers/pictograms/Like.js +41 -0
- package/dist/providers/pictograms/{Drink.d.ts → LogIn.d.ts} +1 -1
- package/dist/providers/pictograms/{Drink.js → LogIn.js} +3 -3
- package/dist/providers/pictograms/LogOut.d.ts +2 -0
- package/dist/providers/pictograms/LogOut.js +41 -0
- package/dist/providers/pictograms/MeterTopUp1.d.ts +2 -0
- package/dist/providers/pictograms/MeterTopUp1.js +41 -0
- package/dist/providers/pictograms/MeterTopUp2.d.ts +2 -0
- package/dist/providers/pictograms/MeterTopUp2.js +41 -0
- package/dist/providers/pictograms/Microphone.d.ts +2 -0
- package/dist/providers/pictograms/Microphone.js +41 -0
- package/dist/providers/pictograms/News.d.ts +2 -0
- package/dist/providers/pictograms/News.js +41 -0
- package/dist/providers/pictograms/NoEntry.d.ts +2 -0
- package/dist/providers/pictograms/NoEntry.js +41 -0
- package/dist/providers/pictograms/NoSmoking.d.ts +2 -0
- package/dist/providers/pictograms/NoSmoking.js +41 -0
- package/dist/providers/pictograms/Person.d.ts +2 -0
- package/dist/providers/pictograms/Person.js +41 -0
- package/dist/providers/pictograms/Play.d.ts +2 -0
- package/dist/providers/pictograms/Play.js +41 -0
- package/dist/providers/pictograms/PlugAndSocket.d.ts +2 -0
- package/dist/providers/pictograms/PlugAndSocket.js +41 -0
- package/dist/providers/pictograms/Present.d.ts +2 -0
- package/dist/providers/pictograms/Present.js +41 -0
- package/dist/providers/pictograms/Radio.d.ts +2 -0
- package/dist/providers/pictograms/Radio.js +41 -0
- package/dist/providers/pictograms/Refund.d.ts +2 -0
- package/dist/providers/pictograms/Refund.js +41 -0
- package/dist/providers/pictograms/Repair.d.ts +2 -0
- package/dist/providers/pictograms/Repair.js +41 -0
- package/dist/providers/pictograms/Rocket.d.ts +2 -0
- package/dist/providers/pictograms/Rocket.js +41 -0
- package/dist/providers/pictograms/Screen1.d.ts +2 -0
- package/dist/providers/pictograms/Screen1.js +41 -0
- package/dist/providers/pictograms/Screen2.d.ts +2 -0
- package/dist/providers/pictograms/Screen2.js +41 -0
- package/dist/providers/pictograms/SellingPowerBackElectricity.d.ts +2 -0
- package/dist/providers/pictograms/SellingPowerBackElectricity.js +41 -0
- package/dist/providers/pictograms/SellingPowerBackGas.d.ts +2 -0
- package/dist/providers/pictograms/SellingPowerBackGas.js +41 -0
- package/dist/providers/pictograms/Send.d.ts +2 -0
- package/dist/providers/pictograms/Send.js +41 -0
- package/dist/providers/pictograms/Shield.d.ts +2 -0
- package/dist/providers/pictograms/Shield.js +41 -0
- package/dist/providers/pictograms/Tado.d.ts +2 -0
- package/dist/providers/pictograms/Tado.js +41 -0
- package/dist/providers/pictograms/TentFront.d.ts +2 -0
- package/dist/providers/pictograms/TentFront.js +41 -0
- package/dist/providers/pictograms/TentSide.d.ts +2 -0
- package/dist/providers/pictograms/TentSide.js +41 -0
- package/dist/providers/pictograms/Underground.js +1 -1
- package/dist/providers/pictograms/Underground1.d.ts +2 -0
- package/dist/providers/pictograms/Underground1.js +41 -0
- package/dist/providers/pictograms/index.d.ts +61 -13
- package/dist/providers/pictograms/index.js +61 -13
- package/dist/providers/pictograms-types.d.ts +1 -1
- package/dist/styled.native.d.ts +18 -0
- package/package.json +5 -5
|
@@ -38,6 +38,7 @@ export declare const StyledAccordion: import("styled-components").StyledComponen
|
|
|
38
38
|
"30": string;
|
|
39
39
|
"40": string;
|
|
40
40
|
"50": string;
|
|
41
|
+
"56": string;
|
|
41
42
|
"60": string;
|
|
42
43
|
"70": string;
|
|
43
44
|
"80": string;
|
|
@@ -77,6 +78,8 @@ export declare const StyledAccordion: import("styled-components").StyledComponen
|
|
|
77
78
|
gradientTo: string;
|
|
78
79
|
onBrand: string;
|
|
79
80
|
onBrandVariant: string;
|
|
81
|
+
aiGradientFrom: string;
|
|
82
|
+
aiGradientTo: string;
|
|
80
83
|
fixed: {
|
|
81
84
|
brand: string;
|
|
82
85
|
dark: string;
|
|
@@ -610,6 +613,7 @@ export declare const StyledAccordionHeader: import("styled-components").StyledCo
|
|
|
610
613
|
"30": string;
|
|
611
614
|
"40": string;
|
|
612
615
|
"50": string;
|
|
616
|
+
"56": string;
|
|
613
617
|
"60": string;
|
|
614
618
|
"70": string;
|
|
615
619
|
"80": string;
|
|
@@ -649,6 +653,8 @@ export declare const StyledAccordionHeader: import("styled-components").StyledCo
|
|
|
649
653
|
gradientTo: string;
|
|
650
654
|
onBrand: string;
|
|
651
655
|
onBrandVariant: string;
|
|
656
|
+
aiGradientFrom: string;
|
|
657
|
+
aiGradientTo: string;
|
|
652
658
|
fixed: {
|
|
653
659
|
brand: string;
|
|
654
660
|
dark: string;
|
|
@@ -1177,6 +1183,7 @@ export declare const StyledContainer: import("styled-components").StyledComponen
|
|
|
1177
1183
|
"30": string;
|
|
1178
1184
|
"40": string;
|
|
1179
1185
|
"50": string;
|
|
1186
|
+
"56": string;
|
|
1180
1187
|
"60": string;
|
|
1181
1188
|
"70": string;
|
|
1182
1189
|
"80": string;
|
|
@@ -1216,6 +1223,8 @@ export declare const StyledContainer: import("styled-components").StyledComponen
|
|
|
1216
1223
|
gradientTo: string;
|
|
1217
1224
|
onBrand: string;
|
|
1218
1225
|
onBrandVariant: string;
|
|
1226
|
+
aiGradientFrom: string;
|
|
1227
|
+
aiGradientTo: string;
|
|
1219
1228
|
fixed: {
|
|
1220
1229
|
brand: string;
|
|
1221
1230
|
dark: string;
|
|
@@ -43,6 +43,7 @@ export declare const StyledActionList: import("react").ForwardRefExoticComponent
|
|
|
43
43
|
"30": string;
|
|
44
44
|
"40": string;
|
|
45
45
|
"50": string;
|
|
46
|
+
"56": string;
|
|
46
47
|
"60": string;
|
|
47
48
|
"70": string;
|
|
48
49
|
"80": string;
|
|
@@ -82,6 +83,8 @@ export declare const StyledActionList: import("react").ForwardRefExoticComponent
|
|
|
82
83
|
gradientTo: string;
|
|
83
84
|
onBrand: string;
|
|
84
85
|
onBrandVariant: string;
|
|
86
|
+
aiGradientFrom: string;
|
|
87
|
+
aiGradientTo: string;
|
|
85
88
|
fixed: {
|
|
86
89
|
brand: string;
|
|
87
90
|
dark: string;
|
|
@@ -614,6 +617,7 @@ export declare const StyledActionWrapper: import("styled-components").StyledComp
|
|
|
614
617
|
"30": string;
|
|
615
618
|
"40": string;
|
|
616
619
|
"50": string;
|
|
620
|
+
"56": string;
|
|
617
621
|
"60": string;
|
|
618
622
|
"70": string;
|
|
619
623
|
"80": string;
|
|
@@ -653,6 +657,8 @@ export declare const StyledActionWrapper: import("styled-components").StyledComp
|
|
|
653
657
|
gradientTo: string;
|
|
654
658
|
onBrand: string;
|
|
655
659
|
onBrandVariant: string;
|
|
660
|
+
aiGradientFrom: string;
|
|
661
|
+
aiGradientTo: string;
|
|
656
662
|
fixed: {
|
|
657
663
|
brand: string;
|
|
658
664
|
dark: string;
|
|
@@ -1187,6 +1193,7 @@ export declare const StyledActionInner: import("styled-components").StyledCompon
|
|
|
1187
1193
|
"30": string;
|
|
1188
1194
|
"40": string;
|
|
1189
1195
|
"50": string;
|
|
1196
|
+
"56": string;
|
|
1190
1197
|
"60": string;
|
|
1191
1198
|
"70": string;
|
|
1192
1199
|
"80": string;
|
|
@@ -1226,6 +1233,8 @@ export declare const StyledActionInner: import("styled-components").StyledCompon
|
|
|
1226
1233
|
gradientTo: string;
|
|
1227
1234
|
onBrand: string;
|
|
1228
1235
|
onBrandVariant: string;
|
|
1236
|
+
aiGradientFrom: string;
|
|
1237
|
+
aiGradientTo: string;
|
|
1229
1238
|
fixed: {
|
|
1230
1239
|
brand: string;
|
|
1231
1240
|
dark: string;
|
|
@@ -1757,6 +1766,7 @@ export declare const StyledActionText: import("styled-components").StyledCompone
|
|
|
1757
1766
|
"30": string;
|
|
1758
1767
|
"40": string;
|
|
1759
1768
|
"50": string;
|
|
1769
|
+
"56": string;
|
|
1760
1770
|
"60": string;
|
|
1761
1771
|
"70": string;
|
|
1762
1772
|
"80": string;
|
|
@@ -1796,6 +1806,8 @@ export declare const StyledActionText: import("styled-components").StyledCompone
|
|
|
1796
1806
|
gradientTo: string;
|
|
1797
1807
|
onBrand: string;
|
|
1798
1808
|
onBrandVariant: string;
|
|
1809
|
+
aiGradientFrom: string;
|
|
1810
|
+
aiGradientTo: string;
|
|
1799
1811
|
fixed: {
|
|
1800
1812
|
brand: string;
|
|
1801
1813
|
dark: string;
|
|
@@ -2327,6 +2339,7 @@ export declare const StyledActionNodeWrapper: import("styled-components").Styled
|
|
|
2327
2339
|
"30": string;
|
|
2328
2340
|
"40": string;
|
|
2329
2341
|
"50": string;
|
|
2342
|
+
"56": string;
|
|
2330
2343
|
"60": string;
|
|
2331
2344
|
"70": string;
|
|
2332
2345
|
"80": string;
|
|
@@ -2366,6 +2379,8 @@ export declare const StyledActionNodeWrapper: import("styled-components").Styled
|
|
|
2366
2379
|
gradientTo: string;
|
|
2367
2380
|
onBrand: string;
|
|
2368
2381
|
onBrandVariant: string;
|
|
2382
|
+
aiGradientFrom: string;
|
|
2383
|
+
aiGradientTo: string;
|
|
2369
2384
|
fixed: {
|
|
2370
2385
|
brand: string;
|
|
2371
2386
|
dark: string;
|
|
@@ -2894,6 +2909,7 @@ export declare const StyledRightIcon: import("styled-components").StyledComponen
|
|
|
2894
2909
|
"30": string;
|
|
2895
2910
|
"40": string;
|
|
2896
2911
|
"50": string;
|
|
2912
|
+
"56": string;
|
|
2897
2913
|
"60": string;
|
|
2898
2914
|
"70": string;
|
|
2899
2915
|
"80": string;
|
|
@@ -2933,6 +2949,8 @@ export declare const StyledRightIcon: import("styled-components").StyledComponen
|
|
|
2933
2949
|
gradientTo: string;
|
|
2934
2950
|
onBrand: string;
|
|
2935
2951
|
onBrandVariant: string;
|
|
2952
|
+
aiGradientFrom: string;
|
|
2953
|
+
aiGradientTo: string;
|
|
2936
2954
|
fixed: {
|
|
2937
2955
|
brand: string;
|
|
2938
2956
|
dark: string;
|
|
@@ -3463,6 +3481,7 @@ export declare const StyledLeftIcon: import("styled-components").StyledComponent
|
|
|
3463
3481
|
"30": string;
|
|
3464
3482
|
"40": string;
|
|
3465
3483
|
"50": string;
|
|
3484
|
+
"56": string;
|
|
3466
3485
|
"60": string;
|
|
3467
3486
|
"70": string;
|
|
3468
3487
|
"80": string;
|
|
@@ -3502,6 +3521,8 @@ export declare const StyledLeftIcon: import("styled-components").StyledComponent
|
|
|
3502
3521
|
gradientTo: string;
|
|
3503
3522
|
onBrand: string;
|
|
3504
3523
|
onBrandVariant: string;
|
|
3524
|
+
aiGradientFrom: string;
|
|
3525
|
+
aiGradientTo: string;
|
|
3505
3526
|
fixed: {
|
|
3506
3527
|
brand: string;
|
|
3507
3528
|
dark: string;
|
|
@@ -4032,6 +4053,7 @@ export declare const StyledTextWrapper: import("styled-components").StyledCompon
|
|
|
4032
4053
|
"30": string;
|
|
4033
4054
|
"40": string;
|
|
4034
4055
|
"50": string;
|
|
4056
|
+
"56": string;
|
|
4035
4057
|
"60": string;
|
|
4036
4058
|
"70": string;
|
|
4037
4059
|
"80": string;
|
|
@@ -4071,6 +4093,8 @@ export declare const StyledTextWrapper: import("styled-components").StyledCompon
|
|
|
4071
4093
|
gradientTo: string;
|
|
4072
4094
|
onBrand: string;
|
|
4073
4095
|
onBrandVariant: string;
|
|
4096
|
+
aiGradientFrom: string;
|
|
4097
|
+
aiGradientTo: string;
|
|
4074
4098
|
fixed: {
|
|
4075
4099
|
brand: string;
|
|
4076
4100
|
dark: string;
|
|
@@ -4604,6 +4628,7 @@ export declare const StyledHintText: import("styled-components").StyledComponent
|
|
|
4604
4628
|
"30": string;
|
|
4605
4629
|
"40": string;
|
|
4606
4630
|
"50": string;
|
|
4631
|
+
"56": string;
|
|
4607
4632
|
"60": string;
|
|
4608
4633
|
"70": string;
|
|
4609
4634
|
"80": string;
|
|
@@ -4643,6 +4668,8 @@ export declare const StyledHintText: import("styled-components").StyledComponent
|
|
|
4643
4668
|
gradientTo: string;
|
|
4644
4669
|
onBrand: string;
|
|
4645
4670
|
onBrandVariant: string;
|
|
4671
|
+
aiGradientFrom: string;
|
|
4672
|
+
aiGradientTo: string;
|
|
4646
4673
|
fixed: {
|
|
4647
4674
|
brand: string;
|
|
4648
4675
|
dark: string;
|
|
@@ -5174,6 +5201,7 @@ export declare const StyledHintText: import("styled-components").StyledComponent
|
|
|
5174
5201
|
"30": string;
|
|
5175
5202
|
"40": string;
|
|
5176
5203
|
"50": string;
|
|
5204
|
+
"56": string;
|
|
5177
5205
|
"60": string;
|
|
5178
5206
|
"70": string;
|
|
5179
5207
|
"80": string;
|
|
@@ -5213,6 +5241,8 @@ export declare const StyledHintText: import("styled-components").StyledComponent
|
|
|
5213
5241
|
gradientTo: string;
|
|
5214
5242
|
onBrand: string;
|
|
5215
5243
|
onBrandVariant: string;
|
|
5244
|
+
aiGradientFrom: string;
|
|
5245
|
+
aiGradientTo: string;
|
|
5216
5246
|
fixed: {
|
|
5217
5247
|
brand: string;
|
|
5218
5248
|
dark: string;
|
|
@@ -53,6 +53,7 @@ declare const StyledBadge: import("styled-components").StyledComponent<typeof im
|
|
|
53
53
|
"30": string;
|
|
54
54
|
"40": string;
|
|
55
55
|
"50": string;
|
|
56
|
+
"56": string;
|
|
56
57
|
"60": string;
|
|
57
58
|
"70": string;
|
|
58
59
|
"80": string;
|
|
@@ -92,6 +93,8 @@ declare const StyledBadge: import("styled-components").StyledComponent<typeof im
|
|
|
92
93
|
gradientTo: string;
|
|
93
94
|
onBrand: string;
|
|
94
95
|
onBrandVariant: string;
|
|
96
|
+
aiGradientFrom: string;
|
|
97
|
+
aiGradientTo: string;
|
|
95
98
|
fixed: {
|
|
96
99
|
brand: string;
|
|
97
100
|
dark: string;
|
|
@@ -38,6 +38,7 @@ export declare const StyledButtonWrapper: import("styled-components").StyledComp
|
|
|
38
38
|
"30": string;
|
|
39
39
|
"40": string;
|
|
40
40
|
"50": string;
|
|
41
|
+
"56": string;
|
|
41
42
|
"60": string;
|
|
42
43
|
"70": string;
|
|
43
44
|
"80": string;
|
|
@@ -77,6 +78,8 @@ export declare const StyledButtonWrapper: import("styled-components").StyledComp
|
|
|
77
78
|
gradientTo: string;
|
|
78
79
|
onBrand: string;
|
|
79
80
|
onBrandVariant: string;
|
|
81
|
+
aiGradientFrom: string;
|
|
82
|
+
aiGradientTo: string;
|
|
80
83
|
fixed: {
|
|
81
84
|
brand: string;
|
|
82
85
|
dark: string;
|
|
@@ -605,6 +608,7 @@ export declare const StyledInner: import("styled-components").StyledComponent<ty
|
|
|
605
608
|
"30": string;
|
|
606
609
|
"40": string;
|
|
607
610
|
"50": string;
|
|
611
|
+
"56": string;
|
|
608
612
|
"60": string;
|
|
609
613
|
"70": string;
|
|
610
614
|
"80": string;
|
|
@@ -644,6 +648,8 @@ export declare const StyledInner: import("styled-components").StyledComponent<ty
|
|
|
644
648
|
gradientTo: string;
|
|
645
649
|
onBrand: string;
|
|
646
650
|
onBrandVariant: string;
|
|
651
|
+
aiGradientFrom: string;
|
|
652
|
+
aiGradientTo: string;
|
|
647
653
|
fixed: {
|
|
648
654
|
brand: string;
|
|
649
655
|
dark: string;
|
|
@@ -1180,6 +1186,7 @@ export declare const StyledButtonIcon: import("styled-components").StyledCompone
|
|
|
1180
1186
|
"30": string;
|
|
1181
1187
|
"40": string;
|
|
1182
1188
|
"50": string;
|
|
1189
|
+
"56": string;
|
|
1183
1190
|
"60": string;
|
|
1184
1191
|
"70": string;
|
|
1185
1192
|
"80": string;
|
|
@@ -1219,6 +1226,8 @@ export declare const StyledButtonIcon: import("styled-components").StyledCompone
|
|
|
1219
1226
|
gradientTo: string;
|
|
1220
1227
|
onBrand: string;
|
|
1221
1228
|
onBrandVariant: string;
|
|
1229
|
+
aiGradientFrom: string;
|
|
1230
|
+
aiGradientTo: string;
|
|
1222
1231
|
fixed: {
|
|
1223
1232
|
brand: string;
|
|
1224
1233
|
dark: string;
|
|
@@ -1754,6 +1763,7 @@ export declare const StyledButtonText: import("styled-components").StyledCompone
|
|
|
1754
1763
|
"30": string;
|
|
1755
1764
|
"40": string;
|
|
1756
1765
|
"50": string;
|
|
1766
|
+
"56": string;
|
|
1757
1767
|
"60": string;
|
|
1758
1768
|
"70": string;
|
|
1759
1769
|
"80": string;
|
|
@@ -1793,6 +1803,8 @@ export declare const StyledButtonText: import("styled-components").StyledCompone
|
|
|
1793
1803
|
gradientTo: string;
|
|
1794
1804
|
onBrand: string;
|
|
1795
1805
|
onBrandVariant: string;
|
|
1806
|
+
aiGradientFrom: string;
|
|
1807
|
+
aiGradientTo: string;
|
|
1796
1808
|
fixed: {
|
|
1797
1809
|
brand: string;
|
|
1798
1810
|
dark: string;
|
|
@@ -38,6 +38,7 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
|
|
|
38
38
|
"30": string;
|
|
39
39
|
"40": string;
|
|
40
40
|
"50": string;
|
|
41
|
+
"56": string;
|
|
41
42
|
"60": string;
|
|
42
43
|
"70": string;
|
|
43
44
|
"80": string;
|
|
@@ -77,6 +78,8 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
|
|
|
77
78
|
gradientTo: string;
|
|
78
79
|
onBrand: string;
|
|
79
80
|
onBrandVariant: string;
|
|
81
|
+
aiGradientFrom: string;
|
|
82
|
+
aiGradientTo: string;
|
|
80
83
|
fixed: {
|
|
81
84
|
brand: string;
|
|
82
85
|
dark: string;
|
|
@@ -605,6 +608,7 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
|
|
|
605
608
|
"30": string;
|
|
606
609
|
"40": string;
|
|
607
610
|
"50": string;
|
|
611
|
+
"56": string;
|
|
608
612
|
"60": string;
|
|
609
613
|
"70": string;
|
|
610
614
|
"80": string;
|
|
@@ -644,6 +648,8 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
|
|
|
644
648
|
gradientTo: string;
|
|
645
649
|
onBrand: string;
|
|
646
650
|
onBrandVariant: string;
|
|
651
|
+
aiGradientFrom: string;
|
|
652
|
+
aiGradientTo: string;
|
|
647
653
|
fixed: {
|
|
648
654
|
brand: string;
|
|
649
655
|
dark: string;
|
|
@@ -1174,6 +1180,7 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
|
|
|
1174
1180
|
"30": string;
|
|
1175
1181
|
"40": string;
|
|
1176
1182
|
"50": string;
|
|
1183
|
+
"56": string;
|
|
1177
1184
|
"60": string;
|
|
1178
1185
|
"70": string;
|
|
1179
1186
|
"80": string;
|
|
@@ -1213,6 +1220,8 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
|
|
|
1213
1220
|
gradientTo: string;
|
|
1214
1221
|
onBrand: string;
|
|
1215
1222
|
onBrandVariant: string;
|
|
1223
|
+
aiGradientFrom: string;
|
|
1224
|
+
aiGradientTo: string;
|
|
1216
1225
|
fixed: {
|
|
1217
1226
|
brand: string;
|
|
1218
1227
|
dark: string;
|
|
@@ -1741,6 +1750,7 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
|
|
|
1741
1750
|
"30": string;
|
|
1742
1751
|
"40": string;
|
|
1743
1752
|
"50": string;
|
|
1753
|
+
"56": string;
|
|
1744
1754
|
"60": string;
|
|
1745
1755
|
"70": string;
|
|
1746
1756
|
"80": string;
|
|
@@ -1780,6 +1790,8 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
|
|
|
1780
1790
|
gradientTo: string;
|
|
1781
1791
|
onBrand: string;
|
|
1782
1792
|
onBrandVariant: string;
|
|
1793
|
+
aiGradientFrom: string;
|
|
1794
|
+
aiGradientTo: string;
|
|
1783
1795
|
fixed: {
|
|
1784
1796
|
brand: string;
|
|
1785
1797
|
dark: string;
|
|
@@ -2308,6 +2320,7 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
|
|
|
2308
2320
|
"30": string;
|
|
2309
2321
|
"40": string;
|
|
2310
2322
|
"50": string;
|
|
2323
|
+
"56": string;
|
|
2311
2324
|
"60": string;
|
|
2312
2325
|
"70": string;
|
|
2313
2326
|
"80": string;
|
|
@@ -2347,6 +2360,8 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
|
|
|
2347
2360
|
gradientTo: string;
|
|
2348
2361
|
onBrand: string;
|
|
2349
2362
|
onBrandVariant: string;
|
|
2363
|
+
aiGradientFrom: string;
|
|
2364
|
+
aiGradientTo: string;
|
|
2350
2365
|
fixed: {
|
|
2351
2366
|
brand: string;
|
|
2352
2367
|
dark: string;
|
|
@@ -2875,6 +2890,7 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
|
|
|
2875
2890
|
"30": string;
|
|
2876
2891
|
"40": string;
|
|
2877
2892
|
"50": string;
|
|
2893
|
+
"56": string;
|
|
2878
2894
|
"60": string;
|
|
2879
2895
|
"70": string;
|
|
2880
2896
|
"80": string;
|
|
@@ -2914,6 +2930,8 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
|
|
|
2914
2930
|
gradientTo: string;
|
|
2915
2931
|
onBrand: string;
|
|
2916
2932
|
onBrandVariant: string;
|
|
2933
|
+
aiGradientFrom: string;
|
|
2934
|
+
aiGradientTo: string;
|
|
2917
2935
|
fixed: {
|
|
2918
2936
|
brand: string;
|
|
2919
2937
|
dark: string;
|
|
@@ -3442,6 +3460,7 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
|
|
|
3442
3460
|
"30": string;
|
|
3443
3461
|
"40": string;
|
|
3444
3462
|
"50": string;
|
|
3463
|
+
"56": string;
|
|
3445
3464
|
"60": string;
|
|
3446
3465
|
"70": string;
|
|
3447
3466
|
"80": string;
|
|
@@ -3481,6 +3500,8 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
|
|
|
3481
3500
|
gradientTo: string;
|
|
3482
3501
|
onBrand: string;
|
|
3483
3502
|
onBrandVariant: string;
|
|
3503
|
+
aiGradientFrom: string;
|
|
3504
|
+
aiGradientTo: string;
|
|
3484
3505
|
fixed: {
|
|
3485
3506
|
brand: string;
|
|
3486
3507
|
dark: string;
|
|
@@ -4011,6 +4032,7 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
|
|
|
4011
4032
|
"30": string;
|
|
4012
4033
|
"40": string;
|
|
4013
4034
|
"50": string;
|
|
4035
|
+
"56": string;
|
|
4014
4036
|
"60": string;
|
|
4015
4037
|
"70": string;
|
|
4016
4038
|
"80": string;
|
|
@@ -4050,6 +4072,8 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
|
|
|
4050
4072
|
gradientTo: string;
|
|
4051
4073
|
onBrand: string;
|
|
4052
4074
|
onBrandVariant: string;
|
|
4075
|
+
aiGradientFrom: string;
|
|
4076
|
+
aiGradientTo: string;
|
|
4053
4077
|
fixed: {
|
|
4054
4078
|
brand: string;
|
|
4055
4079
|
dark: string;
|
|
@@ -4578,6 +4602,7 @@ export declare const TableBody: import("styled-components").StyledComponent<type
|
|
|
4578
4602
|
"30": string;
|
|
4579
4603
|
"40": string;
|
|
4580
4604
|
"50": string;
|
|
4605
|
+
"56": string;
|
|
4581
4606
|
"60": string;
|
|
4582
4607
|
"70": string;
|
|
4583
4608
|
"80": string;
|
|
@@ -4617,6 +4642,8 @@ export declare const TableBody: import("styled-components").StyledComponent<type
|
|
|
4617
4642
|
gradientTo: string;
|
|
4618
4643
|
onBrand: string;
|
|
4619
4644
|
onBrandVariant: string;
|
|
4645
|
+
aiGradientFrom: string;
|
|
4646
|
+
aiGradientTo: string;
|
|
4620
4647
|
fixed: {
|
|
4621
4648
|
brand: string;
|
|
4622
4649
|
dark: string;
|
|
@@ -5145,6 +5172,7 @@ export declare const TableCell: import("styled-components").StyledComponent<type
|
|
|
5145
5172
|
"30": string;
|
|
5146
5173
|
"40": string;
|
|
5147
5174
|
"50": string;
|
|
5175
|
+
"56": string;
|
|
5148
5176
|
"60": string;
|
|
5149
5177
|
"70": string;
|
|
5150
5178
|
"80": string;
|
|
@@ -5184,6 +5212,8 @@ export declare const TableCell: import("styled-components").StyledComponent<type
|
|
|
5184
5212
|
gradientTo: string;
|
|
5185
5213
|
onBrand: string;
|
|
5186
5214
|
onBrandVariant: string;
|
|
5215
|
+
aiGradientFrom: string;
|
|
5216
|
+
aiGradientTo: string;
|
|
5187
5217
|
fixed: {
|
|
5188
5218
|
brand: string;
|
|
5189
5219
|
dark: string;
|
|
@@ -5714,6 +5744,7 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
|
|
|
5714
5744
|
"30": string;
|
|
5715
5745
|
"40": string;
|
|
5716
5746
|
"50": string;
|
|
5747
|
+
"56": string;
|
|
5717
5748
|
"60": string;
|
|
5718
5749
|
"70": string;
|
|
5719
5750
|
"80": string;
|
|
@@ -5753,6 +5784,8 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
|
|
|
5753
5784
|
gradientTo: string;
|
|
5754
5785
|
onBrand: string;
|
|
5755
5786
|
onBrandVariant: string;
|
|
5787
|
+
aiGradientFrom: string;
|
|
5788
|
+
aiGradientTo: string;
|
|
5756
5789
|
fixed: {
|
|
5757
5790
|
brand: string;
|
|
5758
5791
|
dark: string;
|
|
@@ -6283,6 +6316,7 @@ export declare const StyledSeparatorRow: import("styled-components").StyledCompo
|
|
|
6283
6316
|
"30": string;
|
|
6284
6317
|
"40": string;
|
|
6285
6318
|
"50": string;
|
|
6319
|
+
"56": string;
|
|
6286
6320
|
"60": string;
|
|
6287
6321
|
"70": string;
|
|
6288
6322
|
"80": string;
|
|
@@ -6322,6 +6356,8 @@ export declare const StyledSeparatorRow: import("styled-components").StyledCompo
|
|
|
6322
6356
|
gradientTo: string;
|
|
6323
6357
|
onBrand: string;
|
|
6324
6358
|
onBrandVariant: string;
|
|
6359
|
+
aiGradientFrom: string;
|
|
6360
|
+
aiGradientTo: string;
|
|
6325
6361
|
fixed: {
|
|
6326
6362
|
brand: string;
|
|
6327
6363
|
dark: string;
|
|
@@ -6852,6 +6888,7 @@ export declare const SeparatorRowText: import("styled-components").StyledCompone
|
|
|
6852
6888
|
"30": string;
|
|
6853
6889
|
"40": string;
|
|
6854
6890
|
"50": string;
|
|
6891
|
+
"56": string;
|
|
6855
6892
|
"60": string;
|
|
6856
6893
|
"70": string;
|
|
6857
6894
|
"80": string;
|
|
@@ -6891,6 +6928,8 @@ export declare const SeparatorRowText: import("styled-components").StyledCompone
|
|
|
6891
6928
|
gradientTo: string;
|
|
6892
6929
|
onBrand: string;
|
|
6893
6930
|
onBrandVariant: string;
|
|
6931
|
+
aiGradientFrom: string;
|
|
6932
|
+
aiGradientTo: string;
|
|
6894
6933
|
fixed: {
|
|
6895
6934
|
brand: string;
|
|
6896
6935
|
dark: string;
|
|
@@ -37,6 +37,7 @@ export declare const Em: import("styled-components").StyledComponent<typeof impo
|
|
|
37
37
|
"30": string;
|
|
38
38
|
"40": string;
|
|
39
39
|
"50": string;
|
|
40
|
+
"56": string;
|
|
40
41
|
"60": string;
|
|
41
42
|
"70": string;
|
|
42
43
|
"80": string;
|
|
@@ -76,6 +77,8 @@ export declare const Em: import("styled-components").StyledComponent<typeof impo
|
|
|
76
77
|
gradientTo: string;
|
|
77
78
|
onBrand: string;
|
|
78
79
|
onBrandVariant: string;
|
|
80
|
+
aiGradientFrom: string;
|
|
81
|
+
aiGradientTo: string;
|
|
79
82
|
fixed: {
|
|
80
83
|
brand: string;
|
|
81
84
|
dark: string;
|
|
@@ -44,6 +44,7 @@ declare const ErrorText: import("react").ForwardRefExoticComponent<Omit<Omit<{
|
|
|
44
44
|
"30": string;
|
|
45
45
|
"40": string;
|
|
46
46
|
"50": string;
|
|
47
|
+
"56": string;
|
|
47
48
|
"60": string;
|
|
48
49
|
"70": string;
|
|
49
50
|
"80": string;
|
|
@@ -83,6 +84,8 @@ declare const ErrorText: import("react").ForwardRefExoticComponent<Omit<Omit<{
|
|
|
83
84
|
gradientTo: string;
|
|
84
85
|
onBrand: string;
|
|
85
86
|
onBrandVariant: string;
|
|
87
|
+
aiGradientFrom: string;
|
|
88
|
+
aiGradientTo: string;
|
|
86
89
|
fixed: {
|
|
87
90
|
brand: string;
|
|
88
91
|
dark: string;
|
|
@@ -43,6 +43,7 @@ declare const Col: import("react").ForwardRefExoticComponent<Omit<Omit<{
|
|
|
43
43
|
"30": string;
|
|
44
44
|
"40": string;
|
|
45
45
|
"50": string;
|
|
46
|
+
"56": string;
|
|
46
47
|
"60": string;
|
|
47
48
|
"70": string;
|
|
48
49
|
"80": string;
|
|
@@ -82,6 +83,8 @@ declare const Col: import("react").ForwardRefExoticComponent<Omit<Omit<{
|
|
|
82
83
|
gradientTo: string;
|
|
83
84
|
onBrand: string;
|
|
84
85
|
onBrandVariant: string;
|
|
86
|
+
aiGradientFrom: string;
|
|
87
|
+
aiGradientTo: string;
|
|
85
88
|
fixed: {
|
|
86
89
|
brand: string;
|
|
87
90
|
dark: string;
|
|
@@ -39,6 +39,7 @@ declare const StyledRow: import("styled-components").StyledComponent<typeof impo
|
|
|
39
39
|
"30": string;
|
|
40
40
|
"40": string;
|
|
41
41
|
"50": string;
|
|
42
|
+
"56": string;
|
|
42
43
|
"60": string;
|
|
43
44
|
"70": string;
|
|
44
45
|
"80": string;
|
|
@@ -78,6 +79,8 @@ declare const StyledRow: import("styled-components").StyledComponent<typeof impo
|
|
|
78
79
|
gradientTo: string;
|
|
79
80
|
onBrand: string;
|
|
80
81
|
onBrandVariant: string;
|
|
82
|
+
aiGradientFrom: string;
|
|
83
|
+
aiGradientTo: string;
|
|
81
84
|
fixed: {
|
|
82
85
|
brand: string;
|
|
83
86
|
dark: string;
|
|
@@ -44,6 +44,7 @@ declare const HintText: import("react").ForwardRefExoticComponent<Omit<Omit<{
|
|
|
44
44
|
"30": string;
|
|
45
45
|
"40": string;
|
|
46
46
|
"50": string;
|
|
47
|
+
"56": string;
|
|
47
48
|
"60": string;
|
|
48
49
|
"70": string;
|
|
49
50
|
"80": string;
|
|
@@ -83,6 +84,8 @@ declare const HintText: import("react").ForwardRefExoticComponent<Omit<Omit<{
|
|
|
83
84
|
gradientTo: string;
|
|
84
85
|
onBrand: string;
|
|
85
86
|
onBrandVariant: string;
|
|
87
|
+
aiGradientFrom: string;
|
|
88
|
+
aiGradientTo: string;
|
|
86
89
|
fixed: {
|
|
87
90
|
brand: string;
|
|
88
91
|
dark: string;
|
|
@@ -44,6 +44,7 @@ declare const LabelText: import("react").ForwardRefExoticComponent<Omit<Omit<{
|
|
|
44
44
|
"30": string;
|
|
45
45
|
"40": string;
|
|
46
46
|
"50": string;
|
|
47
|
+
"56": string;
|
|
47
48
|
"60": string;
|
|
48
49
|
"70": string;
|
|
49
50
|
"80": string;
|
|
@@ -83,6 +84,8 @@ declare const LabelText: import("react").ForwardRefExoticComponent<Omit<Omit<{
|
|
|
83
84
|
gradientTo: string;
|
|
84
85
|
onBrand: string;
|
|
85
86
|
onBrandVariant: string;
|
|
87
|
+
aiGradientFrom: string;
|
|
88
|
+
aiGradientTo: string;
|
|
86
89
|
fixed: {
|
|
87
90
|
brand: string;
|
|
88
91
|
dark: string;
|
|
@@ -37,6 +37,7 @@ export declare const LineThrough: import("styled-components").StyledComponent<ty
|
|
|
37
37
|
"30": string;
|
|
38
38
|
"40": string;
|
|
39
39
|
"50": string;
|
|
40
|
+
"56": string;
|
|
40
41
|
"60": string;
|
|
41
42
|
"70": string;
|
|
42
43
|
"80": string;
|
|
@@ -76,6 +77,8 @@ export declare const LineThrough: import("styled-components").StyledComponent<ty
|
|
|
76
77
|
gradientTo: string;
|
|
77
78
|
onBrand: string;
|
|
78
79
|
onBrandVariant: string;
|
|
80
|
+
aiGradientFrom: string;
|
|
81
|
+
aiGradientTo: string;
|
|
79
82
|
fixed: {
|
|
80
83
|
brand: string;
|
|
81
84
|
dark: string;
|