@klodd/ds 3.21.3 → 3.21.4

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.
@@ -30,6 +30,11 @@
30
30
  --surface-page: var(--plum-1); /* #181118 */
31
31
  --surface-default: var(--plum-2); /* #201320 */
32
32
  --surface-raised: var(--plum-2); /* #201320 - kort, paneler */
33
+ --surface-elevated: var(--plum-3); /* mellansteg ovanpa raised (v3.21.4).
34
+ Sammanfaller med overlay i Ekonom-
35
+ skalan eftersom plum-2.5 inte finns.
36
+ Semantiken ar tydlig (elevated = lite
37
+ lyft kort, overlay = modaler). */
33
38
  --surface-overlay: var(--plum-3); /* #351a35 */
34
39
  --surface-hover: var(--plum-3);
35
40
  --surface-active: var(--plum-4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.21.3",
3
+ "version": "3.21.4",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {