@ovotech/element-native 5.1.0 → 5.1.1-canary-0ae3ca3-358

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.
@@ -104,6 +104,10 @@ export declare const StyledAccordion: import("styled-components").StyledComponen
104
104
  gas: string;
105
105
  fadeFrom: string;
106
106
  fadeTo: string;
107
+ fixed: {
108
+ onSurface: string;
109
+ bright: string;
110
+ };
107
111
  };
108
112
  };
109
113
  transition: {
@@ -672,6 +676,10 @@ export declare const StyledAccordionHeader: import("styled-components").StyledCo
672
676
  gas: string;
673
677
  fadeFrom: string;
674
678
  fadeTo: string;
679
+ fixed: {
680
+ onSurface: string;
681
+ bright: string;
682
+ };
675
683
  };
676
684
  };
677
685
  transition: {
@@ -1235,6 +1243,10 @@ export declare const StyledContainer: import("styled-components").StyledComponen
1235
1243
  gas: string;
1236
1244
  fadeFrom: string;
1237
1245
  fadeTo: string;
1246
+ fixed: {
1247
+ onSurface: string;
1248
+ bright: string;
1249
+ };
1238
1250
  };
1239
1251
  };
1240
1252
  transition: {
@@ -109,6 +109,10 @@ export declare const StyledActionList: import("react").ForwardRefExoticComponent
109
109
  gas: string;
110
110
  fadeFrom: string;
111
111
  fadeTo: string;
112
+ fixed: {
113
+ onSurface: string;
114
+ bright: string;
115
+ };
112
116
  };
113
117
  };
114
118
  transition: {
@@ -676,6 +680,10 @@ export declare const StyledActionWrapper: import("styled-components").StyledComp
676
680
  gas: string;
677
681
  fadeFrom: string;
678
682
  fadeTo: string;
683
+ fixed: {
684
+ onSurface: string;
685
+ bright: string;
686
+ };
679
687
  };
680
688
  };
681
689
  transition: {
@@ -1245,6 +1253,10 @@ export declare const StyledActionInner: import("styled-components").StyledCompon
1245
1253
  gas: string;
1246
1254
  fadeFrom: string;
1247
1255
  fadeTo: string;
1256
+ fixed: {
1257
+ onSurface: string;
1258
+ bright: string;
1259
+ };
1248
1260
  };
1249
1261
  };
1250
1262
  transition: {
@@ -1811,6 +1823,10 @@ export declare const StyledActionText: import("styled-components").StyledCompone
1811
1823
  gas: string;
1812
1824
  fadeFrom: string;
1813
1825
  fadeTo: string;
1826
+ fixed: {
1827
+ onSurface: string;
1828
+ bright: string;
1829
+ };
1814
1830
  };
1815
1831
  };
1816
1832
  transition: {
@@ -2377,6 +2393,10 @@ export declare const StyledActionNodeWrapper: import("styled-components").Styled
2377
2393
  gas: string;
2378
2394
  fadeFrom: string;
2379
2395
  fadeTo: string;
2396
+ fixed: {
2397
+ onSurface: string;
2398
+ bright: string;
2399
+ };
2380
2400
  };
2381
2401
  };
2382
2402
  transition: {
@@ -2940,6 +2960,10 @@ export declare const StyledRightIcon: import("styled-components").StyledComponen
2940
2960
  gas: string;
2941
2961
  fadeFrom: string;
2942
2962
  fadeTo: string;
2963
+ fixed: {
2964
+ onSurface: string;
2965
+ bright: string;
2966
+ };
2943
2967
  };
2944
2968
  };
2945
2969
  transition: {
@@ -3505,6 +3529,10 @@ export declare const StyledLeftIcon: import("styled-components").StyledComponent
3505
3529
  gas: string;
3506
3530
  fadeFrom: string;
3507
3531
  fadeTo: string;
3532
+ fixed: {
3533
+ onSurface: string;
3534
+ bright: string;
3535
+ };
3508
3536
  };
3509
3537
  };
3510
3538
  transition: {
@@ -4070,6 +4098,10 @@ export declare const StyledTextWrapper: import("styled-components").StyledCompon
4070
4098
  gas: string;
4071
4099
  fadeFrom: string;
4072
4100
  fadeTo: string;
4101
+ fixed: {
4102
+ onSurface: string;
4103
+ bright: string;
4104
+ };
4073
4105
  };
