@utrecht/component-library-css 9.0.2 → 9.0.4
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 +10 -0
- package/dist/index.css +24 -6
- package/dist/prince-xml.css +29 -6
- package/package.json +5 -5
package/dist/html.css
CHANGED
|
@@ -1304,4 +1304,14 @@
|
|
|
1304
1304
|
.utrecht-html ul > li::marker {
|
|
1305
1305
|
color: var(--utrecht-unordered-list-marker-color);
|
|
1306
1306
|
content: "●";
|
|
1307
|
+
}
|
|
1308
|
+
:where(.utrecht-html) :where(:focus-visible) {
|
|
1309
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
1310
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
1311
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
1312
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
1313
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
1314
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
1315
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
1316
|
+
z-index: 1;
|
|
1307
1317
|
}
|
package/dist/index.css
CHANGED
|
@@ -546,10 +546,6 @@
|
|
|
546
546
|
}
|
|
547
547
|
.utrecht-body {
|
|
548
548
|
block-size: 100%;
|
|
549
|
-
font-family: var(--utrecht-body-font-family, inherit);
|
|
550
|
-
font-size: var(--utrecht-body-font-size, inherit);
|
|
551
|
-
font-weight: var(--utrecht-body-font-weight, inherit);
|
|
552
|
-
line-height: var(--utrecht-body-line-height, inherit);
|
|
553
549
|
margin-block-end: 0;
|
|
554
550
|
margin-block-start: 0;
|
|
555
551
|
margin-inline-end: 0;
|
|
@@ -7314,15 +7310,19 @@
|
|
|
7314
7310
|
.utrecht-root {
|
|
7315
7311
|
-webkit-font-smoothing: auto !important;
|
|
7316
7312
|
-moz-osx-font-smoothing: auto !important;
|
|
7317
|
-
background-color: var(--utrecht-root-background-color);
|
|
7313
|
+
background-color: var(--utrecht-root-background-color, Canvas);
|
|
7318
7314
|
block-size: 100%;
|
|
7319
|
-
color: var(--utrecht-root-color);
|
|
7315
|
+
color: var(--utrecht-root-color, CanvasText);
|
|
7320
7316
|
font-family: var(--utrecht-root-font-family);
|
|
7317
|
+
font-size: var(--utrecht-root-font-size, var(--utrecht-body-font-size));
|
|
7318
|
+
font-size-adjust: var(--utrecht-root-font-size-adjust, 0.5);
|
|
7319
|
+
font-weight: var(--utrecht-root-font-weight, var(--utrecht-body-font-weight));
|
|
7321
7320
|
-webkit-hyphens: auto;
|
|
7322
7321
|
-moz-hyphens: auto;
|
|
7323
7322
|
-ms-hyphens: auto;
|
|
7324
7323
|
hyphens: auto;
|
|
7325
7324
|
inline-size: 100%;
|
|
7325
|
+
line-height: var(--utrecht-root-line-height, var(--utrecht-body-line-height));
|
|
7326
7326
|
overflow-block: auto;
|
|
7327
7327
|
overflow-inline: auto;
|
|
7328
7328
|
position: relative;
|
|
@@ -7332,6 +7332,24 @@
|
|
|
7332
7332
|
text-size-adjust: none;
|
|
7333
7333
|
word-break: break-word;
|
|
7334
7334
|
}
|
|
7335
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
7336
|
+
.utrecht-root {
|
|
7337
|
+
scroll-behavior: smooth;
|
|
7338
|
+
}
|
|
7339
|
+
}
|
|
7340
|
+
:where(.utrecht-root) :where(:focus-visible) {
|
|
7341
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
7342
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
7343
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
7344
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
7345
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
7346
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
7347
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
7348
|
+
z-index: 1;
|
|
7349
|
+
}
|
|
7350
|
+
:where(.utrecht-root) :where(:not(:root):fullscreen)::backdrop {
|
|
7351
|
+
background-color: var(--utrecht-root-background-color, Canvas);
|
|
7352
|
+
}
|
|
7335
7353
|
.utrecht-search-bar {
|
|
7336
7354
|
--utrecht-button-border-color: var(--utrecht-search-bar-button-border-color);
|
|
7337
7355
|
--utrecht-button-hover-scale: var(--utrecht-search-bar-hover-scale);
|
package/dist/prince-xml.css
CHANGED
|
@@ -511,10 +511,6 @@
|
|
|
511
511
|
}
|
|
512
512
|
.utrecht-body {
|
|
513
513
|
height: 100%;
|
|
514
|
-
font-family: var(--utrecht-body-font-family, inherit);
|
|
515
|
-
font-size: var(--utrecht-body-font-size, inherit);
|
|
516
|
-
font-weight: var(--utrecht-body-font-weight, inherit);
|
|
517
|
-
line-height: var(--utrecht-body-line-height, inherit);
|
|
518
514
|
margin-bottom: 0;
|
|
519
515
|
margin-top: 0;
|
|
520
516
|
margin-right: 0;
|
|
@@ -7170,15 +7166,19 @@
|
|
|
7170
7166
|
.utrecht-root {
|
|
7171
7167
|
-webkit-font-smoothing: auto !important;
|
|
7172
7168
|
-moz-osx-font-smoothing: auto !important;
|
|
7173
|
-
background-color: var(--utrecht-root-background-color);
|
|
7169
|
+
background-color: var(--utrecht-root-background-color, Canvas);
|
|
7174
7170
|
height: 100%;
|
|
7175
|
-
color: var(--utrecht-root-color);
|
|
7171
|
+
color: var(--utrecht-root-color, CanvasText);
|
|
7176
7172
|
font-family: var(--utrecht-root-font-family);
|
|
7173
|
+
font-size: var(--utrecht-root-font-size, var(--utrecht-body-font-size));
|
|
7174
|
+
font-size-adjust: var(--utrecht-root-font-size-adjust, 0.5);
|
|
7175
|
+
font-weight: var(--utrecht-root-font-weight, var(--utrecht-body-font-weight));
|
|
7177
7176
|
-webkit-hyphens: auto;
|
|
7178
7177
|
-moz-hyphens: auto;
|
|
7179
7178
|
-ms-hyphens: auto;
|
|
7180
7179
|
hyphens: auto;
|
|
7181
7180
|
width: 100%;
|
|
7181
|
+
line-height: var(--utrecht-root-line-height, var(--utrecht-body-line-height));
|
|
7182
7182
|
overflow-block: auto;
|
|
7183
7183
|
overflow-inline: auto;
|
|
7184
7184
|
position: relative;
|
|
@@ -7188,6 +7188,19 @@
|
|
|
7188
7188
|
text-size-adjust: none;
|
|
7189
7189
|
word-break: break-word;
|
|
7190
7190
|
}
|
|
7191
|
+
:where(.utrecht-root) :where([prince-xml-ignore-pseudo-class-focus-visible]) {
|
|
7192
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
7193
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
7194
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
7195
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
7196
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
7197
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
7198
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
7199
|
+
z-index: 1;
|
|
7200
|
+
}
|
|
7201
|
+
:where(.utrecht-root) :where(:not(:root):fullscreen)[prince-xml-ignore-pseudo-element-backdrop] {
|
|
7202
|
+
background-color: var(--utrecht-root-background-color, Canvas);
|
|
7203
|
+
}
|
|
7191
7204
|
.utrecht-search-bar {
|
|
7192
7205
|
--utrecht-button-border-color: var(--utrecht-search-bar-button-border-color);
|
|
7193
7206
|
--utrecht-button-hover-scale: var(--utrecht-search-bar-hover-scale);
|
|
@@ -9746,4 +9759,14 @@
|
|
|
9746
9759
|
.utrecht-html ul > li::marker {
|
|
9747
9760
|
color: var(--utrecht-unordered-list-marker-color);
|
|
9748
9761
|
content: "●";
|
|
9762
|
+
}
|
|
9763
|
+
:where(.utrecht-html) :where([prince-xml-ignore-pseudo-class-focus-visible]) {
|
|
9764
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
9765
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
9766
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
9767
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
9768
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
9769
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
9770
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
9771
|
+
z-index: 1;
|
|
9749
9772
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "9.0.
|
|
2
|
+
"version": "9.0.4",
|
|
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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@utrecht/badge-counter-css": "2.0.1",
|
|
31
31
|
"@utrecht/badge-list-css": "3.0.1",
|
|
32
32
|
"@utrecht/blockquote-css": "2.0.1",
|
|
33
|
-
"@utrecht/body-css": "
|
|
33
|
+
"@utrecht/body-css": "3.0.0",
|
|
34
34
|
"@utrecht/breadcrumb-nav-css": "2.1.0",
|
|
35
35
|
"@utrecht/button-css": "3.1.0",
|
|
36
36
|
"@utrecht/button-group-css": "2.0.1",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@utrecht/form-css": "2.0.1",
|
|
56
56
|
"@utrecht/form-field-css": "2.0.1",
|
|
57
57
|
"@utrecht/form-field-description-css": "2.0.1",
|
|
58
|
-
"@utrecht/form-field-error-message-css": "2.0.1",
|
|
59
58
|
"@utrecht/form-fieldset-css": "2.0.1",
|
|
59
|
+
"@utrecht/form-field-error-message-css": "2.0.1",
|
|
60
60
|
"@utrecht/form-label-css": "2.0.1",
|
|
61
61
|
"@utrecht/form-toggle-css": "2.0.1",
|
|
62
62
|
"@utrecht/grid-css": "1.0.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@utrecht/heading-5-css": "2.0.1",
|
|
68
68
|
"@utrecht/heading-6-css": "2.0.1",
|
|
69
69
|
"@utrecht/heading-group-css": "2.0.1",
|
|
70
|
-
"@utrecht/html-content-css": "2.0
|
|
70
|
+
"@utrecht/html-content-css": "2.1.0",
|
|
71
71
|
"@utrecht/iban-data-css": "2.0.1",
|
|
72
72
|
"@utrecht/icon-css": "3.0.1",
|
|
73
73
|
"@utrecht/img-css": "2.0.1",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@utrecht/preserve-data-css": "2.0.1",
|
|
103
103
|
"@utrecht/radio-button-css": "2.0.1",
|
|
104
104
|
"@utrecht/rich-text-css": "2.1.0",
|
|
105
|
-
"@utrecht/root-css": "
|
|
105
|
+
"@utrecht/root-css": "3.1.0",
|
|
106
106
|
"@utrecht/search-bar-css": "3.0.1",
|
|
107
107
|
"@utrecht/select-css": "2.0.1",
|
|
108
108
|
"@utrecht/separator-css": "2.0.1",
|