@myissue/vue-website-page-builder 3.3.70 → 3.3.71

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.3.70",
3
+ "version": "3.3.71",
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",
@@ -713,19 +713,6 @@ onMounted(async () => {
713
713
  getPageBuilderConfig.userSettings.language
714
714
  "
715
715
  >
716
- <div
717
- class="pbx-py-4 pbx-px4 pbx-rounded-xl pbx-border pbx-border-gray-400 pbx-bg-red-100 pbx-m-4 pbx-min-w-72 pbx-max-w-4pbx-min-w-72 pbx-w-max"
718
- >
719
- <p class="pbx-myPrimaryParagraph py-2">
720
- Default: {{ getPageBuilderConfig.userSettings.language.default }}
721
- </p>
722
- <p class="pbx-myPrimaryParagraph py-2">
723
- Disabled languages: {{ getPageBuilderConfig.userSettings.language.disable }}
724
- </p>
725
- <p class="pbx-myPrimaryParagraph py-2">
726
- Available languages: {{ JSON.stringify(pageBuilderService.availableLanguage()) }}
727
- </p>
728
- </div>
729
716
  </template>
730
717
  <template v-if="showCloseButton">
731
718
  <div class="pbx-ml-2">
@@ -742,12 +729,6 @@ onMounted(async () => {
742
729
  </button>
743
730
  </div>
744
731
  </template>
745
- <div>
746
- <p class="pbx-myPrimaryParagraph py-2">Current language: {{ getCurrentLanguage }}</p>
747
- </div>
748
- <div>
749
- <p class="pbx-myPrimaryParagraph py-2">my dropdown select a laungage</p>
750
- </div>
751
732
 
752
733
  <!-- Close & Publish buttons end -->
753
734
  </div>