@klodd/ds 3.14.12 → 3.14.13

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.
@@ -33,7 +33,10 @@
33
33
  --surface-overlay: var(--plum-3); /* #351a35 */
34
34
  --surface-hover: var(--plum-3);
35
35
  --surface-active: var(--plum-4);
36
- --surface-sunken: var(--plum-2);
36
+ /* Sunken < raised (iOS-stil: input "sjunker in" i kortet med page-niva
37
+ bakgrund). Distinkt fran --surface-raised plum-2 sa form-falt syns
38
+ tydligt mot kort-bakgrunden. */
39
+ --surface-sunken: var(--plum-1);
37
40
 
38
41
  /* Text - Ekonoms varma vit (lite lila-tonad) istallet for Mauve-12.
39
42
  Bevarar den karaktaren som Ekonom haft sedan tidigt. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.14.12",
3
+ "version": "3.14.13",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {