@gostudent/shared-ui-library 1.26.0-DT-16875-analytics-callbacks.1 → 1.26.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 (107) hide show
  1. package/dist/index.js +2988 -2755
  2. package/dist/src/components/Avatar/Avatar.d.ts +5 -3
  3. package/dist/src/components/Avatar/Avatar.d.ts.map +1 -1
  4. package/dist/src/components/AvatarGroup/AvatarGroup.d.ts.map +1 -1
  5. package/dist/src/components/Calendar/Calendar.d.ts +1 -3
  6. package/dist/src/components/Calendar/Calendar.d.ts.map +1 -1
  7. package/dist/src/components/Disclosure/Disclosure.d.ts +3 -1
  8. package/dist/src/components/Disclosure/Disclosure.d.ts.map +1 -1
  9. package/dist/src/components/Disclosure/index.d.ts +1 -1
  10. package/dist/src/components/Disclosure/index.d.ts.map +1 -1
  11. package/dist/src/components/Tag/Tag.d.ts +1 -1
  12. package/dist/src/components/Tag/Tag.d.ts.map +1 -1
  13. package/dist/src/compositions/StudentDetails/StudentDetails.d.ts +27 -0
  14. package/dist/src/compositions/StudentDetails/StudentDetails.d.ts.map +1 -0
  15. package/dist/src/compositions/StudentDetails/StudentDetails.figma.d.ts +2 -0
  16. package/dist/src/compositions/StudentDetails/StudentDetails.figma.d.ts.map +1 -0
  17. package/dist/src/compositions/StudentDetails/index.d.ts +3 -0
  18. package/dist/src/compositions/StudentDetails/index.d.ts.map +1 -0
  19. package/dist/src/compositions/TopNavigation/TopNavigation.d.ts +1 -3
  20. package/dist/src/compositions/TopNavigation/TopNavigation.d.ts.map +1 -1
  21. package/dist/src/compositions/TutorLessonCard/LessonCardFeedback.d.ts +17 -0
  22. package/dist/src/compositions/TutorLessonCard/LessonCardFeedback.d.ts.map +1 -0
  23. package/dist/src/compositions/TutorLessonCard/LessonCardFooter.d.ts +19 -0
  24. package/dist/src/compositions/TutorLessonCard/LessonCardFooter.d.ts.map +1 -0
  25. package/dist/src/compositions/TutorLessonCard/LessonCardHeader.d.ts +21 -0
  26. package/dist/src/compositions/TutorLessonCard/LessonCardHeader.d.ts.map +1 -0
  27. package/dist/src/compositions/TutorLessonCard/LessonCardMetaRow.d.ts +13 -0
  28. package/dist/src/compositions/TutorLessonCard/LessonCardMetaRow.d.ts.map +1 -0
  29. package/dist/src/compositions/TutorLessonCard/LessonCardSkeleton.d.ts.map +1 -0
  30. package/dist/src/compositions/TutorLessonCard/LessonCardStudentsDisclosure.d.ts +21 -0
  31. package/dist/src/compositions/TutorLessonCard/LessonCardStudentsDisclosure.d.ts.map +1 -0
  32. package/dist/src/compositions/TutorLessonCard/TutorLessonCard.d.ts +64 -0
  33. package/dist/src/compositions/TutorLessonCard/TutorLessonCard.d.ts.map +1 -0
  34. package/dist/src/compositions/TutorLessonCard/TutorLessonCard.figma.d.ts +2 -0
  35. package/dist/src/compositions/TutorLessonCard/TutorLessonCard.figma.d.ts.map +1 -0
  36. package/dist/src/compositions/TutorLessonCard/index.d.ts +13 -0
  37. package/dist/src/compositions/TutorLessonCard/index.d.ts.map +1 -0
  38. package/dist/src/icons/CancelFilledIcon.d.ts +3 -3
  39. package/dist/src/icons/CancelFilledIcon.d.ts.map +1 -1
  40. package/dist/src/icons/DeleteIcon.d.ts +3 -3
  41. package/dist/src/icons/DeleteIcon.d.ts.map +1 -1
  42. package/dist/src/icons/EditSquareIcon.d.ts +3 -3
  43. package/dist/src/icons/EditSquareIcon.d.ts.map +1 -1
  44. package/dist/src/icons/EnvelopeIcon.d.ts +8 -0
  45. package/dist/src/icons/EnvelopeIcon.d.ts.map +1 -0
  46. package/dist/src/icons/ErrorFilledIcon.d.ts +3 -3
  47. package/dist/src/icons/ErrorFilledIcon.d.ts.map +1 -1
  48. package/dist/src/icons/GraduationCapIcon.d.ts +8 -0
  49. package/dist/src/icons/GraduationCapIcon.d.ts.map +1 -0
  50. package/dist/src/icons/InfoFilledIcon.d.ts +3 -3
  51. package/dist/src/icons/InfoFilledIcon.d.ts.map +1 -1
  52. package/dist/src/icons/PendingFilledIcon.d.ts +9 -0
  53. package/dist/src/icons/PendingFilledIcon.d.ts.map +1 -0
  54. package/dist/src/icons/PlanetIcon.d.ts +3 -3
  55. package/dist/src/icons/PlanetIcon.d.ts.map +1 -1
  56. package/dist/src/icons/PlusIcon.d.ts +3 -3
  57. package/dist/src/icons/PlusIcon.d.ts.map +1 -1
  58. package/dist/src/icons/StarsIcon.d.ts +3 -3
  59. package/dist/src/icons/StarsIcon.d.ts.map +1 -1
  60. package/dist/src/icons/TickFilledIcon.d.ts +3 -3
  61. package/dist/src/icons/TickFilledIcon.d.ts.map +1 -1
  62. package/dist/src/icons/WarningFilledIcon.d.ts +3 -3
  63. package/dist/src/icons/WarningFilledIcon.d.ts.map +1 -1
  64. package/dist/src/icons/index.d.ts +6 -0
  65. package/dist/src/icons/index.d.ts.map +1 -1
  66. package/dist/src/index.d.ts +10 -2
  67. package/dist/src/index.d.ts.map +1 -1
  68. package/dist/src/tokens/output/base/global-colours/tokens.d.ts +1 -1
  69. package/dist/src/tokens/output/base/tokens.d.ts +1 -1
  70. package/dist/src/tokens/output/gs/semantic-colors/tokens.d.ts +6 -0
  71. package/dist/src/tokens/output/gs/semantic-colors/tokens.d.ts.map +1 -1
  72. package/dist/src/tokens/output/sk/semantic-colors/tokens.d.ts +6 -0
  73. package/dist/src/tokens/output/sk/semantic-colors/tokens.d.ts.map +1 -1
  74. package/dist/style.css +1 -1
  75. package/dist/themes/theme-gs.css +9 -3
  76. package/dist/themes/theme-sk.css +9 -3
  77. package/package.json +1 -1
  78. package/src/tokens/output/base/global-colours/tokens.d.ts +1 -1
  79. package/src/tokens/output/base/global-colours/tokens.js +1 -1
  80. package/src/tokens/output/base/global-colours/tokens.ts +1 -1
  81. package/src/tokens/output/base/global-colours/variables.css +1 -1
  82. package/src/tokens/output/base/tokens.d.ts +1 -1
  83. package/src/tokens/output/base/tokens.js +1 -1
  84. package/src/tokens/output/base/tokens.ts +1 -1
  85. package/src/tokens/output/base/variables.css +1 -1
  86. package/src/tokens/output/gs/semantic-colors/tokens.d.ts +6 -0
  87. package/src/tokens/output/gs/semantic-colors/tokens.js +6 -0
  88. package/src/tokens/output/gs/semantic-colors/tokens.ts +6 -0
  89. package/src/tokens/output/gs/semantic-colors/variables.css +8 -2
  90. package/src/tokens/output/sk/semantic-colors/tokens.d.ts +6 -0
  91. package/src/tokens/output/sk/semantic-colors/tokens.js +6 -0
  92. package/src/tokens/output/sk/semantic-colors/tokens.ts +6 -0
  93. package/src/tokens/output/sk/semantic-colors/variables.css +8 -2
  94. package/dist/src/compositions/LessonCard/LessonCard.d.ts +0 -53
  95. package/dist/src/compositions/LessonCard/LessonCard.d.ts.map +0 -1
  96. package/dist/src/compositions/LessonCard/LessonCard.figma.d.ts +0 -2
  97. package/dist/src/compositions/LessonCard/LessonCard.figma.d.ts.map +0 -1
  98. package/dist/src/compositions/LessonCard/LessonCardFeedback.d.ts +0 -14
  99. package/dist/src/compositions/LessonCard/LessonCardFeedback.d.ts.map +0 -1
  100. package/dist/src/compositions/LessonCard/LessonCardFooter.d.ts +0 -15
  101. package/dist/src/compositions/LessonCard/LessonCardFooter.d.ts.map +0 -1
  102. package/dist/src/compositions/LessonCard/LessonCardHeader.d.ts +0 -22
  103. package/dist/src/compositions/LessonCard/LessonCardHeader.d.ts.map +0 -1
  104. package/dist/src/compositions/LessonCard/LessonCardSkeleton.d.ts.map +0 -1
  105. package/dist/src/compositions/LessonCard/index.d.ts +0 -5
  106. package/dist/src/compositions/LessonCard/index.d.ts.map +0 -1
  107. /package/dist/src/compositions/{LessonCard → TutorLessonCard}/LessonCardSkeleton.d.ts +0 -0
