@utrecht/component-library-css 1.0.0-alpha.222 → 1.0.0-alpha.223

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 CHANGED
@@ -102,6 +102,10 @@
102
102
  * Copyright (c) 2021 Robbert Broersma
103
103
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
104
104
  */
105
+ /**
106
+ * @license EUPL-1.2
107
+ * Copyright (c) 2021-2022 Frameless B.V.
108
+ */
105
109
  /**
106
110
  * @license EUPL-1.2
107
111
  * Copyright (c) 2021 Robbert Broersma
@@ -112,6 +116,10 @@
112
116
  * Copyright (c) 2021 Robbert Broersma
113
117
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
114
118
  */
119
+ /**
120
+ * @license EUPL-1.2
121
+ * Copyright (c) 2021-2022 Frameless B.V.
122
+ */
115
123
  /**
116
124
  * @license EUPL-1.2
117
125
  * Copyright (c) 2021 Robbert Broersma
@@ -122,6 +130,10 @@
122
130
  * Copyright (c) 2021 Robbert Broersma
123
131
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
124
132
  */
133
+ /**
134
+ * @license EUPL-1.2
135
+ * Copyright (c) 2021-2022 Frameless B.V.
136
+ */
125
137
  /**
126
138
  * @license EUPL-1.2
127
139
  * Copyright (c) 2021 Robbert Broersma
@@ -132,6 +144,10 @@
132
144
  * Copyright (c) 2021 Robbert Broersma
133
145
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
134
146
  */
147
+ /**
148
+ * @license EUPL-1.2
149
+ * Copyright (c) 2021-2022 Frameless B.V.
150
+ */
135
151
  /**
136
152
  * @license EUPL-1.2
137
153
  * Copyright (c) 2021 Robbert Broersma
@@ -142,6 +158,10 @@
142
158
  * Copyright (c) 2021 Robbert Broersma
143
159
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
144
160
  */
161
+ /**
162
+ * @license EUPL-1.2
163
+ * Copyright (c) 2021-2022 Frameless B.V.
164
+ */
145
165
  /**
146
166
  * @license EUPL-1.2
147
167
  * Copyright (c) 2021 Robbert Broersma
@@ -152,6 +172,10 @@
152
172
  * Copyright (c) 2021 Robbert Broersma
153
173
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
154
174
  */
175
+ /**
176
+ * @license EUPL-1.2
177
+ * Copyright (c) 2021-2022 Frameless B.V.
178
+ */
155
179
  /**
156
180
  * @license EUPL-1.2
157
181
  * Copyright (c) 2021 Robbert Broersma
@@ -480,6 +504,8 @@
480
504
  font-size: var(--utrecht-form-fieldset-legend-font-size);
481
505
  font-weight: var(--utrecht-form-fieldset-legend-font-weight);
482
506
  line-height: var(--utrecht-form-fieldset-legend-line-height);
507
+ page-break-after: avoid;
508
+ page-break-inside: avoid;
483
509
  text-transform: var(--utrecht-form-fieldset-legend-text-transform);
484
510
  padding-inline-end: 0;
485
511
  padding-inline-start: 0;
@@ -500,6 +526,8 @@
500
526
  font-weight: var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight));
501
527
  }
502
528
  .utrecht-html h1 {
529
+ page-break-after: avoid;
530
+ page-break-inside: avoid;
503
531
  color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
504
532
  font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
505
533
  font-size: var(--utrecht-heading-1-font-size);
@@ -513,6 +541,8 @@
513
541
  margin-block-start: var(--utrecht-heading-1-margin-block-start);
514
542
  }
515
543
  .utrecht-html h2 {
544
+ page-break-after: avoid;
545
+ page-break-inside: avoid;
516
546
  color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
517
547
  font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
518
548
  font-size: var(--utrecht-heading-2-font-size);
@@ -526,6 +556,8 @@
526
556
  margin-block-start: var(--utrecht-heading-2-margin-block-start);
527
557
  }
528
558
  .utrecht-html h3 {
559
+ page-break-after: avoid;
560
+ page-break-inside: avoid;
529
561
  color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
530
562
  font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
531
563
  font-size: var(--utrecht-heading-3-font-size);
@@ -539,6 +571,8 @@
539
571
  margin-block-start: var(--utrecht-heading-3-margin-block-start);
540
572
  }
541
573
  .utrecht-html h4 {
574
+ page-break-after: avoid;
575
+ page-break-inside: avoid;
542
576
  color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
543
577
  font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
544
578
  font-size: var(--utrecht-heading-4-font-size);
@@ -552,6 +586,8 @@
552
586
  margin-block-start: var(--utrecht-heading-4-margin-block-start);
553
587
  }
554
588
  .utrecht-html h5 {
589
+ page-break-after: avoid;
590
+ page-break-inside: avoid;
555
591
  color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
556
592
  font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
557
593
  font-size: var(--utrecht-heading-5-font-size);
@@ -565,6 +601,8 @@
565
601
  margin-block-start: var(--utrecht-heading-5-margin-block-start);
566
602
  }
567
603
  .utrecht-html h6 {
604
+ page-break-after: avoid;
605
+ page-break-inside: avoid;
568
606
  color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
569
607
  font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
570
608
  font-size: var(--utrecht-heading-6-font-size);
package/dist/index.css CHANGED
@@ -1299,6 +1299,8 @@ ol.utrecht-breadcrumb__list {
1299
1299
  font-size: var(--utrecht-form-fieldset-legend-font-size);
1300
1300
  font-weight: var(--utrecht-form-fieldset-legend-font-weight);
1301
1301
  line-height: var(--utrecht-form-fieldset-legend-line-height);
1302
+ page-break-after: avoid;
1303
+ page-break-inside: avoid;
1302
1304
  text-transform: var(--utrecht-form-fieldset-legend-text-transform);
1303
1305
  }
1304
1306
 
@@ -1456,7 +1458,13 @@ ol.utrecht-breadcrumb__list {
1456
1458
  * Copyright (c) 2021 Robbert Broersma
1457
1459
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1458
1460
  */
