@demos-europe/demosplan-ui 0.4.9 → 0.4.11

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 (32) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/CHANGELOG.md +16 -0
  3. package/dist/demosplan-ui.umd.js +1 -1
  4. package/package.json +2 -2
  5. package/src/components/DpConfirmDialog/DpConfirmDialog.stories.mdx +19 -0
  6. package/src/components/DpConfirmDialog/DpConfirmDialog.stories.tsx +35 -0
  7. package/src/components/DpConfirmDialog/DpConfirmDialog.vue +81 -0
  8. package/src/components/DpConfirmDialog/index.ts +2 -0
  9. package/src/components/DpFlyout/DpFlyout.vue +1 -1
  10. package/src/components/DpResettableInput/DpResettableInput.vue +1 -1
  11. package/src/components/index.js +2 -0
  12. package/src/components/shared/translations.js +4 -0
  13. package/tokens/dist/js/boxShadow.js +1 -1
  14. package/tokens/dist/js/breakpoints.js +1 -1
  15. package/tokens/dist/js/color.brand.js +1 -1
  16. package/tokens/dist/js/color.data.js +1 -1
  17. package/tokens/dist/js/color.palette.js +1 -1
  18. package/tokens/dist/js/color.ui.js +1 -1
  19. package/tokens/dist/js/fontSize.js +1 -1
  20. package/tokens/dist/js/rounded.js +1 -1
  21. package/tokens/dist/js/space.js +1 -1
  22. package/tokens/dist/js/zIndex.js +1 -1
  23. package/tokens/dist/scss/_boxShadow.scss +1 -1
  24. package/tokens/dist/scss/_breakpoints.scss +1 -1
  25. package/tokens/dist/scss/_color.brand.scss +1 -1
  26. package/tokens/dist/scss/_color.data.scss +1 -1
  27. package/tokens/dist/scss/_color.palette.scss +1 -1
  28. package/tokens/dist/scss/_color.ui.scss +1 -1
  29. package/tokens/dist/scss/_fontSize.scss +1 -1
  30. package/tokens/dist/scss/_rounded.scss +1 -1
  31. package/tokens/dist/scss/_space.scss +1 -1
  32. package/tokens/dist/scss/_zIndex.scss +1 -1
Binary file
package/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
4
4
 
5
5
  ## UNRELEASED
6
6
 
7
+ ## v0.4.11 - 2025-04-07
8
+
9
+ ### Fixed
10
+
11
+ - ([#1234](https://github.com/demos-europe/demosplan-ui/pull/1234)) Add padding to align DpFlyout button ([@riechedemos](https://github.com/riechedemos))
12
+ - ([#1235](https://github.com/demos-europe/demosplan-ui/pull/1235)) DpSlidingPagination: Make component vue3-compatible by updating vue-sliding-pagination ([@hwiem](https://github.com/hwiem))
13
+
14
+ ### Added
15
+ - ([#1228](https://github.com/demos-europe/demosplan-ui/pull/1228)) Create DpConfirmDialog component ([@sakutademos](https://github.com/sakutademos)
16
+
17
+
18
+ ## v0.4.10 - 2025-04-07
19
+
20
+ Skipped due to publishing issues
21
+
22
+
7
23
  ## v0.4.9 - 2025-04-02
8
24
 
9
25
  ### Fixed