@klodd/ds 3.5.6 → 3.5.7
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 +13 -2
- package/css/components/hub-card.css +4 -4
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -119,5 +119,16 @@ till .block__element-syntax. Inkluderar JS-koordinering pa hero-roll,
|
|
|
119
119
|
sheet-drag, turbo-nav, nav-optimistic dar querySelector/classList
|
|
120
120
|
adresserar de bytta klasserna. .bottom-nav-item.active konverterad till
|
|
121
121
|
BEM-modifier .bottom-nav__item--active. tooltip-wrapper bevarad som
|
|
122
|
-
compound block per references/03-quality-bar.md regel 1.
|
|
123
|
-
|
|
122
|
+
compound block per references/03-quality-bar.md regel 1.
|
|
123
|
+
v3.5.7 (Sprint G) uppdaterar hub-card.css med Ekonoms tightare design
|
|
124
|
+
(padding 14/16, border-radius 14, hub-list gap 10, active scale 0.985)
|
|
125
|
+
nar Ekonoms LEGACY-version raderades. Sprint G hanterade aven domain-CSS
|
|
126
|
+
BEM-migration i app-repos (icke-paket-fil) - 4 tier: A=dead-code-radering
|
|
127
|
+
(14 klasser), B=paket-dubblett-radering (.hub-card + .hub-list ur Ekonoms
|
|
128
|
+
LEGACY), C=BEM-byten (9 block-grupper: amort-bar, cat-tx-stack, cat-row,
|
|
129
|
+
cat-list-row state-modifiers, sub-row state-modifiers, job-card, hero-amount-card,
|
|
130
|
+
source-bar, score-bar), D=compound-block-undantag (cat-bar/equity-bar/
|
|
131
|
+
budget-bar/hbar/cat-tx). Plus base.css Sprint F-miss fixad (bottom-nav-item,
|
|
132
|
+
sheet-handle som descendant-selektorer i touch-cleanup + press-feedback).
|
|
133
|
+
Jubb fick paritet med Ekonom: bundles/jubb.css + jubb-domain.css scaffold.
|
|
134
|
+
Sprint C fas 2 template-migration pagaar.)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
.hub-list {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
|
-
gap: var(--space-
|
|
13
|
+
gap: var(--space-10);
|
|
14
14
|
margin: 0;
|
|
15
15
|
padding: 0;
|
|
16
16
|
list-style: none;
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
display: flex;
|
|
21
21
|
align-items: center;
|
|
22
22
|
gap: var(--space-14);
|
|
23
|
-
padding: var(--space-
|
|
23
|
+
padding: var(--space-14) var(--space-16);
|
|
24
24
|
background: var(--surface-raised);
|
|
25
25
|
border: 1px solid var(--border-subtle);
|
|
26
|
-
border-radius: var(--radius-
|
|
26
|
+
border-radius: var(--radius-14);
|
|
27
27
|
color: var(--text-default);
|
|
28
28
|
text-decoration: none;
|
|
29
29
|
cursor: pointer;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.hub-card:active {
|
|
44
|
-
transform: scale(0.
|
|
44
|
+
transform: scale(0.985);
|
|
45
45
|
transition: transform var(--press-in-duration) var(--press-in-easing);
|
|
46
46
|
}
|
|
47
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klodd/ds",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.7",
|
|
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": {
|