@demos-europe/demosplan-ui 0.3.19 → 0.3.21

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 (94) hide show
  1. package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21_[Changes]/shelved.patch +36 -0
  2. package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21__Changes_.xml +4 -0
  3. package/.idea/workspace.xml +37 -7
  4. package/.yarn/install-state.gz +0 -0
  5. package/CHANGELOG.md +20 -1
  6. package/buildTokens.js +157 -41
  7. package/dist/demosplan-ui.umd.js +1 -1
  8. package/package.json +5 -4
  9. package/src/components/DpButtonRow/DpButtonRow.vue +8 -2
  10. package/src/components/DpEditor/DpEditor.vue +46 -33
  11. package/src/components/DpEditor/DpResizableImage.vue +10 -4
  12. package/src/components/DpEditor/DpUploadModal.vue +29 -15
  13. package/src/components/DpUploadFiles/DpUpload.vue +9 -1
  14. package/src/components/DpUploadFiles/DpUploadFiles.vue +7 -0
  15. package/storybook-static/favicon.svg +7 -0
  16. package/storybook-static/index.html +123 -0
  17. package/storybook-static/index.json +1 -0
  18. package/storybook-static/project.json +1 -0
  19. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
  20. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
  21. package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +12 -0
  22. package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
  23. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +63 -0
  24. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
  25. package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +3 -0
  26. package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
  27. package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +3 -0
  28. package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
  29. package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +3 -0
  30. package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
  31. package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +3 -0
  32. package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
  33. package/storybook-static/sb-addons/links-0/manager-bundle.js +3 -0
  34. package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
  35. package/storybook-static/sb-common-assets/fonts.css +31 -0
  36. package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  37. package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  38. package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  39. package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  40. package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-TRLNWEGW.js +1 -0
  41. package/storybook-static/sb-manager/chunk-4IYAVH3S.js +348 -0
  42. package/storybook-static/sb-manager/chunk-CXYKRFSY.js +9 -0
  43. package/storybook-static/sb-manager/chunk-LVLAH4SI.js +7 -0
  44. package/storybook-static/sb-manager/chunk-VFHDXWEA.js +406 -0
  45. package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +1 -0
  46. package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
  47. package/storybook-static/sb-manager/globals-module-info.js +1 -0
  48. package/storybook-static/sb-manager/globals.js +1 -0
  49. package/storybook-static/sb-manager/index.js +1 -0
  50. package/storybook-static/sb-manager/runtime.js +1 -0
  51. package/storybook-static/sb-manager/syntaxhighlighter-B5GMVT5T-EA5ASEYD.js +1 -0
  52. package/storybook-static/stories.json +1 -0
  53. package/tailwind.config.js +27 -1
  54. package/tokens/dist/js/boxShadow.js +13 -81
  55. package/tokens/dist/js/breakpoints.js +1 -1
  56. package/tokens/dist/js/color.brand.js +19 -7
  57. package/tokens/dist/js/color.data.js +85 -29
  58. package/tokens/dist/js/color.palette.js +175 -59
  59. package/tokens/dist/js/color.ui-tailwind.js +1899 -0
  60. package/tokens/dist/js/color.ui.js +2063 -57
  61. package/tokens/dist/js/fontSize.js +1 -1
  62. package/tokens/dist/js/rounded.js +1 -77
  63. package/tokens/dist/js/space.js +1 -1
  64. package/tokens/dist/js/zIndex.js +1 -1
  65. package/tokens/dist/scss/_boxShadow.scss +1 -1
  66. package/tokens/dist/scss/_breakpoints.scss +1 -1
  67. package/tokens/dist/scss/_color.brand.scss +1 -1
  68. package/tokens/dist/scss/_color.data.scss +1 -1
  69. package/tokens/dist/scss/_color.palette.scss +1 -1
  70. package/tokens/dist/scss/_color.ui.scss +1 -1
  71. package/tokens/dist/scss/_fontSize.scss +1 -1
  72. package/tokens/dist/scss/_rounded.scss +1 -1
  73. package/tokens/dist/scss/_space.scss +1 -1
  74. package/tokens/dist/scss/_zIndex.scss +1 -1
  75. package/tokens/dist/tailwind/backgroundColor.js +24 -0
  76. package/tokens/dist/tailwind/borderColor.js +9 -0
  77. package/tokens/dist/tailwind/color.brand.js +8 -0
  78. package/tokens/dist/tailwind/color.data.js +30 -0
  79. package/tokens/dist/tailwind/color.js +5 -0
  80. package/tokens/dist/tailwind/color.palette.js +60 -0
  81. package/tokens/dist/tailwind/textColor.js +37 -0
  82. package/tokens/src/boxShadow.json +16 -8
  83. package/tokens/src/color/color.brand.json +12 -6
  84. package/tokens/src/color/color.data.json +56 -28
  85. package/tokens/src/color/color.palette.json +116 -58
  86. package/tokens/src/color/color.ui-tailwind.json +401 -0
  87. package/tokens/src/color/color.ui.json +114 -57
  88. package/tokens/tokens.color.stories.mdx +83 -34
  89. package/tokens/tokens.space.stories.mdx +20 -20
  90. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46_[Changes]/shelved.patch +0 -30538
  91. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46__Changes_.xml +0 -4
  92. package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02_[Changes]/shelved.patch +0 -19
  93. package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02__Changes_.xml +0 -4
  94. package/style/index.css +0 -7
