@jumpgroup/jump-design-system 0.2.6 → 0.3.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/cjs/{index-41aaa52a.js → index-418c607f.js} +146 -2
- package/dist/{jump-design-system/p-20ceb40c.js.map → cjs/index-418c607f.js.map} +1 -1
- 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_2.cjs.entry.js +88 -0
- package/dist/cjs/jump-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-button.cjs.entry.js +3 -3
- package/dist/cjs/jump-button.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-card-ecommerce.cjs.entry.js +116 -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-icon.cjs.entry.js +540 -2363
- package/dist/cjs/jump-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-pagination-table.cjs.entry.js +12 -5
- package/dist/cjs/jump-pagination-table.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +5 -4
- package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
- 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 +5 -10
- package/dist/collection/components/jump-badge/jump-badge.js +2 -1
- package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
- package/dist/collection/components/jump-badge/jump-badge.stories.js +18 -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 -4
- 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 -51
- package/dist/collection/components/jump-card/jump-card.js +2 -2
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.css +179 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js +627 -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 +211 -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 +63 -3
- package/dist/collection/components/jump-icon/jump-icon.js +147 -9
- package/dist/collection/components/jump-icon/jump-icon.js.map +1 -1
- package/dist/collection/components/jump-pagination/jump-pagination.js +7 -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 +16 -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 +50 -0
- package/dist/collection/components/jump-quantity/jump-quantity.js +219 -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 +12 -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 +56 -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 +56 -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 +172 -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 +38 -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 +180 -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 +549 -2366
- package/dist/components/jump-icon2.js.map +1 -1
- package/dist/components/jump-pagination-table.js +11 -4
- package/dist/components/jump-pagination-table.js.map +1 -1
- package/dist/components/jump-pagination.js +4 -3
- package/dist/components/jump-pagination.js.map +1 -1
- package/dist/components/jump-quantity.d.ts +11 -0
- package/dist/components/jump-quantity.js +8 -0
- package/dist/components/jump-quantity.js.map +1 -0
- package/dist/components/jump-quantity2.js +94 -0
- package/dist/components/jump-quantity2.js.map +1 -0
- package/dist/components/jump-tab-item.d.ts +11 -0
- package/dist/components/jump-tab-item.js +67 -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-056a0a66.js} +146 -3
- package/dist/esm/index-056a0a66.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_2.entry.js +83 -0
- package/dist/esm/jump-badge_2.entry.js.map +1 -0
- package/dist/esm/jump-button.entry.js +3 -3
- package/dist/esm/jump-button.entry.js.map +1 -1
- package/dist/esm/jump-card-ecommerce.entry.js +112 -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-icon.entry.js +540 -2363
- package/dist/esm/jump-icon.entry.js.map +1 -1
- package/dist/esm/jump-pagination-table.entry.js +12 -5
- package/dist/esm/jump-pagination-table.entry.js.map +1 -1
- package/dist/esm/jump-pagination.entry.js +5 -4
- package/dist/esm/jump-pagination.entry.js.map +1 -1
- 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-0dc744ce.entry.js +2 -0
- package/dist/jump-design-system/p-0dc744ce.entry.js.map +1 -0
- package/dist/jump-design-system/p-357cf73d.entry.js +66 -0
- package/dist/jump-design-system/p-357cf73d.entry.js.map +1 -0
- package/dist/jump-design-system/p-58602fcb.entry.js +2 -0
- package/dist/jump-design-system/p-58602fcb.entry.js.map +1 -0
- package/dist/jump-design-system/p-58bed455.entry.js +2 -0
- package/dist/jump-design-system/p-58bed455.entry.js.map +1 -0
- package/dist/jump-design-system/p-647ec30b.entry.js +2 -0
- package/dist/jump-design-system/p-647ec30b.entry.js.map +1 -0
- package/dist/jump-design-system/p-83e6ab6e.entry.js +2 -0
- package/dist/jump-design-system/p-83e6ab6e.entry.js.map +1 -0
- package/dist/jump-design-system/p-8ec76454.entry.js +2 -0
- package/dist/jump-design-system/p-8ec76454.entry.js.map +1 -0
- package/dist/jump-design-system/p-91794ae6.js +3 -0
- package/dist/jump-design-system/p-91794ae6.js.map +1 -0
- package/dist/jump-design-system/p-afe0cca0.entry.js +2 -0
- package/dist/jump-design-system/p-afe0cca0.entry.js.map +1 -0
- package/dist/jump-design-system/p-b2ca2e96.entry.js +2 -0
- package/dist/jump-design-system/p-b2ca2e96.entry.js.map +1 -0
- package/dist/jump-design-system/p-d58e0952.entry.js +2 -0
- package/dist/jump-design-system/p-d58e0952.entry.js.map +1 -0
- package/dist/jump-design-system/p-e2318686.entry.js +2 -0
- package/dist/jump-design-system/p-e2318686.entry.js.map +1 -0
- package/dist/jump-design-system/p-ee61c223.entry.js +2 -0
- package/dist/jump-design-system/p-ee61c223.entry.js.map +1 -0
- package/dist/jump-design-system/p-f842ff46.entry.js +2 -0
- package/dist/jump-design-system/p-f842ff46.entry.js.map +1 -0
- package/dist/jump-design-system-elements.json +370 -9
- package/dist/types/components/jump-accordion/jump-accordion.d.ts +3 -0
- package/dist/types/components/jump-badge/jump-badge.stories.d.ts +1 -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 +66 -0
- package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.stories.d.ts +123 -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 +32 -3
- 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 +20 -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 +40 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-inline.stories.d.ts +40 -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 +559 -6
- 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-badge.cjs.entry.js +0 -24
- package/dist/cjs/jump-badge.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 -25
- 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-badge.entry.js +0 -20
- package/dist/esm/jump-badge.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-36c7c94d.entry.js +0 -331
- package/dist/jump-design-system/p-36c7c94d.entry.js.map +0 -1
- package/dist/jump-design-system/p-700b96b4.entry.js +0 -2
- package/dist/jump-design-system/p-700b96b4.entry.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-9ad27c08.entry.js +0 -2
- package/dist/jump-design-system/p-9ad27c08.entry.js.map +0 -1
- package/dist/jump-design-system/p-c8244738.entry.js +0 -2
- package/dist/jump-design-system/p-c8244738.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/types/components/jump-icon/jump-icon.stories.d.ts +0 -19
- package/dist/types/components/jump-tab/jump-tab-inline.stories.d.ts +0 -18
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class JumpCardEcommerce {
|
|
3
|
+
JumpCardEcommerce: HTMLElement;
|
|
4
|
+
/** Indicate if card has only icon button*/
|
|
5
|
+
onlyIconButton: boolean;
|
|
6
|
+
/** Indicate if card has background*/
|
|
7
|
+
hasBackground: boolean;
|
|
8
|
+
/** Indicates the badge of the card*/
|
|
9
|
+
badge: string;
|
|
10
|
+
/** Indicates if the product is favorite */
|
|
11
|
+
favorite: boolean;
|
|
12
|
+
/** Indicates the link of the card*/
|
|
13
|
+
link: string;
|
|
14
|
+
/** Indicates the image's src of the card*/
|
|
15
|
+
img: string;
|
|
16
|
+
/** Indicates the img's alt of the card*/
|
|
17
|
+
imgAlt: string;
|
|
18
|
+
/** Indicates the videoSrc of the card*/
|
|
19
|
+
videoSrc: string;
|
|
20
|
+
/** Indicate if the product is added to cart*/
|
|
21
|
+
addedToCart: boolean;
|
|
22
|
+
/** Indicates the notificationUrl of the card*/
|
|
23
|
+
notificationUrl: string;
|
|
24
|
+
/** Indicates the notificationText of the card*/
|
|
25
|
+
notificationText: string;
|
|
26
|
+
/** Indicates the title of the card*/
|
|
27
|
+
productName: string;
|
|
28
|
+
/** Indicates the subtitle of the card*/
|
|
29
|
+
subtitle: string;
|
|
30
|
+
/** Indicates the ID of the product, can be also a SKU*/
|
|
31
|
+
productId: string;
|
|
32
|
+
/** Indicates the price of the card */
|
|
33
|
+
price: number;
|
|
34
|
+
/** Indicates the sale price of the card */
|
|
35
|
+
salePrice: number;
|
|
36
|
+
/** Indicates the currency of the card */
|
|
37
|
+
currency: string;
|
|
38
|
+
/** Indicates if the product is outOfStock */
|
|
39
|
+
outOfStock: boolean;
|
|
40
|
+
/** Indicates the outOfStockText of the product*/
|
|
41
|
+
outOfStockText: string;
|
|
42
|
+
/** Indicates the button class of the add to cart / notification button */
|
|
43
|
+
addtoCartText: string;
|
|
44
|
+
/** Indicates the button class of the add to cart / notification button */
|
|
45
|
+
waitingListText: string;
|
|
46
|
+
/** Indicate if the user request to be notified when te product is avaible*/
|
|
47
|
+
addToWaitingList: boolean;
|
|
48
|
+
/** Indicates if the user can choose how much quantity of the product add to cart */
|
|
49
|
+
quantity: boolean;
|
|
50
|
+
/** Indicate if the quantity is change*/
|
|
51
|
+
changedQuantity: boolean;
|
|
52
|
+
/** Indicate if the variation is change*/
|
|
53
|
+
changedVariation: boolean;
|
|
54
|
+
toggleFavorite: EventEmitter;
|
|
55
|
+
productAddToCart: EventEmitter;
|
|
56
|
+
productWaitingList: EventEmitter;
|
|
57
|
+
changeQuantity: EventEmitter;
|
|
58
|
+
changeVariation: EventEmitter;
|
|
59
|
+
componentWillLoad(): void;
|
|
60
|
+
onToggleFavorite(): void;
|
|
61
|
+
addProductToCart(): void;
|
|
62
|
+
waitingList(): void;
|
|
63
|
+
changeQuantityProduct(event: Event): void;
|
|
64
|
+
changeVariationBody(event: Event): void;
|
|
65
|
+
render(): any;
|
|
66
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
hasBackground: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
};
|
|
10
|
+
onlyIconButton: {
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
control: string;
|
|
14
|
+
};
|
|
15
|
+
badge: {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
control: string;
|
|
19
|
+
};
|
|
20
|
+
favorite: {
|
|
21
|
+
name: string;
|
|
22
|
+
description: string;
|
|
23
|
+
control: string;
|
|
24
|
+
};
|
|
25
|
+
link: {
|
|
26
|
+
name: string;
|
|
27
|
+
description: string;
|
|
28
|
+
control: string;
|
|
29
|
+
};
|
|
30
|
+
img: {
|
|
31
|
+
name: string;
|
|
32
|
+
description: string;
|
|
33
|
+
control: string;
|
|
34
|
+
defaultValue: string;
|
|
35
|
+
if: {
|
|
36
|
+
arg: string;
|
|
37
|
+
exists: boolean;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
imgAlt: {
|
|
41
|
+
name: string;
|
|
42
|
+
description: string;
|
|
43
|
+
control: string;
|
|
44
|
+
if: {
|
|
45
|
+
arg: string;
|
|
46
|
+
exists: boolean;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
videoSrc: {
|
|
50
|
+
name: string;
|
|
51
|
+
description: string;
|
|
52
|
+
control: string;
|
|
53
|
+
if: {
|
|
54
|
+
arg: string;
|
|
55
|
+
exists: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
notificationUrl: {
|
|
59
|
+
name: string;
|
|
60
|
+
description: string;
|
|
61
|
+
control: string;
|
|
62
|
+
};
|
|
63
|
+
notificationText: {
|
|
64
|
+
name: string;
|
|
65
|
+
description: string;
|
|
66
|
+
control: string;
|
|
67
|
+
};
|
|
68
|
+
productName: {
|
|
69
|
+
name: string;
|
|
70
|
+
description: string;
|
|
71
|
+
control: string;
|
|
72
|
+
};
|
|
73
|
+
subtitle: {
|
|
74
|
+
name: string;
|
|
75
|
+
description: string;
|
|
76
|
+
control: string;
|
|
77
|
+
};
|
|
78
|
+
productId: {
|
|
79
|
+
name: string;
|
|
80
|
+
description: string;
|
|
81
|
+
control: string;
|
|
82
|
+
};
|
|
83
|
+
price: {
|
|
84
|
+
name: string;
|
|
85
|
+
description: string;
|
|
86
|
+
control: string;
|
|
87
|
+
};
|
|
88
|
+
salePrice: {
|
|
89
|
+
name: string;
|
|
90
|
+
description: string;
|
|
91
|
+
control: string;
|
|
92
|
+
};
|
|
93
|
+
outOfStock: {
|
|
94
|
+
name: string;
|
|
95
|
+
description: string;
|
|
96
|
+
control: string;
|
|
97
|
+
defaultValue: boolean;
|
|
98
|
+
};
|
|
99
|
+
outOfStockText: {
|
|
100
|
+
name: string;
|
|
101
|
+
description: string;
|
|
102
|
+
control: string;
|
|
103
|
+
};
|
|
104
|
+
addtoCartText: {
|
|
105
|
+
name: string;
|
|
106
|
+
description: string;
|
|
107
|
+
control: string;
|
|
108
|
+
};
|
|
109
|
+
waitingListText: {
|
|
110
|
+
name: string;
|
|
111
|
+
description: string;
|
|
112
|
+
control: string;
|
|
113
|
+
};
|
|
114
|
+
quantity: {
|
|
115
|
+
name: string;
|
|
116
|
+
description: string;
|
|
117
|
+
control: string;
|
|
118
|
+
defaultValue: boolean;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
export default _default;
|
|
123
|
+
export declare const Card: any;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare class JumpFilter {
|
|
2
|
+
direction: 'horizontal' | 'vertical';
|
|
3
|
+
filterHeading: string;
|
|
4
|
+
filterButtonLabel: string;
|
|
5
|
+
filterButtonIcon: string;
|
|
6
|
+
mobileThreshold: number;
|
|
7
|
+
filters: any;
|
|
8
|
+
activeFilters: number;
|
|
9
|
+
showMobileFilters: boolean;
|
|
10
|
+
isMobile: boolean;
|
|
11
|
+
mobileToggle: HTMLElement | null;
|
|
12
|
+
filtersDrawer: HTMLElement;
|
|
13
|
+
filterChangeHandler(event: CustomEvent): void;
|
|
14
|
+
handleResize(): void;
|
|
15
|
+
/**
|
|
16
|
+
* Get the active filters from the component
|
|
17
|
+
*/
|
|
18
|
+
getFilters(): Promise<any>;
|
|
19
|
+
componentDidLoad(): void;
|
|
20
|
+
toggleMobileFilters(): void;
|
|
21
|
+
render(): any;
|
|
22
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
direction: {
|
|
6
|
+
control: {
|
|
7
|
+
type: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
filterHeading: {
|
|
12
|
+
control: {
|
|
13
|
+
type: string;
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
filterButtonLabel: {
|
|
18
|
+
control: {
|
|
19
|
+
type: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
filterButtonIcon: {
|
|
23
|
+
control: {
|
|
24
|
+
type: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
mobileThreshold: {
|
|
28
|
+
control: {
|
|
29
|
+
type: string;
|
|
30
|
+
};
|
|
31
|
+
defaultValue: number;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
36
|
+
export declare const Default: any;
|
|
37
|
+
export declare const WithSelectFilter: any;
|
|
38
|
+
export declare const WithCheckboxFilter: any;
|
|
39
|
+
export declare const WithMixedFilters: any;
|
|
40
|
+
export declare const WithMoreFilters: any;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class JumpFiltergroup {
|
|
2
|
+
name: string;
|
|
3
|
+
heading: string;
|
|
4
|
+
otherLabel: string;
|
|
5
|
+
lessLabel: string;
|
|
6
|
+
maxElements: number;
|
|
7
|
+
variant: 'accordion' | 'default';
|
|
8
|
+
values: string[];
|
|
9
|
+
value: string;
|
|
10
|
+
slotItems: any;
|
|
11
|
+
inputs: any;
|
|
12
|
+
showMore: boolean;
|
|
13
|
+
change: any;
|
|
14
|
+
slotItemsWrapper: HTMLSlotElement;
|
|
15
|
+
getValues(): Promise<string[]>;
|
|
16
|
+
getActiveAmount(): Promise<number>;
|
|
17
|
+
getInputs(): Promise<any>;
|
|
18
|
+
getName(): Promise<string>;
|
|
19
|
+
toggleHiddenItems(): void;
|
|
20
|
+
handleShowMore(): void;
|
|
21
|
+
handleChange(event: Event): void;
|
|
22
|
+
componentDidLoad(): void;
|
|
23
|
+
render(): any;
|
|
24
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
name: {
|
|
6
|
+
control: {
|
|
7
|
+
type: string;
|
|
8
|
+
description: string;
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
title: {
|
|
13
|
+
control: {
|
|
14
|
+
type: string;
|
|
15
|
+
description: string;
|
|
16
|
+
defaultValue: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
otherLabel: {
|
|
20
|
+
control: {
|
|
21
|
+
type: string;
|
|
22
|
+
description: string;
|
|
23
|
+
defaultValue: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
lessLabel: {
|
|
27
|
+
control: {
|
|
28
|
+
type: string;
|
|
29
|
+
description: string;
|
|
30
|
+
defaultValue: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
maxElements: {
|
|
34
|
+
control: {
|
|
35
|
+
type: string;
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
defaultValue: number;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export default _default;
|
|
43
|
+
export declare const Default: any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: {
|
|
9
|
+
custom: string;
|
|
10
|
+
};
|
|
11
|
+
defaultValue: string;
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
size: {
|
|
15
|
+
name: string;
|
|
16
|
+
control: string;
|
|
17
|
+
options: {
|
|
18
|
+
inherit: string;
|
|
19
|
+
small: string;
|
|
20
|
+
medium: string;
|
|
21
|
+
large: string;
|
|
22
|
+
};
|
|
23
|
+
defaultValue: string;
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
label: {
|
|
27
|
+
name: string;
|
|
28
|
+
control: string;
|
|
29
|
+
description: string;
|
|
30
|
+
};
|
|
31
|
+
src: {
|
|
32
|
+
name: string;
|
|
33
|
+
control: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
39
|
+
export declare const IconDefault: any;
|
|
40
|
+
export declare const IconInherit: any;
|
|
@@ -2,55 +2,44 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
tags: string[];
|
|
4
4
|
argTypes: {
|
|
5
|
-
|
|
5
|
+
library: {
|
|
6
6
|
name: string;
|
|
7
|
-
description: string;
|
|
8
7
|
control: string;
|
|
9
8
|
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
10
11
|
};
|
|
11
|
-
|
|
12
|
+
category: {
|
|
12
13
|
name: string;
|
|
13
|
-
description: string;
|
|
14
14
|
control: string;
|
|
15
15
|
options: string[];
|
|
16
|
-
labels: {
|
|
17
|
-
small: string;
|
|
18
|
-
medium: string;
|
|
19
|
-
large: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
pill: {
|
|
23
|
-
name: string;
|
|
24
16
|
description: string;
|
|
25
|
-
control: string;
|
|
26
17
|
};
|
|
27
|
-
|
|
18
|
+
name: {
|
|
28
19
|
name: string;
|
|
29
|
-
description: string;
|
|
30
20
|
control: string;
|
|
31
|
-
|
|
32
|
-
full: {
|
|
33
|
-
name: string;
|
|
21
|
+
defaultValue: string;
|
|
34
22
|
description: string;
|
|
35
|
-
control: string;
|
|
36
23
|
};
|
|
37
|
-
|
|
24
|
+
size: {
|
|
38
25
|
name: string;
|
|
39
|
-
description: string;
|
|
40
26
|
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
41
35
|
};
|
|
42
|
-
|
|
36
|
+
label: {
|
|
43
37
|
name: string;
|
|
44
|
-
description: string;
|
|
45
38
|
control: string;
|
|
39
|
+
description: string;
|
|
46
40
|
};
|
|
47
41
|
};
|
|
48
42
|
};
|
|
49
43
|
export default _default;
|
|
50
|
-
export declare const
|
|
51
|
-
export declare const
|
|
52
|
-
export declare const OutlineGrey: any;
|
|
53
|
-
export declare const OutlineWhite: any;
|
|
54
|
-
export declare const outlinePill: any;
|
|
55
|
-
export declare const withIcon: any;
|
|
56
|
-
export declare const Disabled: any;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|