@utrecht/component-library-css 1.0.0-alpha.196 → 1.0.0-alpha.197
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/bem.css +3 -7
- package/dist/html.css +6 -22
- package/dist/index.css +10 -30
- package/dist/root-theme.css +1 -1
- package/package.json +3 -3
- package/src/bem.scss +1 -2
- package/src/html.scss +0 -1
package/dist/bem.css
CHANGED
|
@@ -14,12 +14,6 @@
|
|
|
14
14
|
* Will become:
|
|
15
15
|
* @import "@utrecht/blockquote/index";
|
|
16
16
|
*/
|
|
17
|
-
/**
|
|
18
|
-
* @license EUPL-1.2
|
|
19
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
20
|
-
*/
|
|
21
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
22
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
23
17
|
/**
|
|
24
18
|
* @license EUPL-1.2
|
|
25
19
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -1274,7 +1268,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1274
1268
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
|
1275
1269
|
}
|
|
1276
1270
|
|
|
1277
|
-
.utrecht-link
|
|
1271
|
+
.utrecht-link--icon-left {
|
|
1278
1272
|
background-image: var(--utrecht-link-icon-left-background-image, none);
|
|
1279
1273
|
background-position: 0 0.25em;
|
|
1280
1274
|
background-repeat: no-repeat;
|
|
@@ -1331,6 +1325,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1331
1325
|
white-space: nowrap;
|
|
1332
1326
|
}
|
|
1333
1327
|
|
|
1328
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
1329
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
1334
1330
|
/**
|
|
1335
1331
|
* @license EUPL-1.2
|
|
1336
1332
|
* Copyright (c) 2021 Robbert Broersma
|
package/dist/html.css
CHANGED
|
@@ -4,16 +4,6 @@
|
|
|
4
4
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
5
5
|
*/
|
|
6
6
|
/* Collection of all semantic HTML styles in the component library */
|
|
7
|
-
/**
|
|
8
|
-
* @license EUPL-1.2
|
|
9
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* @license EUPL-1.2
|
|
13
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
14
|
-
*/
|
|
15
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
16
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
17
7
|
/**
|
|
18
8
|
* @license EUPL-1.2
|
|
19
9
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -521,16 +511,6 @@
|
|
|
521
511
|
* Copyright (c) 2021 Robbert Broersma
|
|
522
512
|
*/
|
|
523
513
|
/* Collection of all semantic HTML styles in the component library */
|
|
524
|
-
/**
|
|
525
|
-
* @license EUPL-1.2
|
|
526
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
527
|
-
*/
|
|
528
|
-
/**
|
|
529
|
-
* @license EUPL-1.2
|
|
530
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
531
|
-
*/
|
|
532
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
533
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
534
514
|
/**
|
|
535
515
|
* @license EUPL-1.2
|
|
536
516
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -1086,7 +1066,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1086
1066
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
|
1087
1067
|
}
|
|
1088
1068
|
|
|
1089
|
-
.utrecht-link
|
|
1069
|
+
.utrecht-link--icon-left {
|
|
1090
1070
|
background-image: var(--utrecht-link-icon-left-background-image, none);
|
|
1091
1071
|
background-position: 0 0.25em;
|
|
1092
1072
|
background-repeat: no-repeat;
|
|
@@ -1146,6 +1126,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1146
1126
|
white-space: nowrap;
|
|
1147
1127
|
}
|
|
1148
1128
|
|
|
1129
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
1130
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
1149
1131
|
.utrecht-html a:focus:not(:focus-visible) {
|
|
1150
1132
|
/* undo focus ring */
|
|
1151
1133
|
box-shadow: none;
|
|
@@ -1794,7 +1776,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1794
1776
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
|
1795
1777
|
}
|
|
1796
1778
|
|
|
1797
|
-
.utrecht-link
|
|
1779
|
+
.utrecht-link--icon-left {
|
|
1798
1780
|
background-image: var(--utrecht-link-icon-left-background-image, none);
|
|
1799
1781
|
background-position: 0 0.25em;
|
|
1800
1782
|
background-repeat: no-repeat;
|
|
@@ -1854,6 +1836,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1854
1836
|
white-space: nowrap;
|
|
1855
1837
|
}
|
|
1856
1838
|
|
|
1839
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
1840
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
1857
1841
|
.utrecht-html a:focus:not(:focus-visible) {
|
|
1858
1842
|
/* undo focus ring */
|
|
1859
1843
|
box-shadow: none;
|
package/dist/index.css
CHANGED
|
@@ -23,12 +23,6 @@
|
|
|
23
23
|
* Will become:
|
|
24
24
|
* @import "@utrecht/blockquote/index";
|
|
25
25
|
*/
|
|
26
|
-
/**
|
|
27
|
-
* @license EUPL-1.2
|
|
28
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
29
|
-
*/
|
|
30
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
31
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
32
26
|
/**
|
|
33
27
|
* @license EUPL-1.2
|
|
34
28
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -1311,7 +1305,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1311
1305
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
|
1312
1306
|
}
|
|
1313
1307
|
|
|
1314
|
-
.utrecht-link
|
|
1308
|
+
.utrecht-link--icon-left {
|
|
1315
1309
|
background-image: var(--utrecht-link-icon-left-background-image, none);
|
|
1316
1310
|
background-position: 0 0.25em;
|
|
1317
1311
|
background-repeat: no-repeat;
|
|
@@ -1371,6 +1365,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1371
1365
|
white-space: nowrap;
|
|
1372
1366
|
}
|
|
1373
1367
|
|
|
1368
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
1369
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
1374
1370
|
/**
|
|
1375
1371
|
* @license EUPL-1.2
|
|
1376
1372
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -2776,16 +2772,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
2776
2772
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
2777
2773
|
*/
|
|
2778
2774
|
/* Collection of all semantic HTML styles in the component library */
|
|
2779
|
-
/**
|
|
2780
|
-
* @license EUPL-1.2
|
|
2781
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
2782
|
-
*/
|
|
2783
|
-
/**
|
|
2784
|
-
* @license EUPL-1.2
|
|
2785
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
2786
|
-
*/
|
|
2787
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
2788
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
2789
2775
|
/**
|
|
2790
2776
|
* @license EUPL-1.2
|
|
2791
2777
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -3293,16 +3279,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3293
3279
|
* Copyright (c) 2021 Robbert Broersma
|
|
3294
3280
|
*/
|
|
3295
3281
|
/* Collection of all semantic HTML styles in the component library */
|
|
3296
|
-
/**
|
|
3297
|
-
* @license EUPL-1.2
|
|
3298
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
3299
|
-
*/
|
|
3300
|
-
/**
|
|
3301
|
-
* @license EUPL-1.2
|
|
3302
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
3303
|
-
*/
|
|
3304
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
3305
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
3306
3282
|
/**
|
|
3307
3283
|
* @license EUPL-1.2
|
|
3308
3284
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -3858,7 +3834,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3858
3834
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
|
3859
3835
|
}
|
|
3860
3836
|
|
|
3861
|
-
.utrecht-link
|
|
3837
|
+
.utrecht-link--icon-left {
|
|
3862
3838
|
background-image: var(--utrecht-link-icon-left-background-image, none);
|
|
3863
3839
|
background-position: 0 0.25em;
|
|
3864
3840
|
background-repeat: no-repeat;
|
|
@@ -3918,6 +3894,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3918
3894
|
white-space: nowrap;
|
|
3919
3895
|
}
|
|
3920
3896
|
|
|
3897
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
3898
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
3921
3899
|
.utrecht-html a:focus:not(:focus-visible) {
|
|
3922
3900
|
/* undo focus ring */
|
|
3923
3901
|
box-shadow: none;
|
|
@@ -4566,7 +4544,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
4566
4544
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
|
4567
4545
|
}
|
|
4568
4546
|
|
|
4569
|
-
.utrecht-link
|
|
4547
|
+
.utrecht-link--icon-left {
|
|
4570
4548
|
background-image: var(--utrecht-link-icon-left-background-image, none);
|
|
4571
4549
|
background-position: 0 0.25em;
|
|
4572
4550
|
background-repeat: no-repeat;
|
|
@@ -4626,6 +4604,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
4626
4604
|
white-space: nowrap;
|
|
4627
4605
|
}
|
|
4628
4606
|
|
|
4607
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
4608
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
4629
4609
|
.utrecht-html a:focus:not(:focus-visible) {
|
|
4630
4610
|
/* undo focus ring */
|
|
4631
4611
|
box-shadow: none;
|
|
@@ -5279,7 +5259,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5279
5259
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
5280
5260
|
/**
|
|
5281
5261
|
* Do not edit directly
|
|
5282
|
-
* Generated on
|
|
5262
|
+
* Generated on Thu, 28 Apr 2022 08:45:15 GMT
|
|
5283
5263
|
*/
|
|
5284
5264
|
:root {
|
|
5285
5265
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
package/dist/root-theme.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
6
6
|
/**
|
|
7
7
|
* Do not edit directly
|
|
8
|
-
* Generated on
|
|
8
|
+
* Generated on Thu, 28 Apr 2022 08:45:15 GMT
|
|
9
9
|
*/
|
|
10
10
|
:root {
|
|
11
11
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.197",
|
|
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.190",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.50.1"
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"build": "sass src/:dist/ --load-path=../../node_modules/ --no-source-map",
|
|
27
27
|
"clean": "rimraf dist/"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "64be42116490540fd8fb686b7a9c601000ccd333"
|
|
30
30
|
}
|
package/src/bem.scss
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
* @import "@utrecht/blockquote/index";
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
|
-
@import "../../../components/alternate-lang-link/bem";
|
|
20
19
|
@import "../../../components/article/bem";
|
|
21
20
|
@import "../../../components/badge-counter/bem";
|
|
22
21
|
@import "../../../components/badge-data/bem";
|
|
@@ -47,7 +46,7 @@
|
|
|
47
46
|
@import "../../../components/heading-6/bem";
|
|
48
47
|
@import "../../../components/link-list/bem";
|
|
49
48
|
@import "../../../components/link-social/bem";
|
|
50
|
-
@import "../../../components/link/
|
|
49
|
+
@import "../../../components/link/css";
|
|
51
50
|
@import "../../../components/logo-button/bem";
|
|
52
51
|
@import "../../../components/logo/bem";
|
|
53
52
|
@import "../../../components/mapcontrolbutton/bem";
|
package/src/html.scss
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
/* Collection of all semantic HTML styles in the component library */
|
|
7
7
|
|
|
8
|
-
@import "../../../components/alternate-lang-link/html";
|
|
9
8
|
@import "../../../components/article/html";
|
|
10
9
|
@import "../../../components/blockquote/html";
|
|
11
10
|
@import "../../../components/button/html";
|