dso-toolkit 88.1.0 → 89.0.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,20 @@ 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 89.0.0 - 2026-03-02
9
+
10
+ ### Changed
11
+ * **BREAKING** Legend: Legend en Legend Item fuseren tot één component Legend ([#3490](https://github.com/dso-toolkit/dso-toolkit/issues/3490))
12
+ * Ozon Content: i-tje verwijderen bij verwijzing naar begrip (IntRef naar `<Begrip>`) ([#3562](https://github.com/dso-toolkit/dso-toolkit/issues/3562))
13
+
14
+ ### Fixed
15
+ * Viewer Grid: Gesloten Filter Panel kan focus krijgen ([#3546](https://github.com/dso-toolkit/dso-toolkit/issues/3546))
16
+ * Autosuggest: Onterechte scrollbar ([#3284](https://github.com/dso-toolkit/dso-toolkit/issues/3284))
17
+ * Ozon Content: Toggletip focus out handler verwerkt interactieve element niet goed ([#3560](https://github.com/dso-toolkit/dso-toolkit/issues/3560))
18
+
19
+ ### Task
20
+ * Packages: Dependencies updates ([#3495](https://github.com/dso-toolkit/dso-toolkit/issues/3495))
21
+
8
22
  ## 🧑‍🔧 Release 88.1.0 - 2026-02-23
9
23
 
10
24
  ### Added
package/README.md CHANGED
@@ -58,7 +58,7 @@ The referenced scripts are very small: Only the actually used Web Components are
58
58
 
59
59
  ### Develop or mockups
60
60
 
61
- To work on the DSO Toolkit using components and variants or create mockups of pages, forms or components you need Node 22 and Yarn. See [CONTRIBUTING.md](CONTRIBUTING.md) on how to contribute.
61
+ To work on the DSO Toolkit using components and variants or create mockups of pages, forms or components you need Node 24 and Yarn. See [CONTRIBUTING.md](CONTRIBUTING.md) on how to contribute.
62
62
 
63
63
  Either install Yarn with
64
64
 
@@ -108,7 +108,7 @@ This will start Stencil on http://localhost:45333, Storybook on http://localhost
108
108
 
109
109
  ## Requirements
110
110
 
111
- Node 22. For development on the DSO Toolkit you also need Yarn.
111
+ Node 24. For development on the DSO Toolkit you also need Yarn.
112
112
 
113
113
  ## Ports
114
114
 
package/dist/dso.css CHANGED
@@ -1,5 +1,5 @@
1
1
  :root {
2
- --dso-toolkit-version: "88.1.0";
2
+ --dso-toolkit-version: "89.0.0";
3
3
  }
4
4
 
5
5
  @font-face {
@@ -3089,7 +3089,7 @@ del {
3089
3089
  --_dso-button-tertiary-disabled-color: #999;
3090
3090
  background-color: #f5d8dc;
3091
3091
  color: #191919;
3092
- --_dso-ozon-content-toggletip-color: colors.$zwart;
3092
+ --_dso-ozon-content-toggletip-color: #000;
3093
3093
  text-decoration: line-through;
3094
3094
  --_dso-ozon-content-toggletip-text-decoration: underline line-through;
3095
3095
  }
@@ -6728,7 +6728,7 @@ ins {
6728
6728
  background-color: #e4f1d4;
6729
6729
  color: #191919;
6730
6730
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
6731
- --_dso-ozon-content-toggletip-color: colors.$zwart;
6731
+ --_dso-ozon-content-toggletip-color: #000;
6732
6732
  }
6733
6733
 
6734
6734
  .dso-justify-form-groups {
@@ -7213,7 +7213,7 @@ ins {
7213
7213
  background-color: #e4f1d4;
7214
7214
  color: #191919;
7215
7215
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
7216
- --_dso-ozon-content-toggletip-color: colors.$zwart;
7216
+ --_dso-ozon-content-toggletip-color: #000;
7217
7217
  }
7218
7218
  .dso-label.dso-label-verwijderd {
7219
7219
  --_dso-alert-success-border-color: #39870c;
@@ -7247,7 +7247,7 @@ ins {
7247
7247
  --_dso-button-tertiary-disabled-color: #999;
7248
7248
  background-color: #f5d8dc;
7249
7249
  color: #191919;
7250
- --_dso-ozon-content-toggletip-color: colors.$zwart;
7250
+ --_dso-ozon-content-toggletip-color: #000;
7251
7251
  text-decoration: line-through;
7252
7252
  --_dso-ozon-content-toggletip-text-decoration: underline line-through;
7253
7253
  }