dso-toolkit 95.2.0 → 97.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 +35 -0
- package/dist/dso.css +200 -622
- package/dist/dso.css.map +1 -1
- package/dist/dso.min.css +1 -1
- package/dist/dso.min.css.map +1 -1
- package/dist/index.js +0 -2
- package/package.json +1 -1
- package/src/components/heading/heading.mixins.scss +1 -0
- package/src/components/rich-content/rich-content.scss +3 -0
- package/src/dso.scss +0 -5
- package/src/global/mixins/set-colors.mixin.scss +18 -3
- package/src/components/attachments-counter/_index.scss +0 -1
- package/src/components/attachments-counter/attachments-counter.mixins.scss +0 -9
- package/src/components/attachments-counter/attachments-counter.scss +0 -14
- package/src/components/banner/_index.scss +0 -2
- package/src/components/banner/banner.mixins.scss +0 -118
- package/src/components/banner/banner.scss +0 -175
- package/src/components/banner/banner.variables.scss +0 -22
- package/src/components/card-container/_index.scss +0 -1
- package/src/components/card-container/card-container.scss +0 -13
- package/src/components/card-container/card-container.variables.scss +0 -1
- package/src/components/card-grid/card-grid.scss +0 -25
- package/src/components/card-list/_index.scss +0 -1
- package/src/components/card-list/card-list.scss +0 -16
- package/src/components/card-list/card-list.variables.scss +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,41 @@ 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 97.0.0 - 2026-06-08
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
* Map Controls: WCAG Region met kaartlagen moet een duidelijke naam krijgen ([#3732](https://github.com/dso-toolkit/dso-toolkit/issues/3732))
|
|
12
|
+
|
|
13
|
+
### Deprecated
|
|
14
|
+
* Info: Deprecate HTML/CSS Implementatie ([#3571](https://github.com/dso-toolkit/dso-toolkit/issues/3571))
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
* Autosuggest: Click drukt door de suggesties heen op onderliggende interactieve elementen ([#3804](https://github.com/dso-toolkit/dso-toolkit/issues/3804))
|
|
18
|
+
* Info Button: Safari op tablet, mobiel en desktop geeft problemen ([#3643](https://github.com/dso-toolkit/dso-toolkit/issues/3643))
|
|
19
|
+
|
|
20
|
+
### Removed
|
|
21
|
+
* **BREAKING** Banner: Remove HTML/CSS implementatie ([#3673](https://github.com/dso-toolkit/dso-toolkit/issues/3673))
|
|
22
|
+
|
|
23
|
+
## 🪁 Release 96.0.0 - 2026-06-01
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
* Advanced Select: delegatesFocus ([#3683](https://github.com/dso-toolkit/dso-toolkit/issues/3683))
|
|
27
|
+
* Icon Button: Toggled state toevoegen ([#3658](https://github.com/dso-toolkit/dso-toolkit/issues/3658))
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
* Header: Eigen implementatie Dropdown Menu ([#3517](https://github.com/dso-toolkit/dso-toolkit/issues/3517))
|
|
31
|
+
* Map Layer: Visuele aanpassingen ([#3772](https://github.com/dso-toolkit/dso-toolkit/issues/3772))
|
|
32
|
+
|
|
33
|
+
### Deprecated
|
|
34
|
+
* Info Button: Deprecate HTML/CSS implementatie ([#3678](https://github.com/dso-toolkit/dso-toolkit/issues/3678))
|
|
35
|
+
|
|
36
|
+
### Fixed
|
|
37
|
+
* Modal: geen role="document" ([#3783](https://github.com/dso-toolkit/dso-toolkit/issues/3783))
|
|
38
|
+
|
|
39
|
+
### Removed
|
|
40
|
+
* **BREAKING** Card Grid & Card List: Remove ([#3675](https://github.com/dso-toolkit/dso-toolkit/issues/3675))
|
|
41
|
+
* **BREAKING** Attachments Counter: Remove HTML/CSS implementatie ([#3671](https://github.com/dso-toolkit/dso-toolkit/issues/3671))
|
|
42
|
+
|
|
8
43
|
## 🥕 Release 95.2.0 - 2026-05-19
|
|
9
44
|
|
|
10
45
|
### Deprecated
|