@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/Card/elements.d.ts
CHANGED
|
@@ -446,11 +446,7 @@ export declare const MotionBox: import("react").ComponentType<{
|
|
|
446
446
|
readonly property: "backgroundPosition";
|
|
447
447
|
}>;
|
|
448
448
|
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
449
|
-
readonly property:
|
|
450
|
-
readonly physical: "borderBottom";
|
|
451
|
-
readonly logical: "borderBlockEnd";
|
|
452
|
-
};
|
|
453
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
449
|
+
readonly property: "borderBottom";
|
|
454
450
|
readonly scale: "borders";
|
|
455
451
|
}>;
|
|
456
452
|
borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -458,11 +454,7 @@ export declare const MotionBox: import("react").ComponentType<{
|
|
|
458
454
|
readonly scale: "colors";
|
|
459
455
|
}>;
|
|
460
456
|
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
461
|
-
readonly property:
|
|
462
|
-
readonly physical: "borderLeft";
|
|
463
|
-
readonly logical: "borderInlineStart";
|
|
464
|
-
};
|
|
465
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
457
|
+
readonly property: "borderLeft";
|
|
466
458
|
readonly scale: "borders";
|
|
467
459
|
}>;
|
|
468
460
|
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -470,22 +462,14 @@ export declare const MotionBox: import("react").ComponentType<{
|
|
|
470
462
|
readonly scale: "borderRadii";
|
|
471
463
|
}>;
|
|
472
464
|
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
473
|
-
readonly property:
|
|
474
|
-
readonly physical: "borderRight";
|
|
475
|
-
readonly logical: "borderInlineEnd";
|
|
476
|
-
};
|
|
477
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
465
|
+
readonly property: "borderRight";
|
|
478
466
|
readonly scale: "borders";
|
|
479
467
|
}>;
|
|
480
468
|
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
481
469
|
readonly property: "borderStyle";
|
|
482
470
|
}>;
|
|
483
471
|
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
484
|
-
readonly property:
|
|
485
|
-
readonly physical: "borderTop";
|
|
486
|
-
readonly logical: "borderBlockStart";
|
|
487
|
-
};
|
|
488
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
472
|
+
readonly property: "borderTop";
|
|
489
473
|
readonly scale: "borders";
|
|
490
474
|
}>;
|
|
491
475
|
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -621,177 +605,89 @@ export declare const MotionBox: import("react").ComponentType<{
|
|
|
621
605
|
}>;
|
|
622
606
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
623
607
|
readonly property: "border";
|
|
624
|
-
readonly properties:
|
|
625
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
626
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
627
|
-
};
|
|
628
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
608
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
629
609
|
readonly scale: "borders";
|
|
630
610
|
}>;
|
|
631
611
|
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
632
612
|
readonly property: "border";
|
|
633
|
-
readonly properties:
|
|
634
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
635
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
636
|
-
};
|
|
637
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
613
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
638
614
|
readonly scale: "borders";
|
|
639
615
|
}>;
|
|
640
616
|
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
641
617
|
readonly property: "borderWidth";
|
|
642
|
-
readonly properties:
|
|
643
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
644
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
645
|
-
};
|
|
646
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
618
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
647
619
|
}>;
|
|
648
620
|
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
649
621
|
readonly property: "borderWidth";
|
|
650
|
-
readonly properties:
|
|
651
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
652
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
653
|
-
};
|
|
654
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
622
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
655
623
|
}>;
|
|
656
624
|
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
657
|
-
readonly property:
|
|
658
|
-
readonly physical: "borderLeftWidth";
|
|
659
|
-
readonly logical: "borderInlineStartWidth";
|
|
660
|
-
};
|
|
661
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
625
|
+
readonly property: "borderLeftWidth";
|
|
662
626
|
}>;
|
|
663
627
|
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
664
|
-
readonly property:
|
|
665
|
-
readonly physical: "borderRightWidth";
|
|
666
|
-
readonly logical: "borderInlineEndWidth";
|
|
667
|
-
};
|
|
668
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
628
|
+
readonly property: "borderRightWidth";
|
|
669
629
|
}>;
|
|
670
630
|
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
671
|
-
readonly property:
|
|
672
|
-
readonly physical: "borderTopWidth";
|
|
673
|
-
readonly logical: "borderBlockStartWidth";
|
|
674
|
-
};
|
|
675
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
631
|
+
readonly property: "borderTopWidth";
|
|
676
632
|
}>;
|
|
677
633
|
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
678
|
-
readonly property:
|
|
679
|
-
readonly physical: "borderBottomWidth";
|
|
680
|
-
readonly logical: "borderBlockEndWidth";
|
|
681
|
-
};
|
|
682
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
634
|
+
readonly property: "borderBottomWidth";
|
|
683
635
|
}>;
|
|
684
636
|
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
685
637
|
readonly property: "borderRadius";
|
|
686
|
-
readonly properties:
|
|
687
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
688
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
689
|
-
};
|
|
690
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
638
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
691
639
|
readonly scale: "borderRadii";
|
|
692
640
|
}>;
|
|
693
641
|
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
694
642
|
readonly property: "borderRadius";
|
|
695
|
-
readonly properties:
|
|
696
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
697
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
698
|
-
};
|
|
699
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
643
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
700
644
|
readonly scale: "borderRadii";
|
|
701
645
|
}>;
|
|
702
646
|
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
703
647
|
readonly property: "borderRadius";
|
|
704
|
-
readonly properties:
|
|
705
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
706
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
707
|
-
};
|
|
708
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
648
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
709
649
|
readonly scale: "borderRadii";
|
|
710
650
|
}>;
|
|
711
651
|
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
712
652
|
readonly property: "borderRadius";
|
|
713
|
-
readonly properties:
|
|
714
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
715
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
716
|
-
};
|
|
717
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
653
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
718
654
|
readonly scale: "borderRadii";
|
|
719
655
|
}>;
|
|
720
656
|
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
721
|
-
readonly property:
|
|
722
|
-
readonly physical: "borderTopLeftRadius";
|
|
723
|
-
readonly logical: "borderStartStartRadius";
|
|
724
|
-
};
|
|
725
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
657
|
+
readonly property: "borderTopLeftRadius";
|
|
726
658
|
readonly scale: "borderRadii";
|
|
727
659
|
}>;
|
|
728
660
|
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
729
|
-
readonly property:
|
|
730
|
-
readonly physical: "borderTopRightRadius";
|
|
731
|
-
readonly logical: "borderStartEndRadius";
|
|
732
|
-
};
|
|
733
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
661
|
+
readonly property: "borderTopRightRadius";
|
|
734
662
|
readonly scale: "borderRadii";
|
|
735
663
|
}>;
|
|
736
664
|
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
737
|
-
readonly property:
|
|
738
|
-
readonly physical: "borderBottomRightRadius";
|
|
739
|
-
readonly logical: "borderEndEndRadius";
|
|
740
|
-
};
|
|
741
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
665
|
+
readonly property: "borderBottomRightRadius";
|
|
742
666
|
readonly scale: "borderRadii";
|
|
743
667
|
}>;
|
|
744
668
|
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
745
|
-
readonly property:
|
|
746
|
-
readonly physical: "borderBottomLeftRadius";
|
|
747
|
-
readonly logical: "borderEndStartRadius";
|
|
748
|
-
};
|
|
749
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
669
|
+
readonly property: "borderBottomLeftRadius";
|
|
750
670
|
readonly scale: "borderRadii";
|
|
751
671
|
}>;
|
|
752
672
|
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
753
673
|
readonly property: "borderStyle";
|
|
754
|
-
readonly properties:
|
|
755
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
756
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
757
|
-
};
|
|
758
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
674
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
759
675
|
}>;
|
|
760
676
|
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
761
677
|
readonly property: "borderStyle";
|
|
762
|
-
readonly properties:
|
|
763
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
764
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
765
|
-
};
|
|
766
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
678
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
767
679
|
}>;
|
|
768
680
|
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
769
|
-
readonly property:
|
|
770
|
-
readonly physical: "borderLeftStyle";
|
|
771
|
-
readonly logical: "borderInlineStartStyle";
|
|
772
|
-
};
|
|
773
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
681
|
+
readonly property: "borderLeftStyle";
|
|
774
682
|
}>;
|
|
775
683
|
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
776
|
-
readonly property:
|
|
777
|
-
readonly physical: "borderRightStyle";
|
|
778
|
-
readonly logical: "borderInlineEndStyle";
|
|
779
|
-
};
|
|
780
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
684
|
+
readonly property: "borderRightStyle";
|
|
781
685
|
}>;
|
|
782
686
|
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
783
|
-
readonly property:
|
|
784
|
-
readonly physical: "borderTopStyle";
|
|
785
|
-
readonly logical: "borderBlockStartStyle";
|
|
786
|
-
};
|
|
787
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
687
|
+
readonly property: "borderTopStyle";
|
|
788
688
|
}>;
|
|
789
689
|
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
790
|
-
readonly property:
|
|
791
|
-
readonly physical: "borderBottomStyle";
|
|
792
|
-
readonly logical: "borderBlockEndStyle";
|
|
793
|
-
};
|
|
794
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
690
|
+
readonly property: "borderBottomStyle";
|
|
795
691
|
}>;
|
|
796
692
|
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
797
693
|
readonly property: "width";
|
|
@@ -1283,11 +1179,7 @@ export declare const DynamicCardWrapper: import("@emotion/styled").StyledCompone
|
|
|
1283
1179
|
readonly property: "backgroundPosition";
|
|
1284
1180
|
}>;
|
|
1285
1181
|
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1286
|
-
readonly property:
|
|
1287
|
-
readonly physical: "borderBottom";
|
|
1288
|
-
readonly logical: "borderBlockEnd";
|
|
1289
|
-
};
|
|
1290
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1182
|
+
readonly property: "borderBottom";
|
|
1291
1183
|
readonly scale: "borders";
|
|
1292
1184
|
}>;
|
|
1293
1185
|
borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -1295,11 +1187,7 @@ export declare const DynamicCardWrapper: import("@emotion/styled").StyledCompone
|
|
|
1295
1187
|
readonly scale: "colors";
|
|
1296
1188
|
}>;
|
|
1297
1189
|
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1298
|
-
readonly property:
|
|
1299
|
-
readonly physical: "borderLeft";
|
|
1300
|
-
readonly logical: "borderInlineStart";
|
|
1301
|
-
};
|
|
1302
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1190
|
+
readonly property: "borderLeft";
|
|
1303
1191
|
readonly scale: "borders";
|
|
1304
1192
|
}>;
|
|
1305
1193
|
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -1307,22 +1195,14 @@ export declare const DynamicCardWrapper: import("@emotion/styled").StyledCompone
|
|
|
1307
1195
|
readonly scale: "borderRadii";
|
|
1308
1196
|
}>;
|
|
1309
1197
|
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1310
|
-
readonly property:
|
|
1311
|
-
readonly physical: "borderRight";
|
|
1312
|
-
readonly logical: "borderInlineEnd";
|
|
1313
|
-
};
|
|
1314
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1198
|
+
readonly property: "borderRight";
|
|
1315
1199
|
readonly scale: "borders";
|
|
1316
1200
|
}>;
|
|
1317
1201
|
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1318
1202
|
readonly property: "borderStyle";
|
|
1319
1203
|
}>;
|
|
1320
1204
|
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1321
|
-
readonly property:
|
|
1322
|
-
readonly physical: "borderTop";
|
|
1323
|
-
readonly logical: "borderBlockStart";
|
|
1324
|
-
};
|
|
1325
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1205
|
+
readonly property: "borderTop";
|
|
1326
1206
|
readonly scale: "borders";
|
|
1327
1207
|
}>;
|
|
1328
1208
|
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -1458,177 +1338,89 @@ export declare const DynamicCardWrapper: import("@emotion/styled").StyledCompone
|
|
|
1458
1338
|
}>;
|
|
1459
1339
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1460
1340
|
readonly property: "border";
|
|
1461
|
-
readonly properties:
|
|
1462
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
1463
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
1464
|
-
};
|
|
1465
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1341
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
1466
1342
|
readonly scale: "borders";
|
|
1467
1343
|
}>;
|
|
1468
1344
|
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1469
1345
|
readonly property: "border";
|
|
1470
|
-
readonly properties:
|
|
1471
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
1472
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
1473
|
-
};
|
|
1474
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1346
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
1475
1347
|
readonly scale: "borders";
|
|
1476
1348
|
}>;
|
|
1477
1349
|
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1478
1350
|
readonly property: "borderWidth";
|
|
1479
|
-
readonly properties:
|
|
1480
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
1481
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
1482
|
-
};
|
|
1483
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1351
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
1484
1352
|
}>;
|
|
1485
1353
|
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1486
1354
|
readonly property: "borderWidth";
|
|
1487
|
-
readonly properties:
|
|
1488
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
1489
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
1490
|
-
};
|
|
1491
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1355
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
1492
1356
|
}>;
|
|
1493
1357
|
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1494
|
-
readonly property:
|
|
1495
|
-
readonly physical: "borderLeftWidth";
|
|
1496
|
-
readonly logical: "borderInlineStartWidth";
|
|
1497
|
-
};
|
|
1498
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1358
|
+
readonly property: "borderLeftWidth";
|
|
1499
1359
|
}>;
|
|
1500
1360
|
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1501
|
-
readonly property:
|
|
1502
|
-
readonly physical: "borderRightWidth";
|
|
1503
|
-
readonly logical: "borderInlineEndWidth";
|
|
1504
|
-
};
|
|
1505
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1361
|
+
readonly property: "borderRightWidth";
|
|
1506
1362
|
}>;
|
|
1507
1363
|
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1508
|
-
readonly property:
|
|
1509
|
-
readonly physical: "borderTopWidth";
|
|
1510
|
-
readonly logical: "borderBlockStartWidth";
|
|
1511
|
-
};
|
|
1512
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1364
|
+
readonly property: "borderTopWidth";
|
|
1513
1365
|
}>;
|
|
1514
1366
|
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1515
|
-
readonly property:
|
|
1516
|
-
readonly physical: "borderBottomWidth";
|
|
1517
|
-
readonly logical: "borderBlockEndWidth";
|
|
1518
|
-
};
|
|
1519
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1367
|
+
readonly property: "borderBottomWidth";
|
|
1520
1368
|
}>;
|
|
1521
1369
|
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1522
1370
|
readonly property: "borderRadius";
|
|
1523
|
-
readonly properties:
|
|
1524
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
1525
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
1526
|
-
};
|
|
1527
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1371
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
1528
1372
|
readonly scale: "borderRadii";
|
|
1529
1373
|
}>;
|
|
1530
1374
|
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1531
1375
|
readonly property: "borderRadius";
|
|
1532
|
-
readonly properties:
|
|
1533
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
1534
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
1535
|
-
};
|
|
1536
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1376
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
1537
1377
|
readonly scale: "borderRadii";
|
|
1538
1378
|
}>;
|
|
1539
1379
|
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1540
1380
|
readonly property: "borderRadius";
|
|
1541
|
-
readonly properties:
|
|
1542
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
1543
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
1544
|
-
};
|
|
1545
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1381
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
1546
1382
|
readonly scale: "borderRadii";
|
|
1547
1383
|
}>;
|
|
1548
1384
|
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1549
1385
|
readonly property: "borderRadius";
|
|
1550
|
-
readonly properties:
|
|
1551
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
1552
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
1553
|
-
};
|
|
1554
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1386
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
1555
1387
|
readonly scale: "borderRadii";
|
|
1556
1388
|
}>;
|
|
1557
1389
|
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1558
|
-
readonly property:
|
|
1559
|
-
readonly physical: "borderTopLeftRadius";
|
|
1560
|
-
readonly logical: "borderStartStartRadius";
|
|
1561
|
-
};
|
|
1562
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1390
|
+
readonly property: "borderTopLeftRadius";
|
|
1563
1391
|
readonly scale: "borderRadii";
|
|
1564
1392
|
}>;
|
|
1565
1393
|
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1566
|
-
readonly property:
|
|
1567
|
-
readonly physical: "borderTopRightRadius";
|
|
1568
|
-
readonly logical: "borderStartEndRadius";
|
|
1569
|
-
};
|
|
1570
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1394
|
+
readonly property: "borderTopRightRadius";
|
|
1571
1395
|
readonly scale: "borderRadii";
|
|
1572
1396
|
}>;
|
|
1573
1397
|
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1574
|
-
readonly property:
|
|
1575
|
-
readonly physical: "borderBottomRightRadius";
|
|
1576
|
-
readonly logical: "borderEndEndRadius";
|
|
1577
|
-
};
|
|
1578
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1398
|
+
readonly property: "borderBottomRightRadius";
|
|
1579
1399
|
readonly scale: "borderRadii";
|
|
1580
1400
|
}>;
|
|
1581
1401
|
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1582
|
-
readonly property:
|
|
1583
|
-
readonly physical: "borderBottomLeftRadius";
|
|
1584
|
-
readonly logical: "borderEndStartRadius";
|
|
1585
|
-
};
|
|
1586
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1402
|
+
readonly property: "borderBottomLeftRadius";
|
|
1587
1403
|
readonly scale: "borderRadii";
|
|
1588
1404
|
}>;
|
|
1589
1405
|
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1590
1406
|
readonly property: "borderStyle";
|
|
1591
|
-
readonly properties:
|
|
1592
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
1593
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
1594
|
-
};
|
|
1595
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1407
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
1596
1408
|
}>;
|
|
1597
1409
|
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1598
1410
|
readonly property: "borderStyle";
|
|
1599
|
-
readonly properties:
|
|
1600
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
1601
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
1602
|
-
};
|
|
1603
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1411
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
1604
1412
|
}>;
|
|
1605
1413
|
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1606
|
-
readonly property:
|
|
1607
|
-
readonly physical: "borderLeftStyle";
|
|
1608
|
-
readonly logical: "borderInlineStartStyle";
|
|
1609
|
-
};
|
|
1610
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1414
|
+
readonly property: "borderLeftStyle";
|
|
1611
1415
|
}>;
|
|
1612
1416
|
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1613
|
-
readonly property:
|
|
1614
|
-
readonly physical: "borderRightStyle";
|
|
1615
|
-
readonly logical: "borderInlineEndStyle";
|
|
1616
|
-
};
|
|
1617
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1417
|
+
readonly property: "borderRightStyle";
|
|
1618
1418
|
}>;
|
|
1619
1419
|
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1620
|
-
readonly property:
|
|
1621
|
-
readonly physical: "borderTopStyle";
|
|
1622
|
-
readonly logical: "borderBlockStartStyle";
|
|
1623
|
-
};
|
|
1624
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1420
|
+
readonly property: "borderTopStyle";
|
|
1625
1421
|
}>;
|
|
1626
1422
|
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1627
|
-
readonly property:
|
|
1628
|
-
readonly physical: "borderBottomStyle";
|
|
1629
|
-
readonly logical: "borderBlockEndStyle";
|
|
1630
|
-
};
|
|
1631
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1423
|
+
readonly property: "borderBottomStyle";
|
|
1632
1424
|
}>;
|
|
1633
1425
|
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1634
1426
|
readonly property: "width";
|
|
@@ -2104,11 +1896,7 @@ export declare const StaticCardWrapper: import("@emotion/styled").StyledComponen
|
|
|
2104
1896
|
readonly property: "backgroundPosition";
|
|
2105
1897
|
}>;
|
|
2106
1898
|
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2107
|
-
readonly property:
|
|
2108
|
-
readonly physical: "borderBottom";
|
|
2109
|
-
readonly logical: "borderBlockEnd";
|
|
2110
|
-
};
|
|
2111
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1899
|
+
readonly property: "borderBottom";
|
|
2112
1900
|
readonly scale: "borders";
|
|
2113
1901
|
}>;
|
|
2114
1902
|
borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -2116,11 +1904,7 @@ export declare const StaticCardWrapper: import("@emotion/styled").StyledComponen
|
|
|
2116
1904
|
readonly scale: "colors";
|
|
2117
1905
|
}>;
|
|
2118
1906
|
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2119
|
-
readonly property:
|
|
2120
|
-
readonly physical: "borderLeft";
|
|
2121
|
-
readonly logical: "borderInlineStart";
|
|
2122
|
-
};
|
|
2123
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1907
|
+
readonly property: "borderLeft";
|
|
2124
1908
|
readonly scale: "borders";
|
|
2125
1909
|
}>;
|
|
2126
1910
|
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -2128,22 +1912,14 @@ export declare const StaticCardWrapper: import("@emotion/styled").StyledComponen
|
|
|
2128
1912
|
readonly scale: "borderRadii";
|
|
2129
1913
|
}>;
|
|
2130
1914
|
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2131
|
-
readonly property:
|
|
2132
|
-
readonly physical: "borderRight";
|
|
2133
|
-
readonly logical: "borderInlineEnd";
|
|
2134
|
-
};
|
|
2135
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1915
|
+
readonly property: "borderRight";
|
|
2136
1916
|
readonly scale: "borders";
|
|
2137
1917
|
}>;
|
|
2138
1918
|
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2139
1919
|
readonly property: "borderStyle";
|
|
2140
1920
|
}>;
|
|
2141
1921
|
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2142
|
-
readonly property:
|
|
2143
|
-
readonly physical: "borderTop";
|
|
2144
|
-
readonly logical: "borderBlockStart";
|
|
2145
|
-
};
|
|
2146
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1922
|
+
readonly property: "borderTop";
|
|
2147
1923
|
readonly scale: "borders";
|
|
2148
1924
|
}>;
|
|
2149
1925
|
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -2279,177 +2055,89 @@ export declare const StaticCardWrapper: import("@emotion/styled").StyledComponen
|
|
|
2279
2055
|
}>;
|
|
2280
2056
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2281
2057
|
readonly property: "border";
|
|
2282
|
-
readonly properties:
|
|
2283
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
2284
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
2285
|
-
};
|
|
2286
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2058
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
2287
2059
|
readonly scale: "borders";
|
|
2288
2060
|
}>;
|
|
2289
2061
|
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2290
2062
|
readonly property: "border";
|
|
2291
|
-
readonly properties:
|
|
2292
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
2293
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
2294
|
-
};
|
|
2295
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2063
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
2296
2064
|
readonly scale: "borders";
|
|
2297
2065
|
}>;
|
|
2298
2066
|
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2299
2067
|
readonly property: "borderWidth";
|
|
2300
|
-
readonly properties:
|
|
2301
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
2302
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
2303
|
-
};
|
|
2304
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2068
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
2305
2069
|
}>;
|
|
2306
2070
|
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2307
2071
|
readonly property: "borderWidth";
|
|
2308
|
-
readonly properties:
|
|
2309
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
2310
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
2311
|
-
};
|
|
2312
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2072
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
2313
2073
|
}>;
|
|
2314
2074
|
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2315
|
-
readonly property:
|
|
2316
|
-
readonly physical: "borderLeftWidth";
|
|
2317
|
-
readonly logical: "borderInlineStartWidth";
|
|
2318
|
-
};
|
|
2319
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2075
|
+
readonly property: "borderLeftWidth";
|
|
2320
2076
|
}>;
|
|
2321
2077
|
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2322
|
-
readonly property:
|
|
2323
|
-
readonly physical: "borderRightWidth";
|
|
2324
|
-
readonly logical: "borderInlineEndWidth";
|
|
2325
|
-
};
|
|
2326
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2078
|
+
readonly property: "borderRightWidth";
|
|
2327
2079
|
}>;
|
|
2328
2080
|
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2329
|
-
readonly property:
|
|
2330
|
-
readonly physical: "borderTopWidth";
|
|
2331
|
-
readonly logical: "borderBlockStartWidth";
|
|
2332
|
-
};
|
|
2333
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2081
|
+
readonly property: "borderTopWidth";
|
|
2334
2082
|
}>;
|
|
2335
2083
|
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2336
|
-
readonly property:
|
|
2337
|
-
readonly physical: "borderBottomWidth";
|
|
2338
|
-
readonly logical: "borderBlockEndWidth";
|
|
2339
|
-
};
|
|
2340
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2084
|
+
readonly property: "borderBottomWidth";
|
|
2341
2085
|
}>;
|
|
2342
2086
|
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2343
2087
|
readonly property: "borderRadius";
|
|
2344
|
-
readonly properties:
|
|
2345
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
2346
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
2347
|
-
};
|
|
2348
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2088
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
2349
2089
|
readonly scale: "borderRadii";
|
|
2350
2090
|
}>;
|
|
2351
2091
|
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2352
2092
|
readonly property: "borderRadius";
|
|
2353
|
-
readonly properties:
|
|
2354
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
2355
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
2356
|
-
};
|
|
2357
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2093
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
2358
2094
|
readonly scale: "borderRadii";
|
|
2359
2095
|
}>;
|
|
2360
2096
|
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2361
2097
|
readonly property: "borderRadius";
|
|
2362
|
-
readonly properties:
|
|
2363
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
2364
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
2365
|
-
};
|
|
2366
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2098
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
2367
2099
|
readonly scale: "borderRadii";
|
|
2368
2100
|
}>;
|
|
2369
2101
|
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2370
2102
|
readonly property: "borderRadius";
|
|
2371
|
-
readonly properties:
|
|
2372
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
2373
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
2374
|
-
};
|
|
2375
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2103
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
2376
2104
|
readonly scale: "borderRadii";
|
|
2377
2105
|
}>;
|
|
2378
2106
|
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2379
|
-
readonly property:
|
|
2380
|
-
readonly physical: "borderTopLeftRadius";
|
|
2381
|
-
readonly logical: "borderStartStartRadius";
|
|
2382
|
-
};
|
|
2383
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2107
|
+
readonly property: "borderTopLeftRadius";
|
|
2384
2108
|
readonly scale: "borderRadii";
|
|
2385
2109
|
}>;
|
|
2386
2110
|
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2387
|
-
readonly property:
|
|
2388
|
-
readonly physical: "borderTopRightRadius";
|
|
2389
|
-
readonly logical: "borderStartEndRadius";
|
|
2390
|
-
};
|
|
2391
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2111
|
+
readonly property: "borderTopRightRadius";
|
|
2392
2112
|
readonly scale: "borderRadii";
|
|
2393
2113
|
}>;
|
|
2394
2114
|
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2395
|
-
readonly property:
|
|
2396
|
-
readonly physical: "borderBottomRightRadius";
|
|
2397
|
-
readonly logical: "borderEndEndRadius";
|
|
2398
|
-
};
|
|
2399
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2115
|
+
readonly property: "borderBottomRightRadius";
|
|
2400
2116
|
readonly scale: "borderRadii";
|
|
2401
2117
|
}>;
|
|
2402
2118
|
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2403
|
-
readonly property:
|
|
2404
|
-
readonly physical: "borderBottomLeftRadius";
|
|
2405
|
-
readonly logical: "borderEndStartRadius";
|
|
2406
|
-
};
|
|
2407
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2119
|
+
readonly property: "borderBottomLeftRadius";
|
|
2408
2120
|
readonly scale: "borderRadii";
|
|
2409
2121
|
}>;
|
|
2410
2122
|
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2411
2123
|
readonly property: "borderStyle";
|
|
2412
|
-
readonly properties:
|
|
2413
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
2414
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
2415
|
-
};
|
|
2416
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2124
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
2417
2125
|
}>;
|
|
2418
2126
|
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2419
2127
|
readonly property: "borderStyle";
|
|
2420
|
-
readonly properties:
|
|
2421
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
2422
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
2423
|
-
};
|
|
2424
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2128
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
2425
2129
|
}>;
|
|
2426
2130
|
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2427
|
-
readonly property:
|
|
2428
|
-
readonly physical: "borderLeftStyle";
|
|
2429
|
-
readonly logical: "borderInlineStartStyle";
|
|
2430
|
-
};
|
|
2431
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2131
|
+
readonly property: "borderLeftStyle";
|
|
2432
2132
|
}>;
|
|
2433
2133
|
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2434
|
-
readonly property:
|
|
2435
|
-
readonly physical: "borderRightStyle";
|
|
2436
|
-
readonly logical: "borderInlineEndStyle";
|
|
2437
|
-
};
|
|
2438
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2134
|
+
readonly property: "borderRightStyle";
|
|
2439
2135
|
}>;
|
|
2440
2136
|
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2441
|
-
readonly property:
|
|
2442
|
-
readonly physical: "borderTopStyle";
|
|
2443
|
-
readonly logical: "borderBlockStartStyle";
|
|
2444
|
-
};
|
|
2445
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2137
|
+
readonly property: "borderTopStyle";
|
|
2446
2138
|
}>;
|
|
2447
2139
|
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2448
|
-
readonly property:
|
|
2449
|
-
readonly physical: "borderBottomStyle";
|
|
2450
|
-
readonly logical: "borderBlockEndStyle";
|
|
2451
|
-
};
|
|
2452
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2140
|
+
readonly property: "borderBottomStyle";
|
|
2453
2141
|
}>;
|
|
2454
2142
|
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
2455
2143
|
readonly property: "width";
|