@trafilea/afrodita-components 6.49.1 → 6.49.2
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 +2 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -22163,6 +22163,8 @@ var getCellColor = function (index, cell, isLight) {
|
|
|
22163
22163
|
return isLight ? '#fff6ef' : '#f6f0e7';
|
|
22164
22164
|
}
|
|
22165
22165
|
switch (cell) {
|
|
22166
|
+
case 'XXS':
|
|
22167
|
+
return '#4e4141';
|
|
22166
22168
|
case 'XS':
|
|
22167
22169
|
return '#f5bab0';
|
|
22168
22170
|
case 'S':
|