@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.
@@ -22185,7 +22185,7 @@ var getCellColor = function (index, cell, isLight) {
22185
22185
  }
22186
22186
  switch (cell) {
22187
22187
  case 'XXS':
22188
- return '#4e4141';
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 '#4e4141';
22214
+ return '#adcde8';
22215
22215
  case 'XS':
22216
22216
  return '#f5bab0';
22217
22217
  case 'S':
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.49.5",
6
+ "version": "6.49.6",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",