@hermes-ui/angular 0.1.4

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 (539) hide show
  1. package/README.md +52 -0
  2. package/accordion/_accordion.clarity.scss +81 -0
  3. package/accordion/_properties.accordion.scss +45 -0
  4. package/accordion/_variables.accordion.scss +91 -0
  5. package/addons/a11y/README.md +157 -0
  6. package/addons/a11y/forms/required-field-legend.component.scss +17 -0
  7. package/addons/card-container/card/appfx-card.component.scss +137 -0
  8. package/addons/card-container/container/appfx-card-container.component.scss +17 -0
  9. package/addons/card-container/settings/appfx-card-container-settings.component.scss +62 -0
  10. package/addons/certificate-viewer/certificate-viewer/certificate-viewer.component.scss +69 -0
  11. package/addons/certificate-viewer/certificate-viewer-details/certificate-viewer-details.component.scss +49 -0
  12. package/addons/certificate-viewer/certificate-viewer-general/certificate-viewer-general.component.scss +38 -0
  13. package/addons/datagrid/README.md +289 -0
  14. package/addons/datagrid/addons/action-bar/datagrid-action-bar.component.scss +81 -0
  15. package/addons/datagrid/addons/column-toggle/datagrid-column-toggle.component.scss +99 -0
  16. package/addons/datagrid/addons/export/export-datagrid.component.scss +9 -0
  17. package/addons/datagrid/datagrid.component.scss +339 -0
  18. package/addons/datagrid-filters/README.md +223 -0
  19. package/addons/datagrid-filters/advanced-filters/date-time-filter.component.scss +10 -0
  20. package/addons/datagrid-filters/advanced-filters/enum-filter.component.scss +40 -0
  21. package/addons/datagrid-filters/advanced-filters/users-filter.component.scss +11 -0
  22. package/addons/datagrid-filters/common-styles.scss +98 -0
  23. package/addons/datagrid-filters/composite-filters.component.scss +26 -0
  24. package/addons/datagrid-filters/datagrid-filters.component.scss +22 -0
  25. package/addons/datagrid-filters/manage-filters/manage-filter.component.scss +42 -0
  26. package/addons/dialog/README.md +112 -0
  27. package/addons/dialog/multi-page-dialog.a11y.scss +203 -0
  28. package/addons/dialog/multi-page-dialog.component.scss +102 -0
  29. package/addons/dialog/toggle-component/toggle.component.scss +15 -0
  30. package/addons/drag-and-drop/README.md +48 -0
  31. package/addons/menu/menu.component.scss +120 -0
  32. package/addons/property-view/components/property-view-category.component.scss +38 -0
  33. package/addons/property-view/components/property-view-message.component.scss +48 -0
  34. package/addons/property-view/components/property-view-property.component.scss +122 -0
  35. package/addons/property-view/components/property-view-section.component.scss +59 -0
  36. package/addons/property-view/components/property-view.component.scss +23 -0
  37. package/addons/stepper/stepper.component.scss +53 -0
  38. package/addons/tabs/tab-links/tab-links.component.scss +61 -0
  39. package/addons/tabs/tabs.a11y.scss +26 -0
  40. package/addons/tabs/tabs.component.scss +95 -0
  41. package/addons/theme-builder/README.md +70 -0
  42. package/addons/theme-builder/theme-builder.component.scss +194 -0
  43. package/addons/translate/README.md +124 -0
  44. package/addons/var/debug/workflow-model-monitor.component.scss +50 -0
  45. package/addons/var/error/error.component.scss +38 -0
  46. package/addons/var/spinner/spinner.component.scss +33 -0
  47. package/addons/wizard/summary/summary.component.scss +22 -0
  48. package/addons/wizard/wizard.component.scss +251 -0
  49. package/button/_buttons.clarity.scss +388 -0
  50. package/button/_mixins.buttons.scss +241 -0
  51. package/button/_properties.buttons.scss +387 -0
  52. package/button/_properties.toggles.scss +35 -0
  53. package/button/_variables.buttons.scss +905 -0
  54. package/button/_variables.toggles.scss +41 -0
  55. package/button/button-group/_button-group.clarity.scss +202 -0
  56. package/collapsible-panel/_mixins.collapsible-panel.scss +189 -0
  57. package/collapsible-panel/_properties.collapsible-panel.scss +42 -0
  58. package/collapsible-panel/_variables.collapsible-panel.scss +40 -0
  59. package/data/_mixins.tables.scss +114 -0
  60. package/data/_properties.tables.scss +77 -0
  61. package/data/_tables.clarity.scss +120 -0
  62. package/data/_variables.tables.scss +42 -0
  63. package/data/datagrid/_datagrid.clarity.scss +1871 -0
  64. package/data/datagrid/_mixins.datagrid.scss +102 -0
  65. package/data/datagrid/_properties.datagrid.scss +98 -0
  66. package/data/datagrid/_variables.datagrid.scss +98 -0
  67. package/data/stack-view/_properties.stack-view.scss +50 -0
  68. package/data/stack-view/_stack-view.clarity.scss +267 -0
  69. package/data/stack-view/_variables.stack-view.scss +32 -0
  70. package/data/tree-view/_properties.tree-view.scss +41 -0
  71. package/data/tree-view/_tree-view.clarity.scss +281 -0
  72. package/data/tree-view/_variables.tree-view.scss +51 -0
  73. package/emphasis/alert/_alert.clarity.scss +467 -0
  74. package/emphasis/alert/_mixins.alert.scss +96 -0
  75. package/emphasis/alert/_properties.alert.scss +183 -0
  76. package/emphasis/alert/_variables.alert.scss +502 -0
  77. package/emphasis/badge/_badges.clarity.scss +61 -0
  78. package/emphasis/badge/_mixins.bades.scss +34 -0
  79. package/emphasis/badge/_properties.badges.scss +82 -0
  80. package/emphasis/badge/_variables.badges.scss +160 -0
  81. package/emphasis/label/_labels.clarity.scss +179 -0
  82. package/emphasis/label/_mixins.label.scss +77 -0
  83. package/emphasis/label/_properties.label.scss +105 -0
  84. package/emphasis/label/_variables.label.scss +181 -0
  85. package/fesm2022/hermes-ui-angular-accordion.mjs +355 -0
  86. package/fesm2022/hermes-ui-angular-accordion.mjs.map +1 -0
  87. package/fesm2022/hermes-ui-angular-addons-a11y.mjs +544 -0
  88. package/fesm2022/hermes-ui-angular-addons-a11y.mjs.map +1 -0
  89. package/fesm2022/hermes-ui-angular-addons-card-container.mjs +1082 -0
  90. package/fesm2022/hermes-ui-angular-addons-card-container.mjs.map +1 -0
  91. package/fesm2022/hermes-ui-angular-addons-certificate-viewer.mjs +2520 -0
  92. package/fesm2022/hermes-ui-angular-addons-certificate-viewer.mjs.map +1 -0
  93. package/fesm2022/hermes-ui-angular-addons-datagrid-filters.mjs +2818 -0
  94. package/fesm2022/hermes-ui-angular-addons-datagrid-filters.mjs.map +1 -0
  95. package/fesm2022/hermes-ui-angular-addons-datagrid.mjs +3131 -0
  96. package/fesm2022/hermes-ui-angular-addons-datagrid.mjs.map +1 -0
  97. package/fesm2022/hermes-ui-angular-addons-dialog.mjs +386 -0
  98. package/fesm2022/hermes-ui-angular-addons-dialog.mjs.map +1 -0
  99. package/fesm2022/hermes-ui-angular-addons-drag-and-drop.mjs +78 -0
  100. package/fesm2022/hermes-ui-angular-addons-drag-and-drop.mjs.map +1 -0
  101. package/fesm2022/hermes-ui-angular-addons-menu.mjs +559 -0
  102. package/fesm2022/hermes-ui-angular-addons-menu.mjs.map +1 -0
  103. package/fesm2022/hermes-ui-angular-addons-property-view.mjs +1142 -0
  104. package/fesm2022/hermes-ui-angular-addons-property-view.mjs.map +1 -0
  105. package/fesm2022/hermes-ui-angular-addons-stepper.mjs +716 -0
  106. package/fesm2022/hermes-ui-angular-addons-stepper.mjs.map +1 -0
  107. package/fesm2022/hermes-ui-angular-addons-tabs.mjs +539 -0
  108. package/fesm2022/hermes-ui-angular-addons-tabs.mjs.map +1 -0
  109. package/fesm2022/hermes-ui-angular-addons-testing.mjs +2010 -0
  110. package/fesm2022/hermes-ui-angular-addons-testing.mjs.map +1 -0
  111. package/fesm2022/hermes-ui-angular-addons-theme-builder.mjs +922 -0
  112. package/fesm2022/hermes-ui-angular-addons-theme-builder.mjs.map +1 -0
  113. package/fesm2022/hermes-ui-angular-addons-translate.mjs +295 -0
  114. package/fesm2022/hermes-ui-angular-addons-translate.mjs.map +1 -0
  115. package/fesm2022/hermes-ui-angular-addons-var.mjs +2028 -0
  116. package/fesm2022/hermes-ui-angular-addons-var.mjs.map +1 -0
  117. package/fesm2022/hermes-ui-angular-addons-wizard.mjs +610 -0
  118. package/fesm2022/hermes-ui-angular-addons-wizard.mjs.map +1 -0
  119. package/fesm2022/hermes-ui-angular-addons-workflow-strings.mjs +121 -0
  120. package/fesm2022/hermes-ui-angular-addons-workflow-strings.mjs.map +1 -0
  121. package/fesm2022/hermes-ui-angular-addons-workflow.mjs +88 -0
  122. package/fesm2022/hermes-ui-angular-addons-workflow.mjs.map +1 -0
  123. package/fesm2022/hermes-ui-angular-button.mjs +719 -0
  124. package/fesm2022/hermes-ui-angular-button.mjs.map +1 -0
  125. package/fesm2022/hermes-ui-angular-collapsible-panel.mjs +201 -0
  126. package/fesm2022/hermes-ui-angular-collapsible-panel.mjs.map +1 -0
  127. package/fesm2022/hermes-ui-angular-data-datagrid.mjs +8045 -0
  128. package/fesm2022/hermes-ui-angular-data-datagrid.mjs.map +1 -0
  129. package/fesm2022/hermes-ui-angular-data-stack-view.mjs +442 -0
  130. package/fesm2022/hermes-ui-angular-data-stack-view.mjs.map +1 -0
  131. package/fesm2022/hermes-ui-angular-data-tree-view.mjs +1106 -0
  132. package/fesm2022/hermes-ui-angular-data-tree-view.mjs.map +1 -0
  133. package/fesm2022/hermes-ui-angular-data.mjs +40 -0
  134. package/fesm2022/hermes-ui-angular-data.mjs.map +1 -0
  135. package/fesm2022/hermes-ui-angular-emphasis-alert.mjs +624 -0
  136. package/fesm2022/hermes-ui-angular-emphasis-alert.mjs.map +1 -0
  137. package/fesm2022/hermes-ui-angular-emphasis-badge.mjs +69 -0
  138. package/fesm2022/hermes-ui-angular-emphasis-badge.mjs.map +1 -0
  139. package/fesm2022/hermes-ui-angular-emphasis-common.mjs +25 -0
  140. package/fesm2022/hermes-ui-angular-emphasis-common.mjs.map +1 -0
  141. package/fesm2022/hermes-ui-angular-emphasis-label.mjs +105 -0
  142. package/fesm2022/hermes-ui-angular-emphasis-label.mjs.map +1 -0
  143. package/fesm2022/hermes-ui-angular-emphasis.mjs +41 -0
  144. package/fesm2022/hermes-ui-angular-emphasis.mjs.map +1 -0
  145. package/fesm2022/hermes-ui-angular-forms-checkbox.mjs +279 -0
  146. package/fesm2022/hermes-ui-angular-forms-checkbox.mjs.map +1 -0
  147. package/fesm2022/hermes-ui-angular-forms-combobox.mjs +1775 -0
  148. package/fesm2022/hermes-ui-angular-forms-combobox.mjs.map +1 -0
  149. package/fesm2022/hermes-ui-angular-forms-common.mjs +1251 -0
  150. package/fesm2022/hermes-ui-angular-forms-common.mjs.map +1 -0
  151. package/fesm2022/hermes-ui-angular-forms-datalist.mjs +263 -0
  152. package/fesm2022/hermes-ui-angular-forms-datalist.mjs.map +1 -0
  153. package/fesm2022/hermes-ui-angular-forms-datepicker.mjs +3274 -0
  154. package/fesm2022/hermes-ui-angular-forms-datepicker.mjs.map +1 -0
  155. package/fesm2022/hermes-ui-angular-forms-file-input.mjs +826 -0
  156. package/fesm2022/hermes-ui-angular-forms-file-input.mjs.map +1 -0
  157. package/fesm2022/hermes-ui-angular-forms-input.mjs +153 -0
  158. package/fesm2022/hermes-ui-angular-forms-input.mjs.map +1 -0
  159. package/fesm2022/hermes-ui-angular-forms-native-select.mjs +153 -0
  160. package/fesm2022/hermes-ui-angular-forms-native-select.mjs.map +1 -0
  161. package/fesm2022/hermes-ui-angular-forms-number-input.mjs +236 -0
  162. package/fesm2022/hermes-ui-angular-forms-number-input.mjs.map +1 -0
  163. package/fesm2022/hermes-ui-angular-forms-password.mjs +233 -0
  164. package/fesm2022/hermes-ui-angular-forms-password.mjs.map +1 -0
  165. package/fesm2022/hermes-ui-angular-forms-radio.mjs +224 -0
  166. package/fesm2022/hermes-ui-angular-forms-radio.mjs.map +1 -0
  167. package/fesm2022/hermes-ui-angular-forms-range.mjs +186 -0
  168. package/fesm2022/hermes-ui-angular-forms-range.mjs.map +1 -0
  169. package/fesm2022/hermes-ui-angular-forms-select.mjs +606 -0
  170. package/fesm2022/hermes-ui-angular-forms-select.mjs.map +1 -0
  171. package/fesm2022/hermes-ui-angular-forms-textarea.mjs +136 -0
  172. package/fesm2022/hermes-ui-angular-forms-textarea.mjs.map +1 -0
  173. package/fesm2022/hermes-ui-angular-forms.mjs +105 -0
  174. package/fesm2022/hermes-ui-angular-forms.mjs.map +1 -0
  175. package/fesm2022/hermes-ui-angular-icon.mjs +7413 -0
  176. package/fesm2022/hermes-ui-angular-icon.mjs.map +1 -0
  177. package/fesm2022/hermes-ui-angular-layout-breadcrumbs.mjs +120 -0
  178. package/fesm2022/hermes-ui-angular-layout-breadcrumbs.mjs.map +1 -0
  179. package/fesm2022/hermes-ui-angular-layout-main-container.mjs +100 -0
  180. package/fesm2022/hermes-ui-angular-layout-main-container.mjs.map +1 -0
  181. package/fesm2022/hermes-ui-angular-layout-nav.mjs +582 -0
  182. package/fesm2022/hermes-ui-angular-layout-nav.mjs.map +1 -0
  183. package/fesm2022/hermes-ui-angular-layout-tabs.mjs +807 -0
  184. package/fesm2022/hermes-ui-angular-layout-tabs.mjs.map +1 -0
  185. package/fesm2022/hermes-ui-angular-layout-vertical-nav.mjs +507 -0
  186. package/fesm2022/hermes-ui-angular-layout-vertical-nav.mjs.map +1 -0
  187. package/fesm2022/hermes-ui-angular-layout.mjs +44 -0
  188. package/fesm2022/hermes-ui-angular-layout.mjs.map +1 -0
  189. package/fesm2022/hermes-ui-angular-modal.mjs +619 -0
  190. package/fesm2022/hermes-ui-angular-modal.mjs.map +1 -0
  191. package/fesm2022/hermes-ui-angular-popover-common.mjs +1371 -0
  192. package/fesm2022/hermes-ui-angular-popover-common.mjs.map +1 -0
  193. package/fesm2022/hermes-ui-angular-popover-dropdown.mjs +492 -0
  194. package/fesm2022/hermes-ui-angular-popover-dropdown.mjs.map +1 -0
  195. package/fesm2022/hermes-ui-angular-popover-signpost.mjs +494 -0
  196. package/fesm2022/hermes-ui-angular-popover-signpost.mjs.map +1 -0
  197. package/fesm2022/hermes-ui-angular-popover-tooltip.mjs +293 -0
  198. package/fesm2022/hermes-ui-angular-popover-tooltip.mjs.map +1 -0
  199. package/fesm2022/hermes-ui-angular-popover.mjs +41 -0
  200. package/fesm2022/hermes-ui-angular-popover.mjs.map +1 -0
  201. package/fesm2022/hermes-ui-angular-progress-progress-bars.mjs +217 -0
  202. package/fesm2022/hermes-ui-angular-progress-progress-bars.mjs.map +1 -0
  203. package/fesm2022/hermes-ui-angular-progress-spinner.mjs +132 -0
  204. package/fesm2022/hermes-ui-angular-progress-spinner.mjs.map +1 -0
  205. package/fesm2022/hermes-ui-angular-stepper.mjs +694 -0
  206. package/fesm2022/hermes-ui-angular-stepper.mjs.map +1 -0
  207. package/fesm2022/hermes-ui-angular-timeline.mjs +316 -0
  208. package/fesm2022/hermes-ui-angular-timeline.mjs.map +1 -0
  209. package/fesm2022/hermes-ui-angular-toast.mjs +373 -0
  210. package/fesm2022/hermes-ui-angular-toast.mjs.map +1 -0
  211. package/fesm2022/hermes-ui-angular-utils-conditional.mjs +351 -0
  212. package/fesm2022/hermes-ui-angular-utils-conditional.mjs.map +1 -0
  213. package/fesm2022/hermes-ui-angular-utils-loading.mjs +107 -0
  214. package/fesm2022/hermes-ui-angular-utils-loading.mjs.map +1 -0
  215. package/fesm2022/hermes-ui-angular-utils.mjs +2086 -0
  216. package/fesm2022/hermes-ui-angular-utils.mjs.map +1 -0
  217. package/fesm2022/hermes-ui-angular-wizard.mjs +3074 -0
  218. package/fesm2022/hermes-ui-angular-wizard.mjs.map +1 -0
  219. package/fesm2022/hermes-ui-angular.mjs +130 -0
  220. package/fesm2022/hermes-ui-angular.mjs.map +1 -0
  221. package/forms/combobox/_combobox.clarity.scss +330 -0
  222. package/forms/combobox/_properties.combobox.scss +46 -0
  223. package/forms/combobox/_variables.combobox.scss +32 -0
  224. package/forms/datepicker/_datepicker.clarity.scss +259 -0
  225. package/forms/datepicker/_mixins.datepicker.scss +89 -0
  226. package/forms/datepicker/_properties.datepicker.scss +46 -0
  227. package/forms/datepicker/_variables.datepicker.scss +74 -0
  228. package/forms/styles/_checkbox.clarity.scss +193 -0
  229. package/forms/styles/_containers.clarity.scss +230 -0
  230. package/forms/styles/_datalist.clarity.scss +47 -0
  231. package/forms/styles/_file-input.clarity.scss +134 -0
  232. package/forms/styles/_file.clarity.scss +52 -0
  233. package/forms/styles/_form.clarity.scss +87 -0
  234. package/forms/styles/_input-group.clarity.scss +126 -0
  235. package/forms/styles/_input.clarity.scss +83 -0
  236. package/forms/styles/_mixins.forms.scss +193 -0
  237. package/forms/styles/_native-select.clarity.scss +178 -0
  238. package/forms/styles/_number-input.clarity.scss +58 -0
  239. package/forms/styles/_password.clarity.scss +26 -0
  240. package/forms/styles/_properties.forms.scss +180 -0
  241. package/forms/styles/_radio.clarity.scss +120 -0
  242. package/forms/styles/_range.clarity.scss +124 -0
  243. package/forms/styles/_select.clarity.scss +158 -0
  244. package/forms/styles/_textarea.clarity.scss +71 -0
  245. package/forms/styles/_toggles.clarity.scss +209 -0
  246. package/forms/styles/_variables.forms.scss +156 -0
  247. package/hermes-ui.scss +7 -0
  248. package/icon/icon.component.scss +247 -0
  249. package/image/_icons.clarity.scss +101 -0
  250. package/image/_images.clarity.scss +42 -0
  251. package/image/_mixins.images.scss +11 -0
  252. package/layout/_card.clarity.scss +318 -0
  253. package/layout/_login.clarity.scss +240 -0
  254. package/layout/_properties.card.scss +39 -0
  255. package/layout/_properties.login.scss +32 -0
  256. package/layout/_variables.card.scss +24 -0
  257. package/layout/_variables.login.scss +22 -0
  258. package/layout/breadcrumbs/_breadcrumbs.clarity.scss +60 -0
  259. package/layout/breadcrumbs/_properties.breadcrumbs.scss +18 -0
  260. package/layout/breadcrumbs/_variables.breadcrumbs.scss +11 -0
  261. package/layout/grid/_grid.scss +23 -0
  262. package/layout/grid/grid/_grid.scss +39 -0
  263. package/layout/grid/mixins/_breakpoint.scss +83 -0
  264. package/layout/grid/mixins/_clearfix.scss +13 -0
  265. package/layout/grid/mixins/_grid-framework.scss +91 -0
  266. package/layout/grid/mixins/_grid.scss +39 -0
  267. package/layout/grid/utilities/_align.scss +30 -0
  268. package/layout/grid/utilities/_clearfix.scss +12 -0
  269. package/layout/grid/utilities/_display.scss +18 -0
  270. package/layout/grid/utilities/_flex.scss +222 -0
  271. package/layout/grid/utilities/_float.scss +26 -0
  272. package/layout/grid/utilities/_visibility.scss +60 -0
  273. package/layout/main-container/_layout.clarity.scss +87 -0
  274. package/layout/main-container/_properties.header.scss +55 -0
  275. package/layout/main-container/_variables.header.scss +32 -0
  276. package/layout/nav/_header.clarity.scss +40 -0
  277. package/layout/nav/_links.clarity.scss +84 -0
  278. package/layout/nav/_mixins.header.scss +332 -0
  279. package/layout/nav/_mixins.responsive-nav.scss +75 -0
  280. package/layout/nav/_nav.clarity.scss +100 -0
  281. package/layout/nav/_properties.nav.scss +27 -0
  282. package/layout/nav/_properties.responsive-nav.scss +23 -0
  283. package/layout/nav/_properties.subnav.scss +19 -0
  284. package/layout/nav/_responsive-nav.clarity.scss +490 -0
  285. package/layout/nav/_subnav.clarity.scss +48 -0
  286. package/layout/nav/_variables.nav.scss +13 -0
  287. package/layout/nav/_variables.responsive-nav.scss +28 -0
  288. package/layout/nav/_variables.subnav.scss +21 -0
  289. package/layout/tabs/_mixins.tabs.scss +41 -0
  290. package/layout/tabs/_properties.tabs.scss +25 -0
  291. package/layout/tabs/_tabs.clarity.scss +110 -0
  292. package/layout/tabs/_variables.tabs.scss +17 -0
  293. package/layout/vertical-nav/_mixins.vertical-nav.scss +52 -0
  294. package/layout/vertical-nav/_properties.vertical-nav.scss +73 -0
  295. package/layout/vertical-nav/_variables.vertical-nav.scss +52 -0
  296. package/layout/vertical-nav/_vertical-nav.clarity.scss +469 -0
  297. package/main.scss +14 -0
  298. package/modal/_modal.clarity.scss +379 -0
  299. package/modal/_properties.modal.scss +57 -0
  300. package/modal/_variables.modal.scss +41 -0
  301. package/package.json +325 -0
  302. package/popover/common/README.md +112 -0
  303. package/popover/common/_popover.clarity.scss +28 -0
  304. package/popover/dropdown/_dropdown.clarity.scss +326 -0
  305. package/popover/dropdown/_menu-mixins.clarity.scss +132 -0
  306. package/popover/dropdown/_properties.dropdown.scss +50 -0
  307. package/popover/dropdown/_variables.dropdown.scss +36 -0
  308. package/popover/signpost/_properties.signpost.scss +34 -0
  309. package/popover/signpost/_signposts.clarity.scss +414 -0
  310. package/popover/signpost/_variables.signpost.scss +21 -0
  311. package/popover/tooltip/_mixins.tooltip.scss +186 -0
  312. package/popover/tooltip/_properties.tooltip.scss +28 -0
  313. package/popover/tooltip/_tooltips.clarity.scss +122 -0
  314. package/popover/tooltip/_variables.tooltip.scss +20 -0
  315. package/progress/progress-bars/_progress-bars.clarity.scss +616 -0
  316. package/progress/progress-bars/_properties.progress-bars.scss +24 -0
  317. package/progress/progress-bars/_variables.progress-bars.scss +15 -0
  318. package/progress/progress-bars/utils/_mixins.clarity.scss +18 -0
  319. package/progress/spinner/_mixins.spinner.scss +30 -0
  320. package/progress/spinner/_properties.spinner.scss +37 -0
  321. package/progress/spinner/_spinner.clarity.scss +148 -0
  322. package/progress/spinner/_variables.spinner.scss +25 -0
  323. package/schematics/collection.json +14 -0
  324. package/stepper/_properties.stepper.scss +29 -0
  325. package/stepper/_stepper.clarity.scss +184 -0
  326. package/stepper/_variables.stepper.scss +13 -0
  327. package/styles/_a11y.scss +14 -0
  328. package/styles/_close.clarity.scss +60 -0
  329. package/styles/_components.clarity.scss +189 -0
  330. package/styles/_mixins.scss +460 -0
  331. package/styles/_normalize.scss +292 -0
  332. package/styles/_reboot.clarity.scss +374 -0
  333. package/styles/_variables.clarity.scss +139 -0
  334. package/styles/core/base/base.element.scss +97 -0
  335. package/styles/core/global.scss +12 -0
  336. package/styles/core/layout/_alignments.scss +18 -0
  337. package/styles/core/layout/_container.scss +29 -0
  338. package/styles/core/layout/_display.scss +58 -0
  339. package/styles/core/layout/_optimize.scss +60 -0
  340. package/styles/core/layout/_shadow-dom.scss +47 -0
  341. package/styles/core/layout/_spacing.scss +31 -0
  342. package/styles/core/layout/_type-grid.scss +66 -0
  343. package/styles/core/layout/_type-horizontal.scss +33 -0
  344. package/styles/core/layout/_type-vertical.scss +26 -0
  345. package/styles/core/layout/mixins/_mixins.alignment.scss +35 -0
  346. package/styles/core/layout/mixins/_mixins.display.scss +23 -0
  347. package/styles/core/layout/mixins/_mixins.grid.scss +105 -0
  348. package/styles/core/layout/mixins/_mixins.scss +106 -0
  349. package/styles/core/layout/mixins/_mixins.shadow-dom.scss +106 -0
  350. package/styles/core/layout/mixins/_mixins.type-horizontal.scss +113 -0
  351. package/styles/core/layout/mixins/_mixins.type-vertical.scss +108 -0
  352. package/styles/core/module.layout.scss +22 -0
  353. package/styles/core/module.reset.scss +48 -0
  354. package/styles/core/module.typography.scss +9 -0
  355. package/styles/core/theme.dark.scss +298 -0
  356. package/styles/core/theme.high-contrast.scss +42 -0
  357. package/styles/core/theme.low-motion.scss +20 -0
  358. package/styles/core/tokens/_alias-interaction.scss +74 -0
  359. package/styles/core/tokens/_alias-object-background.scss +29 -0
  360. package/styles/core/tokens/_alias-object-border.scss +21 -0
  361. package/styles/core/tokens/_alias-object-container.scss +20 -0
  362. package/styles/core/tokens/_alias-object-opacity.scss +15 -0
  363. package/styles/core/tokens/_alias-object-shadow.scss +17 -0
  364. package/styles/core/tokens/_alias-primary.scss +21 -0
  365. package/styles/core/tokens/_alias-status.scss +40 -0
  366. package/styles/core/tokens/_alias-typography.scss +107 -0
  367. package/styles/core/tokens/_alias-utility.scss +42 -0
  368. package/styles/core/tokens/_alias-viz-colors.scss +170 -0
  369. package/styles/core/tokens/_global-animation.scss +32 -0
  370. package/styles/core/tokens/_global-colors.scss +249 -0
  371. package/styles/core/tokens/_global-space.scss +52 -0
  372. package/styles/core/tokens/_internal-scale.scss +14 -0
  373. package/styles/core/tokens/_properties.tokens.scss +22 -0
  374. package/styles/core/tokens/_variables.tokens.scss +787 -0
  375. package/styles/core/typography/_legacy-typography.scss +328 -0
  376. package/styles/core/typography/_mixins.typography.scss +18 -0
  377. package/styles/core/typography/_typography.scss +328 -0
  378. package/styles/variables/_properties.density.scss +225 -0
  379. package/styles/variables/_properties.global.scss +51 -0
  380. package/styles/variables/_properties.layout.scss +21 -0
  381. package/styles/variables/_properties.scss +11 -0
  382. package/styles/variables/_properties.typography.scss +164 -0
  383. package/styles/variables/_variables.density.scss +116 -0
  384. package/styles/variables/_variables.global.scss +87 -0
  385. package/styles/variables/_variables.layout.scss +37 -0
  386. package/styles/variables/_variables.scss +11 -0
  387. package/styles/variables/_variables.typography.scss +156 -0
  388. package/timeline/_properties.timeline.scss +38 -0
  389. package/timeline/_timeline.clarity.scss +172 -0
  390. package/timeline/_variables.timeline.scss +29 -0
  391. package/toast/README.md +65 -0
  392. package/toast/_properties.toast.scss +56 -0
  393. package/toast/_toast.clarity.scss +190 -0
  394. package/toast/_variables.toast.scss +33 -0
  395. package/types/hermes-ui-angular-accordion.d.ts +101 -0
  396. package/types/hermes-ui-angular-accordion.d.ts.map +1 -0
  397. package/types/hermes-ui-angular-addons-a11y.d.ts +187 -0
  398. package/types/hermes-ui-angular-addons-a11y.d.ts.map +1 -0
  399. package/types/hermes-ui-angular-addons-card-container.d.ts +482 -0
  400. package/types/hermes-ui-angular-addons-card-container.d.ts.map +1 -0
  401. package/types/hermes-ui-angular-addons-certificate-viewer.d.ts +404 -0
  402. package/types/hermes-ui-angular-addons-certificate-viewer.d.ts.map +1 -0
  403. package/types/hermes-ui-angular-addons-datagrid-filters.d.ts +911 -0
  404. package/types/hermes-ui-angular-addons-datagrid-filters.d.ts.map +1 -0
  405. package/types/hermes-ui-angular-addons-datagrid.d.ts +1529 -0
  406. package/types/hermes-ui-angular-addons-datagrid.d.ts.map +1 -0
  407. package/types/hermes-ui-angular-addons-dialog.d.ts +233 -0
  408. package/types/hermes-ui-angular-addons-dialog.d.ts.map +1 -0
  409. package/types/hermes-ui-angular-addons-drag-and-drop.d.ts +35 -0
  410. package/types/hermes-ui-angular-addons-drag-and-drop.d.ts.map +1 -0
  411. package/types/hermes-ui-angular-addons-menu.d.ts +197 -0
  412. package/types/hermes-ui-angular-addons-menu.d.ts.map +1 -0
  413. package/types/hermes-ui-angular-addons-property-view.d.ts +387 -0
  414. package/types/hermes-ui-angular-addons-property-view.d.ts.map +1 -0
  415. package/types/hermes-ui-angular-addons-stepper.d.ts +298 -0
  416. package/types/hermes-ui-angular-addons-stepper.d.ts.map +1 -0
  417. package/types/hermes-ui-angular-addons-tabs.d.ts +173 -0
  418. package/types/hermes-ui-angular-addons-tabs.d.ts.map +1 -0
  419. package/types/hermes-ui-angular-addons-testing.d.ts +592 -0
  420. package/types/hermes-ui-angular-addons-testing.d.ts.map +1 -0
  421. package/types/hermes-ui-angular-addons-theme-builder.d.ts +200 -0
  422. package/types/hermes-ui-angular-addons-theme-builder.d.ts.map +1 -0
  423. package/types/hermes-ui-angular-addons-translate.d.ts +149 -0
  424. package/types/hermes-ui-angular-addons-translate.d.ts.map +1 -0
  425. package/types/hermes-ui-angular-addons-var.d.ts +923 -0
  426. package/types/hermes-ui-angular-addons-var.d.ts.map +1 -0
  427. package/types/hermes-ui-angular-addons-wizard.d.ts +241 -0
  428. package/types/hermes-ui-angular-addons-wizard.d.ts.map +1 -0
  429. package/types/hermes-ui-angular-addons-workflow-strings.d.ts +124 -0
  430. package/types/hermes-ui-angular-addons-workflow-strings.d.ts.map +1 -0
  431. package/types/hermes-ui-angular-addons-workflow.d.ts +15 -0
  432. package/types/hermes-ui-angular-addons-workflow.d.ts.map +1 -0
  433. package/types/hermes-ui-angular-button.d.ts +170 -0
  434. package/types/hermes-ui-angular-button.d.ts.map +1 -0
  435. package/types/hermes-ui-angular-collapsible-panel.d.ts +74 -0
  436. package/types/hermes-ui-angular-collapsible-panel.d.ts.map +1 -0
  437. package/types/hermes-ui-angular-data-datagrid.d.ts +1938 -0
  438. package/types/hermes-ui-angular-data-datagrid.d.ts.map +1 -0
  439. package/types/hermes-ui-angular-data-stack-view.d.ts +88 -0
  440. package/types/hermes-ui-angular-data-stack-view.d.ts.map +1 -0
  441. package/types/hermes-ui-angular-data-tree-view.d.ts +230 -0
  442. package/types/hermes-ui-angular-data-tree-view.d.ts.map +1 -0
  443. package/types/hermes-ui-angular-data.d.ts +16 -0
  444. package/types/hermes-ui-angular-data.d.ts.map +1 -0
  445. package/types/hermes-ui-angular-emphasis-alert.d.ts +176 -0
  446. package/types/hermes-ui-angular-emphasis-alert.d.ts.map +1 -0
  447. package/types/hermes-ui-angular-emphasis-badge.d.ts +26 -0
  448. package/types/hermes-ui-angular-emphasis-badge.d.ts.map +1 -0
  449. package/types/hermes-ui-angular-emphasis-common.d.ts +7 -0
  450. package/types/hermes-ui-angular-emphasis-common.d.ts.map +1 -0
  451. package/types/hermes-ui-angular-emphasis-label.d.ts +30 -0
  452. package/types/hermes-ui-angular-emphasis-label.d.ts.map +1 -0
  453. package/types/hermes-ui-angular-emphasis.d.ts +16 -0
  454. package/types/hermes-ui-angular-emphasis.d.ts.map +1 -0
  455. package/types/hermes-ui-angular-forms-checkbox.d.ts +73 -0
  456. package/types/hermes-ui-angular-forms-checkbox.d.ts.map +1 -0
  457. package/types/hermes-ui-angular-forms-combobox.d.ts +354 -0
  458. package/types/hermes-ui-angular-forms-combobox.d.ts.map +1 -0
  459. package/types/hermes-ui-angular-forms-common.d.ts +340 -0
  460. package/types/hermes-ui-angular-forms-common.d.ts.map +1 -0
  461. package/types/hermes-ui-angular-forms-datalist.d.ts +60 -0
  462. package/types/hermes-ui-angular-forms-datalist.d.ts.map +1 -0
  463. package/types/hermes-ui-angular-forms-datepicker.d.ts +987 -0
  464. package/types/hermes-ui-angular-forms-datepicker.d.ts.map +1 -0
  465. package/types/hermes-ui-angular-forms-file-input.d.ts +194 -0
  466. package/types/hermes-ui-angular-forms-file-input.d.ts.map +1 -0
  467. package/types/hermes-ui-angular-forms-input.d.ts +30 -0
  468. package/types/hermes-ui-angular-forms-input.d.ts.map +1 -0
  469. package/types/hermes-ui-angular-forms-native-select.d.ts +37 -0
  470. package/types/hermes-ui-angular-forms-native-select.d.ts.map +1 -0
  471. package/types/hermes-ui-angular-forms-number-input.d.ts +44 -0
  472. package/types/hermes-ui-angular-forms-number-input.d.ts.map +1 -0
  473. package/types/hermes-ui-angular-forms-password.d.ts +53 -0
  474. package/types/hermes-ui-angular-forms-password.d.ts.map +1 -0
  475. package/types/hermes-ui-angular-forms-radio.d.ts +50 -0
  476. package/types/hermes-ui-angular-forms-radio.d.ts.map +1 -0
  477. package/types/hermes-ui-angular-forms-range.d.ts +38 -0
  478. package/types/hermes-ui-angular-forms-range.d.ts.map +1 -0
  479. package/types/hermes-ui-angular-forms-select.d.ts +211 -0
  480. package/types/hermes-ui-angular-forms-select.d.ts.map +1 -0
  481. package/types/hermes-ui-angular-forms-textarea.d.ts +30 -0
  482. package/types/hermes-ui-angular-forms-textarea.d.ts.map +1 -0
  483. package/types/hermes-ui-angular-forms.d.ts +39 -0
  484. package/types/hermes-ui-angular-forms.d.ts.map +1 -0
  485. package/types/hermes-ui-angular-icon.d.ts +1504 -0
  486. package/types/hermes-ui-angular-icon.d.ts.map +1 -0
  487. package/types/hermes-ui-angular-layout-breadcrumbs.d.ts +46 -0
  488. package/types/hermes-ui-angular-layout-breadcrumbs.d.ts.map +1 -0
  489. package/types/hermes-ui-angular-layout-main-container.d.ts +29 -0
  490. package/types/hermes-ui-angular-layout-main-container.d.ts.map +1 -0
  491. package/types/hermes-ui-angular-layout-nav.d.ts +143 -0
  492. package/types/hermes-ui-angular-layout-nav.d.ts.map +1 -0
  493. package/types/hermes-ui-angular-layout-tabs.d.ts +159 -0
  494. package/types/hermes-ui-angular-layout-tabs.d.ts.map +1 -0
  495. package/types/hermes-ui-angular-layout-vertical-nav.d.ts +129 -0
  496. package/types/hermes-ui-angular-layout-vertical-nav.d.ts.map +1 -0
  497. package/types/hermes-ui-angular-layout.d.ts +20 -0
  498. package/types/hermes-ui-angular-layout.d.ts.map +1 -0
  499. package/types/hermes-ui-angular-modal.d.ts +161 -0
  500. package/types/hermes-ui-angular-modal.d.ts.map +1 -0
  501. package/types/hermes-ui-angular-popover-common.d.ts +317 -0
  502. package/types/hermes-ui-angular-popover-common.d.ts.map +1 -0
  503. package/types/hermes-ui-angular-popover-dropdown.d.ts +124 -0
  504. package/types/hermes-ui-angular-popover-dropdown.d.ts.map +1 -0
  505. package/types/hermes-ui-angular-popover-signpost.d.ts +158 -0
  506. package/types/hermes-ui-angular-popover-signpost.d.ts.map +1 -0
  507. package/types/hermes-ui-angular-popover-tooltip.d.ts +84 -0
  508. package/types/hermes-ui-angular-popover-tooltip.d.ts.map +1 -0
  509. package/types/hermes-ui-angular-popover.d.ts +17 -0
  510. package/types/hermes-ui-angular-popover.d.ts.map +1 -0
  511. package/types/hermes-ui-angular-progress-progress-bars.d.ts +58 -0
  512. package/types/hermes-ui-angular-progress-progress-bars.d.ts.map +1 -0
  513. package/types/hermes-ui-angular-progress-spinner.d.ts +45 -0
  514. package/types/hermes-ui-angular-progress-spinner.d.ts.map +1 -0
  515. package/types/hermes-ui-angular-stepper.d.ts +180 -0
  516. package/types/hermes-ui-angular-stepper.d.ts.map +1 -0
  517. package/types/hermes-ui-angular-timeline.d.ts +87 -0
  518. package/types/hermes-ui-angular-timeline.d.ts.map +1 -0
  519. package/types/hermes-ui-angular-toast.d.ts +131 -0
  520. package/types/hermes-ui-angular-toast.d.ts.map +1 -0
  521. package/types/hermes-ui-angular-utils-conditional.d.ts +133 -0
  522. package/types/hermes-ui-angular-utils-conditional.d.ts.map +1 -0
  523. package/types/hermes-ui-angular-utils-loading.d.ts +39 -0
  524. package/types/hermes-ui-angular-utils-loading.d.ts.map +1 -0
  525. package/types/hermes-ui-angular-utils.d.ts +914 -0
  526. package/types/hermes-ui-angular-utils.d.ts.map +1 -0
  527. package/types/hermes-ui-angular-wizard.d.ts +1509 -0
  528. package/types/hermes-ui-angular-wizard.d.ts.map +1 -0
  529. package/types/hermes-ui-angular.d.ts +44 -0
  530. package/types/hermes-ui-angular.d.ts.map +1 -0
  531. package/typography/_code.scss +36 -0
  532. package/typography/_font-metropolis.scss +45 -0
  533. package/typography/_lists.scss +81 -0
  534. package/typography/_typography.scss +322 -0
  535. package/utils/animations/_animations.clarity.scss +44 -0
  536. package/utils/animations/_mixins.animations.scss +33 -0
  537. package/wizard/_properties.wizard.scss +54 -0
  538. package/wizard/_variables.wizard.scss +59 -0
  539. package/wizard/_wizard.clarity.scss +692 -0
