@demos-europe/demosplan-ui 0.4.16 → 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 +49 -51
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +17 -1
- package/dist/demosplan-ui.umd.js +1 -1
- package/jest/setup.js +1 -0
- package/package.json +4 -3
- package/postcss.config.mjs +5 -0
- package/scripts/buildTokens.js +23 -1
- package/scripts/utils/transformTokens.js +203 -1
- package/src/components/DpAutocomplete/DpAutocomplete.vue +2 -2
- package/src/components/DpButton/DpButton.vue +6 -5
- package/src/components/DpCard/DpCard.vue +1 -1
- package/src/components/DpEditableList/DpEditableList.vue +1 -1
- package/src/components/DpFlyout/DpFlyout.vue +1 -1
- package/src/components/DpInput/DpInput.vue +3 -3
- package/src/components/DpTooltip/utils/tooltip.js +1 -1
- package/src/components/DpTreeList/DpTreeListNode.vue +11 -12
- package/src/directives/Tooltip/Tooltip.js +1 -1
- package/src/mixins/dpValidateMixin.js +27 -7
- package/styles/theme.css +11 -0
- package/styles/utilities.css +32 -0
- package/tokens/dist/css/theme.css +513 -0
- package/tokens/dist/js/boxShadow.js +5 -5
- 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 +10 -10
- package/tokens/dist/js/space.js +1 -1
- package/tokens/dist/js/zIndex.js +1 -1
- package/tokens/dist/scss/_boxShadow.scss +2 -6
- 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 +5 -5
- package/tokens/dist/scss/_space.scss +1 -1
- package/tokens/dist/scss/_zIndex.scss +1 -1
- package/tokens/dist/tailwind/boxShadow.js +1 -1
- package/tokens/dist/tailwind/rounded.js +2 -2
- package/tokens/src/boxShadow.json +1 -21
- package/tokens/src/rounded.json +5 -5
- package/tokens/tokens._overview.mdx +148 -28
- package/tokens/tokens.boxShadow.mdx +74 -26
- package/tokens/tokens.breakpoints.mdx +74 -23
- package/tokens/tokens.color.mdx +45 -70
- package/tokens/tokens.fontSize.mdx +66 -55
- package/tokens/tokens.rounded.mdx +65 -27
- package/tokens/tokens.space.mdx +60 -41
- package/tokens/tokens.zIndex.mdx +57 -43
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_07_05_2025_09_08_[Changes]/shelved.patch +0 -807
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_07_05_2025_09_08__Changes_.xml +0 -4
- package/postcss.config.js +0 -6
package/.idea/workspace.xml
CHANGED
|
@@ -5,13 +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$/jest/setup.js" beforeDir="false" afterPath="$PROJECT_DIR$/jest/setup.js" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/src/components/DpTreeList/DpTreeListNode.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DpTreeList/DpTreeListNode.vue" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/src/mixins/dpValidateMixin.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/mixins/dpValidateMixin.js" afterDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/tests/components/DpTreeList/DpTreeList.spec.js" beforeDir="false" afterPath="$PROJECT_DIR$/tests/components/DpTreeList/DpTreeList.spec.js" afterDir="false" />
|
|
14
|
-
<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" />
|
|
15
9
|
</list>
|
|
16
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
17
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -65,53 +59,53 @@
|
|
|
65
59
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
66
60
|
<option name="showLibraryContents" value="true" />
|
|
67
61
|
</component>
|
|
68
|
-
<component name="PropertiesComponent"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
62
|
+
<component name="PropertiesComponent">{
|
|
63
|
+
"keyToString": {
|
|
64
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
65
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
66
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
67
|
+
"SONARLINT_PRECOMMIT_ANALYSIS": "true",
|
|
68
|
+
"WebServerToolWindowFactoryState": "false",
|
|
69
|
+
"git-widget-placeholder": "main",
|
|
70
|
+
"last_opened_file_path": "/home/florian/Dev/demosplan-ui/src/components/DpAutocomplete",
|
|
71
|
+
"node.js.detected.package.eslint": "true",
|
|
72
|
+
"node.js.detected.package.tslint": "true",
|
|
73
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
74
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
75
|
+
"nodejs_package_manager_path": "yarn",
|
|
76
|
+
"settings.editor.selected.configurable": "preferences.keymap",
|
|
77
|
+
"timeTracker.activityTracker": "null",
|
|
78
|
+
"timeTracker.comment": "",
|
|
79
|
+
"timeTracker.inactivityPeriodInMills": "600000",
|
|
80
|
+
"timeTracker.isAutoTrackingEnable": "false",
|
|
81
|
+
"timeTracker.isAutoTrackingTemporaryDisabled": "false",
|
|
82
|
+
"timeTracker.isManualTrackingEnable": "false",
|
|
83
|
+
"timeTracker.isPaused": "true",
|
|
84
|
+
"timeTracker.isPostAfterCommitEnabled": "false",
|
|
85
|
+
"timeTracker.isPostedScheduled": "true",
|
|
86
|
+
"timeTracker.isRunning": "false",
|
|
87
|
+
"timeTracker.isScheduledEnabled": "false",
|
|
88
|
+
"timeTracker.isWhenProjectClosedEnabled": "false",
|
|
89
|
+
"timeTracker.issueId": "Default",
|
|
90
|
+
"timeTracker.issueIdReadable": "Default",
|
|
91
|
+
"timeTracker.pausedTime": "0",
|
|
92
|
+
"timeTracker.query": "",
|
|
93
|
+
"timeTracker.recordedTime": "0",
|
|
94
|
+
"timeTracker.scheduledPeriod": "19:00:0",
|
|
95
|
+
"timeTracker.startTime": "0",
|
|
96
|
+
"timeTracker.timeInMills": "0",
|
|
97
|
+
"timeTracker.type": "None",
|
|
98
|
+
"ts.external.directory.path": "/home/florian/Dev/demosplan-ui/node_modules/typescript/lib",
|
|
99
|
+
"vue.rearranger.settings.migration": "true"
|
|
106
100
|
},
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
101
|
+
"keyToStringList": {
|
|
102
|
+
"com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
|
|
103
|
+
"SVG",
|
|
104
|
+
"TEXT",
|
|
105
|
+
"Markdown"
|
|
112
106
|
]
|
|
113
107
|
}
|
|
114
|
-
}
|
|
108
|
+
}</component>
|
|
115
109
|
<component name="RecentsManager">
|
|
116
110
|
<key name="CopyFile.RECENT_KEYS">
|
|
117
111
|
<recent name="$PROJECT_DIR$/src/components/DpAutocomplete" />
|
|
@@ -420,6 +414,10 @@
|
|
|
420
414
|
<workItem from="1746625046426" duration="606000" />
|
|
421
415
|
<workItem from="1746773797150" duration="6112000" />
|
|
422
416
|
<workItem from="1747030875417" duration="3602000" />
|
|
417
|
+
<workItem from="1747159458562" duration="593000" />
|
|
418
|
+
<workItem from="1747205649913" duration="1243000" />
|
|
419
|
+
<workItem from="1747376924031" duration="3429000" />
|
|
420
|
+
<workItem from="1747634554377" duration="602000" />
|
|
423
421
|
</task>
|
|
424
422
|
<task id="LOCAL-00075" summary="chore: Prepare Release">
|
|
425
423
|
<option name="closed" value="true" />
|
package/.yarn/install-state.gz
CHANGED
|
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.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
|
+
|
|
17
|
+
## v0.5.0 - 2025-05-15
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- ([#1275](https://github.com/demos-europe/demosplan-ui/pull/1275) BREAKING: Update Tailwind to v4, see PR description for details ([@spiess-demos](https://github.com/spiess-demos))
|
|
22
|
+
|
|
7
23
|
## v0.4.16 - 2025-05-12
|
|
8
24
|
|
|
9
25
|
### Added
|
|
@@ -18,9 +34,9 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
|
|
|
18
34
|
|
|
19
35
|
- ([#1268](https://github.com/demos-europe/demosplan-ui/pull/1268)) DpAutocomplete: replace vue-omnibox with custom logic ([@salisdemos](https://github.com/salisdemos)
|
|
20
36
|
- ([#1267](https://github.com/demos-europe/demosplan-ui/pull/1267) Update Storybook to v8, enhance component documentation ([@spiess-demos](https://github.com/spiess-demos))
|
|
37
|
+
- ([#1272](https://github.com/demos-europe/demosplan-ui/pull/1246)) DpEditableList: Adjust margin between buttons ([@riechedemos](https://github.com/riechedemos))
|
|
21
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)
|
|
22
39
|
|
|
23
|
-
|
|
24
40
|
## v0.4.15 - 2025-05-07
|
|
25
41
|
|
|
26
42
|
### Fixed
|