@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.
@@ -6,11 +6,11 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
6
6
  theme?: import("@emotion/react").Theme;
7
7
  as?: React.ElementType;
8
8
  } & {
9
- p?: import("@codecademy/variance/dist/types/config").Scale<{
9
+ p?: import("@codecademy/variance").Scale<{
10
10
  readonly property: "padding";
11
11
  readonly scale: "spacing";
12
12
  }>;
13
- height?: import("@codecademy/variance/dist/types/config").Scale<{
13
+ height?: import("@codecademy/variance").Scale<{
14
14
  readonly property: {
15
15
  readonly physical: "height";
16
16
  readonly logical: "blockSize";
@@ -18,7 +18,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
18
18
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
19
19
  readonly transform: (value: string | number) => string | 0;
20
20
  }>;
21
- width?: import("@codecademy/variance/dist/types/config").Scale<{
21
+ width?: import("@codecademy/variance").Scale<{
22
22
  readonly property: {
23
23
  readonly physical: "width";
24
24
  readonly logical: "inlineSize";
@@ -26,43 +26,43 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
26
26
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
27
27
  readonly transform: (value: string | number) => string | 0;
28
28
  }>;
29
- alignSelf?: import("@codecademy/variance/dist/types/config").Scale<{
29
+ alignSelf?: import("@codecademy/variance").Scale<{
30
30
  readonly property: "alignSelf";
31
31
  }>;
32
- containerType?: import("@codecademy/variance/dist/types/config").Scale<{
32
+ containerType?: import("@codecademy/variance").Scale<{
33
33
  readonly property: "containerType";
34
34
  }>;
35
- direction?: import("@codecademy/variance/dist/types/config").Scale<{
35
+ direction?: import("@codecademy/variance").Scale<{
36
36
  readonly property: "direction";
37
37
  }>;
38
- display?: import("@codecademy/variance/dist/types/config").Scale<{
38
+ display?: import("@codecademy/variance").Scale<{
39
39
  readonly property: "display";
40
40
  }>;
41
- flexBasis?: import("@codecademy/variance/dist/types/config").Scale<{
41
+ flexBasis?: import("@codecademy/variance").Scale<{
42
42
  readonly property: "flexBasis";
43
43
  }>;
44
- flexGrow?: import("@codecademy/variance/dist/types/config").Scale<{
44
+ flexGrow?: import("@codecademy/variance").Scale<{
45
45
  readonly property: "flexGrow";
46
46
  }>;
47
- flexShrink?: import("@codecademy/variance/dist/types/config").Scale<{
47
+ flexShrink?: import("@codecademy/variance").Scale<{
48
48
  readonly property: "flexShrink";
49
49
  }>;
50
- gridColumnEnd?: import("@codecademy/variance/dist/types/config").Scale<{
50
+ gridColumnEnd?: import("@codecademy/variance").Scale<{
51
51
  readonly property: "gridColumnEnd";
52
52
  }>;
53
- gridColumnStart?: import("@codecademy/variance/dist/types/config").Scale<{
53
+ gridColumnStart?: import("@codecademy/variance").Scale<{
54
54
  readonly property: "gridColumnStart";
55
55
  }>;
56
- gridRowEnd?: import("@codecademy/variance/dist/types/config").Scale<{
56
+ gridRowEnd?: import("@codecademy/variance").Scale<{
57
57
  readonly property: "gridRowEnd";
58
58
  }>;
59
- gridRowStart?: import("@codecademy/variance/dist/types/config").Scale<{
59
+ gridRowStart?: import("@codecademy/variance").Scale<{
60
60
  readonly property: "gridRowStart";
61
61
  }>;
62
- justifySelf?: import("@codecademy/variance/dist/types/config").Scale<{
62
+ justifySelf?: import("@codecademy/variance").Scale<{
63
63
  readonly property: "justifySelf";
64
64
  }>;
65
- maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
65
+ maxHeight?: import("@codecademy/variance").Scale<{
66
66
  readonly property: {
67
67
  readonly physical: "maxHeight";
68
68
  readonly logical: "maxBlockSize";
@@ -70,7 +70,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
70
70
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
71
71
  readonly transform: (value: string | number) => string | 0;
72
72
  }>;
73
- maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
73
+ maxWidth?: import("@codecademy/variance").Scale<{
74
74
  readonly property: {
75
75
  readonly physical: "maxWidth";
76
76
  readonly logical: "maxInlineSize";
@@ -78,7 +78,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
78
78
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
79
79
  readonly transform: (value: string | number) => string | 0;
80
80
  }>;
81
- minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
81
+ minHeight?: import("@codecademy/variance").Scale<{
82
82
  readonly property: {
83
83
  readonly physical: "minHeight";
84
84
  readonly logical: "minBlockSize";
@@ -86,7 +86,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
86
86
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
87
87
  readonly transform: (value: string | number) => string | 0;
88
88
  }>;
89
- minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
89
+ minWidth?: import("@codecademy/variance").Scale<{
90
90
  readonly property: {
91
91
  readonly physical: "minWidth";
92
92
  readonly logical: "minInlineSize";
@@ -94,39 +94,39 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
94
94
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
95
95
  readonly transform: (value: string | number) => string | 0;
96
96
  }>;
97
- order?: import("@codecademy/variance/dist/types/config").Scale<{
97
+ order?: import("@codecademy/variance").Scale<{
98
98
  readonly property: "order";
99
99
  }>;
100
- overflowX?: import("@codecademy/variance/dist/types/config").Scale<{
100
+ overflowX?: import("@codecademy/variance").Scale<{
101
101
  readonly property: {
102
102
  readonly physical: "overflowX";
103
103
  readonly logical: "overflowInline";
104
104
  };
105
105
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
106
106
  }>;
107
- overflowY?: import("@codecademy/variance/dist/types/config").Scale<{
107
+ overflowY?: import("@codecademy/variance").Scale<{
108
108
  readonly property: {
109
109
  readonly physical: "overflowY";
110
110
  readonly logical: "overflowBlock";
111
111
  };
112
112
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
113
113
  }>;
114
- verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{
114
+ verticalAlign?: import("@codecademy/variance").Scale<{
115
115
  readonly property: "verticalAlign";
116
116
  }>;
117
- gridArea?: import("@codecademy/variance/dist/types/config").Scale<{
117
+ gridArea?: import("@codecademy/variance").Scale<{
118
118
  readonly property: "gridArea";
119
119
  }>;
120
- gridColumn?: import("@codecademy/variance/dist/types/config").Scale<{
120
+ gridColumn?: import("@codecademy/variance").Scale<{
121
121
  readonly property: "gridColumn";
122
122
  }>;
123
- gridRow?: import("@codecademy/variance/dist/types/config").Scale<{
123
+ gridRow?: import("@codecademy/variance").Scale<{
124
124
  readonly property: "gridRow";
125
125
  }>;
126
- overflow?: import("@codecademy/variance/dist/types/config").Scale<{
126
+ overflow?: import("@codecademy/variance").Scale<{
127
127
  readonly property: "overflow";
128
128
  }>;
129
- px?: import("@codecademy/variance/dist/types/config").Scale<{
129
+ px?: import("@codecademy/variance").Scale<{
130
130
  readonly property: "padding";
131
131
  readonly properties: {
132
132
  readonly physical: readonly ["paddingLeft", "paddingRight"];
@@ -135,7 +135,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
135
135
  readonly scale: "spacing";
136
136
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
137
137
  }>;
138
- py?: import("@codecademy/variance/dist/types/config").Scale<{
138
+ py?: import("@codecademy/variance").Scale<{
139
139
  readonly property: "padding";
140
140
  readonly properties: {
141
141
  readonly physical: readonly ["paddingTop", "paddingBottom"];
@@ -144,7 +144,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
144
144
  readonly scale: "spacing";
145
145
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
146
146
  }>;
147
- pt?: import("@codecademy/variance/dist/types/config").Scale<{
147
+ pt?: import("@codecademy/variance").Scale<{
148
148
  readonly property: {
149
149
  readonly physical: "paddingTop";
150
150
  readonly logical: "paddingBlockStart";
@@ -152,7 +152,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
152
152
  readonly scale: "spacing";
153
153
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
154
154
  }>;
155
- pb?: import("@codecademy/variance/dist/types/config").Scale<{
155
+ pb?: import("@codecademy/variance").Scale<{
156
156
  readonly property: {
157
157
  readonly physical: "paddingBottom";
158
158
  readonly logical: "paddingBlockEnd";
@@ -160,7 +160,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
160
160
  readonly scale: "spacing";
161
161
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
162
162
  }>;
163
- pr?: import("@codecademy/variance/dist/types/config").Scale<{
163
+ pr?: import("@codecademy/variance").Scale<{
164
164
  readonly property: {
165
165
  readonly physical: "paddingRight";
166
166
  readonly logical: "paddingInlineEnd";
@@ -168,7 +168,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
168
168
  readonly scale: "spacing";
169
169
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
170
170
  }>;
171
- pl?: import("@codecademy/variance/dist/types/config").Scale<{
171
+ pl?: import("@codecademy/variance").Scale<{
172
172
  readonly property: {
173
173
  readonly physical: "paddingLeft";
174
174
  readonly logical: "paddingInlineStart";
@@ -176,7 +176,7 @@ export declare const PatternBackdrop: import("react").ForwardRefExoticComponent<
176
176
  readonly scale: "spacing";
177
177
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
178
178
  }>;
179
- dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
179
+ dimensions?: import("@codecademy/variance").Scale<{
180
180
  readonly property: "width";
181
181
  readonly properties: {
182
182
  readonly physical: readonly ["width", "height"];
@@ -18,7 +18,7 @@ export declare const DismissButton: import("@emotion/styled").StyledComponent<((
18
18
  theme?: import("@emotion/react").Theme;
19
19
  } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
20
20
  theme?: import("@emotion/react").Theme;
21
- } & import("../Button/shared").ButtonBaseProps & import("..").IconComponentType & {
21
+ } & import("../Button").ButtonBaseProps & import("..").IconComponentType & {
22
22
  'aria-label'?: string;
23
23
  tip: string;
24
24
  tipProps?: Omit<import("..").ToolTipProps, "info" | "children">;
@@ -29,7 +29,7 @@ export declare const DismissButton: import("@emotion/styled").StyledComponent<((
29
29
  theme?: import("@emotion/react").Theme;
30
30
  } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value"> & Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "href" | "type" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
31
31
  theme?: import("@emotion/react").Theme;
32
- } & import("../Button/shared").ButtonBaseProps & import("..").IconComponentType & {
32
+ } & import("../Button").ButtonBaseProps & import("..").IconComponentType & {
33
33
  'aria-label'?: string;
34
34
  tip: string;
35
35
  tipProps?: Omit<import("..").ToolTipProps, "info" | "children">;
@@ -16,19 +16,19 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
16
16
  } & import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "small" | "medium"> & {
17
17
  theme?: import("@emotion/react").Theme;
18
18
  } & {
19
- color?: import("@codecademy/variance/dist/types/config").Scale<{
19
+ color?: import("@codecademy/variance").Scale<{
20
20
  readonly property: "color";
21
21
  readonly scale: "colors";
22
22
  }>;
23
- p?: import("@codecademy/variance/dist/types/config").Scale<{
23
+ p?: import("@codecademy/variance").Scale<{
24
24
  readonly property: "padding";
25
25
  readonly scale: "spacing";
26
26
  }>;
27
- borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
27
+ borderColor?: import("@codecademy/variance").Scale<{
28
28
  readonly property: "borderColor";
29
29
  readonly scale: "colors";
30
30
  }>;
31
- px?: import("@codecademy/variance/dist/types/config").Scale<{
31
+ px?: import("@codecademy/variance").Scale<{
32
32
  readonly property: "padding";
33
33
  readonly properties: {
34
34
  readonly physical: readonly ["paddingLeft", "paddingRight"];
@@ -37,7 +37,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
37
37
  readonly scale: "spacing";
38
38
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
39
39
  }>;
40
- py?: import("@codecademy/variance/dist/types/config").Scale<{
40
+ py?: import("@codecademy/variance").Scale<{
41
41
  readonly property: "padding";
42
42
  readonly properties: {
43
43
  readonly physical: readonly ["paddingTop", "paddingBottom"];
@@ -46,7 +46,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
46
46
  readonly scale: "spacing";
47
47
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
48
48
  }>;
49
- pt?: import("@codecademy/variance/dist/types/config").Scale<{
49
+ pt?: import("@codecademy/variance").Scale<{
50
50
  readonly property: {
51
51
  readonly physical: "paddingTop";
52
52
  readonly logical: "paddingBlockStart";
@@ -54,7 +54,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
54
54
  readonly scale: "spacing";
55
55
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
56
56
  }>;
57
- pb?: import("@codecademy/variance/dist/types/config").Scale<{
57
+ pb?: import("@codecademy/variance").Scale<{
58
58
  readonly property: {
59
59
  readonly physical: "paddingBottom";
60
60
  readonly logical: "paddingBlockEnd";
@@ -62,7 +62,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
62
62
  readonly scale: "spacing";
63
63
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
64
64
  }>;
65
- pr?: import("@codecademy/variance/dist/types/config").Scale<{
65
+ pr?: import("@codecademy/variance").Scale<{
66
66
  readonly property: {
67
67
  readonly physical: "paddingRight";
68
68
  readonly logical: "paddingInlineEnd";
@@ -70,7 +70,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
70
70
  readonly scale: "spacing";
71
71
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
72
72
  }>;
73
- pl?: import("@codecademy/variance/dist/types/config").Scale<{
73
+ pl?: import("@codecademy/variance").Scale<{
74
74
  readonly property: {
75
75
  readonly physical: "paddingLeft";
76
76
  readonly logical: "paddingInlineStart";
@@ -78,11 +78,11 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
78
78
  readonly scale: "spacing";
79
79
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
80
80
  }>;
81
- m?: import("@codecademy/variance/dist/types/config").Scale<{
81
+ m?: import("@codecademy/variance").Scale<{
82
82
  readonly property: "margin";
83
83
  readonly scale: "spacing";
84
84
  }>;
85
- mx?: import("@codecademy/variance/dist/types/config").Scale<{
85
+ mx?: import("@codecademy/variance").Scale<{
86
86
  readonly property: "margin";
87
87
  readonly properties: {
88
88
  readonly physical: readonly ["marginLeft", "marginRight"];
@@ -91,7 +91,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
91
91
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
92
92
  readonly scale: "spacing";
93
93
  }>;
94
- my?: import("@codecademy/variance/dist/types/config").Scale<{
94
+ my?: import("@codecademy/variance").Scale<{
95
95
  readonly property: "margin";
96
96
  readonly properties: {
97
97
  readonly physical: readonly ["marginTop", "marginBottom"];
@@ -100,7 +100,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
100
100
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
101
101
  readonly scale: "spacing";
102
102
  }>;
103
- mt?: import("@codecademy/variance/dist/types/config").Scale<{
103
+ mt?: import("@codecademy/variance").Scale<{
104
104
  readonly property: {
105
105
  readonly physical: "marginTop";
106
106
  readonly logical: "marginBlockStart";
@@ -108,7 +108,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
108
108
  readonly scale: "spacing";
109
109
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
110
110
  }>;
111
- mb?: import("@codecademy/variance/dist/types/config").Scale<{
111
+ mb?: import("@codecademy/variance").Scale<{
112
112
  readonly property: {
113
113
  readonly physical: "marginBottom";
114
114
  readonly logical: "marginBlockEnd";
@@ -116,7 +116,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
116
116
  readonly scale: "spacing";
117
117
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
118
118
  }>;
119
- mr?: import("@codecademy/variance/dist/types/config").Scale<{
119
+ mr?: import("@codecademy/variance").Scale<{
120
120
  readonly property: {
121
121
  readonly physical: "marginRight";
122
122
  readonly logical: "marginInlineEnd";
@@ -124,7 +124,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
124
124
  readonly scale: "spacing";
125
125
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
126
126
  }>;
127
- ml?: import("@codecademy/variance/dist/types/config").Scale<{
127
+ ml?: import("@codecademy/variance").Scale<{
128
128
  readonly property: {
129
129
  readonly physical: "marginLeft";
130
130
  readonly logical: "marginInlineStart";
@@ -132,15 +132,15 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
132
132
  readonly scale: "spacing";
133
133
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
134
134
  }>;
135
- textColor?: import("@codecademy/variance/dist/types/config").Scale<{
135
+ textColor?: import("@codecademy/variance").Scale<{
136
136
  readonly property: "color";
137
137
  readonly scale: "colors";
138
138
  }>;
139
- bg?: import("@codecademy/variance/dist/types/config").Scale<{
139
+ bg?: import("@codecademy/variance").Scale<{
140
140
  readonly property: "backgroundColor";
141
141
  readonly scale: "colors";
142
142
  }>;
143
- borderColorX?: import("@codecademy/variance/dist/types/config").Scale<{
143
+ borderColorX?: import("@codecademy/variance").Scale<{
144
144
  readonly property: "borderColor";
145
145
  readonly properties: {
146
146
  readonly physical: readonly ["borderLeftColor", "borderRightColor"];
@@ -149,7 +149,7 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
149
149
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
150
150
  readonly scale: "colors";
151
151
  }>;
152
- borderColorY?: import("@codecademy/variance/dist/types/config").Scale<{
152
+ borderColorY?: import("@codecademy/variance").Scale<{
153
153
  readonly property: "borderColor";
154
154
  readonly properties: {
155
155
  readonly physical: readonly ["borderTopColor", "borderBottomColor"];
@@ -158,22 +158,22 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
158
158
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
159
159
  readonly scale: "colors";
160
160
  }>;
161
- borderColorLeft?: import("@codecademy/variance/dist/types/config").Scale<{
161
+ borderColorLeft?: import("@codecademy/variance").Scale<{
162
162
  readonly property: "borderLeftColor";
163
163
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
164
164
  readonly scale: "colors";
165
165
  }>;
166
- borderColorRight?: import("@codecademy/variance/dist/types/config").Scale<{
166
+ borderColorRight?: import("@codecademy/variance").Scale<{
167
167
  readonly property: "borderRightColor";
168
168
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
169
169
  readonly scale: "colors";
170
170
  }>;
171
- borderColorTop?: import("@codecademy/variance/dist/types/config").Scale<{
171
+ borderColorTop?: import("@codecademy/variance").Scale<{
172
172
  readonly property: "borderTopColor";
173
173
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
174
174
  readonly scale: "colors";
175
175
  }>;
176
- borderColorBottom?: import("@codecademy/variance/dist/types/config").Scale<{
176
+ borderColorBottom?: import("@codecademy/variance").Scale<{
177
177
  readonly property: "borderBottomColor";
178
178
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
179
179
  readonly scale: "colors";
@@ -196,11 +196,11 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
196
196
  } & Partial<Record<"disabled" | "labelRight", boolean>> & {
197
197
  theme?: import("@emotion/react").Theme;
198
198
  } & {
199
- p?: import("@codecademy/variance/dist/types/config").Scale<{
199
+ p?: import("@codecademy/variance").Scale<{
200
200
  readonly property: "padding";
201
201
  readonly scale: "spacing";
202
202
  }>;
203
- px?: import("@codecademy/variance/dist/types/config").Scale<{
203
+ px?: import("@codecademy/variance").Scale<{
204
204
  readonly property: "padding";
205
205
  readonly properties: {
206
206
  readonly physical: readonly ["paddingLeft", "paddingRight"];
@@ -209,7 +209,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
209
209
  readonly scale: "spacing";
210
210
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
211
211
  }>;
212
- py?: import("@codecademy/variance/dist/types/config").Scale<{
212
+ py?: import("@codecademy/variance").Scale<{
213
213
  readonly property: "padding";
214
214
  readonly properties: {
215
215
  readonly physical: readonly ["paddingTop", "paddingBottom"];
@@ -218,7 +218,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
218
218
  readonly scale: "spacing";
219
219
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
220
220
  }>;
221
- pt?: import("@codecademy/variance/dist/types/config").Scale<{
221
+ pt?: import("@codecademy/variance").Scale<{
222
222
  readonly property: {
223
223
  readonly physical: "paddingTop";
224
224
  readonly logical: "paddingBlockStart";
@@ -226,7 +226,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
226
226
  readonly scale: "spacing";
227
227
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
228
228
  }>;
229
- pb?: import("@codecademy/variance/dist/types/config").Scale<{
229
+ pb?: import("@codecademy/variance").Scale<{
230
230
  readonly property: {
231
231
  readonly physical: "paddingBottom";
232
232
  readonly logical: "paddingBlockEnd";
@@ -234,7 +234,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
234
234
  readonly scale: "spacing";
235
235
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
236
236
  }>;
237
- pr?: import("@codecademy/variance/dist/types/config").Scale<{
237
+ pr?: import("@codecademy/variance").Scale<{
238
238
  readonly property: {
239
239
  readonly physical: "paddingRight";
240
240
  readonly logical: "paddingInlineEnd";
@@ -242,7 +242,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
242
242
  readonly scale: "spacing";
243
243
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
244
244
  }>;
245
- pl?: import("@codecademy/variance/dist/types/config").Scale<{
245
+ pl?: import("@codecademy/variance").Scale<{
246
246
  readonly property: {
247
247
  readonly physical: "paddingLeft";
248
248
  readonly logical: "paddingInlineStart";
@@ -250,11 +250,11 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
250
250
  readonly scale: "spacing";
251
251
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
252
252
  }>;
253
- m?: import("@codecademy/variance/dist/types/config").Scale<{
253
+ m?: import("@codecademy/variance").Scale<{
254
254
  readonly property: "margin";
255
255
  readonly scale: "spacing";
256
256
  }>;
257
- mx?: import("@codecademy/variance/dist/types/config").Scale<{
257
+ mx?: import("@codecademy/variance").Scale<{
258
258
  readonly property: "margin";
259
259
  readonly properties: {
260
260
  readonly physical: readonly ["marginLeft", "marginRight"];
@@ -263,7 +263,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
263
263
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
264
264
  readonly scale: "spacing";
265
265
  }>;
266
- my?: import("@codecademy/variance/dist/types/config").Scale<{
266
+ my?: import("@codecademy/variance").Scale<{
267
267
  readonly property: "margin";
268
268
  readonly properties: {
269
269
  readonly physical: readonly ["marginTop", "marginBottom"];
@@ -272,7 +272,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
272
272
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
273
273
  readonly scale: "spacing";
274
274
  }>;
275
- mt?: import("@codecademy/variance/dist/types/config").Scale<{
275
+ mt?: import("@codecademy/variance").Scale<{
276
276
  readonly property: {
277
277
  readonly physical: "marginTop";
278
278
  readonly logical: "marginBlockStart";
@@ -280,7 +280,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
280
280
  readonly scale: "spacing";
281
281
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
282
282
  }>;
283
- mb?: import("@codecademy/variance/dist/types/config").Scale<{
283
+ mb?: import("@codecademy/variance").Scale<{
284
284
  readonly property: {
285
285
  readonly physical: "marginBottom";
286
286
  readonly logical: "marginBlockEnd";
@@ -288,7 +288,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
288
288
  readonly scale: "spacing";
289
289
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
290
290
  }>;
291
- mr?: import("@codecademy/variance/dist/types/config").Scale<{
291
+ mr?: import("@codecademy/variance").Scale<{
292
292
  readonly property: {
293
293
  readonly physical: "marginRight";
294
294
  readonly logical: "marginInlineEnd";
@@ -296,7 +296,7 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
296
296
  readonly scale: "spacing";
297
297
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
298
298
  }>;
299
- ml?: import("@codecademy/variance/dist/types/config").Scale<{
299
+ ml?: import("@codecademy/variance").Scale<{
300
300
  readonly property: {
301
301
  readonly physical: "marginLeft";
302
302
  readonly logical: "marginInlineStart";
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@codecademy/gamut",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "72.2.2-alpha.d64fc5.0",
4
+ "version": "72.2.2-alpha.dfb0a2.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "bin": "./bin/gamut.mjs",
7
7
  "dependencies": {
8
- "@codecademy/gamut-icons": "9.57.10-alpha.d64fc5.0",
9
- "@codecademy/gamut-illustrations": "0.58.16-alpha.d64fc5.0",
10
- "@codecademy/gamut-patterns": "0.10.35-alpha.d64fc5.0",
11
- "@codecademy/gamut-styles": "20.0.3-alpha.d64fc5.0",
12
- "@codecademy/variance": "0.26.2-alpha.d64fc5.0",
8
+ "@codecademy/gamut-icons": "9.57.10-alpha.dfb0a2.0",
9
+ "@codecademy/gamut-illustrations": "0.58.16-alpha.dfb0a2.0",
10
+ "@codecademy/gamut-patterns": "0.10.35-alpha.dfb0a2.0",
11
+ "@codecademy/gamut-styles": "20.0.3-alpha.dfb0a2.0",
12
+ "@codecademy/variance": "0.26.2-alpha.dfb0a2.0",
13
13
  "@formatjs/intl-locale": "5.3.1",
14
14
  "@react-aria/interactions": "3.25.0",
15
15
  "@types/marked": "^4.0.8",