dso-toolkit 80.0.0 → 81.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 +16 -0
- package/dist/dso.css +60 -231
- 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 +1 -2
- package/src/components/banner/banner.mixins.scss +1 -2
- package/src/components/button/button.mixins.scss +6 -25
- package/src/components/card/card.scss +1 -2
- package/src/components/delete/delete.mixins.scss +6 -2
- package/src/components/document-header/document-header.scss +0 -4
- package/src/components/form-group/files/form-group-files.scss +5 -10
- package/src/components/form-group/form-group.scss +1 -2
- package/src/components/form-group/search-bar/form-group-search-bar.scss +1 -1
- package/src/components/highlight-box/highlight-box.mixins.scss +1 -2
- package/src/components/highlight-box/highlight-box.scss +0 -2
- package/src/components/info/info.mixins.scss +1 -2
- package/src/components/insert/insert.mixins.scss +2 -0
- package/src/components/label/label.scss +1 -2
- package/src/components/link/link.mixins.scss +3 -3
- package/src/components/navbar/navbar.mixins.scss +1 -2
- package/src/components/navbar/navbar.scss +0 -1
- package/src/components/shopping-cart/shopping-cart.scss +3 -6
- package/src/components/table/table.scss +2 -3
- package/src/dso.scss +1 -1
- package/dist/dso-icons.svg +0 -756
- package/src/components/icon/icon.scss +0 -7
- package/src/components/icon/readme.md +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,22 @@ 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 81.0.0 - 2025-11-04
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
* **BREAKING** Ozon Content: Ondersteuning voor IntIoRef, IntRef, ExtRef ([#3150](https://github.com/dso-toolkit/dso-toolkit/issues/3150))
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
* Form Group (Search Bar): Component uitvullen ([#3296](https://github.com/dso-toolkit/dso-toolkit/issues/3296))
|
|
15
|
+
|
|
16
|
+
### Deprecated
|
|
17
|
+
* Badge: Deprecate HTML/CSS implementatie ([#3313](https://github.com/dso-toolkit/dso-toolkit/issues/3313))
|
|
18
|
+
* Progress Indicator: Deprecate HTML/CSS implementatie ([#3321](https://github.com/dso-toolkit/dso-toolkit/issues/3321))
|
|
19
|
+
|
|
20
|
+
### Removed
|
|
21
|
+
* **BREAKING** Date Picker (Legacy): Remove ([#3262](https://github.com/dso-toolkit/dso-toolkit/issues/3262))
|
|
22
|
+
* **BREAKING** Icon: Remove HTML/CSS Implementatie ([#3260](https://github.com/dso-toolkit/dso-toolkit/issues/3260))
|
|
23
|
+
|
|
8
24
|
## 🍟 Release 80.0.0 - 2025-10-30
|
|
9
25
|
|
|
10
26
|
### Added
|