@utrecht/component-library-css 7.5.0 → 7.5.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/dist/index.css +9 -1
- package/dist/prince-xml.css +9 -1
- package/package.json +6 -6
package/dist/index.css
CHANGED
|
@@ -140,7 +140,15 @@
|
|
|
140
140
|
|
|
141
141
|
.utrecht-action-group--column {
|
|
142
142
|
flex-direction: column;
|
|
143
|
-
gap: var(--utrecht-
|
|
143
|
+
gap: var(--utrecht-button-group-block-gap, 1em);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.utrecht-action-group--column-stretch {
|
|
147
|
+
flex-direction: column;
|
|
148
|
+
gap: var(--utrecht-button-group-block-gap, 1em);
|
|
149
|
+
--utrecht-button-max-inline-size: none;
|
|
150
|
+
align-items: stretch;
|
|
151
|
+
inline-size: fit-content;
|
|
144
152
|
}
|
|
145
153
|
.utrecht-alert-dialog:not(dialog:not([open])) {
|
|
146
154
|
--utrecht-alert-dialog-margin-block-start: auto;
|
package/dist/prince-xml.css
CHANGED
|
@@ -139,7 +139,15 @@
|
|
|
139
139
|
|
|
140
140
|
.utrecht-action-group--column {
|
|
141
141
|
flex-direction: column;
|
|
142
|
-
gap: var(--utrecht-
|
|
142
|
+
gap: var(--utrecht-button-group-block-gap, 1em);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.utrecht-action-group--column-stretch {
|
|
146
|
+
flex-direction: column;
|
|
147
|
+
gap: var(--utrecht-button-group-block-gap, 1em);
|
|
148
|
+
--utrecht-button-max-inline-size: none;
|
|
149
|
+
align-items: stretch;
|
|
150
|
+
width: fit-content;
|
|
143
151
|
}
|
|
144
152
|
.utrecht-alert-dialog:not(dialog:not([open])) {
|
|
145
153
|
--utrecht-alert-dialog-margin-block-start: auto;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.5.
|
|
2
|
+
"version": "7.5.1",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@utrecht/accordion-css": "2.0.0",
|
|
24
|
-
"@utrecht/action-group-css": "1.
|
|
24
|
+
"@utrecht/action-group-css": "1.1.0",
|
|
25
25
|
"@utrecht/alert-css": "2.4.0",
|
|
26
26
|
"@utrecht/alert-dialog-css": "1.4.2",
|
|
27
27
|
"@utrecht/alternate-lang-nav-css": "1.3.1",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@utrecht/code-css": "1.5.1",
|
|
43
43
|
"@utrecht/color-sample-css": "1.4.1",
|
|
44
44
|
"@utrecht/column-layout-css": "1.5.1",
|
|
45
|
-
"@utrecht/combobox-css": "1.4.1",
|
|
46
45
|
"@utrecht/currency-data-css": "1.3.1",
|
|
46
|
+
"@utrecht/combobox-css": "1.4.1",
|
|
47
47
|
"@utrecht/custom-checkbox-css": "1.3.2",
|
|
48
48
|
"@utrecht/data-badge-css": "1.0.1",
|
|
49
49
|
"@utrecht/data-list-css": "1.4.1",
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
"@utrecht/icon-css": "2.0.1",
|
|
73
73
|
"@utrecht/img-css": "1.3.1",
|
|
74
74
|
"@utrecht/index-char-nav-css": "1.4.1",
|
|
75
|
-
"@utrecht/link-button-css": "1.4.1",
|
|
76
75
|
"@utrecht/link-css": "1.6.1",
|
|
76
|
+
"@utrecht/link-button-css": "1.4.1",
|
|
77
77
|
"@utrecht/link-list-css": "2.3.1",
|
|
78
78
|
"@utrecht/link-social-css": "1.4.1",
|
|
79
|
-
"@utrecht/list-social-css": "1.4.1",
|
|
80
|
-
"@utrecht/listbox-css": "1.5.2",
|
|
81
79
|
"@utrecht/logo-button-css": "1.4.1",
|
|
80
|
+
"@utrecht/listbox-css": "1.5.2",
|
|
81
|
+
"@utrecht/list-social-css": "1.4.1",
|
|
82
82
|
"@utrecht/logo-css": "1.4.1",
|
|
83
83
|
"@utrecht/logo-image-css": "1.4.1",
|
|
84
84
|
"@utrecht/map-marker-css": "1.4.1",
|