@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
|
@@ -0,0 +1,78 @@
|
|
|
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-columns.styles.js";
|
|
10
|
+
/**
|
|
11
|
+
* A layout primitive that arranges slotted content into configurable columns.
|
|
12
|
+
*
|
|
13
|
+
* @tag hpe-columns
|
|
14
|
+
* @summary Distributes content into horizontal or vertical column layouts with optional reverse order.
|
|
15
|
+
*
|
|
16
|
+
* @attr {string} columns - Layout variant: '1' | '2' | '3' | '4' | '5' | '40:60' | '60:40' | '33:66' | '66:33' | '20:80' | '80:20'
|
|
17
|
+
* @attr {string} orientation - Layout direction: 'horizontal' | 'vertical'
|
|
18
|
+
* @attr {string} order - Item order: 'default' | 'reverse'
|
|
19
|
+
*
|
|
20
|
+
* @slot column-1 - Content for the first column
|
|
21
|
+
* @slot column-2 - Content for the second column
|
|
22
|
+
* @slot column-3 - Content for the third column
|
|
23
|
+
* @slot column-4 - Content for the fourth column
|
|
24
|
+
* @slot column-5 - Content for the fifth column
|
|
25
|
+
*
|
|
26
|
+
* @csspart columns - The columns layout container
|
|
27
|
+
* @csspart column - A column wrapper element
|
|
28
|
+
*/
|
|
29
|
+
let HpeColumns = class HpeColumns extends LitElement {
|
|
30
|
+
constructor() {
|
|
31
|
+
super(...arguments);
|
|
32
|
+
this.columns = "2";
|
|
33
|
+
this.orientation = "horizontal";
|
|
34
|
+
this.order = "default";
|
|
35
|
+
}
|
|
36
|
+
render() {
|
|
37
|
+
return html `
|
|
38
|
+
<div part="columns" class="columns">
|
|
39
|
+
${this.renderColumn("column-1")}
|
|
40
|
+
${this.shouldRenderColumn(2) ? this.renderColumn("column-2") : ""}
|
|
41
|
+
${this.shouldRenderColumn(3) ? this.renderColumn("column-3") : ""}
|
|
42
|
+
${this.shouldRenderColumn(4) ? this.renderColumn("column-4") : ""}
|
|
43
|
+
${this.shouldRenderColumn(5) ? this.renderColumn("column-5") : ""}
|
|
44
|
+
</div>
|
|
45
|
+
`;
|
|
46
|
+
}
|
|
47
|
+
renderColumn(slotName) {
|
|
48
|
+
return html `
|
|
49
|
+
<div part="column" class="column ${slotName}">
|
|
50
|
+
<slot name=${slotName}></slot>
|
|
51
|
+
</div>
|
|
52
|
+
`;
|
|
53
|
+
}
|
|
54
|
+
shouldRenderColumn(columnNumber) {
|
|
55
|
+
return columnNumber <= this.columnCount;
|
|
56
|
+
}
|
|
57
|
+
get columnCount() {
|
|
58
|
+
if (this.columns.includes(":")) {
|
|
59
|
+
return 2;
|
|
60
|
+
}
|
|
61
|
+
return Number(this.columns);
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
HpeColumns.styles = styles;
|
|
65
|
+
__decorate([
|
|
66
|
+
property({ reflect: true })
|
|
67
|
+
], HpeColumns.prototype, "columns", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
property({ reflect: true })
|
|
70
|
+
], HpeColumns.prototype, "orientation", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
property({ reflect: true })
|
|
73
|
+
], HpeColumns.prototype, "order", void 0);
|
|
74
|
+
HpeColumns = __decorate([
|
|
75
|
+
customElement("hpe-columns")
|
|
76
|
+
], HpeColumns);
|
|
77
|
+
export { HpeColumns };
|
|
78
|
+
//# sourceMappingURL=hpe-columns.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-columns.js","sourceRoot":"","sources":["../../../foundation/hpe-columns/hpe-columns.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,yBAAyB,CAAC;AAkBjD;;;;;;;;;;;;;;;;;;GAkBG;AAEI,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,UAAU;IAAnC;;QAIL,YAAO,GAAmB,GAAG,CAAC;QAG9B,gBAAW,GAAgB,YAAY,CAAC;QAGxC,UAAK,GAAU,SAAS,CAAC;IAiC3B,CAAC;IA/BU,MAAM;QACb,OAAO,IAAI,CAAA;;UAEL,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC;UAC7B,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE;UAC/D,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE;UAC/D,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE;UAC/D,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE;;KAEpE,CAAC;IACJ,CAAC;IAEO,YAAY,CAAC,QAAgB;QACnC,OAAO,IAAI,CAAA;yCAC0B,QAAQ;qBAC5B,QAAQ;;KAExB,CAAC;IACJ,CAAC;IAEO,kBAAkB,CAAC,YAAoB;QAC7C,OAAO,YAAY,IAAI,IAAI,CAAC,WAAW,CAAC;IAC1C,CAAC;IAED,IAAY,WAAW;QACrB,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;YAC/B,OAAO,CAAC,CAAC;QACX,CAAC;QAED,OAAO,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC9B,CAAC;;AAzCe,iBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2CACE;AAG9B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;+CACY;AAGxC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;yCACH;AAVd,UAAU;IADtB,aAAa,CAAC,aAAa,CAAC;GAChB,UAAU,CA2CtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-columns.styles.d.ts","sourceRoot":"","sources":["../../../foundation/hpe-columns/hpe-columns.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBA2GlB,CAAC"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
width: 100%;
|
|
6
|
+
--hpe-columns-gap-horizontal: var(--hpe-web-spacing-large);
|
|
7
|
+
--hpe-columns-gap-vertical: var(--hpe-web-spacing-small);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.columns {
|
|
11
|
+
width: 100%;
|
|
12
|
+
box-sizing: border-box;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.column {
|
|
16
|
+
min-width: 0;
|
|
17
|
+
box-sizing: border-box;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
::slotted(*) {
|
|
21
|
+
display: block;
|
|
22
|
+
width: 100%;
|
|
23
|
+
min-width: 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:host([orientation="horizontal"]) .columns {
|
|
27
|
+
display: grid;
|
|
28
|
+
gap: var(--hpe-columns-gap-horizontal);
|
|
29
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
:host([orientation="horizontal"][order="reverse"]) .column-1 {
|
|
33
|
+
order: 5;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:host([orientation="horizontal"][order="reverse"]) .column-2 {
|
|
37
|
+
order: 4;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
:host([orientation="horizontal"][order="reverse"]) .column-3 {
|
|
41
|
+
order: 3;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
:host([orientation="horizontal"][order="reverse"]) .column-4 {
|
|
45
|
+
order: 2;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:host([orientation="horizontal"][order="reverse"]) .column-5 {
|
|
49
|
+
order: 1;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
:host([orientation="vertical"]) .columns {
|
|
53
|
+
display: flex;
|
|
54
|
+
flex-direction: column;
|
|
55
|
+
gap: var(--hpe-columns-gap-vertical);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
:host([orientation="vertical"][order="reverse"]) .columns {
|
|
59
|
+
flex-direction: column-reverse;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
:host([orientation="vertical"]) .column {
|
|
63
|
+
width: 100%;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
:host([orientation="horizontal"][columns="1"]) .columns {
|
|
67
|
+
grid-template-columns: minmax(0, 1fr);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
:host([orientation="horizontal"][columns="2"]) .columns {
|
|
71
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
:host([orientation="horizontal"][columns="3"]) .columns {
|
|
75
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
:host([orientation="horizontal"][columns="4"]) .columns {
|
|
79
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:host([orientation="horizontal"][columns="5"]) .columns {
|
|
83
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:host([orientation="horizontal"][columns="40:60"]) .columns {
|
|
87
|
+
grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
:host([orientation="horizontal"][columns="60:40"]) .columns {
|
|
91
|
+
grid-template-columns: minmax(0, 60fr) minmax(0, 40fr);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
:host([orientation="horizontal"][columns="33:66"]) .columns {
|
|
95
|
+
grid-template-columns: minmax(0, 33fr) minmax(0, 66fr);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
:host([orientation="horizontal"][columns="66:33"]) .columns {
|
|
99
|
+
grid-template-columns: minmax(0, 66fr) minmax(0, 33fr);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
:host([orientation="horizontal"][columns="20:80"]) .columns {
|
|
103
|
+
grid-template-columns: minmax(0, 20fr) minmax(0, 80fr);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
:host([orientation="horizontal"][columns="80:20"]) .columns {
|
|
107
|
+
grid-template-columns: minmax(0, 80fr) minmax(0, 20fr);
|
|
108
|
+
}
|
|
109
|
+
`;
|
|
110
|
+
//# sourceMappingURL=hpe-columns.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-columns.styles.js","sourceRoot":"","sources":["../../../foundation/hpe-columns/hpe-columns.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../foundation/hpe-columns/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../foundation/hpe-columns/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { LitElement } from "lit";
|
|
2
|
+
/**
|
|
3
|
+
* A structural container that constrains content width and applies section padding.
|
|
4
|
+
*
|
|
5
|
+
* @tag hpe-section
|
|
6
|
+
* @summary Groups related content into a distinct area with configurable vertical padding.
|
|
7
|
+
*
|
|
8
|
+
* @attr {string} padding - Padding variant: 'default' | 'none' | 'top' | 'bottom' | 'left-right-only'
|
|
9
|
+
*
|
|
10
|
+
* @slot - Section content
|
|
11
|
+
*
|
|
12
|
+
* @csspart section - The outer section element
|
|
13
|
+
* @csspart container - The inner content-width container
|
|
14
|
+
*/
|
|
15
|
+
export declare class HpeSection extends LitElement {
|
|
16
|
+
static styles: import("lit").CSSResult;
|
|
17
|
+
padding: "default" | "none" | "top" | "bottom" | "left-right-only";
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
"hpe-section": HpeSection;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=hpe-section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-section.d.ts","sourceRoot":"","sources":["../../../foundation/hpe-section/hpe-section.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC;;;;;;;;;;;;GAYG;AACH,qBACa,UAAW,SAAQ,UAAU;IACxC,OAAgB,MAAM,0BAAU;IAGhC,OAAO,EAAE,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,iBAAiB,CACtD;IAEH,MAAM;CAShB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAC;KAC3B;CACF"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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-section.styles.js";
|
|
10
|
+
/**
|
|
11
|
+
* A structural container that constrains content width and applies section padding.
|
|
12
|
+
*
|
|
13
|
+
* @tag hpe-section
|
|
14
|
+
* @summary Groups related content into a distinct area with configurable vertical padding.
|
|
15
|
+
*
|
|
16
|
+
* @attr {string} padding - Padding variant: 'default' | 'none' | 'top' | 'bottom' | 'left-right-only'
|
|
17
|
+
*
|
|
18
|
+
* @slot - Section content
|
|
19
|
+
*
|
|
20
|
+
* @csspart section - The outer section element
|
|
21
|
+
* @csspart container - The inner content-width container
|
|
22
|
+
*/
|
|
23
|
+
let HpeSection = class HpeSection extends LitElement {
|
|
24
|
+
constructor() {
|
|
25
|
+
super(...arguments);
|
|
26
|
+
this.padding = "default";
|
|
27
|
+
}
|
|
28
|
+
render() {
|
|
29
|
+
return html `
|
|
30
|
+
<section part="section" class="section">
|
|
31
|
+
<div part="container" class="container">
|
|
32
|
+
<slot></slot>
|
|
33
|
+
</div>
|
|
34
|
+
</section>
|
|
35
|
+
`;
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
HpeSection.styles = styles;
|
|
39
|
+
__decorate([
|
|
40
|
+
property({ reflect: true })
|
|
41
|
+
], HpeSection.prototype, "padding", void 0);
|
|
42
|
+
HpeSection = __decorate([
|
|
43
|
+
customElement("hpe-section")
|
|
44
|
+
], HpeSection);
|
|
45
|
+
export { HpeSection };
|
|
46
|
+
//# sourceMappingURL=hpe-section.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-section.js","sourceRoot":"","sources":["../../../foundation/hpe-section/hpe-section.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,yBAAyB,CAAC;AAEjD;;;;;;;;;;;;GAYG;AAEI,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,UAAU;IAAnC;;QAIL,YAAO,GACL,SAAS,CAAC;IAWd,CAAC;IATU,MAAM;QACb,OAAO,IAAI,CAAA;;;;;;KAMV,CAAC;IACJ,CAAC;;AAde,iBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2CAEhB;AALD,UAAU;IADtB,aAAa,CAAC,aAAa,CAAC;GAChB,UAAU,CAgBtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-section.styles.d.ts","sourceRoot":"","sources":["../../../foundation/hpe-section/hpe-section.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBA+ClB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
width: 100%;
|
|
6
|
+
background: var(--hpe-web-color-background-default);
|
|
7
|
+
--hpe-section-inline-padding: var(--hpe-web-spacing-4xlarge);
|
|
8
|
+
--hpe-section-block-padding: var(--hpe-web-spacing-xxlarge);
|
|
9
|
+
--hpe-section-max-width: 1600px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.section {
|
|
13
|
+
display: flex;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
width: 100%;
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
padding: var(--hpe-section-block-padding) var(--hpe-section-inline-padding);
|
|
18
|
+
background: var(--hpe-web-color-background-default);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.container {
|
|
22
|
+
width: 100%;
|
|
23
|
+
max-width: var(--hpe-section-max-width);
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
gap: var(--hpe-web-spacing-large);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:host([padding="none"]) .section {
|
|
30
|
+
padding: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
:host([padding="none"]) .container {
|
|
34
|
+
max-width: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
:host([padding="top"]) .section {
|
|
38
|
+
padding-bottom: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:host([padding="bottom"]) .section {
|
|
42
|
+
padding-top: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
:host([padding="left-right-only"]) .section {
|
|
46
|
+
padding-top: 0;
|
|
47
|
+
padding-bottom: 0;
|
|
48
|
+
}
|
|
49
|
+
`;
|
|
50
|
+
//# sourceMappingURL=hpe-section.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-section.styles.js","sourceRoot":"","sources":["../../../foundation/hpe-section/hpe-section.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../foundation/hpe-section/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../foundation/hpe-section/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LitElement } from "lit";
|
|
2
|
+
type StackGap = "xs" | "sm" | "md" | "lg";
|
|
3
|
+
/**
|
|
4
|
+
* A horizontal layout primitive that arranges slotted content in a row with token-based gap variants.
|
|
5
|
+
*
|
|
6
|
+
* @tag hpe-x-stack
|
|
7
|
+
* @summary Organizes content horizontally with configurable stack spacing.
|
|
8
|
+
*
|
|
9
|
+
* @attr {string} gap - Gap variant: 'xs' | 'sm' | 'md' | 'lg'
|
|
10
|
+
*
|
|
11
|
+
* @slot - Stack content
|
|
12
|
+
*
|
|
13
|
+
* @csspart stack - The stack container element
|
|
14
|
+
*/
|
|
15
|
+
export declare class HpeXStack extends LitElement {
|
|
16
|
+
static styles: import("lit").CSSResult;
|
|
17
|
+
gap: StackGap;
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
"hpe-x-stack": HpeXStack;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=hpe-x-stack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-x-stack.d.ts","sourceRoot":"","sources":["../../../../foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE1C;;;;;;;;;;;GAWG;AACH,qBACa,SAAU,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAU;IAGhC,GAAG,EAAE,QAAQ,CAAQ;IAEZ,MAAM;CAOhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,SAAS,CAAC;KAC1B;CACF"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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-x-stack.styles.js";
|
|
10
|
+
/**
|
|
11
|
+
* A horizontal layout primitive that arranges slotted content in a row with token-based gap variants.
|
|
12
|
+
*
|
|
13
|
+
* @tag hpe-x-stack
|
|
14
|
+
* @summary Organizes content horizontally with configurable stack spacing.
|
|
15
|
+
*
|
|
16
|
+
* @attr {string} gap - Gap variant: 'xs' | 'sm' | 'md' | 'lg'
|
|
17
|
+
*
|
|
18
|
+
* @slot - Stack content
|
|
19
|
+
*
|
|
20
|
+
* @csspart stack - The stack container element
|
|
21
|
+
*/
|
|
22
|
+
let HpeXStack = class HpeXStack extends LitElement {
|
|
23
|
+
constructor() {
|
|
24
|
+
super(...arguments);
|
|
25
|
+
this.gap = "xs";
|
|
26
|
+
}
|
|
27
|
+
render() {
|
|
28
|
+
return html `
|
|
29
|
+
<div part="stack" class="stack">
|
|
30
|
+
<slot></slot>
|
|
31
|
+
</div>
|
|
32
|
+
`;
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
HpeXStack.styles = styles;
|
|
36
|
+
__decorate([
|
|
37
|
+
property({ reflect: true })
|
|
38
|
+
], HpeXStack.prototype, "gap", void 0);
|
|
39
|
+
HpeXStack = __decorate([
|
|
40
|
+
customElement("hpe-x-stack")
|
|
41
|
+
], HpeXStack);
|
|
42
|
+
export { HpeXStack };
|
|
43
|
+
//# sourceMappingURL=hpe-x-stack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-x-stack.js","sourceRoot":"","sources":["../../../../foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.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,yBAAyB,CAAC;AAIjD;;;;;;;;;;;GAWG;AAEI,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,UAAU;IAAlC;;QAIL,QAAG,GAAa,IAAI,CAAC;IASvB,CAAC;IAPU,MAAM;QACb,OAAO,IAAI,CAAA;;;;KAIV,CAAC;IACJ,CAAC;;AAXe,gBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sCACP;AAJV,SAAS;IADrB,aAAa,CAAC,aAAa,CAAC;GAChB,SAAS,CAarB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-x-stack.styles.d.ts","sourceRoot":"","sources":["../../../../foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBA8BlB,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
width: 100%;
|
|
6
|
+
--hpe-stack-gap-xs: var(--hpe-web-spacing-xsmall, 1rem);
|
|
7
|
+
--hpe-stack-gap-sm: var(--hpe-web-spacing-small, 1.5rem);
|
|
8
|
+
--hpe-stack-gap-md: var(--hpe-web-spacing-medium, 2rem);
|
|
9
|
+
--hpe-stack-gap-lg: var(--hpe-web-spacing-large, 2.5rem);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.stack {
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: row;
|
|
15
|
+
align-items: flex-start;
|
|
16
|
+
width: 100%;
|
|
17
|
+
box-sizing: border-box;
|
|
18
|
+
gap: var(--hpe-stack-gap-xs);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:host([gap="sm"]) .stack {
|
|
22
|
+
gap: var(--hpe-stack-gap-sm);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
:host([gap="md"]) .stack {
|
|
26
|
+
gap: var(--hpe-stack-gap-md);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:host([gap="lg"]) .stack {
|
|
30
|
+
gap: var(--hpe-stack-gap-lg);
|
|
31
|
+
}
|
|
32
|
+
`;
|
|
33
|
+
//# sourceMappingURL=hpe-x-stack.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-x-stack.styles.js","sourceRoot":"","sources":["../../../../foundation/hpe-stacks/hpe-x-stack/hpe-x-stack.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BxB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LitElement } from "lit";
|
|
2
|
+
type StackGap = "xs" | "sm" | "md" | "lg";
|
|
3
|
+
/**
|
|
4
|
+
* A vertical layout primitive that arranges slotted content in a column with token-based gap variants.
|
|
5
|
+
*
|
|
6
|
+
* @tag hpe-y-stack
|
|
7
|
+
* @summary Organizes content vertically with configurable stack spacing.
|
|
8
|
+
*
|
|
9
|
+
* @attr {string} gap - Gap variant: 'xs' | 'sm' | 'md' | 'lg'
|
|
10
|
+
*
|
|
11
|
+
* @slot - Stack content
|
|
12
|
+
*
|
|
13
|
+
* @csspart stack - The stack container element
|
|
14
|
+
*/
|
|
15
|
+
export declare class HpeYStack extends LitElement {
|
|
16
|
+
static styles: import("lit").CSSResult;
|
|
17
|
+
gap: StackGap;
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
"hpe-y-stack": HpeYStack;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=hpe-y-stack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-y-stack.d.ts","sourceRoot":"","sources":["../../../../foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE1C;;;;;;;;;;;GAWG;AACH,qBACa,SAAU,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAU;IAGhC,GAAG,EAAE,QAAQ,CAAQ;IAEZ,MAAM;CAOhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,SAAS,CAAC;KAC1B;CACF"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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-y-stack.styles.js";
|
|
10
|
+
/**
|
|
11
|
+
* A vertical layout primitive that arranges slotted content in a column with token-based gap variants.
|
|
12
|
+
*
|
|
13
|
+
* @tag hpe-y-stack
|
|
14
|
+
* @summary Organizes content vertically with configurable stack spacing.
|
|
15
|
+
*
|
|
16
|
+
* @attr {string} gap - Gap variant: 'xs' | 'sm' | 'md' | 'lg'
|
|
17
|
+
*
|
|
18
|
+
* @slot - Stack content
|
|
19
|
+
*
|
|
20
|
+
* @csspart stack - The stack container element
|
|
21
|
+
*/
|
|
22
|
+
let HpeYStack = class HpeYStack extends LitElement {
|
|
23
|
+
constructor() {
|
|
24
|
+
super(...arguments);
|
|
25
|
+
this.gap = "xs";
|
|
26
|
+
}
|
|
27
|
+
render() {
|
|
28
|
+
return html `
|
|
29
|
+
<div part="stack" class="stack">
|
|
30
|
+
<slot></slot>
|
|
31
|
+
</div>
|
|
32
|
+
`;
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
HpeYStack.styles = styles;
|
|
36
|
+
__decorate([
|
|
37
|
+
property({ reflect: true })
|
|
38
|
+
], HpeYStack.prototype, "gap", void 0);
|
|
39
|
+
HpeYStack = __decorate([
|
|
40
|
+
customElement("hpe-y-stack")
|
|
41
|
+
], HpeYStack);
|
|
42
|
+
export { HpeYStack };
|
|
43
|
+
//# sourceMappingURL=hpe-y-stack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-y-stack.js","sourceRoot":"","sources":["../../../../foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.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,yBAAyB,CAAC;AAIjD;;;;;;;;;;;GAWG;AAEI,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,UAAU;IAAlC;;QAIL,QAAG,GAAa,IAAI,CAAC;IASvB,CAAC;IAPU,MAAM;QACb,OAAO,IAAI,CAAA;;;;KAIV,CAAC;IACJ,CAAC;;AAXe,gBAAM,GAAG,MAAM,AAAT,CAAU;AAGhC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sCACP;AAJV,SAAS;IADrB,aAAa,CAAC,aAAa,CAAC;GAChB,SAAS,CAarB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-y-stack.styles.d.ts","sourceRoot":"","sources":["../../../../foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBA8BlB,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
width: 100%;
|
|
6
|
+
--hpe-stack-gap-xs: var(--hpe-web-spacing-xsmall, 1rem);
|
|
7
|
+
--hpe-stack-gap-sm: var(--hpe-web-spacing-small, 1.5rem);
|
|
8
|
+
--hpe-stack-gap-md: var(--hpe-web-spacing-medium, 2rem);
|
|
9
|
+
--hpe-stack-gap-lg: var(--hpe-web-spacing-large, 2.5rem);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.stack {
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
align-items: stretch;
|
|
16
|
+
width: 100%;
|
|
17
|
+
box-sizing: border-box;
|
|
18
|
+
gap: var(--hpe-stack-gap-xs);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:host([gap="sm"]) .stack {
|
|
22
|
+
gap: var(--hpe-stack-gap-sm);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
:host([gap="md"]) .stack {
|
|
26
|
+
gap: var(--hpe-stack-gap-md);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:host([gap="lg"]) .stack {
|
|
30
|
+
gap: var(--hpe-stack-gap-lg);
|
|
31
|
+
}
|
|
32
|
+
`;
|
|
33
|
+
//# sourceMappingURL=hpe-y-stack.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hpe-y-stack.styles.js","sourceRoot":"","sources":["../../../../foundation/hpe-stacks/hpe-y-stack/hpe-y-stack.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../foundation/hpe-stacks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../foundation/hpe-stacks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC"}
|