dso-toolkit 93.0.1 โ†’ 95.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.
Files changed (64) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +9 -15
  3. package/dist/dso.css +57 -346
  4. package/dist/dso.css.map +1 -1
  5. package/dist/dso.min.css +1 -1
  6. package/dist/dso.min.css.map +1 -1
  7. package/package.json +13 -12
  8. package/src/components/banner/banner.mixins.scss +2 -5
  9. package/src/components/button/button.mixins.scss +5 -2
  10. package/src/components/button/button.scss +2 -1
  11. package/src/components/delete/delete.mixins.scss +2 -2
  12. package/src/components/insert/insert.mixins.scss +1 -1
  13. package/src/components/link/link.mixins.scss +1 -0
  14. package/src/dso.scss +0 -1
  15. package/src/components/action-list/readme.md +0 -1
  16. package/src/components/alert/readme.md +0 -5
  17. package/src/components/application-heading/readme.md +0 -5
  18. package/src/components/attachments-counter/readme.md +0 -5
  19. package/src/components/badge/readme.md +0 -5
  20. package/src/components/banner/readme.md +0 -1
  21. package/src/components/breadcrumbs/readme.md +0 -1
  22. package/src/components/button/readme.md +0 -10
  23. package/src/components/button-row/readme.md +0 -1
  24. package/src/components/card/readme.md +0 -3
  25. package/src/components/card-grid/readme.md +0 -1
  26. package/src/components/card-list/readme.md +0 -1
  27. package/src/components/context/readme.md +0 -1
  28. package/src/components/definition-list/readme.md +0 -1
  29. package/src/components/description/readme.md +0 -1
  30. package/src/components/document-header/readme.md +0 -10
  31. package/src/components/dropdown-menu/readme.md +0 -45
  32. package/src/components/expandable/readme.md +0 -1
  33. package/src/components/footer/readme.md +0 -1
  34. package/src/components/footnotes/readme.md +0 -1
  35. package/src/components/form/readme.md +0 -40
  36. package/src/components/form-buttons/readme.md +0 -1
  37. package/src/components/form-group/readme.md +0 -40
  38. package/src/components/highlight-box/readme.md +0 -1
  39. package/src/components/image/readme.md +0 -1
  40. package/src/components/info/readme.md +0 -3
  41. package/src/components/info-button/readme.md +0 -3
  42. package/src/components/justify-form-groups/readme.md +0 -5
  43. package/src/components/label/readme.md +0 -7
  44. package/src/components/label-group/readme.md +0 -1
  45. package/src/components/link/readme.md +0 -5
  46. package/src/components/link-list/readme.md +0 -1
  47. package/src/components/list/readme.md +0 -8
  48. package/src/components/list-button/readme.md +0 -1
  49. package/src/components/modal/_index.scss +0 -2
  50. package/src/components/modal/modal.mixins.scss +0 -249
  51. package/src/components/modal/modal.scss +0 -63
  52. package/src/components/modal/modal.variables.scss +0 -23
  53. package/src/components/modal/readme.md +0 -3
  54. package/src/components/navbar/readme.md +0 -1
  55. package/src/components/paragraph/readme.md +0 -1
  56. package/src/components/progress-indicator/readme.md +0 -6
  57. package/src/components/rich-content/readme.md +0 -1
  58. package/src/components/row-equal-heights/readme.md +0 -1
  59. package/src/components/scrollable/readme.md +0 -0
  60. package/src/components/search-bar/readme.md +0 -1
  61. package/src/components/shopping-cart/readme.md +0 -1
  62. package/src/components/tabs/readme.md +0 -17
  63. package/src/components/tile/readme.md +0 -1
  64. package/src/components/tile-grid/readme.md +0 -1
