@jumpgroup/jump-design-system 0.2.7 → 0.3.1
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/cjs/{index-41aaa52a.js → index-674508e2.js} +153 -4
- package/dist/cjs/index-674508e2.js.map +1 -0
- package/dist/cjs/jump-accordion.cjs.entry.js +22 -0
- package/dist/cjs/jump-accordion.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-badge.cjs.entry.js +6 -3
- package/dist/cjs/jump-badge.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-button_2.cjs.entry.js +631 -0
- package/dist/cjs/jump-button_2.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-card-ecommerce.cjs.entry.js +121 -0
- package/dist/cjs/jump-card-ecommerce.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-card.cjs.entry.js +4 -4
- package/dist/cjs/jump-card.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-design-system.cjs.js +2 -2
- package/dist/cjs/jump-filter.cjs.entry.js +59 -0
- package/dist/cjs/jump-filter.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-filtergroup.cjs.entry.js +119 -0
- package/dist/cjs/jump-filtergroup.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-pagination-table.cjs.entry.js +24 -5
- package/dist/cjs/jump-pagination-table.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +19 -5
- package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-quantity.cjs.entry.js +77 -0
- package/dist/cjs/jump-quantity.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-tab-item.cjs.entry.js +40 -0
- package/dist/cjs/jump-tab-item.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-tab-panel.cjs.entry.js +24 -0
- package/dist/cjs/jump-tab-panel.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-tab.cjs.entry.js +72 -9
- package/dist/cjs/jump-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +8 -1
- package/dist/collection/components/jump-accordion/jump-accordion.css +3 -0
- package/dist/collection/components/jump-accordion/jump-accordion.js +19 -0
- package/dist/collection/components/jump-accordion/jump-accordion.js.map +1 -0
- package/dist/collection/components/jump-accordion/test/jump-accordion.e2e.js +10 -0
- package/dist/collection/components/jump-accordion/test/jump-accordion.e2e.js.map +1 -0
- package/dist/collection/components/jump-accordion/test/jump-accordion.spec.js +18 -0
- package/dist/collection/components/jump-accordion/test/jump-accordion.spec.js.map +1 -0
- package/dist/collection/components/jump-badge/jump-badge.css +90 -12
- package/dist/collection/components/jump-badge/jump-badge.js +61 -3
- package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
- package/dist/collection/components/jump-badge/jump-badge.stories.js +93 -8
- package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-anchor.stories.js +38 -29
- package/dist/collection/components/jump-button/jump-button-anchor.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-dimension.stories.js +4 -9
- package/dist/collection/components/jump-button/jump-button-dimension.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-filled.stories.js +15 -24
- package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-only-icon.stories.js +43 -73
- package/dist/collection/components/jump-button/jump-button-only-icon.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button.css +2 -1
- package/dist/collection/components/jump-button/jump-button.js +1 -1
- package/dist/collection/components/jump-button/jump-button.stories.js +199 -0
- package/dist/collection/components/jump-button/jump-button.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card.css +2 -2
- package/dist/collection/components/jump-card/jump-card.js +2 -2
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.css +183 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js +583 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js.map +1 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js +205 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js.map +1 -0
- package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.e2e.js +10 -0
- package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.e2e.js.map +1 -0
- package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.spec.js +18 -0
- package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.spec.js.map +1 -0
- package/dist/collection/components/jump-filter/jump-filter.css +8 -0
- package/dist/collection/components/jump-filter/jump-filter.js +212 -0
- package/dist/collection/components/jump-filter/jump-filter.js.map +1 -0
- package/dist/collection/components/jump-filter/jump-filter.stories.js +122 -0
- package/dist/collection/components/jump-filter/jump-filter.stories.js.map +1 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.css +17 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.js +328 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.js.map +1 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.stories.js +49 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-custom.stories.js +67 -0
- package/dist/collection/components/jump-icon/jump-icon-custom.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-brands.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-brands.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-duotone.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-duotone.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-light.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-light.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-regular.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-regular.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-light.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-light.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-regular.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-regular.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-solid.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-solid.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-thin.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-thin.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-solid.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-solid.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-thin.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-thin.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-lucide.stories.js +67 -0
- package/dist/collection/components/jump-icon/jump-icon-lucide.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon.css +61 -15
- package/dist/collection/components/jump-icon/jump-icon.js +132 -12
- package/dist/collection/components/jump-icon/jump-icon.js.map +1 -1
- package/dist/collection/components/jump-pagination/jump-pagination.css +1 -0
- package/dist/collection/components/jump-pagination/jump-pagination.js +21 -6
- package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -1
- package/dist/collection/components/jump-pagination/jump-pagination.stories.js +6 -4
- package/dist/collection/components/jump-pagination/jump-pagination.stories.js.map +1 -1
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.js +28 -9
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.js.map +1 -1
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.stories.js +25 -7
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.stories.js.map +1 -1
- package/dist/collection/components/jump-quantity/jump-quantity.css +52 -0
- package/dist/collection/components/jump-quantity/jump-quantity.js +245 -0
- package/dist/collection/components/jump-quantity/jump-quantity.js.map +1 -0
- package/dist/collection/components/jump-quantity/jump-quantity.stories.js +103 -0
- package/dist/collection/components/jump-quantity/jump-quantity.stories.js.map +1 -0
- package/dist/collection/components/jump-tab/jump-tab.css +9 -0
- package/dist/collection/components/jump-tab/jump-tab.js +107 -21
- package/dist/collection/components/jump-tab/jump-tab.js.map +1 -1
- package/dist/collection/components/jump-tab/jump-tab.stories.js +129 -0
- package/dist/collection/components/jump-tab/jump-tab.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js +54 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js +54 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-rounded.stories.js +41 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-rounded.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-sheet.stories.js +42 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-sheet.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item.css +109 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item.js +173 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item.js.map +1 -0
- package/dist/collection/components/jump-tab-item/test/jump-tab-item.e2e.js +10 -0
- package/dist/collection/components/jump-tab-item/test/jump-tab-item.e2e.js.map +1 -0
- package/dist/collection/components/jump-tab-item/test/jump-tab-item.spec.js +18 -0
- package/dist/collection/components/jump-tab-item/test/jump-tab-item.spec.js.map +1 -0
- package/dist/collection/components/jump-tab-panel/jump-tab-panel.css +11 -0
- package/dist/collection/components/jump-tab-panel/jump-tab-panel.js +63 -0
- package/dist/collection/components/jump-tab-panel/jump-tab-panel.js.map +1 -0
- package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.e2e.js +10 -0
- package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.e2e.js.map +1 -0
- package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.spec.js +18 -0
- package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.spec.js.map +1 -0
- package/dist/collection/utils/utils.js +41 -8
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/components/jump-accordion.d.ts +11 -0
- package/dist/components/jump-accordion.js +36 -0
- package/dist/components/jump-accordion.js.map +1 -0
- package/dist/components/jump-badge.js +1 -33
- package/dist/components/jump-badge.js.map +1 -1
- package/dist/components/jump-badge2.js +44 -0
- package/dist/components/jump-badge2.js.map +1 -0
- package/dist/components/jump-button.js +1 -65
- package/dist/components/jump-button.js.map +1 -1
- package/dist/components/jump-button2.js +69 -0
- package/dist/components/jump-button2.js.map +1 -0
- package/dist/components/jump-card-ecommerce.d.ts +11 -0
- package/dist/components/jump-card-ecommerce.js +177 -0
- package/dist/components/jump-card-ecommerce.js.map +1 -0
- package/dist/components/jump-card.js +3 -3
- package/dist/components/jump-card.js.map +1 -1
- package/dist/components/jump-filter.d.ts +11 -0
- package/dist/components/jump-filter.js +96 -0
- package/dist/components/jump-filter.js.map +1 -0
- package/dist/components/jump-filtergroup.d.ts +11 -0
- package/dist/components/jump-filtergroup.js +161 -0
- package/dist/components/jump-filtergroup.js.map +1 -0
- package/dist/components/jump-icon2.js +556 -2375
- package/dist/components/jump-icon2.js.map +1 -1
- package/dist/components/jump-pagination-table.js +30 -5
- package/dist/components/jump-pagination-table.js.map +1 -1
- package/dist/components/jump-pagination.js +27 -6
- package/dist/components/jump-pagination.js.map +1 -1
- package/dist/components/jump-quantity.d.ts +11 -0
- package/dist/components/jump-quantity.js +109 -0
- package/dist/components/jump-quantity.js.map +1 -0
- package/dist/components/jump-tab-item.d.ts +11 -0
- package/dist/components/jump-tab-item.js +68 -0
- package/dist/components/jump-tab-item.js.map +1 -0
- package/dist/components/jump-tab-panel.d.ts +11 -0
- package/dist/components/jump-tab-panel.js +41 -0
- package/dist/components/jump-tab-panel.js.map +1 -0
- package/dist/components/jump-tab.js +75 -12
- package/dist/components/jump-tab.js.map +1 -1
- package/dist/esm/{index-192aeaf1.js → index-70f1949a.js} +153 -5
- package/dist/esm/index-70f1949a.js.map +1 -0
- package/dist/esm/jump-accordion.entry.js +18 -0
- package/dist/esm/jump-accordion.entry.js.map +1 -0
- package/dist/esm/jump-badge.entry.js +6 -3
- package/dist/esm/jump-badge.entry.js.map +1 -1
- package/dist/esm/jump-button_2.entry.js +626 -0
- package/dist/esm/jump-button_2.entry.js.map +1 -0
- package/dist/esm/jump-card-ecommerce.entry.js +117 -0
- package/dist/esm/jump-card-ecommerce.entry.js.map +1 -0
- package/dist/esm/jump-card.entry.js +4 -4
- package/dist/esm/jump-card.entry.js.map +1 -1
- package/dist/esm/jump-design-system.js +3 -3
- package/dist/esm/jump-filter.entry.js +55 -0
- package/dist/esm/jump-filter.entry.js.map +1 -0
- package/dist/esm/jump-filtergroup.entry.js +115 -0
- package/dist/esm/jump-filtergroup.entry.js.map +1 -0
- package/dist/esm/jump-pagination-table.entry.js +24 -5
- package/dist/esm/jump-pagination-table.entry.js.map +1 -1
- package/dist/esm/jump-pagination.entry.js +19 -5
- package/dist/esm/jump-pagination.entry.js.map +1 -1
- package/dist/esm/jump-quantity.entry.js +73 -0
- package/dist/esm/jump-quantity.entry.js.map +1 -0
- package/dist/esm/jump-tab-item.entry.js +36 -0
- package/dist/esm/jump-tab-item.entry.js.map +1 -0
- package/dist/esm/jump-tab-panel.entry.js +20 -0
- package/dist/esm/jump-tab-panel.entry.js.map +1 -0
- package/dist/esm/jump-tab.entry.js +72 -9
- package/dist/esm/jump-tab.entry.js.map +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/jump-design-system/jump-design-system.esm.js +1 -1
- package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
- package/dist/jump-design-system/p-2cb7d817.entry.js +2 -0
- package/dist/jump-design-system/p-2cb7d817.entry.js.map +1 -0
- package/dist/jump-design-system/p-34a46a10.entry.js +2 -0
- package/dist/jump-design-system/p-34a46a10.entry.js.map +1 -0
- package/dist/jump-design-system/p-377a769b.entry.js +2 -0
- package/dist/jump-design-system/p-377a769b.entry.js.map +1 -0
- package/dist/jump-design-system/p-493c7f4a.entry.js +2 -0
- package/dist/jump-design-system/p-493c7f4a.entry.js.map +1 -0
- package/dist/jump-design-system/p-4d6cc90d.js +3 -0
- package/dist/jump-design-system/p-4d6cc90d.js.map +1 -0
- package/dist/jump-design-system/p-56609b82.entry.js +2 -0
- package/dist/jump-design-system/p-56609b82.entry.js.map +1 -0
- package/dist/jump-design-system/p-5a6fbc53.entry.js +2 -0
- package/dist/jump-design-system/p-5a6fbc53.entry.js.map +1 -0
- package/dist/jump-design-system/p-5d713084.entry.js +2 -0
- package/dist/jump-design-system/p-5d713084.entry.js.map +1 -0
- package/dist/jump-design-system/p-7696c03d.entry.js +2 -0
- package/dist/jump-design-system/p-7696c03d.entry.js.map +1 -0
- package/dist/jump-design-system/p-8343b4f5.entry.js +2 -0
- package/dist/jump-design-system/p-8343b4f5.entry.js.map +1 -0
- package/dist/jump-design-system/p-a6fc23f7.entry.js +2 -0
- package/dist/jump-design-system/p-a6fc23f7.entry.js.map +1 -0
- package/dist/jump-design-system/p-c1665537.entry.js +2 -0
- package/dist/jump-design-system/p-c1665537.entry.js.map +1 -0
- package/dist/jump-design-system/p-c2bc6395.entry.js +66 -0
- package/dist/jump-design-system/p-c2bc6395.entry.js.map +1 -0
- package/dist/jump-design-system/p-fafe6478.entry.js +2 -0
- package/dist/jump-design-system/p-fafe6478.entry.js.map +1 -0
- package/dist/jump-design-system-elements.json +396 -9
- package/dist/types/components/jump-accordion/jump-accordion.d.ts +3 -0
- package/dist/types/components/jump-badge/jump-badge.d.ts +13 -1
- package/dist/types/components/jump-badge/jump-badge.stories.d.ts +22 -0
- package/dist/types/components/jump-button/jump-button-anchor.stories.d.ts +18 -4
- package/dist/types/components/jump-button/jump-button-dimension.stories.d.ts +0 -5
- package/dist/types/components/jump-button/jump-button-only-icon.stories.d.ts +4 -11
- package/dist/types/components/jump-button/jump-button.stories.d.ts +98 -0
- package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.d.ts +65 -0
- package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.stories.d.ts +117 -0
- package/dist/types/components/jump-filter/jump-filter.d.ts +22 -0
- package/dist/types/components/jump-filter/jump-filter.stories.d.ts +40 -0
- package/dist/types/components/jump-filtergroup/jump-filtergroup.d.ts +24 -0
- package/dist/types/components/jump-filtergroup/jump-filtergroup.stories.d.ts +43 -0
- package/dist/types/components/jump-icon/jump-icon-custom.stories.d.ts +40 -0
- package/dist/types/components/{jump-button/jump-button-outline.stories.d.ts → jump-icon/jump-icon-fa-brands.stories.d.ts} +19 -30
- package/dist/types/components/jump-icon/jump-icon-fa-duotone.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-light.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-regular.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-sharp-light.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-sharp-regular.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-sharp-solid.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-sharp-thin.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-solid.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-thin.stories.d.ts +45 -0
- package/dist/types/components/{jump-button/jump-button-text.stories.d.ts → jump-icon/jump-icon-lucide.stories.d.ts} +16 -16
- package/dist/types/components/jump-icon/jump-icon.d.ts +29 -4
- package/dist/types/components/jump-pagination/jump-pagination.d.ts +9 -0
- package/dist/types/components/jump-pagination-table/jump-pagination-table.d.ts +18 -2
- package/dist/types/components/jump-pagination-table/jump-pagination-table.stories.d.ts +5 -1
- package/dist/types/components/jump-quantity/jump-quantity.d.ts +24 -0
- package/dist/types/components/jump-quantity/jump-quantity.stories.d.ts +41 -0
- package/dist/types/components/jump-tab/jump-tab.d.ts +11 -3
- package/dist/types/components/jump-tab/jump-tab.stories.d.ts +27 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-boxed.stories.d.ts +39 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-inline.stories.d.ts +39 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-rounded.stories.d.ts +28 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-sheet.stories.d.ts +28 -0
- package/dist/types/components/jump-tab-item/jump-tab-item.d.ts +29 -0
- package/dist/types/components/jump-tab-panel/jump-tab-panel.d.ts +5 -0
- package/dist/types/components.d.ts +563 -8
- package/dist/types/utils/utils.d.ts +2 -0
- package/package.json +3 -2
- package/dist/cjs/index-41aaa52a.js.map +0 -1
- package/dist/cjs/jump-button.cjs.entry.js +0 -41
- package/dist/cjs/jump-button.cjs.entry.js.map +0 -1
- package/dist/cjs/jump-icon.cjs.entry.js +0 -2422
- package/dist/cjs/jump-icon.cjs.entry.js.map +0 -1
- package/dist/collection/components/jump-button/jump-button-outline.stories.js +0 -111
- package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +0 -1
- package/dist/collection/components/jump-button/jump-button-text.stories.js +0 -83
- package/dist/collection/components/jump-button/jump-button-text.stories.js.map +0 -1
- package/dist/collection/components/jump-icon/jump-icon.stories.js +0 -35
- package/dist/collection/components/jump-icon/jump-icon.stories.js.map +0 -1
- package/dist/collection/components/jump-tab/jump-tab-inline.stories.js +0 -28
- package/dist/collection/components/jump-tab/jump-tab-inline.stories.js.map +0 -1
- package/dist/esm/index-192aeaf1.js.map +0 -1
- package/dist/esm/jump-button.entry.js +0 -37
- package/dist/esm/jump-button.entry.js.map +0 -1
- package/dist/esm/jump-icon.entry.js +0 -2418
- package/dist/esm/jump-icon.entry.js.map +0 -1
- package/dist/jump-design-system/p-02914b1e.entry.js +0 -2
- package/dist/jump-design-system/p-02914b1e.entry.js.map +0 -1
- package/dist/jump-design-system/p-1a533536.entry.js +0 -2
- package/dist/jump-design-system/p-1a533536.entry.js.map +0 -1
- package/dist/jump-design-system/p-20ceb40c.js +0 -3
- package/dist/jump-design-system/p-20ceb40c.js.map +0 -1
- package/dist/jump-design-system/p-93d8245f.entry.js +0 -2
- package/dist/jump-design-system/p-93d8245f.entry.js.map +0 -1
- package/dist/jump-design-system/p-e69ee35f.entry.js +0 -2
- package/dist/jump-design-system/p-e69ee35f.entry.js.map +0 -1
- package/dist/jump-design-system/p-eb16952a.entry.js +0 -2
- package/dist/jump-design-system/p-eb16952a.entry.js.map +0 -1
- package/dist/jump-design-system/p-ed65e359.entry.js +0 -2
- package/dist/jump-design-system/p-ed65e359.entry.js.map +0 -1
- package/dist/jump-design-system/p-fa148b53.entry.js +0 -331
- package/dist/jump-design-system/p-fa148b53.entry.js.map +0 -1
- package/dist/types/components/jump-icon/jump-icon.stories.d.ts +0 -21
- package/dist/types/components/jump-tab/jump-tab-inline.stories.d.ts +0 -18
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["jumpCardEcommerceCss","JumpCardEcommerceStyle0","JumpCardEcommerce","componentWillLoad","componentDidLoad","this","jumpQuantityEl","querySelector","addEventListener","onQuantityChange","bind","quantity","getValue","then","console","log","disconnectedCallback","removeEventListener","e","detail","value","onToggleFavorite","favorite","toggleFavorite","emit","productId","addProductToCart","addedToCart","payload","productAddToCart","waitingList","addToWaitingList","productWaitingList","changeVariationBody","event","selectElement","target","selectedValue","changedVariation","variation","changeVariation","render","backgroundClass","hasBackground","iconOnlyClass","onlyIconButton","justifyClass","outOfStock","calculateDiscount","price","salePrice","discount","toFixed","h","Host","badge","class","variant","dimension","label","onClick","size","text","onlyIcon","slot","name","category","href","link","img","videoSrc","src","alt","imgAlt","autoplay","type","notificationUrl","notificationText","pill","productName","subtitle","currency","outOfStockText","waitingListText","addtoCartText"],"sources":["src/components/jump-card-ecommerce/jump-card-ecommerce.scss?tag=jump-card-ecommerce&encapsulation=shadow","src/components/jump-card-ecommerce/jump-card-ecommerce.tsx"],"sourcesContent":[":host {\n --card-max-width: 450px;\n --jump-card-max-width-horizontal: 100%;\n --jump-card-color: var(--neutral-grey-primary);\n --jump-card-background: transparent;\n --jump-card-border-color: var(--neutral-grey-background);\n --jump-card-padding: 0.5rem;\n\n max-width: var(--card-max-width);\n overflow: hidden;\n display: flex;\n flex-direction: column;\n position: relative;\n width: 100%;\n font-family: var(--ff-primary, 'Arial'), sans-serif;\n line-height: var(--lh-400, 1.3);\n background-color: var(--jump-card-background);\n color: var(--jump-card-color);\n\n .Footer,\n .Body {\n display: flex;\n width: 100%;\n }\n\n jump-badge {\n position: absolute;\n top: 1rem;\n left: 1rem;\n z-index: 1;\n\n &.hasBackground.iconOnly {\n top: calc(1rem + 8px);\n left: calc(1rem + 8px);\n }\n }\n\n .Favorite {\n position: absolute;\n top: 1rem;\n right: 1rem;\n z-index: 1;\n\n &.hasBackground.iconOnly {\n top: calc(1rem + 8px);\n right: calc(1rem + 8px);\n }\n }\n\n .Media {\n // aspect-ratio: 3/4;\n overflow: hidden;\n position: relative;\n border-top-left-radius: 3px;\n border-top-right-radius: 3px;\n aspect-ratio: 1/1;\n\n img {\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n\n &.hasBackground {\n background-color: var(--neutral-white);\n\n &.iconOnly {\n border-top-left-radius: 6px;\n border-top-right-radius: 6px;\n padding: var(--jump-card-padding) var(--jump-card-padding) 0;\n\n img {\n border-radius: 6px;\n }\n }\n }\n }\n\n .NotificationCart {\n display: none;\n position: absolute;\n bottom: 0px;\n width: 100%;\n padding: 2rem 1rem;\n background-color: hsl(0 0% 0% / 35%);\n box-sizing: border-box;\n\n &.is-active {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n\n .Content {\n &.hasBackground {\n background-color: var(--neutral-white);\n padding: calc(var(--jump-card-padding) * 2);\n }\n\n &.iconOnly {\n padding: calc(var(--jump-card-padding) * 2) var(--jump-card-padding);\n }\n }\n\n .Body {\n display: flex;\n flex-direction: column;\n gap: 0.75rem;\n padding: var(--jump-card-padding) 0;\n\n & > * {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n\n & > * {\n flex: 0 1 auto;\n }\n }\n\n &.hasBackground {\n padding: 0 0 var(--jump-card-padding);\n }\n\n &.iconOnly {\n padding: 0;\n }\n }\n\n .Product {\n font-size: var(--fs-400);\n }\n\n .Subtitle {\n font-size: var(--fs-300);\n color: var(--neutral-grey-secondary);\n }\n\n .Footer {\n line-height: var(--lh-400);\n justify-content: end;\n padding: var(--jump-card-padding) 0;\n align-items: flex-end;\n\n &.justify-between {\n justify-content: space-between;\n }\n\n &.hasBackground {\n padding-bottom: 0;\n }\n\n &.iconOnly {\n padding: 0;\n }\n }\n\n .OutOfStock {\n justify-items: start;\n font-size: var(--fs-300);\n font-weight: var(--fw-900);\n color: var(--status-danger-standard);\n }\n\n .OnlyIconButton {\n position: absolute;\n bottom: 0;\n right: 0;\n background: var(--neutral-white);\n border-top-left-radius: 20px;\n padding: 8px 8px 0px 8px;\n }\n\n .Price {\n position: relative;\n display: grid;\n grid-template-columns: auto auto;\n grid-template-rows: 1.5rem 1.5rem auto;\n justify-items: end;\n align-items: end;\n\n font-size: var(--fs-500);\n font-weight: var(--fw-900);\n line-height: var(--lh-400);\n\n & > * {\n display: inline-flex;\n }\n\n &__Regular {\n text-align: right;\n\n &.sale {\n text-decoration: line-through;\n color: var(--neutral-grey-secondary);\n font-weight: var(--fw-400);\n font-size: var(--fs-400);\n grid-column: 2;\n grid-row: 1;\n }\n }\n\n &__Sale {\n grid-column: 2;\n grid-row: 2;\n }\n\n &__Discount {\n color: var(--status-danger-standard);\n font-weight: var(--fw-400);\n font-size: var(--fs-300);\n grid-column: 1;\n grid-row: 1;\n }\n }\n}\n\n:host(.Pippo) {\n background-color: red;\n}\n","import { Component, Host, h, Prop, Event, EventEmitter, Element} from '@stencil/core';\n\n@Component({\n tag: 'jump-card-ecommerce',\n styleUrl: 'jump-card-ecommerce.scss',\n shadow: true,\n})\nexport class JumpCardEcommerce {\n\n @Element() JumpCardEcommerce: HTMLElement;\n jumpQuantityEl;\n\n /* ---------------------- @PROPERTIES ------------------------- */\n\n /** Indicate if card has only icon button*/\n @Prop() onlyIconButton: boolean = false;\n\n /** Indicate if card has background*/\n @Prop() hasBackground: boolean = false;\n\n /** Indicates the badge of the card*/\n @Prop() badge: string;\n\n /** Indicates if the product is favorite */\n @Prop({mutable:true, reflect: true}) favorite: boolean = false;\n\n /** Indicates the link of the card*/\n @Prop() link: string;\n\n /** Indicates the image's src of the card*/\n @Prop() img: string ;\n\n /** Indicates the img's alt of the card*/\n @Prop() imgAlt: string;\n\n /** Indicates the videoSrc of the card*/\n @Prop() videoSrc: string; \n\n /** Indicate if the product is added to cart*/\n @Prop() addedToCart: boolean = false;\n\n /** Indicates the notificationUrl of the card*/\n @Prop() notificationUrl: string;\n\n /** Indicates the notificationText of the card*/\n @Prop() notificationText: string = 'Aggiunto al carrello';\n\n /** Indicates the title of the card*/\n @Prop() productName: string ;\n\n /** Indicates the subtitle of the card*/\n @Prop() subtitle: string;\n\n /** Indicates the ID of the product, can be also a SKU*/\n @Prop() productId: string ;\n\n /** Indicates the price of the card */\n @Prop() price: number;\n\n /** Indicates the sale price of the card */\n @Prop() salePrice: number;\n\n /** Indicates the currency of the card */\n @Prop() currency: string;\n\n /** Indicates if the product is outOfStock */\n @Prop({mutable:true, reflect: true}) outOfStock: boolean = false;\n \n /** Indicates the outOfStockText of the product*/\n @Prop() outOfStockText: string;\n\n /** Indicates the button class of the add to cart / notification button */\n @Prop() addtoCartText: string ;\n\n /** Indicates the button class of the add to cart / notification button */\n @Prop() waitingListText: string ;\n\n /** Indicate if the user request to be notified when te product is avaible*/\n @Prop() addToWaitingList: boolean = false;\n\n /** Indicate if the variation is change*/\n @Prop() changedVariation: boolean = false;\n\n /* ---------------------- @STATE ------------------------- */ \n\n // è una proprietà che viene cambiata solo da dentro\n\n quantity: number;\n\n // @Watch('quantity') \n // funziona solo dalla seconda volta in poi \n // watchQuantity(newValue, oldValue) {\n // console.log('quantity changed:', newValue, oldValue);\n // }\n\n /* ---------------------- @EVENTS ------------------------- */\n \n @Event({eventName: 'jump-toggle-favorite'}) toggleFavorite: EventEmitter;\n\n @Event({eventName: 'jump-add-to-cart'}) productAddToCart: EventEmitter;\n\n @Event({eventName: 'jump-add-to-waiting-list'}) productWaitingList: EventEmitter;\n\n @Event({eventName: 'jump-change-variation'}) changeVariation: EventEmitter;\n \n /* ---------------------- @LIFECYCLE ------------------------- */\n\n componentWillLoad() {}\n\n componentDidLoad() {\n this.jumpQuantityEl = this.JumpCardEcommerce.querySelector('jump-quantity');\n \n if(this.jumpQuantityEl){\n this.jumpQuantityEl.addEventListener('jump-change', this.onQuantityChange.bind(this));\n this.quantity = this.jumpQuantityEl.getValue().then((quantity) => {\n this.quantity = quantity;\n });\n\n console.log('Quantity:', this.quantity)\n }\n }\n\n disconnectedCallback() {\n this.jumpQuantityEl = this.JumpCardEcommerce.querySelector('jump-quantity');\n if(this.jumpQuantityEl){\n this.jumpQuantityEl.removeEventListener('jump-change',this.onQuantityChange);\n }\n }\n\n /* ---------------------- @METHODS ------------------------- */\n onQuantityChange(e) {\n this.quantity = e.detail.value;\n }\n\n onToggleFavorite() {\n this.favorite = !this.favorite;\n this.toggleFavorite.emit(\n {\n productId: this.productId,\n favorite: this.favorite\n }\n ); \n }\n\n addProductToCart() {\n this.addedToCart = true;\n const payload = {\n productId: this.productId,\n addedToCart: this.addedToCart,\n quantity: this.quantity\n // mancano le variazioni\n };\n this.productAddToCart.emit(payload);\n console.log(\"productAddToCart payload:\", payload);\n }\n\n waitingList() {\n this.addToWaitingList = true;\n this.productWaitingList.emit(\n {\n productId: this.productId,\n addToWaitingList: this.addToWaitingList\n }\n )\n }\n\n changeVariationBody(event: Event) {\n const selectElement = event.target as HTMLSelectElement;\n const selectedValue = selectElement.value;\n\n this.changedVariation = true;\n const payload = {\n productId: this.productId,\n changedVariation: this.changedVariation,\n variation: selectedValue // da sostituire\n };\n this.changeVariation.emit(payload);\n console.log(\"changeVariation payload:\", payload)\n }\n\n \n render() {\n const backgroundClass = this.hasBackground ? 'hasBackground' : '';\n const iconOnlyClass = this.onlyIconButton ? 'iconOnly' : '';\n const justifyClass = this.outOfStock ? 'justify-between' : '';\n function calculateDiscount(price: number, salePrice: number): string {\n const discount = ((price - salePrice) / price) * 100;\n return discount.toFixed(0);\n };\n\n return (\n <Host>\n {this.badge ? <jump-badge class={`${backgroundClass} ${iconOnlyClass}`} variant=\"secondary\" dimension=\"small\" label={this.badge}></jump-badge> : ''}\n \n <jump-button onClick={ () => this.onToggleFavorite() } class={`Favorite ${backgroundClass} ${iconOnlyClass}`} variant={this.favorite ? 'neutral' : 'primary'} size=\"small\" text onlyIcon>\n <jump-icon slot=\"prefix\" name=\"heart\" category={this.favorite ? 'light' : 'solid'} size=\"medium\"></jump-icon>\n </jump-button> \n\n <div class={`Media ${iconOnlyClass} ${backgroundClass}`}>\n <a href={this.link}>\n {this.img && !this.videoSrc ? <img src={this.img} alt={this.imgAlt}></img> : ''}\n {this.videoSrc && !this.img ? \n <video autoplay> \n <source src={this.videoSrc} type=\"video/mp4\"/> \n <source src={this.videoSrc} type=\"video/mov\"/> \n <source src={this.videoSrc} type=\"video/webm\"/> \n </video> : ''}\n </a> \n <div class={`NotificationCart ${this.addedToCart == true ? 'is-active' : ''}`}>\n <jump-button href={this.notificationUrl} variant=\"white\" text> \n <jump-icon slot=\"prefix\" name=\"check\"></jump-icon> \n <span> {this.notificationText} </span>\n </jump-button>\n </div>\n {this.onlyIconButton ? \n <div class=\"OnlyIconButton\">\n <jump-button variant=\"secondary\" size=\"large\" pill onlyIcon onClick={() => this.addProductToCart()}> \n <jump-icon slot=\"prefix\" name='cart-shopping' category=\"regular\"></jump-icon> \n </jump-button> \n </div>\n : ''\n }\n </div>\n\n <div class={`Content ${backgroundClass} ${iconOnlyClass}`}>\n <div class={`Body ${backgroundClass} ${iconOnlyClass}`}>\n <div>\n <div class=\"Info\">\n <div class=\"Product\">{this.productName}</div>\n <div class=\"Subtitle\">{this.subtitle}</div>\n </div>\n\n <div class=\"Price\">\n <div class=\"Price__Discount\">\n {calculateDiscount(this.price, this.salePrice)}%\n </div>\n <div class={`Price__Regular ${this.salePrice ? 'sale' : ''}`}> \n {this.currency}{this.price}\n </div>\n <div class=\"Price__Sale\">{this.currency}{this.salePrice}</div>\n </div>\n </div>\n <div>\n \n <slot name=\"select\"></slot>\n <slot name=\"quantity\"></slot>\n </div>\n \n </div>\n\n <div class={`Footer ${justifyClass} ${backgroundClass} ${iconOnlyClass}`}>\n \n {this.outOfStock ? <div class=\"OutOfStock\">{this.outOfStockText ? this.outOfStockText : 'Esaurito'}</div> : ''}\n \n { this.outOfStock ? \n <jump-button variant=\"secondary\" size=\"small\" text onClick={() => this.waitingList()}> \n <jump-icon slot=\"prefix\" name={!this.outOfStock ? 'cart-shopping' : 'bell'} category=\"regular\" size=\"small\"></jump-icon> \n {this.waitingListText ? this.waitingListText : 'Notifica disponibilità'} \n </jump-button> : ''\n }\n\n { !this.outOfStock && !this.onlyIconButton ? \n <jump-button variant=\"secondary\" size=\"small\" text onClick={() => this.addProductToCart()}> \n <jump-icon slot=\"prefix\" name={!this.outOfStock ? 'cart-shopping' : 'bell'} category=\"regular\" size=\"small\"></jump-icon> \n {this.addtoCartText ? this.addtoCartText : 'Aggiungi al carrello'} \n </jump-button> : ''\n }\n\n </div>\n\n </div>\n </Host>\n );\n }\n\n}"],"mappings":"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"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1.1,
|
|
3
3
|
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "jump-accordion",
|
|
6
|
+
"description": {
|
|
7
|
+
"kind": "markdown",
|
|
8
|
+
"value": ""
|
|
9
|
+
},
|
|
10
|
+
"attributes": []
|
|
11
|
+
},
|
|
4
12
|
{
|
|
5
13
|
"name": "jump-badge",
|
|
6
14
|
"description": {
|
|
@@ -8,19 +16,57 @@
|
|
|
8
16
|
"value": ""
|
|
9
17
|
},
|
|
10
18
|
"attributes": [
|
|
19
|
+
{
|
|
20
|
+
"name": "dimension",
|
|
21
|
+
"description": "Indicates the variant of the badge",
|
|
22
|
+
"values": [
|
|
23
|
+
{
|
|
24
|
+
"name": "dot"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "large"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "microdot"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "small"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
11
37
|
{
|
|
12
38
|
"name": "label",
|
|
13
39
|
"description": "Indicates the label of the badge"
|
|
14
40
|
},
|
|
41
|
+
{
|
|
42
|
+
"name": "outline",
|
|
43
|
+
"description": "Indicates the variant of the badge"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "soft",
|
|
47
|
+
"description": "Indicates the variant of the badge"
|
|
48
|
+
},
|
|
15
49
|
{
|
|
16
50
|
"name": "variant",
|
|
17
51
|
"description": "Indicates the variant of the badge",
|
|
18
52
|
"values": [
|
|
53
|
+
{
|
|
54
|
+
"name": "danger"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "neutral"
|
|
58
|
+
},
|
|
19
59
|
{
|
|
20
60
|
"name": "primary"
|
|
21
61
|
},
|
|
22
62
|
{
|
|
23
63
|
"name": "secondary"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "success"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "warning"
|
|
24
70
|
}
|
|
25
71
|
]
|
|
26
72
|
}
|
|
@@ -191,6 +237,189 @@
|
|
|
191
237
|
}
|
|
192
238
|
]
|
|
193
239
|
},
|
|
240
|
+
{
|
|
241
|
+
"name": "jump-card-ecommerce",
|
|
242
|
+
"description": {
|
|
243
|
+
"kind": "markdown",
|
|
244
|
+
"value": ""
|
|
245
|
+
},
|
|
246
|
+
"attributes": [
|
|
247
|
+
{
|
|
248
|
+
"name": "add-to-waiting-list",
|
|
249
|
+
"description": "Indicate if the user request to be notified when te product is avaible"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "added-to-cart",
|
|
253
|
+
"description": "Indicate if the product is added to cart"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "addto-cart-text",
|
|
257
|
+
"description": "Indicates the button class of the add to cart / notification button"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "badge",
|
|
261
|
+
"description": "Indicates the badge of the card"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "changed-variation",
|
|
265
|
+
"description": "Indicate if the variation is change"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "currency",
|
|
269
|
+
"description": "Indicates the currency of the card"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "favorite",
|
|
273
|
+
"description": "Indicates if the product is favorite"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "has-background",
|
|
277
|
+
"description": "Indicate if card has background"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "img",
|
|
281
|
+
"description": "Indicates the image's src of the card"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "img-alt",
|
|
285
|
+
"description": "Indicates the img's alt of the card"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "link",
|
|
289
|
+
"description": "Indicates the link of the card"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "notification-text",
|
|
293
|
+
"description": "Indicates the notificationText of the card"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "notification-url",
|
|
297
|
+
"description": "Indicates the notificationUrl of the card"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "only-icon-button",
|
|
301
|
+
"description": "Indicate if card has only icon button"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "out-of-stock",
|
|
305
|
+
"description": "Indicates if the product is outOfStock"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "out-of-stock-text",
|
|
309
|
+
"description": "Indicates the outOfStockText of the product"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "price",
|
|
313
|
+
"description": "Indicates the price of the card"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "product-id",
|
|
317
|
+
"description": "Indicates the ID of the product, can be also a SKU"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "product-name",
|
|
321
|
+
"description": "Indicates the title of the card"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "sale-price",
|
|
325
|
+
"description": "Indicates the sale price of the card"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "subtitle",
|
|
329
|
+
"description": "Indicates the subtitle of the card"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "video-src",
|
|
333
|
+
"description": "Indicates the videoSrc of the card"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "waiting-list-text",
|
|
337
|
+
"description": "Indicates the button class of the add to cart / notification button"
|
|
338
|
+
}
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "jump-filter",
|
|
343
|
+
"description": {
|
|
344
|
+
"kind": "markdown",
|
|
345
|
+
"value": ""
|
|
346
|
+
},
|
|
347
|
+
"attributes": [
|
|
348
|
+
{
|
|
349
|
+
"name": "direction",
|
|
350
|
+
"description": "",
|
|
351
|
+
"values": [
|
|
352
|
+
{
|
|
353
|
+
"name": "horizontal"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "vertical"
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "filter-button-icon",
|
|
362
|
+
"description": ""
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "filter-button-label",
|
|
366
|
+
"description": ""
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "filter-heading",
|
|
370
|
+
"description": ""
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "filters",
|
|
374
|
+
"description": ""
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "mobile-threshold",
|
|
378
|
+
"description": ""
|
|
379
|
+
}
|
|
380
|
+
]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "jump-filtergroup",
|
|
384
|
+
"description": {
|
|
385
|
+
"kind": "markdown",
|
|
386
|
+
"value": ""
|
|
387
|
+
},
|
|
388
|
+
"attributes": [
|
|
389
|
+
{
|
|
390
|
+
"name": "heading",
|
|
391
|
+
"description": ""
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "less-label",
|
|
395
|
+
"description": ""
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "max-elements",
|
|
399
|
+
"description": ""
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "name",
|
|
403
|
+
"description": ""
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "other-label",
|
|
407
|
+
"description": ""
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "variant",
|
|
411
|
+
"description": "",
|
|
412
|
+
"values": [
|
|
413
|
+
{
|
|
414
|
+
"name": "accordion"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "default"
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
194
423
|
{
|
|
195
424
|
"name": "jump-icon",
|
|
196
425
|
"description": {
|
|
@@ -198,9 +427,53 @@
|
|
|
198
427
|
"value": ""
|
|
199
428
|
},
|
|
200
429
|
"attributes": [
|
|
430
|
+
{
|
|
431
|
+
"name": "category",
|
|
432
|
+
"description": "Category of the icon",
|
|
433
|
+
"values": [
|
|
434
|
+
{
|
|
435
|
+
"name": "brands"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "duotone"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "light"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "regular"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "sharp-light"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "sharp-regular"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "sharp-solid"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "sharp-thin"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "solid"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "thin"
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
},
|
|
201
466
|
{
|
|
202
467
|
"name": "class",
|
|
203
|
-
"description": "
|
|
468
|
+
"description": "Class of the icon"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "label",
|
|
472
|
+
"description": "Label for the icon"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "library",
|
|
476
|
+
"description": "Library of the icon"
|
|
204
477
|
},
|
|
205
478
|
{
|
|
206
479
|
"name": "name",
|
|
@@ -209,6 +482,10 @@
|
|
|
209
482
|
{
|
|
210
483
|
"name": "size",
|
|
211
484
|
"description": "Size of the icon"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "src",
|
|
488
|
+
"description": "Src of the icon"
|
|
212
489
|
}
|
|
213
490
|
]
|
|
214
491
|
},
|
|
@@ -221,15 +498,15 @@
|
|
|
221
498
|
"attributes": [
|
|
222
499
|
{
|
|
223
500
|
"name": "last",
|
|
224
|
-
"description": ""
|
|
501
|
+
"description": "Last element of the page"
|
|
225
502
|
},
|
|
226
503
|
{
|
|
227
504
|
"name": "pag-label",
|
|
228
|
-
"description": ""
|
|
505
|
+
"description": "Label of the pagination"
|
|
229
506
|
},
|
|
230
507
|
{
|
|
231
508
|
"name": "show-first-and-last",
|
|
232
|
-
"description": ""
|
|
509
|
+
"description": "Show button to navigate so first e last page"
|
|
233
510
|
}
|
|
234
511
|
]
|
|
235
512
|
},
|
|
@@ -242,11 +519,11 @@
|
|
|
242
519
|
"attributes": [
|
|
243
520
|
{
|
|
244
521
|
"name": "el-per-page",
|
|
245
|
-
"description": ""
|
|
522
|
+
"description": "Number of elements per page selected"
|
|
246
523
|
},
|
|
247
524
|
{
|
|
248
525
|
"name": "first",
|
|
249
|
-
"description": ""
|
|
526
|
+
"description": "First element of the page"
|
|
250
527
|
},
|
|
251
528
|
{
|
|
252
529
|
"name": "label-elements-per-page",
|
|
@@ -254,7 +531,7 @@
|
|
|
254
531
|
},
|
|
255
532
|
{
|
|
256
533
|
"name": "last",
|
|
257
|
-
"description": ""
|
|
534
|
+
"description": "Last element of the page"
|
|
258
535
|
},
|
|
259
536
|
{
|
|
260
537
|
"name": "pag-label",
|
|
@@ -262,11 +539,67 @@
|
|
|
262
539
|
},
|
|
263
540
|
{
|
|
264
541
|
"name": "show-first-and-last",
|
|
265
|
-
"description": ""
|
|
542
|
+
"description": "Show button to navigate so first e last page"
|
|
266
543
|
},
|
|
267
544
|
{
|
|
268
545
|
"name": "total",
|
|
546
|
+
"description": "Total of elements"
|
|
547
|
+
}
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "jump-quantity",
|
|
552
|
+
"description": {
|
|
553
|
+
"kind": "markdown",
|
|
554
|
+
"value": ""
|
|
555
|
+
},
|
|
556
|
+
"attributes": [
|
|
557
|
+
{
|
|
558
|
+
"name": "label",
|
|
559
|
+
"description": ""
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "max",
|
|
269
563
|
"description": ""
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "min",
|
|
567
|
+
"description": ""
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "show-buttons",
|
|
571
|
+
"description": ""
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "step",
|
|
575
|
+
"description": ""
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "type",
|
|
579
|
+
"description": "",
|
|
580
|
+
"values": [
|
|
581
|
+
{
|
|
582
|
+
"name": "buttons"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"name": "dropdown"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "input"
|
|
589
|
+
}
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"name": "variant",
|
|
594
|
+
"description": "",
|
|
595
|
+
"values": [
|
|
596
|
+
{
|
|
597
|
+
"name": "horizontal"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "vertical"
|
|
601
|
+
}
|
|
602
|
+
]
|
|
270
603
|
}
|
|
271
604
|
]
|
|
272
605
|
},
|
|
@@ -278,7 +611,61 @@
|
|
|
278
611
|
},
|
|
279
612
|
"attributes": [
|
|
280
613
|
{
|
|
281
|
-
"name": "
|
|
614
|
+
"name": "tab-group-name",
|
|
615
|
+
"description": ""
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "variant",
|
|
619
|
+
"description": "The style of the tab. The same value must be passed to all the items.\nChoosed from \"inline\", \"boxed\", \"sheet\", \"rounded\""
|
|
620
|
+
}
|
|
621
|
+
]
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "jump-tab-item",
|
|
625
|
+
"description": {
|
|
626
|
+
"kind": "markdown",
|
|
627
|
+
"value": ""
|
|
628
|
+
},
|
|
629
|
+
"attributes": [
|
|
630
|
+
{
|
|
631
|
+
"name": "active",
|
|
632
|
+
"description": ""
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "disabled",
|
|
636
|
+
"description": ""
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "icon-name",
|
|
640
|
+
"description": "Name of the icon. If not provided, the icon will not be displayed"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "icon-position",
|
|
644
|
+
"description": "Icon position, apply only if the icon is present\nChoosed from \"left\", \"top\""
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "identifier",
|
|
648
|
+
"description": "Identifier of the tab"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "label",
|
|
652
|
+
"description": ""
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "jump-tab-panel",
|
|
658
|
+
"description": {
|
|
659
|
+
"kind": "markdown",
|
|
660
|
+
"value": ""
|
|
661
|
+
},
|
|
662
|
+
"attributes": [
|
|
663
|
+
{
|
|
664
|
+
"name": "active",
|
|
665
|
+
"description": ""
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "identifier",
|
|
282
669
|
"description": ""
|
|
283
670
|
}
|
|
284
671
|
]
|
|
@@ -6,6 +6,18 @@ export declare class AppBadge {
|
|
|
6
6
|
/**
|
|
7
7
|
* Indicates the variant of the badge
|
|
8
8
|
*/
|
|
9
|
-
variant: 'primary' | 'secondary';
|
|
9
|
+
variant: 'primary' | 'secondary' | 'neutral' | 'warning' | 'success' | 'danger';
|
|
10
|
+
/**
|
|
11
|
+
* Indicates the variant of the badge
|
|
12
|
+
*/
|
|
13
|
+
dimension: 'large' | 'small' | 'dot' | 'microdot';
|
|
14
|
+
/**
|
|
15
|
+
* Indicates the variant of the badge
|
|
16
|
+
*/
|
|
17
|
+
soft: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Indicates the variant of the badge
|
|
20
|
+
*/
|
|
21
|
+
outline: boolean;
|
|
10
22
|
render(): any;
|
|
11
23
|
}
|
|
@@ -13,7 +13,29 @@ declare const _default: {
|
|
|
13
13
|
control: string;
|
|
14
14
|
options: string[];
|
|
15
15
|
};
|
|
16
|
+
outline: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
control: string;
|
|
20
|
+
};
|
|
21
|
+
soft: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
control: string;
|
|
25
|
+
};
|
|
26
|
+
dimension: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
control: string;
|
|
30
|
+
options: string[];
|
|
31
|
+
};
|
|
16
32
|
};
|
|
17
33
|
};
|
|
18
34
|
export default _default;
|
|
19
35
|
export declare const Badge: any;
|
|
36
|
+
export declare const IconBadge: any;
|
|
37
|
+
export declare const Outline: any;
|
|
38
|
+
export declare const Soft: any;
|
|
39
|
+
export declare const Small: any;
|
|
40
|
+
export declare const Dot: any;
|
|
41
|
+
export declare const MicroDot: any;
|
|
@@ -19,11 +19,23 @@ declare const _default: {
|
|
|
19
19
|
large: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
href: {
|
|
23
23
|
name: string;
|
|
24
24
|
description: string;
|
|
25
25
|
control: string;
|
|
26
26
|
};
|
|
27
|
+
target: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
options: string[];
|
|
32
|
+
labels: {
|
|
33
|
+
_self: string;
|
|
34
|
+
_blank: string;
|
|
35
|
+
_parent: string;
|
|
36
|
+
_top: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
27
39
|
text: {
|
|
28
40
|
name: string;
|
|
29
41
|
description: string;
|
|
@@ -34,11 +46,13 @@ declare const _default: {
|
|
|
34
46
|
description: string;
|
|
35
47
|
control: string;
|
|
36
48
|
};
|
|
49
|
+
disabled: {
|
|
50
|
+
name: string;
|
|
51
|
+
description: string;
|
|
52
|
+
control: string;
|
|
53
|
+
};
|
|
37
54
|
};
|
|
38
55
|
};
|
|
39
56
|
export default _default;
|
|
40
57
|
export declare const LinkPrimary: any;
|
|
41
|
-
export declare const LinkSecondary: any;
|
|
42
|
-
export declare const LinkNeutral: any;
|
|
43
|
-
export declare const LinkWhite: any;
|
|
44
58
|
export declare const LinkWithIcon: any;
|
|
@@ -29,12 +29,12 @@ declare const _default: {
|
|
|
29
29
|
description: string;
|
|
30
30
|
control: string;
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
id: {
|
|
33
33
|
name: string;
|
|
34
34
|
description: string;
|
|
35
35
|
control: string;
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
disabled: {
|
|
38
38
|
name: string;
|
|
39
39
|
description: string;
|
|
40
40
|
control: string;
|
|
@@ -42,12 +42,5 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
export default _default;
|
|
45
|
-
export declare const
|
|
46
|
-
export declare const
|
|
47
|
-
export declare const Neutral: any;
|
|
48
|
-
export declare const White: any;
|
|
49
|
-
export declare const Pill: any;
|
|
50
|
-
export declare const noBackground: any;
|
|
51
|
-
export declare const outline: any;
|
|
52
|
-
export declare const outlinePill: any;
|
|
53
|
-
export declare const Disabled: any;
|
|
45
|
+
export declare const onlyIcon: any;
|
|
46
|
+
export declare const withBackground: any;
|