@codecademy/gamut 72.2.2-alpha.dfb0a2.0 → 72.2.2-alpha.f96392.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 +4 -4
- package/dist/Anchor/index.d.ts +9 -19
- package/dist/Anchor/index.js +6 -9
- package/dist/BarChart/BarRow/elements.d.ts +154 -156
- package/dist/BarChart/utils/hooks.d.ts +2 -2
- package/dist/BarChart/utils/hooks.js +1 -3
- package/dist/Box/GridBox.d.ts +0 -1
- package/dist/Box/GridBox.js +1 -1
- package/dist/Box/props.d.ts +1 -1
- package/dist/Breadcrumbs/index.d.ts +5 -5
- package/dist/Breadcrumbs/index.js +2 -2
- package/dist/Button/CTAButton.d.ts +2 -2
- package/dist/Button/FillButton.d.ts +4 -4
- package/dist/Button/IconButton.d.ts +4 -4
- package/dist/Button/StrokeButton.d.ts +4 -4
- package/dist/Button/TextButton.d.ts +4 -4
- package/dist/Button/index.d.ts +1 -1
- package/dist/Button/shared/InlineIconButton.d.ts +2 -2
- package/dist/Button/shared/styles.d.ts +3 -3
- package/dist/Button/shared/types.d.ts +1 -1
- package/dist/ButtonBase/ButtonBase.d.ts +4 -9
- package/dist/ButtonBase/ButtonBase.js +4 -11
- package/dist/ButtonBase/index.d.ts +1 -1
- package/dist/ButtonBase/index.js +1 -1
- package/dist/Card/elements.d.ts +430 -436
- package/dist/Card/styles.d.ts +8 -8
- package/dist/Coachmark/index.d.ts +1 -1
- package/dist/ConnectedForm/ConnectedForm.d.ts +1 -1
- package/dist/ConnectedForm/ConnectedFormGroup.js +7 -5
- package/dist/ConnectedForm/ConnectedInputs/ConnectedCheckbox.js +3 -1
- package/dist/ConnectedForm/utils.d.ts +1 -1
- package/dist/ConnectedForm/utils.js +1 -1
- package/dist/DataList/Tables/Rows/TableRow.js +5 -1
- package/dist/DatePicker/DatePickerInput/index.d.ts +1 -1
- package/dist/Disclosure/elements.d.ts +18 -24
- package/dist/FeatureShimmer/index.js +1 -1
- package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
- package/dist/Form/SelectDropdown/elements/containers.js +1 -1
- package/dist/Form/SelectDropdown/elements/controls.js +2 -2
- package/dist/Form/SelectDropdown/elements/multi-value.js +2 -2
- package/dist/Form/SelectDropdown/types/internal.d.ts +2 -2
- package/dist/Form/SelectDropdown/utils.js +1 -2
- package/dist/Form/elements/Form.d.ts +93 -93
- package/dist/Form/elements/FormGroup.d.ts +1 -1
- package/dist/Form/index.d.ts +0 -2
- package/dist/Form/index.js +1 -2
- package/dist/Form/styles/Checkbox-styles.d.ts +1 -1
- package/dist/GridForm/GridFormButtons/index.d.ts +7 -7
- package/dist/List/ListProvider.d.ts +1 -1
- package/dist/List/ListRow.js +3 -2
- package/dist/List/elements.d.ts +151 -153
- package/dist/Markdown/index.d.ts +1 -1
- package/dist/Markdown/index.js +1 -1
- package/dist/Menu/MenuItem.js +8 -11
- package/dist/Menu/MenuSeparator.js +2 -2
- package/dist/Menu/elements.d.ts +2 -2
- package/dist/Menu/index.d.ts +0 -1
- package/dist/Menu/index.js +1 -2
- package/dist/Modals/Dialog.js +2 -6
- package/dist/Modals/Modal.js +2 -5
- package/dist/Modals/elements.d.ts +35 -35
- package/dist/Pagination/AnimatedPaginationButtons.d.ts +108 -110
- package/dist/Pagination/EllipsisButton.d.ts +4 -4
- package/dist/Pagination/PaginationButton.d.ts +6 -6
- package/dist/Pagination/utils.d.ts +108 -110
- package/dist/Pagination/utils.js +11 -14
- package/dist/PatternBackdrop/PatternBackdrop.d.ts +34 -34
- package/dist/Popover/Popover.js +6 -6
- package/dist/Popover/types.d.ts +3 -4
- package/dist/PopoverContainer/PopoverContainer.js +9 -9
- package/dist/PopoverContainer/hooks.d.ts +4 -16
- package/dist/PopoverContainer/hooks.js +27 -50
- package/dist/PopoverContainer/types.d.ts +1 -2
- package/dist/Tabs/TabButton.d.ts +2 -2
- package/dist/Tabs/TabNavLink.d.ts +2 -2
- package/dist/Tabs/TabNavLink.js +2 -2
- package/dist/Tag/elements.d.ts +10 -16
- package/dist/Tag/index.js +1 -1
- package/dist/Tip/InfoTip/InfoTipButton.d.ts +4 -4
- package/dist/Tip/PreviewTip/elements.d.ts +6 -12
- package/dist/Tip/__tests__/helpers.d.ts +1 -1
- package/dist/Tip/shared/FloatingTip.js +2 -2
- package/dist/Tip/shared/types.d.ts +2 -2
- package/dist/Tip/shared/utils.js +1 -1
- package/dist/Toggle/elements.d.ts +38 -38
- package/dist/Typography/Text.d.ts +1 -2
- package/dist/Typography/Text.js +2 -3
- package/dist/Video/lib/VidstackPlayer.d.ts +1 -1
- package/dist/Video/lib/VidstackPlayer.js +12 -5
- package/dist/Video/styles.d.ts +1 -0
- package/dist/Video/styles.js +10 -0
- package/dist/Video/vidstack-vendor.css +3 -0
- package/dist/utils/react.js +2 -4
- package/package.json +12 -19
- package/dist/Video/styles/vds_base_theme.scss +0 -101
- package/dist/utils/nullish.d.ts +0 -10
- package/dist/utils/nullish.js +0 -11
|
@@ -12,9 +12,9 @@ export declare const getBackPageNumber: ({ shownPageArray, chapterSize, }: Omit<
|
|
|
12
12
|
export declare const getForwardPageNumber: ({ chapterSize, totalPages, shownPageArray, }: Omit<PaginationUtils, "currentPage">) => number;
|
|
13
13
|
export declare const getMinWidth: ({ chapterSize, }: Pick<PaginationUtils, "chapterSize">) => string;
|
|
14
14
|
export declare const wrapWithSlideAnimation: (WrappedComponent: typeof BaseEllipsisButton | typeof PaginationButton) => (props: React.ComponentProps<typeof BaseEllipsisButton>) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export declare const createAnimatedFadeButton: (WrappedComponent: typeof PaginationButton) => (props: React.ComponentProps<React.ComponentType<
|
|
15
|
+
export declare const createAnimatedFadeButton: (WrappedComponent: typeof PaginationButton) => (props: React.ComponentProps<React.ComponentType<{
|
|
16
16
|
mode?: "dark" | "light" | undefined;
|
|
17
|
-
border?: import("@codecademy/variance").Scale<{
|
|
17
|
+
border?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
18
18
|
readonly property: "border";
|
|
19
19
|
readonly scale: "borders";
|
|
20
20
|
}>;
|
|
@@ -22,7 +22,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
22
22
|
selected?: boolean | undefined;
|
|
23
23
|
name?: string | undefined;
|
|
24
24
|
form?: string | undefined;
|
|
25
|
-
p?: import("@codecademy/variance").Scale<{
|
|
25
|
+
p?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
26
26
|
readonly property: "padding";
|
|
27
27
|
readonly scale: "spacing";
|
|
28
28
|
}>;
|
|
@@ -30,7 +30,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
30
30
|
title?: string | undefined;
|
|
31
31
|
dir?: string | undefined;
|
|
32
32
|
className?: string | undefined;
|
|
33
|
-
height?: import("@codecademy/variance").Scale<{
|
|
33
|
+
height?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
34
34
|
readonly property: {
|
|
35
35
|
readonly physical: "height";
|
|
36
36
|
readonly logical: "blockSize";
|
|
@@ -38,7 +38,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
38
38
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
39
39
|
readonly transform: (value: string | number) => string | 0;
|
|
40
40
|
}>;
|
|
41
|
-
width?: import("@codecademy/variance").Scale<{
|
|
41
|
+
width?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
42
42
|
readonly property: {
|
|
43
43
|
readonly physical: "width";
|
|
44
44
|
readonly logical: "inlineSize";
|
|
@@ -46,7 +46,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
46
46
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
47
47
|
readonly transform: (value: string | number) => string | 0;
|
|
48
48
|
}>;
|
|
49
|
-
"aria-hidden"?: (boolean | "
|
|
49
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
50
50
|
ref?: React.LegacyRef<import("..").ButtonBaseElements> | undefined;
|
|
51
51
|
key?: React.Key | null | undefined;
|
|
52
52
|
defaultChecked?: boolean | undefined;
|
|
@@ -56,17 +56,17 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
56
56
|
accessKey?: string | undefined;
|
|
57
57
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
58
58
|
autoFocus?: boolean | undefined;
|
|
59
|
-
contentEditable?: "inherit" | (boolean | "
|
|
59
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
60
60
|
contextMenu?: string | undefined;
|
|
61
|
-
draggable?: (boolean | "
|
|
62
|
-
enterKeyHint?: "search" | "
|
|
61
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
62
|
+
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
63
63
|
hidden?: boolean | undefined;
|
|
64
64
|
id?: string | undefined;
|
|
65
65
|
lang?: string | undefined;
|
|
66
66
|
nonce?: string | undefined;
|
|
67
|
-
spellCheck?: (boolean | "
|
|
67
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
68
68
|
tabIndex?: number | undefined;
|
|
69
|
-
translate?: "
|
|
69
|
+
translate?: "no" | "yes" | undefined;
|
|
70
70
|
radioGroup?: string | undefined;
|
|
71
71
|
role?: React.AriaRole | undefined;
|
|
72
72
|
about?: string | undefined;
|
|
@@ -95,51 +95,51 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
95
95
|
exportparts?: string | undefined;
|
|
96
96
|
part?: string | undefined;
|
|
97
97
|
"aria-activedescendant"?: string | undefined;
|
|
98
|
-
"aria-atomic"?: (boolean | "
|
|
99
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
98
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
99
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
100
100
|
"aria-braillelabel"?: string | undefined;
|
|
101
101
|
"aria-brailleroledescription"?: string | undefined;
|
|
102
|
-
"aria-busy"?: (boolean | "
|
|
103
|
-
"aria-checked"?: boolean | "
|
|
102
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
103
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
104
104
|
"aria-colcount"?: number | undefined;
|
|
105
105
|
"aria-colindex"?: number | undefined;
|
|
106
106
|
"aria-colindextext"?: string | undefined;
|
|
107
107
|
"aria-colspan"?: number | undefined;
|
|
108
108
|
"aria-controls"?: string | undefined;
|
|
109
|
-
"aria-current"?: boolean | "time" | "page" | "
|
|
109
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
110
110
|
"aria-describedby"?: string | undefined;
|
|
111
111
|
"aria-description"?: string | undefined;
|
|
112
112
|
"aria-details"?: string | undefined;
|
|
113
|
-
"aria-disabled"?: (boolean | "
|
|
113
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
114
114
|
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
115
115
|
"aria-errormessage"?: string | undefined;
|
|
116
|
-
"aria-expanded"?: (boolean | "
|
|
116
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
117
117
|
"aria-flowto"?: string | undefined;
|
|
118
|
-
"aria-grabbed"?: (boolean | "
|
|
119
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "
|
|
120
|
-
"aria-invalid"?: boolean | "
|
|
118
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
119
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
120
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
121
121
|
"aria-keyshortcuts"?: string | undefined;
|
|
122
122
|
"aria-label"?: string | undefined;
|
|
123
123
|
"aria-labelledby"?: string | undefined;
|
|
124
124
|
"aria-level"?: number | undefined;
|
|
125
125
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
126
|
-
"aria-modal"?: (boolean | "
|
|
127
|
-
"aria-multiline"?: (boolean | "
|
|
128
|
-
"aria-multiselectable"?: (boolean | "
|
|
126
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
127
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
128
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
129
129
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
130
130
|
"aria-owns"?: string | undefined;
|
|
131
131
|
"aria-placeholder"?: string | undefined;
|
|
132
132
|
"aria-posinset"?: number | undefined;
|
|
133
|
-
"aria-pressed"?: boolean | "
|
|
134
|
-
"aria-readonly"?: (boolean | "
|
|
133
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
134
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
135
135
|
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
136
|
-
"aria-required"?: (boolean | "
|
|
136
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
137
137
|
"aria-roledescription"?: string | undefined;
|
|
138
138
|
"aria-rowcount"?: number | undefined;
|
|
139
139
|
"aria-rowindex"?: number | undefined;
|
|
140
140
|
"aria-rowindextext"?: string | undefined;
|
|
141
141
|
"aria-rowspan"?: number | undefined;
|
|
142
|
-
"aria-selected"?: (boolean | "
|
|
142
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
143
143
|
"aria-setsize"?: number | undefined;
|
|
144
144
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
145
145
|
"aria-valuemax"?: number | undefined;
|
|
@@ -303,10 +303,10 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
303
303
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | (React.AnimationEventHandler<HTMLButtonElement> & React.AnimationEventHandler<HTMLAnchorElement>) | undefined;
|
|
304
304
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | (React.TransitionEventHandler<HTMLButtonElement> & React.TransitionEventHandler<HTMLAnchorElement>) | undefined;
|
|
305
305
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | (React.TransitionEventHandler<HTMLButtonElement> & React.TransitionEventHandler<HTMLAnchorElement>) | undefined;
|
|
306
|
-
alignSelf?: import("@codecademy/variance").Scale<{
|
|
306
|
+
alignSelf?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
307
307
|
readonly property: "alignSelf";
|
|
308
308
|
}>;
|
|
309
|
-
bottom?: import("@codecademy/variance").Scale<{
|
|
309
|
+
bottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
310
310
|
readonly property: {
|
|
311
311
|
readonly physical: "bottom";
|
|
312
312
|
readonly logical: "insetBlockEnd";
|
|
@@ -314,40 +314,40 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
314
314
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
315
315
|
readonly transform: (value: string | number) => string | 0;
|
|
316
316
|
}>;
|
|
317
|
-
containerType?: import("@codecademy/variance").Scale<{
|
|
317
|
+
containerType?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
318
318
|
readonly property: "containerType";
|
|
319
319
|
}>;
|
|
320
|
-
direction?: import("@codecademy/variance").Scale<{
|
|
320
|
+
direction?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
321
321
|
readonly property: "direction";
|
|
322
322
|
}>;
|
|
323
|
-
display?: import("@codecademy/variance").Scale<{
|
|
323
|
+
display?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
324
324
|
readonly property: "display";
|
|
325
325
|
}>;
|
|
326
|
-
flexBasis?: import("@codecademy/variance").Scale<{
|
|
326
|
+
flexBasis?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
327
327
|
readonly property: "flexBasis";
|
|
328
328
|
}>;
|
|
329
|
-
flexGrow?: import("@codecademy/variance").Scale<{
|
|
329
|
+
flexGrow?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
330
330
|
readonly property: "flexGrow";
|
|
331
331
|
}>;
|
|
332
|
-
flexShrink?: import("@codecademy/variance").Scale<{
|
|
332
|
+
flexShrink?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
333
333
|
readonly property: "flexShrink";
|
|
334
334
|
}>;
|
|
335
|
-
gridColumnEnd?: import("@codecademy/variance").Scale<{
|
|
335
|
+
gridColumnEnd?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
336
336
|
readonly property: "gridColumnEnd";
|
|
337
337
|
}>;
|
|
338
|
-
gridColumnStart?: import("@codecademy/variance").Scale<{
|
|
338
|
+
gridColumnStart?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
339
339
|
readonly property: "gridColumnStart";
|
|
340
340
|
}>;
|
|
341
|
-
gridRowEnd?: import("@codecademy/variance").Scale<{
|
|
341
|
+
gridRowEnd?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
342
342
|
readonly property: "gridRowEnd";
|
|
343
343
|
}>;
|
|
344
|
-
gridRowStart?: import("@codecademy/variance").Scale<{
|
|
344
|
+
gridRowStart?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
345
345
|
readonly property: "gridRowStart";
|
|
346
346
|
}>;
|
|
347
|
-
justifySelf?: import("@codecademy/variance").Scale<{
|
|
347
|
+
justifySelf?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
348
348
|
readonly property: "justifySelf";
|
|
349
349
|
}>;
|
|
350
|
-
left?: import("@codecademy/variance").Scale<{
|
|
350
|
+
left?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
351
351
|
readonly property: {
|
|
352
352
|
readonly physical: "left";
|
|
353
353
|
readonly logical: "insetInlineStart";
|
|
@@ -355,7 +355,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
355
355
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
356
356
|
readonly transform: (value: string | number) => string | 0;
|
|
357
357
|
}>;
|
|
358
|
-
maxHeight?: import("@codecademy/variance").Scale<{
|
|
358
|
+
maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
359
359
|
readonly property: {
|
|
360
360
|
readonly physical: "maxHeight";
|
|
361
361
|
readonly logical: "maxBlockSize";
|
|
@@ -363,7 +363,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
363
363
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
364
364
|
readonly transform: (value: string | number) => string | 0;
|
|
365
365
|
}>;
|
|
366
|
-
maxWidth?: import("@codecademy/variance").Scale<{
|
|
366
|
+
maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
367
367
|
readonly property: {
|
|
368
368
|
readonly physical: "maxWidth";
|
|
369
369
|
readonly logical: "maxInlineSize";
|
|
@@ -371,7 +371,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
371
371
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
372
372
|
readonly transform: (value: string | number) => string | 0;
|
|
373
373
|
}>;
|
|
374
|
-
minHeight?: import("@codecademy/variance").Scale<{
|
|
374
|
+
minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
375
375
|
readonly property: {
|
|
376
376
|
readonly physical: "minHeight";
|
|
377
377
|
readonly logical: "minBlockSize";
|
|
@@ -379,7 +379,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
379
379
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
380
380
|
readonly transform: (value: string | number) => string | 0;
|
|
381
381
|
}>;
|
|
382
|
-
minWidth?: import("@codecademy/variance").Scale<{
|
|
382
|
+
minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
383
383
|
readonly property: {
|
|
384
384
|
readonly physical: "minWidth";
|
|
385
385
|
readonly logical: "minInlineSize";
|
|
@@ -387,30 +387,30 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
387
387
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
388
388
|
readonly transform: (value: string | number) => string | 0;
|
|
389
389
|
}>;
|
|
390
|
-
opacity?: import("@codecademy/variance").Scale<{
|
|
390
|
+
opacity?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
391
391
|
readonly property: "opacity";
|
|
392
392
|
}>;
|
|
393
|
-
order?: import("@codecademy/variance").Scale<{
|
|
393
|
+
order?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
394
394
|
readonly property: "order";
|
|
395
395
|
}>;
|
|
396
|
-
overflowX?: import("@codecademy/variance").Scale<{
|
|
396
|
+
overflowX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
397
397
|
readonly property: {
|
|
398
398
|
readonly physical: "overflowX";
|
|
399
399
|
readonly logical: "overflowInline";
|
|
400
400
|
};
|
|
401
401
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
402
402
|
}>;
|
|
403
|
-
overflowY?: import("@codecademy/variance").Scale<{
|
|
403
|
+
overflowY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
404
404
|
readonly property: {
|
|
405
405
|
readonly physical: "overflowY";
|
|
406
406
|
readonly logical: "overflowBlock";
|
|
407
407
|
};
|
|
408
408
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
409
409
|
}>;
|
|
410
|
-
position?: import("@codecademy/variance").Scale<{
|
|
410
|
+
position?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
411
411
|
readonly property: "position";
|
|
412
412
|
}>;
|
|
413
|
-
right?: import("@codecademy/variance").Scale<{
|
|
413
|
+
right?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
414
414
|
readonly property: {
|
|
415
415
|
readonly physical: "right";
|
|
416
416
|
readonly logical: "insetInlineEnd";
|
|
@@ -418,7 +418,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
418
418
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
419
419
|
readonly transform: (value: string | number) => string | 0;
|
|
420
420
|
}>;
|
|
421
|
-
top?: import("@codecademy/variance").Scale<{
|
|
421
|
+
top?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
422
422
|
readonly property: {
|
|
423
423
|
readonly physical: "top";
|
|
424
424
|
readonly logical: "insetBlockStart";
|
|
@@ -426,13 +426,13 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
426
426
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
427
427
|
readonly transform: (value: string | number) => string | 0;
|
|
428
428
|
}>;
|
|
429
|
-
verticalAlign?: import("@codecademy/variance").Scale<{
|
|
429
|
+
verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
430
430
|
readonly property: "verticalAlign";
|
|
431
431
|
}>;
|
|
432
|
-
zIndex?: import("@codecademy/variance").Scale<{
|
|
432
|
+
zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
433
433
|
readonly property: "zIndex";
|
|
434
434
|
}>;
|
|
435
|
-
borderBottom?: import("@codecademy/variance").Scale<{
|
|
435
|
+
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
436
436
|
readonly property: {
|
|
437
437
|
readonly physical: "borderBottom";
|
|
438
438
|
readonly logical: "borderBlockEnd";
|
|
@@ -440,7 +440,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
440
440
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
441
441
|
readonly scale: "borders";
|
|
442
442
|
}>;
|
|
443
|
-
borderLeft?: import("@codecademy/variance").Scale<{
|
|
443
|
+
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
444
444
|
readonly property: {
|
|
445
445
|
readonly physical: "borderLeft";
|
|
446
446
|
readonly logical: "borderInlineStart";
|
|
@@ -448,11 +448,11 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
448
448
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
449
449
|
readonly scale: "borders";
|
|
450
450
|
}>;
|
|
451
|
-
borderRadius?: import("@codecademy/variance").Scale<{
|
|
451
|
+
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
452
452
|
readonly property: "borderRadius";
|
|
453
453
|
readonly scale: "borderRadii";
|
|
454
454
|
}>;
|
|
455
|
-
borderRight?: import("@codecademy/variance").Scale<{
|
|
455
|
+
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
456
456
|
readonly property: {
|
|
457
457
|
readonly physical: "borderRight";
|
|
458
458
|
readonly logical: "borderInlineEnd";
|
|
@@ -460,10 +460,10 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
460
460
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
461
461
|
readonly scale: "borders";
|
|
462
462
|
}>;
|
|
463
|
-
borderStyle?: import("@codecademy/variance").Scale<{
|
|
463
|
+
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
464
464
|
readonly property: "borderStyle";
|
|
465
465
|
}>;
|
|
466
|
-
borderTop?: import("@codecademy/variance").Scale<{
|
|
466
|
+
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
467
467
|
readonly property: {
|
|
468
468
|
readonly physical: "borderTop";
|
|
469
469
|
readonly logical: "borderBlockStart";
|
|
@@ -471,19 +471,19 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
471
471
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
472
472
|
readonly scale: "borders";
|
|
473
473
|
}>;
|
|
474
|
-
borderWidth?: import("@codecademy/variance").Scale<{
|
|
474
|
+
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
475
475
|
readonly property: "borderWidth";
|
|
476
476
|
}>;
|
|
477
|
-
gridArea?: import("@codecademy/variance").Scale<{
|
|
477
|
+
gridArea?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
478
478
|
readonly property: "gridArea";
|
|
479
479
|
}>;
|
|
480
|
-
gridColumn?: import("@codecademy/variance").Scale<{
|
|
480
|
+
gridColumn?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
481
481
|
readonly property: "gridColumn";
|
|
482
482
|
}>;
|
|
483
|
-
gridRow?: import("@codecademy/variance").Scale<{
|
|
483
|
+
gridRow?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
484
484
|
readonly property: "gridRow";
|
|
485
485
|
}>;
|
|
486
|
-
inset?: import("@codecademy/variance").Scale<{
|
|
486
|
+
inset?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
487
487
|
readonly property: "inset";
|
|
488
488
|
readonly properties: {
|
|
489
489
|
readonly physical: readonly ["top", "right", "bottom", "left"];
|
|
@@ -492,11 +492,15 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
492
492
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
493
493
|
readonly transform: (value: string | number) => string | 0;
|
|
494
494
|
}>;
|
|
495
|
-
overflow?: import("@codecademy/variance").Scale<{
|
|
495
|
+
overflow?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
496
496
|
readonly property: "overflow";
|
|
497
497
|
}>;
|
|
498
|
+
size?: "small" | "normal" | "large" | undefined;
|
|
499
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
498
500
|
href?: string | undefined;
|
|
499
|
-
|
|
501
|
+
icon?: React.ComponentType<import("@codecademy/gamut-icons").GamutIconProps> | undefined;
|
|
502
|
+
ellipsis?: boolean | undefined;
|
|
503
|
+
px?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
500
504
|
readonly property: "padding";
|
|
501
505
|
readonly properties: {
|
|
502
506
|
readonly physical: readonly ["paddingLeft", "paddingRight"];
|
|
@@ -505,7 +509,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
505
509
|
readonly scale: "spacing";
|
|
506
510
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
507
511
|
}>;
|
|
508
|
-
py?: import("@codecademy/variance").Scale<{
|
|
512
|
+
py?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
509
513
|
readonly property: "padding";
|
|
510
514
|
readonly properties: {
|
|
511
515
|
readonly physical: readonly ["paddingTop", "paddingBottom"];
|
|
@@ -514,7 +518,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
514
518
|
readonly scale: "spacing";
|
|
515
519
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
516
520
|
}>;
|
|
517
|
-
pt?: import("@codecademy/variance").Scale<{
|
|
521
|
+
pt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
518
522
|
readonly property: {
|
|
519
523
|
readonly physical: "paddingTop";
|
|
520
524
|
readonly logical: "paddingBlockStart";
|
|
@@ -522,7 +526,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
522
526
|
readonly scale: "spacing";
|
|
523
527
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
524
528
|
}>;
|
|
525
|
-
pb?: import("@codecademy/variance").Scale<{
|
|
529
|
+
pb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
526
530
|
readonly property: {
|
|
527
531
|
readonly physical: "paddingBottom";
|
|
528
532
|
readonly logical: "paddingBlockEnd";
|
|
@@ -530,7 +534,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
530
534
|
readonly scale: "spacing";
|
|
531
535
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
532
536
|
}>;
|
|
533
|
-
pr?: import("@codecademy/variance").Scale<{
|
|
537
|
+
pr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
534
538
|
readonly property: {
|
|
535
539
|
readonly physical: "paddingRight";
|
|
536
540
|
readonly logical: "paddingInlineEnd";
|
|
@@ -538,7 +542,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
538
542
|
readonly scale: "spacing";
|
|
539
543
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
540
544
|
}>;
|
|
541
|
-
pl?: import("@codecademy/variance").Scale<{
|
|
545
|
+
pl?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
542
546
|
readonly property: {
|
|
543
547
|
readonly physical: "paddingLeft";
|
|
544
548
|
readonly logical: "paddingInlineStart";
|
|
@@ -546,11 +550,11 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
546
550
|
readonly scale: "spacing";
|
|
547
551
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
548
552
|
}>;
|
|
549
|
-
m?: import("@codecademy/variance").Scale<{
|
|
553
|
+
m?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
550
554
|
readonly property: "margin";
|
|
551
555
|
readonly scale: "spacing";
|
|
552
556
|
}>;
|
|
553
|
-
mx?: import("@codecademy/variance").Scale<{
|
|
557
|
+
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
554
558
|
readonly property: "margin";
|
|
555
559
|
readonly properties: {
|
|
556
560
|
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
@@ -559,7 +563,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
559
563
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
560
564
|
readonly scale: "spacing";
|
|
561
565
|
}>;
|
|
562
|
-
my?: import("@codecademy/variance").Scale<{
|
|
566
|
+
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
563
567
|
readonly property: "margin";
|
|
564
568
|
readonly properties: {
|
|
565
569
|
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
@@ -568,7 +572,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
568
572
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
569
573
|
readonly scale: "spacing";
|
|
570
574
|
}>;
|
|
571
|
-
mt?: import("@codecademy/variance").Scale<{
|
|
575
|
+
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
572
576
|
readonly property: {
|
|
573
577
|
readonly physical: "marginTop";
|
|
574
578
|
readonly logical: "marginBlockStart";
|
|
@@ -576,7 +580,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
576
580
|
readonly scale: "spacing";
|
|
577
581
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
578
582
|
}>;
|
|
579
|
-
mb?: import("@codecademy/variance").Scale<{
|
|
583
|
+
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
580
584
|
readonly property: {
|
|
581
585
|
readonly physical: "marginBottom";
|
|
582
586
|
readonly logical: "marginBlockEnd";
|
|
@@ -584,7 +588,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
584
588
|
readonly scale: "spacing";
|
|
585
589
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
586
590
|
}>;
|
|
587
|
-
mr?: import("@codecademy/variance").Scale<{
|
|
591
|
+
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
588
592
|
readonly property: {
|
|
589
593
|
readonly physical: "marginRight";
|
|
590
594
|
readonly logical: "marginInlineEnd";
|
|
@@ -592,7 +596,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
592
596
|
readonly scale: "spacing";
|
|
593
597
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
594
598
|
}>;
|
|
595
|
-
ml?: import("@codecademy/variance").Scale<{
|
|
599
|
+
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
596
600
|
readonly property: {
|
|
597
601
|
readonly physical: "marginLeft";
|
|
598
602
|
readonly logical: "marginInlineStart";
|
|
@@ -600,7 +604,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
600
604
|
readonly scale: "spacing";
|
|
601
605
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
602
606
|
}>;
|
|
603
|
-
borderX?: import("@codecademy/variance").Scale<{
|
|
607
|
+
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
604
608
|
readonly property: "border";
|
|
605
609
|
readonly properties: {
|
|
606
610
|
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
@@ -609,7 +613,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
609
613
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
610
614
|
readonly scale: "borders";
|
|
611
615
|
}>;
|
|
612
|
-
borderY?: import("@codecademy/variance").Scale<{
|
|
616
|
+
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
613
617
|
readonly property: "border";
|
|
614
618
|
readonly properties: {
|
|
615
619
|
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
@@ -618,7 +622,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
618
622
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
619
623
|
readonly scale: "borders";
|
|
620
624
|
}>;
|
|
621
|
-
borderWidthX?: import("@codecademy/variance").Scale<{
|
|
625
|
+
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
622
626
|
readonly property: "borderWidth";
|
|
623
627
|
readonly properties: {
|
|
624
628
|
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
@@ -626,7 +630,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
626
630
|
};
|
|
627
631
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
628
632
|
}>;
|
|
629
|
-
borderWidthY?: import("@codecademy/variance").Scale<{
|
|
633
|
+
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
630
634
|
readonly property: "borderWidth";
|
|
631
635
|
readonly properties: {
|
|
632
636
|
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
@@ -634,35 +638,35 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
634
638
|
};
|
|
635
639
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
636
640
|
}>;
|
|
637
|
-
borderWidthLeft?: import("@codecademy/variance").Scale<{
|
|
641
|
+
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
638
642
|
readonly property: {
|
|
639
643
|
readonly physical: "borderLeftWidth";
|
|
640
644
|
readonly logical: "borderInlineStartWidth";
|
|
641
645
|
};
|
|
642
646
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
643
647
|
}>;
|
|
644
|
-
borderWidthRight?: import("@codecademy/variance").Scale<{
|
|
648
|
+
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
645
649
|
readonly property: {
|
|
646
650
|
readonly physical: "borderRightWidth";
|
|
647
651
|
readonly logical: "borderInlineEndWidth";
|
|
648
652
|
};
|
|
649
653
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
650
654
|
}>;
|
|
651
|
-
borderWidthTop?: import("@codecademy/variance").Scale<{
|
|
655
|
+
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
652
656
|
readonly property: {
|
|
653
657
|
readonly physical: "borderTopWidth";
|
|
654
658
|
readonly logical: "borderBlockStartWidth";
|
|
655
659
|
};
|
|
656
660
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
657
661
|
}>;
|
|
658
|
-
borderWidthBottom?: import("@codecademy/variance").Scale<{
|
|
662
|
+
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
659
663
|
readonly property: {
|
|
660
664
|
readonly physical: "borderBottomWidth";
|
|
661
665
|
readonly logical: "borderBlockEndWidth";
|
|
662
666
|
};
|
|
663
667
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
664
668
|
}>;
|
|
665
|
-
borderRadiusLeft?: import("@codecademy/variance").Scale<{
|
|
669
|
+
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
666
670
|
readonly property: "borderRadius";
|
|
667
671
|
readonly properties: {
|
|
668
672
|
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
@@ -671,7 +675,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
671
675
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
672
676
|
readonly scale: "borderRadii";
|
|
673
677
|
}>;
|
|
674
|
-
borderRadiusTop?: import("@codecademy/variance").Scale<{
|
|
678
|
+
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
675
679
|
readonly property: "borderRadius";
|
|
676
680
|
readonly properties: {
|
|
677
681
|
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
@@ -680,7 +684,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
680
684
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
681
685
|
readonly scale: "borderRadii";
|
|
682
686
|
}>;
|
|
683
|
-
borderRadiusBottom?: import("@codecademy/variance").Scale<{
|
|
687
|
+
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
684
688
|
readonly property: "borderRadius";
|
|
685
689
|
readonly properties: {
|
|
686
690
|
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
@@ -689,7 +693,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
689
693
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
690
694
|
readonly scale: "borderRadii";
|
|
691
695
|
}>;
|
|
692
|
-
borderRadiusRight?: import("@codecademy/variance").Scale<{
|
|
696
|
+
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
693
697
|
readonly property: "borderRadius";
|
|
694
698
|
readonly properties: {
|
|
695
699
|
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
@@ -698,7 +702,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
698
702
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
699
703
|
readonly scale: "borderRadii";
|
|
700
704
|
}>;
|
|
701
|
-
borderRadiusTopLeft?: import("@codecademy/variance").Scale<{
|
|
705
|
+
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
702
706
|
readonly property: {
|
|
703
707
|
readonly physical: "borderTopLeftRadius";
|
|
704
708
|
readonly logical: "borderStartStartRadius";
|
|
@@ -706,7 +710,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
706
710
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
707
711
|
readonly scale: "borderRadii";
|
|
708
712
|
}>;
|
|
709
|
-
borderRadiusTopRight?: import("@codecademy/variance").Scale<{
|
|
713
|
+
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
710
714
|
readonly property: {
|
|
711
715
|
readonly physical: "borderTopRightRadius";
|
|
712
716
|
readonly logical: "borderStartEndRadius";
|
|
@@ -714,7 +718,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
714
718
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
715
719
|
readonly scale: "borderRadii";
|
|
716
720
|
}>;
|
|
717
|
-
borderRadiusBottomRight?: import("@codecademy/variance").Scale<{
|
|
721
|
+
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
718
722
|
readonly property: {
|
|
719
723
|
readonly physical: "borderBottomRightRadius";
|
|
720
724
|
readonly logical: "borderEndEndRadius";
|
|
@@ -722,7 +726,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
722
726
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
723
727
|
readonly scale: "borderRadii";
|
|
724
728
|
}>;
|
|
725
|
-
borderRadiusBottomLeft?: import("@codecademy/variance").Scale<{
|
|
729
|
+
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
726
730
|
readonly property: {
|
|
727
731
|
readonly physical: "borderBottomLeftRadius";
|
|
728
732
|
readonly logical: "borderEndStartRadius";
|
|
@@ -730,7 +734,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
730
734
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
731
735
|
readonly scale: "borderRadii";
|
|
732
736
|
}>;
|
|
733
|
-
borderStyleX?: import("@codecademy/variance").Scale<{
|
|
737
|
+
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
734
738
|
readonly property: "borderStyle";
|
|
735
739
|
readonly properties: {
|
|
736
740
|
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
@@ -738,7 +742,7 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
738
742
|
};
|
|
739
743
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
740
744
|
}>;
|
|
741
|
-
borderStyleY?: import("@codecademy/variance").Scale<{
|
|
745
|
+
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
742
746
|
readonly property: "borderStyle";
|
|
743
747
|
readonly properties: {
|
|
744
748
|
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
@@ -746,35 +750,35 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
746
750
|
};
|
|
747
751
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
748
752
|
}>;
|
|
749
|
-
borderStyleLeft?: import("@codecademy/variance").Scale<{
|
|
753
|
+
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
750
754
|
readonly property: {
|
|
751
755
|
readonly physical: "borderLeftStyle";
|
|
752
756
|
readonly logical: "borderInlineStartStyle";
|
|
753
757
|
};
|
|
754
758
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
755
759
|
}>;
|
|
756
|
-
borderStyleRight?: import("@codecademy/variance").Scale<{
|
|
760
|
+
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
757
761
|
readonly property: {
|
|
758
762
|
readonly physical: "borderRightStyle";
|
|
759
763
|
readonly logical: "borderInlineEndStyle";
|
|
760
764
|
};
|
|
761
765
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
762
766
|
}>;
|
|
763
|
-
borderStyleTop?: import("@codecademy/variance").Scale<{
|
|
767
|
+
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
764
768
|
readonly property: {
|
|
765
769
|
readonly physical: "borderTopStyle";
|
|
766
770
|
readonly logical: "borderBlockStartStyle";
|
|
767
771
|
};
|
|
768
772
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
769
773
|
}>;
|
|
770
|
-
borderStyleBottom?: import("@codecademy/variance").Scale<{
|
|
774
|
+
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
771
775
|
readonly property: {
|
|
772
776
|
readonly physical: "borderBottomStyle";
|
|
773
777
|
readonly logical: "borderBlockEndStyle";
|
|
774
778
|
};
|
|
775
779
|
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
776
780
|
}>;
|
|
777
|
-
dimensions?: import("@codecademy/variance").Scale<{
|
|
781
|
+
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
778
782
|
readonly property: "width";
|
|
779
783
|
readonly properties: {
|
|
780
784
|
readonly physical: readonly ["width", "height"];
|
|
@@ -784,7 +788,6 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
784
788
|
readonly transform: (value: string | number) => string | 0;
|
|
785
789
|
}>;
|
|
786
790
|
theme?: import("@emotion/react").Theme | undefined;
|
|
787
|
-
size?: "small" | "normal" | "large" | undefined;
|
|
788
791
|
variant?: "primary" | "secondary" | "danger" | "interface" | undefined;
|
|
789
792
|
as?: undefined;
|
|
790
793
|
formAction?: string | undefined;
|
|
@@ -792,13 +795,8 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
792
795
|
formMethod?: string | undefined;
|
|
793
796
|
formNoValidate?: boolean | undefined;
|
|
794
797
|
formTarget?: string | undefined;
|
|
795
|
-
type?: "button" | "submit" | "reset" | undefined;
|
|
796
798
|
value?: string | number | readonly string[] | undefined;
|
|
797
|
-
icon?: React.ComponentType<import("@codecademy/gamut-icons").GamutIconProps> | undefined;
|
|
798
|
-
ellipsis?: boolean | undefined;
|
|
799
799
|
buttonType?: "text" | "stroke" | undefined;
|
|
800
800
|
showButton?: "hidden" | "shown" | undefined;
|
|
801
|
-
} & import("framer-motion").MotionProps
|
|
802
|
-
children?: React.ReactNode | import("motion-dom").MotionValue<number> | import("motion-dom").MotionValue<string>;
|
|
803
|
-
}>>) => import("react/jsx-runtime").JSX.Element;
|
|
801
|
+
} & import("framer-motion").MotionProps>>) => import("react/jsx-runtime").JSX.Element;
|
|
804
802
|
export {};
|