@databiosphere/findable-ui 41.2.0 → 42.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (464) hide show
  1. package/.release-please-manifest.json +1 -1
  2. package/CHANGELOG.md +25 -0
  3. package/lib/components/DataDictionary/components/Description/description.styles.d.ts +1 -1
  4. package/lib/components/DataDictionary/components/Description/description.styles.js +5 -5
  5. package/lib/components/DataDictionary/components/Entity/entity.js +2 -2
  6. package/lib/components/DataDictionary/components/Entity/entity.styles.js +2 -2
  7. package/lib/components/DataDictionary/components/Filters/components/ColumnFilterTags/columnFilterTags.styles.d.ts +1 -1
  8. package/lib/components/DataDictionary/components/Filters/filters.styles.d.ts +1 -1
  9. package/lib/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.styles.js +2 -2
  10. package/lib/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.styles.js +2 -2
  11. package/lib/components/DataDictionary/components/Outline/outline.styles.js +4 -4
  12. package/lib/components/DataDictionary/components/Table/table.styles.d.ts +1 -1
  13. package/lib/components/DataDictionary/components/Title/title.styles.d.ts +1 -1
  14. package/lib/components/DataDictionary/components/Tooltip/components/Title/constants.d.ts +1 -2
  15. package/lib/components/DataDictionary/components/Tooltip/components/Title/constants.js +0 -4
  16. package/lib/components/DataDictionary/components/Tooltip/components/Title/title.js +4 -4
  17. package/lib/components/DataDictionary/components/Tooltip/constants.js +8 -7
  18. package/lib/components/DataDictionary/dataDictionary.styles.js +2 -2
  19. package/lib/components/Detail/components/Table/table.js +2 -3
  20. package/lib/components/Error/error.js +4 -3
  21. package/lib/components/Error/error.styles.js +4 -4
  22. package/lib/components/Export/components/ExportForm/exportForm.styles.d.ts +3 -3
  23. package/lib/components/Export/components/ExportForm/exportForm.styles.js +11 -11
  24. package/lib/components/Export/components/ExportMethod/exportMethod.js +4 -3
  25. package/lib/components/Export/components/ExportMethod/exportMethod.styles.d.ts +0 -4
  26. package/lib/components/Export/components/ExportMethod/exportMethod.styles.js +0 -6
  27. package/lib/components/Export/components/ExportSummary/exportSummary.styles.js +6 -5
  28. package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.js +5 -3
  29. package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.styles.js +1 -1
  30. package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.js +2 -2
  31. package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.styles.js +10 -10
  32. package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.styles.js +7 -7
  33. package/lib/components/Export/export.styles.d.ts +1 -1
  34. package/lib/components/Export/export.styles.js +6 -6
  35. package/lib/components/Filter/components/ClearAllFilters/clearAllFilters.styles.d.ts +1 -1
  36. package/lib/components/Filter/components/FilterCountChip/filterCountChip.styles.d.ts +1 -1
  37. package/lib/components/Filter/components/FilterLabel/filterLabel.styles.d.ts +1 -1
  38. package/lib/components/Filter/components/FilterLabel/filterLabel.styles.js +2 -3
  39. package/lib/components/Filter/components/FilterList/filterList.styles.d.ts +1 -1
  40. package/lib/components/Filter/components/FilterMenuSearch/filterMenuSearch.styles.js +2 -2
  41. package/lib/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.js +3 -2
  42. package/lib/components/Filter/components/FilterRange/filterRange.styles.js +2 -2
  43. package/lib/components/Filter/components/FilterTag/filterTag.styles.d.ts +1 -1
  44. package/lib/components/Filter/components/FilterTag/filterTag.styles.js +2 -1
  45. package/lib/components/Filter/components/Filters/filters.js +1 -1
  46. package/lib/components/Filter/components/Filters/filters.styles.d.ts +1 -1
  47. package/lib/components/Filter/components/Filters/filters.styles.js +4 -4
  48. package/lib/components/Filter/components/HighlightedLabel/highlightedLabel.styles.js +2 -1
  49. package/lib/components/Filter/components/SearchAllFilters/components/AutocompletePopper/autocompletePopper.styles.js +4 -4
  50. package/lib/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.js +7 -8
  51. package/lib/components/Filter/components/SearchAllFilters/components/VariableSizeListItem/variableSizeListItem.js +2 -2
  52. package/lib/components/Filter/components/SearchAllFilters/searchAllFilters.js +5 -6
  53. package/lib/components/Filter/components/SearchAllFilters/searchAllFilters.styles.js +2 -2
  54. package/lib/components/Filter/components/SearchAllFiltersSearch/components/SearchCloseButton/searchCloseButton.js +3 -4
  55. package/lib/components/Filter/components/SearchAllFiltersSearch/searchAllFiltersSearch.styles.js +3 -3
  56. package/lib/components/Filter/components/VariableSizeListItem/variableSizeListItem.js +2 -2
  57. package/lib/components/Filter/components/controls/Controls/controls.js +1 -1
  58. package/lib/components/Filter/components/controls/Controls/controls.styles.d.ts +1 -1
  59. package/lib/components/Filter/components/surfaces/drawer/components/ButtonBase/buttonBase.styles.d.ts +1 -1
  60. package/lib/components/Filter/components/surfaces/drawer/components/ButtonBase/buttonBase.styles.js +2 -2
  61. package/lib/components/Filter/components/surfaces/drawer/components/IconButton/iconButton.styles.d.ts +1 -1
  62. package/lib/components/Filter/components/views/select/components/ListItemButton/listItemButton.d.ts +1 -1
  63. package/lib/components/Filter/components/views/select/components/ListItemButton/listItemButton.styles.d.ts +1 -1
  64. package/lib/components/Filter/components/views/select/components/ListItemText/components/Count/count.js +1 -1
  65. package/lib/components/Filter/components/views/select/components/ListItemText/components/Term/term.js +1 -1
  66. package/lib/components/Index/components/EntityView/components/controls/ExportButton/exportButton.styles.js +2 -2
  67. package/lib/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.d.ts +1 -1
  68. package/lib/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.js +2 -2
  69. package/lib/components/Index/components/EntityView/components/layout/Summary/summary.js +2 -2
  70. package/lib/components/Index/components/EntityView/components/layout/Summary/summary.styles.d.ts +1 -1
  71. package/lib/components/Index/components/EntityView/components/layout/Summary/summary.styles.js +2 -1
  72. package/lib/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.d.ts +1 -1
  73. package/lib/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.js +2 -2
  74. package/lib/components/Index/components/EntityView/components/views/ChartView/chartView.js +1 -1
  75. package/lib/components/Index/components/EntityView/components/views/ChartView/chartView.styles.d.ts +1 -1
  76. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.styles.d.ts +1 -1
  77. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.styles.js +4 -4
  78. package/lib/components/Index/index.styles.d.ts +4 -4
  79. package/lib/components/Index/index.styles.js +2 -2
  80. package/lib/components/Layout/components/BackPage/backPageView.styles.js +11 -10
  81. package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.js +3 -3
  82. package/lib/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.js +2 -2
  83. package/lib/components/Layout/components/BackPage/components/BackPageHero/components/SubTitle/subTitle.js +2 -2
  84. package/lib/components/Layout/components/ContentLayout/contentLayout.styles.js +18 -19
  85. package/lib/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/title.js +2 -2
  86. package/lib/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.d.ts +1 -1
  87. package/lib/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.js +2 -2
  88. package/lib/components/Layout/components/Footer/footer.styles.js +8 -8
  89. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.d.ts +4 -4
  90. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.js +2 -1
  91. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/Button/button.styles.d.ts +1 -1
  92. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.js +3 -3
  93. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/Button/button.styles.d.ts +1 -1
  94. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.styles.js +4 -4
  95. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.styles.js +6 -5
  96. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.d.ts +1 -1
  97. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.js +7 -7
  98. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenuItems/navigationMenuItems.js +5 -5
  99. package/lib/components/Layout/components/Header/components/Content/components/Navigation/navigation.styles.js +2 -2
  100. package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.js +2 -2
  101. package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.d.ts +1 -1
  102. package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.js +4 -4
  103. package/lib/components/Layout/components/Header/header.styles.js +2 -2
  104. package/lib/components/Layout/components/Nav/components/NavBarHero/navBarHero.styles.js +2 -1
  105. package/lib/components/Layout/components/Nav/nav.styles.d.ts +1 -1
  106. package/lib/components/Layout/components/Nav/nav.styles.js +8 -6
  107. package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.d.ts +1 -1
  108. package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.js +5 -4
  109. package/lib/components/Layout/components/Outline/outline.styles.d.ts +2 -2
  110. package/lib/components/Layout/components/Outline/outline.styles.js +8 -8
  111. package/lib/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.styles.js +6 -6
  112. package/lib/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.styles.js +5 -5
  113. package/lib/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.js +2 -2
  114. package/lib/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.styles.js +2 -2
  115. package/lib/components/Layout/components/Sidebar/components/SidebarTools/sidebarTools.styles.js +2 -2
  116. package/lib/components/Layout/components/Sidebar/sidebar.js +4 -5
  117. package/lib/components/Layout/components/Sidebar/sidebar.styles.js +2 -2
  118. package/lib/components/Links/components/Link/link.js +2 -1
  119. package/lib/components/Loading/loading.js +2 -1
  120. package/lib/components/Loading/loading.styles.js +2 -2
  121. package/lib/components/Login/components/Button/button.styles.d.ts +1 -1
  122. package/lib/components/Login/components/Section/components/Consent/consent.js +2 -2
  123. package/lib/components/Login/components/Section/components/Consent/consent.styles.d.ts +1 -1
  124. package/lib/components/Login/components/Section/components/Consent/consent.styles.js +1 -1
  125. package/lib/components/Login/components/Section/components/Warning/warning.js +1 -1
  126. package/lib/components/Login/login.js +6 -5
  127. package/lib/components/Login/login.styles.d.ts +2 -12
  128. package/lib/components/Login/login.styles.js +4 -13
  129. package/lib/components/MarkdownRenderer/components/Table/table.styles.js +2 -2
  130. package/lib/components/MarkdownRenderer/markdownRenderer.js +1 -1
  131. package/lib/components/NoResults/noResults.js +1 -1
  132. package/lib/components/NoResults/noResults.styles.js +2 -2
  133. package/lib/components/Project/components/Contacts/contacts.js +2 -1
  134. package/lib/components/Project/components/Details/details.js +3 -2
  135. package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.styles.js +2 -1
  136. package/lib/components/Stepper/components/Step/components/StepContent/stepContent.styles.js +2 -2
  137. package/lib/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.d.ts +1 -1
  138. package/lib/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.js +3 -3
  139. package/lib/components/Stepper/components/Step/components/StepIcon/stepIcon.styles.js +5 -5
  140. package/lib/components/Stepper/components/Step/components/StepLabel/components/Label/constants.js +1 -1
  141. package/lib/components/Stepper/components/Step/components/StepLabel/components/Label/label.styles.d.ts +1 -1
  142. package/lib/components/Stepper/components/Step/components/StepLabel/components/Optional/constants.js +1 -1
  143. package/lib/components/Stepper/components/Step/step.styles.d.ts +1 -1
  144. package/lib/components/Stepper/components/Step/step.styles.js +5 -5
  145. package/lib/components/Support/components/SupportRequest/components/Dialog/dialog.styles.d.ts +1 -1
  146. package/lib/components/Support/components/SupportRequest/components/Dialog/dialog.styles.js +5 -6
  147. package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.js +2 -2
  148. package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.styles.js +2 -2
  149. package/lib/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.js +3 -3
  150. package/lib/components/Support/components/ViewSupport/viewSupport.styles.js +6 -6
  151. package/lib/components/Table/common/gridTable.styles.js +1 -2
  152. package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.d.ts +1 -1
  153. package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.js +2 -2
  154. package/lib/components/Table/components/PaginationSummary/paginationSummary.js +5 -4
  155. package/lib/components/Table/components/TableCell/components/BasicCell/basicCell.js +3 -2
  156. package/lib/components/Table/components/TableCell/components/CodeCell/codeCell.styles.d.ts +1 -1
  157. package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.js +2 -2
  158. package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.styles.js +5 -5
  159. package/lib/components/Table/components/TableCell/components/LinkCell/stories/args.js +1 -1
  160. package/lib/components/Table/components/TableCell/components/NTagCell/nTagCell.js +2 -2
  161. package/lib/components/Table/components/TableFeatures/ColumnFilter/columnFilter.js +1 -1
  162. package/lib/components/Table/components/TableFeatures/ColumnFilter/columnFilter.styles.d.ts +1 -1
  163. package/lib/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/columnFilterTag.styles.d.ts +1 -1
  164. package/lib/components/Table/components/TablePagination/tablePagination.js +1 -1
  165. package/lib/components/Table/components/TablePagination/tablePagination.styles.d.ts +1 -1
  166. package/lib/components/Table/components/TableRow/tableRow.styles.js +2 -2
  167. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.js +2 -2
  168. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.styles.js +5 -5
  169. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.js +2 -2
  170. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.styles.js +5 -5
  171. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.js +2 -2
  172. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.styles.js +1 -1
  173. package/lib/components/Table/components/TableToolbar/components/RowSelection/rowSelection.js +2 -2
  174. package/lib/components/Table/table.js +2 -3
  175. package/lib/components/Table/table.styles.js +2 -2
  176. package/lib/components/common/Accordion/accordion.js +2 -2
  177. package/lib/components/common/Alert/alert.styles.js +3 -3
  178. package/lib/components/common/Banner/banner.styles.js +4 -4
  179. package/lib/components/common/Banner/components/CookieBanner/cookieBanner.styles.js +4 -4
  180. package/lib/components/common/Button/components/DropdownButton/dropdownButton.styles.d.ts +1 -1
  181. package/lib/components/common/Button/components/HelpIconButton/helpIconButton.styles.js +2 -1
  182. package/lib/components/common/Button/components/NavigationButton/navigationButton.styles.js +5 -4
  183. package/lib/components/common/Card/card.styles.js +2 -2
  184. package/lib/components/common/Card/components/CardActions/cardActions.styles.js +2 -2
  185. package/lib/components/common/Card/components/CardSecondaryText/cardSecondaryText.d.ts +2 -5
  186. package/lib/components/common/Card/components/CardSecondaryText/cardSecondaryText.js +3 -3
  187. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.d.ts +2 -5
  188. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.js +4 -4
  189. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.d.ts +2 -2
  190. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.js +1 -1
  191. package/lib/components/common/Card/components/CardText/cardText.d.ts +2 -5
  192. package/lib/components/common/Card/components/CardText/cardText.js +3 -3
  193. package/lib/components/common/Card/components/CardTitle/cardTitle.d.ts +2 -5
  194. package/lib/components/common/Card/components/CardTitle/cardTitle.js +3 -3
  195. package/lib/components/common/Code/code.styles.js +10 -9
  196. package/lib/components/common/Dot/dot.styles.js +2 -1
  197. package/lib/components/common/Form/components/Input/input.js +2 -2
  198. package/lib/components/common/Form/components/Input/input.styles.d.ts +1 -1
  199. package/lib/components/common/Form/components/Input/input.styles.js +4 -4
  200. package/lib/components/common/Form/components/Select/select.js +2 -2
  201. package/lib/components/common/Form/components/Select/select.styles.d.ts +1 -1
  202. package/lib/components/common/Form/components/Select/select.styles.js +3 -3
  203. package/lib/components/common/Form/components/UploadFile/uploadFile.js +3 -3
  204. package/lib/components/common/Form/components/UploadFile/uploadFile.styles.d.ts +1 -1
  205. package/lib/components/common/Form/components/UploadFile/uploadFile.styles.js +10 -10
  206. package/lib/components/common/IconBadge/iconBadge.styles.js +13 -13
  207. package/lib/components/common/IconButton/iconButton.styles.d.ts +1 -1
  208. package/lib/components/common/IconButton/iconButton.styles.js +3 -3
  209. package/lib/components/common/Input/input.js +2 -2
  210. package/lib/components/common/Input/input.styles.d.ts +1 -1
  211. package/lib/components/common/Input/input.styles.js +3 -2
  212. package/lib/components/common/KeyValuePairs/components/KeyElType/keyElType.js +1 -1
  213. package/lib/components/common/KeyValuePairs/components/ValueElType/valueElType.js +1 -1
  214. package/lib/components/common/LoginDialog/constants.js +2 -2
  215. package/lib/components/common/MDXMarkdown/components/Section/mdxSection.styles.js +4 -4
  216. package/lib/components/common/Paper/components/FlatPaper/flatPaper.styles.d.ts +1 -1
  217. package/lib/components/common/Paper/components/FluidPaper/fluidPaper.styles.d.ts +1 -1
  218. package/lib/components/common/Paper/components/FluidPaper/fluidPaper.styles.js +2 -2
  219. package/lib/components/common/Paper/components/RoundedPaper/roundedPaper.styles.d.ts +1 -1
  220. package/lib/components/common/Paper/paper.styles.js +24 -24
  221. package/lib/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.styles.js +6 -6
  222. package/lib/components/common/Section/components/CollapsableSection/collapsableSection.js +8 -8
  223. package/lib/components/common/Section/components/CollapsableSection/collapsableSection.styles.d.ts +1 -1
  224. package/lib/components/common/Section/components/CollapsableSection/collapsableSection.styles.js +6 -5
  225. package/lib/components/common/Section/components/SectionTitle/sectionTitle.js +2 -1
  226. package/lib/components/common/Section/section.styles.d.ts +1 -1
  227. package/lib/components/common/Section/section.styles.js +4 -4
  228. package/lib/components/common/Socials/socials.styles.js +3 -3
  229. package/lib/components/common/StatusIcon/statusIcon.styles.js +13 -12
  230. package/lib/components/common/Tabs/tabs.styles.d.ts +1 -1
  231. package/lib/components/common/Tag/tag.d.ts +3 -6
  232. package/lib/components/common/Tag/tag.js +3 -2
  233. package/lib/components/common/Tag/tag.stories.d.ts +1 -1
  234. package/lib/components/common/Tag/tag.styles.d.ts +10 -2
  235. package/lib/components/common/Tag/tag.styles.js +4 -3
  236. package/lib/components/common/Title/title.js +1 -1
  237. package/lib/components/common/Typography/TypographyWordBreak/TypographyWordBreak.js +2 -1
  238. package/lib/styles/common/constants/app.d.ts +3 -0
  239. package/lib/styles/common/constants/app.js +3 -0
  240. package/lib/styles/common/constants/colorMixes.d.ts +1 -0
  241. package/lib/styles/common/constants/colorMixes.js +1 -0
  242. package/lib/styles/common/constants/font.d.ts +18 -0
  243. package/lib/styles/common/constants/font.js +18 -0
  244. package/lib/styles/common/constants/palette.d.ts +45 -45
  245. package/lib/styles/common/constants/palette.js +45 -45
  246. package/lib/styles/common/constants/shadows.js +3 -3
  247. package/lib/styles/common/mixins/breakpoints.d.ts +9 -7
  248. package/lib/styles/common/mixins/breakpoints.js +8 -7
  249. package/lib/styles/common/mui/typography.d.ts +32 -3
  250. package/lib/styles/common/mui/typography.js +22 -10
  251. package/lib/theme/common/breakpoints.d.ts +6 -27
  252. package/lib/theme/common/breakpoints.js +14 -36
  253. package/lib/theme/common/components.d.ts +2 -226
  254. package/lib/theme/common/components.js +1045 -1223
  255. package/lib/theme/common/fontStyles.d.ts +8 -0
  256. package/lib/theme/common/fontStyles.js +12 -0
  257. package/lib/theme/common/palette.d.ts +2 -42
  258. package/lib/theme/common/palette.js +22 -73
  259. package/lib/theme/common/typography.d.ts +2 -70
  260. package/lib/theme/common/typography.js +78 -126
  261. package/lib/theme/components/muiAlert.d.ts +2 -2
  262. package/lib/theme/components/muiAlert.js +95 -96
  263. package/lib/theme/components/muiAlertTitle.js +2 -2
  264. package/lib/theme/components/muiTableCell.d.ts +2 -2
  265. package/lib/theme/components/muiTableCell.js +43 -46
  266. package/lib/theme/theme.d.ts +0 -7
  267. package/lib/theme/theme.js +22 -100
  268. package/lib/theme/types.d.ts +4 -0
  269. package/lib/theme/types.js +1 -0
  270. package/package.json +1 -1
  271. package/src/components/DataDictionary/components/Description/description.styles.ts +5 -8
  272. package/src/components/DataDictionary/components/Entity/entity.styles.ts +2 -2
  273. package/src/components/DataDictionary/components/Entity/entity.tsx +2 -2
  274. package/src/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.styles.ts +2 -2
  275. package/src/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.styles.ts +2 -2
  276. package/src/components/DataDictionary/components/Outline/outline.styles.ts +4 -8
  277. package/src/components/DataDictionary/components/Tooltip/components/Title/constants.ts +1 -6
  278. package/src/components/DataDictionary/components/Tooltip/components/Title/title.tsx +8 -4
  279. package/src/components/DataDictionary/components/Tooltip/constants.ts +8 -7
  280. package/src/components/DataDictionary/dataDictionary.styles.ts +2 -5
  281. package/src/components/Detail/components/Table/table.tsx +2 -3
  282. package/src/components/Error/error.styles.ts +4 -4
  283. package/src/components/Error/error.tsx +10 -3
  284. package/src/components/Export/components/ExportForm/exportForm.styles.ts +12 -12
  285. package/src/components/Export/components/ExportMethod/exportMethod.styles.ts +0 -7
  286. package/src/components/Export/components/ExportMethod/exportMethod.tsx +14 -3
  287. package/src/components/Export/components/ExportSummary/exportSummary.styles.ts +6 -5
  288. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.styles.ts +1 -1
  289. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.tsx +9 -8
  290. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.styles.ts +10 -15
  291. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.tsx +5 -2
  292. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.styles.ts +7 -7
  293. package/src/components/Export/export.styles.ts +7 -7
  294. package/src/components/Filter/components/FilterLabel/filterLabel.styles.ts +2 -3
  295. package/src/components/Filter/components/FilterMenuSearch/filterMenuSearch.styles.ts +2 -2
  296. package/src/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.tsx +4 -3
  297. package/src/components/Filter/components/FilterRange/filterRange.styles.ts +2 -2
  298. package/src/components/Filter/components/FilterTag/filterTag.styles.ts +2 -1
  299. package/src/components/Filter/components/Filters/filters.styles.ts +4 -4
  300. package/src/components/Filter/components/Filters/filters.tsx +1 -1
  301. package/src/components/Filter/components/HighlightedLabel/highlightedLabel.styles.ts +2 -1
  302. package/src/components/Filter/components/SearchAllFilters/components/AutocompletePopper/autocompletePopper.styles.ts +4 -4
  303. package/src/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.tsx +7 -11
  304. package/src/components/Filter/components/SearchAllFilters/components/VariableSizeListItem/variableSizeListItem.tsx +3 -3
  305. package/src/components/Filter/components/SearchAllFilters/searchAllFilters.styles.ts +2 -2
  306. package/src/components/Filter/components/SearchAllFilters/searchAllFilters.tsx +7 -8
  307. package/src/components/Filter/components/SearchAllFiltersSearch/components/SearchCloseButton/searchCloseButton.tsx +3 -7
  308. package/src/components/Filter/components/SearchAllFiltersSearch/searchAllFiltersSearch.styles.ts +3 -3
  309. package/src/components/Filter/components/VariableSizeListItem/variableSizeListItem.tsx +3 -3
  310. package/src/components/Filter/components/controls/Controls/controls.tsx +1 -1
  311. package/src/components/Filter/components/surfaces/drawer/components/ButtonBase/buttonBase.styles.ts +2 -2
  312. package/src/components/Filter/components/views/select/components/ListItemText/components/Count/count.tsx +1 -1
  313. package/src/components/Filter/components/views/select/components/ListItemText/components/Term/term.tsx +1 -1
  314. package/src/components/Index/components/EntityView/components/controls/ExportButton/exportButton.styles.ts +2 -2
  315. package/src/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.ts +2 -2
  316. package/src/components/Index/components/EntityView/components/layout/Summary/summary.styles.ts +2 -1
  317. package/src/components/Index/components/EntityView/components/layout/Summary/summary.tsx +2 -2
  318. package/src/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.ts +2 -2
  319. package/src/components/Index/components/EntityView/components/views/ChartView/chartView.tsx +1 -1
  320. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.styles.ts +4 -4
  321. package/src/components/Index/index.styles.ts +2 -2
  322. package/src/components/Layout/components/BackPage/backPageView.styles.ts +11 -10
  323. package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.ts +3 -3
  324. package/src/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.ts +2 -2
  325. package/src/components/Layout/components/BackPage/components/BackPageHero/components/SubTitle/subTitle.tsx +6 -2
  326. package/src/components/Layout/components/ContentLayout/contentLayout.styles.ts +20 -36
  327. package/src/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/title.tsx +5 -2
  328. package/src/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.ts +2 -2
  329. package/src/components/Layout/components/Footer/footer.styles.ts +8 -8
  330. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.ts +2 -1
  331. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.ts +3 -6
  332. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.styles.ts +4 -7
  333. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.styles.ts +6 -8
  334. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.ts +8 -12
  335. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenuItems/navigationMenuItems.tsx +5 -10
  336. package/src/components/Layout/components/Header/components/Content/components/Navigation/navigation.styles.ts +2 -2
  337. package/src/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.ts +4 -4
  338. package/src/components/Layout/components/Header/components/Content/components/Slogan/slogan.tsx +5 -2
  339. package/src/components/Layout/components/Header/header.styles.ts +2 -2
  340. package/src/components/Layout/components/Nav/components/NavBarHero/navBarHero.styles.ts +2 -1
  341. package/src/components/Layout/components/Nav/nav.styles.ts +8 -10
  342. package/src/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.ts +5 -4
  343. package/src/components/Layout/components/Outline/outline.styles.ts +10 -13
  344. package/src/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.styles.ts +7 -10
  345. package/src/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.styles.ts +5 -8
  346. package/src/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.tsx +5 -2
  347. package/src/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.styles.ts +2 -2
  348. package/src/components/Layout/components/Sidebar/components/SidebarTools/sidebarTools.styles.ts +2 -2
  349. package/src/components/Layout/components/Sidebar/sidebar.styles.ts +2 -2
  350. package/src/components/Layout/components/Sidebar/sidebar.tsx +4 -8
  351. package/src/components/Links/components/Link/link.tsx +2 -1
  352. package/src/components/Loading/loading.styles.ts +2 -2
  353. package/src/components/Loading/loading.tsx +6 -1
  354. package/src/components/Login/components/Section/components/Consent/consent.styles.ts +1 -1
  355. package/src/components/Login/components/Section/components/Consent/consent.tsx +4 -2
  356. package/src/components/Login/components/Section/components/Warning/warning.tsx +1 -1
  357. package/src/components/Login/login.styles.ts +5 -19
  358. package/src/components/Login/login.tsx +30 -7
  359. package/src/components/MarkdownRenderer/components/Table/table.styles.ts +2 -2
  360. package/src/components/MarkdownRenderer/markdownRenderer.tsx +1 -1
  361. package/src/components/NoResults/noResults.styles.ts +2 -2
  362. package/src/components/NoResults/noResults.tsx +1 -1
  363. package/src/components/Project/components/Contacts/contacts.tsx +7 -1
  364. package/src/components/Project/components/Details/details.tsx +7 -2
  365. package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.styles.ts +2 -1
  366. package/src/components/Stepper/components/Step/components/StepContent/stepContent.styles.ts +2 -2
  367. package/src/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.ts +3 -6
  368. package/src/components/Stepper/components/Step/components/StepIcon/stepIcon.styles.ts +5 -9
  369. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/constants.ts +1 -1
  370. package/src/components/Stepper/components/Step/components/StepLabel/components/Optional/constants.ts +1 -1
  371. package/src/components/Stepper/components/Step/step.styles.ts +6 -6
  372. package/src/components/Support/components/SupportRequest/components/Dialog/dialog.styles.ts +5 -6
  373. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.styles.ts +2 -2
  374. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.tsx +5 -2
  375. package/src/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.tsx +8 -6
  376. package/src/components/Support/components/ViewSupport/viewSupport.styles.ts +6 -10
  377. package/src/components/Table/common/gridTable.styles.ts +1 -2
  378. package/src/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.ts +2 -2
  379. package/src/components/Table/components/PaginationSummary/paginationSummary.tsx +9 -4
  380. package/src/components/Table/components/TableCell/components/BasicCell/basicCell.tsx +10 -2
  381. package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.styles.ts +5 -5
  382. package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.tsx +3 -3
  383. package/src/components/Table/components/TableCell/components/LinkCell/stories/args.ts +1 -1
  384. package/src/components/Table/components/TableCell/components/NTagCell/nTagCell.tsx +6 -3
  385. package/src/components/Table/components/TableFeatures/ColumnFilter/columnFilter.tsx +1 -1
  386. package/src/components/Table/components/TablePagination/tablePagination.tsx +1 -1
  387. package/src/components/Table/components/TableRow/tableRow.styles.ts +2 -2
  388. package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.styles.ts +5 -5
  389. package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.tsx +6 -2
  390. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.styles.ts +6 -6
  391. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.tsx +3 -3
  392. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.styles.ts +1 -1
  393. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.tsx +5 -2
  394. package/src/components/Table/components/TableToolbar/components/RowSelection/rowSelection.tsx +2 -2
  395. package/src/components/Table/table.styles.ts +2 -2
  396. package/src/components/Table/table.tsx +2 -3
  397. package/src/components/common/Accordion/accordion.tsx +4 -2
  398. package/src/components/common/Alert/alert.styles.ts +3 -6
  399. package/src/components/common/Banner/banner.styles.ts +4 -4
  400. package/src/components/common/Banner/components/CookieBanner/cookieBanner.styles.ts +4 -4
  401. package/src/components/common/Button/components/HelpIconButton/helpIconButton.styles.ts +2 -1
  402. package/src/components/common/Button/components/NavigationButton/navigationButton.styles.ts +5 -4
  403. package/src/components/common/Card/card.styles.ts +2 -2
  404. package/src/components/common/Card/components/CardActions/cardActions.styles.ts +2 -2
  405. package/src/components/common/Card/components/CardSecondaryText/cardSecondaryText.tsx +7 -16
  406. package/src/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.ts +1 -1
  407. package/src/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.tsx +9 -17
  408. package/src/components/common/Card/components/CardText/cardText.tsx +8 -14
  409. package/src/components/common/Card/components/CardTitle/cardTitle.tsx +9 -14
  410. package/src/components/common/Code/code.styles.ts +11 -10
  411. package/src/components/common/Dot/dot.styles.ts +2 -1
  412. package/src/components/common/Form/components/Input/input.styles.ts +4 -4
  413. package/src/components/common/Form/components/Input/input.tsx +6 -2
  414. package/src/components/common/Form/components/Select/select.styles.ts +3 -3
  415. package/src/components/common/Form/components/Select/select.tsx +6 -2
  416. package/src/components/common/Form/components/UploadFile/uploadFile.styles.ts +10 -17
  417. package/src/components/common/Form/components/UploadFile/uploadFile.tsx +7 -3
  418. package/src/components/common/IconBadge/iconBadge.styles.ts +13 -22
  419. package/src/components/common/IconButton/iconButton.styles.ts +3 -3
  420. package/src/components/common/Input/input.styles.ts +3 -2
  421. package/src/components/common/Input/input.tsx +6 -2
  422. package/src/components/common/KeyValuePairs/components/KeyElType/keyElType.tsx +1 -1
  423. package/src/components/common/KeyValuePairs/components/ValueElType/valueElType.tsx +1 -1
  424. package/src/components/common/LoginDialog/constants.ts +2 -2
  425. package/src/components/common/MDXMarkdown/components/Section/mdxSection.styles.ts +4 -8
  426. package/src/components/common/Paper/components/FluidPaper/fluidPaper.styles.ts +2 -2
  427. package/src/components/common/Paper/paper.styles.ts +24 -24
  428. package/src/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.styles.ts +6 -12
  429. package/src/components/common/Section/components/CollapsableSection/collapsableSection.styles.ts +6 -5
  430. package/src/components/common/Section/components/CollapsableSection/collapsableSection.tsx +11 -8
  431. package/src/components/common/Section/components/SectionTitle/sectionTitle.tsx +3 -2
  432. package/src/components/common/Section/section.styles.ts +5 -5
  433. package/src/components/common/Socials/socials.styles.ts +3 -3
  434. package/src/components/common/StatusIcon/statusIcon.styles.ts +13 -12
  435. package/src/components/common/Tag/tag.styles.ts +4 -3
  436. package/src/components/common/Tag/tag.tsx +14 -11
  437. package/src/components/common/Title/title.tsx +1 -1
  438. package/src/components/common/Typography/TypographyWordBreak/TypographyWordBreak.tsx +2 -1
  439. package/src/styles/common/constants/app.ts +3 -0
  440. package/src/styles/common/constants/colorMixes.ts +1 -0
  441. package/src/styles/common/constants/font.ts +18 -0
  442. package/src/styles/common/constants/palette.ts +45 -45
  443. package/src/styles/common/constants/shadows.ts +3 -3
  444. package/src/styles/common/mixins/breakpoints.ts +19 -14
  445. package/src/styles/common/mui/typography.ts +26 -14
  446. package/src/theme/common/breakpoints.ts +16 -38
  447. package/src/theme/common/components.ts +1046 -1249
  448. package/src/theme/common/fontStyles.ts +17 -0
  449. package/src/theme/common/palette.ts +30 -75
  450. package/src/theme/common/typography.ts +85 -147
  451. package/src/theme/components/muiAlert.ts +96 -97
  452. package/src/theme/components/muiAlertTitle.ts +2 -2
  453. package/src/theme/components/muiTableCell.ts +44 -47
  454. package/src/theme/theme.ts +25 -107
  455. package/src/theme/types.ts +5 -0
  456. package/tests/theme.test.ts +465 -0
  457. package/tests/tsconfig.json +1 -1
  458. package/types/data-explorer-ui.d.ts +73 -48
  459. package/lib/styles/common/mixins/colors.d.ts +0 -25
  460. package/lib/styles/common/mixins/colors.js +0 -32
  461. package/lib/styles/common/mixins/fonts.d.ts +0 -16
  462. package/lib/styles/common/mixins/fonts.js +0 -30
  463. package/src/styles/common/mixins/colors.ts +0 -71
  464. package/src/styles/common/mixins/fonts.ts +0 -52
