@utrecht/component-library-css 7.1.6 → 7.2.1

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 CHANGED
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2020-2025 Frameless B.V.
4
+ * Copyright (c) 2021-2025 Gemeente Utrecht
5
+ */
1
6
  /**
2
7
  * @license EUPL-1.2
3
8
  * Copyright (c) 2024-2025 Gemeente Utrecht
@@ -7104,4 +7109,17 @@
7104
7109
  hyphens: none;
7105
7110
  overflow-wrap: anywhere;
7106
7111
  page-break-inside: avoid;
7112
+ }
7113
+ .utrecht-youtube-video {
7114
+ aspect-ratio: 16/9;
7115
+ }
7116
+
7117
+ .utrecht-youtube-video--html-iframe {
7118
+ border-width: 0;
7119
+ }
7120
+ .utrecht-youtube-video--html-iframe:not([width]) {
7121
+ width: 100%;
7122
+ }
7123
+ .utrecht-youtube-video--html-iframe:not([height]) {
7124
+ height: auto;
7107
7125
  }
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2020-2025 Frameless B.V.
4
+ * Copyright (c) 2021-2025 Gemeente Utrecht
5
+ */
1
6
  /**
2
7
  * @license EUPL-1.2
3
8
  * Copyright (c) 2024-2025 Gemeente Utrecht
@@ -7005,6 +7010,19 @@
7005
7010
  overflow-wrap: anywhere;
7006
7011
  page-break-inside: avoid;
7007
7012
  }
7013
+ .utrecht-youtube-video {
7014
+ aspect-ratio: 16/9;
7015
+ }
7016
+
7017
+ .utrecht-youtube-video--html-iframe {
7018
+ border-width: 0;
7019
+ }
7020
+ .utrecht-youtube-video--html-iframe:not([width]) {
7021
+ width: 100%;
7022
+ }
7023
+ .utrecht-youtube-video--html-iframe:not([height]) {
7024
+ height: auto;
7025
+ }
7008
7026
  .utrecht-html {
7009
7027
  --utrecht-space-around: 1;
7010
7028
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.1.6",
2
+ "version": "7.2.1",
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",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@utrecht/accordion-css": "2.0.0",
24
- "@utrecht/alert-css": "2.2.1",
24
+ "@utrecht/alert-css": "2.3.0",
25
25
  "@utrecht/alert-dialog-css": "1.4.2",
26
26
  "@utrecht/alternate-lang-nav-css": "1.3.1",
27
27
  "@utrecht/article-css": "1.5.1",
@@ -114,7 +114,8 @@
114
114
  "@utrecht/top-task-link-css": "1.4.1",
115
115
  "@utrecht/top-task-nav-css": "1.3.1",
116
116
  "@utrecht/unordered-list-css": "1.5.1",
117
- "@utrecht/url-data-css": "1.3.1"
117
+ "@utrecht/url-data-css": "1.3.1",
118
+ "@utrecht/youtube-video-css": "1.0.0"
118
119
  },
119
120
  "devDependencies": {
120
121
  "postcss": "8.4.38",