@utrecht/component-library-css 1.0.0-alpha.321 → 1.0.0-alpha.322
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 +18 -0
- package/dist/index.css +20 -0
- package/package.json +2 -2
- package/src/index.scss +1 -0
package/dist/html.css
CHANGED
|
@@ -182,6 +182,16 @@
|
|
|
182
182
|
* @license EUPL-1.2
|
|
183
183
|
* Copyright (c) 2021 Robbert Broersma
|
|
184
184
|
*/
|
|
185
|
+
/**
|
|
186
|
+
* @license EUPL-1.2
|
|
187
|
+
* Copyright (c) 2022 Gemeente Utrecht
|
|
188
|
+
* Copyright (c) 2022 Robbert Broersma
|
|
189
|
+
* Copyright (c) 2022 The Knights Who Say NIH! B.V.
|
|
190
|
+
*/
|
|
191
|
+
/**
|
|
192
|
+
* @license EUPL-1.2
|
|
193
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
194
|
+
*/
|
|
185
195
|
/**
|
|
186
196
|
* @license EUPL-1.2
|
|
187
197
|
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
@@ -667,6 +677,14 @@
|
|
|
667
677
|
text-transform: var(--utrecht-heading-6-text-transform, inherit);
|
|
668
678
|
--utrecht-space-around: 1;
|
|
669
679
|
}
|
|
680
|
+
.utrecht-html hgroup {
|
|
681
|
+
--utrecht-pre-heading-order: -1;
|
|
682
|
+
display: flex;
|
|
683
|
+
flex-direction: column;
|
|
684
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-end, 0));
|
|
685
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-start, 0));
|
|
686
|
+
--utrecht-space-around: 1;
|
|
687
|
+
}
|
|
670
688
|
.utrecht-html a:link {
|
|
671
689
|
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
672
690
|
color: var(--utrecht-link-color, blue);
|
package/dist/index.css
CHANGED
|
@@ -1957,6 +1957,25 @@ ol.utrecht-breadcrumb__list {
|
|
|
1957
1957
|
--utrecht-space-around: 1;
|
|
1958
1958
|
}
|
|
1959
1959
|
|
|
1960
|
+
/**
|
|
1961
|
+
* @license EUPL-1.2
|
|
1962
|
+
* Copyright (c) 2022 Gemeente Utrecht
|
|
1963
|
+
* Copyright (c) 2022 Robbert Broersma
|
|
1964
|
+
* Copyright (c) 2022 The Knights Who Say NIH! B.V.
|
|
1965
|
+
*/
|
|
1966
|
+
/**
|
|
1967
|
+
* @license EUPL-1.2
|
|
1968
|
+
* Copyright (c) 2022 Gemeente Utrecht
|
|
1969
|
+
* Copyright (c) 2022 Robbert Broersma
|
|
1970
|
+
* Copyright (c) 2022 The Knights Who Say NIH! B.V.
|
|
1971
|
+
*/
|
|
1972
|
+
.utrecht-heading-group {
|
|
1973
|
+
--utrecht-pre-heading-order: -1;
|
|
1974
|
+
display: flex;
|
|
1975
|
+
flex-direction: column;
|
|
1976
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-end, 0));
|
|
1977
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-start, 0));
|
|
1978
|
+
}
|
|
1960
1979
|
/**
|
|
1961
1980
|
* @license EUPL-1.2
|
|
1962
1981
|
* Copyright (c) 2021-2022 Gemeente Utrecht
|
|
@@ -3181,6 +3200,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3181
3200
|
line-height: var(--utrecht-pre-heading-line-height);
|
|
3182
3201
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-pre-heading-margin-block-end, 0));
|
|
3183
3202
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-pre-heading-margin-block-start, 0));
|
|
3203
|
+
order: var(--utrecht-pre-heading-order, 0);
|
|
3184
3204
|
text-transform: var(--utrecht-pre-heading-text-transform, inherit);
|
|
3185
3205
|
}
|
|
3186
3206
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.322",
|
|
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",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"clean": "rimraf dist/"
|
|
27
27
|
},
|
|
28
28
|
"main": "dist/index.css",
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "71d7026847c3ab2bfd0560b543ea6424c5143cca"
|
|
30
30
|
}
|
package/src/index.scss
CHANGED
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
@import "../../../components/heading-4/css";
|
|
50
50
|
@import "../../../components/heading-5/css";
|
|
51
51
|
@import "../../../components/heading-6/css";
|
|
52
|
+
@import "../../../components/heading-group/css";
|
|
52
53
|
@import "../../../components/icon/css";
|
|
53
54
|
@import "../../../components/img/css";
|
|
54
55
|
@import "../../../components/link-list/css";
|