@@ -0,0 +1,328 @@
1
+ /*
2
+ * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
3
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
4
+ * This software is released under MIT license.
5
+ * The full license information can be found in LICENSE in the root directory of this project.
6
+ */
7
+
8
+ @use '../../mixins';
9
+ @use '../typography/mixins.typography' as typography-mixins;
10
+
11
+ $typography-h0-font-size: 2rem;
12
+ $typography-h0-font-size-static: 2rem;
13
+ $typography-h0-font-weight: 200;
14
+ $typography-h0-font-weight-static: 200;
15
+ $typography-h0-letter-spacing: -0.0125em;
16
+ $typography-h0-letter-spacing-static: -0.0125em;
17
+ $typography-h0-line-height: 1.2em;
18
+ $typography-h0-line-height-static: 1.2em;
19
+ $typography-h1-font-size: 1.6rem;
20
+ $typography-h1-font-size-static: 1.6rem;
21
+ $typography-h1-font-weight: 200;
22
+ $typography-h1-font-weight-static: 200;
23
+ $typography-h1-letter-spacing: -0.0156em;
24
+ $typography-h1-letter-spacing-static: -0.0156em;
25
+ $typography-h1-line-height: 1.5em;
26
+ $typography-h1-line-height-static: 1.5em;
27
+ $typography-h2-font-size: 1.4rem;
28
+ $typography-h2-font-size-static: 1.4rem;
29
+ $typography-h2-font-weight: 200;
30
+ $typography-h2-font-weight-static: 200;
31
+ $typography-h2-letter-spacing: -0.017857em;
32
+ $typography-h2-letter-spacing-static: -0.017857em;
33
+ $typography-h2-line-height: 1.7143em;
34
+ $typography-h2-line-height-static: 1.7143em;
35
+ $typography-h3-font-size: 1.1rem;
36
+ $typography-h3-font-size-static: 1.1rem;
37
+ $typography-h3-font-weight: 200;
38
+ $typography-h3-font-weight-static: 200;
39
+ $typography-h3-letter-spacing: -0.013636em;
40
+ $typography-h3-letter-spacing-static: -0.013636em;
41
+ $typography-h3-line-height: 1.0909em;
42
+ $typography-h3-line-height-static: 1.0909em;
43
+ $typography-h4-font-size: 0.9rem;
44
+ $typography-h4-font-size-static: 0.9rem;
45
+ $typography-h4-font-weight: 200;
46
+ $typography-h4-font-weight-static: 200;
47
+ $typography-h4-letter-spacing: -0.011111em;
48
+ $typography-h4-letter-spacing-static: -0.011111em;
49
+ $typography-h4-line-height: 1.333333em;
50
+ $typography-h4-line-height-static: 1.333333em;
51
+ $typography-h5-font-size: 0.8rem;
52
+ $typography-h5-font-size-static: 0.8rem;
53
+ $typography-h5-font-weight: 400;
54
+ $typography-h5-font-weight-static: 400;
55
+ $typography-h5-letter-spacing: -0.0125em;
56
+ $typography-h5-letter-spacing-static: -0.0125em;
57
+ $typography-h5-line-height: 1.5em;
58
+ $typography-h5-line-height-static: 1.5em;
59
+ $typography-h6-font-size: 0.7rem;
60
+ $typography-h6-font-size-static: 0.7rem;
61
+ $typography-h6-font-weight: 500;
62
+ $typography-h6-font-weight-static: 500;
63
+ $typography-h6-letter-spacing: -0.03125em;
64
+ $typography-h6-letter-spacing-static: -0.03125em;
65
+ $typography-h6-line-height: 1.5em;
66
+ $typography-h6-line-height-static: 1.5em;
67
+ $typography-header-font-family: var(
68
+ --hermes-alias-typography-header-font-family,
69
+ 'Clarity City',
70
+ 'Avenir Next',
71
+ sans-serif
72
+ );
73
+ $typography-p0-font-size: 1.2rem;
74
+ $typography-p0-font-size-static: 1.2rem;
75
+ $typography-p0-font-weight: 400;
76
+ $typography-p0-font-weight-static: 400;
77
+ $typography-p0-letter-spacing: -0.008333em;
78
+ $typography-p0-letter-spacing-static: -0.008333em;
79
+ $typography-p0-line-height: 1.16667em;
80
+ $typography-p0-line-height-static: 1.16667em;
81
+ $typography-p1-font-size: 0.7rem;
82
+ $typography-p1-font-size-static: 0.7rem;
83
+ $typography-p1-font-weight: 400;
84
+ $typography-p1-font-weight-static: 400;
85
+ $typography-p1-letter-spacing: -0.014286em;
86
+ $typography-p1-letter-spacing-static: -0.014286em;
87
+ $typography-p1-line-height: 1.71429em;
88
+ $typography-p1-line-height-static: 1.71429em;
89
+ $typography-p2-font-size: 0.65rem;
90
+ $typography-p2-font-size-static: 0.65rem;
91
+ $typography-p2-font-weight: 500;
92
+ $typography-p2-font-weight-static: 500;
93
+ $typography-p2-letter-spacing: -0.007692em;
94
+ $typography-p2-letter-spacing-static: -0.007692em;
95
+ $typography-p2-line-height: 1.84615em;
96
+ $typography-p2-line-height-static: 1.84615em;
97
+ $typography-p3-font-size: 0.65rem;
98
+ $typography-p3-font-size-static: 0.65rem;
99
+ $typography-p3-font-weight: 400;
100
+ $typography-p3-font-weight-static: 400;
101
+ $typography-p3-letter-spacing: -0.007692em;
102
+ $typography-p3-letter-spacing-static: -0.007692em;
103
+ $typography-p3-line-height: 1.84615em;
104
+ $typography-p3-line-height-static: 1.84615em;
105
+ $typography-p4-font-size: 0.6rem;
106
+ $typography-p4-font-size-static: 0.6rem;
107
+ $typography-p4-font-weight: 600;
108
+ $typography-p4-font-weight-static: 600;
109
+ $typography-p4-letter-spacing: -0.008333em;
110
+ $typography-p4-letter-spacing-static: -0.008333em;
111
+ $typography-p4-line-height: 2em;
112
+ $typography-p4-line-height-static: 2em;
113
+ $typography-p5-font-size: 0.6rem;
114
+ $typography-p5-font-size-static: 0.6rem;
115
+ $typography-p5-font-weight: 400;
116
+ $typography-p5-font-weight-static: 400;
117
+ $typography-p5-letter-spacing: -0.008333em;
118
+ $typography-p5-letter-spacing-static: -0.008333em;
119
+ $typography-p5-line-height: 2em;
120
+ $typography-p5-line-height-static: 2em;
121
+ $typography-p6-font-size: 0.55rem;
122
+ $typography-p6-font-size-static: 0.55rem;
123
+ $typography-p6-font-weight: 600;
124
+ $typography-p6-font-weight-static: 600;
125
+ $typography-p6-letter-spacing: 0.018182em;
126
+ $typography-p6-letter-spacing-static: 0.018182em;
127
+ $typography-p6-line-height: 1.090909em;
128
+ $typography-p6-line-height-static: 1.090909em;
129
+ $typography-p7-font-size: 0.55rem;
130
+ $typography-p7-font-size-static: 0.55rem;
131
+ $typography-p7-font-weight: 400;
132
+ $typography-p7-font-weight-static: 400;
133
+ $typography-p7-letter-spacing: 0.018182em;
134
+ $typography-p7-letter-spacing-static: 0.018182em;
135
+ $typography-p7-line-height: 1.090909em;
136
+ $typography-p7-line-height-static: 1.090909em;
137
+ $typography-p8-font-size: 0.5rem;
138
+ $typography-p8-font-size-static: 0.5rem;
139
+ $typography-p8-font-weight: 400;
140
+ $typography-p8-font-weight-static: 400;
141
+ $typography-p8-letter-spacing: 0.02em;
142
+ $typography-p8-letter-spacing-static: 0.02em;
143
+ $typography-p8-line-height: 1.2em;
144
+ $typography-p8-line-height-static: 1.2em;
145
+
146
+ // LEGACY FONT STYLES
147
+ [hermes-text*='h0'] {
148
+ $lh-gap: mixins.getLineHeightGap($typography-h0-line-height-static, $typography-h0-line-height);
149
+ @include typography-mixins.LHE($lh-gap);
150
+
151
+ font-family: $typography-header-font-family;
152
+ font-size: $typography-h0-font-size;
153
+ font-weight: $typography-h0-font-weight;
154
+ color: var(--hermes-alias-typography-color-400);
155
+ line-height: $typography-h0-line-height;
156
+ letter-spacing: $typography-h0-letter-spacing;
157
+ }
158
+
159
+ [hermes-text*='h1'] {
160
+ $lh-gap: mixins.getLineHeightGap($typography-h1-line-height-static, $typography-h1-line-height);
161
+ @include typography-mixins.LHE($lh-gap);
162
+
163
+ font-family: $typography-header-font-family;
164
+ font-size: $typography-h1-font-size;
165
+ font-weight: $typography-h1-font-weight;
166
+ color: var(--hermes-alias-typography-color-400);
167
+ line-height: $typography-h1-line-height;
168
+ letter-spacing: $typography-h1-letter-spacing;
169
+ }
170
+
171
+ [hermes-text*='h2'] {
172
+ $lh-gap: mixins.getLineHeightGap($typography-h2-line-height-static, $typography-h2-line-height);
173
+ @include typography-mixins.LHE($lh-gap);
174
+
175
+ font-family: $typography-header-font-family;
176
+ font-size: $typography-h2-font-size;
177
+ font-weight: $typography-h2-font-weight;
178
+ color: var(--hermes-alias-typography-color-400);
179
+ line-height: $typography-h2-line-height;
180
+ letter-spacing: $typography-h2-letter-spacing;
181
+ }
182
+
183
+ [hermes-text*='h3'] {
184
+ $lh-gap: mixins.getLineHeightGap($typography-h3-line-height-static, $typography-h3-line-height);
185
+ @include typography-mixins.LHE($lh-gap);
186
+
187
+ font-family: $typography-header-font-family;
188
+ font-size: $typography-h3-font-size;
189
+ font-weight: $typography-h3-font-weight;
190
+ color: var(--hermes-alias-typography-color-400);
191
+ line-height: $typography-h3-line-height;
192
+ letter-spacing: $typography-h3-letter-spacing;
193
+ }
194
+
195
+ [hermes-text*='h4'] {
196
+ $lh-gap: mixins.getLineHeightGap($typography-h4-line-height-static, $typography-h4-line-height);
197
+ @include typography-mixins.LHE($lh-gap);
198
+
199
+ font-family: $typography-header-font-family;
200
+ font-size: $typography-h4-font-size;
201
+ font-weight: $typography-h4-font-weight;
202
+ color: var(--hermes-alias-typography-color-400);
203
+ line-height: $typography-h4-line-height;
204
+ letter-spacing: $typography-h4-letter-spacing;
205
+ }
206
+
207
+ [hermes-text*='h5'] {
208
+ $lh-gap: mixins.getLineHeightGap($typography-h5-line-height-static, $typography-h5-line-height);
209
+ @include typography-mixins.LHE($lh-gap);
210
+
211
+ font-family: $typography-header-font-family;
212
+ font-size: $typography-h5-font-size;
213
+ font-weight: $typography-h5-font-weight;
214
+ color: var(--hermes-alias-typography-color-400);
215
+ line-height: $typography-h5-line-height;
216
+ letter-spacing: $typography-h5-letter-spacing;
217
+ }
218
+
219
+ [hermes-text*='h6'] {
220
+ $lh-gap: mixins.getLineHeightGap($typography-h6-line-height-static, $typography-h6-line-height);
221
+ @include typography-mixins.LHE($lh-gap);
222
+
223
+ font-family: $typography-header-font-family;
224
+ font-size: $typography-h6-font-size;
225
+ font-weight: $typography-h6-font-weight;
226
+ color: var(--hermes-alias-typography-color-400);
227
+ line-height: $typography-h6-line-height;
228
+ letter-spacing: $typography-h6-letter-spacing;
229
+ }
230
+
231
+ [hermes-text*='p0'] {
232
+ $lh-gap: mixins.getLineHeightGap($typography-p0-line-height-static, $typography-p0-line-height);
233
+ @include typography-mixins.LHE($lh-gap);
234
+
235
+ font-size: $typography-p0-font-size;
236
+ font-weight: $typography-p0-font-weight;
237
+ color: var(--hermes-alias-typography-color-500);
238
+ line-height: $typography-p0-line-height;
239
+ letter-spacing: $typography-p0-letter-spacing;
240
+ }
241
+
242
+ [hermes-text*='p1'] {
243
+ $lh-gap: mixins.getLineHeightGap($typography-p1-line-height-static, $typography-p1-line-height);
244
+ @include typography-mixins.LHE($lh-gap);
245
+
246
+ font-size: $typography-p1-font-size;
247
+ font-weight: $typography-p1-font-weight;
248
+ color: var(--hermes-alias-typography-color-400);
249
+ line-height: $typography-p1-line-height;
250
+ letter-spacing: $typography-p1-letter-spacing;
251
+ }
252
+
253
+ [hermes-text*='p2'] {
254
+ $lh-gap: mixins.getLineHeightGap($typography-p2-line-height-static, $typography-p2-line-height);
255
+ @include typography-mixins.LHE($lh-gap);
256
+
257
+ font-size: $typography-p2-font-size;
258
+ font-weight: $typography-p2-font-weight;
259
+ color: var(--hermes-alias-typography-color-400);
260
+ line-height: $typography-p2-line-height;
261
+ letter-spacing: $typography-p2-letter-spacing;
262
+ }
263
+
264
+ [hermes-text*='p3'] {
265
+ $lh-gap: mixins.getLineHeightGap($typography-p3-line-height-static, $typography-p3-line-height);
266
+ @include typography-mixins.LHE($lh-gap);
267
+
268
+ font-size: $typography-p3-font-size;
269
+ font-weight: $typography-p3-font-weight;
270
+ color: var(--hermes-alias-typography-color-400);
271
+ line-height: $typography-p3-line-height;
272
+ letter-spacing: $typography-p3-letter-spacing;
273
+ }
274
+
275
+ [hermes-text*='p4'] {
276
+ $lh-gap: mixins.getLineHeightGap($typography-p4-line-height-static, $typography-p4-line-height);
277
+ @include typography-mixins.LHE($lh-gap);
278
+
279
+ font-size: $typography-p4-font-size;
280
+ font-weight: $typography-p4-font-weight;
281
+ color: var(--hermes-alias-typography-color-400);
282
+ line-height: $typography-p4-line-height;
283
+ letter-spacing: $typography-p4-letter-spacing;
284
+ }
285
+
286
+ [hermes-text*='p5'] {
287
+ $lh-gap: mixins.getLineHeightGap($typography-p5-line-height-static, $typography-p5-line-height);
288
+ @include typography-mixins.LHE($lh-gap);
289
+
290
+ font-size: $typography-p5-font-size;
291
+ font-weight: $typography-p5-font-weight;
292
+ color: var(--hermes-alias-typography-color-400);
293
+ line-height: $typography-p5-line-height;
294
+ letter-spacing: $typography-p5-letter-spacing;
295
+ }
296
+
297
+ [hermes-text*='p6'] {
298
+ $lh-gap: mixins.getLineHeightGap($typography-p6-line-height-static, $typography-p6-line-height);
299
+ @include typography-mixins.LHE($lh-gap);
300
+
301
+ font-size: $typography-p6-font-size;
302
+ font-weight: $typography-p6-font-weight;
303
+ color: var(--hermes-alias-typography-color-400);
304
+ line-height: $typography-p6-line-height;
305
+ letter-spacing: $typography-p6-letter-spacing;
306
+ }
307
+
308
+ [hermes-text*='p7'] {
309
+ $lh-gap: mixins.getLineHeightGap($typography-p7-line-height-static, $typography-p7-line-height);
310
+ @include typography-mixins.LHE($lh-gap);
311
+
312
+ font-size: $typography-p7-font-size;
313
+ font-weight: $typography-p7-font-weight;
314
+ color: var(--hermes-alias-typography-color-400);
315
+ line-height: $typography-p7-line-height;
316
+ letter-spacing: $typography-p7-letter-spacing;
317
+ }
318
+
319
+ [hermes-text*='p8'] {
320
+ $lh-gap: mixins.getLineHeightGap($typography-p8-line-height-static, $typography-p8-line-height);
321
+ @include typography-mixins.LHE($lh-gap);
322
+
323
+ font-size: $typography-p8-font-size;
324
+ font-weight: $typography-p8-font-weight;
325
+ color: var(--hermes-alias-typography-color-400);
326
+ line-height: $typography-p8-line-height;
327
+ letter-spacing: $typography-p8-letter-spacing;
328
+ }
@@ -0,0 +1,18 @@
1
+ /*
2
+ * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
3
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
4
+ * This software is released under MIT license.
5
+ * The full license information can be found in LICENSE in the root directory of this project.
6
+ */
7
+
8
+ @use '../tokens/variables.tokens' as tokens;
9
+ @use '../../mixins';
10
+
11
+ @mixin LHE($lh-gap: 0.5em) {
12
+ @include mixins.line-height-eraser(
13
+ $lh-gap,
14
+ tokens.$hermes-alias-typography-top-gap-height,
15
+ tokens.$hermes-alias-typography-ascender-height,
16
+ tokens.$hermes-alias-typography-x-height
17
+ );
18
+ }
@@ -0,0 +1,328 @@
1
+ /*
2
+ * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
3
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
4
+ * This software is released under MIT license.
5
+ * The full license information can be found in LICENSE in the root directory of this project.
6
+ */
7
+
8
+ @use '../tokens/variables.tokens' as tokens;
9
+ @use '../../mixins';
10
+ @use 'mixins.typography' as typography-mixins;
11
+
12
+ [hermes-text] {
13
+ font-family: tokens.$hermes-alias-typography-font-family;
14
+ margin-top: 0;
15
+ margin-bottom: 0;
16
+
17
+ // remove as they cause excess gap when combined with hermes-layout on the same element
18
+ &[hermes-layout~='vertical'],
19
+ &[hermes-layout~='horizontal'],
20
+ &[hermes-layout~='grid'] {
21
+ &::before,
22
+ &::after {
23
+ display: none;
24
+ }
25
+ }
26
+ }
27
+
28
+ [hermes-text*='display'],
29
+ [hermes-text*='headline'],
30
+ [hermes-text*='title'],
31
+ [hermes-text*='section'],
32
+ [hermes-text*='subsection'] {
33
+ font-family: tokens.$hermes-alias-typography-header-font-family;
34
+ color: tokens.$hermes-alias-typography-color-400;
35
+ }
36
+
37
+ [hermes-text*='body'],
38
+ [hermes-text*='message'],
39
+ [hermes-text*='secondary'],
40
+ [hermes-text*='caption'],
41
+ [hermes-text*='smallcaption'] {
42
+ color: tokens.$hermes-alias-typography-color-500;
43
+ }
44
+
45
+ [hermes-text*='inline'] {
46
+ width: auto !important;
47
+ display: inline-block !important;
48
+ }
49
+
50
+ [hermes-text*='display'] {
51
+ $lh-gap: mixins.getLineHeightGap(
52
+ tokens.$hermes-alias-typography-display-line-height-static,
53
+ tokens.$hermes-alias-typography-display-line-height
54
+ );
55
+ @include typography-mixins.LHE($lh-gap);
56
+
57
+ font-size: tokens.$hermes-alias-typography-display-font-size;
58
+ font-weight: tokens.$hermes-alias-typography-display-font-weight;
59
+ line-height: tokens.$hermes-alias-typography-display-line-height;
60
+ letter-spacing: tokens.$hermes-alias-typography-display-letter-spacing;
61
+ }
62
+
63
+ [hermes-text*='headline'] {
64
+ $lh-gap: mixins.getLineHeightGap(
65
+ tokens.$hermes-alias-typography-headline-line-height-static,
66
+ tokens.$hermes-alias-typography-headline-line-height
67
+ );
68
+ @include typography-mixins.LHE($lh-gap);
69
+
70
+ font-size: tokens.$hermes-alias-typography-headline-font-size;
71
+ font-weight: tokens.$hermes-alias-typography-headline-font-weight;
72
+ line-height: tokens.$hermes-alias-typography-headline-line-height;
73
+ letter-spacing: tokens.$hermes-alias-typography-headline-letter-spacing;
74
+ }
75
+
76
+ [hermes-text*='title'] {
77
+ $lh-gap: mixins.getLineHeightGap(
78
+ tokens.$hermes-alias-typography-title-line-height-static,
79
+ tokens.$hermes-alias-typography-title-line-height
80
+ );
81
+ @include typography-mixins.LHE($lh-gap);
82
+
83
+ font-size: tokens.$hermes-alias-typography-title-font-size;
84
+ font-weight: tokens.$hermes-alias-typography-title-font-weight;
85
+ line-height: tokens.$hermes-alias-typography-title-line-height;
86
+ letter-spacing: tokens.$hermes-alias-typography-title-letter-spacing;
87
+ }
88
+
89
+ [hermes-text*='section'] {
90
+ $lh-gap: mixins.getLineHeightGap(
91
+ tokens.$hermes-alias-typography-section-line-height-static,
92
+ tokens.$hermes-alias-typography-section-line-height
93
+ );
94
+ @include typography-mixins.LHE($lh-gap);
95
+
96
+ font-size: tokens.$hermes-alias-typography-section-font-size;
97
+ font-weight: tokens.$hermes-alias-typography-section-font-weight;
98
+ line-height: tokens.$hermes-alias-typography-section-line-height;
99
+ letter-spacing: tokens.$hermes-alias-typography-section-letter-spacing;
100
+ }
101
+
102
+ [hermes-text*='subsection'] {
103
+ $lh-gap: mixins.getLineHeightGap(
104
+ tokens.$hermes-alias-typography-subsection-line-height-static,
105
+ tokens.$hermes-alias-typography-subsection-line-height
106
+ );
107
+ @include typography-mixins.LHE($lh-gap);
108
+
109
+ font-size: tokens.$hermes-alias-typography-subsection-font-size;
110
+ font-weight: tokens.$hermes-alias-typography-subsection-font-weight;
111
+ line-height: tokens.$hermes-alias-typography-subsection-line-height;
112
+ letter-spacing: tokens.$hermes-alias-typography-subsection-letter-spacing;
113
+ }
114
+
115
+ [hermes-text*='body'] {
116
+ $lh-gap: mixins.getLineHeightGap(
117
+ tokens.$hermes-alias-typography-body-line-height-static,
118
+ tokens.$hermes-alias-typography-body-line-height
119
+ );
120
+ @include mixins.line-height-eraser(
121
+ $lh-gap,
122
+ tokens.$hermes-alias-typography-top-gap-height,
123
+ tokens.$hermes-alias-typography-ascender-height,
124
+ tokens.$hermes-alias-typography-x-height,
125
+ 0.1em
126
+ );
127
+
128
+ font-weight: tokens.$hermes-alias-typography-body-font-weight;
129
+ font-size: tokens.$hermes-alias-typography-body-font-size;
130
+ letter-spacing: tokens.$hermes-alias-typography-body-letter-spacing;
131
+ line-height: tokens.$hermes-alias-typography-body-line-height;
132
+ }
133
+
134
+ // remove extra margin on the body tag to avoid an unnecessary scrollbar
135
+ body[hermes-text*='body'] {
136
+ @include mixins.remove-line-height-erasers;
137
+ }
138
+
139
+ [hermes-text*='message'] {
140
+ $lh-gap: mixins.getLineHeightGap(
141
+ tokens.$hermes-alias-typography-message-line-height-static,
142
+ tokens.$hermes-alias-typography-message-line-height
143
+ );
144
+ @include typography-mixins.LHE($lh-gap);
145
+
146
+ font-size: tokens.$hermes-alias-typography-message-font-size;
147
+ font-weight: tokens.$hermes-alias-typography-message-font-weight;
148
+ line-height: tokens.$hermes-alias-typography-message-line-height;
149
+ letter-spacing: tokens.$hermes-alias-typography-message-letter-spacing;
150
+ }
151
+
152
+ [hermes-text*='secondary'] {
153
+ $lh-gap: mixins.getLineHeightGap(
154
+ tokens.$hermes-alias-typography-secondary-line-height-static,
155
+ tokens.$hermes-alias-typography-secondary-line-height
156
+ );
157
+ @include typography-mixins.LHE($lh-gap);
158
+
159
+ font-size: tokens.$hermes-alias-typography-secondary-font-size;
160
+ font-weight: tokens.$hermes-alias-typography-secondary-font-weight;
161
+ line-height: tokens.$hermes-alias-typography-secondary-line-height;
162
+ letter-spacing: tokens.$hermes-alias-typography-secondary-letter-spacing;
163
+ }
164
+
165
+ [hermes-text*='caption'] {
166
+ $lh-gap: mixins.getLineHeightGap(
167
+ tokens.$hermes-alias-typography-caption-line-height-static,
168
+ tokens.$hermes-alias-typography-caption-line-height
169
+ );
170
+ @include typography-mixins.LHE($lh-gap);
171
+
172
+ font-size: tokens.$hermes-alias-typography-caption-font-size;
173
+ font-weight: tokens.$hermes-alias-typography-caption-font-weight;
174
+ line-height: tokens.$hermes-alias-typography-caption-line-height;
175
+ letter-spacing: tokens.$hermes-alias-typography-caption-letter-spacing;
176
+ }
177
+
178
+ [hermes-text*='smallcaption'] {
179
+ $lh-gap: mixins.getLineHeightGap(
180
+ tokens.$hermes-alias-typography-smallcaption-line-height-static,
181
+ tokens.$hermes-alias-typography-smallcaption-line-height
182
+ );
183
+ @include typography-mixins.LHE($lh-gap);
184
+
185
+ font-size: tokens.$hermes-alias-typography-smallcaption-font-size;
186
+ font-weight: tokens.$hermes-alias-typography-smallcaption-font-weight;
187
+ line-height: tokens.$hermes-alias-typography-smallcaption-line-height;
188
+ letter-spacing: tokens.$hermes-alias-typography-smallcaption-letter-spacing;
189
+ }
190
+
191
+ [hermes-text~='link'] {
192
+ color: tokens.$hermes-alias-typography-link-color !important;
193
+ text-decoration: underline !important;
194
+ line-height: inherit !important;
195
+ font-size: inherit !important;
196
+
197
+ &:focus {
198
+ outline: #{tokens.$hermes-alias-object-interaction-outline};
199
+ outline-offset: #{tokens.$hermes-alias-object-interaction-outline-offset};
200
+ }
201
+
202
+ &:hover {
203
+ color: tokens.$hermes-alias-typography-link-color-hover !important;
204
+ }
205
+
206
+ &:visited:not([hermes-text~='static']),
207
+ &[hermes-text~='visited'] {
208
+ color: tokens.$hermes-alias-typography-link-color-visited !important;
209
+
210
+ &:hover {
211
+ color: tokens.$hermes-alias-typography-link-color-visited-hover !important;
212
+ }
213
+ }
214
+ }
215
+
216
+ [hermes-text='link']:focus {
217
+ outline: #{tokens.$hermes-alias-object-interaction-outline-webkit};
218
+ }
219
+
220
+ [hermes-text~='code'] {
221
+ color: tokens.$hermes-alias-status-danger;
222
+ font-family: monospace;
223
+ }
224
+
225
+ // font-weight
226
+
227
+ [hermes-text~='extrabold'] {
228
+ font-weight: tokens.$hermes-alias-typography-font-weight-extrabold !important;
229
+ }
230
+
231
+ [hermes-text~='bold'] {
232
+ font-weight: tokens.$hermes-alias-typography-font-weight-bold !important;
233
+ }
234
+
235
+ [hermes-text~='semibold'] {
236
+ font-weight: tokens.$hermes-alias-typography-font-weight-semibold !important;
237
+ }
238
+
239
+ [hermes-text~='medium'] {
240
+ font-weight: tokens.$hermes-alias-typography-font-weight-medium !important;
241
+ }
242
+
243
+ [hermes-text~='regular'] {
244
+ font-weight: tokens.$hermes-alias-typography-font-weight-regular !important;
245
+ }
246
+
247
+ [hermes-text~='light'] {
248
+ font-weight: tokens.$hermes-alias-typography-font-weight-light !important;
249
+ }
250
+
251
+ // transforms
252
+
253
+ [hermes-text~='capitalize'] {
254
+ text-transform: capitalize !important;
255
+ }
256
+
257
+ [hermes-text~='uppercase'] {
258
+ text-transform: uppercase !important;
259
+ }
260
+
261
+ [hermes-text~='lowercase'] {
262
+ text-transform: lowercase !important;
263
+ }
264
+
265
+ // truncation
266
+
267
+ [hermes-text~='truncate'] {
268
+ overflow: hidden !important;
269
+ text-overflow: ellipsis !important;
270
+ white-space: nowrap !important;
271
+ @include mixins.remove-line-height-erasers;
272
+ }
273
+
274
+ // word breaking
275
+
276
+ [hermes-text~='break-word'] {
277
+ overflow-wrap: anywhere !important;
278
+ word-break: normal !important;
279
+ }
280
+
281
+ // alignment
282
+
283
+ [hermes-text~='justify'] {
284
+ text-align: justify !important;
285
+ }
286
+
287
+ [hermes-text~='left'] {
288
+ text-align: left !important;
289
+ }
290
+
291
+ [hermes-text~='right'] {
292
+ text-align: right !important;
293
+ }
294
+
295
+ [hermes-text~='center'] {
296
+ text-align: center !important;
297
+ }
298
+
299
+ // monospace
300
+ [hermes-text~='monospace'] {
301
+ font-family: tokens.$hermes-alias-typography-monospace-font-family;
302
+ }
303
+
304
+ // https://seek-oss.github.io/capsize/
305
+ [hermes-text~='lhe'] {
306
+ /* stylelint-disable-next-line meowtec/no-px */
307
+ padding: 0.05px 0;
308
+
309
+ &::before {
310
+ content: '';
311
+ margin-top: -0.124em;
312
+ display: block;
313
+ height: 0;
314
+ }
315
+
316
+ &::after {
317
+ content: '';
318
+ margin-bottom: -0.221em;
319
+ display: block;
320
+ height: 0;
321
+ }
322
+ }
323
+
324
+ // remove line-height eraser from element
325
+ [hermes-layout~='disable-lhe'],
326
+ [hermes-text~='disable-lhe'] {
327
+ @include mixins.remove-line-height-erasers;
328
+ }