@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.
Files changed (64) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/CHANGELOG.md +17 -1
  3. package/README.md +17 -0
  4. package/dist/demosplan-ui.umd.js +1 -1
  5. package/docker-compose.local.yml +9 -0
  6. package/package.json +7 -18
  7. package/src/components/DpEditor/DpEditor.vue +16 -5
  8. package/src/components/DpEditor/libs/editorCustomMark.js +1 -3
  9. package/src/components/DpEditor/libs/editorObscure.js +1 -1
  10. package/src/components/DpVideoPlayer/DpVideoPlayer.vue +75 -20
  11. package/tokens/dist/js/boxShadow.js +1 -1
  12. package/tokens/dist/js/breakpoints.js +1 -1
  13. package/tokens/dist/js/color.brand.js +1 -1
  14. package/tokens/dist/js/color.data.js +1 -1
  15. package/tokens/dist/js/color.palette.js +1 -1
  16. package/tokens/dist/js/color.ui.js +1 -1
  17. package/tokens/dist/js/fontSize.js +1 -1
  18. package/tokens/dist/js/rounded.js +1 -1
  19. package/tokens/dist/js/space.js +1 -1
  20. package/tokens/dist/js/zIndex.js +1 -1
  21. package/tokens/dist/scss/_boxShadow.scss +1 -1
  22. package/tokens/dist/scss/_breakpoints.scss +1 -1
  23. package/tokens/dist/scss/_color.brand.scss +1 -1
  24. package/tokens/dist/scss/_color.data.scss +1 -1
  25. package/tokens/dist/scss/_color.palette.scss +1 -1
  26. package/tokens/dist/scss/_color.ui.scss +1 -1
  27. package/tokens/dist/scss/_fontSize.scss +1 -1
  28. package/tokens/dist/scss/_rounded.scss +1 -1
  29. package/tokens/dist/scss/_space.scss +1 -1
  30. package/tokens/dist/scss/_zIndex.scss +1 -1
  31. package/.idea/demosplan-ui.iml +0 -8
  32. package/.idea/encodings.xml +0 -6
  33. package/.idea/git_toolbox_blame.xml +0 -6
  34. package/.idea/git_toolbox_prj.xml +0 -15
  35. package/.idea/modules.xml +0 -8
  36. package/.idea/php.xml +0 -19
  37. package/.idea/sonarlint/issuestore/5/3/53585a096fe3a3b96321113856ae62602995a33b +0 -0
  38. package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
  39. package/.idea/sonarlint/issuestore/7/9/793162cb1b4e542cbf5f8db45406f4e91f736c0e +0 -11
  40. package/.idea/sonarlint/issuestore/8/c/8c5bbc0d4ce626bd35d05b960ef906abfd312014 +0 -2
  41. package/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
  42. package/.idea/sonarlint/issuestore/9/c/9cc6b3192a90fe4d986d791c393ab1ac7101ac48 +0 -0
  43. package/.idea/sonarlint/issuestore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
  44. package/.idea/sonarlint/issuestore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7 +0 -0
  45. package/.idea/sonarlint/issuestore/b/7/b7d694611d1aa415d97c7872253457c54d8f1ed7 +0 -3
  46. package/.idea/sonarlint/issuestore/index.pb +0 -20
  47. package/.idea/sonarlint/securityhotspotstore/5/3/53585a096fe3a3b96321113856ae62602995a33b +0 -0
  48. package/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
  49. package/.idea/sonarlint/securityhotspotstore/7/9/793162cb1b4e542cbf5f8db45406f4e91f736c0e +0 -0
  50. package/.idea/sonarlint/securityhotspotstore/8/c/8c5bbc0d4ce626bd35d05b960ef906abfd312014 +0 -0
  51. package/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
  52. package/.idea/sonarlint/securityhotspotstore/9/c/9cc6b3192a90fe4d986d791c393ab1ac7101ac48 +0 -0
  53. package/.idea/sonarlint/securityhotspotstore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
  54. package/.idea/sonarlint/securityhotspotstore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7 +0 -0
  55. package/.idea/sonarlint/securityhotspotstore/b/7/b7d694611d1aa415d97c7872253457c54d8f1ed7 +0 -0
  56. package/.idea/sonarlint/securityhotspotstore/index.pb +0 -20
  57. package/.idea/sonarlint-state.xml +0 -6
  58. package/.idea/sonarlint.xml +0 -8
  59. package/.idea/vcs.xml +0 -6
  60. package/docker-compose.dev.yml +0 -7
  61. package/style/style.css +0 -1002
  62. package/tokens/scss/_color.scss +0 -89
  63. package/tokens/scss/_fontSize.scss +0 -26
  64. 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
- - ([#967](https://github.com/demos-europe/demosplan-ui/pull/967)) Roleback Yarn 4. It leads to conflicts with prosemirror ([@salisdemos](https://github.com/salisdemos))
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
  [![Common Changelog](https://common-changelog.org/badge.svg)](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
+ ```