@campxdev/react-blueprint 2.3.11 → 3.0.0-alpha.2

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 (1449) hide show
  1. package/README.md +32 -21
  2. package/dist/README.md +32 -21
  3. package/dist/cjs/index.js +1 -1
  4. package/dist/cjs/types/src/components/Assets/Icons/Icons.d.ts +0 -179
  5. package/dist/cjs/types/src/components/Charts/BarChart/BarChart.d.ts +13 -34
  6. package/dist/cjs/types/src/components/Charts/BarChart/HorizontalBarChart.d.ts +38 -0
  7. package/dist/cjs/types/src/components/Charts/BarChart/VerticalBarChart.d.ts +45 -0
  8. package/dist/cjs/types/src/components/Charts/LineChart/LineChart.d.ts +7 -3
  9. package/dist/cjs/types/src/components/Charts/PieChart/PieChart.d.ts +6 -3
  10. package/dist/cjs/types/src/components/Charts/TreeMap/TreeMap.d.ts +8 -10
  11. package/dist/cjs/types/src/components/Charts/export.d.ts +1 -1
  12. package/dist/cjs/types/src/components/Charts/types/types.d.ts +5 -5
  13. package/dist/cjs/types/src/components/DataDisplay/Accordion/Accordion.d.ts +12 -7
  14. package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/ActivityLogFilter.d.ts +10 -0
  15. package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/ActivityLogView.d.ts +3 -4
  16. package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/service.d.ts +0 -4
  17. package/dist/cjs/types/src/components/DataDisplay/Avatar/Avatar.d.ts +7 -8
  18. package/dist/cjs/types/src/components/DataDisplay/Card/Card.d.ts +60 -38
  19. package/dist/cjs/types/src/components/DataDisplay/Chip/Chip.d.ts +7 -0
  20. package/dist/cjs/types/src/components/DataDisplay/DataTable/DataTable.d.ts +37 -7
  21. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/CardsView.d.ts +3 -0
  22. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/ColumnSelector/ColumnSelector.d.ts +8 -0
  23. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/DensitySelector/DensitySelector.d.ts +5 -0
  24. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/TableHeaders/TableActionHeader.d.ts +14 -0
  25. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/TableHeaders/TableSelectionHeader.d.ts +8 -0
  26. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/TablePagination.d.ts +9 -0
  27. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/TableView.d.ts +20 -0
  28. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/ViewList/CreateViewForm.d.ts +8 -0
  29. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/ViewList/ResponsiveViews.d.ts +10 -0
  30. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/ViewList/ViewButton.d.ts +20 -0
  31. package/dist/cjs/types/src/components/DataDisplay/DataTable/components/utils.d.ts +19 -0
  32. package/dist/cjs/types/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.d.ts +4 -8
  33. package/dist/cjs/types/src/components/DataDisplay/Separator/Separator.d.ts +9 -0
  34. package/dist/cjs/types/src/components/DataDisplay/Skeleton/Skeleton.d.ts +2 -0
  35. package/dist/cjs/types/src/components/DataDisplay/StatusCard/StatusCard.d.ts +3 -4
  36. package/dist/cjs/types/src/components/DataDisplay/Timeline/Timeline.d.ts +4 -3
  37. package/dist/cjs/types/src/components/DataDisplay/Typography/Typography.d.ts +2 -2
  38. package/dist/cjs/types/src/components/DataDisplay/export.d.ts +3 -3
  39. package/dist/cjs/types/src/components/Feedback/Alert/Alert.d.ts +5 -3
  40. package/dist/cjs/types/src/components/Feedback/Snackbar/Snackbar.d.ts +10 -3
  41. package/dist/cjs/types/src/components/Feedback/Spinner/Spinner.d.ts +0 -1
  42. package/dist/cjs/types/src/components/Feedback/Tooltip/Tooltip.d.ts +8 -5
  43. package/dist/cjs/types/src/components/Feedback/export.d.ts +0 -2
  44. package/dist/cjs/types/src/components/Image/Image.d.ts +4 -3
  45. package/dist/cjs/types/src/components/Input/Button/Button.d.ts +11 -7
  46. package/dist/cjs/types/src/components/Input/DatePicker/DatePicker.d.ts +29 -11
  47. package/dist/cjs/types/src/components/Input/DateTimePicker/DateTimePicker.d.ts +31 -10
  48. package/dist/cjs/types/src/components/Input/FileUpload/FileUpload.d.ts +4 -4
  49. package/dist/cjs/types/src/components/Input/FormActions/FormActions.d.ts +3 -4
  50. package/dist/cjs/types/src/components/Input/FormControlWrapper/FormControlWrapper.d.ts +2 -3
  51. package/dist/cjs/types/src/components/Input/FormWrapper/FormWrapper.d.ts +2 -3
  52. package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/DeleteButton.d.ts +1 -1
  53. package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/EditButton.d.ts +1 -1
  54. package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/RedirectButton.d.ts +1 -1
  55. package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/ViewButton.d.ts +1 -1
  56. package/dist/cjs/types/src/components/Input/LabelWrapper/LabelWrapper.d.ts +4 -4
  57. package/dist/cjs/types/src/components/Input/MultiCheckBox/MultiCheckBox.d.ts +4 -5
  58. package/dist/cjs/types/src/components/Input/MultiSelect/MultiSelect.d.ts +40 -0
  59. package/dist/cjs/types/src/components/Input/MultiSelect/components/MenuFooter.d.ts +3 -0
  60. package/dist/cjs/types/src/components/Input/MultiSelect/components/MultiSelectFilter.d.ts +14 -0
  61. package/dist/cjs/types/src/components/Input/MultiSelect/components/MultiSelectInput.d.ts +14 -0
  62. package/dist/cjs/types/src/components/Input/MultiSelect/components/OptionsLoader.d.ts +3 -0
  63. package/dist/cjs/types/src/components/Input/MultiSelect/multiSelectReducer.d.ts +46 -0
  64. package/dist/cjs/types/src/components/Input/MultiSelect/utils.d.ts +14 -0
  65. package/dist/cjs/types/src/components/Input/OtpInput/OtpInput.d.ts +3 -4
  66. package/dist/cjs/types/src/components/Input/PasswordField/PasswordField.d.ts +13 -4
  67. package/dist/cjs/types/src/components/Input/RadioGroup/RadioGroup.d.ts +14 -7
  68. package/dist/cjs/types/src/components/Input/SearchBar/SearchBar.d.ts +6 -4
  69. package/dist/cjs/types/src/components/Input/Select/Select.d.ts +9 -9
  70. package/dist/cjs/types/src/components/Input/SingleCheckBox/SingleCheckBox.d.ts +11 -8
  71. package/dist/cjs/types/src/components/Input/SingleSelect/SingleSelect.d.ts +6 -13
  72. package/dist/cjs/types/src/components/Input/SingleSelect/components/SingleFilter.d.ts +3 -10
  73. package/dist/cjs/types/src/components/Input/SingleSelect/components/SingleInput.d.ts +3 -10
  74. package/dist/cjs/types/src/components/Input/SingleSelect/singleSelectReducer.d.ts +1 -0
  75. package/dist/cjs/types/src/components/Input/Switch/Switch.d.ts +6 -3
  76. package/dist/cjs/types/src/components/Input/Tags/Tags.d.ts +3 -1
  77. package/dist/cjs/types/src/components/Input/TextField/TextField.d.ts +10 -4
  78. package/dist/cjs/types/src/components/Input/Textarea/Textarea.d.ts +12 -0
  79. package/dist/cjs/types/src/components/Input/export.d.ts +2 -1
  80. package/dist/cjs/types/src/components/Layout/AppLayout/components/MenuToggleButton.d.ts +7 -0
  81. package/dist/cjs/types/src/components/Layout/AppLayout/components/Sidebar/Sidebar.d.ts +2 -1
  82. package/dist/cjs/types/src/components/Layout/AppLayout/components/Sidebar/StyledComponents.d.ts +38 -0
  83. package/dist/cjs/types/src/components/Layout/AppLayout/components/UserProfilePopup.d.ts +2 -20
  84. package/dist/cjs/types/src/components/Layout/AppLayout/context/SidebarContext.d.ts +13 -0
  85. package/dist/cjs/types/src/components/Layout/AppLayout/index.d.ts +3 -3
  86. package/dist/cjs/types/src/components/Layout/AppLayout/types.d.ts +5 -7
  87. package/dist/cjs/types/src/components/Layout/PageContent/PageContent.d.ts +8 -5
  88. package/dist/cjs/types/src/components/Layout/PageHeader/PageHeader.d.ts +19 -11
  89. package/dist/cjs/types/src/components/Layout/PageHeader/components/SearchBar.d.ts +4 -3
  90. package/dist/cjs/types/src/components/Layout/Sheet/Sheet.d.ts +1 -0
  91. package/dist/cjs/types/src/components/Layout/export.d.ts +2 -5
  92. package/dist/cjs/types/src/components/Navigation/Breadcrumbs/Breadcrumbs.d.ts +3 -6
  93. package/dist/cjs/types/src/components/Navigation/Calendar/Calendar.d.ts +1 -0
  94. package/dist/cjs/types/src/components/Navigation/Calendar/types.d.ts +1 -2
  95. package/dist/cjs/types/src/components/Navigation/ConfirmDialog/ConfirmDialog.d.ts +3 -0
  96. package/dist/cjs/types/src/components/Navigation/Dialog/Dialog.d.ts +9 -4
  97. package/dist/cjs/types/src/components/Navigation/DialogButton/DialogButton.d.ts +11 -3
  98. package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropDownIcon.d.ts +1 -2
  99. package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropDownMenu.d.ts +5 -5
  100. package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropdownMenuItem.d.ts +5 -4
  101. package/dist/cjs/types/src/components/Navigation/PreviewFiles/PreviewFiles.d.ts +3 -4
  102. package/dist/cjs/types/src/components/Navigation/Stepper/HorizontalStepper.d.ts +4 -0
  103. package/dist/cjs/types/src/components/Navigation/Stepper/Stepper.d.ts +26 -38
  104. package/dist/cjs/types/src/components/Navigation/Stepper/VerticalStepper.d.ts +4 -0
  105. package/dist/cjs/types/src/components/Navigation/Stepper/utils.d.ts +25 -0
  106. package/dist/cjs/types/src/components/Navigation/TabsContainer/TabsContainer.d.ts +8 -4
  107. package/dist/cjs/types/src/components/Navigation/UploadDialog/UploadDialog.d.ts +2 -3
  108. package/dist/cjs/types/src/components/Navigation/export.d.ts +0 -2
  109. package/dist/cjs/types/src/hooks/export.d.ts +1 -0
  110. package/dist/cjs/types/src/hooks/useMediaQuery.d.ts +6 -0
  111. package/dist/cjs/types/src/hooks/usePageHeader.d.ts +6 -2
  112. package/dist/cjs/types/src/lib/export.d.ts +1 -0
  113. package/dist/cjs/types/src/lib/utils.d.ts +2 -0
  114. package/dist/cjs/types/src/redux/slices/pageHeaderSlice.d.ts +6 -4
  115. package/dist/cjs/types/src/shadcn-components/Charts/Chart.d.ts +40 -0
  116. package/dist/cjs/types/src/shadcn-components/DataDisplay/Accordion/Accordion.d.ts +7 -0
  117. package/dist/cjs/types/src/shadcn-components/DataDisplay/Avatar/Avatar.d.ts +6 -0
  118. package/dist/cjs/types/src/shadcn-components/DataDisplay/Badge/Badge.d.ts +9 -0
  119. package/dist/cjs/types/src/shadcn-components/DataDisplay/Card/Card.d.ts +9 -0
  120. package/dist/cjs/types/src/shadcn-components/DataDisplay/Dialog/Dialog.d.ts +15 -0
  121. package/dist/cjs/types/src/shadcn-components/DataDisplay/Seperator/Seperator.d.ts +4 -0
  122. package/dist/cjs/types/src/shadcn-components/DataDisplay/Skeleton/Skeleton.d.ts +2 -0
  123. package/dist/cjs/types/src/shadcn-components/DataDisplay/Table/Pagination.d.ts +13 -0
  124. package/dist/cjs/types/src/shadcn-components/DataDisplay/Table/Table.d.ts +10 -0
  125. package/dist/cjs/types/src/shadcn-components/DataDisplay/Typography/Typography.d.ts +11 -0
  126. package/dist/cjs/types/src/shadcn-components/Feedback/Altert/Alert.d.ts +9 -0
  127. package/dist/cjs/types/src/shadcn-components/Feedback/Tooltip/Tooltip.d.ts +7 -0
  128. package/dist/cjs/types/src/shadcn-components/Input/Button/Button.d.ts +10 -0
  129. package/dist/cjs/types/src/shadcn-components/Input/Calendar/Calendar.d.ts +8 -0
  130. package/dist/cjs/types/src/shadcn-components/Input/Checkbox/Checkbox.d.ts +4 -0
  131. package/dist/cjs/types/src/shadcn-components/Input/Command/Command.d.ts +18 -0
  132. package/dist/cjs/types/src/shadcn-components/Input/Input/Input.d.ts +3 -0
  133. package/dist/cjs/types/src/shadcn-components/Input/Label/Label.d.ts +4 -0
  134. package/dist/cjs/types/src/shadcn-components/Input/Popover/Popover.d.ts +7 -0
  135. package/dist/cjs/types/src/shadcn-components/Input/RadioGroup/RadioGroup.d.ts +5 -0
  136. package/dist/cjs/types/src/shadcn-components/Input/Select/Select.d.ts +13 -0
  137. package/dist/cjs/types/src/shadcn-components/Input/Switch/Switch.d.ts +4 -0
  138. package/dist/cjs/types/src/shadcn-components/Input/Textarea/Textarea.d.ts +3 -0
  139. package/dist/cjs/types/src/shadcn-components/Layout/Sheet/Sheet.d.ts +13 -0
  140. package/dist/cjs/types/src/shadcn-components/Navigation/Breadcrumb/Breadcrumb.d.ts +11 -0
  141. package/dist/cjs/types/src/shadcn-components/Navigation/DropdownMenu/DropdownMenu.d.ts +25 -0
  142. package/dist/cjs/types/src/shadcn-components/Navigation/Tabs/Tabs.d.ts +7 -0
  143. package/dist/cjs/types/src/stories/Charts/BarChart.stories.d.ts +17 -55
  144. package/dist/cjs/types/src/stories/Charts/LineChart.stories.d.ts +11 -52
  145. package/dist/cjs/types/src/stories/Charts/PieChart.stories.d.ts +7 -86
  146. package/dist/cjs/types/src/stories/Charts/Treemap.stories.d.ts +5 -4
  147. package/dist/cjs/types/src/stories/DataDisplay/Accordion.stories.d.ts +9 -0
  148. package/dist/cjs/types/src/stories/DataDisplay/Card.stories.d.ts +17 -44
  149. package/dist/cjs/types/src/stories/DataDisplay/Chip.stories.d.ts +8 -0
  150. package/dist/cjs/types/src/stories/DataDisplay/CircularAvatar.stories.d.ts +8 -14
  151. package/dist/cjs/types/src/stories/DataDisplay/Seperator.stories.d.ts +9 -0
  152. package/dist/cjs/types/src/stories/DataDisplay/Skeleton.stories.d.ts +12 -0
  153. package/dist/cjs/types/src/stories/DataDisplay/StatusCard.stories.d.ts +4 -2
  154. package/dist/cjs/types/src/stories/DataDisplay/Timeline.stories.d.ts +4 -40
  155. package/dist/cjs/types/src/stories/DesignSystem/typography.stories.d.ts +9 -5
  156. package/dist/cjs/types/src/stories/Feedback/Alert.stories.d.ts +5 -1
  157. package/dist/cjs/types/src/stories/Feedback/Tooltip.stories.d.ts +2 -0
  158. package/dist/cjs/types/src/stories/Image/Image.stories.d.ts +11 -0
  159. package/dist/cjs/types/src/stories/Input/Button.stories.d.ts +17 -28
  160. package/dist/cjs/types/src/stories/Input/DatePicker.stories.d.ts +10 -74
  161. package/dist/cjs/types/src/stories/Input/DateTimePicker.stories.d.ts +15 -10
  162. package/dist/cjs/types/src/stories/Input/FileUpload.stories.d.ts +13 -0
  163. package/dist/cjs/types/src/stories/Input/HelpButton.stories.d.ts +10 -0
  164. package/dist/cjs/types/src/stories/Input/MultiCheckBox.stories.d.ts +4 -0
  165. package/dist/cjs/types/src/stories/Input/MultiSelect.stories.d.ts +204 -0
  166. package/dist/cjs/types/src/stories/Input/OtpInput.stories.d.ts +8 -8
  167. package/dist/cjs/types/src/stories/Input/Password.stories.d.ts +9 -10
  168. package/dist/cjs/types/src/stories/Input/RadioGroup.stories.d.ts +11 -17
  169. package/dist/cjs/types/src/stories/Input/SearchBar.stories.d.ts +3 -1
  170. package/dist/cjs/types/src/stories/Input/Select.stories.d.ts +6 -1
  171. package/dist/cjs/types/src/stories/Input/SingleCheckBox.stories.d.ts +4 -0
  172. package/dist/cjs/types/src/stories/Input/SingleSelect.stories.d.ts +121 -23
  173. package/dist/cjs/types/src/stories/Input/Switch.stories.d.ts +10 -28
  174. package/dist/cjs/types/src/stories/Input/Tags.stories.d.ts +9 -10
  175. package/dist/cjs/types/src/stories/Input/TextField.stories.d.ts +13 -24
  176. package/dist/cjs/types/src/stories/Navigation/ConfirmDialog.stories.d.ts +4 -1
  177. package/dist/cjs/types/src/stories/Navigation/DialogButton.stories.d.ts +1 -0
  178. package/dist/cjs/types/src/stories/Navigation/ImportDialog.stories.d.ts +1 -1
  179. package/dist/cjs/types/src/stories/Navigation/Stepper.stories.d.ts +6 -1
  180. package/dist/cjs/types/src/stories/Navigation/TabsContainer.stories.d.ts +4 -0
  181. package/dist/esm/index.js +2 -2
  182. package/dist/esm/types/src/components/Assets/Icons/Icons.d.ts +0 -179
  183. package/dist/esm/types/src/components/Charts/BarChart/BarChart.d.ts +13 -34
  184. package/dist/esm/types/src/components/Charts/BarChart/HorizontalBarChart.d.ts +38 -0
  185. package/dist/esm/types/src/components/Charts/BarChart/VerticalBarChart.d.ts +45 -0
  186. package/dist/esm/types/src/components/Charts/LineChart/LineChart.d.ts +7 -3
  187. package/dist/esm/types/src/components/Charts/PieChart/PieChart.d.ts +6 -3
  188. package/dist/esm/types/src/components/Charts/TreeMap/TreeMap.d.ts +8 -10
  189. package/dist/esm/types/src/components/Charts/export.d.ts +1 -1
  190. package/dist/esm/types/src/components/Charts/types/types.d.ts +5 -5
  191. package/dist/esm/types/src/components/DataDisplay/Accordion/Accordion.d.ts +12 -7
  192. package/dist/esm/types/src/components/DataDisplay/ActivityLogView/ActivityLogFilter.d.ts +10 -0
  193. package/dist/esm/types/src/components/DataDisplay/ActivityLogView/ActivityLogView.d.ts +3 -4
  194. package/dist/esm/types/src/components/DataDisplay/ActivityLogView/service.d.ts +0 -4
  195. package/dist/esm/types/src/components/DataDisplay/Avatar/Avatar.d.ts +7 -8
  196. package/dist/esm/types/src/components/DataDisplay/Card/Card.d.ts +60 -38
  197. package/dist/esm/types/src/components/DataDisplay/Chip/Chip.d.ts +7 -0
  198. package/dist/esm/types/src/components/DataDisplay/DataTable/DataTable.d.ts +37 -7
  199. package/dist/esm/types/src/components/DataDisplay/DataTable/components/CardsView.d.ts +3 -0
  200. package/dist/esm/types/src/components/DataDisplay/DataTable/components/ColumnSelector/ColumnSelector.d.ts +8 -0
  201. package/dist/esm/types/src/components/DataDisplay/DataTable/components/DensitySelector/DensitySelector.d.ts +5 -0
  202. package/dist/esm/types/src/components/DataDisplay/DataTable/components/TableHeaders/TableActionHeader.d.ts +14 -0
  203. package/dist/esm/types/src/components/DataDisplay/DataTable/components/TableHeaders/TableSelectionHeader.d.ts +8 -0
  204. package/dist/esm/types/src/components/DataDisplay/DataTable/components/TablePagination.d.ts +9 -0
  205. package/dist/esm/types/src/components/DataDisplay/DataTable/components/TableView.d.ts +20 -0
  206. package/dist/esm/types/src/components/DataDisplay/DataTable/components/ViewList/CreateViewForm.d.ts +8 -0
  207. package/dist/esm/types/src/components/DataDisplay/DataTable/components/ViewList/ResponsiveViews.d.ts +10 -0
  208. package/dist/esm/types/src/components/DataDisplay/DataTable/components/ViewList/ViewButton.d.ts +20 -0
  209. package/dist/esm/types/src/components/DataDisplay/DataTable/components/utils.d.ts +19 -0
  210. package/dist/esm/types/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.d.ts +4 -8
  211. package/dist/esm/types/src/components/DataDisplay/Separator/Separator.d.ts +9 -0
  212. package/dist/esm/types/src/components/DataDisplay/Skeleton/Skeleton.d.ts +2 -0
  213. package/dist/esm/types/src/components/DataDisplay/StatusCard/StatusCard.d.ts +3 -4
  214. package/dist/esm/types/src/components/DataDisplay/Timeline/Timeline.d.ts +4 -3
  215. package/dist/esm/types/src/components/DataDisplay/Typography/Typography.d.ts +2 -2
  216. package/dist/esm/types/src/components/DataDisplay/export.d.ts +3 -3
  217. package/dist/esm/types/src/components/Feedback/Alert/Alert.d.ts +5 -3
  218. package/dist/esm/types/src/components/Feedback/Snackbar/Snackbar.d.ts +10 -3
  219. package/dist/esm/types/src/components/Feedback/Spinner/Spinner.d.ts +0 -1
  220. package/dist/esm/types/src/components/Feedback/Tooltip/Tooltip.d.ts +8 -5
  221. package/dist/esm/types/src/components/Feedback/export.d.ts +0 -2
  222. package/dist/esm/types/src/components/Image/Image.d.ts +4 -3
  223. package/dist/esm/types/src/components/Input/Button/Button.d.ts +11 -7
  224. package/dist/esm/types/src/components/Input/DatePicker/DatePicker.d.ts +29 -11
  225. package/dist/esm/types/src/components/Input/DateTimePicker/DateTimePicker.d.ts +31 -10
  226. package/dist/esm/types/src/components/Input/FileUpload/FileUpload.d.ts +4 -4
  227. package/dist/esm/types/src/components/Input/FormActions/FormActions.d.ts +3 -4
  228. package/dist/esm/types/src/components/Input/FormControlWrapper/FormControlWrapper.d.ts +2 -3
  229. package/dist/esm/types/src/components/Input/FormWrapper/FormWrapper.d.ts +2 -3
  230. package/dist/esm/types/src/components/Input/IconButtons/IconButtons/DeleteButton.d.ts +1 -1
  231. package/dist/esm/types/src/components/Input/IconButtons/IconButtons/EditButton.d.ts +1 -1
  232. package/dist/esm/types/src/components/Input/IconButtons/IconButtons/RedirectButton.d.ts +1 -1
  233. package/dist/esm/types/src/components/Input/IconButtons/IconButtons/ViewButton.d.ts +1 -1
  234. package/dist/esm/types/src/components/Input/LabelWrapper/LabelWrapper.d.ts +4 -4
  235. package/dist/esm/types/src/components/Input/MultiCheckBox/MultiCheckBox.d.ts +4 -5
  236. package/dist/esm/types/src/components/Input/MultiSelect/MultiSelect.d.ts +40 -0
  237. package/dist/esm/types/src/components/Input/MultiSelect/components/MenuFooter.d.ts +3 -0
  238. package/dist/esm/types/src/components/Input/MultiSelect/components/MultiSelectFilter.d.ts +14 -0
  239. package/dist/esm/types/src/components/Input/MultiSelect/components/MultiSelectInput.d.ts +14 -0
  240. package/dist/esm/types/src/components/Input/MultiSelect/components/OptionsLoader.d.ts +3 -0
  241. package/dist/esm/types/src/components/Input/MultiSelect/multiSelectReducer.d.ts +46 -0
  242. package/dist/esm/types/src/components/Input/MultiSelect/utils.d.ts +14 -0
  243. package/dist/esm/types/src/components/Input/OtpInput/OtpInput.d.ts +3 -4
  244. package/dist/esm/types/src/components/Input/PasswordField/PasswordField.d.ts +13 -4
  245. package/dist/esm/types/src/components/Input/RadioGroup/RadioGroup.d.ts +14 -7
  246. package/dist/esm/types/src/components/Input/SearchBar/SearchBar.d.ts +6 -4
  247. package/dist/esm/types/src/components/Input/Select/Select.d.ts +9 -9
  248. package/dist/esm/types/src/components/Input/SingleCheckBox/SingleCheckBox.d.ts +11 -8
  249. package/dist/esm/types/src/components/Input/SingleSelect/SingleSelect.d.ts +6 -13
  250. package/dist/esm/types/src/components/Input/SingleSelect/components/SingleFilter.d.ts +3 -10
  251. package/dist/esm/types/src/components/Input/SingleSelect/components/SingleInput.d.ts +3 -10
  252. package/dist/esm/types/src/components/Input/SingleSelect/singleSelectReducer.d.ts +1 -0
  253. package/dist/esm/types/src/components/Input/Switch/Switch.d.ts +6 -3
  254. package/dist/esm/types/src/components/Input/Tags/Tags.d.ts +3 -1
  255. package/dist/esm/types/src/components/Input/TextField/TextField.d.ts +10 -4
  256. package/dist/esm/types/src/components/Input/Textarea/Textarea.d.ts +12 -0
  257. package/dist/esm/types/src/components/Input/export.d.ts +2 -1
  258. package/dist/esm/types/src/components/Layout/AppLayout/components/MenuToggleButton.d.ts +7 -0
  259. package/dist/esm/types/src/components/Layout/AppLayout/components/Sidebar/Sidebar.d.ts +2 -1
  260. package/dist/esm/types/src/components/Layout/AppLayout/components/Sidebar/StyledComponents.d.ts +38 -0
  261. package/dist/esm/types/src/components/Layout/AppLayout/components/UserProfilePopup.d.ts +2 -20
  262. package/dist/esm/types/src/components/Layout/AppLayout/context/SidebarContext.d.ts +13 -0
  263. package/dist/esm/types/src/components/Layout/AppLayout/index.d.ts +3 -3
  264. package/dist/esm/types/src/components/Layout/AppLayout/types.d.ts +5 -7
  265. package/dist/esm/types/src/components/Layout/PageContent/PageContent.d.ts +8 -5
  266. package/dist/esm/types/src/components/Layout/PageHeader/PageHeader.d.ts +19 -11
  267. package/dist/esm/types/src/components/Layout/PageHeader/components/SearchBar.d.ts +4 -3
  268. package/dist/esm/types/src/components/Layout/Sheet/Sheet.d.ts +1 -0
  269. package/dist/esm/types/src/components/Layout/export.d.ts +2 -5
  270. package/dist/esm/types/src/components/Navigation/Breadcrumbs/Breadcrumbs.d.ts +3 -6
  271. package/dist/esm/types/src/components/Navigation/Calendar/Calendar.d.ts +1 -0
  272. package/dist/esm/types/src/components/Navigation/Calendar/types.d.ts +1 -2
  273. package/dist/esm/types/src/components/Navigation/ConfirmDialog/ConfirmDialog.d.ts +3 -0
  274. package/dist/esm/types/src/components/Navigation/Dialog/Dialog.d.ts +9 -4
  275. package/dist/esm/types/src/components/Navigation/DialogButton/DialogButton.d.ts +11 -3
  276. package/dist/esm/types/src/components/Navigation/DropDownMenu/DropDownIcon.d.ts +1 -2
  277. package/dist/esm/types/src/components/Navigation/DropDownMenu/DropDownMenu.d.ts +5 -5
  278. package/dist/esm/types/src/components/Navigation/DropDownMenu/DropdownMenuItem.d.ts +5 -4
  279. package/dist/esm/types/src/components/Navigation/PreviewFiles/PreviewFiles.d.ts +3 -4
  280. package/dist/esm/types/src/components/Navigation/Stepper/HorizontalStepper.d.ts +4 -0
  281. package/dist/esm/types/src/components/Navigation/Stepper/Stepper.d.ts +26 -38
  282. package/dist/esm/types/src/components/Navigation/Stepper/VerticalStepper.d.ts +4 -0
  283. package/dist/esm/types/src/components/Navigation/Stepper/utils.d.ts +25 -0
  284. package/dist/esm/types/src/components/Navigation/TabsContainer/TabsContainer.d.ts +8 -4
  285. package/dist/esm/types/src/components/Navigation/UploadDialog/UploadDialog.d.ts +2 -3
  286. package/dist/esm/types/src/components/Navigation/export.d.ts +0 -2
  287. package/dist/esm/types/src/hooks/export.d.ts +1 -0
  288. package/dist/esm/types/src/hooks/useMediaQuery.d.ts +6 -0
  289. package/dist/esm/types/src/hooks/usePageHeader.d.ts +6 -2
  290. package/dist/esm/types/src/lib/export.d.ts +1 -0
  291. package/dist/esm/types/src/lib/utils.d.ts +2 -0
  292. package/dist/esm/types/src/redux/slices/pageHeaderSlice.d.ts +6 -4
  293. package/dist/esm/types/src/shadcn-components/Charts/Chart.d.ts +40 -0
  294. package/dist/esm/types/src/shadcn-components/DataDisplay/Accordion/Accordion.d.ts +7 -0
  295. package/dist/esm/types/src/shadcn-components/DataDisplay/Avatar/Avatar.d.ts +6 -0
  296. package/dist/esm/types/src/shadcn-components/DataDisplay/Badge/Badge.d.ts +9 -0
  297. package/dist/esm/types/src/shadcn-components/DataDisplay/Card/Card.d.ts +9 -0
  298. package/dist/esm/types/src/shadcn-components/DataDisplay/Dialog/Dialog.d.ts +15 -0
  299. package/dist/esm/types/src/shadcn-components/DataDisplay/Seperator/Seperator.d.ts +4 -0
  300. package/dist/esm/types/src/shadcn-components/DataDisplay/Skeleton/Skeleton.d.ts +2 -0
  301. package/dist/esm/types/src/shadcn-components/DataDisplay/Table/Pagination.d.ts +13 -0
  302. package/dist/esm/types/src/shadcn-components/DataDisplay/Table/Table.d.ts +10 -0
  303. package/dist/esm/types/src/shadcn-components/DataDisplay/Typography/Typography.d.ts +11 -0
  304. package/dist/esm/types/src/shadcn-components/Feedback/Altert/Alert.d.ts +9 -0
  305. package/dist/esm/types/src/shadcn-components/Feedback/Tooltip/Tooltip.d.ts +7 -0
  306. package/dist/esm/types/src/shadcn-components/Input/Button/Button.d.ts +10 -0
  307. package/dist/esm/types/src/shadcn-components/Input/Calendar/Calendar.d.ts +8 -0
  308. package/dist/esm/types/src/shadcn-components/Input/Checkbox/Checkbox.d.ts +4 -0
  309. package/dist/esm/types/src/shadcn-components/Input/Command/Command.d.ts +18 -0
  310. package/dist/esm/types/src/shadcn-components/Input/Input/Input.d.ts +3 -0
  311. package/dist/esm/types/src/shadcn-components/Input/Label/Label.d.ts +4 -0
  312. package/dist/esm/types/src/shadcn-components/Input/Popover/Popover.d.ts +7 -0
  313. package/dist/esm/types/src/shadcn-components/Input/RadioGroup/RadioGroup.d.ts +5 -0
  314. package/dist/esm/types/src/shadcn-components/Input/Select/Select.d.ts +13 -0
  315. package/dist/esm/types/src/shadcn-components/Input/Switch/Switch.d.ts +4 -0
  316. package/dist/esm/types/src/shadcn-components/Input/Textarea/Textarea.d.ts +3 -0
  317. package/dist/esm/types/src/shadcn-components/Layout/Sheet/Sheet.d.ts +13 -0
  318. package/dist/esm/types/src/shadcn-components/Navigation/Breadcrumb/Breadcrumb.d.ts +11 -0
  319. package/dist/esm/types/src/shadcn-components/Navigation/DropdownMenu/DropdownMenu.d.ts +25 -0
  320. package/dist/esm/types/src/shadcn-components/Navigation/Tabs/Tabs.d.ts +7 -0
  321. package/dist/esm/types/src/stories/Charts/BarChart.stories.d.ts +17 -55
  322. package/dist/esm/types/src/stories/Charts/LineChart.stories.d.ts +11 -52
  323. package/dist/esm/types/src/stories/Charts/PieChart.stories.d.ts +7 -86
  324. package/dist/esm/types/src/stories/Charts/Treemap.stories.d.ts +5 -4
  325. package/dist/esm/types/src/stories/DataDisplay/Accordion.stories.d.ts +9 -0
  326. package/dist/esm/types/src/stories/DataDisplay/Card.stories.d.ts +17 -44
  327. package/dist/esm/types/src/stories/DataDisplay/Chip.stories.d.ts +8 -0
  328. package/dist/esm/types/src/stories/DataDisplay/CircularAvatar.stories.d.ts +8 -14
  329. package/dist/esm/types/src/stories/DataDisplay/Seperator.stories.d.ts +9 -0
  330. package/dist/esm/types/src/stories/DataDisplay/Skeleton.stories.d.ts +12 -0
  331. package/dist/esm/types/src/stories/DataDisplay/StatusCard.stories.d.ts +4 -2
  332. package/dist/esm/types/src/stories/DataDisplay/Timeline.stories.d.ts +4 -40
  333. package/dist/esm/types/src/stories/DesignSystem/typography.stories.d.ts +9 -5
  334. package/dist/esm/types/src/stories/Feedback/Alert.stories.d.ts +5 -1
  335. package/dist/esm/types/src/stories/Feedback/Tooltip.stories.d.ts +2 -0
  336. package/dist/esm/types/src/stories/Image/Image.stories.d.ts +11 -0
  337. package/dist/esm/types/src/stories/Input/Button.stories.d.ts +17 -28
  338. package/dist/esm/types/src/stories/Input/DatePicker.stories.d.ts +10 -74
  339. package/dist/esm/types/src/stories/Input/DateTimePicker.stories.d.ts +15 -10
  340. package/dist/esm/types/src/stories/Input/FileUpload.stories.d.ts +13 -0
  341. package/dist/esm/types/src/stories/Input/HelpButton.stories.d.ts +10 -0
  342. package/dist/esm/types/src/stories/Input/MultiCheckBox.stories.d.ts +4 -0
  343. package/dist/esm/types/src/stories/Input/MultiSelect.stories.d.ts +204 -0
  344. package/dist/esm/types/src/stories/Input/OtpInput.stories.d.ts +8 -8
  345. package/dist/esm/types/src/stories/Input/Password.stories.d.ts +9 -10
  346. package/dist/esm/types/src/stories/Input/RadioGroup.stories.d.ts +11 -17
  347. package/dist/esm/types/src/stories/Input/SearchBar.stories.d.ts +3 -1
  348. package/dist/esm/types/src/stories/Input/Select.stories.d.ts +6 -1
  349. package/dist/esm/types/src/stories/Input/SingleCheckBox.stories.d.ts +4 -0
  350. package/dist/esm/types/src/stories/Input/SingleSelect.stories.d.ts +121 -23
  351. package/dist/esm/types/src/stories/Input/Switch.stories.d.ts +10 -28
  352. package/dist/esm/types/src/stories/Input/Tags.stories.d.ts +9 -10
  353. package/dist/esm/types/src/stories/Input/TextField.stories.d.ts +13 -24
  354. package/dist/esm/types/src/stories/Navigation/ConfirmDialog.stories.d.ts +4 -1
  355. package/dist/esm/types/src/stories/Navigation/DialogButton.stories.d.ts +1 -0
  356. package/dist/esm/types/src/stories/Navigation/ImportDialog.stories.d.ts +1 -1
  357. package/dist/esm/types/src/stories/Navigation/Stepper.stories.d.ts +6 -1
  358. package/dist/esm/types/src/stories/Navigation/TabsContainer.stories.d.ts +4 -0
  359. package/dist/index.d.ts +764 -817
  360. package/dist/styles.css +4386 -0
  361. package/export.ts +1 -1
  362. package/package.json +39 -16
  363. package/src/App.tsx +3 -326
  364. package/src/components/Assets/ErrorPages/ComingSoon.tsx +4 -5
  365. package/src/components/Assets/ErrorPages/InternalServerError.tsx +17 -20
  366. package/src/components/Assets/ErrorPages/NoInternetConnection.tsx +18 -21
  367. package/src/components/Assets/ErrorPages/NoItemFound.tsx +4 -5
  368. package/src/components/Assets/ErrorPages/PageNotFound.tsx +10 -13
  369. package/src/components/Assets/ErrorPages/ResourceNotFound.tsx +6 -9
  370. package/src/components/Assets/ErrorPages/UnAuthorized.tsx +9 -12
  371. package/src/components/Assets/Icons/IconComponents/CampxFullLogoIcon.tsx +44 -52
  372. package/src/components/Assets/Icons/IconComponents/CampxIcon.tsx +27 -18
  373. package/src/components/Assets/Icons/Icons.tsx +1 -539
  374. package/src/components/Charts/BarChart/BarChart.tsx +28 -240
  375. package/src/components/Charts/BarChart/HorizontalBarChart.tsx +211 -0
  376. package/src/components/Charts/BarChart/VerticalBarChart.tsx +266 -0
  377. package/src/components/Charts/LineChart/LineChart.tsx +112 -81
  378. package/src/components/Charts/PieChart/PieChart.tsx +66 -57
  379. package/src/components/Charts/TreeMap/TreeMap.tsx +62 -65
  380. package/src/components/Charts/export.ts +1 -1
  381. package/src/components/Charts/types/types.ts +19 -5
  382. package/src/components/DataDisplay/Accordion/Accordion.tsx +73 -44
  383. package/src/components/DataDisplay/ActivityLogView/ActivityLogFilter.tsx +92 -0
  384. package/src/components/DataDisplay/ActivityLogView/ActivityLogView.tsx +108 -152
  385. package/src/components/DataDisplay/ActivityLogView/service.tsx +10 -31
  386. package/src/components/DataDisplay/Avatar/Avatar.tsx +26 -48
  387. package/src/components/DataDisplay/Card/Card.tsx +114 -176
  388. package/src/components/DataDisplay/Chip/Chip.tsx +12 -0
  389. package/src/components/DataDisplay/Chips/Chips.tsx +15 -22
  390. package/src/components/DataDisplay/DataTable/DataTable.tsx +280 -64
  391. package/src/components/DataDisplay/DataTable/components/CardsView.tsx +76 -0
  392. package/src/components/DataDisplay/DataTable/components/ColumnSelector/ColumnSelector.tsx +97 -0
  393. package/src/components/DataDisplay/DataTable/components/DensitySelector/DensitySelector.tsx +66 -0
  394. package/src/components/DataDisplay/DataTable/components/TableHeaders/TableActionHeader.tsx +124 -0
  395. package/src/components/DataDisplay/DataTable/components/TableHeaders/TableSelectionHeader.tsx +50 -0
  396. package/src/components/DataDisplay/DataTable/components/TablePagination.tsx +179 -0
  397. package/src/components/DataDisplay/DataTable/components/TableView.tsx +205 -0
  398. package/src/components/DataDisplay/DataTable/components/ViewList/CreateViewForm.tsx +79 -0
  399. package/src/components/DataDisplay/DataTable/components/ViewList/ResponsiveViews.tsx +134 -0
  400. package/src/components/DataDisplay/DataTable/components/ViewList/ViewButton.tsx +124 -0
  401. package/src/components/DataDisplay/DataTable/components/utils.ts +65 -0
  402. package/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.tsx +16 -20
  403. package/src/components/DataDisplay/ReactJoyride/ReactJoyride.tsx +19 -69
  404. package/src/components/DataDisplay/Separator/Separator.tsx +32 -0
  405. package/src/components/DataDisplay/Skeleton/Skeleton.tsx +3 -0
  406. package/src/components/DataDisplay/StatusCard/StatusCard.tsx +33 -35
  407. package/src/components/DataDisplay/Timeline/Timeline.tsx +89 -64
  408. package/src/components/DataDisplay/Typography/Typography.tsx +9 -8
  409. package/src/components/DataDisplay/export.ts +3 -3
  410. package/src/components/Feedback/Alert/Alert.tsx +26 -16
  411. package/src/components/Feedback/Snackbar/Snackbar.tsx +88 -95
  412. package/src/components/Feedback/Spinner/Spinner.tsx +3 -3
  413. package/src/components/Feedback/Tooltip/Tooltip.tsx +26 -19
  414. package/src/components/Feedback/export.ts +0 -2
  415. package/src/components/Image/Image.tsx +22 -20
  416. package/src/components/Input/Button/Button.tsx +29 -28
  417. package/src/components/Input/Button/ButtonLoader.css +50 -23
  418. package/src/components/Input/DatePicker/DatePicker.tsx +196 -47
  419. package/src/components/Input/DateTimePicker/DateTimePicker.tsx +331 -70
  420. package/src/components/Input/FileUpload/FileUpload.tsx +78 -126
  421. package/src/components/Input/FormActions/FormActions.tsx +13 -17
  422. package/src/components/Input/FormControlWrapper/FormControlWrapper.tsx +13 -9
  423. package/src/components/Input/FormWrapper/FormWrapper.tsx +5 -4
  424. package/src/components/Input/HelpButton/HelpButton.tsx +10 -9
  425. package/src/components/Input/IconButtons/IconButtons/DeleteButton.tsx +5 -5
  426. package/src/components/Input/IconButtons/IconButtons/EditButton.tsx +5 -5
  427. package/src/components/Input/IconButtons/IconButtons/RedirectButton.tsx +5 -5
  428. package/src/components/Input/IconButtons/IconButtons/ViewButton.tsx +5 -5
  429. package/src/components/Input/LabelWrapper/LabelWrapper.tsx +15 -18
  430. package/src/components/Input/MultiCheckBox/MultiCheckBox.tsx +16 -11
  431. package/src/components/Input/MultiSelect/MultiSelect.tsx +456 -0
  432. package/src/components/Input/MultiSelect/components/MenuFooter.tsx +11 -0
  433. package/src/components/Input/MultiSelect/components/MultiSelectFilter.tsx +185 -0
  434. package/src/components/Input/MultiSelect/components/MultiSelectInput.tsx +240 -0
  435. package/src/components/Input/MultiSelect/components/OptionsLoader.tsx +13 -0
  436. package/src/components/Input/MultiSelect/multiSelectReducer.ts +151 -0
  437. package/src/components/Input/MultiSelect/utils.ts +50 -0
  438. package/src/components/Input/OtpInput/OtpInput.tsx +33 -48
  439. package/src/components/Input/PasswordField/PasswordField.tsx +74 -39
  440. package/src/components/Input/RadioGroup/RadioGroup.tsx +59 -31
  441. package/src/components/Input/SearchBar/SearchBar.tsx +33 -58
  442. package/src/components/Input/Select/Select.tsx +86 -73
  443. package/src/components/Input/SingleCheckBox/SingleCheckBox.tsx +40 -45
  444. package/src/components/Input/SingleSelect/SingleSelect.tsx +7 -29
  445. package/src/components/Input/SingleSelect/components/MenuFooter.tsx +4 -17
  446. package/src/components/Input/SingleSelect/components/OptionsLoader.tsx +4 -5
  447. package/src/components/Input/SingleSelect/components/SingleFilter.tsx +121 -181
  448. package/src/components/Input/SingleSelect/components/SingleInput.tsx +148 -136
  449. package/src/components/Input/SingleSelect/singleSelectReducer.ts +1 -0
  450. package/src/components/Input/Switch/Switch.tsx +24 -8
  451. package/src/components/Input/Tags/Tags.tsx +23 -25
  452. package/src/components/Input/TextField/TextField.tsx +34 -13
  453. package/src/components/Input/Textarea/Textarea.tsx +67 -0
  454. package/src/components/Input/export.ts +2 -1
  455. package/src/components/Layout/AppLayout/AppLayout.tsx +53 -96
  456. package/src/components/Layout/AppLayout/components/MenuToggleButton.tsx +30 -0
  457. package/src/components/Layout/AppLayout/components/Sidebar/MenuBar.tsx +15 -11
  458. package/src/components/Layout/AppLayout/components/Sidebar/MenuItem.tsx +46 -49
  459. package/src/components/Layout/AppLayout/components/Sidebar/Sidebar.tsx +43 -74
  460. package/src/components/Layout/AppLayout/components/Sidebar/StyledComponents.tsx +245 -0
  461. package/src/components/Layout/AppLayout/components/UserProfilePopup.tsx +55 -119
  462. package/src/components/Layout/AppLayout/context/SidebarContext.tsx +39 -0
  463. package/src/components/Layout/AppLayout/index.ts +8 -4
  464. package/src/components/Layout/AppLayout/types.ts +3 -9
  465. package/src/components/Layout/PageContent/PageContent.tsx +27 -54
  466. package/src/components/Layout/PageHeader/PageHeader.tsx +101 -174
  467. package/src/components/Layout/PageHeader/components/SearchBar.tsx +16 -88
  468. package/src/components/Layout/Sheet/Sheet.tsx +10 -0
  469. package/src/components/Layout/UserBox/UserBox.tsx +126 -0
  470. package/src/components/Layout/export.ts +5 -6
  471. package/src/components/Navigation/Breadcrumbs/Breadcrumbs.tsx +102 -72
  472. package/src/components/Navigation/Calendar/Calendar.css +285 -0
  473. package/src/components/Navigation/Calendar/Calendar.tsx +23 -9
  474. package/src/components/Navigation/Calendar/types.ts +1 -2
  475. package/src/components/Navigation/ConfirmDialog/ConfirmDialog.tsx +50 -51
  476. package/src/components/Navigation/Dialog/Dialog.tsx +42 -17
  477. package/src/components/Navigation/DialogButton/DialogButton.tsx +44 -19
  478. package/src/components/Navigation/DropDownMenu/DropDownButton.tsx +6 -2
  479. package/src/components/Navigation/DropDownMenu/DropDownIcon.tsx +10 -9
  480. package/src/components/Navigation/DropDownMenu/DropDownMenu.tsx +49 -62
  481. package/src/components/Navigation/DropDownMenu/DropdownMenuItem.tsx +19 -9
  482. package/src/components/Navigation/PreviewFiles/PreviewFiles.tsx +65 -71
  483. package/src/components/Navigation/Stepper/HorizontalStepper.tsx +230 -0
  484. package/src/components/Navigation/Stepper/Stepper.tsx +37 -104
  485. package/src/components/Navigation/Stepper/VerticalStepper.tsx +97 -0
  486. package/src/components/Navigation/Stepper/utils.ts +67 -0
  487. package/src/components/Navigation/TabsContainer/TabsContainer.tsx +67 -59
  488. package/src/components/Navigation/UploadDialog/LoadingUploadDialogContainer.tsx +14 -13
  489. package/src/components/Navigation/UploadDialog/UploadDialog.tsx +64 -75
  490. package/src/components/Navigation/UploadDialog/UploadDialogContainer.tsx +18 -19
  491. package/src/components/Navigation/export.ts +0 -2
  492. package/src/hooks/export.ts +1 -0
  493. package/src/hooks/useMediaQuery.ts +32 -0
  494. package/src/hooks/usePageHeader.ts +12 -0
  495. package/src/index.tsx +3 -6
  496. package/src/lib/export.ts +1 -0
  497. package/src/lib/utils.ts +6 -0
  498. package/src/redux/slices/pageHeaderSlice.ts +14 -3
  499. package/src/shadcn-components/Charts/Chart.tsx +355 -0
  500. package/src/shadcn-components/DataDisplay/Accordion/Accordion.tsx +64 -0
  501. package/src/shadcn-components/DataDisplay/Avatar/Avatar.tsx +51 -0
  502. package/src/shadcn-components/DataDisplay/Badge/Badge.tsx +46 -0
  503. package/src/shadcn-components/DataDisplay/Card/Card.tsx +92 -0
  504. package/src/shadcn-components/DataDisplay/Dialog/Dialog.tsx +141 -0
  505. package/src/shadcn-components/DataDisplay/Seperator/Seperator.tsx +26 -0
  506. package/src/shadcn-components/DataDisplay/Skeleton/Skeleton.tsx +13 -0
  507. package/src/shadcn-components/DataDisplay/Table/Pagination.tsx +130 -0
  508. package/src/shadcn-components/DataDisplay/Table/Table.tsx +114 -0
  509. package/src/shadcn-components/DataDisplay/Typography/Typography.tsx +86 -0
  510. package/src/shadcn-components/Feedback/Altert/Alert.tsx +66 -0
  511. package/src/shadcn-components/Feedback/Tooltip/Tooltip.tsx +59 -0
  512. package/src/shadcn-components/Input/Button/Button.tsx +61 -0
  513. package/src/shadcn-components/Input/Calendar/Calendar.tsx +214 -0
  514. package/src/shadcn-components/Input/Checkbox/Checkbox.tsx +30 -0
  515. package/src/shadcn-components/Input/Command/Command.tsx +182 -0
  516. package/src/shadcn-components/Input/Input/Input.tsx +21 -0
  517. package/src/shadcn-components/Input/Label/Label.tsx +22 -0
  518. package/src/shadcn-components/Input/Popover/Popover.tsx +46 -0
  519. package/src/shadcn-components/Input/RadioGroup/RadioGroup.tsx +47 -0
  520. package/src/shadcn-components/Input/Select/Select.tsx +157 -0
  521. package/src/shadcn-components/Input/Switch/Switch.tsx +29 -0
  522. package/src/shadcn-components/Input/Textarea/Textarea.tsx +18 -0
  523. package/src/shadcn-components/Layout/Sheet/Sheet.tsx +137 -0
  524. package/src/shadcn-components/Navigation/Breadcrumb/Breadcrumb.tsx +109 -0
  525. package/src/shadcn-components/Navigation/DropdownMenu/DropdownMenu.tsx +255 -0
  526. package/src/shadcn-components/Navigation/Tabs/Tabs.tsx +64 -0
  527. package/src/stories/Assets/Icons.stories.tsx +28 -15
  528. package/src/stories/Charts/BarChart.stories.tsx +347 -124
  529. package/src/stories/Charts/LineChart.stories.tsx +209 -78
  530. package/src/stories/Charts/PieChart.stories.tsx +72 -49
  531. package/src/stories/Charts/Treemap.stories.tsx +56 -23
  532. package/src/stories/DataDisplay/Accordion.stories.tsx +171 -0
  533. package/src/stories/DataDisplay/ActivityLogView.stories.tsx +1 -9
  534. package/src/stories/DataDisplay/Card.stories.tsx +485 -70
  535. package/src/stories/DataDisplay/Chip.stories.tsx +51 -0
  536. package/src/stories/DataDisplay/CircularAvatar.stories.tsx +60 -16
  537. package/src/stories/DataDisplay/Seperator.stories.tsx +127 -0
  538. package/src/stories/DataDisplay/Skeleton.stories.tsx +169 -0
  539. package/src/stories/DataDisplay/StatusCard.stories.tsx +33 -4
  540. package/src/stories/DataDisplay/Timeline.stories.tsx +128 -123
  541. package/src/stories/DesignSystem/colorTokens.stories.tsx +229 -43
  542. package/src/stories/DesignSystem/typography.stories.tsx +314 -73
  543. package/src/stories/Feedback/Alert.stories.tsx +40 -1
  544. package/src/stories/Feedback/Tooltip.stories.tsx +54 -15
  545. package/src/stories/Image/Image.stories.tsx +112 -0
  546. package/src/stories/Input/Button.stories.tsx +115 -43
  547. package/src/stories/Input/DatePicker.stories.tsx +80 -34
  548. package/src/stories/Input/DateTimePicker.stories.tsx +176 -54
  549. package/src/stories/Input/FileUpload.stories.tsx +145 -0
  550. package/src/stories/Input/HelpButton.stories.tsx +20 -0
  551. package/src/stories/Input/IconButtons.stories.tsx +11 -12
  552. package/src/stories/Input/MultiCheckBox.stories.tsx +123 -8
  553. package/src/stories/Input/MultiSelect.stories.tsx +552 -0
  554. package/src/stories/Input/OtpInput.stories.tsx +109 -9
  555. package/src/stories/Input/Password.stories.tsx +112 -10
  556. package/src/stories/Input/RadioGroup.stories.tsx +101 -33
  557. package/src/stories/Input/SearchBar.stories.tsx +50 -10
  558. package/src/stories/Input/Select.stories.tsx +116 -13
  559. package/src/stories/Input/SingleCheckBox.stories.tsx +58 -8
  560. package/src/stories/Input/SingleSelect.stories.tsx +330 -64
  561. package/src/stories/Input/Switch.stories.tsx +41 -37
  562. package/src/stories/Input/Tags.stories.tsx +60 -22
  563. package/src/stories/Input/TextField.stories.tsx +26 -51
  564. package/src/stories/Navigation/Calendar.stories.tsx +61 -67
  565. package/src/stories/Navigation/ConfirmDialog.stories.tsx +89 -4
  566. package/src/stories/Navigation/DialogButton.stories.tsx +57 -59
  567. package/src/stories/Navigation/DropDownMenu.stories.tsx +35 -32
  568. package/src/stories/Navigation/ImportDialog.stories.tsx +1 -1
  569. package/src/stories/Navigation/PreviewFiles.stories.tsx +2 -3
  570. package/src/stories/Navigation/Stepper.stories.tsx +156 -5
  571. package/src/stories/Navigation/TabsContainer.stories.tsx +111 -12
  572. package/src/styles/globals.css +286 -0
  573. package/src/styles/index.css +3 -0
  574. package/dist/cjs/types/src/AppContent.d.ts +0 -1
  575. package/dist/cjs/types/src/components/Assets/ErrorPages/styles.d.ts +0 -4
  576. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AcademicFeesIcon.d.ts +0 -3
  577. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AcademicIcon.d.ts +0 -5
  578. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AccordionArrow.d.ts +0 -3
  579. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ActiveDevicesIcon.d.ts +0 -3
  580. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ActivitiesIcon.d.ts +0 -5
  581. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ActivityLogsIcon.d.ts +0 -4
  582. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AddSquare.d.ts +0 -4
  583. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdminIcon.d.ts +0 -3
  584. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdministratorIcon.d.ts +0 -3
  585. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdmissionsIcon.d.ts +0 -3
  586. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +0 -4
  587. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AmenitiesIcon.d.ts +0 -2
  588. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ApproveIcon.d.ts +0 -4
  589. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AppsIcon.d.ts +0 -3
  590. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ArchiveIcon.d.ts +0 -5
  591. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ArrowBackIcon.d.ts +0 -3
  592. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AssessmentsIcon.d.ts +0 -5
  593. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AssignmentIcon.d.ts +0 -3
  594. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AttachmentIcon.d.ts +0 -3
  595. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AttendanceIcon.d.ts +0 -5
  596. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BarChartIcon.d.ts +0 -4
  597. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BoardingPointsIcon.d.ts +0 -3
  598. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BookletIcon.d.ts +0 -3
  599. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BulbIcon.d.ts +0 -3
  600. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BusesIcon.d.ts +0 -3
  601. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CalendarIcon.d.ts +0 -5
  602. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CampxFullLogoIconV2.d.ts +0 -3
  603. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CampxIconV2.d.ts +0 -3
  604. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CareerIcon.d.ts +0 -3
  605. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CareersIcon.d.ts +0 -4
  606. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CautionIcon.d.ts +0 -3
  607. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CertificatesIcon.d.ts +0 -3
  608. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CetIcon.d.ts +0 -3
  609. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ChallansIcon.d.ts +0 -4
  610. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CheckedCheckBoxIcon.d.ts +0 -3
  611. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CheckedRadioIcon.d.ts +0 -3
  612. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClassroomIcon.d.ts +0 -4
  613. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClearIcon.d.ts +0 -4
  614. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClogWheelIcon.d.ts +0 -3
  615. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CollapseIcon.d.ts +0 -3
  616. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ColumnsIcon.d.ts +0 -3
  617. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +0 -3
  618. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CommutexIcon.d.ts +0 -3
  619. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +0 -3
  620. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CompletedStateIcon.d.ts +0 -3
  621. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConcessionsIcon.d.ts +0 -3
  622. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConfigurationsIcon.d.ts +0 -4
  623. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConfigureIcon.d.ts +0 -3
  624. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CopyIcon.d.ts +0 -3
  625. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CounsellorsIcon.d.ts +0 -3
  626. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CourseInfoIcon.d.ts +0 -5
  627. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CreditMemoIcon.d.ts +0 -4
  628. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CrossIcon.d.ts +0 -3
  629. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CrossIcon2.d.ts +0 -1
  630. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DFormsIcon.d.ts +0 -4
  631. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DashBoardIcon.d.ts +0 -3
  632. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DatabaseIcon.d.ts +0 -4
  633. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DeleteIcon.d.ts +0 -3
  634. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DeviceIcon.d.ts +0 -3
  635. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DocumentIcon.d.ts +0 -3
  636. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DoneSquare.d.ts +0 -4
  637. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DownArrow.d.ts +0 -5
  638. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DownloadIcon.d.ts +0 -3
  639. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ESSIcon.d.ts +0 -4
  640. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EditIcon.d.ts +0 -3
  641. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EmailIcon.d.ts +0 -1
  642. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EmailNewIcon.d.ts +0 -3
  643. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EnrollxIcon.d.ts +0 -3
  644. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EvaluationIcon.d.ts +0 -4
  645. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamConfigurationIcon.d.ts +0 -3
  646. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamDetailsIcon.d.ts +0 -3
  647. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamResultIcon.d.ts +0 -3
  648. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamxIcon.d.ts +0 -3
  649. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExcelIcon.d.ts +0 -3
  650. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExpandIcon.d.ts +0 -3
  651. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExpensesIcon.d.ts +0 -4
  652. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExportIcon.d.ts +0 -5
  653. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExportMenuIcon.d.ts +0 -3
  654. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeeConfigurationIcon.d.ts +0 -3
  655. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeePaymentIcon.d.ts +0 -3
  656. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +0 -3
  657. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FilterIcon.d.ts +0 -3
  658. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FormBuilderIcon.d.ts +0 -4
  659. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/GatePassIcon.d.ts +0 -2
  660. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HallTicketsIcon.d.ts +0 -3
  661. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HamburgerMenuIcon.d.ts +0 -3
  662. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HandoutsIcon.d.ts +0 -5
  663. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HelpDocsIcon.d.ts +0 -3
  664. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HelpIcon.d.ts +0 -3
  665. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HomeIcon.d.ts +0 -3
  666. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HostelxIcon.d.ts +0 -3
  667. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HostlersIcon.d.ts +0 -3
  668. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ImageIcon.d.ts +0 -3
  669. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ImportIcon.d.ts +0 -3
  670. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InfoFilledIcon.d.ts +0 -4
  671. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InfoIcon.d.ts +0 -3
  672. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InstitutionsIcon.d.ts +0 -3
  673. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InternalExamsIcon.d.ts +0 -4
  674. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InvigilationIcon.d.ts +0 -4
  675. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LIneDivider.d.ts +0 -4
  676. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LeadsIcon.d.ts +0 -3
  677. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LeavesIcon.d.ts +0 -4
  678. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LeftIcon.d.ts +0 -3
  679. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LegacyIcon.d.ts +0 -4
  680. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LocationIcon.d.ts +0 -3
  681. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LogoutIcon.d.ts +0 -4
  682. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ManageUsersIcon.d.ts +0 -3
  683. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MarksIcon.d.ts +0 -3
  684. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MenteesIcon.d.ts +0 -4
  685. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MentorsIcon.d.ts +0 -4
  686. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MinusSquare.d.ts +0 -4
  687. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MoreVertIcon.d.ts +0 -3
  688. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NavigationIcon.d.ts +0 -3
  689. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NewSmsIcon.d.ts +0 -3
  690. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NominalSheetsIcon.d.ts +0 -3
  691. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NoteIcon.d.ts +0 -3
  692. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NoticeBoardIcon.d.ts +0 -3
  693. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NotificationIcon.d.ts +0 -3
  694. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ObeIcon.d.ts +0 -3
  695. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OmrsIcon.d.ts +0 -3
  696. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OnlineTransactions.d.ts +0 -3
  697. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OpenPaymentsIcon.d.ts +0 -3
  698. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PayxIcon.d.ts +0 -3
  699. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PdfIcon.d.ts +0 -3
  700. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PeoplexIcon.d.ts +0 -3
  701. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PrintDesignerIcon.d.ts +0 -3
  702. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PrinterIcon.d.ts +0 -3
  703. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ProductFeaturesIcon.d.ts +0 -3
  704. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ProfileIcon.d.ts +0 -3
  705. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/QrIcon.d.ts +0 -4
  706. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/QuizIcon.d.ts +0 -5
  707. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RaiseTicketIcon.d.ts +0 -3
  708. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RedirectIcon.d.ts +0 -5
  709. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RedoIcon.d.ts +0 -3
  710. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RegistrationsIcon.d.ts +0 -3
  711. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RejectIcon.d.ts +0 -4
  712. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ReportIssueIcon.d.ts +0 -3
  713. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ReportsIcon.d.ts +0 -3
  714. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ResourcesIcon.d.ts +0 -5
  715. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RevaluationIcon.d.ts +0 -3
  716. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RightIcon.d.ts +0 -3
  717. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RoomsIcon.d.ts +0 -4
  718. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RouteBusAssignmentIcon.d.ts +0 -3
  719. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RoutesIcon.d.ts +0 -3
  720. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SalaryIcon.d.ts +0 -4
  721. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SaveIcon.d.ts +0 -3
  722. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ScanningIcon.d.ts +0 -3
  723. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ScholarshipIcon.d.ts +0 -5
  724. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SearchIcon.d.ts +0 -4
  725. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SeatingPlan.d.ts +0 -4
  726. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SettlementsIcon.d.ts +0 -4
  727. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ShareIcon.d.ts +0 -3
  728. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SidebarCloseIcon.d.ts +0 -7
  729. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SignaturesIcon.d.ts +0 -4
  730. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SmsIcon.d.ts +0 -1
  731. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +0 -3
  732. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StatisticsIcon.d.ts +0 -5
  733. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StopWatchIcon.d.ts +0 -4
  734. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StudentsIcon.d.ts +0 -5
  735. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SuccessFilledIcon.d.ts +0 -4
  736. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TasksIcon.d.ts +0 -5
  737. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ThreeDotsMenuIcon.d.ts +0 -5
  738. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TicketingSystemIcon.d.ts +0 -3
  739. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TicketsIcon.d.ts +0 -3
  740. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TimeTableIcon.d.ts +0 -5
  741. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TimerIcon.d.ts +0 -4
  742. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TransactionCardIcon.d.ts +0 -3
  743. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TransportRegistrationsIcon.d.ts +0 -3
  744. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TransportRoutesIcon.d.ts +0 -3
  745. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UmsIcon.d.ts +0 -3
  746. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UncheckCheckBoxIcon.d.ts +0 -3
  747. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UncheckedRadioIcon.d.ts +0 -3
  748. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UpArrow.d.ts +0 -5
  749. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ViewIcon.d.ts +0 -3
  750. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ViewsIcon.d.ts +0 -3
  751. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/VisibiityOffIcon.d.ts +0 -1
  752. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/VisibilityIcon.d.ts +0 -1
  753. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WarningFilledIcon.d.ts +0 -4
  754. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WhatsappIcon.d.ts +0 -3
  755. package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.d.ts +0 -3
  756. package/dist/cjs/types/src/components/Charts/ProgressCard/ProgressCard.d.ts +0 -66
  757. package/dist/cjs/types/src/components/DataDisplay/Accordion/styles.d.ts +0 -16
  758. package/dist/cjs/types/src/components/DataDisplay/AccordionGroup/AccordionGroup.d.ts +0 -10
  759. package/dist/cjs/types/src/components/DataDisplay/AccordionGroup/styles.d.ts +0 -3
  760. package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/Icons.d.ts +0 -3
  761. package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/styles.d.ts +0 -15
  762. package/dist/cjs/types/src/components/DataDisplay/Card/styles.d.ts +0 -20
  763. package/dist/cjs/types/src/components/DataDisplay/DataTable/TablePagination.d.ts +0 -10
  764. package/dist/cjs/types/src/components/DataDisplay/EditableDataTable/EditableDataTable.d.ts +0 -11
  765. package/dist/cjs/types/src/components/DataDisplay/SidePanel/SidePanel.d.ts +0 -25
  766. package/dist/cjs/types/src/components/DataDisplay/SidePanel/styles.d.ts +0 -12
  767. package/dist/cjs/types/src/components/Feedback/Tooltip/ToolTipContent.d.ts +0 -2
  768. package/dist/cjs/types/src/components/Feedback/Tutorial/Tutorial.d.ts +0 -1
  769. package/dist/cjs/types/src/components/Input/HelpButton/HelpButton.stories.d.ts +0 -10
  770. package/dist/cjs/types/src/components/Input/Select/styles.d.ts +0 -7
  771. package/dist/cjs/types/src/components/Input/TimePicker/TimePicker.d.ts +0 -12
  772. package/dist/cjs/types/src/components/Input/styles.d.ts +0 -6
  773. package/dist/cjs/types/src/components/Layout/AppHeader/AppHeader.d.ts +0 -23
  774. package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.d.ts +0 -5
  775. package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.d.ts +0 -5
  776. package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderV2.d.ts +0 -31
  777. package/dist/cjs/types/src/components/Layout/AppHeader/styles/styles.d.ts +0 -15
  778. package/dist/cjs/types/src/components/Layout/AppHeader/styles/stylesV2.d.ts +0 -1
  779. package/dist/cjs/types/src/components/Layout/AppLayout/components/AppBar.d.ts +0 -19
  780. package/dist/cjs/types/src/components/Layout/AppLayout/components/FloatingHelpDocs.d.ts +0 -22
  781. package/dist/cjs/types/src/components/Layout/AppLayout/components/HelpPopup.d.ts +0 -28
  782. package/dist/cjs/types/src/components/Layout/AppLayout/components/SideDrawer.d.ts +0 -12
  783. package/dist/cjs/types/src/components/Layout/AppLayout/components/Sidebar/styles.d.ts +0 -45
  784. package/dist/cjs/types/src/components/Layout/AppLayout/components/SwitchInstitutionPopup.d.ts +0 -17
  785. package/dist/cjs/types/src/components/Layout/FloatingContainer/FloatingContainer.d.ts +0 -9
  786. package/dist/cjs/types/src/components/Layout/PageHeader/components/Anchors.d.ts +0 -17
  787. package/dist/cjs/types/src/components/Layout/PageHeader/components/DensitySelector/DensitySelector.d.ts +0 -7
  788. package/dist/cjs/types/src/components/Layout/PageHeader/components/ManageFilters/ManageFilters.d.ts +0 -13
  789. package/dist/cjs/types/src/components/Layout/PageHeader/components/TableColumnsSelector/TableColumnsSelector.d.ts +0 -15
  790. package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/CreateViewForm.d.ts +0 -5
  791. package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/Views.d.ts +0 -19
  792. package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/ViewsActions.d.ts +0 -2
  793. package/dist/cjs/types/src/components/Layout/TabsLayout/Tabs.d.ts +0 -11
  794. package/dist/cjs/types/src/components/Layout/TabsLayout/TabsLayout.d.ts +0 -10
  795. package/dist/cjs/types/src/components/Navigation/Calendar/styles.d.ts +0 -9
  796. package/dist/cjs/types/src/components/Navigation/DropDownMenu/styles.d.ts +0 -8
  797. package/dist/cjs/types/src/components/Navigation/Sidebar/Components.d.ts +0 -8
  798. package/dist/cjs/types/src/components/Navigation/Sidebar/MenuBar.d.ts +0 -9
  799. package/dist/cjs/types/src/components/Navigation/Sidebar/MenuItem.d.ts +0 -10
  800. package/dist/cjs/types/src/components/Navigation/Sidebar/Sidebar.d.ts +0 -19
  801. package/dist/cjs/types/src/components/Navigation/Sidebar/SidebarV2.d.ts +0 -20
  802. package/dist/cjs/types/src/components/Navigation/Sidebar/SubMenuItem.d.ts +0 -7
  803. package/dist/cjs/types/src/components/Navigation/Sidebar/interfaces.d.ts +0 -39
  804. package/dist/cjs/types/src/components/Navigation/Sidebar/styles.d.ts +0 -47
  805. package/dist/cjs/types/src/components/Navigation/Stepper/StepperComponents.d.ts +0 -15
  806. package/dist/cjs/types/src/components/Navigation/UploadDialog/Styles.d.ts +0 -11
  807. package/dist/cjs/types/src/pages/Admin/AcademicStructure/AcademicStructure.d.ts +0 -2
  808. package/dist/cjs/types/src/pages/Admin/SystemSettings/SystemSettings.d.ts +0 -2
  809. package/dist/cjs/types/src/pages/Admin/UserManagement/UserManagement.d.ts +0 -2
  810. package/dist/cjs/types/src/pages/Admin.d.ts +0 -2
  811. package/dist/cjs/types/src/pages/Communications/Announcements/Announcements.d.ts +0 -2
  812. package/dist/cjs/types/src/pages/Communications.d.ts +0 -2
  813. package/dist/cjs/types/src/pages/Dashboard.d.ts +0 -2
  814. package/dist/cjs/types/src/pages/Exams/Management/Management.d.ts +0 -2
  815. package/dist/cjs/types/src/pages/Exams/Results/Results.d.ts +0 -2
  816. package/dist/cjs/types/src/pages/Exams.d.ts +0 -2
  817. package/dist/cjs/types/src/pages/HRMS/Attendance/Attendance.d.ts +0 -2
  818. package/dist/cjs/types/src/pages/HRMS/EmployeeManagement/EmployeeManagement.d.ts +0 -2
  819. package/dist/cjs/types/src/pages/HRMS/Performance/Performance.d.ts +0 -2
  820. package/dist/cjs/types/src/pages/HRMS.d.ts +0 -2
  821. package/dist/cjs/types/src/pages/Payments/Expenses/Expenses.d.ts +0 -2
  822. package/dist/cjs/types/src/pages/Payments/FeeCollection/FeeCollection.d.ts +0 -2
  823. package/dist/cjs/types/src/pages/Payments/FinancialReports/FinancialReports.d.ts +0 -2
  824. package/dist/cjs/types/src/pages/Payments.d.ts +0 -2
  825. package/dist/cjs/types/src/pages/Reports.d.ts +0 -2
  826. package/dist/cjs/types/src/pages/StudentCentral/Academic/Academic.d.ts +0 -2
  827. package/dist/cjs/types/src/pages/StudentCentral/Services/Services.d.ts +0 -2
  828. package/dist/cjs/types/src/pages/StudentCentral.d.ts +0 -2
  829. package/dist/cjs/types/src/pages/UMS/Classrooms/ClassroomManagement.d.ts +0 -2
  830. package/dist/cjs/types/src/pages/UMS/Classrooms/Classrooms.d.ts +0 -2
  831. package/dist/cjs/types/src/pages/UMS/Classrooms/RoomAllocation.d.ts +0 -2
  832. package/dist/cjs/types/src/pages/UMS/Classrooms/Timetables.d.ts +0 -2
  833. package/dist/cjs/types/src/pages/UMS/Courses/Courses.d.ts +0 -2
  834. package/dist/cjs/types/src/pages/UMS/Students/Enrollment.d.ts +0 -2
  835. package/dist/cjs/types/src/pages/UMS/Students/StudentList.d.ts +0 -2
  836. package/dist/cjs/types/src/pages/UMS/Students/StudentProfiles.d.ts +0 -2
  837. package/dist/cjs/types/src/pages/UMS/Students/Students.d.ts +0 -2
  838. package/dist/cjs/types/src/pages/UMS/Teachers/Performance.d.ts +0 -2
  839. package/dist/cjs/types/src/pages/UMS/Teachers/Qualifications.d.ts +0 -2
  840. package/dist/cjs/types/src/pages/UMS/Teachers/TeacherDirectory.d.ts +0 -2
  841. package/dist/cjs/types/src/pages/UMS/Teachers/Teachers.d.ts +0 -2
  842. package/dist/cjs/types/src/pages/UMS.d.ts +0 -2
  843. package/dist/cjs/types/src/stories/DataDisplay/AccordionGroup.stories.d.ts +0 -7
  844. package/dist/cjs/types/src/stories/DataDisplay/DataTable.stories.d.ts +0 -5
  845. package/dist/cjs/types/src/stories/DataDisplay/SidePanel.stories.d.ts +0 -34
  846. package/dist/cjs/types/src/stories/DataDisplay/SquareAvatar.stories.d.ts +0 -16
  847. package/dist/cjs/types/src/stories/Input/TimePicker.stories.d.ts +0 -18
  848. package/dist/cjs/types/src/stories/Layout/AppHeader.stories.d.ts +0 -6
  849. package/dist/cjs/types/src/stories/Layout/AppHeaderV2.stories.d.ts +0 -8
  850. package/dist/cjs/types/src/stories/Layout/TabsLayout.stories.d.ts +0 -6
  851. package/dist/cjs/types/src/stories/Navigation/ColumnFilters.stories.d.ts +0 -5
  852. package/dist/cjs/types/src/stories/Navigation/DensitySelector.stories.d.ts +0 -5
  853. package/dist/cjs/types/src/stories/Navigation/FileUpload.stories.d.ts +0 -41
  854. package/dist/cjs/types/src/themes/MuiThemeProvider.d.ts +0 -5
  855. package/dist/cjs/types/src/themes/colorTokens/colorPalette.d.ts +0 -50
  856. package/dist/cjs/types/src/themes/colorTokens/darkColorTokens.d.ts +0 -47
  857. package/dist/cjs/types/src/themes/colorTokens/lightColorTokens.d.ts +0 -47
  858. package/dist/cjs/types/src/themes/commonTheme.d.ts +0 -11
  859. package/dist/cjs/types/src/themes/customCssBaseline.d.ts +0 -1
  860. package/dist/cjs/types/src/themes/darkTheme.d.ts +0 -1
  861. package/dist/cjs/types/src/themes/export.d.ts +0 -4
  862. package/dist/cjs/types/src/themes/lightTheme.d.ts +0 -1
  863. package/dist/esm/types/src/AppContent.d.ts +0 -1
  864. package/dist/esm/types/src/components/Assets/ErrorPages/styles.d.ts +0 -4
  865. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AcademicFeesIcon.d.ts +0 -3
  866. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AcademicIcon.d.ts +0 -5
  867. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AccordionArrow.d.ts +0 -3
  868. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ActiveDevicesIcon.d.ts +0 -3
  869. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ActivitiesIcon.d.ts +0 -5
  870. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ActivityLogsIcon.d.ts +0 -4
  871. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AddSquare.d.ts +0 -4
  872. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdminIcon.d.ts +0 -3
  873. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdministratorIcon.d.ts +0 -3
  874. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdmissionsIcon.d.ts +0 -3
  875. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +0 -4
  876. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AmenitiesIcon.d.ts +0 -2
  877. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ApproveIcon.d.ts +0 -4
  878. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AppsIcon.d.ts +0 -3
  879. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ArchiveIcon.d.ts +0 -5
  880. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ArrowBackIcon.d.ts +0 -3
  881. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AssessmentsIcon.d.ts +0 -5
  882. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AssignmentIcon.d.ts +0 -3
  883. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AttachmentIcon.d.ts +0 -3
  884. package/dist/esm/types/src/components/Assets/Icons/IconComponents/AttendanceIcon.d.ts +0 -5
  885. package/dist/esm/types/src/components/Assets/Icons/IconComponents/BarChartIcon.d.ts +0 -4
  886. package/dist/esm/types/src/components/Assets/Icons/IconComponents/BoardingPointsIcon.d.ts +0 -3
  887. package/dist/esm/types/src/components/Assets/Icons/IconComponents/BookletIcon.d.ts +0 -3
  888. package/dist/esm/types/src/components/Assets/Icons/IconComponents/BulbIcon.d.ts +0 -3
  889. package/dist/esm/types/src/components/Assets/Icons/IconComponents/BusesIcon.d.ts +0 -3
  890. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CalendarIcon.d.ts +0 -5
  891. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CampxFullLogoIconV2.d.ts +0 -3
  892. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CampxIconV2.d.ts +0 -3
  893. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CareerIcon.d.ts +0 -3
  894. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CareersIcon.d.ts +0 -4
  895. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CautionIcon.d.ts +0 -3
  896. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CertificatesIcon.d.ts +0 -3
  897. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CetIcon.d.ts +0 -3
  898. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ChallansIcon.d.ts +0 -4
  899. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CheckedCheckBoxIcon.d.ts +0 -3
  900. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CheckedRadioIcon.d.ts +0 -3
  901. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClassroomIcon.d.ts +0 -4
  902. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClearIcon.d.ts +0 -4
  903. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClogWheelIcon.d.ts +0 -3
  904. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CollapseIcon.d.ts +0 -3
  905. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ColumnsIcon.d.ts +0 -3
  906. package/dist/esm/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +0 -3
  907. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CommutexIcon.d.ts +0 -3
  908. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +0 -3
  909. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CompletedStateIcon.d.ts +0 -3
  910. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConcessionsIcon.d.ts +0 -3
  911. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConfigurationsIcon.d.ts +0 -4
  912. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConfigureIcon.d.ts +0 -3
  913. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CopyIcon.d.ts +0 -3
  914. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CounsellorsIcon.d.ts +0 -3
  915. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CourseInfoIcon.d.ts +0 -5
  916. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CreditMemoIcon.d.ts +0 -4
  917. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CrossIcon.d.ts +0 -3
  918. package/dist/esm/types/src/components/Assets/Icons/IconComponents/CrossIcon2.d.ts +0 -1
  919. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DFormsIcon.d.ts +0 -4
  920. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DashBoardIcon.d.ts +0 -3
  921. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DatabaseIcon.d.ts +0 -4
  922. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DeleteIcon.d.ts +0 -3
  923. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DeviceIcon.d.ts +0 -3
  924. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DocumentIcon.d.ts +0 -3
  925. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DoneSquare.d.ts +0 -4
  926. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DownArrow.d.ts +0 -5
  927. package/dist/esm/types/src/components/Assets/Icons/IconComponents/DownloadIcon.d.ts +0 -3
  928. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ESSIcon.d.ts +0 -4
  929. package/dist/esm/types/src/components/Assets/Icons/IconComponents/EditIcon.d.ts +0 -3
  930. package/dist/esm/types/src/components/Assets/Icons/IconComponents/EmailIcon.d.ts +0 -1
  931. package/dist/esm/types/src/components/Assets/Icons/IconComponents/EmailNewIcon.d.ts +0 -3
  932. package/dist/esm/types/src/components/Assets/Icons/IconComponents/EnrollxIcon.d.ts +0 -3
  933. package/dist/esm/types/src/components/Assets/Icons/IconComponents/EvaluationIcon.d.ts +0 -4
  934. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamConfigurationIcon.d.ts +0 -3
  935. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamDetailsIcon.d.ts +0 -3
  936. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamResultIcon.d.ts +0 -3
  937. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamxIcon.d.ts +0 -3
  938. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExcelIcon.d.ts +0 -3
  939. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExpandIcon.d.ts +0 -3
  940. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExpensesIcon.d.ts +0 -4
  941. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExportIcon.d.ts +0 -5
  942. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExportMenuIcon.d.ts +0 -3
  943. package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeeConfigurationIcon.d.ts +0 -3
  944. package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeePaymentIcon.d.ts +0 -3
  945. package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +0 -3
  946. package/dist/esm/types/src/components/Assets/Icons/IconComponents/FilterIcon.d.ts +0 -3
  947. package/dist/esm/types/src/components/Assets/Icons/IconComponents/FormBuilderIcon.d.ts +0 -4
  948. package/dist/esm/types/src/components/Assets/Icons/IconComponents/GatePassIcon.d.ts +0 -2
  949. package/dist/esm/types/src/components/Assets/Icons/IconComponents/HallTicketsIcon.d.ts +0 -3
  950. package/dist/esm/types/src/components/Assets/Icons/IconComponents/HamburgerMenuIcon.d.ts +0 -3
  951. package/dist/esm/types/src/components/Assets/Icons/IconComponents/HandoutsIcon.d.ts +0 -5
  952. package/dist/esm/types/src/components/Assets/Icons/IconComponents/HelpDocsIcon.d.ts +0 -3
  953. package/dist/esm/types/src/components/Assets/Icons/IconComponents/HelpIcon.d.ts +0 -3
  954. package/dist/esm/types/src/components/Assets/Icons/IconComponents/HomeIcon.d.ts +0 -3
  955. package/dist/esm/types/src/components/Assets/Icons/IconComponents/HostelxIcon.d.ts +0 -3
  956. package/dist/esm/types/src/components/Assets/Icons/IconComponents/HostlersIcon.d.ts +0 -3
  957. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ImageIcon.d.ts +0 -3
  958. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ImportIcon.d.ts +0 -3
  959. package/dist/esm/types/src/components/Assets/Icons/IconComponents/InfoFilledIcon.d.ts +0 -4
  960. package/dist/esm/types/src/components/Assets/Icons/IconComponents/InfoIcon.d.ts +0 -3
  961. package/dist/esm/types/src/components/Assets/Icons/IconComponents/InstitutionsIcon.d.ts +0 -3
  962. package/dist/esm/types/src/components/Assets/Icons/IconComponents/InternalExamsIcon.d.ts +0 -4
  963. package/dist/esm/types/src/components/Assets/Icons/IconComponents/InvigilationIcon.d.ts +0 -4
  964. package/dist/esm/types/src/components/Assets/Icons/IconComponents/LIneDivider.d.ts +0 -4
  965. package/dist/esm/types/src/components/Assets/Icons/IconComponents/LeadsIcon.d.ts +0 -3
  966. package/dist/esm/types/src/components/Assets/Icons/IconComponents/LeavesIcon.d.ts +0 -4
  967. package/dist/esm/types/src/components/Assets/Icons/IconComponents/LeftIcon.d.ts +0 -3
  968. package/dist/esm/types/src/components/Assets/Icons/IconComponents/LegacyIcon.d.ts +0 -4
  969. package/dist/esm/types/src/components/Assets/Icons/IconComponents/LocationIcon.d.ts +0 -3
  970. package/dist/esm/types/src/components/Assets/Icons/IconComponents/LogoutIcon.d.ts +0 -4
  971. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ManageUsersIcon.d.ts +0 -3
  972. package/dist/esm/types/src/components/Assets/Icons/IconComponents/MarksIcon.d.ts +0 -3
  973. package/dist/esm/types/src/components/Assets/Icons/IconComponents/MenteesIcon.d.ts +0 -4
  974. package/dist/esm/types/src/components/Assets/Icons/IconComponents/MentorsIcon.d.ts +0 -4
  975. package/dist/esm/types/src/components/Assets/Icons/IconComponents/MinusSquare.d.ts +0 -4
  976. package/dist/esm/types/src/components/Assets/Icons/IconComponents/MoreVertIcon.d.ts +0 -3
  977. package/dist/esm/types/src/components/Assets/Icons/IconComponents/NavigationIcon.d.ts +0 -3
  978. package/dist/esm/types/src/components/Assets/Icons/IconComponents/NewSmsIcon.d.ts +0 -3
  979. package/dist/esm/types/src/components/Assets/Icons/IconComponents/NominalSheetsIcon.d.ts +0 -3
  980. package/dist/esm/types/src/components/Assets/Icons/IconComponents/NoteIcon.d.ts +0 -3
  981. package/dist/esm/types/src/components/Assets/Icons/IconComponents/NoticeBoardIcon.d.ts +0 -3
  982. package/dist/esm/types/src/components/Assets/Icons/IconComponents/NotificationIcon.d.ts +0 -3
  983. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ObeIcon.d.ts +0 -3
  984. package/dist/esm/types/src/components/Assets/Icons/IconComponents/OmrsIcon.d.ts +0 -3
  985. package/dist/esm/types/src/components/Assets/Icons/IconComponents/OnlineTransactions.d.ts +0 -3
  986. package/dist/esm/types/src/components/Assets/Icons/IconComponents/OpenPaymentsIcon.d.ts +0 -3
  987. package/dist/esm/types/src/components/Assets/Icons/IconComponents/PayxIcon.d.ts +0 -3
  988. package/dist/esm/types/src/components/Assets/Icons/IconComponents/PdfIcon.d.ts +0 -3
  989. package/dist/esm/types/src/components/Assets/Icons/IconComponents/PeoplexIcon.d.ts +0 -3
  990. package/dist/esm/types/src/components/Assets/Icons/IconComponents/PrintDesignerIcon.d.ts +0 -3
  991. package/dist/esm/types/src/components/Assets/Icons/IconComponents/PrinterIcon.d.ts +0 -3
  992. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ProductFeaturesIcon.d.ts +0 -3
  993. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ProfileIcon.d.ts +0 -3
  994. package/dist/esm/types/src/components/Assets/Icons/IconComponents/QrIcon.d.ts +0 -4
  995. package/dist/esm/types/src/components/Assets/Icons/IconComponents/QuizIcon.d.ts +0 -5
  996. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RaiseTicketIcon.d.ts +0 -3
  997. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RedirectIcon.d.ts +0 -5
  998. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RedoIcon.d.ts +0 -3
  999. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RegistrationsIcon.d.ts +0 -3
  1000. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RejectIcon.d.ts +0 -4
  1001. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ReportIssueIcon.d.ts +0 -3
  1002. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ReportsIcon.d.ts +0 -3
  1003. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ResourcesIcon.d.ts +0 -5
  1004. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RevaluationIcon.d.ts +0 -3
  1005. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RightIcon.d.ts +0 -3
  1006. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RoomsIcon.d.ts +0 -4
  1007. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RouteBusAssignmentIcon.d.ts +0 -3
  1008. package/dist/esm/types/src/components/Assets/Icons/IconComponents/RoutesIcon.d.ts +0 -3
  1009. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SalaryIcon.d.ts +0 -4
  1010. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SaveIcon.d.ts +0 -3
  1011. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ScanningIcon.d.ts +0 -3
  1012. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ScholarshipIcon.d.ts +0 -5
  1013. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SearchIcon.d.ts +0 -4
  1014. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SeatingPlan.d.ts +0 -4
  1015. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SettlementsIcon.d.ts +0 -4
  1016. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ShareIcon.d.ts +0 -3
  1017. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SidebarCloseIcon.d.ts +0 -7
  1018. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SignaturesIcon.d.ts +0 -4
  1019. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SmsIcon.d.ts +0 -1
  1020. package/dist/esm/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +0 -3
  1021. package/dist/esm/types/src/components/Assets/Icons/IconComponents/StatisticsIcon.d.ts +0 -5
  1022. package/dist/esm/types/src/components/Assets/Icons/IconComponents/StopWatchIcon.d.ts +0 -4
  1023. package/dist/esm/types/src/components/Assets/Icons/IconComponents/StudentsIcon.d.ts +0 -5
  1024. package/dist/esm/types/src/components/Assets/Icons/IconComponents/SuccessFilledIcon.d.ts +0 -4
  1025. package/dist/esm/types/src/components/Assets/Icons/IconComponents/TasksIcon.d.ts +0 -5
  1026. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ThreeDotsMenuIcon.d.ts +0 -5
  1027. package/dist/esm/types/src/components/Assets/Icons/IconComponents/TicketingSystemIcon.d.ts +0 -3
  1028. package/dist/esm/types/src/components/Assets/Icons/IconComponents/TicketsIcon.d.ts +0 -3
  1029. package/dist/esm/types/src/components/Assets/Icons/IconComponents/TimeTableIcon.d.ts +0 -5
  1030. package/dist/esm/types/src/components/Assets/Icons/IconComponents/TimerIcon.d.ts +0 -4
  1031. package/dist/esm/types/src/components/Assets/Icons/IconComponents/TransactionCardIcon.d.ts +0 -3
  1032. package/dist/esm/types/src/components/Assets/Icons/IconComponents/TransportRegistrationsIcon.d.ts +0 -3
  1033. package/dist/esm/types/src/components/Assets/Icons/IconComponents/TransportRoutesIcon.d.ts +0 -3
  1034. package/dist/esm/types/src/components/Assets/Icons/IconComponents/UmsIcon.d.ts +0 -3
  1035. package/dist/esm/types/src/components/Assets/Icons/IconComponents/UncheckCheckBoxIcon.d.ts +0 -3
  1036. package/dist/esm/types/src/components/Assets/Icons/IconComponents/UncheckedRadioIcon.d.ts +0 -3
  1037. package/dist/esm/types/src/components/Assets/Icons/IconComponents/UpArrow.d.ts +0 -5
  1038. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ViewIcon.d.ts +0 -3
  1039. package/dist/esm/types/src/components/Assets/Icons/IconComponents/ViewsIcon.d.ts +0 -3
  1040. package/dist/esm/types/src/components/Assets/Icons/IconComponents/VisibiityOffIcon.d.ts +0 -1
  1041. package/dist/esm/types/src/components/Assets/Icons/IconComponents/VisibilityIcon.d.ts +0 -1
  1042. package/dist/esm/types/src/components/Assets/Icons/IconComponents/WarningFilledIcon.d.ts +0 -4
  1043. package/dist/esm/types/src/components/Assets/Icons/IconComponents/WhatsappIcon.d.ts +0 -3
  1044. package/dist/esm/types/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.d.ts +0 -3
  1045. package/dist/esm/types/src/components/Charts/ProgressCard/ProgressCard.d.ts +0 -66
  1046. package/dist/esm/types/src/components/DataDisplay/Accordion/styles.d.ts +0 -16
  1047. package/dist/esm/types/src/components/DataDisplay/AccordionGroup/AccordionGroup.d.ts +0 -10
  1048. package/dist/esm/types/src/components/DataDisplay/AccordionGroup/styles.d.ts +0 -3
  1049. package/dist/esm/types/src/components/DataDisplay/ActivityLogView/Icons.d.ts +0 -3
  1050. package/dist/esm/types/src/components/DataDisplay/ActivityLogView/styles.d.ts +0 -15
  1051. package/dist/esm/types/src/components/DataDisplay/Card/styles.d.ts +0 -20
  1052. package/dist/esm/types/src/components/DataDisplay/DataTable/TablePagination.d.ts +0 -10
  1053. package/dist/esm/types/src/components/DataDisplay/EditableDataTable/EditableDataTable.d.ts +0 -11
  1054. package/dist/esm/types/src/components/DataDisplay/SidePanel/SidePanel.d.ts +0 -25
  1055. package/dist/esm/types/src/components/DataDisplay/SidePanel/styles.d.ts +0 -12
  1056. package/dist/esm/types/src/components/Feedback/Tooltip/ToolTipContent.d.ts +0 -2
  1057. package/dist/esm/types/src/components/Feedback/Tutorial/Tutorial.d.ts +0 -1
  1058. package/dist/esm/types/src/components/Input/HelpButton/HelpButton.stories.d.ts +0 -10
  1059. package/dist/esm/types/src/components/Input/Select/styles.d.ts +0 -7
  1060. package/dist/esm/types/src/components/Input/TimePicker/TimePicker.d.ts +0 -12
  1061. package/dist/esm/types/src/components/Input/styles.d.ts +0 -6
  1062. package/dist/esm/types/src/components/Layout/AppHeader/AppHeader.d.ts +0 -23
  1063. package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.d.ts +0 -5
  1064. package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.d.ts +0 -5
  1065. package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderV2.d.ts +0 -31
  1066. package/dist/esm/types/src/components/Layout/AppHeader/styles/styles.d.ts +0 -15
  1067. package/dist/esm/types/src/components/Layout/AppHeader/styles/stylesV2.d.ts +0 -1
  1068. package/dist/esm/types/src/components/Layout/AppLayout/components/AppBar.d.ts +0 -19
  1069. package/dist/esm/types/src/components/Layout/AppLayout/components/FloatingHelpDocs.d.ts +0 -22
  1070. package/dist/esm/types/src/components/Layout/AppLayout/components/HelpPopup.d.ts +0 -28
  1071. package/dist/esm/types/src/components/Layout/AppLayout/components/SideDrawer.d.ts +0 -12
  1072. package/dist/esm/types/src/components/Layout/AppLayout/components/Sidebar/styles.d.ts +0 -45
  1073. package/dist/esm/types/src/components/Layout/AppLayout/components/SwitchInstitutionPopup.d.ts +0 -17
  1074. package/dist/esm/types/src/components/Layout/FloatingContainer/FloatingContainer.d.ts +0 -9
  1075. package/dist/esm/types/src/components/Layout/PageHeader/components/Anchors.d.ts +0 -17
  1076. package/dist/esm/types/src/components/Layout/PageHeader/components/DensitySelector/DensitySelector.d.ts +0 -7
  1077. package/dist/esm/types/src/components/Layout/PageHeader/components/ManageFilters/ManageFilters.d.ts +0 -13
  1078. package/dist/esm/types/src/components/Layout/PageHeader/components/TableColumnsSelector/TableColumnsSelector.d.ts +0 -15
  1079. package/dist/esm/types/src/components/Layout/PageHeader/components/Views/CreateViewForm.d.ts +0 -5
  1080. package/dist/esm/types/src/components/Layout/PageHeader/components/Views/Views.d.ts +0 -19
  1081. package/dist/esm/types/src/components/Layout/PageHeader/components/Views/ViewsActions.d.ts +0 -2
  1082. package/dist/esm/types/src/components/Layout/TabsLayout/Tabs.d.ts +0 -11
  1083. package/dist/esm/types/src/components/Layout/TabsLayout/TabsLayout.d.ts +0 -10
  1084. package/dist/esm/types/src/components/Navigation/Calendar/styles.d.ts +0 -9
  1085. package/dist/esm/types/src/components/Navigation/DropDownMenu/styles.d.ts +0 -8
  1086. package/dist/esm/types/src/components/Navigation/Sidebar/Components.d.ts +0 -8
  1087. package/dist/esm/types/src/components/Navigation/Sidebar/MenuBar.d.ts +0 -9
  1088. package/dist/esm/types/src/components/Navigation/Sidebar/MenuItem.d.ts +0 -10
  1089. package/dist/esm/types/src/components/Navigation/Sidebar/Sidebar.d.ts +0 -19
  1090. package/dist/esm/types/src/components/Navigation/Sidebar/SidebarV2.d.ts +0 -20
  1091. package/dist/esm/types/src/components/Navigation/Sidebar/SubMenuItem.d.ts +0 -7
  1092. package/dist/esm/types/src/components/Navigation/Sidebar/interfaces.d.ts +0 -39
  1093. package/dist/esm/types/src/components/Navigation/Sidebar/styles.d.ts +0 -47
  1094. package/dist/esm/types/src/components/Navigation/Stepper/StepperComponents.d.ts +0 -15
  1095. package/dist/esm/types/src/components/Navigation/UploadDialog/Styles.d.ts +0 -11
  1096. package/dist/esm/types/src/pages/Admin/AcademicStructure/AcademicStructure.d.ts +0 -2
  1097. package/dist/esm/types/src/pages/Admin/SystemSettings/SystemSettings.d.ts +0 -2
  1098. package/dist/esm/types/src/pages/Admin/UserManagement/UserManagement.d.ts +0 -2
  1099. package/dist/esm/types/src/pages/Admin.d.ts +0 -2
  1100. package/dist/esm/types/src/pages/Communications/Announcements/Announcements.d.ts +0 -2
  1101. package/dist/esm/types/src/pages/Communications.d.ts +0 -2
  1102. package/dist/esm/types/src/pages/Dashboard.d.ts +0 -2
  1103. package/dist/esm/types/src/pages/Exams/Management/Management.d.ts +0 -2
  1104. package/dist/esm/types/src/pages/Exams/Results/Results.d.ts +0 -2
  1105. package/dist/esm/types/src/pages/Exams.d.ts +0 -2
  1106. package/dist/esm/types/src/pages/HRMS/Attendance/Attendance.d.ts +0 -2
  1107. package/dist/esm/types/src/pages/HRMS/EmployeeManagement/EmployeeManagement.d.ts +0 -2
  1108. package/dist/esm/types/src/pages/HRMS/Performance/Performance.d.ts +0 -2
  1109. package/dist/esm/types/src/pages/HRMS.d.ts +0 -2
  1110. package/dist/esm/types/src/pages/Payments/Expenses/Expenses.d.ts +0 -2
  1111. package/dist/esm/types/src/pages/Payments/FeeCollection/FeeCollection.d.ts +0 -2
  1112. package/dist/esm/types/src/pages/Payments/FinancialReports/FinancialReports.d.ts +0 -2
  1113. package/dist/esm/types/src/pages/Payments.d.ts +0 -2
  1114. package/dist/esm/types/src/pages/Reports.d.ts +0 -2
  1115. package/dist/esm/types/src/pages/StudentCentral/Academic/Academic.d.ts +0 -2
  1116. package/dist/esm/types/src/pages/StudentCentral/Services/Services.d.ts +0 -2
  1117. package/dist/esm/types/src/pages/StudentCentral.d.ts +0 -2
  1118. package/dist/esm/types/src/pages/UMS/Classrooms/ClassroomManagement.d.ts +0 -2
  1119. package/dist/esm/types/src/pages/UMS/Classrooms/Classrooms.d.ts +0 -2
  1120. package/dist/esm/types/src/pages/UMS/Classrooms/RoomAllocation.d.ts +0 -2
  1121. package/dist/esm/types/src/pages/UMS/Classrooms/Timetables.d.ts +0 -2
  1122. package/dist/esm/types/src/pages/UMS/Courses/Courses.d.ts +0 -2
  1123. package/dist/esm/types/src/pages/UMS/Students/Enrollment.d.ts +0 -2
  1124. package/dist/esm/types/src/pages/UMS/Students/StudentList.d.ts +0 -2
  1125. package/dist/esm/types/src/pages/UMS/Students/StudentProfiles.d.ts +0 -2
  1126. package/dist/esm/types/src/pages/UMS/Students/Students.d.ts +0 -2
  1127. package/dist/esm/types/src/pages/UMS/Teachers/Performance.d.ts +0 -2
  1128. package/dist/esm/types/src/pages/UMS/Teachers/Qualifications.d.ts +0 -2
  1129. package/dist/esm/types/src/pages/UMS/Teachers/TeacherDirectory.d.ts +0 -2
  1130. package/dist/esm/types/src/pages/UMS/Teachers/Teachers.d.ts +0 -2
  1131. package/dist/esm/types/src/pages/UMS.d.ts +0 -2
  1132. package/dist/esm/types/src/stories/DataDisplay/AccordionGroup.stories.d.ts +0 -7
  1133. package/dist/esm/types/src/stories/DataDisplay/DataTable.stories.d.ts +0 -5
  1134. package/dist/esm/types/src/stories/DataDisplay/SidePanel.stories.d.ts +0 -34
  1135. package/dist/esm/types/src/stories/DataDisplay/SquareAvatar.stories.d.ts +0 -16
  1136. package/dist/esm/types/src/stories/Input/TimePicker.stories.d.ts +0 -18
  1137. package/dist/esm/types/src/stories/Layout/AppHeader.stories.d.ts +0 -6
  1138. package/dist/esm/types/src/stories/Layout/AppHeaderV2.stories.d.ts +0 -8
  1139. package/dist/esm/types/src/stories/Layout/TabsLayout.stories.d.ts +0 -6
  1140. package/dist/esm/types/src/stories/Navigation/ColumnFilters.stories.d.ts +0 -5
  1141. package/dist/esm/types/src/stories/Navigation/DensitySelector.stories.d.ts +0 -5
  1142. package/dist/esm/types/src/stories/Navigation/FileUpload.stories.d.ts +0 -41
  1143. package/dist/esm/types/src/themes/MuiThemeProvider.d.ts +0 -5
  1144. package/dist/esm/types/src/themes/colorTokens/colorPalette.d.ts +0 -50
  1145. package/dist/esm/types/src/themes/colorTokens/darkColorTokens.d.ts +0 -47
  1146. package/dist/esm/types/src/themes/colorTokens/lightColorTokens.d.ts +0 -47
  1147. package/dist/esm/types/src/themes/commonTheme.d.ts +0 -11
  1148. package/dist/esm/types/src/themes/customCssBaseline.d.ts +0 -1
  1149. package/dist/esm/types/src/themes/darkTheme.d.ts +0 -1
  1150. package/dist/esm/types/src/themes/export.d.ts +0 -4
  1151. package/dist/esm/types/src/themes/lightTheme.d.ts +0 -1
  1152. package/dist/types/theme.d.ts +0 -63
  1153. package/src/App.css +0 -38
  1154. package/src/AppContent.tsx +0 -13
  1155. package/src/components/Assets/ErrorPages/styles.tsx +0 -29
  1156. package/src/components/Assets/Icons/IconComponents/AcademicFeesIcon.tsx +0 -37
  1157. package/src/components/Assets/Icons/IconComponents/AcademicIcon.tsx +0 -53
  1158. package/src/components/Assets/Icons/IconComponents/AccordionArrow.tsx +0 -23
  1159. package/src/components/Assets/Icons/IconComponents/ActiveDevicesIcon.tsx +0 -65
  1160. package/src/components/Assets/Icons/IconComponents/ActivitiesIcon.tsx +0 -47
  1161. package/src/components/Assets/Icons/IconComponents/ActivityLogsIcon.tsx +0 -37
  1162. package/src/components/Assets/Icons/IconComponents/AddSquare.tsx +0 -26
  1163. package/src/components/Assets/Icons/IconComponents/AdminIcon.tsx +0 -73
  1164. package/src/components/Assets/Icons/IconComponents/AdministratorIcon.tsx +0 -26
  1165. package/src/components/Assets/Icons/IconComponents/AdmissionsIcon.tsx +0 -17
  1166. package/src/components/Assets/Icons/IconComponents/AlertFilledIcon.tsx +0 -28
  1167. package/src/components/Assets/Icons/IconComponents/AmenitiesIcon.tsx +0 -50
  1168. package/src/components/Assets/Icons/IconComponents/ApproveIcon.tsx +0 -34
  1169. package/src/components/Assets/Icons/IconComponents/AppsIcon.tsx +0 -36
  1170. package/src/components/Assets/Icons/IconComponents/ArchiveIcon.tsx +0 -54
  1171. package/src/components/Assets/Icons/IconComponents/ArrowBackIcon.tsx +0 -22
  1172. package/src/components/Assets/Icons/IconComponents/AssessmentsIcon.tsx +0 -46
  1173. package/src/components/Assets/Icons/IconComponents/AssignmentIcon.tsx +0 -21
  1174. package/src/components/Assets/Icons/IconComponents/AttachmentIcon.tsx +0 -32
  1175. package/src/components/Assets/Icons/IconComponents/AttendanceIcon.tsx +0 -54
  1176. package/src/components/Assets/Icons/IconComponents/BarChartIcon.tsx +0 -58
  1177. package/src/components/Assets/Icons/IconComponents/BoardingPointsIcon.tsx +0 -65
  1178. package/src/components/Assets/Icons/IconComponents/BookletIcon.tsx +0 -41
  1179. package/src/components/Assets/Icons/IconComponents/BulbIcon.tsx +0 -26
  1180. package/src/components/Assets/Icons/IconComponents/BusesIcon.tsx +0 -58
  1181. package/src/components/Assets/Icons/IconComponents/CalendarIcon.tsx +0 -96
  1182. package/src/components/Assets/Icons/IconComponents/CampxFullLogoIconV2.tsx +0 -56
  1183. package/src/components/Assets/Icons/IconComponents/CampxIconV2.tsx +0 -40
  1184. package/src/components/Assets/Icons/IconComponents/CareerIcon.tsx +0 -24
  1185. package/src/components/Assets/Icons/IconComponents/CareersIcon.tsx +0 -30
  1186. package/src/components/Assets/Icons/IconComponents/CautionIcon.tsx +0 -37
  1187. package/src/components/Assets/Icons/IconComponents/CertificatesIcon.tsx +0 -56
  1188. package/src/components/Assets/Icons/IconComponents/CetIcon.tsx +0 -60
  1189. package/src/components/Assets/Icons/IconComponents/ChallansIcon.tsx +0 -57
  1190. package/src/components/Assets/Icons/IconComponents/CheckedCheckBoxIcon.tsx +0 -25
  1191. package/src/components/Assets/Icons/IconComponents/CheckedRadioIcon.tsx +0 -44
  1192. package/src/components/Assets/Icons/IconComponents/ClassroomIcon.tsx +0 -28
  1193. package/src/components/Assets/Icons/IconComponents/ClearIcon.tsx +0 -37
  1194. package/src/components/Assets/Icons/IconComponents/ClogWheelIcon.tsx +0 -38
  1195. package/src/components/Assets/Icons/IconComponents/CollapseIcon.tsx +0 -22
  1196. package/src/components/Assets/Icons/IconComponents/ColumnsIcon.tsx +0 -31
  1197. package/src/components/Assets/Icons/IconComponents/Comfortable.tsx +0 -21
  1198. package/src/components/Assets/Icons/IconComponents/CommutexIcon.tsx +0 -76
  1199. package/src/components/Assets/Icons/IconComponents/CompactIcon.tsx +0 -23
  1200. package/src/components/Assets/Icons/IconComponents/CompletedStateIcon.tsx +0 -35
  1201. package/src/components/Assets/Icons/IconComponents/ConcessionsIcon.tsx +0 -67
  1202. package/src/components/Assets/Icons/IconComponents/ConfigurationsIcon.tsx +0 -40
  1203. package/src/components/Assets/Icons/IconComponents/ConfigureIcon.tsx +0 -35
  1204. package/src/components/Assets/Icons/IconComponents/CopyIcon.tsx +0 -15
  1205. package/src/components/Assets/Icons/IconComponents/CounsellorsIcon.tsx +0 -46
  1206. package/src/components/Assets/Icons/IconComponents/CourseInfoIcon.tsx +0 -60
  1207. package/src/components/Assets/Icons/IconComponents/CreditMemoIcon.tsx +0 -77
  1208. package/src/components/Assets/Icons/IconComponents/CrossIcon.tsx +0 -25
  1209. package/src/components/Assets/Icons/IconComponents/CrossIcon2.tsx +0 -16
  1210. package/src/components/Assets/Icons/IconComponents/DFormsIcon.tsx +0 -67
  1211. package/src/components/Assets/Icons/IconComponents/DashBoardIcon.tsx +0 -65
  1212. package/src/components/Assets/Icons/IconComponents/DatabaseIcon.tsx +0 -35
  1213. package/src/components/Assets/Icons/IconComponents/DeleteIcon.tsx +0 -58
  1214. package/src/components/Assets/Icons/IconComponents/DeviceIcon.tsx +0 -57
  1215. package/src/components/Assets/Icons/IconComponents/DocumentIcon.tsx +0 -52
  1216. package/src/components/Assets/Icons/IconComponents/DoneSquare.tsx +0 -33
  1217. package/src/components/Assets/Icons/IconComponents/DownArrow.tsx +0 -32
  1218. package/src/components/Assets/Icons/IconComponents/DownloadIcon.tsx +0 -49
  1219. package/src/components/Assets/Icons/IconComponents/ESSIcon.tsx +0 -52
  1220. package/src/components/Assets/Icons/IconComponents/EditIcon.tsx +0 -43
  1221. package/src/components/Assets/Icons/IconComponents/EmailIcon.tsx +0 -20
  1222. package/src/components/Assets/Icons/IconComponents/EmailNewIcon.tsx +0 -20
  1223. package/src/components/Assets/Icons/IconComponents/EnrollxIcon.tsx +0 -42
  1224. package/src/components/Assets/Icons/IconComponents/EvaluationIcon.tsx +0 -82
  1225. package/src/components/Assets/Icons/IconComponents/ExamConfigurationIcon.tsx +0 -28
  1226. package/src/components/Assets/Icons/IconComponents/ExamDetailsIcon.tsx +0 -46
  1227. package/src/components/Assets/Icons/IconComponents/ExamResultIcon.tsx +0 -26
  1228. package/src/components/Assets/Icons/IconComponents/ExamxIcon.tsx +0 -21
  1229. package/src/components/Assets/Icons/IconComponents/ExcelIcon.tsx +0 -56
  1230. package/src/components/Assets/Icons/IconComponents/ExpandIcon.tsx +0 -28
  1231. package/src/components/Assets/Icons/IconComponents/ExpensesIcon.tsx +0 -35
  1232. package/src/components/Assets/Icons/IconComponents/ExportIcon.tsx +0 -48
  1233. package/src/components/Assets/Icons/IconComponents/ExportMenuIcon.tsx +0 -43
  1234. package/src/components/Assets/Icons/IconComponents/FeeConfigurationIcon.tsx +0 -59
  1235. package/src/components/Assets/Icons/IconComponents/FeePaymentIcon.tsx +0 -30
  1236. package/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.tsx +0 -36
  1237. package/src/components/Assets/Icons/IconComponents/FilterIcon.tsx +0 -32
  1238. package/src/components/Assets/Icons/IconComponents/FormBuilderIcon.tsx +0 -80
  1239. package/src/components/Assets/Icons/IconComponents/GatePassIcon.tsx +0 -50
  1240. package/src/components/Assets/Icons/IconComponents/HallTicketsIcon.tsx +0 -47
  1241. package/src/components/Assets/Icons/IconComponents/HamburgerMenuIcon.tsx +0 -20
  1242. package/src/components/Assets/Icons/IconComponents/HandoutsIcon.tsx +0 -58
  1243. package/src/components/Assets/Icons/IconComponents/HelpDocsIcon.tsx +0 -16
  1244. package/src/components/Assets/Icons/IconComponents/HelpIcon.tsx +0 -57
  1245. package/src/components/Assets/Icons/IconComponents/HomeIcon.tsx +0 -52
  1246. package/src/components/Assets/Icons/IconComponents/HostelxIcon.tsx +0 -70
  1247. package/src/components/Assets/Icons/IconComponents/HostlersIcon.tsx +0 -48
  1248. package/src/components/Assets/Icons/IconComponents/ImageIcon.tsx +0 -44
  1249. package/src/components/Assets/Icons/IconComponents/ImportIcon.tsx +0 -43
  1250. package/src/components/Assets/Icons/IconComponents/InfoFilledIcon.tsx +0 -26
  1251. package/src/components/Assets/Icons/IconComponents/InfoIcon.tsx +0 -42
  1252. package/src/components/Assets/Icons/IconComponents/InstitutionsIcon.tsx +0 -76
  1253. package/src/components/Assets/Icons/IconComponents/InternalExamsIcon.tsx +0 -27
  1254. package/src/components/Assets/Icons/IconComponents/InvigilationIcon.tsx +0 -70
  1255. package/src/components/Assets/Icons/IconComponents/LIneDivider.tsx +0 -23
  1256. package/src/components/Assets/Icons/IconComponents/LeadsIcon.tsx +0 -53
  1257. package/src/components/Assets/Icons/IconComponents/LeavesIcon.tsx +0 -26
  1258. package/src/components/Assets/Icons/IconComponents/LeftIcon.tsx +0 -72
  1259. package/src/components/Assets/Icons/IconComponents/LegacyIcon.tsx +0 -28
  1260. package/src/components/Assets/Icons/IconComponents/LocationIcon.tsx +0 -50
  1261. package/src/components/Assets/Icons/IconComponents/LogoutIcon.tsx +0 -68
  1262. package/src/components/Assets/Icons/IconComponents/ManageUsersIcon.tsx +0 -37
  1263. package/src/components/Assets/Icons/IconComponents/MarksIcon.tsx +0 -36
  1264. package/src/components/Assets/Icons/IconComponents/MenteesIcon.tsx +0 -30
  1265. package/src/components/Assets/Icons/IconComponents/MentorsIcon.tsx +0 -65
  1266. package/src/components/Assets/Icons/IconComponents/MinusSquare.tsx +0 -26
  1267. package/src/components/Assets/Icons/IconComponents/MoreVertIcon.tsx +0 -35
  1268. package/src/components/Assets/Icons/IconComponents/NavigationIcon.tsx +0 -30
  1269. package/src/components/Assets/Icons/IconComponents/NewSmsIcon.tsx +0 -26
  1270. package/src/components/Assets/Icons/IconComponents/NominalSheetsIcon.tsx +0 -59
  1271. package/src/components/Assets/Icons/IconComponents/NoteIcon.tsx +0 -47
  1272. package/src/components/Assets/Icons/IconComponents/NoticeBoardIcon.tsx +0 -31
  1273. package/src/components/Assets/Icons/IconComponents/NotificationIcon.tsx +0 -28
  1274. package/src/components/Assets/Icons/IconComponents/ObeIcon.tsx +0 -30
  1275. package/src/components/Assets/Icons/IconComponents/OmrsIcon.tsx +0 -48
  1276. package/src/components/Assets/Icons/IconComponents/OnlineTransactions.tsx +0 -36
  1277. package/src/components/Assets/Icons/IconComponents/OpenPaymentsIcon.tsx +0 -42
  1278. package/src/components/Assets/Icons/IconComponents/PayxIcon.tsx +0 -21
  1279. package/src/components/Assets/Icons/IconComponents/PdfIcon.tsx +0 -52
  1280. package/src/components/Assets/Icons/IconComponents/PeoplexIcon.tsx +0 -35
  1281. package/src/components/Assets/Icons/IconComponents/PrintDesignerIcon.tsx +0 -47
  1282. package/src/components/Assets/Icons/IconComponents/PrinterIcon.tsx +0 -42
  1283. package/src/components/Assets/Icons/IconComponents/ProductFeaturesIcon.tsx +0 -72
  1284. package/src/components/Assets/Icons/IconComponents/ProfileIcon.tsx +0 -49
  1285. package/src/components/Assets/Icons/IconComponents/QrIcon.tsx +0 -32
  1286. package/src/components/Assets/Icons/IconComponents/QuizIcon.tsx +0 -47
  1287. package/src/components/Assets/Icons/IconComponents/RaiseTicketIcon.tsx +0 -35
  1288. package/src/components/Assets/Icons/IconComponents/RedirectIcon.tsx +0 -44
  1289. package/src/components/Assets/Icons/IconComponents/RedoIcon.tsx +0 -29
  1290. package/src/components/Assets/Icons/IconComponents/RegistrationsIcon.tsx +0 -41
  1291. package/src/components/Assets/Icons/IconComponents/RejectIcon.tsx +0 -40
  1292. package/src/components/Assets/Icons/IconComponents/ReportIssueIcon.tsx +0 -53
  1293. package/src/components/Assets/Icons/IconComponents/ReportsIcon.tsx +0 -53
  1294. package/src/components/Assets/Icons/IconComponents/ResourcesIcon.tsx +0 -54
  1295. package/src/components/Assets/Icons/IconComponents/RevaluationIcon.tsx +0 -35
  1296. package/src/components/Assets/Icons/IconComponents/RightIcon.tsx +0 -65
  1297. package/src/components/Assets/Icons/IconComponents/RoomsIcon.tsx +0 -102
  1298. package/src/components/Assets/Icons/IconComponents/RouteBusAssignmentIcon.tsx +0 -65
  1299. package/src/components/Assets/Icons/IconComponents/RoutesIcon.tsx +0 -49
  1300. package/src/components/Assets/Icons/IconComponents/SalaryIcon.tsx +0 -70
  1301. package/src/components/Assets/Icons/IconComponents/SaveIcon.tsx +0 -42
  1302. package/src/components/Assets/Icons/IconComponents/ScanningIcon.tsx +0 -71
  1303. package/src/components/Assets/Icons/IconComponents/ScholarshipIcon.tsx +0 -55
  1304. package/src/components/Assets/Icons/IconComponents/SearchIcon.tsx +0 -33
  1305. package/src/components/Assets/Icons/IconComponents/SeatingPlan.tsx +0 -30
  1306. package/src/components/Assets/Icons/IconComponents/SettlementsIcon.tsx +0 -53
  1307. package/src/components/Assets/Icons/IconComponents/ShareIcon.tsx +0 -61
  1308. package/src/components/Assets/Icons/IconComponents/SidebarCloseIcon.tsx +0 -50
  1309. package/src/components/Assets/Icons/IconComponents/SignaturesIcon.tsx +0 -91
  1310. package/src/components/Assets/Icons/IconComponents/SmsIcon.tsx +0 -20
  1311. package/src/components/Assets/Icons/IconComponents/StandardIcon.tsx +0 -22
  1312. package/src/components/Assets/Icons/IconComponents/StatisticsIcon.tsx +0 -48
  1313. package/src/components/Assets/Icons/IconComponents/StopWatchIcon.tsx +0 -65
  1314. package/src/components/Assets/Icons/IconComponents/StudentsIcon.tsx +0 -53
  1315. package/src/components/Assets/Icons/IconComponents/SuccessFilledIcon.tsx +0 -29
  1316. package/src/components/Assets/Icons/IconComponents/TasksIcon.tsx +0 -59
  1317. package/src/components/Assets/Icons/IconComponents/ThreeDotsMenuIcon.tsx +0 -45
  1318. package/src/components/Assets/Icons/IconComponents/TicketingSystemIcon.tsx +0 -36
  1319. package/src/components/Assets/Icons/IconComponents/TicketsIcon.tsx +0 -74
  1320. package/src/components/Assets/Icons/IconComponents/TimeTableIcon.tsx +0 -65
  1321. package/src/components/Assets/Icons/IconComponents/TimerIcon.tsx +0 -711
  1322. package/src/components/Assets/Icons/IconComponents/TransactionCardIcon.tsx +0 -49
  1323. package/src/components/Assets/Icons/IconComponents/TransportRegistrationsIcon.tsx +0 -65
  1324. package/src/components/Assets/Icons/IconComponents/TransportRoutesIcon.tsx +0 -65
  1325. package/src/components/Assets/Icons/IconComponents/UmsIcon.tsx +0 -85
  1326. package/src/components/Assets/Icons/IconComponents/UncheckCheckBoxIcon.tsx +0 -22
  1327. package/src/components/Assets/Icons/IconComponents/UncheckedRadioIcon.tsx +0 -28
  1328. package/src/components/Assets/Icons/IconComponents/UpArrow.tsx +0 -32
  1329. package/src/components/Assets/Icons/IconComponents/ViewIcon.tsx +0 -34
  1330. package/src/components/Assets/Icons/IconComponents/ViewsIcon.tsx +0 -35
  1331. package/src/components/Assets/Icons/IconComponents/VisibiityOffIcon.tsx +0 -20
  1332. package/src/components/Assets/Icons/IconComponents/VisibilityIcon.tsx +0 -28
  1333. package/src/components/Assets/Icons/IconComponents/WarningFilledIcon.tsx +0 -40
  1334. package/src/components/Assets/Icons/IconComponents/WhatsappIcon.tsx +0 -18
  1335. package/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.tsx +0 -19
  1336. package/src/components/Charts/ProgressCard/ProgressCard.tsx +0 -270
  1337. package/src/components/DataDisplay/Accordion/styles.ts +0 -10
  1338. package/src/components/DataDisplay/AccordionGroup/AccordionGroup.tsx +0 -52
  1339. package/src/components/DataDisplay/AccordionGroup/styles.ts +0 -8
  1340. package/src/components/DataDisplay/ActivityLogView/Icons.tsx +0 -65
  1341. package/src/components/DataDisplay/ActivityLogView/styles.tsx +0 -54
  1342. package/src/components/DataDisplay/Card/styles.tsx +0 -61
  1343. package/src/components/DataDisplay/DataTable/TablePagination.tsx +0 -257
  1344. package/src/components/DataDisplay/EditableDataTable/EditableDataTable.tsx +0 -252
  1345. package/src/components/DataDisplay/SidePanel/SidePanel.tsx +0 -81
  1346. package/src/components/DataDisplay/SidePanel/styles.tsx +0 -31
  1347. package/src/components/Feedback/Spinner/Spinner.css +0 -32
  1348. package/src/components/Feedback/Tooltip/ToolTipContent.tsx +0 -15
  1349. package/src/components/Feedback/Tutorial/Tutorial.tsx +0 -164
  1350. package/src/components/Input/HelpButton/HelpButton.stories.tsx +0 -21
  1351. package/src/components/Input/Select/styles.tsx +0 -29
  1352. package/src/components/Input/TimePicker/TimePicker.tsx +0 -53
  1353. package/src/components/Input/styles.tsx +0 -14
  1354. package/src/components/Layout/AppHeader/AppHeader.tsx +0 -89
  1355. package/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.tsx +0 -32
  1356. package/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.tsx +0 -162
  1357. package/src/components/Layout/AppHeader/AppHeaderActions/UserBox.tsx +0 -164
  1358. package/src/components/Layout/AppHeader/AppHeaderV2.tsx +0 -159
  1359. package/src/components/Layout/AppHeader/README.md +0 -105
  1360. package/src/components/Layout/AppHeader/styles/styles.tsx +0 -61
  1361. package/src/components/Layout/AppHeader/styles/stylesV2.tsx +0 -29
  1362. package/src/components/Layout/AppLayout/components/AppBar.tsx +0 -118
  1363. package/src/components/Layout/AppLayout/components/FloatingHelpDocs.tsx +0 -146
  1364. package/src/components/Layout/AppLayout/components/HelpPopup.tsx +0 -105
  1365. package/src/components/Layout/AppLayout/components/SideDrawer.tsx +0 -103
  1366. package/src/components/Layout/AppLayout/components/Sidebar/styles.ts +0 -165
  1367. package/src/components/Layout/AppLayout/components/SwitchInstitutionPopup.tsx +0 -44
  1368. package/src/components/Layout/FloatingContainer/FloatingContainer.tsx +0 -38
  1369. package/src/components/Layout/PageHeader/components/Anchors.tsx +0 -84
  1370. package/src/components/Layout/PageHeader/components/DensitySelector/DensitySelector.tsx +0 -96
  1371. package/src/components/Layout/PageHeader/components/ManageFilters/ManageFilters.tsx +0 -172
  1372. package/src/components/Layout/PageHeader/components/TableColumnsSelector/TableColumnsSelector.tsx +0 -242
  1373. package/src/components/Layout/PageHeader/components/Views/CreateViewForm.tsx +0 -74
  1374. package/src/components/Layout/PageHeader/components/Views/Views.tsx +0 -114
  1375. package/src/components/Layout/PageHeader/components/Views/ViewsActions.tsx +0 -61
  1376. package/src/components/Layout/TabsLayout/Tabs.tsx +0 -68
  1377. package/src/components/Layout/TabsLayout/TabsLayout.tsx +0 -56
  1378. package/src/components/Navigation/Calendar/styles.tsx +0 -222
  1379. package/src/components/Navigation/DropDownMenu/styles.tsx +0 -25
  1380. package/src/components/Navigation/Sidebar/Components.tsx +0 -135
  1381. package/src/components/Navigation/Sidebar/MenuBar.tsx +0 -61
  1382. package/src/components/Navigation/Sidebar/MenuItem.tsx +0 -135
  1383. package/src/components/Navigation/Sidebar/Sidebar.tsx +0 -274
  1384. package/src/components/Navigation/Sidebar/SidebarV2.tsx +0 -213
  1385. package/src/components/Navigation/Sidebar/SubMenuItem.tsx +0 -40
  1386. package/src/components/Navigation/Sidebar/interfaces.ts +0 -47
  1387. package/src/components/Navigation/Sidebar/styles.tsx +0 -180
  1388. package/src/components/Navigation/Stepper/StepperComponents.tsx +0 -99
  1389. package/src/components/Navigation/UploadDialog/Styles.tsx +0 -35
  1390. package/src/index.css +0 -13
  1391. package/src/pages/Admin/AcademicStructure/AcademicStructure.tsx +0 -104
  1392. package/src/pages/Admin/SystemSettings/SystemSettings.tsx +0 -105
  1393. package/src/pages/Admin/UserManagement/UserManagement.tsx +0 -105
  1394. package/src/pages/Admin.tsx +0 -100
  1395. package/src/pages/Communications/Announcements/Announcements.tsx +0 -105
  1396. package/src/pages/Communications.tsx +0 -87
  1397. package/src/pages/Dashboard.tsx +0 -28
  1398. package/src/pages/Exams/Management/Management.tsx +0 -104
  1399. package/src/pages/Exams/Results/Results.tsx +0 -104
  1400. package/src/pages/Exams.tsx +0 -87
  1401. package/src/pages/HRMS/Attendance/Attendance.tsx +0 -105
  1402. package/src/pages/HRMS/EmployeeManagement/EmployeeManagement.tsx +0 -105
  1403. package/src/pages/HRMS/Performance/Performance.tsx +0 -105
  1404. package/src/pages/HRMS.tsx +0 -100
  1405. package/src/pages/Payments/Expenses/Expenses.tsx +0 -105
  1406. package/src/pages/Payments/FeeCollection/FeeCollection.tsx +0 -104
  1407. package/src/pages/Payments/FinancialReports/FinancialReports.tsx +0 -104
  1408. package/src/pages/Payments.tsx +0 -88
  1409. package/src/pages/Reports.tsx +0 -71
  1410. package/src/pages/StudentCentral/Academic/Academic.tsx +0 -105
  1411. package/src/pages/StudentCentral/Services/Services.tsx +0 -105
  1412. package/src/pages/StudentCentral.tsx +0 -100
  1413. package/src/pages/UMS/Classrooms/ClassroomManagement.tsx +0 -59
  1414. package/src/pages/UMS/Classrooms/Classrooms.tsx +0 -34
  1415. package/src/pages/UMS/Classrooms/RoomAllocation.tsx +0 -59
  1416. package/src/pages/UMS/Classrooms/Timetables.tsx +0 -59
  1417. package/src/pages/UMS/Courses/Courses.tsx +0 -105
  1418. package/src/pages/UMS/Students/Enrollment.tsx +0 -59
  1419. package/src/pages/UMS/Students/StudentList.tsx +0 -61
  1420. package/src/pages/UMS/Students/StudentProfiles.tsx +0 -59
  1421. package/src/pages/UMS/Students/Students.tsx +0 -34
  1422. package/src/pages/UMS/Teachers/Performance.tsx +0 -59
  1423. package/src/pages/UMS/Teachers/Qualifications.tsx +0 -59
  1424. package/src/pages/UMS/Teachers/TeacherDirectory.tsx +0 -59
  1425. package/src/pages/UMS/Teachers/Teachers.tsx +0 -34
  1426. package/src/pages/UMS.tsx +0 -103
  1427. package/src/stories/DataDisplay/AccordionGroup.stories.tsx +0 -130
  1428. package/src/stories/DataDisplay/DataTable.stories.tsx +0 -81
  1429. package/src/stories/DataDisplay/SidePanel.stories.tsx +0 -73
  1430. package/src/stories/DataDisplay/SquareAvatar.stories.tsx +0 -50
  1431. package/src/stories/Input/TimePicker.stories.tsx +0 -160
  1432. package/src/stories/Layout/AppHeader.stories.tsx +0 -46
  1433. package/src/stories/Layout/AppHeaderV2.stories.tsx +0 -160
  1434. package/src/stories/Layout/TabsLayout.stories.tsx +0 -53
  1435. package/src/stories/Navigation/ColumnFilters.stories.tsx +0 -72
  1436. package/src/stories/Navigation/DensitySelector.stories.tsx +0 -36
  1437. package/src/stories/Navigation/FileUpload.stories.tsx +0 -43
  1438. package/src/themes/MuiThemeProvider.tsx +0 -18
  1439. package/src/themes/colorTokens/colorPalette.tsx +0 -50
  1440. package/src/themes/colorTokens/darkColorTokens.tsx +0 -47
  1441. package/src/themes/colorTokens/lightColorTokens.ts +0 -47
  1442. package/src/themes/commonTheme.ts +0 -671
  1443. package/src/themes/customCssBaseline.ts +0 -37
  1444. package/src/themes/darkTheme.ts +0 -12
  1445. package/src/themes/export.ts +0 -5
  1446. package/src/themes/lightTheme.ts +0 -11
  1447. package/types/theme.d.ts +0 -63
  1448. /package/dist/cjs/types/src/components/Layout/{AppHeader/AppHeaderActions → UserBox}/UserBox.d.ts +0 -0
  1449. /package/dist/esm/types/src/components/Layout/{AppHeader/AppHeaderActions → UserBox}/UserBox.d.ts +0 -0
