@thryveai/theme-interfaces 2.8.41 → 2.8.43
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.
|
@@ -570,6 +570,22 @@ var DefaultThemeSFUI = function (colors) {
|
|
|
570
570
|
borderColor: colors.greyscale2,
|
|
571
571
|
},
|
|
572
572
|
},
|
|
573
|
+
loyaltyMembersPrice: {
|
|
574
|
+
label: {
|
|
575
|
+
backgroundColor: colors.warn,
|
|
576
|
+
color: colors.greyscale6,
|
|
577
|
+
fontWeight: exports.globalTheme.FontWeightBold,
|
|
578
|
+
},
|
|
579
|
+
price: {
|
|
580
|
+
backgroundColor: colors.greyscale1,
|
|
581
|
+
color: colors.greyscale5,
|
|
582
|
+
fontWeight: exports.globalTheme.FontWeight,
|
|
583
|
+
},
|
|
584
|
+
unitPrice: {
|
|
585
|
+
color: colors.greyscale4,
|
|
586
|
+
fontWeight: exports.globalTheme.FontWeight,
|
|
587
|
+
},
|
|
588
|
+
},
|
|
573
589
|
typography: {
|
|
574
590
|
webFonts: [
|
|
575
591
|
"https://fonts.googleapis.com/css?family=Cabin:400,400i,700,700i&display=swap",
|
|
@@ -1161,6 +1177,20 @@ var DefaultThemeSFUI = function (colors) {
|
|
|
1161
1177
|
color: colors.greyscale4,
|
|
1162
1178
|
placeholderColor: colors.greyscale2,
|
|
1163
1179
|
},
|
|
1180
|
+
labels: {
|
|
1181
|
+
floating: {
|
|
1182
|
+
color: {
|
|
1183
|
+
active: colors.primary1,
|
|
1184
|
+
static: colors.greyscale6,
|
|
1185
|
+
},
|
|
1186
|
+
opacity: {
|
|
1187
|
+
active: 1,
|
|
1188
|
+
static: 0.6,
|
|
1189
|
+
},
|
|
1190
|
+
fontSize: "0.75rem",
|
|
1191
|
+
lineHeight: "0.9375rem",
|
|
1192
|
+
},
|
|
1193
|
+
},
|
|
1164
1194
|
},
|
|
1165
1195
|
dropdown: {
|
|
1166
1196
|
iconColor: colors.greyscale4,
|