package/CHANGELOG.md CHANGED
@@ -5,11 +5,46 @@ 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 95.0.0 - 2026-05-05
9
+
10
+ ### Changed
11
+ * **BREAKING** Banner: Vervang `icon-only` Button door Icon Button ([#3554](https://github.com/dso-toolkit/dso-toolkit/issues/3554))
12
+ * Selectable: `value` optioneel en SelectableChangeEvent uitbreidingen ([#3689](https://github.com/dso-toolkit/dso-toolkit/issues/3689))
13
+
14
+ ### Deprecated
15
+ * Banner: Deprecate HTML/CSS implementatie ([#3672](https://github.com/dso-toolkit/dso-toolkit/issues/3672))
16
+
17
+ ### Fixed
18
+ * Ozon Content: Tip bij begrip met veel tekst valt deels buiten beeld ([#3644](https://github.com/dso-toolkit/dso-toolkit/issues/3644))
19
+ * Mark Bar: Uitspreken van `current` en `totalCount` bij verandering ([#3660](https://github.com/dso-toolkit/dso-toolkit/issues/3660))
20
+
21
+ ### Task
22
+ * Packages: Dependencies updates ([#3664](https://github.com/dso-toolkit/dso-toolkit/issues/3664))
23
+
8
24
  ## ๐Ÿงจ Release 93.0.1 - 2026-05-04
9
25
 
10
26
  ### Fixed
11
27
  * List: Class `dso-list-ordered-action` toont geen visual op ordered-list variant ([#3762](https://github.com/dso-toolkit/dso-toolkit/issues/3762))
12
28
 
29
+ ## ๐Ÿฆˆ Release 94.0.0 - 2026-04-29
30
+
31
+ ### Deprecated
32
+ * Card Grid & Card List: Deprecate ([#3674](https://github.com/dso-toolkit/dso-toolkit/issues/3674))
33
+
34
+ ### Fixed
35
+ * Link: Deel inhoud wordt buiten container geplaatst door lange content ([#3591](https://github.com/dso-toolkit/dso-toolkit/issues/3591))
36
+ * Icon Button: ResizeObserver loop completed with undelivered notifications ([#3567](https://github.com/dso-toolkit/dso-toolkit/issues/3567))
37
+ * Scrollable: Scrollbar niet zichtbaar ([#3738](https://github.com/dso-toolkit/dso-toolkit/issues/3738))
38
+ * Ozon Content: Toggletip bij IntRef Begrip en IntIoRef wordt niet voorgelezen ([#3592](https://github.com/dso-toolkit/dso-toolkit/issues/3592))
39
+ * Label: Tooltip soms niet goed zichtbaar (bv in `document-panel` in Viewer Grid) ([#3600](https://github.com/dso-toolkit/dso-toolkit/issues/3600))
40
+ * Document Component: Tooltip bij noot wordt verplaatst tijdens scrollen ([#3659](https://github.com/dso-toolkit/dso-toolkit/issues/3659))
41
+
42
+ ### Removed
43
+ * **BREAKING** Modal: Remove HTML/CSS implementatie ([#3320](https://github.com/dso-toolkit/dso-toolkit/issues/3320))
44
+
45
+ ### Task
46
+ * Package Manager: Gebruik pnpm ipv Yarn ([#3717](https://github.com/dso-toolkit/dso-toolkit/issues/3717))
47
+
13
48
  ## ๐Ÿฆบ Release 93.0.0 - 2026-04-20
14
49
 
15
50
  ### Changed
package/README.md CHANGED
@@ -58,24 +58,18 @@ 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 24 and Yarn. See [CONTRIBUTING.md](CONTRIBUTING.md) on how to contribute.
61
+ To work on the DSO Toolkit using components and variants or create mockups of pages, forms or components you need Node 24 and pnpm. See [CONTRIBUTING.md](CONTRIBUTING.md) on how to contribute.
62
62
 
63
- Either install Yarn with
63
+ Enable pnpm via corepack (ships with Node):
64
64
 
65
65
  ```
66
- npm install --global yarn
67
- ```
68
-
69
- or use Yarn with `npx`:
70
-
71
- ```
72
- npx yarn <<<my commands here>>>
66
+ corepack enable
73
67
  ```
74
68
 
75
69
  ```
76
70
  git clone git@github.com:dso-toolkit/dso-toolkit.git
77
71
  cd dso-toolkit
78
- yarn install
72
+ pnpm install
79
73
  ```
80
74
 
81
75
  ### Environments
@@ -89,10 +83,10 @@ This environment is used to develop new components in Storybook. Storybook is bu
89
83
  The easiest way to start this environment is with one of the following commands:
90
84
 
91
85
  ```
92
- yarn start
93
- yarn start --react
94
- yarn start --angular
95
- yarn start --all
86
+ pnpm start
87
+ pnpm start --react
88
+ pnpm start --angular
89
+ pnpm start --all
96
90
  ```
97
91
 
98
92
  This will run the corresponding Storybook(s). Since these commands contain a colon (`:`), these commands can be run from anywhere in the project.
@@ -108,7 +102,7 @@ This will start Stencil on http://localhost:45333, Storybook on http://localhost
108
102
 
109
103
  ## Requirements
110
104
 
111
- Node 24. For development on the DSO Toolkit you also need Yarn.
105
+ Node 24. For development on the DSO Toolkit you also need pnpm (enabled via `corepack enable`).
112
106
 
113
107
  ## Ports
114
108