@utrecht/component-library-css 7.4.1 → 7.4.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 +1 -1
- package/dist/prince-xml.css +2 -2
- package/package.json +7 -7
package/dist/html.css
CHANGED
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
box-sizing: border-box;
|
|
600
600
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
601
601
|
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
602
|
-
line-height: var(--utrecht-ordered-list-
|
|
602
|
+
line-height: var(--utrecht-ordered-list-line-height, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
603
603
|
list-style-type: decimal;
|
|
604
604
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
605
605
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
package/dist/index.css
CHANGED
|
@@ -3686,7 +3686,7 @@
|
|
|
3686
3686
|
box-sizing: border-box;
|
|
3687
3687
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
3688
3688
|
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
3689
|
-
line-height: var(--utrecht-ordered-list-
|
|
3689
|
+
line-height: var(--utrecht-ordered-list-line-height, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
3690
3690
|
list-style-type: decimal;
|
|
3691
3691
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
3692
3692
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
package/dist/prince-xml.css
CHANGED
|
@@ -3542,7 +3542,7 @@
|
|
|
3542
3542
|
box-sizing: border-box;
|
|
3543
3543
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
3544
3544
|
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
3545
|
-
line-height: var(--utrecht-ordered-list-
|
|
3545
|
+
line-height: var(--utrecht-ordered-list-line-height, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
3546
3546
|
list-style-type: decimal;
|
|
3547
3547
|
margin-bottom: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
3548
3548
|
margin-top: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
|
@@ -7809,7 +7809,7 @@
|
|
|
7809
7809
|
box-sizing: border-box;
|
|
7810
7810
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
7811
7811
|
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
7812
|
-
line-height: var(--utrecht-ordered-list-
|
|
7812
|
+
line-height: var(--utrecht-ordered-list-line-height, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
7813
7813
|
list-style-type: decimal;
|
|
7814
7814
|
margin-bottom: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
7815
7815
|
margin-top: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.4.
|
|
2
|
+
"version": "7.4.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",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@utrecht/nav-list-css": "1.3.1",
|
|
88
88
|
"@utrecht/number-badge-css": "2.3.1",
|
|
89
89
|
"@utrecht/number-data-css": "1.4.1",
|
|
90
|
-
"@utrecht/ordered-list-css": "
|
|
90
|
+
"@utrecht/ordered-list-css": "2.0.0",
|
|
91
91
|
"@utrecht/page-body-css": "0.1.1",
|
|
92
92
|
"@utrecht/page-content-css": "1.4.1",
|
|
93
93
|
"@utrecht/page-css": "1.4.1",
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
"@utrecht/page-layout-css": "1.1.1",
|
|
97
97
|
"@utrecht/pagination-css": "1.4.1",
|
|
98
98
|
"@utrecht/paragraph-css": "2.3.1",
|
|
99
|
-
"@utrecht/pre-heading-css": "1.4.1",
|
|
100
99
|
"@utrecht/preserve-data-css": "1.3.1",
|
|
100
|
+
"@utrecht/pre-heading-css": "1.4.1",
|
|
101
101
|
"@utrecht/radio-button-css": "1.6.1",
|
|
102
|
-
"@utrecht/rich-text-css": "1.3.1",
|
|
103
102
|
"@utrecht/root-css": "1.2.1",
|
|
103
|
+
"@utrecht/rich-text-css": "1.3.1",
|
|
104
104
|
"@utrecht/search-bar-css": "2.2.1",
|
|
105
105
|
"@utrecht/select-css": "1.8.1",
|
|
106
106
|
"@utrecht/separator-css": "1.5.1",
|
|
@@ -109,14 +109,14 @@
|
|
|
109
109
|
"@utrecht/surface-css": "1.4.1",
|
|
110
110
|
"@utrecht/table-css": "1.6.1",
|
|
111
111
|
"@utrecht/table-of-contents-css": "0.3.1",
|
|
112
|
-
"@utrecht/textarea-css": "2.3.2",
|
|
113
|
-
"@utrecht/textbox-css": "2.0.0",
|
|
114
112
|
"@utrecht/tooltip-css": "1.0.0",
|
|
115
113
|
"@utrecht/top-task-link-css": "1.4.1",
|
|
116
114
|
"@utrecht/top-task-nav-css": "1.3.1",
|
|
117
115
|
"@utrecht/unordered-list-css": "1.5.1",
|
|
118
116
|
"@utrecht/url-data-css": "1.3.1",
|
|
119
|
-
"@utrecht/youtube-video-css": "1.0.0"
|
|
117
|
+
"@utrecht/youtube-video-css": "1.0.0",
|
|
118
|
+
"@utrecht/textbox-css": "2.0.0",
|
|
119
|
+
"@utrecht/textarea-css": "2.3.2"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"postcss": "8.4.38",
|