@gem-sdk/styles 1.5.0-next.0 → 1.5.4

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.
@@ -10,33 +10,6 @@ declare namespace React {
10
10
  * https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors
11
11
  */
12
12
 
13
- /**
14
- * **CSS Property**: `align-content`
15
- *
16
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
17
- */
18
-
19
- '--ac'?: CSSProperties['alignContent'];
20
- '--hvr-ac'?: CSSProperties['alignContent'];
21
- '--focus-ac'?: CSSProperties['alignContent'];
22
-
23
- /**
24
- * **CSS Property**: `align-content`
25
- *
26
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
27
- */
28
- '--ac-tablet'?: CSSProperties['alignContent'];
29
- '--hvr-ac-tablet'?: CSSProperties['alignContent'];
30
- '--focus-ac-tablet'?: CSSProperties['alignContent'];
31
- /**
32
- * **CSS Property**: `align-content`
33
- *
34
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
35
- */
36
- '--ac-mobile'?: CSSProperties['alignContent'];
37
- '--hvr-ac-mobile'?: CSSProperties['alignContent'];
38
- '--focus-ac-mobile'?: CSSProperties['alignContent'];
39
-
40
13
  /**
41
14
  * **CSS Property**: `align-items`
42
15
  *
@@ -64,33 +37,6 @@ declare namespace React {
64
37
  '--hvr-ai-mobile'?: CSSProperties['alignItems'];
65
38
  '--focus-ai-mobile'?: CSSProperties['alignItems'];
66
39
 
67
- /**
68
- * **CSS Property**: `align-self`
69
- *
70
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
71
- */
72
-
73
- '--as'?: CSSProperties['alignSelf'];
74
- '--hvr-as'?: CSSProperties['alignSelf'];
75
- '--focus-as'?: CSSProperties['alignSelf'];
76
-
77
- /**
78
- * **CSS Property**: `align-self`
79
- *
80
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
81
- */
82
- '--as-tablet'?: CSSProperties['alignSelf'];
83
- '--hvr-as-tablet'?: CSSProperties['alignSelf'];
84
- '--focus-as-tablet'?: CSSProperties['alignSelf'];
85
- /**
86
- * **CSS Property**: `align-self`
87
- *
88
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
89
- */
90
- '--as-mobile'?: CSSProperties['alignSelf'];
91
- '--hvr-as-mobile'?: CSSProperties['alignSelf'];
92
- '--focus-as-mobile'?: CSSProperties['alignSelf'];
93
-
94
40
  /**
95
41
  * **CSS Property**: `aspect-ratio`
96
42
  *
@@ -766,33 +712,6 @@ declare namespace React {
766
712
  '--hvr-shadow-mobile'?: CSSProperties['boxShadow'];
767
713
  '--focus-shadow-mobile'?: CSSProperties['boxShadow'];
768
714
 
769
- /**
770
- * **CSS Property**: `clear`
771
- *
772
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/clear
773
- */
774
-
775
- '--cr'?: CSSProperties['clear'];
776
- '--hvr-cr'?: CSSProperties['clear'];
777
- '--focus-cr'?: CSSProperties['clear'];
778
-
779
- /**
780
- * **CSS Property**: `clear`
781
- *
782
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/clear
783
- */
784
- '--cr-tablet'?: CSSProperties['clear'];
785
- '--hvr-cr-tablet'?: CSSProperties['clear'];
786
- '--focus-cr-tablet'?: CSSProperties['clear'];
787
- /**
788
- * **CSS Property**: `clear`
789
- *
790
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/clear
791
- */
792
- '--cr-mobile'?: CSSProperties['clear'];
793
- '--hvr-cr-mobile'?: CSSProperties['clear'];
794
- '--focus-cr-mobile'?: CSSProperties['clear'];
795
-
796
715
  /**
797
716
  * **CSS Property**: `color`
798
717
  *
@@ -874,70 +793,6 @@ declare namespace React {
874
793
  '--hvr-d-mobile'?: CSSProperties['display'];
875
794
  '--focus-d-mobile'?: CSSProperties['display'];
876
795
 
877
- /**
878
- * **CSS Property**: `filter`
879
- *
880
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/filter
881
- */
882
-
883
- '--fr'?: CSSProperties['filter'];
884
- '--hvr-fr'?: CSSProperties['filter'];
885
- '--focus-fr'?: CSSProperties['filter'];
886
-
887
- /**
888
- * **CSS Property**: `flex`
889
- *
890
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex
891
- */
892
-
893
- '--fx'?: CSSProperties['flex'];
894
- '--hvr-fx'?: CSSProperties['flex'];
895
- '--focus-fx'?: CSSProperties['flex'];
896
-
897
- /**
898
- * **CSS Property**: `flex`
899
- *
900
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex
901
- */
902
- '--fx-tablet'?: CSSProperties['flex'];
903
- '--hvr-fx-tablet'?: CSSProperties['flex'];
904
- '--focus-fx-tablet'?: CSSProperties['flex'];
905
- /**
906
- * **CSS Property**: `flex`
907
- *
908
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex
909
- */
910
- '--fx-mobile'?: CSSProperties['flex'];
911
- '--hvr-fx-mobile'?: CSSProperties['flex'];
912
- '--focus-fx-mobile'?: CSSProperties['flex'];
913
-
914
- /**
915
- * **CSS Property**: `flex-basis`
916
- *
917
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
918
- */
919
-
920
- '--fb'?: CSSProperties['flexBasis'];
921
- '--hvr-fb'?: CSSProperties['flexBasis'];
922
- '--focus-fb'?: CSSProperties['flexBasis'];
923
-
924
- /**
925
- * **CSS Property**: `flex-basis`
926
- *
927
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
928
- */
929
- '--fb-tablet'?: CSSProperties['flexBasis'];
930
- '--hvr-fb-tablet'?: CSSProperties['flexBasis'];
931
- '--focus-fb-tablet'?: CSSProperties['flexBasis'];
932
- /**
933
- * **CSS Property**: `flex-basis`
934
- *
935
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
936
- */
937
- '--fb-mobile'?: CSSProperties['flexBasis'];
938
- '--hvr-fb-mobile'?: CSSProperties['flexBasis'];
939
- '--focus-fb-mobile'?: CSSProperties['flexBasis'];
940
-
941
796
  /**
942
797
  * **CSS Property**: `flex-direction`
943
798
  *
@@ -965,33 +820,6 @@ declare namespace React {
965
820
  '--hvr-fd-mobile'?: CSSProperties['flexDirection'];
966
821
  '--focus-fd-mobile'?: CSSProperties['flexDirection'];
967
822
 
968
- /**
969
- * **CSS Property**: `flex-grow`
970
- *
971
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
972
- */
973
-
974
- '--fg'?: CSSProperties['flexGrow'];
975
- '--hvr-fg'?: CSSProperties['flexGrow'];
976
- '--focus-fg'?: CSSProperties['flexGrow'];
977
-
978
- /**
979
- * **CSS Property**: `flex-grow`
980
- *
981
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
982
- */
983
- '--fg-tablet'?: CSSProperties['flexGrow'];
984
- '--hvr-fg-tablet'?: CSSProperties['flexGrow'];
985
- '--focus-fg-tablet'?: CSSProperties['flexGrow'];
986
- /**
987
- * **CSS Property**: `flex-grow`
988
- *
989
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
990
- */
991
- '--fg-mobile'?: CSSProperties['flexGrow'];
992
- '--hvr-fg-mobile'?: CSSProperties['flexGrow'];
993
- '--focus-fg-mobile'?: CSSProperties['flexGrow'];
994
-
995
823
  /**
996
824
  * **CSS Property**: `flex-shrink`
997
825
  *
@@ -1019,60 +847,6 @@ declare namespace React {
1019
847
  '--hvr-fs-mobile'?: CSSProperties['flexShrink'];
1020
848
  '--focus-fs-mobile'?: CSSProperties['flexShrink'];
1021
849
 
1022
- /**
1023
- * **CSS Property**: `flex-wrap`
1024
- *
1025
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap
1026
- */
1027
-
1028
- '--fw'?: CSSProperties['flexWrap'];
1029
- '--hvr-fw'?: CSSProperties['flexWrap'];
1030
- '--focus-fw'?: CSSProperties['flexWrap'];
1031
-
1032
- /**
1033
- * **CSS Property**: `flex-wrap`
1034
- *
1035
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap
1036
- */
1037
- '--fw-tablet'?: CSSProperties['flexWrap'];
1038
- '--hvr-fw-tablet'?: CSSProperties['flexWrap'];
1039
- '--focus-fw-tablet'?: CSSProperties['flexWrap'];
1040
- /**
1041
- * **CSS Property**: `flex-wrap`
1042
- *
1043
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap
1044
- */
1045
- '--fw-mobile'?: CSSProperties['flexWrap'];
1046
- '--hvr-fw-mobile'?: CSSProperties['flexWrap'];
1047
- '--focus-fw-mobile'?: CSSProperties['flexWrap'];
1048
-
1049
- /**
1050
- * **CSS Property**: `float`
1051
- *
1052
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/float
1053
- */
1054
-
1055
- '--ft'?: CSSProperties['float'];
1056
- '--hvr-ft'?: CSSProperties['float'];
1057
- '--focus-ft'?: CSSProperties['float'];
1058
-
1059
- /**
1060
- * **CSS Property**: `float`
1061
- *
1062
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/float
1063
- */
1064
- '--ft-tablet'?: CSSProperties['float'];
1065
- '--hvr-ft-tablet'?: CSSProperties['float'];
1066
- '--focus-ft-tablet'?: CSSProperties['float'];
1067
- /**
1068
- * **CSS Property**: `float`
1069
- *
1070
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/float
1071
- */
1072
- '--ft-mobile'?: CSSProperties['float'];
1073
- '--hvr-ft-mobile'?: CSSProperties['float'];
1074
- '--focus-ft-mobile'?: CSSProperties['float'];
1075
-
1076
850
  /**
1077
851
  * **CSS Property**: `font-family`
1078
852
  *
@@ -1127,33 +901,6 @@ declare namespace React {
1127
901
  '--hvr-size-mobile'?: CSSProperties['fontSize'];
1128
902
  '--focus-size-mobile'?: CSSProperties['fontSize'];
1129
903
 
1130
- /**
1131
- * **CSS Property**: `font-style`
1132
- *
1133
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1134
- */
1135
-
1136
- '--fs'?: CSSProperties['fontStyle'];
1137
- '--hvr-fs'?: CSSProperties['fontStyle'];
1138
- '--focus-fs'?: CSSProperties['fontStyle'];
1139
-
1140
- /**
1141
- * **CSS Property**: `font-style`
1142
- *
1143
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1144
- */
1145
- '--fs-tablet'?: CSSProperties['fontStyle'];
1146
- '--hvr-fs-tablet'?: CSSProperties['fontStyle'];
1147
- '--focus-fs-tablet'?: CSSProperties['fontStyle'];
1148
- /**
1149
- * **CSS Property**: `font-style`
1150
- *
1151
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1152
- */
1153
- '--fs-mobile'?: CSSProperties['fontStyle'];
1154
- '--hvr-fs-mobile'?: CSSProperties['fontStyle'];
1155
- '--focus-fs-mobile'?: CSSProperties['fontStyle'];
1156
-
1157
904
  /**
1158
905
  * **CSS Property**: `font-weight`
1159
906
  *
@@ -1181,87 +928,6 @@ declare namespace React {
1181
928
  '--hvr-weight-mobile'?: CSSProperties['fontWeight'];
1182
929
  '--focus-weight-mobile'?: CSSProperties['fontWeight'];
1183
930
 
1184
- /**
1185
- * **CSS Property**: `grid-auto-columns`
1186
- *
1187
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
1188
- */
1189
-
1190
- '--gac'?: CSSProperties['gridAutoColumns'];
1191
- '--hvr-gac'?: CSSProperties['gridAutoColumns'];
1192
- '--focus-gac'?: CSSProperties['gridAutoColumns'];
1193
-
1194
- /**
1195
- * **CSS Property**: `grid-auto-columns`
1196
- *
1197
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
1198
- */
1199
- '--gac-tablet'?: CSSProperties['gridAutoColumns'];
1200
- '--hvr-gac-tablet'?: CSSProperties['gridAutoColumns'];
1201
- '--focus-gac-tablet'?: CSSProperties['gridAutoColumns'];
1202
- /**
1203
- * **CSS Property**: `grid-auto-columns`
1204
- *
1205
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
1206
- */
1207
- '--gac-mobile'?: CSSProperties['gridAutoColumns'];
1208
- '--hvr-gac-mobile'?: CSSProperties['gridAutoColumns'];
1209
- '--focus-gac-mobile'?: CSSProperties['gridAutoColumns'];
1210
-
1211
- /**
1212
- * **CSS Property**: `grid-auto-rows`
1213
- *
1214
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
1215
- */
1216
-
1217
- '--gar'?: CSSProperties['gridAutoRows'];
1218
- '--hvr-gar'?: CSSProperties['gridAutoRows'];
1219
- '--focus-gar'?: CSSProperties['gridAutoRows'];
1220
-
1221
- /**
1222
- * **CSS Property**: `grid-auto-rows`
1223
- *
1224
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
1225
- */
1226
- '--gar-tablet'?: CSSProperties['gridAutoRows'];
1227
- '--hvr-gar-tablet'?: CSSProperties['gridAutoRows'];
1228
- '--focus-gar-tablet'?: CSSProperties['gridAutoRows'];
1229
- /**
1230
- * **CSS Property**: `grid-auto-rows`
1231
- *
1232
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
1233
- */
1234
- '--gar-mobile'?: CSSProperties['gridAutoRows'];
1235
- '--hvr-gar-mobile'?: CSSProperties['gridAutoRows'];
1236
- '--focus-gar-mobile'?: CSSProperties['gridAutoRows'];
1237
-
1238
- /**
1239
- * **CSS Property**: `grid-column`
1240
- *
1241
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
1242
- */
1243
-
1244
- '--gc'?: CSSProperties['gridColumn'];
1245
- '--hvr-gc'?: CSSProperties['gridColumn'];
1246
- '--focus-gc'?: CSSProperties['gridColumn'];
1247
-
1248
- /**
1249
- * **CSS Property**: `grid-column`
1250
- *
1251
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
1252
- */
1253
- '--gc-tablet'?: CSSProperties['gridColumn'];
1254
- '--hvr-gc-tablet'?: CSSProperties['gridColumn'];
1255
- '--focus-gc-tablet'?: CSSProperties['gridColumn'];
1256
- /**
1257
- * **CSS Property**: `grid-column`
1258
- *
1259
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
1260
- */
1261
- '--gc-mobile'?: CSSProperties['gridColumn'];
1262
- '--hvr-gc-mobile'?: CSSProperties['gridColumn'];
1263
- '--focus-gc-mobile'?: CSSProperties['gridColumn'];
1264
-
1265
931
  /**
1266
932
  * **CSS Property**: `grid-gap`
1267
933
  *
@@ -1289,33 +955,6 @@ declare namespace React {
1289
955
  '--hvr-gg-mobile'?: CSSProperties['gridGap'];
1290
956
  '--focus-gg-mobile'?: CSSProperties['gridGap'];
1291
957
 
1292
- /**
1293
- * **CSS Property**: `grid-row`
1294
- *
1295
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1296
- */
1297
-
1298
- '--gr'?: CSSProperties['gridRow'];
1299
- '--hvr-gr'?: CSSProperties['gridRow'];
1300
- '--focus-gr'?: CSSProperties['gridRow'];
1301
-
1302
- /**
1303
- * **CSS Property**: `grid-row`
1304
- *
1305
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1306
- */
1307
- '--gr-tablet'?: CSSProperties['gridRow'];
1308
- '--hvr-gr-tablet'?: CSSProperties['gridRow'];
1309
- '--focus-gr-tablet'?: CSSProperties['gridRow'];
1310
- /**
1311
- * **CSS Property**: `grid-row`
1312
- *
1313
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1314
- */
1315
- '--gr-mobile'?: CSSProperties['gridRow'];
1316
- '--hvr-gr-mobile'?: CSSProperties['gridRow'];
1317
- '--focus-gr-mobile'?: CSSProperties['gridRow'];
1318
-
1319
958
  /**
1320
959
  * **CSS Property**: `grid-template-columns`
1321
960
  *
@@ -1343,33 +982,6 @@ declare namespace React {
1343
982
  '--hvr-gtc-mobile'?: CSSProperties['gridTemplateColumns'];
1344
983
  '--focus-gtc-mobile'?: CSSProperties['gridTemplateColumns'];
1345
984
 
1346
- /**
1347
- * **CSS Property**: `grid-template-rows`
1348
- *
1349
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1350
- */
1351
-
1352
- '--gtr'?: CSSProperties['gridTemplateRows'];
1353
- '--hvr-gtr'?: CSSProperties['gridTemplateRows'];
1354
- '--focus-gtr'?: CSSProperties['gridTemplateRows'];
1355
-
1356
- /**
1357
- * **CSS Property**: `grid-template-rows`
1358
- *
1359
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1360
- */
1361
- '--gtr-tablet'?: CSSProperties['gridTemplateRows'];
1362
- '--hvr-gtr-tablet'?: CSSProperties['gridTemplateRows'];
1363
- '--focus-gtr-tablet'?: CSSProperties['gridTemplateRows'];
1364
- /**
1365
- * **CSS Property**: `grid-template-rows`
1366
- *
1367
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1368
- */
1369
- '--gtr-mobile'?: CSSProperties['gridTemplateRows'];
1370
- '--hvr-gtr-mobile'?: CSSProperties['gridTemplateRows'];
1371
- '--focus-gtr-mobile'?: CSSProperties['gridTemplateRows'];
1372
-
1373
985
  /**
1374
986
  * **CSS Property**: `height`
1375
987
  *
@@ -1586,33 +1198,6 @@ declare namespace React {
1586
1198
  '--hvr-tdc-mobile'?: CSSProperties['textDecorationColor'];
1587
1199
  '--focus-tdc-mobile'?: CSSProperties['textDecorationColor'];
1588
1200
 
1589
- /**
1590
- * **CSS Property**: `text-decoration-style`
1591
- *
1592
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-style
1593
- */
1594
-
1595
- '--tds'?: CSSProperties['textDecorationStyle'];
1596
- '--hvr-tds'?: CSSProperties['textDecorationStyle'];
1597
- '--focus-tds'?: CSSProperties['textDecorationStyle'];
1598
-
1599
- /**
1600
- * **CSS Property**: `text-decoration-style`
1601
- *
1602
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-style
1603
- */
1604
- '--tds-tablet'?: CSSProperties['textDecorationStyle'];
1605
- '--hvr-tds-tablet'?: CSSProperties['textDecorationStyle'];
1606
- '--focus-tds-tablet'?: CSSProperties['textDecorationStyle'];
1607
- /**
1608
- * **CSS Property**: `text-decoration-style`
1609
- *
1610
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-style
1611
- */
1612
- '--tds-mobile'?: CSSProperties['textDecorationStyle'];
1613
- '--hvr-tds-mobile'?: CSSProperties['textDecorationStyle'];
1614
- '--focus-tds-mobile'?: CSSProperties['textDecorationStyle'];
1615
-
1616
1201
  /**
1617
1202
  * **CSS Property**: `margin`
1618
1203
  *
@@ -1856,33 +1441,6 @@ declare namespace React {
1856
1441
  '--hvr-minw-mobile'?: CSSProperties['minWidth'];
1857
1442
  '--focus-minw-mobile'?: CSSProperties['minWidth'];
1858
1443
 
1859
- /**
1860
- * **CSS Property**: `rotate`
1861
- *
1862
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/rotate
1863
- */
1864
-
1865
- '--rt'?: CSSProperties['rotate'];
1866
- '--hvr-rt'?: CSSProperties['rotate'];
1867
- '--focus-rt'?: CSSProperties['rotate'];
1868
-
1869
- /**
1870
- * **CSS Property**: `rotate`
1871
- *
1872
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/rotate
1873
- */
1874
- '--rt-tablet'?: CSSProperties['rotate'];
1875
- '--hvr-rt-tablet'?: CSSProperties['rotate'];
1876
- '--focus-rt-tablet'?: CSSProperties['rotate'];
1877
- /**
1878
- * **CSS Property**: `rotate`
1879
- *
1880
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/rotate
1881
- */
1882
- '--rt-mobile'?: CSSProperties['rotate'];
1883
- '--hvr-rt-mobile'?: CSSProperties['rotate'];
1884
- '--focus-rt-mobile'?: CSSProperties['rotate'];
1885
-
1886
1444
  /**
1887
1445
  * **CSS Property**: `object-fit`
1888
1446
  *
@@ -1910,33 +1468,6 @@ declare namespace React {
1910
1468
  '--hvr-objf-mobile'?: CSSProperties['objectFit'];
1911
1469
  '--focus-objf-mobile'?: CSSProperties['objectFit'];
1912
1470
 
1913
- /**
1914
- * **CSS Property**: `object-position`
1915
- *
1916
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1917
- */
1918
-
1919
- '--objp'?: CSSProperties['objectPosition'];
1920
- '--hvr-objp'?: CSSProperties['objectPosition'];
1921
- '--focus-objp'?: CSSProperties['objectPosition'];
1922
-
1923
- /**
1924
- * **CSS Property**: `object-position`
1925
- *
1926
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1927
- */
1928
- '--objp-tablet'?: CSSProperties['objectPosition'];
1929
- '--hvr-objp-tablet'?: CSSProperties['objectPosition'];
1930
- '--focus-objp-tablet'?: CSSProperties['objectPosition'];
1931
- /**
1932
- * **CSS Property**: `object-position`
1933
- *
1934
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1935
- */
1936
- '--objp-mobile'?: CSSProperties['objectPosition'];
1937
- '--hvr-objp-mobile'?: CSSProperties['objectPosition'];
1938
- '--focus-objp-mobile'?: CSSProperties['objectPosition'];
1939
-
1940
1471
  /**
1941
1472
  * **CSS Property**: `opacity`
1942
1473
  *
@@ -2234,33 +1765,6 @@ declare namespace React {
2234
1765
  '--hvr-ta-mobile'?: CSSProperties['textAlign'];
2235
1766
  '--focus-ta-mobile'?: CSSProperties['textAlign'];
2236
1767
 
2237
- /**
2238
- * **CSS Property**: `text-decoration`
2239
- *
2240
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration
2241
- */
2242
-
2243
- '--td'?: CSSProperties['textDecoration'];
2244
- '--hvr-td'?: CSSProperties['textDecoration'];
2245
- '--focus-td'?: CSSProperties['textDecoration'];
2246
-
2247
- /**
2248
- * **CSS Property**: `text-decoration`
2249
- *
2250
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration
2251
- */
2252
- '--td-tablet'?: CSSProperties['textDecoration'];
2253
- '--hvr-td-tablet'?: CSSProperties['textDecoration'];
2254
- '--focus-td-tablet'?: CSSProperties['textDecoration'];
2255
- /**
2256
- * **CSS Property**: `text-decoration`
2257
- *
2258
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration
2259
- */
2260
- '--td-mobile'?: CSSProperties['textDecoration'];
2261
- '--hvr-td-mobile'?: CSSProperties['textDecoration'];
2262
- '--focus-td-mobile'?: CSSProperties['textDecoration'];
2263
-
2264
1768
  /**
2265
1769
  * **CSS Property**: `text-shadow`
2266
1770
  *
@@ -2369,222 +1873,6 @@ declare namespace React {
2369
1873
  '--hvr-t-mobile'?: CSSProperties['transform'];
2370
1874
  '--focus-t-mobile'?: CSSProperties['transform'];
2371
1875
 
2372
- /**
2373
- * **CSS Property**: `transform-origin`
2374
- *
2375
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin
2376
- */
2377
-
2378
- '--ta'?: CSSProperties['transformOrigin'];
2379
- '--hvr-ta'?: CSSProperties['transformOrigin'];
2380
- '--focus-ta'?: CSSProperties['transformOrigin'];
2381
-
2382
- /**
2383
- * **CSS Property**: `transform-origin`
2384
- *
2385
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin
2386
- */
2387
- '--ta-tablet'?: CSSProperties['transformOrigin'];
2388
- '--hvr-ta-tablet'?: CSSProperties['transformOrigin'];
2389
- '--focus-ta-tablet'?: CSSProperties['transformOrigin'];
2390
- /**
2391
- * **CSS Property**: `transform-origin`
2392
- *
2393
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin
2394
- */
2395
- '--ta-mobile'?: CSSProperties['transformOrigin'];
2396
- '--hvr-ta-mobile'?: CSSProperties['transformOrigin'];
2397
- '--focus-ta-mobile'?: CSSProperties['transformOrigin'];
2398
-
2399
- /**
2400
- * **CSS Property**: `transform-style`
2401
- *
2402
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-style
2403
- */
2404
-
2405
- '--ts'?: CSSProperties['transformStyle'];
2406
- '--hvr-ts'?: CSSProperties['transformStyle'];
2407
- '--focus-ts'?: CSSProperties['transformStyle'];
2408
-
2409
- /**
2410
- * **CSS Property**: `transform-style`
2411
- *
2412
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-style
2413
- */
2414
- '--ts-tablet'?: CSSProperties['transformStyle'];
2415
- '--hvr-ts-tablet'?: CSSProperties['transformStyle'];
2416
- '--focus-ts-tablet'?: CSSProperties['transformStyle'];
2417
- /**
2418
- * **CSS Property**: `transform-style`
2419
- *
2420
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-style
2421
- */
2422
- '--ts-mobile'?: CSSProperties['transformStyle'];
2423
- '--hvr-ts-mobile'?: CSSProperties['transformStyle'];
2424
- '--focus-ts-mobile'?: CSSProperties['transformStyle'];
2425
-
2426
- /**
2427
- * **CSS Property**: `transition`
2428
- *
2429
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2430
- */
2431
-
2432
- '--tn'?: CSSProperties['transition'];
2433
- '--hvr-tn'?: CSSProperties['transition'];
2434
- '--focus-tn'?: CSSProperties['transition'];
2435
-
2436
- /**
2437
- * **CSS Property**: `transition`
2438
- *
2439
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2440
- */
2441
- '--tn-tablet'?: CSSProperties['transition'];
2442
- '--hvr-tn-tablet'?: CSSProperties['transition'];
2443
- '--focus-tn-tablet'?: CSSProperties['transition'];
2444
- /**
2445
- * **CSS Property**: `transition`
2446
- *
2447
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2448
- */
2449
- '--tn-mobile'?: CSSProperties['transition'];
2450
- '--hvr-tn-mobile'?: CSSProperties['transition'];
2451
- '--focus-tn-mobile'?: CSSProperties['transition'];
2452
-
2453
- /**
2454
- * **CSS Property**: `transition-delay`
2455
- *
2456
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-delay
2457
- */
2458
-
2459
- '--td'?: CSSProperties['transitionDelay'];
2460
- '--hvr-td'?: CSSProperties['transitionDelay'];
2461
- '--focus-td'?: CSSProperties['transitionDelay'];
2462
-
2463
- /**
2464
- * **CSS Property**: `transition-delay`
2465
- *
2466
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-delay
2467
- */
2468
- '--td-tablet'?: CSSProperties['transitionDelay'];
2469
- '--hvr-td-tablet'?: CSSProperties['transitionDelay'];
2470
- '--focus-td-tablet'?: CSSProperties['transitionDelay'];
2471
- /**
2472
- * **CSS Property**: `transition-delay`
2473
- *
2474
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-delay
2475
- */
2476
- '--td-mobile'?: CSSProperties['transitionDelay'];
2477
- '--hvr-td-mobile'?: CSSProperties['transitionDelay'];
2478
- '--focus-td-mobile'?: CSSProperties['transitionDelay'];
2479
-
2480
- /**
2481
- * **CSS Property**: `transition-duration`
2482
- *
2483
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-duration
2484
- */
2485
-
2486
- '--tnd'?: CSSProperties['transitionDuration'];
2487
- '--hvr-tnd'?: CSSProperties['transitionDuration'];
2488
- '--focus-tnd'?: CSSProperties['transitionDuration'];
2489
-
2490
- /**
2491
- * **CSS Property**: `transition-duration`
2492
- *
2493
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-duration
2494
- */
2495
- '--tnd-tablet'?: CSSProperties['transitionDuration'];
2496
- '--hvr-tnd-tablet'?: CSSProperties['transitionDuration'];
2497
- '--focus-tnd-tablet'?: CSSProperties['transitionDuration'];
2498
- /**
2499
- * **CSS Property**: `transition-duration`
2500
- *
2501
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-duration
2502
- */
2503
- '--tnd-mobile'?: CSSProperties['transitionDuration'];
2504
- '--hvr-tnd-mobile'?: CSSProperties['transitionDuration'];
2505
- '--focus-tnd-mobile'?: CSSProperties['transitionDuration'];
2506
-
2507
- /**
2508
- * **CSS Property**: `transition-property`
2509
- *
2510
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-property
2511
- */
2512
-
2513
- '--tp'?: CSSProperties['transitionProperty'];
2514
- '--hvr-tp'?: CSSProperties['transitionProperty'];
2515
- '--focus-tp'?: CSSProperties['transitionProperty'];
2516
-
2517
- /**
2518
- * **CSS Property**: `transition-property`
2519
- *
2520
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-property
2521
- */
2522
- '--tp-tablet'?: CSSProperties['transitionProperty'];
2523
- '--hvr-tp-tablet'?: CSSProperties['transitionProperty'];
2524
- '--focus-tp-tablet'?: CSSProperties['transitionProperty'];
2525
- /**
2526
- * **CSS Property**: `transition-property`
2527
- *
2528
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-property
2529
- */
2530
- '--tp-mobile'?: CSSProperties['transitionProperty'];
2531
- '--hvr-tp-mobile'?: CSSProperties['transitionProperty'];
2532
- '--focus-tp-mobile'?: CSSProperties['transitionProperty'];
2533
-
2534
- /**
2535
- * **CSS Property**: `transition-timing-function`
2536
- *
2537
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function
2538
- */
2539
-
2540
- '--ttf'?: CSSProperties['transitionTimingFunction'];
2541
- '--hvr-ttf'?: CSSProperties['transitionTimingFunction'];
2542
- '--focus-ttf'?: CSSProperties['transitionTimingFunction'];
2543
-
2544
- /**
2545
- * **CSS Property**: `transition-timing-function`
2546
- *
2547
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function
2548
- */
2549
- '--ttf-tablet'?: CSSProperties['transitionTimingFunction'];
2550
- '--hvr-ttf-tablet'?: CSSProperties['transitionTimingFunction'];
2551
- '--focus-ttf-tablet'?: CSSProperties['transitionTimingFunction'];
2552
- /**
2553
- * **CSS Property**: `transition-timing-function`
2554
- *
2555
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function
2556
- */
2557
- '--ttf-mobile'?: CSSProperties['transitionTimingFunction'];
2558
- '--hvr-ttf-mobile'?: CSSProperties['transitionTimingFunction'];
2559
- '--focus-ttf-mobile'?: CSSProperties['transitionTimingFunction'];
2560
-
2561
- /**
2562
- * **CSS Property**: `translate`
2563
- *
2564
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/translate
2565
- */
2566
-
2567
- '--tsl'?: CSSProperties['translate'];
2568
- '--hvr-tsl'?: CSSProperties['translate'];
2569
- '--focus-tsl'?: CSSProperties['translate'];
2570
-
2571
- /**
2572
- * **CSS Property**: `translate`
2573
- *
2574
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/translate
2575
- */
2576
- '--tsl-tablet'?: CSSProperties['translate'];
2577
- '--hvr-tsl-tablet'?: CSSProperties['translate'];
2578
- '--focus-tsl-tablet'?: CSSProperties['translate'];
2579
- /**
2580
- * **CSS Property**: `translate`
2581
- *
2582
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/translate
2583
- */
2584
- '--tsl-mobile'?: CSSProperties['translate'];
2585
- '--hvr-tsl-mobile'?: CSSProperties['translate'];
2586
- '--focus-tsl-mobile'?: CSSProperties['translate'];
2587
-
2588
1876
  /**
2589
1877
  * **CSS Property**: `visibility`
2590
1878
  *