@atom-learning/components 5.5.0-beta.1 → 5.5.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/CHANGELOG.md +212 -0
- package/dist/components/action-icon/ActionIcon.d.ts +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +469 -102
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +3 -3
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +481 -114
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +3 -3
- package/dist/components/button/Button.d.ts +1 -1
- package/dist/components/checkbox-field/CheckboxField.js +1 -1
- package/dist/components/checkbox-field/CheckboxField.js.map +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +90 -90
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +344 -344
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/create-password-field/CreatePasswordField.js +1 -1
- package/dist/components/create-password-field/CreatePasswordField.js.map +1 -1
- package/dist/components/data-table/DataTable.d.ts +98 -110
- package/dist/components/date-field/DateField.d.ts +1 -1
- package/dist/components/date-field/DateField.js +1 -1
- package/dist/components/date-field/DateField.js.map +1 -1
- package/dist/components/dialog/Dialog.d.ts +2 -2
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -3
- package/dist/components/field-wrapper/FieldWrapper.js +1 -1
- package/dist/components/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/components/form/Form.d.ts +2 -3
- package/dist/components/form/Form.js +1 -1
- package/dist/components/form/Form.js.map +1 -1
- package/dist/components/form/index.d.ts +0 -1
- package/dist/components/heading/Heading.d.ts +0 -1
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/input/Input.d.ts +1 -3
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input-field/InputField.d.ts +1 -1
- package/dist/components/input-field/InputField.js +1 -1
- package/dist/components/input-field/InputField.js.map +1 -1
- package/dist/components/keyboard-shortcut/index.d.ts +2 -2
- package/dist/components/label/Label.d.ts +1 -2
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +162 -162
- package/dist/components/number-input/NumberInput.d.ts +1 -2
- package/dist/components/number-input/NumberInput.js +1 -1
- package/dist/components/number-input/NumberInput.js.map +1 -1
- package/dist/components/number-input/NumberInputStepper.d.ts +1 -756
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +1 -1
- package/dist/components/number-input-field/NumberInputField.js +1 -1
- package/dist/components/number-input-field/NumberInputField.js.map +1 -1
- package/dist/components/pagination/PaginationNextButton.d.ts +3 -3
- package/dist/components/pagination/PaginationPopover.js +1 -1
- package/dist/components/pagination/PaginationPopover.js.map +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +3 -3
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/password-field/PasswordField.js +1 -1
- package/dist/components/password-field/PasswordField.js.map +1 -1
- package/dist/components/radio-button-field/RadioButtonField.js +1 -1
- package/dist/components/radio-button-field/RadioButtonField.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +1 -1
- package/dist/components/search-field/SearchField.js +1 -1
- package/dist/components/search-field/SearchField.js.map +1 -1
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +1 -1
- package/dist/components/segmented-control/SegmentedControl.d.ts +9 -9
- package/dist/components/select/Select.d.ts +0 -1
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +1 -1
- package/dist/components/select-field/SelectField.js +1 -1
- package/dist/components/select-field/SelectField.js.map +1 -1
- package/dist/components/side-bar/SideBarComponents.d.ts +1 -1
- package/dist/components/sortable/Handle.d.ts +3 -3
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/stepper/StepperStepLabel.d.ts +1 -1
- package/dist/components/textarea/Textarea.d.ts +0 -1
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +1 -1
- package/dist/components/textarea-field/TextareaField.js +1 -1
- package/dist/components/textarea-field/TextareaField.js.map +1 -1
- package/dist/components/tile/Tile.d.ts +0 -1
- package/dist/components/tile/Tile.js +1 -1
- package/dist/components/tile/Tile.js.map +1 -1
- package/dist/components/tile-interactive/TileInteractive.d.ts +1 -2
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +1 -2
- package/dist/components/toggle-group/index.d.ts +2 -2
- package/dist/components/top-bar/TopBar.d.ts +4 -5
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/tree/Tree.d.ts +243 -243
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/components/form/useFormCustomContext.d.ts +0 -7
- package/dist/components/form/useFormCustomContext.js +0 -2
- package/dist/components/form/useFormCustomContext.js.map +0 -1
|
@@ -1,761 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { ActionIcon } from '../action-icon';
|
|
3
|
-
|
|
4
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
5
|
-
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
6
|
-
theme?: "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
|
|
7
|
-
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
8
|
-
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
9
|
-
isRounded?: boolean | "true" | undefined;
|
|
10
|
-
}, {
|
|
11
|
-
sm: string;
|
|
12
|
-
md: string;
|
|
13
|
-
lg: string;
|
|
14
|
-
xl: string;
|
|
15
|
-
reducedMotion: string;
|
|
16
|
-
allowMotion: string;
|
|
17
|
-
hover: string;
|
|
18
|
-
}> & {
|
|
19
|
-
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
20
|
-
sm: string;
|
|
21
|
-
md: string;
|
|
22
|
-
lg: string;
|
|
23
|
-
xl: string;
|
|
24
|
-
reducedMotion: string;
|
|
25
|
-
allowMotion: string;
|
|
26
|
-
hover: string;
|
|
27
|
-
}, {
|
|
28
|
-
colors: {
|
|
29
|
-
textBold: string;
|
|
30
|
-
textRegular: string;
|
|
31
|
-
textSubtle: string;
|
|
32
|
-
textMinimal: string;
|
|
33
|
-
background: string;
|
|
34
|
-
backgroundAccent: string;
|
|
35
|
-
grey100: string;
|
|
36
|
-
grey200: string;
|
|
37
|
-
grey300: string;
|
|
38
|
-
grey400: string;
|
|
39
|
-
grey500: string;
|
|
40
|
-
grey600: string;
|
|
41
|
-
grey700: string;
|
|
42
|
-
grey800: string;
|
|
43
|
-
grey900: string;
|
|
44
|
-
grey1000: string;
|
|
45
|
-
grey1100: string;
|
|
46
|
-
grey1200: string;
|
|
47
|
-
blue100: string;
|
|
48
|
-
blue200: string;
|
|
49
|
-
blue300: string;
|
|
50
|
-
blue400: string;
|
|
51
|
-
blue500: string;
|
|
52
|
-
blue600: string;
|
|
53
|
-
blue700: string;
|
|
54
|
-
blue800: string;
|
|
55
|
-
blue900: string;
|
|
56
|
-
blue1000: string;
|
|
57
|
-
blue1100: string;
|
|
58
|
-
blue1200: string;
|
|
59
|
-
pink100: string;
|
|
60
|
-
pink200: string;
|
|
61
|
-
pink300: string;
|
|
62
|
-
pink400: string;
|
|
63
|
-
pink500: string;
|
|
64
|
-
pink600: string;
|
|
65
|
-
pink700: string;
|
|
66
|
-
pink800: string;
|
|
67
|
-
pink900: string;
|
|
68
|
-
pink1000: string;
|
|
69
|
-
pink1100: string;
|
|
70
|
-
pink1200: string;
|
|
71
|
-
purple100: string;
|
|
72
|
-
purple200: string;
|
|
73
|
-
purple300: string;
|
|
74
|
-
purple400: string;
|
|
75
|
-
purple500: string;
|
|
76
|
-
purple600: string;
|
|
77
|
-
purple700: string;
|
|
78
|
-
purple800: string;
|
|
79
|
-
purple900: string;
|
|
80
|
-
purple1000: string;
|
|
81
|
-
purple1100: string;
|
|
82
|
-
purple1200: string;
|
|
83
|
-
cyan100: string;
|
|
84
|
-
cyan200: string;
|
|
85
|
-
cyan300: string;
|
|
86
|
-
cyan400: string;
|
|
87
|
-
cyan500: string;
|
|
88
|
-
cyan600: string;
|
|
89
|
-
cyan700: string;
|
|
90
|
-
cyan800: string;
|
|
91
|
-
cyan900: string;
|
|
92
|
-
cyan1000: string;
|
|
93
|
-
cyan1100: string;
|
|
94
|
-
cyan1200: string;
|
|
95
|
-
green100: string;
|
|
96
|
-
green200: string;
|
|
97
|
-
green300: string;
|
|
98
|
-
green400: string;
|
|
99
|
-
green500: string;
|
|
100
|
-
green600: string;
|
|
101
|
-
green700: string;
|
|
102
|
-
green800: string;
|
|
103
|
-
green900: string;
|
|
104
|
-
green1000: string;
|
|
105
|
-
green1100: string;
|
|
106
|
-
green1200: string;
|
|
107
|
-
magenta100: string;
|
|
108
|
-
magenta200: string;
|
|
109
|
-
magenta300: string;
|
|
110
|
-
magenta400: string;
|
|
111
|
-
magenta500: string;
|
|
112
|
-
magenta600: string;
|
|
113
|
-
magenta700: string;
|
|
114
|
-
magenta800: string;
|
|
115
|
-
magenta900: string;
|
|
116
|
-
magenta1000: string;
|
|
117
|
-
magenta1100: string;
|
|
118
|
-
magenta1200: string;
|
|
119
|
-
red100: string;
|
|
120
|
-
red200: string;
|
|
121
|
-
red300: string;
|
|
122
|
-
red400: string;
|
|
123
|
-
red500: string;
|
|
124
|
-
red600: string;
|
|
125
|
-
red700: string;
|
|
126
|
-
red800: string;
|
|
127
|
-
red900: string;
|
|
128
|
-
red1000: string;
|
|
129
|
-
red1100: string;
|
|
130
|
-
red1200: string;
|
|
131
|
-
teal100: string;
|
|
132
|
-
teal200: string;
|
|
133
|
-
teal300: string;
|
|
134
|
-
teal400: string;
|
|
135
|
-
teal500: string;
|
|
136
|
-
teal600: string;
|
|
137
|
-
teal700: string;
|
|
138
|
-
teal800: string;
|
|
139
|
-
teal900: string;
|
|
140
|
-
teal1000: string;
|
|
141
|
-
teal1100: string;
|
|
142
|
-
teal1200: string;
|
|
143
|
-
orange100: string;
|
|
144
|
-
orange200: string;
|
|
145
|
-
orange300: string;
|
|
146
|
-
orange400: string;
|
|
147
|
-
orange500: string;
|
|
148
|
-
orange600: string;
|
|
149
|
-
orange700: string;
|
|
150
|
-
orange800: string;
|
|
151
|
-
orange900: string;
|
|
152
|
-
orange1000: string;
|
|
153
|
-
orange1100: string;
|
|
154
|
-
orange1200: string;
|
|
155
|
-
yellow100: string;
|
|
156
|
-
yellow200: string;
|
|
157
|
-
yellow300: string;
|
|
158
|
-
yellow400: string;
|
|
159
|
-
yellow500: string;
|
|
160
|
-
yellow600: string;
|
|
161
|
-
yellow700: string;
|
|
162
|
-
yellow800: string;
|
|
163
|
-
yellow900: string;
|
|
164
|
-
yellow1000: string;
|
|
165
|
-
yellow1100: string;
|
|
166
|
-
yellow1200: string;
|
|
167
|
-
lime100: string;
|
|
168
|
-
lime200: string;
|
|
169
|
-
lime300: string;
|
|
170
|
-
lime400: string;
|
|
171
|
-
lime500: string;
|
|
172
|
-
lime600: string;
|
|
173
|
-
lime700: string;
|
|
174
|
-
lime800: string;
|
|
175
|
-
lime900: string;
|
|
176
|
-
lime1000: string;
|
|
177
|
-
lime1100: string;
|
|
178
|
-
lime1200: string;
|
|
179
|
-
lapis100: string;
|
|
180
|
-
lapis200: string;
|
|
181
|
-
lapis300: string;
|
|
182
|
-
lapis400: string;
|
|
183
|
-
lapis500: string;
|
|
184
|
-
lapis600: string;
|
|
185
|
-
lapis700: string;
|
|
186
|
-
lapis800: string;
|
|
187
|
-
lapis900: string;
|
|
188
|
-
lapis1000: string;
|
|
189
|
-
lapis1100: string;
|
|
190
|
-
lapis1200: string;
|
|
191
|
-
maroon100: string;
|
|
192
|
-
maroon200: string;
|
|
193
|
-
maroon300: string;
|
|
194
|
-
maroon400: string;
|
|
195
|
-
maroon500: string;
|
|
196
|
-
maroon600: string;
|
|
197
|
-
maroon700: string;
|
|
198
|
-
maroon800: string;
|
|
199
|
-
maroon900: string;
|
|
200
|
-
maroon1000: string;
|
|
201
|
-
maroon1100: string;
|
|
202
|
-
maroon1200: string;
|
|
203
|
-
marsh100: string;
|
|
204
|
-
marsh200: string;
|
|
205
|
-
marsh300: string;
|
|
206
|
-
marsh400: string;
|
|
207
|
-
marsh500: string;
|
|
208
|
-
marsh600: string;
|
|
209
|
-
marsh700: string;
|
|
210
|
-
marsh800: string;
|
|
211
|
-
marsh900: string;
|
|
212
|
-
marsh1000: string;
|
|
213
|
-
marsh1100: string;
|
|
214
|
-
marsh1200: string;
|
|
215
|
-
alpha100: string;
|
|
216
|
-
alpha150: string;
|
|
217
|
-
alpha200: string;
|
|
218
|
-
alpha250: string;
|
|
219
|
-
alpha600: string;
|
|
220
|
-
infoLight: string;
|
|
221
|
-
info: string;
|
|
222
|
-
infoMid: string;
|
|
223
|
-
infoDark: string;
|
|
224
|
-
successLight: string;
|
|
225
|
-
success: string;
|
|
226
|
-
successMid: string;
|
|
227
|
-
successDark: string;
|
|
228
|
-
dangerLight: string;
|
|
229
|
-
danger: string;
|
|
230
|
-
dangerMid: string;
|
|
231
|
-
dangerDark: string;
|
|
232
|
-
warningLight: string;
|
|
233
|
-
warning: string;
|
|
234
|
-
warningMid: string;
|
|
235
|
-
warningDark: string;
|
|
236
|
-
warningText: string;
|
|
237
|
-
subjectEnglish: string;
|
|
238
|
-
subjectMaths: string;
|
|
239
|
-
subjectScience: string;
|
|
240
|
-
subjectVerbalReasoning: string;
|
|
241
|
-
subjectNonVerbalReasoning: string;
|
|
242
|
-
subjectCreativeWriting: string;
|
|
243
|
-
subjectExamSkills: string;
|
|
244
|
-
glBlueLight: string;
|
|
245
|
-
glBluePrimary: string;
|
|
246
|
-
glBlueDark: string;
|
|
247
|
-
primary100: string;
|
|
248
|
-
primary200: string;
|
|
249
|
-
primary300: string;
|
|
250
|
-
primary400: string;
|
|
251
|
-
primary500: string;
|
|
252
|
-
primary600: string;
|
|
253
|
-
primary700: string;
|
|
254
|
-
primary800: string;
|
|
255
|
-
primary900: string;
|
|
256
|
-
primary1000: string;
|
|
257
|
-
primary1100: string;
|
|
258
|
-
primary1200: string;
|
|
259
|
-
};
|
|
260
|
-
space: {
|
|
261
|
-
"0": string;
|
|
262
|
-
"1": string;
|
|
263
|
-
"2": string;
|
|
264
|
-
"3": string;
|
|
265
|
-
"4": string;
|
|
266
|
-
"5": string;
|
|
267
|
-
"6": string;
|
|
268
|
-
"7": string;
|
|
269
|
-
"8": string;
|
|
270
|
-
"9": string;
|
|
271
|
-
"24": string;
|
|
272
|
-
};
|
|
273
|
-
fontSizes: {
|
|
274
|
-
xs: string;
|
|
275
|
-
sm: string;
|
|
276
|
-
md: string;
|
|
277
|
-
lg: string;
|
|
278
|
-
xl: string;
|
|
279
|
-
"2xl": string;
|
|
280
|
-
"3xl": string;
|
|
281
|
-
"4xl": string;
|
|
282
|
-
};
|
|
283
|
-
fonts: {
|
|
284
|
-
sans: string;
|
|
285
|
-
mono: string;
|
|
286
|
-
display: string;
|
|
287
|
-
body: string;
|
|
288
|
-
};
|
|
289
|
-
sizes: {
|
|
290
|
-
"0": string;
|
|
291
|
-
"1": string;
|
|
292
|
-
"2": string;
|
|
293
|
-
"3": string;
|
|
294
|
-
"4": string;
|
|
295
|
-
"5": string;
|
|
296
|
-
"6": string;
|
|
297
|
-
"7": string;
|
|
298
|
-
"8": string;
|
|
299
|
-
};
|
|
300
|
-
radii: {
|
|
301
|
-
"0": string;
|
|
302
|
-
"1": string;
|
|
303
|
-
"2": string;
|
|
304
|
-
"3": string;
|
|
305
|
-
round: string;
|
|
306
|
-
};
|
|
307
|
-
shadows: {
|
|
308
|
-
"0": string;
|
|
309
|
-
"1": string;
|
|
310
|
-
"2": string;
|
|
311
|
-
"3": string;
|
|
312
|
-
};
|
|
313
|
-
ratios: {
|
|
314
|
-
"16-9": string;
|
|
315
|
-
"3-2": string;
|
|
316
|
-
"4-3": string;
|
|
317
|
-
"1-1": string;
|
|
318
|
-
"3-4": string;
|
|
319
|
-
};
|
|
320
|
-
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
321
|
-
bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
|
|
322
|
-
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
323
|
-
};
|
|
324
|
-
size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
|
|
325
|
-
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
326
|
-
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
327
|
-
};
|
|
328
|
-
p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
329
|
-
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
330
|
-
};
|
|
331
|
-
pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
332
|
-
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
333
|
-
};
|
|
334
|
-
pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
335
|
-
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
336
|
-
};
|
|
337
|
-
pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
338
|
-
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
339
|
-
};
|
|
340
|
-
pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
341
|
-
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
342
|
-
};
|
|
343
|
-
px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
344
|
-
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
345
|
-
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
|
-
};
|
|
347
|
-
py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
348
|
-
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
|
-
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
350
|
-
};
|
|
351
|
-
m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
352
|
-
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
353
|
-
};
|
|
354
|
-
mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
355
|
-
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
356
|
-
};
|
|
357
|
-
mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
358
|
-
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
359
|
-
};
|
|
360
|
-
mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
361
|
-
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
362
|
-
};
|
|
363
|
-
ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
364
|
-
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
365
|
-
};
|
|
366
|
-
mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
367
|
-
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
368
|
-
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
|
-
};
|
|
370
|
-
my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
371
|
-
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
|
-
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
373
|
-
};
|
|
374
|
-
}> | undefined;
|
|
375
|
-
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | keyof import("../../types").NavigatorActions | "hasTooltip" | "tooltipSide" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
376
|
-
theme?: "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
|
|
377
|
-
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
378
|
-
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
379
|
-
isRounded?: boolean | "true" | undefined;
|
|
380
|
-
}, {
|
|
381
|
-
sm: string;
|
|
382
|
-
md: string;
|
|
383
|
-
lg: string;
|
|
384
|
-
xl: string;
|
|
385
|
-
reducedMotion: string;
|
|
386
|
-
allowMotion: string;
|
|
387
|
-
hover: string;
|
|
388
|
-
}> & {
|
|
389
|
-
as?: string | React.ReactNode;
|
|
390
|
-
children: React.ReactNode;
|
|
391
|
-
label: string;
|
|
392
|
-
} & Omit<import("../../utilities/optional-tooltip-wrapper").TOptionalTooltipWrapperProps, "label"> & import("../../types").NavigatorActions>, {
|
|
393
|
-
fieldAppearance?: "standard" | "modern" | undefined;
|
|
394
|
-
}, {
|
|
395
|
-
sm: string;
|
|
396
|
-
md: string;
|
|
397
|
-
lg: string;
|
|
398
|
-
xl: string;
|
|
399
|
-
reducedMotion: string;
|
|
400
|
-
allowMotion: string;
|
|
401
|
-
hover: string;
|
|
402
|
-
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
403
|
-
sm: string;
|
|
404
|
-
md: string;
|
|
405
|
-
lg: string;
|
|
406
|
-
xl: string;
|
|
407
|
-
reducedMotion: string;
|
|
408
|
-
allowMotion: string;
|
|
409
|
-
hover: string;
|
|
410
|
-
}, {
|
|
411
|
-
colors: {
|
|
412
|
-
textBold: string;
|
|
413
|
-
textRegular: string;
|
|
414
|
-
textSubtle: string;
|
|
415
|
-
textMinimal: string;
|
|
416
|
-
background: string;
|
|
417
|
-
backgroundAccent: string;
|
|
418
|
-
grey100: string;
|
|
419
|
-
grey200: string;
|
|
420
|
-
grey300: string;
|
|
421
|
-
grey400: string;
|
|
422
|
-
grey500: string;
|
|
423
|
-
grey600: string;
|
|
424
|
-
grey700: string;
|
|
425
|
-
grey800: string;
|
|
426
|
-
grey900: string;
|
|
427
|
-
grey1000: string;
|
|
428
|
-
grey1100: string;
|
|
429
|
-
grey1200: string;
|
|
430
|
-
blue100: string;
|
|
431
|
-
blue200: string;
|
|
432
|
-
blue300: string;
|
|
433
|
-
blue400: string;
|
|
434
|
-
blue500: string;
|
|
435
|
-
blue600: string;
|
|
436
|
-
blue700: string;
|
|
437
|
-
blue800: string;
|
|
438
|
-
blue900: string;
|
|
439
|
-
blue1000: string;
|
|
440
|
-
blue1100: string;
|
|
441
|
-
blue1200: string;
|
|
442
|
-
pink100: string;
|
|
443
|
-
pink200: string;
|
|
444
|
-
pink300: string;
|
|
445
|
-
pink400: string;
|
|
446
|
-
pink500: string;
|
|
447
|
-
pink600: string;
|
|
448
|
-
pink700: string;
|
|
449
|
-
pink800: string;
|
|
450
|
-
pink900: string;
|
|
451
|
-
pink1000: string;
|
|
452
|
-
pink1100: string;
|
|
453
|
-
pink1200: string;
|
|
454
|
-
purple100: string;
|
|
455
|
-
purple200: string;
|
|
456
|
-
purple300: string;
|
|
457
|
-
purple400: string;
|
|
458
|
-
purple500: string;
|
|
459
|
-
purple600: string;
|
|
460
|
-
purple700: string;
|
|
461
|
-
purple800: string;
|
|
462
|
-
purple900: string;
|
|
463
|
-
purple1000: string;
|
|
464
|
-
purple1100: string;
|
|
465
|
-
purple1200: string;
|
|
466
|
-
cyan100: string;
|
|
467
|
-
cyan200: string;
|
|
468
|
-
cyan300: string;
|
|
469
|
-
cyan400: string;
|
|
470
|
-
cyan500: string;
|
|
471
|
-
cyan600: string;
|
|
472
|
-
cyan700: string;
|
|
473
|
-
cyan800: string;
|
|
474
|
-
cyan900: string;
|
|
475
|
-
cyan1000: string;
|
|
476
|
-
cyan1100: string;
|
|
477
|
-
cyan1200: string;
|
|
478
|
-
green100: string;
|
|
479
|
-
green200: string;
|
|
480
|
-
green300: string;
|
|
481
|
-
green400: string;
|
|
482
|
-
green500: string;
|
|
483
|
-
green600: string;
|
|
484
|
-
green700: string;
|
|
485
|
-
green800: string;
|
|
486
|
-
green900: string;
|
|
487
|
-
green1000: string;
|
|
488
|
-
green1100: string;
|
|
489
|
-
green1200: string;
|
|
490
|
-
magenta100: string;
|
|
491
|
-
magenta200: string;
|
|
492
|
-
magenta300: string;
|
|
493
|
-
magenta400: string;
|
|
494
|
-
magenta500: string;
|
|
495
|
-
magenta600: string;
|
|
496
|
-
magenta700: string;
|
|
497
|
-
magenta800: string;
|
|
498
|
-
magenta900: string;
|
|
499
|
-
magenta1000: string;
|
|
500
|
-
magenta1100: string;
|
|
501
|
-
magenta1200: string;
|
|
502
|
-
red100: string;
|
|
503
|
-
red200: string;
|
|
504
|
-
red300: string;
|
|
505
|
-
red400: string;
|
|
506
|
-
red500: string;
|
|
507
|
-
red600: string;
|
|
508
|
-
red700: string;
|
|
509
|
-
red800: string;
|
|
510
|
-
red900: string;
|
|
511
|
-
red1000: string;
|
|
512
|
-
red1100: string;
|
|
513
|
-
red1200: string;
|
|
514
|
-
teal100: string;
|
|
515
|
-
teal200: string;
|
|
516
|
-
teal300: string;
|
|
517
|
-
teal400: string;
|
|
518
|
-
teal500: string;
|
|
519
|
-
teal600: string;
|
|
520
|
-
teal700: string;
|
|
521
|
-
teal800: string;
|
|
522
|
-
teal900: string;
|
|
523
|
-
teal1000: string;
|
|
524
|
-
teal1100: string;
|
|
525
|
-
teal1200: string;
|
|
526
|
-
orange100: string;
|
|
527
|
-
orange200: string;
|
|
528
|
-
orange300: string;
|
|
529
|
-
orange400: string;
|
|
530
|
-
orange500: string;
|
|
531
|
-
orange600: string;
|
|
532
|
-
orange700: string;
|
|
533
|
-
orange800: string;
|
|
534
|
-
orange900: string;
|
|
535
|
-
orange1000: string;
|
|
536
|
-
orange1100: string;
|
|
537
|
-
orange1200: string;
|
|
538
|
-
yellow100: string;
|
|
539
|
-
yellow200: string;
|
|
540
|
-
yellow300: string;
|
|
541
|
-
yellow400: string;
|
|
542
|
-
yellow500: string;
|
|
543
|
-
yellow600: string;
|
|
544
|
-
yellow700: string;
|
|
545
|
-
yellow800: string;
|
|
546
|
-
yellow900: string;
|
|
547
|
-
yellow1000: string;
|
|
548
|
-
yellow1100: string;
|
|
549
|
-
yellow1200: string;
|
|
550
|
-
lime100: string;
|
|
551
|
-
lime200: string;
|
|
552
|
-
lime300: string;
|
|
553
|
-
lime400: string;
|
|
554
|
-
lime500: string;
|
|
555
|
-
lime600: string;
|
|
556
|
-
lime700: string;
|
|
557
|
-
lime800: string;
|
|
558
|
-
lime900: string;
|
|
559
|
-
lime1000: string;
|
|
560
|
-
lime1100: string;
|
|
561
|
-
lime1200: string;
|
|
562
|
-
lapis100: string;
|
|
563
|
-
lapis200: string;
|
|
564
|
-
lapis300: string;
|
|
565
|
-
lapis400: string;
|
|
566
|
-
lapis500: string;
|
|
567
|
-
lapis600: string;
|
|
568
|
-
lapis700: string;
|
|
569
|
-
lapis800: string;
|
|
570
|
-
lapis900: string;
|
|
571
|
-
lapis1000: string;
|
|
572
|
-
lapis1100: string;
|
|
573
|
-
lapis1200: string;
|
|
574
|
-
maroon100: string;
|
|
575
|
-
maroon200: string;
|
|
576
|
-
maroon300: string;
|
|
577
|
-
maroon400: string;
|
|
578
|
-
maroon500: string;
|
|
579
|
-
maroon600: string;
|
|
580
|
-
maroon700: string;
|
|
581
|
-
maroon800: string;
|
|
582
|
-
maroon900: string;
|
|
583
|
-
maroon1000: string;
|
|
584
|
-
maroon1100: string;
|
|
585
|
-
maroon1200: string;
|
|
586
|
-
marsh100: string;
|
|
587
|
-
marsh200: string;
|
|
588
|
-
marsh300: string;
|
|
589
|
-
marsh400: string;
|
|
590
|
-
marsh500: string;
|
|
591
|
-
marsh600: string;
|
|
592
|
-
marsh700: string;
|
|
593
|
-
marsh800: string;
|
|
594
|
-
marsh900: string;
|
|
595
|
-
marsh1000: string;
|
|
596
|
-
marsh1100: string;
|
|
597
|
-
marsh1200: string;
|
|
598
|
-
alpha100: string;
|
|
599
|
-
alpha150: string;
|
|
600
|
-
alpha200: string;
|
|
601
|
-
alpha250: string;
|
|
602
|
-
alpha600: string;
|
|
603
|
-
infoLight: string;
|
|
604
|
-
info: string;
|
|
605
|
-
infoMid: string;
|
|
606
|
-
infoDark: string;
|
|
607
|
-
successLight: string;
|
|
608
|
-
success: string;
|
|
609
|
-
successMid: string;
|
|
610
|
-
successDark: string;
|
|
611
|
-
dangerLight: string;
|
|
612
|
-
danger: string;
|
|
613
|
-
dangerMid: string;
|
|
614
|
-
dangerDark: string;
|
|
615
|
-
warningLight: string;
|
|
616
|
-
warning: string;
|
|
617
|
-
warningMid: string;
|
|
618
|
-
warningDark: string;
|
|
619
|
-
warningText: string;
|
|
620
|
-
subjectEnglish: string;
|
|
621
|
-
subjectMaths: string;
|
|
622
|
-
subjectScience: string;
|
|
623
|
-
subjectVerbalReasoning: string;
|
|
624
|
-
subjectNonVerbalReasoning: string;
|
|
625
|
-
subjectCreativeWriting: string;
|
|
626
|
-
subjectExamSkills: string;
|
|
627
|
-
glBlueLight: string;
|
|
628
|
-
glBluePrimary: string;
|
|
629
|
-
glBlueDark: string;
|
|
630
|
-
primary100: string;
|
|
631
|
-
primary200: string;
|
|
632
|
-
primary300: string;
|
|
633
|
-
primary400: string;
|
|
634
|
-
primary500: string;
|
|
635
|
-
primary600: string;
|
|
636
|
-
primary700: string;
|
|
637
|
-
primary800: string;
|
|
638
|
-
primary900: string;
|
|
639
|
-
primary1000: string;
|
|
640
|
-
primary1100: string;
|
|
641
|
-
primary1200: string;
|
|
642
|
-
};
|
|
643
|
-
space: {
|
|
644
|
-
"0": string;
|
|
645
|
-
"1": string;
|
|
646
|
-
"2": string;
|
|
647
|
-
"3": string;
|
|
648
|
-
"4": string;
|
|
649
|
-
"5": string;
|
|
650
|
-
"6": string;
|
|
651
|
-
"7": string;
|
|
652
|
-
"8": string;
|
|
653
|
-
"9": string;
|
|
654
|
-
"24": string;
|
|
655
|
-
};
|
|
656
|
-
fontSizes: {
|
|
657
|
-
xs: string;
|
|
658
|
-
sm: string;
|
|
659
|
-
md: string;
|
|
660
|
-
lg: string;
|
|
661
|
-
xl: string;
|
|
662
|
-
"2xl": string;
|
|
663
|
-
"3xl": string;
|
|
664
|
-
"4xl": string;
|
|
665
|
-
};
|
|
666
|
-
fonts: {
|
|
667
|
-
sans: string;
|
|
668
|
-
mono: string;
|
|
669
|
-
display: string;
|
|
670
|
-
body: string;
|
|
671
|
-
};
|
|
672
|
-
sizes: {
|
|
673
|
-
"0": string;
|
|
674
|
-
"1": string;
|
|
675
|
-
"2": string;
|
|
676
|
-
"3": string;
|
|
677
|
-
"4": string;
|
|
678
|
-
"5": string;
|
|
679
|
-
"6": string;
|
|
680
|
-
"7": string;
|
|
681
|
-
"8": string;
|
|
682
|
-
};
|
|
683
|
-
radii: {
|
|
684
|
-
"0": string;
|
|
685
|
-
"1": string;
|
|
686
|
-
"2": string;
|
|
687
|
-
"3": string;
|
|
688
|
-
round: string;
|
|
689
|
-
};
|
|
690
|
-
shadows: {
|
|
691
|
-
"0": string;
|
|
692
|
-
"1": string;
|
|
693
|
-
"2": string;
|
|
694
|
-
"3": string;
|
|
695
|
-
};
|
|
696
|
-
ratios: {
|
|
697
|
-
"16-9": string;
|
|
698
|
-
"3-2": string;
|
|
699
|
-
"4-3": string;
|
|
700
|
-
"1-1": string;
|
|
701
|
-
"3-4": string;
|
|
702
|
-
};
|
|
703
|
-
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
704
|
-
bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
|
|
705
|
-
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
706
|
-
};
|
|
707
|
-
size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
|
|
708
|
-
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
709
|
-
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
710
|
-
};
|
|
711
|
-
p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
712
|
-
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
713
|
-
};
|
|
714
|
-
pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
715
|
-
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
716
|
-
};
|
|
717
|
-
pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
718
|
-
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
719
|
-
};
|
|
720
|
-
pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
721
|
-
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
722
|
-
};
|
|
723
|
-
pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
724
|
-
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
725
|
-
};
|
|
726
|
-
px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
727
|
-
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
728
|
-
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
729
|
-
};
|
|
730
|
-
py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
731
|
-
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
732
|
-
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
733
|
-
};
|
|
734
|
-
m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
735
|
-
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
736
|
-
};
|
|
737
|
-
mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
738
|
-
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
739
|
-
};
|
|
740
|
-
mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
741
|
-
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
742
|
-
};
|
|
743
|
-
mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
744
|
-
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
745
|
-
};
|
|
746
|
-
ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
747
|
-
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
748
|
-
};
|
|
749
|
-
mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
750
|
-
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
751
|
-
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
752
|
-
};
|
|
753
|
-
my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
754
|
-
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
755
|
-
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
756
|
-
};
|
|
757
|
-
}>>;
|
|
758
|
-
type NumberInputStepperProps = Omit<React.ComponentProps<typeof ActionIcon>, 'children'> & Omit<React.ComponentProps<typeof StyledStepperButton>, 'children'> & {
|
|
3
|
+
type NumberInputStepperProps = Omit<React.ComponentProps<typeof ActionIcon>, 'children'> & {
|
|
759
4
|
icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
760
5
|
showTooltip?: boolean;
|
|
761
6
|
disabledTooltipContent?: string;
|