dso-toolkit 73.0.1 → 73.2.0

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/CHANGELOG.md CHANGED
@@ -5,6 +5,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
5
 
6
6
  ## Next
7
7
 
8
+ ## 🐻 Release 73.2.0 - 2025-06-04
9
+
10
+ ### Added
11
+ * Document Card: Chevron wordt niet op de juiste plek weergegeven ([#3067](https://github.com/dso-toolkit/dso-toolkit/issues/3067))
12
+
13
+ ### Fixed
14
+ * Viewer Grid: Banner valt over filter paneel ([#3182](https://github.com/dso-toolkit/dso-toolkit/issues/3182))
15
+
16
+ ### Task
17
+ * Eslint: Implementeer eslint-plugin-import ([#3065](https://github.com/dso-toolkit/dso-toolkit/issues/3065))
18
+
19
+ ### Deprecated
20
+ * Tooltip: Deprecate ([#3163](https://github.com/dso-toolkit/dso-toolkit/issues/3163))
21
+
22
+ ## ☀️ Release 73.1.0 - 2025-05-26
23
+
24
+ ### Added
25
+ * Plekinfo Card: Chevron wordt niet op de juiste plek weergegeven ([#3066](https://github.com/dso-toolkit/dso-toolkit/issues/3066))
26
+
27
+ ### Fixed
28
+ * Map Controls: bij inzoomen heeft de knop kaartlagen geen accessible name meer ([#3130](https://github.com/dso-toolkit/dso-toolkit/issues/3130))
29
+ * Angular: toolkit component-events worden niet meer herkend ([#3049](https://github.com/dso-toolkit/dso-toolkit/issues/3049))
30
+
31
+ ### Task
32
+ * Packages: Dependencies updates ([#3128](https://github.com/dso-toolkit/dso-toolkit/issues/3128))
33
+
8
34
  ## 🪜 Release 73.0.1 - 2025-05-16
9
35
 
10
36
  ### Fixed
package/dist/dso.css CHANGED
@@ -1,5 +1,5 @@
1
- /* DSO Toolkit version: "73.0.1" */
2
- :root { --dso-toolkit-version: "73.0.1" }
1
+ /* DSO Toolkit version: "73.2.0" */
2
+ :root { --dso-toolkit-version: "73.2.0" }
3
3
 
4
4
  @font-face {
5
5
  font-family: "Asap";
@@ -766,7 +766,7 @@ body {
766
766
  padding-inline: 48px 16px;
767
767
  text-align: start;
768
768
  inline-size: 100%;
769
- word-break: break-word;
769
+ overflow-wrap: anywhere;
770
770
  }
771
771
  .dso-section-handle a::before,
772
772
  .dso-section-handle button::before {