@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.js
CHANGED
|
@@ -22189,6 +22189,8 @@ var getCellColor = function (index, cell, isLight) {
|
|
|
22189
22189
|
return isLight ? '#fff6ef' : '#f6f0e7';
|
|
22190
22190
|
}
|
|
22191
22191
|
switch (cell) {
|
|
22192
|
+
case 'XXS':
|
|
22193
|
+
return '#4e4141';
|
|
22192
22194
|
case 'XS':
|
|
22193
22195
|
return '#f5bab0';
|
|
22194
22196
|
case 'S':
|