@@ -16,7 +16,7 @@
16
16
  --success-700: #224632;
17
17
  --warning-50: #fffcf3;
18
18
  --warning-500: #f4c244;
19
- --warning-700: #976c00;
19
+ --warning-900: #976c00;
20
20
  --color-black: #000000;
21
21
  --color-white: #ffffff;
22
22
  --color-transparent: rgba(255, 255, 255, 0);
@@ -197,7 +197,9 @@
197
197
  --color-feedback-warning-icon: #f4c244;
198
198
  --color-feedback-warning-border: #f4c244;
199
199
  --color-feedback-warning-helper-text: #f4c244;
200
- --color-feedback-warning-text: #976c00;
200
+ --color-feedback-warning-text: #131e29;
201
+ --color-feedback-error-icon: #cc2f1f;
202
+ --color-feedback-error-text: #cc2f1f;
201
203
  --color-surface-default: #ffffff;
202
204
  --color-surface-subtle-steel: #f0f1f4;
203
205
  --color-surface-hover: #e3e8f6;
@@ -208,6 +210,7 @@
208
210
  --color-surface-icons-tooltip: #6d82cd;
209
211
  --color-surface-icons-white: #ffffff;
210
212
  --color-surface-icons-secondary: #5b3ab7;
213
+ --color-surface-icons-pending: #ffd363;
211
214
  --color-surface-selected: #e3e8f6;
212
215
  --color-surface-disabled: #f8f8fa;
213
216
  --color-surface-subtle-blue: #f4f6fb;
@@ -216,7 +219,8 @@
216
219
  --color-surface-stepper: #3c59bd;
217
220
  --color-surface-tooltip: #232532;
218
221
  --color-surface-calendar-date: #0b2fac;
219
- --color-surface-calendar-dot: #0b2fac;
222
+ --color-surface-calendar-triangle: #0b2fac;
223
+ --color-surface-calendar-dot: #cc2f1f;
220
224
  --color-border-default: #dadbe5;
