@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
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.