@atom-learning/components 1.18.0 → 1.19.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.
Files changed (74) hide show
  1. package/CHANGELOG.md +26 -7
  2. package/dist/components/accordion/AccordionContent.js +1 -1
  3. package/dist/components/accordion/AccordionItem.js +1 -1
  4. package/dist/components/action-icon/ActionIcon.js +1 -1
  5. package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
  6. package/dist/components/badge/Badge.js +1 -1
  7. package/dist/components/button/Button.js +1 -1
  8. package/dist/components/calendar/Calendar.js +1 -1
  9. package/dist/components/carousel/CarouselArrows.js +1 -1
  10. package/dist/components/checkbox/Checkbox.js +1 -1
  11. package/dist/components/checkbox-field/CheckboxField.js +1 -1
  12. package/dist/components/combobox/Combobox.js +1 -1
  13. package/dist/components/date-field/DateField.js +1 -1
  14. package/dist/components/date-input/DateInput.js +1 -1
  15. package/dist/components/dialog/DialogContent.js +1 -1
  16. package/dist/components/divider/Divider.js +1 -1
  17. package/dist/components/dropdown-menu/DropdownMenuLinkItem.js +1 -1
  18. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  19. package/dist/components/field-wrapper/InlineFieldWrapper.js +1 -1
  20. package/dist/components/file-input/FileInput.js +1 -1
  21. package/dist/components/grid/Grid.js +1 -1
  22. package/dist/components/heading/Heading.js +1 -1
  23. package/dist/components/input-field/InputField.js +1 -1
  24. package/dist/components/label/Label.js +1 -1
  25. package/dist/components/link/Link.js +1 -1
  26. package/dist/components/markdown-content/MarkdownContent.js +1 -1
  27. package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
  28. package/dist/components/markdown-content/components/MarkdownEmphasis.js +1 -1
  29. package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
  30. package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
  31. package/dist/components/markdown-content/components/MarkdownLink.js +1 -1
  32. package/dist/components/markdown-content/components/MarkdownListItem.js +1 -1
  33. package/dist/components/markdown-content/components/MarkdownParagraph.js +1 -1
  34. package/dist/components/markdown-content/components/MarkdownStrong.js +1 -1
  35. package/dist/components/markdown-content/components/MarkdownThematicBreak.js +1 -1
  36. package/dist/components/notification-badge/NotificationBadge.js +1 -1
  37. package/dist/components/password-field/PasswordField.js +1 -1
  38. package/dist/components/radio-button-field/RadioButtonField.js +1 -1
  39. package/dist/components/radio-card/RadioCardGroup.js +1 -1
  40. package/dist/components/search-input/SearchInput.js +1 -1
  41. package/dist/components/select-field/SelectField.js +1 -1
  42. package/dist/components/slider/Slider.js +1 -1
  43. package/dist/components/slider-field/SliderField.js +1 -1
  44. package/dist/components/stack/Stack.js +1 -1
  45. package/dist/components/stack-content/StackContent.js +1 -1
  46. package/dist/components/stepper/Stepper.js +1 -1
  47. package/dist/components/stepper/StepperStepBack.js +1 -1
  48. package/dist/components/stepper/StepperStepBullet.d.ts +531 -0
  49. package/dist/components/stepper/StepperStepBullet.js +1 -0
  50. package/dist/components/stepper/StepperStepContainer.d.ts +532 -0
  51. package/dist/components/stepper/StepperStepContainer.js +1 -0
  52. package/dist/components/stepper/StepperStepForward.js +1 -1
  53. package/dist/components/stepper/StepperStepLabel.d.ts +541 -0
  54. package/dist/components/stepper/StepperStepLabel.js +1 -0
  55. package/dist/components/stepper/StepperSteps.js +1 -1
  56. package/dist/components/stepper/stepper-context/StepperContext.js +1 -1
  57. package/dist/components/stepper/types.d.ts +22 -6
  58. package/dist/components/stepper/types.js +1 -0
  59. package/dist/components/switch/Switch.js +1 -1
  60. package/dist/components/table/TableBody.js +1 -1
  61. package/dist/components/table/TableHeader.js +1 -1
  62. package/dist/components/tabs/TabTrigger.js +1 -1
  63. package/dist/components/tabs/Tabs.js +1 -1
  64. package/dist/components/tabs/utils.js +1 -1
  65. package/dist/components/textarea-field/TextareaField.js +1 -1
  66. package/dist/components/toast/Toast.js +1 -1
  67. package/dist/components/toast/ToastProvider.js +1 -1
  68. package/dist/components/toggle-group/ToggleGroupButton.js +1 -1
  69. package/dist/components/toggle-group/ToggleGroupRoot.js +1 -1
  70. package/dist/components/validation-error/ValidationError.js +1 -1
  71. package/dist/docgen.json +1 -1
  72. package/dist/docs/Stepper.mdx +55 -8
  73. package/dist/index.cjs.js +1 -1
  74. package/package.json +1 -1