@@ -0,0 +1,4386 @@
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
+ @import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap');
3
+ @layer properties;
4
+ @layer theme, base, components, utilities;
5
+ @layer theme {
6
+ :root, :host {
7
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
8
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
9
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
10
+ "Courier New", monospace;
11
+ --color-red-50: oklch(97.1% 0.013 17.38);
12
+ --color-red-200: oklch(88.5% 0.062 18.334);
13
+ --color-red-400: oklch(70.4% 0.191 22.216);
14
+ --color-red-500: oklch(63.7% 0.237 25.331);
15
+ --color-red-700: oklch(50.5% 0.213 27.518);
16
+ --color-red-800: oklch(44.4% 0.177 26.899);
17
+ --color-red-950: oklch(25.8% 0.092 26.042);
18
+ --color-orange-50: oklch(98% 0.016 73.684);
19
+ --color-orange-400: oklch(75% 0.183 55.934);
20
+ --color-orange-500: oklch(70.5% 0.213 47.604);
21
+ --color-orange-700: oklch(55.3% 0.195 38.402);
22
+ --color-orange-950: oklch(26.6% 0.079 36.259);
23
+ --color-yellow-50: oklch(98.7% 0.026 102.212);
24
+ --color-yellow-100: oklch(97.3% 0.071 103.193);
25
+ --color-yellow-400: oklch(85.2% 0.199 91.936);
26
+ --color-yellow-500: oklch(79.5% 0.184 86.047);
27
+ --color-yellow-700: oklch(55.4% 0.135 66.442);
28
+ --color-yellow-950: oklch(28.6% 0.066 53.813);
29
+ --color-green-50: oklch(98.2% 0.018 155.826);
30
+ --color-green-400: oklch(79.2% 0.209 151.711);
31
+ --color-green-500: oklch(72.3% 0.219 149.579);
32
+ --color-green-600: oklch(62.7% 0.194 149.214);
33
+ --color-green-700: oklch(52.7% 0.154 150.069);
34
+ --color-green-950: oklch(26.6% 0.065 152.934);
35
+ --color-blue-50: oklch(97% 0.014 254.604);
36
+ --color-blue-400: oklch(70.7% 0.165 254.624);
37
+ --color-blue-500: oklch(62.3% 0.214 259.815);
38
+ --color-blue-600: oklch(54.6% 0.245 262.881);
39
+ --color-blue-700: oklch(48.8% 0.243 264.376);
40
+ --color-blue-800: oklch(42.4% 0.199 265.638);
41
+ --color-blue-950: oklch(28.2% 0.091 267.935);
42
+ --color-purple-500: oklch(62.7% 0.265 303.9);
43
+ --color-purple-600: oklch(55.8% 0.288 302.321);
44
+ --color-purple-900: oklch(38.1% 0.176 304.987);
45
+ --color-pink-50: oklch(97.1% 0.014 343.198);
46
+ --color-pink-400: oklch(71.8% 0.202 349.761);
47
+ --color-pink-700: oklch(52.5% 0.223 3.958);
48
+ --color-pink-950: oklch(28.4% 0.109 3.907);
49
+ --color-gray-200: oklch(92.8% 0.006 264.531);
50
+ --color-gray-300: oklch(87.2% 0.01 258.338);
51
+ --color-gray-500: oklch(55.1% 0.027 264.364);
52
+ --color-gray-600: oklch(44.6% 0.03 256.802);
53
+ --color-gray-700: oklch(37.3% 0.034 259.733);
54
+ --color-black: #000;
55
+ --color-white: #fff;
56
+ --spacing: 0.25rem;
57
+ --container-xs: 20rem;
58
+ --container-sm: 24rem;
59
+ --container-md: 28rem;
60
+ --container-lg: 32rem;
61
+ --container-xl: 36rem;
62
+ --container-2xl: 42rem;
63
+ --container-3xl: 48rem;
64
+ --container-4xl: 56rem;
65
+ --text-xs: 0.75rem;
66
+ --text-xs--line-height: calc(1 / 0.75);
67
+ --text-sm: 0.875rem;
68
+ --text-sm--line-height: calc(1.25 / 0.875);
69
+ --text-base: 1rem;
70
+ --text-base--line-height: calc(1.5 / 1);
71
+ --text-lg: 1.125rem;
72
+ --text-lg--line-height: calc(1.75 / 1.125);
73
+ --text-xl: 1.25rem;
74
+ --text-xl--line-height: calc(1.75 / 1.25);
75
+ --text-2xl: 1.5rem;
76
+ --text-2xl--line-height: calc(2 / 1.5);
77
+ --text-3xl: 1.875rem;
78
+ --text-3xl--line-height: calc(2.25 / 1.875);
79
+ --text-4xl: 2.25rem;
80
+ --text-4xl--line-height: calc(2.5 / 2.25);
81
+ --text-5xl: 3rem;
82
+ --text-5xl--line-height: 1;
83
+ --font-weight-normal: 400;
84
+ --font-weight-medium: 500;
85
+ --font-weight-semibold: 600;
86
+ --font-weight-bold: 700;
87
+ --font-weight-extrabold: 800;
88
+ --tracking-tighter: -0.05em;
89
+ --tracking-tight: -0.025em;
90
+ --tracking-wider: 0.05em;
91
+ --tracking-widest: 0.1em;
92
+ --leading-relaxed: 1.625;
93
+ --radius-xs: 0.125rem;
94
+ --ease-in: cubic-bezier(0.4, 0, 1, 1);
95
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
96
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
97
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
98
+ --aspect-video: 16 / 9;
99
+ --default-transition-duration: 150ms;
100
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
101
+ --default-font-family: var(--font-sans);
102
+ --default-mono-font-family: var(--font-mono);
103
+ --color-border: var(--border);
104
+ }
105
+ }
106
+ @layer base {
107
+ *,
108
+ ::after,
109
+ ::before,
110
+ ::backdrop,
111
+ ::file-selector-button {
112
+ box-sizing: border-box;
113
+ margin: 0;
114
+ padding: 0;
115
+ border: 0 solid;
116
+ }
117
+ html,
118
+ :host {
119
+ line-height: 1.5;
120
+ -webkit-text-size-adjust: 100%;
121
+ tab-size: 4;
122
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
123
+ font-feature-settings: var(--default-font-feature-settings, normal);
124
+ font-variation-settings: var(--default-font-variation-settings, normal);
125
+ -webkit-tap-highlight-color: transparent;
126
+ }
127
+ hr {
128
+ height: 0;
129
+ color: inherit;
130
+ border-top-width: 1px;
131
+ }
132
+ abbr:where([title]) {
133
+ -webkit-text-decoration: underline dotted;
134
+ text-decoration: underline dotted;
135
+ }
136
+ h1,
137
+ h2,
138
+ h3,
139
+ h4,
140
+ h5,
141
+ h6 {
142
+ font-size: inherit;
143
+ font-weight: inherit;
144
+ }
145
+ a {
146
+ color: inherit;
147
+ -webkit-text-decoration: inherit;
148
+ text-decoration: inherit;
149
+ }
150
+ b,
151
+ strong {
152
+ font-weight: bolder;
153
+ }
154
+ code,
155
+ kbd,
156
+ samp,
157
+ pre {
158
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
159
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
160
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
161
+ font-size: 1em;
162
+ }
163
+ small {
164
+ font-size: 80%;
165
+ }
166
+ sub,
167
+ sup {
168
+ font-size: 75%;
169
+ line-height: 0;
170
+ position: relative;
171
+ vertical-align: baseline;
172
+ }
173
+ sub {
174
+ bottom: -0.25em;
175
+ }
176
+ sup {
177
+ top: -0.5em;
178
+ }
179
+ table {
180
+ text-indent: 0;
181
+ border-color: inherit;
182
+ border-collapse: collapse;
183
+ }
184
+ :-moz-focusring {
185
+ outline: auto;
186
+ }
187
+ progress {
188
+ vertical-align: baseline;
189
+ }
190
+ summary {
191
+ display: list-item;
192
+ }
193
+ ol,
194
+ ul,
195
+ menu {
196
+ list-style: none;
197
+ }
198
+ img,
199
+ svg,
200
+ video,
201
+ canvas,
202
+ audio,
203
+ iframe,
204
+ embed,
205
+ object {
206
+ display: block;
207
+ vertical-align: middle;
208
+ }
209
+ img,
210
+ video {
211
+ max-width: 100%;
212
+ height: auto;
213
+ }
214
+ button,
215
+ input,
216
+ select,
217
+ optgroup,
218
+ textarea,
219
+ ::file-selector-button {
220
+ font: inherit;
221
+ font-feature-settings: inherit;
222
+ font-variation-settings: inherit;
223
+ letter-spacing: inherit;
224
+ color: inherit;
225
+ border-radius: 0;
226
+ background-color: transparent;
227
+ opacity: 1;
228
+ }
229
+ :where(select:is([multiple], [size])) optgroup {
230
+ font-weight: bolder;
231
+ }
232
+ :where(select:is([multiple], [size])) optgroup option {
233
+ padding-inline-start: 20px;
234
+ }
235
+ ::file-selector-button {
236
+ margin-inline-end: 4px;
237
+ }
238
+ ::placeholder {
239
+ opacity: 1;
240
+ }
241
+ @supports (not (-webkit-appearance: -apple-pay-button)) or
242
+ (contain-intrinsic-size: 1px) {
243
+ ::placeholder {
244
+ color: currentcolor;
245
+ @supports (color: color-mix(in lab, red, red)) {
246
+ color: color-mix(in oklab, currentcolor 50%, transparent);
247
+ }
248
+ }
249
+ }
250
+ textarea {
251
+ resize: vertical;
252
+ }
253
+ ::-webkit-search-decoration {
254
+ -webkit-appearance: none;
255
+ }
256
+ ::-webkit-date-and-time-value {
257
+ min-height: 1lh;
258
+ text-align: inherit;
259
+ }
260
+ ::-webkit-datetime-edit {
261
+ display: inline-flex;
262
+ }
263
+ ::-webkit-datetime-edit-fields-wrapper {
264
+ padding: 0;
265
+ }
266
+ ::-webkit-datetime-edit,
267
+ ::-webkit-datetime-edit-year-field,
268
+ ::-webkit-datetime-edit-month-field,
269
+ ::-webkit-datetime-edit-day-field,
270
+ ::-webkit-datetime-edit-hour-field,
271
+ ::-webkit-datetime-edit-minute-field,
272
+ ::-webkit-datetime-edit-second-field,
273
+ ::-webkit-datetime-edit-millisecond-field,
274
+ ::-webkit-datetime-edit-meridiem-field {
275
+ padding-block: 0;
276
+ }
277
+ ::-webkit-calendar-picker-indicator {
278
+ line-height: 1;
279
+ }
280
+ :-moz-ui-invalid {
281
+ box-shadow: none;
282
+ }
283
+ button,
284
+ input:where([type="button"], [type="reset"], [type="submit"]),
285
+ ::file-selector-button {
286
+ appearance: button;
287
+ }
288
+ ::-webkit-inner-spin-button,
289
+ ::-webkit-outer-spin-button {
290
+ height: auto;
291
+ }
292
+ [hidden]:where(:not([hidden="until-found"])) {
293
+ display: none !important;
294
+ }
295
+ }
296
+ @layer utilities {
297
+ .\@container\/card-header {
298
+ container-type: inline-size;
299
+ container-name: card-header;
300
+ }
301
+ .pointer-events-auto {
302
+ pointer-events: auto;
303
+ }
304
+ .pointer-events-none {
305
+ pointer-events: none;
306
+ }
307
+ .collapse {
308
+ visibility: collapse;
309
+ }
310
+ .invisible {
311
+ visibility: hidden;
312
+ }
313
+ .visible {
314
+ visibility: visible;
315
+ }
316
+ .sr-only {
317
+ position: absolute;
318
+ width: 1px;
319
+ height: 1px;
320
+ padding: 0;
321
+ margin: -1px;
322
+ overflow: hidden;
323
+ clip-path: inset(50%);
324
+ white-space: nowrap;
325
+ border-width: 0;
326
+ }
327
+ .absolute {
328
+ position: absolute;
329
+ }
330
+ .fixed {
331
+ position: fixed;
332
+ }
333
+ .relative {
334
+ position: relative;
335
+ }
336
+ .inset-0 {
337
+ inset: calc(var(--spacing) * 0);
338
+ }
339
+ .inset-x-0 {
340
+ inset-inline: calc(var(--spacing) * 0);
341
+ }
342
+ .inset-y-0 {
343
+ inset-block: calc(var(--spacing) * 0);
344
+ }
345
+ .-top-2 {
346
+ top: calc(var(--spacing) * -2);
347
+ }
348
+ .top-0 {
349
+ top: calc(var(--spacing) * 0);
350
+ }
351
+ .top-1\/2 {
352
+ top: calc(1/2 * 100%);
353
+ }
354
+ .top-2 {
355
+ top: calc(var(--spacing) * 2);
356
+ }
357
+ .top-4 {
358
+ top: calc(var(--spacing) * 4);
359
+ }
360
+ .top-6 {
361
+ top: calc(var(--spacing) * 6);
362
+ }
363
+ .top-\[50\%\] {
364
+ top: 50%;
365
+ }
366
+ .-right-2 {
367
+ right: calc(var(--spacing) * -2);
368
+ }
369
+ .right-0 {
370
+ right: calc(var(--spacing) * 0);
371
+ }
372
+ .right-2 {
373
+ right: calc(var(--spacing) * 2);
374
+ }
375
+ .right-3 {
376
+ right: calc(var(--spacing) * 3);
377
+ }
378
+ .right-4 {
379
+ right: calc(var(--spacing) * 4);
380
+ }
381
+ .right-5 {
382
+ right: calc(var(--spacing) * 5);
383
+ }
384
+ .right-6 {
385
+ right: calc(var(--spacing) * 6);
386
+ }
387
+ .bottom-0 {
388
+ bottom: calc(var(--spacing) * 0);
389
+ }
390
+ .bottom-4 {
391
+ bottom: calc(var(--spacing) * 4);
392
+ }
393
+ .bottom-5 {
394
+ bottom: calc(var(--spacing) * 5);
395
+ }
396
+ .bottom-6 {
397
+ bottom: calc(var(--spacing) * 6);
398
+ }
399
+ .left-0 {
400
+ left: calc(var(--spacing) * 0);
401
+ }
402
+ .left-1\/2 {
403
+ left: calc(1/2 * 100%);
404
+ }
405
+ .left-2 {
406
+ left: calc(var(--spacing) * 2);
407
+ }
408
+ .left-6 {
409
+ left: calc(var(--spacing) * 6);
410
+ }
411
+ .left-\[50\%\] {
412
+ left: 50%;
413
+ }
414
+ .z-1 {
415
+ z-index: 1;
416
+ }
417
+ .z-50 {
418
+ z-index: 50;
419
+ }
420
+ .z-\[999\] {
421
+ z-index: 999;
422
+ }
423
+ .z-\[1000\] {
424
+ z-index: 1000;
425
+ }
426
+ .z-\[1299\] {
427
+ z-index: 1299;
428
+ }
429
+ .z-\[1300\] {
430
+ z-index: 1300;
431
+ }
432
+ .z-\[1500\] {
433
+ z-index: 1500;
434
+ }
435
+ .z-\[2000\] {
436
+ z-index: 2000;
437
+ }
438
+ .z-\[9999\] {
439
+ z-index: 9999;
440
+ }
441
+ .col-span-full {
442
+ grid-column: 1 / -1;
443
+ }
444
+ .col-start-2 {
445
+ grid-column-start: 2;
446
+ }
447
+ .row-span-2 {
448
+ grid-row: span 2 / span 2;
449
+ }
450
+ .row-start-1 {
451
+ grid-row-start: 1;
452
+ }
453
+ .container {
454
+ width: 100%;
455
+ @media (width >= 40rem) {
456
+ max-width: 40rem;
457
+ }
458
+ @media (width >= 48rem) {
459
+ max-width: 48rem;
460
+ }
461
+ @media (width >= 64rem) {
462
+ max-width: 64rem;
463
+ }
464
+ @media (width >= 80rem) {
465
+ max-width: 80rem;
466
+ }
467
+ @media (width >= 96rem) {
468
+ max-width: 96rem;
469
+ }
470
+ }
471
+ .m-0 {
472
+ margin: calc(var(--spacing) * 0);
473
+ }
474
+ .m-4 {
475
+ margin: calc(var(--spacing) * 4);
476
+ }
477
+ .-mx-1 {
478
+ margin-inline: calc(var(--spacing) * -1);
479
+ }
480
+ .mx-2 {
481
+ margin-inline: calc(var(--spacing) * 2);
482
+ }
483
+ .mx-auto {
484
+ margin-inline: auto;
485
+ }
486
+ .my-0\.5 {
487
+ margin-block: calc(var(--spacing) * 0.5);
488
+ }
489
+ .my-1 {
490
+ margin-block: calc(var(--spacing) * 1);
491
+ }
492
+ .my-2 {
493
+ margin-block: calc(var(--spacing) * 2);
494
+ }
495
+ .my-6 {
496
+ margin-block: calc(var(--spacing) * 6);
497
+ }
498
+ .mt-0 {
499
+ margin-top: calc(var(--spacing) * 0);
500
+ }
501
+ .mt-0\.5 {
502
+ margin-top: calc(var(--spacing) * 0.5);
503
+ }
504
+ .mt-1 {
505
+ margin-top: calc(var(--spacing) * 1);
506
+ }
507
+ .mt-2 {
508
+ margin-top: calc(var(--spacing) * 2);
509
+ }
510
+ .mt-2\.5 {
511
+ margin-top: calc(var(--spacing) * 2.5);
512
+ }
513
+ .mt-3 {
514
+ margin-top: calc(var(--spacing) * 3);
515
+ }
516
+ .mt-4 {
517
+ margin-top: calc(var(--spacing) * 4);
518
+ }
519
+ .mt-5 {
520
+ margin-top: calc(var(--spacing) * 5);
521
+ }
522
+ .mt-6 {
523
+ margin-top: calc(var(--spacing) * 6);
524
+ }
525
+ .mt-auto {
526
+ margin-top: auto;
527
+ }
528
+ .mr-1\.5 {
529
+ margin-right: calc(var(--spacing) * 1.5);
530
+ }
531
+ .mr-2 {
532
+ margin-right: calc(var(--spacing) * 2);
533
+ }
534
+ .mr-\[8px\] {
535
+ margin-right: 8px;
536
+ }
537
+ .mr-\[10px\] {
538
+ margin-right: 10px;
539
+ }
540
+ .mb-2 {
541
+ margin-bottom: calc(var(--spacing) * 2);
542
+ }
543
+ .mb-4 {
544
+ margin-bottom: calc(var(--spacing) * 4);
545
+ }
546
+ .mb-6 {
547
+ margin-bottom: calc(var(--spacing) * 6);
548
+ }
549
+ .ml-1 {
550
+ margin-left: calc(var(--spacing) * 1);
551
+ }
552
+ .ml-2 {
553
+ margin-left: calc(var(--spacing) * 2);
554
+ }
555
+ .ml-4 {
556
+ margin-left: calc(var(--spacing) * 4);
557
+ }
558
+ .ml-6 {
559
+ margin-left: calc(var(--spacing) * 6);
560
+ }
561
+ .ml-\[16px\] {
562
+ margin-left: 16px;
563
+ }
564
+ .ml-auto {
565
+ margin-left: auto;
566
+ }
567
+ .line-clamp-1 {
568
+ overflow: hidden;
569
+ display: -webkit-box;
570
+ -webkit-box-orient: vertical;
571
+ -webkit-line-clamp: 1;
572
+ }
573
+ .block {
574
+ display: block;
575
+ }
576
+ .flex {
577
+ display: flex;
578
+ }
579
+ .grid {
580
+ display: grid;
581
+ }
582
+ .hidden {
583
+ display: none;
584
+ }
585
+ .inline {
586
+ display: inline;
587
+ }
588
+ .inline-block {
589
+ display: inline-block;
590
+ }
591
+ .inline-flex {
592
+ display: inline-flex;
593
+ }
594
+ .table {
595
+ display: table;
596
+ }
597
+ .table-caption {
598
+ display: table-caption;
599
+ }
600
+ .table-cell {
601
+ display: table-cell;
602
+ }
603
+ .table-row {
604
+ display: table-row;
605
+ }
606
+ .field-sizing-content {
607
+ field-sizing: content;
608
+ }
609
+ .aspect-square {
610
+ aspect-ratio: 1 / 1;
611
+ }
612
+ .aspect-video {
613
+ aspect-ratio: var(--aspect-video);
614
+ }
615
+ .size-\(--cell-size\) {
616
+ width: var(--cell-size);
617
+ height: var(--cell-size);
618
+ }
619
+ .size-2 {
620
+ width: calc(var(--spacing) * 2);
621
+ height: calc(var(--spacing) * 2);
622
+ }
623
+ .size-2\.5 {
624
+ width: calc(var(--spacing) * 2.5);
625
+ height: calc(var(--spacing) * 2.5);
626
+ }
627
+ .size-3\.5 {
628
+ width: calc(var(--spacing) * 3.5);
629
+ height: calc(var(--spacing) * 3.5);
630
+ }
631
+ .size-4 {
632
+ width: calc(var(--spacing) * 4);
633
+ height: calc(var(--spacing) * 4);
634
+ }
635
+ .size-8 {
636
+ width: calc(var(--spacing) * 8);
637
+ height: calc(var(--spacing) * 8);
638
+ }
639
+ .size-9 {
640
+ width: calc(var(--spacing) * 9);
641
+ height: calc(var(--spacing) * 9);
642
+ }
643
+ .size-10 {
644
+ width: calc(var(--spacing) * 10);
645
+ height: calc(var(--spacing) * 10);
646
+ }
647
+ .size-auto {
648
+ width: auto;
649
+ height: auto;
650
+ }
651
+ .size-full {
652
+ width: 100%;
653
+ height: 100%;
654
+ }
655
+ .h-\(--cell-size\) {
656
+ height: var(--cell-size);
657
+ }
658
+ .h-0\.5 {
659
+ height: calc(var(--spacing) * 0.5);
660
+ }
661
+ .h-1 {
662
+ height: calc(var(--spacing) * 1);
663
+ }
664
+ .h-2 {
665
+ height: calc(var(--spacing) * 2);
666
+ }
667
+ .h-2\.5 {
668
+ height: calc(var(--spacing) * 2.5);
669
+ }
670
+ .h-3 {
671
+ height: calc(var(--spacing) * 3);
672
+ }
673
+ .h-4 {
674
+ height: calc(var(--spacing) * 4);
675
+ }
676
+ .h-5 {
677
+ height: calc(var(--spacing) * 5);
678
+ }
679
+ .h-6 {
680
+ height: calc(var(--spacing) * 6);
681
+ }
682
+ .h-8 {
683
+ height: calc(var(--spacing) * 8);
684
+ }
685
+ .h-9 {
686
+ height: calc(var(--spacing) * 9);
687
+ }
688
+ .h-10 {
689
+ height: calc(var(--spacing) * 10);
690
+ }
691
+ .h-12 {
692
+ height: calc(var(--spacing) * 12);
693
+ }
694
+ .h-15 {
695
+ height: calc(var(--spacing) * 15);
696
+ }
697
+ .h-16 {
698
+ height: calc(var(--spacing) * 16);
699
+ }
700
+ .h-20 {
701
+ height: calc(var(--spacing) * 20);
702
+ }
703
+ .h-24 {
704
+ height: calc(var(--spacing) * 24);
705
+ }
706
+ .h-32 {
707
+ height: calc(var(--spacing) * 32);
708
+ }
709
+ .h-40 {
710
+ height: calc(var(--spacing) * 40);
711
+ }
712
+ .h-48 {
713
+ height: calc(var(--spacing) * 48);
714
+ }
715
+ .h-\[1\.15rem\] {
716
+ height: 1.15rem;
717
+ }
718
+ .h-\[2px\] {
719
+ height: 2px;
720
+ }
721
+ .h-\[30px\] {
722
+ height: 30px;
723
+ }
724
+ .h-\[35px\] {
725
+ height: 35px;
726
+ }
727
+ .h-\[42px\] {
728
+ height: 42px;
729
+ }
730
+ .h-\[50px\] {
731
+ height: 50px;
732
+ }
733
+ .h-\[100px\] {
734
+ height: 100px;
735
+ }
736
+ .h-\[110px\] {
737
+ height: 110px;
738
+ }
739
+ .h-\[120px\] {
740
+ height: 120px;
741
+ }
742
+ .h-\[164px\] {
743
+ height: 164px;
744
+ }
745
+ .h-\[250px\] {
746
+ height: 250px;
747
+ }
748
+ .h-\[450px\] {
749
+ height: 450px;
750
+ }
751
+ .h-\[500px\] {
752
+ height: 500px;
753
+ }
754
+ .h-\[calc\(100\%-1px\)\] {
755
+ height: calc(100% - 1px);
756
+ }
757
+ .h-\[calc\(100\%-165px\)\] {
758
+ height: calc(100% - 165px);
759
+ }
760
+ .h-\[var\(--radix-select-trigger-height\)\] {
761
+ height: var(--radix-select-trigger-height);
762
+ }
763
+ .h-auto {
764
+ height: auto;
765
+ }
766
+ .h-full {
767
+ height: 100%;
768
+ }
769
+ .h-max {
770
+ height: max-content;
771
+ }
772
+ .h-px {
773
+ height: 1px;
774
+ }
775
+ .h-screen {
776
+ height: 100vh;
777
+ }
778
+ .max-h-\(--radix-dropdown-menu-content-available-height\) {
779
+ max-height: var(--radix-dropdown-menu-content-available-height);
780
+ }
781
+ .max-h-96 {
782
+ max-height: calc(var(--spacing) * 96);
783
+ }
784
+ .max-h-\[70vh\] {
785
+ max-height: 70vh;
786
+ }
787
+ .max-h-\[300px\] {
788
+ max-height: 300px;
789
+ }
790
+ .max-h-\[310px\] {
791
+ max-height: 310px;
792
+ }
793
+ .min-h-4 {
794
+ min-height: calc(var(--spacing) * 4);
795
+ }
796
+ .min-h-16 {
797
+ min-height: calc(var(--spacing) * 16);
798
+ }
799
+ .min-h-\[2rem\] {
800
+ min-height: 2rem;
801
+ }
802
+ .min-h-\[40px\] {
803
+ min-height: 40px;
804
+ }
805
+ .min-h-\[60px\] {
806
+ min-height: 60px;
807
+ }
808
+ .w-\(--cell-size\) {
809
+ width: var(--cell-size);
810
+ }
811
+ .w-0 {
812
+ width: calc(var(--spacing) * 0);
813
+ }
814
+ .w-0\.5 {
815
+ width: calc(var(--spacing) * 0.5);
816
+ }
817
+ .w-1 {
818
+ width: calc(var(--spacing) * 1);
819
+ }
820
+ .w-1\/2 {
821
+ width: calc(1/2 * 100%);
822
+ }
823
+ .w-1\/3 {
824
+ width: calc(1/3 * 100%);
825
+ }
826
+ .w-2 {
827
+ width: calc(var(--spacing) * 2);
828
+ }
829
+ .w-2\.5 {
830
+ width: calc(var(--spacing) * 2.5);
831
+ }
832
+ .w-2\/3 {
833
+ width: calc(2/3 * 100%);
834
+ }
835
+ .w-3 {
836
+ width: calc(var(--spacing) * 3);
837
+ }
838
+ .w-3\/4 {
839
+ width: calc(3/4 * 100%);
840
+ }
841
+ .w-4 {
842
+ width: calc(var(--spacing) * 4);
843
+ }
844
+ .w-4\/5 {
845
+ width: calc(4/5 * 100%);
846
+ }
847
+ .w-5 {
848
+ width: calc(var(--spacing) * 5);
849
+ }
850
+ .w-5\/6 {
851
+ width: calc(5/6 * 100%);
852
+ }
853
+ .w-6 {
854
+ width: calc(var(--spacing) * 6);
855
+ }
856
+ .w-8 {
857
+ width: calc(var(--spacing) * 8);
858
+ }
859
+ .w-10 {
860
+ width: calc(var(--spacing) * 10);
861
+ }
862
+ .w-12 {
863
+ width: calc(var(--spacing) * 12);
864
+ }
865
+ .w-14 {
866
+ width: calc(var(--spacing) * 14);
867
+ }
868
+ .w-16 {
869
+ width: calc(var(--spacing) * 16);
870
+ }
871
+ .w-20 {
872
+ width: calc(var(--spacing) * 20);
873
+ }
874
+ .w-24 {
875
+ width: calc(var(--spacing) * 24);
876
+ }
877
+ .w-32 {
878
+ width: calc(var(--spacing) * 32);
879
+ }
880
+ .w-40 {
881
+ width: calc(var(--spacing) * 40);
882
+ }
883
+ .w-48 {
884
+ width: calc(var(--spacing) * 48);
885
+ }
886
+ .w-72 {
887
+ width: calc(var(--spacing) * 72);
888
+ }
889
+ .w-80 {
890
+ width: calc(var(--spacing) * 80);
891
+ }
892
+ .w-96 {
893
+ width: calc(var(--spacing) * 96);
894
+ }
895
+ .w-\[2px\] {
896
+ width: 2px;
897
+ }
898
+ .w-\[30px\] {
899
+ width: 30px;
900
+ }
901
+ .w-\[35px\] {
902
+ width: 35px;
903
+ }
904
+ .w-\[42px\] {
905
+ width: 42px;
906
+ }
907
+ .w-\[100px\] {
908
+ width: 100px;
909
+ }
910
+ .w-\[120px\] {
911
+ width: 120px;
912
+ }
913
+ .w-\[220px\] {
914
+ width: 220px;
915
+ }
916
+ .w-\[250px\] {
917
+ width: 250px;
918
+ }
919
+ .w-\[400px\] {
920
+ width: 400px;
921
+ }
922
+ .w-\[500px\] {
923
+ width: 500px;
924
+ }
925
+ .w-\[var\(--radix-popover-trigger-width\)\] {
926
+ width: var(--radix-popover-trigger-width);
927
+ }
928
+ .w-auto {
929
+ width: auto;
930
+ }
931
+ .w-fit {
932
+ width: fit-content;
933
+ }
934
+ .w-full {
935
+ width: 100%;
936
+ }
937
+ .w-max {
938
+ width: max-content;
939
+ }
940
+ .max-w-2xl {
941
+ max-width: var(--container-2xl);
942
+ }
943
+ .max-w-3xl {
944
+ max-width: var(--container-3xl);
945
+ }
946
+ .max-w-4xl {
947
+ max-width: var(--container-4xl);
948
+ }
949
+ .max-w-\[220px\] {
950
+ max-width: 220px;
951
+ }
952
+ .max-w-\[calc\(100\%-2rem\)\] {
953
+ max-width: calc(100% - 2rem);
954
+ }
955
+ .max-w-full {
956
+ max-width: 100%;
957
+ }
958
+ .max-w-lg {
959
+ max-width: var(--container-lg);
960
+ }
961
+ .max-w-md {
962
+ max-width: var(--container-md);
963
+ }
964
+ .max-w-sm {
965
+ max-width: var(--container-sm);
966
+ }
967
+ .max-w-xl {
968
+ max-width: var(--container-xl);
969
+ }
970
+ .max-w-xs {
971
+ max-width: var(--container-xs);
972
+ }
973
+ .min-w-\(--cell-size\) {
974
+ min-width: var(--cell-size);
975
+ }
976
+ .min-w-0 {
977
+ min-width: calc(var(--spacing) * 0);
978
+ }
979
+ .min-w-32 {
980
+ min-width: calc(var(--spacing) * 32);
981
+ }
982
+ .min-w-\[8rem\] {
983
+ min-width: 8rem;
984
+ }
985
+ .min-w-\[200px\] {
986
+ min-width: 200px;
987
+ }
988
+ .min-w-\[var\(--radix-select-trigger-width\)\] {
989
+ min-width: var(--radix-select-trigger-width);
990
+ }
991
+ .min-w-fit {
992
+ min-width: fit-content;
993
+ }
994
+ .min-w-full {
995
+ min-width: 100%;
996
+ }
997
+ .flex-1 {
998
+ flex: 1;
999
+ }
1000
+ .flex-shrink-0 {
1001
+ flex-shrink: 0;
1002
+ }
1003
+ .shrink-0 {
1004
+ flex-shrink: 0;
1005
+ }
1006
+ .grow {
1007
+ flex-grow: 1;
1008
+ }
1009
+ .caption-bottom {
1010
+ caption-side: bottom;
1011
+ }
1012
+ .border-collapse {
1013
+ border-collapse: collapse;
1014
+ }
1015
+ .origin-\(--radix-dropdown-menu-content-transform-origin\) {
1016
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
1017
+ }
1018
+ .origin-\(--radix-popover-content-transform-origin\) {
1019
+ transform-origin: var(--radix-popover-content-transform-origin);
1020
+ }
1021
+ .origin-\(--radix-tooltip-content-transform-origin\) {
1022
+ transform-origin: var(--radix-tooltip-content-transform-origin);
1023
+ }
1024
+ .-translate-x-1\/2 {
1025
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
1026
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1027
+ }
1028
+ .translate-x-\[-50\%\] {
1029
+ --tw-translate-x: -50%;
1030
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1031
+ }
1032
+ .-translate-y-1\/2 {
1033
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
1034
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1035
+ }
1036
+ .translate-y-0\.5 {
1037
+ --tw-translate-y: calc(var(--spacing) * 0.5);
1038
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1039
+ }
1040
+ .translate-y-\[-50\%\] {
1041
+ --tw-translate-y: -50%;
1042
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1043
+ }
1044
+ .translate-y-\[calc\(-50\%_-_2px\)\] {
1045
+ --tw-translate-y: calc(-50% - 2px);
1046
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1047
+ }
1048
+ .scale-\[0\.4\] {
1049
+ scale: 0.4;
1050
+ }
1051
+ .rotate-45 {
1052
+ rotate: 45deg;
1053
+ }
1054
+ .transform {
1055
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1056
+ }
1057
+ .\[animation\:rotate_1s_linear_infinite\] {
1058
+ animation: rotate 1s linear infinite;
1059
+ }
1060
+ .animate-pulse {
1061
+ animation: var(--animate-pulse);
1062
+ }
1063
+ .cursor-default {
1064
+ cursor: default;
1065
+ }
1066
+ .cursor-not-allowed {
1067
+ cursor: not-allowed;
1068
+ }
1069
+ .cursor-pointer {
1070
+ cursor: pointer;
1071
+ }
1072
+ .resize {
1073
+ resize: both;
1074
+ }
1075
+ .scroll-m-20 {
1076
+ scroll-margin: calc(var(--spacing) * 20);
1077
+ }
1078
+ .scroll-py-1 {
1079
+ scroll-padding-block: calc(var(--spacing) * 1);
1080
+ }
1081
+ .list-disc {
1082
+ list-style-type: disc;
1083
+ }
1084
+ .list-none {
1085
+ list-style-type: none;
1086
+ }
1087
+ .appearance-none {
1088
+ appearance: none;
1089
+ }
1090
+ .auto-rows-min {
1091
+ grid-auto-rows: min-content;
1092
+ }
1093
+ .grid-cols-1 {
1094
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1095
+ }
1096
+ .grid-cols-2 {
1097
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1098
+ }
1099
+ .grid-cols-3 {
1100
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1101
+ }
1102
+ .grid-cols-\[0_1fr\] {
1103
+ grid-template-columns: 0 1fr;
1104
+ }
1105
+ .grid-rows-\[auto_auto\] {
1106
+ grid-template-rows: auto auto;
1107
+ }
1108
+ .flex-col {
1109
+ flex-direction: column;
1110
+ }
1111
+ .flex-col-reverse {
1112
+ flex-direction: column-reverse;
1113
+ }
1114
+ .flex-row {
1115
+ flex-direction: row;
1116
+ }
1117
+ .flex-wrap {
1118
+ flex-wrap: wrap;
1119
+ }
1120
+ .place-content-center {
1121
+ place-content: center;
1122
+ }
1123
+ .items-center {
1124
+ align-items: center;
1125
+ }
1126
+ .items-end {
1127
+ align-items: flex-end;
1128
+ }
1129
+ .items-start {
1130
+ align-items: flex-start;
1131
+ }
1132
+ .items-stretch {
1133
+ align-items: stretch;
1134
+ }
1135
+ .justify-between {
1136
+ justify-content: space-between;
1137
+ }
1138
+ .justify-center {
1139
+ justify-content: center;
1140
+ }
1141
+ .justify-end {
1142
+ justify-content: flex-end;
1143
+ }
1144
+ .justify-start {
1145
+ justify-content: flex-start;
1146
+ }
1147
+ .justify-items-start {
1148
+ justify-items: start;
1149
+ }
1150
+ .gap-0 {
1151
+ gap: calc(var(--spacing) * 0);
1152
+ }
1153
+ .gap-1 {
1154
+ gap: calc(var(--spacing) * 1);
1155
+ }
1156
+ .gap-1\.5 {
1157
+ gap: calc(var(--spacing) * 1.5);
1158
+ }
1159
+ .gap-2 {
1160
+ gap: calc(var(--spacing) * 2);
1161
+ }
1162
+ .gap-2\.5 {
1163
+ gap: calc(var(--spacing) * 2.5);
1164
+ }
1165
+ .gap-3 {
1166
+ gap: calc(var(--spacing) * 3);
1167
+ }
1168
+ .gap-4 {
1169
+ gap: calc(var(--spacing) * 4);
1170
+ }
1171
+ .gap-6 {
1172
+ gap: calc(var(--spacing) * 6);
1173
+ }
1174
+ .gap-12 {
1175
+ gap: calc(var(--spacing) * 12);
1176
+ }
1177
+ .space-y-1 {
1178
+ :where(& > :not(:last-child)) {
1179
+ --tw-space-y-reverse: 0;
1180
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1181
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1182
+ }
1183
+ }
1184
+ .space-y-2 {
1185
+ :where(& > :not(:last-child)) {
1186
+ --tw-space-y-reverse: 0;
1187
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
1188
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
1189
+ }
1190
+ }
1191
+ .space-y-3 {
1192
+ :where(& > :not(:last-child)) {
1193
+ --tw-space-y-reverse: 0;
1194
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
1195
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
1196
+ }
1197
+ }
1198
+ .space-y-4 {
1199
+ :where(& > :not(:last-child)) {
1200
+ --tw-space-y-reverse: 0;
1201
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
1202
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
1203
+ }
1204
+ }
1205
+ .space-y-6 {
1206
+ :where(& > :not(:last-child)) {
1207
+ --tw-space-y-reverse: 0;
1208
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
1209
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
1210
+ }
1211
+ }
1212
+ .space-y-8 {
1213
+ :where(& > :not(:last-child)) {
1214
+ --tw-space-y-reverse: 0;
1215
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
1216
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
1217
+ }
1218
+ }
1219
+ .space-x-2 {
1220
+ :where(& > :not(:last-child)) {
1221
+ --tw-space-x-reverse: 0;
1222
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
1223
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1224
+ }
1225
+ }
1226
+ .space-x-4 {
1227
+ :where(& > :not(:last-child)) {
1228
+ --tw-space-x-reverse: 0;
1229
+ margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
1230
+ margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
1231
+ }
1232
+ }
1233
+ .gap-y-0\.5 {
1234
+ row-gap: calc(var(--spacing) * 0.5);
1235
+ }
1236
+ .self-start {
1237
+ align-self: flex-start;
1238
+ }
1239
+ .self-stretch {
1240
+ align-self: stretch;
1241
+ }
1242
+ .justify-self-end {
1243
+ justify-self: flex-end;
1244
+ }
1245
+ .overflow-auto {
1246
+ overflow: auto;
1247
+ }
1248
+ .overflow-hidden {
1249
+ overflow: hidden;
1250
+ }
1251
+ .overflow-x-auto {
1252
+ overflow-x: auto;
1253
+ }
1254
+ .overflow-x-hidden {
1255
+ overflow-x: hidden;
1256
+ }
1257
+ .overflow-y-auto {
1258
+ overflow-y: auto;
1259
+ }
1260
+ .rounded {
1261
+ border-radius: 0.25rem;
1262
+ }
1263
+ .rounded-\[2px\] {
1264
+ border-radius: 2px;
1265
+ }
1266
+ .rounded-\[4px\] {
1267
+ border-radius: 4px;
1268
+ }
1269
+ .rounded-\[5px\] {
1270
+ border-radius: 5px;
1271
+ }
1272
+ .rounded-\[32px\] {
1273
+ border-radius: 32px;
1274
+ }
1275
+ .rounded-full {
1276
+ border-radius: calc(infinity * 1px);
1277
+ }
1278
+ .rounded-lg {
1279
+ border-radius: var(--radius);
1280
+ }
1281
+ .rounded-md {
1282
+ border-radius: calc(var(--radius) - 2px);
1283
+ }
1284
+ .rounded-none {
1285
+ border-radius: 0;
1286
+ }
1287
+ .rounded-sm {
1288
+ border-radius: calc(var(--radius) - 4px);
1289
+ }
1290
+ .rounded-xl {
1291
+ border-radius: calc(var(--radius) + 4px);
1292
+ }
1293
+ .rounded-xs {
1294
+ border-radius: var(--radius-xs);
1295
+ }
1296
+ .rounded-t-xl {
1297
+ border-top-left-radius: calc(var(--radius) + 4px);
1298
+ border-top-right-radius: calc(var(--radius) + 4px);
1299
+ }
1300
+ .rounded-l-lg {
1301
+ border-top-left-radius: var(--radius);
1302
+ border-bottom-left-radius: var(--radius);
1303
+ }
1304
+ .rounded-l-md {
1305
+ border-top-left-radius: calc(var(--radius) - 2px);
1306
+ border-bottom-left-radius: calc(var(--radius) - 2px);
1307
+ }
1308
+ .rounded-l-none {
1309
+ border-top-left-radius: 0;
1310
+ border-bottom-left-radius: 0;
1311
+ }
1312
+ .rounded-tl-md {
1313
+ border-top-left-radius: calc(var(--radius) - 2px);
1314
+ }
1315
+ .rounded-r-md {
1316
+ border-top-right-radius: calc(var(--radius) - 2px);
1317
+ border-bottom-right-radius: calc(var(--radius) - 2px);
1318
+ }
1319
+ .rounded-r-none {
1320
+ border-top-right-radius: 0;
1321
+ border-bottom-right-radius: 0;
1322
+ }
1323
+ .rounded-tr-md {
1324
+ border-top-right-radius: calc(var(--radius) - 2px);
1325
+ }
1326
+ .border {
1327
+ border-style: var(--tw-border-style);
1328
+ border-width: 1px;
1329
+ }
1330
+ .border-1 {
1331
+ border-style: var(--tw-border-style);
1332
+ border-width: 1px;
1333
+ }
1334
+ .border-2 {
1335
+ border-style: var(--tw-border-style);
1336
+ border-width: 2px;
1337
+ }
1338
+ .border-\[1\.5px\] {
1339
+ border-style: var(--tw-border-style);
1340
+ border-width: 1.5px;
1341
+ }
1342
+ .border-t {
1343
+ border-top-style: var(--tw-border-style);
1344
+ border-top-width: 1px;
1345
+ }
1346
+ .border-r {
1347
+ border-right-style: var(--tw-border-style);
1348
+ border-right-width: 1px;
1349
+ }
1350
+ .border-r-0 {
1351
+ border-right-style: var(--tw-border-style);
1352
+ border-right-width: 0px;
1353
+ }
1354
+ .border-b {
1355
+ border-bottom-style: var(--tw-border-style);
1356
+ border-bottom-width: 1px;
1357
+ }
1358
+ .border-l {
1359
+ border-left-style: var(--tw-border-style);
1360
+ border-left-width: 1px;
1361
+ }
1362
+ .border-l-2 {
1363
+ border-left-style: var(--tw-border-style);
1364
+ border-left-width: 2px;
1365
+ }
1366
+ .border-l-4 {
1367
+ border-left-style: var(--tw-border-style);
1368
+ border-left-width: 4px;
1369
+ }
1370
+ .border-dashed {
1371
+ --tw-border-style: dashed;
1372
+ border-style: dashed;
1373
+ }
1374
+ .border-none {
1375
+ --tw-border-style: none;
1376
+ border-style: none;
1377
+ }
1378
+ .border-\(--color-border\) {
1379
+ border-color: var(--color-border);
1380
+ }
1381
+ .border-blue-700 {
1382
+ border-color: var(--color-blue-700);
1383
+ }
1384
+ .border-border {
1385
+ border-color: var(--border);
1386
+ }
1387
+ .border-border\/10 {
1388
+ border-color: var(--border);
1389
+ @supports (color: color-mix(in lab, red, red)) {
1390
+ border-color: color-mix(in oklab, var(--border) 10%, transparent);
1391
+ }
1392
+ }
1393
+ .border-border\/50 {
1394
+ border-color: var(--border);
1395
+ @supports (color: color-mix(in lab, red, red)) {
1396
+ border-color: color-mix(in oklab, var(--border) 50%, transparent);
1397
+ }
1398
+ }
1399
+ .border-destructive {
1400
+ border-color: var(--destructive);
1401
+ }
1402
+ .border-gray-300 {
1403
+ border-color: var(--color-gray-300);
1404
+ }
1405
+ .border-input {
1406
+ border-color: var(--input);
1407
+ }
1408
+ .border-muted {
1409
+ border-color: var(--muted);
1410
+ }
1411
+ .border-primary {
1412
+ border-color: var(--primary);
1413
+ }
1414
+ .border-primary\/50 {
1415
+ border-color: var(--primary);
1416
+ @supports (color: color-mix(in lab, red, red)) {
1417
+ border-color: color-mix(in oklab, var(--primary) 50%, transparent);
1418
+ }
1419
+ }
1420
+ .border-red-200 {
1421
+ border-color: var(--color-red-200);
1422
+ }
1423
+ .border-transparent {
1424
+ border-color: transparent;
1425
+ }
1426
+ .border-yellow-500 {
1427
+ border-color: var(--color-yellow-500);
1428
+ }
1429
+ .bg-\(--color-bg\) {
1430
+ background-color: var(--color-bg);
1431
+ }
1432
+ .bg-accent {
1433
+ background-color: var(--accent);
1434
+ }
1435
+ .bg-background {
1436
+ background-color: var(--background);
1437
+ }
1438
+ .bg-black\/50 {
1439
+ background-color: color-mix(in srgb, #000 50%, transparent);
1440
+ @supports (color: color-mix(in lab, red, red)) {
1441
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
1442
+ }
1443
+ }
1444
+ .bg-blue-50 {
1445
+ background-color: var(--color-blue-50);
1446
+ }
1447
+ .bg-blue-500 {
1448
+ background-color: var(--color-blue-500);
1449
+ }
1450
+ .bg-blue-background {
1451
+ background-color: var(--blue-background);
1452
+ }
1453
+ .bg-border {
1454
+ background-color: var(--border);
1455
+ }
1456
+ .bg-card {
1457
+ background-color: var(--card);
1458
+ }
1459
+ .bg-default-background {
1460
+ background-color: var(--default-background);
1461
+ }
1462
+ .bg-destructive {
1463
+ background-color: var(--destructive);
1464
+ }
1465
+ .bg-foreground {
1466
+ background-color: var(--foreground);
1467
+ }
1468
+ .bg-gray-200 {
1469
+ background-color: var(--color-gray-200);
1470
+ }
1471
+ .bg-green-50 {
1472
+ background-color: var(--color-green-50);
1473
+ }
1474
+ .bg-green-background {
1475
+ background-color: var(--green-background);
1476
+ }
1477
+ .bg-input-background {
1478
+ background-color: var(--input-background);
1479
+ }
1480
+ .bg-muted {
1481
+ background-color: var(--muted);
1482
+ }
1483
+ .bg-muted\/50 {
1484
+ background-color: var(--muted);
1485
+ @supports (color: color-mix(in lab, red, red)) {
1486
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
1487
+ }
1488
+ }
1489
+ .bg-orange-50 {
1490
+ background-color: var(--color-orange-50);
1491
+ }
1492
+ .bg-orange-background {
1493
+ background-color: var(--orange-background);
1494
+ }
1495
+ .bg-pink-50 {
1496
+ background-color: var(--color-pink-50);
1497
+ }
1498
+ .bg-pink-background {
1499
+ background-color: var(--pink-background);
1500
+ }
1501
+ .bg-popover {
1502
+ background-color: var(--popover);
1503
+ }
1504
+ .bg-primary {
1505
+ background-color: var(--primary);
1506
+ }
1507
+ .bg-primary\/10 {
1508
+ background-color: var(--primary);
1509
+ @supports (color: color-mix(in lab, red, red)) {
1510
+ background-color: color-mix(in oklab, var(--primary) 10%, transparent);
1511
+ }
1512
+ }
1513
+ .bg-red-50 {
1514
+ background-color: var(--color-red-50);
1515
+ }
1516
+ .bg-red-background {
1517
+ background-color: var(--red-background);
1518
+ }
1519
+ .bg-secondary {
1520
+ background-color: var(--secondary);
1521
+ }
1522
+ .bg-secondary\/30 {
1523
+ background-color: var(--secondary);
1524
+ @supports (color: color-mix(in lab, red, red)) {
1525
+ background-color: color-mix(in oklab, var(--secondary) 30%, transparent);
1526
+ }
1527
+ }
1528
+ .bg-secondary\/50 {
1529
+ background-color: var(--secondary);
1530
+ @supports (color: color-mix(in lab, red, red)) {
1531
+ background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
1532
+ }
1533
+ }
1534
+ .bg-secondary\/60 {
1535
+ background-color: var(--secondary);
1536
+ @supports (color: color-mix(in lab, red, red)) {
1537
+ background-color: color-mix(in oklab, var(--secondary) 60%, transparent);
1538
+ }
1539
+ }
1540
+ .bg-transparent {
1541
+ background-color: transparent;
1542
+ }
1543
+ .bg-yellow-50 {
1544
+ background-color: var(--color-yellow-50);
1545
+ }
1546
+ .bg-yellow-100 {
1547
+ background-color: var(--color-yellow-100);
1548
+ }
1549
+ .bg-yellow-background {
1550
+ background-color: var(--yellow-background);
1551
+ }
1552
+ .bg-gradient-to-r {
1553
+ --tw-gradient-position: to right in oklab;
1554
+ background-image: linear-gradient(var(--tw-gradient-stops));
1555
+ }
1556
+ .from-\[\#573DAB\] {
1557
+ --tw-gradient-from: #573DAB;
1558
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1559
+ }
1560
+ .to-\[\#846AD6\] {
1561
+ --tw-gradient-to: #846AD6;
1562
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1563
+ }
1564
+ .fill-current {
1565
+ fill: currentcolor;
1566
+ }
1567
+ .fill-foreground {
1568
+ fill: var(--foreground);
1569
+ }
1570
+ .object-contain {
1571
+ object-fit: contain;
1572
+ }
1573
+ .object-cover {
1574
+ object-fit: cover;
1575
+ }
1576
+ .p-0 {
1577
+ padding: calc(var(--spacing) * 0);
1578
+ }
1579
+ .p-1 {
1580
+ padding: calc(var(--spacing) * 1);
1581
+ }
1582
+ .p-2 {
1583
+ padding: calc(var(--spacing) * 2);
1584
+ }
1585
+ .p-3 {
1586
+ padding: calc(var(--spacing) * 3);
1587
+ }
1588
+ .p-4 {
1589
+ padding: calc(var(--spacing) * 4);
1590
+ }
1591
+ .p-5 {
1592
+ padding: calc(var(--spacing) * 5);
1593
+ }
1594
+ .p-6 {
1595
+ padding: calc(var(--spacing) * 6);
1596
+ }
1597
+ .p-8 {
1598
+ padding: calc(var(--spacing) * 8);
1599
+ }
1600
+ .p-\[3px\] {
1601
+ padding: 3px;
1602
+ }
1603
+ .px-\(--cell-size\) {
1604
+ padding-inline: var(--cell-size);
1605
+ }
1606
+ .px-1 {
1607
+ padding-inline: calc(var(--spacing) * 1);
1608
+ }
1609
+ .px-2 {
1610
+ padding-inline: calc(var(--spacing) * 2);
1611
+ }
1612
+ .px-2\.5 {
1613
+ padding-inline: calc(var(--spacing) * 2.5);
1614
+ }
1615
+ .px-3 {
1616
+ padding-inline: calc(var(--spacing) * 3);
1617
+ }
1618
+ .px-4 {
1619
+ padding-inline: calc(var(--spacing) * 4);
1620
+ }
1621
+ .px-6 {
1622
+ padding-inline: calc(var(--spacing) * 6);
1623
+ }
1624
+ .px-\[0\.3rem\] {
1625
+ padding-inline: 0.3rem;
1626
+ }
1627
+ .py-0\.5 {
1628
+ padding-block: calc(var(--spacing) * 0.5);
1629
+ }
1630
+ .py-1 {
1631
+ padding-block: calc(var(--spacing) * 1);
1632
+ }
1633
+ .py-1\.5 {
1634
+ padding-block: calc(var(--spacing) * 1.5);
1635
+ }
1636
+ .py-2 {
1637
+ padding-block: calc(var(--spacing) * 2);
1638
+ }
1639
+ .py-2\.5 {
1640
+ padding-block: calc(var(--spacing) * 2.5);
1641
+ }
1642
+ .py-3 {
1643
+ padding-block: calc(var(--spacing) * 3);
1644
+ }
1645
+ .py-4 {
1646
+ padding-block: calc(var(--spacing) * 4);
1647
+ }
1648
+ .py-6 {
1649
+ padding-block: calc(var(--spacing) * 6);
1650
+ }
1651
+ .py-\[0\.2rem\] {
1652
+ padding-block: 0.2rem;
1653
+ }
1654
+ .py-\[5px\] {
1655
+ padding-block: 5px;
1656
+ }
1657
+ .py-\[60px\] {
1658
+ padding-block: 60px;
1659
+ }
1660
+ .pt-0 {
1661
+ padding-top: calc(var(--spacing) * 0);
1662
+ }
1663
+ .pt-2 {
1664
+ padding-top: calc(var(--spacing) * 2);
1665
+ }
1666
+ .pt-3 {
1667
+ padding-top: calc(var(--spacing) * 3);
1668
+ }
1669
+ .pt-4 {
1670
+ padding-top: calc(var(--spacing) * 4);
1671
+ }
1672
+ .pr-1 {
1673
+ padding-right: calc(var(--spacing) * 1);
1674
+ }
1675
+ .pr-2 {
1676
+ padding-right: calc(var(--spacing) * 2);
1677
+ }
1678
+ .pr-4 {
1679
+ padding-right: calc(var(--spacing) * 4);
1680
+ }
1681
+ .pr-8 {
1682
+ padding-right: calc(var(--spacing) * 8);
1683
+ }
1684
+ .pr-10 {
1685
+ padding-right: calc(var(--spacing) * 10);
1686
+ }
1687
+ .pb-0 {
1688
+ padding-bottom: calc(var(--spacing) * 0);
1689
+ }
1690
+ .pb-2 {
1691
+ padding-bottom: calc(var(--spacing) * 2);
1692
+ }
1693
+ .pb-3 {
1694
+ padding-bottom: calc(var(--spacing) * 3);
1695
+ }
1696
+ .pb-4 {
1697
+ padding-bottom: calc(var(--spacing) * 4);
1698
+ }
1699
+ .pl-2 {
1700
+ padding-left: calc(var(--spacing) * 2);
1701
+ }
1702
+ .pl-4 {
1703
+ padding-left: calc(var(--spacing) * 4);
1704
+ }
1705
+ .pl-6 {
1706
+ padding-left: calc(var(--spacing) * 6);
1707
+ }
1708
+ .pl-8 {
1709
+ padding-left: calc(var(--spacing) * 8);
1710
+ }
1711
+ .text-center {
1712
+ text-align: center;
1713
+ }
1714
+ .text-left {
1715
+ text-align: left;
1716
+ }
1717
+ .text-right {
1718
+ text-align: right;
1719
+ }
1720
+ .align-middle {
1721
+ vertical-align: middle;
1722
+ }
1723
+ .font-mono {
1724
+ font-family: var(--font-mono);
1725
+ }
1726
+ .text-2xl {
1727
+ font-size: var(--text-2xl);
1728
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1729
+ }
1730
+ .text-3xl {
1731
+ font-size: var(--text-3xl);
1732
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1733
+ }
1734
+ .text-4xl {
1735
+ font-size: var(--text-4xl);
1736
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1737
+ }
1738
+ .text-base {
1739
+ font-size: var(--text-base);
1740
+ line-height: var(--tw-leading, var(--text-base--line-height));
1741
+ }
1742
+ .text-lg {
1743
+ font-size: var(--text-lg);
1744
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1745
+ }
1746
+ .text-sm {
1747
+ font-size: var(--text-sm);
1748
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1749
+ }
1750
+ .text-xl {
1751
+ font-size: var(--text-xl);
1752
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1753
+ }
1754
+ .text-xs {
1755
+ font-size: var(--text-xs);
1756
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1757
+ }
1758
+ .text-\[0\.8rem\] {
1759
+ font-size: 0.8rem;
1760
+ }
1761
+ .leading-6 {
1762
+ --tw-leading: calc(var(--spacing) * 6);
1763
+ line-height: calc(var(--spacing) * 6);
1764
+ }
1765
+ .leading-7 {
1766
+ --tw-leading: calc(var(--spacing) * 7);
1767
+ line-height: calc(var(--spacing) * 7);
1768
+ }
1769
+ .leading-\[27px\] {
1770
+ --tw-leading: 27px;
1771
+ line-height: 27px;
1772
+ }
1773
+ .leading-none {
1774
+ --tw-leading: 1;
1775
+ line-height: 1;
1776
+ }
1777
+ .font-bold {
1778
+ --tw-font-weight: var(--font-weight-bold);
1779
+ font-weight: var(--font-weight-bold);
1780
+ }
1781
+ .font-extrabold {
1782
+ --tw-font-weight: var(--font-weight-extrabold);
1783
+ font-weight: var(--font-weight-extrabold);
1784
+ }
1785
+ .font-medium {
1786
+ --tw-font-weight: var(--font-weight-medium);
1787
+ font-weight: var(--font-weight-medium);
1788
+ }
1789
+ .font-normal {
1790
+ --tw-font-weight: var(--font-weight-normal);
1791
+ font-weight: var(--font-weight-normal);
1792
+ }
1793
+ .font-semibold {
1794
+ --tw-font-weight: var(--font-weight-semibold);
1795
+ font-weight: var(--font-weight-semibold);
1796
+ }
1797
+ .tracking-tight {
1798
+ --tw-tracking: var(--tracking-tight);
1799
+ letter-spacing: var(--tracking-tight);
1800
+ }
1801
+ .tracking-tighter {
1802
+ --tw-tracking: var(--tracking-tighter);
1803
+ letter-spacing: var(--tracking-tighter);
1804
+ }
1805
+ .tracking-wider {
1806
+ --tw-tracking: var(--tracking-wider);
1807
+ letter-spacing: var(--tracking-wider);
1808
+ }
1809
+ .tracking-widest {
1810
+ --tw-tracking: var(--tracking-widest);
1811
+ letter-spacing: var(--tracking-widest);
1812
+ }
1813
+ .text-balance {
1814
+ text-wrap: balance;
1815
+ }
1816
+ .text-nowrap {
1817
+ text-wrap: nowrap;
1818
+ }
1819
+ .break-words {
1820
+ overflow-wrap: break-word;
1821
+ }
1822
+ .break-all {
1823
+ word-break: break-all;
1824
+ }
1825
+ .whitespace-nowrap {
1826
+ white-space: nowrap;
1827
+ }
1828
+ .text-accent-foreground {
1829
+ color: var(--accent-foreground);
1830
+ }
1831
+ .text-background {
1832
+ color: var(--background);
1833
+ }
1834
+ .text-blue-500 {
1835
+ color: var(--color-blue-500);
1836
+ }
1837
+ .text-blue-600 {
1838
+ color: var(--color-blue-600);
1839
+ }
1840
+ .text-blue-700 {
1841
+ color: var(--color-blue-700);
1842
+ }
1843
+ .text-card-foreground {
1844
+ color: var(--card-foreground);
1845
+ }
1846
+ .text-current {
1847
+ color: currentcolor;
1848
+ }
1849
+ .text-destructive {
1850
+ color: var(--destructive);
1851
+ }
1852
+ .text-foreground {
1853
+ color: var(--foreground);
1854
+ }
1855
+ .text-gray-500 {
1856
+ color: var(--color-gray-500);
1857
+ }
1858
+ .text-gray-600 {
1859
+ color: var(--color-gray-600);
1860
+ }
1861
+ .text-gray-700 {
1862
+ color: var(--color-gray-700);
1863
+ }
1864
+ .text-green-500 {
1865
+ color: var(--color-green-500);
1866
+ }
1867
+ .text-green-600 {
1868
+ color: var(--color-green-600);
1869
+ }
1870
+ .text-green-700 {
1871
+ color: var(--color-green-700);
1872
+ }
1873
+ .text-highlight-blue {
1874
+ color: var(--highlight-blue);
1875
+ }
1876
+ .text-highlight-green {
1877
+ color: var(--highlight-green);
1878
+ }
1879
+ .text-highlight-orange {
1880
+ color: var(--highlight-orange);
1881
+ }
1882
+ .text-highlight-pink {
1883
+ color: var(--highlight-pink);
1884
+ }
1885
+ .text-highlight-red {
1886
+ color: var(--highlight-red);
1887
+ }
1888
+ .text-highlight-yellow {
1889
+ color: var(--highlight-yellow);
1890
+ }
1891
+ .text-muted-foreground {
1892
+ color: var(--muted-foreground);
1893
+ }
1894
+ .text-muted-foreground\/60 {
1895
+ color: var(--muted-foreground);
1896
+ @supports (color: color-mix(in lab, red, red)) {
1897
+ color: color-mix(in oklab, var(--muted-foreground) 60%, transparent);
1898
+ }
1899
+ }
1900
+ .text-orange-500 {
1901
+ color: var(--color-orange-500);
1902
+ }
1903
+ .text-orange-700 {
1904
+ color: var(--color-orange-700);
1905
+ }
1906
+ .text-pink-700 {
1907
+ color: var(--color-pink-700);
1908
+ }
1909
+ .text-popover-foreground {
1910
+ color: var(--popover-foreground);
1911
+ }
1912
+ .text-primary {
1913
+ color: var(--primary);
1914
+ }
1915
+ .text-primary-foreground {
1916
+ color: var(--primary-foreground);
1917
+ }
1918
+ .text-purple-500 {
1919
+ color: var(--color-purple-500);
1920
+ }
1921
+ .text-purple-600 {
1922
+ color: var(--color-purple-600);
1923
+ }
1924
+ .text-red-500 {
1925
+ color: var(--color-red-500);
1926
+ }
1927
+ .text-red-700 {
1928
+ color: var(--color-red-700);
1929
+ }
1930
+ .text-red-800 {
1931
+ color: var(--color-red-800);
1932
+ }
1933
+ .text-secondary-foreground {
1934
+ color: var(--secondary-foreground);
1935
+ }
1936
+ .text-white {
1937
+ color: var(--color-white);
1938
+ }
1939
+ .text-yellow-700 {
1940
+ color: var(--color-yellow-700);
1941
+ }
1942
+ .capitalize {
1943
+ text-transform: capitalize;
1944
+ }
1945
+ .uppercase {
1946
+ text-transform: uppercase;
1947
+ }
1948
+ .italic {
1949
+ font-style: italic;
1950
+ }
1951
+ .tabular-nums {
1952
+ --tw-numeric-spacing: tabular-nums;
1953
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1954
+ }
1955
+ .no-underline {
1956
+ text-decoration-line: none;
1957
+ }
1958
+ .underline {
1959
+ text-decoration-line: underline;
1960
+ }
1961
+ .underline-offset-4 {
1962
+ text-underline-offset: 4px;
1963
+ }
1964
+ .opacity-0 {
1965
+ opacity: 0%;
1966
+ }
1967
+ .opacity-50 {
1968
+ opacity: 50%;
1969
+ }
1970
+ .opacity-70 {
1971
+ opacity: 70%;
1972
+ }
1973
+ .opacity-100 {
1974
+ opacity: 100%;
1975
+ }
1976
+ .shadow-lg {
1977
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1978
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1979
+ }
1980
+ .shadow-md {
1981
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1982
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1983
+ }
1984
+ .shadow-sm {
1985
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1986
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1987
+ }
1988
+ .shadow-xl {
1989
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1990
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1991
+ }
1992
+ .shadow-xs {
1993
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1994
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1995
+ }
1996
+ .ring-0 {
1997
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1998
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1999
+ }
2000
+ .ring-offset-background {
2001
+ --tw-ring-offset-color: var(--background);
2002
+ }
2003
+ .outline-hidden {
2004
+ --tw-outline-style: none;
2005
+ outline-style: none;
2006
+ @media (forced-colors: active) {
2007
+ outline: 2px solid transparent;
2008
+ outline-offset: 2px;
2009
+ }
2010
+ }
2011
+ .outline {
2012
+ outline-style: var(--tw-outline-style);
2013
+ outline-width: 1px;
2014
+ }
2015
+ .blur {
2016
+ --tw-blur: blur(8px);
2017
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2018
+ }
2019
+ .filter {
2020
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2021
+ }
2022
+ .transition {
2023
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
2024
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2025
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2026
+ }
2027
+ .transition-\[color\,box-shadow\] {
2028
+ transition-property: color,box-shadow;
2029
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2030
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2031
+ }
2032
+ .transition-all {
2033
+ transition-property: all;
2034
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2035
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2036
+ }
2037
+ .transition-colors {
2038
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2039
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2040
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2041
+ }
2042
+ .transition-opacity {
2043
+ transition-property: opacity;
2044
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2045
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2046
+ }
2047
+ .transition-shadow {
2048
+ transition-property: box-shadow;
2049
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2050
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2051
+ }
2052
+ .transition-transform {
2053
+ transition-property: transform, translate, scale, rotate;
2054
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2055
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2056
+ }
2057
+ .transition-none {
2058
+ transition-property: none;
2059
+ }
2060
+ .duration-200 {
2061
+ --tw-duration: 200ms;
2062
+ transition-duration: 200ms;
2063
+ }
2064
+ .duration-300 {
2065
+ --tw-duration: 300ms;
2066
+ transition-duration: 300ms;
2067
+ }
2068
+ .ease-in {
2069
+ --tw-ease: var(--ease-in);
2070
+ transition-timing-function: var(--ease-in);
2071
+ }
2072
+ .ease-in-out {
2073
+ --tw-ease: var(--ease-in-out);
2074
+ transition-timing-function: var(--ease-in-out);
2075
+ }
2076
+ .ease-out {
2077
+ --tw-ease: var(--ease-out);
2078
+ transition-timing-function: var(--ease-out);
2079
+ }
2080
+ .outline-none {
2081
+ --tw-outline-style: none;
2082
+ outline-style: none;
2083
+ }
2084
+ .select-none {
2085
+ -webkit-user-select: none;
2086
+ user-select: none;
2087
+ }
2088
+ .\[--cell-size\:--spacing\(8\)\] {
2089
+ --cell-size: calc(var(--spacing) * 8);
2090
+ }
2091
+ .group-hover\:flex {
2092
+ &:is(:where(.group):hover *) {
2093
+ @media (hover: hover) {
2094
+ display: flex;
2095
+ }
2096
+ }
2097
+ }
2098
+ .group-data-\[disabled\=true\]\:pointer-events-none {
2099
+ &:is(:where(.group)[data-disabled="true"] *) {
2100
+ pointer-events: none;
2101
+ }
2102
+ }
2103
+ .group-data-\[disabled\=true\]\:opacity-50 {
2104
+ &:is(:where(.group)[data-disabled="true"] *) {
2105
+ opacity: 50%;
2106
+ }
2107
+ }
2108
+ .group-data-\[focused\=true\]\/day\:relative {
2109
+ &:is(:where(.group\/day)[data-focused="true"] *) {
2110
+ position: relative;
2111
+ }
2112
+ }
2113
+ .group-data-\[focused\=true\]\/day\:z-10 {
2114
+ &:is(:where(.group\/day)[data-focused="true"] *) {
2115
+ z-index: 10;
2116
+ }
2117
+ }
2118
+ .group-data-\[focused\=true\]\/day\:border-ring {
2119
+ &:is(:where(.group\/day)[data-focused="true"] *) {
2120
+ border-color: var(--ring);
2121
+ }
2122
+ }
2123
+ .group-data-\[focused\=true\]\/day\:ring-\[3px\] {
2124
+ &:is(:where(.group\/day)[data-focused="true"] *) {
2125
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2126
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2127
+ }
2128
+ }
2129
+ .group-data-\[focused\=true\]\/day\:ring-ring\/50 {
2130
+ &:is(:where(.group\/day)[data-focused="true"] *) {
2131
+ --tw-ring-color: var(--ring);
2132
+ @supports (color: color-mix(in lab, red, red)) {
2133
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2134
+ }
2135
+ }
2136
+ }
2137
+ .peer-disabled\:cursor-not-allowed {
2138
+ &:is(:where(.peer):disabled ~ *) {
2139
+ cursor: not-allowed;
2140
+ }
2141
+ }
2142
+ .peer-disabled\:opacity-50 {
2143
+ &:is(:where(.peer):disabled ~ *) {
2144
+ opacity: 50%;
2145
+ }
2146
+ }
2147
+ .peer-disabled\:opacity-70 {
2148
+ &:is(:where(.peer):disabled ~ *) {
2149
+ opacity: 70%;
2150
+ }
2151
+ }
2152
+ .selection\:bg-primary {
2153
+ & *::selection {
2154
+ background-color: var(--primary);
2155
+ }
2156
+ &::selection {
2157
+ background-color: var(--primary);
2158
+ }
2159
+ }
2160
+ .selection\:text-primary-foreground {
2161
+ & *::selection {
2162
+ color: var(--primary-foreground);
2163
+ }
2164
+ &::selection {
2165
+ color: var(--primary-foreground);
2166
+ }
2167
+ }
2168
+ .file\:inline-flex {
2169
+ &::file-selector-button {
2170
+ display: inline-flex;
2171
+ }
2172
+ }
2173
+ .file\:h-7 {
2174
+ &::file-selector-button {
2175
+ height: calc(var(--spacing) * 7);
2176
+ }
2177
+ }
2178
+ .file\:border-0 {
2179
+ &::file-selector-button {
2180
+ border-style: var(--tw-border-style);
2181
+ border-width: 0px;
2182
+ }
2183
+ }
2184
+ .file\:bg-transparent {
2185
+ &::file-selector-button {
2186
+ background-color: transparent;
2187
+ }
2188
+ }
2189
+ .file\:text-sm {
2190
+ &::file-selector-button {
2191
+ font-size: var(--text-sm);
2192
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2193
+ }
2194
+ }
2195
+ .file\:font-medium {
2196
+ &::file-selector-button {
2197
+ --tw-font-weight: var(--font-weight-medium);
2198
+ font-weight: var(--font-weight-medium);
2199
+ }
2200
+ }
2201
+ .file\:text-foreground {
2202
+ &::file-selector-button {
2203
+ color: var(--foreground);
2204
+ }
2205
+ }
2206
+ .placeholder\:text-muted-foreground {
2207
+ &::placeholder {
2208
+ color: var(--muted-foreground);
2209
+ }
2210
+ }
2211
+ .before\:absolute {
2212
+ &::before {
2213
+ content: var(--tw-content);
2214
+ position: absolute;
2215
+ }
2216
+ }
2217
+ .before\:inset-0 {
2218
+ &::before {
2219
+ content: var(--tw-content);
2220
+ inset: calc(var(--spacing) * 0);
2221
+ }
2222
+ }
2223
+ .before\:box-border {
2224
+ &::before {
2225
+ content: var(--tw-content);
2226
+ box-sizing: border-box;
2227
+ }
2228
+ }
2229
+ .before\:\[animation\:prixClipFix_1\.5s_linear_infinite\] {
2230
+ &::before {
2231
+ content: var(--tw-content);
2232
+ animation: prixClipFix 1.5s linear infinite;
2233
+ }
2234
+ }
2235
+ .before\:rounded-full {
2236
+ &::before {
2237
+ content: var(--tw-content);
2238
+ border-radius: calc(infinity * 1px);
2239
+ }
2240
+ }
2241
+ .before\:border-\[5px\] {
2242
+ &::before {
2243
+ content: var(--tw-content);
2244
+ border-style: var(--tw-border-style);
2245
+ border-width: 5px;
2246
+ }
2247
+ }
2248
+ .before\:border-\[\#7D60D9\] {
2249
+ &::before {
2250
+ content: var(--tw-content);
2251
+ border-color: #7D60D9;
2252
+ }
2253
+ }
2254
+ .before\:content-\[\'\'\] {
2255
+ &::before {
2256
+ --tw-content: '';
2257
+ content: var(--tw-content);
2258
+ }
2259
+ }
2260
+ .after\:absolute {
2261
+ &::after {
2262
+ content: var(--tw-content);
2263
+ position: absolute;
2264
+ }
2265
+ }
2266
+ .after\:inset-0 {
2267
+ &::after {
2268
+ content: var(--tw-content);
2269
+ inset: calc(var(--spacing) * 0);
2270
+ }
2271
+ }
2272
+ .after\:box-border {
2273
+ &::after {
2274
+ content: var(--tw-content);
2275
+ box-sizing: border-box;
2276
+ }
2277
+ }
2278
+ .after\:\[transform\:rotate3d\(90\,90\,0\,180deg\)\] {
2279
+ &::after {
2280
+ content: var(--tw-content);
2281
+ transform: rotate3d(90,90,0,180deg);
2282
+ }
2283
+ }
2284
+ .after\:\[animation\:prixClipFix_1\.5s_linear_infinite\] {
2285
+ &::after {
2286
+ content: var(--tw-content);
2287
+ animation: prixClipFix 1.5s linear infinite;
2288
+ }
2289
+ }
2290
+ .after\:rounded-full {
2291
+ &::after {
2292
+ content: var(--tw-content);
2293
+ border-radius: calc(infinity * 1px);
2294
+ }
2295
+ }
2296
+ .after\:border-\[5px\] {
2297
+ &::after {
2298
+ content: var(--tw-content);
2299
+ border-style: var(--tw-border-style);
2300
+ border-width: 5px;
2301
+ }
2302
+ }
2303
+ .after\:border-\[\#FF3D00\] {
2304
+ &::after {
2305
+ content: var(--tw-content);
2306
+ border-color: #FF3D00;
2307
+ }
2308
+ }
2309
+ .after\:content-\[\'\'\] {
2310
+ &::after {
2311
+ --tw-content: '';
2312
+ content: var(--tw-content);
2313
+ }
2314
+ }
2315
+ .first\:mt-0 {
2316
+ &:first-child {
2317
+ margin-top: calc(var(--spacing) * 0);
2318
+ }
2319
+ }
2320
+ .hover\:-translate-x-1 {
2321
+ &:hover {
2322
+ @media (hover: hover) {
2323
+ --tw-translate-x: calc(var(--spacing) * -1);
2324
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2325
+ }
2326
+ }
2327
+ }
2328
+ .hover\:-translate-y-1\/2 {
2329
+ &:hover {
2330
+ @media (hover: hover) {
2331
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
2332
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2333
+ }
2334
+ }
2335
+ }
2336
+ .hover\:cursor-default {
2337
+ &:hover {
2338
+ @media (hover: hover) {
2339
+ cursor: default;
2340
+ }
2341
+ }
2342
+ }
2343
+ .hover\:cursor-e-resize {
2344
+ &:hover {
2345
+ @media (hover: hover) {
2346
+ cursor: e-resize;
2347
+ }
2348
+ }
2349
+ }
2350
+ .hover\:cursor-ew-resize {
2351
+ &:hover {
2352
+ @media (hover: hover) {
2353
+ cursor: ew-resize;
2354
+ }
2355
+ }
2356
+ }
2357
+ .hover\:cursor-pointer {
2358
+ &:hover {
2359
+ @media (hover: hover) {
2360
+ cursor: pointer;
2361
+ }
2362
+ }
2363
+ }
2364
+ .hover\:border-primary {
2365
+ &:hover {
2366
+ @media (hover: hover) {
2367
+ border-color: var(--primary);
2368
+ }
2369
+ }
2370
+ }
2371
+ .hover\:bg-accent {
2372
+ &:hover {
2373
+ @media (hover: hover) {
2374
+ background-color: var(--accent);
2375
+ }
2376
+ }
2377
+ }
2378
+ .hover\:bg-destructive\/90 {
2379
+ &:hover {
2380
+ @media (hover: hover) {
2381
+ background-color: var(--destructive);
2382
+ @supports (color: color-mix(in lab, red, red)) {
2383
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
2384
+ }
2385
+ }
2386
+ }
2387
+ }
2388
+ .hover\:bg-muted {
2389
+ &:hover {
2390
+ @media (hover: hover) {
2391
+ background-color: var(--muted);
2392
+ }
2393
+ }
2394
+ }
2395
+ .hover\:bg-muted\/50 {
2396
+ &:hover {
2397
+ @media (hover: hover) {
2398
+ background-color: var(--muted);
2399
+ @supports (color: color-mix(in lab, red, red)) {
2400
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
2401
+ }
2402
+ }
2403
+ }
2404
+ }
2405
+ .hover\:bg-muted\/80 {
2406
+ &:hover {
2407
+ @media (hover: hover) {
2408
+ background-color: var(--muted);
2409
+ @supports (color: color-mix(in lab, red, red)) {
2410
+ background-color: color-mix(in oklab, var(--muted) 80%, transparent);
2411
+ }
2412
+ }
2413
+ }
2414
+ }
2415
+ .hover\:bg-primary\/90 {
2416
+ &:hover {
2417
+ @media (hover: hover) {
2418
+ background-color: var(--primary);
2419
+ @supports (color: color-mix(in lab, red, red)) {
2420
+ background-color: color-mix(in oklab, var(--primary) 90%, transparent);
2421
+ }
2422
+ }
2423
+ }
2424
+ }
2425
+ .hover\:bg-purple-900 {
2426
+ &:hover {
2427
+ @media (hover: hover) {
2428
+ background-color: var(--color-purple-900);
2429
+ }
2430
+ }
2431
+ }
2432
+ .hover\:bg-secondary\/20 {
2433
+ &:hover {
2434
+ @media (hover: hover) {
2435
+ background-color: var(--secondary);
2436
+ @supports (color: color-mix(in lab, red, red)) {
2437
+ background-color: color-mix(in oklab, var(--secondary) 20%, transparent);
2438
+ }
2439
+ }
2440
+ }
2441
+ }
2442
+ .hover\:bg-secondary\/80 {
2443
+ &:hover {
2444
+ @media (hover: hover) {
2445
+ background-color: var(--secondary);
2446
+ @supports (color: color-mix(in lab, red, red)) {
2447
+ background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
2448
+ }
2449
+ }
2450
+ }
2451
+ }
2452
+ .hover\:bg-secondary\/90 {
2453
+ &:hover {
2454
+ @media (hover: hover) {
2455
+ background-color: var(--secondary);
2456
+ @supports (color: color-mix(in lab, red, red)) {
2457
+ background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
2458
+ }
2459
+ }
2460
+ }
2461
+ }
2462
+ .hover\:bg-transparent {
2463
+ &:hover {
2464
+ @media (hover: hover) {
2465
+ background-color: transparent;
2466
+ }
2467
+ }
2468
+ }
2469
+ .hover\:text-accent-foreground {
2470
+ &:hover {
2471
+ @media (hover: hover) {
2472
+ color: var(--accent-foreground);
2473
+ }
2474
+ }
2475
+ }
2476
+ .hover\:text-blue-800 {
2477
+ &:hover {
2478
+ @media (hover: hover) {
2479
+ color: var(--color-blue-800);
2480
+ }
2481
+ }
2482
+ }
2483
+ .hover\:text-foreground {
2484
+ &:hover {
2485
+ @media (hover: hover) {
2486
+ color: var(--foreground);
2487
+ }
2488
+ }
2489
+ }
2490
+ .hover\:text-white {
2491
+ &:hover {
2492
+ @media (hover: hover) {
2493
+ color: var(--color-white);
2494
+ }
2495
+ }
2496
+ }
2497
+ .hover\:no-underline {
2498
+ &:hover {
2499
+ @media (hover: hover) {
2500
+ text-decoration-line: none;
2501
+ }
2502
+ }
2503
+ }
2504
+ .hover\:underline {
2505
+ &:hover {
2506
+ @media (hover: hover) {
2507
+ text-decoration-line: underline;
2508
+ }
2509
+ }
2510
+ }
2511
+ .hover\:opacity-100 {
2512
+ &:hover {
2513
+ @media (hover: hover) {
2514
+ opacity: 100%;
2515
+ }
2516
+ }
2517
+ }
2518
+ .hover\:shadow-lg {
2519
+ &:hover {
2520
+ @media (hover: hover) {
2521
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2522
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2523
+ }
2524
+ }
2525
+ }
2526
+ .focus\:bg-accent {
2527
+ &:focus {
2528
+ background-color: var(--accent);
2529
+ }
2530
+ }
2531
+ .focus\:text-accent-foreground {
2532
+ &:focus {
2533
+ color: var(--accent-foreground);
2534
+ }
2535
+ }
2536
+ .focus\:text-destructive {
2537
+ &:focus {
2538
+ color: var(--destructive);
2539
+ }
2540
+ }
2541
+ .focus\:ring-2 {
2542
+ &:focus {
2543
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2544
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2545
+ }
2546
+ }
2547
+ .focus\:ring-ring {
2548
+ &:focus {
2549
+ --tw-ring-color: var(--ring);
2550
+ }
2551
+ }
2552
+ .focus\:ring-offset-2 {
2553
+ &:focus {
2554
+ --tw-ring-offset-width: 2px;
2555
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2556
+ }
2557
+ }
2558
+ .focus\:outline-hidden {
2559
+ &:focus {
2560
+ --tw-outline-style: none;
2561
+ outline-style: none;
2562
+ @media (forced-colors: active) {
2563
+ outline: 2px solid transparent;
2564
+ outline-offset: 2px;
2565
+ }
2566
+ }
2567
+ }
2568
+ .focus-visible\:border-ring {
2569
+ &:focus-visible {
2570
+ border-color: var(--ring);
2571
+ }
2572
+ }
2573
+ .focus-visible\:ring-\[3px\] {
2574
+ &:focus-visible {
2575
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2576
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2577
+ }
2578
+ }
2579
+ .focus-visible\:ring-destructive {
2580
+ &:focus-visible {
2581
+ --tw-ring-color: var(--destructive);
2582
+ }
2583
+ }
2584
+ .focus-visible\:ring-destructive\/20 {
2585
+ &:focus-visible {
2586
+ --tw-ring-color: var(--destructive);
2587
+ @supports (color: color-mix(in lab, red, red)) {
2588
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2589
+ }
2590
+ }
2591
+ }
2592
+ .focus-visible\:ring-ring\/50 {
2593
+ &:focus-visible {
2594
+ --tw-ring-color: var(--ring);
2595
+ @supports (color: color-mix(in lab, red, red)) {
2596
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2597
+ }
2598
+ }
2599
+ }
2600
+ .focus-visible\:outline-1 {
2601
+ &:focus-visible {
2602
+ outline-style: var(--tw-outline-style);
2603
+ outline-width: 1px;
2604
+ }
2605
+ }
2606
+ .focus-visible\:outline-ring {
2607
+ &:focus-visible {
2608
+ outline-color: var(--ring);
2609
+ }
2610
+ }
2611
+ .active\:translate-x-0 {
2612
+ &:active {
2613
+ --tw-translate-x: calc(var(--spacing) * 0);
2614
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2615
+ }
2616
+ }
2617
+ .active\:translate-y-1\/2 {
2618
+ &:active {
2619
+ --tw-translate-y: calc(1/2 * 100%);
2620
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2621
+ }
2622
+ }
2623
+ .disabled\:pointer-events-none {
2624
+ &:disabled {
2625
+ pointer-events: none;
2626
+ }
2627
+ }
2628
+ .disabled\:cursor-not-allowed {
2629
+ &:disabled {
2630
+ cursor: not-allowed;
2631
+ }
2632
+ }
2633
+ .disabled\:opacity-50 {
2634
+ &:disabled {
2635
+ opacity: 50%;
2636
+ }
2637
+ }
2638
+ .has-focus\:border-ring {
2639
+ &:has(*:focus) {
2640
+ border-color: var(--ring);
2641
+ }
2642
+ }
2643
+ .has-focus\:ring-\[3px\] {
2644
+ &:has(*:focus) {
2645
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2646
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2647
+ }
2648
+ }
2649
+ .has-focus\:ring-ring\/50 {
2650
+ &:has(*:focus) {
2651
+ --tw-ring-color: var(--ring);
2652
+ @supports (color: color-mix(in lab, red, red)) {
2653
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2654
+ }
2655
+ }
2656
+ }
2657
+ .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
2658
+ &:has(*[data-slot="card-action"]) {
2659
+ grid-template-columns: 1fr auto;
2660
+ }
2661
+ }
2662
+ .has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\] {
2663
+ &:has(>svg) {
2664
+ grid-template-columns: calc(var(--spacing) * 4) 1fr;
2665
+ }
2666
+ }
2667
+ .has-\[\>svg\]\:gap-x-3 {
2668
+ &:has(>svg) {
2669
+ column-gap: calc(var(--spacing) * 3);
2670
+ }
2671
+ }
2672
+ .has-\[\>svg\]\:px-2\.5 {
2673
+ &:has(>svg) {
2674
+ padding-inline: calc(var(--spacing) * 2.5);
2675
+ }
2676
+ }
2677
+ .has-\[\>svg\]\:px-3 {
2678
+ &:has(>svg) {
2679
+ padding-inline: calc(var(--spacing) * 3);
2680
+ }
2681
+ }
2682
+ .has-\[\>svg\]\:px-4 {
2683
+ &:has(>svg) {
2684
+ padding-inline: calc(var(--spacing) * 4);
2685
+ }
2686
+ }
2687
+ .aria-disabled\:opacity-50 {
2688
+ &[aria-disabled="true"] {
2689
+ opacity: 50%;
2690
+ }
2691
+ }
2692
+ .aria-invalid\:border-destructive {
2693
+ &[aria-invalid="true"] {
2694
+ border-color: var(--destructive);
2695
+ }
2696
+ }
2697
+ .aria-invalid\:ring-destructive\/20 {
2698
+ &[aria-invalid="true"] {
2699
+ --tw-ring-color: var(--destructive);
2700
+ @supports (color: color-mix(in lab, red, red)) {
2701
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2702
+ }
2703
+ }
2704
+ }
2705
+ .aria-selected\:text-muted-foreground {
2706
+ &[aria-selected="true"] {
2707
+ color: var(--muted-foreground);
2708
+ }
2709
+ }
2710
+ .data-\[disabled\]\:pointer-events-none {
2711
+ &[data-disabled] {
2712
+ pointer-events: none;
2713
+ }
2714
+ }
2715
+ .data-\[disabled\]\:opacity-50 {
2716
+ &[data-disabled] {
2717
+ opacity: 50%;
2718
+ }
2719
+ }
2720
+ .data-\[disabled\=true\]\:pointer-events-none {
2721
+ &[data-disabled="true"] {
2722
+ pointer-events: none;
2723
+ }
2724
+ }
2725
+ .data-\[disabled\=true\]\:opacity-50 {
2726
+ &[data-disabled="true"] {
2727
+ opacity: 50%;
2728
+ }
2729
+ }
2730
+ .data-\[inset\]\:pl-8 {
2731
+ &[data-inset] {
2732
+ padding-left: calc(var(--spacing) * 8);
2733
+ }
2734
+ }
2735
+ .data-\[orientation\=horizontal\]\:h-px {
2736
+ &[data-orientation="horizontal"] {
2737
+ height: 1px;
2738
+ }
2739
+ }
2740
+ .data-\[orientation\=horizontal\]\:w-full {
2741
+ &[data-orientation="horizontal"] {
2742
+ width: 100%;
2743
+ }
2744
+ }
2745
+ .data-\[orientation\=vertical\]\:h-auto {
2746
+ &[data-orientation="vertical"] {
2747
+ height: auto;
2748
+ }
2749
+ }
2750
+ .data-\[orientation\=vertical\]\:w-px {
2751
+ &[data-orientation="vertical"] {
2752
+ width: 1px;
2753
+ }
2754
+ }
2755
+ .data-\[orientation\=vertical\]\:self-stretch {
2756
+ &[data-orientation="vertical"] {
2757
+ align-self: stretch;
2758
+ }
2759
+ }
2760
+ .data-\[range-end\=true\]\:rounded-md {
2761
+ &[data-range-end="true"] {
2762
+ border-radius: calc(var(--radius) - 2px);
2763
+ }
2764
+ }
2765
+ .data-\[range-end\=true\]\:rounded-r-md {
2766
+ &[data-range-end="true"] {
2767
+ border-top-right-radius: calc(var(--radius) - 2px);
2768
+ border-bottom-right-radius: calc(var(--radius) - 2px);
2769
+ }
2770
+ }
2771
+ .data-\[range-end\=true\]\:bg-primary {
2772
+ &[data-range-end="true"] {
2773
+ background-color: var(--primary);
2774
+ }
2775
+ }
2776
+ .data-\[range-end\=true\]\:text-primary-foreground {
2777
+ &[data-range-end="true"] {
2778
+ color: var(--primary-foreground);
2779
+ }
2780
+ }
2781
+ .data-\[range-middle\=true\]\:rounded-none {
2782
+ &[data-range-middle="true"] {
2783
+ border-radius: 0;
2784
+ }
2785
+ }
2786
+ .data-\[range-middle\=true\]\:bg-accent {
2787
+ &[data-range-middle="true"] {
2788
+ background-color: var(--accent);
2789
+ }
2790
+ }
2791
+ .data-\[range-middle\=true\]\:text-accent-foreground {
2792
+ &[data-range-middle="true"] {
2793
+ color: var(--accent-foreground);
2794
+ }
2795
+ }
2796
+ .data-\[range-start\=true\]\:rounded-md {
2797
+ &[data-range-start="true"] {
2798
+ border-radius: calc(var(--radius) - 2px);
2799
+ }
2800
+ }
2801
+ .data-\[range-start\=true\]\:rounded-l-md {
2802
+ &[data-range-start="true"] {
2803
+ border-top-left-radius: calc(var(--radius) - 2px);
2804
+ border-bottom-left-radius: calc(var(--radius) - 2px);
2805
+ }
2806
+ }
2807
+ .data-\[range-start\=true\]\:bg-primary {
2808
+ &[data-range-start="true"] {
2809
+ background-color: var(--primary);
2810
+ }
2811
+ }
2812
+ .data-\[range-start\=true\]\:text-primary-foreground {
2813
+ &[data-range-start="true"] {
2814
+ color: var(--primary-foreground);
2815
+ }
2816
+ }
2817
+ .data-\[selected-single\=true\]\:bg-primary {
2818
+ &[data-selected-single="true"] {
2819
+ background-color: var(--primary);
2820
+ }
2821
+ }
2822
+ .data-\[selected-single\=true\]\:text-primary-foreground {
2823
+ &[data-selected-single="true"] {
2824
+ color: var(--primary-foreground);
2825
+ }
2826
+ }
2827
+ .data-\[selected\=true\]\:rounded-none {
2828
+ &[data-selected="true"] {
2829
+ border-radius: 0;
2830
+ }
2831
+ }
2832
+ .data-\[selected\=true\]\:bg-accent {
2833
+ &[data-selected="true"] {
2834
+ background-color: var(--accent);
2835
+ }
2836
+ }
2837
+ .data-\[selected\=true\]\:text-accent-foreground {
2838
+ &[data-selected="true"] {
2839
+ color: var(--accent-foreground);
2840
+ }
2841
+ }
2842
+ .data-\[side\=bottom\]\:translate-y-1 {
2843
+ &[data-side="bottom"] {
2844
+ --tw-translate-y: calc(var(--spacing) * 1);
2845
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2846
+ }
2847
+ }
2848
+ .data-\[side\=left\]\:-translate-x-1 {
2849
+ &[data-side="left"] {
2850
+ --tw-translate-x: calc(var(--spacing) * -1);
2851
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2852
+ }
2853
+ }
2854
+ .data-\[side\=right\]\:translate-x-1 {
2855
+ &[data-side="right"] {
2856
+ --tw-translate-x: calc(var(--spacing) * 1);
2857
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2858
+ }
2859
+ }
2860
+ .data-\[side\=top\]\:-translate-y-1 {
2861
+ &[data-side="top"] {
2862
+ --tw-translate-y: calc(var(--spacing) * -1);
2863
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2864
+ }
2865
+ }
2866
+ .\*\:data-\[slot\=alert-description\]\:text-destructive\/90 {
2867
+ :is(& > *) {
2868
+ &[data-slot="alert-description"] {
2869
+ color: var(--destructive);
2870
+ @supports (color: color-mix(in lab, red, red)) {
2871
+ color: color-mix(in oklab, var(--destructive) 90%, transparent);
2872
+ }
2873
+ }
2874
+ }
2875
+ }
2876
+ .\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 {
2877
+ :is(& *) {
2878
+ &[data-slot="command-input-wrapper"] {
2879
+ height: calc(var(--spacing) * 12);
2880
+ }
2881
+ }
2882
+ }
2883
+ .data-\[state\=active\]\:bg-muted {
2884
+ &[data-state="active"] {
2885
+ background-color: var(--muted);
2886
+ }
2887
+ }
2888
+ .data-\[state\=active\]\:text-secondary-foreground {
2889
+ &[data-state="active"] {
2890
+ color: var(--secondary-foreground);
2891
+ }
2892
+ }
2893
+ .data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\] {
2894
+ &[data-state="checked"] {
2895
+ --tw-translate-x: calc(100% - 2px);
2896
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2897
+ }
2898
+ }
2899
+ .data-\[state\=checked\]\:border-primary {
2900
+ &[data-state="checked"] {
2901
+ border-color: var(--primary);
2902
+ }
2903
+ }
2904
+ .data-\[state\=checked\]\:bg-primary {
2905
+ &[data-state="checked"] {
2906
+ background-color: var(--primary);
2907
+ }
2908
+ }
2909
+ .data-\[state\=checked\]\:text-primary-foreground {
2910
+ &[data-state="checked"] {
2911
+ color: var(--primary-foreground);
2912
+ }
2913
+ }
2914
+ .data-\[state\=closed\]\:animate-\[fadeOut_100ms_ease-in\] {
2915
+ &[data-state="closed"] {
2916
+ animation: fadeOut 100ms ease-in;
2917
+ }
2918
+ }
2919
+ .data-\[state\=closed\]\:animate-\[zoomOut_200ms_ease-in\] {
2920
+ &[data-state="closed"] {
2921
+ animation: zoomOut 200ms ease-in;
2922
+ }
2923
+ }
2924
+ .data-\[state\=closed\]\:animate-accordion-up {
2925
+ &[data-state="closed"] {
2926
+ animation: accordion-up 0.2s ease-out;
2927
+ }
2928
+ }
2929
+ .data-\[state\=closed\]\:duration-300 {
2930
+ &[data-state="closed"] {
2931
+ --tw-duration: 300ms;
2932
+ transition-duration: 300ms;
2933
+ }
2934
+ }
2935
+ .data-\[state\=open\]\:animate-\[fadeIn_100ms_ease-out\] {
2936
+ &[data-state="open"] {
2937
+ animation: fadeIn 100ms ease-out;
2938
+ }
2939
+ }
2940
+ .data-\[state\=open\]\:animate-\[zoomIn_200ms_ease-out\] {
2941
+ &[data-state="open"] {
2942
+ animation: zoomIn 200ms ease-out;
2943
+ }
2944
+ }
2945
+ .data-\[state\=open\]\:animate-accordion-down {
2946
+ &[data-state="open"] {
2947
+ animation: accordion-down 0.2s ease-out;
2948
+ }
2949
+ }
2950
+ .data-\[state\=open\]\:bg-accent {
2951
+ &[data-state="open"] {
2952
+ background-color: var(--accent);
2953
+ }
2954
+ }
2955
+ .data-\[state\=open\]\:bg-secondary {
2956
+ &[data-state="open"] {
2957
+ background-color: var(--secondary);
2958
+ }
2959
+ }
2960
+ .data-\[state\=open\]\:text-accent-foreground {
2961
+ &[data-state="open"] {
2962
+ color: var(--accent-foreground);
2963
+ }
2964
+ }
2965
+ .data-\[state\=open\]\:text-muted-foreground {
2966
+ &[data-state="open"] {
2967
+ color: var(--muted-foreground);
2968
+ }
2969
+ }
2970
+ .data-\[state\=open\]\:duration-500 {
2971
+ &[data-state="open"] {
2972
+ --tw-duration: 500ms;
2973
+ transition-duration: 500ms;
2974
+ }
2975
+ }
2976
+ .data-\[state\=selected\]\:bg-muted {
2977
+ &[data-state="selected"] {
2978
+ background-color: var(--muted);
2979
+ }
2980
+ }
2981
+ .data-\[state\=unchecked\]\:translate-x-0 {
2982
+ &[data-state="unchecked"] {
2983
+ --tw-translate-x: calc(var(--spacing) * 0);
2984
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2985
+ }
2986
+ }
2987
+ .data-\[state\=unchecked\]\:bg-input {
2988
+ &[data-state="unchecked"] {
2989
+ background-color: var(--input);
2990
+ }
2991
+ }
2992
+ .data-\[variant\=destructive\]\:text-destructive {
2993
+ &[data-variant="destructive"] {
2994
+ color: var(--destructive);
2995
+ }
2996
+ }
2997
+ .data-\[variant\=destructive\]\:focus\:bg-destructive\/10 {
2998
+ &[data-variant="destructive"] {
2999
+ &:focus {
3000
+ background-color: var(--destructive);
3001
+ @supports (color: color-mix(in lab, red, red)) {
3002
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
3003
+ }
3004
+ }
3005
+ }
3006
+ }
3007
+ .data-\[variant\=destructive\]\:focus\:text-destructive {
3008
+ &[data-variant="destructive"] {
3009
+ &:focus {
3010
+ color: var(--destructive);
3011
+ }
3012
+ }
3013
+ }
3014
+ .max-md\:m-0 {
3015
+ @media (width < 48rem) {
3016
+ margin: calc(var(--spacing) * 0);
3017
+ }
3018
+ }
3019
+ .max-md\:w-\[250px\] {
3020
+ @media (width < 48rem) {
3021
+ width: 250px;
3022
+ }
3023
+ }
3024
+ .max-md\:rounded-none {
3025
+ @media (width < 48rem) {
3026
+ border-radius: 0;
3027
+ }
3028
+ }
3029
+ .sm\:block {
3030
+ @media (width >= 40rem) {
3031
+ display: block;
3032
+ }
3033
+ }
3034
+ .sm\:w-fit {
3035
+ @media (width >= 40rem) {
3036
+ width: fit-content;
3037
+ }
3038
+ }
3039
+ .sm\:max-w-sm {
3040
+ @media (width >= 40rem) {
3041
+ max-width: var(--container-sm);
3042
+ }
3043
+ }
3044
+ .sm\:flex-none {
3045
+ @media (width >= 40rem) {
3046
+ flex: none;
3047
+ }
3048
+ }
3049
+ .sm\:grid-cols-2 {
3050
+ @media (width >= 40rem) {
3051
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3052
+ }
3053
+ }
3054
+ .sm\:flex-row {
3055
+ @media (width >= 40rem) {
3056
+ flex-direction: row;
3057
+ }
3058
+ }
3059
+ .sm\:justify-center {
3060
+ @media (width >= 40rem) {
3061
+ justify-content: center;
3062
+ }
3063
+ }
3064
+ .sm\:justify-end {
3065
+ @media (width >= 40rem) {
3066
+ justify-content: flex-end;
3067
+ }
3068
+ }
3069
+ .sm\:justify-start {
3070
+ @media (width >= 40rem) {
3071
+ justify-content: flex-start;
3072
+ }
3073
+ }
3074
+ .sm\:gap-2\.5 {
3075
+ @media (width >= 40rem) {
3076
+ gap: calc(var(--spacing) * 2.5);
3077
+ }
3078
+ }
3079
+ .sm\:gap-3 {
3080
+ @media (width >= 40rem) {
3081
+ gap: calc(var(--spacing) * 3);
3082
+ }
3083
+ }
3084
+ .sm\:px-2 {
3085
+ @media (width >= 40rem) {
3086
+ padding-inline: calc(var(--spacing) * 2);
3087
+ }
3088
+ }
3089
+ .sm\:pr-2\.5 {
3090
+ @media (width >= 40rem) {
3091
+ padding-right: calc(var(--spacing) * 2.5);
3092
+ }
3093
+ }
3094
+ .sm\:pl-2\.5 {
3095
+ @media (width >= 40rem) {
3096
+ padding-left: calc(var(--spacing) * 2.5);
3097
+ }
3098
+ }
3099
+ .sm\:text-left {
3100
+ @media (width >= 40rem) {
3101
+ text-align: left;
3102
+ }
3103
+ }
3104
+ .md\:mx-0 {
3105
+ @media (width >= 48rem) {
3106
+ margin-inline: calc(var(--spacing) * 0);
3107
+ }
3108
+ }
3109
+ .md\:mt-2 {
3110
+ @media (width >= 48rem) {
3111
+ margin-top: calc(var(--spacing) * 2);
3112
+ }
3113
+ }
3114
+ .md\:block {
3115
+ @media (width >= 48rem) {
3116
+ display: block;
3117
+ }
3118
+ }
3119
+ .md\:flex {
3120
+ @media (width >= 48rem) {
3121
+ display: flex;
3122
+ }
3123
+ }
3124
+ .md\:hidden {
3125
+ @media (width >= 48rem) {
3126
+ display: none;
3127
+ }
3128
+ }
3129
+ .md\:h-\[54px\] {
3130
+ @media (width >= 48rem) {
3131
+ height: 54px;
3132
+ }
3133
+ }
3134
+ .md\:w-80 {
3135
+ @media (width >= 48rem) {
3136
+ width: calc(var(--spacing) * 80);
3137
+ }
3138
+ }
3139
+ .md\:w-md {
3140
+ @media (width >= 48rem) {
3141
+ width: var(--container-md);
3142
+ }
3143
+ }
3144
+ .md\:min-w-\[300px\] {
3145
+ @media (width >= 48rem) {
3146
+ min-width: 300px;
3147
+ }
3148
+ }
3149
+ .md\:grid-cols-2 {
3150
+ @media (width >= 48rem) {
3151
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3152
+ }
3153
+ }
3154
+ .md\:flex-row {
3155
+ @media (width >= 48rem) {
3156
+ flex-direction: row;
3157
+ }
3158
+ }
3159
+ .md\:gap-2 {
3160
+ @media (width >= 48rem) {
3161
+ gap: calc(var(--spacing) * 2);
3162
+ }
3163
+ }
3164
+ .md\:p-0 {
3165
+ @media (width >= 48rem) {
3166
+ padding: calc(var(--spacing) * 0);
3167
+ }
3168
+ }
3169
+ .md\:px-3 {
3170
+ @media (width >= 48rem) {
3171
+ padding-inline: calc(var(--spacing) * 3);
3172
+ }
3173
+ }
3174
+ .md\:text-sm {
3175
+ @media (width >= 48rem) {
3176
+ font-size: var(--text-sm);
3177
+ line-height: var(--tw-leading, var(--text-sm--line-height));
3178
+ }
3179
+ }
3180
+ .lg\:block {
3181
+ @media (width >= 64rem) {
3182
+ display: block;
3183
+ }
3184
+ }
3185
+ .lg\:flex {
3186
+ @media (width >= 64rem) {
3187
+ display: flex;
3188
+ }
3189
+ }
3190
+ .lg\:hidden {
3191
+ @media (width >= 64rem) {
3192
+ display: none;
3193
+ }
3194
+ }
3195
+ .lg\:grid-cols-3 {
3196
+ @media (width >= 64rem) {
3197
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3198
+ }
3199
+ }
3200
+ .lg\:items-center {
3201
+ @media (width >= 64rem) {
3202
+ align-items: center;
3203
+ }
3204
+ }
3205
+ .lg\:gap-1 {
3206
+ @media (width >= 64rem) {
3207
+ gap: calc(var(--spacing) * 1);
3208
+ }
3209
+ }
3210
+ .lg\:px-3 {
3211
+ @media (width >= 64rem) {
3212
+ padding-inline: calc(var(--spacing) * 3);
3213
+ }
3214
+ }
3215
+ .lg\:text-5xl {
3216
+ @media (width >= 64rem) {
3217
+ font-size: var(--text-5xl);
3218
+ line-height: var(--tw-leading, var(--text-5xl--line-height));
3219
+ }
3220
+ }
3221
+ .xl\:grid-cols-4 {
3222
+ @media (width >= 80rem) {
3223
+ grid-template-columns: repeat(4, minmax(0, 1fr));
3224
+ }
3225
+ }
3226
+ .dark\:border-input {
3227
+ &:is(.dark *) {
3228
+ border-color: var(--input);
3229
+ }
3230
+ }
3231
+ .dark\:bg-blue-950 {
3232
+ &:is(.dark *) {
3233
+ background-color: var(--color-blue-950);
3234
+ }
3235
+ }
3236
+ .dark\:bg-destructive\/60 {
3237
+ &:is(.dark *) {
3238
+ background-color: var(--destructive);
3239
+ @supports (color: color-mix(in lab, red, red)) {
3240
+ background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
3241
+ }
3242
+ }
3243
+ }
3244
+ .dark\:bg-green-950 {
3245
+ &:is(.dark *) {
3246
+ background-color: var(--color-green-950);
3247
+ }
3248
+ }
3249
+ .dark\:bg-input\/30 {
3250
+ &:is(.dark *) {
3251
+ background-color: var(--input);
3252
+ @supports (color: color-mix(in lab, red, red)) {
3253
+ background-color: color-mix(in oklab, var(--input) 30%, transparent);
3254
+ }
3255
+ }
3256
+ }
3257
+ .dark\:bg-orange-950 {
3258
+ &:is(.dark *) {
3259
+ background-color: var(--color-orange-950);
3260
+ }
3261
+ }
3262
+ .dark\:bg-pink-950 {
3263
+ &:is(.dark *) {
3264
+ background-color: var(--color-pink-950);
3265
+ }
3266
+ }
3267
+ .dark\:bg-red-950 {
3268
+ &:is(.dark *) {
3269
+ background-color: var(--color-red-950);
3270
+ }
3271
+ }
3272
+ .dark\:bg-yellow-950 {
3273
+ &:is(.dark *) {
3274
+ background-color: var(--color-yellow-950);
3275
+ }
3276
+ }
3277
+ .dark\:text-blue-400 {
3278
+ &:is(.dark *) {
3279
+ color: var(--color-blue-400);
3280
+ }
3281
+ }
3282
+ .dark\:text-green-400 {
3283
+ &:is(.dark *) {
3284
+ color: var(--color-green-400);
3285
+ }
3286
+ }
3287
+ .dark\:text-orange-400 {
3288
+ &:is(.dark *) {
3289
+ color: var(--color-orange-400);
3290
+ }
3291
+ }
3292
+ .dark\:text-pink-400 {
3293
+ &:is(.dark *) {
3294
+ color: var(--color-pink-400);
3295
+ }
3296
+ }
3297
+ .dark\:text-red-400 {
3298
+ &:is(.dark *) {
3299
+ color: var(--color-red-400);
3300
+ }
3301
+ }
3302
+ .dark\:text-yellow-400 {
3303
+ &:is(.dark *) {
3304
+ color: var(--color-yellow-400);
3305
+ }
3306
+ }
3307
+ .dark\:hover\:bg-accent\/50 {
3308
+ &:is(.dark *) {
3309
+ &:hover {
3310
+ @media (hover: hover) {
3311
+ background-color: var(--accent);
3312
+ @supports (color: color-mix(in lab, red, red)) {
3313
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
3314
+ }
3315
+ }
3316
+ }
3317
+ }
3318
+ }
3319
+ .dark\:hover\:bg-input\/50 {
3320
+ &:is(.dark *) {
3321
+ &:hover {
3322
+ @media (hover: hover) {
3323
+ background-color: var(--input);
3324
+ @supports (color: color-mix(in lab, red, red)) {
3325
+ background-color: color-mix(in oklab, var(--input) 50%, transparent);
3326
+ }
3327
+ }
3328
+ }
3329
+ }
3330
+ }
3331
+ .dark\:hover\:text-accent-foreground {
3332
+ &:is(.dark *) {
3333
+ &:hover {
3334
+ @media (hover: hover) {
3335
+ color: var(--accent-foreground);
3336
+ }
3337
+ }
3338
+ }
3339
+ }
3340
+ .dark\:focus-visible\:ring-destructive\/40 {
3341
+ &:is(.dark *) {
3342
+ &:focus-visible {
3343
+ --tw-ring-color: var(--destructive);
3344
+ @supports (color: color-mix(in lab, red, red)) {
3345
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
3346
+ }
3347
+ }
3348
+ }
3349
+ }
3350
+ .dark\:aria-invalid\:ring-destructive\/40 {
3351
+ &:is(.dark *) {
3352
+ &[aria-invalid="true"] {
3353
+ --tw-ring-color: var(--destructive);
3354
+ @supports (color: color-mix(in lab, red, red)) {
3355
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
3356
+ }
3357
+ }
3358
+ }
3359
+ }
3360
+ .dark\:data-\[state\=checked\]\:bg-primary {
3361
+ &:is(.dark *) {
3362
+ &[data-state="checked"] {
3363
+ background-color: var(--primary);
3364
+ }
3365
+ }
3366
+ }
3367
+ .dark\:data-\[state\=checked\]\:bg-primary-foreground {
3368
+ &:is(.dark *) {
3369
+ &[data-state="checked"] {
3370
+ background-color: var(--primary-foreground);
3371
+ }
3372
+ }
3373
+ }
3374
+ .dark\:data-\[state\=unchecked\]\:bg-foreground {
3375
+ &:is(.dark *) {
3376
+ &[data-state="unchecked"] {
3377
+ background-color: var(--foreground);
3378
+ }
3379
+ }
3380
+ }
3381
+ .dark\:data-\[state\=unchecked\]\:bg-input\/80 {
3382
+ &:is(.dark *) {
3383
+ &[data-state="unchecked"] {
3384
+ background-color: var(--input);
3385
+ @supports (color: color-mix(in lab, red, red)) {
3386
+ background-color: color-mix(in oklab, var(--input) 80%, transparent);
3387
+ }
3388
+ }
3389
+ }
3390
+ }
3391
+ .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20 {
3392
+ &:is(.dark *) {
3393
+ &[data-variant="destructive"] {
3394
+ &:focus {
3395
+ background-color: var(--destructive);
3396
+ @supports (color: color-mix(in lab, red, red)) {
3397
+ background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
3398
+ }
3399
+ }
3400
+ }
3401
+ }
3402
+ }
3403
+ .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground {
3404
+ & .recharts-cartesian-axis-tick text {
3405
+ fill: var(--muted-foreground);
3406
+ }
3407
+ }
3408
+ .\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 {
3409
+ & .recharts-cartesian-grid line[stroke='#ccc'] {
3410
+ stroke: var(--border);
3411
+ @supports (color: color-mix(in lab, red, red)) {
3412
+ stroke: color-mix(in oklab, var(--border) 50%, transparent);
3413
+ }
3414
+ }
3415
+ }
3416
+ .\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border {
3417
+ & .recharts-curve.recharts-tooltip-cursor {
3418
+ stroke: var(--border);
3419
+ }
3420
+ }
3421
+ .\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent {
3422
+ & .recharts-dot[stroke='#fff'] {
3423
+ stroke: transparent;
3424
+ }
3425
+ }
3426
+ .\[\&_\.recharts-layer\]\:outline-hidden {
3427
+ & .recharts-layer {
3428
+ --tw-outline-style: none;
3429
+ outline-style: none;
3430
+ @media (forced-colors: active) {
3431
+ outline: 2px solid transparent;
3432
+ outline-offset: 2px;
3433
+ }
3434
+ }
3435
+ }
3436
+ .\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border {
3437
+ & .recharts-polar-grid [stroke='#ccc'] {
3438
+ stroke: var(--border);
3439
+ }
3440
+ }
3441
+ .\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted {
3442
+ & .recharts-radial-bar-background-sector {
3443
+ fill: var(--muted);
3444
+ }
3445
+ }
3446
+ .\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted {
3447
+ & .recharts-rectangle.recharts-tooltip-cursor {
3448
+ fill: var(--muted);
3449
+ }
3450
+ }
3451
+ .\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border {
3452
+ & .recharts-reference-line [stroke='#ccc'] {
3453
+ stroke: var(--border);
3454
+ }
3455
+ }
3456
+ .\[\&_\.recharts-sector\]\:outline-hidden {
3457
+ & .recharts-sector {
3458
+ --tw-outline-style: none;
3459
+ outline-style: none;
3460
+ @media (forced-colors: active) {
3461
+ outline: 2px solid transparent;
3462
+ outline-offset: 2px;
3463
+ }
3464
+ }
3465
+ }
3466
+ .\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent {
3467
+ & .recharts-sector[stroke='#fff'] {
3468
+ stroke: transparent;
3469
+ }
3470
+ }
3471
+ .\[\&_\.recharts-surface\]\:outline-hidden {
3472
+ & .recharts-surface {
3473
+ --tw-outline-style: none;
3474
+ outline-style: none;
3475
+ @media (forced-colors: active) {
3476
+ outline: 2px solid transparent;
3477
+ outline-offset: 2px;
3478
+ }
3479
+ }
3480
+ }
3481
+ .\[\&_\[cmdk-group-heading\]\]\:px-2 {
3482
+ & [cmdk-group-heading] {
3483
+ padding-inline: calc(var(--spacing) * 2);
3484
+ }
3485
+ }
3486
+ .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 {
3487
+ & [cmdk-group-heading] {
3488
+ padding-block: calc(var(--spacing) * 1.5);
3489
+ }
3490
+ }
3491
+ .\[\&_\[cmdk-group-heading\]\]\:text-xs {
3492
+ & [cmdk-group-heading] {
3493
+ font-size: var(--text-xs);
3494
+ line-height: var(--tw-leading, var(--text-xs--line-height));
3495
+ }
3496
+ }
3497
+ .\[\&_\[cmdk-group-heading\]\]\:font-medium {
3498
+ & [cmdk-group-heading] {
3499
+ --tw-font-weight: var(--font-weight-medium);
3500
+ font-weight: var(--font-weight-medium);
3501
+ }
3502
+ }
3503
+ .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground {
3504
+ & [cmdk-group-heading] {
3505
+ color: var(--muted-foreground);
3506
+ }
3507
+ }
3508
+ .\[\&_\[cmdk-group\]\]\:px-2 {
3509
+ & [cmdk-group] {
3510
+ padding-inline: calc(var(--spacing) * 2);
3511
+ }
3512
+ }
3513
+ .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 {
3514
+ & [cmdk-group]:not([hidden]) ~[cmdk-group] {
3515
+ padding-top: calc(var(--spacing) * 0);
3516
+ }
3517
+ }
3518
+ .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 {
3519
+ & [cmdk-input-wrapper] svg {
3520
+ height: calc(var(--spacing) * 5);
3521
+ }
3522
+ }
3523
+ .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 {
3524
+ & [cmdk-input-wrapper] svg {
3525
+ width: calc(var(--spacing) * 5);
3526
+ }
3527
+ }
3528
+ .\[\&_\[cmdk-input\]\]\:h-12 {
3529
+ & [cmdk-input] {
3530
+ height: calc(var(--spacing) * 12);
3531
+ }
3532
+ }
3533
+ .\[\&_\[cmdk-item\]\]\:px-2 {
3534
+ & [cmdk-item] {
3535
+ padding-inline: calc(var(--spacing) * 2);
3536
+ }
3537
+ }
3538
+ .\[\&_\[cmdk-item\]\]\:py-3 {
3539
+ & [cmdk-item] {
3540
+ padding-block: calc(var(--spacing) * 3);
3541
+ }
3542
+ }
3543
+ .\[\&_\[cmdk-item\]_svg\]\:h-5 {
3544
+ & [cmdk-item] svg {
3545
+ height: calc(var(--spacing) * 5);
3546
+ }
3547
+ }
3548
+ .\[\&_\[cmdk-item\]_svg\]\:w-5 {
3549
+ & [cmdk-item] svg {
3550
+ width: calc(var(--spacing) * 5);
3551
+ }
3552
+ }
3553
+ .\[\&_p\]\:leading-relaxed {
3554
+ & p {
3555
+ --tw-leading: var(--leading-relaxed);
3556
+ line-height: var(--leading-relaxed);
3557
+ }
3558
+ }
3559
+ .\[\&_svg\]\:pointer-events-none {
3560
+ & svg {
3561
+ pointer-events: none;
3562
+ }
3563
+ }
3564
+ .\[\&_svg\]\:shrink-0 {
3565
+ & svg {
3566
+ flex-shrink: 0;
3567
+ }
3568
+ }
3569
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
3570
+ & svg:not([class*='size-']) {
3571
+ width: calc(var(--spacing) * 4);
3572
+ height: calc(var(--spacing) * 4);
3573
+ }
3574
+ }
3575
+ .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
3576
+ & svg:not([class*='text-']) {
3577
+ color: var(--muted-foreground);
3578
+ }
3579
+ }
3580
+ .\[\&_tr\]\:border-b {
3581
+ & tr {
3582
+ border-bottom-style: var(--tw-border-style);
3583
+ border-bottom-width: 1px;
3584
+ }
3585
+ }
3586
+ .\[\&_tr\:last-child\]\:border-0 {
3587
+ & tr:last-child {
3588
+ border-style: var(--tw-border-style);
3589
+ border-width: 0px;
3590
+ }
3591
+ }
3592
+ .\[\&\:\:-webkit-calendar-picker-indicator\]\:hidden {
3593
+ &::-webkit-calendar-picker-indicator {
3594
+ display: none;
3595
+ }
3596
+ }
3597
+ .\[\&\:\:-webkit-calendar-picker-indicator\]\:appearance-none {
3598
+ &::-webkit-calendar-picker-indicator {
3599
+ appearance: none;
3600
+ }
3601
+ }
3602
+ .\[\&\:\:-webkit-scrollbar\]\:hidden {
3603
+ &::-webkit-scrollbar {
3604
+ display: none;
3605
+ }
3606
+ }
3607
+ .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md {
3608
+ &:first-child[data-selected=true] button {
3609
+ border-top-left-radius: calc(var(--radius) - 2px);
3610
+ border-bottom-left-radius: calc(var(--radius) - 2px);
3611
+ }
3612
+ }
3613
+ .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
3614
+ &:has([role=checkbox]) {
3615
+ padding-right: calc(var(--spacing) * 0);
3616
+ }
3617
+ }
3618
+ .\[\.border-b\]\:pb-6 {
3619
+ &:is(.border-b) {
3620
+ padding-bottom: calc(var(--spacing) * 6);
3621
+ }
3622
+ }
3623
+ .\[\.border-t\]\:pt-6 {
3624
+ &:is(.border-t) {
3625
+ padding-top: calc(var(--spacing) * 6);
3626
+ }
3627
+ }
3628
+ .rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180 {
3629
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3630
+ :is(& *) {
3631
+ &:is(.rdp-button_next>svg) {
3632
+ rotate: 180deg;
3633
+ }
3634
+ }
3635
+ }
3636
+ }
3637
+ .rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180 {
3638
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3639
+ :is(& *) {
3640
+ &:is(.rdp-button_previous>svg) {
3641
+ rotate: 180deg;
3642
+ }
3643
+ }
3644
+ }
3645
+ }
3646
+ .data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive {
3647
+ &[data-variant="destructive"] {
3648
+ :is(& > *) {
3649
+ &:is(svg) {
3650
+ color: var(--destructive) !important;
3651
+ }
3652
+ }
3653
+ }
3654
+ }
3655
+ .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md {
3656
+ &:last-child[data-selected=true] button {
3657
+ border-top-right-radius: calc(var(--radius) - 2px);
3658
+ border-bottom-right-radius: calc(var(--radius) - 2px);
3659
+ }
3660
+ }
3661
+ .\[\&\:not\(\:first-child\)\]\:mt-6 {
3662
+ &:not(:first-child) {
3663
+ margin-top: calc(var(--spacing) * 6);
3664
+ }
3665
+ }
3666
+ .\[\&\:nth-child\(2\)\[data-selected\=true\]_button\]\:rounded-l-md {
3667
+ &:nth-child(2)[data-selected=true] button {
3668
+ border-top-left-radius: calc(var(--radius) - 2px);
3669
+ border-bottom-left-radius: calc(var(--radius) - 2px);
3670
+ }
3671
+ }
3672
+ .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] {
3673
+ &>[role=checkbox] {
3674
+ --tw-translate-y: 2px;
3675
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3676
+ }
3677
+ }
3678
+ .\[\&\>div\]\:\!aspect-auto {
3679
+ &>div {
3680
+ aspect-ratio: auto !important;
3681
+ }
3682
+ }
3683
+ .\[\&\>li\]\:mt-2 {
3684
+ &>li {
3685
+ margin-top: calc(var(--spacing) * 2);
3686
+ }
3687
+ }
3688
+ .\[\&\>span\]\:line-clamp-1 {
3689
+ &>span {
3690
+ overflow: hidden;
3691
+ display: -webkit-box;
3692
+ -webkit-box-orient: vertical;
3693
+ -webkit-line-clamp: 1;
3694
+ }
3695
+ }
3696
+ .\[\&\>span\]\:text-xs {
3697
+ &>span {
3698
+ font-size: var(--text-xs);
3699
+ line-height: var(--tw-leading, var(--text-xs--line-height));
3700
+ }
3701
+ }
3702
+ .\[\&\>span\]\:opacity-70 {
3703
+ &>span {
3704
+ opacity: 70%;
3705
+ }
3706
+ }
3707
+ .\[\&\>svg\]\:pointer-events-none {
3708
+ &>svg {
3709
+ pointer-events: none;
3710
+ }
3711
+ }
3712
+ .\[\&\>svg\]\:size-3 {
3713
+ &>svg {
3714
+ width: calc(var(--spacing) * 3);
3715
+ height: calc(var(--spacing) * 3);
3716
+ }
3717
+ }
3718
+ .\[\&\>svg\]\:size-3\.5 {
3719
+ &>svg {
3720
+ width: calc(var(--spacing) * 3.5);
3721
+ height: calc(var(--spacing) * 3.5);
3722
+ }
3723
+ }
3724
+ .\[\&\>svg\]\:size-4 {
3725
+ &>svg {
3726
+ width: calc(var(--spacing) * 4);
3727
+ height: calc(var(--spacing) * 4);
3728
+ }
3729
+ }
3730
+ .\[\&\>svg\]\:h-2\.5 {
3731
+ &>svg {
3732
+ height: calc(var(--spacing) * 2.5);
3733
+ }
3734
+ }
3735
+ .\[\&\>svg\]\:h-3 {
3736
+ &>svg {
3737
+ height: calc(var(--spacing) * 3);
3738
+ }
3739
+ }
3740
+ .\[\&\>svg\]\:w-2\.5 {
3741
+ &>svg {
3742
+ width: calc(var(--spacing) * 2.5);
3743
+ }
3744
+ }
3745
+ .\[\&\>svg\]\:w-3 {
3746
+ &>svg {
3747
+ width: calc(var(--spacing) * 3);
3748
+ }
3749
+ }
3750
+ .\[\&\>svg\]\:translate-y-0\.5 {
3751
+ &>svg {
3752
+ --tw-translate-y: calc(var(--spacing) * 0.5);
3753
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3754
+ }
3755
+ }
3756
+ .\[\&\>svg\]\:text-current {
3757
+ &>svg {
3758
+ color: currentcolor;
3759
+ }
3760
+ }
3761
+ .\[\&\>svg\]\:text-muted-foreground {
3762
+ &>svg {
3763
+ color: var(--muted-foreground);
3764
+ }
3765
+ }
3766
+ .\[\&\>tr\]\:last\:border-b-0 {
3767
+ &>tr {
3768
+ &:last-child {
3769
+ border-bottom-style: var(--tw-border-style);
3770
+ border-bottom-width: 0px;
3771
+ }
3772
+ }
3773
+ }
3774
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180 {
3775
+ &[data-state=open]>svg {
3776
+ rotate: 180deg;
3777
+ }
3778
+ }
3779
+ .\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
3780
+ [data-slot=card-content] & {
3781
+ background-color: transparent;
3782
+ }
3783
+ }
3784
+ .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
3785
+ [data-slot=popover-content] & {
3786
+ background-color: transparent;
3787
+ }
3788
+ }
3789
+ .\[a\&\]\:hover\:bg-accent {
3790
+ a& {
3791
+ &:hover {
3792
+ @media (hover: hover) {
3793
+ background-color: var(--accent);
3794
+ }
3795
+ }
3796
+ }
3797
+ }
3798
+ .\[a\&\]\:hover\:bg-destructive\/90 {
3799
+ a& {
3800
+ &:hover {
3801
+ @media (hover: hover) {
3802
+ background-color: var(--destructive);
3803
+ @supports (color: color-mix(in lab, red, red)) {
3804
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
3805
+ }
3806
+ }
3807
+ }
3808
+ }
3809
+ }
3810
+ .\[a\&\]\:hover\:bg-primary\/90 {
3811
+ a& {
3812
+ &:hover {
3813
+ @media (hover: hover) {
3814
+ background-color: var(--primary);
3815
+ @supports (color: color-mix(in lab, red, red)) {
3816
+ background-color: color-mix(in oklab, var(--primary) 90%, transparent);
3817
+ }
3818
+ }
3819
+ }
3820
+ }
3821
+ }
3822
+ .\[a\&\]\:hover\:bg-secondary\/90 {
3823
+ a& {
3824
+ &:hover {
3825
+ @media (hover: hover) {
3826
+ background-color: var(--secondary);
3827
+ @supports (color: color-mix(in lab, red, red)) {
3828
+ background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
3829
+ }
3830
+ }
3831
+ }
3832
+ }
3833
+ }
3834
+ .\[a\&\]\:hover\:text-accent-foreground {
3835
+ a& {
3836
+ &:hover {
3837
+ @media (hover: hover) {
3838
+ color: var(--accent-foreground);
3839
+ }
3840
+ }
3841
+ }
3842
+ }
3843
+ }
3844
+ :root {
3845
+ --background: oklch(1 0 0);
3846
+ --foreground: oklch(0.145 0 0);
3847
+ --card: oklch(1 0 0);
3848
+ --card-foreground: oklch(0.145 0 0);
3849
+ --popover: oklch(1 0 0);
3850
+ --popover-foreground: oklch(0.145 0 0);
3851
+ --primary: oklch(0.205 0 0);
3852
+ --primary-foreground: oklch(0.985 0 0);
3853
+ --secondary: oklch(0.97 0 0);
3854
+ --secondary-foreground: oklch(0.205 0 0);
3855
+ --muted: oklch(0.97 0 0);
3856
+ --muted-foreground: oklch(0.556 0 0);
3857
+ --accent: oklch(0.97 0 0);
3858
+ --accent-foreground: oklch(0.205 0 0);
3859
+ --destructive: oklch(0.577 0.245 27.325);
3860
+ --destructive-foreground: oklch(0.577 0.245 27.325);
3861
+ --border: oklch(0.922 0 0);
3862
+ --input: oklch(0.922 0 0);
3863
+ --ring: oklch(0.708 0 0);
3864
+ --chart-1: oklch(0.646 0.222 41.116);
3865
+ --chart-2: oklch(0.6 0.118 184.704);
3866
+ --chart-3: oklch(0.398 0.07 227.392);
3867
+ --chart-4: oklch(0.828 0.189 84.429);
3868
+ --chart-5: oklch(0.769 0.188 70.08);
3869
+ --radius: 0.625rem;
3870
+ --sidebar: oklch(0.985 0 0);
3871
+ --sidebar-foreground: oklch(0.145 0 0);
3872
+ --sidebar-primary: oklch(0.205 0 0);
3873
+ --sidebar-primary-foreground: oklch(0.985 0 0);
3874
+ --sidebar-accent: oklch(0.97 0 0);
3875
+ --sidebar-accent-foreground: oklch(0.205 0 0);
3876
+ --sidebar-border: oklch(0.922 0 0);
3877
+ --sidebar-ring: oklch(0.708 0 0);
3878
+ --highlight-green: oklch(0.669 0.102 127.4);
3879
+ --highlight-orange: oklch(0.707 0.145 55.5);
3880
+ --highlight-blue: oklch(0.685 0.094 214.9);
3881
+ --highlight-red: oklch(0.576 0.217 23.6);
3882
+ --highlight-pink: oklch(0.608 0.186 8.3);
3883
+ --highlight-yellow: oklch(0.82 0.166 94.2);
3884
+ --green-background: oklch(0.669 0.102 127.4 / 0.2);
3885
+ --orange-background: oklch(0.707 0.145 55.5 / 0.2);
3886
+ --blue-background: oklch(0.685 0.094 214.9 / 0.2);
3887
+ --red-background: oklch(0.576 0.217 23.6 / 0.2);
3888
+ --pink-background: oklch(0.608 0.186 8.3 / 0.2);
3889
+ --yellow-background: oklch(0.82 0.166 94.2 / 0.2);
3890
+ --default-background: oklch(0.978 0.004 233.756);
3891
+ --input-background: oklch(0.953 0.002 264);
3892
+ }
3893
+ .dark {
3894
+ --background: oklch(0.145 0 0);
3895
+ --foreground: oklch(0.985 0 0);
3896
+ --card: oklch(0.145 0 0);
3897
+ --card-foreground: oklch(0.985 0 0);
3898
+ --popover: oklch(0.145 0 0);
3899
+ --popover-foreground: oklch(0.985 0 0);
3900
+ --primary: oklch(0.985 0 0);
3901
+ --primary-foreground: oklch(0.205 0 0);
3902
+ --secondary: oklch(0.269 0 0);
3903
+ --secondary-foreground: oklch(0.985 0 0);
3904
+ --muted: oklch(0.269 0 0);
3905
+ --muted-foreground: oklch(0.708 0 0);
3906
+ --accent: oklch(0.269 0 0);
3907
+ --accent-foreground: oklch(0.985 0 0);
3908
+ --destructive: oklch(0.396 0.141 25.723);
3909
+ --destructive-foreground: oklch(0.637 0.237 25.331);
3910
+ --border: oklch(0.269 0 0);
3911
+ --input: oklch(0.269 0 0);
3912
+ --ring: oklch(0.439 0 0);
3913
+ --chart-1: oklch(0.488 0.243 264.376);
3914
+ --chart-2: oklch(0.696 0.17 162.48);
3915
+ --chart-3: oklch(0.769 0.188 70.08);
3916
+ --chart-4: oklch(0.627 0.265 303.9);
3917
+ --chart-5: oklch(0.645 0.246 16.439);
3918
+ --sidebar: oklch(0.205 0 0);
3919
+ --sidebar-foreground: oklch(0.985 0 0);
3920
+ --sidebar-primary: oklch(0.488 0.243 264.376);
3921
+ --sidebar-primary-foreground: oklch(0.985 0 0);
3922
+ --sidebar-accent: oklch(0.269 0 0);
3923
+ --sidebar-accent-foreground: oklch(0.985 0 0);
3924
+ --sidebar-border: oklch(0.269 0 0);
3925
+ --sidebar-ring: oklch(0.439 0 0);
3926
+ --highlight-green: oklch(0.669 0.102 127.4);
3927
+ --highlight-orange: oklch(0.707 0.145 55.5);
3928
+ --highlight-blue: oklch(0.685 0.094 214.9);
3929
+ --highlight-red: oklch(0.576 0.217 23.6);
3930
+ --highlight-pink: oklch(0.608 0.186 8.3);
3931
+ --highlight-yellow: oklch(0.82 0.166 94.2);
3932
+ --green-background: oklch(0.669 0.102 127.4 / 0.2);
3933
+ --orange-background: oklch(0.707 0.145 55.5 / 0.2);
3934
+ --blue-background: oklch(0.685 0.094 214.9 / 0.2);
3935
+ --red-background: oklch(0.576 0.217 23.6 / 0.2);
3936
+ --pink-background: oklch(0.608 0.186 8.3 / 0.2);
3937
+ --yellow-background: oklch(0.82 0.166 94.2 / 0.2);
3938
+ --default-background: oklch(0.154 0.013 233.756);
3939
+ --input-background: oklch(0.215 0.008 264);
3940
+ }
3941
+ @layer base {
3942
+ * {
3943
+ border-color: var(--border);
3944
+ outline-color: var(--ring);
3945
+ @supports (color: color-mix(in lab, red, red)) {
3946
+ outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
3947
+ }
3948
+ }
3949
+ html {
3950
+ height: 100%;
3951
+ overflow: hidden;
3952
+ }
3953
+ body {
3954
+ height: 100%;
3955
+ overflow: auto;
3956
+ background-color: var(--background);
3957
+ font-family: var(--font-sans);
3958
+ color: var(--foreground);
3959
+ }
3960
+ button:not(:disabled),
3961
+ [role='button']:not(:disabled) {
3962
+ cursor: pointer;
3963
+ }
3964
+ }
3965
+ @keyframes rotate {
3966
+ 0% {
3967
+ transform: rotate(0deg);
3968
+ }
3969
+ 100% {
3970
+ transform: rotate(360deg);
3971
+ }
3972
+ }
3973
+ @keyframes prixClipFix {
3974
+ 0% {
3975
+ clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
3976
+ }
3977
+ 50% {
3978
+ clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
3979
+ }
3980
+ 75%,
3981
+ 100% {
3982
+ clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
3983
+ }
3984
+ }
3985
+ @keyframes accordion-down {
3986
+ from {
3987
+ height: 0;
3988
+ }
3989
+ to {
3990
+ height: var(--radix-accordion-content-height);
3991
+ }
3992
+ }
3993
+ @keyframes accordion-up {
3994
+ from {
3995
+ height: var(--radix-accordion-content-height);
3996
+ }
3997
+ to {
3998
+ height: 0;
3999
+ }
4000
+ }
4001
+ @keyframes enter {
4002
+ from {
4003
+ opacity: 0;
4004
+ transform: scale(0.95);
4005
+ }
4006
+ to {
4007
+ opacity: 1;
4008
+ transform: scale(1);
4009
+ }
4010
+ }
4011
+ @keyframes exit {
4012
+ from {
4013
+ opacity: 1;
4014
+ transform: scale(1);
4015
+ }
4016
+ to {
4017
+ opacity: 0;
4018
+ transform: scale(0.95);
4019
+ }
4020
+ }
4021
+ @keyframes fadeIn {
4022
+ from {
4023
+ opacity: 0;
4024
+ }
4025
+ to {
4026
+ opacity: 1;
4027
+ }
4028
+ }
4029
+ @keyframes fadeOut {
4030
+ from {
4031
+ opacity: 1;
4032
+ }
4033
+ to {
4034
+ opacity: 0;
4035
+ }
4036
+ }
4037
+ @keyframes zoomIn {
4038
+ from {
4039
+ opacity: 0;
4040
+ transform: scale(0.95);
4041
+ }
4042
+ to {
4043
+ opacity: 1;
4044
+ transform: scale(1);
4045
+ }
4046
+ }
4047
+ @keyframes zoomOut {
4048
+ from {
4049
+ opacity: 1;
4050
+ transform: scale(1);
4051
+ }
4052
+ to {
4053
+ opacity: 0;
4054
+ transform: scale(0.95);
4055
+ }
4056
+ }
4057
+ @property --tw-translate-x {
4058
+ syntax: "*";
4059
+ inherits: false;
4060
+ initial-value: 0;
4061
+ }
4062
+ @property --tw-translate-y {
4063
+ syntax: "*";
4064
+ inherits: false;
4065
+ initial-value: 0;
4066
+ }
4067
+ @property --tw-translate-z {
4068
+ syntax: "*";
4069
+ inherits: false;
4070
+ initial-value: 0;
4071
+ }
4072
+ @property --tw-rotate-x {
4073
+ syntax: "*";
4074
+ inherits: false;
4075
+ }
4076
+ @property --tw-rotate-y {
4077
+ syntax: "*";
4078
+ inherits: false;
4079
+ }
4080
+ @property --tw-rotate-z {
4081
+ syntax: "*";
4082
+ inherits: false;
4083
+ }
4084
+ @property --tw-skew-x {
4085
+ syntax: "*";
4086
+ inherits: false;
4087
+ }
4088
+ @property --tw-skew-y {
4089
+ syntax: "*";
4090
+ inherits: false;
4091
+ }
4092
+ @property --tw-space-y-reverse {
4093
+ syntax: "*";
4094
+ inherits: false;
4095
+ initial-value: 0;
4096
+ }
4097
+ @property --tw-space-x-reverse {
4098
+ syntax: "*";
4099
+ inherits: false;
4100
+ initial-value: 0;
4101
+ }
4102
+ @property --tw-border-style {
4103
+ syntax: "*";
4104
+ inherits: false;
4105
+ initial-value: solid;
4106
+ }
4107
+ @property --tw-gradient-position {
4108
+ syntax: "*";
4109
+ inherits: false;
4110
+ }
4111
+ @property --tw-gradient-from {
4112
+ syntax: "<color>";
4113
+ inherits: false;
4114
+ initial-value: #0000;
4115
+ }
4116
+ @property --tw-gradient-via {
4117
+ syntax: "<color>";
4118
+ inherits: false;
4119
+ initial-value: #0000;
4120
+ }
4121
+ @property --tw-gradient-to {
4122
+ syntax: "<color>";
4123
+ inherits: false;
4124
+ initial-value: #0000;
4125
+ }
4126
+ @property --tw-gradient-stops {
4127
+ syntax: "*";
4128
+ inherits: false;
4129
+ }
4130
+ @property --tw-gradient-via-stops {
4131
+ syntax: "*";
4132
+ inherits: false;
4133
+ }
4134
+ @property --tw-gradient-from-position {
4135
+ syntax: "<length-percentage>";
4136
+ inherits: false;
4137
+ initial-value: 0%;
4138
+ }
4139
+ @property --tw-gradient-via-position {
4140
+ syntax: "<length-percentage>";
4141
+ inherits: false;
4142
+ initial-value: 50%;
4143
+ }
4144
+ @property --tw-gradient-to-position {
4145
+ syntax: "<length-percentage>";
4146
+ inherits: false;
4147
+ initial-value: 100%;
4148
+ }
4149
+ @property --tw-leading {
4150
+ syntax: "*";
4151
+ inherits: false;
4152
+ }
4153
+ @property --tw-font-weight {
4154
+ syntax: "*";
4155
+ inherits: false;
4156
+ }
4157
+ @property --tw-tracking {
4158
+ syntax: "*";
4159
+ inherits: false;
4160
+ }
4161
+ @property --tw-ordinal {
4162
+ syntax: "*";
4163
+ inherits: false;
4164
+ }
4165
+ @property --tw-slashed-zero {
4166
+ syntax: "*";
4167
+ inherits: false;
4168
+ }
4169
+ @property --tw-numeric-figure {
4170
+ syntax: "*";
4171
+ inherits: false;
4172
+ }
4173
+ @property --tw-numeric-spacing {
4174
+ syntax: "*";
4175
+ inherits: false;
4176
+ }
4177
+ @property --tw-numeric-fraction {
4178
+ syntax: "*";
4179
+ inherits: false;
4180
+ }
4181
+ @property --tw-shadow {
4182
+ syntax: "*";
4183
+ inherits: false;
4184
+ initial-value: 0 0 #0000;
4185
+ }
4186
+ @property --tw-shadow-color {
4187
+ syntax: "*";
4188
+ inherits: false;
4189
+ }
4190
+ @property --tw-shadow-alpha {
4191
+ syntax: "<percentage>";
4192
+ inherits: false;
4193
+ initial-value: 100%;
4194
+ }
4195
+ @property --tw-inset-shadow {
4196
+ syntax: "*";
4197
+ inherits: false;
4198
+ initial-value: 0 0 #0000;
4199
+ }
4200
+ @property --tw-inset-shadow-color {
4201
+ syntax: "*";
4202
+ inherits: false;
4203
+ }
4204
+ @property --tw-inset-shadow-alpha {
4205
+ syntax: "<percentage>";
4206
+ inherits: false;
4207
+ initial-value: 100%;
4208
+ }
4209
+ @property --tw-ring-color {
4210
+ syntax: "*";
4211
+ inherits: false;
4212
+ }
4213
+ @property --tw-ring-shadow {
4214
+ syntax: "*";
4215
+ inherits: false;
4216
+ initial-value: 0 0 #0000;
4217
+ }
4218
+ @property --tw-inset-ring-color {
4219
+ syntax: "*";
4220
+ inherits: false;
4221
+ }
4222
+ @property --tw-inset-ring-shadow {
4223
+ syntax: "*";
4224
+ inherits: false;
4225
+ initial-value: 0 0 #0000;
4226
+ }
4227
+ @property --tw-ring-inset {
4228
+ syntax: "*";
4229
+ inherits: false;
4230
+ }
4231
+ @property --tw-ring-offset-width {
4232
+ syntax: "<length>";
4233
+ inherits: false;
4234
+ initial-value: 0px;
4235
+ }
4236
+ @property --tw-ring-offset-color {
4237
+ syntax: "*";
4238
+ inherits: false;
4239
+ initial-value: #fff;
4240
+ }
4241
+ @property --tw-ring-offset-shadow {
4242
+ syntax: "*";
4243
+ inherits: false;
4244
+ initial-value: 0 0 #0000;
4245
+ }
4246
+ @property --tw-outline-style {
4247
+ syntax: "*";
4248
+ inherits: false;
4249
+ initial-value: solid;
4250
+ }
4251
+ @property --tw-blur {
4252
+ syntax: "*";
4253
+ inherits: false;
4254
+ }
4255
+ @property --tw-brightness {
4256
+ syntax: "*";
4257
+ inherits: false;
4258
+ }
4259
+ @property --tw-contrast {
4260
+ syntax: "*";
4261
+ inherits: false;
4262
+ }
4263
+ @property --tw-grayscale {
4264
+ syntax: "*";
4265
+ inherits: false;
4266
+ }
4267
+ @property --tw-hue-rotate {
4268
+ syntax: "*";
4269
+ inherits: false;
4270
+ }
4271
+ @property --tw-invert {
4272
+ syntax: "*";
4273
+ inherits: false;
4274
+ }
4275
+ @property --tw-opacity {
4276
+ syntax: "*";
4277
+ inherits: false;
4278
+ }
4279
+ @property --tw-saturate {
4280
+ syntax: "*";
4281
+ inherits: false;
4282
+ }
4283
+ @property --tw-sepia {
4284
+ syntax: "*";
4285
+ inherits: false;
4286
+ }
4287
+ @property --tw-drop-shadow {
4288
+ syntax: "*";
4289
+ inherits: false;
4290
+ }
4291
+ @property --tw-drop-shadow-color {
4292
+ syntax: "*";
4293
+ inherits: false;
4294
+ }
4295
+ @property --tw-drop-shadow-alpha {
4296
+ syntax: "<percentage>";
4297
+ inherits: false;
4298
+ initial-value: 100%;
4299
+ }
4300
+ @property --tw-drop-shadow-size {
4301
+ syntax: "*";
4302
+ inherits: false;
4303
+ }
4304
+ @property --tw-duration {
4305
+ syntax: "*";
4306
+ inherits: false;
4307
+ }
4308
+ @property --tw-ease {
4309
+ syntax: "*";
4310
+ inherits: false;
4311
+ }
4312
+ @property --tw-content {
4313
+ syntax: "*";
4314
+ initial-value: "";
4315
+ inherits: false;
4316
+ }
4317
+ @keyframes pulse {
4318
+ 50% {
4319
+ opacity: 0.5;
4320
+ }
4321
+ }
4322
+ @layer properties {
4323
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
4324
+ *, ::before, ::after, ::backdrop {
4325
+ --tw-translate-x: 0;
4326
+ --tw-translate-y: 0;
4327
+ --tw-translate-z: 0;
4328
+ --tw-rotate-x: initial;
4329
+ --tw-rotate-y: initial;
4330
+ --tw-rotate-z: initial;
4331
+ --tw-skew-x: initial;
4332
+ --tw-skew-y: initial;
4333
+ --tw-space-y-reverse: 0;
4334
+ --tw-space-x-reverse: 0;
4335
+ --tw-border-style: solid;
4336
+ --tw-gradient-position: initial;
4337
+ --tw-gradient-from: #0000;
4338
+ --tw-gradient-via: #0000;
4339
+ --tw-gradient-to: #0000;
4340
+ --tw-gradient-stops: initial;
4341
+ --tw-gradient-via-stops: initial;
4342
+ --tw-gradient-from-position: 0%;
4343
+ --tw-gradient-via-position: 50%;
4344
+ --tw-gradient-to-position: 100%;
4345
+ --tw-leading: initial;
4346
+ --tw-font-weight: initial;
4347
+ --tw-tracking: initial;
4348
+ --tw-ordinal: initial;
4349
+ --tw-slashed-zero: initial;
4350
+ --tw-numeric-figure: initial;
4351
+ --tw-numeric-spacing: initial;
4352
+ --tw-numeric-fraction: initial;
4353
+ --tw-shadow: 0 0 #0000;
4354
+ --tw-shadow-color: initial;
4355
+ --tw-shadow-alpha: 100%;
4356
+ --tw-inset-shadow: 0 0 #0000;
4357
+ --tw-inset-shadow-color: initial;
4358
+ --tw-inset-shadow-alpha: 100%;
4359
+ --tw-ring-color: initial;
4360
+ --tw-ring-shadow: 0 0 #0000;
4361
+ --tw-inset-ring-color: initial;
4362
+ --tw-inset-ring-shadow: 0 0 #0000;
4363
+ --tw-ring-inset: initial;
4364
+ --tw-ring-offset-width: 0px;
4365
+ --tw-ring-offset-color: #fff;
4366
+ --tw-ring-offset-shadow: 0 0 #0000;
4367
+ --tw-outline-style: solid;
4368
+ --tw-blur: initial;
4369
+ --tw-brightness: initial;
4370
+ --tw-contrast: initial;
4371
+ --tw-grayscale: initial;
4372
+ --tw-hue-rotate: initial;
4373
+ --tw-invert: initial;
4374
+ --tw-opacity: initial;
4375
+ --tw-saturate: initial;
4376
+ --tw-sepia: initial;
4377
+ --tw-drop-shadow: initial;
4378
+ --tw-drop-shadow-color: initial;
4379
+ --tw-drop-shadow-alpha: 100%;
4380
+ --tw-drop-shadow-size: initial;
4381
+ --tw-duration: initial;
4382
+ --tw-ease: initial;
4383
+ --tw-content: "";
4384
+ }
4385
+ }
4386
+ }