dso-toolkit 88.0.0 → 88.1.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 +12 -0
- package/dist/dso.css +880 -33
- package/dist/dso.css.map +1 -1
- package/dist/dso.min.css +1 -1
- package/dist/dso.min.css.map +1 -1
- package/package.json +1 -1
- package/src/components/button/button.mixins.scss +28 -8
- package/src/global/mixins/set-colors.mixin.scss +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ 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 88.1.0 - 2026-02-23
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
* Button: Mode "on light" en "on dark" toevoegen aan de button varianten ([#3381](https://github.com/dso-toolkit/dso-toolkit/issues/3381))
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
* Info Button: Dependency van dso-toolkit naar dso-toolkit-core ([#3576](https://github.com/dso-toolkit/dso-toolkit/issues/3576))
|
|
15
|
+
* Info Button: Toggle geeft onverwachte resultaten ([#3578](https://github.com/dso-toolkit/dso-toolkit/issues/3578))
|
|
16
|
+
|
|
17
|
+
### Task
|
|
18
|
+
* CICD: addnab/docker-run-action verouderd ([#3557](https://github.com/dso-toolkit/dso-toolkit/issues/3557))
|
|
19
|
+
|
|
8
20
|
## 🤧 Release 88.0.0 - 2026-02-11
|
|
9
21
|
|
|
10
22
|
### Added
|