@superdispatch/ui-lab 0.24.9 → 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.
@@ -12,12 +12,12 @@ var normalizeTextColor = /*#__PURE__*/createRuleNormalizer({
12
12
  primary: Color.Dark500,
13
13
  secondary: Color.Dark300,
14
14
  white: Color.White,
15
- blue: Color.Blue300,
16
- green: Color.Green300,
15
+ blue: Color.Blue500,
16
+ green: Color.Green500,
17
17
  purple: Color.Purple500,
18
- red: Color.Red300,
19
- teal: Color.Teal300,
20
- yellow: Color.Yellow300
18
+ red: Color.Red500,
19
+ teal: Color.Teal500,
20
+ yellow: Color.Yellow500
21
21
  });
22
22
  var VARIANT_TYPE_MAPPING = {
23
23
  'heading-1': 'h1',
package/dist-web/index.js CHANGED
@@ -692,12 +692,12 @@ var normalizeTextColor = /*#__PURE__*/createRuleNormalizer({
692
692
  primary: Color.Dark500,
693
693
  secondary: Color.Dark300,
694
694
  white: Color.White,
695
- blue: Color.Blue300,
696
- green: Color.Green300,
695
+ blue: Color.Blue500,
696
+ green: Color.Green500,
697
697
  purple: Color.Purple500,
698
- red: Color.Red300,
699
- teal: Color.Teal300,
700
- yellow: Color.Yellow300
698
+ red: Color.Red500,
699
+ teal: Color.Teal500,
700
+ yellow: Color.Yellow500
701
701
  });
702
702
  var VARIANT_TYPE_MAPPING = {
703
703
  'heading-1': 'h1',