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