@codecademy/gamut 72.2.2-alpha.d64fc5.0 → 72.2.2-alpha.dfb0a2.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/Alert/elements.d.ts +2 -2
- package/dist/BarChart/BarRow/elements.d.ts +109 -109
- package/dist/Button/index.d.ts +1 -1
- package/dist/ButtonBase/index.d.ts +1 -1
- package/dist/ButtonBase/index.js +1 -1
- package/dist/Card/elements.d.ts +327 -327
- package/dist/Disclosure/elements.d.ts +6 -6
- package/dist/Form/elements/Form.d.ts +78 -78
- package/dist/Form/index.d.ts +2 -0
- package/dist/Form/index.js +2 -1
- package/dist/GridForm/GridFormButtons/index.d.ts +3 -3
- package/dist/List/elements.d.ts +109 -109
- package/dist/Markdown/index.d.ts +1 -1
- package/dist/Markdown/index.js +1 -1
- package/dist/Menu/index.d.ts +1 -0
- package/dist/Menu/index.js +2 -1
- package/dist/Modals/elements.d.ts +34 -34
- package/dist/Pagination/AnimatedPaginationButtons.d.ts +79 -79
- package/dist/Pagination/EllipsisButton.d.ts +2 -2
- package/dist/Pagination/utils.d.ts +79 -79
- package/dist/PatternBackdrop/PatternBackdrop.d.ts +34 -34
- package/dist/Tag/elements.d.ts +2 -2
- package/dist/Toggle/elements.d.ts +38 -38
- package/package.json +6 -6
package/dist/List/elements.d.ts
CHANGED
|
@@ -418,34 +418,34 @@ export declare const StaticListWrapper: import("@emotion/styled").StyledComponen
|
|
|
418
418
|
theme?: import("@emotion/react").Theme;
|
|
419
419
|
} & Partial<Record<"disableContainerQuery", boolean>>, {}, {}>;
|
|
420
420
|
export declare const AnimatedListWrapper: import("@emotion/styled").StyledComponent<Omit<{
|
|
421
|
-
color?: import("@codecademy/variance
|
|
421
|
+
color?: import("@codecademy/variance").Scale<{
|
|
422
422
|
readonly property: "color";
|
|
423
423
|
readonly scale: "colors";
|
|
424
424
|
}>;
|
|
425
|
-
fontSize?: import("@codecademy/variance
|
|
425
|
+
fontSize?: import("@codecademy/variance").Scale<{
|
|
426
426
|
readonly property: "fontSize";
|
|
427
427
|
readonly scale: "fontSize";
|
|
428
428
|
}>;
|
|
429
|
-
fontFamily?: import("@codecademy/variance
|
|
429
|
+
fontFamily?: import("@codecademy/variance").Scale<{
|
|
430
430
|
readonly property: "fontFamily";
|
|
431
431
|
readonly scale: "fontFamily";
|
|
432
432
|
}>;
|
|
433
|
-
lineHeight?: import("@codecademy/variance
|
|
433
|
+
lineHeight?: import("@codecademy/variance").Scale<{
|
|
434
434
|
readonly property: "lineHeight";
|
|
435
435
|
readonly scale: "lineHeight";
|
|
436
436
|
}>;
|
|
437
|
-
fontWeight?: import("@codecademy/variance
|
|
437
|
+
fontWeight?: import("@codecademy/variance").Scale<{
|
|
438
438
|
readonly property: "fontWeight";
|
|
439
439
|
readonly scale: "fontWeight";
|
|
440
440
|
}>;
|
|
441
|
-
background?: import("@codecademy/variance
|
|
441
|
+
background?: import("@codecademy/variance").Scale<{
|
|
442
442
|
readonly property: "background";
|
|
443
443
|
}>;
|
|
444
|
-
border?: import("@codecademy/variance
|
|
444
|
+
border?: import("@codecademy/variance").Scale<{
|
|
445
445
|
readonly property: "border";
|
|
446
446
|
readonly scale: "borders";
|
|
447
447
|
}>;
|
|
448
|
-
p?: import("@codecademy/variance
|
|
448
|
+
p?: import("@codecademy/variance").Scale<{
|
|
449
449
|
readonly property: "padding";
|
|
450
450
|
readonly scale: "spacing";
|
|
451
451
|
}>;
|
|
@@ -453,7 +453,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
453
453
|
title?: string | undefined;
|
|
454
454
|
dir?: string | undefined;
|
|
455
455
|
className?: string | undefined;
|
|
456
|
-
height?: import("@codecademy/variance
|
|
456
|
+
height?: import("@codecademy/variance").Scale<{
|
|
457
457
|
readonly property: {
|
|
458
458
|
readonly physical: "height";
|
|
459
459
|
readonly logical: "blockSize";
|
|
@@ -461,7 +461,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
461
461
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
462
462
|
readonly transform: (value: string | number) => string | 0;
|
|
463
463
|
}>;
|
|
464
|
-
width?: import("@codecademy/variance
|
|
464
|
+
width?: import("@codecademy/variance").Scale<{
|
|
465
465
|
readonly property: {
|
|
466
466
|
readonly physical: "width";
|
|
467
467
|
readonly logical: "inlineSize";
|
|
@@ -729,16 +729,16 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
729
729
|
alignContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "stretch" | "space-around" | "space-between" | "space-evenly" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | undefined;
|
|
730
730
|
alignItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "anchor-center" | "baseline" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | undefined;
|
|
731
731
|
alignSelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "anchor-center" | "auto" | "baseline" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | undefined;
|
|
732
|
-
backgroundImage?: import("@codecademy/variance
|
|
732
|
+
backgroundImage?: import("@codecademy/variance").Scale<{
|
|
733
733
|
readonly property: "backgroundImage";
|
|
734
734
|
}>;
|
|
735
|
-
backgroundRepeat?: import("@codecademy/variance
|
|
735
|
+
backgroundRepeat?: import("@codecademy/variance").Scale<{
|
|
736
736
|
readonly property: "backgroundRepeat";
|
|
737
737
|
}>;
|
|
738
|
-
backgroundSize?: import("@codecademy/variance
|
|
738
|
+
backgroundSize?: import("@codecademy/variance").Scale<{
|
|
739
739
|
readonly property: "backgroundSize";
|
|
740
740
|
}>;
|
|
741
|
-
bottom?: import("@codecademy/variance
|
|
741
|
+
bottom?: import("@codecademy/variance").Scale<{
|
|
742
742
|
readonly property: {
|
|
743
743
|
readonly physical: "bottom";
|
|
744
744
|
readonly logical: "insetBlockEnd";
|
|
@@ -746,60 +746,60 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
746
746
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
747
747
|
readonly transform: (value: string | number) => string | 0;
|
|
748
748
|
}>;
|
|
749
|
-
boxShadow?: import("@codecademy/variance
|
|
749
|
+
boxShadow?: import("@codecademy/variance").Scale<{
|
|
750
750
|
readonly property: "boxShadow";
|
|
751
751
|
}>;
|
|
752
|
-
columnGap?: import("@codecademy/variance
|
|
752
|
+
columnGap?: import("@codecademy/variance").Scale<{
|
|
753
753
|
readonly property: "columnGap";
|
|
754
754
|
readonly scale: "spacing";
|
|
755
755
|
}>;
|
|
756
|
-
containerType?: import("@codecademy/variance
|
|
756
|
+
containerType?: import("@codecademy/variance").Scale<{
|
|
757
757
|
readonly property: "containerType";
|
|
758
758
|
}>;
|
|
759
|
-
direction?: import("@codecademy/variance
|
|
759
|
+
direction?: import("@codecademy/variance").Scale<{
|
|
760
760
|
readonly property: "direction";
|
|
761
761
|
}>;
|
|
762
|
-
display?: import("@codecademy/variance
|
|
762
|
+
display?: import("@codecademy/variance").Scale<{
|
|
763
763
|
readonly property: "display";
|
|
764
764
|
}>;
|
|
765
765
|
flexBasis?: 0 | "initial" | "inherit" | "content" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "fit-content" | "max-content" | "min-content" | "-webkit-auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | undefined;
|
|
766
|
-
flexDirection?: import("@codecademy/variance
|
|
766
|
+
flexDirection?: import("@codecademy/variance").Scale<{
|
|
767
767
|
readonly property: "flexDirection";
|
|
768
768
|
}>;
|
|
769
769
|
flexGrow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | undefined;
|
|
770
770
|
flexShrink?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | undefined;
|
|
771
|
-
flexWrap?: import("@codecademy/variance
|
|
771
|
+
flexWrap?: import("@codecademy/variance").Scale<{
|
|
772
772
|
readonly property: "flexWrap";
|
|
773
773
|
}>;
|
|
774
|
-
fontStyle?: import("@codecademy/variance
|
|
774
|
+
fontStyle?: import("@codecademy/variance").Scale<{
|
|
775
775
|
readonly property: "fontStyle";
|
|
776
776
|
}>;
|
|
777
|
-
gridAutoColumns?: import("@codecademy/variance
|
|
777
|
+
gridAutoColumns?: import("@codecademy/variance").Scale<{
|
|
778
778
|
readonly property: "gridAutoColumns";
|
|
779
779
|
}>;
|
|
780
|
-
gridAutoFlow?: import("@codecademy/variance
|
|
780
|
+
gridAutoFlow?: import("@codecademy/variance").Scale<{
|
|
781
781
|
readonly property: "gridAutoFlow";
|
|
782
782
|
}>;
|
|
783
|
-
gridAutoRows?: import("@codecademy/variance
|
|
783
|
+
gridAutoRows?: import("@codecademy/variance").Scale<{
|
|
784
784
|
readonly property: "gridAutoRows";
|
|
785
785
|
}>;
|
|
786
786
|
gridColumnEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | undefined;
|
|
787
787
|
gridColumnStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | undefined;
|
|
788
788
|
gridRowEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | undefined;
|
|
789
789
|
gridRowStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | undefined;
|
|
790
|
-
gridTemplateAreas?: import("@codecademy/variance
|
|
790
|
+
gridTemplateAreas?: import("@codecademy/variance").Scale<{
|
|
791
791
|
readonly property: "gridTemplateAreas";
|
|
792
792
|
}>;
|
|
793
|
-
gridTemplateColumns?: import("@codecademy/variance
|
|
793
|
+
gridTemplateColumns?: import("@codecademy/variance").Scale<{
|
|
794
794
|
readonly property: "gridTemplateColumns";
|
|
795
795
|
}>;
|
|
796
|
-
gridTemplateRows?: import("@codecademy/variance
|
|
796
|
+
gridTemplateRows?: import("@codecademy/variance").Scale<{
|
|
797
797
|
readonly property: "gridTemplateRows";
|
|
798
798
|
}>;
|
|
799
799
|
justifyContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "stretch" | "space-around" | "space-between" | "space-evenly" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | undefined;
|
|
800
800
|
justifyItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "anchor-center" | "baseline" | "stretch" | "legacy" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | undefined;
|
|
801
801
|
justifySelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "anchor-center" | "auto" | "baseline" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | undefined;
|
|
802
|
-
left?: import("@codecademy/variance
|
|
802
|
+
left?: import("@codecademy/variance").Scale<{
|
|
803
803
|
readonly property: {
|
|
804
804
|
readonly physical: "left";
|
|
805
805
|
readonly logical: "insetInlineStart";
|
|
@@ -807,19 +807,19 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
807
807
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
808
808
|
readonly transform: (value: string | number) => string | 0;
|
|
809
809
|
}>;
|
|
810
|
-
letterSpacing?: import("@codecademy/variance
|
|
810
|
+
letterSpacing?: import("@codecademy/variance").Scale<{
|
|
811
811
|
readonly property: "letterSpacing";
|
|
812
812
|
}>;
|
|
813
|
-
listStyleImage?: import("@codecademy/variance
|
|
813
|
+
listStyleImage?: import("@codecademy/variance").Scale<{
|
|
814
814
|
readonly property: "listStyleImage";
|
|
815
815
|
}>;
|
|
816
|
-
listStylePosition?: import("@codecademy/variance
|
|
816
|
+
listStylePosition?: import("@codecademy/variance").Scale<{
|
|
817
817
|
readonly property: "listStylePosition";
|
|
818
818
|
}>;
|
|
819
|
-
listStyleType?: import("@codecademy/variance
|
|
819
|
+
listStyleType?: import("@codecademy/variance").Scale<{
|
|
820
820
|
readonly property: "listStyleType";
|
|
821
821
|
}>;
|
|
822
|
-
maxHeight?: import("@codecademy/variance
|
|
822
|
+
maxHeight?: import("@codecademy/variance").Scale<{
|
|
823
823
|
readonly property: {
|
|
824
824
|
readonly physical: "maxHeight";
|
|
825
825
|
readonly logical: "maxBlockSize";
|
|
@@ -827,7 +827,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
827
827
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
828
828
|
readonly transform: (value: string | number) => string | 0;
|
|
829
829
|
}>;
|
|
830
|
-
maxWidth?: import("@codecademy/variance
|
|
830
|
+
maxWidth?: import("@codecademy/variance").Scale<{
|
|
831
831
|
readonly property: {
|
|
832
832
|
readonly physical: "maxWidth";
|
|
833
833
|
readonly logical: "maxInlineSize";
|
|
@@ -835,7 +835,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
835
835
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
836
836
|
readonly transform: (value: string | number) => string | 0;
|
|
837
837
|
}>;
|
|
838
|
-
minHeight?: import("@codecademy/variance
|
|
838
|
+
minHeight?: import("@codecademy/variance").Scale<{
|
|
839
839
|
readonly property: {
|
|
840
840
|
readonly physical: "minHeight";
|
|
841
841
|
readonly logical: "minBlockSize";
|
|
@@ -843,7 +843,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
843
843
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
844
844
|
readonly transform: (value: string | number) => string | 0;
|
|
845
845
|
}>;
|
|
846
|
-
minWidth?: import("@codecademy/variance
|
|
846
|
+
minWidth?: import("@codecademy/variance").Scale<{
|
|
847
847
|
readonly property: {
|
|
848
848
|
readonly physical: "minWidth";
|
|
849
849
|
readonly logical: "minInlineSize";
|
|
@@ -851,28 +851,28 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
851
851
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
852
852
|
readonly transform: (value: string | number) => string | 0;
|
|
853
853
|
}>;
|
|
854
|
-
opacity?: import("@codecademy/variance
|
|
854
|
+
opacity?: import("@codecademy/variance").Scale<{
|
|
855
855
|
readonly property: "opacity";
|
|
856
856
|
}>;
|
|
857
857
|
order?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | undefined;
|
|
858
|
-
overflowX?: import("@codecademy/variance
|
|
858
|
+
overflowX?: import("@codecademy/variance").Scale<{
|
|
859
859
|
readonly property: {
|
|
860
860
|
readonly physical: "overflowX";
|
|
861
861
|
readonly logical: "overflowInline";
|
|
862
862
|
};
|
|
863
863
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
864
864
|
}>;
|
|
865
|
-
overflowY?: import("@codecademy/variance
|
|
865
|
+
overflowY?: import("@codecademy/variance").Scale<{
|
|
866
866
|
readonly property: {
|
|
867
867
|
readonly physical: "overflowY";
|
|
868
868
|
readonly logical: "overflowBlock";
|
|
869
869
|
};
|
|
870
870
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
871
871
|
}>;
|
|
872
|
-
position?: import("@codecademy/variance
|
|
872
|
+
position?: import("@codecademy/variance").Scale<{
|
|
873
873
|
readonly property: "position";
|
|
874
874
|
}>;
|
|
875
|
-
right?: import("@codecademy/variance
|
|
875
|
+
right?: import("@codecademy/variance").Scale<{
|
|
876
876
|
readonly property: {
|
|
877
877
|
readonly physical: "right";
|
|
878
878
|
readonly logical: "insetInlineEnd";
|
|
@@ -880,20 +880,20 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
880
880
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
881
881
|
readonly transform: (value: string | number) => string | 0;
|
|
882
882
|
}>;
|
|
883
|
-
rowGap?: import("@codecademy/variance
|
|
883
|
+
rowGap?: import("@codecademy/variance").Scale<{
|
|
884
884
|
readonly property: "rowGap";
|
|
885
885
|
readonly scale: "spacing";
|
|
886
886
|
}>;
|
|
887
|
-
textAlign?: import("@codecademy/variance
|
|
887
|
+
textAlign?: import("@codecademy/variance").Scale<{
|
|
888
888
|
readonly property: "textAlign";
|
|
889
889
|
}>;
|
|
890
|
-
textShadow?: import("@codecademy/variance
|
|
890
|
+
textShadow?: import("@codecademy/variance").Scale<{
|
|
891
891
|
readonly property: "textShadow";
|
|
892
892
|
}>;
|
|
893
|
-
textTransform?: import("@codecademy/variance
|
|
893
|
+
textTransform?: import("@codecademy/variance").Scale<{
|
|
894
894
|
readonly property: "textTransform";
|
|
895
895
|
}>;
|
|
896
|
-
top?: import("@codecademy/variance
|
|
896
|
+
top?: import("@codecademy/variance").Scale<{
|
|
897
897
|
readonly property: {
|
|
898
898
|
readonly physical: "top";
|
|
899
899
|
readonly logical: "insetBlockStart";
|
|
@@ -901,19 +901,19 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
901
901
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
902
902
|
readonly transform: (value: string | number) => string | 0;
|
|
903
903
|
}>;
|
|
904
|
-
verticalAlign?: import("@codecademy/variance
|
|
904
|
+
verticalAlign?: import("@codecademy/variance").Scale<{
|
|
905
905
|
readonly property: "verticalAlign";
|
|
906
906
|
}>;
|
|
907
|
-
whiteSpace?: import("@codecademy/variance
|
|
907
|
+
whiteSpace?: import("@codecademy/variance").Scale<{
|
|
908
908
|
readonly property: "whiteSpace";
|
|
909
909
|
}>;
|
|
910
|
-
zIndex?: import("@codecademy/variance
|
|
910
|
+
zIndex?: import("@codecademy/variance").Scale<{
|
|
911
911
|
readonly property: "zIndex";
|
|
912
912
|
}>;
|
|
913
|
-
backgroundPosition?: import("@codecademy/variance
|
|
913
|
+
backgroundPosition?: import("@codecademy/variance").Scale<{
|
|
914
914
|
readonly property: "backgroundPosition";
|
|
915
915
|
}>;
|
|
916
|
-
borderBottom?: import("@codecademy/variance
|
|
916
|
+
borderBottom?: import("@codecademy/variance").Scale<{
|
|
917
917
|
readonly property: {
|
|
918
918
|
readonly physical: "borderBottom";
|
|
919
919
|
readonly logical: "borderBlockEnd";
|
|
@@ -921,11 +921,11 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
921
921
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
922
922
|
readonly scale: "borders";
|
|
923
923
|
}>;
|
|
924
|
-
borderColor?: import("@codecademy/variance
|
|
924
|
+
borderColor?: import("@codecademy/variance").Scale<{
|
|
925
925
|
readonly property: "borderColor";
|
|
926
926
|
readonly scale: "colors";
|
|
927
927
|
}>;
|
|
928
|
-
borderLeft?: import("@codecademy/variance
|
|
928
|
+
borderLeft?: import("@codecademy/variance").Scale<{
|
|
929
929
|
readonly property: {
|
|
930
930
|
readonly physical: "borderLeft";
|
|
931
931
|
readonly logical: "borderInlineStart";
|
|
@@ -933,11 +933,11 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
933
933
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
934
934
|
readonly scale: "borders";
|
|
935
935
|
}>;
|
|
936
|
-
borderRadius?: import("@codecademy/variance
|
|
936
|
+
borderRadius?: import("@codecademy/variance").Scale<{
|
|
937
937
|
readonly property: "borderRadius";
|
|
938
938
|
readonly scale: "borderRadii";
|
|
939
939
|
}>;
|
|
940
|
-
borderRight?: import("@codecademy/variance
|
|
940
|
+
borderRight?: import("@codecademy/variance").Scale<{
|
|
941
941
|
readonly property: {
|
|
942
942
|
readonly physical: "borderRight";
|
|
943
943
|
readonly logical: "borderInlineEnd";
|
|
@@ -945,10 +945,10 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
945
945
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
946
946
|
readonly scale: "borders";
|
|
947
947
|
}>;
|
|
948
|
-
borderStyle?: import("@codecademy/variance
|
|
948
|
+
borderStyle?: import("@codecademy/variance").Scale<{
|
|
949
949
|
readonly property: "borderStyle";
|
|
950
950
|
}>;
|
|
951
|
-
borderTop?: import("@codecademy/variance
|
|
951
|
+
borderTop?: import("@codecademy/variance").Scale<{
|
|
952
952
|
readonly property: {
|
|
953
953
|
readonly physical: "borderTop";
|
|
954
954
|
readonly logical: "borderBlockStart";
|
|
@@ -956,20 +956,20 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
956
956
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
957
957
|
readonly scale: "borders";
|
|
958
958
|
}>;
|
|
959
|
-
borderWidth?: import("@codecademy/variance
|
|
959
|
+
borderWidth?: import("@codecademy/variance").Scale<{
|
|
960
960
|
readonly property: "borderWidth";
|
|
961
961
|
}>;
|
|
962
|
-
flex?: import("@codecademy/variance
|
|
962
|
+
flex?: import("@codecademy/variance").Scale<{
|
|
963
963
|
readonly property: "flex";
|
|
964
964
|
}>;
|
|
965
|
-
gap?: import("@codecademy/variance
|
|
965
|
+
gap?: import("@codecademy/variance").Scale<{
|
|
966
966
|
readonly property: "gap";
|
|
967
967
|
readonly scale: "spacing";
|
|
968
968
|
}>;
|
|
969
969
|
gridArea?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | undefined;
|
|
970
970
|
gridColumn?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | undefined;
|
|
971
971
|
gridRow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | undefined;
|
|
972
|
-
inset?: import("@codecademy/variance
|
|
972
|
+
inset?: import("@codecademy/variance").Scale<{
|
|
973
973
|
readonly property: "inset";
|
|
974
974
|
readonly properties: {
|
|
975
975
|
readonly physical: readonly ["top", "right", "bottom", "left"];
|
|
@@ -978,16 +978,16 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
978
978
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
979
979
|
readonly transform: (value: string | number) => string | 0;
|
|
980
980
|
}>;
|
|
981
|
-
listStyle?: import("@codecademy/variance
|
|
981
|
+
listStyle?: import("@codecademy/variance").Scale<{
|
|
982
982
|
readonly property: "listStyle";
|
|
983
983
|
}>;
|
|
984
|
-
overflow?: import("@codecademy/variance
|
|
984
|
+
overflow?: import("@codecademy/variance").Scale<{
|
|
985
985
|
readonly property: "overflow";
|
|
986
986
|
}>;
|
|
987
|
-
textDecoration?: import("@codecademy/variance
|
|
987
|
+
textDecoration?: import("@codecademy/variance").Scale<{
|
|
988
988
|
readonly property: "textDecoration";
|
|
989
989
|
}>;
|
|
990
|
-
px?: import("@codecademy/variance
|
|
990
|
+
px?: import("@codecademy/variance").Scale<{
|
|
991
991
|
readonly property: "padding";
|
|
992
992
|
readonly properties: {
|
|
993
993
|
readonly physical: readonly ["paddingLeft", "paddingRight"];
|
|
@@ -996,7 +996,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
996
996
|
readonly scale: "spacing";
|
|
997
997
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
998
998
|
}>;
|
|
999
|
-
py?: import("@codecademy/variance
|
|
999
|
+
py?: import("@codecademy/variance").Scale<{
|
|
1000
1000
|
readonly property: "padding";
|
|
1001
1001
|
readonly properties: {
|
|
1002
1002
|
readonly physical: readonly ["paddingTop", "paddingBottom"];
|
|
@@ -1005,7 +1005,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1005
1005
|
readonly scale: "spacing";
|
|
1006
1006
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1007
1007
|
}>;
|
|
1008
|
-
pt?: import("@codecademy/variance
|
|
1008
|
+
pt?: import("@codecademy/variance").Scale<{
|
|
1009
1009
|
readonly property: {
|
|
1010
1010
|
readonly physical: "paddingTop";
|
|
1011
1011
|
readonly logical: "paddingBlockStart";
|
|
@@ -1013,7 +1013,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1013
1013
|
readonly scale: "spacing";
|
|
1014
1014
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1015
1015
|
}>;
|
|
1016
|
-
pb?: import("@codecademy/variance
|
|
1016
|
+
pb?: import("@codecademy/variance").Scale<{
|
|
1017
1017
|
readonly property: {
|
|
1018
1018
|
readonly physical: "paddingBottom";
|
|
1019
1019
|
readonly logical: "paddingBlockEnd";
|
|
@@ -1021,7 +1021,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1021
1021
|
readonly scale: "spacing";
|
|
1022
1022
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1023
1023
|
}>;
|
|
1024
|
-
pr?: import("@codecademy/variance
|
|
1024
|
+
pr?: import("@codecademy/variance").Scale<{
|
|
1025
1025
|
readonly property: {
|
|
1026
1026
|
readonly physical: "paddingRight";
|
|
1027
1027
|
readonly logical: "paddingInlineEnd";
|
|
@@ -1029,7 +1029,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1029
1029
|
readonly scale: "spacing";
|
|
1030
1030
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1031
1031
|
}>;
|
|
1032
|
-
pl?: import("@codecademy/variance
|
|
1032
|
+
pl?: import("@codecademy/variance").Scale<{
|
|
1033
1033
|
readonly property: {
|
|
1034
1034
|
readonly physical: "paddingLeft";
|
|
1035
1035
|
readonly logical: "paddingInlineStart";
|
|
@@ -1037,11 +1037,11 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1037
1037
|
readonly scale: "spacing";
|
|
1038
1038
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1039
1039
|
}>;
|
|
1040
|
-
m?: import("@codecademy/variance
|
|
1040
|
+
m?: import("@codecademy/variance").Scale<{
|
|
1041
1041
|
readonly property: "margin";
|
|
1042
1042
|
readonly scale: "spacing";
|
|
1043
1043
|
}>;
|
|
1044
|
-
mx?: import("@codecademy/variance
|
|
1044
|
+
mx?: import("@codecademy/variance").Scale<{
|
|
1045
1045
|
readonly property: "margin";
|
|
1046
1046
|
readonly properties: {
|
|
1047
1047
|
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
@@ -1050,7 +1050,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1050
1050
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1051
1051
|
readonly scale: "spacing";
|
|
1052
1052
|
}>;
|
|
1053
|
-
my?: import("@codecademy/variance
|
|
1053
|
+
my?: import("@codecademy/variance").Scale<{
|
|
1054
1054
|
readonly property: "margin";
|
|
1055
1055
|
readonly properties: {
|
|
1056
1056
|
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
@@ -1059,7 +1059,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1059
1059
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1060
1060
|
readonly scale: "spacing";
|
|
1061
1061
|
}>;
|
|
1062
|
-
mt?: import("@codecademy/variance
|
|
1062
|
+
mt?: import("@codecademy/variance").Scale<{
|
|
1063
1063
|
readonly property: {
|
|
1064
1064
|
readonly physical: "marginTop";
|
|
1065
1065
|
readonly logical: "marginBlockStart";
|
|
@@ -1067,7 +1067,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1067
1067
|
readonly scale: "spacing";
|
|
1068
1068
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1069
1069
|
}>;
|
|
1070
|
-
mb?: import("@codecademy/variance
|
|
1070
|
+
mb?: import("@codecademy/variance").Scale<{
|
|
1071
1071
|
readonly property: {
|
|
1072
1072
|
readonly physical: "marginBottom";
|
|
1073
1073
|
readonly logical: "marginBlockEnd";
|
|
@@ -1075,7 +1075,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1075
1075
|
readonly scale: "spacing";
|
|
1076
1076
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1077
1077
|
}>;
|
|
1078
|
-
mr?: import("@codecademy/variance
|
|
1078
|
+
mr?: import("@codecademy/variance").Scale<{
|
|
1079
1079
|
readonly property: {
|
|
1080
1080
|
readonly physical: "marginRight";
|
|
1081
1081
|
readonly logical: "marginInlineEnd";
|
|
@@ -1083,7 +1083,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1083
1083
|
readonly scale: "spacing";
|
|
1084
1084
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1085
1085
|
}>;
|
|
1086
|
-
ml?: import("@codecademy/variance
|
|
1086
|
+
ml?: import("@codecademy/variance").Scale<{
|
|
1087
1087
|
readonly property: {
|
|
1088
1088
|
readonly physical: "marginLeft";
|
|
1089
1089
|
readonly logical: "marginInlineStart";
|
|
@@ -1091,7 +1091,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1091
1091
|
readonly scale: "spacing";
|
|
1092
1092
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1093
1093
|
}>;
|
|
1094
|
-
borderX?: import("@codecademy/variance
|
|
1094
|
+
borderX?: import("@codecademy/variance").Scale<{
|
|
1095
1095
|
readonly property: "border";
|
|
1096
1096
|
readonly properties: {
|
|
1097
1097
|
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
@@ -1100,7 +1100,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1100
1100
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1101
1101
|
readonly scale: "borders";
|
|
1102
1102
|
}>;
|
|
1103
|
-
borderY?: import("@codecademy/variance
|
|
1103
|
+
borderY?: import("@codecademy/variance").Scale<{
|
|
1104
1104
|
readonly property: "border";
|
|
1105
1105
|
readonly properties: {
|
|
1106
1106
|
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
@@ -1109,7 +1109,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1109
1109
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1110
1110
|
readonly scale: "borders";
|
|
1111
1111
|
}>;
|
|
1112
|
-
borderWidthX?: import("@codecademy/variance
|
|
1112
|
+
borderWidthX?: import("@codecademy/variance").Scale<{
|
|
1113
1113
|
readonly property: "borderWidth";
|
|
1114
1114
|
readonly properties: {
|
|
1115
1115
|
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
@@ -1117,7 +1117,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1117
1117
|
};
|
|
1118
1118
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1119
1119
|
}>;
|
|
1120
|
-
borderWidthY?: import("@codecademy/variance
|
|
1120
|
+
borderWidthY?: import("@codecademy/variance").Scale<{
|
|
1121
1121
|
readonly property: "borderWidth";
|
|
1122
1122
|
readonly properties: {
|
|
1123
1123
|
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
@@ -1125,35 +1125,35 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1125
1125
|
};
|
|
1126
1126
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1127
1127
|
}>;
|
|
1128
|
-
borderWidthLeft?: import("@codecademy/variance
|
|
1128
|
+
borderWidthLeft?: import("@codecademy/variance").Scale<{
|
|
1129
1129
|
readonly property: {
|
|
1130
1130
|
readonly physical: "borderLeftWidth";
|
|
1131
1131
|
readonly logical: "borderInlineStartWidth";
|
|
1132
1132
|
};
|
|
1133
1133
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1134
1134
|
}>;
|
|
1135
|
-
borderWidthRight?: import("@codecademy/variance
|
|
1135
|
+
borderWidthRight?: import("@codecademy/variance").Scale<{
|
|
1136
1136
|
readonly property: {
|
|
1137
1137
|
readonly physical: "borderRightWidth";
|
|
1138
1138
|
readonly logical: "borderInlineEndWidth";
|
|
1139
1139
|
};
|
|
1140
1140
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1141
1141
|
}>;
|
|
1142
|
-
borderWidthTop?: import("@codecademy/variance
|
|
1142
|
+
borderWidthTop?: import("@codecademy/variance").Scale<{
|
|
1143
1143
|
readonly property: {
|
|
1144
1144
|
readonly physical: "borderTopWidth";
|
|
1145
1145
|
readonly logical: "borderBlockStartWidth";
|
|
1146
1146
|
};
|
|
1147
1147
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1148
1148
|
}>;
|
|
1149
|
-
borderWidthBottom?: import("@codecademy/variance
|
|
1149
|
+
borderWidthBottom?: import("@codecademy/variance").Scale<{
|
|
1150
1150
|
readonly property: {
|
|
1151
1151
|
readonly physical: "borderBottomWidth";
|
|
1152
1152
|
readonly logical: "borderBlockEndWidth";
|
|
1153
1153
|
};
|
|
1154
1154
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1155
1155
|
}>;
|
|
1156
|
-
borderRadiusLeft?: import("@codecademy/variance
|
|
1156
|
+
borderRadiusLeft?: import("@codecademy/variance").Scale<{
|
|
1157
1157
|
readonly property: "borderRadius";
|
|
1158
1158
|
readonly properties: {
|
|
1159
1159
|
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
@@ -1162,7 +1162,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1162
1162
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1163
1163
|
readonly scale: "borderRadii";
|
|
1164
1164
|
}>;
|
|
1165
|
-
borderRadiusTop?: import("@codecademy/variance
|
|
1165
|
+
borderRadiusTop?: import("@codecademy/variance").Scale<{
|
|
1166
1166
|
readonly property: "borderRadius";
|
|
1167
1167
|
readonly properties: {
|
|
1168
1168
|
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
@@ -1171,7 +1171,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1171
1171
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1172
1172
|
readonly scale: "borderRadii";
|
|
1173
1173
|
}>;
|
|
1174
|
-
borderRadiusBottom?: import("@codecademy/variance
|
|
1174
|
+
borderRadiusBottom?: import("@codecademy/variance").Scale<{
|
|
1175
1175
|
readonly property: "borderRadius";
|
|
1176
1176
|
readonly properties: {
|
|
1177
1177
|
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
@@ -1180,7 +1180,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1180
1180
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1181
1181
|
readonly scale: "borderRadii";
|
|
1182
1182
|
}>;
|
|
1183
|
-
borderRadiusRight?: import("@codecademy/variance
|
|
1183
|
+
borderRadiusRight?: import("@codecademy/variance").Scale<{
|
|
1184
1184
|
readonly property: "borderRadius";
|
|
1185
1185
|
readonly properties: {
|
|
1186
1186
|
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
@@ -1189,7 +1189,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1189
1189
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1190
1190
|
readonly scale: "borderRadii";
|
|
1191
1191
|
}>;
|
|
1192
|
-
borderRadiusTopLeft?: import("@codecademy/variance
|
|
1192
|
+
borderRadiusTopLeft?: import("@codecademy/variance").Scale<{
|
|
1193
1193
|
readonly property: {
|
|
1194
1194
|
readonly physical: "borderTopLeftRadius";
|
|
1195
1195
|
readonly logical: "borderStartStartRadius";
|
|
@@ -1197,7 +1197,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1197
1197
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1198
1198
|
readonly scale: "borderRadii";
|
|
1199
1199
|
}>;
|
|
1200
|
-
borderRadiusTopRight?: import("@codecademy/variance
|
|
1200
|
+
borderRadiusTopRight?: import("@codecademy/variance").Scale<{
|
|
1201
1201
|
readonly property: {
|
|
1202
1202
|
readonly physical: "borderTopRightRadius";
|
|
1203
1203
|
readonly logical: "borderStartEndRadius";
|
|
@@ -1205,7 +1205,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1205
1205
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1206
1206
|
readonly scale: "borderRadii";
|
|
1207
1207
|
}>;
|
|
1208
|
-
borderRadiusBottomRight?: import("@codecademy/variance
|
|
1208
|
+
borderRadiusBottomRight?: import("@codecademy/variance").Scale<{
|
|
1209
1209
|
readonly property: {
|
|
1210
1210
|
readonly physical: "borderBottomRightRadius";
|
|
1211
1211
|
readonly logical: "borderEndEndRadius";
|
|
@@ -1213,7 +1213,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1213
1213
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1214
1214
|
readonly scale: "borderRadii";
|
|
1215
1215
|
}>;
|
|
1216
|
-
borderRadiusBottomLeft?: import("@codecademy/variance
|
|
1216
|
+
borderRadiusBottomLeft?: import("@codecademy/variance").Scale<{
|
|
1217
1217
|
readonly property: {
|
|
1218
1218
|
readonly physical: "borderBottomLeftRadius";
|
|
1219
1219
|
readonly logical: "borderEndStartRadius";
|
|
@@ -1221,7 +1221,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1221
1221
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1222
1222
|
readonly scale: "borderRadii";
|
|
1223
1223
|
}>;
|
|
1224
|
-
borderStyleX?: import("@codecademy/variance
|
|
1224
|
+
borderStyleX?: import("@codecademy/variance").Scale<{
|
|
1225
1225
|
readonly property: "borderStyle";
|
|
1226
1226
|
readonly properties: {
|
|
1227
1227
|
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
@@ -1229,7 +1229,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1229
1229
|
};
|
|
1230
1230
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1231
1231
|
}>;
|
|
1232
|
-
borderStyleY?: import("@codecademy/variance
|
|
1232
|
+
borderStyleY?: import("@codecademy/variance").Scale<{
|
|
1233
1233
|
readonly property: "borderStyle";
|
|
1234
1234
|
readonly properties: {
|
|
1235
1235
|
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
@@ -1237,35 +1237,35 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1237
1237
|
};
|
|
1238
1238
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1239
1239
|
}>;
|
|
1240
|
-
borderStyleLeft?: import("@codecademy/variance
|
|
1240
|
+
borderStyleLeft?: import("@codecademy/variance").Scale<{
|
|
1241
1241
|
readonly property: {
|
|
1242
1242
|
readonly physical: "borderLeftStyle";
|
|
1243
1243
|
readonly logical: "borderInlineStartStyle";
|
|
1244
1244
|
};
|
|
1245
1245
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1246
1246
|
}>;
|
|
1247
|
-
borderStyleRight?: import("@codecademy/variance
|
|
1247
|
+
borderStyleRight?: import("@codecademy/variance").Scale<{
|
|
1248
1248
|
readonly property: {
|
|
1249
1249
|
readonly physical: "borderRightStyle";
|
|
1250
1250
|
readonly logical: "borderInlineEndStyle";
|
|
1251
1251
|
};
|
|
1252
1252
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1253
1253
|
}>;
|
|
1254
|
-
borderStyleTop?: import("@codecademy/variance
|
|
1254
|
+
borderStyleTop?: import("@codecademy/variance").Scale<{
|
|
1255
1255
|
readonly property: {
|
|
1256
1256
|
readonly physical: "borderTopStyle";
|
|
1257
1257
|
readonly logical: "borderBlockStartStyle";
|
|
1258
1258
|
};
|
|
1259
1259
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1260
1260
|
}>;
|
|
1261
|
-
borderStyleBottom?: import("@codecademy/variance
|
|
1261
|
+
borderStyleBottom?: import("@codecademy/variance").Scale<{
|
|
1262
1262
|
readonly property: {
|
|
1263
1263
|
readonly physical: "borderBottomStyle";
|
|
1264
1264
|
readonly logical: "borderBlockEndStyle";
|
|
1265
1265
|
};
|
|
1266
1266
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1267
1267
|
}>;
|
|
1268
|
-
dimensions?: import("@codecademy/variance
|
|
1268
|
+
dimensions?: import("@codecademy/variance").Scale<{
|
|
1269
1269
|
readonly property: "width";
|
|
1270
1270
|
readonly properties: {
|
|
1271
1271
|
readonly physical: readonly ["width", "height"];
|
|
@@ -1274,15 +1274,15 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1274
1274
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1275
1275
|
readonly transform: (value: string | number) => string | 0;
|
|
1276
1276
|
}>;
|
|
1277
|
-
textColor?: import("@codecademy/variance
|
|
1277
|
+
textColor?: import("@codecademy/variance").Scale<{
|
|
1278
1278
|
readonly property: "color";
|
|
1279
1279
|
readonly scale: "colors";
|
|
1280
1280
|
}>;
|
|
1281
|
-
bg?: import("@codecademy/variance
|
|
1281
|
+
bg?: import("@codecademy/variance").Scale<{
|
|
1282
1282
|
readonly property: "backgroundColor";
|
|
1283
1283
|
readonly scale: "colors";
|
|
1284
1284
|
}>;
|
|
1285
|
-
borderColorX?: import("@codecademy/variance
|
|
1285
|
+
borderColorX?: import("@codecademy/variance").Scale<{
|
|
1286
1286
|
readonly property: "borderColor";
|
|
1287
1287
|
readonly properties: {
|
|
1288
1288
|
readonly physical: readonly ["borderLeftColor", "borderRightColor"];
|
|
@@ -1291,7 +1291,7 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1291
1291
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1292
1292
|
readonly scale: "colors";
|
|
1293
1293
|
}>;
|
|
1294
|
-
borderColorY?: import("@codecademy/variance
|
|
1294
|
+
borderColorY?: import("@codecademy/variance").Scale<{
|
|
1295
1295
|
readonly property: "borderColor";
|
|
1296
1296
|
readonly properties: {
|
|
1297
1297
|
readonly physical: readonly ["borderTopColor", "borderBottomColor"];
|
|
@@ -1300,22 +1300,22 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
1300
1300
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1301
1301
|
readonly scale: "colors";
|
|
1302
1302
|
}>;
|
|
1303
|
-
borderColorLeft?: import("@codecademy/variance
|
|
1303
|
+
borderColorLeft?: import("@codecademy/variance").Scale<{
|
|
1304
1304
|
readonly property: "borderLeftColor";
|
|
1305
1305
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1306
1306
|
readonly scale: "colors";
|
|
1307
1307
|
}>;
|
|
1308
|
-
borderColorRight?: import("@codecademy/variance
|
|
1308
|
+
borderColorRight?: import("@codecademy/variance").Scale<{
|
|
1309
1309
|
readonly property: "borderRightColor";
|
|
1310
1310
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1311
1311
|
readonly scale: "colors";
|
|
1312
1312
|
}>;
|
|
1313
|
-
borderColorTop?: import("@codecademy/variance
|
|
1313
|
+
borderColorTop?: import("@codecademy/variance").Scale<{
|
|
1314
1314
|
readonly property: "borderTopColor";
|
|
1315
1315
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1316
1316
|
readonly scale: "colors";
|
|
1317
1317
|
}>;
|
|
1318
|
-
borderColorBottom?: import("@codecademy/variance
|
|
1318
|
+
borderColorBottom?: import("@codecademy/variance").Scale<{
|
|
1319
1319
|
readonly property: "borderBottomColor";
|
|
1320
1320
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1321
1321
|
readonly scale: "colors";
|