@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.
@@ -22018,8 +22018,12 @@ var getCellColor = function (index, cell, isLight) {
22018
22018
  return '#CB89AF';
22019
22019
  case 'XL':
22020
22020
  return '#8bbeea';
22021
+ case 'XL+':
22022
+ return '#8bbeea';
22021
22023
  case '2XL':
22022
22024
  return '#b1d7c3';
22025
+ case '2XL+':
22026
+ return '#b1d7c3';
22023
22027
  case '3XL':
22024
22028
  return '#e7a4f7';
22025
22029
  case '4XL':