221
225
  --color-border-white: #ffffff;
222
226
  --color-border-focus: #0b2fac;
@@ -239,6 +243,8 @@
239
243
  --color-tag-text-student: #0b2fac;
240
244
  --color-tag-text-tutor: #7b62d7;
241
245
  --color-tag-text-parent: #4a9a6f;
246
+ --color-tag-bu-t-background: #ffedf4;
247
+ --color-tag-bu-t-border: #ff80b1;
242
248
  --color-in-progress-border: #5dc18b;
243
249
  --color-in-progress-dot: #5dc18b;
244
250
  --color-in-progress-dot-flash: #c5e9d5;
@@ -16,7 +16,7 @@
16
16
  --success-700: #224632;
17
17
  --warning-50: #fffcf3;
18
18
  --warning-500: #f4c244;
19
- --warning-700: #976c00;
19
+ --warning-900: #976c00;
20
20
  --color-black: #000000;
21
21
  --color-white: #ffffff;
22
22
  --color-transparent: rgba(255, 255, 255, 0);
@@ -207,7 +207,9 @@
207
207
  --color-feedback-warning-icon: #f4c244;
208
208
  --color-feedback-warning-border: #f4c244;
209
209
  --color-feedback-warning-helper-text: #f4c244;
210
- --color-feedback-warning-text: #976c00;
210
+ --color-feedback-warning-text: #131e29;
211
+ --color-feedback-error-icon: #000000;
212
+ --color-feedback-error-text: #000000;
211
213
  --color-surface-default: #ffffff;
212
214
  --color-surface-subtle-steel: #f0f1f4;
213
215
  --color-surface-hover: #bfd2e9;
@@ -218,6 +220,7 @@
218
220
  --color-surface-icons-tooltip: #749ecf;
219
221
  --color-surface-icons-white: #ffffff;
220
222
  --color-surface-icons-secondary: #a249a8;
223
+ --color-surface-icons-pending: #f4c534;
221
224
  --color-surface-selected: #bfd2e9;
222
225
  --color-surface-disabled: #f8f8fa;
223
226
  --color-surface-subtle-blue: #eaf1f8;
@@ -226,7 +229,8 @@
226
229
  --color-surface-stepper: #598bc6;
227
230
  --color-surface-tooltip: #232532;
228
231
  --color-surface-calendar-date: #131e29;
229
- --color-surface-calendar-dot: #c10223;
232
+ --color-surface-calendar-triangle: #c10223;
233
+ --color-surface-calendar-dot: #f4c534;
230
234
  --color-border-default: #dadbe5;
231
235
  --color-border-white: #ffffff;
232
236
  --color-border-focus: #131e29;
@@ -249,6 +253,8 @@
249
253
  --color-tag-text-student: #306eb8;
250
254
  --color-tag-text-tutor: #934299;
251
255
  --color-tag-text-parent: #117781;
256
+ --color-tag-bu-t-background: #f6edf6;
257
+ --color-tag-bu-t-border: #934299;
252
258
  --color-in-progress-border: #5dc18b;
253
259
  --color-in-progress-dot: #5dc18b;
254
260
  --color-in-progress-dot-flash: #c5e9d5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gostudent/shared-ui-library",
3
- "version": "1.26.0-DT-16875-analytics-callbacks.1",
3
+ "version": "1.26.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -8,7 +8,7 @@ export declare const t: {
8
8
  readonly success700: string;
9
9
  readonly warning50: string;
10
10
  readonly warning500: string;
11
- readonly warning700: string;
11
+ readonly warning900: string;
12
12
  readonly colorBlack: string;
13
13
  readonly colorWhite: string;
14
14
  readonly colorTransparent: string;
