@utrecht/component-library-css 9.0.10 → 9.0.11
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 +4 -0
- package/dist/prince-xml.css +4 -0
- package/package.json +7 -7
package/dist/index.css
CHANGED
|
@@ -4709,6 +4709,10 @@
|
|
|
4709
4709
|
display: grid;
|
|
4710
4710
|
flex-grow: 1;
|
|
4711
4711
|
inline-size: 100%;
|
|
4712
|
+
padding-block-end: var(--utrecht-page-body-padding-block-end);
|
|
4713
|
+
padding-block-start: var(--utrecht-page-body-padding-block-start);
|
|
4714
|
+
padding-inline-end: var(--utrecht-page-body-padding-inline-end);
|
|
4715
|
+
padding-inline-start: var(--utrecht-page-body-padding-inline-start);
|
|
4712
4716
|
}
|
|
4713
4717
|
|
|
4714
4718
|
.utrecht-page-body__content {
|
package/dist/prince-xml.css
CHANGED
|
@@ -4565,6 +4565,10 @@
|
|
|
4565
4565
|
display: grid;
|
|
4566
4566
|
flex-grow: 1;
|
|
4567
4567
|
width: 100%;
|
|
4568
|
+
padding-bottom: var(--utrecht-page-body-padding-block-end);
|
|
4569
|
+
padding-top: var(--utrecht-page-body-padding-block-start);
|
|
4570
|
+
padding-right: var(--utrecht-page-body-padding-inline-end);
|
|
4571
|
+
padding-left: var(--utrecht-page-body-padding-inline-start);
|
|
4568
4572
|
}
|
|
4569
4573
|
|
|
4570
4574
|
.utrecht-page-body__content {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "9.0.
|
|
2
|
+
"version": "9.0.11",
|
|
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",
|
|
@@ -41,22 +41,22 @@
|
|
|
41
41
|
"@utrecht/code-css": "3.0.0",
|
|
42
42
|
"@utrecht/color-sample-css": "3.0.0",
|
|
43
43
|
"@utrecht/column-layout-css": "3.0.0",
|
|
44
|
-
"@utrecht/currency-data-css": "3.0.0",
|
|
45
44
|
"@utrecht/combobox-css": "3.0.0",
|
|
45
|
+
"@utrecht/currency-data-css": "3.0.0",
|
|
46
46
|
"@utrecht/custom-checkbox-css": "3.0.0",
|
|
47
47
|
"@utrecht/data-badge-css": "3.0.0",
|
|
48
48
|
"@utrecht/data-list-css": "3.0.0",
|
|
49
49
|
"@utrecht/data-placeholder-css": "3.0.0",
|
|
50
|
-
"@utrecht/document-css": "3.0.0",
|
|
51
50
|
"@utrecht/digid-button-css": "2.0.0",
|
|
51
|
+
"@utrecht/document-css": "3.0.0",
|
|
52
52
|
"@utrecht/drawer-css": "3.0.0",
|
|
53
53
|
"@utrecht/emphasis-css": "3.0.0",
|
|
54
54
|
"@utrecht/figure-css": "3.0.0",
|
|
55
55
|
"@utrecht/form-css": "3.0.0",
|
|
56
56
|
"@utrecht/form-field-css": "3.0.0",
|
|
57
57
|
"@utrecht/form-field-description-css": "3.0.0",
|
|
58
|
-
"@utrecht/form-fieldset-css": "3.0.0",
|
|
59
58
|
"@utrecht/form-field-error-message-css": "3.0.0",
|
|
59
|
+
"@utrecht/form-fieldset-css": "3.0.0",
|
|
60
60
|
"@utrecht/form-label-css": "3.0.0",
|
|
61
61
|
"@utrecht/form-toggle-css": "3.0.0",
|
|
62
62
|
"@utrecht/grid-css": "2.0.0",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"@utrecht/number-badge-css": "4.0.0",
|
|
91
91
|
"@utrecht/number-data-css": "3.0.0",
|
|
92
92
|
"@utrecht/ordered-list-css": "4.0.0",
|
|
93
|
-
"@utrecht/page-body-css": "2.
|
|
93
|
+
"@utrecht/page-body-css": "2.1.0",
|
|
94
94
|
"@utrecht/page-content-css": "3.0.0",
|
|
95
95
|
"@utrecht/page-css": "3.0.0",
|
|
96
|
-
"@utrecht/page-footer-css": "4.0.
|
|
97
|
-
"@utrecht/page-header-css": "3.0.
|
|
96
|
+
"@utrecht/page-footer-css": "4.0.1",
|
|
97
|
+
"@utrecht/page-header-css": "3.0.1",
|
|
98
98
|
"@utrecht/page-layout-css": "4.0.0",
|
|
99
99
|
"@utrecht/pagination-css": "3.0.0",
|
|
100
100
|
"@utrecht/paragraph-css": "4.0.0",
|