@treely/strapi-slices 6.0.0 → 6.0.1

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.
@@ -2841,22 +2841,22 @@ var CreditsAvailableBadge = function CreditsAvailableBadge(_ref) {
2841
2841
  message: formatMessage({
2842
2842
  id: 'components.creditsAvailableBadge.text.yes'
2843
2843
  }),
2844
- color: 'var(--boemly-colors-primary-800)'
2844
+ color: 'green.600'
2845
2845
  }, _variants[CreditAvailability.NO_CREDITS_AVAILABLE] = {
2846
2846
  message: formatMessage({
2847
2847
  id: 'components.creditsAvailableBadge.text.no'
2848
2848
  }),
2849
- color: 'var(--boemly-colors-red-600)'
2849
+ color: 'red.600'
2850
2850
  }, _variants[CreditAvailability.SOME_CREDITS_AVAILABLE] = {
2851
2851
  message: formatMessage({
2852
2852
  id: 'components.creditsAvailableBadge.text.some'
2853
2853
  }),
2854
- color: 'var(--boemly-colors-orange-500)'
2854
+ color: 'orange.500'
2855
2855
  }, _variants[CreditAvailability.SOON_CREDITS_AVAILABLE] = {
2856
2856
  message: formatMessage({
2857
2857
  id: 'components.creditsAvailableBadge.text.notYet'
2858
2858
  }),
2859
- color: 'var(--boemly-colors-blue-500)'
2859
+ color: 'blue.500'
2860
2860
  }, _variants);
2861
2861
  var variant = variants[status];
2862
2862
  return React__default.default.createElement(boemly.Flex, {