@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.
- package/dist/custom-elements.json +3704 -0
- package/dist/elements/hpe-accordion/hpe-accordion.d.ts +59 -0
- package/dist/elements/hpe-accordion/hpe-accordion.d.ts.map +1 -0
- package/dist/elements/hpe-accordion/hpe-accordion.js +206 -0
- package/dist/elements/hpe-accordion/hpe-accordion.js.map +1 -0
- package/dist/elements/hpe-accordion/hpe-accordion.styles.d.ts +2 -0
- package/dist/elements/hpe-accordion/hpe-accordion.styles.d.ts.map +1 -0
- package/dist/elements/hpe-accordion/hpe-accordion.styles.js +107 -0
- package/dist/elements/hpe-accordion/hpe-accordion.styles.js.map +1 -0
- package/dist/elements/hpe-accordion/index.d.ts +2 -0
- package/dist/elements/hpe-accordion/index.d.ts.map +1 -0
- package/dist/elements/hpe-accordion/index.js +2 -0
- package/dist/elements/hpe-accordion/index.js.map +1 -0
- package/dist/elements/hpe-agenda/hpe-agenda.d.ts +52 -0
- package/dist/elements/hpe-agenda/hpe-agenda.d.ts.map +1 -0
- package/dist/elements/hpe-agenda/hpe-agenda.js +117 -0
- package/dist/elements/hpe-agenda/hpe-agenda.js.map +1 -0
- package/dist/elements/hpe-agenda/hpe-agenda.styles.d.ts +2 -0
- package/dist/elements/hpe-agenda/hpe-agenda.styles.d.ts.map +1 -0
- package/dist/elements/hpe-agenda/hpe-agenda.styles.js +83 -0
- package/dist/elements/hpe-agenda/hpe-agenda.styles.js.map +1 -0
- package/dist/elements/hpe-agenda/index.d.ts +2 -0
- package/dist/elements/hpe-agenda/index.d.ts.map +1 -0
- package/dist/elements/hpe-agenda/index.js +2 -0
- package/dist/elements/hpe-agenda/index.js.map +1 -0
- package/dist/elements/hpe-button/hpe-button.d.ts +38 -0
- package/dist/elements/hpe-button/hpe-button.d.ts.map +1 -0
- package/dist/elements/hpe-button/hpe-button.js +99 -0
- package/dist/elements/hpe-button/hpe-button.js.map +1 -0
- package/dist/elements/hpe-button/hpe-button.styles.d.ts +2 -0
- package/dist/elements/hpe-button/hpe-button.styles.d.ts.map +1 -0
- package/dist/elements/hpe-button/hpe-button.styles.js +424 -0
- package/dist/elements/hpe-button/hpe-button.styles.js.map +1 -0
- package/dist/elements/hpe-button/index.d.ts +2 -0
- package/dist/elements/hpe-button/index.d.ts.map +1 -0
- package/dist/elements/hpe-button/index.js +2 -0
- package/dist/elements/hpe-button/index.js.map +1 -0
- package/dist/elements/hpe-button-group/hpe-button-group.d.ts +24 -0
- package/dist/elements/hpe-button-group/hpe-button-group.d.ts.map +1 -0
- package/dist/elements/hpe-button-group/hpe-button-group.js +43 -0
- package/dist/elements/hpe-button-group/hpe-button-group.js.map +1 -0
- package/dist/elements/hpe-button-group/hpe-button-group.styles.d.ts +2 -0
- package/dist/elements/hpe-button-group/hpe-button-group.styles.d.ts.map +1 -0
- package/dist/elements/hpe-button-group/hpe-button-group.styles.js +27 -0
- package/dist/elements/hpe-button-group/hpe-button-group.styles.js.map +1 -0
- package/dist/elements/hpe-button-group/index.d.ts +2 -0
- package/dist/elements/hpe-button-group/index.d.ts.map +1 -0
- package/dist/elements/hpe-button-group/index.js +2 -0
- package/dist/elements/hpe-button-group/index.js.map +1 -0
- package/dist/elements/hpe-card/hpe-card.d.ts +34 -0
- package/dist/elements/hpe-card/hpe-card.d.ts.map +1 -0
- package/dist/elements/hpe-card/hpe-card.js +71 -0
- package/dist/elements/hpe-card/hpe-card.js.map +1 -0
- package/dist/elements/hpe-card/hpe-card.styles.d.ts +2 -0
- package/dist/elements/hpe-card/hpe-card.styles.d.ts.map +1 -0
- package/dist/elements/hpe-card/hpe-card.styles.js +270 -0
- package/dist/elements/hpe-card/hpe-card.styles.js.map +1 -0
- package/dist/elements/hpe-card/index.d.ts +2 -0
- package/dist/elements/hpe-card/index.d.ts.map +1 -0
- package/dist/elements/hpe-card/index.js +2 -0
- package/dist/elements/hpe-card/index.js.map +1 -0
- package/dist/elements/hpe-carousel/hpe-carousel.d.ts +51 -0
- package/dist/elements/hpe-carousel/hpe-carousel.d.ts.map +1 -0
- package/dist/elements/hpe-carousel/hpe-carousel.js +196 -0
- package/dist/elements/hpe-carousel/hpe-carousel.js.map +1 -0
- package/dist/elements/hpe-carousel/hpe-carousel.styles.d.ts +2 -0
- package/dist/elements/hpe-carousel/hpe-carousel.styles.d.ts.map +1 -0
- package/dist/elements/hpe-carousel/hpe-carousel.styles.js +106 -0
- package/dist/elements/hpe-carousel/hpe-carousel.styles.js.map +1 -0
- package/dist/elements/hpe-carousel/index.d.ts +2 -0
- package/dist/elements/hpe-carousel/index.d.ts.map +1 -0
- package/dist/elements/hpe-carousel/index.js +2 -0
- package/dist/elements/hpe-carousel/index.js.map +1 -0
- package/dist/elements/hpe-form/hpe-form.d.ts +36 -0
- package/dist/elements/hpe-form/hpe-form.d.ts.map +1 -0
- package/dist/elements/hpe-form/hpe-form.js +85 -0
- package/dist/elements/hpe-form/hpe-form.js.map +1 -0
- package/dist/elements/hpe-form/hpe-form.styles.d.ts +2 -0
- package/dist/elements/hpe-form/hpe-form.styles.d.ts.map +1 -0
- package/dist/elements/hpe-form/hpe-form.styles.js +67 -0
- package/dist/elements/hpe-form/hpe-form.styles.js.map +1 -0
- package/dist/elements/hpe-form/index.d.ts +2 -0
- package/dist/elements/hpe-form/index.d.ts.map +1 -0
- package/dist/elements/hpe-form/index.js +2 -0
- package/dist/elements/hpe-form/index.js.map +1 -0
- package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.d.ts +19 -0
- package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.d.ts.map +1 -0
- package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.js +28 -0
- package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.js.map +1 -0
- package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.styles.d.ts +2 -0
- package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.styles.d.ts.map +1 -0
- package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.styles.js +18 -0
- package/dist/elements/hpe-horizontal-rule/hpe-horizontal-rule.styles.js.map +1 -0
- package/dist/elements/hpe-horizontal-rule/index.d.ts +2 -0
- package/dist/elements/hpe-horizontal-rule/index.d.ts.map +1 -0
- package/dist/elements/hpe-horizontal-rule/index.js +2 -0
- package/dist/elements/hpe-horizontal-rule/index.js.map +1 -0
- package/dist/elements/hpe-image/hpe-image.d.ts +30 -0
- package/dist/elements/hpe-image/hpe-image.d.ts.map +1 -0
- package/dist/elements/hpe-image/hpe-image.js +61 -0
- package/dist/elements/hpe-image/hpe-image.js.map +1 -0
- package/dist/elements/hpe-image/hpe-image.styles.d.ts +2 -0
- package/dist/elements/hpe-image/hpe-image.styles.d.ts.map +1 -0
- package/dist/elements/hpe-image/hpe-image.styles.js +64 -0
- package/dist/elements/hpe-image/hpe-image.styles.js.map +1 -0
- package/dist/elements/hpe-image/index.d.ts +2 -0
- package/dist/elements/hpe-image/index.d.ts.map +1 -0
- package/dist/elements/hpe-image/index.js +2 -0
- package/dist/elements/hpe-image/index.js.map +1 -0
- package/dist/elements/hpe-input-group/hpe-input-group.d.ts +24 -0
- package/dist/elements/hpe-input-group/hpe-input-group.d.ts.map +1 -0
- package/dist/elements/hpe-input-group/hpe-input-group.js +43 -0
- package/dist/elements/hpe-input-group/hpe-input-group.js.map +1 -0
- package/dist/elements/hpe-input-group/hpe-input-group.styles.d.ts +2 -0
- package/dist/elements/hpe-input-group/hpe-input-group.styles.d.ts.map +1 -0
- package/dist/elements/hpe-input-group/hpe-input-group.styles.js +28 -0
- package/dist/elements/hpe-input-group/hpe-input-group.styles.js.map +1 -0
- package/dist/elements/hpe-input-group/index.d.ts +2 -0
- package/dist/elements/hpe-input-group/index.d.ts.map +1 -0
- package/dist/elements/hpe-input-group/index.js +2 -0
- package/dist/elements/hpe-input-group/index.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.d.ts +36 -0
- package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.js +87 -0
- package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.styles.d.ts +2 -0
- package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.styles.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.styles.js +124 -0
- package/dist/elements/hpe-inputs/hpe-checkbox/hpe-checkbox.styles.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-input/hpe-input.d.ts +55 -0
- package/dist/elements/hpe-inputs/hpe-input/hpe-input.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-input/hpe-input.js +161 -0
- package/dist/elements/hpe-inputs/hpe-input/hpe-input.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-input/hpe-input.styles.d.ts +2 -0
- package/dist/elements/hpe-inputs/hpe-input/hpe-input.styles.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-input/hpe-input.styles.js +135 -0
- package/dist/elements/hpe-inputs/hpe-input/hpe-input.styles.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.d.ts +36 -0
- package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.js +83 -0
- package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.styles.d.ts +2 -0
- package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.styles.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.styles.js +119 -0
- package/dist/elements/hpe-inputs/hpe-radio/hpe-radio.styles.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-select/hpe-select.d.ts +59 -0
- package/dist/elements/hpe-inputs/hpe-select/hpe-select.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-select/hpe-select.js +224 -0
- package/dist/elements/hpe-inputs/hpe-select/hpe-select.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-select/hpe-select.styles.d.ts +2 -0
- package/dist/elements/hpe-inputs/hpe-select/hpe-select.styles.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-select/hpe-select.styles.js +156 -0
- package/dist/elements/hpe-inputs/hpe-select/hpe-select.styles.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.d.ts +55 -0
- package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.js +166 -0
- package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.js.map +1 -0
- package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.styles.d.ts +2 -0
- package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.styles.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.styles.js +149 -0
- package/dist/elements/hpe-inputs/hpe-textarea/hpe-textarea.styles.js.map +1 -0
- package/dist/elements/hpe-inputs/index.d.ts +6 -0
- package/dist/elements/hpe-inputs/index.d.ts.map +1 -0
- package/dist/elements/hpe-inputs/index.js +6 -0
- package/dist/elements/hpe-inputs/index.js.map +1 -0
- package/dist/elements/hpe-list/hpe-list.d.ts +52 -0
- package/dist/elements/hpe-list/hpe-list.d.ts.map +1 -0
- package/dist/elements/hpe-list/hpe-list.js +117 -0
- package/dist/elements/hpe-list/hpe-list.js.map +1 -0
- package/dist/elements/hpe-list/hpe-list.styles.d.ts +2 -0
- package/dist/elements/hpe-list/hpe-list.styles.d.ts.map +1 -0
- package/dist/elements/hpe-list/hpe-list.styles.js +68 -0
- package/dist/elements/hpe-list/hpe-list.styles.js.map +1 -0
- package/dist/elements/hpe-list/index.d.ts +2 -0
- package/dist/elements/hpe-list/index.d.ts.map +1 -0
- package/dist/elements/hpe-list/index.js +2 -0
- package/dist/elements/hpe-list/index.js.map +1 -0
- package/dist/elements/hpe-pull-quote/hpe-pull-quote.d.ts +32 -0
- package/dist/elements/hpe-pull-quote/hpe-pull-quote.d.ts.map +1 -0
- package/dist/elements/hpe-pull-quote/hpe-pull-quote.js +102 -0
- package/dist/elements/hpe-pull-quote/hpe-pull-quote.js.map +1 -0
- package/dist/elements/hpe-pull-quote/hpe-pull-quote.styles.d.ts +2 -0
- package/dist/elements/hpe-pull-quote/hpe-pull-quote.styles.d.ts.map +1 -0
- package/dist/elements/hpe-pull-quote/hpe-pull-quote.styles.js +61 -0
- package/dist/elements/hpe-pull-quote/hpe-pull-quote.styles.js.map +1 -0
- package/dist/elements/hpe-pull-quote/index.d.ts +2 -0
- package/dist/elements/hpe-pull-quote/index.d.ts.map +1 -0
- package/dist/elements/hpe-pull-quote/index.js +2 -0
- package/dist/elements/hpe-pull-quote/index.js.map +1 -0
- package/dist/elements/hpe-tab-group/hpe-tab-group.d.ts +86 -0
- package/dist/elements/hpe-tab-group/hpe-tab-group.d.ts.map +1 -0
- package/dist/elements/hpe-tab-group/hpe-tab-group.js +275 -0
- package/dist/elements/hpe-tab-group/hpe-tab-group.js.map +1 -0
- package/dist/elements/hpe-tab-group/hpe-tab-group.styles.d.ts +2 -0
- package/dist/elements/hpe-tab-group/hpe-tab-group.styles.d.ts.map +1 -0
- package/dist/elements/hpe-tab-group/hpe-tab-group.styles.js +194 -0
- package/dist/elements/hpe-tab-group/hpe-tab-group.styles.js.map +1 -0
- package/dist/elements/hpe-tab-group/index.d.ts +2 -0
- package/dist/elements/hpe-tab-group/index.d.ts.map +1 -0
- package/dist/elements/hpe-tab-group/index.js +2 -0
- package/dist/elements/hpe-tab-group/index.js.map +1 -0
- package/dist/elements/hpe-table/hpe-table.d.ts +110 -0
- package/dist/elements/hpe-table/hpe-table.d.ts.map +1 -0
- package/dist/elements/hpe-table/hpe-table.js +262 -0
- package/dist/elements/hpe-table/hpe-table.js.map +1 -0
- package/dist/elements/hpe-table/hpe-table.styles.d.ts +2 -0
- package/dist/elements/hpe-table/hpe-table.styles.d.ts.map +1 -0
- package/dist/elements/hpe-table/hpe-table.styles.js +214 -0
- package/dist/elements/hpe-table/hpe-table.styles.js.map +1 -0
- package/dist/elements/hpe-table/index.d.ts +2 -0
- package/dist/elements/hpe-table/index.d.ts.map +1 -0
- package/dist/elements/hpe-table/index.js +2 -0
- package/dist/elements/hpe-table/index.js.map +1 -0
- package/dist/foundation/hpe-columns/hpe-columns.d.ts +40 -0
- package/dist/foundation/hpe-columns/hpe-columns.d.ts.map +1 -0
- package/dist/foundation/hpe-columns/hpe-columns.js +78 -0
- package/dist/foundation/hpe-columns/hpe-columns.js.map +1 -0
- package/dist/foundation/hpe-columns/hpe-columns.styles.d.ts +2 -0
- package/dist/foundation/hpe-columns/hpe-columns.styles.d.ts.map +1 -0
- package/dist/foundation/hpe-columns/hpe-columns.styles.js +110 -0
- package/dist/foundation/hpe-columns/hpe-columns.styles.js.map +1 -0
- package/dist/foundation/hpe-columns/index.d.ts +2 -0
- package/dist/foundation/hpe-columns/index.d.ts.map +1 -0
- package/dist/foundation/hpe-columns/index.js +2 -0
- package/dist/foundation/hpe-columns/index.js.map +1 -0
- package/dist/foundation/hpe-section/hpe-section.d.ts +25 -0
- package/dist/foundation/hpe-section/hpe-section.d.ts.map +1 -0
- package/dist/foundation/hpe-section/hpe-section.js +46 -0
- package/dist/foundation/hpe-section/hpe-section.js.map +1 -0
- package/dist/foundation/hpe-section/hpe-section.styles.d.ts +2 -0
- package/dist/foundation/hpe-section/hpe-section.styles.d.ts.map +1 -0
- package/dist/foundation/hpe-section/hpe-section.styles.js +50 -0
- package/dist/foundation/hpe-section/hpe-section.styles.js.map +1 -0
- package/dist/foundation/hpe-section/index.d.ts +2 -0
- package/dist/foundation/hpe-section/index.d.ts.map +1 -0
- package/dist/foundation/hpe-section/index.js +2 -0
- package/dist/foundation/hpe-section/index.js.map +1 -0
- package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.d.ts +26 -0
- package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.d.ts.map +1 -0
- package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.js +43 -0
- package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.js.map +1 -0
- package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.d.ts +2 -0
- package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.d.ts.map +1 -0
- package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.js +33 -0
- package/dist/foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.js.map +1 -0
- package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.d.ts +26 -0
- package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.d.ts.map +1 -0
- package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.js +43 -0
- package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.js.map +1 -0
- package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.d.ts +2 -0
- package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.d.ts.map +1 -0
- package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.js +33 -0
- package/dist/foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.js.map +1 -0
- package/dist/foundation/hpe-stacks/index.d.ts +3 -0
- package/dist/foundation/hpe-stacks/index.d.ts.map +1 -0
- package/dist/foundation/hpe-stacks/index.js +3 -0
- package/dist/foundation/hpe-stacks/index.js.map +1 -0
- package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.d.ts +35 -0
- package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.d.ts.map +1 -0
- package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.js +73 -0
- package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.js.map +1 -0
- package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.styles.d.ts +2 -0
- package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.styles.d.ts.map +1 -0
- package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.styles.js +125 -0
- package/dist/foundation/hpe-typography/hpe-condensed-heading/hpe-condensed-heading.styles.js.map +1 -0
- package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.d.ts +32 -0
- package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.d.ts.map +1 -0
- package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.js +100 -0
- package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.js.map +1 -0
- package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.styles.d.ts +2 -0
- package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.styles.d.ts.map +1 -0
- package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.styles.js +63 -0
- package/dist/foundation/hpe-typography/hpe-heading/hpe-heading.styles.js.map +1 -0
- package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.d.ts +26 -0
- package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.d.ts.map +1 -0
- package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.js +43 -0
- package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.js.map +1 -0
- package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.styles.d.ts +2 -0
- package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.styles.d.ts.map +1 -0
- package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.styles.js +42 -0
- package/dist/foundation/hpe-typography/hpe-paragraph/hpe-paragraph.styles.js.map +1 -0
- package/dist/foundation/hpe-typography/index.d.ts +4 -0
- package/dist/foundation/hpe-typography/index.d.ts.map +1 -0
- package/dist/foundation/hpe-typography/index.js +4 -0
- package/dist/foundation/hpe-typography/index.js.map +1 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -0
- package/dist/templates/hpe-button-only/hpe-button-only.d.ts +38 -0
- package/dist/templates/hpe-button-only/hpe-button-only.d.ts.map +1 -0
- package/dist/templates/hpe-button-only/hpe-button-only.js +77 -0
- package/dist/templates/hpe-button-only/hpe-button-only.js.map +1 -0
- package/dist/templates/hpe-button-only/hpe-button-only.styles.d.ts +2 -0
- package/dist/templates/hpe-button-only/hpe-button-only.styles.d.ts.map +1 -0
- package/dist/templates/hpe-button-only/hpe-button-only.styles.js +14 -0
- package/dist/templates/hpe-button-only/hpe-button-only.styles.js.map +1 -0
- package/dist/templates/hpe-button-only/index.d.ts +2 -0
- package/dist/templates/hpe-button-only/index.d.ts.map +1 -0
- package/dist/templates/hpe-button-only/index.js +2 -0
- package/dist/templates/hpe-button-only/index.js.map +1 -0
- package/dist/templates/hpe-card-carousel/hpe-card-carousel.d.ts +52 -0
- package/dist/templates/hpe-card-carousel/hpe-card-carousel.d.ts.map +1 -0
- package/dist/templates/hpe-card-carousel/hpe-card-carousel.js +129 -0
- package/dist/templates/hpe-card-carousel/hpe-card-carousel.js.map +1 -0
- package/dist/templates/hpe-card-carousel/hpe-card-carousel.styles.d.ts +2 -0
- package/dist/templates/hpe-card-carousel/hpe-card-carousel.styles.d.ts.map +1 -0
- package/dist/templates/hpe-card-carousel/hpe-card-carousel.styles.js +53 -0
- package/dist/templates/hpe-card-carousel/hpe-card-carousel.styles.js.map +1 -0
- package/dist/templates/hpe-card-carousel/index.d.ts +2 -0
- package/dist/templates/hpe-card-carousel/index.d.ts.map +1 -0
- package/dist/templates/hpe-card-carousel/index.js +2 -0
- package/dist/templates/hpe-card-carousel/index.js.map +1 -0
- package/dist/templates/hpe-card-grid/hpe-card-grid.d.ts +52 -0
- package/dist/templates/hpe-card-grid/hpe-card-grid.d.ts.map +1 -0
- package/dist/templates/hpe-card-grid/hpe-card-grid.js +122 -0
- package/dist/templates/hpe-card-grid/hpe-card-grid.js.map +1 -0
- package/dist/templates/hpe-card-grid/hpe-card-grid.styles.d.ts +2 -0
- package/dist/templates/hpe-card-grid/hpe-card-grid.styles.d.ts.map +1 -0
- package/dist/templates/hpe-card-grid/hpe-card-grid.styles.js +63 -0
- package/dist/templates/hpe-card-grid/hpe-card-grid.styles.js.map +1 -0
- package/dist/templates/hpe-card-grid/index.d.ts +2 -0
- package/dist/templates/hpe-card-grid/index.d.ts.map +1 -0
- package/dist/templates/hpe-card-grid/index.js +2 -0
- package/dist/templates/hpe-card-grid/index.js.map +1 -0
- package/dist/templates/hpe-image-only/hpe-image-only.d.ts +35 -0
- package/dist/templates/hpe-image-only/hpe-image-only.d.ts.map +1 -0
- package/dist/templates/hpe-image-only/hpe-image-only.js +65 -0
- package/dist/templates/hpe-image-only/hpe-image-only.js.map +1 -0
- package/dist/templates/hpe-image-only/hpe-image-only.styles.d.ts +2 -0
- package/dist/templates/hpe-image-only/hpe-image-only.styles.d.ts.map +1 -0
- package/dist/templates/hpe-image-only/hpe-image-only.styles.js +12 -0
- package/dist/templates/hpe-image-only/hpe-image-only.styles.js.map +1 -0
- package/dist/templates/hpe-image-only/index.d.ts +2 -0
- package/dist/templates/hpe-image-only/index.d.ts.map +1 -0
- package/dist/templates/hpe-image-only/index.js +2 -0
- package/dist/templates/hpe-image-only/index.js.map +1 -0
- package/dist/templates/hpe-text-only/hpe-text-only.d.ts +50 -0
- package/dist/templates/hpe-text-only/hpe-text-only.d.ts.map +1 -0
- package/dist/templates/hpe-text-only/hpe-text-only.js +113 -0
- package/dist/templates/hpe-text-only/hpe-text-only.js.map +1 -0
- package/dist/templates/hpe-text-only/hpe-text-only.styles.d.ts +2 -0
- package/dist/templates/hpe-text-only/hpe-text-only.styles.d.ts.map +1 -0
- package/dist/templates/hpe-text-only/hpe-text-only.styles.js +12 -0
- package/dist/templates/hpe-text-only/hpe-text-only.styles.js.map +1 -0
- package/dist/templates/hpe-text-only/index.d.ts +2 -0
- package/dist/templates/hpe-text-only/index.d.ts.map +1 -0
- package/dist/templates/hpe-text-only/index.js +2 -0
- package/dist/templates/hpe-text-only/index.js.map +1 -0
- package/dist/templates/hpe-text-recipe/hpe-text-recipe.d.ts +61 -0
- package/dist/templates/hpe-text-recipe/hpe-text-recipe.d.ts.map +1 -0
- package/dist/templates/hpe-text-recipe/hpe-text-recipe.js +172 -0
- package/dist/templates/hpe-text-recipe/hpe-text-recipe.js.map +1 -0
- package/dist/templates/hpe-text-recipe/hpe-text-recipe.styles.d.ts +2 -0
- package/dist/templates/hpe-text-recipe/hpe-text-recipe.styles.d.ts.map +1 -0
- package/dist/templates/hpe-text-recipe/hpe-text-recipe.styles.js +60 -0
- package/dist/templates/hpe-text-recipe/hpe-text-recipe.styles.js.map +1 -0
- package/dist/templates/hpe-text-recipe/index.d.ts +2 -0
- package/dist/templates/hpe-text-recipe/index.d.ts.map +1 -0
- package/dist/templates/hpe-text-recipe/index.js +2 -0
- package/dist/templates/hpe-text-recipe/index.js.map +1 -0
- package/package.json +35 -13
- package/README.md +0 -10
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export { HpeAccordion, HpeAccordionItem, } from "./elements/hpe-accordion/index.js";
|
|
2
|
+
export { HpeAgenda, HpeAgendaRow } from "./elements/hpe-agenda/index.js";
|
|
3
|
+
export { HpeButton } from "./elements/hpe-button/index.js";
|
|
4
|
+
export { HpeForm } from "./elements/hpe-form/index.js";
|
|
5
|
+
export { HpeInputGroup } from "./elements/hpe-input-group/index.js";
|
|
6
|
+
export { HpePullQuote } from "./elements/hpe-pull-quote/index.js";
|
|
7
|
+
export { HpeButtonGroup } from "./elements/hpe-button-group/index.js";
|
|
8
|
+
export { HpeCarousel } from "./elements/hpe-carousel/index.js";
|
|
9
|
+
export { HpeCard } from "./elements/hpe-card/index.js";
|
|
10
|
+
export { HpeButtonOnly } from "./templates/hpe-button-only/index.js";
|
|
11
|
+
export { HpeCardCarousel } from "./templates/hpe-card-carousel/index.js";
|
|
12
|
+
export { HpeCardGrid } from "./templates/hpe-card-grid/index.js";
|
|
13
|
+
export { HpeImageOnly } from "./templates/hpe-image-only/index.js";
|
|
14
|
+
export { HpeTextOnly } from "./templates/hpe-text-only/index.js";
|
|
15
|
+
export { HpeTextRecipe } from "./templates/hpe-text-recipe/index.js";
|
|
16
|
+
export { HpeColumns } from "./foundation/hpe-columns/index.js";
|
|
17
|
+
export { HpeImage } from "./elements/hpe-image/index.js";
|
|
18
|
+
export { HpeList, HpeListItem } from "./elements/hpe-list/index.js";
|
|
19
|
+
export { HpeCheckbox, HpeRadio, HpeSelect, HpeInput, HpeTextarea, } from "./elements/hpe-inputs/index.js";
|
|
20
|
+
export { HpeCondensedHeading, HpeParagraph, HpeHeading, } from "./foundation/hpe-typography/index.js";
|
|
21
|
+
export { HpeSection } from "./foundation/hpe-section/index.js";
|
|
22
|
+
export { HpeXStack, HpeYStack } from "./foundation/hpe-stacks/index.js";
|
|
23
|
+
export { HpeTab, HpeTabPanel, HpeTabGroup, } from "./elements/hpe-tab-group/index.js";
|
|
24
|
+
export { HpeTable, HpeTableHeaderRow, HpeTableHeaderCell, HpeTableBodyRow, HpeTableBodyCell, } from "./elements/hpe-table/index.js";
|
|
25
|
+
export { HpeHorizontalRule } from "./elements/hpe-horizontal-rule/index.js";
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EACZ,gBAAgB,GACjB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EACL,WAAW,EACX,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,WAAW,GACZ,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,mBAAmB,EACnB,YAAY,EACZ,UAAU,GACX,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,GACZ,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,QAAQ,EACR,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,gBAAgB,GACjB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Barrel export — add component re-exports here as they are created.
|
|
2
|
+
export { HpeAccordion, HpeAccordionItem, } from "./elements/hpe-accordion/index.js";
|
|
3
|
+
export { HpeAgenda, HpeAgendaRow } from "./elements/hpe-agenda/index.js";
|
|
4
|
+
export { HpeButton } from "./elements/hpe-button/index.js";
|
|
5
|
+
export { HpeForm } from "./elements/hpe-form/index.js";
|
|
6
|
+
export { HpeInputGroup } from "./elements/hpe-input-group/index.js";
|
|
7
|
+
export { HpePullQuote } from "./elements/hpe-pull-quote/index.js";
|
|
8
|
+
export { HpeButtonGroup } from "./elements/hpe-button-group/index.js";
|
|
9
|
+
export { HpeCarousel } from "./elements/hpe-carousel/index.js";
|
|
10
|
+
export { HpeCard } from "./elements/hpe-card/index.js";
|
|
11
|
+
export { HpeButtonOnly } from "./templates/hpe-button-only/index.js";
|
|
12
|
+
export { HpeCardCarousel } from "./templates/hpe-card-carousel/index.js";
|
|
13
|
+
export { HpeCardGrid } from "./templates/hpe-card-grid/index.js";
|
|
14
|
+
export { HpeImageOnly } from "./templates/hpe-image-only/index.js";
|
|
15
|
+
export { HpeTextOnly } from "./templates/hpe-text-only/index.js";
|
|
16
|
+
export { HpeTextRecipe } from "./templates/hpe-text-recipe/index.js";
|
|
17
|
+
export { HpeColumns } from "./foundation/hpe-columns/index.js";
|
|
18
|
+
export { HpeImage } from "./elements/hpe-image/index.js";
|
|
19
|
+
export { HpeList, HpeListItem } from "./elements/hpe-list/index.js";
|
|
20
|
+
export { HpeCheckbox, HpeRadio, HpeSelect, HpeInput, HpeTextarea, } from "./elements/hpe-inputs/index.js";
|
|
21
|
+
export { HpeCondensedHeading, HpeParagraph, HpeHeading, } from "./foundation/hpe-typography/index.js";
|
|
22
|
+
export { HpeSection } from "./foundation/hpe-section/index.js";
|
|
23
|
+
export { HpeXStack, HpeYStack } from "./foundation/hpe-stacks/index.js";
|
|
24
|
+
export { HpeTab, HpeTabPanel, HpeTabGroup, } from "./elements/hpe-tab-group/index.js";
|
|
25
|
+
export { HpeTable, HpeTableHeaderRow, HpeTableHeaderCell, HpeTableBodyRow, HpeTableBodyCell, } from "./elements/hpe-table/index.js";
|
|
26
|
+
export { HpeHorizontalRule } from "./elements/hpe-horizontal-rule/index.js";
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,OAAO,EACL,YAAY,EACZ,gBAAgB,GACjB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EACL,WAAW,EACX,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,WAAW,GACZ,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,mBAAmB,EACnB,YAAY,EACZ,UAAU,GACX,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,GACZ,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,QAAQ,EACR,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,gBAAgB,GACjB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { LitElement } from "lit";
|
|
2
|
+
import "../../foundation/hpe-section/hpe-section.js";
|
|
3
|
+
import "../../elements/hpe-button/hpe-button.js";
|
|
4
|
+
import "../../elements/hpe-button-group/hpe-button-group.js";
|
|
5
|
+
type Padding = "default" | "none" | "top" | "bottom" | "left-right-only";
|
|
6
|
+
type ButtonGroupOrientation = "horizontal" | "vertical";
|
|
7
|
+
/**
|
|
8
|
+
* A button-only section template that composes a button group inside the shared section layout.
|
|
9
|
+
*
|
|
10
|
+
* @tag hpe-button-only
|
|
11
|
+
* @summary Renders a section-scoped CTA group with a default primary action and optional projected custom actions.
|
|
12
|
+
*
|
|
13
|
+
* @attr {string} padding - Section padding variant: "default" | "none" | "top" | "bottom" | "left-right-only"
|
|
14
|
+
* @attr {string} button-label - Primary CTA label text
|
|
15
|
+
* @attr {string} button-group-orientation - Button group orientation: "horizontal" | "vertical"
|
|
16
|
+
* @attr {boolean} show-icon - Whether to show the primary button trailing icon
|
|
17
|
+
*
|
|
18
|
+
* @slot - Optional custom action buttons. When provided, these replace the default fallback primary action.
|
|
19
|
+
*
|
|
20
|
+
* @csspart section - The inner hpe-section element
|
|
21
|
+
* @csspart actions - The button group wrapper
|
|
22
|
+
* @csspart default-button - The default primary hpe-button element
|
|
23
|
+
*/
|
|
24
|
+
export declare class HpeButtonOnly extends LitElement {
|
|
25
|
+
static styles: import("lit").CSSResult;
|
|
26
|
+
padding: Padding;
|
|
27
|
+
buttonLabel: string;
|
|
28
|
+
buttonGroupOrientation: ButtonGroupOrientation;
|
|
29
|
+
buttonIcon: boolean;
|
|
30
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
31
|
+
}
|
|
32
|
+
declare global {
|
|
33
|
+
interface HTMLElementTagNameMap {
|
|
34
|
+
"hpe-button-only": HpeButtonOnly;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
export {};
|
|
38
|
+
//# sourceMappingURL=hpe-button-only.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-button-only.d.ts","sourceRoot":"","sources":["../../../templates/hpe-button-only/hpe-button-only.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAGvC,OAAO,6CAA6C,CAAC;AACrD,OAAO,yCAAyC,CAAC;AACjD,OAAO,qDAAqD,CAAC;AAE7D,KAAK,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,iBAAiB,CAAC;AACzE,KAAK,sBAAsB,GAAG,YAAY,GAAG,UAAU,CAAC;AAExD;;;;;;;;;;;;;;;;GAgBG;AACH,qBACa,aAAc,SAAQ,UAAU;IAC3C,OAAgB,MAAM,0BAAU;IAGhC,OAAO,EAAE,OAAO,CAAa;IAG7B,WAAW,SAAW;IAGtB,sBAAsB,EAAE,sBAAsB,CAAgB;IAG9D,UAAU,UAAQ;IAET,MAAM;CAqBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,iBAAiB,EAAE,aAAa,CAAC;KAClC;CACF"}
|
|
@@ -0,0 +1,77 @@
|
|
|
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-button-only.styles.js";
|
|
10
|
+
import "../../foundation/hpe-section/hpe-section.js";
|
|
11
|
+
import "../../elements/hpe-button/hpe-button.js";
|
|
12
|
+
import "../../elements/hpe-button-group/hpe-button-group.js";
|
|
13
|
+
/**
|
|
14
|
+
* A button-only section template that composes a button group inside the shared section layout.
|
|
15
|
+
*
|
|
16
|
+
* @tag hpe-button-only
|
|
17
|
+
* @summary Renders a section-scoped CTA group with a default primary action and optional projected custom actions.
|
|
18
|
+
*
|
|
19
|
+
* @attr {string} padding - Section padding variant: "default" | "none" | "top" | "bottom" | "left-right-only"
|
|
20
|
+
* @attr {string} button-label - Primary CTA label text
|
|
21
|
+
* @attr {string} button-group-orientation - Button group orientation: "horizontal" | "vertical"
|
|
22
|
+
* @attr {boolean} show-icon - Whether to show the primary button trailing icon
|
|
23
|
+
*
|
|
24
|
+
* @slot - Optional custom action buttons. When provided, these replace the default fallback primary action.
|
|
25
|
+
*
|
|
26
|
+
* @csspart section - The inner hpe-section element
|
|
27
|
+
* @csspart actions - The button group wrapper
|
|
28
|
+
* @csspart default-button - The default primary hpe-button element
|
|
29
|
+
*/
|
|
30
|
+
let HpeButtonOnly = class HpeButtonOnly extends LitElement {
|
|
31
|
+
constructor() {
|
|
32
|
+
super(...arguments);
|
|
33
|
+
this.padding = "default";
|
|
34
|
+
this.buttonLabel = "Label";
|
|
35
|
+
this.buttonGroupOrientation = "horizontal";
|
|
36
|
+
this.buttonIcon = true;
|
|
37
|
+
}
|
|
38
|
+
render() {
|
|
39
|
+
return html `
|
|
40
|
+
<hpe-section part="section" class="section" padding=${this.padding}>
|
|
41
|
+
<hpe-button-group
|
|
42
|
+
part="actions"
|
|
43
|
+
orientation=${this.buttonGroupOrientation}
|
|
44
|
+
>
|
|
45
|
+
<slot>
|
|
46
|
+
<hpe-button
|
|
47
|
+
part="default-button"
|
|
48
|
+
type="primary"
|
|
49
|
+
size="default"
|
|
50
|
+
?show-icon=${this.buttonIcon}
|
|
51
|
+
>
|
|
52
|
+
${this.buttonLabel}
|
|
53
|
+
</hpe-button>
|
|
54
|
+
</slot>
|
|
55
|
+
</hpe-button-group>
|
|
56
|
+
</hpe-section>
|
|
57
|
+
`;
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
HpeButtonOnly.styles = styles;
|
|
61
|
+
__decorate([
|
|
62
|
+
property({ reflect: true })
|
|
63
|
+
], HpeButtonOnly.prototype, "padding", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
property({ reflect: true, attribute: "button-label" })
|
|
66
|
+
], HpeButtonOnly.prototype, "buttonLabel", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
property({ reflect: true, attribute: "button-group-orientation" })
|
|
69
|
+
], HpeButtonOnly.prototype, "buttonGroupOrientation", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
property({ reflect: true, attribute: "show-icon", type: Boolean })
|
|
72
|
+
], HpeButtonOnly.prototype, "buttonIcon", void 0);
|
|
73
|
+
HpeButtonOnly = __decorate([
|
|
74
|
+
customElement("hpe-button-only")
|
|
75
|
+
], HpeButtonOnly);
|
|
76
|
+
export { HpeButtonOnly };
|
|
77
|
+
//# sourceMappingURL=hpe-button-only.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-button-only.js","sourceRoot":"","sources":["../../../templates/hpe-button-only/hpe-button-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,6BAA6B,CAAC;AACrD,OAAO,6CAA6C,CAAC;AACrD,OAAO,yCAAyC,CAAC;AACjD,OAAO,qDAAqD,CAAC;AAK7D;;;;;;;;;;;;;;;;GAgBG;AAEI,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,UAAU;IAAtC;;QAIL,YAAO,GAAY,SAAS,CAAC;QAG7B,gBAAW,GAAG,OAAO,CAAC;QAGtB,2BAAsB,GAA2B,YAAY,CAAC;QAG9D,eAAU,GAAG,IAAI,CAAC;IAuBpB,CAAC;IArBU,MAAM;QACb,OAAO,IAAI,CAAA;4DAC6C,IAAI,CAAC,OAAO;;;wBAGhD,IAAI,CAAC,sBAAsB;;;;;;;2BAOxB,IAAI,CAAC,UAAU;;gBAE1B,IAAI,CAAC,WAAW;;;;;KAK3B,CAAC;IACJ,CAAC;;AAlCe,oBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;8CACC;AAG7B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC;kDACjC;AAGtB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,0BAA0B,EAAE,CAAC;6DACL;AAG9D;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;iDACjD;AAbP,aAAa;IADzB,aAAa,CAAC,iBAAiB,CAAC;GACpB,aAAa,CAoCzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-button-only.styles.d.ts","sourceRoot":"","sources":["../../../templates/hpe-button-only/hpe-button-only.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBAWlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-button-only.styles.js","sourceRoot":"","sources":["../../../templates/hpe-button-only/hpe-button-only.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;CAWxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../templates/hpe-button-only/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../templates/hpe-button-only/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { LitElement } from "lit";
|
|
2
|
+
import "../../foundation/hpe-section/hpe-section.js";
|
|
3
|
+
import "../hpe-text-recipe/hpe-text-recipe.js";
|
|
4
|
+
import "../../elements/hpe-carousel/hpe-carousel.js";
|
|
5
|
+
type TextRecipeFormat = "h2" | "h3" | "h4" | "h5";
|
|
6
|
+
/**
|
|
7
|
+
* A card-carousel pattern that composes optional intro copy and a horizontal carousel of cards.
|
|
8
|
+
*
|
|
9
|
+
* @tag hpe-card-carousel
|
|
10
|
+
* @summary Displays card elements in a horizontally scrollable carousel with an optional lead text recipe.
|
|
11
|
+
*
|
|
12
|
+
* @attr {string} padding - Section padding variant: 'default' | 'none' | 'top' | 'bottom' | 'left-right-only'
|
|
13
|
+
* @attr {string} heading - Optional intro heading text (kept for backward compatibility)
|
|
14
|
+
* @attr {number} visible-cards - How many cards are visible at once (default 4)
|
|
15
|
+
* @attr {boolean} show-intro - Whether to render the intro text recipe block
|
|
16
|
+
* @attr {string} intro-format - Intro text recipe format: 'h2' | 'h3' | 'h4' | 'h5'
|
|
17
|
+
* @attr {string} intro-eyebrow - Optional intro eyebrow text
|
|
18
|
+
* @attr {string} intro-heading - Intro heading text
|
|
19
|
+
* @attr {string} intro-body - Intro body copy
|
|
20
|
+
* @attr {string} intro-button-label - Intro CTA button label
|
|
21
|
+
* @attr {boolean} show-intro-button - Whether to show the intro CTA button
|
|
22
|
+
*
|
|
23
|
+
* @slot - Card elements to display in the carousel
|
|
24
|
+
* @slot intro-secondary-action - Optional secondary CTA for the intro text recipe
|
|
25
|
+
*
|
|
26
|
+
* @csspart section - The outer section wrapper element
|
|
27
|
+
* @csspart intro - The intro text recipe wrapper
|
|
28
|
+
* @csspart carousel - The delegated carousel element
|
|
29
|
+
*/
|
|
30
|
+
export declare class HpeCardCarousel extends LitElement {
|
|
31
|
+
static styles: import("lit").CSSResult;
|
|
32
|
+
padding: "default" | "none" | "top" | "bottom" | "left-right-only";
|
|
33
|
+
heading: string;
|
|
34
|
+
visibleCards: number;
|
|
35
|
+
showIntro: boolean;
|
|
36
|
+
introFormat: TextRecipeFormat;
|
|
37
|
+
introEyebrow: string;
|
|
38
|
+
introHeading: string;
|
|
39
|
+
introBody: string;
|
|
40
|
+
introButtonLabel: string;
|
|
41
|
+
showIntroButton: boolean;
|
|
42
|
+
private get shouldRenderIntro();
|
|
43
|
+
private get resolvedIntroHeading();
|
|
44
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
45
|
+
}
|
|
46
|
+
declare global {
|
|
47
|
+
interface HTMLElementTagNameMap {
|
|
48
|
+
"hpe-card-carousel": HpeCardCarousel;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
export {};
|
|
52
|
+
//# sourceMappingURL=hpe-card-carousel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-card-carousel.d.ts","sourceRoot":"","sources":["../../../templates/hpe-card-carousel/hpe-card-carousel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAGhD,OAAO,6CAA6C,CAAC;AACrD,OAAO,uCAAuC,CAAC;AAC/C,OAAO,6CAA6C,CAAC;AAErD,KAAK,gBAAgB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAKlD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBACa,eAAgB,SAAQ,UAAU;IAC7C,OAAgB,MAAM,0BAAU;IAGhC,OAAO,EAAE,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,iBAAiB,CACtD;IAGZ,OAAO,SAAM;IAGb,YAAY,SAAK;IAGjB,SAAS,UAAQ;IAGjB,WAAW,EAAE,gBAAgB,CAAQ;IAGrC,YAAY,SAA8B;IAG1C,YAAY,SAAgC;IAG5C,SAAS,SAAsB;IAG/B,gBAAgB,SAAW;IAG3B,eAAe,UAAQ;IAEvB,OAAO,KAAK,iBAAiB,GAE5B;IAED,OAAO,KAAK,oBAAoB,GAE/B;IAEQ,MAAM;CAmChB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,mBAAmB,EAAE,eAAe,CAAC;KACtC;CACF"}
|
|
@@ -0,0 +1,129 @@
|
|
|
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-carousel.styles.js";
|
|
10
|
+
import "../../foundation/hpe-section/hpe-section.js";
|
|
11
|
+
import "../hpe-text-recipe/hpe-text-recipe.js";
|
|
12
|
+
import "../../elements/hpe-carousel/hpe-carousel.js";
|
|
13
|
+
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.";
|
|
14
|
+
/**
|
|
15
|
+
* A card-carousel pattern that composes optional intro copy and a horizontal carousel of cards.
|
|
16
|
+
*
|
|
17
|
+
* @tag hpe-card-carousel
|
|
18
|
+
* @summary Displays card elements in a horizontally scrollable carousel with an optional lead text recipe.
|
|
19
|
+
*
|
|
20
|
+
* @attr {string} padding - Section padding variant: 'default' | 'none' | 'top' | 'bottom' | 'left-right-only'
|
|
21
|
+
* @attr {string} heading - Optional intro heading text (kept for backward compatibility)
|
|
22
|
+
* @attr {number} visible-cards - How many cards are visible at once (default 4)
|
|
23
|
+
* @attr {boolean} show-intro - Whether to render the intro text recipe block
|
|
24
|
+
* @attr {string} intro-format - Intro text recipe format: 'h2' | 'h3' | 'h4' | 'h5'
|
|
25
|
+
* @attr {string} intro-eyebrow - Optional intro eyebrow text
|
|
26
|
+
* @attr {string} intro-heading - Intro heading text
|
|
27
|
+
* @attr {string} intro-body - Intro body copy
|
|
28
|
+
* @attr {string} intro-button-label - Intro CTA button label
|
|
29
|
+
* @attr {boolean} show-intro-button - Whether to show the intro CTA button
|
|
30
|
+
*
|
|
31
|
+
* @slot - Card elements to display in the carousel
|
|
32
|
+
* @slot intro-secondary-action - Optional secondary CTA for the intro text recipe
|
|
33
|
+
*
|
|
34
|
+
* @csspart section - The outer section wrapper element
|
|
35
|
+
* @csspart intro - The intro text recipe wrapper
|
|
36
|
+
* @csspart carousel - The delegated carousel element
|
|
37
|
+
*/
|
|
38
|
+
let HpeCardCarousel = class HpeCardCarousel extends LitElement {
|
|
39
|
+
constructor() {
|
|
40
|
+
super(...arguments);
|
|
41
|
+
this.padding = "default";
|
|
42
|
+
this.heading = "";
|
|
43
|
+
this.visibleCards = 4;
|
|
44
|
+
this.showIntro = true;
|
|
45
|
+
this.introFormat = "h2";
|
|
46
|
+
this.introEyebrow = "Eyebrow label (optional)";
|
|
47
|
+
this.introHeading = "Content headline goes here";
|
|
48
|
+
this.introBody = DEFAULT_INTRO_BODY;
|
|
49
|
+
this.introButtonLabel = "Label";
|
|
50
|
+
this.showIntroButton = true;
|
|
51
|
+
}
|
|
52
|
+
get shouldRenderIntro() {
|
|
53
|
+
return this.showIntro || !!this.heading;
|
|
54
|
+
}
|
|
55
|
+
get resolvedIntroHeading() {
|
|
56
|
+
return this.heading || this.introHeading;
|
|
57
|
+
}
|
|
58
|
+
render() {
|
|
59
|
+
return html `
|
|
60
|
+
<hpe-section part="section" class="section" padding=${this.padding}>
|
|
61
|
+
${this.shouldRenderIntro
|
|
62
|
+
? html `
|
|
63
|
+
<hpe-text-recipe
|
|
64
|
+
part="intro"
|
|
65
|
+
class="intro"
|
|
66
|
+
format=${this.introFormat}
|
|
67
|
+
eyebrow=${this.introEyebrow}
|
|
68
|
+
heading=${this.resolvedIntroHeading}
|
|
69
|
+
body=${this.introBody}
|
|
70
|
+
button-label=${this.introButtonLabel}
|
|
71
|
+
?show-button=${this.showIntroButton}
|
|
72
|
+
>
|
|
73
|
+
<slot
|
|
74
|
+
slot="secondary-action"
|
|
75
|
+
name="intro-secondary-action"
|
|
76
|
+
></slot>
|
|
77
|
+
</hpe-text-recipe>
|
|
78
|
+
`
|
|
79
|
+
: nothing}
|
|
80
|
+
|
|
81
|
+
<hpe-carousel
|
|
82
|
+
part="carousel"
|
|
83
|
+
class="carousel"
|
|
84
|
+
.visibleSlides=${this.visibleCards}
|
|
85
|
+
?show-controls=${true}
|
|
86
|
+
?show-slide-count=${false}
|
|
87
|
+
>
|
|
88
|
+
<slot></slot>
|
|
89
|
+
</hpe-carousel>
|
|
90
|
+
</hpe-section>
|
|
91
|
+
`;
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
HpeCardCarousel.styles = styles;
|
|
95
|
+
__decorate([
|
|
96
|
+
property({ reflect: true })
|
|
97
|
+
], HpeCardCarousel.prototype, "padding", void 0);
|
|
98
|
+
__decorate([
|
|
99
|
+
property({ reflect: true })
|
|
100
|
+
], HpeCardCarousel.prototype, "heading", void 0);
|
|
101
|
+
__decorate([
|
|
102
|
+
property({ type: Number, reflect: true, attribute: "visible-cards" })
|
|
103
|
+
], HpeCardCarousel.prototype, "visibleCards", void 0);
|
|
104
|
+
__decorate([
|
|
105
|
+
property({ reflect: true, attribute: "show-intro", type: Boolean })
|
|
106
|
+
], HpeCardCarousel.prototype, "showIntro", void 0);
|
|
107
|
+
__decorate([
|
|
108
|
+
property({ reflect: true, attribute: "intro-format" })
|
|
109
|
+
], HpeCardCarousel.prototype, "introFormat", void 0);
|
|
110
|
+
__decorate([
|
|
111
|
+
property({ reflect: true, attribute: "intro-eyebrow" })
|
|
112
|
+
], HpeCardCarousel.prototype, "introEyebrow", void 0);
|
|
113
|
+
__decorate([
|
|
114
|
+
property({ reflect: true, attribute: "intro-heading" })
|
|
115
|
+
], HpeCardCarousel.prototype, "introHeading", void 0);
|
|
116
|
+
__decorate([
|
|
117
|
+
property({ reflect: true, attribute: "intro-body" })
|
|
118
|
+
], HpeCardCarousel.prototype, "introBody", void 0);
|
|
119
|
+
__decorate([
|
|
120
|
+
property({ reflect: true, attribute: "intro-button-label" })
|
|
121
|
+
], HpeCardCarousel.prototype, "introButtonLabel", void 0);
|
|
122
|
+
__decorate([
|
|
123
|
+
property({ reflect: true, attribute: "show-intro-button", type: Boolean })
|
|
124
|
+
], HpeCardCarousel.prototype, "showIntroButton", void 0);
|
|
125
|
+
HpeCardCarousel = __decorate([
|
|
126
|
+
customElement("hpe-card-carousel")
|
|
127
|
+
], HpeCardCarousel);
|
|
128
|
+
export { HpeCardCarousel };
|
|
129
|
+
//# sourceMappingURL=hpe-card-carousel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-card-carousel.js","sourceRoot":"","sources":["../../../templates/hpe-card-carousel/hpe-card-carousel.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,+BAA+B,CAAC;AACvD,OAAO,6CAA6C,CAAC;AACrD,OAAO,uCAAuC,CAAC;AAC/C,OAAO,6CAA6C,CAAC;AAIrD,MAAM,kBAAkB,GACtB,0KAA0K,CAAC;AAE7K;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEI,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,UAAU;IAAxC;;QAIL,YAAO,GACL,SAAS,CAAC;QAGZ,YAAO,GAAG,EAAE,CAAC;QAGb,iBAAY,GAAG,CAAC,CAAC;QAGjB,cAAS,GAAG,IAAI,CAAC;QAGjB,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;IA6CzB,CAAC;IA3CC,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;;;;;2BAKQ,IAAI,CAAC,YAAY;2BACjB,IAAI;8BACD,KAAK;;;;;KAK9B,CAAC;IACJ,CAAC;;AA3Ee,sBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;gDAEhB;AAGZ;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;gDACf;AAGb;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;qDACrD;AAGjB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;kDACnD;AAGjB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC;oDAClB;AAGrC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;qDACd;AAG1C;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;qDACZ;AAG5C;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;kDACtB;AAG/B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,CAAC;yDAClC;AAG3B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;wDACpD;AAhCZ,eAAe;IAD3B,aAAa,CAAC,mBAAmB,CAAC;GACtB,eAAe,CA6E3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-card-carousel.styles.d.ts","sourceRoot":"","sources":["../../../templates/hpe-card-carousel/hpe-card-carousel.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBAkDlB,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
.intro {
|
|
13
|
+
--hpe-text-recipe-max-width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.carousel {
|
|
17
|
+
--hpe-carousel-slide-gap: var(--hpe-web-spacing-large, 40px);
|
|
18
|
+
--hpe-carousel-stack-gap: var(--hpe-web-spacing-large, 40px);
|
|
19
|
+
--hpe-carousel-nav-size: 56px;
|
|
20
|
+
--_hpe-carousel-slide-width: 370px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
::slotted(*) {
|
|
24
|
+
min-width: 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
@media (max-width: 1599px) {
|
|
28
|
+
.carousel {
|
|
29
|
+
--_hpe-carousel-slide-width: calc(
|
|
30
|
+
(100% - (var(--hpe-web-spacing-large, 40px) * 2)) / 3
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@media (max-width: 1023px) {
|
|
36
|
+
.carousel {
|
|
37
|
+
--_hpe-carousel-slide-width: calc(
|
|
38
|
+
(100% - var(--hpe-web-spacing-large, 40px)) / 2
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@media (max-width: 767px) {
|
|
44
|
+
.carousel {
|
|
45
|
+
--_hpe-carousel-slide-width: 100%;
|
|
46
|
+
--hpe-carousel-nav-size: 40px;
|
|
47
|
+
--hpe-carousel-controls-gap: 12px;
|
|
48
|
+
--hpe-carousel-stack-gap: var(--hpe-web-spacing-medium, 32px);
|
|
49
|
+
--hpe-carousel-slide-gap: var(--hpe-web-spacing-medium, 32px);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
`;
|
|
53
|
+
//# sourceMappingURL=hpe-card-carousel.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-card-carousel.styles.js","sourceRoot":"","sources":["../../../templates/hpe-card-carousel/hpe-card-carousel.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../templates/hpe-card-carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../templates/hpe-card-carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 card-grid pattern that composes optional intro copy and a responsive card grid.
|
|
7
|
+
*
|
|
8
|
+
* @tag hpe-card-grid
|
|
9
|
+
* @summary Arranges card elements in a responsive CSS Grid layout with an optional lead text recipe.
|
|
10
|
+
*
|
|
11
|
+
* @attr {string} padding - Section padding variant: 'default' | 'none' | 'top' | 'bottom' | 'left-right-only'
|
|
12
|
+
* @attr {number} columns - Number of columns: 1 | 2 | 3 | 4 (default: 3)
|
|
13
|
+
* @attr {string} heading - Optional intro heading text (kept for backward compatibility)
|
|
14
|
+
* @attr {boolean} show-intro - Whether to render the intro text recipe block
|
|
15
|
+
* @attr {string} intro-format - Intro text recipe format: 'h2' | 'h3' | 'h4' | 'h5'
|
|
16
|
+
* @attr {string} intro-eyebrow - Optional intro eyebrow text
|
|
17
|
+
* @attr {string} intro-heading - Intro heading text
|
|
18
|
+
* @attr {string} intro-body - Intro body copy
|
|
19
|
+
* @attr {string} intro-button-label - Intro CTA button label
|
|
20
|
+
* @attr {boolean} show-intro-button - Whether to show the intro CTA button
|
|
21
|
+
*
|
|
22
|
+
* @slot - Card elements to display in the grid
|
|
23
|
+
* @slot intro-secondary-action - Optional secondary CTA for the intro text recipe
|
|
24
|
+
*
|
|
25
|
+
* @csspart section - The outer section wrapper element
|
|
26
|
+
* @csspart container - The inner content wrapper
|
|
27
|
+
* @csspart intro - The intro text recipe wrapper
|
|
28
|
+
* @csspart grid - The CSS grid container element
|
|
29
|
+
*/
|
|
30
|
+
export declare class HpeCardGrid extends LitElement {
|
|
31
|
+
static styles: import("lit").CSSResult;
|
|
32
|
+
padding: "default" | "none" | "top" | "bottom" | "left-right-only";
|
|
33
|
+
heading?: string;
|
|
34
|
+
columns: 1 | 2 | 3 | 4;
|
|
35
|
+
showIntro: boolean;
|
|
36
|
+
introFormat: TextRecipeFormat;
|
|
37
|
+
introEyebrow: string;
|
|
38
|
+
introHeading: string;
|
|
39
|
+
introBody: string;
|
|
40
|
+
introButtonLabel: string;
|
|
41
|
+
showIntroButton: boolean;
|
|
42
|
+
private get shouldRenderIntro();
|
|
43
|
+
private get resolvedIntroHeading();
|
|
44
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
45
|
+
}
|
|
46
|
+
declare global {
|
|
47
|
+
interface HTMLElementTagNameMap {
|
|
48
|
+
"hpe-card-grid": HpeCardGrid;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
export {};
|
|
52
|
+
//# sourceMappingURL=hpe-card-grid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-card-grid.d.ts","sourceRoot":"","sources":["../../../templates/hpe-card-grid/hpe-card-grid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAGhD,OAAO,6CAA6C,CAAC;AACrD,OAAO,uCAAuC,CAAC;AAE/C,KAAK,gBAAgB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAKlD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBACa,WAAY,SAAQ,UAAU;IACzC,OAAgB,MAAM,0BAAU;IAGhC,OAAO,EAAE,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,iBAAiB,CACtD;IAGZ,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAK;IAG3B,SAAS,UAAS;IAGlB,WAAW,EAAE,gBAAgB,CAAQ;IAGrC,YAAY,SAA8B;IAG1C,YAAY,SAAgC;IAG5C,SAAS,SAAsB;IAG/B,gBAAgB,SAAW;IAG3B,eAAe,UAAQ;IAEvB,OAAO,KAAK,iBAAiB,GAE5B;IAED,OAAO,KAAK,oBAAoB,GAE/B;IAEQ,MAAM;CA6BhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,WAAW,CAAC;KAC9B;CACF"}
|