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

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