@@ -1,5 +1,5 @@
1
1
  export declare const StyledButtonBase: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonBaseOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3
- }, "style" | "className" | "classes" | "children" | "sx" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & {
3
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & {
4
4
  theme?: import("@emotion/react").Theme;
5
5
  }, {}, {}>;
@@ -1,10 +1,10 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { ButtonBase } from "@mui/material";
3
- import { textBodyLarge500 } from "../../../../../../../styles/common/mixins/fonts";
3
+ import { FONT } from "../../../../../../../styles/common/constants/font";
4
4
  export const StyledButtonBase = styled(ButtonBase) `
5
- ${textBodyLarge500}
6
5
  align-items: center;
7
6
  display: flex;
7
+ font: ${FONT.BODY_LARGE_500};
8
8
  gap: 8px;
9
9
  justify-content: flex-start;
10
10
  padding: 12px 16px;
@@ -1,5 +1,5 @@
1
1
  export declare const StyledIconButton: import("@emotion/styled").StyledComponent<import("@mui/material").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3
- }, "style" | "size" | "className" | "classes" | "children" | "color" | "sx" | "tabIndex" | "disabled" | "action" | "loading" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "edge"> & {
3
+ }, "style" | "size" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "color" | "disableFocusRipple" | "edge" | "loading" | "loadingIndicator"> & {
4
4
  theme?: import("@emotion/react").Theme;
5
5
  }, {}, {}>;
@@ -2,6 +2,6 @@ import React from "react";
2
2
  import { BaseComponentProps, TestIdProps } from "../../../../../../types";
3
3
  export declare const ListItemButton: React.ForwardRefExoticComponent<Omit<BaseComponentProps & import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
5
- }, "style" | "className" | "classes" | "children" | "sx" | "tabIndex" | "autoFocus" | "disabled" | "action" | "selected" | "alignItems" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "disableGutters" | "divider"> & {
5
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "alignItems" | "selected" | "disableGutters" | "dense" | "divider"> & {
6
6
  component?: React.ElementType;
7
7
  } & TestIdProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,5 @@
1
1
  export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
- }, "style" | "className" | "classes" | "children" | "sx" | "tabIndex" | "autoFocus" | "disabled" | "action" | "selected" | "alignItems" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "disableGutters" | "divider"> & {
3
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "alignItems" | "selected" | "disableGutters" | "dense" | "divider"> & {
4
4
  theme?: import("@emotion/react").Theme;
5
5
  }, {}, {}>;
@@ -2,5 +2,5 @@ import { Typography } from "@mui/material";
2
2
  import React from "react";
3
3
  import { TYPOGRAPHY_PROPS } from "../../../../../../../../../styles/common/mui/typography";
4
4
  export const Count = ({ className, testId, ...props /* MuiTypographyProps */ }) => {
5
- return (React.createElement(Typography, { className: className, color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, "data-testid": testId, variant: TYPOGRAPHY_PROPS.VARIANT.TEXT_BODY_SMALL_400, ...props }));
5
+ return (React.createElement(Typography, { className: className, color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, "data-testid": testId, variant: TYPOGRAPHY_PROPS.VARIANT.BODY_SMALL_400, ...props }));
6
6
  };
@@ -2,5 +2,5 @@ import { Typography } from "@mui/material";
2
2
  import React from "react";
3
3
  import { TYPOGRAPHY_PROPS } from "../../../../../../../../../styles/common/mui/typography";
4
4
  export const Term = ({ className, testId, ...props /* MuiTypographyProps */ }) => {
5
- return (React.createElement(Typography, { className: className, "data-testid": testId, variant: TYPOGRAPHY_PROPS.VARIANT.TEXT_BODY_400, ...props }));
5
+ return (React.createElement(Typography, { className: className, "data-testid": testId, variant: TYPOGRAPHY_PROPS.VARIANT.BODY_400, ...props }));
6
6
  };
@@ -1,8 +1,8 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Box } from "@mui/material";
3
- import { mediaTabletDown } from "../../../../../../../styles/common/mixins/breakpoints";
3
+ import { bpDownSm } from "../../../../../../../styles/common/mixins/breakpoints";
4
4
  export const StyledBox = styled(Box) `
5
- ${mediaTabletDown} {
5
+ ${bpDownSm} {
6
6
  display: none;
7
7
  }
8
8
  `;
@@ -1,5 +1,5 @@
1
1
  export declare const StyledButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3
- }, "style" | "size" | "href" | "className" | "classes" | "children" | "color" | "sx" | "tabIndex" | "disabled" | "action" | "loading" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon" | "variant"> & {
3
+ }, "style" | "size" | "href" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "color" | "disableFocusRipple" | "loading" | "loadingIndicator" | "variant" | "disableElevation" | "endIcon" | "fullWidth" | "loadingPosition" | "startIcon"> & {
4
4
  theme?: import("@emotion/react").Theme;
5
5
  }, {}, {}>;
@@ -1,8 +1,8 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Button } from "@mui/material";
3
- import { mediaDesktopSmallUp } from "../../../../../../../styles/common/mixins/breakpoints";
3
+ import { bpUpMd } from "../../../../../../../styles/common/mixins/breakpoints";
4
4
  export const StyledButton = styled(Button) `
5
- ${mediaDesktopSmallUp} {
5
+ ${bpUpMd} {
6
6
  display: none;
7
7
  }
8
8
  `;
@@ -11,6 +11,6 @@ export const Summary = ({ className, }) => {
11
11
  return null;
12
12
  return (React.createElement(StyledGrid, { ...GRID_PROPS, className: className, "data-testid": TEST_IDS.ENTITY_SUMMARY }, summaries.map(([count, label], i) => (React.createElement(Fragment, { key: i },
13
13
  i !== 0 && React.createElement(StyledDot, null),
14
- React.createElement(Typography, { variant: TYPOGRAPHY_PROPS.VARIANT.TEXT_BODY_SMALL_500 }, count),
15
- React.createElement(Typography, { color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, variant: TYPOGRAPHY_PROPS.VARIANT.TEXT_BODY_SMALL_400 }, label))))));
14
+ React.createElement(Typography, { variant: TYPOGRAPHY_PROPS.VARIANT.BODY_SMALL_500 }, count),
15
+ React.createElement(Typography, { color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, variant: TYPOGRAPHY_PROPS.VARIANT.BODY_SMALL_400 }, label))))));
16
16
  };
@@ -2,7 +2,7 @@ export declare const StyledGrid: import("@emotion/styled").StyledComponent<impor
2
2
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme>;
3
3
  } & import("@mui/system").SystemProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "fontSize" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
5
+ }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
6
6
  theme?: import("@emotion/react").Theme;
7
7
  }, {}, {}>;
8
8
  export declare const StyledDot: import("@emotion/styled").StyledComponent<import("../../../../../../types").BaseComponentProps & {
@@ -1,5 +1,6 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Grid } from "@mui/material";
3
+ import { bpDown1024 } from "../../../../../../../styles/common/mixins/breakpoints";
3
4
  import { Dot } from "../../../../../../common/Dot/dot";
4
5
  export const StyledGrid = styled(Grid) `
5
6
  display: grid;
@@ -8,7 +9,7 @@ export const StyledGrid = styled(Grid) `
8
9
  max-width: fit-content;
9
10
  padding: 12px 16px;
10
11
 
11
- ${({ theme }) => theme.breakpoints.down(1024)} {
12
+ ${bpDown1024} {
12
13
  display: none;
13
14
  }
14
15
  `;
@@ -2,6 +2,6 @@ export declare const StyledGrid: import("@emotion/styled").StyledComponent<impor
2
2
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme>;
3
3
  } & import("@mui/system").SystemProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "fontSize" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
5
+ }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
6
6
  theme?: import("@emotion/react").Theme;
7
7
  }, {}, {}>;
