@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.
Files changed (86) hide show
  1. package/.editorconfig +16 -0
  2. package/.github/workflows/npm-publish.yml +42 -0
  3. package/.gitmodules +3 -0
  4. package/LICENSE +21 -0
  5. package/README.md +13 -2
  6. package/package.json +19 -32
  7. package/src/components/ShopCart.vue +512 -0
  8. package/src/components/ShopOrderComplete.vue +73 -0
  9. package/src/components/ShopOrderConfirm.vue +291 -0
  10. package/src/components/ShopOrderStepper.vue +264 -0
  11. package/src/components/ShopUserData.vue +232 -0
  12. package/src/components/cart/CartLeaf.vue +277 -0
  13. package/src/components/cart/CartLeafModel.vue +304 -0
  14. package/src/components/cart/CartNode.vue +25 -0
  15. package/src/components/cart/CartTree.vue +54 -0
  16. package/src/components/cart/CartTreeWrapper.vue +73 -0
  17. package/src/components/cart/CartView.vue +723 -0
  18. package/src/components/cart/Discount.vue +91 -0
  19. package/src/components/lib/utils.js +0 -0
  20. package/src/components/order/OrderSidebar.vue +102 -0
  21. package/src/components/order/category/CategoryList.vue +83 -0
  22. package/src/components/order/category/CategoryView.vue +143 -0
  23. package/src/components/order/information/adress/ShippingAdress.vue +143 -0
  24. package/src/components/order/item/ItemCard.vue +168 -0
  25. package/src/components/order/item/ItemView.vue +232 -0
  26. package/src/components/order/process/ConfirmView.vue +312 -0
  27. package/src/components/order/process/ExampleUsage.vue +113 -0
  28. package/src/components/order/process/OrderTabHeader.vue +16 -0
  29. package/src/components/order/process/SelectPaymentProvider.vue +62 -0
  30. package/src/components/order/process/Shipping.vue +46 -0
  31. package/src/components/ui/ShopSummary.vue +145 -0
  32. package/src/components/ui/generic/ArticleList.vue +222 -0
  33. package/src/components/ui/generic/ExamplePagination.vue +236 -0
  34. package/src/components/ui/generic/ShopPriceFormatter.vue +41 -0
  35. package/src/components/ui/generic/alerts/ShopAlert.vue +19 -0
  36. package/src/components/ui/generic/makeData.js +39 -0
  37. package/src/components/ui/stepper/StepperItem.vue +39 -0
  38. package/src/components/ui/stepper/StepperTab.vue +133 -0
  39. package/src/components/ui/stepper/StepperTrigger.vue +35 -0
  40. package/src/components/ui/userdata/AddForm.vue +125 -0
  41. package/src/components/ui/userdata/AddressBox.vue +117 -0
  42. package/src/components/ui/userdata/BaseLayout.vue +94 -0
  43. package/src/components/ui/userdata/CustomBooleanBone.vue +58 -0
  44. package/src/components/ui/userdata/CustomSelectBone.vue +91 -0
  45. package/src/components/ui/userdata/CustomStringBone.vue +71 -0
  46. package/src/components/ui/userdata/DefaultLayout.vue +126 -0
  47. package/src/components/ui/userdata/SelectAddress.vue +21 -0
  48. package/src/components/ui/userdata/multi/ActionBar.vue +38 -0
  49. package/src/components/ui/userdata/multi/CartSelection.vue +42 -0
  50. package/src/main.js +50 -0
  51. package/src/router/index.js +103 -0
  52. package/src/stores/cart.js +336 -0
  53. package/src/style/ignite/.editorconfig +20 -0
  54. package/src/style/ignite/.github/workflows/ignite.yml +64 -0
  55. package/src/style/ignite/.github/workflows/node.yml +30 -0
  56. package/src/style/ignite/.postcssrc.cjs +25 -0
  57. package/src/style/ignite/CHANGELOG.md +244 -0
  58. package/src/style/ignite/LICENSE +21 -0
  59. package/src/style/ignite/README.md +92 -0
  60. package/src/style/ignite/dist/ignite.css +2019 -0
  61. package/src/style/ignite/dist/ignite.min.css +4 -0
  62. package/src/style/ignite/foundation/basic.css +371 -0
  63. package/src/style/ignite/foundation/color.css +323 -0
  64. package/src/style/ignite/foundation/config.css +188 -0
  65. package/src/style/ignite/foundation/grid.css +78 -0
  66. package/src/style/ignite/foundation/mediaqueries.css +71 -0
  67. package/src/style/ignite/foundation/reset.css +261 -0
  68. package/src/style/ignite/ignite.css +29 -0
  69. package/src/style/ignite/ignite.css.map +1 -0
  70. package/src/style/ignite/package-lock.json +5530 -0
  71. package/src/style/ignite/package.json +58 -0
  72. package/src/style/ignite/shoelace.css +19 -0
  73. package/src/style/ignite/themes/dark.css +12 -0
  74. package/src/style/ignite/themes/light.css +11 -0
  75. package/src/style/ignite/utilities/shoelace.css +537 -0
  76. package/src/style/ignite/utilities/utilities.css +24 -0
  77. package/src/views/ViewMissing.vue +20 -0
  78. package/vite.config.js +53 -0
  79. package/dist/CategoryView-Z-tCFNv1.mjs +0 -60
  80. package/dist/ItemCard-CVfih_bz.mjs +0 -64
  81. package/dist/ItemView-cjeQBSTR.mjs +0 -1848
  82. package/dist/ItemView.css +0 -1
  83. package/dist/main-CZfMYx-A.mjs +0 -3167
  84. package/dist/main.css +0 -1
  85. package/dist/viur-shop-components.es.js +0 -10
  86. 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)}