4074
4106
  };
4075
4107
  transition: {
@@ -4638,6 +4670,10 @@ export declare const StyledHintText: import("styled-components").StyledComponent
4638
4670
  gas: string;
4639
4671
  fadeFrom: string;
4640
4672
  fadeTo: string;
4673
+ fixed: {
4674
+ onSurface: string;
4675
+ bright: string;
4676
+ };
4641
4677
  };
4642
4678
  };
4643
4679
  transition: {
@@ -5204,6 +5240,10 @@ export declare const StyledHintText: import("styled-components").StyledComponent
5204
5240
  gas: string;
5205
5241
  fadeFrom: string;
5206
5242
  fadeTo: string;
5243
+ fixed: {
5244
+ onSurface: string;
5245
+ bright: string;
5246
+ };
5207
5247
  };
5208
5248
  };
5209
5249
  transition: {
@@ -119,6 +119,10 @@ declare const StyledBadge: import("styled-components").StyledComponent<typeof im
119
119
  gas: string;
120
120
  fadeFrom: string;
121
121
  fadeTo: string;
122
+ fixed: {
123
+ onSurface: string;
124
+ bright: string;
125
+ };
122
126
  };
123
127
  };
124
128
  transition: {
@@ -104,6 +104,10 @@ export declare const StyledButtonWrapper: import("styled-components").StyledComp
104
104
  gas: string;
105
105
  fadeFrom: string;
106
106
  fadeTo: string;
107
+ fixed: {
108
+ onSurface: string;
109
+ bright: string;
110
+ };
107
111
  };
108
112
  };
109
113
  transition: {
@@ -667,6 +671,10 @@ export declare const StyledInner: import("styled-components").StyledComponent<ty
667
671
  gas: string;
668
672
  fadeFrom: string;
669
673
  fadeTo: string;
674
+ fixed: {
675
+ onSurface: string;
676
+ bright: string;
677
+ };
670
678
  };
671
679
  };
672
680
  transition: {
@@ -1238,6 +1246,10 @@ export declare const StyledButtonIcon: import("styled-components").StyledCompone
1238
1246
  gas: string;
1239
1247
  fadeFrom: string;
1240
1248
  fadeTo: string;
1249
+ fixed: {
1250
+ onSurface: string;
1251
+ bright: string;
1252
+ };
1241
1253
  };
1242
1254
  };
1243
1255
  transition: {
@@ -1808,6 +1820,10 @@ export declare const StyledButtonText: import("styled-components").StyledCompone
1808
1820
  gas: string;
1809
1821
  fadeFrom: string;
1810
1822
  fadeTo: string;
1823
+ fixed: {
1824
+ onSurface: string;
1825
+ bright: string;
1826
+ };
1811
1827
  };
1812
1828
  };
1813
1829
  transition: {
@@ -104,6 +104,10 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
104
104
  gas: string;
105
105
  fadeFrom: string;
106
106
  fadeTo: string;
107
+ fixed: {
108
+ onSurface: string;
109
+ bright: string;
110
+ };
107
111
  };
108
112
  };
109
113
  transition: {
@@ -667,6 +671,10 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
667
671
  gas: string;
668
672
  fadeFrom: string;
669
673
  fadeTo: string;
674
+ fixed: {
675
+ onSurface: string;
676
+ bright: string;
677
+ };
670
678
  };
671
679
  };
672
680
  transition: {
@@ -1232,6 +1240,10 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
1232
1240
  gas: string;
1233
1241
  fadeFrom: string;
1234
1242
  fadeTo: string;
1243
+ fixed: {
1244
+ onSurface: string;
1245
+ bright: string;
1246
+ };
1235
1247
  };
1236
1248
  };
1237
1249
  transition: {
@@ -1795,6 +1807,10 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
1795
1807
  gas: string;
1796
1808
  fadeFrom: string;
1797
1809
  fadeTo: string;
1810
+ fixed: {
1811
+ onSurface: string;
1812
+ bright: string;
1813
+ };
1798
1814
  };
1799
1815
  };
1800
1816
  transition: {
@@ -2358,6 +2374,10 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
2358
2374
  gas: string;
2359
2375
  fadeFrom: string;
2360
2376
  fadeTo: string;
2377
+ fixed: {
2378
+ onSurface: string;
2379
+ bright: string;
2380
+ };
2361
2381
  };
