@hpe-web/components 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (363) hide show
  1. package/dist/custom-elements.json +3704 -0
  2. package/dist/elements/hpe-accordion/hpe-accordion.d.ts +59 -0
  3. package/dist/elements/hpe-accordion/hpe-accordion.d.ts.map +1 -0
  4. package/dist/elements/hpe-accordion/hpe-accordion.js +206 -0
  5. package/dist/elements/hpe-accordion/hpe-accordion.js.map +1 -0
  6. package/dist/elements/hpe-accordion/hpe-accordion.styles.d.ts +2 -0
  7. package/dist/elements/hpe-accordion/hpe-accordion.styles.d.ts.map +1 -0
  8. package/dist/elements/hpe-accordion/hpe-accordion.styles.js +107 -0
  9. package/dist/elements/hpe-accordion/hpe-accordion.styles.js.map +1 -0
  10. package/dist/elements/hpe-accordion/index.d.ts +2 -0
  11. package/dist/elements/hpe-accordion/index.d.ts.map +1 -0
  12. package/dist/elements/hpe-accordion/index.js +2 -0
  13. package/dist/elements/hpe-accordion/index.js.map +1 -0
  14. package/dist/elements/hpe-agenda/hpe-agenda.d.ts +52 -0
  15. package/dist/elements/hpe-agenda/hpe-agenda.d.ts.map +1 -0
  16. package/dist/elements/hpe-agenda/hpe-agenda.js +117 -0
  17. package/dist/elements/hpe-agenda/hpe-agenda.js.map +1 -0
  18. package/dist/elements/hpe-agenda/hpe-agenda.styles.d.ts +2 -0
  19. package/dist/elements/hpe-agenda/hpe-agenda.styles.d.ts.map +1 -0
  20. package/dist/elements/hpe-agenda/hpe-agenda.styles.js +83 -0
  21. package/dist/elements/hpe-agenda/hpe-agenda.styles.js.map +1 -0
  22. package/dist/elements/hpe-agenda/index.d.ts +2 -0
  23. package/dist/elements/hpe-agenda/index.d.ts.map +1 -0
  24. package/dist/elements/hpe-agenda/index.js +2 -0
  25. package/dist/elements/hpe-agenda/index.js.map +1 -0
  26. package/dist/elements/hpe-button/hpe-button.d.ts +38 -0
  27. package/dist/elements/hpe-button/hpe-button.d.ts.map +1 -0
  28. package/dist/elements/hpe-button/hpe-button.js +99 -0
  29. package/dist/elements/hpe-button/hpe-button.js.map +1 -0
  30. package/dist/elements/hpe-button/hpe-button.styles.d.ts +2 -0
  31. package/dist/elements/hpe-button/hpe-button.styles.d.ts.map +1 -0
  32. package/dist/elements/hpe-button/hpe-button.styles.js +424 -0
  33. package/dist/elements/hpe-button/hpe-button.styles.js.map +1 -0
  34. package/dist/elements/hpe-button/index.d.ts +2 -0
  35. package/dist/elements/hpe-button/index.d.ts.map +1 -0
  36. package/dist/elements/hpe-button/index.js +2 -0
  37. package/dist/elements/hpe-button/index.js.map +1 -0
  38. package/dist/elements/hpe-button-group/hpe-button-group.d.ts +24 -0
  39. package/dist/elements/hpe-button-group/hpe-button-group.d.ts.map +1 -0
  40. package/dist/elements/hpe-button-group/hpe-button-group.js +43 -0
  41. package/dist/elements/hpe-button-group/hpe-button-group.js.map +1 -0
  42. package/dist/elements/hpe-button-group/hpe-button-group.styles.d.ts +2 -0
  43. package/dist/elements/hpe-button-group/hpe-button-group.styles.d.ts.map +1 -0
  44. package/dist/elements/hpe-button-group/hpe-button-group.styles.js +27 -0
  45. package/dist/elements/hpe-button-group/hpe-button-group.styles.js.map +1 -0
  46. package/dist/elements/hpe-button-group/index.d.ts +2 -0
  47. package/dist/elements/hpe-button-group/index.d.ts.map +1 -0
  48. package/dist/elements/hpe-button-group/index.js +2 -0
  49. package/dist/elements/hpe-button-group/index.js.map +1 -0
  50. package/dist/elements/hpe-card/hpe-card.d.ts +34 -0
  51. package/dist/elements/hpe-card/hpe-card.d.ts.map +1 -0
  52. package/dist/elements/hpe-card/hpe-card.js +71 -0
  53. package/dist/elements/hpe-card/hpe-card.js.map +1 -0
  54. package/dist/elements/hpe-card/hpe-card.styles.d.ts +2 -0
  55. package/dist/elements/hpe-card/hpe-card.styles.d.ts.map +1 -0
  56. package/dist/elements/hpe-card/hpe-card.styles.js +270 -0
  57. package/dist/elements/hpe-card/hpe-card.styles.js.map +1 -0
  58. package/dist/elements/hpe-card/index.d.ts +2 -0
  59. package/dist/elements/hpe-card/index.d.ts.map +1 -0
  60. package/dist/elements/hpe-card/index.js +2 -0
  61. package/dist/elements/hpe-card/index.js.map +1 -0
  62. package/dist/elements/hpe-carousel/hpe-carousel.d.ts +51 -0
  63. package/dist/elements/hpe-carousel/hpe-carousel.d.ts.map +1 -0
  64. package/dist/elements/hpe-carousel/hpe-carousel.js +196 -0
  65. package/dist/elements/hpe-carousel/hpe-carousel.js.map +1 -0
  66. package/dist/elements/hpe-carousel/hpe-carousel.styles.d.ts +2 -0
  67. package/dist/elements/hpe-carousel/hpe-carousel.styles.d.ts.map +1 -0
  68. package/dist/elements/hpe-carousel/hpe-carousel.styles.js +106 -0
  69. package/dist/elements/hpe-carousel/hpe-carousel.styles.js.map +1 -0
  70. package/dist/elements/hpe-carousel/index.d.ts +2 -0
  71. package/dist/elements/hpe-carousel/index.d.ts.map +1 -0
  72. package/dist/elements/hpe-carousel/index.js +2 -0
  73. package/dist/elements/hpe-carousel/index.js.map +1 -0
  74. package/dist/elements/hpe-form/hpe-form.d.ts +36 -0
  75. package/dist/elements/hpe-form/hpe-form.d.ts.map +1 -0
  76. package/dist/elements/hpe-form/hpe-form.js +85 -0
  77. package/dist/elements/hpe-form/hpe-form.js.map +1 -0
  78. package/dist/elements/hpe-form/hpe-form.styles.d.ts +2 -0
  79. package/dist/elements/hpe-form/hpe-form.styles.d.ts.map +1 -0
  80. package/dist/elements/hpe-form/hpe-form.styles.js +67 -0
  81. package/dist/elements/hpe-form/hpe-form.styles.js.map +1 -0
  82. package/dist/elements/hpe-form/index.d.ts +2 -0
  83. package/dist/elements/hpe-form/index.d.ts.map +1 -0
  84. package/dist/elements/hpe-form/index.js +2 -0
  85. package/dist/elements/hpe-form/index.js.map +1 -0
  86. package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.d.ts +19 -0
  87. package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.d.ts.map +1 -0
  88. package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.js +28 -0
  89. package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.js.map +1 -0
  90. package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.styles.d.ts +2 -0
  91. package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.styles.d.ts.map +1 -0
  92. package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.styles.js +18 -0
  93. package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.styles.js.map +1 -0
  94. package/dist/elements/hpe-horizontal-rule/index.d.ts +2 -0
  95. package/dist/elements/hpe-horizontal-rule/index.d.ts.map +1 -0
  96. package/dist/elements/hpe-horizontal-rule/index.js +2 -0
  97. package/dist/elements/hpe-horizontal-rule/index.js.map +1 -0
  98. package/dist/elements/hpe-image/hpe-image.d.ts +30 -0
  99. package/dist/elements/hpe-image/hpe-image.d.ts.map +1 -0
  100. package/dist/elements/hpe-image/hpe-image.js +61 -0
  101. package/dist/elements/hpe-image/hpe-image.js.map +1 -0
  102. package/dist/elements/hpe-image/hpe-image.styles.d.ts +2 -0
  103. package/dist/elements/hpe-image/hpe-image.styles.d.ts.map +1 -0
  104. package/dist/elements/hpe-image/hpe-image.styles.js +64 -0
  105. package/dist/elements/hpe-image/hpe-image.styles.js.map +1 -0
  106. package/dist/elements/hpe-image/index.d.ts +2 -0
  107. package/dist/elements/hpe-image/index.d.ts.map +1 -0
  108. package/dist/elements/hpe-image/index.js +2 -0
  109. package/dist/elements/hpe-image/index.js.map +1 -0
  110. package/dist/elements/hpe-input-group/hpe-input-group.d.ts +24 -0
  111. package/dist/elements/hpe-input-group/hpe-input-group.d.ts.map +1 -0
  112. package/dist/elements/hpe-input-group/hpe-input-group.js +43 -0
  113. package/dist/elements/hpe-input-group/hpe-input-group.js.map +1 -0
  114. package/dist/elements/hpe-input-group/hpe-input-group.styles.d.ts +2 -0
  115. package/dist/elements/hpe-input-group/hpe-input-group.styles.d.ts.map +1 -0
  116. package/dist/elements/hpe-input-group/hpe-input-group.styles.js +28 -0
  117. package/dist/elements/hpe-input-group/hpe-input-group.styles.js.map +1 -0
  118. package/dist/elements/hpe-input-group/index.d.ts +2 -0
  119. package/dist/elements/hpe-input-group/index.d.ts.map +1 -0
  120. package/dist/elements/hpe-input-group/index.js +2 -0
  121. package/dist/elements/hpe-input-group/index.js.map +1 -0
  122. package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.d.ts +36 -0
  123. package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.d.ts.map +1 -0
  124. package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.js +87 -0
  125. package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.js.map +1 -0
  126. package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.styles.d.ts +2 -0
  127. package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.styles.d.ts.map +1 -0
  128. package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.styles.js +124 -0
  129. package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.styles.js.map +1 -0
  130. package/dist/elements/hpe-inputs/hpe-input/hpe-input.d.ts +55 -0
  131. package/dist/elements/hpe-inputs/hpe-input/hpe-input.d.ts.map +1 -0
  132. package/dist/elements/hpe-inputs/hpe-input/hpe-input.js +161 -0
  133. package/dist/elements/hpe-inputs/hpe-input/hpe-input.js.map +1 -0
  134. package/dist/elements/hpe-inputs/hpe-input/hpe-input.styles.d.ts +2 -0
  135. package/dist/elements/hpe-inputs/hpe-input/hpe-input.styles.d.ts.map +1 -0
  136. package/dist/elements/hpe-inputs/hpe-input/hpe-input.styles.js +135 -0
  137. package/dist/elements/hpe-inputs/hpe-input/hpe-input.styles.js.map +1 -0
  138. package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.d.ts +36 -0
  139. package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.d.ts.map +1 -0
  140. package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.js +83 -0
  141. package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.js.map +1 -0
  142. package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.styles.d.ts +2 -0
  143. package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.styles.d.ts.map +1 -0
  144. package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.styles.js +119 -0
  145. package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.styles.js.map +1 -0
  146. package/dist/elements/hpe-inputs/hpe-select/hpe-select.d.ts +59 -0
  147. package/dist/elements/hpe-inputs/hpe-select/hpe-select.d.ts.map +1 -0
  148. package/dist/elements/hpe-inputs/hpe-select/hpe-select.js +224 -0
  149. package/dist/elements/hpe-inputs/hpe-select/hpe-select.js.map +1 -0
  150. package/dist/elements/hpe-inputs/hpe-select/hpe-select.styles.d.ts +2 -0
  151. package/dist/elements/hpe-inputs/hpe-select/hpe-select.styles.d.ts.map +1 -0
  152. package/dist/elements/hpe-inputs/hpe-select/hpe-select.styles.js +156 -0
  153. package/dist/elements/hpe-inputs/hpe-select/hpe-select.styles.js.map +1 -0
  154. package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.d.ts +55 -0
  155. package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.d.ts.map +1 -0
  156. package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.js +166 -0
  157. package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.js.map +1 -0
  158. package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.styles.d.ts +2 -0
  159. package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.styles.d.ts.map +1 -0
  160. package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.styles.js +149 -0
  161. package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.styles.js.map +1 -0
  162. package/dist/elements/hpe-inputs/index.d.ts +6 -0
  163. package/dist/elements/hpe-inputs/index.d.ts.map +1 -0
  164. package/dist/elements/hpe-inputs/index.js +6 -0
  165. package/dist/elements/hpe-inputs/index.js.map +1 -0
  166. package/dist/elements/hpe-list/hpe-list.d.ts +52 -0
  167. package/dist/elements/hpe-list/hpe-list.d.ts.map +1 -0
  168. package/dist/elements/hpe-list/hpe-list.js +117 -0
  169. package/dist/elements/hpe-list/hpe-list.js.map +1 -0
  170. package/dist/elements/hpe-list/hpe-list.styles.d.ts +2 -0
  171. package/dist/elements/hpe-list/hpe-list.styles.d.ts.map +1 -0
  172. package/dist/elements/hpe-list/hpe-list.styles.js +68 -0
  173. package/dist/elements/hpe-list/hpe-list.styles.js.map +1 -0
  174. package/dist/elements/hpe-list/index.d.ts +2 -0
  175. package/dist/elements/hpe-list/index.d.ts.map +1 -0
  176. package/dist/elements/hpe-list/index.js +2 -0
  177. package/dist/elements/hpe-list/index.js.map +1 -0
  178. package/dist/elements/hpe-pull-quote/hpe-pull-quote.d.ts +32 -0
  179. package/dist/elements/hpe-pull-quote/hpe-pull-quote.d.ts.map +1 -0
  180. package/dist/elements/hpe-pull-quote/hpe-pull-quote.js +102 -0
  181. package/dist/elements/hpe-pull-quote/hpe-pull-quote.js.map +1 -0
  182. package/dist/elements/hpe-pull-quote/hpe-pull-quote.styles.d.ts +2 -0
  183. package/dist/elements/hpe-pull-quote/hpe-pull-quote.styles.d.ts.map +1 -0
  184. package/dist/elements/hpe-pull-quote/hpe-pull-quote.styles.js +61 -0
  185. package/dist/elements/hpe-pull-quote/hpe-pull-quote.styles.js.map +1 -0
  186. package/dist/elements/hpe-pull-quote/index.d.ts +2 -0
  187. package/dist/elements/hpe-pull-quote/index.d.ts.map +1 -0
  188. package/dist/elements/hpe-pull-quote/index.js +2 -0
  189. package/dist/elements/hpe-pull-quote/index.js.map +1 -0
  190. package/dist/elements/hpe-tab-group/hpe-tab-group.d.ts +86 -0
  191. package/dist/elements/hpe-tab-group/hpe-tab-group.d.ts.map +1 -0
  192. package/dist/elements/hpe-tab-group/hpe-tab-group.js +275 -0
  193. package/dist/elements/hpe-tab-group/hpe-tab-group.js.map +1 -0
  194. package/dist/elements/hpe-tab-group/hpe-tab-group.styles.d.ts +2 -0
  195. package/dist/elements/hpe-tab-group/hpe-tab-group.styles.d.ts.map +1 -0
  196. package/dist/elements/hpe-tab-group/hpe-tab-group.styles.js +194 -0
  197. package/dist/elements/hpe-tab-group/hpe-tab-group.styles.js.map +1 -0
  198. package/dist/elements/hpe-tab-group/index.d.ts +2 -0
  199. package/dist/elements/hpe-tab-group/index.d.ts.map +1 -0
  200. package/dist/elements/hpe-tab-group/index.js +2 -0
  201. package/dist/elements/hpe-tab-group/index.js.map +1 -0
  202. package/dist/elements/hpe-table/hpe-table.d.ts +110 -0
  203. package/dist/elements/hpe-table/hpe-table.d.ts.map +1 -0
  204. package/dist/elements/hpe-table/hpe-table.js +262 -0
  205. package/dist/elements/hpe-table/hpe-table.js.map +1 -0
  206. package/dist/elements/hpe-table/hpe-table.styles.d.ts +2 -0
  207. package/dist/elements/hpe-table/hpe-table.styles.d.ts.map +1 -0
  208. package/dist/elements/hpe-table/hpe-table.styles.js +214 -0
  209. package/dist/elements/hpe-table/hpe-table.styles.js.map +1 -0
  210. package/dist/elements/hpe-table/index.d.ts +2 -0
  211. package/dist/elements/hpe-table/index.d.ts.map +1 -0
  212. package/dist/elements/hpe-table/index.js +2 -0
  213. package/dist/elements/hpe-table/index.js.map +1 -0
  214. package/dist/foundation/hpe-columns/hpe-columns.d.ts +40 -0
  215. package/dist/foundation/hpe-columns/hpe-columns.d.ts.map +1 -0
  216. package/dist/foundation/hpe-columns/hpe-columns.js +78 -0
  217. package/dist/foundation/hpe-columns/hpe-columns.js.map +1 -0
  218. package/dist/foundation/hpe-columns/hpe-columns.styles.d.ts +2 -0
  219. package/dist/foundation/hpe-columns/hpe-columns.styles.d.ts.map +1 -0
  220. package/dist/foundation/hpe-columns/hpe-columns.styles.js +110 -0
  221. package/dist/foundation/hpe-columns/hpe-columns.styles.js.map +1 -0
  222. package/dist/foundation/hpe-columns/index.d.ts +2 -0
  223. package/dist/foundation/hpe-columns/index.d.ts.map +1 -0
  224. package/dist/foundation/hpe-columns/index.js +2 -0
  225. package/dist/foundation/hpe-columns/index.js.map +1 -0
  226. package/dist/foundation/hpe-section/hpe-section.d.ts +25 -0
  227. package/dist/foundation/hpe-section/hpe-section.d.ts.map +1 -0
  228. package/dist/foundation/hpe-section/hpe-section.js +46 -0
  229. package/dist/foundation/hpe-section/hpe-section.js.map +1 -0
  230. package/dist/foundation/hpe-section/hpe-section.styles.d.ts +2 -0
  231. package/dist/foundation/hpe-section/hpe-section.styles.d.ts.map +1 -0
  232. package/dist/foundation/hpe-section/hpe-section.styles.js +50 -0
  233. package/dist/foundation/hpe-section/hpe-section.styles.js.map +1 -0
  234. package/dist/foundation/hpe-section/index.d.ts +2 -0
  235. package/dist/foundation/hpe-section/index.d.ts.map +1 -0
  236. package/dist/foundation/hpe-section/index.js +2 -0
  237. package/dist/foundation/hpe-section/index.js.map +1 -0
  238. package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.d.ts +26 -0
  239. package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.d.ts.map +1 -0
  240. package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.js +43 -0
  241. package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.js.map +1 -0
  242. package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.d.ts +2 -0
  243. package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.d.ts.map +1 -0
  244. package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.js +33 -0
  245. package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.js.map +1 -0
  246. package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.d.ts +26 -0
  247. package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.d.ts.map +1 -0
  248. package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.js +43 -0
  249. package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.js.map +1 -0
  250. package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.d.ts +2 -0
  251. package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.d.ts.map +1 -0
  252. package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.js +33 -0
  253. package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.js.map +1 -0
  254. package/dist/foundation/hpe-stacks/index.d.ts +3 -0
  255. package/dist/foundation/hpe-stacks/index.d.ts.map +1 -0
  256. package/dist/foundation/hpe-stacks/index.js +3 -0
  257. package/dist/foundation/hpe-stacks/index.js.map +1 -0
  258. package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.d.ts +35 -0
  259. package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.d.ts.map +1 -0
  260. package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.js +73 -0
  261. package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.js.map +1 -0
  262. package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.styles.d.ts +2 -0
  263. package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.styles.d.ts.map +1 -0
  264. package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.styles.js +125 -0
  265. package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.styles.js.map +1 -0
  266. package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.d.ts +32 -0
  267. package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.d.ts.map +1 -0
  268. package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.js +100 -0
  269. package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.js.map +1 -0
  270. package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.styles.d.ts +2 -0
  271. package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.styles.d.ts.map +1 -0
  272. package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.styles.js +63 -0
  273. package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.styles.js.map +1 -0
  274. package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.d.ts +26 -0
  275. package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.d.ts.map +1 -0
  276. package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.js +43 -0
  277. package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.js.map +1 -0
  278. package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.styles.d.ts +2 -0
  279. package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.styles.d.ts.map +1 -0
  280. package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.styles.js +42 -0
  281. package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.styles.js.map +1 -0
  282. package/dist/foundation/hpe-typography/index.d.ts +4 -0
  283. package/dist/foundation/hpe-typography/index.d.ts.map +1 -0
  284. package/dist/foundation/hpe-typography/index.js +4 -0
  285. package/dist/foundation/hpe-typography/index.js.map +1 -0
  286. package/dist/index.d.ts +26 -0
  287. package/dist/index.d.ts.map +1 -0
  288. package/dist/index.js +27 -0
  289. package/dist/index.js.map +1 -0
  290. package/dist/templates/hpe-button-only/hpe-button-only.d.ts +38 -0
  291. package/dist/templates/hpe-button-only/hpe-button-only.d.ts.map +1 -0
  292. package/dist/templates/hpe-button-only/hpe-button-only.js +77 -0
  293. package/dist/templates/hpe-button-only/hpe-button-only.js.map +1 -0
  294. package/dist/templates/hpe-button-only/hpe-button-only.styles.d.ts +2 -0
  295. package/dist/templates/hpe-button-only/hpe-button-only.styles.d.ts.map +1 -0
  296. package/dist/templates/hpe-button-only/hpe-button-only.styles.js +14 -0
  297. package/dist/templates/hpe-button-only/hpe-button-only.styles.js.map +1 -0
  298. package/dist/templates/hpe-button-only/index.d.ts +2 -0
  299. package/dist/templates/hpe-button-only/index.d.ts.map +1 -0
  300. package/dist/templates/hpe-button-only/index.js +2 -0
  301. package/dist/templates/hpe-button-only/index.js.map +1 -0
  302. package/dist/templates/hpe-card-carousel/hpe-card-carousel.d.ts +52 -0
  303. package/dist/templates/hpe-card-carousel/hpe-card-carousel.d.ts.map +1 -0
  304. package/dist/templates/hpe-card-carousel/hpe-card-carousel.js +129 -0
  305. package/dist/templates/hpe-card-carousel/hpe-card-carousel.js.map +1 -0
  306. package/dist/templates/hpe-card-carousel/hpe-card-carousel.styles.d.ts +2 -0
  307. package/dist/templates/hpe-card-carousel/hpe-card-carousel.styles.d.ts.map +1 -0
  308. package/dist/templates/hpe-card-carousel/hpe-card-carousel.styles.js +53 -0
  309. package/dist/templates/hpe-card-carousel/hpe-card-carousel.styles.js.map +1 -0
  310. package/dist/templates/hpe-card-carousel/index.d.ts +2 -0
  311. package/dist/templates/hpe-card-carousel/index.d.ts.map +1 -0
  312. package/dist/templates/hpe-card-carousel/index.js +2 -0
  313. package/dist/templates/hpe-card-carousel/index.js.map +1 -0
  314. package/dist/templates/hpe-card-grid/hpe-card-grid.d.ts +52 -0
  315. package/dist/templates/hpe-card-grid/hpe-card-grid.d.ts.map +1 -0
  316. package/dist/templates/hpe-card-grid/hpe-card-grid.js +122 -0
  317. package/dist/templates/hpe-card-grid/hpe-card-grid.js.map +1 -0
  318. package/dist/templates/hpe-card-grid/hpe-card-grid.styles.d.ts +2 -0
  319. package/dist/templates/hpe-card-grid/hpe-card-grid.styles.d.ts.map +1 -0
  320. package/dist/templates/hpe-card-grid/hpe-card-grid.styles.js +63 -0
  321. package/dist/templates/hpe-card-grid/hpe-card-grid.styles.js.map +1 -0
  322. package/dist/templates/hpe-card-grid/index.d.ts +2 -0
  323. package/dist/templates/hpe-card-grid/index.d.ts.map +1 -0
  324. package/dist/templates/hpe-card-grid/index.js +2 -0
  325. package/dist/templates/hpe-card-grid/index.js.map +1 -0
  326. package/dist/templates/hpe-image-only/hpe-image-only.d.ts +35 -0
  327. package/dist/templates/hpe-image-only/hpe-image-only.d.ts.map +1 -0
  328. package/dist/templates/hpe-image-only/hpe-image-only.js +65 -0
  329. package/dist/templates/hpe-image-only/hpe-image-only.js.map +1 -0
  330. package/dist/templates/hpe-image-only/hpe-image-only.styles.d.ts +2 -0
  331. package/dist/templates/hpe-image-only/hpe-image-only.styles.d.ts.map +1 -0
  332. package/dist/templates/hpe-image-only/hpe-image-only.styles.js +12 -0
  333. package/dist/templates/hpe-image-only/hpe-image-only.styles.js.map +1 -0
  334. package/dist/templates/hpe-image-only/index.d.ts +2 -0
  335. package/dist/templates/hpe-image-only/index.d.ts.map +1 -0
  336. package/dist/templates/hpe-image-only/index.js +2 -0
  337. package/dist/templates/hpe-image-only/index.js.map +1 -0
  338. package/dist/templates/hpe-text-only/hpe-text-only.d.ts +50 -0
  339. package/dist/templates/hpe-text-only/hpe-text-only.d.ts.map +1 -0
  340. package/dist/templates/hpe-text-only/hpe-text-only.js +113 -0
  341. package/dist/templates/hpe-text-only/hpe-text-only.js.map +1 -0
  342. package/dist/templates/hpe-text-only/hpe-text-only.styles.d.ts +2 -0
  343. package/dist/templates/hpe-text-only/hpe-text-only.styles.d.ts.map +1 -0
  344. package/dist/templates/hpe-text-only/hpe-text-only.styles.js +12 -0
  345. package/dist/templates/hpe-text-only/hpe-text-only.styles.js.map +1 -0
  346. package/dist/templates/hpe-text-only/index.d.ts +2 -0
  347. package/dist/templates/hpe-text-only/index.d.ts.map +1 -0
  348. package/dist/templates/hpe-text-only/index.js +2 -0
  349. package/dist/templates/hpe-text-only/index.js.map +1 -0
  350. package/dist/templates/hpe-text-recipe/hpe-text-recipe.d.ts +61 -0
  351. package/dist/templates/hpe-text-recipe/hpe-text-recipe.d.ts.map +1 -0
  352. package/dist/templates/hpe-text-recipe/hpe-text-recipe.js +172 -0
  353. package/dist/templates/hpe-text-recipe/hpe-text-recipe.js.map +1 -0
  354. package/dist/templates/hpe-text-recipe/hpe-text-recipe.styles.d.ts +2 -0
  355. package/dist/templates/hpe-text-recipe/hpe-text-recipe.styles.d.ts.map +1 -0
  356. package/dist/templates/hpe-text-recipe/hpe-text-recipe.styles.js +60 -0
  357. package/dist/templates/hpe-text-recipe/hpe-text-recipe.styles.js.map +1 -0
  358. package/dist/templates/hpe-text-recipe/index.d.ts +2 -0
  359. package/dist/templates/hpe-text-recipe/index.d.ts.map +1 -0
  360. package/dist/templates/hpe-text-recipe/index.js +2 -0
  361. package/dist/templates/hpe-text-recipe/index.js.map +1 -0
  362. package/package.json +35 -13
  363. package/README.md +0 -10
