@utrecht/component-library-css 9.0.1 → 9.0.2
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/html.css +1 -1
- package/dist/index.css +3 -3
- package/dist/prince-xml.css +4 -4
- package/package.json +3 -3
package/dist/html.css
CHANGED
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
|
|
256
256
|
font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
|
|
257
257
|
inline-size: var(--utrecht-button-inline-size, auto);
|
|
258
|
-
justify-content: center;
|
|
258
|
+
justify-content: var(--utrecht-button-justify-content, center);
|
|
259
259
|
line-height: var(--_utrecht-button-line-height);
|
|
260
260
|
max-inline-size: var(--utrecht-button-max-inline-size, fit-content);
|
|
261
261
|
min-block-size: var(--utrecht-button-min-block-size, 44px);
|
package/dist/index.css
CHANGED
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
|
|
976
976
|
font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
|
|
977
977
|
inline-size: var(--utrecht-button-inline-size, auto);
|
|
978
|
-
justify-content: center;
|
|
978
|
+
justify-content: var(--utrecht-button-justify-content, center);
|
|
979
979
|
line-height: var(--_utrecht-button-line-height);
|
|
980
980
|
max-inline-size: var(--utrecht-button-max-inline-size, fit-content);
|
|
981
981
|
min-block-size: var(--utrecht-button-min-block-size, 44px);
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
|
|
1356
1356
|
font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
|
|
1357
1357
|
inline-size: var(--utrecht-button-inline-size, auto);
|
|
1358
|
-
justify-content: center;
|
|
1358
|
+
justify-content: var(--utrecht-button-justify-content, center);
|
|
1359
1359
|
line-height: var(--_utrecht-button-line-height);
|
|
1360
1360
|
max-inline-size: var(--utrecht-button-max-inline-size, fit-content);
|
|
1361
1361
|
min-block-size: var(--utrecht-button-min-block-size, 44px);
|
|
@@ -7891,7 +7891,7 @@
|
|
|
7891
7891
|
}
|
|
7892
7892
|
|
|
7893
7893
|
.utrecht-table__header-cell-button {
|
|
7894
|
-
justify-content: var(--_utrecht-table-cell-text-align, start);
|
|
7894
|
+
--utrecht-button-justify-content: var(--_utrecht-table-cell-text-align, start);
|
|
7895
7895
|
}
|
|
7896
7896
|
.utrecht-table__data--truncate {
|
|
7897
7897
|
display: block;
|
package/dist/prince-xml.css
CHANGED
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
|
|
941
941
|
font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
|
|
942
942
|
width: var(--utrecht-button-inline-size, auto);
|
|
943
|
-
justify-content: center;
|
|
943
|
+
justify-content: var(--utrecht-button-justify-content, center);
|
|
944
944
|
line-height: var(--_utrecht-button-line-height);
|
|
945
945
|
max-width: var(--utrecht-button-max-inline-size, fit-content);
|
|
946
946
|
min-height: var(--utrecht-button-min-block-size, 44px);
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
|
|
1312
1312
|
font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
|
|
1313
1313
|
width: var(--utrecht-button-inline-size, auto);
|
|
1314
|
-
justify-content: center;
|
|
1314
|
+
justify-content: var(--utrecht-button-justify-content, center);
|
|
1315
1315
|
line-height: var(--_utrecht-button-line-height);
|
|
1316
1316
|
max-width: var(--utrecht-button-max-inline-size, fit-content);
|
|
1317
1317
|
min-height: var(--utrecht-button-min-block-size, 44px);
|
|
@@ -7747,7 +7747,7 @@
|
|
|
7747
7747
|
}
|
|
7748
7748
|
|
|
7749
7749
|
.utrecht-table__header-cell-button {
|
|
7750
|
-
justify-content: var(--_utrecht-table-cell-text-align, start);
|
|
7750
|
+
--utrecht-button-justify-content: var(--_utrecht-table-cell-text-align, start);
|
|
7751
7751
|
}
|
|
7752
7752
|
.utrecht-table__data--truncate {
|
|
7753
7753
|
display: block;
|
|
@@ -8698,7 +8698,7 @@
|
|
|
8698
8698
|
font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
|
|
8699
8699
|
font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
|
|
8700
8700
|
width: var(--utrecht-button-inline-size, auto);
|
|
8701
|
-
justify-content: center;
|
|
8701
|
+
justify-content: var(--utrecht-button-justify-content, center);
|
|
8702
8702
|
line-height: var(--_utrecht-button-line-height);
|
|
8703
8703
|
max-width: var(--utrecht-button-max-inline-size, fit-content);
|
|
8704
8704
|
min-height: var(--utrecht-button-min-block-size, 44px);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "9.0.
|
|
2
|
+
"version": "9.0.2",
|
|
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",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@utrecht/blockquote-css": "2.0.1",
|
|
33
33
|
"@utrecht/body-css": "2.0.1",
|
|
34
34
|
"@utrecht/breadcrumb-nav-css": "2.1.0",
|
|
35
|
-
"@utrecht/button-css": "3.0
|
|
35
|
+
"@utrecht/button-css": "3.1.0",
|
|
36
36
|
"@utrecht/button-group-css": "2.0.1",
|
|
37
37
|
"@utrecht/button-link-css": "2.0.1",
|
|
38
38
|
"@utrecht/calendar-css": "2.0.1",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@utrecht/spotlight-section-css": "2.0.1",
|
|
111
111
|
"@utrecht/status-badge-css": "1.0.0",
|
|
112
112
|
"@utrecht/surface-css": "2.0.1",
|
|
113
|
-
"@utrecht/table-css": "2.0.
|
|
113
|
+
"@utrecht/table-css": "2.0.2",
|
|
114
114
|
"@utrecht/table-of-contents-css": "1.0.1",
|
|
115
115
|
"@utrecht/textarea-css": "3.0.1",
|
|
116
116
|
"@utrecht/textbox-css": "3.1.0",
|