monkey-style-guide 2.0.188 → 2.0.189

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.
@@ -181,4 +181,12 @@ $mecx-question: (
181
181
  ),
182
182
  );
183
183
 
184
+ $mecx-gray: (
185
+ 50: #f8fafb,
186
+ 200: #e9eaec,
187
+ 300: #d3d6da,
188
+ 700: #545a63,
189
+ 900: #1f2024,
190
+ );
191
+
184
192
  $mecx-font-name: var(--mecx-font-name);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "2.0.188",
3
+ "version": "2.0.189",
4
4
  "author": "Monkey Exchange",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {