@utrecht/component-library-css 1.0.0-alpha.204 → 1.0.0-alpha.207

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 CHANGED
@@ -184,6 +184,28 @@
184
184
  color: var(--utrecht-feedback-inactive-fill-color, var(--utrecht-feedback-danger-fill-color, white));
185
185
  }
186
186
 
187
+ /**
188
+ * @license EUPL-1.2
189
+ * Copyright (c) 2021 Robbert Broersma
190
+ */
191
+ .utrecht-backdrop {
192
+ background-color: var(--utrecht-backdrop-background-color);
193
+ bottom: 0;
194
+ color: var(--utrecht-backdrop-color);
195
+ display: block;
196
+ left: 0;
197
+ opacity: var(--utrecht-backdrop-opacity);
198
+ position: absolute;
199
+ right: 0;
200
+ top: 0;
201
+ user-select: none;
202
+ z-index: var(--utrecht-backdrop-z-index);
203
+ }
204
+
205
+ .utrecht-backdrop--viewport {
206
+ position: fixed;
207
+ }
208
+
187
209
  /**
188
210
  * @license EUPL-1.2
189
211
  * Copyright (c) 2021 Robbert Broersma
@@ -1494,87 +1516,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
1494
1516
  outline-style: none;
1495
1517
  }
1496
1518
 
1497
- /**
1498
- * @license EUPL-1.2
1499
- * Copyright (c) 2021 Gemeente Utrecht
1500
- */
1501
- /**
1502
- * @license EUPL-1.2
1503
- * Copyright (c) 2021 Gemeente Utrecht
1504
- * Copyright (c) 2021 Robbert Broersma
1505
- */
1506
- /* stylelint-disable-next-line block-no-empty */
1507
- .utrecht-navhtml {
1508
- font-family: var(--utrecht-font-family-sans-serif);
1509
- }
1510
-
1511
- .utrecht-topnav__list {
1512
- background-color: var(--utrecht-topnav-list-background-color);
1513
- display: flex;
1514
- justify-content: space-between;
1515
- list-style: none;
1516
- list-style-image: none;
1517
- margin-block-end: 0;
1518
- margin-block-start: 0;
1519
- overflow: visible;
1520
- padding-block-end: 0;
1521
- padding-block-start: 0;
1522
- padding-inline-end: 0;
1523
- padding-inline-start: 0;
1524
- }
1525
-
1526
- .utrecht-topnav__item {
1527
- border-inline-end: 1px solid var(--utrecht-topnav-list-border-color);
1528
- flex: 1 0 auto;
1529
- margin-inline-start: 0;
1530
- text-align: center;
1531
- }
1532
-
1533
- .utrecht-topnav__item li:first-child {
1534
- border-inline-start: 1px solid var(--utrecht-topnav-list-border-color);
1535
- padding-inline-start: 0;
1536
- }
1537
-
1538
- .utrecht-topnav__link {
1539
- color: var(--utrecht-topnav-link-color);
1540
- display: block;
1541
- padding-block-end: 1rem;
1542
- padding-block-start: 1rem;
1543
- text-decoration: none;
1544
- }
1545
-
1546
- .utrecht-topnav__link:hover {
1547
- background-color: var(--utrecht-topnav-link-hover-background-color);
1548
- color: var(--utrecht-topnav-link-color);
1549
- text-decoration: underline;
1550
- }
1551
-
1552
- .utrecht-topnav__link--current {
1553
- background-color: var(--utrecht-topnav-list-background-active);
1554
- text-decoration: underline;
1555
- }
1556
-
1557
- .utrecht-topnav__link--focus, .utrecht-topnav__link:focus {
1558
- background-color: var(--utrecht-topnav-link-focus-background-color);
1559
- /* #ffd633 */
1560
- color: var(--utrecht-topnav-link-focus-color, var(--utrecht-topnav-link-color));
1561
- text-decoration: var(--utrecht-topnav-link-focus-text-decoration, var(--utrecht-topnav-link-text-decoration, underline));
1562
- }
1563
-
1564
- .utrecht-topnav__link--focus-visible, .utrecht-topnav__link:focus {
1565
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
1566
- outline-color: var(--utrecht-focus-outline-color, transparent);
1567
- outline-offset: var(--utrecht-focus-outline-offset, 0);
1568
- outline-style: var(--utrecht-focus-outline-style, solid);
1569
- outline-width: var(--utrecht-focus-outline-width, 0);
1570
- }
1571
-
1572
- .utrecht-topnav__link:focus:not(:focus-visible) {
1573
- /* undo focus ring */
1574
- box-shadow: none;
1575
- outline-style: none;
1576
- }
1577
-
1578
1519
  /**
1579
1520
  * @license EUPL-1.2
1580
1521
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
package/dist/index.css CHANGED
@@ -193,6 +193,28 @@
193
193
  color: var(--utrecht-feedback-inactive-fill-color, var(--utrecht-feedback-danger-fill-color, white));
194
194
  }
195
195
 
196
+ /**
197
+ * @license EUPL-1.2
198
+ * Copyright (c) 2021 Robbert Broersma
199
+ */
200
+ .utrecht-backdrop {
201
+ background-color: var(--utrecht-backdrop-background-color);
202
+ bottom: 0;
203
+ color: var(--utrecht-backdrop-color);
204
+ display: block;
205
+ left: 0;
206
+ opacity: var(--utrecht-backdrop-opacity);
207
+ position: absolute;
208
+ right: 0;
209
+ top: 0;
210
+ user-select: none;
211
+ z-index: var(--utrecht-backdrop-z-index);
212
+ }
213
+
214
+ .utrecht-backdrop--viewport {
215
+ position: fixed;
216
+ }
217
+
196
218
  /**
197
219
  * @license EUPL-1.2
198
220
  * Copyright (c) 2021 Robbert Broersma
@@ -1534,87 +1556,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
1534
1556
  outline-style: none;
1535
1557
  }
1536
1558
 
1537
- /**
1538
- * @license EUPL-1.2
1539
- * Copyright (c) 2021 Gemeente Utrecht
1540
- */
1541
- /**
1542
- * @license EUPL-1.2
1543
- * Copyright (c) 2021 Gemeente Utrecht
1544
- * Copyright (c) 2021 Robbert Broersma
1545
- */
1546
- /* stylelint-disable-next-line block-no-empty */
1547
- .utrecht-navhtml {
1548
- font-family: var(--utrecht-font-family-sans-serif);
1549
- }
1550
-
1551
- .utrecht-topnav__list {
1552
- background-color: var(--utrecht-topnav-list-background-color);
1553
- display: flex;
1554
- justify-content: space-between;
1555
- list-style: none;
1556
- list-style-image: none;
1557
- margin-block-end: 0;
1558
- margin-block-start: 0;
1559
- overflow: visible;
1560
- padding-block-end: 0;
1561
- padding-block-start: 0;
1562
- padding-inline-end: 0;
1563
- padding-inline-start: 0;
1564
- }
1565
-
1566
- .utrecht-topnav__item {
1567
- border-inline-end: 1px solid var(--utrecht-topnav-list-border-color);
1568
- flex: 1 0 auto;
1569
- margin-inline-start: 0;
1570
- text-align: center;
1571
- }
1572
-
1573
- .utrecht-topnav__item li:first-child {
1574
- border-inline-start: 1px solid var(--utrecht-topnav-list-border-color);
1575
- padding-inline-start: 0;
1576
- }
1577
-
1578
- .utrecht-topnav__link {
1579
- color: var(--utrecht-topnav-link-color);
1580
- display: block;
1581
- padding-block-end: 1rem;
1582
- padding-block-start: 1rem;
1583
- text-decoration: none;
1584
- }
1585
-
1586
- .utrecht-topnav__link:hover {
1587
- background-color: var(--utrecht-topnav-link-hover-background-color);
1588
- color: var(--utrecht-topnav-link-color);
1589
- text-decoration: underline;
1590
- }
1591
-
1592
- .utrecht-topnav__link--current {
1593
- background-color: var(--utrecht-topnav-list-background-active);
1594
- text-decoration: underline;
1595
- }
1596
-
1597
- .utrecht-topnav__link--focus, .utrecht-topnav__link:focus {
1598
- background-color: var(--utrecht-topnav-link-focus-background-color);
1599
- /* #ffd633 */
1600
- color: var(--utrecht-topnav-link-focus-color, var(--utrecht-topnav-link-color));
1601
- text-decoration: var(--utrecht-topnav-link-focus-text-decoration, var(--utrecht-topnav-link-text-decoration, underline));
1602
- }
1603
-
1604
- .utrecht-topnav__link--focus-visible, .utrecht-topnav__link:focus {
1605
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
1606
- outline-color: var(--utrecht-focus-outline-color, transparent);
1607
- outline-offset: var(--utrecht-focus-outline-offset, 0);
1608
- outline-style: var(--utrecht-focus-outline-style, solid);
1609
- outline-width: var(--utrecht-focus-outline-width, 0);
1610
- }
1611
-
1612
- .utrecht-topnav__link:focus:not(:focus-visible) {
1613
- /* undo focus ring */
1614
- box-shadow: none;
1615
- outline-style: none;
1616
- }
1617
-
1618
1559
  /**
1619
1560
  * @license EUPL-1.2
1620
1561
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
@@ -5259,9 +5200,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
5259
5200
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
5260
5201
  /**
5261
5202
  * Do not edit directly
5262
- * Generated on Wed, 11 May 2022 15:29:27 GMT
5203
+ * Generated on Sat, 14 May 2022 11:25:18 GMT
5263
5204
  */
