@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.
- package/dist/index.js +2988 -2755
- package/dist/src/components/Avatar/Avatar.d.ts +5 -3
- package/dist/src/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroup.d.ts.map +1 -1
- package/dist/src/components/Calendar/Calendar.d.ts +1 -3
- package/dist/src/components/Calendar/Calendar.d.ts.map +1 -1
- package/dist/src/components/Disclosure/Disclosure.d.ts +3 -1
- package/dist/src/components/Disclosure/Disclosure.d.ts.map +1 -1
- package/dist/src/components/Disclosure/index.d.ts +1 -1
- package/dist/src/components/Disclosure/index.d.ts.map +1 -1
- package/dist/src/components/Tag/Tag.d.ts +1 -1
- package/dist/src/components/Tag/Tag.d.ts.map +1 -1
- package/dist/src/compositions/StudentDetails/StudentDetails.d.ts +27 -0
- package/dist/src/compositions/StudentDetails/StudentDetails.d.ts.map +1 -0
- package/dist/src/compositions/StudentDetails/StudentDetails.figma.d.ts +2 -0
- package/dist/src/compositions/StudentDetails/StudentDetails.figma.d.ts.map +1 -0
- package/dist/src/compositions/StudentDetails/index.d.ts +3 -0
- package/dist/src/compositions/StudentDetails/index.d.ts.map +1 -0
- package/dist/src/compositions/TopNavigation/TopNavigation.d.ts +1 -3
- package/dist/src/compositions/TopNavigation/TopNavigation.d.ts.map +1 -1
- package/dist/src/compositions/TutorLessonCard/LessonCardFeedback.d.ts +17 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardFeedback.d.ts.map +1 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardFooter.d.ts +19 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardFooter.d.ts.map +1 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardHeader.d.ts +21 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardHeader.d.ts.map +1 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardMetaRow.d.ts +13 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardMetaRow.d.ts.map +1 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardSkeleton.d.ts.map +1 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardStudentsDisclosure.d.ts +21 -0
- package/dist/src/compositions/TutorLessonCard/LessonCardStudentsDisclosure.d.ts.map +1 -0
- package/dist/src/compositions/TutorLessonCard/TutorLessonCard.d.ts +64 -0
- package/dist/src/compositions/TutorLessonCard/TutorLessonCard.d.ts.map +1 -0
- package/dist/src/compositions/TutorLessonCard/TutorLessonCard.figma.d.ts +2 -0
- package/dist/src/compositions/TutorLessonCard/TutorLessonCard.figma.d.ts.map +1 -0
- package/dist/src/compositions/TutorLessonCard/index.d.ts +13 -0
- package/dist/src/compositions/TutorLessonCard/index.d.ts.map +1 -0
- package/dist/src/icons/CancelFilledIcon.d.ts +3 -3
- package/dist/src/icons/CancelFilledIcon.d.ts.map +1 -1
- package/dist/src/icons/DeleteIcon.d.ts +3 -3
- package/dist/src/icons/DeleteIcon.d.ts.map +1 -1
- package/dist/src/icons/EditSquareIcon.d.ts +3 -3
- package/dist/src/icons/EditSquareIcon.d.ts.map +1 -1
- package/dist/src/icons/EnvelopeIcon.d.ts +8 -0
- package/dist/src/icons/EnvelopeIcon.d.ts.map +1 -0
- package/dist/src/icons/ErrorFilledIcon.d.ts +3 -3
- package/dist/src/icons/ErrorFilledIcon.d.ts.map +1 -1
- package/dist/src/icons/GraduationCapIcon.d.ts +8 -0
- package/dist/src/icons/GraduationCapIcon.d.ts.map +1 -0
- package/dist/src/icons/InfoFilledIcon.d.ts +3 -3
- package/dist/src/icons/InfoFilledIcon.d.ts.map +1 -1
- package/dist/src/icons/PendingFilledIcon.d.ts +9 -0
- package/dist/src/icons/PendingFilledIcon.d.ts.map +1 -0
- package/dist/src/icons/PlanetIcon.d.ts +3 -3
- package/dist/src/icons/PlanetIcon.d.ts.map +1 -1
- package/dist/src/icons/PlusIcon.d.ts +3 -3
- package/dist/src/icons/PlusIcon.d.ts.map +1 -1
- package/dist/src/icons/StarsIcon.d.ts +3 -3
- package/dist/src/icons/StarsIcon.d.ts.map +1 -1
- package/dist/src/icons/TickFilledIcon.d.ts +3 -3
- package/dist/src/icons/TickFilledIcon.d.ts.map +1 -1
- package/dist/src/icons/WarningFilledIcon.d.ts +3 -3
- package/dist/src/icons/WarningFilledIcon.d.ts.map +1 -1
- package/dist/src/icons/index.d.ts +6 -0
- package/dist/src/icons/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +10 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/tokens/output/base/global-colours/tokens.d.ts +1 -1
- package/dist/src/tokens/output/base/tokens.d.ts +1 -1
- package/dist/src/tokens/output/gs/semantic-colors/tokens.d.ts +6 -0
- package/dist/src/tokens/output/gs/semantic-colors/tokens.d.ts.map +1 -1
- package/dist/src/tokens/output/sk/semantic-colors/tokens.d.ts +6 -0
- package/dist/src/tokens/output/sk/semantic-colors/tokens.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/themes/theme-gs.css +9 -3
- package/dist/themes/theme-sk.css +9 -3
- package/package.json +1 -1
- package/src/tokens/output/base/global-colours/tokens.d.ts +1 -1
- package/src/tokens/output/base/global-colours/tokens.js +1 -1
- package/src/tokens/output/base/global-colours/tokens.ts +1 -1
- package/src/tokens/output/base/global-colours/variables.css +1 -1
- package/src/tokens/output/base/tokens.d.ts +1 -1
- package/src/tokens/output/base/tokens.js +1 -1
- package/src/tokens/output/base/tokens.ts +1 -1
- package/src/tokens/output/base/variables.css +1 -1
- package/src/tokens/output/gs/semantic-colors/tokens.d.ts +6 -0
- package/src/tokens/output/gs/semantic-colors/tokens.js +6 -0
- package/src/tokens/output/gs/semantic-colors/tokens.ts +6 -0
- package/src/tokens/output/gs/semantic-colors/variables.css +8 -2
- package/src/tokens/output/sk/semantic-colors/tokens.d.ts +6 -0
- package/src/tokens/output/sk/semantic-colors/tokens.js +6 -0
- package/src/tokens/output/sk/semantic-colors/tokens.ts +6 -0
- package/src/tokens/output/sk/semantic-colors/variables.css +8 -2
- package/dist/src/compositions/LessonCard/LessonCard.d.ts +0 -53
- package/dist/src/compositions/LessonCard/LessonCard.d.ts.map +0 -1
- package/dist/src/compositions/LessonCard/LessonCard.figma.d.ts +0 -2
- package/dist/src/compositions/LessonCard/LessonCard.figma.d.ts.map +0 -1
- package/dist/src/compositions/LessonCard/LessonCardFeedback.d.ts +0 -14
- package/dist/src/compositions/LessonCard/LessonCardFeedback.d.ts.map +0 -1
- package/dist/src/compositions/LessonCard/LessonCardFooter.d.ts +0 -15
- package/dist/src/compositions/LessonCard/LessonCardFooter.d.ts.map +0 -1
- package/dist/src/compositions/LessonCard/LessonCardHeader.d.ts +0 -22
- package/dist/src/compositions/LessonCard/LessonCardHeader.d.ts.map +0 -1
- package/dist/src/compositions/LessonCard/LessonCardSkeleton.d.ts.map +0 -1
- package/dist/src/compositions/LessonCard/index.d.ts +0 -5
- package/dist/src/compositions/LessonCard/index.d.ts.map +0 -1
- /package/dist/src/compositions/{LessonCard → TutorLessonCard}/LessonCardSkeleton.d.ts +0 -0
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
export type AvatarSize = 'sm' | 'md' | 'lg';
|
|
1
|
+
export type AvatarSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
2
2
|
export type AvatarColor = 'pink' | 'purple' | 'green' | 'orange';
|
|
3
|
-
export type AvatarStatus = 'default' | 'done';
|
|
3
|
+
export type AvatarStatus = 'default' | 'done' | 'pending';
|
|
4
4
|
export interface AvatarProps {
|
|
5
5
|
name: string;
|
|
6
6
|
src?: string;
|
|
7
7
|
size?: AvatarSize;
|
|
8
8
|
color?: AvatarColor;
|
|
9
9
|
status?: AvatarStatus;
|
|
10
|
+
/** Renders a white ring around the avatar. Set by AvatarGroup on its children — avatars used standalone should not pass this. */
|
|
11
|
+
outline?: boolean;
|
|
10
12
|
className?: string;
|
|
11
13
|
}
|
|
12
|
-
export declare function Avatar({ name, src, size, color, status, className }: AvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare function Avatar({ name, src, size, color, status, outline, className }: AvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
13
15
|
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACnD,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AACjE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;AAE1D,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,iIAAiI;IACjI,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAiDD,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,IAAW,EAAE,KAAK,EAAE,MAAkB,EAAE,OAAe,EAAE,SAAS,EAAE,EAAE,WAAW,2CAwCpH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/AvatarGroup/AvatarGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"AvatarGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/AvatarGroup/AvatarGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAY5D,MAAM,WAAW,gBAAgB;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAC1B,GAAG,EACH,OAAW,EACX,QAAQ,EACR,SAAS,GACV,EAAE,gBAAgB,2CA8BlB"}
|
|
@@ -5,8 +5,6 @@ export interface CalendarProps {
|
|
|
5
5
|
value?: Date | null;
|
|
6
6
|
onChange?: (date: Date) => void;
|
|
7
7
|
onMonthChange?: (month: Date) => void;
|
|
8
|
-
/** Called when the "Today" button is clicked, before onChange fires. */
|
|
9
|
-
onTodayClick?: () => void;
|
|
10
8
|
markedDates?: Date[];
|
|
11
9
|
markedDatesLabel?: string;
|
|
12
10
|
secondaryMarkedDates?: Date[];
|
|
@@ -24,5 +22,5 @@ export interface CalendarProps {
|
|
|
24
22
|
* Default: 'default'. */
|
|
25
23
|
appearance?: CalendarAppearance;
|
|
26
24
|
}
|
|
27
|
-
export declare function Calendar({ value, onChange, onMonthChange,
|
|
25
|
+
export declare function Calendar({ value, onChange, onMonthChange, markedDates, markedDatesLabel, secondaryMarkedDates, secondaryMarkedDatesLabel, disabledDates, locale, weekStartsOn, renderDayContent, 'aria-label': ariaLabel, todayLabel, previousMonthLabel, nextMonthLabel, appearance, }: CalendarProps): import("react/jsx-runtime").JSX.Element;
|
|
28
26
|
//# sourceMappingURL=Calendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../../src/components/Calendar/Calendar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AASvC,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,aAAa,CAAC;AAE3D,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAChC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK,IAAI,CAAC;IACtC,
|
|
1
|
+
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../../src/components/Calendar/Calendar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AASvC,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,aAAa,CAAC;AAE3D,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAChC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,IAAI,EAAE,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,IAAI,EAAE,CAAC;IAC9B,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,aAAa,CAAC,EAAE,IAAI,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IACrB,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,KAAK,CAAC,SAAS,CAAC;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;8BAE0B;IAC1B,UAAU,CAAC,EAAE,kBAAkB,CAAC;CACjC;AAoGD,wBAAgB,QAAQ,CAAC,EACvB,KAAK,EACL,QAAQ,EACR,aAAa,EACb,WAAW,EACX,gBAA+B,EAC/B,oBAAoB,EACpB,yBAAkD,EAClD,aAAa,EACb,MAAM,EACN,YAAgB,EAChB,gBAAgB,EAChB,YAAY,EAAE,SAAS,EACvB,UAAoB,EACpB,kBAAqC,EACrC,cAA6B,EAC7B,UAAsB,GACvB,EAAE,aAAa,2CAqHf"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
|
|
3
|
+
export type DisclosureVariant = 'negative' | 'link';
|
|
3
4
|
export interface DisclosureProps {
|
|
4
5
|
trigger: React.ReactNode;
|
|
5
6
|
children: React.ReactNode;
|
|
6
7
|
defaultOpen?: boolean;
|
|
7
8
|
open?: boolean;
|
|
8
9
|
onToggle?: (open: boolean) => void;
|
|
10
|
+
variant?: DisclosureVariant;
|
|
9
11
|
className?: string;
|
|
10
12
|
}
|
|
11
|
-
export declare function Disclosure({ trigger, children, defaultOpen, open: controlledOpen, onToggle, className, }: DisclosureProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare function Disclosure({ trigger, children, defaultOpen, open: controlledOpen, onToggle, variant, className, }: DisclosureProps): import("react/jsx-runtime").JSX.Element;
|
|
12
14
|
//# sourceMappingURL=Disclosure.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Disclosure.d.ts","sourceRoot":"","sources":["../../../../src/components/Disclosure/Disclosure.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;
|
|
1
|
+
{"version":3,"file":"Disclosure.d.ts","sourceRoot":"","sources":["../../../../src/components/Disclosure/Disclosure.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG,MAAM,CAAC;AAEpD,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAOD,wBAAgB,UAAU,CAAC,EACzB,OAAO,EACP,QAAQ,EACR,WAAmB,EACnB,IAAI,EAAE,cAAc,EACpB,QAAQ,EACR,OAAoB,EACpB,SAAS,GACV,EAAE,eAAe,2CAiCjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Disclosure/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Disclosure/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { default as React } from 'react';
|
|
|
2
2
|
|
|
3
3
|
export type TagTone = 'neutral' | 'success' | 'info' | 'warning' | 'danger';
|
|
4
4
|
export type TagShape = 'rounded' | 'pill';
|
|
5
|
-
export type TagSize = 'sm' | 'md';
|
|
5
|
+
export type TagSize = 'xs' | 'sm' | 'md';
|
|
6
6
|
/** Pass a tuple [mobile, desktop] to apply different sizes per breakpoint. */
|
|
7
7
|
export type ResponsiveTagSize = TagSize | readonly [TagSize, TagSize];
|
|
8
8
|
export interface TagProps {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/components/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC;AAC5E,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;AAC1C,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/components/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC;AAC5E,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;AAC1C,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACzC,8EAA8E;AAC9E,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;AAEtE,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oDAAoD;IACpD,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAC1B,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,+EAA+E;IAC/E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAsBD,wBAAgB,GAAG,CAAC,EAClB,QAAQ,EACR,IAAgB,EAChB,KAAiB,EACjB,IAAW,EACX,QAAgB,EAChB,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,SAAS,GACV,EAAE,QAAQ,2CAqCV"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AvatarStatus } from '../../components/Avatar';
|
|
2
|
+
|
|
3
|
+
export type StudentDetailsSize = 'sm' | 'md';
|
|
4
|
+
export interface StudentDetailsStudent {
|
|
5
|
+
id?: string;
|
|
6
|
+
name: string;
|
|
7
|
+
grade?: string;
|
|
8
|
+
subject?: string;
|
|
9
|
+
avatarSrc?: string;
|
|
10
|
+
/** Shows a "BuT" pill next to the name. */
|
|
11
|
+
but?: boolean;
|
|
12
|
+
/** Shows a "Trial" pill next to the name. */
|
|
13
|
+
trial?: boolean;
|
|
14
|
+
/** Forwarded to the internal Avatar's `status` prop (renders a done/pending badge). */
|
|
15
|
+
status?: AvatarStatus;
|
|
16
|
+
/** Dims the student to 50% opacity, e.g. when removed/absent from the lesson. */
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface StudentDetailsProps {
|
|
20
|
+
students: StudentDetailsStudent[];
|
|
21
|
+
size?: StudentDetailsSize;
|
|
22
|
+
className?: string;
|
|
23
|
+
/** Tooltip text shown when hovering/focusing a disabled student. */
|
|
24
|
+
disabledLabel?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare function StudentDetails({ students, size, className, disabledLabel }: StudentDetailsProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
//# sourceMappingURL=StudentDetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StudentDetails.d.ts","sourceRoot":"","sources":["../../../../src/compositions/StudentDetails/StudentDetails.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAc,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAKxE,MAAM,MAAM,kBAAkB,GAAG,IAAI,GAAG,IAAI,CAAC;AAE7C,MAAM,WAAW,qBAAqB;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,6CAA6C;IAC7C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,uFAAuF;IACvF,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,iFAAiF;IACjF,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,qBAAqB,EAAE,CAAC;IAClC,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oEAAoE;IACpE,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAOD,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,IAAW,EAAE,SAAS,EAAE,aAAwB,EAAE,EAAE,mBAAmB,2CA8CjH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StudentDetails.figma.d.ts","sourceRoot":"","sources":["../../../../src/compositions/StudentDetails/StudentDetails.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/compositions/StudentDetails/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -51,8 +51,6 @@ export interface TopNavigationProps {
|
|
|
51
51
|
userAvatarSrc?: string;
|
|
52
52
|
/** Called when logout is clicked (both mobile drawer and desktop dropdown). Omit to hide logout. */
|
|
53
53
|
onLogout?: () => void;
|
|
54
|
-
/** Called when the desktop profile dropdown is opened. */
|
|
55
|
-
onProfileDropdownOpen?: () => void;
|
|
56
54
|
/** Nav items shown in the mobile drawer. */
|
|
57
55
|
navItems?: TopNavigationNavItem[];
|
|
58
56
|
/** Language options shown in the mobile drawer footer. */
|
|
@@ -66,5 +64,5 @@ export interface TopNavigationProps {
|
|
|
66
64
|
labels?: TopNavigationLabels;
|
|
67
65
|
className?: string;
|
|
68
66
|
}
|
|
69
|
-
export declare function TopNavigation({ logo, mobileLogo, tabs, userName, userRole, userRoleLabel, userAvatarSrc, onLogout,
|
|
67
|
+
export declare function TopNavigation({ logo, mobileLogo, tabs, userName, userRole, userRoleLabel, userAvatarSrc, onLogout, navItems, languages, selectedLanguage, onLanguageChange, logoOverflowsBar, drawerWidth, labels, className, }: TopNavigationProps): import("react/jsx-runtime").JSX.Element;
|
|
70
68
|
//# sourceMappingURL=TopNavigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopNavigation.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TopNavigation/TopNavigation.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAO9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAIlD,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,yEAAyE;IACzE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8EAA8E;IAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,CAAC,EAAE,QAAQ,CAAA;KAAE,CAAC,CAAC;IAC/C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,0EAA0E;IAC1E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8EAA8E;IAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,2BAA2B;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAUD,MAAM,WAAW,kBAAkB;IACjC,+FAA+F;IAC/F,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,yGAAyG;IACzG,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,+DAA+D;IAC/D,IAAI,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC1B,6FAA6F;IAC7F,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,oGAAoG;IACpG,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,
|
|
1
|
+
{"version":3,"file":"TopNavigation.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TopNavigation/TopNavigation.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAO9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAIlD,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,yEAAyE;IACzE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8EAA8E;IAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,CAAC,EAAE,QAAQ,CAAA;KAAE,CAAC,CAAC;IAC/C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,0EAA0E;IAC1E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8EAA8E;IAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,2BAA2B;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAUD,MAAM,WAAW,kBAAkB;IACjC,+FAA+F;IAC/F,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,yGAAyG;IACzG,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,+DAA+D;IAC/D,IAAI,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC1B,6FAA6F;IAC7F,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,oGAAoG;IACpG,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAClC,0DAA0D;IAC1D,SAAS,CAAC,EAAE,2BAA2B,EAAE,CAAC;IAC1C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,iKAAiK;IACjK,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,kEAAkE;IAClE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,aAAa,CAAC,EAC5B,IAAI,EACJ,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,aAAa,EACb,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EAChB,gBAAwB,EACxB,WAAqB,EACrB,MAAM,EACN,SAAS,GACV,EAAE,kBAAkB,2CAyNpB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FeedbackState, TutorLessonCardLabels, LessonModality, LessonStudent, LessonType } from './TutorLessonCard';
|
|
2
|
+
|
|
3
|
+
interface LessonCardFeedbackProps {
|
|
4
|
+
type: LessonType;
|
|
5
|
+
modality: LessonModality;
|
|
6
|
+
feedbackState: FeedbackState;
|
|
7
|
+
pendingFeedbackCount: number;
|
|
8
|
+
isInProgress?: boolean;
|
|
9
|
+
students: LessonStudent[];
|
|
10
|
+
onWorkspace?: () => void;
|
|
11
|
+
onDocumentLesson?: () => void;
|
|
12
|
+
onReviewFeedback?: () => void;
|
|
13
|
+
labels: Required<TutorLessonCardLabels>;
|
|
14
|
+
}
|
|
15
|
+
export declare function LessonCardFeedback({ type, modality, feedbackState, pendingFeedbackCount, isInProgress, students, onWorkspace, onDocumentLesson, onReviewFeedback, labels, }: LessonCardFeedbackProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=LessonCardFeedback.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LessonCardFeedback.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/LessonCardFeedback.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,qBAAqB,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIzH,UAAU,uBAAuB;IAC/B,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,cAAc,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,MAAM,EAAE,QAAQ,CAAC,qBAAqB,CAAC,CAAC;CACzC;AASD,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,oBAAoB,EACpB,YAAoB,EACpB,QAAQ,EACR,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,MAAM,GACP,EAAE,uBAAuB,2CAmIzB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TutorLessonCardLabels, LessonModality, LessonStudent, LessonType } from './TutorLessonCard';
|
|
2
|
+
|
|
3
|
+
interface LessonCardFooterProps {
|
|
4
|
+
type: LessonType;
|
|
5
|
+
modality: LessonModality;
|
|
6
|
+
time: string;
|
|
7
|
+
room?: string;
|
|
8
|
+
lessonCenter?: string;
|
|
9
|
+
isInProgress?: boolean;
|
|
10
|
+
students: LessonStudent[];
|
|
11
|
+
isStartLessonDisabled: boolean;
|
|
12
|
+
onStartLesson?: () => void;
|
|
13
|
+
onWorkspace?: () => void;
|
|
14
|
+
onDocumentLesson?: () => void;
|
|
15
|
+
labels: Required<TutorLessonCardLabels>;
|
|
16
|
+
}
|
|
17
|
+
export declare function LessonCardFooter({ type, modality, time, room, lessonCenter, isInProgress, students, isStartLessonDisabled, onStartLesson, onWorkspace, onDocumentLesson, labels, }: LessonCardFooterProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=LessonCardFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LessonCardFooter.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/LessonCardFooter.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI1G,UAAU,qBAAqB;IAC7B,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,cAAc,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,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,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,MAAM,EAAE,QAAQ,CAAC,qBAAqB,CAAC,CAAC;CACzC;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,YAAY,EACZ,YAAoB,EACpB,QAAQ,EACR,qBAAqB,EACrB,aAAa,EACb,WAAW,EACX,gBAAgB,EAChB,MAAM,GACP,EAAE,qBAAqB,2CAiFvB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { TutorLessonCardLabels, TutorLessonCardMenuItem, LessonModality, LessonStudent, LessonType } from './TutorLessonCard';
|
|
2
|
+
|
|
3
|
+
interface LessonCardHeaderProps {
|
|
4
|
+
title: string;
|
|
5
|
+
modality: LessonModality;
|
|
6
|
+
type: LessonType;
|
|
7
|
+
subjects: string[];
|
|
8
|
+
time: string;
|
|
9
|
+
students: LessonStudent[];
|
|
10
|
+
room?: string;
|
|
11
|
+
lessonCenter?: string;
|
|
12
|
+
isInProgress: boolean;
|
|
13
|
+
isCompleted: boolean;
|
|
14
|
+
isSubmittedFeedback: boolean;
|
|
15
|
+
menuItems?: TutorLessonCardMenuItem[];
|
|
16
|
+
onReviewFeedback?: () => void;
|
|
17
|
+
labels: Required<TutorLessonCardLabels>;
|
|
18
|
+
}
|
|
19
|
+
export declare function LessonCardHeader({ title, modality, type, subjects, time, students, room, lessonCenter, isInProgress, isCompleted, isSubmittedFeedback, menuItems, onReviewFeedback, labels, }: LessonCardHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=LessonCardHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LessonCardHeader.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/LessonCardHeader.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EACV,qBAAqB,EACrB,uBAAuB,EACvB,cAAc,EACd,aAAa,EACb,UAAU,EACX,MAAM,mBAAmB,CAAC;AAG3B,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,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACtC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,MAAM,EAAE,QAAQ,CAAC,qBAAqB,CAAC,CAAC;CACzC;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,mBAAmB,EACnB,SAAS,EACT,gBAAgB,EAChB,MAAM,GACP,EAAE,qBAAqB,2CA8FvB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LessonType } from './TutorLessonCard';
|
|
2
|
+
|
|
3
|
+
interface LessonCardMetaRowProps {
|
|
4
|
+
time: string;
|
|
5
|
+
type: LessonType;
|
|
6
|
+
studentsCount: number;
|
|
7
|
+
room?: string;
|
|
8
|
+
lessonCenter?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function LessonCardMetaRow({ time, type, studentsCount, room, lessonCenter, className }: LessonCardMetaRowProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=LessonCardMetaRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LessonCardMetaRow.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/LessonCardMetaRow.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGpD,UAAU,sBAAsB;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,UAAU,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE,sBAAsB,2CAWrH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LessonCardSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LessonStudent } from './TutorLessonCard';
|
|
2
|
+
|
|
3
|
+
export declare function toStudentDetails(students: LessonStudent[]): {
|
|
4
|
+
id: string | undefined;
|
|
5
|
+
name: string;
|
|
6
|
+
grade: string | undefined;
|
|
7
|
+
subject: string | undefined;
|
|
8
|
+
avatarSrc: string | undefined;
|
|
9
|
+
but: boolean | undefined;
|
|
10
|
+
trial: boolean | undefined;
|
|
11
|
+
disabled: boolean | undefined;
|
|
12
|
+
}[];
|
|
13
|
+
interface LessonCardStudentsDisclosureProps {
|
|
14
|
+
open: boolean;
|
|
15
|
+
onToggle: (open: boolean) => void;
|
|
16
|
+
label: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare function LessonCardStudentsDisclosure({ open, onToggle, label, className }: LessonCardStudentsDisclosureProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=LessonCardStudentsDisclosure.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LessonCardStudentsDisclosure.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/LessonCardStudentsDisclosure.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,aAAa,EAAE;;;;;;;;;IAWzD;AAED,UAAU,iCAAiC;IACzC,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,4BAA4B,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,iCAAiC,2CAiBnH"}
|
|
@@ -0,0 +1,64 @@
|
|
|
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
|
+
grade?: string;
|
|
11
|
+
subject?: string;
|
|
12
|
+
feedbackStatus?: 'pending' | 'submitted';
|
|
13
|
+
avatarSrc?: string;
|
|
14
|
+
/** Shows a "BuT" pill next to the name. */
|
|
15
|
+
but?: boolean;
|
|
16
|
+
/** Shows a "Trial" pill next to the name. */
|
|
17
|
+
trial?: boolean;
|
|
18
|
+
/** Marks the student as removed from the lesson — dims them to 50% opacity wherever shown. */
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export interface TutorLessonCardMenuItem {
|
|
22
|
+
label: string;
|
|
23
|
+
icon: React.ReactNode;
|
|
24
|
+
onClick: () => void;
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
}
|
|
27
|
+
export interface TutorLessonCardLabels {
|
|
28
|
+
startLesson?: string;
|
|
29
|
+
documentLesson?: string;
|
|
30
|
+
workspace?: string;
|
|
31
|
+
reviewFeedback?: string;
|
|
32
|
+
lessonOptions?: string;
|
|
33
|
+
students?: string;
|
|
34
|
+
studentsCount?: (count: number) => string;
|
|
35
|
+
pendingFeedback?: (count: number) => string;
|
|
36
|
+
online?: string;
|
|
37
|
+
offline?: string;
|
|
38
|
+
lessonInProgress?: string;
|
|
39
|
+
startsIn?: string;
|
|
40
|
+
}
|
|
41
|
+
export declare const defaultLabels: Required<TutorLessonCardLabels>;
|
|
42
|
+
export interface TutorLessonCardProps {
|
|
43
|
+
title: string;
|
|
44
|
+
modality: LessonModality;
|
|
45
|
+
type: LessonType;
|
|
46
|
+
subjects: string[];
|
|
47
|
+
time: string;
|
|
48
|
+
lessonState: LessonState;
|
|
49
|
+
students?: LessonStudent[];
|
|
50
|
+
room?: string;
|
|
51
|
+
lessonCenter?: string;
|
|
52
|
+
onStartLesson?: () => void;
|
|
53
|
+
isStartLessonDisabled?: boolean;
|
|
54
|
+
onWorkspace?: () => void;
|
|
55
|
+
menuItems?: TutorLessonCardMenuItem[];
|
|
56
|
+
feedbackState?: FeedbackState;
|
|
57
|
+
pendingFeedbackCount?: number;
|
|
58
|
+
onDocumentLesson?: () => void;
|
|
59
|
+
onReviewFeedback?: () => void;
|
|
60
|
+
labels?: TutorLessonCardLabels;
|
|
61
|
+
className?: string;
|
|
62
|
+
}
|
|
63
|
+
export declare function TutorLessonCard({ title, modality, type, subjects, time, lessonState, students, room, lessonCenter, onStartLesson, isStartLessonDisabled, onWorkspace, menuItems, feedbackState, pendingFeedbackCount, onDocumentLesson, onReviewFeedback, labels, className, }: TutorLessonCardProps): import("react/jsx-runtime").JSX.Element;
|
|
64
|
+
//# sourceMappingURL=TutorLessonCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TutorLessonCard.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/TutorLessonCard.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TutorLessonCard.figma.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/TutorLessonCard.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { TutorLessonCard } from './TutorLessonCard';
|
|
2
|
+
export type { TutorLessonCardProps, TutorLessonCardLabels, TutorLessonCardMenuItem, LessonStudent, LessonModality, LessonType, LessonState, FeedbackState, } from './TutorLessonCard';
|
|
3
|
+
/** @deprecated Use `TutorLessonCard` instead. This alias will be removed in a future major version. */
|
|
4
|
+
export { TutorLessonCard as LessonCard } from './TutorLessonCard';
|
|
5
|
+
/** @deprecated Use `TutorLessonCardProps` instead. */
|
|
6
|
+
export type { TutorLessonCardProps as LessonCardProps } from './TutorLessonCard';
|
|
7
|
+
/** @deprecated Use `TutorLessonCardLabels` instead. */
|
|
8
|
+
export type { TutorLessonCardLabels as LessonCardLabels } from './TutorLessonCard';
|
|
9
|
+
/** @deprecated Use `TutorLessonCardMenuItem` instead. */
|
|
10
|
+
export type { TutorLessonCardMenuItem as LessonCardMenuItem } from './TutorLessonCard';
|
|
11
|
+
export { LessonCardSkeleton } from './LessonCardSkeleton';
|
|
12
|
+
export type { LessonCardSkeletonProps } from './LessonCardSkeleton';
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/compositions/TutorLessonCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,aAAa,EACb,cAAc,EACd,UAAU,EACV,WAAW,EACX,aAAa,GACd,MAAM,mBAAmB,CAAC;AAE3B,uGAAuG;AACvG,OAAO,EAAE,eAAe,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAClE,sDAAsD;AACtD,YAAY,EAAE,oBAAoB,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACjF,uDAAuD;AACvD,YAAY,EAAE,qBAAqB,IAAI,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACnF,yDAAyD;AACzD,YAAY,EAAE,uBAAuB,IAAI,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,YAAY,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
3
|
|
|
4
4
|
export interface CancelFilledIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
-
size?:
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
6
|
}
|
|
7
|
-
export declare function CancelFilledIcon({ size, ...props }: CancelFilledIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function CancelFilledIcon({ size, color, style, className, ...props }: CancelFilledIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=CancelFilledIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CancelFilledIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/CancelFilledIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CancelFilledIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/CancelFilledIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,qBAAsB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACpE,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,gBAAgB,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAezG"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
3
|
|
|
4
4
|
export interface DeleteIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
-
size?:
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
6
|
}
|
|
7
|
-
export declare function DeleteIcon({ size, ...props }: DeleteIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function DeleteIcon({ size, color, style, className, ...props }: DeleteIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=DeleteIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/DeleteIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DeleteIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/DeleteIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,eAAgB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9D,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,UAAU,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAe7F"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
3
|
|
|
4
4
|
export interface EditSquareIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
-
size?:
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
6
|
}
|
|
7
|
-
export declare function EditSquareIcon({ size, ...props }: EditSquareIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function EditSquareIcon({ size, color, style, className, ...props }: EditSquareIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=EditSquareIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditSquareIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/EditSquareIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"EditSquareIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/EditSquareIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,mBAAoB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAClE,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,cAAc,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAerG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
|
+
|
|
4
|
+
export interface EnvelopeIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
|
+
}
|
|
7
|
+
export declare function EnvelopeIcon({ size, color, style, className, ...props }: EnvelopeIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=EnvelopeIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnvelopeIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/EnvelopeIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,iBAAkB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAChE,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAejG"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
3
|
|
|
4
4
|
export interface ErrorFilledIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
-
size?:
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
6
|
}
|
|
7
|
-
export declare function ErrorFilledIcon({ size, ...props }: ErrorFilledIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function ErrorFilledIcon({ size, color, style, className, ...props }: ErrorFilledIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=ErrorFilledIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorFilledIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/ErrorFilledIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ErrorFilledIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/ErrorFilledIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,oBAAqB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACnE,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,eAAe,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,oBAAoB,2CAevG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
|
+
|
|
4
|
+
export interface GraduationCapIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
|
+
}
|
|
7
|
+
export declare function GraduationCapIcon({ size, color, style, className, ...props }: GraduationCapIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=GraduationCapIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GraduationCapIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/GraduationCapIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACrE,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,iBAAiB,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,2CAiB3G"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
3
|
|
|
4
4
|
export interface InfoFilledIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
-
size?:
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
6
|
}
|
|
7
|
-
export declare function InfoFilledIcon({ size, ...props }: InfoFilledIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function InfoFilledIcon({ size, color, style, className, ...props }: InfoFilledIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=InfoFilledIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InfoFilledIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/InfoFilledIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"InfoFilledIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/InfoFilledIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,mBAAoB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAClE,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,cAAc,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAerG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
|
+
|
|
4
|
+
export interface PendingFilledIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
|
+
exclamationColor?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function PendingFilledIcon({ size, color, exclamationColor, style, className, ...props }: PendingFilledIconProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=PendingFilledIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PendingFilledIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/PendingFilledIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACrE,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;IACnC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wBAAgB,iBAAiB,CAAC,EAChC,IAAW,EACX,KAAK,EACL,gBAAuC,EACvC,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACT,EAAE,sBAAsB,2CAgBxB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
3
|
|
|
4
4
|
export interface PlanetIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
-
size?:
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
6
|
}
|
|
7
|
-
export declare function PlanetIcon({ size, ...props }: PlanetIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function PlanetIcon({ size, color, style, className, ...props }: PlanetIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=PlanetIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlanetIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/PlanetIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PlanetIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/PlanetIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,eAAgB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9D,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,UAAU,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAe7F"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ResponsiveIconSize } from './types';
|
|
3
3
|
|
|
4
4
|
export interface PlusIconProps extends SVGProps<SVGSVGElement> {
|
|
5
|
-
size?:
|
|
5
|
+
size?: number | ResponsiveIconSize;
|
|
6
6
|
}
|
|
7
|
-
export declare function PlusIcon({ size, ...props }: PlusIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function PlusIcon({ size, color, style, className, ...props }: PlusIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=PlusIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlusIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/PlusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PlusIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/PlusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,MAAM,WAAW,aAAc,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC5D,IAAI,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACpC;AAED,wBAAgB,QAAQ,CAAC,EAAE,IAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAkBzF"}
|