dso-toolkit 83.1.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 +18 -0
- package/dist/dso.css +4 -4
- package/dist/dso.min.css +1 -1
- package/dist/dso.min.css.map +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/utilities.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ 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
|
+
|
|
8
26
|
## 🏸 Release 83.1.0 - 2025-12-03
|
|
9
27
|
|
|
10
28
|
### Changed
|
package/dist/dso.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--dso-toolkit-version: "
|
|
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:
|
|
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:
|
|
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:
|
|
7910
|
+
clip-path: rect(0 0 0 0);
|
|
7911
7911
|
}
|
|
7912
7912
|
.dso-shopping-cart .dso-empty {
|
|
7913
7913
|
padding-block: 12px;
|