@utrecht/component-library-css 1.0.0-alpha.306 → 1.0.0-alpha.307
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/index.css +26 -0
- package/package.json +3 -3
- package/src/index.scss +1 -0
package/dist/index.css
CHANGED
|
@@ -1946,6 +1946,32 @@ ol.utrecht-breadcrumb__list {
|
|
|
1946
1946
|
margin-block-start: var(--utrecht-heading-6-margin-block-start);
|
|
1947
1947
|
}
|
|
1948
1948
|
|
|
1949
|
+
/**
|
|
1950
|
+
* @license EUPL-1.2
|
|
1951
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
1952
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
1953
|
+
*/
|
|
1954
|
+
/**
|
|
1955
|
+
* @license EUPL-1.2
|
|
1956
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
1957
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
1958
|
+
*/
|
|
1959
|
+
.utrecht-img {
|
|
1960
|
+
height: auto;
|
|
1961
|
+
width: auto;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.utrecht-img--scale-down {
|
|
1965
|
+
/* use this class name with caution, text contained in image might become too small to read */
|
|
1966
|
+
max-height: 100%;
|
|
1967
|
+
max-width: 100%;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
.utrecht-img--photo {
|
|
1971
|
+
max-height: 100%;
|
|
1972
|
+
max-width: 100%;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1949
1975
|
/**
|
|
1950
1976
|
* @license EUPL-1.2
|
|
1951
1977
|
* Copyright (c) 2021 Gemeente Utrecht
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.307",
|
|
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.300",
|
|
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": "5b5af09a97a4d80406c3befbe73c9c3852845870"
|
|
31
31
|
}
|
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/img/css";
|
|
52
53
|
@import "../../../components/link-list/css";
|
|
53
54
|
@import "../../../components/link-button/css";
|
|
54
55
|
@import "../../../components/link-social/css";
|