@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,189 @@
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
+ // Clarity Internal Dependencies
9
+
10
+ @forward '../styles/normalize'; // TODO: upgrade to latest normalize, once updated hermes-ui can import core as is.
11
+ @forward '../styles/mixins';
12
+ @forward '../styles/variables/variables';
13
+ @forward '../styles/variables/properties';
14
+ @forward '../styles/core/global.scss';
15
+
16
+ // Layout/Grid
17
+
18
+ @forward '../layout/grid/grid';
19
+ @forward '../typography/typography';
20
+
21
+ // Component variables
22
+
23
+ @forward '../styles/variables.clarity';
24
+
25
+ //Reboot
26
+
27
+ @forward '../styles/reboot.clarity'; // depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity
28
+ @forward '../styles/a11y';
29
+
30
+ //Icons & Images
31
+
32
+ @forward '../image/icons.clarity'; // depends on variables.clarity
33
+ @forward '../image/images.clarity'; // depends on variables.clarity, mixins.clarity, icons.clarity
34
+
35
+ //Popover
36
+
37
+ @forward '../popover/common/popover.clarity';
38
+
39
+ //Buttons
40
+
41
+ @forward '../button/buttons.clarity'; // depends on variables.clarity, mixins.clarity, color.clarity
42
+ @forward '../button/button-group/button-group.clarity'; // depends on variables.clarity, mixins.clarity
43
+ @forward '../styles/close.clarity'; //depends on variables.clarity, mixins.clarity
44
+
45
+ //Alerts
46
+ //depends on variables.clarity, mixins.clarity, color.clarity, icons.clarity, buttons.clarity
47
+
48
+ @forward '../emphasis/alert/alert.clarity';
49
+
50
+ //Cards
51
+ //depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity, list-group.clarity, buttons.clarity
52
+
53
+ @forward '../layout/card.clarity';
54
+
55
+ //Dropdowns
56
+ //depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity, layers.clarity
57
+
58
+ @forward '../popover/dropdown/dropdown.clarity';
59
+
60
+ //Login
61
+ //depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity, icons.clarity
62
+
63
+ @forward '../layout/login.clarity';
64
+
65
+ //Layout
66
+ //depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity, layers.clarity
67
+
68
+ @forward '../layout/main-container/layout.clarity';
69
+
70
+ //Modal
71
+ //depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity, layers.clarity
72
+
73
+ @forward '../modal/modal.clarity';
74
+
75
+ //Toast
76
+ //depends on variables.clarity, mixins.clarity, color.clarity, icons.clarity, layers.clarity
77
+
78
+ @forward '../toast/toast.clarity';
79
+
80
+ //Nav
81
+
82
+ @forward '../layout/nav/header.clarity'; // depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity, layers.clarity
83
+ @forward '../layout/nav/links.clarity'; // depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity
84
+ @forward '../layout/nav/nav.clarity'; // depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity, layers.clarity
85
+ @forward '../layout/nav/subnav.clarity'; // depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity, layers.clarity
86
+ @forward '../layout/vertical-nav/vertical-nav.clarity'; // depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity
87
+ @forward '../layout/nav/responsive-nav.clarity'; // depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity, layers.clarity
88
+
89
+ //Badges
90
+ // depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity, typography.clarity
91
+
92
+ @forward '../emphasis/badge/badges.clarity';
93
+
94
+ //Labels
95
+ // depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity, typography.clarity, badges.clarity
96
+
97
+ @forward '../emphasis/label/labels.clarity';
98
+
99
+ //Progress Bars
100
+ //depends on variables.clarity, helpers.clarity, color.clarity, cards.clarity
101
+
102
+ @forward '../progress/progress-bars/progress-bars.clarity';
103
+
104
+ //Spinners
105
+ //depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity, icons.clarity
106
+
107
+ @forward '../progress/spinner/spinner.clarity';
108
+
109
+ //Tables
110
+ //depends on variables.clarity, mixins.clarity, helpers.clarity, typography.clarity
111
+
112
+ @forward '../data/tables.clarity';
113
+
114
+ //Tooltips
115
+ // depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity, layers.clarity
116
+
117
+ @forward '../popover/tooltip/tooltips.clarity';
118
+
119
+ //Forms
120
+
121
+ @forward '../forms/styles/mixins.forms';
122
+ @forward '../forms/styles/properties.forms';
123
+ @forward '../forms/styles/containers.clarity';
124
+ @forward '../forms/styles/form.clarity';
125
+ @forward '../forms/styles/checkbox.clarity';
126
+ @forward '../forms/styles/file.clarity';
127
+ @forward '../forms/styles/file-input.clarity';
128
+ @forward '../forms/styles/input.clarity';
129
+ @forward '../forms/styles/input-group.clarity';
130
+ @forward '../forms/styles/radio.clarity';
131
+ @forward '../forms/styles/native-select.clarity';
132
+ @forward '../forms/styles/select.clarity';
133
+ @forward '../forms/styles/textarea.clarity';
134
+ @forward '../forms/styles/toggles.clarity'; // depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity
135
+ @forward '../forms/styles/range.clarity';
136
+ @forward '../forms/styles/datalist.clarity';
137
+ @forward '../forms/styles/password.clarity';
138
+ @forward '../forms/styles/number-input.clarity';
139
+ @forward '../forms/datepicker/datepicker.clarity';
140
+ @forward '../forms/combobox/combobox.clarity';
141
+
142
+ //Stack View
143
+ //depends on variables.clarity, mixins.clarity, color.clarity, helpers.clarity, forms.clarity
144
+
145
+ @forward '../data/stack-view/stack-view.clarity';
146
+
147
+ //Tree View
148
+ //depends on variables.clarity, mixins.clarity, helpers.clarity, forms.clarity
149
+
150
+ @forward '../data/tree-view/tree-view.clarity';
151
+
152
+ //Datagrid
153
+ //depends on variables.clarity, mixins.clarity, helpers.clarity, layers, icons.clarity, tables.clarity, forms.clarity
154
+
155
+ @forward '../data/datagrid/datagrid.clarity';
156
+
157
+ //Animations
158
+ // no dependencies on other clarity scss
159
+
160
+ @forward '../utils/animations/animations.clarity';
161
+
162
+ //Tabs
163
+
164
+ @forward '../layout/tabs/tabs.clarity'; // no dependencies on other clarity scss
165
+
166
+ //Wizards
167
+ // depends on variables.clarity, mixins.clarity, helpers.clarity, color.clarity, layers.clarity
168
+
169
+ @forward '../wizard/wizard.clarity';
170
+
171
+ // Signposts
172
+
173
+ @forward '../popover/signpost/signposts.clarity';
174
+
175
+ // Accordion
176
+
177
+ @forward '../accordion/accordion.clarity';
178
+
179
+ // Stepper
180
+
181
+ @forward '../stepper/stepper.clarity';
182
+
183
+ // Timeline
184
+
185
+ @forward '../timeline/timeline.clarity';
186
+
187
+ // Breadcrumbs
188
+
189
+ @forward '../layout/breadcrumbs/breadcrumbs.clarity';
@@ -0,0 +1,460 @@
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 'sass:list';
9
+ @use 'sass:map';
10
+ @use 'sass:selector';
11
+ @use 'variables/variables';
12
+
13
+ //Credit: Zurb Foundation for Apps https://github.com/zurb/foundation-apps/blob/master/scss/helpers/_functions.scss
14
+ //Keep track of modules that have been imported, so we don't import more than once
15
+ $imported-modules: () !default;
16
+
17
+ @mixin exports($name) {
18
+ //check if they have been imported
19
+
20
+ @if (not list.index($imported-modules, $name)) {
21
+ $imported-modules: list.append($imported-modules, $name) !global;
22
+ @content;
23
+ }
24
+ }
25
+ @mixin include-outline-style-form-fields($offset: var(--hermes-alias-object-interaction-outline-offset)) {
26
+ outline: var(--hermes-alias-object-interaction-outline);
27
+ outline-color: -webkit-focus-ring-color;
28
+ outline-offset: $offset;
29
+ }
30
+ @mixin include-slim-outline-style-form-fields($width: var(--hermes-global-space-2)) {
31
+ outline-color: Highlight;
32
+ outline-color: -webkit-focus-ring-color;
33
+ outline-style: auto;
34
+ outline-width: $width;
35
+ }
36
+ @mixin overflow-ellipsis($leftAlignment: false) {
37
+ white-space: nowrap;
38
+ overflow: hidden;
39
+ text-overflow: ellipsis;
40
+
41
+ @if $leftAlignment == true {
42
+ text-align: left;
43
+ justify-content: start;
44
+ }
45
+ }
46
+ @mixin off-screen-styles() {
47
+ position: fixed !important;
48
+ border: none !important;
49
+ height: 1px !important;
50
+ width: 1px !important;
51
+ left: 0 !important;
52
+ top: calc(-1 * var(--hermes-global-space-1)) !important;
53
+ overflow: hidden !important;
54
+ visibility: hidden !important;
55
+ padding: 0 !important;
56
+ margin: 0 0 calc(-1 * var(--hermes-global-space-1)) !important;
57
+ }
58
+ @mixin focus-within() {
59
+ &:focus-within,
60
+ &.focus-within {
61
+ outline: var(--hermes-global-space-2) solid Highlight;
62
+ }
63
+
64
+ @media (-min-device-pixel-ratio: 0) {
65
+ &:focus-within,
66
+ &.focus-within {
67
+ outline: baselinePx(5) auto -webkit-focus-ring-color;
68
+ }
69
+ }
70
+ }
71
+ @mixin equilateral($size: 1.2rem) {
72
+ height: $size;
73
+ width: $size;
74
+ }
75
+ @mixin min-equilateral($size: 1.2rem) {
76
+ @include equilateral($size);
77
+
78
+ min-height: $size;
79
+ min-width: $size;
80
+ }
81
+ @mixin max-equilateral($size: 1.2rem) {
82
+ @include equilateral($size);
83
+
84
+ max-height: $size;
85
+ max-width: $size;
86
+ }
87
+ @mixin hermes-appearance-normal() {
88
+ appearance: none;
89
+ background: none;
90
+ }
91
+ @mixin hermes-no-styles-button {
92
+ @include hermes-appearance-normal();
93
+
94
+ margin: 0;
95
+ padding: 0;
96
+ border: none;
97
+ border-radius: 0;
98
+ box-shadow: none;
99
+ background: none;
100
+
101
+ @at-root button#{&} {
102
+ cursor: pointer;
103
+ }
104
+ }
105
+
106
+ //Dropdowns & Tooltips
107
+ $opp-directions: (
108
+ top: bottom,
109
+ bottom: top,
110
+ left: right,
111
+ right: left,
112
+ );
113
+
114
+ @mixin hermes-container() {
115
+ & > :first-child {
116
+ margin-top: 0;
117
+ }
118
+
119
+ & > :last-child {
120
+ margin-bottom: 0;
121
+ }
122
+ }
123
+ // Moves styles outside of any parent selector conditionally,
124
+ // while allowing an additional selector to be appended.
125
+
126
+ @mixin optional-at-root($selector) {
127
+ // Check if parent selector exists
128
+
129
+ @if & {
130
+ // Append the additional selector to the parent selector
131
+
132
+ @at-root #{selector.append(&, $selector)} {
133
+ @content;
134
+ }
135
+ } @else {
136
+ // Use the parent selector with the additional selector
137
+
138
+ @at-root #{$selector} {
139
+ @content;
140
+ }
141
+ }
142
+ }
143
+
144
+ // Declaring CSS in :root or :host depending which is available
145
+ // Enabling tokens to work under Global DOM or Shadow DOM
146
+ @mixin root-or-host() {
147
+ :where(:root, :host) {
148
+ @content;
149
+ }
150
+ }
151
+ @mixin input-placeholder-wrapper() {
152
+ @include optional-at-root('::-webkit-input-placeholder') {
153
+ @content;
154
+ }
155
+
156
+ @include optional-at-root('::placeholder') {
157
+ @content;
158
+ }
159
+ }
160
+
161
+ @function baselinePx($pixels: 0) {
162
+ @return calc($pixels * (1rem / var(--hermes-global-base)));
163
+ }
164
+
165
+ $typography-tokens: (
166
+ 'DISPLAY-40': (
167
+ /* H1, Login Header*/ font-size: #{variables.$hermes-base-typography-font-size-display},
168
+ font-weight: var(--hermes-alias-typography-display-font-weight),
169
+ line-height: #{variables.$hermes-base-typography-line-height-44},
170
+ letter-spacing: #{baselinePx(-0.5)},
171
+ ),
172
+ 'HEADLINE-32': (
173
+ /* H2, Page Header*/ font-size: #{variables.$hermes-base-typography-font-size-headline},
174
+ font-weight: var(--hermes-alias-typography-headline-font-weight),
175
+ line-height: #{variables.$hermes-base-typography-line-height-36},
176
+ letter-spacing: #{baselinePx(-0.4)},
177
+ ),
178
+ 'TITLE-24-EXP': (
179
+ /* H3, Modal, Wizard Heading*/ font-size: #{variables.$hermes-base-typography-font-size-title},
180
+ font-weight: var(--hermes-alias-typography-title-font-weight),
181
+ line-height: #{variables.$hermes-base-typography-line-height-32},
182
+ letter-spacing: #{baselinePx(-0.2)},
183
+ ),
184
+ 'SECTION-20-STD': (
185
+ /* H4, Card, Signpost Heading, Wizard Sidenav Title*/ font-size: #{variables.$hermes-base-typography-font-size-section},
186
+ font-weight: var(--hermes-alias-typography-section-font-weight),
187
+ line-height: #{variables.$hermes-base-typography-line-height-24},
188
+ letter-spacing: #{baselinePx(-0.2)},
189
+ ),
190
+ 'SECTION-12-SB-CPT': (
191
+ font-size: #{variables.$hermes-base-typography-font-size-button},
192
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
193
+ line-height: #{variables.$hermes-base-typography-line-height-16},
194
+ letter-spacing: #{baselinePx(-0.2)},
195
+ ),
196
+ 'SUBSECTION-16-EXP': (
197
+ /* H5, Stack View Heading*/ font-size: #{variables.$hermes-base-typography-font-size-sub-section},
198
+ font-weight: var(--hermes-alias-typography-subsection-font-weight),
199
+ line-height: #{variables.$hermes-base-typography-line-height-24},
200
+ letter-spacing: #{baselinePx(-0.2)},
201
+ ),
202
+ 'SUBSECTION-16-SB': (
203
+ font-size: #{variables.$hermes-base-typography-font-size-sub-section},
204
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
205
+ line-height: #{variables.$hermes-base-typography-line-height-24},
206
+ letter-spacing: #{baselinePx(-0.2)},
207
+ ),
208
+ 'MESSAGE-16-EXP': (
209
+ /* H6, Heading*/ font-size: #{variables.$hermes-base-typography-font-size-sub-section},
210
+ font-weight: var(--hermes-alias-typography-message-font-weight),
211
+ line-height: #{variables.$hermes-base-typography-line-height-24},
212
+ letter-spacing: #{baselinePx(-0.2)},
213
+ ),
214
+ 'BODY-14-SB-STD': (
215
+ /* Not used yet*/ font-size: #{variables.$hermes-base-typography-font-size-default},
216
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
217
+ line-height: #{variables.$hermes-base-typography-line-height-20},
218
+ letter-spacing: #{baselinePx(-0.1)},
219
+ ),
220
+ 'BODY-14-MD-STD': (
221
+ /* Wizard sidenav link*/ font-size: #{variables.$hermes-base-typography-font-size-default},
222
+ font-weight: var(--hermes-alias-typography-font-weight-medium),
223
+ line-height: #{variables.$hermes-base-typography-line-height-20},
224
+ letter-spacing: #{baselinePx(-0.1)},
225
+ ),
226
+ 'BODY-14-RG-STD': (
227
+ /* P0, P1, Body text*/ font-size: #{variables.$hermes-base-typography-font-size-default},
228
+ font-weight: var(--hermes-alias-typography-body-font-weight),
229
+ line-height: #{variables.$hermes-base-typography-line-height-20},
230
+ letter-spacing: #{baselinePx(-0.1)},
231
+ ),
232
+ 'BODY-14-RG-CPT': (
233
+ font-size: #{variables.$hermes-base-typography-font-size-default},
234
+ font-weight: var(--hermes-alias-typography-body-font-weight),
235
+ line-height: #{variables.$hermes-base-typography-line-height-16},
236
+ letter-spacing: #{baselinePx(-0.1)},
237
+ ),
238
+ 'BODY-14-RG-EXP': (
239
+ font-size: #{variables.$hermes-base-typography-font-size-default},
240
+ font-weight: var(--hermes-alias-typography-body-font-weight),
241
+ line-height: #{variables.$hermes-base-typography-line-height-24},
242
+ letter-spacing: #{baselinePx(-0.1)},
243
+ ),
244
+ 'BODY-14-SB-EXP': (
245
+ font-size: #{variables.$hermes-base-typography-font-size-default},
246
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
247
+ line-height: #{variables.$hermes-base-typography-line-height-24},
248
+ letter-spacing: #{baselinePx(-0.1)},
249
+ ),
250
+ 'SECONDARY-14-RG-CPT': (
251
+ font-size: #{variables.$hermes-base-typography-font-size-default},
252
+ font-weight: var(--hermes-alias-typography-secondary-font-weight),
253
+ line-height: #{variables.$hermes-base-typography-line-height-16},
254
+ letter-spacing: #{baselinePx(-0.1)},
255
+ ),
256
+ 'SECONDARY-13-MD-EXP': (
257
+ /* P2, Section Header*/ font-size: #{variables.$hermes-base-typography-font-size-inline},
258
+ font-weight: var(--hermes-alias-typography-font-weight-medium),
259
+ line-height: #{variables.$hermes-base-typography-line-height-24},
260
+ letter-spacing: #{baselinePx(-0.1)},
261
+ ),
262
+ 'SECONDARY-13-RG-CPT': (
263
+ /* Checkbox and radio labels, Spinner*/ font-size: #{variables.$hermes-base-typography-font-size-inline},
264
+ font-weight: var(--hermes-alias-typography-secondary-font-weight),
265
+ line-height: #{variables.$hermes-base-typography-line-height-16},
266
+ letter-spacing: #{baselinePx(-0.1)},
267
+ ),
268
+ 'SECONDARY-13-RG-EXP': (
269
+ /* P3, Form Labels and Column Headers*/ /* P5, Table footer and chart data*/
270
+ font-size: #{variables.$hermes-base-typography-font-size-inline},
271
+ font-weight: var(--hermes-alias-typography-secondary-font-weight),
272
+ line-height: #{variables.$hermes-base-typography-line-height-24},
273
+ letter-spacing: #{baselinePx(-0.1)},
274
+ ),
275
+ 'SECONDARY-13-RG-STD': (
276
+ font-size: #{variables.$hermes-base-typography-font-size-inline},
277
+ font-weight: var(--hermes-alias-typography-secondary-font-weight),
278
+ line-height: #{variables.$hermes-base-typography-line-height-20},
279
+ letter-spacing: #{baselinePx(-0.1)},
280
+ ),
281
+ 'SECONDARY-13-SB-STD': (
282
+ /* P4, Form Labels and Column Headers*/ font-size: #{variables.$hermes-base-typography-font-size-inline},
283
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
284
+ line-height: #{variables.$hermes-base-typography-line-height-20},
285
+ letter-spacing: #{baselinePx(-0.1)},
286
+ ),
287
+ 'SECONDARY-13-MD-CPT': (
288
+ font-size: #{variables.$hermes-base-typography-font-size-inline},
289
+ font-weight: var(--hermes-alias-typography-font-weight-medium),
290
+ line-height: #{variables.$hermes-base-typography-line-height-16},
291
+ letter-spacing: #{baselinePx(-0.1)},
292
+ ),
293
+ 'SECONDARY-13-SB-CPT': (
294
+ font-size: #{variables.$hermes-base-typography-font-size-inline},
295
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
296
+ line-height: #{variables.$hermes-base-typography-line-height-16},
297
+ letter-spacing: #{baselinePx(-0.1)},
298
+ ),
299
+ 'CAPTION-LG-11-STD': (
300
+ /* P6, Small Headers*/ font-size: #{variables.$hermes-base-typography-font-size-caption},
301
+ font-weight: var(--hermes-alias-typography-caption-font-weight),
302
+ line-height: #{variables.$hermes-base-typography-line-height-16},
303
+ letter-spacing: #{baselinePx(0.2)},
304
+ ),
305
+ 'CAPTION-LG-11-CPT': (
306
+ /* Badges, Tag and Labels*/ font-size: #{variables.$hermes-base-typography-font-size-caption},
307
+ font-weight: var(--hermes-alias-typography-caption-font-weight),
308
+ line-height: #{variables.$hermes-base-typography-line-height-12},
309
+ letter-spacing: #{baselinePx(0.2)},
310
+ ),
311
+ 'ColumnHeader-11-SB-CPT': (
312
+ font-size: #{variables.$hermes-base-typography-font-size-caption},
313
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
314
+ line-height: #{variables.$hermes-base-typography-line-height-16},
315
+ letter-spacing: #{baselinePx(0.2)},
316
+ ),
317
+ 'CAPTION-SM-10': (
318
+ /* P7, P8*/ font-size: #{variables.$hermes-base-typography-font-size-caption-small},
319
+ font-weight: var(--hermes-alias-typography-smallcaption-font-weight),
320
+ line-height: #{variables.$hermes-base-typography-line-height-12},
321
+ letter-spacing: #{baselinePx(0.5)},
322
+ ),
323
+ 'BUTTON-12': (
324
+ /* Buttons*/ font-size: #{variables.$hermes-base-typography-font-size-button},
325
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
326
+ line-height: #{variables.$hermes-base-typography-line-height-16},
327
+ letter-spacing: normal,
328
+ text-transform: none,
329
+ ),
330
+ 'BUTTON-11-SMALL': (
331
+ /* Small Buttons*/ font-size: #{variables.$hermes-base-typography-font-size-caption},
332
+ font-weight: var(--hermes-alias-typography-font-weight-semibold),
333
+ line-height: #{variables.$hermes-base-typography-line-height-16},
334
+ letter-spacing: normal,
335
+ text-transform: none,
336
+ ),
337
+ );
338
+
339
+ @mixin setValue($key, $map: (), $value) {
340
+ @if (map.has-key($map, $key)) {
341
+ #{$key}: map.get($map, $key);
342
+ } @else {
343
+ #{$key}: $value;
344
+ }
345
+ }
346
+ @mixin generate-typography-header-token($name, $fallbacks: (), $addFontFamily: true, $addColor: true) {
347
+ @if ($addFontFamily) {
348
+ @include setValue(
349
+ font-family,
350
+ $fallbacks,
351
+ variables.$hermes-font
352
+ ); // tokens.$hermes-alias-typography-header-font-family);
353
+ }
354
+ @if ($addColor) {
355
+ @include setValue(color, $fallbacks, var(--hermes-alias-typography-color-300));
356
+ }
357
+
358
+ @include generate-typography-token($name, $fallbacks);
359
+ }
360
+ @mixin generate-typography-body-token($name, $fallbacks: (), $addFontFamily: true, $addColor: true) {
361
+ @if ($addFontFamily) {
362
+ @include setValue(font-family, $fallbacks, variables.$hermes-font); // tokens.$hermes-alias-typography-font-family);
363
+ }
364
+ @if ($addColor) {
365
+ @include setValue(color, $fallbacks, var(--hermes-alias-typography-color-450));
366
+ }
367
+
368
+ @include generate-typography-token($name, $fallbacks);
369
+ }
370
+ @mixin generate-typography-token($name, $fallbacks: ()) {
371
+ @each $key, $value in map.get($typography-tokens, $name) {
372
+ @include setValue($key, $fallbacks, $value);
373
+ }
374
+ }
375
+ @mixin cell-children-aligment() {
376
+ hermes-icon,
377
+ hermes-icon {
378
+ margin-top: calc((-1 * var(--hermes-global-space-3)) - var(--hermes-global-space-1));
379
+ margin-bottom: calc(-1 * var(--hermes-global-space-3));
380
+ }
381
+
382
+ .badge {
383
+ margin-top: calc(-1 * var(--hermes-global-space-3));
384
+ margin-bottom: calc(-1 * var(--hermes-global-space-1));
385
+ }
386
+ }
387
+
388
+ // a11y
389
+ @mixin screen-reader-only() {
390
+ position: absolute;
391
+ clip-path: inset(50%);
392
+ padding: 0;
393
+ border: 0;
394
+ height: 1px;
395
+ width: 1px;
396
+ overflow: hidden;
397
+ white-space: nowrap;
398
+ top: 0;
399
+ left: 0;
400
+ }
401
+
402
+ // default are for metropolis/clarity-city
403
+ @mixin line-height-eraser(
404
+ $line-height-gap-em: 0.6em,
405
+ $font-top-gap-em: 0.1475em,
406
+ $font-ascender-height-em: 0.1703em,
407
+ $font-x-height-em: 0.517em,
408
+ $pull-nudge: 0.037em,
409
+ $push-nudge: 0.044em
410
+ ) {
411
+ &::before {
412
+ content: '';
413
+ display: block;
414
+ height: 0;
415
+ width: 0;
416
+ margin-bottom: pullUp($line-height-gap-em, $font-top-gap-em, $pull-nudge);
417
+ }
418
+
419
+ &::after {
420
+ content: '';
421
+ display: block;
422
+ height: 0;
423
+ width: 0;
424
+ margin-top: pushDown(
425
+ $line-height-gap-em,
426
+ $font-top-gap-em,
427
+ $font-ascender-height-em,
428
+ $font-x-height-em,
429
+ $push-nudge
430
+ );
431
+ }
432
+ }
433
+ @mixin remove-line-height-erasers() {
434
+ &::before,
435
+ &::after {
436
+ content: none;
437
+ }
438
+ }
439
+
440
+ @function getLineHeightGap($line-height-value: 1.2, $line-height-token: null) {
441
+ @if (not $line-height-token) or ($line-height-value < 1) {
442
+ @return 0;
443
+ }
444
+ @return calc((#{$line-height-token} - 1em) / 2);
445
+ }
446
+ @function pullUp($line-height-gap: 1.2em, $font-top-gap: 0.1475em, $pull-nudge: 0.037em) {
447
+ @return calc(((#{$font-top-gap} + #{$line-height-gap}) * -1) + #{$pull-nudge});
448
+ }
449
+ @function pushDown(
450
+ $line-height-gap: 0.6em,
451
+ $font-top-gap: 0.1475em,
452
+ $font-ascender-height: 0.1703,
453
+ $font-x-height: 0.517,
454
+ $push-nudge: 0.044em
455
+ ) {
456
+ @return calc(
457
+ (((1em - #{$font-top-gap} - #{$font-ascender-height} - #{$font-x-height}) + #{$line-height-gap}) * -1) -
458
+ #{$push-nudge}
459
+ );
460
+ }