@viur/shop-components 0.0.1-dev.58 → 0.0.1-dev.60
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/.editorconfig +16 -0
- package/.github/workflows/npm-publish.yml +42 -0
- package/.gitmodules +3 -0
- package/LICENSE +21 -0
- package/README.md +13 -2
- package/package.json +19 -32
- package/src/components/ShopCart.vue +512 -0
- package/src/components/ShopOrderComplete.vue +73 -0
- package/src/components/ShopOrderConfirm.vue +291 -0
- package/src/components/ShopOrderStepper.vue +264 -0
- package/src/components/ShopUserData.vue +232 -0
- package/src/components/cart/CartLeaf.vue +277 -0
- package/src/components/cart/CartLeafModel.vue +304 -0
- package/src/components/cart/CartNode.vue +25 -0
- package/src/components/cart/CartTree.vue +54 -0
- package/src/components/cart/CartTreeWrapper.vue +73 -0
- package/src/components/cart/CartView.vue +723 -0
- package/src/components/cart/Discount.vue +91 -0
- package/src/components/lib/utils.js +0 -0
- package/src/components/order/OrderSidebar.vue +102 -0
- package/src/components/order/category/CategoryList.vue +83 -0
- package/src/components/order/category/CategoryView.vue +143 -0
- package/src/components/order/information/adress/ShippingAdress.vue +143 -0
- package/src/components/order/item/ItemCard.vue +168 -0
- package/src/components/order/item/ItemView.vue +232 -0
- package/src/components/order/process/ConfirmView.vue +312 -0
- package/src/components/order/process/ExampleUsage.vue +113 -0
- package/src/components/order/process/OrderTabHeader.vue +16 -0
- package/src/components/order/process/SelectPaymentProvider.vue +62 -0
- package/src/components/order/process/Shipping.vue +46 -0
- package/src/components/ui/ShopSummary.vue +145 -0
- package/src/components/ui/generic/ArticleList.vue +222 -0
- package/src/components/ui/generic/ExamplePagination.vue +236 -0
- package/src/components/ui/generic/ShopPriceFormatter.vue +41 -0
- package/src/components/ui/generic/alerts/ShopAlert.vue +19 -0
- package/src/components/ui/generic/makeData.js +39 -0
- package/src/components/ui/stepper/StepperItem.vue +39 -0
- package/src/components/ui/stepper/StepperTab.vue +133 -0
- package/src/components/ui/stepper/StepperTrigger.vue +35 -0
- package/src/components/ui/userdata/AddForm.vue +125 -0
- package/src/components/ui/userdata/AddressBox.vue +117 -0
- package/src/components/ui/userdata/BaseLayout.vue +94 -0
- package/src/components/ui/userdata/CustomBooleanBone.vue +58 -0
- package/src/components/ui/userdata/CustomSelectBone.vue +91 -0
- package/src/components/ui/userdata/CustomStringBone.vue +71 -0
- package/src/components/ui/userdata/DefaultLayout.vue +126 -0
- package/src/components/ui/userdata/SelectAddress.vue +21 -0
- package/src/components/ui/userdata/multi/ActionBar.vue +38 -0
- package/src/components/ui/userdata/multi/CartSelection.vue +42 -0
- package/src/main.js +50 -0
- package/src/router/index.js +103 -0
- package/src/stores/cart.js +336 -0
- package/src/style/ignite/.editorconfig +20 -0
- package/src/style/ignite/.github/workflows/ignite.yml +64 -0
- package/src/style/ignite/.github/workflows/node.yml +30 -0
- package/src/style/ignite/.postcssrc.cjs +25 -0
- package/src/style/ignite/CHANGELOG.md +244 -0
- package/src/style/ignite/LICENSE +21 -0
- package/src/style/ignite/README.md +92 -0
- package/src/style/ignite/dist/ignite.css +2019 -0
- package/src/style/ignite/dist/ignite.min.css +4 -0
- package/src/style/ignite/foundation/basic.css +371 -0
- package/src/style/ignite/foundation/color.css +323 -0
- package/src/style/ignite/foundation/config.css +188 -0
- package/src/style/ignite/foundation/grid.css +78 -0
- package/src/style/ignite/foundation/mediaqueries.css +71 -0
- package/src/style/ignite/foundation/reset.css +261 -0
- package/src/style/ignite/ignite.css +29 -0
- package/src/style/ignite/ignite.css.map +1 -0
- package/src/style/ignite/package-lock.json +5530 -0
- package/src/style/ignite/package.json +58 -0
- package/src/style/ignite/shoelace.css +19 -0
- package/src/style/ignite/themes/dark.css +12 -0
- package/src/style/ignite/themes/light.css +11 -0
- package/src/style/ignite/utilities/shoelace.css +537 -0
- package/src/style/ignite/utilities/utilities.css +24 -0
- package/src/views/ViewMissing.vue +20 -0
- package/vite.config.js +53 -0
- package/dist/CategoryView-Z-tCFNv1.mjs +0 -60
- package/dist/ItemCard-CVfih_bz.mjs +0 -64
- package/dist/ItemView-cjeQBSTR.mjs +0 -1848
- package/dist/ItemView.css +0 -1
- package/dist/main-CZfMYx-A.mjs +0 -3167
- package/dist/main.css +0 -1
- package/dist/viur-shop-components.es.js +0 -10
- package/dist/viur-shop-components.umd.js +0 -417
package/dist/ItemView.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.wrap[data-v-720fb199]{display:grid;grid-template-columns:45% minmax(0,1fr)}.viur-shop-item-view-info-wrap[data-v-720fb199]{padding:var(--sl-spacing-x-large)}.viur-shop-item-view-image-wrap[data-v-720fb199]{display:flex;flex-direction:column}sl-carousel[data-v-720fb199]{aspect-ratio:1;background-color:var(--sl-color-neutral-200)}sl-carousel[data-v-720fb199][data-v-720fb199]::part(base){display:flex;gap:0}sl-carousel[data-v-720fb199][data-v-720fb199]::part(scroll-container){border-radius:0}sl-carousel[data-v-720fb199][data-v-720fb199]::part(navigation-button){position:absolute;background-color:color-mix(in hsl,var(--sl-color-neutral-0) 85%,transparent);color:var(--app-primary-color);border-radius:0;transition:all ease.3s;opacity:0}sl-carousel[data-v-720fb199][data-v-720fb199]::part(navigation-button--previous){left:0}sl-carousel[data-v-720fb199][data-v-720fb199]::part(navigation-button--next){right:0}sl-carousel[data-v-720fb199][data-v-720fb199]:hover[data-v-720fb199]::part(navigation-button){opacity:1}.viur-shop-item-view-thumbnails[data-v-720fb199]{display:flex;justify-content:start;margin-top:vaR(--sl-spacing-medium)}.viur-shop-item-view-thumbnails-scroller[data-v-720fb199]{display:flex;gap:var(--sl-spacing-small);overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;scroll-padding:var(--sl-spacing-small)}.viur-shop-item-view-thumbnails-scroller[data-v-720fb199][data-v-720fb199]::-webkit-scrollbar{display:none}.viur-shop-item-view-thumbnails-image[data-v-720fb199]{width:64px;height:64px;object-fit:cover;opacity:.3;will-change:opacity;transition:.25s opacity;cursor:pointer}.viur-shop-item-view-thumbnails-image[data-v-720fb199].active[data-v-720fb199]{opacity:1}.viur-shop-item-view-headline[data-v-720fb199],.viur-shop-item-view-subline[data-v-720fb199]{margin-bottom:var(--sl-spacing-small)}.viur-shop-item-view-price[data-v-720fb199]{font-size:1.4em;margin-bottom:var(--sl-spacing-small)}.viur-shop-item-view-paragraph[data-v-720fb199]{margin-bottom:var(--sl-spacing-x-large)}.viur-shop-item-view-btn-wrap[data-v-720fb199]{display:flex;flex-direction:column}.viur-shop-item-view-btn-wrap[data-v-720fb199] sl-button[data-v-720fb199]{margin-bottom:var(--sl-spacing-x-small)}.viur-shop-item-view-item-grid[data-v-720fb199]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--sl-spacing-medium)}
|