@klodd/ds 3.4.2 → 3.4.3
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/css/components/panel.css
CHANGED
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.panel--info {
|
|
55
|
-
border
|
|
55
|
+
border: 1px solid var(--positive-border);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.panel--info-warning {
|
|
59
|
-
border
|
|
59
|
+
border: 1px solid var(--warning-border);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.panel--danger {
|
|
@@ -25,7 +25,11 @@
|
|
|
25
25
|
justify-content: space-between;
|
|
26
26
|
gap: var(--space-12);
|
|
27
27
|
width: 100%;
|
|
28
|
-
padding
|
|
28
|
+
/* Bara vertikal padding - horisontell sajt-padding kommer fran parent
|
|
29
|
+
(panel, card, ds-demo etc). Tidigare var det dubbel-indrag - text
|
|
30
|
+
hamnade indragen fran parent-padding plus rad-padding. Nu alignar
|
|
31
|
+
setting-row med split-bar och andra edge-to-edge-element. */
|
|
32
|
+
padding: var(--space-14) 0;
|
|
29
33
|
background: transparent;
|
|
30
34
|
border: 0;
|
|
31
35
|
border-radius: var(--radius-12);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klodd/ds",
|
|
3
|
-
"version": "3.4.
|
|
4
|
-
"description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v3.4
|
|
3
|
+
"version": "3.4.3",
|
|
4
|
+
"description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v3.4.3 fixar panel-info-border-asymmetri (vanster-only -> alla sidor) + setting-row dubblad horisontell padding (nu vertikal-bara, alignad med split-bar).",
|
|
5
5
|
"main": "css/index.css",
|
|
6
6
|
"bin": {
|
|
7
7
|
"klodd-ds": "./bin/klodd-ds.js"
|