@klodd/ds 3.4.4 → 3.4.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.
@@ -149,10 +149,6 @@
149
149
  --plum-10: #b658c4; /* Solid hover */
150
150
  --plum-11: #e796f3; /* Accent text pa neutral */
151
151
  --plum-12: #f4d4f4;
152
-
153
- /* Plum mellanniva - mellan plum-2 och plum-3, anvands av Ekonoms
154
- surface-raised. Tidigare hardkodat #2a1a2e i apps/ekonom.css. */
155
- --plum-2-5: oklch(0.24 0.048 295);
156
152
  }
157
153
 
158
154
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.4.4",
4
- "description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v3.4.4 städar åäö i CLI-skript och paket-CSS-kommentarer (preferences-regel #11: alltid å/ä/ö i svenska texter).",
3
+ "version": "3.4.5",
4
+ "description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v3.4.5 tar bort --plum-2-5-token (oanvänd sedan v3.4.2 när surface-raised flyttade till plum-2).",
5
5
  "main": "css/index.css",
6
6
  "bin": {
7
7
  "klodd-ds": "./bin/klodd-ds.js"