@hashicorp/design-system-components 6.0.0 → 6.1.0-rc-20260223191722

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 (442) hide show
  1. package/declarations/components/hds/accordion/index.d.ts +3 -22
  2. package/declarations/components/hds/accordion/item/button.d.ts +2 -6
  3. package/declarations/components/hds/accordion/item/index.d.ts +1 -29
  4. package/declarations/components/hds/advanced-table/index.d.ts +1 -1
  5. package/declarations/components/hds/advanced-table/tr.d.ts +1 -1
  6. package/declarations/components/hds/advanced-table/types.d.ts +1 -1
  7. package/declarations/components/hds/app-footer/copyright.d.ts +0 -6
  8. package/declarations/components/hds/app-footer/index.d.ts +11 -28
  9. package/declarations/components/hds/app-footer/item.d.ts +2 -1
  10. package/declarations/components/hds/app-footer/legal-links.d.ts +0 -30
  11. package/declarations/components/hds/app-footer/link.d.ts +5 -4
  12. package/declarations/components/hds/app-footer/status-link.d.ts +4 -29
  13. package/declarations/components/hds/app-frame/index.d.ts +10 -11
  14. package/declarations/components/hds/app-frame/parts/footer.d.ts +2 -1
  15. package/declarations/components/hds/app-frame/parts/header.d.ts +2 -1
  16. package/declarations/components/hds/app-frame/parts/main.d.ts +2 -1
  17. package/declarations/components/hds/app-frame/parts/modals.d.ts +2 -1
  18. package/declarations/components/hds/app-frame/parts/sidebar.d.ts +2 -1
  19. package/declarations/components/hds/app-header/home-link.d.ts +2 -2
  20. package/declarations/components/hds/app-header/index.d.ts +4 -4
  21. package/declarations/components/hds/app-header/menu-button.d.ts +2 -2
  22. package/declarations/components/hds/application-state/body.d.ts +2 -1
  23. package/declarations/components/hds/application-state/footer.d.ts +8 -8
  24. package/declarations/components/hds/application-state/header.d.ts +2 -2
  25. package/declarations/components/hds/application-state/index.d.ts +9 -10
  26. package/declarations/components/hds/application-state/media.d.ts +2 -1
  27. package/declarations/components/hds/breadcrumb/index.d.ts +0 -20
  28. package/declarations/components/hds/breadcrumb/item.d.ts +0 -16
  29. package/declarations/components/hds/breadcrumb/truncation.d.ts +0 -5
  30. package/declarations/components/hds/code-block/copy-button.d.ts +1 -1
  31. package/declarations/components/hds/code-block/index.d.ts +1 -1
  32. package/declarations/components/hds/code-editor/index.d.ts +1 -1
  33. package/declarations/components/hds/copy/button/index.d.ts +6 -22
  34. package/declarations/components/hds/copy/snippet/index.d.ts +4 -37
  35. package/declarations/components/hds/dialog-primitive/body.d.ts +2 -1
  36. package/declarations/components/hds/dialog-primitive/description.d.ts +2 -1
  37. package/declarations/components/hds/dialog-primitive/header.d.ts +2 -7
  38. package/declarations/components/hds/dialog-primitive/overlay.d.ts +2 -1
  39. package/declarations/components/hds/dialog-primitive/wrapper.d.ts +2 -1
  40. package/declarations/components/hds/disclosure-primitive/index.d.ts +3 -3
  41. package/declarations/components/hds/dropdown/index.d.ts +1 -1
  42. package/declarations/components/hds/dropdown/list-item/checkbox.d.ts +1 -1
  43. package/declarations/components/hds/dropdown/list-item/copy-item.d.ts +1 -1
  44. package/declarations/components/hds/dropdown/list-item/radio.d.ts +1 -1
  45. package/declarations/components/hds/dropdown/toggle/button.d.ts +1 -1
  46. package/declarations/components/hds/dropdown/toggle/icon.d.ts +1 -1
  47. package/declarations/components/hds/flyout/index.d.ts +12 -12
  48. package/declarations/components/hds/form/character-count/index.d.ts +0 -45
  49. package/declarations/components/hds/form/checkbox/base.d.ts +2 -1
  50. package/declarations/components/hds/form/checkbox/field.d.ts +6 -9
  51. package/declarations/components/hds/form/checkbox/group.d.ts +9 -11
  52. package/declarations/components/hds/form/error/index.d.ts +2 -23
  53. package/declarations/components/hds/form/error/message.d.ts +2 -1
  54. package/declarations/components/hds/form/field/index.d.ts +13 -37
  55. package/declarations/components/hds/form/fieldset/index.d.ts +11 -36
  56. package/declarations/components/hds/form/file-input/base.d.ts +2 -1
  57. package/declarations/components/hds/form/file-input/field.d.ts +6 -9
  58. package/declarations/components/hds/form/helper-text/index.d.ts +0 -15
  59. package/declarations/components/hds/form/indicator/index.d.ts +1 -6
  60. package/declarations/components/hds/form/key-value-inputs/add-row-button.d.ts +1 -1
  61. package/declarations/components/hds/form/key-value-inputs/delete-row-button.d.ts +1 -1
  62. package/declarations/components/hds/form/key-value-inputs/field.d.ts +22 -22
  63. package/declarations/components/hds/form/key-value-inputs/index.d.ts +23 -23
  64. package/declarations/components/hds/form/label/index.d.ts +1 -11
  65. package/declarations/components/hds/form/legend/index.d.ts +1 -6
  66. package/declarations/components/hds/form/masked-input/base.d.ts +2 -2
  67. package/declarations/components/hds/form/radio/base.d.ts +2 -1
  68. package/declarations/components/hds/form/radio/field.d.ts +6 -9
  69. package/declarations/components/hds/form/radio/group.d.ts +9 -11
  70. package/declarations/components/hds/form/radio-card/description.d.ts +2 -1
  71. package/declarations/components/hds/form/radio-card/group.d.ts +10 -12
  72. package/declarations/components/hds/form/radio-card/index.d.ts +12 -33
  73. package/declarations/components/hds/form/radio-card/label.d.ts +2 -1
  74. package/declarations/components/hds/form/super-select/multiple/field.d.ts +4 -4
  75. package/declarations/components/hds/form/super-select/single/field.d.ts +5 -5
  76. package/declarations/components/hds/form/text-input/base.d.ts +0 -12
  77. package/declarations/components/hds/form/text-input/field.d.ts +11 -14
  78. package/declarations/components/hds/form/textarea/base.d.ts +0 -5
  79. package/declarations/components/hds/form/textarea/field.d.ts +8 -10
  80. package/declarations/components/hds/form/toggle/base.d.ts +2 -1
  81. package/declarations/components/hds/form/toggle/field.d.ts +6 -9
  82. package/declarations/components/hds/form/toggle/group.d.ts +9 -11
  83. package/declarations/components/hds/form/visibility-toggle/index.d.ts +2 -1
  84. package/declarations/components/hds/icon/index.d.ts +23 -7
  85. package/declarations/components/hds/icon/types.d.ts +7 -0
  86. package/declarations/components/hds/icon-tile/index.d.ts +1 -1
  87. package/declarations/components/hds/layout/flex/index.d.ts +2 -3
  88. package/declarations/components/hds/modal/index.d.ts +10 -10
  89. package/declarations/components/hds/page-header/index.d.ts +1 -1
  90. package/declarations/components/hds/popover-primitive/index.d.ts +10 -10
  91. package/declarations/components/hds/reveal/index.d.ts +1 -6
  92. package/declarations/components/hds/reveal/toggle/button.d.ts +1 -6
  93. package/declarations/components/hds/segmented-group/index.d.ts +1 -1
  94. package/declarations/components/hds/stepper/task/indicator.d.ts +1 -1
  95. package/declarations/components/hds/tag/index.d.ts +2 -34
  96. package/declarations/components/hds/theme-context/index.d.ts +24 -0
  97. package/declarations/components/hds/theme-context/types.d.ts +19 -0
  98. package/declarations/components/hds/theme-switcher/index.d.ts +43 -0
  99. package/declarations/components/hds/toast/index.d.ts +3 -2
  100. package/declarations/components.d.ts +81 -79
  101. package/declarations/instance-initializers/load-sprite-empty.d.ts +10 -0
  102. package/declarations/services/hds-icon-registry.d.ts +27 -0
  103. package/declarations/services/hds-theming.d.ts +54 -0
  104. package/declarations/services.d.ts +1 -0
  105. package/declarations/template-registry.d.ts +13 -7
  106. package/declarations/utils/hds-aria-described-by.d.ts +2 -2
  107. package/dist/_app_/components/hds/theme-context.js +1 -0
  108. package/dist/_app_/components/hds/theme-switcher.js +1 -0
  109. package/dist/_app_/instance-initializers/load-sprite-empty.js +1 -0
  110. package/dist/_app_/services/hds-icon-registry.js +1 -0
  111. package/dist/_app_/services/hds-theming.js +1 -0
  112. package/dist/components/hds/accordion/index.js +11 -28
  113. package/dist/components/hds/accordion/index.js.map +1 -1
  114. package/dist/components/hds/accordion/item/button.js +16 -18
  115. package/dist/components/hds/accordion/item/button.js.map +1 -1
  116. package/dist/components/hds/accordion/item/index.js +23 -43
  117. package/dist/components/hds/accordion/item/index.js.map +1 -1
  118. package/dist/components/hds/advanced-table/index.js.map +1 -1
  119. package/dist/components/hds/advanced-table/tr.js.map +1 -1
  120. package/dist/components/hds/advanced-table/types.js.map +1 -1
  121. package/dist/components/hds/alert/description.js +2 -2
  122. package/dist/components/hds/alert/description.js.map +1 -1
  123. package/dist/components/hds/app-footer/copyright.js +15 -10
  124. package/dist/components/hds/app-footer/copyright.js.map +1 -1
  125. package/dist/components/hds/app-footer/index.js +21 -23
  126. package/dist/components/hds/app-footer/index.js.map +1 -1
  127. package/dist/components/hds/app-footer/item.js +5 -7
  128. package/dist/components/hds/app-footer/item.js.map +1 -1
  129. package/dist/components/hds/app-footer/legal-links.js +13 -39
  130. package/dist/components/hds/app-footer/legal-links.js.map +1 -1
  131. package/dist/components/hds/app-footer/link.js +19 -6
  132. package/dist/components/hds/app-footer/link.js.map +1 -1
  133. package/dist/components/hds/app-footer/status-link.js +15 -35
  134. package/dist/components/hds/app-footer/status-link.js.map +1 -1
  135. package/dist/components/hds/app-frame/index.js +19 -8
  136. package/dist/components/hds/app-frame/index.js.map +1 -1
  137. package/dist/components/hds/app-frame/parts/footer.js +5 -7
  138. package/dist/components/hds/app-frame/parts/footer.js.map +1 -1
  139. package/dist/components/hds/app-frame/parts/header.js +5 -7
  140. package/dist/components/hds/app-frame/parts/header.js.map +1 -1
  141. package/dist/components/hds/app-frame/parts/main.js +5 -7
  142. package/dist/components/hds/app-frame/parts/main.js.map +1 -1
  143. package/dist/components/hds/app-frame/parts/modals.js +5 -7
  144. package/dist/components/hds/app-frame/parts/modals.js.map +1 -1
  145. package/dist/components/hds/app-frame/parts/sidebar.js +5 -7
  146. package/dist/components/hds/app-frame/parts/sidebar.js.map +1 -1
  147. package/dist/components/hds/app-header/home-link.js +19 -4
  148. package/dist/components/hds/app-header/home-link.js.map +1 -1
  149. package/dist/components/hds/app-header/index.js +27 -40
  150. package/dist/components/hds/app-header/index.js.map +1 -1
  151. package/dist/components/hds/app-header/menu-button.js +13 -9
  152. package/dist/components/hds/app-header/menu-button.js.map +1 -1
  153. package/dist/components/hds/app-side-nav/list/back-link.js +2 -2
  154. package/dist/components/hds/app-side-nav/list/back-link.js.map +1 -1
  155. package/dist/components/hds/app-side-nav/list/item.js +2 -2
  156. package/dist/components/hds/app-side-nav/list/item.js.map +1 -1
  157. package/dist/components/hds/app-side-nav/list/link.js +2 -2
  158. package/dist/components/hds/app-side-nav/list/link.js.map +1 -1
  159. package/dist/components/hds/app-side-nav/portal/index.js +2 -2
  160. package/dist/components/hds/app-side-nav/portal/index.js.map +1 -1
  161. package/dist/components/hds/app-side-nav/toggle-button.js +2 -2
  162. package/dist/components/hds/app-side-nav/toggle-button.js.map +1 -1
  163. package/dist/components/hds/application-state/body.js +9 -6
  164. package/dist/components/hds/application-state/body.js.map +1 -1
  165. package/dist/components/hds/application-state/footer.js +15 -6
  166. package/dist/components/hds/application-state/footer.js.map +1 -1
  167. package/dist/components/hds/application-state/header.js +15 -4
  168. package/dist/components/hds/application-state/header.js.map +1 -1
  169. package/dist/components/hds/application-state/index.js +17 -5
  170. package/dist/components/hds/application-state/index.js.map +1 -1
  171. package/dist/components/hds/application-state/media.js +5 -7
  172. package/dist/components/hds/application-state/media.js.map +1 -1
  173. package/dist/components/hds/breadcrumb/index.js +9 -28
  174. package/dist/components/hds/breadcrumb/index.js.map +1 -1
  175. package/dist/components/hds/breadcrumb/item.js +11 -22
  176. package/dist/components/hds/breadcrumb/item.js.map +1 -1
  177. package/dist/components/hds/breadcrumb/truncation.js +13 -9
  178. package/dist/components/hds/breadcrumb/truncation.js.map +1 -1
  179. package/dist/components/hds/button-set/index.js +2 -2
  180. package/dist/components/hds/button-set/index.js.map +1 -1
  181. package/dist/components/hds/card/container.js +11 -12
  182. package/dist/components/hds/card/container.js.map +1 -1
  183. package/dist/components/hds/code-block/copy-button.js.map +1 -1
  184. package/dist/components/hds/code-block/index.js.map +1 -1
  185. package/dist/components/hds/code-editor/generic.js +2 -2
  186. package/dist/components/hds/code-editor/generic.js.map +1 -1
  187. package/dist/components/hds/code-editor/index.js.map +1 -1
  188. package/dist/components/hds/copy/button/index.js +17 -36
  189. package/dist/components/hds/copy/button/index.js.map +1 -1
  190. package/dist/components/hds/copy/snippet/index.js +21 -59
  191. package/dist/components/hds/copy/snippet/index.js.map +1 -1
  192. package/dist/components/hds/dialog-primitive/body.js +5 -7
  193. package/dist/components/hds/dialog-primitive/body.js.map +1 -1
  194. package/dist/components/hds/dialog-primitive/description.js +5 -7
  195. package/dist/components/hds/dialog-primitive/description.js.map +1 -1
  196. package/dist/components/hds/dialog-primitive/footer.js +9 -5
  197. package/dist/components/hds/dialog-primitive/footer.js.map +1 -1
  198. package/dist/components/hds/dialog-primitive/header.js +21 -11
  199. package/dist/components/hds/dialog-primitive/header.js.map +1 -1
  200. package/dist/components/hds/dialog-primitive/overlay.js +5 -7
  201. package/dist/components/hds/dialog-primitive/overlay.js.map +1 -1
  202. package/dist/components/hds/dialog-primitive/wrapper.js +5 -7
  203. package/dist/components/hds/dialog-primitive/wrapper.js.map +1 -1
  204. package/dist/components/hds/disclosure-primitive/index.js +16 -19
  205. package/dist/components/hds/disclosure-primitive/index.js.map +1 -1
  206. package/dist/components/hds/dropdown/footer.js +2 -2
  207. package/dist/components/hds/dropdown/footer.js.map +1 -1
  208. package/dist/components/hds/dropdown/header.js +2 -2
  209. package/dist/components/hds/dropdown/header.js.map +1 -1
  210. package/dist/components/hds/dropdown/index.js.map +1 -1
  211. package/dist/components/hds/dropdown/list-item/checkbox.js.map +1 -1
  212. package/dist/components/hds/dropdown/list-item/copy-item.js.map +1 -1
  213. package/dist/components/hds/dropdown/list-item/generic.js +2 -2
  214. package/dist/components/hds/dropdown/list-item/generic.js.map +1 -1
  215. package/dist/components/hds/dropdown/list-item/radio.js.map +1 -1
  216. package/dist/components/hds/dropdown/list-item/separator.js +2 -2
  217. package/dist/components/hds/dropdown/list-item/separator.js.map +1 -1
  218. package/dist/components/hds/dropdown/toggle/button.js.map +1 -1
  219. package/dist/components/hds/dropdown/toggle/chevron.js +2 -2
  220. package/dist/components/hds/dropdown/toggle/chevron.js.map +1 -1
  221. package/dist/components/hds/dropdown/toggle/icon.js.map +1 -1
  222. package/dist/components/hds/filter-bar/filter-group/clear-button.js +2 -2
  223. package/dist/components/hds/filter-bar/filter-group/clear-button.js.map +1 -1
  224. package/dist/components/hds/flyout/index.js +30 -36
  225. package/dist/components/hds/flyout/index.js.map +1 -1
  226. package/dist/components/hds/form/character-count/index.js +13 -58
  227. package/dist/components/hds/form/character-count/index.js.map +1 -1
  228. package/dist/components/hds/form/checkbox/base.js +5 -7
  229. package/dist/components/hds/form/checkbox/base.js.map +1 -1
  230. package/dist/components/hds/form/checkbox/field.js +13 -6
  231. package/dist/components/hds/form/checkbox/field.js.map +1 -1
  232. package/dist/components/hds/form/checkbox/group.js +13 -6
  233. package/dist/components/hds/form/checkbox/group.js.map +1 -1
  234. package/dist/components/hds/form/error/index.js +19 -29
  235. package/dist/components/hds/form/error/index.js.map +1 -1
  236. package/dist/components/hds/form/error/message.js +9 -6
  237. package/dist/components/hds/form/error/message.js.map +1 -1
  238. package/dist/components/hds/form/field/index.js +24 -47
  239. package/dist/components/hds/form/field/index.js.map +1 -1
  240. package/dist/components/hds/form/fieldset/index.js +20 -47
  241. package/dist/components/hds/form/fieldset/index.js.map +1 -1
  242. package/dist/components/hds/form/file-input/base.js +5 -7
  243. package/dist/components/hds/form/file-input/base.js.map +1 -1
  244. package/dist/components/hds/form/file-input/field.js +13 -6
  245. package/dist/components/hds/form/file-input/field.js.map +1 -1
  246. package/dist/components/hds/form/header/description.js +2 -2
  247. package/dist/components/hds/form/header/description.js.map +1 -1
  248. package/dist/components/hds/form/helper-text/index.js +11 -23
  249. package/dist/components/hds/form/helper-text/index.js.map +1 -1
  250. package/dist/components/hds/form/indicator/index.js +13 -9
  251. package/dist/components/hds/form/indicator/index.js.map +1 -1
  252. package/dist/components/hds/form/key-value-inputs/add-row-button.js +11 -8
  253. package/dist/components/hds/form/key-value-inputs/add-row-button.js.map +1 -1
  254. package/dist/components/hds/form/key-value-inputs/delete-row-button.js +11 -8
  255. package/dist/components/hds/form/key-value-inputs/delete-row-button.js.map +1 -1
  256. package/dist/components/hds/form/key-value-inputs/field.js +33 -24
  257. package/dist/components/hds/form/key-value-inputs/field.js.map +1 -1
  258. package/dist/components/hds/form/key-value-inputs/generic.js +5 -4
  259. package/dist/components/hds/form/key-value-inputs/generic.js.map +1 -1
  260. package/dist/components/hds/form/key-value-inputs/index.js +42 -43
  261. package/dist/components/hds/form/key-value-inputs/index.js.map +1 -1
  262. package/dist/components/hds/form/label/index.js +9 -17
  263. package/dist/components/hds/form/label/index.js.map +1 -1
  264. package/dist/components/hds/form/legend/index.js +9 -11
  265. package/dist/components/hds/form/legend/index.js.map +1 -1
  266. package/dist/components/hds/form/masked-input/base.js.map +1 -1
  267. package/dist/components/hds/form/masked-input/field.js +2 -2
  268. package/dist/components/hds/form/masked-input/field.js.map +1 -1
  269. package/dist/components/hds/form/radio/base.js +5 -7
  270. package/dist/components/hds/form/radio/base.js.map +1 -1
  271. package/dist/components/hds/form/radio/field.js +13 -6
  272. package/dist/components/hds/form/radio/field.js.map +1 -1
  273. package/dist/components/hds/form/radio/group.js +13 -6
  274. package/dist/components/hds/form/radio/group.js.map +1 -1
  275. package/dist/components/hds/form/radio-card/description.js +9 -6
  276. package/dist/components/hds/form/radio-card/description.js.map +1 -1
  277. package/dist/components/hds/form/radio-card/group.js +15 -6
  278. package/dist/components/hds/form/radio-card/group.js.map +1 -1
  279. package/dist/components/hds/form/radio-card/index.js +23 -29
  280. package/dist/components/hds/form/radio-card/index.js.map +1 -1
  281. package/dist/components/hds/form/radio-card/label.js +9 -6
  282. package/dist/components/hds/form/radio-card/label.js.map +1 -1
  283. package/dist/components/hds/form/section/header.js +2 -2
  284. package/dist/components/hds/form/section/header.js.map +1 -1
  285. package/dist/components/hds/form/section/multi-field-group/index.js +2 -2
  286. package/dist/components/hds/form/section/multi-field-group/index.js.map +1 -1
  287. package/dist/components/hds/form/select/field.js +2 -2
  288. package/dist/components/hds/form/select/field.js.map +1 -1
  289. package/dist/components/hds/form/super-select/after-options.js +2 -2
  290. package/dist/components/hds/form/super-select/after-options.js.map +1 -1
  291. package/dist/components/hds/form/super-select/multiple/field.js.map +1 -1
  292. package/dist/components/hds/form/super-select/placeholder.js +2 -2
  293. package/dist/components/hds/form/super-select/placeholder.js.map +1 -1
  294. package/dist/components/hds/form/super-select/single/field.js.map +1 -1
  295. package/dist/components/hds/form/text-input/base.js +9 -23
  296. package/dist/components/hds/form/text-input/base.js.map +1 -1
  297. package/dist/components/hds/form/text-input/field.js +20 -9
  298. package/dist/components/hds/form/text-input/field.js.map +1 -1
  299. package/dist/components/hds/form/textarea/base.js +11 -12
  300. package/dist/components/hds/form/textarea/base.js.map +1 -1
  301. package/dist/components/hds/form/textarea/field.js +13 -6
  302. package/dist/components/hds/form/textarea/field.js.map +1 -1
  303. package/dist/components/hds/form/toggle/base.js +5 -7
  304. package/dist/components/hds/form/toggle/base.js.map +1 -1
  305. package/dist/components/hds/form/toggle/field.js +13 -6
  306. package/dist/components/hds/form/toggle/field.js.map +1 -1
  307. package/dist/components/hds/form/toggle/group.js +13 -6
  308. package/dist/components/hds/form/toggle/group.js.map +1 -1
  309. package/dist/components/hds/form/visibility-toggle/index.js +9 -6
  310. package/dist/components/hds/form/visibility-toggle/index.js.map +1 -1
  311. package/dist/components/hds/icon/index.js +45 -10
  312. package/dist/components/hds/icon/index.js.map +1 -1
  313. package/dist/components/hds/icon/types.js +6 -1
  314. package/dist/components/hds/icon/types.js.map +1 -1
  315. package/dist/components/hds/icon-tile/index.js +9 -10
  316. package/dist/components/hds/icon-tile/index.js.map +1 -1
  317. package/dist/components/hds/layout/flex/index.js +14 -13
  318. package/dist/components/hds/layout/flex/index.js.map +1 -1
  319. package/dist/components/hds/layout/flex/item.js +11 -11
  320. package/dist/components/hds/layout/flex/item.js.map +1 -1
  321. package/dist/components/hds/modal/index.js +29 -38
  322. package/dist/components/hds/modal/index.js.map +1 -1
  323. package/dist/components/hds/page-header/actions.js +2 -2
  324. package/dist/components/hds/page-header/actions.js.map +1 -1
  325. package/dist/components/hds/page-header/badges.js +2 -2
  326. package/dist/components/hds/page-header/badges.js.map +1 -1
  327. package/dist/components/hds/page-header/description.js +2 -2
  328. package/dist/components/hds/page-header/description.js.map +1 -1
  329. package/dist/components/hds/page-header/index.js +2 -2
  330. package/dist/components/hds/page-header/index.js.map +1 -1
  331. package/dist/components/hds/page-header/subtitle.js +2 -2
  332. package/dist/components/hds/page-header/subtitle.js.map +1 -1
  333. package/dist/components/hds/page-header/title.js +2 -2
  334. package/dist/components/hds/page-header/title.js.map +1 -1
  335. package/dist/components/hds/pagination/nav/ellipsis.js +2 -2
  336. package/dist/components/hds/pagination/nav/ellipsis.js.map +1 -1
  337. package/dist/components/hds/popover-primitive/index.js +30 -79
  338. package/dist/components/hds/popover-primitive/index.js.map +1 -1
  339. package/dist/components/hds/reveal/index.js +13 -9
  340. package/dist/components/hds/reveal/index.js.map +1 -1
  341. package/dist/components/hds/reveal/toggle/button.js +9 -10
  342. package/dist/components/hds/reveal/toggle/button.js.map +1 -1
  343. package/dist/components/hds/segmented-group/index.js +2 -2
  344. package/dist/components/hds/segmented-group/index.js.map +1 -1
  345. package/dist/components/hds/tag/index.js +29 -44
  346. package/dist/components/hds/tag/index.js.map +1 -1
  347. package/dist/components/hds/theme-context/index.js +45 -0
  348. package/dist/components/hds/theme-context/index.js.map +1 -0
  349. package/dist/components/hds/theme-context/types.js +27 -0
  350. package/dist/components/hds/theme-context/types.js.map +1 -0
  351. package/dist/components/hds/theme-switcher/index.js +100 -0
  352. package/dist/components/hds/theme-switcher/index.js.map +1 -0
  353. package/dist/components/hds/time/single.js +2 -2
  354. package/dist/components/hds/time/single.js.map +1 -1
  355. package/dist/components/hds/toast/index.js +11 -6
  356. package/dist/components/hds/toast/index.js.map +1 -1
  357. package/dist/components/hds/yield/index.js +2 -2
  358. package/dist/components/hds/yield/index.js.map +1 -1
  359. package/dist/components.js +3 -1
  360. package/dist/components.js.map +1 -1
  361. package/dist/instance-initializers/load-sprite-empty.js +45 -0
  362. package/dist/instance-initializers/load-sprite-empty.js.map +1 -0
  363. package/dist/public/assets/fonts/LICENSE.txt +93 -0
  364. package/dist/public/assets/fonts/complete/woff2/IBMPlexMono-Italic.woff2 +0 -0
  365. package/dist/public/assets/fonts/complete/woff2/IBMPlexMono-Regular.woff2 +0 -0
  366. package/dist/public/assets/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2 +0 -0
  367. package/dist/public/assets/fonts/complete/woff2/IBMPlexMono-SemiBoldItalic.woff2 +0 -0
  368. package/dist/public/assets/fonts/complete/woff2/IBMPlexSans-Italic.woff2 +0 -0
  369. package/dist/public/assets/fonts/complete/woff2/IBMPlexSans-Regular.woff2 +0 -0
  370. package/dist/public/assets/fonts/complete/woff2/IBMPlexSans-SemiBold.woff2 +0 -0
  371. package/dist/public/assets/fonts/complete/woff2/IBMPlexSans-SemiBoldItalic.woff2 +0 -0
  372. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2 +0 -0
  373. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2 +0 -0
  374. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2 +0 -0
  375. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2 +0 -0
  376. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2 +0 -0
  377. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2 +0 -0
  378. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2 +0 -0
  379. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2 +0 -0
  380. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2 +0 -0
  381. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2 +0 -0
  382. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2 +0 -0
  383. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2 +0 -0
  384. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2 +0 -0
  385. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2 +0 -0
  386. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2 +0 -0
  387. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2 +0 -0
  388. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2 +0 -0
  389. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2 +0 -0
  390. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2 +0 -0
  391. package/dist/public/assets/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2 +0 -0
  392. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2 +0 -0
  393. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Italic-Greek.woff2 +0 -0
  394. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2 +0 -0
  395. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2 +0 -0
  396. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2 +0 -0
  397. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2 +0 -0
  398. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2 +0 -0
  399. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Regular-Greek.woff2 +0 -0
  400. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2 +0 -0
  401. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2 +0 -0
  402. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2 +0 -0
  403. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2 +0 -0
  404. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2 +0 -0
  405. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBold-Greek.woff2 +0 -0
  406. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2 +0 -0
  407. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2 +0 -0
  408. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2 +0 -0
  409. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2 +0 -0
  410. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2 +0 -0
  411. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Greek.woff2 +0 -0
  412. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2 +0 -0
  413. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2 +0 -0
  414. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2 +0 -0
  415. package/dist/public/assets/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2 +0 -0
  416. package/dist/services/hds-icon-registry.js +440 -0
  417. package/dist/services/hds-icon-registry.js.map +1 -0
  418. package/dist/services/hds-theming.js +150 -0
  419. package/dist/services/hds-theming.js.map +1 -0
  420. package/dist/services.js +1 -1
  421. package/dist/styles/@hashicorp/design-system-components-common.css +9330 -0
  422. package/dist/styles/@hashicorp/design-system-components-common.css.map +1 -0
  423. package/dist/styles/@hashicorp/design-system-components-common.scss +24 -0
  424. package/dist/styles/@hashicorp/design-system-components.css +500 -319
  425. package/dist/styles/@hashicorp/design-system-components.css.map +1 -1
  426. package/dist/styles/@hashicorp/design-system-components.scss +3 -61
  427. package/dist/styles/@hashicorp/design-system-plex-fonts.css +362 -0
  428. package/dist/styles/@hashicorp/design-system-plex-fonts.css.map +1 -0
  429. package/dist/styles/@hashicorp/design-system-plex-fonts.scss +58 -0
  430. package/dist/styles/components/badge-count.scss +26 -76
  431. package/dist/styles/components/badge.scss +26 -131
  432. package/dist/styles/components/button.scss +5 -0
  433. package/dist/styles/components/dropdown.scss +3 -5
  434. package/dist/styles/components/form/file-input.scss +2 -2
  435. package/dist/styles/components/form/key-value-inputs.scss +2 -4
  436. package/dist/styles/components/index.scss +52 -0
  437. package/dist/styles/components/theme-context.scss +12 -0
  438. package/dist/styles/mixins/_button.scss +82 -129
  439. package/dist/styles/mixins/_carbonization.scss +33 -0
  440. package/dist/styles/mixins/_interactive-dark-theme.scss +1 -1
  441. package/dist/utils/hds-aria-described-by.js.map +1 -1
  442. package/package.json +68 -4
