@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

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.