@hashicorp/design-system-components 6.0.0 → 6.0.1-rc-20260216165126

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 (295) hide show
  1. package/declarations/components/hds/advanced-table/index.d.ts +1 -1
  2. package/declarations/components/hds/advanced-table/tr.d.ts +1 -1
  3. package/declarations/components/hds/advanced-table/types.d.ts +1 -1
  4. package/declarations/components/hds/app-footer/copyright.d.ts +0 -6
  5. package/declarations/components/hds/app-footer/index.d.ts +11 -28
  6. package/declarations/components/hds/app-footer/item.d.ts +2 -1
  7. package/declarations/components/hds/app-footer/legal-links.d.ts +0 -30
  8. package/declarations/components/hds/app-footer/link.d.ts +5 -4
  9. package/declarations/components/hds/app-footer/status-link.d.ts +4 -29
  10. package/declarations/components/hds/app-frame/index.d.ts +10 -11
  11. package/declarations/components/hds/app-frame/parts/footer.d.ts +2 -1
  12. package/declarations/components/hds/app-frame/parts/header.d.ts +2 -1
  13. package/declarations/components/hds/app-frame/parts/main.d.ts +2 -1
  14. package/declarations/components/hds/app-frame/parts/modals.d.ts +2 -1
  15. package/declarations/components/hds/app-frame/parts/sidebar.d.ts +2 -1
  16. package/declarations/components/hds/app-header/home-link.d.ts +2 -2
  17. package/declarations/components/hds/app-header/index.d.ts +4 -4
  18. package/declarations/components/hds/app-header/menu-button.d.ts +2 -2
  19. package/declarations/components/hds/dialog-primitive/body.d.ts +2 -1
  20. package/declarations/components/hds/dialog-primitive/description.d.ts +2 -1
  21. package/declarations/components/hds/dialog-primitive/header.d.ts +2 -7
  22. package/declarations/components/hds/dialog-primitive/overlay.d.ts +2 -1
  23. package/declarations/components/hds/dialog-primitive/wrapper.d.ts +2 -1
  24. package/declarations/components/hds/disclosure-primitive/index.d.ts +3 -3
  25. package/declarations/components/hds/dropdown/index.d.ts +1 -1
  26. package/declarations/components/hds/dropdown/list-item/checkbox.d.ts +1 -1
  27. package/declarations/components/hds/dropdown/list-item/radio.d.ts +1 -1
  28. package/declarations/components/hds/dropdown/toggle/button.d.ts +1 -1
  29. package/declarations/components/hds/dropdown/toggle/icon.d.ts +1 -1
  30. package/declarations/components/hds/flyout/index.d.ts +12 -12
  31. package/declarations/components/hds/form/character-count/index.d.ts +0 -45
  32. package/declarations/components/hds/form/checkbox/base.d.ts +2 -1
  33. package/declarations/components/hds/form/checkbox/field.d.ts +6 -9
  34. package/declarations/components/hds/form/checkbox/group.d.ts +9 -11
  35. package/declarations/components/hds/form/error/index.d.ts +2 -23
  36. package/declarations/components/hds/form/error/message.d.ts +2 -1
  37. package/declarations/components/hds/form/field/index.d.ts +13 -37
  38. package/declarations/components/hds/form/fieldset/index.d.ts +11 -36
  39. package/declarations/components/hds/form/file-input/base.d.ts +2 -1
  40. package/declarations/components/hds/form/file-input/field.d.ts +6 -9
  41. package/declarations/components/hds/form/helper-text/index.d.ts +0 -15
  42. package/declarations/components/hds/form/indicator/index.d.ts +1 -6
  43. package/declarations/components/hds/form/key-value-inputs/field.d.ts +5 -5
  44. package/declarations/components/hds/form/key-value-inputs/index.d.ts +3 -3
  45. package/declarations/components/hds/form/label/index.d.ts +1 -11
  46. package/declarations/components/hds/form/legend/index.d.ts +1 -6
  47. package/declarations/components/hds/form/radio/base.d.ts +2 -1
  48. package/declarations/components/hds/form/radio/field.d.ts +6 -9
  49. package/declarations/components/hds/form/radio/group.d.ts +9 -11
  50. package/declarations/components/hds/form/super-select/multiple/field.d.ts +4 -4
  51. package/declarations/components/hds/form/super-select/single/field.d.ts +5 -5
  52. package/declarations/components/hds/form/text-input/field.d.ts +6 -6
  53. package/declarations/components/hds/form/textarea/base.d.ts +0 -5
  54. package/declarations/components/hds/form/textarea/field.d.ts +8 -10
  55. package/declarations/components/hds/form/toggle/base.d.ts +2 -1
  56. package/declarations/components/hds/form/toggle/field.d.ts +6 -9
  57. package/declarations/components/hds/form/toggle/group.d.ts +9 -11
  58. package/declarations/components/hds/form/visibility-toggle/index.d.ts +2 -1
  59. package/declarations/components/hds/icon-tile/index.d.ts +1 -1
  60. package/declarations/components/hds/modal/index.d.ts +10 -10
  61. package/declarations/components/hds/page-header/index.d.ts +1 -1
  62. package/declarations/components/hds/popover-primitive/index.d.ts +10 -10
  63. package/declarations/components/hds/reveal/index.d.ts +1 -6
  64. package/declarations/components/hds/reveal/toggle/button.d.ts +1 -6
  65. package/declarations/components/hds/table/index.d.ts +23 -23
  66. package/declarations/components/hds/table/td.d.ts +0 -11
  67. package/declarations/components/hds/table/th-selectable.d.ts +4 -4
  68. package/declarations/components/hds/table/th-sort.d.ts +0 -23
  69. package/declarations/components/hds/table/th.d.ts +1 -17
  70. package/declarations/components/hds/table/tr.d.ts +2 -2
  71. package/declarations/components/hds/tag/index.d.ts +2 -34
  72. package/declarations/components/hds/toast/index.d.ts +3 -2
  73. package/declarations/components.d.ts +62 -62
  74. package/declarations/template-registry.d.ts +2 -2
  75. package/declarations/utils/hds-aria-described-by.d.ts +2 -2
  76. package/dist/components/hds/advanced-table/index.js.map +1 -1
  77. package/dist/components/hds/advanced-table/tr.js.map +1 -1
  78. package/dist/components/hds/advanced-table/types.js.map +1 -1
  79. package/dist/components/hds/alert/description.js +2 -2
  80. package/dist/components/hds/alert/description.js.map +1 -1
  81. package/dist/components/hds/app-footer/copyright.js +15 -10
  82. package/dist/components/hds/app-footer/copyright.js.map +1 -1
  83. package/dist/components/hds/app-footer/index.js +21 -23
  84. package/dist/components/hds/app-footer/index.js.map +1 -1
  85. package/dist/components/hds/app-footer/item.js +5 -7
  86. package/dist/components/hds/app-footer/item.js.map +1 -1
  87. package/dist/components/hds/app-footer/legal-links.js +13 -39
  88. package/dist/components/hds/app-footer/legal-links.js.map +1 -1
  89. package/dist/components/hds/app-footer/link.js +19 -6
  90. package/dist/components/hds/app-footer/link.js.map +1 -1
  91. package/dist/components/hds/app-footer/status-link.js +15 -35
  92. package/dist/components/hds/app-footer/status-link.js.map +1 -1
  93. package/dist/components/hds/app-frame/index.js +19 -8
  94. package/dist/components/hds/app-frame/index.js.map +1 -1
  95. package/dist/components/hds/app-frame/parts/footer.js +5 -7
  96. package/dist/components/hds/app-frame/parts/footer.js.map +1 -1
  97. package/dist/components/hds/app-frame/parts/header.js +5 -7
  98. package/dist/components/hds/app-frame/parts/header.js.map +1 -1
  99. package/dist/components/hds/app-frame/parts/main.js +5 -7
  100. package/dist/components/hds/app-frame/parts/main.js.map +1 -1
  101. package/dist/components/hds/app-frame/parts/modals.js +5 -7
  102. package/dist/components/hds/app-frame/parts/modals.js.map +1 -1
  103. package/dist/components/hds/app-frame/parts/sidebar.js +5 -7
  104. package/dist/components/hds/app-frame/parts/sidebar.js.map +1 -1
  105. package/dist/components/hds/app-header/home-link.js +19 -4
  106. package/dist/components/hds/app-header/home-link.js.map +1 -1
  107. package/dist/components/hds/app-header/index.js +27 -40
  108. package/dist/components/hds/app-header/index.js.map +1 -1
  109. package/dist/components/hds/app-header/menu-button.js +13 -9
  110. package/dist/components/hds/app-header/menu-button.js.map +1 -1
  111. package/dist/components/hds/app-side-nav/list/back-link.js +2 -2
  112. package/dist/components/hds/app-side-nav/list/back-link.js.map +1 -1
  113. package/dist/components/hds/app-side-nav/list/item.js +2 -2
  114. package/dist/components/hds/app-side-nav/list/item.js.map +1 -1
  115. package/dist/components/hds/app-side-nav/list/link.js +2 -2
  116. package/dist/components/hds/app-side-nav/list/link.js.map +1 -1
  117. package/dist/components/hds/app-side-nav/portal/index.js +2 -2
  118. package/dist/components/hds/app-side-nav/portal/index.js.map +1 -1
  119. package/dist/components/hds/app-side-nav/toggle-button.js +2 -2
  120. package/dist/components/hds/app-side-nav/toggle-button.js.map +1 -1
  121. package/dist/components/hds/application-state/body.js +2 -2
  122. package/dist/components/hds/application-state/body.js.map +1 -1
  123. package/dist/components/hds/application-state/footer.js +2 -2
  124. package/dist/components/hds/application-state/footer.js.map +1 -1
  125. package/dist/components/hds/application-state/media.js +2 -2
  126. package/dist/components/hds/application-state/media.js.map +1 -1
  127. package/dist/components/hds/button-set/index.js +2 -2
  128. package/dist/components/hds/button-set/index.js.map +1 -1
  129. package/dist/components/hds/card/container.js +11 -12
  130. package/dist/components/hds/card/container.js.map +1 -1
  131. package/dist/components/hds/code-editor/generic.js +2 -2
  132. package/dist/components/hds/code-editor/generic.js.map +1 -1
  133. package/dist/components/hds/dialog-primitive/body.js +5 -7
  134. package/dist/components/hds/dialog-primitive/body.js.map +1 -1
  135. package/dist/components/hds/dialog-primitive/description.js +5 -7
  136. package/dist/components/hds/dialog-primitive/description.js.map +1 -1
  137. package/dist/components/hds/dialog-primitive/footer.js +9 -5
  138. package/dist/components/hds/dialog-primitive/footer.js.map +1 -1
  139. package/dist/components/hds/dialog-primitive/header.js +21 -11
  140. package/dist/components/hds/dialog-primitive/header.js.map +1 -1
  141. package/dist/components/hds/dialog-primitive/overlay.js +5 -7
  142. package/dist/components/hds/dialog-primitive/overlay.js.map +1 -1
  143. package/dist/components/hds/dialog-primitive/wrapper.js +5 -7
  144. package/dist/components/hds/dialog-primitive/wrapper.js.map +1 -1
  145. package/dist/components/hds/disclosure-primitive/index.js +16 -19
  146. package/dist/components/hds/disclosure-primitive/index.js.map +1 -1
  147. package/dist/components/hds/dropdown/footer.js +2 -2
  148. package/dist/components/hds/dropdown/footer.js.map +1 -1
  149. package/dist/components/hds/dropdown/header.js +2 -2
  150. package/dist/components/hds/dropdown/header.js.map +1 -1
  151. package/dist/components/hds/dropdown/index.js.map +1 -1
  152. package/dist/components/hds/dropdown/list-item/checkbox.js.map +1 -1
  153. package/dist/components/hds/dropdown/list-item/generic.js +2 -2
  154. package/dist/components/hds/dropdown/list-item/generic.js.map +1 -1
  155. package/dist/components/hds/dropdown/list-item/radio.js.map +1 -1
  156. package/dist/components/hds/dropdown/list-item/separator.js +2 -2
  157. package/dist/components/hds/dropdown/list-item/separator.js.map +1 -1
  158. package/dist/components/hds/dropdown/toggle/button.js.map +1 -1
  159. package/dist/components/hds/dropdown/toggle/chevron.js +2 -2
  160. package/dist/components/hds/dropdown/toggle/chevron.js.map +1 -1
  161. package/dist/components/hds/dropdown/toggle/icon.js.map +1 -1
  162. package/dist/components/hds/filter-bar/filter-group/clear-button.js +2 -2
  163. package/dist/components/hds/filter-bar/filter-group/clear-button.js.map +1 -1
  164. package/dist/components/hds/flyout/index.js +30 -36
  165. package/dist/components/hds/flyout/index.js.map +1 -1
  166. package/dist/components/hds/form/character-count/index.js +13 -58
  167. package/dist/components/hds/form/character-count/index.js.map +1 -1
  168. package/dist/components/hds/form/checkbox/base.js +5 -7
  169. package/dist/components/hds/form/checkbox/base.js.map +1 -1
  170. package/dist/components/hds/form/checkbox/field.js +13 -6
  171. package/dist/components/hds/form/checkbox/field.js.map +1 -1
  172. package/dist/components/hds/form/checkbox/group.js +13 -6
  173. package/dist/components/hds/form/checkbox/group.js.map +1 -1
  174. package/dist/components/hds/form/error/index.js +19 -29
  175. package/dist/components/hds/form/error/index.js.map +1 -1
  176. package/dist/components/hds/form/error/message.js +9 -6
  177. package/dist/components/hds/form/error/message.js.map +1 -1
  178. package/dist/components/hds/form/field/index.js +24 -47
  179. package/dist/components/hds/form/field/index.js.map +1 -1
  180. package/dist/components/hds/form/fieldset/index.js +20 -47
  181. package/dist/components/hds/form/fieldset/index.js.map +1 -1
  182. package/dist/components/hds/form/file-input/base.js +5 -7
  183. package/dist/components/hds/form/file-input/base.js.map +1 -1
  184. package/dist/components/hds/form/file-input/field.js +13 -6
  185. package/dist/components/hds/form/file-input/field.js.map +1 -1
  186. package/dist/components/hds/form/header/description.js +2 -2
  187. package/dist/components/hds/form/header/description.js.map +1 -1
  188. package/dist/components/hds/form/helper-text/index.js +11 -23
  189. package/dist/components/hds/form/helper-text/index.js.map +1 -1
  190. package/dist/components/hds/form/indicator/index.js +13 -9
  191. package/dist/components/hds/form/indicator/index.js.map +1 -1
  192. package/dist/components/hds/form/key-value-inputs/field.js.map +1 -1
  193. package/dist/components/hds/form/key-value-inputs/index.js.map +1 -1
  194. package/dist/components/hds/form/label/index.js +9 -17
  195. package/dist/components/hds/form/label/index.js.map +1 -1
  196. package/dist/components/hds/form/legend/index.js +9 -11
  197. package/dist/components/hds/form/legend/index.js.map +1 -1
  198. package/dist/components/hds/form/masked-input/field.js +2 -2
  199. package/dist/components/hds/form/masked-input/field.js.map +1 -1
  200. package/dist/components/hds/form/radio/base.js +5 -7
  201. package/dist/components/hds/form/radio/base.js.map +1 -1
  202. package/dist/components/hds/form/radio/field.js +13 -6
  203. package/dist/components/hds/form/radio/field.js.map +1 -1
  204. package/dist/components/hds/form/radio/group.js +13 -6
  205. package/dist/components/hds/form/radio/group.js.map +1 -1
  206. package/dist/components/hds/form/radio-card/description.js +2 -2
  207. package/dist/components/hds/form/radio-card/description.js.map +1 -1
  208. package/dist/components/hds/form/radio-card/group.js +2 -2
  209. package/dist/components/hds/form/radio-card/group.js.map +1 -1
  210. package/dist/components/hds/form/radio-card/index.js.map +1 -1
  211. package/dist/components/hds/form/radio-card/label.js +2 -2
  212. package/dist/components/hds/form/radio-card/label.js.map +1 -1
  213. package/dist/components/hds/form/section/header.js +2 -2
  214. package/dist/components/hds/form/section/header.js.map +1 -1
  215. package/dist/components/hds/form/section/multi-field-group/index.js +2 -2
  216. package/dist/components/hds/form/section/multi-field-group/index.js.map +1 -1
  217. package/dist/components/hds/form/select/field.js +2 -2
  218. package/dist/components/hds/form/select/field.js.map +1 -1
  219. package/dist/components/hds/form/super-select/after-options.js +2 -2
  220. package/dist/components/hds/form/super-select/after-options.js.map +1 -1
  221. package/dist/components/hds/form/super-select/multiple/field.js.map +1 -1
  222. package/dist/components/hds/form/super-select/placeholder.js +2 -2
  223. package/dist/components/hds/form/super-select/placeholder.js.map +1 -1
  224. package/dist/components/hds/form/super-select/single/field.js.map +1 -1
  225. package/dist/components/hds/form/text-input/field.js.map +1 -1
  226. package/dist/components/hds/form/textarea/base.js +11 -12
  227. package/dist/components/hds/form/textarea/base.js.map +1 -1
  228. package/dist/components/hds/form/textarea/field.js +13 -6
  229. package/dist/components/hds/form/textarea/field.js.map +1 -1
  230. package/dist/components/hds/form/toggle/base.js +5 -7
  231. package/dist/components/hds/form/toggle/base.js.map +1 -1
  232. package/dist/components/hds/form/toggle/field.js +13 -6
  233. package/dist/components/hds/form/toggle/field.js.map +1 -1
  234. package/dist/components/hds/form/toggle/group.js +13 -6
  235. package/dist/components/hds/form/toggle/group.js.map +1 -1
  236. package/dist/components/hds/form/visibility-toggle/index.js +9 -6
  237. package/dist/components/hds/form/visibility-toggle/index.js.map +1 -1
  238. package/dist/components/hds/icon-tile/index.js +9 -10
  239. package/dist/components/hds/icon-tile/index.js.map +1 -1
  240. package/dist/components/hds/modal/index.js +29 -38
  241. package/dist/components/hds/modal/index.js.map +1 -1
  242. package/dist/components/hds/page-header/actions.js +2 -2
  243. package/dist/components/hds/page-header/actions.js.map +1 -1
  244. package/dist/components/hds/page-header/badges.js +2 -2
  245. package/dist/components/hds/page-header/badges.js.map +1 -1
  246. package/dist/components/hds/page-header/description.js +2 -2
  247. package/dist/components/hds/page-header/description.js.map +1 -1
  248. package/dist/components/hds/page-header/index.js +2 -2
  249. package/dist/components/hds/page-header/index.js.map +1 -1
  250. package/dist/components/hds/page-header/subtitle.js +2 -2
  251. package/dist/components/hds/page-header/subtitle.js.map +1 -1
  252. package/dist/components/hds/page-header/title.js +2 -2
  253. package/dist/components/hds/page-header/title.js.map +1 -1
  254. package/dist/components/hds/pagination/nav/ellipsis.js +2 -2
  255. package/dist/components/hds/pagination/nav/ellipsis.js.map +1 -1
  256. package/dist/components/hds/popover-primitive/index.js +30 -79
  257. package/dist/components/hds/popover-primitive/index.js.map +1 -1
  258. package/dist/components/hds/reveal/index.js +13 -9
  259. package/dist/components/hds/reveal/index.js.map +1 -1
  260. package/dist/components/hds/reveal/toggle/button.js +9 -10
  261. package/dist/components/hds/reveal/toggle/button.js.map +1 -1
  262. package/dist/components/hds/segmented-group/index.js +2 -2
  263. package/dist/components/hds/segmented-group/index.js.map +1 -1
  264. package/dist/components/hds/table/index.js +39 -50
  265. package/dist/components/hds/table/index.js.map +1 -1
  266. package/dist/components/hds/table/td.js +5 -17
  267. package/dist/components/hds/table/td.js.map +1 -1
  268. package/dist/components/hds/table/th-button-sort.js +14 -7
  269. package/dist/components/hds/table/th-button-sort.js.map +1 -1
  270. package/dist/components/hds/table/th-button-tooltip.js +13 -4
  271. package/dist/components/hds/table/th-button-tooltip.js.map +1 -1
  272. package/dist/components/hds/table/th-selectable.js +24 -19
  273. package/dist/components/hds/table/th-selectable.js.map +1 -1
  274. package/dist/components/hds/table/th-sort.js +13 -31
  275. package/dist/components/hds/table/th-sort.js.map +1 -1
  276. package/dist/components/hds/table/th.js +13 -23
  277. package/dist/components/hds/table/th.js.map +1 -1
  278. package/dist/components/hds/table/tr.js +10 -4
  279. package/dist/components/hds/table/tr.js.map +1 -1
  280. package/dist/components/hds/table/types.js.map +1 -1
  281. package/dist/components/hds/tag/index.js +29 -44
  282. package/dist/components/hds/tag/index.js.map +1 -1
  283. package/dist/components/hds/time/single.js +2 -2
  284. package/dist/components/hds/time/single.js.map +1 -1
  285. package/dist/components/hds/toast/index.js +11 -6
  286. package/dist/components/hds/toast/index.js.map +1 -1
  287. package/dist/components/hds/yield/index.js +2 -2
  288. package/dist/components/hds/yield/index.js.map +1 -1
  289. package/dist/styles/@hashicorp/design-system-components-common.scss +24 -0
  290. package/dist/styles/@hashicorp/design-system-components.css +12 -4
  291. package/dist/styles/@hashicorp/design-system-components.css.map +1 -1
  292. package/dist/styles/@hashicorp/design-system-components.scss +3 -61
  293. package/dist/styles/components/index.scss +51 -0
  294. package/dist/utils/hds-aria-described-by.js.map +1 -1
  295. package/package.json +4 -3