5264
- :root {
5205
+ .utrecht-theme {
5265
5206
  --denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
5266
5207
  --denhaag-process-steps-sub-step-heading-font-family: ;
5267
5208
  --denhaag-process-steps-sub-step-marker-size: 8px;
@@ -5,9 +5,9 @@
5
5
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
6
6
  /**
7
7
  * Do not edit directly
8
- * Generated on Wed, 11 May 2022 15:29:27 GMT
8
+ * Generated on Sat, 14 May 2022 11:25:18 GMT
9
9
  */
10
- :root {
10
+ .utrecht-theme {
11
11
  --denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
12
12
  --denhaag-process-steps-sub-step-heading-font-family: ;
13
13
  --denhaag-process-steps-sub-step-marker-size: 8px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.204",
2
+ "version": "1.0.0-alpha.207",
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.197",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.200",
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": "6628416bd259464a13a0ca908c5f61847cde8348"
29
+ "gitHead": "7324d7dfead6c5c43b2f9f7ccbea6f94cb787975"
30
30
  }
package/src/bem.scss CHANGED
@@ -16,18 +16,19 @@
16
16
  * @import "@utrecht/blockquote/index";
17
17
  */
18
18
 
19
- @import "../../../components/article/bem";
20
- @import "../../../components/badge-counter/bem";
21
- @import "../../../components/badge-data/bem";
22
- @import "../../../components/badge-status/bem";
19
+ @import "../../../components/article/css";
20
+ @import "../../../components/badge-counter/css";
21
+ @import "../../../components/badge-data/css";
22
+ @import "../../../components/badge-status/css";
23
+ @import "../../../components/backdrop/css";
23
24
  @import "../../../components/blockquote/css";
24
25
  @import "../../../components/breadcrumb/css";
25
26
  @import "../../../components/button/bem";
26
27
  @import "../../../components/checkbox/css";
27
- @import "../../../components/custom-checkbox/bem";
28
- @import "../../../components/digid-button/bem";
29
- @import "../../../components/document/bem";
30
- @import "../../../components/emphasis/bem";
28
+ @import "../../../components/custom-checkbox/css";
29
+ @import "../../../components/digid-button/css";
30
+ @import "../../../components/document/css";
31
+ @import "../../../components/emphasis/css";
31
32
  @import "../../../components/form-field-checkbox-group/bem";
32
33
  @import "../../../components/form-field-checkbox/bem";
33
34
  @import "../../../components/form-field-description/bem";
@@ -35,40 +36,39 @@
35
36
  @import "../../../components/form-field-radio/bem";
36
37
  @import "../../../components/form-field-textbox/bem";
37
38
  @import "../../../components/form-field/bem";
38
- @import "../../../components/form-fieldset/bem";
39
+ @import "../../../components/form-fieldset/css";
39
40
  @import "../../../components/form-label/css";
40
- @import "../../../components/form-toggle/bem";
41
+ @import "../../../components/form-toggle/css";
41
42
  @import "../../../components/heading-1/bem";
42
43
  @import "../../../components/heading-2/bem";
43
44
  @import "../../../components/heading-3/bem";
44
45
  @import "../../../components/heading-4/bem";
45
46
  @import "../../../components/heading-5/bem";
46
47
  @import "../../../components/heading-6/bem";
47
- @import "../../../components/link-list/bem";
48
- @import "../../../components/link-social/bem";
48
+ @import "../../../components/link-list/css";
49
+ @import "../../../components/link-social/css";
49
50
  @import "../../../components/link/css";
50
- @import "../../../components/logo-button/bem";
51
- @import "../../../components/logo/bem";
52
- @import "../../../components/mapcontrolbutton/bem";
53
- @import "../../../components/menulijst/bem";
54
- @import "../../../components/nav-top/bem";
55
- @import "../../../components/navigatie sidenav/bem";
56
- @import "../../../components/navigatie topnav/bem";
57
- @import "../../../components/ordered-list/bem";
58
- @import "../../../components/page-content/bem";
59
- @import "../../../components/page-footer/bem";
60
- @import "../../../components/page-header/bem";
61
- @import "../../../components/page/bem";
62
- @import "../../../components/pagination/bem";
51
+ @import "../../../components/logo-button/css";
52
+ @import "../../../components/logo/css";
53
+ @import "../../../components/mapcontrolbutton/css";
54
+ @import "../../../components/menulijst/css";
55
+ @import "../../../components/navigatie sidenav/css";
56
+ @import "../../../components/navigatie topnav/css";
57
+ @import "../../../components/ordered-list/css";
58
+ @import "../../../components/page-content/css";
59
+ @import "../../../components/page-footer/css";
60
+ @import "../../../components/page-header/css";
61
+ @import "../../../components/page/css";
62
+ @import "../../../components/pagination/css";
63
63
  @import "../../../components/paragraph/css";
64
- @import "../../../components/pre-heading/bem";
65
- @import "../../../components/radio-button/bem";
66
- @import "../../../components/search-bar/bem";
67
- @import "../../../components/select/bem";
68
- @import "../../../components/separator/bem";
69
- @import "../../../components/surface/bem";
70
- @import "../../../components/table/bem";
71
- @import "../../../components/textarea/bem";
72
- @import "../../../components/textbox/bem";
73
- @import "../../../components/unordered-list/bem";
74
- @import "../../../components/url/bem";
64
+ @import "../../../components/pre-heading/css";
65
+ @import "../../../components/radio-button/css";
66
+ @import "../../../components/search-bar/css";
67
+ @import "../../../components/select/css";
68
+ @import "../../../components/separator/css";
69
+ @import "../../../components/surface/css";
70
+ @import "../../../components/table/css";
71
+ @import "../../../components/textarea/css";
72
+ @import "../../../components/textbox/css";
73
+ @import "../../../components/unordered-list/css";
74
+ @import "../../../components/url/css";