@demos-europe/demosplan-ui 0.5.0 → 0.5.1
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/.idea/workspace.xml +4 -7
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +10 -1
- package/dist/demosplan-ui.umd.js +1 -1
- package/package.json +1 -1
- package/scripts/utils/transformTokens.js +9 -6
- package/src/mixins/dpValidateMixin.js +26 -6
- package/styles/utilities.css +2 -0
- package/tokens/dist/css/theme.css +5 -5
- 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/.idea/workspace.xml
CHANGED
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
7
|
<list default="true" id="0afade99-d5c9-4644-8d94-9e61461e1bbe" name="Changes" comment="chore: adjust styling for dpAutocomplete">
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/components/DpAutocomplete/DpAutocomplete.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DpAutocomplete/DpAutocomplete.vue" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/src/components/DpTreeList/DpTreeListNode.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DpTreeList/DpTreeListNode.vue" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/src/mixins/dpValidateMixin.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/mixins/dpValidateMixin.js" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/tests/components/DpTreeList/DpTreeList.spec.js" beforeDir="false" afterPath="$PROJECT_DIR$/tests/components/DpTreeList/DpTreeList.spec.js" afterDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/tests/form/DpInput.spec.js" beforeDir="false" afterPath="$PROJECT_DIR$/tests/form/DpInput.spec.js" afterDir="false" />
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/src/components/DpMultiselect/DpMultiselect.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DpMultiselect/DpMultiselect.vue" afterDir="false" />
|
|
14
9
|
</list>
|
|
15
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
16
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -78,7 +73,7 @@
|
|
|
78
73
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
79
74
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
80
75
|
"nodejs_package_manager_path": "yarn",
|
|
81
|
-
"settings.editor.selected.configurable": "preferences.
|
|
76
|
+
"settings.editor.selected.configurable": "preferences.keymap",
|
|
82
77
|
"timeTracker.activityTracker": "null",
|
|
83
78
|
"timeTracker.comment": "",
|
|
84
79
|
"timeTracker.inactivityPeriodInMills": "600000",
|
|
@@ -421,6 +416,8 @@
|
|
|
421
416
|
<workItem from="1747030875417" duration="3602000" />
|
|
422
417
|
<workItem from="1747159458562" duration="593000" />
|
|
423
418
|
<workItem from="1747205649913" duration="1243000" />
|
|
419
|
+
<workItem from="1747376924031" duration="3429000" />
|
|
420
|
+
<workItem from="1747634554377" duration="602000" />
|
|
424
421
|
</task>
|
|
425
422
|
<task id="LOCAL-00075" summary="chore: Prepare Release">
|
|
426
423
|
<option name="closed" value="true" />
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
|
|
|
4
4
|
|
|
5
5
|
## UNRELEASED
|
|
6
6
|
|
|
7
|
+
## v0.5.1 - 2025-05-19
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- ([#1274](https://github.com/demos-europe/demosplan-ui/pull/1274)) dpValidateMixin.js: adding topic names to field names in error messages([@riechedemos](https://github.com/riechedemos))
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- ([#1278](https://github.com/demos-europe/demosplan-ui/pull/1278) Do not use css vars for Tailwind breakpoints config ([@spiess-demos](https://github.com/spiess-demos))
|
|
16
|
+
|
|
7
17
|
## v0.5.0 - 2025-05-15
|
|
8
18
|
|
|
9
19
|
### Changed
|
|
@@ -27,7 +37,6 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
|
|
|
27
37
|
- ([#1272](https://github.com/demos-europe/demosplan-ui/pull/1246)) DpEditableList: Adjust margin between buttons ([@riechedemos](https://github.com/riechedemos))
|
|
28
38
|
- ([#1271](https://github.com/demos-europe/demosplan-ui/pull/1271)) DpTreeList: initialize the Stickier instances in nextTick and if the element’s height is greater than zero ([@sakutademos](https://github.com/sakutademos)
|
|
29
39
|
|
|
30
|
-
|
|
31
40
|
## v0.4.15 - 2025-05-07
|
|
32
41
|
|
|
33
42
|
### Fixed
|