1461
+ /**
1462
+ * @license EUPL-1.2
1463
+ * Copyright (c) 2021-2022 Frameless B.V.
1464
+ */
1459
1465
  .utrecht-heading-1 {
1466
+ page-break-after: avoid;
1467
+ page-break-inside: avoid;
1460
1468
  color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
1461
1469
  font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
1462
1470
  font-size: var(--utrecht-heading-1-font-size);
@@ -1485,7 +1493,13 @@ ol.utrecht-breadcrumb__list {
1485
1493
  * Copyright (c) 2021 Robbert Broersma
1486
1494
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1487
1495
  */
1496
+ /**
1497
+ * @license EUPL-1.2
1498
+ * Copyright (c) 2021-2022 Frameless B.V.
1499
+ */
1488
1500
  .utrecht-heading-2 {
1501
+ page-break-after: avoid;
1502
+ page-break-inside: avoid;
1489
1503
  color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
1490
1504
  font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
1491
1505
  font-size: var(--utrecht-heading-2-font-size);
@@ -1514,7 +1528,13 @@ ol.utrecht-breadcrumb__list {
1514
1528
  * Copyright (c) 2021 Robbert Broersma
1515
1529
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1516
1530
  */
1531
+ /**
1532
+ * @license EUPL-1.2
1533
+ * Copyright (c) 2021-2022 Frameless B.V.
1534
+ */
1517
1535
  .utrecht-heading-3 {
1536
+ page-break-after: avoid;
1537
+ page-break-inside: avoid;
1518
1538
  color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
1519
1539
  font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
1520
1540
  font-size: var(--utrecht-heading-3-font-size);
@@ -1543,7 +1563,13 @@ ol.utrecht-breadcrumb__list {
1543
1563
  * Copyright (c) 2021 Robbert Broersma
1544
1564
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1545
1565
  */
1566
+ /**
1567
+ * @license EUPL-1.2
1568
+ * Copyright (c) 2021-2022 Frameless B.V.
1569
+ */
1546
1570
  .utrecht-heading-4 {
1571
+ page-break-after: avoid;
1572
+ page-break-inside: avoid;
1547
1573
  color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
1548
1574
  font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
1549
1575
  font-size: var(--utrecht-heading-4-font-size);
@@ -1572,7 +1598,13 @@ ol.utrecht-breadcrumb__list {
1572
1598
  * Copyright (c) 2021 Robbert Broersma
1573
1599
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1574
1600
  */
1601
+ /**
1602
+ * @license EUPL-1.2
1603
+ * Copyright (c) 2021-2022 Frameless B.V.
1604
+ */
1575
1605
  .utrecht-heading-5 {
1606
+ page-break-after: avoid;
1607
+ page-break-inside: avoid;
1576
1608
  color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
1577
1609
  font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
1578
1610
  font-size: var(--utrecht-heading-5-font-size);
@@ -1601,7 +1633,13 @@ ol.utrecht-breadcrumb__list {
1601
1633
  * Copyright (c) 2021 Robbert Broersma
1602
1634
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1603
1635
  */
1636
+ /**
1637
+ * @license EUPL-1.2
1638
+ * Copyright (c) 2021-2022 Frameless B.V.
1639
+ */
1604
1640
  .utrecht-heading-6 {
1641
+ page-break-after: avoid;
1642
+ page-break-inside: avoid;
1605
1643
  color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
1606
1644
  font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
1607
1645
  font-size: var(--utrecht-heading-6-font-size);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.222",
2
+ "version": "1.0.0-alpha.223",
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.215",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.216",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.51.0"
@@ -27,5 +27,5 @@
27
27
  "clean": "rimraf dist/"
28
28
  },
29
29
  "main": "dist/index.css",
30
- "gitHead": "b342f9126ad887ca99f1c6e9b9b51bc83005b6e0"
30
+ "gitHead": "eb338f4bf977774232dd1fc1318f56a99cf08f98"
31
31
  }