@sc-360-v2/storefront-cms-library 0.4.13 → 0.4.15

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.
@@ -788,9 +788,9 @@ $minWidth: 70px;
788
788
  &[data-background-shape="circle"] {
789
789
  border-radius: 50%;
790
790
  }
791
- &[data-background-shape="square"] {
792
- border-radius: 5px;
793
- }
791
+ // &[data-background-shape="square"] {
792
+ // border-radius: 5px;
793
+ // }
794
794
  &[data-background-shape="capsule"] {
795
795
  border-radius: 40px; /* Full pill shape */
796
796
  box-sizing: border-box;
package/dist/widget.scss CHANGED
@@ -139,3 +139,4 @@
139
139
  @use "./order-processing.scss";
140
140
  @use "./embroidery.scss";
141
141
  @use "./wishlist-overlay.scss";
142
+ @use "./add-existing-form.scss";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.13",
3
+ "version": "0.4.15",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {