@cobre-npm/ds-v3 0.31.1 → 0.31.3
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/cobre-ds-v3-lib.es.js +510 -508
- package/dist/style.css +1 -1
- package/dist/tokens/_primitives.scss +13 -5
- package/package.json +1 -1
|
@@ -79,6 +79,11 @@ $cobre-teal-5: #DFEAE9;
|
|
|
79
79
|
$cobre-violet-50: #9256e1;
|
|
80
80
|
$cobre-liliac-50: #4e69f3;
|
|
81
81
|
|
|
82
|
+
$cobre-pastel-blue: #A8C5C4;
|
|
83
|
+
$cobre-pastel-green: #BAC5B0;
|
|
84
|
+
$cobre-pastel-yellow: #FAD2AC;
|
|
85
|
+
$cobre-pastel-blush: #DFB7A9;
|
|
86
|
+
$cobre-pastel-brown: #C1ADA7;
|
|
82
87
|
|
|
83
88
|
$cobre-opacity-40: #21212166;
|
|
84
89
|
|
|
@@ -112,10 +117,9 @@ $cobre-info-10: $cobre-blue-10;
|
|
|
112
117
|
|
|
113
118
|
$cobre-warning-50: $cobre-yellow-50;
|
|
114
119
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
***/
|
|
120
|
+
/***
|
|
121
|
+
PRIMITIVES
|
|
122
|
+
***/
|
|
119
123
|
|
|
120
124
|
$cobre-primitives: (
|
|
121
125
|
gray-95: $cobre-gray-95,
|
|
@@ -234,7 +238,11 @@ $cobre-primitives: (
|
|
|
234
238
|
inverse: $cobre-white,
|
|
235
239
|
brand: $cobre-secondary-50,
|
|
236
240
|
brand-light: $cobre-primary-5,
|
|
237
|
-
brand-hovered: $cobre-secondary-70
|
|
241
|
+
brand-hovered: $cobre-secondary-70,
|
|
242
|
+
pastel-blue: $cobre-pastel-blue,
|
|
243
|
+
pastel-green: $cobre-pastel-green,
|
|
244
|
+
pastel-yellow: $cobre-pastel-yellow,
|
|
245
|
+
pastel-blush: $cobre-pastel-blush
|
|
238
246
|
);
|
|
239
247
|
|
|
240
248
|
:root {
|