@trafilea/afrodita-components 6.46.2 → 6.46.3

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.js CHANGED
@@ -22044,8 +22044,12 @@ var getCellColor = function (index, cell, isLight) {
22044
22044
  return '#CB89AF';
22045
22045
  case 'XL':
22046
22046
  return '#8bbeea';
22047
+ case 'XL+':
22048
+ return '#8bbeea';
22047
22049
  case '2XL':
22048
22050
  return '#b1d7c3';
22051
+ case '2XL+':
22052
+ return '#b1d7c3';
22049
22053
  case '3XL':
22050
22054
  return '#e7a4f7';
22051
22055
  case '4XL':