@burh/nuxt-core 1.0.499 → 1.0.500

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.
@@ -125,6 +125,7 @@ $sms: #ffcf02 !default;
125
125
  $carrers: #5983fe !default;
126
126
  $disc: #9d35fc !default;
127
127
  $performance-evaluation: #cd90ff !default;
128
+ $climate-research: #7879F1 !default;
128
129
 
129
130
  $colors: () !default;
130
131
  $colors: map-merge(
@@ -158,7 +159,8 @@ $colors: map-merge(
158
159
  "sms": $sms,
159
160
  "carrers": $carrers,
160
161
  "disc": $disc,
161
- "performance-evaluation": $performance-evaluation
162
+ "performance-evaluation": $performance-evaluation,
163
+ "climate-research": $climate-research
162
164
  ),
163
165
  $colors
164
166
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.499",
3
+ "version": "1.0.500",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {