dso-toolkit 83.0.0 → 84.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,30 @@ 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 84.0.0 - 2025-12-12
9
+
10
+ ### Added
11
+ * Map Layer: Nieuw component ([#3109](https://github.com/dso-toolkit/dso-toolkit/issues/3109))
12
+
13
+ ### Changed
14
+ * **BREAKING** Autosuggest: bij herfocus suggesties alleen tonen bij meerdere opties of één optie zonder exacte match ([#3244](https://github.com/dso-toolkit/dso-toolkit/issues/3244))
15
+ * Legend Item: Meer opties niet weergeven bij uitstaan toggleslider ([#3424](https://github.com/dso-toolkit/dso-toolkit/issues/3424))
16
+
17
+ ### Fixed
18
+ * Search Bar: Zoek knop uitlijning en vormgeving is kapot ([#3462](https://github.com/dso-toolkit/dso-toolkit/issues/3462))
19
+ * Document Component: Label verkeerd gepositioneerd achter titel in table-of-contents mode ([#3457](https://github.com/dso-toolkit/dso-toolkit/issues/3457))
20
+ * Ozon Content: Toggletip van Begrip wordt niet getoond ([#3468](https://github.com/dso-toolkit/dso-toolkit/issues/3468))
21
+ * Document Component: `not-applicable` toont ingezoomde onderdelen ook transparant ([#3402](https://github.com/dso-toolkit/dso-toolkit/issues/3402))
22
+
23
+ ### Task
24
+ * Packages: Stencil core update naar laatste versie ([#3437](https://github.com/dso-toolkit/dso-toolkit/issues/3437))
25
+
26
+ ## 🏸 Release 83.1.0 - 2025-12-03
27
+
28
+ ### Changed
29
+ * Ozon Content: `ref` van `OzonContentBegripResolver` en `value` van `OzonContentUrlResolver` heeft `null` type ([#3441](https://github.com/dso-toolkit/dso-toolkit/issues/3441))
30
+ * Ozon Content: IntRef begrip via doelelement ([#3456](https://github.com/dso-toolkit/dso-toolkit/issues/3456))
31
+
8
32
  ## 🏝️ Release 83.0.0 - 2025-11-27
9
33
 
10
34
  ### Deprecated
package/dist/dso.css CHANGED
@@ -1,5 +1,5 @@
1
1
  :root {
2
- --dso-toolkit-version: "83.0.0";
2
+ --dso-toolkit-version: "84.0.0";
3
3
  }
4
4
 
5
5
  @font-face {
@@ -120,7 +120,7 @@ dso-accordion-section > *:last-child:not(.dso-info) {
120
120
  margin: -1px;
121
121
  border: 0;
122
122
  overflow: hidden;
123
- clip-path: inset(0);
123
+ clip-path: rect(0 0 0 0);
124
124
  }
125
125
 
126
126
  html {
@@ -3962,7 +3962,7 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
3962
3962
  margin: -1px;
3963
3963
  border: 0;
3964
3964
  overflow: hidden;
3965
- clip-path: inset(0);
3965
+ clip-path: rect(0 0 0 0);
3966
3966
  }
3967
3967
  .form-group.dso-files .dso-file-upload input[type=file] + label {
3968
3968
  cursor: pointer;
@@ -7907,7 +7907,7 @@ optgroup {
7907
7907
  margin: -1px;
7908
7908
  border: 0;
7909
7909
  overflow: hidden;
7910
- clip-path: inset(0);
7910
+ clip-path: rect(0 0 0 0);
7911
7911
  }
7912
7912
  .dso-shopping-cart .dso-empty {
7913
7913
  padding-block: 12px;