@myissue/vue-website-page-builder 3.4.13 → 3.4.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myissue/vue-website-page-builder",
3
- "version": "3.4.13",
3
+ "version": "3.4.15",
4
4
  "description": "Vue 3 page builder component with drag & drop functionality.",
5
5
  "type": "module",
6
6
  "main": "./dist/vue-website-page-builder.umd.cjs",
@@ -4,7 +4,7 @@
4
4
  :class="{ '': expanded }"
5
5
  >
6
6
  <div
7
- class="pbx-flex pbx-flex-row pbx-justify-between pbx-items-center pbx-pl-3 pbx-pr-3 pbx-py-5 pbx-cursor-pointer pbx-duration-200 pbx-bg-white hover:pbx-bg-myPrimaryLightGrayColor"
7
+ class="pbx-flex pbx-flex-row pbx-justify-between pbx-items-center pbx-pl-3 pbx-pr-3 pbx-py-5 pbx-cursor-pointer pbx-duration-200 pbx-bg-white hover:pbx-bg-myPrimaryLightGrayColor pbx-select-none"
8
8
  @click="expanded = !expanded"
9
9
  >
10
10
  <p class="pbx-myPrimaryParagraph pbx-font-medium pbx-my-0 pbx-py-0">
package/src/css/style.css CHANGED
@@ -382,7 +382,8 @@
382
382
  pointer-events: none;
383
383
  }
384
384
 
385
- #pagebuilder #youtube-video::before {
385
+ /* Use #page-builder-wrapper ID in order for the "select video" button not to apear in production*/
386
+ #page-builder-wrapper #pagebuilder #youtube-video::before {
386
387
  content: 'Select Video Element';
387
388
  font-family: 'Jost';
388
389
  background: #16a34a !important;