@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,122 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { LitElement, html, nothing } from "lit";
8
+ import { customElement, property } from "lit/decorators.js";
9
+ import { styles } from "./hpe-card-grid.styles.js";
10
+ import "../../foundation/hpe-section/hpe-section.js";
11
+ import "../hpe-text-recipe/hpe-text-recipe.js";
12
+ const DEFAULT_INTRO_BODY = "No matter how unique your needs are, HPE's edge expertise, data management tools, and proven integration capabilities can help you scale across all your edge locations.";
13
+ /**
14
+ * A card-grid pattern that composes optional intro copy and a responsive card grid.
15
+ *
16
+ * @tag hpe-card-grid
17
+ * @summary Arranges card elements in a responsive CSS Grid layout with an optional lead text recipe.
18
+ *
19
+ * @attr {string} padding - Section padding variant: 'default' | 'none' | 'top' | 'bottom' | 'left-right-only'
20
+ * @attr {number} columns - Number of columns: 1 | 2 | 3 | 4 (default: 3)
21
+ * @attr {string} heading - Optional intro heading text (kept for backward compatibility)
22
+ * @attr {boolean} show-intro - Whether to render the intro text recipe block
23
+ * @attr {string} intro-format - Intro text recipe format: 'h2' | 'h3' | 'h4' | 'h5'
24
+ * @attr {string} intro-eyebrow - Optional intro eyebrow text
25
+ * @attr {string} intro-heading - Intro heading text
26
+ * @attr {string} intro-body - Intro body copy
27
+ * @attr {string} intro-button-label - Intro CTA button label
28
+ * @attr {boolean} show-intro-button - Whether to show the intro CTA button
29
+ *
30
+ * @slot - Card elements to display in the grid
31
+ * @slot intro-secondary-action - Optional secondary CTA for the intro text recipe
32
+ *
33
+ * @csspart section - The outer section wrapper element
34
+ * @csspart container - The inner content wrapper
35
+ * @csspart intro - The intro text recipe wrapper
36
+ * @csspart grid - The CSS grid container element
37
+ */
38
+ let HpeCardGrid = class HpeCardGrid extends LitElement {
39
+ constructor() {
40
+ super(...arguments);
41
+ this.padding = "default";
42
+ this.columns = 3;
43
+ this.showIntro = false;
44
+ this.introFormat = "h2";
45
+ this.introEyebrow = "Eyebrow label (optional)";
46
+ this.introHeading = "Content headline goes here";
47
+ this.introBody = DEFAULT_INTRO_BODY;
48
+ this.introButtonLabel = "Label";
49
+ this.showIntroButton = true;
50
+ }
51
+ get shouldRenderIntro() {
52
+ return this.showIntro || !!this.heading;
53
+ }
54
+ get resolvedIntroHeading() {
55
+ return this.heading ?? this.introHeading;
56
+ }
57
+ render() {
58
+ return html `
59
+ <hpe-section part="section" class="section" padding=${this.padding}>
60
+ ${this.shouldRenderIntro
61
+ ? html `
62
+ <hpe-text-recipe
63
+ part="intro"
64
+ class="intro"
65
+ format=${this.introFormat}
66
+ eyebrow=${this.introEyebrow}
67
+ heading=${this.resolvedIntroHeading}
68
+ body=${this.introBody}
69
+ button-label=${this.introButtonLabel}
70
+ ?show-button=${this.showIntroButton}
71
+ >
72
+ <slot
73
+ slot="secondary-action"
74
+ name="intro-secondary-action"
75
+ ></slot>
76
+ </hpe-text-recipe>
77
+ `
78
+ : nothing}
79
+
80
+ <div part="grid" class="grid">
81
+ <slot></slot>
82
+ </div>
83
+ </hpe-section>
84
+ `;
85
+ }
86
+ };
87
+ HpeCardGrid.styles = styles;
88
+ __decorate([
89
+ property({ reflect: true })
90
+ ], HpeCardGrid.prototype, "padding", void 0);
91
+ __decorate([
92
+ property({ reflect: true })
93
+ ], HpeCardGrid.prototype, "heading", void 0);
94
+ __decorate([
95
+ property({ reflect: true, type: Number })
96
+ ], HpeCardGrid.prototype, "columns", void 0);
97
+ __decorate([
98
+ property({ reflect: true, attribute: "show-intro", type: Boolean })
99
+ ], HpeCardGrid.prototype, "showIntro", void 0);
100
+ __decorate([
101
+ property({ reflect: true, attribute: "intro-format" })
102
+ ], HpeCardGrid.prototype, "introFormat", void 0);
103
+ __decorate([
104
+ property({ reflect: true, attribute: "intro-eyebrow" })
105
+ ], HpeCardGrid.prototype, "introEyebrow", void 0);
106
+ __decorate([
107
+ property({ reflect: true, attribute: "intro-heading" })
108
+ ], HpeCardGrid.prototype, "introHeading", void 0);
109
+ __decorate([
110
+ property({ reflect: true, attribute: "intro-body" })
111
+ ], HpeCardGrid.prototype, "introBody", void 0);
112
+ __decorate([
113
+ property({ reflect: true, attribute: "intro-button-label" })
114
+ ], HpeCardGrid.prototype, "introButtonLabel", void 0);
115
+ __decorate([
116
+ property({ reflect: true, attribute: "show-intro-button", type: Boolean })
117
+ ], HpeCardGrid.prototype, "showIntroButton", void 0);
118
+ HpeCardGrid = __decorate([
119
+ customElement("hpe-card-grid")
120
+ ], HpeCardGrid);
121
+ export { HpeCardGrid };
122
+ //# sourceMappingURL=hpe-card-grid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-card-grid.js","sourceRoot":"","sources":["../../../templates/hpe-card-grid/hpe-card-grid.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,6CAA6C,CAAC;AACrD,OAAO,uCAAuC,CAAC;AAI/C,MAAM,kBAAkB,GACtB,0KAA0K,CAAC;AAE7K;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEI,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,UAAU;IAApC;;QAIL,YAAO,GACL,SAAS,CAAC;QAMZ,YAAO,GAAkB,CAAC,CAAC;QAG3B,cAAS,GAAG,KAAK,CAAC;QAGlB,gBAAW,GAAqB,IAAI,CAAC;QAGrC,iBAAY,GAAG,0BAA0B,CAAC;QAG1C,iBAAY,GAAG,4BAA4B,CAAC;QAG5C,cAAS,GAAG,kBAAkB,CAAC;QAG/B,qBAAgB,GAAG,OAAO,CAAC;QAG3B,oBAAe,GAAG,IAAI,CAAC;IAuCzB,CAAC;IArCC,IAAY,iBAAiB;QAC3B,OAAO,IAAI,CAAC,SAAS,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;IAC1C,CAAC;IAED,IAAY,oBAAoB;QAC9B,OAAO,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,YAAY,CAAC;IAC3C,CAAC;IAEQ,MAAM;QACb,OAAO,IAAI,CAAA;4DAC6C,IAAI,CAAC,OAAO;UAC9D,IAAI,CAAC,iBAAiB;YACtB,CAAC,CAAC,IAAI,CAAA;;;;yBAIS,IAAI,CAAC,WAAW;0BACf,IAAI,CAAC,YAAY;0BACjB,IAAI,CAAC,oBAAoB;uBAC5B,IAAI,CAAC,SAAS;+BACN,IAAI,CAAC,gBAAgB;+BACrB,IAAI,CAAC,eAAe;;;;;;;aAOtC;YACH,CAAC,CAAC,OAAO;;;;;;KAMd,CAAC;IACJ,CAAC;;AArEe,kBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CAEhB;AAGZ;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CACX;AAGjB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;4CACf;AAG3B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;8CAClD;AAGlB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC;gDAClB;AAGrC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;iDACd;AAG1C;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;iDACZ;AAG5C;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;8CACtB;AAG/B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,CAAC;qDAClC;AAG3B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;oDACpD;AAhCZ,WAAW;IADvB,aAAa,CAAC,eAAe,CAAC;GAClB,WAAW,CAuEvB"}
@@ -0,0 +1,2 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ //# sourceMappingURL=hpe-card-grid.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-card-grid.styles.d.ts","sourceRoot":"","sources":["../../../templates/hpe-card-grid/hpe-card-grid.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBA4DlB,CAAC"}
@@ -0,0 +1,63 @@
1
+ import { css } from "lit";
2
+ export const styles = css `
3
+ :host {
4
+ display: block;
5
+ width: 100%;
6
+ }
7
+
8
+ .section {
9
+ width: 100%;
10
+ }
11
+
12
+ .grid {
13
+ display: grid;
14
+ gap: var(--hpe-web-spacing-large);
15
+ grid-template-columns: repeat(3, 1fr);
16
+ }
17
+
18
+ /* ── Column variants ────────────────────────────────── */
19
+
20
+ :host([columns="1"]) .grid {
21
+ grid-template-columns: repeat(1, 1fr);
22
+ }
23
+
24
+ :host([columns="2"]) .grid {
25
+ grid-template-columns: repeat(2, 1fr);
26
+ }
27
+
28
+ :host([columns="3"]) .grid {
29
+ grid-template-columns: repeat(3, 1fr);
30
+ }
31
+
32
+ :host([columns="4"]) .grid {
33
+ grid-template-columns: repeat(4, 1fr);
34
+ }
35
+
36
+ .intro {
37
+ --hpe-text-recipe-max-width: 100%;
38
+ }
39
+
40
+ /* ── Slotted children ───────────────────────────────── */
41
+
42
+ ::slotted(*) {
43
+ width: 100%;
44
+ min-width: 0;
45
+ }
46
+
47
+ @media (max-width: 1024px) {
48
+ :host([columns="3"]) .grid,
49
+ :host([columns="4"]) .grid {
50
+ grid-template-columns: repeat(2, 1fr);
51
+ }
52
+ }
53
+
54
+ @media (max-width: 767px) {
55
+ .grid,
56
+ :host([columns="2"]) .grid,
57
+ :host([columns="3"]) .grid,
58
+ :host([columns="4"]) .grid {
59
+ grid-template-columns: repeat(1, 1fr);
60
+ }
61
+ }
62
+ `;
63
+ //# sourceMappingURL=hpe-card-grid.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-card-grid.styles.js","sourceRoot":"","sources":["../../../templates/hpe-card-grid/hpe-card-grid.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4DxB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { HpeCardGrid } from './hpe-card-grid.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../templates/hpe-card-grid/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { HpeCardGrid } from './hpe-card-grid.js';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../templates/hpe-card-grid/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,35 @@
1
+ import { LitElement } from "lit";
2
+ import "../../foundation/hpe-section/hpe-section.js";
3
+ import "../../elements/hpe-image/hpe-image.js";
4
+ type Padding = "default" | "none" | "top" | "bottom" | "left-right-only";
5
+ type ImageAspectRatio = "16:9" | "4:3" | "1:1" | "9:16" | "3:4" | "18:5";
6
+ /**
7
+ * A stand-alone image template that composes an image inside the shared section layout.
8
+ *
9
+ * @tag hpe-image-only
10
+ * @summary Renders a section-constrained image using the shared section and image primitives.
11
+ *
12
+ * @attr {string} padding - Section padding variant: "default" | "none" | "top" | "bottom" | "left-right-only"
13
+ * @attr {string} image-src - Image source URL
14
+ * @attr {string} image-alt - Alternative text for accessibility
15
+ * @attr {string} image-aspect-ratio - Image aspect ratio: "16:9" | "4:3" | "1:1" | "9:16" | "3:4" | "18:5"
16
+ *
17
+ * @csspart section - The inner hpe-section element
18
+ * @csspart content - The image wrapper
19
+ * @csspart image - The delegated hpe-image element
20
+ */
21
+ export declare class HpeImageOnly extends LitElement {
22
+ static styles: import("lit").CSSResult;
23
+ padding: Padding;
24
+ imageSrc: string;
25
+ imageAlt: string;
26
+ imageAspectRatio: ImageAspectRatio;
27
+ render(): import("lit-html").TemplateResult<1>;
28
+ }
29
+ declare global {
30
+ interface HTMLElementTagNameMap {
31
+ "hpe-image-only": HpeImageOnly;
32
+ }
33
+ }
34
+ export {};
35
+ //# sourceMappingURL=hpe-image-only.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-image-only.d.ts","sourceRoot":"","sources":["../../../templates/hpe-image-only/hpe-image-only.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAGvC,OAAO,6CAA6C,CAAC;AACrD,OAAO,uCAAuC,CAAC;AAE/C,KAAK,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,iBAAiB,CAAC;AACzE,KAAK,gBAAgB,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;AAKzE;;;;;;;;;;;;;;GAcG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,OAAgB,MAAM,0BAAU;IAGhC,OAAO,EAAE,OAAO,CAAa;IAG7B,QAAQ,SAAqB;IAG7B,QAAQ,SAA2B;IAGnC,gBAAgB,EAAE,gBAAgB,CAAU;IAEnC,MAAM;CAWhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC;KAChC;CACF"}
@@ -0,0 +1,65 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { LitElement, html } from "lit";
8
+ import { customElement, property } from "lit/decorators.js";
9
+ import { styles } from "./hpe-image-only.styles.js";
10
+ import "../../foundation/hpe-section/hpe-section.js";
11
+ import "../../elements/hpe-image/hpe-image.js";
12
+ const DEFAULT_IMAGE_SRC = "https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80";
13
+ /**
14
+ * A stand-alone image template that composes an image inside the shared section layout.
15
+ *
16
+ * @tag hpe-image-only
17
+ * @summary Renders a section-constrained image using the shared section and image primitives.
18
+ *
19
+ * @attr {string} padding - Section padding variant: "default" | "none" | "top" | "bottom" | "left-right-only"
20
+ * @attr {string} image-src - Image source URL
21
+ * @attr {string} image-alt - Alternative text for accessibility
22
+ * @attr {string} image-aspect-ratio - Image aspect ratio: "16:9" | "4:3" | "1:1" | "9:16" | "3:4" | "18:5"
23
+ *
24
+ * @csspart section - The inner hpe-section element
25
+ * @csspart content - The image wrapper
26
+ * @csspart image - The delegated hpe-image element
27
+ */
28
+ let HpeImageOnly = class HpeImageOnly extends LitElement {
29
+ constructor() {
30
+ super(...arguments);
31
+ this.padding = "default";
32
+ this.imageSrc = DEFAULT_IMAGE_SRC;
33
+ this.imageAlt = "Abstract blue texture";
34
+ this.imageAspectRatio = "16:9";
35
+ }
36
+ render() {
37
+ return html `
38
+ <hpe-section part="section" class="section" padding=${this.padding}>
39
+ <hpe-image
40
+ src=${this.imageSrc}
41
+ alt=${this.imageAlt}
42
+ aspect-ratio=${this.imageAspectRatio}
43
+ ></hpe-image>
44
+ </hpe-section>
45
+ `;
46
+ }
47
+ };
48
+ HpeImageOnly.styles = styles;
49
+ __decorate([
50
+ property({ reflect: true })
51
+ ], HpeImageOnly.prototype, "padding", void 0);
52
+ __decorate([
53
+ property({ reflect: true, attribute: "image-src" })
54
+ ], HpeImageOnly.prototype, "imageSrc", void 0);
55
+ __decorate([
56
+ property({ reflect: true, attribute: "image-alt" })
57
+ ], HpeImageOnly.prototype, "imageAlt", void 0);
58
+ __decorate([
59
+ property({ reflect: true, attribute: "image-aspect-ratio" })
60
+ ], HpeImageOnly.prototype, "imageAspectRatio", void 0);
61
+ HpeImageOnly = __decorate([
62
+ customElement("hpe-image-only")
63
+ ], HpeImageOnly);
64
+ export { HpeImageOnly };
65
+ //# sourceMappingURL=hpe-image-only.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-image-only.js","sourceRoot":"","sources":["../../../templates/hpe-image-only/hpe-image-only.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,6CAA6C,CAAC;AACrD,OAAO,uCAAuC,CAAC;AAK/C,MAAM,iBAAiB,GACrB,+FAA+F,CAAC;AAElG;;;;;;;;;;;;;;GAcG;AAEI,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,UAAU;IAArC;;QAIL,YAAO,GAAY,SAAS,CAAC;QAG7B,aAAQ,GAAG,iBAAiB,CAAC;QAG7B,aAAQ,GAAG,uBAAuB,CAAC;QAGnC,qBAAgB,GAAqB,MAAM,CAAC;IAa9C,CAAC;IAXU,MAAM;QACb,OAAO,IAAI,CAAA;4DAC6C,IAAI,CAAC,OAAO;;gBAExD,IAAI,CAAC,QAAQ;gBACb,IAAI,CAAC,QAAQ;yBACJ,IAAI,CAAC,gBAAgB;;;KAGzC,CAAC;IACJ,CAAC;;AAxBe,mBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;6CACC;AAG7B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;8CACvB;AAG7B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;8CACjB;AAGnC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,CAAC;sDACjB;AAbjC,YAAY;IADxB,aAAa,CAAC,gBAAgB,CAAC;GACnB,YAAY,CA0BxB"}
@@ -0,0 +1,2 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ //# sourceMappingURL=hpe-image-only.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-image-only.styles.d.ts","sourceRoot":"","sources":["../../../templates/hpe-image-only/hpe-image-only.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBASlB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { css } from "lit";
2
+ export const styles = css `
3
+ :host {
4
+ display: block;
5
+ width: 100%;
6
+ }
7
+
8
+ .image {
9
+ width: 100%;
10
+ }
11
+ `;
12
+ //# sourceMappingURL=hpe-image-only.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-image-only.styles.js","sourceRoot":"","sources":["../../../templates/hpe-image-only/hpe-image-only.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;CASxB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { HpeImageOnly } from "./hpe-image-only.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../templates/hpe-image-only/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { HpeImageOnly } from "./hpe-image-only.js";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../templates/hpe-image-only/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,50 @@
1
+ import { LitElement } from "lit";
2
+ import "../../foundation/hpe-section/hpe-section.js";
3
+ import "../hpe-text-recipe/hpe-text-recipe.js";
4
+ type TextRecipeFormat = "h2" | "h3" | "h4" | "h5";
5
+ /**
6
+ * A full-width section pattern that composes a text recipe inside the shared section layout.
7
+ *
8
+ * @tag hpe-text-only
9
+ * @summary Renders an optional eyebrow, heading, body copy, and CTA in a section constrained to the design-system content width.
10
+ *
11
+ * @attr {string} padding - Section padding variant: "default" | "none" | "top" | "bottom" | "left-right-only"
12
+ * @attr {string} format - Text recipe format: "h2" | "h3" | "h4" | "h5"
13
+ * @attr {string} eyebrow - Optional eyebrow label text
14
+ * @attr {string} heading - Heading text
15
+ * @attr {string} body - Body copy text
16
+ * @attr {string} button-label - CTA label text
17
+ * @attr {string} button-group-orientation - Optional button group orientation: "horizontal" | "vertical"
18
+ * @attr {boolean} show-eyebrow - Whether to render the eyebrow text
19
+ * @attr {boolean} show-body - Whether to render the body copy
20
+ * @attr {boolean} show-button - Whether to render the CTA button
21
+ * @attr {boolean} use-button-group - Whether to wrap CTA actions in hpe-button-group
22
+ *
23
+ * @slot secondary-action - Optional secondary action passed through to hpe-text-recipe
24
+ *
25
+ * @csspart container - Pattern wrapper element
26
+ * @csspart section - Inner hpe-section element
27
+ * @csspart content - Inner hpe-text-recipe element
28
+ */
29
+ export declare class HpeTextOnly extends LitElement {
30
+ static styles: import("lit").CSSResult;
31
+ padding: "default" | "none" | "top" | "bottom" | "left-right-only";
32
+ format: TextRecipeFormat;
33
+ eyebrow: string;
34
+ heading: string;
35
+ body: string;
36
+ buttonLabel: string;
37
+ buttonGroupOrientation: "horizontal" | "vertical";
38
+ showEyebrow: boolean;
39
+ showBody: boolean;
40
+ showButton: boolean;
41
+ useButtonGroup: boolean;
42
+ render(): import("lit-html").TemplateResult<1>;
43
+ }
44
+ declare global {
45
+ interface HTMLElementTagNameMap {
46
+ "hpe-text-only": HpeTextOnly;
47
+ }
48
+ }
49
+ export {};
50
+ //# sourceMappingURL=hpe-text-only.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-text-only.d.ts","sourceRoot":"","sources":["../../../templates/hpe-text-only/hpe-text-only.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAGvC,OAAO,6CAA6C,CAAC;AACrD,OAAO,uCAAuC,CAAC;AAE/C,KAAK,gBAAgB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAKlD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBACa,WAAY,SAAQ,UAAU;IACzC,OAAgB,MAAM,0BAAU;IAGhC,OAAO,EAAE,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,iBAAiB,CACtD;IAGZ,MAAM,EAAE,gBAAgB,CAAQ;IAGhC,OAAO,SAA8B;IAGrC,OAAO,SAAe;IAGtB,IAAI,SAAgB;IAGpB,WAAW,SAAW;IAGtB,sBAAsB,EAAE,YAAY,GAAG,UAAU,CAAgB;IAGjE,WAAW,UAAQ;IAGnB,QAAQ,UAAQ;IAGhB,UAAU,UAAQ;IAGlB,cAAc,UAAS;IAEd,MAAM;CAsBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,WAAW,CAAC;KAC9B;CACF"}
@@ -0,0 +1,113 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { LitElement, html } from "lit";
8
+ import { customElement, property } from "lit/decorators.js";
9
+ import { styles } from "./hpe-text-only.styles.js";
10
+ import "../../foundation/hpe-section/hpe-section.js";
11
+ import "../hpe-text-recipe/hpe-text-recipe.js";
12
+ const DEFAULT_BODY = "No matter how unique your needs are, HPE's edge expertise, data management tools, and proven integration capabilities can help you scale across all your edge locations.";
13
+ /**
14
+ * A full-width section pattern that composes a text recipe inside the shared section layout.
15
+ *
16
+ * @tag hpe-text-only
17
+ * @summary Renders an optional eyebrow, heading, body copy, and CTA in a section constrained to the design-system content width.
18
+ *
19
+ * @attr {string} padding - Section padding variant: "default" | "none" | "top" | "bottom" | "left-right-only"
20
+ * @attr {string} format - Text recipe format: "h2" | "h3" | "h4" | "h5"
21
+ * @attr {string} eyebrow - Optional eyebrow label text
22
+ * @attr {string} heading - Heading text
23
+ * @attr {string} body - Body copy text
24
+ * @attr {string} button-label - CTA label text
25
+ * @attr {string} button-group-orientation - Optional button group orientation: "horizontal" | "vertical"
26
+ * @attr {boolean} show-eyebrow - Whether to render the eyebrow text
27
+ * @attr {boolean} show-body - Whether to render the body copy
28
+ * @attr {boolean} show-button - Whether to render the CTA button
29
+ * @attr {boolean} use-button-group - Whether to wrap CTA actions in hpe-button-group
30
+ *
31
+ * @slot secondary-action - Optional secondary action passed through to hpe-text-recipe
32
+ *
33
+ * @csspart container - Pattern wrapper element
34
+ * @csspart section - Inner hpe-section element
35
+ * @csspart content - Inner hpe-text-recipe element
36
+ */
37
+ let HpeTextOnly = class HpeTextOnly extends LitElement {
38
+ constructor() {
39
+ super(...arguments);
40
+ this.padding = "default";
41
+ this.format = "h2";
42
+ this.eyebrow = "Eyebrow label (optional)";
43
+ this.heading = "Text Only";
44
+ this.body = DEFAULT_BODY;
45
+ this.buttonLabel = "Label";
46
+ this.buttonGroupOrientation = "horizontal";
47
+ this.showEyebrow = true;
48
+ this.showBody = true;
49
+ this.showButton = true;
50
+ this.useButtonGroup = false;
51
+ }
52
+ render() {
53
+ return html `
54
+ <hpe-section part="section" padding=${this.padding}>
55
+ <hpe-text-recipe
56
+ part="content"
57
+ class="content"
58
+ format=${this.format}
59
+ eyebrow=${this.eyebrow}
60
+ heading=${this.heading}
61
+ body=${this.body}
62
+ button-label=${this.buttonLabel}
63
+ button-group-orientation=${this.buttonGroupOrientation}
64
+ ?show-eyebrow=${this.showEyebrow}
65
+ ?show-body=${this.showBody}
66
+ ?show-button=${this.showButton}
67
+ ?use-button-group=${this.useButtonGroup}
68
+ >
69
+ <slot slot="secondary-action" name="secondary-action"></slot>
70
+ </hpe-text-recipe>
71
+ </hpe-section>
72
+ `;
73
+ }
74
+ };
75
+ HpeTextOnly.styles = styles;
76
+ __decorate([
77
+ property({ reflect: true })
78
+ ], HpeTextOnly.prototype, "padding", void 0);
79
+ __decorate([
80
+ property({ reflect: true })
81
+ ], HpeTextOnly.prototype, "format", void 0);
82
+ __decorate([
83
+ property({ reflect: true })
84
+ ], HpeTextOnly.prototype, "eyebrow", void 0);
85
+ __decorate([
86
+ property({ reflect: true })
87
+ ], HpeTextOnly.prototype, "heading", void 0);
88
+ __decorate([
89
+ property({ reflect: true })
90
+ ], HpeTextOnly.prototype, "body", void 0);
91
+ __decorate([
92
+ property({ reflect: true, attribute: "button-label" })
93
+ ], HpeTextOnly.prototype, "buttonLabel", void 0);
94
+ __decorate([
95
+ property({ reflect: true, attribute: "button-group-orientation" })
96
+ ], HpeTextOnly.prototype, "buttonGroupOrientation", void 0);
97
+ __decorate([
98
+ property({ reflect: true, attribute: "show-eyebrow", type: Boolean })
99
+ ], HpeTextOnly.prototype, "showEyebrow", void 0);
100
+ __decorate([
101
+ property({ reflect: true, attribute: "show-body", type: Boolean })
102
+ ], HpeTextOnly.prototype, "showBody", void 0);
103
+ __decorate([
104
+ property({ reflect: true, attribute: "show-button", type: Boolean })
105
+ ], HpeTextOnly.prototype, "showButton", void 0);
106
+ __decorate([
107
+ property({ reflect: true, attribute: "use-button-group", type: Boolean })
108
+ ], HpeTextOnly.prototype, "useButtonGroup", void 0);
109
+ HpeTextOnly = __decorate([
110
+ customElement("hpe-text-only")
111
+ ], HpeTextOnly);
112
+ export { HpeTextOnly };
113
+ //# sourceMappingURL=hpe-text-only.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-text-only.js","sourceRoot":"","sources":["../../../templates/hpe-text-only/hpe-text-only.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,6CAA6C,CAAC;AACrD,OAAO,uCAAuC,CAAC;AAI/C,MAAM,YAAY,GAChB,0KAA0K,CAAC;AAE7K;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEI,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,UAAU;IAApC;;QAIL,YAAO,GACL,SAAS,CAAC;QAGZ,WAAM,GAAqB,IAAI,CAAC;QAGhC,YAAO,GAAG,0BAA0B,CAAC;QAGrC,YAAO,GAAG,WAAW,CAAC;QAGtB,SAAI,GAAG,YAAY,CAAC;QAGpB,gBAAW,GAAG,OAAO,CAAC;QAGtB,2BAAsB,GAA8B,YAAY,CAAC;QAGjE,gBAAW,GAAG,IAAI,CAAC;QAGnB,aAAQ,GAAG,IAAI,CAAC;QAGhB,eAAU,GAAG,IAAI,CAAC;QAGlB,mBAAc,GAAG,KAAK,CAAC;IAwBzB,CAAC;IAtBU,MAAM;QACb,OAAO,IAAI,CAAA;4CAC6B,IAAI,CAAC,OAAO;;;;mBAIrC,IAAI,CAAC,MAAM;oBACV,IAAI,CAAC,OAAO;oBACZ,IAAI,CAAC,OAAO;iBACf,IAAI,CAAC,IAAI;yBACD,IAAI,CAAC,WAAW;qCACJ,IAAI,CAAC,sBAAsB;0BACtC,IAAI,CAAC,WAAW;uBACnB,IAAI,CAAC,QAAQ;yBACX,IAAI,CAAC,UAAU;8BACV,IAAI,CAAC,cAAc;;;;;KAK5C,CAAC;IACJ,CAAC;;AAzDe,kBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CAEhB;AAGZ;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2CACI;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CACS;AAGrC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CACN;AAGtB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;yCACR;AAGpB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC;gDACjC;AAGtB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,0BAA0B,EAAE,CAAC;2DACF;AAGjE;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;gDACnD;AAGnB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;6CACnD;AAGhB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,aAAa,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;+CACnD;AAGlB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,kBAAkB,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;mDACnD;AAnCZ,WAAW;IADvB,aAAa,CAAC,eAAe,CAAC;GAClB,WAAW,CA2DvB"}
@@ -0,0 +1,2 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ //# sourceMappingURL=hpe-text-only.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-text-only.styles.d.ts","sourceRoot":"","sources":["../../../templates/hpe-text-only/hpe-text-only.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBASlB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { css } from "lit";
2
+ export const styles = css `
3
+ :host {
4
+ display: block;
5
+ width: 100%;
6
+ }
7
+
8
+ .content {
9
+ --hpe-text-recipe-max-width: 100%;
10
+ }
11
+ `;
12
+ //# sourceMappingURL=hpe-text-only.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpe-text-only.styles.js","sourceRoot":"","sources":["../../../templates/hpe-text-only/hpe-text-only.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;CASxB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { HpeTextOnly } from "./hpe-text-only.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../templates/hpe-text-only/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { HpeTextOnly } from "./hpe-text-only.js";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../templates/hpe-text-only/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}