@demos-europe/demosplan-ui 0.3.24 → 0.3.25
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 +60 -43
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
- 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,7 +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: prepare release">
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/yarn.lock" beforeDir="false" afterPath="$PROJECT_DIR$/yarn.lock" afterDir="false" />
|
|
9
9
|
</list>
|
|
10
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -43,49 +43,49 @@
|
|
|
43
43
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
44
44
|
<option name="showLibraryContents" value="true" />
|
|
45
45
|
</component>
|
|
46
|
-
<component name="PropertiesComponent"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
46
|
+
<component name="PropertiesComponent">{
|
|
47
|
+
"keyToString": {
|
|
48
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
49
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
50
|
+
"SONARLINT_PRECOMMIT_ANALYSIS": "true",
|
|
51
|
+
"WebServerToolWindowFactoryState": "false",
|
|
52
|
+
"git-widget-placeholder": "main",
|
|
53
|
+
"node.js.detected.package.eslint": "true",
|
|
54
|
+
"node.js.detected.package.tslint": "true",
|
|
55
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
56
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
57
|
+
"nodejs_package_manager_path": "yarn",
|
|
58
|
+
"settings.editor.selected.configurable": "preferences.sourceCode.JavaScript",
|
|
59
|
+
"timeTracker.activityTracker": "null",
|
|
60
|
+
"timeTracker.comment": "",
|
|
61
|
+
"timeTracker.inactivityPeriodInMills": "600000",
|
|
62
|
+
"timeTracker.isAutoTrackingEnable": "false",
|
|
63
|
+
"timeTracker.isAutoTrackingTemporaryDisabled": "false",
|
|
64
|
+
"timeTracker.isManualTrackingEnable": "false",
|
|
65
|
+
"timeTracker.isPaused": "true",
|
|
66
|
+
"timeTracker.isPostAfterCommitEnabled": "false",
|
|
67
|
+
"timeTracker.isPostedScheduled": "true",
|
|
68
|
+
"timeTracker.isRunning": "false",
|
|
69
|
+
"timeTracker.isScheduledEnabled": "false",
|
|
70
|
+
"timeTracker.isWhenProjectClosedEnabled": "false",
|
|
71
|
+
"timeTracker.issueId": "Default",
|
|
72
|
+
"timeTracker.issueIdReadable": "Default",
|
|
73
|
+
"timeTracker.pausedTime": "0",
|
|
74
|
+
"timeTracker.query": "",
|
|
75
|
+
"timeTracker.recordedTime": "0",
|
|
76
|
+
"timeTracker.scheduledPeriod": "19:00:0",
|
|
77
|
+
"timeTracker.startTime": "0",
|
|
78
|
+
"timeTracker.timeInMills": "0",
|
|
79
|
+
"timeTracker.type": "None",
|
|
80
|
+
"ts.external.directory.path": "/home/florian/Dev/demosplan-ui/node_modules/typescript/lib",
|
|
81
|
+
"vue.rearranger.settings.migration": "true"
|
|
82
82
|
},
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
"keyToStringList": {
|
|
84
|
+
"com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
|
|
85
|
+
"Markdown"
|
|
86
86
|
]
|
|
87
87
|
}
|
|
88
|
-
}
|
|
88
|
+
}</component>
|
|
89
89
|
<component name="SharedIndexes">
|
|
90
90
|
<attachedChunks>
|
|
91
91
|
<set>
|
|
@@ -233,7 +233,8 @@
|
|
|
233
233
|
<workItem from="1721995822749" duration="4215000" />
|
|
234
234
|
<workItem from="1722003991097" duration="61000" />
|
|
235
235
|
<workItem from="1722004072304" duration="460000" />
|
|
236
|
-
<workItem from="1722228856816" duration="
|
|
236
|
+
<workItem from="1722228856816" duration="5957000" />
|
|
237
|
+
<workItem from="1722321022469" duration="4172000" />
|
|
237
238
|
</task>
|
|
238
239
|
<task id="LOCAL-00001" summary="chore: update yarn.lock">
|
|
239
240
|
<option name="closed" value="true" />
|
|
@@ -539,7 +540,23 @@
|
|
|
539
540
|
<option name="project" value="LOCAL" />
|
|
540
541
|
<updated>1722257453736</updated>
|
|
541
542
|
</task>
|
|
542
|
-
<
|
|
543
|
+
<task id="LOCAL-00039" summary="chore: prepare release">
|
|
544
|
+
<option name="closed" value="true" />
|
|
545
|
+
<created>1722259592647</created>
|
|
546
|
+
<option name="number" value="00039" />
|
|
547
|
+
<option name="presentableId" value="LOCAL-00039" />
|
|
548
|
+
<option name="project" value="LOCAL" />
|
|
549
|
+
<updated>1722259592647</updated>
|
|
550
|
+
</task>
|
|
551
|
+
<task id="LOCAL-00040" summary="chore: prepare release">
|
|
552
|
+
<option name="closed" value="true" />
|
|
553
|
+
<created>1722330722734</created>
|
|
554
|
+
<option name="number" value="00040" />
|
|
555
|
+
<option name="presentableId" value="LOCAL-00040" />
|
|
556
|
+
<option name="project" value="LOCAL" />
|
|
557
|
+
<updated>1722330722734</updated>
|
|
558
|
+
</task>
|
|
559
|
+
<option name="localTasksCounter" value="41" />
|
|
543
560
|
<servers>
|
|
544
561
|
<YouTrack url="https://demoseurope.youtrack.cloud">
|
|
545
562
|
<username>random</username>
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@demos-europe/demosplan-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.25",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Vue components, Vue directives, Design Token and Scss files to build interfaces for demosPlan.",
|
|
6
6
|
"main": "./dist/demosplan-ui.umd.js",
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"prosemirror-history": "^1.3.0",
|
|
132
132
|
"prosemirror-model": "^1.18.1",
|
|
133
|
-
"prosemirror-schema-basic": "^1.2.
|
|
134
|
-
"prosemirror-schema-list": "^1.
|
|
133
|
+
"prosemirror-schema-basic": "^1.2.3",
|
|
134
|
+
"prosemirror-schema-list": "^1.4.1",
|
|
135
135
|
"prosemirror-state": "^1.4.1",
|
|
136
136
|
"prosemirror-tables": "^1.3.0",
|
|
137
137
|
"prosemirror-utils": "^1.2.0",
|
package/tokens/dist/js/space.js
CHANGED
package/tokens/dist/js/zIndex.js
CHANGED