@burh/nuxt-core 1.0.491 → 1.0.493

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