@cobre-npm/ds-v3 0.118.3 → 0.118.5
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.
- package/dist/style.css +1 -1
- package/dist/tokens/_primitives.scss +4 -0
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@ $cobre-gray-20: #D9D8D4;
|
|
|
14
14
|
$cobre-gray-10: #F1F0EC;
|
|
15
15
|
$cobre-gray-7: #F4F4F2;
|
|
16
16
|
$cobre-gray-5: #FAF9F5;
|
|
17
|
+
$cobre-gray-2: #FCFCFB;
|
|
17
18
|
|
|
18
19
|
$cobre-white: #FFFFFF;
|
|
19
20
|
|
|
@@ -100,6 +101,7 @@ $cobre-primary-20: $cobre-gray-20;
|
|
|
100
101
|
$cobre-primary-10: $cobre-gray-10;
|
|
101
102
|
$cobre-primary-7: $cobre-gray-7;
|
|
102
103
|
$cobre-primary-5: $cobre-gray-5;
|
|
104
|
+
$cobre-primary-2: $cobre-gray-2;
|
|
103
105
|
|
|
104
106
|
$cobre-secondary-95: $cobre-teal-95;
|
|
105
107
|
$cobre-secondary-90: $cobre-teal-90;
|
|
@@ -135,6 +137,7 @@ $cobre-primitives: (
|
|
|
135
137
|
gray-10: $cobre-gray-10,
|
|
136
138
|
gray-7: $cobre-gray-7,
|
|
137
139
|
gray-5: $cobre-gray-5,
|
|
140
|
+
gray-2: $cobre-gray-2,
|
|
138
141
|
white: $cobre-white,
|
|
139
142
|
|
|
140
143
|
blue-95: $cobre-blue-95,
|
|
@@ -211,6 +214,7 @@ $cobre-primitives: (
|
|
|
211
214
|
primary-10: $cobre-primary-10,
|
|
212
215
|
primary-7: $cobre-primary-7,
|
|
213
216
|
primary-5: $cobre-primary-5,
|
|
217
|
+
primary-2: $cobre-primary-2,
|
|
214
218
|
|
|
215
219
|
secondary-95: $cobre-secondary-95,
|
|
216
220
|
secondary-90: $cobre-secondary-90,
|