2362
2382
  };
2363
2383
  transition: {
@@ -2921,6 +2941,10 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
2921
2941
  gas: string;
2922
2942
  fadeFrom: string;
2923
2943
  fadeTo: string;
2944
+ fixed: {
2945
+ onSurface: string;
2946
+ bright: string;
2947
+ };
2924
2948
  };
2925
2949
  };
2926
2950
  transition: {
@@ -3484,6 +3508,10 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
3484
3508
  gas: string;
3485
3509
  fadeFrom: string;
3486
3510
  fadeTo: string;
3511
+ fixed: {
3512
+ onSurface: string;
3513
+ bright: string;
3514
+ };
3487
3515
  };
3488
3516
  };
3489
3517
  transition: {
@@ -4049,6 +4077,10 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
4049
4077
  gas: string;
4050
4078
  fadeFrom: string;
4051
4079
  fadeTo: string;
4080
+ fixed: {
4081
+ onSurface: string;
4082
+ bright: string;
4083
+ };
4052
4084
  };
4053
4085
  };
4054
4086
  transition: {
@@ -4612,6 +4644,10 @@ export declare const TableBody: import("styled-components").StyledComponent<type
4612
4644
  gas: string;
4613
4645
  fadeFrom: string;
4614
4646
  fadeTo: string;
4647
+ fixed: {
4648
+ onSurface: string;
4649
+ bright: string;
4650
+ };
4615
4651
  };
4616
4652
  };
4617
4653
  transition: {
@@ -5175,6 +5211,10 @@ export declare const TableCell: import("styled-components").StyledComponent<type
5175
5211
  gas: string;
5176
5212
  fadeFrom: string;
5177
5213
  fadeTo: string;
5214
+ fixed: {
5215
+ onSurface: string;
5216
+ bright: string;
5217
+ };
5178
5218
  };
5179
5219
  };
5180
5220
  transition: {
@@ -5740,6 +5780,10 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
5740
5780
  gas: string;
5741
5781
  fadeFrom: string;
5742
5782
  fadeTo: string;
5783
+ fixed: {
5784
+ onSurface: string;
5785
+ bright: string;
5786
+ };
5743
5787
  };
5744
5788
  };
5745
5789
  transition: {
@@ -6305,6 +6349,10 @@ export declare const StyledSeparatorRow: import("styled-components").StyledCompo
6305
6349
  gas: string;
6306
6350
  fadeFrom: string;
6307
6351
  fadeTo: string;
6352
+ fixed: {
6353
+ onSurface: string;
6354
+ bright: string;
6355
+ };
6308
6356
  };
6309
6357
  };
6310
6358
  transition: {
@@ -6870,6 +6918,10 @@ export declare const SeparatorRowText: import("styled-components").StyledCompone
6870
6918
  gas: string;
6871
6919
  fadeFrom: string;
6872
6920
  fadeTo: string;
6921
+ fixed: {
6922
+ onSurface: string;
6923
+ bright: string;
6924
+ };
6873
6925
  };
6874
6926
  };
6875
6927
  transition: {
@@ -103,6 +103,10 @@ export declare const Em: import("styled-components").StyledComponent<typeof impo
103
103
  gas: string;
104
104
  fadeFrom: string;
105
105
  fadeTo: string;
106
+ fixed: {
107
+ onSurface: string;
108
+ bright: string;
109
+ };
106
110
  };
107
111
  };
108
112
  transition: {
@@ -110,6 +110,10 @@ declare const ErrorText: import("react").ForwardRefExoticComponent<Omit<Omit<{
110
110
  gas: string;
111
111
  fadeFrom: string;
112
112
  fadeTo: string;
113
+ fixed: {
114
+ onSurface: string;
115
+ bright: string;
116
+ };
113
117
  };
114
118
  };
115
119
  transition: {
@@ -109,6 +109,10 @@ declare const Col: import("react").ForwardRefExoticComponent<Omit<Omit<{
109
109
  gas: string;
110
110
  fadeFrom: string;
111
111
  fadeTo: string;
112
+ fixed: {
113
+ onSurface: string;
114
+ bright: string;
115
+ };
112
116
  };
113
117
  };