@@ -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 HdsDialogPrimitiveBodySignature {
6
7
  Args: {
7
8
  contextualClass?: string;
@@ -11,5 +12,5 @@ export interface HdsDialogPrimitiveBodySignature {
11
12
  };
12
13
  Element: HTMLDivElement;
13
14
  }
14
- declare const HdsDialogPrimitiveBody: import("@ember/component/template-only").TemplateOnlyComponent<HdsDialogPrimitiveBodySignature>;
15
+ declare const HdsDialogPrimitiveBody: TemplateOnlyComponent<HdsDialogPrimitiveBodySignature>;
15
16
  export default HdsDialogPrimitiveBody;
@@ -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 HdsDialogPrimitiveDescriptionSignature {
6
7
  Args: {
7
8
  contextualClass?: string;
@@ -11,5 +12,5 @@ export interface HdsDialogPrimitiveDescriptionSignature {
11
12
  };
12
13
  Element: HTMLDivElement;
13
14
  }
14
- declare const HdsDialogPrimitiveDescription: import("@ember/component/template-only").TemplateOnlyComponent<HdsDialogPrimitiveDescriptionSignature>;
15
+ declare const HdsDialogPrimitiveDescription: TemplateOnlyComponent<HdsDialogPrimitiveDescriptionSignature>;
15
16
  export default HdsDialogPrimitiveDescription;
@@ -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 { HdsDialogPrimitiveHeaderTitleTags } from './types';
6
+ import type { HdsIconSignature } from '../icon/index';
7
+ import type { HdsDialogPrimitiveHeaderTitleTags } from './types.ts';
8
8
  export interface HdsDialogPrimitiveHeaderSignature {
9
9
  Args: {
10
10
  contextualClassPrefix?: string;
@@ -21,10 +21,5 @@ export interface HdsDialogPrimitiveHeaderSignature {
21
21
  }
22
22
  export default class HdsDialogPrimitiveHeader extends Component<HdsDialogPrimitiveHeaderSignature> {
23
23
  get titleTag(): HdsDialogPrimitiveHeaderTitleTags;
24
- /**
25
- * @param onDismiss
26
- * @type {function}
27
- * @default () => {}
28
- */
29
24
  get onDismiss(): (event: MouseEvent, ...args: any[]) => void;
30
25
  }
@@ -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 HdsDialogPrimitiveOverlaySignature {
6
7
  Args: {
7
8
  contextualClass?: string;
8
9
  };
9
10
  Element: HTMLDivElement;
10
11
  }
11
- declare const HdsDialogPrimitiveOverlay: import("@ember/component/template-only").TemplateOnlyComponent<HdsDialogPrimitiveOverlaySignature>;
12
+ declare const HdsDialogPrimitiveOverlay: TemplateOnlyComponent<HdsDialogPrimitiveOverlaySignature>;
12
13
  export default HdsDialogPrimitiveOverlay;
@@ -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 HdsDialogPrimitiveWrapperSignature {
6
7
  Blocks: {
7
8
  header?: [];
@@ -10,5 +11,5 @@ export interface HdsDialogPrimitiveWrapperSignature {
10
11
  };
11
12
  Element: HTMLDialogElement;
12
13
  }
13
- declare const HdsDialogPrimitiveWrapper: import("@ember/component/template-only").TemplateOnlyComponent<HdsDialogPrimitiveWrapperSignature>;
14
+ declare const HdsDialogPrimitiveWrapper: TemplateOnlyComponent<HdsDialogPrimitiveWrapperSignature>;
14
15
  export default HdsDialogPrimitiveWrapper;
@@ -31,7 +31,7 @@ export default class HdsDisclosurePrimitive extends Component<HdsDisclosurePrimi
31
31
  private _contentId;
32
32
  get isOpen(): boolean;
33
33
  set isOpen(value: boolean);
34
- onClickToggle(): void;
35
- onStateChange(): void;
36
- close(): void;
34
+ onClickToggle: () => void;
35
+ onStateChange: () => void;
36
+ close: () => void;
37
37
  }
@@ -5,7 +5,7 @@
5
5
  import Component from '@glimmer/component';
6
6
  import { HdsDropdownPositionValues } from './types.ts';
7
7
  import type { ComponentLike } from '@glint/template';
8
- import type { HdsPopoverPrimitiveSignature } from '../popover-primitive/index.ts';
8
+ import type { HdsPopoverPrimitiveSignature } from '../popover-primitive/index';
9
9
  import type { HdsDropdownFooterSignature } from './footer';
10
10
  import type { HdsDropdownHeaderSignature } from './header';
11
11
  import type { HdsDropdownListItemCheckboxSignature } from './list-item/checkbox';
@@ -4,7 +4,7 @@
4
4
  */
5
5
  import Component from '@glimmer/component';
6
6
  import type { HdsIconSignature } from '../../icon';
7
- import type { HdsFormCheckboxBaseSignature } from '../../form/checkbox/base.ts';
7
+ import type { HdsFormCheckboxBaseSignature } from '../../form/checkbox/base';
8
8
  export interface HdsDropdownListItemCheckboxSignature {
9
9
  Args: HdsFormCheckboxBaseSignature['Args'] & {
10
10
  count?: string | number;
@@ -4,7 +4,7 @@
4
4
  */
5
5
  import Component from '@glimmer/component';
6
6
  import type { HdsIconSignature } from '../../icon';
7
- import type { HdsFormRadioBaseSignature } from '../../form/radio/base.ts';
7
+ import type { HdsFormRadioBaseSignature } from '../../form/radio/base';
8
8
  export interface HdsDropdownListItemRadioSignature {
9
9
  Args: HdsFormRadioBaseSignature['Args'] & {
10
10
  count?: string | number;
@@ -9,7 +9,7 @@ import type { HdsBadgeSignature } from '../../badge';
9
9
  import type { HdsBadgeCountSignature } from '../../badge-count';
10
10
  import type { HdsDropdownToggleButtonSizes, HdsDropdownToggleButtonColors } from './types';
11
11
  import type { ModifierLike } from '@glint/template';
12
- import type { SetupPrimitiveToggleModifier } from '../../popover-primitive/index.ts';
12
+ import type { SetupPrimitiveToggleModifier } from '../../popover-primitive/index';
13
13
  export declare const DEFAULT_SIZE = HdsDropdownToggleButtonSizeValues.Medium;
14
14
  export declare const DEFAULT_COLOR = HdsDropdownToggleButtonColorValues.Primary;
15
15
  export declare const SIZES: HdsDropdownToggleButtonSizes[];
@@ -7,7 +7,7 @@ import { HdsDropdownToggleIconSizeValues } from './types.ts';
7
7
  import type { HdsIconSignature } from '../../icon';
8
8
  import type { HdsDropdownToggleIconSizes } from './types';
9
9
  import type { ModifierLike } from '@glint/template';
10
- import type { SetupPrimitiveToggleModifier } from '../../popover-primitive/index.ts';
10
+ import type { SetupPrimitiveToggleModifier } from '../../popover-primitive/index';
11
11
  import type Owner from '@ember/owner';
12
12
  export declare const DEFAULT_SIZE = HdsDropdownToggleIconSizeValues.Medium;
13
13
  export declare const SIZES: HdsDropdownToggleIconSizes[];
@@ -4,12 +4,12 @@
4
4
  */
5
5
  import Component from '@glimmer/component';
6
6
  import type { WithBoundArgs } from '@glint/template';
7
- import type { HdsFlyoutSizes } from './types.ts';
8
7
  import { HdsFlyoutSizesValues } from './types.ts';
9
- import HdsDialogPrimitiveBodyComponent from '../dialog-primitive/body.ts';
10
- import HdsDialogPrimitiveDescriptionComponent from '../dialog-primitive/description.ts';
11
- import HdsDialogPrimitiveFooterComponent from '../dialog-primitive/footer.ts';
12
- import HdsDialogPrimitiveHeaderComponent from '../dialog-primitive/header.ts';
8
+ import HdsDialogPrimitiveBody from '../dialog-primitive/body';
9
+ import HdsDialogPrimitiveDescription from '../dialog-primitive/description';
10
+ import HdsDialogPrimitiveFooter from '../dialog-primitive/footer';
11
+ import HdsDialogPrimitiveHeader from '../dialog-primitive/header';
12
+ import type { HdsFlyoutSizes } from './types.ts';
13
13
  export declare const DEFAULT_SIZE = HdsFlyoutSizesValues.Medium;
14
14
  export declare const DEFAULT_HAS_OVERLAY = true;
15
15
  export declare const SIZES: HdsFlyoutSizes[];
@@ -23,10 +23,10 @@ export interface HdsFlyoutSignature {
23
23
  Blocks: {
24
24
  default: [
25
25
  {
26
- Header?: WithBoundArgs<typeof HdsDialogPrimitiveHeaderComponent, 'id' | 'onDismiss' | 'contextualClassPrefix'>;
27
- Description?: WithBoundArgs<typeof HdsDialogPrimitiveDescriptionComponent, 'contextualClass'>;
28
- Body?: WithBoundArgs<typeof HdsDialogPrimitiveBodyComponent, 'contextualClass'>;
29
- Footer?: WithBoundArgs<typeof HdsDialogPrimitiveFooterComponent, 'onDismiss' | 'contextualClass'>;
26
+ Header?: WithBoundArgs<typeof HdsDialogPrimitiveHeader, 'id' | 'onDismiss' | 'contextualClassPrefix'>;
27
+ Description?: WithBoundArgs<typeof HdsDialogPrimitiveDescription, 'contextualClass'>;
28
+ Body?: WithBoundArgs<typeof HdsDialogPrimitiveBody, 'contextualClass'>;
29
+ Footer?: WithBoundArgs<typeof HdsDialogPrimitiveFooter, 'onDismiss' | 'contextualClass'>;
30
30
  }
31
31
  ];
32
32
  };
@@ -42,7 +42,7 @@ export default class HdsFlyout extends Component<HdsFlyoutSignature> {
42
42
  get classNames(): string;
43
43
  private _performCloseCleanup;
44
44
  private _registerDialog;
45
- registerOnCloseCallback(event: Event): void;
46
- open(): void;
47
- onDismiss(): Promise<void>;
45
+ registerOnCloseCallback: (event: Event) => void;
46
+ open: () => void;
47
+ onDismiss: () => void;
48
48
  }
@@ -29,57 +29,12 @@ export interface HdsFormCharacterCountSignature {
29
29
  export default class HdsFormCharacterCount extends Component<HdsFormCharacterCountSignature> {
30
30
  get currentLength(): number;
31
31
  private _pluralize;
32
- /**
33
- * @param maxLength
34
- * @type {number}
35
- * @default null
36
- * @description The maximum number of characters allowed.
37
- */
38
32
  get maxLength(): number | undefined;
39
- /**
40
- * @param minLength
41
- * @type {number}
42
- * @default null
43
- * @description The minimum number of characters allowed.
44
- */
45
33
  get minLength(): number | undefined;
46
- /**
47
- * @param remaining
48
- * @type {number}
49
- * @default null
50
- * @description The remaining number of characters.
51
- */
52
34
  get remaining(): number | undefined;
53
- /**
54
- * @param shortfall
55
- * @type {number}
56
- * @default null
57
- * @description The number of characters the content is falling short of.
58
- */
59
35
  get shortfall(): number | undefined;
60
- /**
61
- * @param message
62
- * @type {string}
63
- * @default null
64
- * @description The character count message presented to users
65
- */
66
36
  get message(): string;
67
- /**
68
- * Determines the unique ID to assign to the element
69
- * @method id
70
- * @return {(string|null)} The "id" attribute to apply to the element or null, if no controlId is provided
71
- */
72
37
  get id(): string | null;
73
- /**
74
- * @param onInsert
75
- * @type {function}
76
- * @default () => {}
77
- */
78
38
  get onInsert(): (element: HTMLElement, ...args: any[]) => void;
79
- /**
80
- * Get the class names to apply to the component.
81
- * @method classNames
82
- * @return {string} The "class" attribute to apply to the component.
83
- */
84
39
  get classNames(): string;
85
40
  }