@@ -1,4 +0,0 @@
1
- <changelist name="Uncommitted_changes_before_Checkout_at_12_07_2024_08_46_[Changes]" date="1720766792837" recycled="true" deleted="true">
2
- <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46_[Changes]/shelved.patch" />
3
- <option name="DESCRIPTION" value="Uncommitted changes before Checkout at 12 07 2024 08:46 [Changes]" />
4
- </changelist>
@@ -1,19 +0,0 @@
1
- Index: CHANGELOG.md
2
- IDEA additional info:
3
- Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP
4
- <+># Changelog\n\nSince v0.0.10, this Changelog is formatted according to the [Common Changelog][common-changelog] recommendations.\n\n## UNRELEASED\n\n### Fixed\n\n- ([#917](https://github.com/demos-europe/demosplan-ui/pull/917)) Fix cut methode for TipTap Editor. ([@ahmad-demos](https://github.com/ahmad-demos))\n\n### Added\n\n- ([#921](https://github.com/demos-europe/demosplan-ui/pull/921)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#916](https://github.com/demos-europe/demosplan-ui/pull/916)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#912](https://github.com/demos-europe/demosplan-ui/pull/912)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#908](https://github.com/demos-europe/demosplan-ui/pull/908)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#895](https://github.com/demos-europe/demosplan-ui/pull/895)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n\n### Changed\n\n- ([#900](https://github.com/demos-europe/demosplan-ui/pull/900)) Refactor: Use tailwind class for hiding elements visually instead of custom class ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#902](https://github.com/demos-europe/demosplan-ui/pull/902)) Remove !important default setting in Tailwind config ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.3.18 - 2024-06-12\n\n### Fixed\n\n- ([#891](https://github.com/demos-europe/demosplan-ui/pull/891)) DpDataTabele: Escape whitespaces and plus signs for searching ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n### Added\n\n- ([#893](https://github.com/demos-europe/demosplan-ui/pull/893)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#892](https://github.com/demos-europe/demosplan-ui/pull/892)) DpInput: Add hidden attribute for label ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#894](https://github.com/demos-europe/demosplan-ui/pull/894)) DpLabel: Add hidden attribute for visually hiding the label ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n## v0.3.17 - 2024-05-30\n\n### Changed\n\n- ([#878](https://github.com/demos-europe/demosplan-ui/pull/878)) BREAKING: Prevent \"select all\" in DpDataTable from selecting \"locked\" items. Before, all items per page were selected, independent of the lock state ([@salisdemos](https://github.com/salisdemos))\n\n### Added\n\n- ([#881](https://github.com/demos-europe/demosplan-ui/pull/881)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#875](https://github.com/demos-europe/demosplan-ui/pull/875)) Utils: add resistFingerprintingDuckTest ([@spiess-demos](https://github.com/spiess-demos))\n- ([#879](https://github.com/demos-europe/demosplan-ui/pull/879)) DpDataTableExtended: Add prop for translations to pass on to DpDataTable ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n## v0.3.16 - 2024-05-24\n\n### Changed\n\n- ([#856](https://github.com/demos-europe/demosplan-ui/pull/856)) Bump @tiptap to 2.4.0 ([@spiess-demos](https://github.com/spiess-demos))\n\n### Added\n\n- ([#868](https://github.com/demos-europe/demosplan-ui/pull/868)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n\n## v0.3.15 - 2024-05-22\n\n### Added\n\n- ([#859](https://github.com/demos-europe/demosplan-ui/pull/859)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n\n### Fixed\n\n- ([#848](https://github.com/demos-europe/demosplan-ui/pull/848)) Don't show Tooltips after mouseout (prevent Tooltips from created twice) ([@salisdemos](https://github.com/salisdemos))\n- ([#850](https://github.com/demos-europe/demosplan-ui/pull/850)) Input validation: use form as validation container ([@sakutademos](https://github.com/sakutademos))\n- ([#860](https://github.com/demos-europe/demosplan-ui/pull/860)) DpDatePicker: set attribute only if datePickerInput is defined ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#865](https://github.com/demos-europe/demosplan-ui/pull/865)) DpApi: Don't set Content-Type header for FormData ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n## v0.3.14 - 2024-05-16\n\n### Changed\n\n- ([#851](https://github.com/demos-europe/demosplan-ui/pull/851)) DpLabel: replace the tooltip directive with the DpContextualHelp component ([@sakutademos](https://github.com/sakutademos))\n\n### Fixed\n\n- ([#858](https://github.com/demos-europe/demosplan-ui/pull/858)) DpCheckbox: fix vue warning related to type checking ([@sakutademos](https://github.com/sakutademos))\n\n## v0.3.13 - 2024-05-15\n\n### Added\n\n- ([#847](https://github.com/demos-europe/demosplan-ui/pull/847)) Tailwind: add \"scrollbar-none\" class ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.3.12 - 2024-05-06\n\n### Fixed\n\n- ([#844](https://github.com/demos-europe/demosplan-ui/pull/844)) Prevent changing Width on following DataTable Element, while resizing ([@salisdemos](https://github.com/salisdemos))\n\n## v0.3.11 - 2024-05-03\n\n### Fixed\n\n- ([#843](https://github.com/demos-europe/demosplan-ui/pull/843)) DpInput: fix \"length\" prop validation ([@spiess-demos](https://github.com/spiess-demos))\n- ([#841](https://github.com/demos-europe/demosplan-ui/pull/841)) Fix the DpDatepicker error validation ([@sakutademos](https://github.com/sakutademos))\n\n## v0.3.10 - 2024-04-26\n\n### Changed\n- ([#835](https://github.com/demos-europe/demosplan-ui/pull/835)) DpDataTable: enhance column resizing functionality; save the width to sessionStorage ([@sakutademos](https://github.com/sakutademos))\n\n### Added\n- ([#834](https://github.com/demos-europe/demosplan-ui/pull/834)) DpButton: add icon size class ([@sakutademos](https://github.com/sakutademos))\n\n## v0.3.9 - 2024-04-12\n\n### Changed\n\n- ([#829](https://github.com/demos-europe/demosplan-ui/pull/829)) Adjust DpContextualHelp Styling ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#803](https://github.com/demos-europe/demosplan-ui/pull/803)) dpApi: remove \"option\" argument ([@spiess-demos](https://github.com/spiess-demos))\n\n### Added\n\n- ([#815](https://github.com/demos-europe/demosplan-ui/pull/815)) Add data attr for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#812](https://github.com/demos-europe/demosplan-ui/pull/812)) Add missing data attr for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#798](https://github.com/demos-europe/demosplan-ui/pull/798)) Add missing data attr for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#773](https://github.com/demos-europe/demosplan-ui/pull/773)) Add missing data attr for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n\n## v0.3.8 - 2024-03-15\n\n### Added\n\n- ([#783](https://github.com/demos-europe/demosplan-ui/pull/783)) Improve error validation for DpMultiselect and DpSelect components ([@sakutademos](https://github.com/sakutademos))\n\n### Changed \n\n- ([#774](https://github.com/demos-europe/demosplan-ui/pull/774)) Improve render performance of the DpTreeList component ([@sakutademos](https://github.com/sakutademos))\n- ([#784](https://github.com/demos-europe/demosplan-ui/pull/784)) dpApi.get: Always serialize request params ([@spiess-demos](https://github.com/spiess-demos))\n\n### Removed\n\n- ([#779](https://github.com/demos-europe/demosplan-ui/pull/779)) Remove `build:css` script ([@spiess-demos](https://github.com/spiess-demos))\n\n### Fixed\n\n- ([#777](https://github.com/demos-europe/demosplan-ui/pull/785)) DpVideoPlayer: fix plyr import ([@hwiem](https://github.com/hwiem))\n- ([#777](https://github.com/demos-europe/demosplan-ui/pull/777)) DpEditor: fix condition for console.warn ([@hwiem](https://github.com/hwiem))\n- ([#748](https://github.com/demos-europe/demosplan-ui/pull/748)) Fix required for multiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#747](https://github.com/demos-europe/demosplan-ui/pull/747)) Add missing prop clearOnSelect to DpMultiselect (hotfix from v0.3.5-1) ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.3.7 - 2024-02-12\n\n### Changed\n\n- ([#742](https://github.com/demos-europe/demosplan-ui/pull/742)) Bump @tiptap to 2.2.2 ([@spiess-demos](https://github.com/spiess-demos))\n- ([#737](https://github.com/demos-europe/demosplan-ui/pull/737)) Bump webpack to 5.90.1 ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.3.6 - 2024-02-07\n\n### Fixed\n\n- ([#729](https://github.com/demos-europe/demosplan-ui/pull/729)) Fix DpAnonymizeText functionality ([@sakutademos](https://github.com/sakutademos))\n\n### Added\n\n- ([#739](https://github.com/demos-europe/demosplan-ui/pull/739)) Add missing data attr for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#721](https://github.com/demos-europe/demosplan-ui/pull/721)) Pass the allowEmpty prop to vue-multiselect, which prevents the deselection of values ([@sakutademos](https://github.com/sakutademos))\n- ([#718](https://github.com/demos-europe/demosplan-ui/pull/718)) Add missing data attr for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos)) \n- ([#714](https://github.com/demos-europe/demosplan-ui/pull/714)) add csrf token to dpRpc to prevent missing csrf errors ([@muellerdemos](https://github.com/muellerdemos)) \n- ([#734](https://github.com/demos-europe/demosplan-ui/pull/734)) Allow mailto links in DpEditor link modal ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.3.5-1 - 2024-02-13\n\n### Fixed\n\n- ([#747](https://github.com/demos-europe/demosplan-ui/pull/747)) Add missing prop clearOnSelect to DpMultiselect ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.3.5 - 2024-01-09\n\n### Fixed\n\n- ([#703](https://github.com/demos-europe/demosplan-ui/pull/703)) Don't stringify form data for post requests ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n### Changed\n\n- ([#706](https://github.com/demos-europe/demosplan-ui/pull/706)) Send DpApi request headers in uppercase format ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.3.4 - 2024-01-05\n\n### Fixed\n\n- ([#690](https://github.com/demos-europe/demosplan-ui/pull/690)) DpApi method: handles cases where the response does not contain content and cannot be parsed as JSON ([@sakutademos](https://github.com/sakutademos))\n- ([#685](https://github.com/demos-europe/demosplan-ui/pull/685)) Adjust internal imports to resolve properly\n\n### Changed\n\n- ([#693](https://github.com/demos-europe/demosplan-ui/pull/693)) Use Tailwind utility classes for width and height\n\n\n## v0.3.3 - 2023-12-11\n\n### Changed\n\n- ([#674](https://github.com/demos-europe/demosplan-ui/pull/674)) use Tailwind class instead of demosplan-core class\n\n### Fixed\n\n- ([#673](https://github.com/demos-europe/demosplan-ui/pull/673)) lock style-dictionary at 3.8.0\n\n## v0.3.2 - 2023-12-08\n\n### Changed\n\n- ([#638](https://github.com/demos-europe/demosplan-ui/pull/638)) Bump @uppy/core to 3.7.0, @uppy/tus to 3.4.0, and @uppy/progress-bar to 3.0.4 ([@spiess-demos](https://github.com/spiess-demos))\n- ([#638](https://github.com/demos-europe/demosplan-ui/pull/638)) Set engine for node to the same version used in demosplan-core development setup ([@spiess-demos](https://github.com/spiess-demos))\n- ([#506](https://github.com/demos-europe/demosplan-ui/pull/506)) Replace internal from DpApi/DpRpc. Move from axios to native fetch ([@salisdemos](https://github.com/salisdemos))\n- ([#668](https://github.com/demos-europe/demosplan-ui/pull/668)) Consolidate spacing tokens, add them to Tailwind config ([@spiess-demos](https://github.com/spiess-demos))\n\n### Fixed\n\n- ([#652](https://github.com/demos-europe/demosplan-ui/pull/652)) Fix slots for DpMultiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#640](https://github.com/demos-europe/demosplan-ui/pull/640)) Fix resetContent in DpEditor ([@salisdemos](https://github.com/salisdemos))\n- ([#664](https://github.com/demos-europe/demosplan-ui/pull/664)) Fixes prod build due to typescript errors ([@muellerdemos](https://github.com/muellerdemos))\n\n## v0.3.1 - 2023-11-09\n\n### Changed\n\n- ([#634](https://github.com/demos-europe/demosplan-ui/pull/634)) Use filter() function to show unique fields in the error messages instead of using Javascript Set ([@sakutademos](https://github.com/sakutademos))\n\n## v0.3 - 2023-11-08\n\n### Removed\n\n- ([#603](https://github.com/demos-europe/demosplan-ui/pull/603)) Remove DpHeightLimit, DpSwitcher, and DpTextWrapper components. ([@ahmad-demos](https://github.com/@ahmad-demos))\n\n### Changed\n- ([#633](https://github.com/demos-europe/demosplan-ui/pull/633)) DpModal: Call the preventScroll function within the toggle method in cases where the @after-leave transition does not work correctly (AssignEntityModal) ([@sakutademos](https://github.com/sakutademos))\n- ([#624](https://github.com/demos-europe/demosplan-ui/pull/624)) Use proper import for buildSuggestion ([@salis-demos](https://github.com/salis-demos))\n- ([#622](https://github.com/demos-europe/demosplan-ui/pull/622)) Improve validation notifications in the DpValidation action by incorporating invalid fields and displaying unique fields only ([@sakutademos](https://github.com/sakutademos))\n- ([#621](https://github.com/demos-europe/demosplan-ui/pull/621)) Bump Vue Peer dependency to 2.5.17 ([@spiess-demos](https://github.com/spiess-demos))\n- ([#615](https://github.com/demos-europe/demosplan-ui/pull/615)) **Breaking:** Change DpBulkEditHeader Props ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#630](https://github.com/demos-europe/demosplan-ui/pull/630)) Stickier.js: Remove extra check for stickToDirection that has been added wherever the function _bindBottom is called, because otherwise the element has not enough space and the bottom of the element is not reachable ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n### Added\n- ([#629](https://github.com/demos-europe/demosplan-ui/pull/629)) Allow to use all available slots from vue-multiselect in DpMultiselect ([@salis-demos](https://github.com/salis-demos))\n- ([#615](https://github.com/demos-europe/demosplan-ui/pull/615)) Add DpBulkEditHeader documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#605](https://github.com/demos-europe/demosplan-ui/pull/605)) Add DpEditableList documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#591](https://github.com/demos-europe/demosplan-ui/pull/591)) Add label tests for form components ([@hwiem](https://github.com/hwiem))\n\n## v0.2.1 - 2023-10-18\n\n### Changed\n- ([585](https://github.com/demos-europe/demosplan-ui/pull/585), [586](https://github.com/demos-europe/demosplan-ui/pull/586)) Fix Bugs in DpEditor after Migrating to tiptap@v2 ([@salisdemos](https://github.com/salisdemos))\n\n### Added\n- ([#590](https://github.com/demos-europe/demosplan-ui/pull/590)) Add DpVideoPlayer documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#588](https://github.com/demos-europe/demosplan-ui/pull/588)) Add DpSwitcher documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#567](https://github.com/demos-europe/demosplan-ui/pull/567)) Add DpEditor documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#587](https://github.com/demos-europe/demosplan-ui/pull/587)) Add phone icon to DpIcon ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.2.0 - 2023-10-05\n\n### Removed\n- ([#537](https://github.com/demos-europe/demosplan-ui/pull/537)) Remove DpNotifyContainer component ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#536](https://github.com/demos-europe/demosplan-ui/pull/536)) Remove DpToggleForm component ([@ahmad-demos](https://github.com/@ahmad-demos))\n\n### Changed\n- ([#537](https://github.com/demos-europe/demosplan-ui/pull/537)) Rename DpNotifyMessage to DpNotification ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#374](https://github.com/demos-europe/demosplan-ui/pull/374)) Bump Tiptap from v1 to v2 ([@salisdemos](https://github.com/salisdemos))\n\n### Added\n- ([#556](https://github.com/demos-europe/demosplan-ui/pull/556)) Add DpTreeList documentation to Storybook & Fix getComputedStyle error ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#538](https://github.com/demos-europe/demosplan-ui/pull/538)) Add DpModal documentation to Storybook & Fix getComputedStyle error ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#537](https://github.com/demos-europe/demosplan-ui/pull/537)) Add DpNotification documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#531](https://github.com/demos-europe/demosplan-ui/pull/531)) Add DpProgressBar documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#526](https://github.com/demos-europe/demosplan-ui/pull/526)) Add DpButtonIcon documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#523](https://github.com/demos-europe/demosplan-ui/pull/523)) Added a method that checks the z-index of the parent element and appends zIndex + 1 to the style of the tooltip ([@sakutademos](https://github.com/sakutademos))\n- ([#521](https://github.com/demos-europe/demosplan-ui/pull/521)), ([#522](https://github.com/demos-europe/demosplan-ui/pull/522)), ([#524](https://github.com/demos-europe/demosplan-ui/pull/524)), ([#525](https://github.com/demos-europe/demosplan-ui/pull/525)) Add DpDatepicker, DpDatetimePicker, DpDateRangePicker & DpTimePicker documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#518](https://github.com/demos-europe/demosplan-ui/pull/518)) Add DpUpload documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#516](https://github.com/demos-europe/demosplan-ui/pull/516)) Add Props to DpUpload & DpUploadFiles ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#505](https://github.com/demos-europe/demosplan-ui/pull/505)) Add DpTooltip documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#504](https://github.com/demos-europe/demosplan-ui/pull/504)) Add DpSlidingPagination documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#503](https://github.com/demos-europe/demosplan-ui/pull/503)) Add DpFormRow documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#497](https://github.com/demos-europe/demosplan-ui/pull/497)) Add DpDraggable documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#492](https://github.com/demos-europe/demosplan-ui/pull/492)) Add DpSearchField documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#491](https://github.com/demos-europe/demosplan-ui/pull/491)) Add DpStickyElement documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#515](https://github.com/demos-europe/demosplan-ui/pull/515)) Add internal alias ([@spiess-demos](https://github.com/spiess-demos))\n- ([#380](https://github.com/demos-europe/demosplan-ui/pull/380)) Add DpTextArea documentation to Storybook ([@ahmad-demos](https://github.com/ahmad-demos))\n\n## v0.1.16 - 2023-09-25\n\n### Added\n- ([#542](https://github.com/demos-europe/demosplan-ui/pull/542)) Add update hook to tooltip directive for dynamic value updates ([@sakutademos](https://github.com/sakutademos))\n\n## v0.1.15 - 2023-09-18\n\n### Added\n- ([#523](https://github.com/demos-europe/demosplan-ui/pull/523)) Add a method that checks the z-index of the parent element and appends zIndex + 1 to the style of the tooltip ([@sakutademos](https://github.com/sakutademos))\n\n## v0.1.14 - 2023-09-07\n\nSeveral minor bugfixes.\n\n## v0.1.13 - 2023-08-30\n\n### Added\n\n- ([#473](https://github.com/demos-europe/demosplan-ui/pull/473)) Add DpBadge component with Storybook documentation ([@muellerdemos](https://github.com/muellerdemos))\n- ([#472](https://github.com/demos-europe/demosplan-ui/pull/472)), ([#477](https://github.com/demos-europe/demosplan-ui/pull/477)), ([#479](https://github.com/demos-europe/demosplan-ui/pull/479)), ([#480](https://github.com/demos-europe/demosplan-ui/pull/480)), ([#481](https://github.com/demos-europe/demosplan-ui/pull/481)) Add DpCard, DpCheckboxGroup, DpInlineNotification, DpSkeletonBox & DpSplitButton documentation to Storybook7 ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#475](https://github.com/demos-europe/demosplan-ui/pull/475)) Add Tailwind Styles to Storybook7 ([@spiess-demos](https://github.com/spiess-demos))\n\n\n### Removed\n\n- ([#445](https://github.com/demos-europe/demosplan-ui/pull/445)) **Breaking:** Remove DpDashboardTaskCard component ([@hwiem](https://github.com/hwiem))\n\n### Changed\n- ([#379](https://github.com/demos-europe/demosplan-ui/pull/379)) Upgrade Storybook v7, Migrate stories to v7 ([@salisdemos](https://github.com/salisdemos)), ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#383](https://github.com/demos-europe/demosplan-ui/pull/383)) Rework Tooltip Directive and Component ([@salisdemos](https://github.com/salisdemos))\n - Introduced DpTooltip. Please replace VPopover (now deprecated) with DpTooltip\n- ([#462](https://github.com/demos-europe/demosplan-ui/pull/462) Deprecate DpTooltipIcon in favor of DpContextualHelp ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.1.12 - 2023-08-18\n\n### Added\n\n- ([#444](https://github.com/demos-europe/demosplan-ui/pull/444)), ([#443](https://github.com/demos-europe/demosplan-ui/pull/443)), ([#437](https://github.com/demos-europe/demosplan-ui/pull/437)) Add E2E Props ([@ahmad-demos](https://github.com/@ahmad-demos))\n\n### Changed\n\n- ([#438](https://github.com/demos-europe/demosplan-ui/pull/438)) Stickier.js: An extra check has been added wherever the function _bindBottom is called: when the value of the stickToDirection is 'top' the funciton _bindBottom will not be performed.([@sakutademos](https://github.com/sakutademos))\n\n## v0.1.11 - 2023-08-11\n\n### Fixed\n\n- ([#412](https://github.com/demos-europe/demosplan-ui/pull/412)) Import missing directive in DpMultiselect ([@ahmad-demos](https://github.com/@ahmad-demos))\n\n### Changed\n\n- ([#409](https://github.com/demos-europe/demosplan-ui/pull/409)) Change the way to show/hide the dropdown menu in DpTimePicker by using the 'hidden' class instead of the 'v-show' directive ([@sakutademos](https://github.com/sakutademos))\n- ([#381](https://github.com/demos-europe/demosplan-ui/pull/381)) Change z-index values and var names to match Tailwind convention ([@spiess-demos](https://github.com/spiess-demos))\n\n### Added\n\n- ([#291](https://github.com/demos-europe/demosplan-ui/pull/291)) Add Typescript Config ([@ahmad-demos](https://github.com/ahmad-demos))\n\n## v0.1.10 - 2023-07-17\n\n### Added\n\n- ([#359](https://github.com/demos-europe/demosplan-ui/pull/359)) Add field names for incorrect fields to the error messages during the validation process (dpValidateMixin) ([@sakutademos](https://github.com/sakutademos))\n- ([#370](https://github.com/demos-europe/demosplan-ui/pull/370)) Add documentation for DpRadio ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#350](https://github.com/demos-europe/demosplan-ui/pull/350)) Add documentation for DpSelect ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#372](https://github.com/demos-europe/demosplan-ui/pull/372)) Add \"question\", \"severe\", and \"warning\" icons to DpIcon ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.1.9 - 2023-07-13\n\n### Removed\n\n- ([#357](https://github.com/demos-europe/demosplan-ui/pull/357)) Remove Translator from DpSelect ([@ahmad-demos](https://github.com/ahmad-demos))\n\n### Changed\n\n- ([#314](https://github.com/demos-europe/demosplan-ui/pull/314), [#363](https://github.com/demos-europe/demosplan-ui/pull/363)) Use Barrel Export ([@salisdemos](https://github.com/@salisdemos))\n- ([#361](https://github.com/demos-europe/demosplan-ui/pull/361)) **Breaking:** Move compiled token files to \"tokens/dist\" folder\", add borderRadius, boxShadow, breakpoints and z-index tokens to Tailwind config, deprecate old box-shadow and rounded Scss tokens ([@spiess-demos](https://github.com/spiess-demos))\n\n### Added\n\n- ([#364](https://github.com/demos-europe/demosplan-ui/pull/364)) Add Prop IconSize to DpButton ([@salisdemos](https://github.com/@salisdemos))\n- ([#344](https://github.com/demos-europe/demosplan-ui/pull/344)) Add documentation for DpTabs ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#333](https://github.com/demos-europe/demosplan-ui/pull/333)) Add \"rounded\" prop to DpButton, add \"arrow-up\" and \"arrow-down\" icons to DpIcon ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.1.8 - 2023-07-07\n\n### Added\n\n- ([#356](https://github.com/demos-europe/demosplan-ui/pull/356)) Add \"blur\" event in DpInput ([@salisdemos](https://github.com/@salisdemos))\n\n## v0.1.7 - 2023-06-27\n\n### Changed\n- ([#325](https://github.com/demos-europe/demosplan-ui/pull/325)) **Breaking:** Remove spacing classes from DpAnonymizeText ([@ahmad-demos](https://github.com/ahmad-demos))\n\n### Added\n\n- ([#356](https://github.com/demos-europe/demosplan-ui/pull/356)) Add \"blur\" event in DpInput ([@salisdemos](https://github.com/@salisdemos))\n- ([#344](https://github.com/demos-europe/demosplan-ui/pull/344)) Add documentation for DpTabs ([@ahmad-demos](https://github.com/@ahmad-demos))\n- ([#333](https://github.com/demos-europe/demosplan-ui/pull/333)) Add \"rounded\" prop to DpButton, add \"arrow-up\" and \"arrow-down\" icons to DpIcon ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.1.7 - 2023-06-27\n\n### Changed\n\n- ([#325](https://github.com/demos-europe/demosplan-ui/pull/325), [#327](https://github.com/demos-europe/demosplan-ui/pull/327)), [#334](https://github.com/demos-europe/demosplan-ui/pull/334)), [#335](https://github.com/demos-europe/demosplan-ui/pull/335)) **Breaking:** Remove spacing classes from DpAnonymizeText, DpBulkEditHeader, DpFormRow and DpDataTableExtended ([@ahmad-demos](https://github.com/ahmad-demos))\n\n### Added\n\n- ([#318](https://github.com/demos-europe/demosplan-ui/pull/318)) Add a method called externalApi to make external API calls without including default headers ([@sakutademos](https://github.com/sakutademos))\n\n## v0.1.6 - 2023-06-22\n\n### Changed\n\n- ([#306](https://github.com/demos-europe/demosplan-ui/pull/306)) Adapt some utility classes to use tailwind ([@spiess-demos](https://github.com/spiess-demos))\n\n### Removed\n\n- ([#303](https://github.com/demos-europe/demosplan-ui/pull/303)) **Breaking**: Remove DpChangeStateAtDate ([@hwiem](https://github.com/hwiem))\n- ([#256](https://github.com/demos-europe/demosplan-ui/pull/256)) **Breaking**: Remove DpCopyPasteButton ([@hwiem](https://github.com/hwiem))\n\n### Fixed\n\n- ([#304](https://github.com/demos-europe/demosplan-ui/pull/304)) Fix invalid empty string for DpButtonRow ([@spiess-demos](https://github.com/spiess-demos))\n- ([#319](https://github.com/demos-europe/demosplan-ui/pull/319)) Fix data-cy prop on multiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n## v0.1.5 - 2023-06-16\n\n_Historic note: v0.1.4 was a bugfix release that contained picked changes from v0.1.5 at a state\nwhere this release was not fully ready yet and has therefore not been merged back to main. It can\nstill be accessed via its release tag._\n\n### Added\n\n- ([#268](https://github.com/demos-europe/demosplan-ui/pull/268)) Tests: Add Test setup for Vue Files and some Tests ([@salis-demos](https://github.com/salis-demos))\n- ([#294](https://github.com/demos-europe/demosplan-ui/pull/294)) Css: A Tailwind Css file is included in the module to be used by projects ([@spiess-demos](https://github.com/spiess-demos))\n- ([#269](https://github.com/demos-europe/demosplan-ui/pull/269)) DpIcon: new selector `landscape`, `portrait`, or `square`, based on icon proportions ([@spiess-demos](https://github.com/spiess-demos))\n- ([#270](https://github.com/demos-europe/demosplan-ui/pull/270)) DpIcon: new icons (ai, copy) ([@spiess-demos](https://github.com/spiess-demos))\n\n### Changed\n\n- ([#294](https://github.com/demos-europe/demosplan-ui/pull/294)) **Breaking**: All script names use the colon instead of the dash as separator (eg. \"build:tokens\") ([@spiess-demos](https://github.com/spiess-demos))\n- ([#292](https://github.com/demos-europe/demosplan-ui/pull/292)) DpDataTable: Clean V-if/v-for in Preparation for Vue3 ([@salis-demos](https://github.com/salis-demos))\n- ([#230](https://github.com/demos-europe/demosplan-ui/pull/230)) Move from Functional Component to Template in DpDataTable ([@sakutademos](https://github.com/sakutademos))\n- ([#233](https://github.com/demos-europe/demosplan-ui/pull/233)) Move from Functional Component to Template in DpTableRow ([@sakutademos](https://github.com/sakutademos))\n- ([#280](https://github.com/demos-europe/demosplan-ui/pull/280)) Adjust DpTableHeader to work with DpDataTable template-based component ([@sakutademos](https://github.com/sakutademos))\n\n### Fixed\n\n- ([#290](https://github.com/demos-europe/demosplan-ui/pull/290)) Add missing props to DpMultiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n## v0.1.3 - 2023-05-31\n\n### Removed\n\n- ([#255](https://github.com/demos-europe/demosplan-ui/pull/255)) **Breaking**: Remove DpRegisterFlyout ([@hwiem](https://github.com/hwiem))\n- ([#259](https://github.com/demos-europe/demosplan-ui/pull/259)) **Breaking**: DpButton does not support slots anymore. Use the `icon` prop instead. ([@spiess-demos](https://github.com/spiess-demos))\n\n\n### Added\n\n- ([#259](https://github.com/demos-europe/demosplan-ui/pull/259)) DpButton: New button variant \"subtle\" \uD83D\uDC7B, new props \"icon\", \"iconAfter\", \"hideText\" ([@spiess-demos](https://github.com/spiess-demos))\n- ([#259](https://github.com/demos-europe/demosplan-ui/pull/259)) DpIcon: New icons (chevron-left, chevron-right, edit) ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.1.2 - 2023-05-24\n\n### Fixed\n- ([#249](https://github.com/demos-europe/demosplan-ui/pull/249)) Fix console errors, use correct lifecycle hook and remove `this` from template ([@muellerdemos](https://github.com/muellerdemos))\n- ([#237](https://github.com/demos-europe/demosplan-ui/pull/237)) Allow number, array and object as value for DpMultiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#234](https://github.com/demos-europe/demosplan-ui/pull/237)) Add event listener for all events in DpMultiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#234](https://github.com/demos-europe/demosplan-ui/pull/234)) Add prop for searchable for DpMultiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#237](https://github.com/demos-europe/demosplan-ui/pull/237)) Show buttons for select all and unselect all only if selectionControls is true in DpMultiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#237](https://github.com/demos-europe/demosplan-ui/pull/237)) Bind props to slots, so they are available for parent ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n## v0.1.1 - 2023-05-22\n\n**NOTE:** This release contains a slightly different changelog for v0.1. than the one that was published before.\nUnfortunately, we had a minor log-entry merge mishap and that wasn't noticed until after the release.\n\n### Fixed\n\n- Remove duplicated prefix from space tokens ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.1 - 2023-05-16\n\n### Changed\n\n- ([#108](https://github.com/demos-europe/demosplan-ui/pull/108)) **Breaking**: Add design tokens, split generated Scss into multiple files ([@ahmad-demos](https://github.com/ahmad-demos), [@spiess-demos](https://github.com/spiess-demos))\n- ([#211](https://github.com/demos-europe/demosplan-ui/pull/211)) **Breaking**: Replace Font Awesome with Phosphor Icons ([@spiess-demos](https://github.com/spiess-demos))\n- ([#205](https://github.com/demos-europe/demosplan-ui/pull/205)) Move from Functional Component to Template in DpTableHeader ([@elmasdemos](https://github.com/elmasdemos))\n- ([#203](https://github.com/demos-europe/demosplan-ui/pull/203)) Move from Functional Component to Template in DpContextualHelp ([@salisdemos](https://github.com/salisdemos))\n- ([#202](https://github.com/demos-europe/demosplan-ui/pull/202)) Move from Functional Component to Template in DpSlidingPagination ([@salisdemos](https://github.com/salisdemos))\n- ([#195](https://github.com/demos-europe/demosplan-ui/pull/195)) Move from Functional Component to Template in dpSelectPageItemCount ([@salisdemos](https://github.com/salisdemos))\n- ([#181](https://github.com/demos-europe/demosplan-ui/pull/181)) Move from Functional Component to Template in dpMultiselect ([@salisdemos](https://github.com/salisdemos))\n- ([#51](https://github.com/demos-europe/demosplan-ui/pull/51)) Configuration for jest tests for js files ([@elmasdemos](https://github.com/elmasdemos))\n- ([#212](https://github.com/demos-europe/demosplan-ui/pull/212)) Component: Expose `isExpanded` in DpFlyout trigger slot ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.0.21 - 2023-05-02\n\n### Changed\n\n- ([#175](https://github.com/demos-europe/demosplan-ui/pull/175)) adjust layout of DpPager ([@muellerdemos](https://github.com/muellerdemos))\n\n## v0.0.20 - 2023-04-18\n\n### Changed\n\n- ([#159](https://github.com/demos-europe/demosplan-ui/pull/159)) Add tooltip offset to fix positioning bug with tooltip arrow ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.0.19 - 2023-04-06\n\n### Changed\n\n- ([#146](https://github.com/demos-europe/demosplan-ui/pull/146)) Expose DpNotifyMessage and deprecate DpNotifyContainer\n\n### Fixed\n\n- ([#148](https://github.com/demos-europe/demosplan-ui/pull/148)) Replace dynamic imports with static imports to avoid race conditional bugs ([@muellerdemos](https://github.com/muellerdemos))\n\n## v0.0.18 - 2023-03-29\n\n- ([#139](https://github.com/demos-europe/demosplan-ui/pull/139)) REVERT: ([#133](https://github.com/demos-europe/demosplan-ui/pull/133)) Import `a11y-datepicker` not as es Module anymore, to make it resolvable\n\n### Fixed\n\n- ([#138](https://github.com/demos-europe/demosplan-ui/pull/138)) Uploading files whose names contained reserved characters no longer break certain endpoints. ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.0.17 - 2023-03-23\n\n- ([#133](https://github.com/demos-europe/demosplan-ui/pull/133)) Import `a11y-datepicker` not as es Module anymore, to make it resolvable \n\n## v0.0.16 - 2023-03-15\n\n### Changed\n\n- ([#114](https://github.com/demos-europe/demosplan-ui/pull/114)) Adjust webpack config to enable the usage of demosplan-ui in addons ([@muellerdemos](https://github.com/muellerdemos))\n\n## v0.0.15 - 2023-03-01\n\n### Changed\n\n- ([#104](https://github.com/demos-europe/demosplan-ui/pull/104)) Add slots for modal and button in DpEditor ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#104](https://github.com/demos-europe/demosplan-ui/pull/104)) Remove deprecated props in DpEditor ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n- ([#104](https://github.com/demos-europe/demosplan-ui/pull/104)) Remove unnecessary routes in DpEditor ([@gruenbergerdemos](https://github.com/gruenbergerdemos))\n\n### Fixed\n\n- ([#111](https://github.com/demos-europe/demosplan-ui/pull/111)) Fix checkbox positioning in DpTableCardListHeader ([@muellerdemos](https://github.com/muellerdemos))\n\n## v0.0.14 - 2023-02-28\n\nSame as v0.0.13, but with up-to-date build dependencies this time around.\n\n## v0.0.13 - 2023-02-28\n\n### Changed\n\n- ([#91](https://github.com/demos-europe/demosplan-ui/pull/91)) Pass routes as props ([@ahmad-demos](https://github.com/ahmad-demos))\n- ([#107](https://github.com/demos-europe/demosplan-ui/pull/107)) Make `color-palette-black` and `color-palette-white` themeable ([@spiess-demos](https://github.com/spiess-demos))\n\n### Fixed\n\n- ([#100](https://github.com/demos-europe/demosplan-ui/pull/100)) Set correct value for `aria-live` in DpNotifyContainer when document becomes visible ([@spiess-demos](https://github.com/spiess-demos))\n- ([#109](https://github.com/demos-europe/demosplan-ui/pull/109)) Remove @demos-europe/demosplan-utils as dependency ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.0.12 - 2023-02-13\n\n### Fixed\n\n- ([#96](https://github.com/demos-europe/demosplan-ui/pull/96)) Don't load DpDraggable async in DpDataTable ([@salis-demos](https://github.com/salis-demos))\n\n## v0.0.11 - 2023-02-10\n\n### Fixed\n\n- ([#95](https://github.com/demos-europe/demosplan-ui/pull/95)) Do not unregister boilerplates store module beforeDestroy ([@spiess-demos](https://github.com/spiess-demos))\n\n## v0.0.10 - 2023-02-07\n\n### Fixed\n\n- ([#93](https://github.com/demos-europe/demosplan-ui/pull/93)) Keep empty spaces after copy/pasting from MS Word ([@hwiem](https://github.com/hwiem))\n- ([#93](https://github.com/demos-europe/demosplan-ui/pull/93)) Ensure EditorObscure is imported before using it ([@hwiem](https://github.com/hwiem))\n\n## v0.0.9 - 2023-01-23\n\n### Fixed\n\n- ([#73](https://github.com/demos-europe/demosplan-ui/pull/73)) DpTreeList bulk edit: emit correct selection ([@muellerdemos](https://github.com/muellerdemos))\n\n## v0.0.8 - 2023-01-19\n\n- docs: add documentation for DpCheckbox\n- Fix: `undefined` Translator error in DpResizableImage (#66)\n- chore: Bump Dependenices (#63)\n\n## v0.0.7 - 2023-01-09\n\n- Make sure the built package contains the correct content\n\n## v0.0.6 - 2023-01-06\n\n- **Breaking:** Refactor DpRadio props: bundle label related props in a single object\n- Fix DpEditor \"TypeError: Class constructor cannot be invoked without 'new'\"\n\n## v0.0.5 - 2023-01-05\n\n- Move modules that are also present within demosplan to externals to reduce compiled filesize\n- Fix `start-storybook` script by configuring Storybook to use **Webpack 5**\n\n## v0.0.4 - 2022-12-16\n\n- Change token build hook from `postinstall` to `prepublish`\n\n## v0.0.3 - 2022-12-16\n\n- Rewrite large parts of the build process\n- Code was moved between `@demos-europe/demosplan-utils` and here for more consistency\n\n## v0.0.2 - 2022-11-16\n\n### Bug Fixes\n- Fix path declarations to have a buildable package\n\n### Features\n- Deprecate prefixClass and prefixClassMixin\n\n## v0.0.1 - 2022-11-15\n\n- This is unfinished and broken. We just need a starting point\n\n---\n\n[common-changelog]: https://common-changelog.org\n
5
- Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
6
- <+>UTF-8
7
- ===================================================================
8
- diff --git a/CHANGELOG.md b/CHANGELOG.md
9
- --- a/CHANGELOG.md (revision a2ce26903d1376b404c2fccc78d41ec41ab1644f)
10
- +++ b/CHANGELOG.md (date 1720778267425)
11
- @@ -4,6 +4,8 @@
12
-
13
- ## UNRELEASED
14
-
15
- +## v0.3.19 - 2024-07-12
16
- +
17
- ### Fixed
18
-
19
- - ([#917](https://github.com/demos-europe/demosplan-ui/pull/917)) Fix cut methode for TipTap Editor. ([@ahmad-demos](https://github.com/ahmad-demos))
@@ -1,4 +0,0 @@
1
- <changelist name="Uncommitted_changes_before_Update_at_12_07_2024_14_02_[Changes]" date="1720785745808" recycled="true" deleted="true">
2
- <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02_[Changes]/shelved.patch" />
3
- <option name="DESCRIPTION" value="Uncommitted changes before Update at 12 07 2024 14:02 [Changes]" />
4
- </changelist>
package/style/index.css DELETED
@@ -1,7 +0,0 @@
1
- /**
2
- * @noinspection
3
- * PHPStorm complains about unset css vars in rendered css. This is irritating and can be suppressed.
4
- */
5
- @tailwind base;
6
- @tailwind components;
7
- @tailwind utilities;