@thryveai/theme-interfaces 2.7.176 → 2.7.177
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.
|
@@ -1036,6 +1036,40 @@ var DefaultThemeSFUI = function (colors) {
|
|
|
1036
1036
|
buttonDimension: 56,
|
|
1037
1037
|
},
|
|
1038
1038
|
},
|
|
1039
|
+
carouselComponent: {
|
|
1040
|
+
carouselPagination: {
|
|
1041
|
+
dotBackground: colors.greyscale3,
|
|
1042
|
+
activeDotBackground: colors.primary1,
|
|
1043
|
+
playBtnColor: colors.primary1,
|
|
1044
|
+
dotsWrapperBackground: colors.greyscale1,
|
|
1045
|
+
dotsWrapperBackgroundShadow: "".concat(colors.greyscale6, "05"),
|
|
1046
|
+
dotsWrapperAccentShadow: "".concat(colors.primary3, "1a"),
|
|
1047
|
+
},
|
|
1048
|
+
scrollbarBackground: colors.greyscale3,
|
|
1049
|
+
carouselArrows: {
|
|
1050
|
+
backgroundColor: colors.greyscale1,
|
|
1051
|
+
backgroundShadow: "".concat(colors.greyscale6, "0d"),
|
|
1052
|
+
accentShadow: "".concat(colors.primary3, "26"),
|
|
1053
|
+
iconColor: colors.primary1,
|
|
1054
|
+
hover: {
|
|
1055
|
+
backgroundColor: colors.greyscale1,
|
|
1056
|
+
borderColor: colors.primary1,
|
|
1057
|
+
iconColor: colors.primary1,
|
|
1058
|
+
},
|
|
1059
|
+
},
|
|
1060
|
+
viewAllProductsCard: {
|
|
1061
|
+
textColor: colors.primary1,
|
|
1062
|
+
iconColor: colors.greyscale1,
|
|
1063
|
+
iconBackgroundColor: colors.primary1,
|
|
1064
|
+
hover: {
|
|
1065
|
+
backgroundColor: colors.primary5,
|
|
1066
|
+
borderColor: colors.primary1,
|
|
1067
|
+
textColor: colors.primary2,
|
|
1068
|
+
iconColor: colors.greyscale1,
|
|
1069
|
+
iconBackgroundColor: colors.primary2,
|
|
1070
|
+
},
|
|
1071
|
+
},
|
|
1072
|
+
},
|
|
1039
1073
|
modal: {
|
|
1040
1074
|
header: {
|
|
1041
1075
|
mobileBackgroundColor: colors.greyscale2,
|
package/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
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
|
-
"merge-settings": "ts-node ./scripts/settings/sfui-settings-migrator.ts",
|
|
8
|
-
"generate-retailer-icons": "gulp --gulpfile ./scripts/icons/gulpfile.js",
|
|
9
|
-
"commit": "cz"
|
|
10
|
-
},
|
|
11
|
-
"author": "Wynshop",
|
|
12
|
-
"license": "ISC",
|
|
13
|
-
"main": "dist",
|
|
14
|
-
"files": [
|
|
15
|
-
"dist"
|
|
16
|
-
],
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"@types/node": "^17.0.42",
|
|
19
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
20
|
-
"fs-extra": "11.1.0",
|
|
21
|
-
"gulp": "4.0.2",
|
|
22
|
-
"gulp-file-contents-to-json": "0.2.2",
|
|
23
|
-
"gulp-typescript": "6.0.0-alpha.1",
|
|
24
|
-
"imagemin": "7.0.1",
|
|
25
|
-
"imagemin-svgo": "9.0.0",
|
|
26
|
-
"svgo": "3.0.2",
|
|
27
|
-
"ts-json-schema-generator": "2.3.0",
|
|
28
|
-
"ts-node": "^10.8.1",
|
|
29
|
-
"typescript": "4.6.3"
|
|
30
|
-
},
|
|
31
|
-
"config": {
|
|
32
|
-
"commitizen": {
|
|
33
|
-
"path": "./application/node_modules/cz-conventional-changelog"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@thryveai/theme-interfaces",
|
|
3
|
+
"version": "2.7.177",
|
|
4
|
+
"description": "Shared interfaces and defaults for all Wynshop themed apps.",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "gulp",
|
|
7
|
+
"merge-settings": "ts-node ./scripts/settings/sfui-settings-migrator.ts",
|
|
8
|
+
"generate-retailer-icons": "gulp --gulpfile ./scripts/icons/gulpfile.js",
|
|
9
|
+
"commit": "cz"
|
|
10
|
+
},
|
|
11
|
+
"author": "Wynshop",
|
|
12
|
+
"license": "ISC",
|
|
13
|
+
"main": "dist",
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@types/node": "^17.0.42",
|
|
19
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
20
|
+
"fs-extra": "11.1.0",
|
|
21
|
+
"gulp": "4.0.2",
|
|
22
|
+
"gulp-file-contents-to-json": "0.2.2",
|
|
23
|
+
"gulp-typescript": "6.0.0-alpha.1",
|
|
24
|
+
"imagemin": "7.0.1",
|
|
25
|
+
"imagemin-svgo": "9.0.0",
|
|
26
|
+
"svgo": "3.0.2",
|
|
27
|
+
"ts-json-schema-generator": "2.3.0",
|
|
28
|
+
"ts-node": "^10.8.1",
|
|
29
|
+
"typescript": "4.6.3"
|
|
30
|
+
},
|
|
31
|
+
"config": {
|
|
32
|
+
"commitizen": {
|
|
33
|
+
"path": "./application/node_modules/cz-conventional-changelog"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|