@utrecht/component-library-css 7.5.0 → 8.0.0
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 -2
- package/dist/prince-xml.css +9 -2
- package/package.json +10 -10
package/dist/index.css
CHANGED
|
@@ -117,14 +117,15 @@
|
|
|
117
117
|
align-items: baseline;
|
|
118
118
|
background-color: var(--utrecht-action-group-background-color);
|
|
119
119
|
break-inside: avoid;
|
|
120
|
+
column-gap: var(--utrecht-action-group-column-gap, 1em);
|
|
120
121
|
display: flex;
|
|
121
122
|
flex-wrap: wrap;
|
|
122
|
-
gap: var(--utrecht-action-group-inline-gap, 1em);
|
|
123
123
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-action-group-margin-block-end, 0));
|
|
124
124
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-action-group-margin-block-start, 0));
|
|
125
125
|
min-block-size: var(--utrecht-button-block-size);
|
|
126
126
|
padding-block-end: var(--utrecht-action-group-padding-block-end);
|
|
127
127
|
padding-block-start: var(--utrecht-action-group-padding-block-start);
|
|
128
|
+
row-gap: var(--utrecht-action-group-row-gap, 1em);
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
.utrecht-action-group--distanced {
|
|
@@ -140,7 +141,13 @@
|
|
|
140
141
|
|
|
141
142
|
.utrecht-action-group--column {
|
|
142
143
|
flex-direction: column;
|
|
143
|
-
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.utrecht-action-group--column-stretch {
|
|
147
|
+
flex-direction: column;
|
|
148
|
+
--utrecht-button-max-inline-size: none;
|
|
149
|
+
align-items: stretch;
|
|
150
|
+
inline-size: fit-content;
|
|
144
151
|
}
|
|
145
152
|
.utrecht-alert-dialog:not(dialog:not([open])) {
|
|
146
153
|
--utrecht-alert-dialog-margin-block-start: auto;
|
package/dist/prince-xml.css
CHANGED
|
@@ -116,14 +116,15 @@
|
|
|
116
116
|
align-items: baseline;
|
|
117
117
|
background-color: var(--utrecht-action-group-background-color);
|
|
118
118
|
break-inside: avoid;
|
|
119
|
+
column-gap: var(--utrecht-action-group-column-gap, 1em);
|
|
119
120
|
display: flex;
|
|
120
121
|
flex-wrap: wrap;
|
|
121
|
-
gap: var(--utrecht-action-group-inline-gap, 1em);
|
|
122
122
|
margin-bottom: calc(var(--utrecht-space-around, 0) * var(--utrecht-action-group-margin-block-end, 0));
|
|
123
123
|
margin-top: calc(var(--utrecht-space-around, 0) * var(--utrecht-action-group-margin-block-start, 0));
|
|
124
124
|
min-height: var(--utrecht-button-block-size);
|
|
125
125
|
padding-bottom: var(--utrecht-action-group-padding-block-end);
|
|
126
126
|
padding-top: var(--utrecht-action-group-padding-block-start);
|
|
127
|
+
row-gap: var(--utrecht-action-group-row-gap, 1em);
|
|
127
128
|
}
|
|
128
129
|
|
|
129
130
|
.utrecht-action-group--distanced {
|
|
@@ -139,7 +140,13 @@
|
|
|
139
140
|
|
|
140
141
|
.utrecht-action-group--column {
|
|
141
142
|
flex-direction: column;
|
|
142
|
-
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.utrecht-action-group--column-stretch {
|
|
146
|
+
flex-direction: column;
|
|
147
|
+
--utrecht-button-max-inline-size: none;
|
|
148
|
+
align-items: stretch;
|
|
149
|
+
width: fit-content;
|
|
143
150
|
}
|
|
144
151
|
.utrecht-alert-dialog:not(dialog:not([open])) {
|
|
145
152
|
--utrecht-alert-dialog-margin-block-start: auto;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "8.0.0",
|
|
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",
|
|
@@ -20,18 +20,16 @@
|
|
|
20
20
|
"directory": "packages/component-library-css"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@utrecht/
|
|
24
|
-
"@utrecht/action-group-css": "1.0.0",
|
|
25
|
-
"@utrecht/alert-css": "2.4.0",
|
|
23
|
+
"@utrecht/action-group-css": "2.0.0",
|
|
26
24
|
"@utrecht/alert-dialog-css": "1.4.2",
|
|
25
|
+
"@utrecht/alert-css": "2.4.0",
|
|
26
|
+
"@utrecht/accordion-css": "2.0.0",
|
|
27
27
|
"@utrecht/alternate-lang-nav-css": "1.3.1",
|
|
28
28
|
"@utrecht/article-css": "1.5.1",
|
|
29
29
|
"@utrecht/backdrop-css": "1.4.1",
|
|
30
30
|
"@utrecht/badge-counter-css": "1.4.1",
|
|
31
31
|
"@utrecht/badge-list-css": "2.2.1",
|
|
32
32
|
"@utrecht/badge-status-css": "1.4.1",
|
|
33
|
-
"@utrecht/blockquote-css": "1.6.1",
|
|
34
|
-
"@utrecht/body-css": "1.2.1",
|
|
35
33
|
"@utrecht/breadcrumb-nav-css": "1.5.1",
|
|
36
34
|
"@utrecht/button-css": "2.3.1",
|
|
37
35
|
"@utrecht/button-group-css": "1.5.0",
|
|
@@ -50,8 +48,8 @@
|
|
|
50
48
|
"@utrecht/data-placeholder-css": "1.4.1",
|
|
51
49
|
"@utrecht/digid-button-css": "1.4.1",
|
|
52
50
|
"@utrecht/document-css": "1.5.1",
|
|
53
|
-
"@utrecht/drawer-css": "1.4.1",
|
|
54
51
|
"@utrecht/emphasis-css": "1.5.1",
|
|
52
|
+
"@utrecht/drawer-css": "1.4.1",
|
|
55
53
|
"@utrecht/figure-css": "1.5.1",
|
|
56
54
|
"@utrecht/form-css": "1.5.1",
|
|
57
55
|
"@utrecht/form-field-css": "1.5.1",
|
|
@@ -84,8 +82,8 @@
|
|
|
84
82
|
"@utrecht/map-marker-css": "1.4.1",
|
|
85
83
|
"@utrecht/mark-css": "1.5.1",
|
|
86
84
|
"@utrecht/multiline-data-css": "1.3.1",
|
|
87
|
-
"@utrecht/nav-bar-css": "1.4.1",
|
|
88
85
|
"@utrecht/nav-list-css": "1.3.1",
|
|
86
|
+
"@utrecht/nav-bar-css": "1.4.1",
|
|
89
87
|
"@utrecht/number-badge-css": "2.3.1",
|
|
90
88
|
"@utrecht/number-data-css": "1.4.1",
|
|
91
89
|
"@utrecht/ordered-list-css": "2.0.0",
|
|
@@ -98,8 +96,8 @@
|
|
|
98
96
|
"@utrecht/pagination-css": "1.4.1",
|
|
99
97
|
"@utrecht/paragraph-css": "2.3.1",
|
|
100
98
|
"@utrecht/pre-heading-css": "1.4.1",
|
|
101
|
-
"@utrecht/preserve-data-css": "1.3.1",
|
|
102
99
|
"@utrecht/radio-button-css": "1.6.1",
|
|
100
|
+
"@utrecht/preserve-data-css": "1.3.1",
|
|
103
101
|
"@utrecht/rich-text-css": "1.4.0",
|
|
104
102
|
"@utrecht/root-css": "1.2.1",
|
|
105
103
|
"@utrecht/search-bar-css": "2.2.1",
|
|
@@ -117,7 +115,9 @@
|
|
|
117
115
|
"@utrecht/top-task-nav-css": "1.3.1",
|
|
118
116
|
"@utrecht/unordered-list-css": "1.5.1",
|
|
119
117
|
"@utrecht/url-data-css": "1.3.1",
|
|
120
|
-
"@utrecht/youtube-video-css": "1.0.0"
|
|
118
|
+
"@utrecht/youtube-video-css": "1.0.0",
|
|
119
|
+
"@utrecht/body-css": "1.2.1",
|
|
120
|
+
"@utrecht/blockquote-css": "1.6.1"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"postcss": "8.4.38",
|