@myissue/vue-website-page-builder 3.3.24 → 3.3.26

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.24",
3
+ "version": "3.3.26",
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",
@@ -560,8 +560,6 @@ export class PageBuilderService {
560
560
  if (currentCSS && !userSelectedFontSize) {
561
561
  this.pageBuilderStateStore.setFontDesktop(currentCSS)
562
562
  }
563
-
564
- return currentCSS
565
563
  }
566
564
 
567
565
  #applyHelperCSSToElements(element: HTMLElement): void {
package/src/css/app.css CHANGED
@@ -358,14 +358,6 @@
358
358
  }
359
359
  }
360
360
 
361
- /* p {
362
- @apply pbx-font-normal lg:pbx-text-base pbx-text-base;
363
- } */
364
-
365
- a {
366
- @apply pbx-text-myPrimaryLinkColor;
367
- }
368
-
369
361
  /* CSS for content inside page builder # start */
370
362
  #page-builder-editor .tiptap {
371
363
  outline: none !important;