@klodd/ds 3.6.0 → 3.6.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.
package/SKILL.md
CHANGED
|
@@ -56,6 +56,16 @@ cd ~/dev/Jubb && npm install @klodd/ds@latest && npm run build:ds
|
|
|
56
56
|
cd ~/dev/Ekonom && npm install @klodd/ds@latest && npm run build:ds
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
+
## Sprint-avslut: alla sprintar kräver detta
|
|
60
|
+
En sprint — oavsett om den innehåller CSS, JS eller bara dokumentation —
|
|
61
|
+
är inte klar förrän:
|
|
62
|
+
1. `npm publish --access public` är kört och versionen syns på registret
|
|
63
|
+
2. `npm install @klodd/ds@latest && npm run build:ds` är kört i båda
|
|
64
|
+
app-repos
|
|
65
|
+
3. App-commits är pushade
|
|
66
|
+
|
|
67
|
+
Manuell filsync till app-repos är aldrig ett godkänt alternativ.
|
|
68
|
+
|
|
59
69
|
## CLI-kommandon
|
|
60
70
|
|
|
61
71
|
```bash
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klodd/ds",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v3.5.3 (2026-05-09): tillagg .heading (17px medium tight) i base/typography.css for dialog-titlar och sheet-rubriker. Tackar luckan mellan .heading-2 (18px) och .heading-3 (15px) - matchar Ekonoms gamla .heading-class.",
|
|
5
5
|
"main": "css/index.css",
|
|
6
6
|
"bin": {
|
|
7
|
-
"klodd-ds": "
|
|
7
|
+
"klodd-ds": "bin/klodd-ds.js"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
10
|
"css/",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/drawn124578/klodd-ds.git"
|
|
30
|
+
"url": "git+https://github.com/drawn124578/klodd-ds.git"
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/drawn124578/klodd-ds#readme"
|
|
33
33
|
}
|