@demos-europe/demosplan-ui 0.3.28 → 0.3.30
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 +17 -1
- package/README.md +17 -0
- package/dist/demosplan-ui.umd.js +1 -1
- package/docker-compose.local.yml +9 -0
- package/package.json +7 -18
- package/src/components/DpEditor/DpEditor.vue +16 -5
- package/src/components/DpEditor/libs/editorCustomMark.js +1 -3
- package/src/components/DpEditor/libs/editorObscure.js +1 -1
- package/src/components/DpVideoPlayer/DpVideoPlayer.vue +75 -20
- 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/demosplan-ui.iml +0 -8
- package/.idea/encodings.xml +0 -6
- package/.idea/git_toolbox_blame.xml +0 -6
- package/.idea/git_toolbox_prj.xml +0 -15
- package/.idea/modules.xml +0 -8
- package/.idea/php.xml +0 -19
- package/.idea/sonarlint/issuestore/5/3/53585a096fe3a3b96321113856ae62602995a33b +0 -0
- package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
- package/.idea/sonarlint/issuestore/7/9/793162cb1b4e542cbf5f8db45406f4e91f736c0e +0 -11
- package/.idea/sonarlint/issuestore/8/c/8c5bbc0d4ce626bd35d05b960ef906abfd312014 +0 -2
- package/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
- package/.idea/sonarlint/issuestore/9/c/9cc6b3192a90fe4d986d791c393ab1ac7101ac48 +0 -0
- package/.idea/sonarlint/issuestore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
- package/.idea/sonarlint/issuestore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7 +0 -0
- package/.idea/sonarlint/issuestore/b/7/b7d694611d1aa415d97c7872253457c54d8f1ed7 +0 -3
- package/.idea/sonarlint/issuestore/index.pb +0 -20
- package/.idea/sonarlint/securityhotspotstore/5/3/53585a096fe3a3b96321113856ae62602995a33b +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/9/793162cb1b4e542cbf5f8db45406f4e91f736c0e +0 -0
- package/.idea/sonarlint/securityhotspotstore/8/c/8c5bbc0d4ce626bd35d05b960ef906abfd312014 +0 -0
- package/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
- package/.idea/sonarlint/securityhotspotstore/9/c/9cc6b3192a90fe4d986d791c393ab1ac7101ac48 +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7 +0 -0
- package/.idea/sonarlint/securityhotspotstore/b/7/b7d694611d1aa415d97c7872253457c54d8f1ed7 +0 -0
- package/.idea/sonarlint/securityhotspotstore/index.pb +0 -20
- package/.idea/sonarlint-state.xml +0 -6
- package/.idea/sonarlint.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/docker-compose.dev.yml +0 -7
- package/style/style.css +0 -1002
- package/tokens/scss/_color.scss +0 -89
- package/tokens/scss/_fontSize.scss +0 -26
- package/tokens/scss/_space.scss +0 -13
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -3,15 +3,31 @@
|
|
|
3
3
|
Since v0.0.10, this Changelog is formatted according to the [Common Changelog][common-changelog] recommendations.
|
|
4
4
|
|
|
5
5
|
## UNRELEASED
|
|
6
|
+
|
|
7
|
+
## v0.3.30 - 2024-09-04
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- ([#1005](https://github.com/demos-europe/demosplan-ui/pull/1005)) DpVideoPlayer: Extend player to support embedded videos ([@gruenbergerdemos](https://github.com/gruenbergerdemos))
|
|
11
|
+
|
|
12
|
+
## v0.3.29 - 2024-08-21
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- ([#995](https://github.com/demos-europe/demosplan-ui/pull/995)) Prevent cursor in editor to jump to the End of the file, when obscured text is present ([@salisdemos](https://github.com/salisdemos))
|
|
16
|
+
- ([#983](https://github.com/demos-europe/demosplan-ui/pull/983)) Fix issue where the project is not correctly installable. ([@spiess-demos](https://github.com/spiess-demos))
|
|
17
|
+
|
|
6
18
|
## v0.3.28 - 2024-08-08
|
|
19
|
+
|
|
7
20
|
### Added
|
|
8
21
|
- ([#976](https://github.com/demos-europe/demosplan-ui/pull/976)) DpIcon: Add new icons check-square and square ([@gruenbergerdemos](https://github.com/gruenbergerdemos))
|
|
9
22
|
|
|
10
23
|
## v0.3.27 - 2024-07-30
|
|
11
24
|
|
|
12
25
|
### Fixed
|
|
26
|
+
- ([#967](https://github.com/demos-europe/demosplan-ui/pull/967)) Rollback Yarn 4. It leads to conflicts with prosemirror ([@salisdemos](https://github.com/salisdemos))
|
|
13
27
|
|
|
14
|
-
|
|
28
|
+
## v0.3.26
|
|
29
|
+
-
|
|
30
|
+
- lost in space
|
|
15
31
|
|
|
16
32
|
## v0.3.25 - 2024-07-30
|
|
17
33
|
|
package/README.md
CHANGED
|
@@ -4,3 +4,20 @@
|
|
|
4
4
|
[](https://common-changelog.org)
|
|
5
5
|
|
|
6
6
|
Vue components, Vue directives, Design Token and Scss files to build interfaces for demosPlan.
|
|
7
|
+
|
|
8
|
+
### Using the local Docker container
|
|
9
|
+
|
|
10
|
+
To have a consistent environment for building demosplan-ui, a Docker configuration exists.
|
|
11
|
+
For Docker Compose 1, the syntax has to be adapted to `docker-compose` instead of `docker compose`.
|
|
12
|
+
The below commands use Docker Compose 2 syntax.
|
|
13
|
+
|
|
14
|
+
```shell
|
|
15
|
+
# Start the container
|
|
16
|
+
docker compose -f docker-compose.local.yml up -d
|
|
17
|
+
|
|
18
|
+
# Shell into the container
|
|
19
|
+
docker compose -f docker-compose.local.yml exec demosplan_ui_local sh
|
|
20
|
+
|
|
21
|
+
# Stop container
|
|
22
|
+
docker compose -f docker-compose.local.yml down
|
|
23
|
+
```
|