@demos-europe/demosplan-ui 0.4.16 → 0.5.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.
- package/.idea/workspace.xml +47 -46
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +7 -0
- 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 +200 -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 +1 -1
- package/styles/theme.css +11 -0
- package/styles/utilities.css +30 -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,9 +5,8 @@
|
|
|
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$/CHANGELOG.md" beforeDir="false" afterPath="$PROJECT_DIR$/CHANGELOG.md" afterDir="false" />
|
|
9
8
|
<change beforePath="$PROJECT_DIR$/jest/setup.js" beforeDir="false" afterPath="$PROJECT_DIR$/jest/setup.js" afterDir="false" />
|
|
10
|
-
<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" />
|
|
11
10
|
<change beforePath="$PROJECT_DIR$/src/components/DpTreeList/DpTreeListNode.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DpTreeList/DpTreeListNode.vue" afterDir="false" />
|
|
12
11
|
<change beforePath="$PROJECT_DIR$/src/mixins/dpValidateMixin.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/mixins/dpValidateMixin.js" afterDir="false" />
|
|
13
12
|
<change beforePath="$PROJECT_DIR$/tests/components/DpTreeList/DpTreeList.spec.js" beforeDir="false" afterPath="$PROJECT_DIR$/tests/components/DpTreeList/DpTreeList.spec.js" afterDir="false" />
|
|
@@ -65,53 +64,53 @@
|
|
|
65
64
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
66
65
|
<option name="showLibraryContents" value="true" />
|
|
67
66
|
</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
|
-
|
|
67
|
+
<component name="PropertiesComponent">{
|
|
68
|
+
"keyToString": {
|
|
69
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
70
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
71
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
72
|
+
"SONARLINT_PRECOMMIT_ANALYSIS": "true",
|
|
73
|
+
"WebServerToolWindowFactoryState": "false",
|
|
74
|
+
"git-widget-placeholder": "main",
|
|
75
|
+
"last_opened_file_path": "/home/florian/Dev/demosplan-ui/src/components/DpAutocomplete",
|
|
76
|
+
"node.js.detected.package.eslint": "true",
|
|
77
|
+
"node.js.detected.package.tslint": "true",
|
|
78
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
79
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
80
|
+
"nodejs_package_manager_path": "yarn",
|
|
81
|
+
"settings.editor.selected.configurable": "preferences.pluginManager",
|
|
82
|
+
"timeTracker.activityTracker": "null",
|
|
83
|
+
"timeTracker.comment": "",
|
|
84
|
+
"timeTracker.inactivityPeriodInMills": "600000",
|
|
85
|
+
"timeTracker.isAutoTrackingEnable": "false",
|
|
86
|
+
"timeTracker.isAutoTrackingTemporaryDisabled": "false",
|
|
87
|
+
"timeTracker.isManualTrackingEnable": "false",
|
|
88
|
+
"timeTracker.isPaused": "true",
|
|
89
|
+
"timeTracker.isPostAfterCommitEnabled": "false",
|
|
90
|
+
"timeTracker.isPostedScheduled": "true",
|
|
91
|
+
"timeTracker.isRunning": "false",
|
|
92
|
+
"timeTracker.isScheduledEnabled": "false",
|
|
93
|
+
"timeTracker.isWhenProjectClosedEnabled": "false",
|
|
94
|
+
"timeTracker.issueId": "Default",
|
|
95
|
+
"timeTracker.issueIdReadable": "Default",
|
|
96
|
+
"timeTracker.pausedTime": "0",
|
|
97
|
+
"timeTracker.query": "",
|
|
98
|
+
"timeTracker.recordedTime": "0",
|
|
99
|
+
"timeTracker.scheduledPeriod": "19:00:0",
|
|
100
|
+
"timeTracker.startTime": "0",
|
|
101
|
+
"timeTracker.timeInMills": "0",
|
|
102
|
+
"timeTracker.type": "None",
|
|
103
|
+
"ts.external.directory.path": "/home/florian/Dev/demosplan-ui/node_modules/typescript/lib",
|
|
104
|
+
"vue.rearranger.settings.migration": "true"
|
|
106
105
|
},
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
106
|
+
"keyToStringList": {
|
|
107
|
+
"com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
|
|
108
|
+
"SVG",
|
|
109
|
+
"TEXT",
|
|
110
|
+
"Markdown"
|
|
112
111
|
]
|
|
113
112
|
}
|
|
114
|
-
}
|
|
113
|
+
}</component>
|
|
115
114
|
<component name="RecentsManager">
|
|
116
115
|
<key name="CopyFile.RECENT_KEYS">
|
|
117
116
|
<recent name="$PROJECT_DIR$/src/components/DpAutocomplete" />
|
|
@@ -420,6 +419,8 @@
|
|
|
420
419
|
<workItem from="1746625046426" duration="606000" />
|
|
421
420
|
<workItem from="1746773797150" duration="6112000" />
|
|
422
421
|
<workItem from="1747030875417" duration="3602000" />
|
|
422
|
+
<workItem from="1747159458562" duration="593000" />
|
|
423
|
+
<workItem from="1747205649913" duration="1243000" />
|
|
423
424
|
</task>
|
|
424
425
|
<task id="LOCAL-00075" summary="chore: Prepare Release">
|
|
425
426
|
<option name="closed" value="true" />
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
|
|
|
4
4
|
|
|
5
5
|
## UNRELEASED
|
|
6
6
|
|
|
7
|
+
## v0.5.0 - 2025-05-15
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- ([#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))
|
|
12
|
+
|
|
7
13
|
## v0.4.16 - 2025-05-12
|
|
8
14
|
|
|
9
15
|
### Added
|
|
@@ -18,6 +24,7 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
|
|
|
18
24
|
|
|
19
25
|
- ([#1268](https://github.com/demos-europe/demosplan-ui/pull/1268)) DpAutocomplete: replace vue-omnibox with custom logic ([@salisdemos](https://github.com/salisdemos)
|
|
20
26
|
- ([#1267](https://github.com/demos-europe/demosplan-ui/pull/1267) Update Storybook to v8, enhance component documentation ([@spiess-demos](https://github.com/spiess-demos))
|
|
27
|
+
- ([#1272](https://github.com/demos-europe/demosplan-ui/pull/1246)) DpEditableList: Adjust margin between buttons ([@riechedemos](https://github.com/riechedemos))
|
|
21
28
|
- ([#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
29
|
|
|
23
30
|
|