@codecademy/gamut 68.0.1-alpha.42d772.0 → 68.0.1-alpha.470613.0
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/Box/props.d.ts +26 -130
- package/dist/Button/shared/styles.d.ts +26 -130
- package/dist/Card/elements.d.ts +78 -390
- package/dist/Form/elements/Form.d.ts +26 -130
- package/dist/GridForm/GridFormSections/GridFormSectionBreak.d.ts +26 -130
- package/dist/List/elements.d.ts +26 -130
- package/dist/Menu/elements.d.ts +26 -130
- package/dist/Pagination/AnimatedPaginationButtons.d.ts +26 -130
- package/dist/Pagination/utils.d.ts +26 -130
- package/package.json +7 -7
package/dist/List/elements.d.ts
CHANGED
|
@@ -827,11 +827,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
827
827
|
readonly property: "backgroundPosition";
|
|
828
828
|
}>;
|
|
829
829
|
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
830
|
-
readonly property:
|
|
831
|
-
readonly physical: "borderBottom";
|
|
832
|
-
readonly logical: "borderBlockEnd";
|
|
833
|
-
};
|
|
834
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
830
|
+
readonly property: "borderBottom";
|
|
835
831
|
readonly scale: "borders";
|
|
836
832
|
}>;
|
|
837
833
|
borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -839,11 +835,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
839
835
|
readonly scale: "colors";
|
|
840
836
|
}>;
|
|
841
837
|
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
842
|
-
readonly property:
|
|
843
|
-
readonly physical: "borderLeft";
|
|
844
|
-
readonly logical: "borderInlineStart";
|
|
845
|
-
};
|
|
846
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
838
|
+
readonly property: "borderLeft";
|
|
847
839
|
readonly scale: "borders";
|
|
848
840
|
}>;
|
|
849
841
|
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -851,22 +843,14 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
851
843
|
readonly scale: "borderRadii";
|
|
852
844
|
}>;
|
|
853
845
|
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
854
|
-
readonly property:
|
|
855
|
-
readonly physical: "borderRight";
|
|
856
|
-
readonly logical: "borderInlineEnd";
|
|
857
|
-
};
|
|
858
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
846
|
+
readonly property: "borderRight";
|
|
859
847
|
readonly scale: "borders";
|
|
860
848
|
}>;
|
|
861
849
|
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
862
850
|
readonly property: "borderStyle";
|
|
863
851
|
}>;
|
|
864
852
|
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
865
|
-
readonly property:
|
|
866
|
-
readonly physical: "borderTop";
|
|
867
|
-
readonly logical: "borderBlockStart";
|
|
868
|
-
};
|
|
869
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
853
|
+
readonly property: "borderTop";
|
|
870
854
|
readonly scale: "borders";
|
|
871
855
|
}>;
|
|
872
856
|
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -1002,177 +986,89 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1002
986
|
}>;
|
|
1003
987
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1004
988
|
readonly property: "border";
|
|
1005
|
-
readonly properties:
|
|
1006
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
1007
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
1008
|
-
};
|
|
1009
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
989
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
1010
990
|
readonly scale: "borders";
|
|
1011
991
|
}>;
|
|
1012
992
|
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1013
993
|
readonly property: "border";
|
|
1014
|
-
readonly properties:
|
|
1015
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
1016
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
1017
|
-
};
|
|
1018
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
994
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
1019
995
|
readonly scale: "borders";
|
|
1020
996
|
}>;
|
|
1021
997
|
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1022
998
|
readonly property: "borderWidth";
|
|
1023
|
-
readonly properties:
|
|
1024
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
1025
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
1026
|
-
};
|
|
1027
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
999
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
1028
1000
|
}>;
|
|
1029
1001
|
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1030
1002
|
readonly property: "borderWidth";
|
|
1031
|
-
readonly properties:
|
|
1032
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
1033
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
1034
|
-
};
|
|
1035
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1003
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
1036
1004
|
}>;
|
|
1037
1005
|
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1038
|
-
readonly property:
|
|
1039
|
-
readonly physical: "borderLeftWidth";
|
|
1040
|
-
readonly logical: "borderInlineStartWidth";
|
|
1041
|
-
};
|
|
1042
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1006
|
+
readonly property: "borderLeftWidth";
|
|
1043
1007
|
}>;
|
|
1044
1008
|
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1045
|
-
readonly property:
|
|
1046
|
-
readonly physical: "borderRightWidth";
|
|
1047
|
-
readonly logical: "borderInlineEndWidth";
|
|
1048
|
-
};
|
|
1049
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1009
|
+
readonly property: "borderRightWidth";
|
|
1050
1010
|
}>;
|
|
1051
1011
|
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1052
|
-
readonly property:
|
|
1053
|
-
readonly physical: "borderTopWidth";
|
|
1054
|
-
readonly logical: "borderBlockStartWidth";
|
|
1055
|
-
};
|
|
1056
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1012
|
+
readonly property: "borderTopWidth";
|
|
1057
1013
|
}>;
|
|
1058
1014
|
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1059
|
-
readonly property:
|
|
1060
|
-
readonly physical: "borderBottomWidth";
|
|
1061
|
-
readonly logical: "borderBlockEndWidth";
|
|
1062
|
-
};
|
|
1063
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1015
|
+
readonly property: "borderBottomWidth";
|
|
1064
1016
|
}>;
|
|
1065
1017
|
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1066
1018
|
readonly property: "borderRadius";
|
|
1067
|
-
readonly properties:
|
|
1068
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
1069
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
1070
|
-
};
|
|
1071
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1019
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
1072
1020
|
readonly scale: "borderRadii";
|
|
1073
1021
|
}>;
|
|
1074
1022
|
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1075
1023
|
readonly property: "borderRadius";
|
|
1076
|
-
readonly properties:
|
|
1077
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
1078
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
1079
|
-
};
|
|
1080
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1024
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
1081
1025
|
readonly scale: "borderRadii";
|
|
1082
1026
|
}>;
|
|
1083
1027
|
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1084
1028
|
readonly property: "borderRadius";
|
|
1085
|
-
readonly properties:
|
|
1086
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
1087
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
1088
|
-
};
|
|
1089
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1029
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
1090
1030
|
readonly scale: "borderRadii";
|
|
1091
1031
|
}>;
|
|
1092
1032
|
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1093
1033
|
readonly property: "borderRadius";
|
|
1094
|
-
readonly properties:
|
|
1095
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
1096
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
1097
|
-
};
|
|
1098
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1034
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
1099
1035
|
readonly scale: "borderRadii";
|
|
1100
1036
|
}>;
|
|
1101
1037
|
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1102
|
-
readonly property:
|
|
1103
|
-
readonly physical: "borderTopLeftRadius";
|
|
1104
|
-
readonly logical: "borderStartStartRadius";
|
|
1105
|
-
};
|
|
1106
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1038
|
+
readonly property: "borderTopLeftRadius";
|
|
1107
1039
|
readonly scale: "borderRadii";
|
|
1108
1040
|
}>;
|
|
1109
1041
|
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1110
|
-
readonly property:
|
|
1111
|
-
readonly physical: "borderTopRightRadius";
|
|
1112
|
-
readonly logical: "borderStartEndRadius";
|
|
1113
|
-
};
|
|
1114
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1042
|
+
readonly property: "borderTopRightRadius";
|
|
1115
1043
|
readonly scale: "borderRadii";
|
|
1116
1044
|
}>;
|
|
1117
1045
|
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1118
|
-
readonly property:
|
|
1119
|
-
readonly physical: "borderBottomRightRadius";
|
|
1120
|
-
readonly logical: "borderEndEndRadius";
|
|
1121
|
-
};
|
|
1122
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1046
|
+
readonly property: "borderBottomRightRadius";
|
|
1123
1047
|
readonly scale: "borderRadii";
|
|
1124
1048
|
}>;
|
|
1125
1049
|
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1126
|
-
readonly property:
|
|
1127
|
-
readonly physical: "borderBottomLeftRadius";
|
|
1128
|
-
readonly logical: "borderEndStartRadius";
|
|
1129
|
-
};
|
|
1130
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1050
|
+
readonly property: "borderBottomLeftRadius";
|
|
1131
1051
|
readonly scale: "borderRadii";
|
|
1132
1052
|
}>;
|
|
1133
1053
|
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1134
1054
|
readonly property: "borderStyle";
|
|
1135
|
-
readonly properties:
|
|
1136
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
1137
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
1138
|
-
};
|
|
1139
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1055
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
1140
1056
|
}>;
|
|
1141
1057
|
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1142
1058
|
readonly property: "borderStyle";
|
|
1143
|
-
readonly properties:
|
|
1144
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
1145
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
1146
|
-
};
|
|
1147
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1059
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
1148
1060
|
}>;
|
|
1149
1061
|
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1150
|
-
readonly property:
|
|
1151
|
-
readonly physical: "borderLeftStyle";
|
|
1152
|
-
readonly logical: "borderInlineStartStyle";
|
|
1153
|
-
};
|
|
1154
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1062
|
+
readonly property: "borderLeftStyle";
|
|
1155
1063
|
}>;
|
|
1156
1064
|
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1157
|
-
readonly property:
|
|
1158
|
-
readonly physical: "borderRightStyle";
|
|
1159
|
-
readonly logical: "borderInlineEndStyle";
|
|
1160
|
-
};
|
|
1161
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1065
|
+
readonly property: "borderRightStyle";
|
|
1162
1066
|
}>;
|
|
1163
1067
|
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1164
|
-
readonly property:
|
|
1165
|
-
readonly physical: "borderTopStyle";
|
|
1166
|
-
readonly logical: "borderBlockStartStyle";
|
|
1167
|
-
};
|
|
1168
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1068
|
+
readonly property: "borderTopStyle";
|
|
1169
1069
|
}>;
|
|
1170
1070
|
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1171
|
-
readonly property:
|
|
1172
|
-
readonly physical: "borderBottomStyle";
|
|
1173
|
-
readonly logical: "borderBlockEndStyle";
|
|
1174
|
-
};
|
|
1175
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1071
|
+
readonly property: "borderBottomStyle";
|
|
1176
1072
|
}>;
|
|
1177
1073
|
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1178
1074
|
readonly property: "width";
|
package/dist/Menu/elements.d.ts
CHANGED
|
@@ -273,52 +273,28 @@ declare const listProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
273
273
|
};
|
|
274
274
|
readonly borderX: {
|
|
275
275
|
readonly property: "border";
|
|
276
|
-
readonly properties:
|
|
277
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
278
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
279
|
-
};
|
|
280
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
276
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
281
277
|
readonly scale: "borders";
|
|
282
278
|
};
|
|
283
279
|
readonly borderY: {
|
|
284
280
|
readonly property: "border";
|
|
285
|
-
readonly properties:
|
|
286
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
287
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
288
|
-
};
|
|
289
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
281
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
290
282
|
readonly scale: "borders";
|
|
291
283
|
};
|
|
292
284
|
readonly borderTop: {
|
|
293
|
-
readonly property:
|
|
294
|
-
readonly physical: "borderTop";
|
|
295
|
-
readonly logical: "borderBlockStart";
|
|
296
|
-
};
|
|
297
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
285
|
+
readonly property: "borderTop";
|
|
298
286
|
readonly scale: "borders";
|
|
299
287
|
};
|
|
300
288
|
readonly borderRight: {
|
|
301
|
-
readonly property:
|
|
302
|
-
readonly physical: "borderRight";
|
|
303
|
-
readonly logical: "borderInlineEnd";
|
|
304
|
-
};
|
|
305
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
289
|
+
readonly property: "borderRight";
|
|
306
290
|
readonly scale: "borders";
|
|
307
291
|
};
|
|
308
292
|
readonly borderBottom: {
|
|
309
|
-
readonly property:
|
|
310
|
-
readonly physical: "borderBottom";
|
|
311
|
-
readonly logical: "borderBlockEnd";
|
|
312
|
-
};
|
|
313
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
293
|
+
readonly property: "borderBottom";
|
|
314
294
|
readonly scale: "borders";
|
|
315
295
|
};
|
|
316
296
|
readonly borderLeft: {
|
|
317
|
-
readonly property:
|
|
318
|
-
readonly physical: "borderLeft";
|
|
319
|
-
readonly logical: "borderInlineStart";
|
|
320
|
-
};
|
|
321
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
297
|
+
readonly property: "borderLeft";
|
|
322
298
|
readonly scale: "borders";
|
|
323
299
|
};
|
|
324
300
|
readonly borderWidth: {
|
|
@@ -326,47 +302,23 @@ declare const listProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
326
302
|
};
|
|
327
303
|
readonly borderWidthX: {
|
|
328
304
|
readonly property: "borderWidth";
|
|
329
|
-
readonly properties:
|
|
330
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
331
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
332
|
-
};
|
|
333
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
305
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
334
306
|
};
|
|
335
307
|
readonly borderWidthY: {
|
|
336
308
|
readonly property: "borderWidth";
|
|
337
|
-
readonly properties:
|
|
338
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
339
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
340
|
-
};
|
|
341
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
309
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
342
310
|
};
|
|
343
311
|
readonly borderWidthLeft: {
|
|
344
|
-
readonly property:
|
|
345
|
-
readonly physical: "borderLeftWidth";
|
|
346
|
-
readonly logical: "borderInlineStartWidth";
|
|
347
|
-
};
|
|
348
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
312
|
+
readonly property: "borderLeftWidth";
|
|
349
313
|
};
|
|
350
314
|
readonly borderWidthRight: {
|
|
351
|
-
readonly property:
|
|
352
|
-
readonly physical: "borderRightWidth";
|
|
353
|
-
readonly logical: "borderInlineEndWidth";
|
|
354
|
-
};
|
|
355
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
315
|
+
readonly property: "borderRightWidth";
|
|
356
316
|
};
|
|
357
317
|
readonly borderWidthTop: {
|
|
358
|
-
readonly property:
|
|
359
|
-
readonly physical: "borderTopWidth";
|
|
360
|
-
readonly logical: "borderBlockStartWidth";
|
|
361
|
-
};
|
|
362
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
318
|
+
readonly property: "borderTopWidth";
|
|
363
319
|
};
|
|
364
320
|
readonly borderWidthBottom: {
|
|
365
|
-
readonly property:
|
|
366
|
-
readonly physical: "borderBottomWidth";
|
|
367
|
-
readonly logical: "borderBlockEndWidth";
|
|
368
|
-
};
|
|
369
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
321
|
+
readonly property: "borderBottomWidth";
|
|
370
322
|
};
|
|
371
323
|
readonly borderRadius: {
|
|
372
324
|
readonly property: "borderRadius";
|
|
@@ -374,70 +326,38 @@ declare const listProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
374
326
|
};
|
|
375
327
|
readonly borderRadiusLeft: {
|
|
376
328
|
readonly property: "borderRadius";
|
|
377
|
-
readonly properties:
|
|
378
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
379
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
380
|
-
};
|
|
381
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
329
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
382
330
|
readonly scale: "borderRadii";
|
|
383
331
|
};
|
|
384
332
|
readonly borderRadiusTop: {
|
|
385
333
|
readonly property: "borderRadius";
|
|
386
|
-
readonly properties:
|
|
387
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
388
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
389
|
-
};
|
|
390
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
334
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
391
335
|
readonly scale: "borderRadii";
|
|
392
336
|
};
|
|
393
337
|
readonly borderRadiusBottom: {
|
|
394
338
|
readonly property: "borderRadius";
|
|
395
|
-
readonly properties:
|
|
396
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
397
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
398
|
-
};
|
|
399
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
339
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
400
340
|
readonly scale: "borderRadii";
|
|
401
341
|
};
|
|
402
342
|
readonly borderRadiusRight: {
|
|
403
343
|
readonly property: "borderRadius";
|
|
404
|
-
readonly properties:
|
|
405
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
406
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
407
|
-
};
|
|
408
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
344
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
409
345
|
readonly scale: "borderRadii";
|
|
410
346
|
};
|
|
411
347
|
readonly borderRadiusTopLeft: {
|
|
412
|
-
readonly property:
|
|
413
|
-
readonly physical: "borderTopLeftRadius";
|
|
414
|
-
readonly logical: "borderStartStartRadius";
|
|
415
|
-
};
|
|
416
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
348
|
+
readonly property: "borderTopLeftRadius";
|
|
417
349
|
readonly scale: "borderRadii";
|
|
418
350
|
};
|
|
419
351
|
readonly borderRadiusTopRight: {
|
|
420
|
-
readonly property:
|
|
421
|
-
readonly physical: "borderTopRightRadius";
|
|
422
|
-
readonly logical: "borderStartEndRadius";
|
|
423
|
-
};
|
|
424
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
352
|
+
readonly property: "borderTopRightRadius";
|
|
425
353
|
readonly scale: "borderRadii";
|
|
426
354
|
};
|
|
427
355
|
readonly borderRadiusBottomRight: {
|
|
428
|
-
readonly property:
|
|
429
|
-
readonly physical: "borderBottomRightRadius";
|
|
430
|
-
readonly logical: "borderEndEndRadius";
|
|
431
|
-
};
|
|
432
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
356
|
+
readonly property: "borderBottomRightRadius";
|
|
433
357
|
readonly scale: "borderRadii";
|
|
434
358
|
};
|
|
435
359
|
readonly borderRadiusBottomLeft: {
|
|
436
|
-
readonly property:
|
|
437
|
-
readonly physical: "borderBottomLeftRadius";
|
|
438
|
-
readonly logical: "borderEndStartRadius";
|
|
439
|
-
};
|
|
440
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
360
|
+
readonly property: "borderBottomLeftRadius";
|
|
441
361
|
readonly scale: "borderRadii";
|
|
442
362
|
};
|
|
443
363
|
readonly borderStyle: {
|
|
@@ -445,47 +365,23 @@ declare const listProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
445
365
|
};
|
|
446
366
|
readonly borderStyleX: {
|
|
447
367
|
readonly property: "borderStyle";
|
|
448
|
-
readonly properties:
|
|
449
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
450
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
451
|
-
};
|
|
452
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
368
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
453
369
|
};
|
|
454
370
|
readonly borderStyleY: {
|
|
455
371
|
readonly property: "borderStyle";
|
|
456
|
-
readonly properties:
|
|
457
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
458
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
459
|
-
};
|
|
460
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
372
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
461
373
|
};
|
|
462
374
|
readonly borderStyleLeft: {
|
|
463
|
-
readonly property:
|
|
464
|
-
readonly physical: "borderLeftStyle";
|
|
465
|
-
readonly logical: "borderInlineStartStyle";
|
|
466
|
-
};
|
|
467
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
375
|
+
readonly property: "borderLeftStyle";
|
|
468
376
|
};
|
|
469
377
|
readonly borderStyleRight: {
|
|
470
|
-
readonly property:
|
|
471
|
-
readonly physical: "borderRightStyle";
|
|
472
|
-
readonly logical: "borderInlineEndStyle";
|
|
473
|
-
};
|
|
474
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
378
|
+
readonly property: "borderRightStyle";
|
|
475
379
|
};
|
|
476
380
|
readonly borderStyleTop: {
|
|
477
|
-
readonly property:
|
|
478
|
-
readonly physical: "borderTopStyle";
|
|
479
|
-
readonly logical: "borderBlockStartStyle";
|
|
480
|
-
};
|
|
481
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
381
|
+
readonly property: "borderTopStyle";
|
|
482
382
|
};
|
|
483
383
|
readonly borderStyleBottom: {
|
|
484
|
-
readonly property:
|
|
485
|
-
readonly physical: "borderBottomStyle";
|
|
486
|
-
readonly logical: "borderBlockEndStyle";
|
|
487
|
-
};
|
|
488
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
384
|
+
readonly property: "borderBottomStyle";
|
|
489
385
|
};
|
|
490
386
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
491
387
|
readonly color: {
|