@cobre-npm/ds-v3 0.136.0 → 0.136.1

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.
@@ -325,6 +325,19 @@
325
325
  --cobre-action-list-item-active-color: initial;
326
326
  }
327
327
 
328
+ /**
329
+ * Shadows
330
+ */
331
+
332
+ :root {
333
+ --cobre-shadow-soft: 0px 4px 4px 0px rgba(40, 40, 43, 0.02);
334
+ --cobre-shadow-medium: 0px 4px 20px 0px rgba(40, 40, 43, 0.04),
335
+ 0px 2px 15px 0px rgba(40, 40, 43, 0.05);
336
+ --cobre-shadow-strong: 0px 15px 20px 0px rgba(40, 40, 43, 0.04),
337
+ 0px 4px 15px 0px rgba(40, 40, 43, 0.10);
338
+ --cobre-overlay-bg: var(--cobre-opacity-40);
339
+ }
340
+
328
341
  /**
329
342
  * Modal
330
343
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.136.0",
3
+ "version": "0.136.1",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@11.0.4",
6
6
  "engines": {