@trafilea/afrodita-components 6.49.5 → 6.49.6
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 +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -22185,7 +22185,7 @@ var getCellColor = function (index, cell, isLight) {
|
|
|
22185
22185
|
}
|
|
22186
22186
|
switch (cell) {
|
|
22187
22187
|
case 'XXS':
|
|
22188
|
-
return '#
|
|
22188
|
+
return '#adcde8';
|
|
22189
22189
|
case 'XS':
|
|
22190
22190
|
return '#f5bab0';
|
|
22191
22191
|
case 'S':
|
package/build/index.js
CHANGED
|
@@ -22211,7 +22211,7 @@ var getCellColor = function (index, cell, isLight) {
|
|
|
22211
22211
|
}
|
|
22212
22212
|
switch (cell) {
|
|
22213
22213
|
case 'XXS':
|
|
22214
|
-
return '#
|
|
22214
|
+
return '#adcde8';
|
|
22215
22215
|
case 'XS':
|
|
22216
22216
|
return '#f5bab0';
|
|
22217
22217
|
case 'S':
|
package/package.json
CHANGED