@@ -3,8 +3,8 @@
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
5
  import Component from '@glimmer/component';
6
- import type { ComponentLike } from '@glint/template';
7
- import type { HdsAccordionItemSignature } from './item/index.ts';
6
+ import type { WithBoundArgs } from '@glint/template';
7
+ import HdsAccordionItem from './item/index';
8
8
  import type { HdsAccordionForceStates, HdsAccordionSizes, HdsAccordionTypes, HdsAccordionItemTitleTags } from './types.ts';
9
9
  export interface HdsAccordionSignature {
10
10
  Args: {
@@ -16,34 +16,15 @@ export interface HdsAccordionSignature {
16
16
  Blocks: {
17
17
  default: [
18
18
  {
19
- Item?: ComponentLike<HdsAccordionItemSignature>;
19
+ Item?: WithBoundArgs<typeof HdsAccordionItem, 'titleTag' | 'size' | 'type' | 'forceState'>;
20
20
  }
21
21
  ];
22
22
  };
23
23
  Element: HTMLDivElement;
24
24
  }
25
25
  export default class HdsAccordion extends Component<HdsAccordionSignature> {
26
- /**
27
- * Sets the size for the component
28
- *
29
- * @param size
30
- * @type {HdsAccordionSizes}
31
- * @default 'medium'
32
- */
33
26
  get size(): HdsAccordionSizes;
34
27
  get titleTag(): HdsAccordionItemTitleTags;
35
- /**
36
- * Sets the type of the component
37
- *
38
- * @param type
39
- * @type {HdsAccordionTypes}
40
- * @default 'card'
41
- */
42
28
  get type(): HdsAccordionTypes;
43
- /**
44
- * Get the class names to apply to the component.
45
- * @method classNames
46
- * @return {string} The "class" attribute to apply to the component.
47
- */
48
29
  get classNames(): string;
49
30
  }
@@ -18,11 +18,7 @@ export interface HdsAccordionItemButtonSignature {
18
18
  Element: HTMLButtonElement;
19
19
  }
20
20
  export default class HdsAccordionItemButton extends Component<HdsAccordionItemButtonSignature> {
21
- onClick(event: MouseEvent): void;
22
- /**
23
- * Get the class names to apply to the component.
24
- * @method ItemButton#classNames
25
- * @return {string} The "class" attribute to apply to the component.
26
- */
21
+ onClick: (event: MouseEvent) => void;
22
+ get iconSize(): "16" | "24";
27
23
  get classNames(): string;
28
24
  }
@@ -34,39 +34,11 @@ export interface HdsAccordionItemSignature {
34
34
  export default class HdsAccordionItem extends Component<HdsAccordionItemSignature> {
35
35
  private _titleId;
36
36
  get ariaLabelledBy(): string | undefined;
37
- /**
38
- * @param containsInteractive
39
- * @type {boolean}
40
- * @default false
41
- */
42
37
  get containsInteractive(): boolean;
43
- /**
44
- * @param toggleTextSize
45
- * @type {HdsTextSizes}
46
- * @default 'medium'
47
- */
48
38
  get toggleTextSize(): number;
49
- /**
50
- * Sets the size for the component
51
- *
52
- * @param size
53
- * @type {HdsAccordionSizes}
54
- * @default 'medium'
55
- */
56
39
  get size(): HdsAccordionSizes;
57
- /**
58
- * Sets the type of the component
59
- *
60
- * @param type
61
- * @type {HdsAccordionTypes}
62
- * @default 'card'
63
- */
40
+ get isOpen(): boolean;
64
41
  get type(): HdsAccordionTypes;
65
42
  get titleTag(): HdsAccordionItemTitleTags;
66
- /**
67
- * Get the class names to apply to the component.
68
- * @method classNames
69
- * @return {string} The "class" attribute to apply to the component.
70
- */
71
43
  get classNames(): string;
72
44
  }
@@ -9,7 +9,7 @@ import type { ComponentLike } from '@glint/template';
9
9
  import { HdsAdvancedTableDensityValues, HdsAdvancedTableVerticalAlignmentValues } from './types.ts';
10
10
  import type { HdsAdvancedTableColumn, HdsAdvancedTableDensities, HdsAdvancedTableHorizontalAlignment, HdsAdvancedTableOnSelectionChangeSignature, HdsAdvancedTableThSortOrder, HdsAdvancedTableVerticalAlignment, HdsAdvancedTableModel, HdsAdvancedTableExpandState, HdsAdvancedTableColumnReorderCallback } from './types.ts';
11
11
  import type { HdsFilterBarSignature } from '../filter-bar/index.ts';
12
- import type { HdsFormCheckboxBaseSignature } from '../form/checkbox/base.ts';
12
+ import type { HdsFormCheckboxBaseSignature } from '../form/checkbox/base';
13
13
  import type HdsAdvancedTableTd from './td.ts';
14
14
  import type HdsAdvancedTableTh from './th.ts';
15
15
  import type HdsAdvancedTableTr from './tr.ts';
@@ -4,7 +4,7 @@
4
4
  */
5
5
  import Component from '@glimmer/component';
6
6
  import type { HdsAdvancedTableScope, HdsAdvancedTableThSortOrder } from './types.ts';
7
- import type { HdsFormCheckboxBaseSignature } from '../form/checkbox/base.ts';
7
+ import type { HdsFormCheckboxBaseSignature } from '../form/checkbox/base';
8
8
  import type { HdsAdvancedTableSignature } from './index.ts';
9
9
  import type { HdsAdvancedTableThSelectableSignature } from './th-selectable.ts';
10
10
  import type HdsAdvancedTableRow from './models/row.ts';
@@ -2,7 +2,7 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
- import type { HdsFormCheckboxBaseSignature } from '../form/checkbox/base.ts';
5
+ import type { HdsFormCheckboxBaseSignature } from '../form/checkbox/base';
6
6
  export declare enum HdsAdvancedTableDensityValues {
7
7
  Default = "default",
8
8
  Medium = "medium",
@@ -10,11 +10,5 @@ export interface HdsAppFooterCopyrightSignature {
10
10
  Element: HTMLDivElement;
11
11
  }
12
12
  export default class HdsAppFooterCopyright extends Component<HdsAppFooterCopyrightSignature> {
13
- /**
14
- * @param year
15
- * @type {string}
16
- * @description The copyright year
17
- * @default The current year (calculated via `Date()`)
18
- */
19
13
  get year(): string | number;
20
14
  }
@@ -3,12 +3,11 @@
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
5
  import Component from '@glimmer/component';
6
- import type { ComponentLike } from '@glint/template';
7
- import type { HdsYieldSignature } from '../yield';
8
- import type { HdsAppFooterItemSignature } from './item.ts';
9
- import type { HdsAppFooterLegalLinksSignature } from './legal-links';
10
- import type { HdsAppFooterLinkSignature } from './link';
11
- import type { HdsAppFooterStatusLinkSignature } from './status-link';
6
+ import HdsYield from '../yield/index';
7
+ import HdsAppFooterStatusLink from './status-link';
8
+ import HdsAppFooterLegalLinks from './legal-links';
9
+ import HdsAppFooterLink from './link';
10
+ import HdsAppFooterItem from './item';
12
11
  import type { HdsAppFooterThemeTypes } from './types.ts';
13
12
  export interface HdsAppFooterSignature {
14
13
  Args: {
@@ -19,35 +18,19 @@ export interface HdsAppFooterSignature {
19
18
  Blocks: {
20
19
  default: [
21
20
  {
22
- ExtraBefore?: ComponentLike<HdsYieldSignature>;
23
- StatusLink?: ComponentLike<HdsAppFooterStatusLinkSignature>;
24
- LegalLinks?: ComponentLike<HdsAppFooterLegalLinksSignature>;
25
- Link?: ComponentLike<HdsAppFooterLinkSignature>;
26
- Item?: ComponentLike<HdsAppFooterItemSignature>;
27
- ExtraAfter?: ComponentLike<HdsYieldSignature>;
21
+ ExtraBefore?: typeof HdsYield;
22
+ StatusLink?: typeof HdsAppFooterStatusLink;
23
+ LegalLinks?: typeof HdsAppFooterLegalLinks;
24
+ Link?: typeof HdsAppFooterLink;
25
+ Item?: typeof HdsAppFooterItem;
26
+ ExtraAfter?: typeof HdsYield;
28
27
  }
29
28
  ];
30
29
  };
31
30
  Element: HTMLDivElement;
32
31
  }
33
32
  export default class HdsAppFooter extends Component<HdsAppFooterSignature> {
34
- /**
35
- * @param ariaLabel
36
- * @type {string}
37
- * @default 'Footer items'
38
- */
39
33
  get ariaLabel(): string;
40
- /**
41
- * @param theme
42
- * @type {HdsAppFooterThemeTypes}
43
- * @description The component theme
44
- * @default 'light'
45
- */
46
34
  get theme(): HdsAppFooterThemeTypes;
47
- /**
48
- * Get the class names to apply to the component.
49
- * @method classNames
50
- * @return {string} The "class" attribute to apply to the component.
51
- */
52
35
  get classNames(): string;
53
36
  }
@@ -2,11 +2,12 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
6
  export interface HdsAppFooterItemSignature {
6
7
  Blocks: {
7
8
  default: [];
8
9
  };
9
10
  Element: HTMLLIElement;
10
11
  }
11
- declare const HdsAppFooterItem: import("@ember/component/template-only").TemplateOnlyComponent<HdsAppFooterItemSignature>;
12
+ declare const HdsAppFooterItem: TemplateOnlyComponent<HdsAppFooterItemSignature>;
12
13
  export default HdsAppFooterItem;
@@ -15,40 +15,10 @@ export interface HdsAppFooterLegalLinksSignature {
15
15
  Element: HTMLUListElement;
16
16
  }
17
17
  export default class HdsAppFooterLegalLinks extends Component<HdsAppFooterLegalLinksSignature> {
18
- /**
19
- * @param ariaLabel
20
- * @type {string}
21
- * @default 'Legal links'
22
- */
23
18
  get ariaLabel(): string;
24
- /**
25
- * @param hrefForSupport
26
- * @type {string}
27
- * @description The href value of the "Support" link
28
- */
29
19
  get hrefForSupport(): string;
30
- /**
31
- * @param hrefForTerms
32
- * @type {string}
33
- * @description The href value of the "Terms" link
34
- */
35
20
  get hrefForTerms(): string;
36
- /**
37
- * @param hrefForPrivacy
38
- * @type {string}
39
- * @description The href value of the "Privacy" link
40
- */
41
21
  get hrefForPrivacy(): string;
42
- /**
43
- * @param hrefForSecurity
44
- * @type {string}
45
- * @description The href value of the "Security" link
46
- */
47
22
  get hrefForSecurity(): string;
48
- /**
49
- * @param hrefForAccessibility
50
- * @type {string}
51
- * @description The href value of the "Accessibility" link
52
- */
53
23
  get hrefForAccessibility(): string;
54
24
  }
@@ -2,10 +2,11 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
- import type { HdsInteractiveSignature } from '../interactive';
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
6
+ import type { HdsInteractiveSignature } from '../interactive/index';
6
7
  import type { HdsLinkColors, HdsLinkIconPositions } from '../link/types.ts';
7
- import type { HdsLinkInlineSignature } from '../link/inline.ts';
8
- import type { HdsIconSignature } from '../icon';
8
+ import type { HdsLinkInlineSignature } from '../link/inline';
9
+ import type { HdsIconSignature } from '../icon/index';
9
10
  export interface HdsAppFooterLinkSignature {
10
11
  Args: HdsInteractiveSignature['Args'] & {
11
12
  color?: HdsLinkColors;
@@ -17,5 +18,5 @@ export interface HdsAppFooterLinkSignature {
17
18
  };
18
19
  Element: HdsLinkInlineSignature['Element'];
19
20
  }
20
- declare const HdsAppFooterLink: import("@ember/component/template-only").TemplateOnlyComponent<HdsAppFooterLinkSignature>;
21
+ declare const HdsAppFooterLink: TemplateOnlyComponent<HdsAppFooterLinkSignature>;
21
22
  export default HdsAppFooterLink;
@@ -4,11 +4,11 @@
4
4
  */
5
5
  import Component from '@glimmer/component';
6
6
  import type { SafeString } from '@ember/template';
7
- import type { HdsInteractiveSignature } from '../interactive/';
8
- import type { HdsAppFooterStatusTypes } from './types.ts';
9
- import type { HdsAppFooterLinkSignature } from './link.ts';
10
- import type { HdsIconSignature } from '../icon';
11
7
  import type Owner from '@ember/owner';
8
+ import type { HdsAppFooterStatusTypes } from './types.ts';
9
+ import type { HdsAppFooterLinkSignature } from './link';
10
+ import type { HdsIconSignature } from '../icon/index';
11
+ import type { HdsInteractiveSignature } from '../interactive/index';
12
12
  export declare const STATUSES: Record<import("./types.ts").HdsAppFooterStatusValues, {
13
13
  text: string;
14
14
  iconName: HdsIconSignature["Args"]["name"];
@@ -25,35 +25,10 @@ export interface HdsAppFooterStatusLinkSignature {
25
25
  }
26
26
  export default class HdsAppFooterStatusLink extends Component<HdsAppFooterStatusLinkSignature> {
27
27
  constructor(owner: Owner, args: HdsInteractiveSignature['Args']);
28
- /**
29
- * @param status
30
- * @type {HdsAppFooterStatusTypes}
31
- * @description The name of the status which the StatusLink is being set to
32
- */
33
28
  get status(): HdsAppFooterStatusTypes | undefined;
34
29
  get statusIcon(): HdsIconSignature['Args']['name'] | undefined;
35
- /**
36
- * Get the inline style to apply to the item.
37
- * @method StatusLink#itemStyle
38
- * @return {string} The "style" attribute to apply to the item.
39
- */
40
30
  get itemStyle(): SafeString | undefined;
41
- /**
42
- * @param text
43
- * @type {string}
44
- * @description The text content of the StatusLink
45
- */
46
31
  get text(): string | undefined;
47
- /**
48
- * @param href
49
- * @type {string}
50
- * @description The href value of the StatusLink
51
- */
52
32
  get href(): string;
53
- /**
54
- * Get the class names to apply to the component.
55
- * @method classNames
56
- * @return {string} The "class" attribute to apply to the component.
57
- */
58
33
  get classNames(): string;
59
34
  }
@@ -3,12 +3,11 @@
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
5
  import Component from '@glimmer/component';
6
- import type { ComponentLike } from '@glint/template';
7
- import type { HdsAppFrameFooterSignature } from './parts/footer.ts';
8
- import type { HdsAppFrameHeaderSignature } from './parts/header.ts';
9
- import type { HdsAppFrameMainSignature } from './parts/main.ts';
10
- import type { HdsAppFrameModalsSignature } from './parts/modals.ts';
11
- import type { HdsAppFrameSidebarSignature } from './parts/sidebar.ts';
6
+ import HdsAppFrameFooter from './parts/footer';
7
+ import HdsAppFrameHeader from './parts/header';
8
+ import HdsAppFrameMain from './parts/main';
9
+ import HdsAppFrameModals from './parts/modals';
10
+ import HdsAppFrameSidebar from './parts/sidebar';
12
11
  export interface HdsAppFrameSignature {
13
12
  Args: {
14
13
  hasFooter?: boolean;
@@ -20,11 +19,11 @@ export interface HdsAppFrameSignature {
20
19
  Blocks: {
21
20
  default: [
22
21
  {
23
- Footer?: ComponentLike<HdsAppFrameFooterSignature>;
24
- Header?: ComponentLike<HdsAppFrameHeaderSignature>;
25
- Main?: ComponentLike<HdsAppFrameMainSignature>;
26
- Modals?: ComponentLike<HdsAppFrameModalsSignature>;
27
- Sidebar?: ComponentLike<HdsAppFrameSidebarSignature>;
22
+ Footer?: typeof HdsAppFrameFooter;
23
+ Header?: typeof HdsAppFrameHeader;
24
+ Main?: typeof HdsAppFrameMain;
25
+ Modals?: typeof HdsAppFrameModals;
26
+ Sidebar?: typeof HdsAppFrameSidebar;
28
27
  }
29
28
  ];
30
29
  };
@@ -2,11 +2,12 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
6
  export interface HdsAppFrameFooterSignature {
6
7
  Blocks: {
7
8
  default: [];
8
9
  };
9
10
  Element: HTMLElement;
10
11
  }
11
- declare const HdsAppFrameFooter: import("@ember/component/template-only").TemplateOnlyComponent<HdsAppFrameFooterSignature>;
12
+ declare const HdsAppFrameFooter: TemplateOnlyComponent<HdsAppFrameFooterSignature>;
12
13
  export default HdsAppFrameFooter;
@@ -2,11 +2,12 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
6
  export interface HdsAppFrameHeaderSignature {
6
7
  Blocks: {
7
8
  default: [];
8
9
  };
9
10
  Element: HTMLElement;
10
11
  }
11
- declare const HdsAppFrameHeader: import("@ember/component/template-only").TemplateOnlyComponent<HdsAppFrameHeaderSignature>;
12
+ declare const HdsAppFrameHeader: TemplateOnlyComponent<HdsAppFrameHeaderSignature>;
12
13
  export default HdsAppFrameHeader;
@@ -2,11 +2,12 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
6
  export interface HdsAppFrameMainSignature {
6
7
  Blocks: {
7
8
  default: [];
8
9
  };
9
10
  Element: HTMLElement;
10
11
  }
11
- declare const HdsAppFrameMain: import("@ember/component/template-only").TemplateOnlyComponent<HdsAppFrameMainSignature>;
12
+ declare const HdsAppFrameMain: TemplateOnlyComponent<HdsAppFrameMainSignature>;
12
13
  export default HdsAppFrameMain;
@@ -2,11 +2,12 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
6
  export interface HdsAppFrameModalsSignature {
6
7
  Blocks: {
7
8
  default: [];
8
9
  };
9
10
  Element: HTMLElement;
10
11
  }
11
- declare const HdsAppFrameModals: import("@ember/component/template-only").TemplateOnlyComponent<HdsAppFrameModalsSignature>;
12
+ declare const HdsAppFrameModals: TemplateOnlyComponent<HdsAppFrameModalsSignature>;
12
13
  export default HdsAppFrameModals;
@@ -2,11 +2,12 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
6
  export interface HdsAppFrameSidebarSignature {
6
7
  Blocks: {
7
8
  default: [];
8
9
  };
9
10
  Element: HTMLElement;
10
11
  }
11
- declare const HdsAppFrameSidebar: import("@ember/component/template-only").TemplateOnlyComponent<HdsAppFrameSidebarSignature>;
12
+ declare const HdsAppFrameSidebar: TemplateOnlyComponent<HdsAppFrameSidebarSignature>;
12
13
  export default HdsAppFrameSidebar;
@@ -3,8 +3,8 @@
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
5
  import Component from '@glimmer/component';
6
- import type { HdsIconSignature } from '../icon';
7
- import type { HdsInteractiveSignature } from '../interactive/';
6
+ import type { HdsIconSignature } from '../icon/index';
7
+ import type { HdsInteractiveSignature } from '../interactive/index';
8
8
  export interface HdsAppHeaderHomeLinkSignature {
9
9
  Args: HdsInteractiveSignature['Args'] & {
10
10
  icon: HdsIconSignature['Args']['name'];
@@ -48,8 +48,8 @@ export default class HdsAppHeader extends Component<HdsAppHeaderSignature> {
48
48
  removeEventListeners(): void;
49
49
  get shouldTrapFocus(): boolean;
50
50
  get classNames(): string;
51
- escapePress(event: KeyboardEvent): void;
52
- onClickToggle(): void;
53
- close(): void;
54
- updateDesktopVariable(event: MediaQueryListEvent): void;
51
+ escapePress: (event: KeyboardEvent) => void;
52
+ onClickToggle: () => void;
53
+ close: () => void;
54
+ updateDesktopVariable: (event: MediaQueryListEvent) => void;
55
55
  }
@@ -3,7 +3,7 @@
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
5
  import Component from '@glimmer/component';
6
- import type { HdsButtonSignature } from '../button/';
6
+ import type { HdsButtonSignature } from '../button/index';
7
7
  export interface HdsAppHeaderMenuButtonSignature {
8
8
  Args: {
9
9
  isOpen?: boolean;
@@ -14,5 +14,5 @@ export interface HdsAppHeaderMenuButtonSignature {
14
14
  }
15
15
  export default class HdsAppHeaderMenuButton extends Component<HdsAppHeaderMenuButtonSignature> {
16
16
  get icon(): 'x' | 'menu';
17
- onClick(): void;
17
+ onClick: () => void;
18
18
  }
@@ -2,6 +2,7 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
6
  export interface HdsApplicationStateBodySignature {
6
7
  Args: {
7
8
  text?: string;
@@ -11,5 +12,5 @@ export interface HdsApplicationStateBodySignature {
11
12
  };
12
13
  Element: HTMLDivElement;
13
14
  }
14
- declare const HdsApplicationStateBody: import("@ember/component/template-only").TemplateOnlyComponent<HdsApplicationStateBodySignature>;
15
+ declare const HdsApplicationStateBody: TemplateOnlyComponent<HdsApplicationStateBodySignature>;
15
16
  export default HdsApplicationStateBody;
@@ -2,10 +2,10 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
- import type { ComponentLike } from '@glint/template';
6
- import type { HdsLinkStandaloneSignature } from '../link/standalone';
7
- import type { HdsButtonSignature } from '../button';
8
- import type { HdsDropdownSignature } from '../dropdown';
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
6
+ import HdsButton from '../button/index';
7
+ import HdsDropdown from '../dropdown/index.ts';
8
+ import HdsLinkStandalone from '../link/standalone';
9
9
  export interface HdsApplicationStateFooterSignature {
10
10
  Args: {
11
11
  hasDivider?: boolean;
@@ -13,13 +13,13 @@ export interface HdsApplicationStateFooterSignature {
13
13
  Blocks: {
14
14
  default?: [
15
15
  {
16
- Button?: ComponentLike<HdsButtonSignature>;
17
- Dropdown?: ComponentLike<HdsDropdownSignature>;
18
- LinkStandalone?: ComponentLike<HdsLinkStandaloneSignature>;
16
+ Button?: typeof HdsButton;
17
+ Dropdown?: typeof HdsDropdown;
18
+ LinkStandalone?: typeof HdsLinkStandalone;
19
19
  }
20
20
  ];
21
21
  };
22
22
  Element: HTMLDivElement;
23
23
  }
24
- declare const HdsApplicationStateFooter: import("@ember/component/template-only").TemplateOnlyComponent<HdsApplicationStateFooterSignature>;
24
+ declare const HdsApplicationStateFooter: TemplateOnlyComponent<HdsApplicationStateFooterSignature>;
25
25
  export default HdsApplicationStateFooter;
@@ -3,8 +3,8 @@
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
5
  import Component from '@glimmer/component';
6
- import type { HdsIconSignature } from '../icon';
7
- import type { HdsApplicationStateTitleTags } from './types';
6
+ import type { HdsIconSignature } from '../icon/index';
7
+ import type { HdsApplicationStateTitleTags } from './types.ts';
8
8
  export interface HdsApplicationStateHeaderSignature {
9
9
  Args: {
10
10
  title?: string;
@@ -3,12 +3,11 @@
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
5
  import Component from '@glimmer/component';
6
- import type { ComponentLike } from '@glint/template';
7
- import type { HdsApplicationStateAligns } from './types';
8
- import type { HdsApplicationStateMediaSignature } from './media';
9
- import type { HdsApplicationStateHeaderSignature } from './header';
10
- import type { HdsApplicationStateBodySignature } from './body';
11
- import type { HdsApplicationStateFooterSignature } from './footer';
6
+ import HdsApplicationStateMedia from './media';
7
+ import HdsApplicationStateHeader from './header';
8
+ import HdsApplicationStateBody from './body';
9
+ import HdsApplicationStateFooter from './footer';
10
+ import type { HdsApplicationStateAligns } from './types.ts';
12
11
  export declare const ALIGNS: HdsApplicationStateAligns[];
13
12
  export interface HdsApplicationStateSignature {
14
13
  Args: {
@@ -18,10 +17,10 @@ export interface HdsApplicationStateSignature {
18
17
  Blocks: {
19
18
  default: [
20
19
  {
21
- Media?: ComponentLike<HdsApplicationStateMediaSignature>;
22
- Header?: ComponentLike<HdsApplicationStateHeaderSignature>;
23
- Body?: ComponentLike<HdsApplicationStateBodySignature>;
24
- Footer?: ComponentLike<HdsApplicationStateFooterSignature>;
20
+ Media?: typeof HdsApplicationStateMedia;
21
+ Header?: typeof HdsApplicationStateHeader;
22
+ Body?: typeof HdsApplicationStateBody;
23
+ Footer?: typeof HdsApplicationStateFooter;
25
24
  }
26
25
  ];
27
26
  };
@@ -2,11 +2,12 @@
2
2
  * Copyright IBM Corp. 2021, 2025
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
6
  export interface HdsApplicationStateMediaSignature {
6
7
  Blocks: {
7
8
  default: [];
8
9
  };
9
10
  Element: HTMLDivElement;
10
11
  }
11
- declare const HdsApplicationStateMedia: import("@ember/component/template-only").TemplateOnlyComponent<HdsApplicationStateMediaSignature>;
12
+ declare const HdsApplicationStateMedia: TemplateOnlyComponent<HdsApplicationStateMediaSignature>;
12
13
  export default HdsApplicationStateMedia;
@@ -15,28 +15,8 @@ export interface HdsBreadcrumbSignature {
15
15
  Element: HTMLElement;
16
16
  }
17
17
  export default class HdsBreadcrumb extends Component<HdsBreadcrumbSignature> {
18
- /**
19
- * @param onDidInsert
20
- * @type {function}
21
- * @default () => {}
22
- */
23
18
  get didInsert(): () => void;
24
- /**
25
- * @param itemsCanWrap
26
- * @type {boolean}
27
- * @default true
28
- */
29
19
  get itemsCanWrap(): boolean;
30
- /**
31
- * @param ariaLabel
32
- * @type {string}
33
- * @default 'breadcrumbs'
34
- */
35
20
  get ariaLabel(): string;
36
- /**
37
- * Get the class names to apply to the component.
38
- * @method Breadcrumb#classNames
39
- * @return {string} The "class" attribute to apply to the component.
40
- */
41
21
  get classNames(): string;
42
22
  }