114
118
  transition: {
@@ -105,6 +105,10 @@ declare const StyledRow: import("styled-components").StyledComponent<typeof impo
105
105
  gas: string;
106
106
  fadeFrom: string;
107
107
  fadeTo: string;
108
+ fixed: {
109
+ onSurface: string;
110
+ bright: string;
111
+ };
108
112
  };
109
113
  };
110
114
  transition: {
@@ -110,6 +110,10 @@ declare const HintText: import("react").ForwardRefExoticComponent<Omit<Omit<{
110
110
  gas: string;
111
111
  fadeFrom: string;
112
112
  fadeTo: string;
113
+ fixed: {
114
+ onSurface: string;
115
+ bright: string;
116
+ };
113
117
  };
114
118
  };
115
119
  transition: {
@@ -110,6 +110,10 @@ declare const LabelText: import("react").ForwardRefExoticComponent<Omit<Omit<{
110
110
  gas: string;
111
111
  fadeFrom: string;
112
112
  fadeTo: string;
113
+ fixed: {
114
+ onSurface: string;
115
+ bright: string;
116
+ };
113
117
  };
114
118
  };
115
119
  transition: {
@@ -103,6 +103,10 @@ export declare const LineThrough: import("styled-components").StyledComponent<ty
103
103
  gas: string;
104
104
  fadeFrom: string;
105
105
  fadeTo: string;
106
+ fixed: {
107
+ onSurface: string;
108
+ bright: string;
109
+ };
106
110
  };
107
111
  };
108
112
  transition: {
@@ -106,6 +106,10 @@ export declare const SquareBullet: import("styled-components").StyledComponent<t
106
106
  gas: string;
107
107
  fadeFrom: string;
108
108
  fadeTo: string;
109
+ fixed: {
110
+ onSurface: string;
111
+ bright: string;
112
+ };
109
113
  };
110
114
  };
111
115
  transition: {
@@ -671,6 +675,10 @@ export declare const TextBullet: import("styled-components").StyledComponent<typ
671
675
  gas: string;
672
676
  fadeFrom: string;
673
677
  fadeTo: string;
678
+ fixed: {
679
+ onSurface: string;
680
+ bright: string;
681
+ };
674
682
  };
675
683
  };
676
684
  transition: {
@@ -1234,6 +1242,10 @@ export declare const FlexRow: import("styled-components").StyledComponent<typeof
1234
1242
  gas: string;
1235
1243
  fadeFrom: string;
1236
1244
  fadeTo: string;
1245
+ fixed: {
1246
+ onSurface: string;
1247
+ bright: string;
1248
+ };
1237
1249
  };
1238
1250
  };
1239
1251
  transition: {
@@ -1797,6 +1809,10 @@ export declare const LiContent: import("styled-components").StyledComponent<type
1797
1809
  gas: string;
1798
1810
  fadeFrom: string;
1799
1811
  fadeTo: string;
1812
+ fixed: {
1813
+ onSurface: string;
1814
+ bright: string;
1815
+ };
1800
1816
  };
1801
1817
  };
1802
1818
  transition: {
@@ -116,6 +116,10 @@ declare const StyledMargin: import("styled-components").StyledComponent<typeof i
116
116
  gas: string;
117
117
  fadeFrom: string;
118
118
  fadeTo: string;
119
+ fixed: {
120
+ onSurface: string;
121
+ bright: string;
122
+ };
119
123
  };
120
124
  };
121
125
  transition: {
@@ -104,6 +104,10 @@ export declare const NavWrapper: import("styled-components").StyledComponent<imp
104
104
  gas: string;
105
105
  fadeFrom: string;
106
106
  fadeTo: string;
107
+ fixed: {
108
+ onSurface: string;
109
+ bright: string;
110
+ };
107
111
  };
108
112
  };
109
113
  transition: {
@@ -669,6 +673,10 @@ export declare const NavContainer: import("styled-components").StyledComponent<t
669
673
  gas: string;
670
674
  fadeFrom: string;
671
675
  fadeTo: string;
676
+ fixed: {
677
+ onSurface: string;
678
+ bright: string;
679
+ };
672
680
  };
673
681
  };
674
682
  transition: {
@@ -1235,6 +1243,10 @@ export declare const ExpandedTitle: import("styled-components").StyledComponent<
1235
1243
  gas: string;
1236
1244
  fadeFrom: string;
1237
1245
  fadeTo: string;
1246
+ fixed: {
1247
+ onSurface: string;
1248
+ bright: string;
1249
+ };
1238
1250
  };
