@onereach/styles 2.35.0-beta.2287.0 → 2.35.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.
@@ -51,20 +51,20 @@ $design-tokens: (
51
51
  black: #000
52
52
  ),
53
53
  dark: (
54
- primary: #A4C8FF,
55
- error: #FFB4A9,
56
- warning: #FBBC0C,
57
- success: #6CE036,
58
- neutral-0: #1B1B1D,
59
- neutral-1: #222428,
60
- neutral-2: #26292F,
61
- neutral-3: #2A2E36,
62
- neutral-4: #E1EAF6,
63
- neutral-5: #DFE8F6,
64
- neutral-6: #E3E2E6,
65
- c-body-bg: #1B1B1D,
66
- white: #222428,
67
- black: #fff
54
+ primary: #c94277,
55
+ error: #2f0a28,
56
+ warning: #A27E6F,
57
+ success: #cadbc0,
58
+ neutral-0: #A27E6F,
59
+ neutral-1: #9F7366,
60
+ neutral-2: #94524A,
61
+ neutral-3: #7B4042,
62
+ neutral-4: #622E39,
63
+ neutral-5: #491C31,
64
+ neutral-6: #B6AD98,
65
+ c-body-bg: #fff,
66
+ white: #fff,
67
+ black: #000
68
68
  ),
69
69
  custom: (
70
70
  primary: rgb(236, 0, 140),
@@ -304,6 +304,9 @@ module.exports = {
304
304
  },
305
305
  }, {
306
306
  values: {
307
+ 'display-large': 'display-large',
308
+ 'display-medium': 'display-medium',
309
+ 'display-small': 'display-small',
307
310
  'headline-1': 'headline-1',
308
311
  'headline-2': 'headline-2',
309
312
  'headline-3': 'headline-3',