@utrecht/component-library-css 9.0.4 → 9.0.5
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 +5 -2
- package/dist/prince-xml.css +5 -2
- package/package.json +6 -6
package/dist/index.css
CHANGED
|
@@ -7314,7 +7314,6 @@
|
|
|
7314
7314
|
block-size: 100%;
|
|
7315
7315
|
color: var(--utrecht-root-color, CanvasText);
|
|
7316
7316
|
font-family: var(--utrecht-root-font-family);
|
|
7317
|
-
font-size: var(--utrecht-root-font-size, var(--utrecht-body-font-size));
|
|
7318
7317
|
font-size-adjust: var(--utrecht-root-font-size-adjust, 0.5);
|
|
7319
7318
|
font-weight: var(--utrecht-root-font-weight, var(--utrecht-body-font-weight));
|
|
7320
7319
|
-webkit-hyphens: auto;
|
|
@@ -7322,7 +7321,6 @@
|
|
|
7322
7321
|
-ms-hyphens: auto;
|
|
7323
7322
|
hyphens: auto;
|
|
7324
7323
|
inline-size: 100%;
|
|
7325
|
-
line-height: var(--utrecht-root-line-height, var(--utrecht-body-line-height));
|
|
7326
7324
|
overflow-block: auto;
|
|
7327
7325
|
overflow-inline: auto;
|
|
7328
7326
|
position: relative;
|
|
@@ -7350,6 +7348,11 @@
|
|
|
7350
7348
|
:where(.utrecht-root) :where(:not(:root):fullscreen)::backdrop {
|
|
7351
7349
|
background-color: var(--utrecht-root-background-color, Canvas);
|
|
7352
7350
|
}
|
|
7351
|
+
.utrecht-root:where(:root) > *,
|
|
7352
|
+
.utrecht-root:where(:not(:root)) {
|
|
7353
|
+
font-size: var(--utrecht-root-font-size, var(--utrecht-body-font-size));
|
|
7354
|
+
line-height: var(--utrecht-root-line-height, var(--utrecht-body-line-height));
|
|
7355
|
+
}
|
|
7353
7356
|
.utrecht-search-bar {
|
|
7354
7357
|
--utrecht-button-border-color: var(--utrecht-search-bar-button-border-color);
|
|
7355
7358
|
--utrecht-button-hover-scale: var(--utrecht-search-bar-hover-scale);
|
package/dist/prince-xml.css
CHANGED
|
@@ -7170,7 +7170,6 @@
|
|
|
7170
7170
|
height: 100%;
|
|
7171
7171
|
color: var(--utrecht-root-color, CanvasText);
|
|
7172
7172
|
font-family: var(--utrecht-root-font-family);
|
|
7173
|
-
font-size: var(--utrecht-root-font-size, var(--utrecht-body-font-size));
|
|
7174
7173
|
font-size-adjust: var(--utrecht-root-font-size-adjust, 0.5);
|
|
7175
7174
|
font-weight: var(--utrecht-root-font-weight, var(--utrecht-body-font-weight));
|
|
7176
7175
|
-webkit-hyphens: auto;
|
|
@@ -7178,7 +7177,6 @@
|
|
|
7178
7177
|
-ms-hyphens: auto;
|
|
7179
7178
|
hyphens: auto;
|
|
7180
7179
|
width: 100%;
|
|
7181
|
-
line-height: var(--utrecht-root-line-height, var(--utrecht-body-line-height));
|
|
7182
7180
|
overflow-block: auto;
|
|
7183
7181
|
overflow-inline: auto;
|
|
7184
7182
|
position: relative;
|
|
@@ -7201,6 +7199,11 @@
|
|
|
7201
7199
|
:where(.utrecht-root) :where(:not(:root):fullscreen)[prince-xml-ignore-pseudo-element-backdrop] {
|
|
7202
7200
|
background-color: var(--utrecht-root-background-color, Canvas);
|
|
7203
7201
|
}
|
|
7202
|
+
.utrecht-root:where(:root) > *,
|
|
7203
|
+
.utrecht-root:where(:not(:root)) {
|
|
7204
|
+
font-size: var(--utrecht-root-font-size, var(--utrecht-body-font-size));
|
|
7205
|
+
line-height: var(--utrecht-root-line-height, var(--utrecht-body-line-height));
|
|
7206
|
+
}
|
|
7204
7207
|
.utrecht-search-bar {
|
|
7205
7208
|
--utrecht-button-border-color: var(--utrecht-search-bar-button-border-color);
|
|
7206
7209
|
--utrecht-button-hover-scale: var(--utrecht-search-bar-hover-scale);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "9.0.
|
|
2
|
+
"version": "9.0.5",
|
|
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",
|
|
@@ -21,8 +21,6 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@utrecht/accordion-css": "3.0.1",
|
|
24
|
-
"@utrecht/action-group-css": "3.0.1",
|
|
25
|
-
"@utrecht/alert-css": "3.0.1",
|
|
26
24
|
"@utrecht/alert-dialog-css": "2.0.1",
|
|
27
25
|
"@utrecht/alternate-lang-nav-css": "2.0.1",
|
|
28
26
|
"@utrecht/article-css": "2.0.1",
|
|
@@ -65,7 +63,6 @@
|
|
|
65
63
|
"@utrecht/heading-3-css": "2.0.1",
|
|
66
64
|
"@utrecht/heading-4-css": "2.0.1",
|
|
67
65
|
"@utrecht/heading-5-css": "2.0.1",
|
|
68
|
-
"@utrecht/heading-6-css": "2.0.1",
|
|
69
66
|
"@utrecht/heading-group-css": "2.0.1",
|
|
70
67
|
"@utrecht/html-content-css": "2.1.0",
|
|
71
68
|
"@utrecht/iban-data-css": "2.0.1",
|
|
@@ -102,7 +99,7 @@
|
|
|
102
99
|
"@utrecht/preserve-data-css": "2.0.1",
|
|
103
100
|
"@utrecht/radio-button-css": "2.0.1",
|
|
104
101
|
"@utrecht/rich-text-css": "2.1.0",
|
|
105
|
-
"@utrecht/root-css": "3.1.
|
|
102
|
+
"@utrecht/root-css": "3.1.1",
|
|
106
103
|
"@utrecht/search-bar-css": "3.0.1",
|
|
107
104
|
"@utrecht/select-css": "2.0.1",
|
|
108
105
|
"@utrecht/separator-css": "2.0.1",
|
|
@@ -119,7 +116,10 @@
|
|
|
119
116
|
"@utrecht/top-task-nav-css": "1.3.2",
|
|
120
117
|
"@utrecht/unordered-list-css": "2.0.1",
|
|
121
118
|
"@utrecht/url-data-css": "2.0.1",
|
|
122
|
-
"@utrecht/youtube-video-css": "2.0.1"
|
|
119
|
+
"@utrecht/youtube-video-css": "2.0.1",
|
|
120
|
+
"@utrecht/action-group-css": "3.0.1",
|
|
121
|
+
"@utrecht/alert-css": "3.0.1",
|
|
122
|
+
"@utrecht/heading-6-css": "2.0.1"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
125
|
"postcss": "8.4.49",
|