1239
1251
  };
1240
1252
  transition: {
@@ -1802,6 +1814,10 @@ export declare const CollapsedTitleWrapper: import("styled-components").StyledCo
1802
1814
  gas: string;
1803
1815
  fadeFrom: string;
1804
1816
  fadeTo: string;
1817
+ fixed: {
1818
+ onSurface: string;
1819
+ bright: string;
1820
+ };
1805
1821
  };
1806
1822
  };
1807
1823
  transition: {
@@ -2365,6 +2381,10 @@ export declare const CollapsedTitle: import("styled-components").StyledComponent
2365
2381
  gas: string;
2366
2382
  fadeFrom: string;
2367
2383
  fadeTo: string;
2384
+ fixed: {
2385
+ onSurface: string;
2386
+ bright: string;
2387
+ };
2368
2388
  };
2369
2389
  };
2370
2390
  transition: {
@@ -2928,6 +2948,10 @@ export declare const HeaderGap: import("styled-components").StyledComponent<type
2928
2948
  gas: string;
2929
2949
  fadeFrom: string;
2930
2950
  fadeTo: string;
2951
+ fixed: {
2952
+ onSurface: string;
2953
+ bright: string;
2954
+ };
2931
2955
  };
2932
2956
  };
2933
2957
  transition: {
@@ -3493,6 +3517,10 @@ export declare const BackActionWrapper: import("styled-components").StyledCompon
3493
3517
  gas: string;
3494
3518
  fadeFrom: string;
3495
3519
  fadeTo: string;
3520
+ fixed: {
3521
+ onSurface: string;
3522
+ bright: string;
3523
+ };
3496
3524
  };
3497
3525
  };
3498
3526
  transition: {
@@ -107,6 +107,10 @@ export declare const NotificationContentBox: import("styled-components").StyledC
107
107
  gas: string;
108
108
  fadeFrom: string;
109
109
  fadeTo: string;
110
+ fixed: {
111
+ onSurface: string;
112
+ bright: string;
113
+ };
110
114
  };
111
115
  };
112
116
  transition: {
@@ -670,6 +674,10 @@ export declare const NotificationTitleBox: import("styled-components").StyledCom
670
674
  gas: string;
671
675
  fadeFrom: string;
672
676
  fadeTo: string;
677
+ fixed: {
678
+ onSurface: string;
679
+ bright: string;
680
+ };
673
681
  };
674
682
  };
675
683
  transition: {
@@ -104,6 +104,10 @@ export declare const StyledPressable: import("styled-components").StyledComponen
104
104
  gas: string;
105
105
  fadeFrom: string;
106
106
  fadeTo: string;
107
+ fixed: {
108
+ onSurface: string;
109
+ bright: string;
110
+ };
107
111
  };
108
112
  };
109
113
  transition: {
@@ -116,6 +116,10 @@ declare const SelectOption: import("styled-components").StyledComponent<typeof i
116
116
  gas: string;
117
117
  fadeFrom: string;
118
118
  fadeTo: string;
119
+ fixed: {
120
+ onSurface: string;
121
+ bright: string;
122
+ };
119
123
  };
120
124
  };
121
125
  transition: {
@@ -103,6 +103,10 @@ export declare const Strong: import("styled-components").StyledComponent<typeof
103
103
  gas: string;
104
104
  fadeFrom: string;
105
105
  fadeTo: string;
106
+ fixed: {
107
+ onSurface: string;
108
+ bright: string;
109
+ };
106
110
  };
107
111
  };
108
112
  transition: {
@@ -110,6 +110,10 @@ declare const SubLabelText: import("react").ForwardRefExoticComponent<Omit<Omit<
110
110
  gas: string;
111
111
  fadeFrom: string;
112
112
  fadeTo: string;
113
+ fixed: {
114
+ onSurface: string;
115
+ bright: string;
116
+ };
113
117
  };
114
118
  };
115
119
  transition: {
@@ -105,6 +105,10 @@ export declare const StyledWrapper: import("styled-components").StyledComponent<
105
105
  gas: string;
106
106
  fadeFrom: string;
107
107
  fadeTo: string;
108
+ fixed: {
109
+ onSurface: string;
110
+ bright: string;
111
+ };
108
112
  };
