@sc-360-v2/storefront-cms-library 0.2.69 → 0.2.71
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/README.md +12 -12
- package/dist/builder.js +1 -1
- package/dist/globals.scss +94 -94
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/marchandiserSets.scss +43 -0
- package/dist/types/builder/elements/marchandiser-sets/index.d.ts +71 -0
- package/dist/types/builder/elements/tab-v2/index.d.ts +1 -0
- package/dist/types/builder/enums/index.d.ts +5 -2
- package/dist/types/builder/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +14 -4
- package/dist/types/builder/tools/element-edit/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/line.d.ts +71 -4
- package/dist/types/builder/tools/element-edit/marchandiserSets.d.ts +147 -0
- package/dist/types/builder/tools/element-edit/tabsV2.d.ts +6 -1
- package/dist/widget.scss +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# @sc-360-v2/storefront-cms-library
|
|
2
|
-
|
|
3
|
-
`@sc-360-v2/storefront-cms-library` is a versatile library that provides styling and property components for other modules in your projects. This package is designed to streamline the creation of consistent and customizable storefront layouts.
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
You can install the package using npm or yarn:
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm install @sc-360-v2/storefront-cms-library
|
|
11
|
-
# or
|
|
12
|
-
yarn add @sc-360-v2/storefront-cms-library
|
|
1
|
+
# @sc-360-v2/storefront-cms-library
|
|
2
|
+
|
|
3
|
+
`@sc-360-v2/storefront-cms-library` is a versatile library that provides styling and property components for other modules in your projects. This package is designed to streamline the creation of consistent and customizable storefront layouts.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
You can install the package using npm or yarn:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install @sc-360-v2/storefront-cms-library
|
|
11
|
+
# or
|
|
12
|
+
yarn add @sc-360-v2/storefront-cms-library
|