@databiosphere/findable-ui 41.1.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 (493) hide show
  1. package/.release-please-manifest.json +1 -1
  2. package/CHANGELOG.md +32 -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/barX/plot.d.ts +1 -1
  77. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/barX/plot.js +3 -4
  78. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.js +22 -5
  79. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.styles.d.ts +5 -0
  80. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.styles.js +9 -4
  81. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/constants.d.ts +1 -0
  82. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/constants.js +1 -0
  83. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/hook.d.ts +3 -0
  84. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/hook.js +9 -0
  85. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/types.d.ts +4 -0
  86. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/types.js +1 -0
  87. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/utils.d.ts +20 -0
  88. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/utils.js +28 -0
  89. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/hook.d.ts +3 -0
  90. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/hook.js +15 -0
  91. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/types.d.ts +4 -0
  92. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/types.js +1 -0
  93. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/utils.d.ts +15 -0
  94. package/lib/components/Index/components/EntityView/components/views/ChartView/components/Chart/utils.js +25 -0
  95. package/lib/components/Index/index.styles.d.ts +4 -4
  96. package/lib/components/Index/index.styles.js +2 -2
  97. package/lib/components/Layout/components/BackPage/backPageView.styles.js +11 -10
  98. package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.js +3 -3
  99. package/lib/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.js +2 -2
  100. package/lib/components/Layout/components/BackPage/components/BackPageHero/components/SubTitle/subTitle.js +2 -2
  101. package/lib/components/Layout/components/ContentLayout/contentLayout.styles.js +18 -19
  102. package/lib/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/title.js +2 -2
  103. package/lib/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.d.ts +1 -1
  104. package/lib/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.js +2 -2
  105. package/lib/components/Layout/components/Footer/footer.styles.js +8 -8
  106. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.d.ts +4 -4
  107. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.js +2 -1
  108. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/Button/button.styles.d.ts +1 -1
  109. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.js +3 -3
  110. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/Button/button.styles.d.ts +1 -1
  111. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.styles.js +4 -4
  112. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.styles.js +6 -5
  113. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.d.ts +1 -1
  114. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.js +7 -7
  115. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenuItems/navigationMenuItems.js +5 -5
  116. package/lib/components/Layout/components/Header/components/Content/components/Navigation/navigation.styles.js +2 -2
  117. package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.js +2 -2
  118. package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.d.ts +1 -1
  119. package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.js +4 -4
  120. package/lib/components/Layout/components/Header/header.styles.js +2 -2
  121. package/lib/components/Layout/components/Nav/components/NavBarHero/navBarHero.styles.js +2 -1
  122. package/lib/components/Layout/components/Nav/nav.styles.d.ts +1 -1
  123. package/lib/components/Layout/components/Nav/nav.styles.js +8 -6
  124. package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.d.ts +1 -1
  125. package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.js +5 -4
  126. package/lib/components/Layout/components/Outline/outline.styles.d.ts +2 -2
  127. package/lib/components/Layout/components/Outline/outline.styles.js +8 -8
  128. package/lib/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.styles.js +6 -6
  129. package/lib/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.styles.js +5 -5
  130. package/lib/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.js +2 -2
  131. package/lib/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.styles.js +2 -2
  132. package/lib/components/Layout/components/Sidebar/components/SidebarTools/sidebarTools.styles.js +2 -2
  133. package/lib/components/Layout/components/Sidebar/sidebar.js +4 -5
  134. package/lib/components/Layout/components/Sidebar/sidebar.styles.js +2 -2
  135. package/lib/components/Links/components/Link/link.js +2 -1
  136. package/lib/components/Loading/loading.js +2 -1
  137. package/lib/components/Loading/loading.styles.js +2 -2
  138. package/lib/components/Login/components/Button/button.styles.d.ts +1 -1
  139. package/lib/components/Login/components/Section/components/Consent/consent.js +2 -2
  140. package/lib/components/Login/components/Section/components/Consent/consent.styles.d.ts +1 -1
  141. package/lib/components/Login/components/Section/components/Consent/consent.styles.js +1 -1
  142. package/lib/components/Login/components/Section/components/Warning/warning.js +1 -1
  143. package/lib/components/Login/login.js +6 -5
  144. package/lib/components/Login/login.styles.d.ts +2 -12
  145. package/lib/components/Login/login.styles.js +4 -13
  146. package/lib/components/MarkdownRenderer/components/Table/table.styles.js +2 -2
  147. package/lib/components/MarkdownRenderer/markdownRenderer.js +1 -1
  148. package/lib/components/NoResults/noResults.js +1 -1
  149. package/lib/components/NoResults/noResults.styles.js +2 -2
  150. package/lib/components/Project/components/Contacts/contacts.js +2 -1
  151. package/lib/components/Project/components/Details/details.js +3 -2
  152. package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.styles.js +2 -1
  153. package/lib/components/Stepper/components/Step/components/StepContent/stepContent.styles.js +2 -2
  154. package/lib/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.d.ts +1 -1
  155. package/lib/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.js +3 -3
  156. package/lib/components/Stepper/components/Step/components/StepIcon/stepIcon.styles.js +5 -5
  157. package/lib/components/Stepper/components/Step/components/StepLabel/components/Label/constants.js +1 -1
  158. package/lib/components/Stepper/components/Step/components/StepLabel/components/Label/label.styles.d.ts +1 -1
  159. package/lib/components/Stepper/components/Step/components/StepLabel/components/Optional/constants.js +1 -1
  160. package/lib/components/Stepper/components/Step/step.styles.d.ts +1 -1
  161. package/lib/components/Stepper/components/Step/step.styles.js +5 -5
  162. package/lib/components/Support/components/SupportRequest/components/Dialog/dialog.styles.d.ts +1 -1
  163. package/lib/components/Support/components/SupportRequest/components/Dialog/dialog.styles.js +5 -6
  164. package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.js +2 -2
  165. package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.styles.js +2 -2
  166. package/lib/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.js +3 -3
  167. package/lib/components/Support/components/ViewSupport/viewSupport.styles.js +6 -6
  168. package/lib/components/Table/common/gridTable.styles.js +1 -2
  169. package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.d.ts +1 -1
  170. package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.js +2 -2
  171. package/lib/components/Table/components/PaginationSummary/paginationSummary.js +5 -4
  172. package/lib/components/Table/components/TableCell/components/BasicCell/basicCell.js +3 -2
  173. package/lib/components/Table/components/TableCell/components/CodeCell/codeCell.styles.d.ts +1 -1
  174. package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.js +2 -2
  175. package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.styles.js +5 -5
  176. package/lib/components/Table/components/TableCell/components/LinkCell/stories/args.js +1 -1
  177. package/lib/components/Table/components/TableCell/components/NTagCell/nTagCell.js +2 -2
  178. package/lib/components/Table/components/TableFeatures/ColumnFilter/columnFilter.js +1 -1
  179. package/lib/components/Table/components/TableFeatures/ColumnFilter/columnFilter.styles.d.ts +1 -1
  180. package/lib/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/columnFilterTag.styles.d.ts +1 -1
  181. package/lib/components/Table/components/TablePagination/tablePagination.js +1 -1
  182. package/lib/components/Table/components/TablePagination/tablePagination.styles.d.ts +1 -1
  183. package/lib/components/Table/components/TableRow/tableRow.styles.js +2 -2
  184. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.js +2 -2
  185. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.styles.js +5 -5
  186. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.js +2 -2
  187. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.styles.js +5 -5
  188. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.js +2 -2
  189. package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.styles.js +1 -1
  190. package/lib/components/Table/components/TableToolbar/components/RowSelection/rowSelection.js +2 -2
  191. package/lib/components/Table/table.js +2 -3
  192. package/lib/components/Table/table.styles.js +2 -2
  193. package/lib/components/common/Accordion/accordion.js +2 -2
  194. package/lib/components/common/Alert/alert.styles.js +3 -3
  195. package/lib/components/common/Banner/banner.styles.js +4 -4
  196. package/lib/components/common/Banner/components/CookieBanner/cookieBanner.styles.js +4 -4
  197. package/lib/components/common/Button/components/DropdownButton/dropdownButton.styles.d.ts +1 -1
  198. package/lib/components/common/Button/components/HelpIconButton/helpIconButton.styles.js +2 -1
  199. package/lib/components/common/Button/components/NavigationButton/navigationButton.styles.js +5 -4
  200. package/lib/components/common/Card/card.styles.js +2 -2
  201. package/lib/components/common/Card/components/CardActions/cardActions.styles.js +2 -2
  202. package/lib/components/common/Card/components/CardSecondaryText/cardSecondaryText.d.ts +2 -5
  203. package/lib/components/common/Card/components/CardSecondaryText/cardSecondaryText.js +3 -3
  204. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.d.ts +2 -5
  205. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.js +4 -4
  206. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.d.ts +2 -2
  207. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.js +1 -1
  208. package/lib/components/common/Card/components/CardText/cardText.d.ts +2 -5
  209. package/lib/components/common/Card/components/CardText/cardText.js +3 -3
  210. package/lib/components/common/Card/components/CardTitle/cardTitle.d.ts +2 -5
  211. package/lib/components/common/Card/components/CardTitle/cardTitle.js +3 -3
  212. package/lib/components/common/Code/code.styles.js +10 -9
  213. package/lib/components/common/Dot/dot.styles.js +2 -1
  214. package/lib/components/common/Form/components/Input/input.js +2 -2
  215. package/lib/components/common/Form/components/Input/input.styles.d.ts +1 -1
  216. package/lib/components/common/Form/components/Input/input.styles.js +4 -4
  217. package/lib/components/common/Form/components/Select/select.js +2 -2
  218. package/lib/components/common/Form/components/Select/select.styles.d.ts +1 -1
  219. package/lib/components/common/Form/components/Select/select.styles.js +3 -3
  220. package/lib/components/common/Form/components/UploadFile/uploadFile.js +3 -3
  221. package/lib/components/common/Form/components/UploadFile/uploadFile.styles.d.ts +1 -1
  222. package/lib/components/common/Form/components/UploadFile/uploadFile.styles.js +10 -10
  223. package/lib/components/common/IconBadge/iconBadge.styles.js +13 -13
  224. package/lib/components/common/IconButton/iconButton.styles.d.ts +1 -1
  225. package/lib/components/common/IconButton/iconButton.styles.js +3 -3
  226. package/lib/components/common/Input/input.js +2 -2
  227. package/lib/components/common/Input/input.styles.d.ts +1 -1
  228. package/lib/components/common/Input/input.styles.js +3 -2
  229. package/lib/components/common/KeyValuePairs/components/KeyElType/keyElType.js +1 -1
  230. package/lib/components/common/KeyValuePairs/components/ValueElType/valueElType.js +1 -1
  231. package/lib/components/common/LoginDialog/constants.js +2 -2
  232. package/lib/components/common/MDXMarkdown/components/Section/mdxSection.styles.js +4 -4
  233. package/lib/components/common/Paper/components/FlatPaper/flatPaper.styles.d.ts +1 -1
  234. package/lib/components/common/Paper/components/FluidPaper/fluidPaper.styles.d.ts +1 -1
  235. package/lib/components/common/Paper/components/FluidPaper/fluidPaper.styles.js +2 -2
  236. package/lib/components/common/Paper/components/RoundedPaper/roundedPaper.styles.d.ts +1 -1
  237. package/lib/components/common/Paper/paper.styles.js +24 -24
  238. package/lib/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.styles.js +6 -6
  239. package/lib/components/common/Section/components/CollapsableSection/collapsableSection.js +8 -8
  240. package/lib/components/common/Section/components/CollapsableSection/collapsableSection.styles.d.ts +1 -1
  241. package/lib/components/common/Section/components/CollapsableSection/collapsableSection.styles.js +6 -5
  242. package/lib/components/common/Section/components/SectionTitle/sectionTitle.js +2 -1
  243. package/lib/components/common/Section/section.styles.d.ts +1 -1
  244. package/lib/components/common/Section/section.styles.js +4 -4
  245. package/lib/components/common/Socials/socials.styles.js +3 -3
  246. package/lib/components/common/StatusIcon/statusIcon.styles.js +13 -12
  247. package/lib/components/common/Tabs/tabs.styles.d.ts +1 -1
  248. package/lib/components/common/Tag/tag.d.ts +3 -6
  249. package/lib/components/common/Tag/tag.js +3 -2
  250. package/lib/components/common/Tag/tag.stories.d.ts +1 -1
  251. package/lib/components/common/Tag/tag.styles.d.ts +10 -2
  252. package/lib/components/common/Tag/tag.styles.js +4 -3
  253. package/lib/components/common/Title/title.js +1 -1
  254. package/lib/components/common/Typography/TypographyWordBreak/TypographyWordBreak.js +2 -1
  255. package/lib/hooks/useCategoryFilter.d.ts +8 -1
  256. package/lib/hooks/useCategoryFilter.js +1 -1
  257. package/lib/styles/common/constants/app.d.ts +3 -0
  258. package/lib/styles/common/constants/app.js +3 -0
  259. package/lib/styles/common/constants/colorMixes.d.ts +1 -0
  260. package/lib/styles/common/constants/colorMixes.js +1 -0
  261. package/lib/styles/common/constants/font.d.ts +18 -0
  262. package/lib/styles/common/constants/font.js +18 -0
  263. package/lib/styles/common/constants/palette.d.ts +45 -45
  264. package/lib/styles/common/constants/palette.js +45 -45
  265. package/lib/styles/common/constants/shadows.js +3 -3
  266. package/lib/styles/common/mixins/breakpoints.d.ts +9 -7
  267. package/lib/styles/common/mixins/breakpoints.js +8 -7
  268. package/lib/styles/common/mui/typography.d.ts +32 -3
  269. package/lib/styles/common/mui/typography.js +22 -10
  270. package/lib/theme/common/breakpoints.d.ts +6 -27
  271. package/lib/theme/common/breakpoints.js +14 -36
  272. package/lib/theme/common/components.d.ts +2 -226
  273. package/lib/theme/common/components.js +1045 -1223
  274. package/lib/theme/common/fontStyles.d.ts +8 -0
  275. package/lib/theme/common/fontStyles.js +12 -0
  276. package/lib/theme/common/palette.d.ts +2 -42
  277. package/lib/theme/common/palette.js +22 -73
  278. package/lib/theme/common/typography.d.ts +2 -70
  279. package/lib/theme/common/typography.js +78 -126
  280. package/lib/theme/components/muiAlert.d.ts +2 -2
  281. package/lib/theme/components/muiAlert.js +95 -96
  282. package/lib/theme/components/muiAlertTitle.js +2 -2
  283. package/lib/theme/components/muiTableCell.d.ts +2 -2
  284. package/lib/theme/components/muiTableCell.js +43 -46
  285. package/lib/theme/theme.d.ts +0 -7
  286. package/lib/theme/theme.js +22 -100
  287. package/lib/theme/types.d.ts +4 -0
  288. package/lib/theme/types.js +1 -0
  289. package/package.json +1 -1
  290. package/src/components/DataDictionary/components/Description/description.styles.ts +5 -8
  291. package/src/components/DataDictionary/components/Entity/entity.styles.ts +2 -2
  292. package/src/components/DataDictionary/components/Entity/entity.tsx +2 -2
  293. package/src/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.styles.ts +2 -2
  294. package/src/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.styles.ts +2 -2
  295. package/src/components/DataDictionary/components/Outline/outline.styles.ts +4 -8
  296. package/src/components/DataDictionary/components/Tooltip/components/Title/constants.ts +1 -6
  297. package/src/components/DataDictionary/components/Tooltip/components/Title/title.tsx +8 -4
  298. package/src/components/DataDictionary/components/Tooltip/constants.ts +8 -7
  299. package/src/components/DataDictionary/dataDictionary.styles.ts +2 -5
  300. package/src/components/Detail/components/Table/table.tsx +2 -3
  301. package/src/components/Error/error.styles.ts +4 -4
  302. package/src/components/Error/error.tsx +10 -3
  303. package/src/components/Export/components/ExportForm/exportForm.styles.ts +12 -12
  304. package/src/components/Export/components/ExportMethod/exportMethod.styles.ts +0 -7
  305. package/src/components/Export/components/ExportMethod/exportMethod.tsx +14 -3
  306. package/src/components/Export/components/ExportSummary/exportSummary.styles.ts +6 -5
  307. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.styles.ts +1 -1
  308. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.tsx +9 -8
  309. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.styles.ts +10 -15
  310. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.tsx +5 -2
  311. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.styles.ts +7 -7
  312. package/src/components/Export/export.styles.ts +7 -7
  313. package/src/components/Filter/components/FilterLabel/filterLabel.styles.ts +2 -3
  314. package/src/components/Filter/components/FilterMenuSearch/filterMenuSearch.styles.ts +2 -2
  315. package/src/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.tsx +4 -3
  316. package/src/components/Filter/components/FilterRange/filterRange.styles.ts +2 -2
  317. package/src/components/Filter/components/FilterTag/filterTag.styles.ts +2 -1
  318. package/src/components/Filter/components/Filters/filters.styles.ts +4 -4
  319. package/src/components/Filter/components/Filters/filters.tsx +1 -1
  320. package/src/components/Filter/components/HighlightedLabel/highlightedLabel.styles.ts +2 -1
  321. package/src/components/Filter/components/SearchAllFilters/components/AutocompletePopper/autocompletePopper.styles.ts +4 -4
  322. package/src/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.tsx +7 -11
  323. package/src/components/Filter/components/SearchAllFilters/components/VariableSizeListItem/variableSizeListItem.tsx +3 -3
  324. package/src/components/Filter/components/SearchAllFilters/searchAllFilters.styles.ts +2 -2
  325. package/src/components/Filter/components/SearchAllFilters/searchAllFilters.tsx +7 -8
  326. package/src/components/Filter/components/SearchAllFiltersSearch/components/SearchCloseButton/searchCloseButton.tsx +3 -7
  327. package/src/components/Filter/components/SearchAllFiltersSearch/searchAllFiltersSearch.styles.ts +3 -3
  328. package/src/components/Filter/components/VariableSizeListItem/variableSizeListItem.tsx +3 -3
  329. package/src/components/Filter/components/controls/Controls/controls.tsx +1 -1
  330. package/src/components/Filter/components/surfaces/drawer/components/ButtonBase/buttonBase.styles.ts +2 -2
  331. package/src/components/Filter/components/views/select/components/ListItemText/components/Count/count.tsx +1 -1
  332. package/src/components/Filter/components/views/select/components/ListItemText/components/Term/term.tsx +1 -1
  333. package/src/components/Index/components/EntityView/components/controls/ExportButton/exportButton.styles.ts +2 -2
  334. package/src/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.ts +2 -2
  335. package/src/components/Index/components/EntityView/components/layout/Summary/summary.styles.ts +2 -1
  336. package/src/components/Index/components/EntityView/components/layout/Summary/summary.tsx +2 -2
  337. package/src/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.ts +2 -2
  338. package/src/components/Index/components/EntityView/components/views/ChartView/chartView.tsx +1 -1
  339. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/barX/plot.ts +2 -3
  340. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.styles.ts +10 -4
  341. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.tsx +30 -7
  342. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/constants.ts +1 -0
  343. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/hook.ts +18 -0
  344. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/types.ts +4 -0
  345. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/utils.ts +38 -0
  346. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/hook.ts +32 -0
  347. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/types.ts +5 -0
  348. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/utils.ts +35 -0
  349. package/src/components/Index/index.styles.ts +2 -2
  350. package/src/components/Layout/components/BackPage/backPageView.styles.ts +11 -10
  351. package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.ts +3 -3
  352. package/src/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.ts +2 -2
  353. package/src/components/Layout/components/BackPage/components/BackPageHero/components/SubTitle/subTitle.tsx +6 -2
  354. package/src/components/Layout/components/ContentLayout/contentLayout.styles.ts +20 -36
  355. package/src/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/title.tsx +5 -2
  356. package/src/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.ts +2 -2
  357. package/src/components/Layout/components/Footer/footer.styles.ts +8 -8
  358. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.ts +2 -1
  359. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.ts +3 -6
  360. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.styles.ts +4 -7
  361. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.styles.ts +6 -8
  362. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.ts +8 -12
  363. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenuItems/navigationMenuItems.tsx +5 -10
  364. package/src/components/Layout/components/Header/components/Content/components/Navigation/navigation.styles.ts +2 -2
  365. package/src/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.ts +4 -4
  366. package/src/components/Layout/components/Header/components/Content/components/Slogan/slogan.tsx +5 -2
  367. package/src/components/Layout/components/Header/header.styles.ts +2 -2
  368. package/src/components/Layout/components/Nav/components/NavBarHero/navBarHero.styles.ts +2 -1
  369. package/src/components/Layout/components/Nav/nav.styles.ts +8 -10
  370. package/src/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.ts +5 -4
  371. package/src/components/Layout/components/Outline/outline.styles.ts +10 -13
  372. package/src/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.styles.ts +7 -10
  373. package/src/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.styles.ts +5 -8
  374. package/src/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.tsx +5 -2
  375. package/src/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.styles.ts +2 -2
  376. package/src/components/Layout/components/Sidebar/components/SidebarTools/sidebarTools.styles.ts +2 -2
  377. package/src/components/Layout/components/Sidebar/sidebar.styles.ts +2 -2
  378. package/src/components/Layout/components/Sidebar/sidebar.tsx +4 -8
  379. package/src/components/Links/components/Link/link.tsx +2 -1
  380. package/src/components/Loading/loading.styles.ts +2 -2
  381. package/src/components/Loading/loading.tsx +6 -1
  382. package/src/components/Login/components/Section/components/Consent/consent.styles.ts +1 -1
  383. package/src/components/Login/components/Section/components/Consent/consent.tsx +4 -2
  384. package/src/components/Login/components/Section/components/Warning/warning.tsx +1 -1
  385. package/src/components/Login/login.styles.ts +5 -19
  386. package/src/components/Login/login.tsx +30 -7
  387. package/src/components/MarkdownRenderer/components/Table/table.styles.ts +2 -2
  388. package/src/components/MarkdownRenderer/markdownRenderer.tsx +1 -1
  389. package/src/components/NoResults/noResults.styles.ts +2 -2
  390. package/src/components/NoResults/noResults.tsx +1 -1
  391. package/src/components/Project/components/Contacts/contacts.tsx +7 -1
  392. package/src/components/Project/components/Details/details.tsx +7 -2
  393. package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.styles.ts +2 -1
  394. package/src/components/Stepper/components/Step/components/StepContent/stepContent.styles.ts +2 -2
  395. package/src/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.ts +3 -6
  396. package/src/components/Stepper/components/Step/components/StepIcon/stepIcon.styles.ts +5 -9
  397. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/constants.ts +1 -1
  398. package/src/components/Stepper/components/Step/components/StepLabel/components/Optional/constants.ts +1 -1
  399. package/src/components/Stepper/components/Step/step.styles.ts +6 -6
  400. package/src/components/Support/components/SupportRequest/components/Dialog/dialog.styles.ts +5 -6
  401. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.styles.ts +2 -2
  402. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.tsx +5 -2
  403. package/src/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.tsx +8 -6
  404. package/src/components/Support/components/ViewSupport/viewSupport.styles.ts +6 -10
  405. package/src/components/Table/common/gridTable.styles.ts +1 -2
  406. package/src/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.ts +2 -2
  407. package/src/components/Table/components/PaginationSummary/paginationSummary.tsx +9 -4
  408. package/src/components/Table/components/TableCell/components/BasicCell/basicCell.tsx +10 -2
  409. package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.styles.ts +5 -5
  410. package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.tsx +3 -3
  411. package/src/components/Table/components/TableCell/components/LinkCell/stories/args.ts +1 -1
  412. package/src/components/Table/components/TableCell/components/NTagCell/nTagCell.tsx +6 -3
  413. package/src/components/Table/components/TableFeatures/ColumnFilter/columnFilter.tsx +1 -1
  414. package/src/components/Table/components/TablePagination/tablePagination.tsx +1 -1
  415. package/src/components/Table/components/TableRow/tableRow.styles.ts +2 -2
  416. package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.styles.ts +5 -5
  417. package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.tsx +6 -2
  418. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.styles.ts +6 -6
  419. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.tsx +3 -3
  420. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.styles.ts +1 -1
  421. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.tsx +5 -2
  422. package/src/components/Table/components/TableToolbar/components/RowSelection/rowSelection.tsx +2 -2
  423. package/src/components/Table/table.styles.ts +2 -2
  424. package/src/components/Table/table.tsx +2 -3
  425. package/src/components/common/Accordion/accordion.tsx +4 -2
  426. package/src/components/common/Alert/alert.styles.ts +3 -6
  427. package/src/components/common/Banner/banner.styles.ts +4 -4
  428. package/src/components/common/Banner/components/CookieBanner/cookieBanner.styles.ts +4 -4
  429. package/src/components/common/Button/components/HelpIconButton/helpIconButton.styles.ts +2 -1
  430. package/src/components/common/Button/components/NavigationButton/navigationButton.styles.ts +5 -4
  431. package/src/components/common/Card/card.styles.ts +2 -2
  432. package/src/components/common/Card/components/CardActions/cardActions.styles.ts +2 -2
  433. package/src/components/common/Card/components/CardSecondaryText/cardSecondaryText.tsx +7 -16
  434. package/src/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.ts +1 -1
  435. package/src/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.tsx +9 -17
  436. package/src/components/common/Card/components/CardText/cardText.tsx +8 -14
  437. package/src/components/common/Card/components/CardTitle/cardTitle.tsx +9 -14
  438. package/src/components/common/Code/code.styles.ts +11 -10
  439. package/src/components/common/Dot/dot.styles.ts +2 -1
  440. package/src/components/common/Form/components/Input/input.styles.ts +4 -4
  441. package/src/components/common/Form/components/Input/input.tsx +6 -2
  442. package/src/components/common/Form/components/Select/select.styles.ts +3 -3
  443. package/src/components/common/Form/components/Select/select.tsx +6 -2
  444. package/src/components/common/Form/components/UploadFile/uploadFile.styles.ts +10 -17
  445. package/src/components/common/Form/components/UploadFile/uploadFile.tsx +7 -3
  446. package/src/components/common/IconBadge/iconBadge.styles.ts +13 -22
  447. package/src/components/common/IconButton/iconButton.styles.ts +3 -3
  448. package/src/components/common/Input/input.styles.ts +3 -2
  449. package/src/components/common/Input/input.tsx +6 -2
  450. package/src/components/common/KeyValuePairs/components/KeyElType/keyElType.tsx +1 -1
  451. package/src/components/common/KeyValuePairs/components/ValueElType/valueElType.tsx +1 -1
  452. package/src/components/common/LoginDialog/constants.ts +2 -2
  453. package/src/components/common/MDXMarkdown/components/Section/mdxSection.styles.ts +4 -8
  454. package/src/components/common/Paper/components/FluidPaper/fluidPaper.styles.ts +2 -2
  455. package/src/components/common/Paper/paper.styles.ts +24 -24
  456. package/src/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.styles.ts +6 -12
  457. package/src/components/common/Section/components/CollapsableSection/collapsableSection.styles.ts +6 -5
  458. package/src/components/common/Section/components/CollapsableSection/collapsableSection.tsx +11 -8
  459. package/src/components/common/Section/components/SectionTitle/sectionTitle.tsx +3 -2
  460. package/src/components/common/Section/section.styles.ts +5 -5
  461. package/src/components/common/Socials/socials.styles.ts +3 -3
  462. package/src/components/common/StatusIcon/statusIcon.styles.ts +13 -12
  463. package/src/components/common/Tag/tag.styles.ts +4 -3
  464. package/src/components/common/Tag/tag.tsx +14 -11
  465. package/src/components/common/Title/title.tsx +1 -1
  466. package/src/components/common/Typography/TypographyWordBreak/TypographyWordBreak.tsx +2 -1
  467. package/src/hooks/useCategoryFilter.ts +1 -1
  468. package/src/styles/common/constants/app.ts +3 -0
  469. package/src/styles/common/constants/colorMixes.ts +1 -0
  470. package/src/styles/common/constants/font.ts +18 -0
  471. package/src/styles/common/constants/palette.ts +45 -45
  472. package/src/styles/common/constants/shadows.ts +3 -3
  473. package/src/styles/common/mixins/breakpoints.ts +19 -14
  474. package/src/styles/common/mui/typography.ts +26 -14
  475. package/src/theme/common/breakpoints.ts +16 -38
  476. package/src/theme/common/components.ts +1046 -1249
  477. package/src/theme/common/fontStyles.ts +17 -0
  478. package/src/theme/common/palette.ts +30 -75
  479. package/src/theme/common/typography.ts +85 -147
  480. package/src/theme/components/muiAlert.ts +96 -97
  481. package/src/theme/components/muiAlertTitle.ts +2 -2
  482. package/src/theme/components/muiTableCell.ts +44 -47
  483. package/src/theme/theme.ts +25 -107
  484. package/src/theme/types.ts +5 -0
  485. package/tests/theme.test.ts +465 -0
  486. package/tests/tsconfig.json +1 -1
  487. package/types/data-explorer-ui.d.ts +73 -48
  488. package/lib/styles/common/mixins/colors.d.ts +0 -25
  489. package/lib/styles/common/mixins/colors.js +0 -32
  490. package/lib/styles/common/mixins/fonts.d.ts +0 -16
  491. package/lib/styles/common/mixins/fonts.js +0 -30
  492. package/src/styles/common/mixins/colors.ts +0 -71
  493. package/src/styles/common/mixins/fonts.ts +0 -52
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "41.1.0"
2
+ ".": "42.0.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [42.0.0](https://github.com/DataBiosphere/findable-ui/compare/v41.2.0...v42.0.0) (2025-08-12)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * refactor breakpoints.ts - limit public surface area ([#428](https://github.com/DataBiosphere/findable-ui/issues/428)) (#616)
9
+ * refactor components.ts - limit exposure of each component to the theme ([#427](https://github.com/DataBiosphere/findable-ui/issues/427)) (#615)
10
+ * refactor theme palette to reference css var ([#426](https://github.com/DataBiosphere/findable-ui/issues/426)) (#614)
11
+ * refactor palette.ts - limit exposure of each palette to the theme ([#425](https://github.com/DataBiosphere/findable-ui/issues/425)) (#613)
12
+ * update theme with css variable prefix value ([#608](https://github.com/DataBiosphere/findable-ui/issues/608)) (#612)
13
+ * refactor typography.ts - limit public surface area ([#422](https://github.com/DataBiosphere/findable-ui/issues/422)) (#609)
14
+
15
+ ### Features
16
+
17
+ * refactor typography.ts - limit public surface area ([#422](https://github.com/DataBiosphere/findable-ui/issues/422)) ([#609](https://github.com/DataBiosphere/findable-ui/issues/609)) ([f0d3386](https://github.com/DataBiosphere/findable-ui/commit/f0d3386957e43202435af08aafe85e9005d1d1c6))
18
+
19
+
20
+ ### Code Refactoring
21
+
22
+ * refactor breakpoints.ts - limit public surface area ([#428](https://github.com/DataBiosphere/findable-ui/issues/428)) ([#616](https://github.com/DataBiosphere/findable-ui/issues/616)) ([c64b874](https://github.com/DataBiosphere/findable-ui/commit/c64b8744497b3ae1b77c12a392ad8f25720eaaa5))
23
+ * refactor components.ts - limit exposure of each component to the theme ([#427](https://github.com/DataBiosphere/findable-ui/issues/427)) ([#615](https://github.com/DataBiosphere/findable-ui/issues/615)) ([d26cfb2](https://github.com/DataBiosphere/findable-ui/commit/d26cfb255e2864724fbf980b194fa2e03df8c1d1))
24
+ * refactor palette.ts - limit exposure of each palette to the theme ([#425](https://github.com/DataBiosphere/findable-ui/issues/425)) ([#613](https://github.com/DataBiosphere/findable-ui/issues/613)) ([103ad30](https://github.com/DataBiosphere/findable-ui/commit/103ad305b8bc2734d5d3e239e0f0eac527247cb7))
25
+ * refactor theme palette to reference css var ([#426](https://github.com/DataBiosphere/findable-ui/issues/426)) ([#614](https://github.com/DataBiosphere/findable-ui/issues/614)) ([2517349](https://github.com/DataBiosphere/findable-ui/commit/2517349e47cee9616b9d80964586959c9a6eb1c6))
26
+ * update theme with css variable prefix value ([#608](https://github.com/DataBiosphere/findable-ui/issues/608)) ([#612](https://github.com/DataBiosphere/findable-ui/issues/612)) ([1c25d59](https://github.com/DataBiosphere/findable-ui/commit/1c25d59a6749a6f35ce4ff540e2fe0642f2d984c))
27
+
28
+ ## [41.2.0](https://github.com/DataBiosphere/findable-ui/compare/v41.1.0...v41.2.0) (2025-08-01)
29
+
30
+
31
+ ### Features
32
+
33
+ * chart view - show more link for long tail charts ([#446](https://github.com/DataBiosphere/findable-ui/issues/446)) ([#606](https://github.com/DataBiosphere/findable-ui/issues/606)) ([fb035d8](https://github.com/DataBiosphere/findable-ui/commit/fb035d8bbb5ac47ef656ef7403ac271ffdb7e0af))
34
+
3
35
  ## [41.1.0](https://github.com/DataBiosphere/findable-ui/compare/v41.0.0...v41.1.0) (2025-07-31)
4
36
 
5
37
 
@@ -1,6 +1,6 @@
1
1
  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"> & {
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" | "elevation" | "square" | "variant"> & {
3
+ }, "style" | "className" | "classes" | "children" | "sx" | "square" | "elevation" | "variant"> & {
4
4
  component?: React.ElementType;
5
5
  } & {
6
6
  theme?: import("@emotion/react").Theme;
@@ -1,13 +1,13 @@
1
1
  import styled from "@emotion/styled";
2
+ import { FONT } from "../../../../styles/common/constants/font";
2
3
  import { PALETTE } from "../../../../styles/common/constants/palette";
3
- import { mediaTabletDown, mediaTabletUp, } from "../../../../styles/common/mixins/breakpoints";
4
- import { textHeadingSmall } from "../../../../styles/common/mixins/fonts";
4
+ import { bpDownSm, bpUpSm } from "../../../../styles/common/mixins/breakpoints";
5
5
  import { FluidPaper } from "../../../common/Paper/components/FluidPaper/fluidPaper";
6
6
  import { MarkdownRenderer } from "../../../MarkdownRenderer/markdownRenderer";
7
7
  export const StyledFluidPaper = styled(FluidPaper) `
8
8
  padding: 20px;
9
9
 
10
- ${mediaTabletDown} {
10
+ ${bpDownSm} {
11
11
  padding: 20px 16px;
12
12
  }
13
13
  `;
@@ -29,11 +29,11 @@ export const StyledMarkdownRenderer = styled(MarkdownRenderer) `
29
29
  }
30
30
 
31
31
  h2 {
32
- ${textHeadingSmall};
32
+ font: ${FONT.HEADING_SMALL};
33
33
  font-size: 18px;
34
34
  line-height: 26px;
35
35
 
36
- ${mediaTabletUp} {
36
+ ${bpUpSm} {
37
37
  font-size: 18px;
38
38
  line-height: 26px;
39
39
  }
@@ -16,10 +16,10 @@ export const Entity = ({ row, table, }) => {
16
16
  return null;
17
17
  return (React.createElement(Grid, { ...GRID_PROPS, rowGap: 4 },
18
18
  React.createElement(Grid, { ...GRID_PROPS, rowGap: 1 },
19
- React.createElement(StyledTypography, { component: "h3", id: classKey, variant: TYPOGRAPHY_PROPS.VARIANT.TEXT_HEADING_SMALL },
19
+ React.createElement(StyledTypography, { component: "h3", id: classKey, variant: TYPOGRAPHY_PROPS.VARIANT.HEADING_SMALL },
20
20
  cls.title,
21
21
  " ",
22
22
  React.createElement(AnchorLink, { anchorLink: classKey })),
23
- cls.description && (React.createElement(Typography, { color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, component: "div", variant: TYPOGRAPHY_PROPS.VARIANT.TEXT_BODY_400_2_LINES }, cls.description))),
23
+ cls.description && (React.createElement(Typography, { color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, component: "div", variant: TYPOGRAPHY_PROPS.VARIANT.BODY_400_2_LINES }, cls.description))),
24
24
  React.createElement(Table, { row: row, table: table })));
25
25
  };
@@ -1,12 +1,12 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Typography } from "@mui/material";
3
- import { mediaTabletDown } from "../../../../styles/common/mixins/breakpoints";
3
+ import { bpDownSm } from "../../../../styles/common/mixins/breakpoints";
4
4
  export const StyledTypography = styled(Typography) `
5
5
  &:hover a {
6
6
  opacity: 1;
7
7
  }
8
8
 
9
- ${mediaTabletDown} {
9
+ ${bpDownSm} {
10
10
  margin: 0 16px;
11
11
  }
12
12
  `;
@@ -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
  }, {}, {}>;
@@ -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 { PALETTE } from "../../../../../../styles/common/constants/palette";
3
- import { bpDown1024, mediaTabletDown, } from "../../../../../../styles/common/mixins/breakpoints";
3
+ import { bpDown1024, bpDownSm, } from "../../../../../../styles/common/mixins/breakpoints";
4
4
  import { LAYOUT_SPACING } from "../../constants";
5
5
  const PB = LAYOUT_SPACING.FILTERS_PADDING_BOTTOM; /* bottom padding */
6
6
  const PT = LAYOUT_SPACING.FILTERS_PADDING_TOP; /* top padding */
@@ -25,7 +25,7 @@ export const Layout = styled("div") `
25
25
  position: relative;
26
26
  }
27
27
 
28
- ${mediaTabletDown} {
28
+ ${bpDownSm} {
29
29
  margin: 0 16px;
30
30
  }
31
31
  `;
@@ -1,5 +1,5 @@
1
1
  import styled from "@emotion/styled";
2
- import { bpDown1024, mediaTabletDown, } from "../../../../../../styles/common/mixins/breakpoints";
2
+ import { bpDown1024, bpDownSm, } from "../../../../../../styles/common/mixins/breakpoints";
3
3
  export const Layout = styled("div") `
4
4
  grid-column: 1 / -1;
5
5
  grid-row: 1;
@@ -15,7 +15,7 @@ export const Layout = styled("div") `
15
15
  position: relative;
16
16
  }
17
17
 
18
- ${mediaTabletDown} {
18
+ ${bpDownSm} {
19
19
  margin: 0 16px;
20
20
  }
21
21
  `;
@@ -1,17 +1,17 @@
1
1
  import styled from "@emotion/styled";
2
- import { inkLight, inkMain, smokeDark, } from "../../../../styles/common/mixins/colors";
2
+ import { PALETTE } from "../../../../styles/common/constants/palette";
3
3
  import { Outline } from "../../../Layout/components/Outline/outline";
4
4
  export const StyledOutline = styled(Outline) `
5
5
  &.MuiTabs-root {
6
6
  .MuiTab-root {
7
- color: ${inkLight};
7
+ color: ${PALETTE.INK_LIGHT};
8
8
 
9
9
  &.Mui-selected {
10
- color: ${inkMain};
10
+ color: ${PALETTE.INK_MAIN};
11
11
  }
12
12
 
13
13
  &.Mui-disabled {
14
- color: ${smokeDark};
14
+ color: ${PALETTE.SMOKE_DARK};
15
15
  opacity: 1;
16
16
  }
17
17
  }
@@ -1,6 +1,6 @@
1
1
  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"> & {
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" | "elevation" | "square" | "variant"> & {
3
+ }, "style" | "className" | "classes" | "children" | "sx" | "square" | "elevation" | "variant"> & {
4
4
  component?: React.ElementType;
5
5
  } & {
6
6
  theme?: import("@emotion/react").Theme;
@@ -1,6 +1,6 @@
1
1
  export declare const StyledTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLSpanElement | 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<HTMLSpanElement> | null | undefined;
3
- }, "p" | "style" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "className" | "classes" | "children" | "color" | "fontSize" | "sx" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "align" | "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" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & {
3
+ }, "p" | "style" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "className" | "classes" | "children" | "sx" | "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" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & {
4
4
  component?: React.ElementType;
5
5
  } & {
6
6
  theme?: import("@emotion/react").Theme;
@@ -1,3 +1,2 @@
1
- import { StackProps, TypographyProps } from "@mui/material";
1
+ import { StackProps } from "@mui/material";
2
2
  export declare const STACK_PROPS: StackProps;
3
- export declare const TYPOGRAPHY_PROPS: TypographyProps;
@@ -2,7 +2,3 @@ export const STACK_PROPS = {
2
2
  spacing: 2,
3
3
  useFlexGap: true,
4
4
  };
5
- export const TYPOGRAPHY_PROPS = {
6
- color: "ink.light",
7
- component: "div",
8
- };
@@ -1,9 +1,9 @@
1
1
  import { Stack, Typography } from "@mui/material";
2
2
  import React from "react";
3
- import { TEXT_BODY_LARGE_500 } from "../../../../../../theme/common/typography";
4
- import { STACK_PROPS, TYPOGRAPHY_PROPS } from "./constants";
3
+ import { TYPOGRAPHY_PROPS } from "../../../../../../styles/common/mui/typography";
4
+ import { STACK_PROPS } from "./constants";
5
5
  export const Title = ({ className, description, title, }) => {
6
6
  return (React.createElement(Stack, { ...STACK_PROPS, className: className },
7
- React.createElement(Typography, { variant: TEXT_BODY_LARGE_500 }, title),
8
- React.createElement(Typography, { ...TYPOGRAPHY_PROPS }, description)));
7
+ React.createElement(Typography, { variant: TYPOGRAPHY_PROPS.VARIANT.BODY_LARGE_500 }, title),
8
+ React.createElement(Typography, { color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, component: "div" }, description)));
9
9
  };
@@ -1,10 +1,11 @@
1
- import { TEXT_BODY_SMALL_400_2_LINES } from "../../../../theme/common/typography";
1
+ import { FONT } from "../../../../styles/common/constants/font";
2
+ import { PALETTE } from "../../../../styles/common/constants/palette";
2
3
  export const TOOLTIP_PROPS = {
3
4
  arrow: true,
4
5
  disableInteractive: true,
5
6
  enterNextDelay: 250,
6
7
  slotProps: {
7
- arrow: { sx: (theme) => ({ color: theme.palette.common.white }) },
8
+ arrow: { sx: { color: PALETTE.COMMON_WHITE } },
8
9
  popper: {
9
10
  modifiers: [
10
11
  { name: "offset", options: { offset: [0, 2] } },
@@ -12,13 +13,13 @@ export const TOOLTIP_PROPS = {
12
13
  ],
13
14
  },
14
15
  tooltip: {
15
- sx: (theme) => ({
16
- ...theme.typography[TEXT_BODY_SMALL_400_2_LINES],
17
- backgroundColor: theme.palette.common.white,
16
+ sx: {
17
+ backgroundColor: PALETTE.COMMON_WHITE,
18
18
  borderRadius: 2,
19
- color: theme.palette.ink.main,
19
+ color: PALETTE.INK_MAIN,
20
+ font: FONT.BODY_SMALL_400_2_LINES,
20
21
  padding: 4,
21
- }),
22
+ },
22
23
  },
23
24
  },
24
25
  };
@@ -1,5 +1,5 @@
1
1
  import styled from "@emotion/styled";
2
- import { bpDown1024, mediaTabletDown, } from "../../styles/common/mixins/breakpoints";
2
+ import { bpDown1024, bpDownSm } from "../../styles/common/mixins/breakpoints";
3
3
  export const View = styled("div") `
4
4
  column-gap: 24px;
5
5
  display: grid;
@@ -13,7 +13,7 @@ export const View = styled("div") `
13
13
  margin: 0 16px;
14
14
  }
15
15
 
16
- ${mediaTabletDown} {
16
+ ${bpDownSm} {
17
17
  margin: 0;
18
18
  }
19
19
  `;
@@ -2,7 +2,6 @@ import { TableContainer, } from "@mui/material";
2
2
  import { getCoreRowModel, useReactTable, } from "@tanstack/react-table";
3
3
  import React from "react";
4
4
  import { BREAKPOINT_FN_NAME, useBreakpointHelper, } from "../../../../hooks/useBreakpointHelper";
5
- import { TABLET } from "../../../../theme/common/breakpoints";
6
5
  import { arrIncludesSome } from "../../../Table/columnDef/columnFilters/filterFn";
7
6
  import { COLUMN_DEF } from "../../../Table/common/columnDef";
8
7
  import { ROW_DIRECTION } from "../../../Table/common/entities";
@@ -13,8 +12,8 @@ import { GridTable } from "../../../Table/table.styles";
13
12
  import { generateColumnDefinitions } from "./common/utils";
14
13
  import { TableBody } from "./components/TableBody/tableBody";
15
14
  export const Table = ({ className, collapsable = true, columns, gridTemplateColumns, items, tableOptions, tableView, }) => {
16
- const tabletDown = useBreakpointHelper(BREAKPOINT_FN_NAME.DOWN, TABLET);
17
- const rowDirection = collapsable && tabletDown ? ROW_DIRECTION.VERTICAL : ROW_DIRECTION.DEFAULT;
15
+ const bpDownSm = useBreakpointHelper(BREAKPOINT_FN_NAME.DOWN, "sm");
16
+ const rowDirection = collapsable && bpDownSm ? ROW_DIRECTION.VERTICAL : ROW_DIRECTION.DEFAULT;
18
17
  const { table, tableContainer } = tableView || {};
19
18
  const { stickyHeader = false } = table || {};
20
19
  const { sx: tableContainerSx } = tableContainer || {};
@@ -4,6 +4,7 @@ import React from "react";
4
4
  import { useExploreState } from "../../hooks/useExploreState";
5
5
  import { ExploreActionKind } from "../../providers/exploreState";
6
6
  import { useLayoutDimensions } from "../../providers/layoutDimensions/hook";
7
+ import { TYPOGRAPHY_PROPS } from "../../styles/common/mui/typography";
7
8
  import { ButtonPrimary } from "../common/Button/components/ButtonPrimary/buttonPrimary";
8
9
  import { AlertIcon } from "../common/CustomIcon/components/AlertIcon/alertIcon";
9
10
  import { Grid } from "../common/Grid/grid";
@@ -12,7 +13,7 @@ import { SectionContent as Content, SectionActions, } from "../common/Section/se
12
13
  import { PRIORITY, StatusIcon } from "../common/StatusIcon/statusIcon";
13
14
  import { Error as CustomError, ErrorCode, ErrorLayout, ErrorSection, SectionContent, } from "./error.styles";
14
15
  const ErrorMessage = ({ detail, title, }) => (React.createElement(Content, null,
15
- React.createElement(Typography, { component: "h3", variant: "text-body-large-500" }, title),
16
+ React.createElement(Typography, { component: "h3", variant: TYPOGRAPHY_PROPS.VARIANT.BODY_LARGE_500 }, title),
16
17
  React.createElement(RoundedPaper, null,
17
18
  React.createElement(ErrorCode, null, detail))));
18
19
  export const Error = ({ errorMessage, onReset, requestUrlMessage, rootPath, }) => {
@@ -30,8 +31,8 @@ export const Error = ({ errorMessage, onReset, requestUrlMessage, rootPath, }) =
30
31
  React.createElement(ErrorSection, null,
31
32
  React.createElement(StatusIcon, { priority: PRIORITY.HIGH, StatusIcon: AlertIcon }),
32
33
  React.createElement(SectionContent, null,
33
- React.createElement(Typography, { component: "h1", variant: "text-heading-xlarge" }, "Error"),
34
- React.createElement(Typography, { variant: "text-body-large-400" }, "An error occurred processing your request")),
34
+ React.createElement(Typography, { component: "h1", variant: TYPOGRAPHY_PROPS.VARIANT.HEADING_XLARGE }, "Error"),
35
+ React.createElement(Typography, { variant: TYPOGRAPHY_PROPS.VARIANT.BODY_LARGE_400 }, "An error occurred processing your request")),
35
36
  rootPath && (React.createElement(SectionActions, null,
36
37
  React.createElement(Link, { href: rootPath, legacyBehavior: true, passHref: true },
37
38
  React.createElement(ButtonPrimary, { onClick: handleToHomePageClicked, href: "passHref" }, "To Homepage"))))),
@@ -1,6 +1,6 @@
1
1
  import styled from "@emotion/styled";
2
- import { textBody4002Lines } from "../../styles/common/mixins/fonts";
3
- import { TABLET } from "../../theme/common/breakpoints";
2
+ import { FONT } from "../../styles/common/constants/font";
3
+ import { bpUpSm } from "../../styles/common/mixins/breakpoints";
4
4
  import { Section, sectionMarginXsm } from "../common/Section/section.styles";
5
5
  export const ErrorLayout = styled("div", {
6
6
  shouldForwardProp: (prop) => prop !== "offset",
@@ -22,7 +22,7 @@ export const ErrorSection = styled(Section) `
22
22
  align-items: center;
23
23
  padding: 0;
24
24
 
25
- ${({ theme }) => theme.breakpoints.up(TABLET)} {
25
+ ${bpUpSm} {
26
26
  padding: 0;
27
27
  }
28
28
  `;
@@ -31,7 +31,7 @@ export const SectionContent = styled.div `
31
31
  `;
32
32
  export const ErrorCode = styled.div `
33
33
  ${sectionMarginXsm}
34
- ${textBody4002Lines}
34
+ font: ${FONT.BODY_400_2_LINES};
35
35
  font-family: "Roboto Mono", monospace;
36
36
  font-size: 12px;
37
37
  overflow-wrap: anywhere;
@@ -1,13 +1,13 @@
1
- import { ThemeProps } from "../../../../theme/theme";
1
+ import { ThemeProps } from "../../../../theme/types";
2
2
  export declare const margin: ({ theme }: ThemeProps) => import("@emotion/react").SerializedStyles;
3
3
  export declare const FormControl: import("@emotion/styled").StyledComponent<import("@mui/material").FormControlOwnProps & import("@mui/material/OverridableComponent").CommonProps & 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
- }, "style" | "size" | "className" | "classes" | "children" | "color" | "sx" | "disabled" | "required" | "error" | "margin" | "fullWidth" | "variant" | "hiddenLabel" | "focused"> & {
5
+ }, "style" | "size" | "className" | "classes" | "children" | "disabled" | "sx" | "color" | "margin" | "error" | "variant" | "required" | "fullWidth" | "focused" | "hiddenLabel"> & {
6
6
  theme?: import("@emotion/react").Theme;
7
7
  }, {}, {}>;
8
8
  export declare const TableFormControl: import("@emotion/styled").StyledComponent<import("@mui/material").FormControlOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
9
9
  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;
10
- }, "style" | "size" | "className" | "classes" | "children" | "color" | "sx" | "disabled" | "required" | "error" | "margin" | "fullWidth" | "variant" | "hiddenLabel" | "focused"> & {
10
+ }, "style" | "size" | "className" | "classes" | "children" | "disabled" | "sx" | "color" | "margin" | "error" | "variant" | "required" | "fullWidth" | "focused" | "hiddenLabel"> & {
11
11
  theme?: import("@emotion/react").Theme;
12
12
  }, {}, {}>;
13
13
  export declare const GridPaper: import("@emotion/styled").StyledComponent<{
@@ -1,13 +1,13 @@
1
1
  import { css } from "@emotion/react";
2
2
  import styled from "@emotion/styled";
3
3
  import { FormControl as MFormControl } from "@mui/material";
4
- import { mediaTabletUp } from "../../../../styles/common/mixins/breakpoints";
5
- import { inkMain, smokeMain } from "../../../../styles/common/mixins/colors";
6
- import { textBodyLarge500 } from "../../../../styles/common/mixins/fonts";
4
+ import { FONT } from "../../../../styles/common/constants/font";
5
+ import { PALETTE } from "../../../../styles/common/constants/palette";
6
+ import { bpUpSm } from "../../../../styles/common/mixins/breakpoints";
7
7
  import { sectionMargin, sectionMarginSm, } from "../../../common/Section/section.styles";
8
8
  export const margin = ({ theme }) => css `
9
9
  ${sectionMargin}
10
- ${mediaTabletUp({ theme })} {
10
+ ${bpUpSm({ theme })} {
11
11
  ${sectionMarginSm}
12
12
  }
13
13
  `;
@@ -18,9 +18,9 @@ export const FormControl = styled(MFormControl) `
18
18
  gap: 16px;
19
19
 
20
20
  .MuiFormLabel-root {
21
- ${textBodyLarge500};
22
- color: ${inkMain};
21
+ color: ${PALETTE.INK_MAIN};
23
22
  display: block;
23
+ font: ${FONT.BODY_LARGE_500};
24
24
  }
25
25
 
26
26
  .MuiFormHelperText-root {
@@ -45,7 +45,7 @@ export const TableFormControl = styled(FormControl) `
45
45
  .MuiFormLabel-root {
46
46
  margin: 16px;
47
47
 
48
- ${mediaTabletUp} {
48
+ ${bpUpSm} {
49
49
  margin: 16px 20px;
50
50
  }
51
51
  }
@@ -57,7 +57,7 @@ export const TableFormControl = styled(FormControl) `
57
57
  .MuiFormHelperText-root {
58
58
  margin: 16px;
59
59
 
60
- ${mediaTabletUp} {
60
+ ${bpUpSm} {
61
61
  margin: 16px 20px;
62
62
  }
63
63
  }
@@ -74,7 +74,7 @@ export const TableFormControl = styled(FormControl) `
74
74
  min-height: 48px;
75
75
  padding: 14px 16px;
76
76
 
77
- ${mediaTabletUp} {
77
+ ${bpUpSm} {
78
78
  padding: 14px 20px;
79
79
  }
80
80
  }
@@ -82,8 +82,8 @@ export const TableFormControl = styled(FormControl) `
82
82
  }
83
83
  `;
84
84
  export const GridPaper = styled.div `
85
- background-color: ${smokeMain};
86
- border-color: ${smokeMain};
85
+ background-color: ${PALETTE.SMOKE_MAIN};
86
+ border-color: ${PALETTE.SMOKE_MAIN};
87
87
  border-style: solid;
88
88
  border-width: 1px 0 1px 0;
89
89
  display: grid;
@@ -2,20 +2,21 @@ import { Tooltip, Typography } from "@mui/material";
2
2
  import Link from "next/link";
3
3
  import React from "react";
4
4
  import { useDownloadStatus } from "../../../../hooks/useDownloadStatus";
5
+ import { TYPOGRAPHY_PROPS } from "../../../../styles/common/mui/typography";
5
6
  import { FluidPaper } from "../../../common/Paper/paper.styles";
6
7
  import { SectionTitle } from "../../../common/Section/components/SectionTitle/sectionTitle";
7
8
  import { Section, SectionActions, SectionContent, } from "../../../common/Section/section.styles";
8
- import { ExportButton, SectionFootnote } from "./exportMethod.styles";
9
+ import { ExportButton } from "./exportMethod.styles";
9
10
  export const ExportMethod = ({ buttonLabel, description, footnote, isAccessible = true, route, title, trackingId, }) => {
10
11
  const { disabled, message } = useDownloadStatus();
11
12
  return (React.createElement(FluidPaper, null,
12
13
  React.createElement(Section, null,
13
14
  React.createElement(SectionContent, null,
14
15
  React.createElement(SectionTitle, { title: title }),
15
- React.createElement(Typography, { variant: "text-body-400-2lines" }, description)),
16
+ React.createElement(Typography, { variant: TYPOGRAPHY_PROPS.VARIANT.BODY_400_2_LINES }, description)),
16
17
  React.createElement(SectionActions, null,
17
18
  React.createElement(Tooltip, { arrow: true, title: message },
18
19
  React.createElement("span", null,
19
20
  React.createElement(Link, { href: route, legacyBehavior: true, passHref: true }, trackingId ? (React.createElement(ExportButton, { disabled: disabled || !isAccessible, id: trackingId }, buttonLabel)) : (React.createElement(ExportButton, { disabled: disabled || !isAccessible }, buttonLabel)))))),
20
- footnote && React.createElement(SectionFootnote, null, footnote))));
21
+ footnote && (React.createElement(Typography, { color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, component: "div", variant: TYPOGRAPHY_PROPS.VARIANT.BODY_SMALL_400_2_LINES }, footnote)))));
21
22
  };
@@ -1,7 +1,3 @@
1
1
  export declare const ExportButton: import("@emotion/styled").StyledComponent<Omit<import("../../../common/Button/button").ButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement> & {
2
2
  theme?: import("@emotion/react").Theme;
3
3
  }, {}, {}>;
4
- export declare const SectionFootnote: import("@emotion/styled").StyledComponent<{
5
- theme?: import("@emotion/react").Theme;
6
- as?: React.ElementType;
7
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,11 +1,5 @@
1
1
  import styled from "@emotion/styled";
2
- import { inkLight } from "../../../../styles/common/mixins/colors";
3
- import { textBodySmall4002Lines } from "../../../../styles/common/mixins/fonts";
4
2
  import { ButtonPrimary } from "../../../common/Button/components/ButtonPrimary/buttonPrimary";
5
3
  export const ExportButton = styled(ButtonPrimary) `
6
4
  text-transform: none; // overrides MuiButton theme text-transform "capitalize".
7
5
  `;
8
- export const SectionFootnote = styled.div `
9
- ${textBodySmall4002Lines}
10
- color: ${inkLight};
11
- `;
@@ -1,12 +1,13 @@
1
1
  import styled from "@emotion/styled";
2
- import { textBody4002Lines } from "../../../../styles/common/mixins/fonts";
2
+ import { FONT } from "../../../../styles/common/constants/font";
3
+ import { PALETTE } from "../../../../styles/common/constants/palette";
3
4
  export const Label = styled.div `
4
- ${textBody4002Lines};
5
- color: ${({ theme }) => theme.palette.ink.light};
5
+ color: ${PALETTE.INK_LIGHT};
6
+ font: ${FONT.BODY_400_2_LINES};
6
7
  `;
7
8
  export const Values = styled.div `
8
- ${textBody4002Lines};
9
9
  display: flex;
10
+ font: ${FONT.BODY_400_2_LINES};
10
11
  flex-wrap: wrap;
11
12
  gap: 0 8px;
12
13
 
@@ -15,6 +16,6 @@ export const Values = styled.div `
15
16
  }
16
17
 
17
18
  code {
18
- color: ${({ theme }) => theme.palette.ink.light};
19
+ color: ${PALETTE.INK_LIGHT};
19
20
  }
20
21
  `;
@@ -1,6 +1,6 @@
1
1
  import { StepIcon, Typography } from "@mui/material";
2
2
  import React from "react";
3
- import { TEXT_BODY_400_2_LINES, TEXT_BODY_500, } from "../../../../../../../../theme/common/typography";
3
+ import { TYPOGRAPHY_PROPS } from "../../../../../../../../styles/common/mui/typography";
4
4
  import { FormStatusCompletedIcon } from "../../../../../../../common/CustomIcon/components/FormStatusCompletedIcon/formStatusCompletedIcon";
5
5
  import { Section, SectionActions, SectionStatus, } from "../../terraSetUpForm.styles";
6
6
  import { SectionContent } from "./formStep.styles";
@@ -9,7 +9,9 @@ export const FormStep = ({ action, active, completed, step, text, title, }) => {
9
9
  React.createElement(SectionStatus, null,
10
10
  React.createElement(StepIcon, { active: active, completed: completed, icon: completed ? React.createElement(FormStatusCompletedIcon, { fontSize: "medium" }) : step })),
11
11
  React.createElement(SectionContent, null,
12
- React.createElement(Typography, { color: active ? "ink.main" : "ink.light", component: "h4", variant: TEXT_BODY_500 }, title),
13
- active && (React.createElement(Typography, { color: "ink.light", component: "div", variant: TEXT_BODY_400_2_LINES }, text))),
12
+ React.createElement(Typography, { color: active
13
+ ? TYPOGRAPHY_PROPS.COLOR.INK_MAIN
14
+ : TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, component: "h4", variant: TYPOGRAPHY_PROPS.VARIANT.BODY_500 }, title),
15
+ active && (React.createElement(Typography, { color: TYPOGRAPHY_PROPS.COLOR.INK_LIGHT, component: "div", variant: TYPOGRAPHY_PROPS.VARIANT.BODY_400_2_LINES }, text))),
14
16
  active && React.createElement(SectionActions, null, action)));
15
17
  };
@@ -3,7 +3,7 @@ import { SectionContent as DXSectionContent } from "../../terraSetUpForm.styles"
3
3
  export const SectionContent = styled(DXSectionContent) `
4
4
  gap: 2px;
5
5
 
6
- .MuiTypography-text-body-500 {
6
+ .MuiTypography-body-500 {
7
7
  margin: 2px 0;
8
8
  }
9
9
  `;