109
113
  };
110
114
  transition: {
@@ -672,6 +676,10 @@ export declare const StyledToggleInputWrapper: import("styled-components").Style
672
676
  gas: string;
673
677
  fadeFrom: string;
674
678
  fadeTo: string;
679
+ fixed: {
680
+ onSurface: string;
681
+ bright: string;
682
+ };
675
683
  };
676
684
  };
677
685
  transition: {
@@ -1237,6 +1245,10 @@ export declare const StyledToggleInput: import("styled-components").StyledCompon
1237
1245
  gas: string;
1238
1246
  fadeFrom: string;
1239
1247
  fadeTo: string;
1248
+ fixed: {
1249
+ onSurface: string;
1250
+ bright: string;
1251
+ };
1240
1252
  };
1241
1253
  };
1242
1254
  transition: {
@@ -1802,6 +1814,10 @@ export declare const StyledToggleDot: import("styled-components").StyledComponen
1802
1814
  gas: string;
1803
1815
  fadeFrom: string;
1804
1816
  fadeTo: string;
1817
+ fixed: {
1818
+ onSurface: string;
1819
+ bright: string;
1820
+ };
1805
1821
  };
1806
1822
  };
1807
1823
  transition: {
@@ -107,6 +107,10 @@ declare const styled: styledComponents.ReactNativeStyledInterface<{
107
107
  gas: string;
108
108
  fadeFrom: string;
109
109
  fadeTo: string;
110
+ fixed: {
111
+ onSurface: string;
112
+ bright: string;
113
+ };
110
114
  };
111
115
  };
112
116
  transition: {
@@ -669,6 +673,10 @@ declare const styled: styledComponents.ReactNativeStyledInterface<{
669
673
  gas: string;
670
674
  fadeFrom: string;
671
675
  fadeTo: string;
676
+ fixed: {
677
+ onSurface: string;
678
+ bright: string;
679
+ };
672
680
  };
673
681
  };
674
682
  transition: {
@@ -1231,6 +1239,10 @@ declare const styled: styledComponents.ReactNativeStyledInterface<{
1231
1239
  gas: string;
1232
1240
  fadeFrom: string;
1233
1241
  fadeTo: string;
1242
+ fixed: {
1243
+ onSurface: string;
1244
+ bright: string;
1245
+ };
1234
1246
  };
1235
1247
  };
1236
1248
  transition: {
@@ -1793,6 +1805,10 @@ declare const styled: styledComponents.ReactNativeStyledInterface<{
1793
1805
  gas: string;
1794
1806
  fadeFrom: string;
1795
1807
  fadeTo: string;
1808
+ fixed: {
1809
+ onSurface: string;
1810
+ bright: string;
1811
+ };
1796
1812
  };
1797
1813
  };
1798
1814
  transition: {
@@ -2355,6 +2371,10 @@ declare const styled: styledComponents.ReactNativeStyledInterface<{
2355
2371
  gas: string;
2356
2372
  fadeFrom: string;
2357
2373
  fadeTo: string;
2374
+ fixed: {
2375
+ onSurface: string;
2376
+ bright: string;
2377
+ };
2358
2378
  };
2359
2379
  };
2360
2380
  transition: {
@@ -2917,6 +2937,10 @@ declare const styled: styledComponents.ReactNativeStyledInterface<{
2917
2937
  gas: string;
2918
2938
  fadeFrom: string;
2919
2939
  fadeTo: string;
2940
+ fixed: {
2941
+ onSurface: string;
2942
+ bright: string;
2943
+ };
2920
2944
  };
2921
2945
  };
2922
2946
  transition: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovotech/element-native",
3
- "version": "5.1.0",
3
+ "version": "5.1.1-canary-0ae3ca3-358",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@backpackapp-io/react-native-toast": "^0.10.0",
17
+ "@ovotech/element-core": "4.0.1-canary-0ae3ca3-358",
17
18
  "deepmerge": "^4.2.2",
18
19
  "lodash.groupby": "^4.6.0",
19
- "react-native-reanimated-carousel": "^3.5.1",
20
- "@ovotech/element-core": "4.0.0"
20
+ "react-native-reanimated-carousel": "^3.5.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/core": "^7.11.5",