@typeolymp/ui-components 3.0.19 → 3.0.20

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
@@ -3557,6 +3557,8 @@ var Wrapper$a = styled__default["default"].div(templateObject_1$W || (templateOb
3557
3557
  return theme.colors.purple.base;
3558
3558
  case "white":
3559
3559
  return theme.colors.lightGray.light;
3560
+ case "yellow":
3561
+ return theme.colors.yellow.light;
3560
3562
  }
3561
3563
  }, function (_a) {
3562
3564
  var onClick = _a.onClick;
@@ -3587,6 +3589,8 @@ var Wrapper$a = styled__default["default"].div(templateObject_1$W || (templateOb
3587
3589
  return theme.colors.purple.dark;
3588
3590
  case "white":
3589
3591
  return theme.colors.lightGray.base;
3592
+ case "yellow":
3593
+ return theme.colors.yellow.base;
3590
3594
  }
3591
3595
  });
3592
3596
  var templateObject_1$W;