@utrecht/component-library-css 7.1.0 → 7.1.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 -0
- package/dist/index.css +1 -0
- package/dist/prince-xml.css +2 -0
- package/package.json +31 -29
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.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",
|
|
@@ -19,26 +19,19 @@
|
|
|
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
|
-
"@utrecht/alert-css": "2.2.0",
|
|
31
|
-
"@utrecht/alert-dialog-css": "1.4.1",
|
|
32
24
|
"@utrecht/alternate-lang-nav-css": "1.3.0",
|
|
33
25
|
"@utrecht/article-css": "1.5.0",
|
|
26
|
+
"@utrecht/alert-dialog-css": "1.4.1",
|
|
27
|
+
"@utrecht/alert-css": "2.2.0",
|
|
34
28
|
"@utrecht/backdrop-css": "1.4.0",
|
|
35
29
|
"@utrecht/badge-counter-css": "1.4.0",
|
|
36
|
-
"@utrecht/badge-list-css": "2.2.0",
|
|
37
|
-
"@utrecht/badge-status-css": "1.4.0",
|
|
38
30
|
"@utrecht/blockquote-css": "1.6.0",
|
|
31
|
+
"@utrecht/badge-status-css": "1.4.0",
|
|
32
|
+
"@utrecht/badge-list-css": "2.2.0",
|
|
39
33
|
"@utrecht/body-css": "1.2.0",
|
|
40
34
|
"@utrecht/breadcrumb-nav-css": "1.4.0",
|
|
41
|
-
"@utrecht/build-utils-css": "0.0.1",
|
|
42
35
|
"@utrecht/button-css": "2.3.0",
|
|
43
36
|
"@utrecht/button-group-css": "1.4.0",
|
|
44
37
|
"@utrecht/button-link-css": "1.3.0",
|
|
@@ -48,17 +41,17 @@
|
|
|
48
41
|
"@utrecht/code-css": "1.5.0",
|
|
49
42
|
"@utrecht/color-sample-css": "1.4.0",
|
|
50
43
|
"@utrecht/column-layout-css": "1.5.0",
|
|
51
|
-
"@utrecht/combobox-css": "1.4.0",
|
|
52
44
|
"@utrecht/currency-data-css": "1.3.0",
|
|
45
|
+
"@utrecht/combobox-css": "1.4.0",
|
|
53
46
|
"@utrecht/custom-checkbox-css": "1.3.1",
|
|
54
47
|
"@utrecht/data-badge-css": "1.0.0",
|
|
55
48
|
"@utrecht/data-list-css": "1.4.0",
|
|
56
|
-
"@utrecht/data-placeholder-css": "1.4.0",
|
|
57
49
|
"@utrecht/digid-button-css": "1.4.0",
|
|
50
|
+
"@utrecht/data-placeholder-css": "1.4.0",
|
|
58
51
|
"@utrecht/document-css": "1.5.0",
|
|
59
52
|
"@utrecht/drawer-css": "1.4.0",
|
|
60
|
-
"@utrecht/emphasis-css": "1.5.0",
|
|
61
53
|
"@utrecht/figure-css": "1.5.0",
|
|
54
|
+
"@utrecht/emphasis-css": "1.5.0",
|
|
62
55
|
"@utrecht/form-css": "1.5.0",
|
|
63
56
|
"@utrecht/form-field-css": "1.5.0",
|
|
64
57
|
"@utrecht/form-field-description-css": "1.5.0",
|
|
@@ -67,34 +60,34 @@
|
|
|
67
60
|
"@utrecht/form-label-css": "1.6.0",
|
|
68
61
|
"@utrecht/form-toggle-css": "1.5.0",
|
|
69
62
|
"@utrecht/heading-1-css": "1.5.0",
|
|
70
|
-
"@utrecht/heading-2-css": "1.5.0",
|
|
71
63
|
"@utrecht/heading-3-css": "1.5.0",
|
|
72
|
-
"@utrecht/heading-4-css": "1.5.0",
|
|
73
64
|
"@utrecht/heading-5-css": "1.5.0",
|
|
65
|
+
"@utrecht/heading-4-css": "1.5.0",
|
|
66
|
+
"@utrecht/heading-2-css": "1.5.0",
|
|
74
67
|
"@utrecht/heading-6-css": "1.5.0",
|
|
75
68
|
"@utrecht/heading-group-css": "1.5.0",
|
|
76
|
-
"@utrecht/html-content-css": "1.4.0",
|
|
77
69
|
"@utrecht/iban-data-css": "1.3.0",
|
|
70
|
+
"@utrecht/html-content-css": "1.4.0",
|
|
78
71
|
"@utrecht/icon-css": "2.0.0",
|
|
79
72
|
"@utrecht/img-css": "1.3.0",
|
|
80
73
|
"@utrecht/index-char-nav-css": "1.4.0",
|
|
81
74
|
"@utrecht/link-button-css": "1.4.0",
|
|
82
75
|
"@utrecht/link-css": "1.6.0",
|
|
76
|
+
"@utrecht/list-social-css": "1.4.0",
|
|
83
77
|
"@utrecht/link-list-css": "2.3.0",
|
|
84
78
|
"@utrecht/link-social-css": "1.4.0",
|
|
85
|
-
"@utrecht/list-social-css": "1.4.0",
|
|
86
79
|
"@utrecht/listbox-css": "1.5.1",
|
|
87
|
-
"@utrecht/logo-button-css": "1.4.0",
|
|
88
80
|
"@utrecht/logo-css": "1.4.0",
|
|
89
|
-
"@utrecht/logo-image-css": "1.4.0",
|
|
90
81
|
"@utrecht/map-marker-css": "1.4.0",
|
|
91
82
|
"@utrecht/mark-css": "1.5.0",
|
|
92
|
-
"@utrecht/
|
|
83
|
+
"@utrecht/logo-image-css": "1.4.0",
|
|
84
|
+
"@utrecht/logo-button-css": "1.4.0",
|
|
93
85
|
"@utrecht/nav-bar-css": "1.4.0",
|
|
86
|
+
"@utrecht/multiline-data-css": "1.3.0",
|
|
94
87
|
"@utrecht/nav-list-css": "1.3.0",
|
|
95
|
-
"@utrecht/number-badge-css": "2.3.0",
|
|
96
88
|
"@utrecht/number-data-css": "1.4.0",
|
|
97
|
-
"@utrecht/ordered-list-css": "1.5.
|
|
89
|
+
"@utrecht/ordered-list-css": "1.5.1",
|
|
90
|
+
"@utrecht/number-badge-css": "2.3.0",
|
|
98
91
|
"@utrecht/page-body-css": "0.1.0",
|
|
99
92
|
"@utrecht/page-content-css": "1.4.0",
|
|
100
93
|
"@utrecht/page-css": "1.4.0",
|
|
@@ -102,27 +95,36 @@
|
|
|
102
95
|
"@utrecht/page-header-css": "1.5.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
98
|
"@utrecht/pre-heading-css": "1.4.0",
|
|
99
|
+
"@utrecht/paragraph-css": "2.3.0",
|
|
107
100
|
"@utrecht/preserve-data-css": "1.3.0",
|
|
108
101
|
"@utrecht/radio-button-css": "1.6.0",
|
|
109
102
|
"@utrecht/rich-text-css": "1.3.0",
|
|
110
103
|
"@utrecht/root-css": "1.2.0",
|
|
111
104
|
"@utrecht/search-bar-css": "2.2.0",
|
|
112
|
-
"@utrecht/select-css": "1.8.0",
|
|
113
105
|
"@utrecht/separator-css": "1.5.0",
|
|
114
|
-
"@utrecht/
|
|
106
|
+
"@utrecht/select-css": "1.8.0",
|
|
115
107
|
"@utrecht/spotlight-section-css": "1.6.0",
|
|
116
108
|
"@utrecht/surface-css": "1.4.0",
|
|
109
|
+
"@utrecht/skip-link-css": "1.5.0",
|
|
117
110
|
"@utrecht/table-css": "1.5.0",
|
|
118
|
-
"@utrecht/table-of-contents-css": "0.3.0",
|
|
119
111
|
"@utrecht/textarea-css": "2.3.0",
|
|
120
112
|
"@utrecht/textbox-css": "1.6.0",
|
|
113
|
+
"@utrecht/table-of-contents-css": "0.3.0",
|
|
121
114
|
"@utrecht/top-task-link-css": "1.4.0",
|
|
122
115
|
"@utrecht/top-task-nav-css": "1.3.0",
|
|
123
116
|
"@utrecht/unordered-list-css": "1.5.0",
|
|
124
117
|
"@utrecht/url-data-css": "1.3.0"
|
|
125
118
|
},
|
|
119
|
+
"devDependencies": {
|
|
120
|
+
"postcss": "8.4.38",
|
|
121
|
+
"postcss-discard-duplicates": "7.0.0",
|
|
122
|
+
"postcss-logical": "7.0.1",
|
|
123
|
+
"rimraf": "5.0.7",
|
|
124
|
+
"rollup": "4.18.0",
|
|
125
|
+
"rollup-plugin-postcss": "4.0.2",
|
|
126
|
+
"@utrecht/build-utils-css": "0.0.2"
|
|
127
|
+
},
|
|
126
128
|
"main": "dist/index.css",
|
|
127
129
|
"scripts": {
|
|
128
130
|
"build": "rollup --config ./rollup.config.mjs",
|