@utrecht/component-library-css 7.1.0 → 7.1.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/html.css +1 -0
- package/dist/index.css +1 -0
- package/dist/prince-xml.css +2 -0
- package/package.json +29 -27
package/dist/html.css
CHANGED
|
@@ -600,6 +600,7 @@
|
|
|
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
602
|
line-height: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
603
|
+
list-style-type: decimal;
|
|
603
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)));
|
|
604
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)));
|
|
605
606
|
padding-inline-start: var(--utrecht-ordered-list-padding-inline-start, var(--utrecht-unordered-list-padding-inline-start, 2ch));
|
package/dist/index.css
CHANGED
|
@@ -3671,6 +3671,7 @@
|
|
|
3671
3671
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
3672
3672
|
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
3673
3673
|
line-height: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
3674
|
+
list-style-type: decimal;
|
|
3674
3675
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
3675
3676
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
|
3676
3677
|
padding-inline-start: var(--utrecht-ordered-list-padding-inline-start, var(--utrecht-unordered-list-padding-inline-start, 2ch));
|
package/dist/prince-xml.css
CHANGED
|
@@ -3527,6 +3527,7 @@
|
|
|
3527
3527
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
3528
3528
|
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
3529
3529
|
line-height: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
3530
|
+
list-style-type: decimal;
|
|
3530
3531
|
margin-bottom: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
3531
3532
|
margin-top: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
|
3532
3533
|
padding-left: var(--utrecht-ordered-list-padding-inline-start, var(--utrecht-unordered-list-padding-inline-start, 2ch));
|
|
@@ -7600,6 +7601,7 @@
|
|
|
7600
7601
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
7601
7602
|
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
7602
7603
|
line-height: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
7604
|
+
list-style-type: decimal;
|
|
7603
7605
|
margin-bottom: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
7604
7606
|
margin-top: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
|
7605
7607
|
padding-left: var(--utrecht-ordered-list-padding-inline-start, var(--utrecht-unordered-list-padding-inline-start, 2ch));
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.1.
|
|
2
|
+
"version": "7.1.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",
|
|
@@ -19,57 +19,51 @@
|
|
|
19
19
|
"url": "git@github.com:nl-design-system/utrecht.git",
|
|
20
20
|
"directory": "packages/component-library-css"
|
|
21
21
|
},
|
|
22
|
-
"
|
|
23
|
-
"postcss": "8.4.38",
|
|
24
|
-
"postcss-discard-duplicates": "7.0.0",
|
|
25
|
-
"postcss-logical": "7.0.1",
|
|
26
|
-
"rimraf": "5.0.7",
|
|
27
|
-
"rollup": "4.18.0",
|
|
28
|
-
"rollup-plugin-postcss": "4.0.2",
|
|
22
|
+
"dependencies": {
|
|
29
23
|
"@utrecht/accordion-css": "1.6.0",
|
|
30
24
|
"@utrecht/alert-css": "2.2.0",
|
|
31
|
-
"@utrecht/alert-dialog-css": "1.4.1",
|
|
32
25
|
"@utrecht/alternate-lang-nav-css": "1.3.0",
|
|
26
|
+
"@utrecht/alert-dialog-css": "1.4.1",
|
|
33
27
|
"@utrecht/article-css": "1.5.0",
|
|
34
|
-
"@utrecht/backdrop-css": "1.4.0",
|
|
35
28
|
"@utrecht/badge-counter-css": "1.4.0",
|
|
29
|
+
"@utrecht/backdrop-css": "1.4.0",
|
|
30
|
+
"@utrecht/body-css": "1.2.0",
|
|
36
31
|
"@utrecht/badge-list-css": "2.2.0",
|
|
37
32
|
"@utrecht/badge-status-css": "1.4.0",
|
|
38
33
|
"@utrecht/blockquote-css": "1.6.0",
|
|
39
|
-
"@utrecht/body-css": "1.2.0",
|
|
40
34
|
"@utrecht/breadcrumb-nav-css": "1.4.0",
|
|
41
35
|
"@utrecht/build-utils-css": "0.0.1",
|
|
42
36
|
"@utrecht/button-css": "2.3.0",
|
|
43
37
|
"@utrecht/button-group-css": "1.4.0",
|
|
44
|
-
"@utrecht/button-link-css": "1.3.0",
|
|
45
38
|
"@utrecht/calendar-css": "1.4.0",
|
|
46
39
|
"@utrecht/checkbox-css": "1.6.0",
|
|
47
40
|
"@utrecht/code-block-css": "1.5.0",
|
|
48
|
-
"@utrecht/code-css": "1.5.0",
|
|
49
41
|
"@utrecht/color-sample-css": "1.4.0",
|
|
42
|
+
"@utrecht/button-link-css": "1.3.0",
|
|
43
|
+
"@utrecht/code-css": "1.5.0",
|
|
50
44
|
"@utrecht/column-layout-css": "1.5.0",
|
|
51
45
|
"@utrecht/combobox-css": "1.4.0",
|
|
52
|
-
"@utrecht/currency-data-css": "1.3.0",
|
|
53
46
|
"@utrecht/custom-checkbox-css": "1.3.1",
|
|
47
|
+
"@utrecht/currency-data-css": "1.3.0",
|
|
54
48
|
"@utrecht/data-badge-css": "1.0.0",
|
|
55
49
|
"@utrecht/data-list-css": "1.4.0",
|
|
56
50
|
"@utrecht/data-placeholder-css": "1.4.0",
|
|
57
|
-
"@utrecht/digid-button-css": "1.4.0",
|
|
58
51
|
"@utrecht/document-css": "1.5.0",
|
|
59
52
|
"@utrecht/drawer-css": "1.4.0",
|
|
53
|
+
"@utrecht/digid-button-css": "1.4.0",
|
|
60
54
|
"@utrecht/emphasis-css": "1.5.0",
|
|
61
55
|
"@utrecht/figure-css": "1.5.0",
|
|
62
56
|
"@utrecht/form-css": "1.5.0",
|
|
63
|
-
"@utrecht/form-field-css": "1.5.0",
|
|
64
57
|
"@utrecht/form-field-description-css": "1.5.0",
|
|
58
|
+
"@utrecht/form-field-css": "1.5.0",
|
|
65
59
|
"@utrecht/form-field-error-message-css": "1.5.0",
|
|
66
60
|
"@utrecht/form-fieldset-css": "1.5.0",
|
|
67
|
-
"@utrecht/form-label-css": "1.6.0",
|
|
68
61
|
"@utrecht/form-toggle-css": "1.5.0",
|
|
62
|
+
"@utrecht/form-label-css": "1.6.0",
|
|
69
63
|
"@utrecht/heading-1-css": "1.5.0",
|
|
70
64
|
"@utrecht/heading-2-css": "1.5.0",
|
|
71
|
-
"@utrecht/heading-3-css": "1.5.0",
|
|
72
65
|
"@utrecht/heading-4-css": "1.5.0",
|
|
66
|
+
"@utrecht/heading-3-css": "1.5.0",
|
|
73
67
|
"@utrecht/heading-5-css": "1.5.0",
|
|
74
68
|
"@utrecht/heading-6-css": "1.5.0",
|
|
75
69
|
"@utrecht/heading-group-css": "1.5.0",
|
|
@@ -88,29 +82,29 @@
|
|
|
88
82
|
"@utrecht/logo-css": "1.4.0",
|
|
89
83
|
"@utrecht/logo-image-css": "1.4.0",
|
|
90
84
|
"@utrecht/map-marker-css": "1.4.0",
|
|
91
|
-
"@utrecht/mark-css": "1.5.0",
|
|
92
85
|
"@utrecht/multiline-data-css": "1.3.0",
|
|
86
|
+
"@utrecht/mark-css": "1.5.0",
|
|
93
87
|
"@utrecht/nav-bar-css": "1.4.0",
|
|
94
88
|
"@utrecht/nav-list-css": "1.3.0",
|
|
95
|
-
"@utrecht/number-badge-css": "2.3.0",
|
|
96
89
|
"@utrecht/number-data-css": "1.4.0",
|
|
97
|
-
"@utrecht/
|
|
98
|
-
"@utrecht/
|
|
99
|
-
"@utrecht/page-content-css": "1.4.0",
|
|
90
|
+
"@utrecht/number-badge-css": "2.3.0",
|
|
91
|
+
"@utrecht/ordered-list-css": "1.5.1",
|
|
100
92
|
"@utrecht/page-css": "1.4.0",
|
|
93
|
+
"@utrecht/page-body-css": "0.1.0",
|
|
101
94
|
"@utrecht/page-footer-css": "2.1.0",
|
|
102
|
-
"@utrecht/page-
|
|
95
|
+
"@utrecht/page-content-css": "1.4.0",
|
|
103
96
|
"@utrecht/page-layout-css": "1.1.0",
|
|
104
97
|
"@utrecht/pagination-css": "1.4.0",
|
|
105
|
-
"@utrecht/paragraph-css": "2.3.0",
|
|
106
|
-
"@utrecht/pre-heading-css": "1.4.0",
|
|
107
98
|
"@utrecht/preserve-data-css": "1.3.0",
|
|
99
|
+
"@utrecht/paragraph-css": "2.3.0",
|
|
108
100
|
"@utrecht/radio-button-css": "1.6.0",
|
|
101
|
+
"@utrecht/pre-heading-css": "1.4.0",
|
|
102
|
+
"@utrecht/page-header-css": "1.5.0",
|
|
109
103
|
"@utrecht/rich-text-css": "1.3.0",
|
|
110
104
|
"@utrecht/root-css": "1.2.0",
|
|
111
105
|
"@utrecht/search-bar-css": "2.2.0",
|
|
112
|
-
"@utrecht/select-css": "1.8.0",
|
|
113
106
|
"@utrecht/separator-css": "1.5.0",
|
|
107
|
+
"@utrecht/select-css": "1.8.0",
|
|
114
108
|
"@utrecht/skip-link-css": "1.5.0",
|
|
115
109
|
"@utrecht/spotlight-section-css": "1.6.0",
|
|
116
110
|
"@utrecht/surface-css": "1.4.0",
|
|
@@ -123,6 +117,14 @@
|
|
|
123
117
|
"@utrecht/unordered-list-css": "1.5.0",
|
|
124
118
|
"@utrecht/url-data-css": "1.3.0"
|
|
125
119
|
},
|
|
120
|
+
"devDependencies": {
|
|
121
|
+
"postcss": "8.4.38",
|
|
122
|
+
"postcss-discard-duplicates": "7.0.0",
|
|
123
|
+
"postcss-logical": "7.0.1",
|
|
124
|
+
"rimraf": "5.0.7",
|
|
125
|
+
"rollup": "4.18.0",
|
|
126
|
+
"rollup-plugin-postcss": "4.0.2"
|
|
127
|
+
},
|
|
126
128
|
"main": "dist/index.css",
|
|
127
129
|
"scripts": {
|
|
128
130
|
"build": "rollup --config ./rollup.config.mjs",
|