@trafilea/afrodita-components 6.42.3 → 6.43.0
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/build/index.esm.js +326 -296
- package/build/index.esm.js.map +1 -1
- package/build/index.js +326 -296
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.js +8 -0
- package/build/theme/shapermint.theme.js +10 -2
- package/build/theme/thebodcon.theme.js +10 -2
- package/build/theme/thespadr.theme.js +8 -0
- package/build/theme/truekind.theme.js +10 -2
- package/package.json +1 -1
|
@@ -167,6 +167,14 @@ var revel = {
|
|
|
167
167
|
contrast: '--colors-text-color',
|
|
168
168
|
},
|
|
169
169
|
},
|
|
170
|
+
brickRed: {
|
|
171
|
+
color: '#C64844',
|
|
172
|
+
contrast: '--colors-shades-white-color',
|
|
173
|
+
soft: {
|
|
174
|
+
color: '#DBBFBF',
|
|
175
|
+
contrast: '--colors-text-color',
|
|
176
|
+
},
|
|
177
|
+
},
|
|
170
178
|
creamy: {
|
|
171
179
|
color: '#FFE9D8',
|
|
172
180
|
contrast: '--colors-text-color',
|
|
@@ -167,6 +167,14 @@ var shapermint = {
|
|
|
167
167
|
contrast: '--colors-text-color',
|
|
168
168
|
},
|
|
169
169
|
},
|
|
170
|
+
brickRed: {
|
|
171
|
+
color: '#C64844',
|
|
172
|
+
contrast: '--colors-shades-white-color',
|
|
173
|
+
soft: {
|
|
174
|
+
color: '#DBBFBF',
|
|
175
|
+
contrast: '--colors-text-color',
|
|
176
|
+
},
|
|
177
|
+
},
|
|
170
178
|
creamy: {
|
|
171
179
|
color: '#FFE9D8',
|
|
172
180
|
contrast: '--colors-text-color',
|
|
@@ -1084,8 +1092,8 @@ var shapermint = {
|
|
|
1084
1092
|
},
|
|
1085
1093
|
},
|
|
1086
1094
|
label: {
|
|
1087
|
-
member:
|
|
1088
|
-
}
|
|
1095
|
+
member: 'CLUB MEMBERS',
|
|
1096
|
+
},
|
|
1089
1097
|
};
|
|
1090
1098
|
|
|
1091
1099
|
module.exports = shapermint;
|
|
@@ -167,6 +167,14 @@ var thebodcon = {
|
|
|
167
167
|
contrast: '--colors-text-color',
|
|
168
168
|
},
|
|
169
169
|
},
|
|
170
|
+
brickRed: {
|
|
171
|
+
color: '#C64844',
|
|
172
|
+
contrast: '--colors-shades-white-color',
|
|
173
|
+
soft: {
|
|
174
|
+
color: '#DBBFBF',
|
|
175
|
+
contrast: '--colors-text-color',
|
|
176
|
+
},
|
|
177
|
+
},
|
|
170
178
|
creamy: {
|
|
171
179
|
color: '#FFE9D8',
|
|
172
180
|
contrast: '--colors-text-color',
|
|
@@ -1112,8 +1120,8 @@ var thebodcon = {
|
|
|
1112
1120
|
},
|
|
1113
1121
|
},
|
|
1114
1122
|
label: {
|
|
1115
|
-
member:
|
|
1116
|
-
}
|
|
1123
|
+
member: '',
|
|
1124
|
+
},
|
|
1117
1125
|
};
|
|
1118
1126
|
|
|
1119
1127
|
module.exports = thebodcon;
|
|
@@ -129,6 +129,14 @@ var tsd = {
|
|
|
129
129
|
contrast: '--colors-text-color',
|
|
130
130
|
},
|
|
131
131
|
},
|
|
132
|
+
brickRed: {
|
|
133
|
+
color: '#C64844',
|
|
134
|
+
contrast: '--colors-shades-white-color',
|
|
135
|
+
soft: {
|
|
136
|
+
color: '#DBBFBF',
|
|
137
|
+
contrast: '--colors-text-color',
|
|
138
|
+
},
|
|
139
|
+
},
|
|
132
140
|
yellow: {
|
|
133
141
|
color: '#FFFF00',
|
|
134
142
|
contrast: '--colors-shades-white-color',
|
|
@@ -133,6 +133,14 @@ var truekind = {
|
|
|
133
133
|
contrast: '--colors-text-color',
|
|
134
134
|
},
|
|
135
135
|
},
|
|
136
|
+
brickRed: {
|
|
137
|
+
color: '#C64844',
|
|
138
|
+
contrast: '--colors-shades-white-color',
|
|
139
|
+
soft: {
|
|
140
|
+
color: '#DBBFBF',
|
|
141
|
+
contrast: '--colors-text-color',
|
|
142
|
+
},
|
|
143
|
+
},
|
|
136
144
|
},
|
|
137
145
|
shades: {
|
|
138
146
|
black: { color: '#000', contrast: '--colors-shades-white-color' },
|
|
@@ -1077,8 +1085,8 @@ var truekind = {
|
|
|
1077
1085
|
},
|
|
1078
1086
|
},
|
|
1079
1087
|
label: {
|
|
1080
|
-
member:
|
|
1081
|
-
}
|
|
1088
|
+
member: 'ELITE MEMBERS',
|
|
1089
|
+
},
|
|
1082
1090
|
};
|
|
1083
1091
|
|
|
1084
1092
|
module.exports = truekind;
|
package/package.json
CHANGED