@trafilea/afrodita-components 6.11.1 → 6.13.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.d.ts +7 -4
- package/build/index.esm.js +81 -78
- package/build/index.esm.js.map +1 -1
- package/build/index.js +81 -78
- package/build/index.js.map +1 -1
- package/build/theme/thespadr.theme.js +9 -1
- package/package.json +1 -1
|
@@ -120,6 +120,14 @@ var tsd = {
|
|
|
120
120
|
contrast: '--colors-text-color',
|
|
121
121
|
},
|
|
122
122
|
},
|
|
123
|
+
yellow: {
|
|
124
|
+
color: '#FFFF00',
|
|
125
|
+
contrast: '--colors-shades-white-color',
|
|
126
|
+
soft: {
|
|
127
|
+
color: '#F2DF78',
|
|
128
|
+
contrast: '--colors-text-color',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
123
131
|
},
|
|
124
132
|
shades: {
|
|
125
133
|
black: { color: '#000', contrast: '--colors-shades-white-color' },
|
|
@@ -296,7 +304,7 @@ var tsd = {
|
|
|
296
304
|
},
|
|
297
305
|
stars: {
|
|
298
306
|
element: {
|
|
299
|
-
color: '--colors-pallete-
|
|
307
|
+
color: '--colors-pallete-yellow-soft-color',
|
|
300
308
|
xsmall: {
|
|
301
309
|
width: '12px',
|
|
302
310
|
height: '12px',
|
package/package.json
CHANGED