@@ -0,0 +1,3704 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "elements/hpe-accordion/hpe-accordion.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "A single accordion item with a trigger and expandable content region.",
12
+ "name": "HpeAccordionItem",
13
+ "cssParts": [
14
+ {
15
+ "description": "The accordion item wrapper",
16
+ "name": "item"
17
+ },
18
+ {
19
+ "description": "The accordion trigger button",
20
+ "name": "trigger"
21
+ },
22
+ {
23
+ "description": "The accordion label text",
24
+ "name": "label"
25
+ },
26
+ {
27
+ "description": "The chevron icon container",
28
+ "name": "icon"
29
+ },
30
+ {
31
+ "description": "The expandable content region",
32
+ "name": "panel"
33
+ }
34
+ ],
35
+ "slots": [
36
+ {
37
+ "description": "Accordion panel content shown when expanded",
38
+ "name": ""
39
+ }
40
+ ],
41
+ "members": [
42
+ {
43
+ "kind": "field",
44
+ "name": "label",
45
+ "type": {
46
+ "text": "string"
47
+ },
48
+ "default": "\"Accordion Item Label\"",
49
+ "attribute": "label",
50
+ "reflects": true
51
+ },
52
+ {
53
+ "kind": "field",
54
+ "name": "expanded",
55
+ "type": {
56
+ "text": "boolean"
57
+ },
58
+ "default": "false",
59
+ "attribute": "expanded",
60
+ "reflects": true
61
+ },
62
+ {
63
+ "kind": "field",
64
+ "name": "disabled",
65
+ "type": {
66
+ "text": "boolean"
67
+ },
68
+ "default": "false",
69
+ "attribute": "disabled",
70
+ "reflects": true
71
+ },
72
+ {
73
+ "kind": "field",
74
+ "name": "panelId",
75
+ "privacy": "private",
76
+ "readonly": true,
77
+ "default": "`hpe-accordion-panel-${accordionId++}`"
78
+ },
79
+ {
80
+ "kind": "field",
81
+ "name": "triggerId",
82
+ "privacy": "private",
83
+ "readonly": true,
84
+ "default": "`hpe-accordion-trigger-${accordionId++}`"
85
+ },
86
+ {
87
+ "kind": "method",
88
+ "name": "focusTrigger"
89
+ },
90
+ {
91
+ "kind": "method",
92
+ "name": "handleToggle",
93
+ "privacy": "private"
94
+ },
95
+ {
96
+ "kind": "method",
97
+ "name": "handleKeydown",
98
+ "privacy": "private",
99
+ "parameters": [
100
+ {
101
+ "name": "event",
102
+ "type": {
103
+ "text": "KeyboardEvent"
104
+ }
105
+ }
106
+ ]
107
+ }
108
+ ],
109
+ "events": [
110
+ {
111
+ "name": "accordion-item-toggle",
112
+ "type": {
113
+ "text": "CustomEvent"
114
+ },
115
+ "description": "Emitted when the item requests a new expansion state"
116
+ }
117
+ ],
118
+ "attributes": [
119
+ {
120
+ "type": {
121
+ "text": "string"
122
+ },
123
+ "description": "Accordion trigger label text",
124
+ "name": "label",
125
+ "default": "\"Accordion Item Label\"",
126
+ "fieldName": "label"
127
+ },
128
+ {
129
+ "type": {
130
+ "text": "boolean"
131
+ },
132
+ "description": "Whether the accordion content is expanded",
133
+ "name": "expanded",
134
+ "default": "false",
135
+ "fieldName": "expanded"
136
+ },
137
+ {
138
+ "type": {
139
+ "text": "boolean"
140
+ },
141
+ "description": "Whether the accordion trigger is disabled",
142
+ "name": "disabled",
143
+ "default": "false",
144
+ "fieldName": "disabled"
145
+ }
146
+ ],
147
+ "superclass": {
148
+ "name": "LitElement",
149
+ "package": "lit"
150
+ },
151
+ "tagName": "hpe-accordion-item",
152
+ "customElement": true,
153
+ "summary": "Displays a single accordion item with an H5 label and chevron icon."
154
+ },
155
+ {
156
+ "kind": "class",
157
+ "description": "A parent accordion that coordinates related accordion items.",
158
+ "name": "HpeAccordion",
159
+ "cssParts": [
160
+ {
161
+ "description": "The accordion container element",
162
+ "name": "accordion"
163
+ }
164
+ ],
165
+ "slots": [
166
+ {
167
+ "description": "Accordion item elements (use `<hpe-accordion-item>`)",
168
+ "name": ""
169
+ }
170
+ ],
171
+ "members": [
172
+ {
173
+ "kind": "field",
174
+ "name": "items",
175
+ "type": {
176
+ "text": "HpeAccordionItem[]"
177
+ },
178
+ "privacy": "private",
179
+ "default": "[]"
180
+ },
181
+ {
182
+ "kind": "field",
183
+ "name": "updateItems",
184
+ "privacy": "private"
185
+ },
186
+ {
187
+ "kind": "field",
188
+ "name": "handleItemToggle",
189
+ "privacy": "private"
190
+ }
191
+ ],
192
+ "superclass": {
193
+ "name": "LitElement",
194
+ "package": "lit"
195
+ },
196
+ "tagName": "hpe-accordion",
197
+ "customElement": true,
198
+ "summary": "Organizes multiple accordion items and keeps a single item expanded at a time."
199
+ }
200
+ ],
201
+ "exports": [
202
+ {
203
+ "kind": "js",
204
+ "name": "HpeAccordionItem",
205
+ "declaration": {
206
+ "name": "HpeAccordionItem",
207
+ "module": "elements/hpe-accordion/hpe-accordion.ts"
208
+ }
209
+ },
210
+ {
211
+ "kind": "custom-element-definition",
212
+ "name": "hpe-accordion-item",
213
+ "declaration": {
214
+ "name": "HpeAccordionItem",
215
+ "module": "elements/hpe-accordion/hpe-accordion.ts"
216
+ }
217
+ },
218
+ {
219
+ "kind": "js",
220
+ "name": "HpeAccordion",
221
+ "declaration": {
222
+ "name": "HpeAccordion",
223
+ "module": "elements/hpe-accordion/hpe-accordion.ts"
224
+ }
225
+ },
226
+ {
227
+ "kind": "custom-element-definition",
228
+ "name": "hpe-accordion",
229
+ "declaration": {
230
+ "name": "HpeAccordion",
231
+ "module": "elements/hpe-accordion/hpe-accordion.ts"
232
+ }
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "kind": "javascript-module",
238
+ "path": "elements/hpe-agenda/hpe-agenda.ts",
239
+ "declarations": [
240
+ {
241
+ "kind": "class",
242
+ "description": "A stacked agenda pattern for organizing time-based event rows.",
243
+ "name": "HpeAgenda",
244
+ "cssParts": [
245
+ {
246
+ "description": "Outer agenda section wrapper.",
247
+ "name": "section"
248
+ },
249
+ {
250
+ "description": "Inner agenda container.",
251
+ "name": "container"
252
+ }
253
+ ],
254
+ "slots": [
255
+ {
256
+ "description": "One or more <hpe-agenda-row> elements.",
257
+ "name": ""
258
+ }
259
+ ],
260
+ "members": [
261
+ {
262
+ "kind": "field",
263
+ "name": "format",
264
+ "type": {
265
+ "text": "'alternating' | 'border' | 'no-border'"
266
+ },
267
+ "default": "'alternating'",
268
+ "attribute": "format",
269
+ "reflects": true
270
+ },
271
+ {
272
+ "kind": "field",
273
+ "name": "syncRows",
274
+ "privacy": "private"
275
+ }
276
+ ],
277
+ "attributes": [
278
+ {
279
+ "type": {
280
+ "text": "'alternating' | 'border' | 'no-border'"
281
+ },
282
+ "name": "format",
283
+ "default": "'alternating'",
284
+ "fieldName": "format"
285
+ }
286
+ ],
287
+ "superclass": {
288
+ "name": "LitElement",
289
+ "package": "lit"
290
+ },
291
+ "tagName": "hpe-agenda",
292
+ "customElement": true,
293
+ "summary": "Agenda container that applies alternating and border variants to row children."
294
+ },
295
+ {
296
+ "kind": "class",
297
+ "description": "One agenda row with a time column and content column.",
298
+ "name": "HpeAgendaRow",
299
+ "cssParts": [
300
+ {
301
+ "description": "Row container.",
302
+ "name": "row"
303
+ },
304
+ {
305
+ "description": "Time column.",
306
+ "name": "time"
307
+ },
308
+ {
309
+ "description": "Content column.",
310
+ "name": "content"
311
+ }
312
+ ],
313
+ "slots": [
314
+ {
315
+ "description": "Time or label content for the first column.",
316
+ "name": "time"
317
+ },
318
+ {
319
+ "description": "Optional agenda item title.",
320
+ "name": "title"
321
+ },
322
+ {
323
+ "description": "Optional agenda item description.",
324
+ "name": "description"
325
+ },
326
+ {
327
+ "description": "Main row content for the second column.",
328
+ "name": ""
329
+ }
330
+ ],
331
+ "members": [
332
+ {
333
+ "kind": "field",
334
+ "name": "tone",
335
+ "type": {
336
+ "text": "'default' | 'sunken'"
337
+ },
338
+ "default": "'default'",
339
+ "attribute": "tone",
340
+ "reflects": true
341
+ },
342
+ {
343
+ "kind": "field",
344
+ "name": "bordered",
345
+ "type": {
346
+ "text": "boolean"
347
+ },
348
+ "default": "false",
349
+ "attribute": "bordered",
350
+ "reflects": true
351
+ }
352
+ ],
353
+ "attributes": [
354
+ {
355
+ "type": {
356
+ "text": "'default' | 'sunken'"
357
+ },
358
+ "name": "tone",
359
+ "default": "'default'",
360
+ "fieldName": "tone"
361
+ },
362
+ {
363
+ "type": {
364
+ "text": "boolean"
365
+ },
366
+ "name": "bordered",
367
+ "default": "false",
368
+ "fieldName": "bordered"
369
+ }
370
+ ],
371
+ "superclass": {
372
+ "name": "LitElement",
373
+ "package": "lit"
374
+ },
375
+ "tagName": "hpe-agenda-row",
376
+ "customElement": true,
377
+ "summary": "Two-column agenda row for time and description content."
378
+ }
379
+ ],
380
+ "exports": [
381
+ {
382
+ "kind": "js",
383
+ "name": "HpeAgenda",
384
+ "declaration": {
385
+ "name": "HpeAgenda",
386
+ "module": "elements/hpe-agenda/hpe-agenda.ts"
387
+ }
388
+ },
389
+ {
390
+ "kind": "custom-element-definition",
391
+ "name": "hpe-agenda",
392
+ "declaration": {
393
+ "name": "HpeAgenda",
394
+ "module": "elements/hpe-agenda/hpe-agenda.ts"
395
+ }
396
+ },
397
+ {
398
+ "kind": "js",
399
+ "name": "HpeAgendaRow",
400
+ "declaration": {
401
+ "name": "HpeAgendaRow",
402
+ "module": "elements/hpe-agenda/hpe-agenda.ts"
403
+ }
404
+ },
405
+ {
406
+ "kind": "custom-element-definition",
407
+ "name": "hpe-agenda-row",
408
+ "declaration": {
409
+ "name": "HpeAgendaRow",
410
+ "module": "elements/hpe-agenda/hpe-agenda.ts"
411
+ }
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "kind": "javascript-module",
417
+ "path": "elements/hpe-button/hpe-button.ts",
418
+ "declarations": [
419
+ {
420
+ "kind": "class",
421
+ "description": "A button component for user interactions with multiple types, sizes, and states.",
422
+ "name": "HpeButton",
423
+ "cssParts": [
424
+ {
425
+ "description": "The button element",
426
+ "name": "button"
427
+ },
428
+ {
429
+ "description": "The button label text",
430
+ "name": "label"
431
+ },
432
+ {
433
+ "description": "The trailing icon container",
434
+ "name": "icon"
435
+ }
436
+ ],
437
+ "slots": [
438
+ {
439
+ "description": "Button label text",
440
+ "name": ""
441
+ }
442
+ ],
443
+ "members": [
444
+ {
445
+ "kind": "field",
446
+ "name": "type",
447
+ "type": {
448
+ "text": "\"primary\" | \"secondary\" | \"link-primary\" | \"link-neutral\""
449
+ },
450
+ "default": "\"primary\"",
451
+ "attribute": "type",
452
+ "reflects": true
453
+ },
454
+ {
455
+ "kind": "field",
456
+ "name": "size",
457
+ "type": {
458
+ "text": "\"small\" | \"default\" | \"large\""
459
+ },
460
+ "default": "\"default\"",
461
+ "attribute": "size",
462
+ "reflects": true
463
+ },
464
+ {
465
+ "kind": "field",
466
+ "name": "label",
467
+ "type": {
468
+ "text": "string"
469
+ },
470
+ "default": "\"Label\"",
471
+ "attribute": "label",
472
+ "reflects": true
473
+ },
474
+ {
475
+ "kind": "field",
476
+ "name": "disabled",
477
+ "type": {
478
+ "text": "boolean"
479
+ },
480
+ "default": "false",
481
+ "attribute": "disabled",
482
+ "reflects": true
483
+ },
484
+ {
485
+ "kind": "field",
486
+ "name": "showIcon",
487
+ "type": {
488
+ "text": "boolean"
489
+ },
490
+ "default": "true",
491
+ "attribute": "show-icon",
492
+ "reflects": true
493
+ },
494
+ {
495
+ "kind": "field",
496
+ "name": "iconPosition",
497
+ "type": {
498
+ "text": "\"left\" | \"right\""
499
+ },
500
+ "default": "\"right\"",
501
+ "attribute": "icon-position",
502
+ "reflects": true
503
+ },
504
+ {
505
+ "kind": "field",
506
+ "name": "arrowIcon",
507
+ "privacy": "private",
508
+ "readonly": true
509
+ },
510
+ {
511
+ "kind": "method",
512
+ "name": "renderIcon",
513
+ "privacy": "private"
514
+ }
515
+ ],
516
+ "attributes": [
517
+ {
518
+ "type": {
519
+ "text": "\"primary\" | \"secondary\" | \"link-primary\" | \"link-neutral\""
520
+ },
521
+ "description": "Button type: \"primary\" | \"secondary\" | \"link-primary\" | \"link-neutral\"",
522
+ "name": "type",
523
+ "default": "\"primary\"",
524
+ "fieldName": "type"
525
+ },
526
+ {
527
+ "type": {
528
+ "text": "\"small\" | \"default\" | \"large\""
529
+ },
530
+ "description": "Button size: \"small\" | \"default\" | \"large\"",
531
+ "name": "size",
532
+ "default": "\"default\"",
533
+ "fieldName": "size"
534
+ },
535
+ {
536
+ "type": {
537
+ "text": "string"
538
+ },
539
+ "description": "Fallback label when no slotted text is provided",
540
+ "name": "label",
541
+ "default": "\"Label\"",
542
+ "fieldName": "label"
543
+ },
544
+ {
545
+ "type": {
546
+ "text": "boolean"
547
+ },
548
+ "description": "Whether the button is disabled",
549
+ "name": "disabled",
550
+ "default": "false",
551
+ "fieldName": "disabled"
552
+ },
553
+ {
554
+ "type": {
555
+ "text": "boolean"
556
+ },
557
+ "description": "Whether to show the arrow icon (default: true)",
558
+ "name": "show-icon",
559
+ "default": "true",
560
+ "fieldName": "showIcon"
561
+ },
562
+ {
563
+ "type": {
564
+ "text": "\"left\" | \"right\""
565
+ },
566
+ "description": "Arrow icon placement: \"left\" | \"right\"",
567
+ "name": "icon-position",
568
+ "default": "\"right\"",
569
+ "fieldName": "iconPosition"
570
+ }
571
+ ],
572
+ "superclass": {
573
+ "name": "LitElement",
574
+ "package": "lit"
575
+ },
576
+ "tagName": "hpe-button",
577
+ "customElement": true,
578
+ "summary": "Displays a button with configurable type, size, and state variants."
579
+ }
580
+ ],
581
+ "exports": [
582
+ {
583
+ "kind": "js",
584
+ "name": "HpeButton",
585
+ "declaration": {
586
+ "name": "HpeButton",
587
+ "module": "elements/hpe-button/hpe-button.ts"
588
+ }
589
+ },
590
+ {
591
+ "kind": "custom-element-definition",
592
+ "name": "hpe-button",
593
+ "declaration": {
594
+ "name": "HpeButton",
595
+ "module": "elements/hpe-button/hpe-button.ts"
596
+ }
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "kind": "javascript-module",
602
+ "path": "elements/hpe-button-group/hpe-button-group.ts",
603
+ "declarations": [
604
+ {
605
+ "kind": "class",
606
+ "description": "A button group component for organizing multiple buttons in a layout.",
607
+ "name": "HpeButtonGroup",
608
+ "cssParts": [
609
+ {
610
+ "description": "The button group container",
611
+ "name": "group"
612
+ }
613
+ ],
614
+ "slots": [
615
+ {
616
+ "description": "Button elements to be grouped",
617
+ "name": ""
618
+ }
619
+ ],
620
+ "members": [
621
+ {
622
+ "kind": "field",
623
+ "name": "orientation",
624
+ "type": {
625
+ "text": "\"horizontal\" | \"vertical\""
626
+ },
627
+ "default": "\"horizontal\"",
628
+ "attribute": "orientation",
629
+ "reflects": true
630
+ }
631
+ ],
632
+ "attributes": [
633
+ {
634
+ "type": {
635
+ "text": "\"horizontal\" | \"vertical\""
636
+ },
637
+ "description": "Layout orientation: \"horizontal\" | \"vertical\"",
638
+ "name": "orientation",
639
+ "default": "\"horizontal\"",
640
+ "fieldName": "orientation"
641
+ }
642
+ ],
643
+ "superclass": {
644
+ "name": "LitElement",
645
+ "package": "lit"
646
+ },
647
+ "tagName": "hpe-button-group",
648
+ "customElement": true,
649
+ "summary": "Organizes buttons horizontally or vertically with consistent spacing."
650
+ }
651
+ ],
652
+ "exports": [
653
+ {
654
+ "kind": "js",
655
+ "name": "HpeButtonGroup",
656
+ "declaration": {
657
+ "name": "HpeButtonGroup",
658
+ "module": "elements/hpe-button-group/hpe-button-group.ts"
659
+ }
660
+ },
661
+ {
662
+ "kind": "custom-element-definition",
663
+ "name": "hpe-button-group",
664
+ "declaration": {
665
+ "name": "HpeButtonGroup",
666
+ "module": "elements/hpe-button-group/hpe-button-group.ts"
667
+ }
668
+ }
669
+ ]
670
+ },
671
+ {
672
+ "kind": "javascript-module",
673
+ "path": "elements/hpe-card/hpe-card.ts",
674
+ "declarations": [
675
+ {
676
+ "kind": "class",
677
+ "description": "A card component for displaying content in a contained, visually\ndistinct surface. Supports vertical and horizontal layouts with\nflexible slot-based composition.",
678
+ "name": "HpeCard",
679
+ "cssParts": [
680
+ {
681
+ "description": "The outer card container element",
682
+ "name": "card"
683
+ },
684
+ {
685
+ "description": "The media area wrapper",
686
+ "name": "media"
687
+ },
688
+ {
689
+ "description": "The text content area wrapper",
690
+ "name": "content"
691
+ }
692
+ ],
693
+ "slots": [
694
+ {
695
+ "description": "Hero image, avatar, icon, logo, or accent bar",
696
+ "name": "media"
697
+ },
698
+ {
699
+ "description": "Optional small label above the heading",
700
+ "name": "eyebrow"
701
+ },
702
+ {
703
+ "description": "Headline text",
704
+ "name": "heading"
705
+ },
706
+ {
707
+ "description": "Body text content",
708
+ "name": ""
709
+ },
710
+ {
711
+ "description": "Call-to-action link(s) at the bottom",
712
+ "name": "cta"
713
+ }
714
+ ],
715
+ "members": [
716
+ {
717
+ "kind": "field",
718
+ "name": "layout",
719
+ "type": {
720
+ "text": "\"vertical\" | \"horizontal\""
721
+ },
722
+ "default": "\"vertical\"",
723
+ "attribute": "layout",
724
+ "reflects": true
725
+ },
726
+ {
727
+ "kind": "field",
728
+ "name": "_hasMedia",
729
+ "type": {
730
+ "text": "boolean"
731
+ },
732
+ "privacy": "private",
733
+ "default": "false"
734
+ },
735
+ {
736
+ "kind": "method",
737
+ "name": "_onMediaSlotChange",
738
+ "privacy": "private",
739
+ "parameters": [
740
+ {
741
+ "name": "e",
742
+ "type": {
743
+ "text": "Event"
744
+ }
745
+ }
746
+ ]
747
+ }
748
+ ],
749
+ "attributes": [
750
+ {
751
+ "type": {
752
+ "text": "\"vertical\" | \"horizontal\""
753
+ },
754
+ "description": "Layout direction: \"vertical\" | \"horizontal\"",
755
+ "name": "layout",
756
+ "default": "\"vertical\"",
757
+ "fieldName": "layout"
758
+ }
759
+ ],
760
+ "superclass": {
761
+ "name": "LitElement",
762
+ "package": "lit"
763
+ },
764
+ "tagName": "hpe-card",
765
+ "customElement": true,
766
+ "summary": "Displays content in a card surface with media, heading, body, and CTA slots."
767
+ }
768
+ ],
769
+ "exports": [
770
+ {
771
+ "kind": "js",
772
+ "name": "HpeCard",
773
+ "declaration": {
774
+ "name": "HpeCard",
775
+ "module": "elements/hpe-card/hpe-card.ts"
776
+ }
777
+ },
778
+ {
779
+ "kind": "custom-element-definition",
780
+ "name": "hpe-card",
781
+ "declaration": {
782
+ "name": "HpeCard",
783
+ "module": "elements/hpe-card/hpe-card.ts"
784
+ }
785
+ }
786
+ ]
787
+ },
788
+ {
789
+ "kind": "javascript-module",
790
+ "path": "elements/hpe-carousel/hpe-carousel.ts",
791
+ "declarations": [
792
+ {
793
+ "kind": "class",
794
+ "description": "A reusable carousel element that displays slotted slides with optional\nprevious and next navigation controls.",
795
+ "name": "HpeCarousel",
796
+ "cssParts": [
797
+ {
798
+ "description": "The outer carousel wrapper.",
799
+ "name": "container"
800
+ },
801
+ {
802
+ "description": "The slide viewport and track wrapper.",
803
+ "name": "slides"
804
+ },
805
+ {
806
+ "description": "The navigation controls wrapper.",
807
+ "name": "controls"
808
+ },
809
+ {
810
+ "description": "The previous navigation button.",
811
+ "name": "prev-button"
812
+ },
813
+ {
814
+ "description": "The next navigation button.",
815
+ "name": "next-button"
816
+ }
817
+ ],
818
+ "slots": [
819
+ {
820
+ "description": "Carousel slide content.",
821
+ "name": ""
822
+ }
823
+ ],
824
+ "members": [
825
+ {
826
+ "kind": "field",
827
+ "name": "visibleSlides",
828
+ "type": {
829
+ "text": "number"
830
+ },
831
+ "default": "1",
832
+ "attribute": "visible-slides",
833
+ "reflects": true
834
+ },
835
+ {
836
+ "kind": "field",
837
+ "name": "showControls",
838
+ "type": {
839
+ "text": "boolean"
840
+ },
841
+ "default": "true",
842
+ "attribute": "show-controls",
843
+ "reflects": true
844
+ },
845
+ {
846
+ "kind": "field",
847
+ "name": "showSlideCount",
848
+ "type": {
849
+ "text": "boolean"
850
+ },
851
+ "default": "false",
852
+ "attribute": "show-slide-count",
853
+ "reflects": true
854
+ },
855
+ {
856
+ "kind": "field",
857
+ "name": "currentIndex",
858
+ "type": {
859
+ "text": "number"
860
+ },
861
+ "privacy": "private",
862
+ "default": "0"
863
+ },
864
+ {
865
+ "kind": "field",
866
+ "name": "totalSlides",
867
+ "type": {
868
+ "text": "number"
869
+ },
870
+ "privacy": "private",
871
+ "default": "0"
872
+ },
873
+ {
874
+ "kind": "field",
875
+ "name": "slidesElement",
876
+ "type": {
877
+ "text": "HTMLElement"
878
+ },
879
+ "privacy": "private"
880
+ },
881
+ {
882
+ "kind": "field",
883
+ "name": "currentSlideIndex",
884
+ "readonly": true
885
+ },
886
+ {
887
+ "kind": "field",
888
+ "name": "pageCount",
889
+ "readonly": true
890
+ },
891
+ {
892
+ "kind": "field",
893
+ "name": "totalPages",
894
+ "privacy": "private",
895
+ "readonly": true
896
+ },
897
+ {
898
+ "kind": "method",
899
+ "name": "syncSlides",
900
+ "privacy": "private"
901
+ },
902
+ {
903
+ "kind": "method",
904
+ "name": "updateSlideWidth",
905
+ "privacy": "private"
906
+ },
907
+ {
908
+ "kind": "method",
909
+ "name": "goTo",
910
+ "parameters": [
911
+ {
912
+ "name": "index",
913
+ "type": {
914
+ "text": "number"
915
+ }
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "kind": "method",
921
+ "name": "goToPrevious"
922
+ },
923
+ {
924
+ "kind": "method",
925
+ "name": "goToNext"
926
+ },
927
+ {
928
+ "kind": "method",
929
+ "name": "handleSlotChange",
930
+ "privacy": "private"
931
+ },
932
+ {
933
+ "kind": "method",
934
+ "name": "notifyStateChange",
935
+ "privacy": "private"
936
+ },
937
+ {
938
+ "kind": "method",
939
+ "name": "renderIcon",
940
+ "privacy": "private",
941
+ "parameters": [
942
+ {
943
+ "name": "direction",
944
+ "type": {
945
+ "text": "\"left\" | \"right\""
946
+ }
947
+ }
948
+ ]
949
+ }
950
+ ],
951
+ "events": [
952
+ {
953
+ "name": "hpe-carousel-change",
954
+ "type": {
955
+ "text": "CustomEvent"
956
+ },
957
+ "description": "Dispatched when the current slide or page count changes."
958
+ }
959
+ ],
960
+ "attributes": [
961
+ {
962
+ "type": {
963
+ "text": "number"
964
+ },
965
+ "description": "Number of visible slides at once.",
966
+ "name": "visible-slides",
967
+ "default": "1",
968
+ "fieldName": "visibleSlides"
969
+ },
970
+ {
971
+ "type": {
972
+ "text": "boolean"
973
+ },
974
+ "description": "Whether navigation controls are shown.",
975
+ "name": "show-controls",
976
+ "default": "true",
977
+ "fieldName": "showControls"
978
+ },
979
+ {
980
+ "type": {
981
+ "text": "boolean"
982
+ },
983
+ "description": "Whether to render the slide count label alongside controls.",
984
+ "name": "show-slide-count",
985
+ "default": "false",
986
+ "fieldName": "showSlideCount"
987
+ }
988
+ ],
989
+ "superclass": {
990
+ "name": "LitElement",
991
+ "package": "lit"
992
+ },
993
+ "tagName": "hpe-carousel",
994
+ "customElement": true,
995
+ "summary": "Displays slotted content as horizontally scrollable slides with circular navigation controls."
996
+ }
997
+ ],
998
+ "exports": [
999
+ {
1000
+ "kind": "js",
1001
+ "name": "HpeCarousel",
1002
+ "declaration": {
1003
+ "name": "HpeCarousel",
1004
+ "module": "elements/hpe-carousel/hpe-carousel.ts"
1005
+ }
1006
+ },
1007
+ {
1008
+ "kind": "custom-element-definition",
1009
+ "name": "hpe-carousel",
1010
+ "declaration": {
1011
+ "name": "HpeCarousel",
1012
+ "module": "elements/hpe-carousel/hpe-carousel.ts"
1013
+ }
1014
+ }
1015
+ ]
1016
+ },
1017
+ {
1018
+ "kind": "javascript-module",
1019
+ "path": "elements/hpe-form/hpe-form.ts",
1020
+ "declarations": [
1021
+ {
1022
+ "kind": "class",
1023
+ "description": "A form container matching the Figma form layout with heading, body copy, field stack, and primary action.",
1024
+ "name": "HpeForm",
1025
+ "cssParts": [
1026
+ {
1027
+ "description": "The outer form container",
1028
+ "name": "container"
1029
+ },
1030
+ {
1031
+ "description": "The heading and description area",
1032
+ "name": "header"
1033
+ },
1034
+ {
1035
+ "description": "The slotted field stack",
1036
+ "name": "fields"
1037
+ },
1038
+ {
1039
+ "description": "The action row",
1040
+ "name": "actions"
1041
+ }
1042
+ ],
1043
+ "slots": [
1044
+ {
1045
+ "description": "Form fields and grouped controls",
1046
+ "name": ""
1047
+ },
1048
+ {
1049
+ "description": "Optional additional action buttons rendered alongside the default submit button",
1050
+ "name": "actions"
1051
+ }
1052
+ ],
1053
+ "members": [
1054
+ {
1055
+ "kind": "field",
1056
+ "name": "heading",
1057
+ "type": {
1058
+ "text": "string"
1059
+ },
1060
+ "default": "\"Heading\"",
1061
+ "attribute": "heading",
1062
+ "reflects": true
1063
+ },
1064
+ {
1065
+ "kind": "field",
1066
+ "name": "description",
1067
+ "type": {
1068
+ "text": "string"
1069
+ },
1070
+ "default": "\"Desription text providing context for the form and its fields. This can be a few sentences long.\"",
1071
+ "attribute": "description",
1072
+ "reflects": true
1073
+ },
1074
+ {
1075
+ "kind": "field",
1076
+ "name": "submitLabel",
1077
+ "type": {
1078
+ "text": "string"
1079
+ },
1080
+ "default": "\"Submit\"",
1081
+ "attribute": "submit-label",
1082
+ "reflects": true
1083
+ },
1084
+ {
1085
+ "kind": "method",
1086
+ "name": "onSubmitClick",
1087
+ "privacy": "private"
1088
+ }
1089
+ ],
1090
+ "events": [
1091
+ {
1092
+ "name": "hpe-form-submit",
1093
+ "type": {
1094
+ "text": "CustomEvent"
1095
+ }
1096
+ }
1097
+ ],
1098
+ "attributes": [
1099
+ {
1100
+ "type": {
1101
+ "text": "string"
1102
+ },
1103
+ "description": "Heading text displayed at the top of the form",
1104
+ "name": "heading",
1105
+ "default": "\"Heading\"",
1106
+ "fieldName": "heading"
1107
+ },
1108
+ {
1109
+ "type": {
1110
+ "text": "string"
1111
+ },
1112
+ "description": "Supporting body copy displayed below the heading",
1113
+ "name": "description",
1114
+ "default": "\"Desription text providing context for the form and its fields. This can be a few sentences long.\"",
1115
+ "fieldName": "description"
1116
+ },
1117
+ {
1118
+ "type": {
1119
+ "text": "string"
1120
+ },
1121
+ "description": "Label used for the default submit button",
1122
+ "name": "submit-label",
1123
+ "default": "\"Submit\"",
1124
+ "fieldName": "submitLabel"
1125
+ }
1126
+ ],
1127
+ "superclass": {
1128
+ "name": "LitElement",
1129
+ "package": "lit"
1130
+ },
1131
+ "tagName": "hpe-form",
1132
+ "customElement": true,
1133
+ "summary": "Displays a token-backed form shell with slotted input controls, a submit action, and optional additional actions."
1134
+ }
1135
+ ],
1136
+ "exports": [
1137
+ {
1138
+ "kind": "js",
1139
+ "name": "HpeForm",
1140
+ "declaration": {
1141
+ "name": "HpeForm",
1142
+ "module": "elements/hpe-form/hpe-form.ts"
1143
+ }
1144
+ },
1145
+ {
1146
+ "kind": "custom-element-definition",
1147
+ "name": "hpe-form",
1148
+ "declaration": {
1149
+ "name": "HpeForm",
1150
+ "module": "elements/hpe-form/hpe-form.ts"
1151
+ }
1152
+ }
1153
+ ]
1154
+ },
1155
+ {
1156
+ "kind": "javascript-module",
1157
+ "path": "elements/hpe-horizontal-rule/hpe-horizontal-rule.ts",
1158
+ "declarations": [
1159
+ {
1160
+ "kind": "class",
1161
+ "description": "A decorative horizontal rule used to visually separate sections of content.",
1162
+ "name": "HpeHorizontalRule",
1163
+ "cssParts": [
1164
+ {
1165
+ "description": "The underlying `<hr>` element.",
1166
+ "name": "rule"
1167
+ }
1168
+ ],
1169
+ "members": [],
1170
+ "superclass": {
1171
+ "name": "LitElement",
1172
+ "package": "lit"
1173
+ },
1174
+ "tagName": "hpe-horizontal-rule",
1175
+ "customElement": true,
1176
+ "summary": "A full-width horizontal divider styled with the design-system border token."
1177
+ }
1178
+ ],
1179
+ "exports": [
1180
+ {
1181
+ "kind": "js",
1182
+ "name": "HpeHorizontalRule",
1183
+ "declaration": {
1184
+ "name": "HpeHorizontalRule",
1185
+ "module": "elements/hpe-horizontal-rule/hpe-horizontal-rule.ts"
1186
+ }
1187
+ },
1188
+ {
1189
+ "kind": "custom-element-definition",
1190
+ "name": "hpe-horizontal-rule",
1191
+ "declaration": {
1192
+ "name": "HpeHorizontalRule",
1193
+ "module": "elements/hpe-horizontal-rule/hpe-horizontal-rule.ts"
1194
+ }
1195
+ }
1196
+ ]
1197
+ },
1198
+ {
1199
+ "kind": "javascript-module",
1200
+ "path": "elements/hpe-image/hpe-image.ts",
1201
+ "declarations": [
1202
+ {
1203
+ "kind": "class",
1204
+ "description": "An image container component with flexible aspect ratio support.\nSupports six aspect ratio variants optimized for different use cases.",
1205
+ "name": "HpeImage",
1206
+ "cssParts": [
1207
+ {
1208
+ "description": "The image container element",
1209
+ "name": "container"
1210
+ },
1211
+ {
1212
+ "description": "The img element",
1213
+ "name": "image"
1214
+ }
1215
+ ],
1216
+ "slots": [
1217
+ {
1218
+ "description": "Fallback content if image fails to load or for placeholder",
1219
+ "name": ""
1220
+ }
1221
+ ],
1222
+ "members": [
1223
+ {
1224
+ "kind": "field",
1225
+ "name": "src",
1226
+ "type": {
1227
+ "text": "string | undefined"
1228
+ },
1229
+ "attribute": "src",
1230
+ "reflects": true
1231
+ },
1232
+ {
1233
+ "kind": "field",
1234
+ "name": "alt",
1235
+ "type": {
1236
+ "text": "string"
1237
+ },
1238
+ "default": "\"Image\"",
1239
+ "attribute": "alt",
1240
+ "reflects": true
1241
+ },
1242
+ {
1243
+ "kind": "field",
1244
+ "name": "aspectRatio",
1245
+ "type": {
1246
+ "text": "\"16:9\" | \"4:3\" | \"1:1\" | \"9:16\" | \"3:4\" | \"18:5\""
1247
+ },
1248
+ "default": "\"4:3\"",
1249
+ "attribute": "aspect-ratio",
1250
+ "reflects": true
1251
+ }
1252
+ ],
1253
+ "attributes": [
1254
+ {
1255
+ "type": {
1256
+ "text": "string | undefined"
1257
+ },
1258
+ "description": "Image source URL",
1259
+ "name": "src",
1260
+ "fieldName": "src"
1261
+ },
1262
+ {
1263
+ "type": {
1264
+ "text": "string"
1265
+ },
1266
+ "description": "Alternative text for accessibility",
1267
+ "name": "alt",
1268
+ "default": "\"Image\"",
1269
+ "fieldName": "alt"
1270
+ },
1271
+ {
1272
+ "type": {
1273
+ "text": "\"16:9\" | \"4:3\" | \"1:1\" | \"9:16\" | \"3:4\" | \"18:5\""
1274
+ },
1275
+ "description": "Aspect ratio: \"16:9\" | \"4:3\" | \"1:1\" | \"9:16\" | \"3:4\" | \"18:5\" (default: \"4:3\")",
1276
+ "name": "aspect-ratio",
1277
+ "default": "\"4:3\"",
1278
+ "fieldName": "aspectRatio"
1279
+ }
1280
+ ],
1281
+ "superclass": {
1282
+ "name": "LitElement",
1283
+ "package": "lit"
1284
+ },
1285
+ "tagName": "hpe-image",
1286
+ "customElement": true,
1287
+ "summary": "Displays an image with configurable aspect ratio options."
1288
+ }
1289
+ ],
1290
+ "exports": [
1291
+ {
1292
+ "kind": "js",
1293
+ "name": "HpeImage",
1294
+ "declaration": {
1295
+ "name": "HpeImage",
1296
+ "module": "elements/hpe-image/hpe-image.ts"
1297
+ }
1298
+ },
1299
+ {
1300
+ "kind": "custom-element-definition",
1301
+ "name": "hpe-image",
1302
+ "declaration": {
1303
+ "name": "HpeImage",
1304
+ "module": "elements/hpe-image/hpe-image.ts"
1305
+ }
1306
+ }
1307
+ ]
1308
+ },
1309
+ {
1310
+ "kind": "javascript-module",
1311
+ "path": "elements/hpe-input-group/hpe-input-group.ts",
1312
+ "declarations": [
1313
+ {
1314
+ "kind": "class",
1315
+ "description": "An input group component for organizing related input controls in a layout.",
1316
+ "name": "HpeInputGroup",
1317
+ "cssParts": [
1318
+ {
1319
+ "description": "The input group container",
1320
+ "name": "input-group"
1321
+ }
1322
+ ],
1323
+ "slots": [
1324
+ {
1325
+ "description": "Input elements to be grouped",
1326
+ "name": ""
1327
+ }
1328
+ ],
1329
+ "members": [
1330
+ {
1331
+ "kind": "field",
1332
+ "name": "orientation",
1333
+ "type": {
1334
+ "text": "\"horizontal\" | \"vertical\""
1335
+ },
1336
+ "default": "\"horizontal\"",
1337
+ "attribute": "orientation",
1338
+ "reflects": true
1339
+ }
1340
+ ],
1341
+ "attributes": [
1342
+ {
1343
+ "type": {
1344
+ "text": "\"horizontal\" | \"vertical\""
1345
+ },
1346
+ "description": "Layout orientation: \"horizontal\" | \"vertical\"",
1347
+ "name": "orientation",
1348
+ "default": "\"horizontal\"",
1349
+ "fieldName": "orientation"
1350
+ }
1351
+ ],
1352
+ "superclass": {
1353
+ "name": "LitElement",
1354
+ "package": "lit"
1355
+ },
1356
+ "tagName": "hpe-input-group",
1357
+ "customElement": true,
1358
+ "summary": "Organizes checkbox, radio, or other input controls horizontally or vertically with consistent spacing."
1359
+ }
1360
+ ],
1361
+ "exports": [
1362
+ {
1363
+ "kind": "js",
1364
+ "name": "HpeInputGroup",
1365
+ "declaration": {
1366
+ "name": "HpeInputGroup",
1367
+ "module": "elements/hpe-input-group/hpe-input-group.ts"
1368
+ }
1369
+ },
1370
+ {
1371
+ "kind": "custom-element-definition",
1372
+ "name": "hpe-input-group",
1373
+ "declaration": {
1374
+ "name": "HpeInputGroup",
1375
+ "module": "elements/hpe-input-group/hpe-input-group.ts"
1376
+ }
1377
+ }
1378
+ ]
1379
+ },
1380
+ {
1381
+ "kind": "javascript-module",
1382
+ "path": "elements/hpe-list/hpe-list.ts",
1383
+ "declarations": [
1384
+ {
1385
+ "kind": "class",
1386
+ "description": "A list item component with configurable bullet marker.",
1387
+ "name": "HpeListItem",
1388
+ "cssParts": [
1389
+ {
1390
+ "description": "The list item row container",
1391
+ "name": "item"
1392
+ },
1393
+ {
1394
+ "description": "The bullet marker container",
1395
+ "name": "bullet"
1396
+ },
1397
+ {
1398
+ "description": "The checkmark icon",
1399
+ "name": "checkmark"
1400
+ },
1401
+ {
1402
+ "description": "The square point marker",
1403
+ "name": "point"
1404
+ },
1405
+ {
1406
+ "description": "The text container",
1407
+ "name": "text"
1408
+ }
1409
+ ],
1410
+ "slots": [
1411
+ {
1412
+ "description": "List item text/content",
1413
+ "name": ""
1414
+ }
1415
+ ],
1416
+ "members": [
1417
+ {
1418
+ "kind": "field",
1419
+ "name": "bulletType",
1420
+ "type": {
1421
+ "text": "BulletType"
1422
+ },
1423
+ "default": "\"checkmark\"",
1424
+ "attribute": "bullet-type",
1425
+ "reflects": true
1426
+ }
1427
+ ],
1428
+ "attributes": [
1429
+ {
1430
+ "type": {
1431
+ "text": "BulletType"
1432
+ },
1433
+ "description": "Marker type: \"checkmark\" | \"bullet-point\"",
1434
+ "name": "bullet-type",
1435
+ "default": "\"checkmark\"",
1436
+ "fieldName": "bulletType"
1437
+ }
1438
+ ],
1439
+ "superclass": {
1440
+ "name": "LitElement",
1441
+ "package": "lit"
1442
+ },
1443
+ "tagName": "hpe-list-item",
1444
+ "customElement": true,
1445
+ "summary": "Renders one list row with a checkmark or square bullet marker."
1446
+ },
1447
+ {
1448
+ "kind": "class",
1449
+ "description": "A composite list component that coordinates bullet style across child list items.",
1450
+ "name": "HpeList",
1451
+ "cssParts": [
1452
+ {
1453
+ "description": "The list container element",
1454
+ "name": "list"
1455
+ }
1456
+ ],
1457
+ "slots": [
1458
+ {
1459
+ "description": "Slotted `<hpe-list-item>` children",
1460
+ "name": ""
1461
+ }
1462
+ ],
1463
+ "members": [
1464
+ {
1465
+ "kind": "field",
1466
+ "name": "bulletType",
1467
+ "type": {
1468
+ "text": "ListBulletType"
1469
+ },
1470
+ "default": "\"checkmark\"",
1471
+ "attribute": "bullet-type",
1472
+ "reflects": true
1473
+ },
1474
+ {
1475
+ "kind": "field",
1476
+ "name": "syncItemBulletTypes",
1477
+ "privacy": "private"
1478
+ }
1479
+ ],
1480
+ "attributes": [
1481
+ {
1482
+ "type": {
1483
+ "text": "ListBulletType"
1484
+ },
1485
+ "description": "Marker mode: \"checkmark\" | \"bullet-point\" | \"mixed\"",
1486
+ "name": "bullet-type",
1487
+ "default": "\"checkmark\"",
1488
+ "fieldName": "bulletType"
1489
+ }
1490
+ ],
1491
+ "superclass": {
1492
+ "name": "LitElement",
1493
+ "package": "lit"
1494
+ },
1495
+ "tagName": "hpe-list",
1496
+ "customElement": true,
1497
+ "summary": "Groups list items and applies consistent bullet behavior."
1498
+ }
1499
+ ],
1500
+ "exports": [
1501
+ {
1502
+ "kind": "js",
1503
+ "name": "HpeListItem",
1504
+ "declaration": {
1505
+ "name": "HpeListItem",
1506
+ "module": "elements/hpe-list/hpe-list.ts"
1507
+ }
1508
+ },
1509
+ {
1510
+ "kind": "custom-element-definition",
1511
+ "name": "hpe-list-item",
1512
+ "declaration": {
1513
+ "name": "HpeListItem",
1514
+ "module": "elements/hpe-list/hpe-list.ts"
1515
+ }
1516
+ },
1517
+ {
1518
+ "kind": "js",
1519
+ "name": "HpeList",
1520
+ "declaration": {
1521
+ "name": "HpeList",
1522
+ "module": "elements/hpe-list/hpe-list.ts"
1523
+ }
1524
+ },
1525
+ {
1526
+ "kind": "custom-element-definition",
1527
+ "name": "hpe-list",
1528
+ "declaration": {
1529
+ "name": "HpeList",
1530
+ "module": "elements/hpe-list/hpe-list.ts"
1531
+ }
1532
+ }
1533
+ ]
1534
+ },
1535
+ {
1536
+ "kind": "javascript-module",
1537
+ "path": "elements/hpe-pull-quote/hpe-pull-quote.ts",
1538
+ "declarations": [
1539
+ {
1540
+ "kind": "class",
1541
+ "description": "A pull quote component for highlighting notable quotes with optional attribution.",
1542
+ "name": "HpePullQuote",
1543
+ "cssParts": [
1544
+ {
1545
+ "description": "The decorative SVG quote mark.",
1546
+ "name": "quote-sign"
1547
+ },
1548
+ {
1549
+ "description": "The wrapper containing the quote text and attribution.",
1550
+ "name": "quote-body"
1551
+ },
1552
+ {
1553
+ "description": "The attribution section.",
1554
+ "name": "attribution"
1555
+ },
1556
+ {
1557
+ "description": "The attribution name element.",
1558
+ "name": "attribution-name"
1559
+ },
1560
+ {
1561
+ "description": "The attribution role element.",
1562
+ "name": "attribution-role"
1563
+ }
1564
+ ],
1565
+ "slots": [
1566
+ {
1567
+ "description": "The quote body text.",
1568
+ "name": ""
1569
+ },
1570
+ {
1571
+ "description": "The name of the person being quoted.",
1572
+ "name": "attribution-name"
1573
+ },
1574
+ {
1575
+ "description": "The role or title of the person being quoted.",
1576
+ "name": "attribution-role"
1577
+ }
1578
+ ],
1579
+ "members": [
1580
+ {
1581
+ "kind": "field",
1582
+ "name": "hideQuoteSign",
1583
+ "type": {
1584
+ "text": "boolean"
1585
+ },
1586
+ "default": "false",
1587
+ "attribute": "hide-quote-sign",
1588
+ "reflects": true
1589
+ },
1590
+ {
1591
+ "kind": "field",
1592
+ "name": "_hasAttribution",
1593
+ "type": {
1594
+ "text": "boolean"
1595
+ },
1596
+ "privacy": "private",
1597
+ "default": "false"
1598
+ },
1599
+ {
1600
+ "kind": "method",
1601
+ "name": "_onAttributionSlotChange",
1602
+ "privacy": "private"
1603
+ }
1604
+ ],
1605
+ "attributes": [
1606
+ {
1607
+ "type": {
1608
+ "text": "boolean"
1609
+ },
1610
+ "description": "When present, hides the decorative opening quote mark.",
1611
+ "name": "hide-quote-sign",
1612
+ "default": "false",
1613
+ "fieldName": "hideQuoteSign"
1614
+ }
1615
+ ],
1616
+ "superclass": {
1617
+ "name": "LitElement",
1618
+ "package": "lit"
1619
+ },
1620
+ "tagName": "hpe-pull-quote",
1621
+ "customElement": true,
1622
+ "summary": "Displays a highlighted pull quote with a decorative opening quote mark and optional attribution."
1623
+ }
1624
+ ],
1625
+ "exports": [
1626
+ {
1627
+ "kind": "js",
1628
+ "name": "HpePullQuote",
1629
+ "declaration": {
1630
+ "name": "HpePullQuote",
1631
+ "module": "elements/hpe-pull-quote/hpe-pull-quote.ts"
1632
+ }
1633
+ },
1634
+ {
1635
+ "kind": "custom-element-definition",
1636
+ "name": "hpe-pull-quote",
1637
+ "declaration": {
1638
+ "name": "HpePullQuote",
1639
+ "module": "elements/hpe-pull-quote/hpe-pull-quote.ts"
1640
+ }
1641
+ }
1642
+ ]
1643
+ },
1644
+ {
1645
+ "kind": "javascript-module",
1646
+ "path": "elements/hpe-tab-group/hpe-tab-group.ts",
1647
+ "declarations": [
1648
+ {
1649
+ "kind": "class",
1650
+ "description": "A tab element that serves as a label for one of the tab panels.",
1651
+ "name": "HpeTab",
1652
+ "cssParts": [
1653
+ {
1654
+ "description": "The tab container element",
1655
+ "name": "tab"
1656
+ }
1657
+ ],
1658
+ "slots": [
1659
+ {
1660
+ "description": "Tab label text",
1661
+ "name": ""
1662
+ }
1663
+ ],
1664
+ "members": [
1665
+ {
1666
+ "kind": "field",
1667
+ "name": "activationMode",
1668
+ "type": {
1669
+ "text": "\"automatic\" | \"manual\""
1670
+ },
1671
+ "default": "\"automatic\"",
1672
+ "attribute": "activation-mode",
1673
+ "reflects": true
1674
+ },
1675
+ {
1676
+ "kind": "field",
1677
+ "name": "orientation",
1678
+ "type": {
1679
+ "text": "\"horizontal\" | \"vertical\""
1680
+ },
1681
+ "default": "\"horizontal\"",
1682
+ "attribute": "orientation",
1683
+ "reflects": true
1684
+ },
1685
+ {
1686
+ "kind": "field",
1687
+ "name": "active",
1688
+ "type": {
1689
+ "text": "boolean"
1690
+ },
1691
+ "default": "false",
1692
+ "attribute": "active",
1693
+ "reflects": true
1694
+ },
1695
+ {
1696
+ "kind": "field",
1697
+ "name": "disabled",
1698
+ "type": {
1699
+ "text": "boolean"
1700
+ },
1701
+ "default": "false",
1702
+ "attribute": "disabled",
1703
+ "reflects": true
1704
+ },
1705
+ {
1706
+ "kind": "method",
1707
+ "name": "focus",
1708
+ "parameters": [
1709
+ {
1710
+ "name": "options",
1711
+ "optional": true,
1712
+ "type": {
1713
+ "text": "FocusOptions"
1714
+ }
1715
+ }
1716
+ ]
1717
+ },
1718
+ {
1719
+ "kind": "method",
1720
+ "name": "handleClick",
1721
+ "privacy": "private"
1722
+ },
1723
+ {
1724
+ "kind": "method",
1725
+ "name": "handleKeydown",
1726
+ "privacy": "private",
1727
+ "parameters": [
1728
+ {
1729
+ "name": "e",
1730
+ "type": {
1731
+ "text": "KeyboardEvent"
1732
+ }
1733
+ }
1734
+ ]
1735
+ },
1736
+ {
1737
+ "kind": "method",
1738
+ "name": "selectTab"
1739
+ }
1740
+ ],
1741
+ "events": [
1742
+ {
1743
+ "name": "tab-selected",
1744
+ "type": {
1745
+ "text": "CustomEvent"
1746
+ },
1747
+ "description": "Emitted when the tab is selected"
1748
+ }
1749
+ ],
1750
+ "attributes": [
1751
+ {
1752
+ "type": {
1753
+ "text": "\"automatic\" | \"manual\""
1754
+ },
1755
+ "description": "Tab activation mode: \"automatic\" | \"manual\"",
1756
+ "name": "activation-mode",
1757
+ "default": "\"automatic\"",
1758
+ "fieldName": "activationMode"
1759
+ },
1760
+ {
1761
+ "type": {
1762
+ "text": "\"horizontal\" | \"vertical\""
1763
+ },
1764
+ "description": "Tab orientation: \"horizontal\" | \"vertical\"",
1765
+ "name": "orientation",
1766
+ "default": "\"horizontal\"",
1767
+ "fieldName": "orientation"
1768
+ },
1769
+ {
1770
+ "type": {
1771
+ "text": "boolean"
1772
+ },
1773
+ "description": "Whether the tab is disabled",
1774
+ "name": "disabled",
1775
+ "default": "false",
1776
+ "fieldName": "disabled"
1777
+ },
1778
+ {
1779
+ "name": "active",
1780
+ "type": {
1781
+ "text": "boolean"
1782
+ },
1783
+ "default": "false",
1784
+ "fieldName": "active"
1785
+ }
1786
+ ],
1787
+ "superclass": {
1788
+ "name": "LitElement",
1789
+ "package": "lit"
1790
+ },
1791
+ "tagName": "hpe-tab",
1792
+ "customElement": true,
1793
+ "summary": "A selectable label within a tab group that activates its associated panel"
1794
+ },
1795
+ {
1796
+ "kind": "class",
1797
+ "description": "A tab panel component that contains content for a specific tab.",
1798
+ "name": "HpeTabPanel",
1799
+ "cssParts": [
1800
+ {
1801
+ "description": "The tab panel container element",
1802
+ "name": "tab-panel"
1803
+ }
1804
+ ],
1805
+ "slots": [
1806
+ {
1807
+ "description": "Tab panel content",
1808
+ "name": ""
1809
+ }
1810
+ ],
1811
+ "members": [
1812
+ {
1813
+ "kind": "field",
1814
+ "name": "active",
1815
+ "type": {
1816
+ "text": "boolean"
1817
+ },
1818
+ "default": "false",
1819
+ "attribute": "active",
1820
+ "reflects": true
1821
+ }
1822
+ ],
1823
+ "attributes": [
1824
+ {
1825
+ "name": "active",
1826
+ "type": {
1827
+ "text": "boolean"
1828
+ },
1829
+ "default": "false",
1830
+ "fieldName": "active"
1831
+ }
1832
+ ],
1833
+ "superclass": {
1834
+ "name": "LitElement",
1835
+ "package": "lit"
1836
+ },
1837
+ "tagName": "hpe-tab-panel",
1838
+ "customElement": true,
1839
+ "summary": "A container for tab panel content that corresponds to an active tab"
1840
+ },
1841
+ {
1842
+ "kind": "class",
1843
+ "description": "A tab group component for organizing related content.",
1844
+ "name": "HpeTabGroup",
1845
+ "cssParts": [
1846
+ {
1847
+ "description": "The main tab group container",
1848
+ "name": "tabs"
1849
+ },
1850
+ {
1851
+ "description": "The tab group wrapper",
1852
+ "name": "tab-group"
1853
+ },
1854
+ {
1855
+ "description": "The tab panels container",
1856
+ "name": "tab-panels"
1857
+ }
1858
+ ],
1859
+ "slots": [
1860
+ {
1861
+ "description": "The tab elements (use `<hpe-tab>` elements)",
1862
+ "name": "tab"
1863
+ },
1864
+ {
1865
+ "description": "The tab panel elements (use `<hpe-tab-panel>` elements)",
1866
+ "name": "panel"
1867
+ }
1868
+ ],
1869
+ "members": [
1870
+ {
1871
+ "kind": "field",
1872
+ "name": "activationMode",
1873
+ "type": {
1874
+ "text": "\"automatic\" | \"manual\""
1875
+ },
1876
+ "default": "\"automatic\"",
1877
+ "attribute": "activation-mode",
1878
+ "reflects": true
1879
+ },
1880
+ {
1881
+ "kind": "field",
1882
+ "name": "orientation",
1883
+ "type": {
1884
+ "text": "\"horizontal\" | \"vertical\""
1885
+ },
1886
+ "default": "\"horizontal\"",
1887
+ "attribute": "orientation",
1888
+ "reflects": true
1889
+ },
1890
+ {
1891
+ "kind": "field",
1892
+ "name": "activeTabIndex",
1893
+ "type": {
1894
+ "text": "number"
1895
+ },
1896
+ "default": "0",
1897
+ "attribute": "activeTabIndex"
1898
+ },
1899
+ {
1900
+ "kind": "field",
1901
+ "name": "tabs",
1902
+ "type": {
1903
+ "text": "HpeTab[]"
1904
+ },
1905
+ "privacy": "private",
1906
+ "default": "[]"
1907
+ },
1908
+ {
1909
+ "kind": "field",
1910
+ "name": "panels",
1911
+ "type": {
1912
+ "text": "HpeTabPanel[]"
1913
+ },
1914
+ "privacy": "private",
1915
+ "default": "[]"
1916
+ },
1917
+ {
1918
+ "kind": "method",
1919
+ "name": "updateTabsAndPanels",
1920
+ "privacy": "private"
1921
+ },
1922
+ {
1923
+ "kind": "field",
1924
+ "name": "handleTabSelected",
1925
+ "privacy": "private"
1926
+ },
1927
+ {
1928
+ "kind": "method",
1929
+ "name": "setActiveTab",
1930
+ "privacy": "private",
1931
+ "parameters": [
1932
+ {
1933
+ "name": "index",
1934
+ "type": {
1935
+ "text": "number"
1936
+ }
1937
+ }
1938
+ ]
1939
+ }
1940
+ ],
1941
+ "attributes": [
1942
+ {
1943
+ "type": {
1944
+ "text": "\"automatic\" | \"manual\""
1945
+ },
1946
+ "description": "Tab activation mode: \"automatic\" | \"manual\"",
1947
+ "name": "activation-mode",
1948
+ "default": "\"automatic\"",
1949
+ "fieldName": "activationMode"
1950
+ },
1951
+ {
1952
+ "type": {
1953
+ "text": "\"horizontal\" | \"vertical\""
1954
+ },
1955
+ "description": "Tab orientation: \"horizontal\" | \"vertical\"",
1956
+ "name": "orientation",
1957
+ "default": "\"horizontal\"",
1958
+ "fieldName": "orientation"
1959
+ },
1960
+ {
1961
+ "name": "activeTabIndex",
1962
+ "type": {
1963
+ "text": "number"
1964
+ },
1965
+ "default": "0",
1966
+ "fieldName": "activeTabIndex"
1967
+ }
1968
+ ],
1969
+ "superclass": {
1970
+ "name": "LitElement",
1971
+ "package": "lit"
1972
+ },
1973
+ "tagName": "hpe-tab-group",
1974
+ "customElement": true,
1975
+ "summary": "Tab groups organize related content and allow navigation between groups of information"
1976
+ }
1977
+ ],
1978
+ "exports": [
1979
+ {
1980
+ "kind": "js",
1981
+ "name": "HpeTab",
1982
+ "declaration": {
1983
+ "name": "HpeTab",
1984
+ "module": "elements/hpe-tab-group/hpe-tab-group.ts"
1985
+ }
1986
+ },
1987
+ {
1988
+ "kind": "custom-element-definition",
1989
+ "name": "hpe-tab",
1990
+ "declaration": {
1991
+ "name": "HpeTab",
1992
+ "module": "elements/hpe-tab-group/hpe-tab-group.ts"
1993
+ }
1994
+ },
1995
+ {
1996
+ "kind": "js",
1997
+ "name": "HpeTabPanel",
1998
+ "declaration": {
1999
+ "name": "HpeTabPanel",
2000
+ "module": "elements/hpe-tab-group/hpe-tab-group.ts"
2001
+ }
2002
+ },
2003
+ {
2004
+ "kind": "custom-element-definition",
2005
+ "name": "hpe-tab-panel",
2006
+ "declaration": {
2007
+ "name": "HpeTabPanel",
2008
+ "module": "elements/hpe-tab-group/hpe-tab-group.ts"
2009
+ }
2010
+ },
2011
+ {
2012
+ "kind": "js",
2013
+ "name": "HpeTabGroup",
2014
+ "declaration": {
2015
+ "name": "HpeTabGroup",
2016
+ "module": "elements/hpe-tab-group/hpe-tab-group.ts"
2017
+ }
2018
+ },
2019
+ {
2020
+ "kind": "custom-element-definition",
2021
+ "name": "hpe-tab-group",
2022
+ "declaration": {
2023
+ "name": "HpeTabGroup",
2024
+ "module": "elements/hpe-tab-group/hpe-tab-group.ts"
2025
+ }
2026
+ }
2027
+ ]
2028
+ },
2029
+ {
2030
+ "kind": "javascript-module",
2031
+ "path": "elements/hpe-table/hpe-table.ts",
2032
+ "declarations": [
2033
+ {
2034
+ "kind": "class",
2035
+ "description": "A table heading cell used within table header rows.",
2036
+ "name": "HpeTableHeaderCell",
2037
+ "cssParts": [
2038
+ {
2039
+ "description": "The header cell container",
2040
+ "name": "header-cell"
2041
+ },
2042
+ {
2043
+ "description": "The header cell content wrapper",
2044
+ "name": "header-cell-content"
2045
+ }
2046
+ ],
2047
+ "slots": [
2048
+ {
2049
+ "description": "Header cell content",
2050
+ "name": ""
2051
+ }
2052
+ ],
2053
+ "members": [],
2054
+ "superclass": {
2055
+ "name": "LitElement",
2056
+ "package": "lit"
2057
+ },
2058
+ "tagName": "hpe-table-header-cell",
2059
+ "customElement": true,
2060
+ "summary": "Displays heading text for a table column."
2061
+ },
2062
+ {
2063
+ "kind": "class",
2064
+ "description": "A table body cell used within table body rows.",
2065
+ "name": "HpeTableBodyCell",
2066
+ "cssParts": [
2067
+ {
2068
+ "description": "The body cell container",
2069
+ "name": "body-cell"
2070
+ },
2071
+ {
2072
+ "description": "The body cell content wrapper",
2073
+ "name": "body-cell-content"
2074
+ }
2075
+ ],
2076
+ "slots": [
2077
+ {
2078
+ "description": "Body cell content",
2079
+ "name": ""
2080
+ }
2081
+ ],
2082
+ "members": [],
2083
+ "superclass": {
2084
+ "name": "LitElement",
2085
+ "package": "lit"
2086
+ },
2087
+ "tagName": "hpe-table-body-cell",
2088
+ "customElement": true,
2089
+ "summary": "Displays body text content for a table row cell."
2090
+ },
2091
+ {
2092
+ "kind": "class",
2093
+ "description": "A table header row wrapper for grouping heading cells.",
2094
+ "name": "HpeTableHeaderRow",
2095
+ "cssParts": [
2096
+ {
2097
+ "description": "The header row container",
2098
+ "name": "header-row"
2099
+ }
2100
+ ],
2101
+ "slots": [
2102
+ {
2103
+ "description": "Header cell elements, typically `<hpe-table-header-cell>`",
2104
+ "name": ""
2105
+ }
2106
+ ],
2107
+ "members": [
2108
+ {
2109
+ "kind": "field",
2110
+ "name": "type",
2111
+ "type": {
2112
+ "text": "\"default\" | \"gray\" | \"dark\""
2113
+ },
2114
+ "default": "\"default\"",
2115
+ "attribute": "type",
2116
+ "reflects": true
2117
+ }
2118
+ ],
2119
+ "attributes": [
2120
+ {
2121
+ "type": {
2122
+ "text": "\"default\" | \"gray\" | \"dark\""
2123
+ },
2124
+ "description": "Header row theme: \"default\" | \"gray\" | \"dark\"",
2125
+ "name": "type",
2126
+ "default": "\"default\"",
2127
+ "fieldName": "type"
2128
+ }
2129
+ ],
2130
+ "superclass": {
2131
+ "name": "LitElement",
2132
+ "package": "lit"
2133
+ },
2134
+ "tagName": "hpe-table-header-row",
2135
+ "customElement": true,
2136
+ "summary": "Groups one or more table heading cells with a themed row surface."
2137
+ },
2138
+ {
2139
+ "kind": "class",
2140
+ "description": "A table body row wrapper for grouping body cells.",
2141
+ "name": "HpeTableBodyRow",
2142
+ "cssParts": [
2143
+ {
2144
+ "description": "The body row container",
2145
+ "name": "body-row"
2146
+ },
2147
+ {
2148
+ "description": "The body row cells wrapper",
2149
+ "name": "body-row-cells"
2150
+ }
2151
+ ],
2152
+ "slots": [
2153
+ {
2154
+ "description": "Body cell elements, typically `<hpe-table-body-cell>`",
2155
+ "name": ""
2156
+ }
2157
+ ],
2158
+ "members": [
2159
+ {
2160
+ "kind": "field",
2161
+ "name": "orientation",
2162
+ "type": {
2163
+ "text": "\"horizontal\" | \"vertical\""
2164
+ },
2165
+ "default": "\"horizontal\"",
2166
+ "attribute": "orientation",
2167
+ "reflects": true
2168
+ },
2169
+ {
2170
+ "kind": "field",
2171
+ "name": "type",
2172
+ "type": {
2173
+ "text": "\"default\" | \"stripped\""
2174
+ },
2175
+ "default": "\"default\"",
2176
+ "attribute": "type",
2177
+ "reflects": true
2178
+ }
2179
+ ],
2180
+ "attributes": [
2181
+ {
2182
+ "type": {
2183
+ "text": "\"horizontal\" | \"vertical\""
2184
+ },
2185
+ "description": "Body row layout: \"horizontal\" | \"vertical\"",
2186
+ "name": "orientation",
2187
+ "default": "\"horizontal\"",
2188
+ "fieldName": "orientation"
2189
+ },
2190
+ {
2191
+ "type": {
2192
+ "text": "\"default\" | \"stripped\""
2193
+ },
2194
+ "description": "Body row theme: \"default\" | \"stripped\"",
2195
+ "name": "type",
2196
+ "default": "\"default\"",
2197
+ "fieldName": "type"
2198
+ }
2199
+ ],
2200
+ "superclass": {
2201
+ "name": "LitElement",
2202
+ "package": "lit"
2203
+ },
2204
+ "tagName": "hpe-table-body-row",
2205
+ "customElement": true,
2206
+ "summary": "Groups one or more table body cells in horizontal or stacked layouts."
2207
+ },
2208
+ {
2209
+ "kind": "class",
2210
+ "description": "A composite table component with slotted header and body rows.",
2211
+ "name": "HpeTable",
2212
+ "cssParts": [
2213
+ {
2214
+ "description": "The outer table container",
2215
+ "name": "container"
2216
+ },
2217
+ {
2218
+ "description": "The scrollable table surface",
2219
+ "name": "table"
2220
+ },
2221
+ {
2222
+ "description": "The header rows wrapper",
2223
+ "name": "header-rows"
2224
+ },
2225
+ {
2226
+ "description": "The body rows wrapper",
2227
+ "name": "body-rows"
2228
+ },
2229
+ {
2230
+ "description": "The mobile overflow gradient hint",
2231
+ "name": "overflow-gradient"
2232
+ }
2233
+ ],
2234
+ "slots": [
2235
+ {
2236
+ "description": "Header row elements, typically `<hpe-table-header-row>`",
2237
+ "name": "header-row"
2238
+ },
2239
+ {
2240
+ "description": "Body row elements, typically `<hpe-table-body-row>`",
2241
+ "name": "body-row"
2242
+ }
2243
+ ],
2244
+ "members": [
2245
+ {
2246
+ "kind": "field",
2247
+ "name": "structureObserver",
2248
+ "privacy": "private",
2249
+ "default": "new MutationObserver(() => { this.requestUpdate(); })"
2250
+ },
2251
+ {
2252
+ "kind": "field",
2253
+ "name": "headerRows",
2254
+ "type": {
2255
+ "text": "HpeTableHeaderRow[]"
2256
+ },
2257
+ "privacy": "private"
2258
+ },
2259
+ {
2260
+ "kind": "field",
2261
+ "name": "bodyRows",
2262
+ "type": {
2263
+ "text": "HpeTableBodyRow[]"
2264
+ },
2265
+ "privacy": "private"
2266
+ },
2267
+ {
2268
+ "kind": "field",
2269
+ "name": "handleSlotChange",
2270
+ "privacy": "private"
2271
+ },
2272
+ {
2273
+ "kind": "method",
2274
+ "name": "observeStructureChanges",
2275
+ "privacy": "private"
2276
+ },
2277
+ {
2278
+ "kind": "method",
2279
+ "name": "renderHeaderRow",
2280
+ "privacy": "private",
2281
+ "parameters": [
2282
+ {
2283
+ "name": "row",
2284
+ "type": {
2285
+ "text": "HpeTableHeaderRow"
2286
+ }
2287
+ }
2288
+ ]
2289
+ },
2290
+ {
2291
+ "kind": "method",
2292
+ "name": "renderBodyRow",
2293
+ "privacy": "private",
2294
+ "parameters": [
2295
+ {
2296
+ "name": "row",
2297
+ "type": {
2298
+ "text": "HpeTableBodyRow"
2299
+ }
2300
+ },
2301
+ {
2302
+ "name": "index",
2303
+ "type": {
2304
+ "text": "number"
2305
+ }
2306
+ }
2307
+ ]
2308
+ },
2309
+ {
2310
+ "kind": "method",
2311
+ "name": "renderCellContent",
2312
+ "privacy": "private",
2313
+ "parameters": [
2314
+ {
2315
+ "name": "cell",
2316
+ "type": {
2317
+ "text": "HpeTableHeaderCell | HpeTableBodyCell"
2318
+ }
2319
+ },
2320
+ {
2321
+ "name": "fallbackText",
2322
+ "type": {
2323
+ "text": "string"
2324
+ }
2325
+ }
2326
+ ]
2327
+ }
2328
+ ],
2329
+ "superclass": {
2330
+ "name": "LitElement",
2331
+ "package": "lit"
2332
+ },
2333
+ "tagName": "hpe-table",
2334
+ "customElement": true,
2335
+ "summary": "Displays coordinated table header and body rows with responsive mobile overflow treatment.\n\nProvide an accessible name with `aria-label` or `aria-labelledby`."
2336
+ }
2337
+ ],
2338
+ "exports": [
2339
+ {
2340
+ "kind": "js",
2341
+ "name": "HpeTableHeaderCell",
2342
+ "declaration": {
2343
+ "name": "HpeTableHeaderCell",
2344
+ "module": "elements/hpe-table/hpe-table.ts"
2345
+ }
2346
+ },
2347
+ {
2348
+ "kind": "custom-element-definition",
2349
+ "name": "hpe-table-header-cell",
2350
+ "declaration": {
2351
+ "name": "HpeTableHeaderCell",
2352
+ "module": "elements/hpe-table/hpe-table.ts"
2353
+ }
2354
+ },
2355
+ {
2356
+ "kind": "js",
2357
+ "name": "HpeTableBodyCell",
2358
+ "declaration": {
2359
+ "name": "HpeTableBodyCell",
2360
+ "module": "elements/hpe-table/hpe-table.ts"
2361
+ }
2362
+ },
2363
+ {
2364
+ "kind": "custom-element-definition",
2365
+ "name": "hpe-table-body-cell",
2366
+ "declaration": {
2367
+ "name": "HpeTableBodyCell",
2368
+ "module": "elements/hpe-table/hpe-table.ts"
2369
+ }
2370
+ },
2371
+ {
2372
+ "kind": "js",
2373
+ "name": "HpeTableHeaderRow",
2374
+ "declaration": {
2375
+ "name": "HpeTableHeaderRow",
2376
+ "module": "elements/hpe-table/hpe-table.ts"
2377
+ }
2378
+ },
2379
+ {
2380
+ "kind": "custom-element-definition",
2381
+ "name": "hpe-table-header-row",
2382
+ "declaration": {
2383
+ "name": "HpeTableHeaderRow",
2384
+ "module": "elements/hpe-table/hpe-table.ts"
2385
+ }
2386
+ },
2387
+ {
2388
+ "kind": "js",
2389
+ "name": "HpeTableBodyRow",
2390
+ "declaration": {
2391
+ "name": "HpeTableBodyRow",
2392
+ "module": "elements/hpe-table/hpe-table.ts"
2393
+ }
2394
+ },
2395
+ {
2396
+ "kind": "custom-element-definition",
2397
+ "name": "hpe-table-body-row",
2398
+ "declaration": {
2399
+ "name": "HpeTableBodyRow",
2400
+ "module": "elements/hpe-table/hpe-table.ts"
2401
+ }
2402
+ },
2403
+ {
2404
+ "kind": "js",
2405
+ "name": "HpeTable",
2406
+ "declaration": {
2407
+ "name": "HpeTable",
2408
+ "module": "elements/hpe-table/hpe-table.ts"
2409
+ }
2410
+ },
2411
+ {
2412
+ "kind": "custom-element-definition",
2413
+ "name": "hpe-table",
2414
+ "declaration": {
2415
+ "name": "HpeTable",
2416
+ "module": "elements/hpe-table/hpe-table.ts"
2417
+ }
2418
+ }
2419
+ ]
2420
+ },
2421
+ {
2422
+ "kind": "javascript-module",
2423
+ "path": "elements/hpe-inputs/hpe-checkbox/hpe-checkbox.ts",
2424
+ "declarations": [
2425
+ {
2426
+ "kind": "class",
2427
+ "description": "A checkbox input component with label and state management.\nSupports checked/unchecked states with enabled/disabled variants.",
2428
+ "name": "HpeCheckbox",
2429
+ "cssParts": [
2430
+ {
2431
+ "description": "The component container",
2432
+ "name": "container"
2433
+ },
2434
+ {
2435
+ "description": "The checkbox and label container",
2436
+ "name": "checkbox-group"
2437
+ },
2438
+ {
2439
+ "description": "The actual checkbox input element",
2440
+ "name": "input"
2441
+ },
2442
+ {
2443
+ "description": "The custom checkmark icon",
2444
+ "name": "checkmark"
2445
+ },
2446
+ {
2447
+ "description": "The label text",
2448
+ "name": "label"
2449
+ }
2450
+ ],
2451
+ "members": [
2452
+ {
2453
+ "kind": "field",
2454
+ "name": "name",
2455
+ "type": {
2456
+ "text": "string | undefined"
2457
+ },
2458
+ "attribute": "name",
2459
+ "reflects": true
2460
+ },
2461
+ {
2462
+ "kind": "field",
2463
+ "name": "value",
2464
+ "type": {
2465
+ "text": "string | undefined"
2466
+ },
2467
+ "attribute": "value",
2468
+ "reflects": true
2469
+ },
2470
+ {
2471
+ "kind": "field",
2472
+ "name": "checked",
2473
+ "type": {
2474
+ "text": "boolean"
2475
+ },
2476
+ "default": "false",
2477
+ "attribute": "checked",
2478
+ "reflects": true
2479
+ },
2480
+ {
2481
+ "kind": "field",
2482
+ "name": "label",
2483
+ "type": {
2484
+ "text": "string"
2485
+ },
2486
+ "default": "\"Checkbox Label\"",
2487
+ "attribute": "label",
2488
+ "reflects": true
2489
+ },
2490
+ {
2491
+ "kind": "field",
2492
+ "name": "disabled",
2493
+ "type": {
2494
+ "text": "boolean"
2495
+ },
2496
+ "default": "false",
2497
+ "attribute": "disabled",
2498
+ "reflects": true
2499
+ },
2500
+ {
2501
+ "kind": "method",
2502
+ "name": "_onCheckboxChange",
2503
+ "privacy": "private",
2504
+ "parameters": [
2505
+ {
2506
+ "name": "e",
2507
+ "type": {
2508
+ "text": "Event"
2509
+ }
2510
+ }
2511
+ ]
2512
+ }
2513
+ ],
2514
+ "attributes": [
2515
+ {
2516
+ "type": {
2517
+ "text": "string | undefined"
2518
+ },
2519
+ "description": "Checkbox name attribute",
2520
+ "name": "name",
2521
+ "fieldName": "name"
2522
+ },
2523
+ {
2524
+ "type": {
2525
+ "text": "string | undefined"
2526
+ },
2527
+ "description": "Checkbox value attribute",
2528
+ "name": "value",
2529
+ "fieldName": "value"
2530
+ },
2531
+ {
2532
+ "type": {
2533
+ "text": "boolean"
2534
+ },
2535
+ "description": "Whether checkbox is checked",
2536
+ "name": "checked",
2537
+ "default": "false",
2538
+ "fieldName": "checked"
2539
+ },
2540
+ {
2541
+ "type": {
2542
+ "text": "string"
2543
+ },
2544
+ "description": "Label text displayed next to checkbox",
2545
+ "name": "label",
2546
+ "default": "\"Checkbox Label\"",
2547
+ "fieldName": "label"
2548
+ },
2549
+ {
2550
+ "type": {
2551
+ "text": "boolean"
2552
+ },
2553
+ "description": "Whether checkbox is disabled",
2554
+ "name": "disabled",
2555
+ "default": "false",
2556
+ "fieldName": "disabled"
2557
+ }
2558
+ ],
2559
+ "superclass": {
2560
+ "name": "LitElement",
2561
+ "package": "lit"
2562
+ },
2563
+ "tagName": "hpe-checkbox",
2564
+ "customElement": true,
2565
+ "summary": "A customizable checkbox field with label support."
2566
+ }
2567
+ ],
2568
+ "exports": [
2569
+ {
2570
+ "kind": "js",
2571
+ "name": "HpeCheckbox",
2572
+ "declaration": {
2573
+ "name": "HpeCheckbox",
2574
+ "module": "elements/hpe-inputs/hpe-checkbox/hpe-checkbox.ts"
2575
+ }
2576
+ },
2577
+ {
2578
+ "kind": "custom-element-definition",
2579
+ "name": "hpe-checkbox",
2580
+ "declaration": {
2581
+ "name": "HpeCheckbox",
2582
+ "module": "elements/hpe-inputs/hpe-checkbox/hpe-checkbox.ts"
2583
+ }
2584
+ }
2585
+ ]
2586
+ },
2587
+ {
2588
+ "kind": "javascript-module",
2589
+ "path": "elements/hpe-inputs/hpe-input/hpe-input.ts",
2590
+ "declarations": [
2591
+ {
2592
+ "kind": "class",
2593
+ "description": "A text input field component with label, helper text, and state management.\nSupports multiple states: Enabled, Error, Typing, Complete, and Disabled.",
2594
+ "name": "HpeInput",
2595
+ "cssParts": [
2596
+ {
2597
+ "description": "The component container",
2598
+ "name": "container"
2599
+ },
2600
+ {
2601
+ "description": "The input label and field container",
2602
+ "name": "input-group"
2603
+ },
2604
+ {
2605
+ "description": "The label element",
2606
+ "name": "label"
2607
+ },
2608
+ {
2609
+ "description": "The label text",
2610
+ "name": "label-text"
2611
+ },
2612
+ {
2613
+ "description": "The required asterisk",
2614
+ "name": "required-indicator"
2615
+ },
2616
+ {
2617
+ "description": "The input field element",
2618
+ "name": "field"
2619
+ },
2620
+ {
2621
+ "description": "The actual input element",
2622
+ "name": "input"
2623
+ },
2624
+ {
2625
+ "description": "The description/helper text container",
2626
+ "name": "description"
2627
+ }
2628
+ ],
2629
+ "slots": [
2630
+ {
2631
+ "description": "Input field wrapper slot",
2632
+ "name": ""
2633
+ }
2634
+ ],
2635
+ "members": [
2636
+ {
2637
+ "kind": "field",
2638
+ "name": "idCounter",
2639
+ "type": {
2640
+ "text": "number"
2641
+ },
2642
+ "privacy": "private",
2643
+ "static": true,
2644
+ "default": "0"
2645
+ },
2646
+ {
2647
+ "kind": "field",
2648
+ "name": "inputId",
2649
+ "privacy": "private",
2650
+ "readonly": true,
2651
+ "default": "`hpe-input-${HpeInput.idCounter++}`"
2652
+ },
2653
+ {
2654
+ "kind": "field",
2655
+ "name": "name",
2656
+ "type": {
2657
+ "text": "string | undefined"
2658
+ },
2659
+ "attribute": "name",
2660
+ "reflects": true
2661
+ },
2662
+ {
2663
+ "kind": "field",
2664
+ "name": "value",
2665
+ "type": {
2666
+ "text": "string"
2667
+ },
2668
+ "default": "\"\"",
2669
+ "attribute": "value",
2670
+ "reflects": true
2671
+ },
2672
+ {
2673
+ "kind": "field",
2674
+ "name": "placeholder",
2675
+ "type": {
2676
+ "text": "string"
2677
+ },
2678
+ "default": "\"\"",
2679
+ "attribute": "placeholder",
2680
+ "reflects": true
2681
+ },
2682
+ {
2683
+ "kind": "field",
2684
+ "name": "label",
2685
+ "type": {
2686
+ "text": "string"
2687
+ },
2688
+ "default": "\"Label\"",
2689
+ "attribute": "label",
2690
+ "reflects": true
2691
+ },
2692
+ {
2693
+ "kind": "field",
2694
+ "name": "required",
2695
+ "type": {
2696
+ "text": "boolean"
2697
+ },
2698
+ "default": "true",
2699
+ "attribute": "required",
2700
+ "reflects": true
2701
+ },
2702
+ {
2703
+ "kind": "field",
2704
+ "name": "showLabel",
2705
+ "type": {
2706
+ "text": "boolean"
2707
+ },
2708
+ "default": "true",
2709
+ "attribute": "show-label",
2710
+ "reflects": true
2711
+ },
2712
+ {
2713
+ "kind": "field",
2714
+ "name": "descriptionText",
2715
+ "type": {
2716
+ "text": "string"
2717
+ },
2718
+ "default": "\"Description (Optional)\"",
2719
+ "attribute": "description-text",
2720
+ "reflects": true
2721
+ },
2722
+ {
2723
+ "kind": "field",
2724
+ "name": "showDescription",
2725
+ "type": {
2726
+ "text": "boolean"
2727
+ },
2728
+ "default": "true",
2729
+ "attribute": "show-description",
2730
+ "reflects": true
2731
+ },
2732
+ {
2733
+ "kind": "field",
2734
+ "name": "state",
2735
+ "type": {
2736
+ "text": "\"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\""
2737
+ },
2738
+ "default": "\"enabled\"",
2739
+ "attribute": "state",
2740
+ "reflects": true
2741
+ },
2742
+ {
2743
+ "kind": "field",
2744
+ "name": "disabled",
2745
+ "type": {
2746
+ "text": "boolean"
2747
+ },
2748
+ "default": "false",
2749
+ "attribute": "disabled",
2750
+ "reflects": true
2751
+ },
2752
+ {
2753
+ "kind": "method",
2754
+ "name": "_onInput",
2755
+ "privacy": "private",
2756
+ "parameters": [
2757
+ {
2758
+ "name": "e",
2759
+ "type": {
2760
+ "text": "Event"
2761
+ }
2762
+ }
2763
+ ]
2764
+ },
2765
+ {
2766
+ "kind": "method",
2767
+ "name": "_onBlur",
2768
+ "privacy": "private"
2769
+ },
2770
+ {
2771
+ "kind": "method",
2772
+ "name": "_onFocus",
2773
+ "privacy": "private"
2774
+ }
2775
+ ],
2776
+ "attributes": [
2777
+ {
2778
+ "type": {
2779
+ "text": "string | undefined"
2780
+ },
2781
+ "description": "Input name attribute",
2782
+ "name": "name",
2783
+ "fieldName": "name"
2784
+ },
2785
+ {
2786
+ "type": {
2787
+ "text": "string"
2788
+ },
2789
+ "description": "Input value",
2790
+ "name": "value",
2791
+ "default": "\"\"",
2792
+ "fieldName": "value"
2793
+ },
2794
+ {
2795
+ "type": {
2796
+ "text": "string"
2797
+ },
2798
+ "description": "Placeholder text",
2799
+ "name": "placeholder",
2800
+ "default": "\"\"",
2801
+ "fieldName": "placeholder"
2802
+ },
2803
+ {
2804
+ "type": {
2805
+ "text": "string"
2806
+ },
2807
+ "description": "Label text displayed above input",
2808
+ "name": "label",
2809
+ "default": "\"Label\"",
2810
+ "fieldName": "label"
2811
+ },
2812
+ {
2813
+ "type": {
2814
+ "text": "boolean"
2815
+ },
2816
+ "description": "Whether input is required (shows asterisk)",
2817
+ "name": "required",
2818
+ "default": "true",
2819
+ "fieldName": "required"
2820
+ },
2821
+ {
2822
+ "type": {
2823
+ "text": "boolean"
2824
+ },
2825
+ "description": "Whether to show the label",
2826
+ "name": "show-label",
2827
+ "default": "true",
2828
+ "fieldName": "showLabel"
2829
+ },
2830
+ {
2831
+ "type": {
2832
+ "text": "string"
2833
+ },
2834
+ "description": "Helper/description text below input",
2835
+ "name": "description-text",
2836
+ "default": "\"Description (Optional)\"",
2837
+ "fieldName": "descriptionText"
2838
+ },
2839
+ {
2840
+ "type": {
2841
+ "text": "boolean"
2842
+ },
2843
+ "description": "Whether to show the description",
2844
+ "name": "show-description",
2845
+ "default": "true",
2846
+ "fieldName": "showDescription"
2847
+ },
2848
+ {
2849
+ "type": {
2850
+ "text": "\"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\""
2851
+ },
2852
+ "description": "Input state: \"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\"",
2853
+ "name": "state",
2854
+ "default": "\"enabled\"",
2855
+ "fieldName": "state"
2856
+ },
2857
+ {
2858
+ "type": {
2859
+ "text": "boolean"
2860
+ },
2861
+ "description": "Whether input is disabled",
2862
+ "name": "disabled",
2863
+ "default": "false",
2864
+ "fieldName": "disabled"
2865
+ }
2866
+ ],
2867
+ "superclass": {
2868
+ "name": "LitElement",
2869
+ "package": "lit"
2870
+ },
2871
+ "tagName": "hpe-input",
2872
+ "customElement": true,
2873
+ "summary": "A customizable text input field with label and description support."
2874
+ }
2875
+ ],
2876
+ "exports": [
2877
+ {
2878
+ "kind": "js",
2879
+ "name": "HpeInput",
2880
+ "declaration": {
2881
+ "name": "HpeInput",
2882
+ "module": "elements/hpe-inputs/hpe-input/hpe-input.ts"
2883
+ }
2884
+ },
2885
+ {
2886
+ "kind": "custom-element-definition",
2887
+ "name": "hpe-input",
2888
+ "declaration": {
2889
+ "name": "HpeInput",
2890
+ "module": "elements/hpe-inputs/hpe-input/hpe-input.ts"
2891
+ }
2892
+ }
2893
+ ]
2894
+ },
2895
+ {
2896
+ "kind": "javascript-module",
2897
+ "path": "elements/hpe-inputs/hpe-radio/hpe-radio.ts",
2898
+ "declarations": [
2899
+ {
2900
+ "kind": "class",
2901
+ "description": "A radio button input component with label and state management.\nSupports checked/unchecked states with enabled/disabled variants.",
2902
+ "name": "HpeRadio",
2903
+ "cssParts": [
2904
+ {
2905
+ "description": "The component container",
2906
+ "name": "container"
2907
+ },
2908
+ {
2909
+ "description": "The radio button and label container",
2910
+ "name": "radio-group"
2911
+ },
2912
+ {
2913
+ "description": "The actual radio input element",
2914
+ "name": "input"
2915
+ },
2916
+ {
2917
+ "description": "The custom radio button circle",
2918
+ "name": "radio"
2919
+ },
2920
+ {
2921
+ "description": "The label text",
2922
+ "name": "label"
2923
+ }
2924
+ ],
2925
+ "members": [
2926
+ {
2927
+ "kind": "field",
2928
+ "name": "name",
2929
+ "type": {
2930
+ "text": "string | undefined"
2931
+ },
2932
+ "attribute": "name",
2933
+ "reflects": true
2934
+ },
2935
+ {
2936
+ "kind": "field",
2937
+ "name": "value",
2938
+ "type": {
2939
+ "text": "string | undefined"
2940
+ },
2941
+ "attribute": "value",
2942
+ "reflects": true
2943
+ },
2944
+ {
2945
+ "kind": "field",
2946
+ "name": "checked",
2947
+ "type": {
2948
+ "text": "boolean"
2949
+ },
2950
+ "default": "false",
2951
+ "attribute": "checked",
2952
+ "reflects": true
2953
+ },
2954
+ {
2955
+ "kind": "field",
2956
+ "name": "label",
2957
+ "type": {
2958
+ "text": "string"
2959
+ },
2960
+ "default": "\"Radio Label\"",
2961
+ "attribute": "label",
2962
+ "reflects": true
2963
+ },
2964
+ {
2965
+ "kind": "field",
2966
+ "name": "disabled",
2967
+ "type": {
2968
+ "text": "boolean"
2969
+ },
2970
+ "default": "false",
2971
+ "attribute": "disabled",
2972
+ "reflects": true
2973
+ },
2974
+ {
2975
+ "kind": "method",
2976
+ "name": "_onRadioChange",
2977
+ "privacy": "private",
2978
+ "parameters": [
2979
+ {
2980
+ "name": "e",
2981
+ "type": {
2982
+ "text": "Event"
2983
+ }
2984
+ }
2985
+ ]
2986
+ }
2987
+ ],
2988
+ "attributes": [
2989
+ {
2990
+ "type": {
2991
+ "text": "string | undefined"
2992
+ },
2993
+ "description": "Radio button name attribute",
2994
+ "name": "name",
2995
+ "fieldName": "name"
2996
+ },
2997
+ {
2998
+ "type": {
2999
+ "text": "string | undefined"
3000
+ },
3001
+ "description": "Radio button value attribute",
3002
+ "name": "value",
3003
+ "fieldName": "value"
3004
+ },
3005
+ {
3006
+ "type": {
3007
+ "text": "boolean"
3008
+ },
3009
+ "description": "Whether radio button is checked",
3010
+ "name": "checked",
3011
+ "default": "false",
3012
+ "fieldName": "checked"
3013
+ },
3014
+ {
3015
+ "type": {
3016
+ "text": "string"
3017
+ },
3018
+ "description": "Label text displayed next to radio button",
3019
+ "name": "label",
3020
+ "default": "\"Radio Label\"",
3021
+ "fieldName": "label"
3022
+ },
3023
+ {
3024
+ "type": {
3025
+ "text": "boolean"
3026
+ },
3027
+ "description": "Whether radio button is disabled",
3028
+ "name": "disabled",
3029
+ "default": "false",
3030
+ "fieldName": "disabled"
3031
+ }
3032
+ ],
3033
+ "superclass": {
3034
+ "name": "LitElement",
3035
+ "package": "lit"
3036
+ },
3037
+ "tagName": "hpe-radio",
3038
+ "customElement": true,
3039
+ "summary": "A customizable radio button field with label support."
3040
+ }
3041
+ ],
3042
+ "exports": [
3043
+ {
3044
+ "kind": "js",
3045
+ "name": "HpeRadio",
3046
+ "declaration": {
3047
+ "name": "HpeRadio",
3048
+ "module": "elements/hpe-inputs/hpe-radio/hpe-radio.ts"
3049
+ }
3050
+ },
3051
+ {
3052
+ "kind": "custom-element-definition",
3053
+ "name": "hpe-radio",
3054
+ "declaration": {
3055
+ "name": "HpeRadio",
3056
+ "module": "elements/hpe-inputs/hpe-radio/hpe-radio.ts"
3057
+ }
3058
+ }
3059
+ ]
3060
+ },
3061
+ {
3062
+ "kind": "javascript-module",
3063
+ "path": "elements/hpe-inputs/hpe-select/hpe-select.ts",
3064
+ "declarations": [
3065
+ {
3066
+ "kind": "class",
3067
+ "description": "A select dropdown component with label, description, and state management.\nSupports multiple states: Enabled, Error, Typing, Complete, and Disabled.",
3068
+ "name": "HpeSelect",
3069
+ "cssParts": [
3070
+ {
3071
+ "description": "The component container",
3072
+ "name": "container"
3073
+ },
3074
+ {
3075
+ "description": "The input label and field container",
3076
+ "name": "input-group"
3077
+ },
3078
+ {
3079
+ "description": "The label element",
3080
+ "name": "label"
3081
+ },
3082
+ {
3083
+ "description": "The label text",
3084
+ "name": "label-text"
3085
+ },
3086
+ {
3087
+ "description": "The required asterisk",
3088
+ "name": "required-indicator"
3089
+ },
3090
+ {
3091
+ "description": "The select field element",
3092
+ "name": "field"
3093
+ },
3094
+ {
3095
+ "description": "The actual select element",
3096
+ "name": "select"
3097
+ },
3098
+ {
3099
+ "description": "The dropdown icon",
3100
+ "name": "icon"
3101
+ },
3102
+ {
3103
+ "description": "The description/helper text container",
3104
+ "name": "description"
3105
+ }
3106
+ ],
3107
+ "slots": [
3108
+ {
3109
+ "description": "Option elements for the select",
3110
+ "name": "default"
3111
+ }
3112
+ ],
3113
+ "members": [
3114
+ {
3115
+ "kind": "field",
3116
+ "name": "idCounter",
3117
+ "type": {
3118
+ "text": "number"
3119
+ },
3120
+ "privacy": "private",
3121
+ "static": true,
3122
+ "default": "0"
3123
+ },
3124
+ {
3125
+ "kind": "field",
3126
+ "name": "selectId",
3127
+ "privacy": "private",
3128
+ "readonly": true,
3129
+ "default": "`hpe-select-${HpeSelect.idCounter++}`"
3130
+ },
3131
+ {
3132
+ "kind": "field",
3133
+ "name": "parsedOptions",
3134
+ "type": {
3135
+ "text": "HTMLOptionElement[]"
3136
+ },
3137
+ "privacy": "private",
3138
+ "default": "[]"
3139
+ },
3140
+ {
3141
+ "kind": "field",
3142
+ "name": "parsedOptGroups",
3143
+ "type": {
3144
+ "text": "HTMLOptGroupElement[]"
3145
+ },
3146
+ "privacy": "private",
3147
+ "default": "[]"
3148
+ },
3149
+ {
3150
+ "kind": "field",
3151
+ "name": "name",
3152
+ "type": {
3153
+ "text": "string | undefined"
3154
+ },
3155
+ "attribute": "name",
3156
+ "reflects": true
3157
+ },
3158
+ {
3159
+ "kind": "field",
3160
+ "name": "value",
3161
+ "type": {
3162
+ "text": "string"
3163
+ },
3164
+ "default": "\"\"",
3165
+ "attribute": "value",
3166
+ "reflects": true
3167
+ },
3168
+ {
3169
+ "kind": "field",
3170
+ "name": "label",
3171
+ "type": {
3172
+ "text": "string"
3173
+ },
3174
+ "default": "\"Label\"",
3175
+ "attribute": "label",
3176
+ "reflects": true
3177
+ },
3178
+ {
3179
+ "kind": "field",
3180
+ "name": "required",
3181
+ "type": {
3182
+ "text": "boolean"
3183
+ },
3184
+ "default": "true",
3185
+ "attribute": "required",
3186
+ "reflects": true
3187
+ },
3188
+ {
3189
+ "kind": "field",
3190
+ "name": "showLabel",
3191
+ "type": {
3192
+ "text": "boolean"
3193
+ },
3194
+ "default": "true",
3195
+ "attribute": "show-label",
3196
+ "reflects": true
3197
+ },
3198
+ {
3199
+ "kind": "field",
3200
+ "name": "descriptionText",
3201
+ "type": {
3202
+ "text": "string"
3203
+ },
3204
+ "default": "\"Description (Optional)\"",
3205
+ "attribute": "description-text",
3206
+ "reflects": true
3207
+ },
3208
+ {
3209
+ "kind": "field",
3210
+ "name": "showDescription",
3211
+ "type": {
3212
+ "text": "boolean"
3213
+ },
3214
+ "default": "true",
3215
+ "attribute": "show-description",
3216
+ "reflects": true
3217
+ },
3218
+ {
3219
+ "kind": "field",
3220
+ "name": "state",
3221
+ "type": {
3222
+ "text": "\"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\""
3223
+ },
3224
+ "default": "\"enabled\"",
3225
+ "attribute": "state",
3226
+ "reflects": true
3227
+ },
3228
+ {
3229
+ "kind": "field",
3230
+ "name": "disabled",
3231
+ "type": {
3232
+ "text": "boolean"
3233
+ },
3234
+ "default": "false",
3235
+ "attribute": "disabled",
3236
+ "reflects": true
3237
+ },
3238
+ {
3239
+ "kind": "method",
3240
+ "name": "onOptionsSlotChange",
3241
+ "privacy": "private"
3242
+ },
3243
+ {
3244
+ "kind": "method",
3245
+ "name": "updateOptionCollections",
3246
+ "privacy": "private"
3247
+ },
3248
+ {
3249
+ "kind": "method",
3250
+ "name": "_onInput",
3251
+ "privacy": "private",
3252
+ "parameters": [
3253
+ {
3254
+ "name": "e",
3255
+ "type": {
3256
+ "text": "Event"
3257
+ }
3258
+ }
3259
+ ]
3260
+ },
3261
+ {
3262
+ "kind": "method",
3263
+ "name": "_onBlur",
3264
+ "privacy": "private"
3265
+ },
3266
+ {
3267
+ "kind": "method",
3268
+ "name": "_onFocus",
3269
+ "privacy": "private"
3270
+ }
3271
+ ],
3272
+ "attributes": [
3273
+ {
3274
+ "type": {
3275
+ "text": "string | undefined"
3276
+ },
3277
+ "description": "Select name attribute",
3278
+ "name": "name",
3279
+ "fieldName": "name"
3280
+ },
3281
+ {
3282
+ "type": {
3283
+ "text": "string"
3284
+ },
3285
+ "description": "Selected value",
3286
+ "name": "value",
3287
+ "default": "\"\"",
3288
+ "fieldName": "value"
3289
+ },
3290
+ {
3291
+ "type": {
3292
+ "text": "string"
3293
+ },
3294
+ "description": "Label text displayed above select",
3295
+ "name": "label",
3296
+ "default": "\"Label\"",
3297
+ "fieldName": "label"
3298
+ },
3299
+ {
3300
+ "type": {
3301
+ "text": "boolean"
3302
+ },
3303
+ "description": "Whether select is required (shows asterisk)",
3304
+ "name": "required",
3305
+ "default": "true",
3306
+ "fieldName": "required"
3307
+ },
3308
+ {
3309
+ "type": {
3310
+ "text": "boolean"
3311
+ },
3312
+ "description": "Whether to show the label",
3313
+ "name": "show-label",
3314
+ "default": "true",
3315
+ "fieldName": "showLabel"
3316
+ },
3317
+ {
3318
+ "type": {
3319
+ "text": "string"
3320
+ },
3321
+ "description": "Helper/description text below select",
3322
+ "name": "description-text",
3323
+ "default": "\"Description (Optional)\"",
3324
+ "fieldName": "descriptionText"
3325
+ },
3326
+ {
3327
+ "type": {
3328
+ "text": "boolean"
3329
+ },
3330
+ "description": "Whether to show the description",
3331
+ "name": "show-description",
3332
+ "default": "true",
3333
+ "fieldName": "showDescription"
3334
+ },
3335
+ {
3336
+ "type": {
3337
+ "text": "\"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\""
3338
+ },
3339
+ "description": "Select state: \"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\"",
3340
+ "name": "state",
3341
+ "default": "\"enabled\"",
3342
+ "fieldName": "state"
3343
+ },
3344
+ {
3345
+ "type": {
3346
+ "text": "boolean"
3347
+ },
3348
+ "description": "Whether select is disabled",
3349
+ "name": "disabled",
3350
+ "default": "false",
3351
+ "fieldName": "disabled"
3352
+ }
3353
+ ],
3354
+ "superclass": {
3355
+ "name": "LitElement",
3356
+ "package": "lit"
3357
+ },
3358
+ "tagName": "hpe-select",
3359
+ "customElement": true,
3360
+ "summary": "A customizable select field with dropdown affordance and description support."
3361
+ }
3362
+ ],
3363
+ "exports": [
3364
+ {
3365
+ "kind": "js",
3366
+ "name": "HpeSelect",
3367
+ "declaration": {
3368
+ "name": "HpeSelect",
3369
+ "module": "elements/hpe-inputs/hpe-select/hpe-select.ts"
3370
+ }
3371
+ },
3372
+ {
3373
+ "kind": "custom-element-definition",
3374
+ "name": "hpe-select",
3375
+ "declaration": {
3376
+ "name": "HpeSelect",
3377
+ "module": "elements/hpe-inputs/hpe-select/hpe-select.ts"
3378
+ }
3379
+ }
3380
+ ]
3381
+ },
3382
+ {
3383
+ "kind": "javascript-module",
3384
+ "path": "elements/hpe-inputs/hpe-textarea/hpe-textarea.ts",
3385
+ "declarations": [
3386
+ {
3387
+ "kind": "class",
3388
+ "description": "A multi-line text textarea component with label, character counter, and state management.\nSupports multiple states: Enabled, Error, Typing, Complete, and Disabled.",
3389
+ "name": "HpeTextarea",
3390
+ "cssParts": [
3391
+ {
3392
+ "description": "The component container",
3393
+ "name": "container"
3394
+ },
3395
+ {
3396
+ "description": "The input label and field container",
3397
+ "name": "input-group"
3398
+ },
3399
+ {
3400
+ "description": "The label element",
3401
+ "name": "label"
3402
+ },
3403
+ {
3404
+ "description": "The label text",
3405
+ "name": "label-text"
3406
+ },
3407
+ {
3408
+ "description": "The required asterisk",
3409
+ "name": "required-indicator"
3410
+ },
3411
+ {
3412
+ "description": "The textarea field element",
3413
+ "name": "field"
3414
+ },
3415
+ {
3416
+ "description": "The actual textarea element",
3417
+ "name": "textarea"
3418
+ },
3419
+ {
3420
+ "description": "The description/helper text and counter container",
3421
+ "name": "description"
3422
+ }
3423
+ ],
3424
+ "members": [
3425
+ {
3426
+ "kind": "field",
3427
+ "name": "idCounter",
3428
+ "type": {
3429
+ "text": "number"
3430
+ },
3431
+ "privacy": "private",
3432
+ "static": true,
3433
+ "default": "0"
3434
+ },
3435
+ {
3436
+ "kind": "field",
3437
+ "name": "textareaId",
3438
+ "privacy": "private",
3439
+ "readonly": true,
3440
+ "default": "`hpe-textarea-${HpeTextarea.idCounter++}`"
3441
+ },
3442
+ {
3443
+ "kind": "field",
3444
+ "name": "name",
3445
+ "type": {
3446
+ "text": "string | undefined"
3447
+ },
3448
+ "attribute": "name",
3449
+ "reflects": true
3450
+ },
3451
+ {
3452
+ "kind": "field",
3453
+ "name": "value",
3454
+ "type": {
3455
+ "text": "string"
3456
+ },
3457
+ "default": "\"\"",
3458
+ "attribute": "value",
3459
+ "reflects": true
3460
+ },
3461
+ {
3462
+ "kind": "field",
3463
+ "name": "placeholder",
3464
+ "type": {
3465
+ "text": "string"
3466
+ },
3467
+ "default": "\"\"",
3468
+ "attribute": "placeholder",
3469
+ "reflects": true
3470
+ },
3471
+ {
3472
+ "kind": "field",
3473
+ "name": "label",
3474
+ "type": {
3475
+ "text": "string"
3476
+ },
3477
+ "default": "\"Label\"",
3478
+ "attribute": "label",
3479
+ "reflects": true
3480
+ },
3481
+ {
3482
+ "kind": "field",
3483
+ "name": "required",
3484
+ "type": {
3485
+ "text": "boolean"
3486
+ },
3487
+ "default": "true",
3488
+ "attribute": "required",
3489
+ "reflects": true
3490
+ },
3491
+ {
3492
+ "kind": "field",
3493
+ "name": "showLabel",
3494
+ "type": {
3495
+ "text": "boolean"
3496
+ },
3497
+ "default": "true",
3498
+ "attribute": "show-label",
3499
+ "reflects": true
3500
+ },
3501
+ {
3502
+ "kind": "field",
3503
+ "name": "descriptionText",
3504
+ "type": {
3505
+ "text": "string"
3506
+ },
3507
+ "default": "\"Description (Optional)\"",
3508
+ "attribute": "description-text",
3509
+ "reflects": true
3510
+ },
3511
+ {
3512
+ "kind": "field",
3513
+ "name": "showDescription",
3514
+ "type": {
3515
+ "text": "boolean"
3516
+ },
3517
+ "default": "true",
3518
+ "attribute": "show-description",
3519
+ "reflects": true
3520
+ },
3521
+ {
3522
+ "kind": "field",
3523
+ "name": "maxLength",
3524
+ "type": {
3525
+ "text": "number"
3526
+ },
3527
+ "default": "3000",
3528
+ "attribute": "max-length",
3529
+ "reflects": true
3530
+ },
3531
+ {
3532
+ "kind": "field",
3533
+ "name": "state",
3534
+ "type": {
3535
+ "text": "\"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\""
3536
+ },
3537
+ "default": "\"enabled\"",
3538
+ "attribute": "state",
3539
+ "reflects": true
3540
+ },
3541
+ {
3542
+ "kind": "field",
3543
+ "name": "disabled",
3544
+ "type": {
3545
+ "text": "boolean"
3546
+ },
3547
+ "default": "false",
3548
+ "attribute": "disabled",
3549
+ "reflects": true
3550
+ },
3551
+ {
3552
+ "kind": "method",
3553
+ "name": "_onInput",
3554
+ "privacy": "private",
3555
+ "parameters": [
3556
+ {
3557
+ "name": "e",
3558
+ "type": {
3559
+ "text": "Event"
3560
+ }
3561
+ }
3562
+ ]
3563
+ },
3564
+ {
3565
+ "kind": "method",
3566
+ "name": "_onBlur",
3567
+ "privacy": "private"
3568
+ },
3569
+ {
3570
+ "kind": "method",
3571
+ "name": "_onFocus",
3572
+ "privacy": "private"
3573
+ }
3574
+ ],
3575
+ "attributes": [
3576
+ {
3577
+ "type": {
3578
+ "text": "string | undefined"
3579
+ },
3580
+ "description": "Textarea name attribute",
3581
+ "name": "name",
3582
+ "fieldName": "name"
3583
+ },
3584
+ {
3585
+ "type": {
3586
+ "text": "string"
3587
+ },
3588
+ "description": "Textarea value",
3589
+ "name": "value",
3590
+ "default": "\"\"",
3591
+ "fieldName": "value"
3592
+ },
3593
+ {
3594
+ "type": {
3595
+ "text": "string"
3596
+ },
3597
+ "description": "Placeholder text",
3598
+ "name": "placeholder",
3599
+ "default": "\"\"",
3600
+ "fieldName": "placeholder"
3601
+ },
3602
+ {
3603
+ "type": {
3604
+ "text": "string"
3605
+ },
3606
+ "description": "Label text displayed above textarea",
3607
+ "name": "label",
3608
+ "default": "\"Label\"",
3609
+ "fieldName": "label"
3610
+ },
3611
+ {
3612
+ "type": {
3613
+ "text": "boolean"
3614
+ },
3615
+ "description": "Whether textarea is required (shows asterisk)",
3616
+ "name": "required",
3617
+ "default": "true",
3618
+ "fieldName": "required"
3619
+ },
3620
+ {
3621
+ "type": {
3622
+ "text": "boolean"
3623
+ },
3624
+ "description": "Whether to show the label",
3625
+ "name": "show-label",
3626
+ "default": "true",
3627
+ "fieldName": "showLabel"
3628
+ },
3629
+ {
3630
+ "type": {
3631
+ "text": "string"
3632
+ },
3633
+ "description": "Helper/description text below textarea",
3634
+ "name": "description-text",
3635
+ "default": "\"Description (Optional)\"",
3636
+ "fieldName": "descriptionText"
3637
+ },
3638
+ {
3639
+ "type": {
3640
+ "text": "boolean"
3641
+ },
3642
+ "description": "Whether to show the description",
3643
+ "name": "show-description",
3644
+ "default": "true",
3645
+ "fieldName": "showDescription"
3646
+ },
3647
+ {
3648
+ "type": {
3649
+ "text": "number"
3650
+ },
3651
+ "description": "Maximum character length (default: 3000)",
3652
+ "name": "max-length",
3653
+ "default": "3000",
3654
+ "fieldName": "maxLength"
3655
+ },
3656
+ {
3657
+ "type": {
3658
+ "text": "\"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\""
3659
+ },
3660
+ "description": "Textarea state: \"enabled\" | \"error\" | \"typing\" | \"complete\" | \"disabled\"",
3661
+ "name": "state",
3662
+ "default": "\"enabled\"",
3663
+ "fieldName": "state"
3664
+ },
3665
+ {
3666
+ "type": {
3667
+ "text": "boolean"
3668
+ },
3669
+ "description": "Whether textarea is disabled",
3670
+ "name": "disabled",
3671
+ "default": "false",
3672
+ "fieldName": "disabled"
3673
+ }
3674
+ ],
3675
+ "superclass": {
3676
+ "name": "LitElement",
3677
+ "package": "lit"
3678
+ },
3679
+ "tagName": "hpe-textarea",
3680
+ "customElement": true,
3681
+ "summary": "A customizable textarea field with character counter and description support."
3682
+ }
3683
+ ],
3684
+ "exports": [
3685
+ {
3686
+ "kind": "js",
3687
+ "name": "HpeTextarea",
3688
+ "declaration": {
3689
+ "name": "HpeTextarea",
3690
+ "module": "elements/hpe-inputs/hpe-textarea/hpe-textarea.ts"
3691
+ }
3692
+ },
3693
+ {
3694
+ "kind": "custom-element-definition",
3695
+ "name": "hpe-textarea",
3696
+ "declaration": {
3697
+ "name": "HpeTextarea",
3698
+ "module": "elements/hpe-inputs/hpe-textarea/hpe-textarea.ts"
3699
+ }
3700
+ }
3701
+ ]
3702
+ }
3703
+ ]
3704
+ }