@@ -8,7 +8,7 @@ export const t = {
8
8
  success700: 'var(--success-700)',
9
9
  warning50: 'var(--warning-50)',
10
10
  warning500: 'var(--warning-500)',
11
- warning700: 'var(--warning-700)',
11
+ warning900: 'var(--warning-900)',
12
12
  colorBlack: 'var(--color-black)',
13
13
  colorWhite: 'var(--color-white)',
14
14
  colorTransparent: 'var(--color-transparent)',
@@ -8,7 +8,7 @@ export const t = {
8
8
  success700: 'var(--success-700)',
9
9
  warning50: 'var(--warning-50)',
10
10
  warning500: 'var(--warning-500)',
11
- warning700: 'var(--warning-700)',
11
+ warning900: 'var(--warning-900)',
12
12
  colorBlack: 'var(--color-black)',
13
13
  colorWhite: 'var(--color-white)',
14
14
  colorTransparent: 'var(--color-transparent)',
@@ -11,7 +11,7 @@
11
11
  --success-700: #224632;
12
12
  --warning-50: #fffcf3;
13
13
  --warning-500: #f4c244;
14
- --warning-700: #976c00;
14
+ --warning-900: #976c00;
15
15
  --color-black: #000000;
16
16
  --color-white: #ffffff;
17
17
  --color-transparent: rgba(255, 255, 255, 0);
@@ -12,7 +12,7 @@ export declare const t: {
12
12
  readonly success700: string;
13
13
  readonly warning50: string;
14
14
  readonly warning500: string;
15
- readonly warning700: string;
15
+ readonly warning900: string;
16
16
  readonly colorBlack: string;
17
17
  readonly colorWhite: string;
18
18
  readonly colorTransparent: string;
@@ -12,7 +12,7 @@ export const t = {
12
12
  success700: 'var(--success-700)',
13
13
  warning50: 'var(--warning-50)',
14
14
  warning500: 'var(--warning-500)',
15
- warning700: 'var(--warning-700)',
15
+ warning900: 'var(--warning-900)',
16
16
  colorBlack: 'var(--color-black)',
17
17
  colorWhite: 'var(--color-white)',
18
18
  colorTransparent: 'var(--color-transparent)',
@@ -12,7 +12,7 @@ export const t = {
12
12
  success700: 'var(--success-700)',
13
13
  warning50: 'var(--warning-50)',
14
14
  warning500: 'var(--warning-500)',
15
- warning700: 'var(--warning-700)',
15
+ warning900: 'var(--warning-900)',
16
16
  colorBlack: 'var(--color-black)',
17
17
  colorWhite: 'var(--color-white)',
18
18
  colorTransparent: 'var(--color-transparent)',
@@ -15,7 +15,7 @@
15
15
  --success-700: #224632;
16
16
  --warning-50: #fffcf3;
17
17
  --warning-500: #f4c244;
18
- --warning-700: #976c00;
18
+ --warning-900: #976c00;
19
19
  --color-black: #000000;
20
20
  --color-white: #ffffff;
21
21
  --color-transparent: rgba(255, 255, 255, 0);
@@ -51,6 +51,8 @@ export declare const t: {
51
51
  readonly colorFeedbackWarningBorder: string;
52
52
  readonly colorFeedbackWarningHelperText: string;
53
53
  readonly colorFeedbackWarningText: string;
54
+ readonly colorFeedbackErrorIcon: string;
55
+ readonly colorFeedbackErrorText: string;
54
56
  readonly colorSurfaceDefault: string;
55
57
  readonly colorSurfaceSubtleSteel: string;
56
58
  readonly colorSurfaceHover: string;
@@ -61,6 +63,7 @@ export declare const t: {
61
63
  readonly colorSurfaceIconsTooltip: string;
62
64
  readonly colorSurfaceIconsWhite: string;
63
65
  readonly colorSurfaceIconsSecondary: string;
66
+ readonly colorSurfaceIconsPending: string;
64
67
  readonly colorSurfaceSelected: string;
65
68
  readonly colorSurfaceDisabled: string;
66
69
  readonly colorSurfaceSubtleBlue: string;
@@ -69,6 +72,7 @@ export declare const t: {
69
72
  readonly colorSurfaceStepper: string;
70
73
  readonly colorSurfaceTooltip: string;
71
74
  readonly colorSurfaceCalendarDate: string;
75
+ readonly colorSurfaceCalendarTriangle: string;
72
76
  readonly colorSurfaceCalendarDot: string;
73
77
  readonly colorBorderDefault: string;
74
78
  readonly colorBorderWhite: string;
@@ -92,6 +96,8 @@ export declare const t: {
92
96
  readonly colorTagTextStudent: string;
93
97
  readonly colorTagTextTutor: string;
94
98
  readonly colorTagTextParent: string;
99
+ readonly colorTagBuTBackground: string;
100
+ readonly colorTagBuTBorder: string;
95
101
  readonly colorInProgressBorder: string;
96
102
  readonly colorInProgressDot: string;
97
103
  readonly colorInProgressDotFlash: string
@@ -51,6 +51,8 @@ export const t = {
51
51
  colorFeedbackWarningBorder: 'var(--color-feedback-warning-border)',
52
52
  colorFeedbackWarningHelperText: 'var(--color-feedback-warning-helper-text)',
53
53
  colorFeedbackWarningText: 'var(--color-feedback-warning-text)',
54
+ colorFeedbackErrorIcon: 'var(--color-feedback-error-icon)',
55
+ colorFeedbackErrorText: 'var(--color-feedback-error-text)',
54
56
  colorSurfaceDefault: 'var(--color-surface-default)',
55
57
  colorSurfaceSubtleSteel: 'var(--color-surface-subtle-steel)',
56
58
  colorSurfaceHover: 'var(--color-surface-hover)',
@@ -61,6 +63,7 @@ export const t = {
61
63
  colorSurfaceIconsTooltip: 'var(--color-surface-icons-tooltip)',
62
64
  colorSurfaceIconsWhite: 'var(--color-surface-icons-white)',
63
65
  colorSurfaceIconsSecondary: 'var(--color-surface-icons-secondary)',
66
+ colorSurfaceIconsPending: 'var(--color-surface-icons-pending)',
64
67
  colorSurfaceSelected: 'var(--color-surface-selected)',
65
68
  colorSurfaceDisabled: 'var(--color-surface-disabled)',
66
69
  colorSurfaceSubtleBlue: 'var(--color-surface-subtle-blue)',
@@ -69,6 +72,7 @@ export const t = {
69
72
  colorSurfaceStepper: 'var(--color-surface-stepper)',
70
73
  colorSurfaceTooltip: 'var(--color-surface-tooltip)',
71
74
  colorSurfaceCalendarDate: 'var(--color-surface-calendar-date)',
75
+ colorSurfaceCalendarTriangle: 'var(--color-surface-calendar-triangle)',
72
76
  colorSurfaceCalendarDot: 'var(--color-surface-calendar-dot)',
73
77
  colorBorderDefault: 'var(--color-border-default)',
74
78
  colorBorderWhite: 'var(--color-border-white)',
@@ -92,6 +96,8 @@ export const t = {
92
96
  colorTagTextStudent: 'var(--color-tag-text-student)',
93
97
  colorTagTextTutor: 'var(--color-tag-text-tutor)',
94
98
  colorTagTextParent: 'var(--color-tag-text-parent)',
99
+ colorTagBuTBackground: 'var(--color-tag-bu-t-background)',
100
+ colorTagBuTBorder: 'var(--color-tag-bu-t-border)',
95
101
  colorInProgressBorder: 'var(--color-in-progress-border)',
96
102
  colorInProgressDot: 'var(--color-in-progress-dot)',
97
103
  colorInProgressDotFlash: 'var(--color-in-progress-dot-flash)'
@@ -51,6 +51,8 @@ export const t = {
51
51
  colorFeedbackWarningBorder: 'var(--color-feedback-warning-border)',
52
52
  colorFeedbackWarningHelperText: 'var(--color-feedback-warning-helper-text)',
53
53
  colorFeedbackWarningText: 'var(--color-feedback-warning-text)',
54
+ colorFeedbackErrorIcon: 'var(--color-feedback-error-icon)',
55
+ colorFeedbackErrorText: 'var(--color-feedback-error-text)',
54
56
  colorSurfaceDefault: 'var(--color-surface-default)',
55
57
  colorSurfaceSubtleSteel: 'var(--color-surface-subtle-steel)',
56
58
  colorSurfaceHover: 'var(--color-surface-hover)',
@@ -61,6 +63,7 @@ export const t = {
61
63
  colorSurfaceIconsTooltip: 'var(--color-surface-icons-tooltip)',
62
64
  colorSurfaceIconsWhite: 'var(--color-surface-icons-white)',
63
65
  colorSurfaceIconsSecondary: 'var(--color-surface-icons-secondary)',
66
+ colorSurfaceIconsPending: 'var(--color-surface-icons-pending)',
64
67
  colorSurfaceSelected: 'var(--color-surface-selected)',
65
68
  colorSurfaceDisabled: 'var(--color-surface-disabled)',
66
69
  colorSurfaceSubtleBlue: 'var(--color-surface-subtle-blue)',
@@ -69,6 +72,7 @@ export const t = {
69
72
  colorSurfaceStepper: 'var(--color-surface-stepper)',
70
73
  colorSurfaceTooltip: 'var(--color-surface-tooltip)',
71
74
  colorSurfaceCalendarDate: 'var(--color-surface-calendar-date)',
75
+ colorSurfaceCalendarTriangle: 'var(--color-surface-calendar-triangle)',
72
76
  colorSurfaceCalendarDot: 'var(--color-surface-calendar-dot)',
73
77
  colorBorderDefault: 'var(--color-border-default)',
74
78
  colorBorderWhite: 'var(--color-border-white)',
@@ -92,6 +96,8 @@ export const t = {
92
96
  colorTagTextStudent: 'var(--color-tag-text-student)',
93
97
  colorTagTextTutor: 'var(--color-tag-text-tutor)',
94
98
  colorTagTextParent: 'var(--color-tag-text-parent)',
99
+ colorTagBuTBackground: 'var(--color-tag-bu-t-background)',
100
+ colorTagBuTBorder: 'var(--color-tag-bu-t-border)',
95
101
  colorInProgressBorder: 'var(--color-in-progress-border)',
96
102
  colorInProgressDot: 'var(--color-in-progress-dot)',
97
103
  colorInProgressDotFlash: 'var(--color-in-progress-dot-flash)'
@@ -53,7 +53,9 @@
53
53
  --color-feedback-warning-icon: #f4c244;
54
54
  --color-feedback-warning-border: #f4c244;
55
55
  --color-feedback-warning-helper-text: #f4c244;
56
- --color-feedback-warning-text: #976c00;
56
+ --color-feedback-warning-text: #131e29;
57
+ --color-feedback-error-icon: #cc2f1f;
58
+ --color-feedback-error-text: #cc2f1f;
57
59
  --color-surface-default: #ffffff;
58
60
  --color-surface-subtle-steel: #f0f1f4;
59
61
  --color-surface-hover: #e3e8f6;
@@ -64,6 +66,7 @@
64
66
  --color-surface-icons-tooltip: #6d82cd;
65
67
  --color-surface-icons-white: #ffffff;
66
68
  --color-surface-icons-secondary: #5b3ab7;
69
+ --color-surface-icons-pending: #ffd363;
67
70
  --color-surface-selected: #e3e8f6;
68
71
  --color-surface-disabled: #f8f8fa;
69
72
  --color-surface-subtle-blue: #f4f6fb;
@@ -72,7 +75,8 @@
72
75
  --color-surface-stepper: #3c59bd;
73
76
  --color-surface-tooltip: #232532;
74
77
  --color-surface-calendar-date: #0b2fac;
75
- --color-surface-calendar-dot: #0b2fac;
78
+ --color-surface-calendar-triangle: #0b2fac;
79
+ --color-surface-calendar-dot: #cc2f1f;
76
80
  --color-border-default: #dadbe5;
77
81
  --color-border-white: #ffffff;
78
82
  --color-border-focus: #0b2fac;
@@ -95,6 +99,8 @@
95
99
  --color-tag-text-student: #0b2fac;
96
100
  --color-tag-text-tutor: #7b62d7;
97
101
  --color-tag-text-parent: #4a9a6f;
102
+ --color-tag-bu-t-background: #ffedf4;
103
+ --color-tag-bu-t-border: #ff80b1;
98
104
  --color-in-progress-border: #5dc18b;
99
105
  --color-in-progress-dot: #5dc18b;
100
106
  --color-in-progress-dot-flash: #c5e9d5;
@@ -51,6 +51,8 @@ export declare const t: {
51
51
  readonly colorFeedbackWarningBorder: string;
52
52
  readonly colorFeedbackWarningHelperText: string;
53
53
  readonly colorFeedbackWarningText: string;
54
+ readonly colorFeedbackErrorIcon: string;
55
+ readonly colorFeedbackErrorText: string;
54
56
  readonly colorSurfaceDefault: string;
55
57
  readonly colorSurfaceSubtleSteel: string;
56
58
  readonly colorSurfaceHover: string;
@@ -61,6 +63,7 @@ export declare const t: {
61
63
  readonly colorSurfaceIconsTooltip: string;
62
64
  readonly colorSurfaceIconsWhite: string;
63
65
  readonly colorSurfaceIconsSecondary: string;
66
+ readonly colorSurfaceIconsPending: string;
64
67
  readonly colorSurfaceSelected: string;
65
68
  readonly colorSurfaceDisabled: string;
66
69
  readonly colorSurfaceSubtleBlue: string;
@@ -69,6 +72,7 @@ export declare const t: {
69
72
  readonly colorSurfaceStepper: string;
70
73
  readonly colorSurfaceTooltip: string;
71
74
  readonly colorSurfaceCalendarDate: string;
75
+ readonly colorSurfaceCalendarTriangle: string;
72
76
  readonly colorSurfaceCalendarDot: string;
73
77
  readonly colorBorderDefault: string;
74
78
  readonly colorBorderWhite: string;
@@ -92,6 +96,8 @@ export declare const t: {
92
96
  readonly colorTagTextStudent: string;
93
97
  readonly colorTagTextTutor: string;
94
98
  readonly colorTagTextParent: string;
99
+ readonly colorTagBuTBackground: string;
100
+ readonly colorTagBuTBorder: string;
95
101
  readonly colorInProgressBorder: string;
96
102
  readonly colorInProgressDot: string;
97
103
  readonly colorInProgressDotFlash: string
@@ -51,6 +51,8 @@ export const t = {
51
51
  colorFeedbackWarningBorder: 'var(--color-feedback-warning-border)',
52
52
  colorFeedbackWarningHelperText: 'var(--color-feedback-warning-helper-text)',
53
53
  colorFeedbackWarningText: 'var(--color-feedback-warning-text)',
54
+ colorFeedbackErrorIcon: 'var(--color-feedback-error-icon)',
55
+ colorFeedbackErrorText: 'var(--color-feedback-error-text)',
54
56
  colorSurfaceDefault: 'var(--color-surface-default)',
55
57
  colorSurfaceSubtleSteel: 'var(--color-surface-subtle-steel)',
56
58
  colorSurfaceHover: 'var(--color-surface-hover)',
@@ -61,6 +63,7 @@ export const t = {
61
63
  colorSurfaceIconsTooltip: 'var(--color-surface-icons-tooltip)',
62
64
  colorSurfaceIconsWhite: 'var(--color-surface-icons-white)',
63
65
  colorSurfaceIconsSecondary: 'var(--color-surface-icons-secondary)',
66
+ colorSurfaceIconsPending: 'var(--color-surface-icons-pending)',
64
67
  colorSurfaceSelected: 'var(--color-surface-selected)',
65
68
  colorSurfaceDisabled: 'var(--color-surface-disabled)',
66
69
  colorSurfaceSubtleBlue: 'var(--color-surface-subtle-blue)',
@@ -69,6 +72,7 @@ export const t = {
69
72
  colorSurfaceStepper: 'var(--color-surface-stepper)',
70
73
  colorSurfaceTooltip: 'var(--color-surface-tooltip)',
71
74
  colorSurfaceCalendarDate: 'var(--color-surface-calendar-date)',
75
+ colorSurfaceCalendarTriangle: 'var(--color-surface-calendar-triangle)',
72
76
  colorSurfaceCalendarDot: 'var(--color-surface-calendar-dot)',
73
77
  colorBorderDefault: 'var(--color-border-default)',
74
78
  colorBorderWhite: 'var(--color-border-white)',
@@ -92,6 +96,8 @@ export const t = {
92
96
  colorTagTextStudent: 'var(--color-tag-text-student)',
93
97
  colorTagTextTutor: 'var(--color-tag-text-tutor)',
94
98
  colorTagTextParent: 'var(--color-tag-text-parent)',
99
+ colorTagBuTBackground: 'var(--color-tag-bu-t-background)',
100
+ colorTagBuTBorder: 'var(--color-tag-bu-t-border)',
95
101
  colorInProgressBorder: 'var(--color-in-progress-border)',
96
102
  colorInProgressDot: 'var(--color-in-progress-dot)',
97
103
  colorInProgressDotFlash: 'var(--color-in-progress-dot-flash)'
@@ -51,6 +51,8 @@ export const t = {
51
51
  colorFeedbackWarningBorder: 'var(--color-feedback-warning-border)',
52
52
  colorFeedbackWarningHelperText: 'var(--color-feedback-warning-helper-text)',
53
53
  colorFeedbackWarningText: 'var(--color-feedback-warning-text)',
54
+ colorFeedbackErrorIcon: 'var(--color-feedback-error-icon)',
55
+ colorFeedbackErrorText: 'var(--color-feedback-error-text)',
54
56
  colorSurfaceDefault: 'var(--color-surface-default)',
55
57
  colorSurfaceSubtleSteel: 'var(--color-surface-subtle-steel)',
56
58
  colorSurfaceHover: 'var(--color-surface-hover)',
@@ -61,6 +63,7 @@ export const t = {
61
63
  colorSurfaceIconsTooltip: 'var(--color-surface-icons-tooltip)',
62
64
  colorSurfaceIconsWhite: 'var(--color-surface-icons-white)',
63
65
  colorSurfaceIconsSecondary: 'var(--color-surface-icons-secondary)',
66
+ colorSurfaceIconsPending: 'var(--color-surface-icons-pending)',
64
67
  colorSurfaceSelected: 'var(--color-surface-selected)',
65
68
  colorSurfaceDisabled: 'var(--color-surface-disabled)',
66
69
  colorSurfaceSubtleBlue: 'var(--color-surface-subtle-blue)',
@@ -69,6 +72,7 @@ export const t = {
69
72
  colorSurfaceStepper: 'var(--color-surface-stepper)',
70
73
  colorSurfaceTooltip: 'var(--color-surface-tooltip)',
71
74
  colorSurfaceCalendarDate: 'var(--color-surface-calendar-date)',
75
+ colorSurfaceCalendarTriangle: 'var(--color-surface-calendar-triangle)',
72
76
  colorSurfaceCalendarDot: 'var(--color-surface-calendar-dot)',
73
77
  colorBorderDefault: 'var(--color-border-default)',
74
78
  colorBorderWhite: 'var(--color-border-white)',
@@ -92,6 +96,8 @@ export const t = {
92
96
  colorTagTextStudent: 'var(--color-tag-text-student)',
93
97
  colorTagTextTutor: 'var(--color-tag-text-tutor)',
94
98
  colorTagTextParent: 'var(--color-tag-text-parent)',
99
+ colorTagBuTBackground: 'var(--color-tag-bu-t-background)',
100
+ colorTagBuTBorder: 'var(--color-tag-bu-t-border)',
95
101
  colorInProgressBorder: 'var(--color-in-progress-border)',
96
102
  colorInProgressDot: 'var(--color-in-progress-dot)',
97
103
  colorInProgressDotFlash: 'var(--color-in-progress-dot-flash)'
@@ -53,7 +53,9 @@
53
53
  --color-feedback-warning-icon: #f4c244;
54
54
  --color-feedback-warning-border: #f4c244;
55
55
  --color-feedback-warning-helper-text: #f4c244;
56
- --color-feedback-warning-text: #976c00;
56
+ --color-feedback-warning-text: #131e29;
57
+ --color-feedback-error-icon: #000000;
58
+ --color-feedback-error-text: #000000;
57
59
  --color-surface-default: #ffffff;
58
60
  --color-surface-subtle-steel: #f0f1f4;
59
61
  --color-surface-hover: #bfd2e9;
@@ -64,6 +66,7 @@
64
66
  --color-surface-icons-tooltip: #749ecf;
65
67
  --color-surface-icons-white: #ffffff;
66
68
  --color-surface-icons-secondary: #a249a8;
69
+ --color-surface-icons-pending: #f4c534;
67
70
  --color-surface-selected: #bfd2e9;
68
71
  --color-surface-disabled: #f8f8fa;
69
72
  --color-surface-subtle-blue: #eaf1f8;
@@ -72,7 +75,8 @@
72
75
  --color-surface-stepper: #598bc6;
73
76
  --color-surface-tooltip: #232532;
74
77
  --color-surface-calendar-date: #131e29;
75
- --color-surface-calendar-dot: #c10223;
78
+ --color-surface-calendar-triangle: #c10223;
79
+ --color-surface-calendar-dot: #f4c534;
76
80
  --color-border-default: #dadbe5;
77
81
  --color-border-white: #ffffff;
78
82
  --color-border-focus: #131e29;
@@ -95,6 +99,8 @@
95
99
  --color-tag-text-student: #306eb8;
96
100
  --color-tag-text-tutor: #934299;
97
101
  --color-tag-text-parent: #117781;
102
+ --color-tag-bu-t-background: #f6edf6;
103
+ --color-tag-bu-t-border: #934299;
98
104
  --color-in-progress-border: #5dc18b;
99
105
  --color-in-progress-dot: #5dc18b;
100
106
  --color-in-progress-dot-flash: #c5e9d5;
@@ -1,53 +0,0 @@
1
- import { default as React } from 'react';
2
-
3
- export type LessonModality = 'online' | 'offline';
4
- export type LessonType = 'individual' | 'group';
5
- export type LessonState = 'upcoming' | 'in-progress' | 'completed';
6
- export type FeedbackState = 'pending' | 'submitted';
7
- export interface LessonStudent {
8
- id?: string;
9
- name: string;
10
- feedbackStatus?: 'pending' | 'submitted';
11
- avatarSrc?: string;
12
- }
13
- export interface LessonCardMenuItem {
14
- label: string;
15
- icon: React.ReactNode;
16
- onClick: () => void;
17
- }
18
- export interface LessonCardLabels {
19
- startLesson?: string;
20
- leaveFeedback?: string;
21
- reviewFeedback?: string;
22
- lessonOptions?: string;
23
- students?: string;
24
- pendingFeedback?: (count: number) => string;
25
- online?: string;
26
- offline?: string;
27
- lessonInProgress?: string;
28
- startsIn?: string;
29
- }
30
- export declare const defaultLabels: Required<LessonCardLabels>;
31
- export interface LessonCardProps {
32
- title: string;
33
- modality: LessonModality;
34
- type: LessonType;
35
- subjects: string[];
36
- date: string;
37
- time: string;
38
- lessonState: LessonState;
39
- students?: LessonStudent[];
40
- room?: string;
41
- lessonCenter?: string;
42
- onStartLesson?: () => void;
43
- isStartLessonDisabled?: boolean;
44
- menuItems?: LessonCardMenuItem[];
45
- feedbackState?: FeedbackState;
46
- pendingFeedbackCount?: number;
47
- onLeaveFeedback?: () => void;
48
- onReviewFeedback?: () => void;
49
- labels?: LessonCardLabels;
50
- className?: string;
51
- }
52
- export declare function LessonCard({ title, modality, type, subjects, date, time, lessonState, students, room, lessonCenter, onStartLesson, isStartLessonDisabled, menuItems, feedbackState, pendingFeedbackCount, onLeaveFeedback, onReviewFeedback, labels, className, }: LessonCardProps): import("react/jsx-runtime").JSX.Element;
53
- //# sourceMappingURL=LessonCard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LessonCard.d.ts","sourceRoot":"","sources":["../../../../src/compositions/LessonCard/LessonCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,SAAS,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG,YAAY,GAAG,OAAO,CAAC;AAChD,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,WAAW,CAAC;AACnE,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,WAAW,CAAC;AAEpD,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,QAAQ,CAAC,gBAAgB,CAWpD,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,cAAc,CAAC;IACzB,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAG3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAGjC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAE9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,WAAW,EACX,QAAa,EACb,IAAI,EACJ,YAAY,EACZ,aAAa,EACb,qBAA4B,EAC5B,SAAS,EACT,aAAyB,EACzB,oBAAwB,EACxB,eAAe,EACf,gBAAgB,EAChB,MAAM,EACN,SAAS,GACV,EAAE,eAAe,2CAkDjB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=LessonCard.figma.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LessonCard.figma.d.ts","sourceRoot":"","sources":["../../../../src/compositions/LessonCard/LessonCard.figma.tsx"],"names":[],"mappings":""}
@@ -1,14 +0,0 @@
1
- import { FeedbackState, LessonCardLabels, LessonStudent } from './LessonCard';
2
-
3
- interface LessonCardFeedbackProps {
4
- feedbackState: FeedbackState;
5
- pendingFeedbackCount: number;
6
- isInProgress?: boolean;
7
- students: LessonStudent[];
8
- onLeaveFeedback?: () => void;
9
- onReviewFeedback?: () => void;
10
- labels: Required<LessonCardLabels>;
11
- }
12
- export declare function LessonCardFeedback({ feedbackState, pendingFeedbackCount, isInProgress, students, onLeaveFeedback, onReviewFeedback, labels, }: LessonCardFeedbackProps): import("react/jsx-runtime").JSX.Element;
13
- export {};
14
- //# sourceMappingURL=LessonCardFeedback.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LessonCardFeedback.d.ts","sourceRoot":"","sources":["../../../../src/compositions/LessonCard/LessonCardFeedback.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGnF,UAAU,uBAAuB;IAC/B,aAAa,EAAE,aAAa,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,MAAM,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;CACpC;AAED,wBAAgB,kBAAkB,CAAC,EACjC,aAAa,EACb,oBAAoB,EACpB,YAAoB,EACpB,QAAQ,EACR,eAAe,EACf,gBAAgB,EAChB,MAAM,GACP,EAAE,uBAAuB,2CA4EzB"}
@@ -1,15 +0,0 @@
1
- import { LessonCardLabels, LessonModality, LessonStudent, LessonType } from './LessonCard';
2
-
3
- interface LessonCardFooterProps {
4
- type: LessonType;
5
- modality: LessonModality;
6
- isInProgress?: boolean;
7
- students: LessonStudent[];
8
- isStartLessonDisabled: boolean;
9
- onStartLesson?: () => void;
10
- onLeaveFeedback?: () => void;
11
- labels: Required<LessonCardLabels>;
12
- }
13
- export declare function LessonCardFooter({ type, modality, isInProgress, students, isStartLessonDisabled, onStartLesson, onLeaveFeedback, labels, }: LessonCardFooterProps): import("react/jsx-runtime").JSX.Element;
14
- export {};
15
- //# sourceMappingURL=LessonCardFooter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LessonCardFooter.d.ts","sourceRoot":"","sources":["../../../../src/compositions/LessonCard/LessonCardFooter.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAGhG,UAAU,qBAAqB;IAC7B,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,cAAc,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,MAAM,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;CACpC;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,IAAI,EACJ,QAAQ,EACR,YAAoB,EACpB,QAAQ,EACR,qBAAqB,EACrB,aAAa,EACb,eAAe,EACf,MAAM,GACP,EAAE,qBAAqB,2CA+CvB"}
@@ -1,22 +0,0 @@
1
- import { LessonCardLabels, LessonCardMenuItem, LessonModality, LessonStudent, LessonType } from './LessonCard';
2
-
3
- interface LessonCardHeaderProps {
4
- title: string;
5
- modality: LessonModality;
6
- type: LessonType;
7
- subjects: string[];
8
- date: string;
9
- time: string;
10
- students: LessonStudent[];
11
- room?: string;
12
- lessonCenter?: string;
13
- isUpcoming: boolean;
14
- isInProgress: boolean;
15
- isSubmittedFeedback: boolean;
16
- menuItems?: LessonCardMenuItem[];
17
- onReviewFeedback?: () => void;
18
- labels: Required<LessonCardLabels>;
19
- }
20
- export declare function LessonCardHeader({ title, modality, type, subjects, date, time, students, room, lessonCenter, isUpcoming, isInProgress, isSubmittedFeedback, menuItems, onReviewFeedback, labels, }: LessonCardHeaderProps): import("react/jsx-runtime").JSX.Element;
21
- export {};
22
- //# sourceMappingURL=LessonCardHeader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LessonCardHeader.d.ts","sourceRoot":"","sources":["../../../../src/compositions/LessonCard/LessonCardHeader.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACV,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,aAAa,EACb,UAAU,EACX,MAAM,cAAc,CAAC;AAGtB,UAAU,qBAAqB;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,cAAc,CAAC;IACzB,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,MAAM,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;CACpC;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,mBAAmB,EACnB,SAAS,EACT,gBAAgB,EAChB,MAAM,GACP,EAAE,qBAAqB,2CAsGvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LessonCardSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/compositions/LessonCard/LessonCardSkeleton.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,uBAAuB;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,EAAE,uBAAuB,2CAaxE"}
@@ -1,5 +0,0 @@
1
- export { LessonCard } from './LessonCard';
2
- export type { LessonCardProps, LessonCardLabels, LessonCardMenuItem, LessonStudent, LessonModality, LessonType, LessonState, FeedbackState, } from './LessonCard';
3
- export { LessonCardSkeleton } from './LessonCardSkeleton';
4
- export type { LessonCardSkeletonProps } from './LessonCardSkeleton';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/compositions/LessonCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,cAAc,EACd,UAAU,EACV,WAAW,EACX,aAAa,GACd,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,YAAY,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC"}