@@ -0,0 +1,531 @@
1
+ export declare const StepperStepBullet: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ sm: string;
3
+ md: string;
4
+ lg: string;
5
+ xl: string;
6
+ reducedMotion: string;
7
+ allowMotion: string;
8
+ hover: string;
9
+ }, import("@stitches/react/types/css-util").CSS<{
10
+ sm: string;
11
+ md: string;
12
+ lg: string;
13
+ xl: string;
14
+ reducedMotion: string;
15
+ allowMotion: string;
16
+ hover: string;
17
+ }, {
18
+ colors: {
19
+ textForeground: any;
20
+ textSubtle: any;
21
+ textPlaceholder: any;
22
+ background: any;
23
+ backgroundAccent: any;
24
+ tonal50: any;
25
+ tonal100: any;
26
+ tonal200: any;
27
+ tonal300: any;
28
+ tonal400: any;
29
+ tonal500: any;
30
+ tonal600: any;
31
+ alpha100: any;
32
+ alpha150: any;
33
+ alpha200: any;
34
+ alpha250: any;
35
+ alpha600: any;
36
+ primaryLight: any;
37
+ primary: any;
38
+ primaryMid: any;
39
+ primaryDark: any;
40
+ secondary: any;
41
+ brandRed: any;
42
+ brandRedAccent: any;
43
+ brandGreen: any;
44
+ brandGreenAccent: any;
45
+ brandPurple: any;
46
+ brandPurpleAccent: any;
47
+ brandYellow: any;
48
+ brandYellowAccent: any;
49
+ successLight: any;
50
+ success: any;
51
+ successMid: any;
52
+ successDark: any;
53
+ dangerLight: any;
54
+ danger: any;
55
+ dangerMid: any;
56
+ dangerDark: any;
57
+ warningLight: any;
58
+ warning: any;
59
+ warningMid: any;
60
+ warningDark: any;
61
+ subjectEnglish: any;
62
+ subjectMaths: any;
63
+ subjectScience: any;
64
+ subjectVerbalReasoning: any;
65
+ subjectNonVerbalReasoning: any;
66
+ subjectCreativeWriting: any;
67
+ subjectExamSkills: any;
68
+ };
69
+ space: {
70
+ "0": any;
71
+ "1": any;
72
+ "2": any;
73
+ "3": any;
74
+ "4": any;
75
+ "5": any;
76
+ "6": any;
77
+ "7": any;
78
+ "8": any;
79
+ "9": any;
80
+ };
81
+ fontSizes: {
82
+ xs: any;
83
+ sm: any;
84
+ md: any;
85
+ lg: any;
86
+ xl: any;
87
+ "2xl": any;
88
+ "3xl": any;
89
+ "4xl": any;
90
+ };
91
+ fonts: {
92
+ sans: any;
93
+ mono: any;
94
+ display: any;
95
+ body: any;
96
+ };
97
+ sizes: {
98
+ "0": any;
99
+ "1": any;
100
+ "2": any;
101
+ "3": any;
102
+ "4": any;
103
+ "5": any;
104
+ "6": any;
105
+ "7": any;
106
+ "8": any;
107
+ };
108
+ radii: {
109
+ "0": any;
110
+ "1": any;
111
+ "2": any;
112
+ "3": any;
113
+ round: any;
114
+ };
115
+ shadows: {
116
+ "0": any;
117
+ "1": any;
118
+ "2": any;
119
+ "3": any;
120
+ };
121
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
122
+ bg: (value: {
123
+ readonly [$$PropertyValue]: "background";
124
+ }) => {
125
+ background: {
126
+ readonly [$$PropertyValue]: "background";
127
+ };
128
+ };
129
+ inset: (value: string | number | {
130
+ readonly [$$ScaleValue]: "space";
131
+ }) => {
132
+ top: string | number | {
133
+ readonly [$$ScaleValue]: "space";
134
+ };
135
+ right: string | number | {
136
+ readonly [$$ScaleValue]: "space";
137
+ };
138
+ bottom: string | number | {
139
+ readonly [$$ScaleValue]: "space";
140
+ };
141
+ left: string | number | {
142
+ readonly [$$ScaleValue]: "space";
143
+ };
144
+ };
145
+ size: (value: string | number | {
146
+ readonly [$$ScaleValue]: "size";
147
+ }) => {
148
+ height: string | number | {
149
+ readonly [$$ScaleValue]: "size";
150
+ };
151
+ width: string | number | {
152
+ readonly [$$ScaleValue]: "size";
153
+ };
154
+ };
155
+ p: (value: string | number | {
156
+ readonly [$$ScaleValue]: "space";
157
+ }) => {
158
+ padding: string | number | {
159
+ readonly [$$ScaleValue]: "space";
160
+ };
161
+ };
162
+ pt: (value: string | number | {
163
+ readonly [$$ScaleValue]: "space";
164
+ }) => {
165
+ paddingTop: string | number | {
166
+ readonly [$$ScaleValue]: "space";
167
+ };
168
+ };
169
+ pr: (value: string | number | {
170
+ readonly [$$ScaleValue]: "space";
171
+ }) => {
172
+ paddingRight: string | number | {
173
+ readonly [$$ScaleValue]: "space";
174
+ };
175
+ };
176
+ pb: (value: string | number | {
177
+ readonly [$$ScaleValue]: "space";
178
+ }) => {
179
+ paddingBottom: string | number | {
180
+ readonly [$$ScaleValue]: "space";
181
+ };
182
+ };
183
+ pl: (value: string | number | {
184
+ readonly [$$ScaleValue]: "space";
185
+ }) => {
186
+ paddingLeft: string | number | {
187
+ readonly [$$ScaleValue]: "space";
188
+ };
189
+ };
190
+ px: (value: string | number | {
191
+ readonly [$$ScaleValue]: "space";
192
+ }) => {
193
+ paddingLeft: string | number | {
194
+ readonly [$$ScaleValue]: "space";
195
+ };
196
+ paddingRight: string | number | {
197
+ readonly [$$ScaleValue]: "space";
198
+ };
199
+ };
200
+ py: (value: string | number | {
201
+ readonly [$$ScaleValue]: "space";
202
+ }) => {
203
+ paddingTop: string | number | {
204
+ readonly [$$ScaleValue]: "space";
205
+ };
206
+ paddingBottom: string | number | {
207
+ readonly [$$ScaleValue]: "space";
208
+ };
209
+ };
210
+ m: (value: string | number | {
211
+ readonly [$$ScaleValue]: "space";
212
+ }) => {
213
+ margin: string | number | {
214
+ readonly [$$ScaleValue]: "space";
215
+ };
216
+ };
217
+ mt: (value: string | number | {
218
+ readonly [$$ScaleValue]: "space";
219
+ }) => {
220
+ marginTop: string | number | {
221
+ readonly [$$ScaleValue]: "space";
222
+ };
223
+ };
224
+ mr: (value: string | number | {
225
+ readonly [$$ScaleValue]: "space";
226
+ }) => {
227
+ marginRight: string | number | {
228
+ readonly [$$ScaleValue]: "space";
229
+ };
230
+ };
231
+ mb: (value: string | number | {
232
+ readonly [$$ScaleValue]: "space";
233
+ }) => {
234
+ marginBottom: string | number | {
235
+ readonly [$$ScaleValue]: "space";
236
+ };
237
+ };
238
+ ml: (value: string | number | {
239
+ readonly [$$ScaleValue]: "space";
240
+ }) => {
241
+ marginLeft: string | number | {
242
+ readonly [$$ScaleValue]: "space";
243
+ };
244
+ };
245
+ mx: (value: string | number | {
246
+ readonly [$$ScaleValue]: "space";
247
+ }) => {
248
+ marginLeft: string | number | {
249
+ readonly [$$ScaleValue]: "space";
250
+ };
251
+ marginRight: string | number | {
252
+ readonly [$$ScaleValue]: "space";
253
+ };
254
+ };
255
+ my: (value: string | number | {
256
+ readonly [$$ScaleValue]: "space";
257
+ }) => {
258
+ marginTop: string | number | {
259
+ readonly [$$ScaleValue]: "space";
260
+ };
261
+ marginBottom: string | number | {
262
+ readonly [$$ScaleValue]: "space";
263
+ };
264
+ };
265
+ }>>, {
266
+ status?: "success" | "default" | "active" | "viewed" | undefined;
267
+ }, {
268
+ sm: string;
269
+ md: string;
270
+ lg: string;
271
+ xl: string;
272
+ reducedMotion: string;
273
+ allowMotion: string;
274
+ hover: string;
275
+ }, import("@stitches/react/types/css-util").CSS<{
276
+ sm: string;
277
+ md: string;
278
+ lg: string;
279
+ xl: string;
280
+ reducedMotion: string;
281
+ allowMotion: string;
282
+ hover: string;
283
+ }, {
284
+ colors: {
285
+ textForeground: any;
286
+ textSubtle: any;
287
+ textPlaceholder: any;
288
+ background: any;
289
+ backgroundAccent: any;
290
+ tonal50: any;
291
+ tonal100: any;
292
+ tonal200: any;
293
+ tonal300: any;
294
+ tonal400: any;
295
+ tonal500: any;
296
+ tonal600: any;
297
+ alpha100: any;
298
+ alpha150: any;
299
+ alpha200: any;
300
+ alpha250: any;
301
+ alpha600: any;
302
+ primaryLight: any;
303
+ primary: any;
304
+ primaryMid: any;
305
+ primaryDark: any;
306
+ secondary: any;
307
+ brandRed: any;
308
+ brandRedAccent: any;
309
+ brandGreen: any;
310
+ brandGreenAccent: any;
311
+ brandPurple: any;
312
+ brandPurpleAccent: any;
313
+ brandYellow: any;
314
+ brandYellowAccent: any;
315
+ successLight: any;
316
+ success: any;
317
+ successMid: any;
318
+ successDark: any;
319
+ dangerLight: any;
320
+ danger: any;
321
+ dangerMid: any;
322
+ dangerDark: any;
323
+ warningLight: any;
324
+ warning: any;
325
+ warningMid: any;
326
+ warningDark: any;
327
+ subjectEnglish: any;
328
+ subjectMaths: any;
329
+ subjectScience: any;
330
+ subjectVerbalReasoning: any;
331
+ subjectNonVerbalReasoning: any;
332
+ subjectCreativeWriting: any;
333
+ subjectExamSkills: any;
334
+ };
335
+ space: {
336
+ "0": any;
337
+ "1": any;
338
+ "2": any;
339
+ "3": any;
340
+ "4": any;
341
+ "5": any;
342
+ "6": any;
343
+ "7": any;
344
+ "8": any;
345
+ "9": any;
346
+ };
347
+ fontSizes: {
348
+ xs: any;
349
+ sm: any;
350
+ md: any;
351
+ lg: any;
352
+ xl: any;
353
+ "2xl": any;
354
+ "3xl": any;
355
+ "4xl": any;
356
+ };
357
+ fonts: {
358
+ sans: any;
359
+ mono: any;
360
+ display: any;
361
+ body: any;
362
+ };
363
+ sizes: {
364
+ "0": any;
365
+ "1": any;
366
+ "2": any;
367
+ "3": any;
368
+ "4": any;
369
+ "5": any;
370
+ "6": any;
371
+ "7": any;
372
+ "8": any;
373
+ };
374
+ radii: {
375
+ "0": any;
376
+ "1": any;
377
+ "2": any;
378
+ "3": any;
379
+ round: any;
380
+ };
381
+ shadows: {
382
+ "0": any;
383
+ "1": any;
384
+ "2": any;
385
+ "3": any;
386
+ };
387
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
388
+ bg: (value: {
389
+ readonly [$$PropertyValue]: "background";
390
+ }) => {
391
+ background: {
392
+ readonly [$$PropertyValue]: "background";
393
+ };
394
+ };
395
+ inset: (value: string | number | {
396
+ readonly [$$ScaleValue]: "space";
397
+ }) => {
398
+ top: string | number | {
399
+ readonly [$$ScaleValue]: "space";
400
+ };
401
+ right: string | number | {
402
+ readonly [$$ScaleValue]: "space";
403
+ };
404
+ bottom: string | number | {
405
+ readonly [$$ScaleValue]: "space";
406
+ };
407
+ left: string | number | {
408
+ readonly [$$ScaleValue]: "space";
409
+ };
410
+ };
411
+ size: (value: string | number | {
412
+ readonly [$$ScaleValue]: "size";
413
+ }) => {
414
+ height: string | number | {
415
+ readonly [$$ScaleValue]: "size";
416
+ };
417
+ width: string | number | {
418
+ readonly [$$ScaleValue]: "size";
419
+ };
420
+ };
421
+ p: (value: string | number | {
422
+ readonly [$$ScaleValue]: "space";
423
+ }) => {
424
+ padding: string | number | {
425
+ readonly [$$ScaleValue]: "space";
426
+ };
427
+ };
428
+ pt: (value: string | number | {
429
+ readonly [$$ScaleValue]: "space";
430
+ }) => {
431
+ paddingTop: string | number | {
432
+ readonly [$$ScaleValue]: "space";
433
+ };
434
+ };
435
+ pr: (value: string | number | {
436
+ readonly [$$ScaleValue]: "space";
437
+ }) => {
438
+ paddingRight: string | number | {
439
+ readonly [$$ScaleValue]: "space";
440
+ };
441
+ };
442
+ pb: (value: string | number | {
443
+ readonly [$$ScaleValue]: "space";
444
+ }) => {
445
+ paddingBottom: string | number | {
446
+ readonly [$$ScaleValue]: "space";
447
+ };
448
+ };
449
+ pl: (value: string | number | {
450
+ readonly [$$ScaleValue]: "space";
451
+ }) => {
452
+ paddingLeft: string | number | {
453
+ readonly [$$ScaleValue]: "space";
454
+ };
455
+ };
456
+ px: (value: string | number | {
457
+ readonly [$$ScaleValue]: "space";
458
+ }) => {
459
+ paddingLeft: string | number | {
460
+ readonly [$$ScaleValue]: "space";
461
+ };
462
+ paddingRight: string | number | {
463
+ readonly [$$ScaleValue]: "space";
464
+ };
465
+ };
466
+ py: (value: string | number | {
467
+ readonly [$$ScaleValue]: "space";
468
+ }) => {
469
+ paddingTop: string | number | {
470
+ readonly [$$ScaleValue]: "space";
471
+ };
472
+ paddingBottom: string | number | {
473
+ readonly [$$ScaleValue]: "space";
474
+ };
475
+ };
476
+ m: (value: string | number | {
477
+ readonly [$$ScaleValue]: "space";
478
+ }) => {
479
+ margin: string | number | {
480
+ readonly [$$ScaleValue]: "space";
481
+ };
482
+ };
483
+ mt: (value: string | number | {
484
+ readonly [$$ScaleValue]: "space";
485
+ }) => {
486
+ marginTop: string | number | {
487
+ readonly [$$ScaleValue]: "space";
488
+ };
489
+ };
490
+ mr: (value: string | number | {
491
+ readonly [$$ScaleValue]: "space";
492
+ }) => {
493
+ marginRight: string | number | {
494
+ readonly [$$ScaleValue]: "space";
495
+ };
496
+ };
497
+ mb: (value: string | number | {
498
+ readonly [$$ScaleValue]: "space";
499
+ }) => {
500
+ marginBottom: string | number | {
501
+ readonly [$$ScaleValue]: "space";
502
+ };
503
+ };
504
+ ml: (value: string | number | {
505
+ readonly [$$ScaleValue]: "space";
506
+ }) => {
507
+ marginLeft: string | number | {
508
+ readonly [$$ScaleValue]: "space";
509
+ };
510
+ };
511
+ mx: (value: string | number | {
512
+ readonly [$$ScaleValue]: "space";
513
+ }) => {
514
+ marginLeft: string | number | {
515
+ readonly [$$ScaleValue]: "space";
516
+ };
517
+ marginRight: string | number | {
518
+ readonly [$$ScaleValue]: "space";
519
+ };
520
+ };
521
+ my: (value: string | number | {
522
+ readonly [$$ScaleValue]: "space";
523
+ }) => {
524
+ marginTop: string | number | {
525
+ readonly [$$ScaleValue]: "space";
526
+ };
527
+ marginBottom: string | number | {
528
+ readonly [$$ScaleValue]: "space";
529
+ };
530
+ };
531
+ }>>;
@@ -0,0 +1 @@
1
+ import{styled as e}from"../../stitches.js";import{Flex as o}from"../flex/Flex.js";const r=e(o,{position:"relative",p:"$2",justifyContent:"center",alignItems:"center",size:"$3",borderRadius:"50%",border:"none",bg:"$tonal50",zIndex:1,variants:{status:{default:{bg:"$tonal50",color:"$tonal400"},active:{bg:"white",color:"$primaryMid",border:"2px solid",borderColor:"currentColor"},viewed:{bg:"$primary",color:"white"},success:{bg:"$success",color:"white"}}}});export{r as StepperStepBullet};