@thryveai/theme-interfaces 2.7.71 → 2.7.72
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
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
#V8 Theme Interfaces
|
|
2
|
-
|
|
3
|
-
interfaces for all MI9 Retailer Themes.
|
|
4
|
-
|
|
5
|
-
###icons.interfaces
|
|
6
|
-
List of all icons used inside the ui projects.
|
|
7
|
-
|
|
8
|
-
###retailer-settings.interfaces
|
|
9
|
-
more info here
|
|
10
|
-
https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
|
|
11
|
-
###theme.interfaces
|
|
12
|
-
The interface for each theme, colors, fonts, sizes and other css properties.
|
|
13
|
-
|
|
14
|
-
#To Build Project
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
npm install
|
|
18
|
-
npm run build
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
#To Publish npm package
|
|
22
|
-
```
|
|
23
|
-
npm login
|
|
24
|
-
npm publish
|
|
25
|
-
```
|
|
26
|
-
or
|
|
27
|
-
```
|
|
28
|
-
npm run push
|
|
29
|
-
```
|
|
1
|
+
#V8 Theme Interfaces
|
|
2
|
+
|
|
3
|
+
interfaces for all MI9 Retailer Themes.
|
|
4
|
+
|
|
5
|
+
###icons.interfaces
|
|
6
|
+
List of all icons used inside the ui projects.
|
|
7
|
+
|
|
8
|
+
###retailer-settings.interfaces
|
|
9
|
+
more info here
|
|
10
|
+
https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
|
|
11
|
+
###theme.interfaces
|
|
12
|
+
The interface for each theme, colors, fonts, sizes and other css properties.
|
|
13
|
+
|
|
14
|
+
#To Build Project
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
npm install
|
|
18
|
+
npm run build
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
#To Publish npm package
|
|
22
|
+
```
|
|
23
|
+
npm login
|
|
24
|
+
npm publish
|
|
25
|
+
```
|
|
26
|
+
or
|
|
27
|
+
```
|
|
28
|
+
npm run push
|
|
29
|
+
```
|
|
@@ -595,6 +595,7 @@ export interface IProductCardV2RecommendedLabelSettings {
|
|
|
595
595
|
}
|
|
596
596
|
export interface IProductCardV2PromotionLabelsSettings {
|
|
597
597
|
showLines: number;
|
|
598
|
+
labelSource: "name" | "description";
|
|
598
599
|
}
|
|
599
600
|
export declare type IProductCardLayouts = {
|
|
600
601
|
ContainersGrid: "default" | "pce-centered" | "prs-labels";
|
package/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@thryveai/theme-interfaces",
|
|
3
|
-
"version": "2.7.
|
|
4
|
-
"description": "Shared interfaces and defaults for all Wynshop themed apps.",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "gulp",
|
|
7
|
-
"push": "npm run build && npm publish",
|
|
8
|
-
"merge-settings": "ts-node ./scripts/settings/sfui-settings-migrator.ts",
|
|
9
|
-
"generate-retailer-icons": "gulp --gulpfile ./scripts/icons/gulpfile.js"
|
|
10
|
-
},
|
|
11
|
-
"author": "Wynshop",
|
|
12
|
-
"license": "ISC",
|
|
13
|
-
"main": "dist",
|
|
14
|
-
"files": [
|
|
15
|
-
"dist"
|
|
16
|
-
],
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"@types/node": "^17.0.42",
|
|
19
|
-
"fs-extra": "11.1.0",
|
|
20
|
-
"gulp": "4.0.2",
|
|
21
|
-
"gulp-file-contents-to-json": "0.2.2",
|
|
22
|
-
"gulp-typescript": "6.0.0-alpha.1",
|
|
23
|
-
"imagemin": "7.0.1",
|
|
24
|
-
"imagemin-svgo": "9.0.0",
|
|
25
|
-
"svgo": "3.0.2",
|
|
26
|
-
"ts-node": "^10.8.1",
|
|
27
|
-
"typescript": "4.6.3"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@thryveai/theme-interfaces",
|
|
3
|
+
"version": "2.7.72",
|
|
4
|
+
"description": "Shared interfaces and defaults for all Wynshop themed apps.",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "gulp",
|
|
7
|
+
"push": "npm run build && npm publish",
|
|
8
|
+
"merge-settings": "ts-node ./scripts/settings/sfui-settings-migrator.ts",
|
|
9
|
+
"generate-retailer-icons": "gulp --gulpfile ./scripts/icons/gulpfile.js"
|
|
10
|
+
},
|
|
11
|
+
"author": "Wynshop",
|
|
12
|
+
"license": "ISC",
|
|
13
|
+
"main": "dist",
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@types/node": "^17.0.42",
|
|
19
|
+
"fs-extra": "11.1.0",
|
|
20
|
+
"gulp": "4.0.2",
|
|
21
|
+
"gulp-file-contents-to-json": "0.2.2",
|
|
22
|
+
"gulp-typescript": "6.0.0-alpha.1",
|
|
23
|
+
"imagemin": "7.0.1",
|
|
24
|
+
"imagemin-svgo": "9.0.0",
|
|
25
|
+
"svgo": "3.0.2",
|
|
26
|
+
"ts-node": "^10.8.1",
|
|
27
|
+
"typescript": "4.6.3"
|
|
28
|
+
}
|
|
29
|
+
}
|