@@ -1,6 +1,6 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Grid } from "@mui/material";
3
- import { mediaTabletDown } from "../../../../../../../styles/common/mixins/breakpoints";
3
+ import { bpDownSm } from "../../../../../../../styles/common/mixins/breakpoints";
4
4
  export const StyledGrid = styled(Grid) `
5
5
  display: grid;
6
6
  gap: 16px;
@@ -10,7 +10,7 @@ export const StyledGrid = styled(Grid) `
10
10
  display: none;
11
11
  }
12
12
 
13
- ${mediaTabletDown} {
13
+ ${bpDownSm} {
14
14
  margin: 16px 0;
15
15
  }
16
16
  `;
@@ -16,7 +16,7 @@ export const ChartView = ({ categoryFilters, entityName, loading, testId, }) =>
16
16
  React.createElement(ViewToggle, null)),
17
17
  React.createElement(Loading, { appear: false, autoPosition: false, loading: loading, panelStyle: LOADING_PANEL_STYLE.INHERIT }),
18
18
  React.createElement(StyledGrid, { "data-testid": testId, ref: chartViewRef }, selectCategoryViews.map(({ key, label, values }) => (React.createElement(StyledGridPaperSection, { key: key },
19
- React.createElement(Typography, { variant: TYPOGRAPHY_PROPS.VARIANT.TEXT_HEADING_SMALL },
19
+ React.createElement(Typography, { variant: TYPOGRAPHY_PROPS.VARIANT.HEADING_SMALL },
20
20
  entityName,
21
21
  " by ",
22
22
  label),
@@ -2,7 +2,7 @@ export declare const StyledGrid: import("@emotion/styled").StyledComponent<impor
2
2
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme>;
3
3
  } & import("@mui/system").SystemProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "fontSize" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
5
+ }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
6
6
  theme?: import("@emotion/react").Theme;
7
7
  }, {}, {}>;
8
8
  export declare const StyledGridPaperSection: import("@emotion/styled").StyledComponent<{
@@ -3,6 +3,6 @@ export declare const StyledBarX: import("@emotion/styled").StyledComponent<impor
3
3
  }, {}, {}>;
4
4
  export declare const StyledButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
5
5
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
6
- }, "style" | "size" | "href" | "className" | "classes" | "children" | "color" | "sx" | "tabIndex" | "disabled" | "action" | "loading" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon" | "variant"> & {
6
+ }, "style" | "size" | "href" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "color" | "disableFocusRipple" | "loading" | "loadingIndicator" | "variant" | "disableElevation" | "endIcon" | "fullWidth" | "loadingPosition" | "startIcon"> & {
7
7
  theme?: import("@emotion/react").Theme;
8
8
  }, {}, {}>;
@@ -1,10 +1,10 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Button } from "@mui/material";
3
- import { mediaTabletDown } from "../../../../../../../../../styles/common/mixins/breakpoints";
4
- import { textBodySmall400 } from "../../../../../../../../../styles/common/mixins/fonts";
3
+ import { FONT } from "../../../../../../../../../styles/common/constants/font";
4
+ import { bpDownSm } from "../../../../../../../../../styles/common/mixins/breakpoints";
5
5
  import { BarX } from "../../../../../../../../Plot/components/BarX/barX";
6
6
  export const StyledBarX = styled(BarX) `
7
- ${textBodySmall400};
7
+ font: ${FONT.BODY_SMALL_400};
8
8
 
9
9
  svg {
10
10
  g.x-axis {
@@ -17,7 +17,7 @@ export const StyledBarX = styled(BarX) `
17
17
  text-anchor: end;
18
18
  }
19
19
 
20
- ${mediaTabletDown} {
20
+ ${bpDownSm} {
21
21
  display: none;
22
22
  &:nth-of-type(1),
23
23
  &:nth-last-of-type(1) {
@@ -3,19 +3,19 @@ export declare const StyledGridEntityView: import("@emotion/styled").StyledCompo
3
3
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme>;
4
4
  } & import("@mui/system").SystemProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
5
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
6
- }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "fontSize" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
6
+ }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
7
7
  theme?: import("@emotion/react").Theme;
8
8
  } & LayoutSpacing, {}, {}>;
9
9
  export declare const StyledGridEntityLayout: import("@emotion/styled").StyledComponent<import("@mui/material").GridBaseProps & {
10
10
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme>;
11
11
  } & import("@mui/system").SystemProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
13
- }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "fontSize" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
13
+ }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
14
14
  theme?: import("@emotion/react").Theme;
15
15
  }, {}, {}>;
16
16
  export declare const StyledFluidPaper: import("@emotion/styled").StyledComponent<import("../types").BaseComponentProps & import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
17
17
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
18
- }, "style" | "className" | "classes" | "children" | "sx" | "elevation" | "square" | "variant"> & {
18
+ }, "style" | "className" | "classes" | "children" | "sx" | "square" | "elevation" | "variant"> & {
19
19
  component?: React.ElementType;
20
20
  } & {
21
21
  theme?: import("@emotion/react").Theme;
@@ -24,6 +24,6 @@ export declare const StyledGridEntityList: import("@emotion/styled").StyledCompo
24
24
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme>;
25
25
  } & import("@mui/system").SystemProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
26
26
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
27
- }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "fontSize" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
27
+ }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
28
28
  theme?: import("@emotion/react").Theme;
29
29
  }, {}, {}>;
@@ -1,7 +1,7 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Grid } from "@mui/material";
3
3
  import { PALETTE } from "../../styles/common/constants/palette";
4
- import { mediaTabletDown } from "../../styles/common/mixins/breakpoints";
4
+ import { bpDownSm } from "../../styles/common/mixins/breakpoints";
5
5
  import { FluidPaper } from "../common/Paper/components/FluidPaper/fluidPaper";
6
6
  export const StyledGridEntityView = styled(Grid, {
7
7
  shouldForwardProp: (prop) => prop !== "bottom" && prop !== "top",
@@ -58,7 +58,7 @@ export const StyledGridEntityList = styled(Grid) `
58
58
  margin: 16px;
59
59
  overflow: hidden;
60
60
 
61
- ${mediaTabletDown} {
61
+ ${bpDownSm} {
62
62
  margin: 16px 0;
63
63
  }
64
64
  `;
@@ -1,6 +1,7 @@
1
1
  import { css } from "@emotion/react";
2
2
  import styled from "@emotion/styled";
3
- import { TABLET } from "../../../../theme/common/breakpoints";
3
+ import { PALETTE } from "../../../../styles/common/constants/palette";
4
+ import { bpDownSm, bpUpSm } from "../../../../styles/common/mixins/breakpoints";
4
5
  import { Sections } from "../../../common/Sections/sections";
5
6
  export const BackPageView = styled.div `
6
7
  display: grid;
@@ -10,7 +11,7 @@ export const BackPageView = styled.div `
10
11
  margin: 0 16px;
11
12
  padding: 24px 0;
12
13
 
13
- ${({ theme }) => theme.breakpoints.up(TABLET)} {
14
+ ${bpUpSm} {
14
15
  grid-template-columns: repeat(12, 1fr);
15
16
  margin: 0 auto;
16
17
  max-width: min(calc(100% - 32px), 1232px);
@@ -26,7 +27,7 @@ export const BackPageHero = styled.div `
26
27
  export const BackPageTabs = styled.div `
27
28
  grid-column: 1 / -1;
28
29
 
29
- ${({ theme }) => theme.breakpoints.down(TABLET)} {
30
+ ${bpDownSm} {
30
31
  margin-left: -16px;
31
32
  margin-right: -16px;
32
33
  }
@@ -41,7 +42,7 @@ export const BackPageContent = styled.div `
41
42
  margin-left: -16px;
42
43
  margin-right: -16px;
43
44
 
44
- ${({ theme }) => theme.breakpoints.up(TABLET)} {
45
+ ${bpUpSm} {
45
46
  display: grid;
46
47
  gap: 16px;
47
48
  grid-template-columns: inherit;
@@ -56,11 +57,11 @@ export const BackPageContent = styled.div `
56
57
  // - mobile - a gridded, flat paper environment, each section stacked with a 1px gap, and
57
58
  // - tablet - a main and side column arrangement, and within each column, a gridded, rounded paper environment, each section stacked with a 1px gap.
58
59
  export const DetailPageOverviewContent = styled(BackPageContent) `
59
- background-color: ${({ theme }) => theme.palette.smoke.main};
60
+ background-color: ${PALETTE.SMOKE_MAIN};
60
61
  gap: 1px;
61
62
  padding: 1px 0;
62
63
 
63
- ${({ theme }) => theme.breakpoints.up(TABLET)} {
64
+ ${bpUpSm} {
64
65
  background-color: transparent;
65
66
  padding: 0;
66
67
  }
@@ -83,13 +84,13 @@ export const BackPageContentSingleColumn = styled(BackPageContentColumn) `
83
84
  `;
84
85
  // Main column.
85
86
  export const BackPageContentMainColumn = styled(BackPageContentColumn) `
86
- ${({ theme }) => theme.breakpoints.up(TABLET)} {
87
+ ${bpUpSm} {
87
88
  ${mainColumn};
88
89
  }
89
90
  `;
90
91
  // Side column.
91
92
  export const BackPageContentSideColumn = styled(BackPageContentColumn) `
92
- ${({ theme }) => theme.breakpoints.up(TABLET)} {
93
+ ${bpUpSm} {
93
94
  ${sideColumn};
94
95
  }
95
96
  `;
@@ -103,7 +104,7 @@ export const DetailPageOverviewContentMainColumn = styled(Sections) `
103
104
  display: contents; // required to override nested GridPaper.
104
105
  }
105
106
 
106
- ${({ theme }) => theme.breakpoints.up(TABLET)} {
107
+ ${bpUpSm} {
107
108
  align-self: flex-start;
108
109
  display: grid;
109
110
  ${mainColumn};
@@ -124,7 +125,7 @@ export const DetailPageOverviewContentSideColumn = styled(Sections) `
124
125
  display: contents; // required to override nested GridPaper.
125
126
  }
126
127
 
127
- ${({ theme }) => theme.breakpoints.up(TABLET)} {
128
+ ${bpUpSm} {
128
129
  align-self: flex-start;
129
130
  display: grid;
130
131
  ${sideColumn};
@@ -1,6 +1,6 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Stack } from "@mui/material";
3
- import { mediaTabletUp } from "../../../../../../styles/common/mixins/breakpoints";
3
+ import { bpUpSm } from "../../../../../../styles/common/mixins/breakpoints";
4
4
  import { CallToActionButton as CTAButton } from "../../../../../common/Button/components/CallToActionButton/callToActionButton";
5
5
  export const BackPageHeroHeadline = styled.div `
6
6
  display: contents;
@@ -9,7 +9,7 @@ export const BackPageHeroHeadline = styled.div `
9
9
  grid-column: 1 / -1; // Title and breadcrumbs consume full width of available grid.
10
10
  }
11
11
 
12
- ${mediaTabletUp} {
12
+ ${bpUpSm} {
13
13
  display: flex;
14
14
  flex: 1;
15
15
  gap: 88px;
@@ -26,7 +26,7 @@ export const CallToActionButton = styled(CTAButton) `
26
26
  align-self: center;
27
27
  justify-self: flex-start;
28
28
 
29
- ${mediaTabletUp} {
29
+ ${bpUpSm} {
30
30
  justify-self: flex-end;
31
31
  }
32
32
  `;
@@ -1,5 +1,5 @@
1
1
  import styled from "@emotion/styled";
2
- import { mediaTabletUp } from "../../../../../../../../styles/common/mixins/breakpoints";
2
+ import { bpUpSm } from "../../../../../../../../styles/common/mixins/breakpoints";
3
3
  export const BackPageHeroActions = styled.div `
4
4
  align-items: center;
5
5
  align-self: center;
@@ -7,7 +7,7 @@ export const BackPageHeroActions = styled.div `
7
7
  gap: 16px;
8
8
  justify-self: flex-start;
9
9
 
10
- ${mediaTabletUp} {
10
+ ${bpUpSm} {
11
11
  justify-self: flex-end;
12
12
  }
13
13
  `;
@@ -1,6 +1,6 @@
1
1
  import { Typography } from "@mui/material";
2
2
  import React from "react";
3
- import { TEXT_BODY_SMALL_400 } from "../../../../../../../../theme/common/typography";
3
+ import { TYPOGRAPHY_PROPS } from "../../../../../../../../styles/common/mui/typography";
4
4
  export const SubTitle = ({ subTitle, ...props /* Spread props to allow for Typography specific props TypographyProps e.g. "gutterBottom" or "noWrap". */ }) => {
5
- return (React.createElement(React.Fragment, null, typeof subTitle === "string" ? (React.createElement(Typography, { color: "ink.light", variant: TEXT_BODY_SMALL_400, ...props }, subTitle)) : (subTitle)));
5
+ return (React.createElement(React.Fragment, null, typeof subTitle === "string" ? (React.createElement(Typography, { color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, variant: TYPOGRAPHY_PROPS.VARIANT.BODY_SMALL_400, ...props }, subTitle)) : (subTitle)));
6
6
  };
@@ -1,19 +1,19 @@
1
1
  import { css } from "@emotion/react";
2
2
  import styled from "@emotion/styled";
3
- import { media1366Up, mediaDesktopSmallUp, mediaTabletDown, } from "../../../../styles/common/mixins/breakpoints";
4
- import { smokeLight, smokeLightest, smokeMain, white, } from "../../../../styles/common/mixins/colors";
3
+ import { PALETTE } from "../../../../styles/common/constants/palette";
4
+ import { bpDownSm, bpUp1366, bpUpMd, } from "../../../../styles/common/mixins/breakpoints";
5
5
  const CONTENT_MAX_WIDTH = 756;
6
6
  const NAV_GRID_WIDTH = 280;
7
7
  const NAV_MAX_WIDTH = 232;
8
8
  const PADDING = 24;
9
9
  const PADDING_Y = PADDING;
10
10
  const COLOR = {
11
- DEFAULT: white,
12
- SMOKE_LIGHT: smokeLight,
13
- SMOKE_LIGHTEST: smokeLightest,
11
+ DEFAULT: PALETTE.COMMON_WHITE,
12
+ SMOKE_LIGHT: PALETTE.SMOKE_LIGHT,
13
+ SMOKE_LIGHTEST: PALETTE.SMOKE_LIGHTEST,
14
14
  };
15
15
  export const ContentLayout = styled.div `
16
- background-color: ${({ panelColor, theme }) => getPanelBackgroundColor(theme, panelColor)};
16
+ background-color: ${({ panelColor }) => getPanelBackgroundColor(panelColor)};
17
17
  display: grid;
18
18
  flex: 1;
19
19
  grid-template-areas: "content";
@@ -21,7 +21,7 @@ export const ContentLayout = styled.div `
21
21
  height: 100%;
22
22
  margin: 0 auto;
23
23
 
24
- ${mediaDesktopSmallUp} {
24
+ ${bpUpMd} {
25
25
  ${({ hasNavigation }) => hasNavigation
26
26
  ? css `
27
27
  grid-template-areas: "navigation content";
@@ -35,7 +35,7 @@ export const ContentLayout = styled.div `
35
35
  `};
36
36
  }
37
37
 
38
- ${media1366Up} {
38
+ ${bpUp1366} {
39
39
  grid-template-areas: "navigation content outline";
40
40
  grid-template-columns:
41
41
  ${NAV_GRID_WIDTH}px
@@ -43,12 +43,12 @@ export const ContentLayout = styled.div `
43
43
  ${NAV_GRID_WIDTH}px;
44
44
  }
45
45
  `;
46
- const content = ({ headerHeight, panelColor, theme, }) => css `
47
- background-color: ${getPanelBackgroundColor(theme, panelColor)};
46
+ const content = ({ headerHeight, panelColor }) => css `
47
+ background-color: ${getPanelBackgroundColor(panelColor)};
48
48
  padding-top: ${headerHeight}px;
49
49
  `;
50
- const navigation = ({ panelColor, theme }) => css `
51
- background-color: ${getPanelBackgroundColor(theme, panelColor)};
50
+ const navigation = ({ panelColor }) => css `
51
+ background-color: ${getPanelBackgroundColor(panelColor)};
52
52
  `;
53
53
  const positioner = ({ headerHeight }) => css `
54
54
  max-height: 100vh;
@@ -59,11 +59,11 @@ const positioner = ({ headerHeight }) => css `
59
59
  `;
60
60
  export const NavigationGrid = styled.div `
61
61
  ${navigation};
62
- box-shadow: inset -1px 0 ${smokeMain};
62
+ box-shadow: inset -1px 0 ${PALETTE.SMOKE_MAIN};
63
63
  display: none;
64
64
  grid-area: navigation;
65
65
 
66
- ${mediaDesktopSmallUp} {
66
+ ${bpUpMd} {
67
67
  display: block;
68
68
  }
69
69
  `;
@@ -77,7 +77,7 @@ export const OutlineGrid = styled("div") `
77
77
  display: none;
78
78
  grid-area: outline;
79
79
 
80
- ${media1366Up} {
80
+ ${bpUp1366} {
81
81
  display: block;
82
82
  }
83
83
  `;
@@ -97,7 +97,7 @@ export const Content = styled.div `
97
97
  max-width: ${CONTENT_MAX_WIDTH}px;
98
98
  padding: ${PADDING_Y}px 40px;
99
99
 
100
- ${mediaTabletDown} {
100
+ ${bpDownSm} {
101
101
  padding: ${PADDING_Y}px 16px;
102
102
  }
103
103
  `;
@@ -109,10 +109,9 @@ export const Outline = styled.div `
109
109
  `;
110
110
  /**
111
111
  * Returns the background color for the panel.
112
- * @param theme - Theme.
113
112
  * @param panelColor - Panel color.
114
113
  * @returns background color for the panel.
115
114
  */
116
- function getPanelBackgroundColor(theme, panelColor) {
117
- return panelColor ? COLOR[panelColor]({ theme }) : undefined;
115
+ function getPanelBackgroundColor(panelColor) {
116
+ return panelColor ? COLOR[panelColor] : undefined;
118
117
  }