@utrecht/component-library-css 1.0.0-alpha.313 → 1.0.0-alpha.314
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 +2 -8
- package/package.json +3 -3
package/dist/html.css
CHANGED
|
@@ -668,6 +668,7 @@
|
|
|
668
668
|
--utrecht-space-around: 1;
|
|
669
669
|
}
|
|
670
670
|
.utrecht-html a:link {
|
|
671
|
+
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
671
672
|
color: var(--utrecht-link-color, blue);
|
|
672
673
|
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
673
674
|
text-decoration-skip-ink: all;
|
package/dist/index.css
CHANGED
|
@@ -1364,14 +1364,6 @@ ol.utrecht-breadcrumb__list {
|
|
|
1364
1364
|
gap: var(--utrecht-space-inline-sm);
|
|
1365
1365
|
}
|
|
1366
1366
|
|
|
1367
|
-
.utrecht-digid-button__logo {
|
|
1368
|
-
order: 1;
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
.utrecht-digid-button__button {
|
|
1372
|
-
order: 2;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
1367
|
/**
|
|
1376
1368
|
* @license EUPL-1.2
|
|
1377
1369
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -2160,6 +2152,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
2160
2152
|
*/
|
|
2161
2153
|
/* stylelint-disable-next-line block-no-empty */
|
|
2162
2154
|
.utrecht-link-button {
|
|
2155
|
+
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
2163
2156
|
color: var(--utrecht-link-color, blue);
|
|
2164
2157
|
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
2165
2158
|
text-decoration-skip-ink: all;
|
|
@@ -2344,6 +2337,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
2344
2337
|
* Changing `display: inline` to `inline-block` ensures the focus outline is rendered around the entire box.
|
|
2345
2338
|
*/
|
|
2346
2339
|
.utrecht-link {
|
|
2340
|
+
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
2347
2341
|
color: var(--utrecht-link-color, blue);
|
|
2348
2342
|
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
2349
2343
|
text-decoration-skip-ink: all;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.314",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "git@github.com:nl-design-system/utrecht.git"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@utrecht/design-tokens": "1.0.0-alpha.
|
|
19
|
+
"@utrecht/design-tokens": "1.0.0-alpha.307",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.54.0"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"clean": "rimraf dist/"
|
|
28
28
|
},
|
|
29
29
|
"main": "dist/index.css",
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "e40a8bfda3393a7bf1322997d42486e122d6db01"
|
|
31
31
|
}
|