@superdispatch/ui-lab 0.24.8 → 0.25.0

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.
@@ -699,12 +699,12 @@ var normalizeTextColor = /*#__PURE__*/createRuleNormalizer({
699
699
  primary: ui.Color.Dark500,
700
700
  secondary: ui.Color.Dark300,
701
701
  white: ui.Color.White,
702
- blue: ui.Color.Blue300,
703
- green: ui.Color.Green300,
702
+ blue: ui.Color.Blue500,
703
+ green: ui.Color.Green500,
704
704
  purple: ui.Color.Purple500,
705
- red: ui.Color.Red300,
706
- teal: ui.Color.Teal300,
707
- yellow: ui.Color.Yellow300
705
+ red: ui.Color.Red500,
706
+ teal: ui.Color.Teal500,
707
+ yellow: ui.Color.Yellow500
708
708
  });
709
709
  var VARIANT_TYPE_MAPPING = {
710
710
  'heading-1': 'h1',