dso-toolkit 88.0.0 â 88.1.0-ghi-3495.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 +24 -0
- package/README.md +2 -2
- package/dist/dso.css +884 -37
- 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 -1
- package/package.json +6 -7
- package/src/components/button/button.mixins.scss +28 -8
- package/src/components/delete/delete.mixins.scss +1 -1
- package/src/components/insert/insert.mixins.scss +1 -1
- package/src/global/mixins/set-colors.mixin.scss +40 -0
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 88.1.0-ghi-3495.0 - 2026-02-27
|
|
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
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
* Autosuggest: Onterechte scrollbar ([#3284](https://github.com/dso-toolkit/dso-toolkit/issues/3284))
|
|
15
|
+
* Ozon Content: Toggletip focus out handler verwerkt interactieve element niet goed ([#3560](https://github.com/dso-toolkit/dso-toolkit/issues/3560))
|
|
16
|
+
|
|
17
|
+
### Task
|
|
18
|
+
* Packages: Dependencies updates ([#3495](https://github.com/dso-toolkit/dso-toolkit/issues/3495))
|
|
19
|
+
|
|
20
|
+
## đ§âđ§ Release 88.1.0 - 2026-02-23
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
* Button: Mode "on light" en "on dark" toevoegen aan de button varianten ([#3381](https://github.com/dso-toolkit/dso-toolkit/issues/3381))
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
* Info Button: Dependency van dso-toolkit naar dso-toolkit-core ([#3576](https://github.com/dso-toolkit/dso-toolkit/issues/3576))
|
|
27
|
+
* Info Button: Toggle geeft onverwachte resultaten ([#3578](https://github.com/dso-toolkit/dso-toolkit/issues/3578))
|
|
28
|
+
|
|
29
|
+
### Task
|
|
30
|
+
* CICD: addnab/docker-run-action verouderd ([#3557](https://github.com/dso-toolkit/dso-toolkit/issues/3557))
|
|
31
|
+
|
|
8
32
|
## 𤧠Release 88.0.0 - 2026-02-11
|
|
9
33
|
|
|
10
34
|
### 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
|
|
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
|
|
111
|
+
Node 24. For development on the DSO Toolkit you also need Yarn.
|
|
112
112
|
|
|
113
113
|
## Ports
|
|
114
114
|
|