vue2-bbl-editor 1.3.0 → 1.3.2

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.
@@ -2849,7 +2849,7 @@ if (typeof window !== 'undefined') {
2849
2849
  // Indicate to webpack that this file can be concatenated
2850
2850
  /* harmony default export */ var setPublicPath = (null);
2851
2851
 
2852
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PremiumBblEditor.vue?vue&type=template&id=373e0c3f&scoped=true
2852
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PremiumBblEditor.vue?vue&type=template&id=373e0c3f&scoped=true
2853
2853
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"premium-editor-container",class:[
2854
2854
  ("theme-" + _vm.theme),
2855
2855
  _vm.editorClass
@@ -13509,14 +13509,14 @@ function useEditor(props, emit) {
13509
13509
  blur: blur
13510
13510
  };
13511
13511
  }
13512
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ToolbarMain.vue?vue&type=template&id=7a96fd40
13512
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ToolbarMain.vue?vue&type=template&id=7a96fd40
13513
13513
  var ToolbarMainvue_type_template_id_7a96fd40_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"premium-toolbar-container"},[_c('div',{staticClass:"toolbar-main"},[_c('div',{staticClass:"toolbar-content"},[_c('ToolbarGroup',[_c('ToolbarButton',{attrs:{"disabled":!_vm.canUndo,"title":"Undo (Ctrl+Z)"},on:{"click":function($event){return _vm.executeCommand('undo')}}},[_c('Previous')],1),_c('ToolbarButton',{attrs:{"disabled":!_vm.canRedo,"title":"Redo (Ctrl+Y)"},on:{"click":function($event){return _vm.executeCommand('redo')}}},[_c('Next')],1)],1),_c('ToolbarGroup',[_c('HeadingDropdown',{staticClass:"margin-right-0",attrs:{"model-value":_vm.currentHeading},on:{"change":_vm.setHeading}}),_c('FontFamilyDropdown',{staticClass:"margin-right-0",attrs:{"model-value":_vm.currentFontFamily},on:{"change":_vm.setFontFamily}}),_c('FontSizeDropdown',{staticClass:"margin-right-0",attrs:{"model-value":_vm.currentFontSize},on:{"change":_vm.setFontSize}})],1),_c('ToolbarGroup',[_c('ToolbarButton',{attrs:{"active":_vm.isActive('bold'),"title":"Bold (Ctrl+B)"},on:{"click":function($event){return _vm.executeCommand('toggleBold')}}},[_c('strong',[_vm._v("B")])]),_c('ToolbarButton',{attrs:{"active":_vm.isActive('italic'),"title":"Italic (Ctrl+I)"},on:{"click":function($event){return _vm.executeCommand('toggleItalic')}}},[_c('em',[_vm._v("I")])]),_c('ToolbarButton',{attrs:{"active":_vm.isActive('underline'),"title":"Underline (Ctrl+U)"},on:{"click":function($event){return _vm.executeCommand('toggleUnderline')}}},[_c('u',[_vm._v("U")])]),_c('ToolbarButton',{attrs:{"active":_vm.isActive('strike'),"title":"Strikethrough"},on:{"click":function($event){return _vm.executeCommand('toggleStrike')}}},[_c('s',[_vm._v("S")])]),_c('ToolbarButton',{attrs:{"title":"Horizontal Rule"},on:{"click":function($event){return _vm.executeCommand('setHorizontalRule')}}},[_vm._v(" ― ")])],1),_c('ToolbarGroup',[_c('ColorPickerDropdown',{attrs:{"model-value":_vm.currentTextColor,"title":"Text Color"},on:{"change":_vm.setTextColor,"remove":_vm.removeTextColor}}),_c('HighlightPickerDropdown',{attrs:{"model-value":_vm.currentHighlightColor,"title":"Highlight Color"},on:{"change":_vm.setHighlight,"remove":_vm.removeHighlight}})],1),_c('ToolbarGroup',[_c('AlignmentDropdown',{attrs:{"model-value":_vm.currentAlignment},on:{"change":_vm.setAlignment}}),_c('LineHeightDropdown',{attrs:{"model-value":_vm.currentLineHeight},on:{"change":_vm.setLineHeight}}),_c('ListDropdown',{attrs:{"model-value":_vm.currentList},on:{"change":_vm.setList}}),_c('TableDropdown',{on:{"insert":_vm.handleTableInsert}})],1),_c('ToolbarGroup',[_c('ToolbarButton',{attrs:{"title":"Insert Link"},on:{"click":function($event){return _vm.$emit('insert-link')}}},[_c('Link')],1),_c('ToolbarButton',{attrs:{"title":"Insert Image"},on:{"click":function($event){return _vm.$emit('insert-image')}}},[_c('ImageSvg')],1),_c('ToolbarButton',{attrs:{"title":"Insert Video"},on:{"click":function($event){return _vm.$emit('insert-video')}}},[_c('Video')],1)],1),_c('ToolbarGroup',[_c('ToolbarButton',{attrs:{"active":_vm.isActive('blockquote'),"title":"Quote"},on:{"click":function($event){return _vm.executeCommand('toggleBlockquote')}}},[_c('Quote')],1),_c('ToolbarButton',{attrs:{"active":_vm.isActive('codeBlock'),"title":"Code Block"},on:{"click":function($event){return _vm.executeCommand('toggleCodeBlock')}}},[_c('CodeBlock')],1),_c('ToolbarButton',{attrs:{"title":"Clear Formatting"},on:{"click":function($event){return _vm.$emit('clear-formatting')}}},[_c('ClearFormatting')],1),_c('ToolbarButton',{attrs:{"active":_vm.sourceCodeMode,"title":"Source Code"},on:{"click":function($event){return _vm.$emit('toggle-source-code')}}},[_c('Code')],1)],1)],1)])])}
13514
13514
  var ToolbarMainvue_type_template_id_7a96fd40_staticRenderFns = []
13515
13515
 
13516
13516
 
13517
13517
  // CONCATENATED MODULE: ./src/components/Toolbar/ToolbarMain.vue?vue&type=template&id=7a96fd40
13518
13518
 
13519
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ToolbarGroup.vue?vue&type=template&id=442c8136
13519
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ToolbarGroup.vue?vue&type=template&id=442c8136
13520
13520
  var ToolbarGroupvue_type_template_id_442c8136_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"bbl-toolbar-group"},[_vm._t("default")],2)}
13521
13521
  var ToolbarGroupvue_type_template_id_442c8136_staticRenderFns = []
13522
13522
 
@@ -13654,7 +13654,7 @@ var component = normalizeComponent(
13654
13654
  )
13655
13655
 
13656
13656
  /* harmony default export */ var ToolbarGroup = (component.exports);
13657
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ToolbarButton.vue?vue&type=template&id=049b1133&scoped=true
13657
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ToolbarButton.vue?vue&type=template&id=049b1133&scoped=true
13658
13658
  var ToolbarButtonvue_type_template_id_049b1133_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',{class:['toolbar-btn', { active: _vm.active }],attrs:{"title":_vm.title,"disabled":_vm.disabled},on:{"click":function($event){return _vm.$emit('click')}}},[_vm._t("default")],2)}
13659
13659
  var ToolbarButtonvue_type_template_id_049b1133_scoped_true_staticRenderFns = []
13660
13660
 
@@ -13718,7 +13718,7 @@ var ToolbarButton_component = normalizeComponent(
13718
13718
  )
13719
13719
 
13720
13720
  /* harmony default export */ var ToolbarButton = (ToolbarButton_component.exports);
13721
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/HeadingDropdown.vue?vue&type=template&id=316569f8&scoped=true
13721
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/HeadingDropdown.vue?vue&type=template&id=316569f8&scoped=true
13722
13722
  var HeadingDropdownvue_type_template_id_316569f8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"heading-dropdown"},[_c('button',{staticClass:"heading-bbl-dropdown-trigger",class:{ 'is-open': _vm.isOpen },on:{"click":_vm.toggleDropdown}},[_c('span',{staticClass:"heading-preview",class:("preview-" + _vm.currentValue)},[_vm._v(" "+_vm._s(_vm.currentLabel)+" ")]),_c('svg',{staticClass:"dropdown-icon",class:{ 'rotate': _vm.isOpen },attrs:{"width":"12","height":"12","viewBox":"0 0 12 12","fill":"none"}},[_c('path',{attrs:{"d":"M2.5 4.5L6 8L9.5 4.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('transition',{attrs:{"name":"dropdown-fade"}},[(_vm.isOpen)?_c('div',{staticClass:"heading-bbl-dropdown-menu"},[_c('div',{staticClass:"bbl-dropdown-menu-inner"},_vm._l((_vm.options),function(option){return _c('button',{key:option.value,staticClass:"heading-option",class:{ 'is-active': _vm.currentValue === option.value },on:{"click":function($event){return _vm.selectOption(option)}}},[_c('span',{staticClass:"option-preview",class:("preview-" + (option.value))},[_vm._v(" "+_vm._s(option.label)+" ")]),(_vm.currentValue === option.value)?_c('svg',{staticClass:"check-icon",attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none"}},[_c('path',{attrs:{"d":"M13.5 4L6 11.5L2.5 8","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]):_vm._e()])}),0)]):_vm._e()])],1)}
13723
13723
  var HeadingDropdownvue_type_template_id_316569f8_scoped_true_staticRenderFns = []
13724
13724
 
@@ -13865,7 +13865,7 @@ var HeadingDropdown_component = normalizeComponent(
13865
13865
  )
13866
13866
 
13867
13867
  /* harmony default export */ var HeadingDropdown = (HeadingDropdown_component.exports);
13868
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/FontFamilyDropdown.vue?vue&type=template&id=63c4f28f&scoped=true
13868
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/FontFamilyDropdown.vue?vue&type=template&id=63c4f28f&scoped=true
13869
13869
  var FontFamilyDropdownvue_type_template_id_63c4f28f_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"font-dropdown"},[_c('button',{staticClass:"font-bbl-dropdown-trigger",class:{ 'is-open': _vm.isOpen },on:{"click":_vm.toggleDropdown}},[_c('span',{staticClass:"font-preview",style:({ fontFamily: _vm.currentValue || 'inherit' })},[_vm._v(" "+_vm._s(_vm.currentLabel)+" ")]),_c('svg',{staticClass:"dropdown-icon",class:{ 'rotate': _vm.isOpen },attrs:{"width":"12","height":"12","viewBox":"0 0 12 12","fill":"none"}},[_c('path',{attrs:{"d":"M2.5 4.5L6 8L9.5 4.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('transition',{attrs:{"name":"dropdown-fade"}},[(_vm.isOpen)?_c('div',{staticClass:"font-bbl-dropdown-menu"},[_c('div',{staticClass:"bbl-dropdown-search"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.searchQuery),expression:"searchQuery"}],staticClass:"bbl-search-input",attrs:{"type":"text","placeholder":"Search fonts..."},domProps:{"value":(_vm.searchQuery)},on:{"click":function($event){$event.stopPropagation();},"input":function($event){if($event.target.composing){ return; }_vm.searchQuery=$event.target.value}}})]),_c('div',{staticClass:"bbl-dropdown-menu-inner"},[_vm._l((_vm.filteredOptions),function(option){return _c('button',{key:option.value,staticClass:"font-option",class:{ 'is-active': _vm.currentValue === option.value },on:{"click":function($event){return _vm.selectOption(option)}}},[_c('span',{staticClass:"option-preview",style:({ fontFamily: option.value || 'inherit' })},[_vm._v(" "+_vm._s(option.label)+" ")]),(_vm.currentValue === option.value)?_c('svg',{staticClass:"check-icon",attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none"}},[_c('path',{attrs:{"d":"M13.5 4L6 11.5L2.5 8","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]):_vm._e()])}),(_vm.filteredOptions.length === 0)?_c('div',{staticClass:"no-results"},[_vm._v(" No fonts found ")]):_vm._e()],2)]):_vm._e()])],1)}
13870
13870
  var FontFamilyDropdownvue_type_template_id_63c4f28f_scoped_true_staticRenderFns = []
13871
13871
 
@@ -14144,7 +14144,7 @@ var FontFamilyDropdown_component = normalizeComponent(
14144
14144
  )
14145
14145
 
14146
14146
  /* harmony default export */ var FontFamilyDropdown = (FontFamilyDropdown_component.exports);
14147
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/FontSizeDropdown.vue?vue&type=template&id=48e8063c&scoped=true
14147
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/FontSizeDropdown.vue?vue&type=template&id=48e8063c&scoped=true
14148
14148
  var FontSizeDropdownvue_type_template_id_48e8063c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"fontsize-dropdown"},[_c('button',{staticClass:"fontsize-bbl-dropdown-trigger",class:{ 'is-open': _vm.isOpen },on:{"click":_vm.toggleDropdown}},[_c('span',{staticClass:"fontsize-preview"},[_vm._v(" "+_vm._s(_vm.currentLabel)+" ")]),_c('svg',{staticClass:"dropdown-icon",class:{ 'rotate': _vm.isOpen },attrs:{"width":"12","height":"12","viewBox":"0 0 12 12","fill":"none"}},[_c('path',{attrs:{"d":"M2.5 4.5L6 8L9.5 4.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('transition',{attrs:{"name":"dropdown-fade"}},[(_vm.isOpen)?_c('div',{staticClass:"fontsize-bbl-dropdown-menu"},[_c('div',{staticClass:"bbl-dropdown-menu-inner"},_vm._l((_vm.options),function(option){return _c('button',{key:option.value,staticClass:"fontsize-option",class:{ 'is-active': _vm.currentValue === option.value },on:{"click":function($event){return _vm.selectOption(option)}}},[_c('span',{staticClass:"option-label"},[_vm._v(_vm._s(option.label))]),_c('span',{staticClass:"option-preview",style:({ fontSize: option.previewSize })},[_vm._v(" Aa ")]),(_vm.currentValue === option.value)?_c('svg',{staticClass:"check-icon",attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none"}},[_c('path',{attrs:{"d":"M13.5 4L6 11.5L2.5 8","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]):_vm._e()])}),0)]):_vm._e()])],1)}
14149
14149
  var FontSizeDropdownvue_type_template_id_48e8063c_scoped_true_staticRenderFns = []
14150
14150
 
@@ -14359,7 +14359,7 @@ var FontSizeDropdown_component = normalizeComponent(
14359
14359
  )
14360
14360
 
14361
14361
  /* harmony default export */ var FontSizeDropdown = (FontSizeDropdown_component.exports);
14362
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/LineHeightDropdown.vue?vue&type=template&id=2f569a71&scoped=true
14362
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/LineHeightDropdown.vue?vue&type=template&id=2f569a71&scoped=true
14363
14363
  var LineHeightDropdownvue_type_template_id_2f569a71_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"lineheight-dropdown"},[_c('button',{staticClass:"lineheight-bbl-dropdown-trigger",class:{ 'is-open': _vm.isOpen },attrs:{"title":"Line Height"},on:{"click":_vm.toggleDropdown}},[_c('svg',{attrs:{"width":"20","height":"20","viewBox":"0 0 20 20","aria-hidden":"true"}},[_c('path',{attrs:{"d":"m17.975 15.279.779-.779.707.707-2.265 2.265-2.193-2.265.707-.707.765.765V4.825q0-.063.002-.123l-.77.77L15 4.765 17.196 2.5l2.265 2.265-.707.707-.782-.782q.003.065.003.135zM1 15.75c0 .414.273.75.61.75h8.067a.56.56 0 0 0 .43-.22.85.85 0 0 0 .18-.53.85.85 0 0 0-.18-.53.56.56 0 0 0-.43-.22H1.609a.56.56 0 0 0-.43.22.85.85 0 0 0-.179.53m0-12c0 .414.273.75.61.75h11.78a.56.56 0 0 0 .431-.22.85.85 0 0 0 .179-.53.85.85 0 0 0-.178-.53.56.56 0 0 0-.431-.22H1.609a.56.56 0 0 0-.43.22.85.85 0 0 0-.179.53m0 4c0 .414.273.75.61.75h11.78a.56.56 0 0 0 .431-.22.85.85 0 0 0 .179-.53.85.85 0 0 0-.178-.53.56.56 0 0 0-.431-.22H1.609a.56.56 0 0 0-.43.22.85.85 0 0 0-.179.53m0 4c0 .414.273.75.61.75h11.78a.56.56 0 0 0 .431-.22.85.85 0 0 0 .179-.53.85.85 0 0 0-.178-.53.56.56 0 0 0-.431-.22H1.609a.56.56 0 0 0-.43.22.85.85 0 0 0-.179.53"}})]),_c('svg',{staticClass:"dropdown-icon",class:{ 'rotate': _vm.isOpen },attrs:{"width":"12","height":"12","viewBox":"0 0 12 12","fill":"none"}},[_c('path',{attrs:{"d":"M2.5 4.5L6 8L9.5 4.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('transition',{attrs:{"name":"dropdown-fade"}},[(_vm.isOpen)?_c('div',{staticClass:"lineheight-bbl-dropdown-menu"},[_c('div',{staticClass:"bbl-dropdown-menu-inner"},_vm._l((_vm.options),function(option){return _c('button',{key:option.value,staticClass:"lineheight-option",class:{ 'is-active': _vm.currentValue === option.value },on:{"click":function($event){return _vm.selectOption(option)}}},[_c('span',{staticClass:"option-label"},[_vm._v(_vm._s(option.label))]),_c('span',{staticClass:"option-description"},[_vm._v(_vm._s(option.description))]),(_vm.currentValue === option.value)?_c('svg',{staticClass:"check-icon",attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none"}},[_c('path',{attrs:{"d":"M13.5 4L6 11.5L2.5 8","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]):_vm._e()])}),0)]):_vm._e()])],1)}
14364
14364
  var LineHeightDropdownvue_type_template_id_2f569a71_scoped_true_staticRenderFns = []
14365
14365
 
@@ -14506,14 +14506,14 @@ var LineHeightDropdown_component = normalizeComponent(
14506
14506
  )
14507
14507
 
14508
14508
  /* harmony default export */ var LineHeightDropdown = (LineHeightDropdown_component.exports);
14509
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/AlignmentDropdown.vue?vue&type=template&id=5acb8492&scoped=true
14509
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/AlignmentDropdown.vue?vue&type=template&id=5acb8492&scoped=true
14510
14510
  var AlignmentDropdownvue_type_template_id_5acb8492_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"alignment-dropdown"},[_c('button',{staticClass:"alignment-bbl-dropdown-trigger",class:{ 'is-open': _vm.isOpen },attrs:{"title":"Text Alignment"},on:{"click":_vm.toggleDropdown}},[_c(_vm.currentIcon,{tag:"component"}),_c('svg',{staticClass:"dropdown-icon",class:{ 'rotate': _vm.isOpen },attrs:{"width":"12","height":"12","viewBox":"0 0 12 12","fill":"none"}},[_c('path',{attrs:{"d":"M2.5 4.5L6 8L9.5 4.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])],1),_c('transition',{attrs:{"name":"dropdown-fade"}},[(_vm.isOpen)?_c('div',{staticClass:"alignment-bbl-dropdown-menu"},[_c('div',{staticClass:"bbl-dropdown-menu-inner"},_vm._l((_vm.options),function(option){return _c('button',{key:option.value,staticClass:"alignment-option",class:{ 'is-active': _vm.currentValue === option.value },on:{"click":function($event){return _vm.selectOption(option)}}},[_c(option.icon,{tag:"component",staticClass:"option-icon"}),_c('span',{staticClass:"option-label"},[_vm._v(_vm._s(option.label))]),(_vm.currentValue === option.value)?_c('svg',{staticClass:"check-icon",attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none"}},[_c('path',{attrs:{"d":"M13.5 4L6 11.5L2.5 8","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]):_vm._e()],1)}),0)]):_vm._e()])],1)}
14511
14511
  var AlignmentDropdownvue_type_template_id_5acb8492_scoped_true_staticRenderFns = []
14512
14512
 
14513
14513
 
14514
14514
  // CONCATENATED MODULE: ./src/components/Toolbar/AlignmentDropdown.vue?vue&type=template&id=5acb8492&scoped=true
14515
14515
 
14516
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/LeftAlign.vue?vue&type=template&id=3c666a24
14516
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/LeftAlign.vue?vue&type=template&id=3c666a24
14517
14517
  var LeftAlignvue_type_template_id_3c666a24_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"d":"M5 5h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm0 4h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm0 8h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Zm0-4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Z","fill-rule":"evenodd"}})])}
14518
14518
  var LeftAlignvue_type_template_id_3c666a24_staticRenderFns = []
14519
14519
 
@@ -14539,7 +14539,7 @@ var LeftAlign_component = normalizeComponent(
14539
14539
  )
14540
14540
 
14541
14541
  /* harmony default export */ var LeftAlign = (LeftAlign_component.exports);
14542
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/RightAlign.vue?vue&type=template&id=ce707032
14542
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/RightAlign.vue?vue&type=template&id=ce707032
14543
14543
  var RightAlignvue_type_template_id_ce707032_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"d":"M5 5h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm6 4h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0 8h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm-6-4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Z","fill-rule":"evenodd"}})])}
14544
14544
  var RightAlignvue_type_template_id_ce707032_staticRenderFns = []
14545
14545
 
@@ -14586,7 +14586,7 @@ var RightAlign_component = normalizeComponent(
14586
14586
  )
14587
14587
 
14588
14588
  /* harmony default export */ var RightAlign = (RightAlign_component.exports);
14589
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CenterAlign.vue?vue&type=template&id=089b81ff
14589
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CenterAlign.vue?vue&type=template&id=089b81ff
14590
14590
  var CenterAlignvue_type_template_id_089b81ff_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"d":"M5 5h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm3 4h8c.6 0 1 .4 1 1s-.4 1-1 1H8a1 1 0 1 1 0-2Zm0 8h8c.6 0 1 .4 1 1s-.4 1-1 1H8a1 1 0 0 1 0-2Zm-3-4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Z","fill-rule":"evenodd"}})])}
14591
14591
  var CenterAlignvue_type_template_id_089b81ff_staticRenderFns = []
14592
14592
 
@@ -14612,7 +14612,7 @@ var CenterAlign_component = normalizeComponent(
14612
14612
  )
14613
14613
 
14614
14614
  /* harmony default export */ var CenterAlign = (CenterAlign_component.exports);
14615
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/JustifyAlign.vue?vue&type=template&id=052cc9e0
14615
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/JustifyAlign.vue?vue&type=template&id=052cc9e0
14616
14616
  var JustifyAlignvue_type_template_id_052cc9e0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"d":"M5 5h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm0 4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm0 4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Zm0 4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Z","fill-rule":"evenodd"}})])}
14617
14617
  var JustifyAlignvue_type_template_id_052cc9e0_staticRenderFns = []
14618
14618
 
@@ -14638,7 +14638,7 @@ var JustifyAlign_component = normalizeComponent(
14638
14638
  )
14639
14639
 
14640
14640
  /* harmony default export */ var JustifyAlign = (JustifyAlign_component.exports);
14641
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BlockDisplay.vue?vue&type=template&id=344115c8
14641
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BlockDisplay.vue?vue&type=template&id=344115c8
14642
14642
  var BlockDisplayvue_type_template_id_344115c8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"3","y":"3","width":"18","height":"18","rx":"2"}})])}
14643
14643
  var BlockDisplayvue_type_template_id_344115c8_staticRenderFns = []
14644
14644
 
@@ -14678,7 +14678,7 @@ var BlockDisplay_component = normalizeComponent(
14678
14678
  )
14679
14679
 
14680
14680
  /* harmony default export */ var BlockDisplay = (BlockDisplay_component.exports);
14681
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/InlineDisplay.vue?vue&type=template&id=7e2b80e8
14681
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/InlineDisplay.vue?vue&type=template&id=7e2b80e8
14682
14682
  var InlineDisplayvue_type_template_id_7e2b80e8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"3","y":"9","width":"18","height":"6","rx":"1"}})])}
14683
14683
  var InlineDisplayvue_type_template_id_7e2b80e8_staticRenderFns = []
14684
14684
 
@@ -14718,7 +14718,7 @@ var InlineDisplay_component = normalizeComponent(
14718
14718
  )
14719
14719
 
14720
14720
  /* harmony default export */ var InlineDisplay = (InlineDisplay_component.exports);
14721
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CaptionTop.vue?vue&type=template&id=09e2938c
14721
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CaptionTop.vue?vue&type=template&id=09e2938c
14722
14722
  var CaptionTopvue_type_template_id_09e2938c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"3","y":"8","width":"18","height":"13","rx":"2"}}),_c('line',{attrs:{"x1":"3","y1":"5","x2":"21","y2":"5"}})])}
14723
14723
  var CaptionTopvue_type_template_id_09e2938c_staticRenderFns = []
14724
14724
 
@@ -14769,7 +14769,7 @@ var CaptionTop_component = normalizeComponent(
14769
14769
  )
14770
14770
 
14771
14771
  /* harmony default export */ var CaptionTop = (CaptionTop_component.exports);
14772
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CaptionBottom.vue?vue&type=template&id=1b652be2
14772
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CaptionBottom.vue?vue&type=template&id=1b652be2
14773
14773
  var CaptionBottomvue_type_template_id_1b652be2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"3","y":"3","width":"18","height":"13","rx":"2"}}),_c('line',{attrs:{"x1":"3","y1":"19","x2":"21","y2":"19"}})])}
14774
14774
  var CaptionBottomvue_type_template_id_1b652be2_staticRenderFns = []
14775
14775
 
@@ -14820,7 +14820,7 @@ var CaptionBottom_component = normalizeComponent(
14820
14820
  )
14821
14821
 
14822
14822
  /* harmony default export */ var CaptionBottom = (CaptionBottom_component.exports);
14823
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/NoCaption.vue?vue&type=template&id=5fb31a54
14823
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/NoCaption.vue?vue&type=template&id=5fb31a54
14824
14824
  var NoCaptionvue_type_template_id_5fb31a54_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"3","y":"3","width":"18","height":"18","rx":"2"}}),_c('line',{attrs:{"x1":"3","y1":"3","x2":"21","y2":"21"}})])}
14825
14825
  var NoCaptionvue_type_template_id_5fb31a54_staticRenderFns = []
14826
14826
 
@@ -14871,7 +14871,7 @@ var NoCaption_component = normalizeComponent(
14871
14871
  )
14872
14872
 
14873
14873
  /* harmony default export */ var NoCaption = (NoCaption_component.exports);
14874
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Delete.vue?vue&type=template&id=6adddb4a
14874
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Delete.vue?vue&type=template&id=6adddb4a
14875
14875
  var Deletevue_type_template_id_6adddb4a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('polyline',{attrs:{"points":"3 6 5 6 21 6"}}),_c('path',{attrs:{"d":"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}}),_c('line',{attrs:{"x1":"10","y1":"11","x2":"10","y2":"17"}}),_c('line',{attrs:{"x1":"14","y1":"11","x2":"14","y2":"17"}})])}
14876
14876
  var Deletevue_type_template_id_6adddb4a_staticRenderFns = []
14877
14877
 
@@ -14914,7 +14914,7 @@ var Delete_component = normalizeComponent(
14914
14914
  )
14915
14915
 
14916
14916
  /* harmony default export */ var Delete = (Delete_component.exports);
14917
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/SpacingSmall.vue?vue&type=template&id=9241b13e
14917
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/SpacingSmall.vue?vue&type=template&id=9241b13e
14918
14918
  var SpacingSmallvue_type_template_id_9241b13e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"8","y":"4","width":"8","height":"16","rx":"1"}}),_c('line',{attrs:{"x1":"4","y1":"4","x2":"4","y2":"20"}}),_c('line',{attrs:{"x1":"20","y1":"4","x2":"20","y2":"20"}})])}
14919
14919
  var SpacingSmallvue_type_template_id_9241b13e_staticRenderFns = []
14920
14920
 
@@ -14966,7 +14966,7 @@ var SpacingSmall_component = normalizeComponent(
14966
14966
  )
14967
14967
 
14968
14968
  /* harmony default export */ var SpacingSmall = (SpacingSmall_component.exports);
14969
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/SpacingMedium.vue?vue&type=template&id=4033afe8
14969
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/SpacingMedium.vue?vue&type=template&id=4033afe8
14970
14970
  var SpacingMediumvue_type_template_id_4033afe8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"10","y":"4","width":"4","height":"16","rx":"1"}}),_c('line',{attrs:{"x1":"4","y1":"4","x2":"4","y2":"20"}}),_c('line',{attrs:{"x1":"20","y1":"4","x2":"20","y2":"20"}})])}
14971
14971
  var SpacingMediumvue_type_template_id_4033afe8_staticRenderFns = []
14972
14972
 
@@ -15018,7 +15018,7 @@ var SpacingMedium_component = normalizeComponent(
15018
15018
  )
15019
15019
 
15020
15020
  /* harmony default export */ var SpacingMedium = (SpacingMedium_component.exports);
15021
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/SpacingLarge.vue?vue&type=template&id=5206385d
15021
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/SpacingLarge.vue?vue&type=template&id=5206385d
15022
15022
  var SpacingLargevue_type_template_id_5206385d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"11","y":"4","width":"2","height":"16","rx":"1"}}),_c('line',{attrs:{"x1":"4","y1":"4","x2":"4","y2":"20"}}),_c('line',{attrs:{"x1":"20","y1":"4","x2":"20","y2":"20"}})])}
15023
15023
  var SpacingLargevue_type_template_id_5206385d_staticRenderFns = []
15024
15024
 
@@ -15070,7 +15070,7 @@ var SpacingLarge_component = normalizeComponent(
15070
15070
  )
15071
15071
 
15072
15072
  /* harmony default export */ var SpacingLarge = (SpacingLarge_component.exports);
15073
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/NumberList.vue?vue&type=template&id=8075ee8c
15073
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/NumberList.vue?vue&type=template&id=8075ee8c
15074
15074
  var NumberListvue_type_template_id_8075ee8c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","focusable":"false"}},[_c('path',{attrs:{"d":"M10 17h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 1 1 0-2ZM6 4v3.5c0 .3-.2.5-.5.5a.5.5 0 0 1-.5-.5V5h-.5a.5.5 0 0 1 0-1H6Zm-1 8.8.2.2h1.3c.3 0 .5.2.5.5s-.2.5-.5.5H4.9a1 1 0 0 1-.9-1V13c0-.4.3-.8.6-1l1.2-.4.2-.3a.2.2 0 0 0-.2-.2H4.5a.5.5 0 0 1-.5-.5c0-.3.2-.5.5-.5h1.6c.5 0 .9.4.9 1v.1c0 .4-.3.8-.6 1l-1.2.4-.2.3ZM7 17v2c0 .6-.4 1-1 1H4.5a.5.5 0 0 1 0-1h1.2c.2 0 .3-.1.3-.3 0-.2-.1-.3-.3-.3H4.4a.4.4 0 1 1 0-.8h1.3c.2 0 .3-.1.3-.3 0-.2-.1-.3-.3-.3H4.5a.5.5 0 1 1 0-1H6c.6 0 1 .4 1 1Z","fill-rule":"evenodd"}})])}
15075
15075
  var NumberListvue_type_template_id_8075ee8c_staticRenderFns = []
15076
15076
 
@@ -15096,7 +15096,7 @@ var NumberList_component = normalizeComponent(
15096
15096
  )
15097
15097
 
15098
15098
  /* harmony default export */ var NumberList = (NumberList_component.exports);
15099
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BulletList.vue?vue&type=template&id=354cb12d
15099
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BulletList.vue?vue&type=template&id=354cb12d
15100
15100
  var BulletListvue_type_template_id_354cb12d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","focusable":"false"}},[_c('path',{attrs:{"d":"M11 5h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0 6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0 6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2ZM4.5 6c0-.4.1-.8.4-1 .3-.4.7-.5 1.1-.5.4 0 .8.1 1 .4.4.3.5.7.5 1.1 0 .4-.1.8-.4 1-.3.4-.7.5-1.1.5-.4 0-.8-.1-1-.4-.4-.3-.5-.7-.5-1.1Zm0 6c0-.4.1-.8.4-1 .3-.4.7-.5 1.1-.5.4 0 .8.1 1 .4.4.3.5.7.5 1.1 0 .4-.1.8-.4 1-.3.4-.7.5-1.1.5-.4 0-.8-.1-1-.4-.4-.3-.5-.7-.5-1.1Zm0 6c0-.4.1-.8.4-1 .3-.4.7-.5 1.1-.5.4 0 .8.1 1 .4.4.3.5.7.5 1.1 0 .4-.1.8-.4 1-.3.4-.7.5-1.1.5-.4 0-.8-.1-1-.4-.4-.3-.5-.7-.5-1.1Z","fill-rule":"evenodd"}})])}
15101
15101
  var BulletListvue_type_template_id_354cb12d_staticRenderFns = []
15102
15102
 
@@ -15122,7 +15122,7 @@ var BulletList_component = normalizeComponent(
15122
15122
  )
15123
15123
 
15124
15124
  /* harmony default export */ var BulletList = (BulletList_component.exports);
15125
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BoxList.vue?vue&type=template&id=0cf7acda
15125
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BoxList.vue?vue&type=template&id=0cf7acda
15126
15126
  var BoxListvue_type_template_id_0cf7acda_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"26","height":"26","viewBox":"0 0 48 48"}},[_c('path',{attrs:{"d":"M8 21h6v6H8zm0 10h6v6H8zm0-20h6v6H8z"}}),_c('path',{attrs:{"d":"M18 12h22v4H18zm0 10h22v4H18zm0 10h22v4H18z","opacity":".5"}})])}
15127
15127
  var BoxListvue_type_template_id_0cf7acda_staticRenderFns = []
15128
15128
 
@@ -15148,7 +15148,7 @@ var BoxList_component = normalizeComponent(
15148
15148
  )
15149
15149
 
15150
15150
  /* harmony default export */ var BoxList = (BoxList_component.exports);
15151
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Link.vue?vue&type=template&id=b2388e5e
15151
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Link.vue?vue&type=template&id=b2388e5e
15152
15152
  var Linkvue_type_template_id_b2388e5e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","focusable":"false"}},[_c('path',{attrs:{"d":"M6.2 12.3a1 1 0 0 1 1.4 1.4l-2 2a2 2 0 1 0 2.6 2.8l4.8-4.8a1 1 0 0 0 0-1.4 1 1 0 1 1 1.4-1.3 2.9 2.9 0 0 1 0 4L9.6 20a3.9 3.9 0 0 1-5.5-5.5l2-2Zm11.6-.6a1 1 0 0 1-1.4-1.4l2-2a2 2 0 1 0-2.6-2.8L11 10.3a1 1 0 0 0 0 1.4A1 1 0 1 1 9.6 13a2.9 2.9 0 0 1 0-4L14.4 4a3.9 3.9 0 0 1 5.5 5.5l-2 2Z","fill-rule":"nonzero"}})])}
15153
15153
  var Linkvue_type_template_id_b2388e5e_staticRenderFns = []
15154
15154
 
@@ -15174,7 +15174,7 @@ var Link_component = normalizeComponent(
15174
15174
  )
15175
15175
 
15176
15176
  /* harmony default export */ var Link = (Link_component.exports);
15177
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/ImageSvg.vue?vue&type=template&id=5a7279cf
15177
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/ImageSvg.vue?vue&type=template&id=5a7279cf
15178
15178
  var ImageSvgvue_type_template_id_5a7279cf_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","focusable":"false"}},[_c('path',{attrs:{"d":"m5 15.7 3.3-3.2c.3-.3.7-.3 1 0L12 15l4.1-4c.3-.4.8-.4 1 0l2 1.9V5H5v10.7ZM5 18V19h3l2.8-2.9-2-2L5 17.9Zm14-3-2.5-2.4-6.4 6.5H19v-4ZM4 3h16c.6 0 1 .4 1 1v16c0 .6-.4 1-1 1H4a1 1 0 0 1-1-1V4c0-.6.4-1 1-1Zm6 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z","fill-rule":"nonzero"}})])}
15179
15179
  var ImageSvgvue_type_template_id_5a7279cf_staticRenderFns = []
15180
15180
 
@@ -15200,7 +15200,7 @@ var ImageSvg_component = normalizeComponent(
15200
15200
  )
15201
15201
 
15202
15202
  /* harmony default export */ var ImageSvg = (ImageSvg_component.exports);
15203
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Video.vue?vue&type=template&id=1f16cae3
15203
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Video.vue?vue&type=template&id=1f16cae3
15204
15204
  var Videovue_type_template_id_1f16cae3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","focusable":"false"}},[_c('path',{attrs:{"d":"M4 3h16c.6 0 1 .4 1 1v16c0 .6-.4 1-1 1H4a1 1 0 0 1-1-1V4c0-.6.4-1 1-1Zm1 2v14h14V5H5Zm4.8 2.6 5.6 4a.5.5 0 0 1 0 .8l-5.6 4A.5.5 0 0 1 9 16V8a.5.5 0 0 1 .8-.4Z","fill-rule":"nonzero"}})])}
15205
15205
  var Videovue_type_template_id_1f16cae3_staticRenderFns = []
15206
15206
 
@@ -15226,7 +15226,7 @@ var Video_component = normalizeComponent(
15226
15226
  )
15227
15227
 
15228
15228
  /* harmony default export */ var Video = (Video_component.exports);
15229
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Previous.vue?vue&type=template&id=46212820
15229
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Previous.vue?vue&type=template&id=46212820
15230
15230
  var Previousvue_type_template_id_46212820_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"20","height":"20","viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"d":"M6.4 8H12c3.7 0 6.2 2 6.8 5.1.6 2.7-.4 5.6-2.3 6.8a1 1 0 0 1-1-1.8c1.1-.6 1.8-2.7 1.4-4.6-.5-2.1-2.1-3.5-4.9-3.5H6.4l3.3 3.3a1 1 0 1 1-1.4 1.4l-5-5a1 1 0 0 1 0-1.4l5-5a1 1 0 0 1 1.4 1.4L6.4 8Z","fill-rule":"nonzero"}})])}
15231
15231
  var Previousvue_type_template_id_46212820_staticRenderFns = []
15232
15232
 
@@ -15252,7 +15252,7 @@ var Previous_component = normalizeComponent(
15252
15252
  )
15253
15253
 
15254
15254
  /* harmony default export */ var Previous = (Previous_component.exports);
15255
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Next.vue?vue&type=template&id=70b76d9a
15255
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Next.vue?vue&type=template&id=70b76d9a
15256
15256
  var Nextvue_type_template_id_70b76d9a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"20","height":"20","viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"d":"M17.6 10H12c-2.8 0-4.4 1.4-4.9 3.5-.4 2 .3 4 1.4 4.6a1 1 0 1 1-1 1.8c-2-1.2-2.9-4.1-2.3-6.8.6-3 3-5.1 6.8-5.1h5.6l-3.3-3.3a1 1 0 1 1 1.4-1.4l5 5a1 1 0 0 1 0 1.4l-5 5a1 1 0 0 1-1.4-1.4l3.3-3.3Z","fill-rule":"nonzero"}})])}
15257
15257
  var Nextvue_type_template_id_70b76d9a_staticRenderFns = []
15258
15258
 
@@ -15278,7 +15278,7 @@ var Next_component = normalizeComponent(
15278
15278
  )
15279
15279
 
15280
15280
  /* harmony default export */ var Next = (Next_component.exports);
15281
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Quote.vue?vue&type=template&id=5320fa72
15281
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Quote.vue?vue&type=template&id=5320fa72
15282
15282
  var Quotevue_type_template_id_5320fa72_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"viewBox":"0 0 20 20","aria-hidden":"true"}},[_c('path',{attrs:{"d":"M3 10.423a6.5 6.5 0 0 1 6.056-6.408l.038.67C6.448 5.423 5.354 7.663 5.22 10H9c.552 0 .5.432.5.986v4.511c0 .554-.448.503-1 .503h-5c-.552 0-.5-.449-.5-1.003zm8 0a6.5 6.5 0 0 1 6.056-6.408l.038.67c-2.646.739-3.74 2.979-3.873 5.315H17c.552 0 .5.432.5.986v4.511c0 .554-.448.503-1 .503h-5c-.552 0-.5-.449-.5-1.003z"}})])}
15283
15283
  var Quotevue_type_template_id_5320fa72_staticRenderFns = []
15284
15284
 
@@ -15304,7 +15304,7 @@ var Quote_component = normalizeComponent(
15304
15304
  )
15305
15305
 
15306
15306
  /* harmony default export */ var Quote = (Quote_component.exports);
15307
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Table.vue?vue&type=template&id=a054bc98
15307
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Table.vue?vue&type=template&id=a054bc98
15308
15308
  var Tablevue_type_template_id_a054bc98_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","focusable":"false"}},[_c('path',{attrs:{"fill-rule":"nonzero","d":"M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14ZM5 14v4h6v-4H5Zm14 0h-6v4h6v-4Zm0-6h-6v4h6V8ZM5 12h6V8H5v4Z"}})])}
15309
15309
  var Tablevue_type_template_id_a054bc98_staticRenderFns = []
15310
15310
 
@@ -15330,7 +15330,7 @@ var Table_component = normalizeComponent(
15330
15330
  )
15331
15331
 
15332
15332
  /* harmony default export */ var Table = (Table_component.exports);
15333
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Code.vue?vue&type=template&id=5d713e15
15333
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Code.vue?vue&type=template&id=5d713e15
15334
15334
  var Codevue_type_template_id_5d713e15_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"4","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('polyline',{attrs:{"points":"16 18 22 12 16 6"}}),_c('polyline',{attrs:{"points":"8 6 2 12 8 18"}})])}
15335
15335
  var Codevue_type_template_id_5d713e15_staticRenderFns = []
15336
15336
 
@@ -15371,7 +15371,7 @@ var Code_component = normalizeComponent(
15371
15371
  )
15372
15372
 
15373
15373
  /* harmony default export */ var Code = (Code_component.exports);
15374
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/AboveRow.vue?vue&type=template&id=715366d5
15374
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/AboveRow.vue?vue&type=template&id=715366d5
15375
15375
  var AboveRowvue_type_template_id_715366d5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"fill-rule":"nonzero","d":"M6 4a1 1 0 1 1 0 2H5v6h14V6h-1a1 1 0 0 1 0-2h2c.6 0 1 .4 1 1v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-.6.4-1 1-1h2Zm5 10H5v4h6v-4Zm8 0h-6v4h6v-4ZM12 3c.5 0 1 .4 1 .9V6h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 .1V8H9a1 1 0 0 1 0-2h2V4c0-.6.4-1 1-1Z","opacity":".8"}})])}
15376
15376
  var AboveRowvue_type_template_id_715366d5_staticRenderFns = []
15377
15377
 
@@ -15418,7 +15418,7 @@ var AboveRow_component = normalizeComponent(
15418
15418
  )
15419
15419
 
15420
15420
  /* harmony default export */ var AboveRow = (AboveRow_component.exports);
15421
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BelowRow.vue?vue&type=template&id=50cc770e
15421
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BelowRow.vue?vue&type=template&id=50cc770e
15422
15422
  var BelowRowvue_type_template_id_50cc770e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"fill-rule":"nonzero","d":"M12 13c.5 0 1 .4 1 .9V16h2a1 1 0 0 1 .1 2H13v2a1 1 0 0 1-2 .1V18H9a1 1 0 0 1-.1-2H11v-2c0-.6.4-1 1-1Zm6 7a1 1 0 0 1 0-2h1v-6H5v6h1a1 1 0 0 1 0 2H4a1 1 0 0 1-1-1V6c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v13c0 .5-.4 1-.9 1H18ZM11 6H5v4h6V6Zm8 0h-6v4h6V6Z","opacity":".8"}})])}
15423
15423
  var BelowRowvue_type_template_id_50cc770e_staticRenderFns = []
15424
15424
 
@@ -15444,7 +15444,7 @@ var BelowRow_component = normalizeComponent(
15444
15444
  )
15445
15445
 
15446
15446
  /* harmony default export */ var BelowRow = (BelowRow_component.exports);
15447
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/AboveColumn.vue?vue&type=template&id=d0159ba8
15447
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/AboveColumn.vue?vue&type=template&id=d0159ba8
15448
15448
  var AboveColumnvue_type_template_id_d0159ba8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"fill-rule":"nonzero","d":"M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 2 0v1h8V6H5v1a1 1 0 1 1-2 0V5c0-.6.4-1 1-1h15Zm0 9h-4v5h4v-5ZM8 8c.5 0 1 .4 1 .9V11h2a1 1 0 0 1 .1 2H9v2a1 1 0 0 1-2 .1V13H5a1 1 0 0 1-.1-2H7V9c0-.6.4-1 1-1Zm11-2h-4v5h4V6Z","opacity":".8"}})])}
15449
15449
  var AboveColumnvue_type_template_id_d0159ba8_staticRenderFns = []
15450
15450
 
@@ -15491,7 +15491,7 @@ var AboveColumn_component = normalizeComponent(
15491
15491
  )
15492
15492
 
15493
15493
  /* harmony default export */ var AboveColumn = (AboveColumn_component.exports);
15494
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BelowColumn.vue?vue&type=template&id=8a7709ea
15494
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/BelowColumn.vue?vue&type=template&id=8a7709ea
15495
15495
  var BelowColumnvue_type_template_id_8a7709ea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"fill-rule":"nonzero","d":"M20 4c.6 0 1 .4 1 1v2a1 1 0 0 1-2 0V6h-8v12h8v-1a1 1 0 0 1 2 0v2c0 .5-.4 1-.9 1H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h15ZM9 13H5v5h4v-5Zm7-5c.5 0 1 .4 1 .9V11h2a1 1 0 0 1 .1 2H17v2a1 1 0 0 1-2 .1V13h-2a1 1 0 0 1-.1-2H15V9c0-.6.4-1 1-1ZM9 6H5v5h4V6Z","opacity":".8"}})])}
15496
15496
  var BelowColumnvue_type_template_id_8a7709ea_staticRenderFns = []
15497
15497
 
@@ -15517,7 +15517,7 @@ var BelowColumn_component = normalizeComponent(
15517
15517
  )
15518
15518
 
15519
15519
  /* harmony default export */ var BelowColumn = (BelowColumn_component.exports);
15520
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/DeleteTable.vue?vue&type=template&id=5b503ed4
15520
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/DeleteTable.vue?vue&type=template&id=5b503ed4
15521
15521
  var DeleteTablevue_type_template_id_5b503ed4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","focusable":"false"}},[_c('path',{attrs:{"fill-rule":"nonzero","d":"M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm-4 4h-2V6h-2v2H9V6H5v12h4v-2h2v2h2v-2h2v2h4V6h-4v2Zm.3.5 1 1.2-3 2.3 3 2.3-1 1.2L12 13l-3.3 2.6-1-1.2 3-2.3-3-2.3 1-1.2L12 11l3.3-2.5Z","opacity":"0.8"}})])}
15522
15522
  var DeleteTablevue_type_template_id_5b503ed4_staticRenderFns = []
15523
15523
 
@@ -15543,7 +15543,7 @@ var DeleteTable_component = normalizeComponent(
15543
15543
  )
15544
15544
 
15545
15545
  /* harmony default export */ var DeleteTable = (DeleteTable_component.exports);
15546
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MoveLeft.vue?vue&type=template&id=19a31254
15546
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MoveLeft.vue?vue&type=template&id=19a31254
15547
15547
  var MoveLeftvue_type_template_id_19a31254_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('path',{attrs:{"d":"M19 12H5M12 19l-7-7 7-7"}})])}
15548
15548
  var MoveLeftvue_type_template_id_19a31254_staticRenderFns = []
15549
15549
 
@@ -15583,7 +15583,7 @@ var MoveLeft_component = normalizeComponent(
15583
15583
  )
15584
15584
 
15585
15585
  /* harmony default export */ var MoveLeft = (MoveLeft_component.exports);
15586
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MoveRight.vue?vue&type=template&id=dbfc3c58
15586
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MoveRight.vue?vue&type=template&id=dbfc3c58
15587
15587
  var MoveRightvue_type_template_id_dbfc3c58_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('path',{attrs:{"d":"M5 12h14M12 5l7 7-7 7"}})])}
15588
15588
  var MoveRightvue_type_template_id_dbfc3c58_staticRenderFns = []
15589
15589
 
@@ -15623,7 +15623,7 @@ var MoveRight_component = normalizeComponent(
15623
15623
  )
15624
15624
 
15625
15625
  /* harmony default export */ var MoveRight = (MoveRight_component.exports);
15626
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MoveUp.vue?vue&type=template&id=425b3b61
15626
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MoveUp.vue?vue&type=template&id=425b3b61
15627
15627
  var MoveUpvue_type_template_id_425b3b61_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('path',{attrs:{"d":"M12 19V5M5 12l7-7 7 7"}})])}
15628
15628
  var MoveUpvue_type_template_id_425b3b61_staticRenderFns = []
15629
15629
 
@@ -15663,7 +15663,7 @@ var MoveUp_component = normalizeComponent(
15663
15663
  )
15664
15664
 
15665
15665
  /* harmony default export */ var MoveUp = (MoveUp_component.exports);
15666
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MoveDown.vue?vue&type=template&id=82c8b536
15666
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MoveDown.vue?vue&type=template&id=82c8b536
15667
15667
  var MoveDownvue_type_template_id_82c8b536_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('path',{attrs:{"d":"M12 5v14M19 12l-7 7-7-7"}})])}
15668
15668
  var MoveDownvue_type_template_id_82c8b536_staticRenderFns = []
15669
15669
 
@@ -15703,7 +15703,7 @@ var MoveDown_component = normalizeComponent(
15703
15703
  )
15704
15704
 
15705
15705
  /* harmony default export */ var MoveDown = (MoveDown_component.exports);
15706
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Duplicate.vue?vue&type=template&id=6bcc6563
15706
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/Duplicate.vue?vue&type=template&id=6bcc6563
15707
15707
  var Duplicatevue_type_template_id_6bcc6563_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('rect',{attrs:{"x":"9","y":"9","width":"13","height":"13","rx":"2","ry":"2"}}),_c('path',{attrs:{"d":"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"}})])}
15708
15708
  var Duplicatevue_type_template_id_6bcc6563_staticRenderFns = []
15709
15709
 
@@ -15744,7 +15744,7 @@ var Duplicate_component = normalizeComponent(
15744
15744
  )
15745
15745
 
15746
15746
  /* harmony default export */ var Duplicate = (Duplicate_component.exports);
15747
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/ColorPalette.vue?vue&type=template&id=2349f352
15747
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/ColorPalette.vue?vue&type=template&id=2349f352
15748
15748
  var ColorPalettevue_type_template_id_2349f352_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16","viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('circle',{attrs:{"cx":"13.5","cy":"6.5","r":".5"}}),_c('circle',{attrs:{"cx":"17.5","cy":"10.5","r":".5"}}),_c('circle',{attrs:{"cx":"8.5","cy":"7.5","r":".5"}}),_c('circle',{attrs:{"cx":"6.5","cy":"12.5","r":".5"}}),_c('path',{attrs:{"d":"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z"}})])}
15749
15749
  var ColorPalettevue_type_template_id_2349f352_staticRenderFns = []
15750
15750
 
@@ -15788,7 +15788,7 @@ var ColorPalette_component = normalizeComponent(
15788
15788
  )
15789
15789
 
15790
15790
  /* harmony default export */ var ColorPalette = (ColorPalette_component.exports);
15791
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/ClearFormatting.vue?vue&type=template&id=844ba9de
15791
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/ClearFormatting.vue?vue&type=template&id=844ba9de
15792
15792
  var ClearFormattingvue_type_template_id_844ba9de_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"24","focusable":"false"}},[_c('path',{attrs:{"d":"M13.2 6a1 1 0 0 1 0 .2l-2.6 10a1 1 0 0 1-1 .8h-.2a.8.8 0 0 1-.8-1l2.6-10H8a1 1 0 1 1 0-2h9a1 1 0 0 1 0 2h-3.8ZM5 18h7a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Zm13 1.5L16.5 18 15 19.5a.7.7 0 0 1-1-1l1.5-1.5-1.5-1.5a.7.7 0 0 1 1-1l1.5 1.5 1.5-1.5a.7.7 0 0 1 1 1L17.5 17l1.5 1.5a.7.7 0 0 1-1 1Z","fill-rule":"evenodd"}})])}
15793
15793
  var ClearFormattingvue_type_template_id_844ba9de_staticRenderFns = []
15794
15794
 
@@ -15826,7 +15826,7 @@ var ClearFormatting_component = normalizeComponent(
15826
15826
  )
15827
15827
 
15828
15828
  /* harmony default export */ var ClearFormatting = (ClearFormatting_component.exports);
15829
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CodeBlock.vue?vue&type=template&id=77cf3f04
15829
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CodeBlock.vue?vue&type=template&id=77cf3f04
15830
15830
  var CodeBlockvue_type_template_id_77cf3f04_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":"24","height":"26","focusable":"false"}},[_c('path',{attrs:{"d":"M7.1 11a2.8 2.8 0 0 1-.8 2 2.8 2.8 0 0 1 .8 2v1.7c0 .3.1.6.4.8.2.3.5.4.8.4.3 0 .4.2.4.4v.8c0 .2-.1.4-.4.4-.7 0-1.4-.3-2-.8-.5-.6-.8-1.3-.8-2V15c0-.3-.1-.6-.4-.8-.2-.3-.5-.4-.8-.4a.4.4 0 0 1-.4-.4v-.8c0-.2.2-.4.4-.4.3 0 .6-.1.8-.4.3-.2.4-.5.4-.8V9.3c0-.7.3-1.4.8-2 .6-.5 1.3-.8 2-.8.3 0 .4.2.4.4v.8c0 .2-.1.4-.4.4-.3 0-.6.1-.8.4-.3.2-.4.5-.4.8V11Zm9.8 0V9.3c0-.3-.1-.6-.4-.8-.2-.3-.5-.4-.8-.4a.4.4 0 0 1-.4-.4V7c0-.2.1-.4.4-.4.7 0 1.4.3 2 .8.5.6.8 1.3.8 2V11c0 .3.1.6.4.8.2.3.5.4.8.4.2 0 .4.2.4.4v.8c0 .2-.2.4-.4.4-.3 0-.6.1-.8.4-.3.2-.4.5-.4.8v1.7c0 .7-.3 1.4-.8 2-.6.5-1.3.8-2 .8a.4.4 0 0 1-.4-.4v-.8c0-.2.1-.4.4-.4.3 0 .6-.1.8-.4.3-.2.4-.5.4-.8V15a2.8 2.8 0 0 1 .8-2 2.8 2.8 0 0 1-.8-2Zm-3.3-.4c0 .4-.1.8-.5 1.1-.3.3-.7.5-1.1.5-.4 0-.8-.2-1.1-.5-.4-.3-.5-.7-.5-1.1 0-.5.1-.9.5-1.2.3-.3.7-.4 1.1-.4.4 0 .8.1 1.1.4.4.3.5.7.5 1.2ZM12 13c.4 0 .8.1 1.1.5.4.3.5.7.5 1.1 0 1-.1 1.6-.5 2a3 3 0 0 1-1.1 1c-.4.3-.8.4-1.1.4a.5.5 0 0 1-.5-.5V17a3 3 0 0 0 1-.2l.6-.6c-.6 0-1-.2-1.3-.5-.2-.3-.3-.7-.3-1 0-.5.1-1 .5-1.2.3-.4.7-.5 1.1-.5Z","fill-rule":"evenodd"}})])}
15831
15831
  var CodeBlockvue_type_template_id_77cf3f04_staticRenderFns = []
15832
15832
 
@@ -15864,7 +15864,7 @@ var CodeBlock_component = normalizeComponent(
15864
15864
  )
15865
15865
 
15866
15866
  /* harmony default export */ var svg_CodeBlock = (CodeBlock_component.exports);
15867
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/RowIcon.vue?vue&type=template&id=55932e9a
15867
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/RowIcon.vue?vue&type=template&id=55932e9a
15868
15868
  var RowIconvue_type_template_id_55932e9a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 20 20","aria-hidden":"true"}},[_c('path',{attrs:{"d":"M2.5 1h15A1.5 1.5 0 0 1 19 2.5v15a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 1 17.5v-15A1.5 1.5 0 0 1 2.5 1M2 2v16h16V2z","opacity":".6"}}),_c('path',{attrs:{"d":"M18 7v1H2V7zm0 5v1H2v-1z","opacity":".6"}}),_c('path',{attrs:{"d":"M14 1v18a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1m-2 1H8v4h4zm0 6H8v4h4zm0 6H8v4h4z"}})])}
15869
15869
  var RowIconvue_type_template_id_55932e9a_staticRenderFns = []
15870
15870
 
@@ -15912,7 +15912,7 @@ var RowIcon_component = normalizeComponent(
15912
15912
  )
15913
15913
 
15914
15914
  /* harmony default export */ var RowIcon = (RowIcon_component.exports);
15915
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/ColumnIcon.vue?vue&type=template&id=befbca4e
15915
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/ColumnIcon.vue?vue&type=template&id=befbca4e
15916
15916
  var ColumnIconvue_type_template_id_befbca4e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 20 20","aria-hidden":"true"}},[_c('path',{attrs:{"d":"M2.5 1h15A1.5 1.5 0 0 1 19 2.5v15a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 1 17.5v-15A1.5 1.5 0 0 1 2.5 1M2 2v16h16V2z","opacity":".6"}}),_c('path',{attrs:{"d":"M7 2h1v16H7zm5 0h1v16h-1z","opacity":".6"}}),_c('path',{attrs:{"d":"M1 6h18a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1m1 2v4h4V8zm6 0v4h4V8zm6 0v4h4V8z"}})])}
15917
15917
  var ColumnIconvue_type_template_id_befbca4e_staticRenderFns = []
15918
15918
 
@@ -15960,7 +15960,7 @@ var ColumnIcon_component = normalizeComponent(
15960
15960
  )
15961
15961
 
15962
15962
  /* harmony default export */ var ColumnIcon = (ColumnIcon_component.exports);
15963
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CellIcon.vue?vue&type=template&id=524095f1
15963
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/CellIcon.vue?vue&type=template&id=524095f1
15964
15964
  var CellIconvue_type_template_id_524095f1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 20 20","aria-hidden":"true"}},[_c('path',{attrs:{"d":"M2.5 1h15A1.5 1.5 0 0 1 19 2.5v15a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 1 17.5v-15A1.5 1.5 0 0 1 2.5 1M2 2v16h16V2z","opacity":".6"}}),_c('path',{attrs:{"d":"M7 2h1v16H7zm5 0h1v7h-1zm6 5v1H2V7zM8 12v1H2v-1z","opacity":".6"}}),_c('path',{attrs:{"d":"M7 7h12a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1m1 2v9h10V9z"}})])}
15965
15965
  var CellIconvue_type_template_id_524095f1_staticRenderFns = []
15966
15966
 
@@ -16008,7 +16008,7 @@ var CellIcon_component = normalizeComponent(
16008
16008
  )
16009
16009
 
16010
16010
  /* harmony default export */ var CellIcon = (CellIcon_component.exports);
16011
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/AlignIcon.vue?vue&type=template&id=5c2ed9f3
16011
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/AlignIcon.vue?vue&type=template&id=5c2ed9f3
16012
16012
  var AlignIconvue_type_template_id_5c2ed9f3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[_c('line',{attrs:{"x1":"17","y1":"10","x2":"3","y2":"10"}}),_c('line',{attrs:{"x1":"21","y1":"6","x2":"3","y2":"6"}}),_c('line',{attrs:{"x1":"21","y1":"14","x2":"3","y2":"14"}}),_c('line',{attrs:{"x1":"17","y1":"18","x2":"3","y2":"18"}})])}
16013
16013
  var AlignIconvue_type_template_id_5c2ed9f3_staticRenderFns = []
16014
16014
 
@@ -16070,7 +16070,7 @@ var AlignIcon_component = normalizeComponent(
16070
16070
  )
16071
16071
 
16072
16072
  /* harmony default export */ var AlignIcon = (AlignIcon_component.exports);
16073
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MergeCells.vue?vue&type=template&id=557c4f86
16073
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/MergeCells.vue?vue&type=template&id=557c4f86
16074
16074
  var MergeCellsvue_type_template_id_557c4f86_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"d":"M2 3h7v5H2V3zm0 6h7v5H2V9zm9-6h7v5h-7V3zm0 6h7v5h-7V9z","opacity":"0.3"}}),_c('path',{attrs:{"d":"M2 14h16v3H2v-3z"}}),_c('path',{attrs:{"d":"M9 15.5l-2-1.5v1H4v1h3v1l2-1.5zm7 0l-2-1.5v1h-3v1h3v1l2-1.5z"}})])}
16075
16075
  var MergeCellsvue_type_template_id_557c4f86_staticRenderFns = []
16076
16076
 
@@ -16122,7 +16122,7 @@ var MergeCells_component = normalizeComponent(
16122
16122
  )
16123
16123
 
16124
16124
  /* harmony default export */ var MergeCells = (MergeCells_component.exports);
16125
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/SplitCell.vue?vue&type=template&id=1c245141
16125
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/svg/SplitCell.vue?vue&type=template&id=1c245141
16126
16126
  var SplitCellvue_type_template_id_1c245141_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{"width":_vm.width,"height":_vm.height,"viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"d":"M2 3h16v11H2V3z","opacity":"0.3"}}),_c('path',{attrs:{"d":"M2 14h7v3H2v-3zm9 0h7v3h-7v-3z"}}),_c('path',{attrs:{"d":"M7 15.5l2-1.5v1h2v1H9v1l-2-1.5zm6 0l2-1.5v1h2v1h-2v1l-2-1.5z","transform":"rotate(180 10 15.5)"}})])}
16127
16127
  var SplitCellvue_type_template_id_1c245141_staticRenderFns = []
16128
16128
 
@@ -16358,7 +16358,7 @@ var AlignmentDropdown_component = normalizeComponent(
16358
16358
  )
16359
16359
 
16360
16360
  /* harmony default export */ var AlignmentDropdown = (AlignmentDropdown_component.exports);
16361
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ListDropdown.vue?vue&type=template&id=43bc54c8&scoped=true
16361
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ListDropdown.vue?vue&type=template&id=43bc54c8&scoped=true
16362
16362
  var ListDropdownvue_type_template_id_43bc54c8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"list-dropdown"},[_c('button',{staticClass:"list-bbl-dropdown-trigger",class:{ 'is-open': _vm.isOpen },attrs:{"title":"List Type"},on:{"click":_vm.toggleDropdown}},[_c(_vm.currentIcon,{tag:"component"}),_c('svg',{staticClass:"dropdown-icon",class:{ 'rotate': _vm.isOpen },attrs:{"width":"12","height":"12","viewBox":"0 0 12 12","fill":"none"}},[_c('path',{attrs:{"d":"M2.5 4.5L6 8L9.5 4.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])],1),_c('transition',{attrs:{"name":"dropdown-fade"}},[(_vm.isOpen)?_c('div',{staticClass:"list-bbl-dropdown-menu"},[_c('div',{staticClass:"bbl-dropdown-menu-inner"},_vm._l((_vm.options),function(option){return _c('button',{key:option.value,staticClass:"list-option",class:{ 'is-active': _vm.currentValue === option.value },on:{"click":function($event){return _vm.selectOption(option)}}},[_c(option.icon,{tag:"component",staticClass:"option-icon"}),_c('span',{staticClass:"option-label"},[_vm._v(_vm._s(option.label))]),(_vm.currentValue === option.value)?_c('svg',{staticClass:"check-icon",attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none"}},[_c('path',{attrs:{"d":"M13.5 4L6 11.5L2.5 8","stroke":"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]):_vm._e()],1)}),0)]):_vm._e()])],1)}
16363
16363
  var ListDropdownvue_type_template_id_43bc54c8_scoped_true_staticRenderFns = []
16364
16364
 
@@ -16500,7 +16500,7 @@ var ListDropdown_component = normalizeComponent(
16500
16500
  )
16501
16501
 
16502
16502
  /* harmony default export */ var ListDropdown = (ListDropdown_component.exports);
16503
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/TableDropdown.vue?vue&type=template&id=2d602c24&scoped=true
16503
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/TableDropdown.vue?vue&type=template&id=2d602c24&scoped=true
16504
16504
  var TableDropdownvue_type_template_id_2d602c24_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"table-dropdown"},[_c('button',{staticClass:"table-bbl-dropdown-trigger",class:{ 'is-open': _vm.isOpen },attrs:{"title":"Insert Table"},on:{"click":_vm.toggleDropdown}},[_c('Table'),_c('svg',{staticClass:"dropdown-icon",class:{ 'rotate': _vm.isOpen },attrs:{"width":"12","height":"12","viewBox":"0 0 12 12","fill":"none"}},[_c('path',{attrs:{"d":"M2.5 4.5L6 8L9.5 4.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])],1),_c('transition',{attrs:{"name":"dropdown-fade"}},[(_vm.isOpen)?_c('div',{staticClass:"table-bbl-dropdown-menu"},[_c('div',{staticClass:"bbl-dropdown-menu-inner"},[_c('div',{staticClass:"table-grid-container"},[_c('div',{staticClass:"table-grid"},_vm._l((_vm.maxRows),function(row){return _c('div',{key:'row-' + row,staticClass:"grid-row"},_vm._l((_vm.maxCols),function(col){return _c('div',{key:'cell-' + row + '-' + col,staticClass:"grid-cell",class:{
16505
16505
  'highlighted': row <= _vm.hoveredRows && col <= _vm.hoveredCols
16506
16506
  },on:{"mouseenter":function($event){return _vm.handleCellHover(row, col)},"click":function($event){return _vm.handleCellClick(row, col)}}})}),0)}),0),_c('div',{staticClass:"grid-label"},[_vm._v(" "+_vm._s(_vm.hoveredRows || 0)+" × "+_vm._s(_vm.hoveredCols || 0)+" Table ")])])])]):_vm._e()])],1)}
@@ -16635,7 +16635,7 @@ var TableDropdown_component = normalizeComponent(
16635
16635
  )
16636
16636
 
16637
16637
  /* harmony default export */ var TableDropdown = (TableDropdown_component.exports);
16638
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ColorPickerDropdown.vue?vue&type=template&id=8bc740d8&scoped=true
16638
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/ColorPickerDropdown.vue?vue&type=template&id=8bc740d8&scoped=true
16639
16639
  var ColorPickerDropdownvue_type_template_id_8bc740d8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"color-picker-dropdown"},[_c('button',{staticClass:"color-picker-button",attrs:{"title":_vm.title,"type":"button"},on:{"click":_vm.toggleDropdown}},[_c('span',{staticClass:"bbl-color-icon",style:({ color: _vm.currentColor || '#000000' })},[_vm._v("A")]),_c('span',{staticClass:"bbl-color-bar",style:({ backgroundColor: _vm.currentColor || '#000000' })}),_c('span',{staticClass:"dropdown-arrow"},[_vm._v("▼")])]),(_vm.isOpen)?_c('div',{staticClass:"color-dropdown-panel"},[_c('div',{staticClass:"color-section"},[_c('button',{staticClass:"color-action-button",attrs:{"type":"button"},on:{"click":_vm.removeColor}},[_c('span',{staticClass:"remove-icon"},[_vm._v("✕")]),_vm._v(" Remove Color ")])]),_c('div',{staticClass:"color-section"},[_c('div',{staticClass:"section-label"},[_vm._v("Theme Colors")]),_c('div',{staticClass:"color-grid"},_vm._l((_vm.themeColors),function(color){return _c('button',{key:color.value,staticClass:"color-swatch",style:({ backgroundColor: color.value }),attrs:{"title":color.name,"type":"button"},on:{"click":function($event){return _vm.selectColor(color.value)}}},[(_vm.currentColor === color.value)?_c('span',{staticClass:"check-mark"},[_vm._v("✓")]):_vm._e()])}),0)]),_c('div',{staticClass:"color-section"},[_c('div',{staticClass:"section-label"},[_vm._v("Standard Colors")]),_c('div',{staticClass:"color-grid"},_vm._l((_vm.standardColors),function(color){return _c('button',{key:color.value,staticClass:"color-swatch",style:({ backgroundColor: color.value }),attrs:{"title":color.name,"type":"button"},on:{"click":function($event){return _vm.selectColor(color.value)}}},[(_vm.currentColor === color.value)?_c('span',{staticClass:"check-mark"},[_vm._v("✓")]):_vm._e()])}),0)]),_c('div',{staticClass:"color-section"},[_c('div',{staticClass:"section-label"},[_vm._v("Custom Color")]),_c('div',{staticClass:"custom-color-picker"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.customColor),expression:"customColor"}],staticClass:"color-input",attrs:{"type":"color"},domProps:{"value":(_vm.customColor)},on:{"change":function($event){return _vm.selectColor(_vm.customColor)},"input":function($event){if($event.target.composing){ return; }_vm.customColor=$event.target.value}}}),_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.customColor),expression:"customColor"}],staticClass:"color-text-input",attrs:{"type":"text","placeholder":"#000000","maxlength":"7"},domProps:{"value":(_vm.customColor)},on:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.selectColor(_vm.customColor)},"input":function($event){if($event.target.composing){ return; }_vm.customColor=$event.target.value}}})])])]):_vm._e()])}
16640
16640
  var ColorPickerDropdownvue_type_template_id_8bc740d8_scoped_true_staticRenderFns = []
16641
16641
 
@@ -16909,7 +16909,7 @@ var ColorPickerDropdown_component = normalizeComponent(
16909
16909
  )
16910
16910
 
16911
16911
  /* harmony default export */ var ColorPickerDropdown = (ColorPickerDropdown_component.exports);
16912
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/HighlightPickerDropdown.vue?vue&type=template&id=f5f4b028&scoped=true
16912
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/HighlightPickerDropdown.vue?vue&type=template&id=f5f4b028&scoped=true
16913
16913
  var HighlightPickerDropdownvue_type_template_id_f5f4b028_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"highlight-picker-dropdown"},[_c('button',{staticClass:"highlight-picker-button",attrs:{"title":_vm.title,"type":"button"},on:{"click":_vm.toggleDropdown}},[_c('span',{staticClass:"bbl-highlight-icon",style:({ backgroundColor: _vm.currentColor || 'transparent' })},[_vm._v("H")]),_c('span',{staticClass:"dropdown-arrow"},[_vm._v("▼")])]),(_vm.isOpen)?_c('div',{staticClass:"highlight-dropdown-panel"},[_c('div',{staticClass:"color-section"},[_c('button',{staticClass:"color-action-button",attrs:{"type":"button"},on:{"click":_vm.removeHighlight}},[_c('span',{staticClass:"remove-icon"},[_vm._v("✕")]),_vm._v(" Remove Highlight ")])]),_c('div',{staticClass:"color-section"},[_c('div',{staticClass:"section-label"},[_vm._v("Highlight Colors")]),_c('div',{staticClass:"color-grid"},_vm._l((_vm.highlightColors),function(color){return _c('button',{key:color.value,staticClass:"color-swatch",style:({ backgroundColor: color.value }),attrs:{"title":color.name,"type":"button"},on:{"click":function($event){return _vm.selectColor(color.value)}}},[(_vm.currentColor === color.value)?_c('span',{staticClass:"check-mark"},[_vm._v("✓")]):_vm._e()])}),0)]),_c('div',{staticClass:"color-section"},[_c('div',{staticClass:"section-label"},[_vm._v("More Colors")]),_c('div',{staticClass:"color-grid"},_vm._l((_vm.moreColors),function(color){return _c('button',{key:color.value,staticClass:"color-swatch",style:({ backgroundColor: color.value }),attrs:{"title":color.name,"type":"button"},on:{"click":function($event){return _vm.selectColor(color.value)}}},[(_vm.currentColor === color.value)?_c('span',{staticClass:"check-mark"},[_vm._v("✓")]):_vm._e()])}),0)]),_c('div',{staticClass:"color-section"},[_c('div',{staticClass:"section-label"},[_vm._v("Custom Color")]),_c('div',{staticClass:"custom-color-picker"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.customColor),expression:"customColor"}],staticClass:"color-input",attrs:{"type":"color"},domProps:{"value":(_vm.customColor)},on:{"change":function($event){return _vm.selectColor(_vm.customColor)},"input":function($event){if($event.target.composing){ return; }_vm.customColor=$event.target.value}}}),_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.customColor),expression:"customColor"}],staticClass:"color-text-input",attrs:{"type":"text","placeholder":"#FFFF00","maxlength":"7"},domProps:{"value":(_vm.customColor)},on:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.selectColor(_vm.customColor)},"input":function($event){if($event.target.composing){ return; }_vm.customColor=$event.target.value}}})])])]):_vm._e()])}
16914
16914
  var HighlightPickerDropdownvue_type_template_id_f5f4b028_scoped_true_staticRenderFns = []
16915
16915
 
@@ -17626,7 +17626,7 @@ var ToolbarMain_component = normalizeComponent(
17626
17626
  )
17627
17627
 
17628
17628
  /* harmony default export */ var ToolbarMain = (ToolbarMain_component.exports);
17629
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Menus/BubbleMenu.vue?vue&type=template&id=d228d170&scoped=true
17629
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Menus/BubbleMenu.vue?vue&type=template&id=d228d170&scoped=true
17630
17630
  var BubbleMenuvue_type_template_id_d228d170_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.editor)?_c('bubble-menu',{staticClass:"bubble-menu",attrs:{"editor":_vm.editor,"tippy-options":{ duration: 100 }}},[_c('div',{staticClass:"bubble-menu-content"},[_c('button',{staticClass:"bubble-btn",class:{ active: _vm.isActive('bold') },attrs:{"title":"Bold"},on:{"click":function($event){return _vm.executeCommand('toggleBold')}}},[_c('strong',[_vm._v("B")])]),_c('button',{staticClass:"bubble-btn",class:{ active: _vm.isActive('italic') },attrs:{"title":"Italic"},on:{"click":function($event){return _vm.executeCommand('toggleItalic')}}},[_c('em',[_vm._v("I")])]),_c('button',{staticClass:"bubble-btn",class:{ active: _vm.isActive('underline') },attrs:{"title":"Underline"},on:{"click":function($event){return _vm.executeCommand('toggleUnderline')}}},[_c('u',[_vm._v("U")])]),_c('div',{staticClass:"bubble-separator"}),_c('button',{staticClass:"bubble-btn",class:{ active: _vm.isActive('link') },attrs:{"title":"Link"},on:{"click":_vm.setLink}},[_vm._v(" 🔗 ")]),_c('button',{staticClass:"bubble-btn",class:{ active: _vm.isActive('code') },attrs:{"title":"Code"},on:{"click":function($event){return _vm.executeCommand('toggleCode')}}},[_vm._v(" </> ")])])]):_vm._e()}
17631
17631
  var BubbleMenuvue_type_template_id_d228d170_scoped_true_staticRenderFns = []
17632
17632
 
@@ -17752,14 +17752,14 @@ var BubbleMenu_component = normalizeComponent(
17752
17752
  )
17753
17753
 
17754
17754
  /* harmony default export */ var BubbleMenu = (BubbleMenu_component.exports);
17755
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Menus/TableBubbleMenu.vue?vue&type=template&id=2e470dcb&scoped=true
17755
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Menus/TableBubbleMenu.vue?vue&type=template&id=2e470dcb&scoped=true
17756
17756
  var TableBubbleMenuvue_type_template_id_2e470dcb_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.editor)?_c('bubble-menu',{staticClass:"table-bubble-menu",attrs:{"editor":_vm.editor,"tippy-options":_vm.tippyOptions,"should-show":_vm.shouldShow}},[_c('div',{staticClass:"bubble-menu-content"},[_c('BubbleMenuDropdown',{attrs:{"items":_vm.rowItems},scopedSlots:_vm._u([{key:"trigger",fn:function(){return [_c('RowIcon',{attrs:{"width":20,"height":20}})]},proxy:true}],null,false,1514853362)}),_c('div',{staticClass:"bbl-menu-divider"}),_c('BubbleMenuDropdown',{attrs:{"items":_vm.columnItems},scopedSlots:_vm._u([{key:"trigger",fn:function(){return [_c('ColumnIcon',{attrs:{"width":20,"height":20}})]},proxy:true}],null,false,2749318126)}),_c('div',{staticClass:"bbl-menu-divider"}),_c('BubbleMenuDropdown',{attrs:{"items":_vm.cellItems},scopedSlots:_vm._u([{key:"trigger",fn:function(){return [_c('CellIcon',{attrs:{"width":18,"height":18}})]},proxy:true}],null,false,1604387166)}),_c('div',{staticClass:"bbl-menu-divider"}),_c('BubbleMenuDropdown',{attrs:{"items":_vm.alignmentItems},scopedSlots:_vm._u([{key:"trigger",fn:function(){return [_c('AlignIcon',{attrs:{"width":18,"height":18}})]},proxy:true}],null,false,1132556629)}),_c('div',{staticClass:"bbl-menu-divider"}),_c('div',{ref:"colorPicker",staticClass:"color-picker-wrapper"},[_c('button',{staticClass:"menu-btn",attrs:{"title":"Cell Background Color"},on:{"click":_vm.toggleColorPicker}},[_c('ColorPalette')],1),(_vm.showColorPicker)?_c('div',{staticClass:"color-picker-dropdown"},[_c('div',{staticClass:"color-section"},[_c('button',{staticClass:"color-action-button",attrs:{"type":"button"},on:{"click":function($event){return _vm.setCellBackground('')}}},[_c('span',{staticClass:"remove-icon"},[_vm._v("✕")]),_vm._v(" Clear Background ")])]),_c('div',{staticClass:"color-section"},[_c('div',{staticClass:"section-label"},[_vm._v("Background Colors")]),_c('div',{staticClass:"color-grid"},_vm._l((_vm.colorOptions),function(color){return _c('button',{key:color.value,staticClass:"color-option",style:({ backgroundColor: color.value }),attrs:{"title":color.name,"type":"button"},on:{"click":function($event){return _vm.setCellBackground(color.value)}}})}),0)]),_c('div',{staticClass:"color-section"},[_c('div',{staticClass:"section-label"},[_vm._v("Custom Color")]),_c('div',{staticClass:"custom-color-picker"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.customColor),expression:"customColor"}],staticClass:"color-input",attrs:{"type":"color"},domProps:{"value":(_vm.customColor)},on:{"change":_vm.applyCustomColor,"input":function($event){if($event.target.composing){ return; }_vm.customColor=$event.target.value}}}),_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.customColor),expression:"customColor"}],staticClass:"color-text-input",attrs:{"type":"text","placeholder":"#ffffff","maxlength":"7"},domProps:{"value":(_vm.customColor)},on:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.applyCustomColor.apply(null, arguments)},"blur":_vm.validateCustomColor,"input":function($event){if($event.target.composing){ return; }_vm.customColor=$event.target.value}}})])])]):_vm._e()]),_c('div',{staticClass:"bbl-menu-divider"}),_c('button',{staticClass:"menu-btn delete-btn",attrs:{"title":"Delete Table"},on:{"click":_vm.deleteTable}},[_c('DeleteTable')],1)],1)]):_vm._e()}
17757
17757
  var TableBubbleMenuvue_type_template_id_2e470dcb_scoped_true_staticRenderFns = []
17758
17758
 
17759
17759
 
17760
17760
  // CONCATENATED MODULE: ./src/components/Menus/TableBubbleMenu.vue?vue&type=template&id=2e470dcb&scoped=true
17761
17761
 
17762
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/BubbleMenuDropdown.vue?vue&type=template&id=44510f88&scoped=true
17762
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Toolbar/BubbleMenuDropdown.vue?vue&type=template&id=44510f88&scoped=true
17763
17763
  var BubbleMenuDropdownvue_type_template_id_44510f88_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdown",staticClass:"bubble-menu-dropdown"},[_c('button',{staticClass:"bbl-dropdown-trigger",class:{ active: _vm.isOpen },on:{"click":_vm.toggleDropdown}},[_vm._t("trigger",function(){return [_c('span',[_vm._v(_vm._s(_vm.label))])]}),_c('svg',{staticClass:"dropdown-arrow",class:{ open: _vm.isOpen },attrs:{"width":"12","height":"12","viewBox":"0 0 12 12","fill":"none","stroke":"currentColor","stroke-width":"2"}},[_c('polyline',{attrs:{"points":"2,4 6,8 10,4"}})])],2),(_vm.isOpen)?_c('div',{staticClass:"bbl-dropdown-menu",style:(_vm.menuStyle)},_vm._l((_vm.items),function(item,index){return _c('div',{key:index,staticClass:"bbl-dropdown-item",class:{ active: item.active, disabled: item.disabled },on:{"click":function($event){return _vm.handleItemClick(item)}}},[(item.icon)?_c(item.icon,{tag:"component",staticClass:"item-icon",attrs:{"width":16,"height":16}}):_vm._e(),_c('span',{staticClass:"bbl-item-label"},[_vm._v(_vm._s(item.label))])],1)}),0):_vm._e()])}
17764
17764
  var BubbleMenuDropdownvue_type_template_id_44510f88_scoped_true_staticRenderFns = []
17765
17765
 
@@ -19006,7 +19006,7 @@ var TableBubbleMenu_component = normalizeComponent(
19006
19006
  )
19007
19007
 
19008
19008
  /* harmony default export */ var TableBubbleMenu = (TableBubbleMenu_component.exports);
19009
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Menus/ImageBubbleMenu.vue?vue&type=template&id=17766d4e&scoped=true
19009
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Menus/ImageBubbleMenu.vue?vue&type=template&id=17766d4e&scoped=true
19010
19010
  var ImageBubbleMenuvue_type_template_id_17766d4e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.showMenu && _vm.editor)?_c('div',{staticClass:"image-bubble-menu",style:(_vm.menuStyle),on:{"mouseenter":_vm.handleMenuEnter,"mouseleave":_vm.handleMenuLeave}},[_c('div',{staticClass:"bubble-menu-content"},[_c('div',{staticClass:"menu-group"},[_c('button',{class:['menu-btn', { active: _vm.isDisplay('block') }],attrs:{"title":"Block Display"},on:{"click":function($event){return _vm.setDisplay('block')}}},[_c('BlockDisplay')],1),_c('button',{class:['menu-btn', { active: _vm.isDisplay('inline') }],attrs:{"title":"Inline Display"},on:{"click":function($event){return _vm.setDisplay('inline')}}},[_c('InlineDisplay')],1)]),_c('div',{staticClass:"bbl-menu-divider"}),_c('BubbleMenuDropdown',{attrs:{"items":_vm.alignmentItems},scopedSlots:_vm._u([{key:"trigger",fn:function(){return [_c(_vm.currentAlignIcon,{tag:"component"})]},proxy:true}],null,false,2490756210)}),_c('div',{staticClass:"bbl-menu-divider"}),(_vm.showSpacing)?_c('BubbleMenuDropdown',{attrs:{"items":_vm.spacingItems},scopedSlots:_vm._u([{key:"trigger",fn:function(){return [_c(_vm.currentSpacingIcon,{tag:"component",attrs:{"width":"20","height":"20"}})]},proxy:true}],null,false,2157053435)}):_vm._e(),(_vm.showSpacing)?_c('div',{staticClass:"bbl-menu-divider"}):_vm._e(),_c('button',{staticClass:"menu-btn delete-btn",attrs:{"title":"Delete Image"},on:{"click":_vm.deleteImage}},[_c('Delete')],1)],1)]):_vm._e()}
19011
19011
  var ImageBubbleMenuvue_type_template_id_17766d4e_scoped_true_staticRenderFns = []
19012
19012
 
@@ -19392,7 +19392,7 @@ var ImageBubbleMenu_component = normalizeComponent(
19392
19392
  )
19393
19393
 
19394
19394
  /* harmony default export */ var ImageBubbleMenu = (ImageBubbleMenu_component.exports);
19395
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Menus/VideoBubbleMenu.vue?vue&type=template&id=b8fe8f10&scoped=true
19395
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Menus/VideoBubbleMenu.vue?vue&type=template&id=b8fe8f10&scoped=true
19396
19396
  var VideoBubbleMenuvue_type_template_id_b8fe8f10_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.showMenu && _vm.editor)?_c('div',{staticClass:"video-bubble-menu",style:(_vm.menuStyle),on:{"mouseenter":_vm.handleMenuEnter,"mouseleave":_vm.handleMenuLeave}},[_c('div',{staticClass:"bubble-menu-content"},[_c('div',{staticClass:"menu-group"},[_c('button',{class:['menu-btn', { active: _vm.isDisplay('block') }],attrs:{"title":"Block Display"},on:{"click":function($event){return _vm.setDisplay('block')}}},[_c('BlockDisplay')],1),_c('button',{class:['menu-btn', { active: _vm.isDisplay('inline') }],attrs:{"title":"Inline Display"},on:{"click":function($event){return _vm.setDisplay('inline')}}},[_c('InlineDisplay')],1)]),_c('div',{staticClass:"bbl-menu-divider"}),_c('BubbleMenuDropdown',{attrs:{"items":_vm.alignmentItems},scopedSlots:_vm._u([{key:"trigger",fn:function(){return [_c(_vm.currentAlignIcon,{tag:"component"})]},proxy:true}],null,false,2490756210)}),_c('div',{staticClass:"bbl-menu-divider"}),(_vm.showSpacing)?_c('BubbleMenuDropdown',{attrs:{"items":_vm.spacingItems},scopedSlots:_vm._u([{key:"trigger",fn:function(){return [_c(_vm.currentSpacingIcon,{tag:"component",attrs:{"width":"20","height":"20"}})]},proxy:true}],null,false,2157053435)}):_vm._e(),(_vm.showSpacing)?_c('div',{staticClass:"bbl-menu-divider"}):_vm._e(),_c('button',{staticClass:"menu-btn delete-btn",attrs:{"title":"Delete Video"},on:{"click":_vm.deleteVideo}},[_c('Delete')],1)],1)]):_vm._e()}
19397
19397
  var VideoBubbleMenuvue_type_template_id_b8fe8f10_scoped_true_staticRenderFns = []
19398
19398
 
@@ -19778,7 +19778,7 @@ var VideoBubbleMenu_component = normalizeComponent(
19778
19778
  )
19779
19779
 
19780
19780
  /* harmony default export */ var VideoBubbleMenu = (VideoBubbleMenu_component.exports);
19781
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Modals/ImageModal.vue?vue&type=template&id=863d9362&scoped=true
19781
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Modals/ImageModal.vue?vue&type=template&id=863d9362&scoped=true
19782
19782
  var ImageModalvue_type_template_id_863d9362_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.visible)?_c('div',{staticClass:"bbl-upload-modal-overlay",on:{"click":_vm.handleOverlayClick}},[_c('div',{staticClass:"bbl-upload-modal",on:{"click":function($event){$event.stopPropagation();}}},[_c('div',{staticClass:"bbl-modal-header"},[_c('h3',[_vm._v("Insert Image")]),_c('button',{staticClass:"close-btn",on:{"click":_vm.close}},[_vm._v("×")])]),_c('div',{staticClass:"bbl-modal-body"},[_c('div',{staticClass:"tab-buttons"},[_c('button',{class:['tab-btn', { active: _vm.activeTab === 'upload' }],on:{"click":function($event){_vm.activeTab = 'upload'}}},[_vm._v(" Upload File ")]),_c('button',{class:['tab-btn', { active: _vm.activeTab === 'url' }],on:{"click":function($event){_vm.activeTab = 'url'}}},[_vm._v(" From URL ")])]),(_vm.activeTab === 'upload')?_c('div',{staticClass:"tab-content"},[(!_vm.previewUrl)?_c('div',{staticClass:"drop-zone",class:{ 'drag-over': _vm.isDragOver },on:{"click":function($event){return _vm.$refs.fileInput.click()},"dragover":function($event){$event.preventDefault();_vm.isDragOver = true},"dragleave":function($event){_vm.isDragOver = false},"drop":function($event){$event.preventDefault();return _vm.handleDrop.apply(null, arguments)}}},[_c('div',{staticClass:"drop-zone-icon"},[_vm._v("📁")]),_c('div',{staticClass:"drop-zone-title"},[_vm._v("Drop image here or click to browse")]),_c('div',{staticClass:"drop-zone-subtitle"},[_vm._v("Supports: JPG, PNG, GIF, WebP (max "+_vm._s(Math.round(_vm.maxFileSize / (1024 * 1024)))+"MB)")]),_c('input',{ref:"fileInput",staticStyle:{"display":"none"},attrs:{"type":"file","accept":"image/*"},on:{"change":_vm.handleFileSelect}})]):_c('div',{staticClass:"preview-container"},[_c('img',{staticClass:"preview-image",attrs:{"src":_vm.previewUrl,"alt":"Preview"}}),_c('div',{staticClass:"preview-info"},[_c('div',{staticClass:"preview-filename"},[_vm._v(_vm._s(_vm.selectedFile && _vm.selectedFile.name))]),_c('div',{staticClass:"preview-size"},[_vm._v(_vm._s(_vm.formatFileSize(_vm.selectedFile && _vm.selectedFile.size)))])]),(!_vm.isUploading && !_vm.uploadError && _vm.uploadedUrl)?_c('div',{staticClass:"upload-success"},[_vm._m(0)]):_vm._e(),(_vm.isUploading)?_c('div',{staticClass:"upload-progress"},[_c('div',{staticClass:"progress-bar"},[_c('div',{staticClass:"progress-fill",style:({ width: _vm.uploadProgress + '%' })})]),_c('div',{staticClass:"progress-text"},[_vm._v("Uploading... "+_vm._s(_vm.uploadProgress)+"%")])]):_vm._e(),(_vm.uploadError)?_c('div',{staticClass:"upload-error"},[_c('div',{staticClass:"error-message"},[_c('span',{staticClass:"error-icon"},[_vm._v("⚠️")]),_vm._v(" "+_vm._s(_vm.uploadError)+" ")]),_c('div',{staticClass:"error-actions"},[_c('button',{staticClass:"retry-btn",on:{"click":function($event){return _vm.retryUpload(_vm.selectedFile)}}},[_vm._v("Try Again")]),_c('button',{staticClass:"local-btn",on:{"click":_vm.insertLocalImage}},[_vm._v("Use Local File")])])]):_vm._e(),(!_vm.isUploading && !_vm.uploadError)?_c('button',{staticClass:"change-btn",on:{"click":_vm.changeFile}},[_vm._v("Change Image")]):_vm._e()])]):_vm._e(),(_vm.activeTab === 'url')?_c('div',{staticClass:"tab-content"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.imageUrl),expression:"imageUrl"}],staticClass:"url-input",attrs:{"type":"url","placeholder":"https://example.com/image.jpg"},domProps:{"value":(_vm.imageUrl)},on:{"input":function($event){if($event.target.composing){ return; }_vm.imageUrl=$event.target.value}}}),_c('div',{staticClass:"url-help"},[_vm._v("Enter a direct link to an image file")])]):_vm._e()]),_c('div',{staticClass:"bbl-modal-footer"},[_c('button',{staticClass:"cancel-btn",on:{"click":_vm.close}},[_vm._v("Cancel")]),_c('button',{staticClass:"insert-btn",attrs:{"disabled":_vm.isUploading || (_vm.activeTab === 'upload' && !_vm.selectedFile) || (_vm.activeTab === 'url' && !_vm.imageUrl.trim())},on:{"click":_vm.insertImage}},[(_vm.isUploading)?_c('span',[_vm._v("Uploading...")]):_c('span',[_vm._v("Insert Image")])])])])]):_vm._e()}
19783
19783
  var ImageModalvue_type_template_id_863d9362_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"success-message"},[_c('span',{staticClass:"success-icon"},[_vm._v("✅")]),_vm._v(" Upload complete! Ready to insert. ")])}]
19784
19784
 
@@ -20637,7 +20637,7 @@ var ImageModal_component = normalizeComponent(
20637
20637
  )
20638
20638
 
20639
20639
  /* harmony default export */ var ImageModal = (ImageModal_component.exports);
20640
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Modals/VideoModal.vue?vue&type=template&id=1994d050&scoped=true
20640
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Modals/VideoModal.vue?vue&type=template&id=1994d050&scoped=true
20641
20641
  var VideoModalvue_type_template_id_1994d050_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.visible)?_c('div',{staticClass:"bbl-upload-modal-overlay",on:{"click":_vm.handleOverlayClick}},[_c('div',{staticClass:"bbl-upload-modal",on:{"click":function($event){$event.stopPropagation();}}},[_c('div',{staticClass:"bbl-modal-header"},[_c('h3',[_vm._v("Insert Video")]),_c('button',{staticClass:"close-btn",on:{"click":_vm.close}},[_vm._v("×")])]),_c('div',{staticClass:"bbl-modal-body"},[(_vm.activeTab === 'url')?_c('div',{staticClass:"tab-content"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.videoUrl),expression:"videoUrl"}],staticClass:"url-input",attrs:{"type":"url","placeholder":"https://youtube.com/watch?v=... or video file URL"},domProps:{"value":(_vm.videoUrl)},on:{"input":function($event){if($event.target.composing){ return; }_vm.videoUrl=$event.target.value}}}),_c('div',{staticClass:"url-help"},[_vm._v("Supports: YouTube, Vimeo, or direct video links (MP4, WebM)")])]):_vm._e(),(_vm.activeTab === 'upload')?_c('div',{staticClass:"tab-content"},[(!_vm.previewUrl)?_c('div',{staticClass:"drop-zone",class:{ 'drag-over': _vm.isDragOver },on:{"click":function($event){return _vm.$refs.fileInput.click()},"dragover":function($event){$event.preventDefault();_vm.isDragOver = true},"dragleave":function($event){_vm.isDragOver = false},"drop":function($event){$event.preventDefault();return _vm.handleDrop.apply(null, arguments)}}},[_c('div',{staticClass:"drop-zone-icon"},[_vm._v("🎥")]),_c('div',{staticClass:"drop-zone-title"},[_vm._v("Drop video here or click to browse")]),_c('div',{staticClass:"drop-zone-subtitle"},[_vm._v("Supports: MP4, WebM, MOV (max "+_vm._s(Math.round(_vm.maxFileSize / (1024 * 1024)))+"MB)")]),_c('input',{ref:"fileInput",staticStyle:{"display":"none"},attrs:{"type":"file","accept":"video/*"},on:{"change":_vm.handleFileSelect}})]):_c('div',{staticClass:"preview-container"},[_c('video',{staticClass:"preview-video",attrs:{"src":_vm.previewUrl,"controls":""}}),_c('div',{staticClass:"preview-info"},[_c('div',{staticClass:"preview-filename"},[_vm._v(_vm._s(_vm.selectedFile && _vm.selectedFile.name))]),_c('div',{staticClass:"preview-size"},[_vm._v(_vm._s(_vm.formatFileSize(_vm.selectedFile && _vm.selectedFile.size)))])]),(!_vm.isUploading && !_vm.uploadError && _vm.uploadedUrl)?_c('div',{staticClass:"upload-success"},[_vm._m(0)]):_vm._e(),(_vm.isUploading)?_c('div',{staticClass:"upload-progress"},[_c('div',{staticClass:"progress-bar"},[_c('div',{staticClass:"progress-fill",style:({ width: _vm.uploadProgress + '%' })})]),_c('div',{staticClass:"progress-text"},[_vm._v("Uploading... "+_vm._s(_vm.uploadProgress)+"%")])]):_vm._e(),(_vm.uploadError)?_c('div',{staticClass:"upload-error"},[_c('div',{staticClass:"error-message"},[_c('span',{staticClass:"error-icon"},[_vm._v("⚠️")]),_vm._v(" "+_vm._s(_vm.uploadError)+" ")]),_c('div',{staticClass:"error-actions"},[_c('button',{staticClass:"retry-btn",on:{"click":function($event){return _vm.retryUpload(_vm.selectedFile)}}},[_vm._v("Try Again")]),_c('button',{staticClass:"local-btn",on:{"click":_vm.insertLocalVideo}},[_vm._v("Use Local File")])])]):_vm._e(),(!_vm.isUploading && !_vm.uploadError)?_c('button',{staticClass:"change-btn",on:{"click":_vm.changeFile}},[_vm._v("Change Video")]):_vm._e()])]):_vm._e()]),_c('div',{staticClass:"bbl-modal-footer"},[_c('button',{staticClass:"cancel-btn",on:{"click":_vm.close}},[_vm._v("Cancel")]),_c('button',{staticClass:"insert-btn",attrs:{"disabled":_vm.isUploading || (_vm.activeTab === 'upload' && !_vm.selectedFile) || (_vm.activeTab === 'url' && !_vm.videoUrl.trim())},on:{"click":_vm.insertVideo}},[(_vm.isUploading)?_c('span',[_vm._v("Uploading...")]):_c('span',[_vm._v("Insert Video")])])])])]):_vm._e()}
20642
20642
  var VideoModalvue_type_template_id_1994d050_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"success-message"},[_c('span',{staticClass:"success-icon"},[_vm._v("✅")]),_vm._v(" Upload complete! Ready to insert. ")])}]
20643
20643
 
@@ -21111,7 +21111,7 @@ var VideoModal_component = normalizeComponent(
21111
21111
  )
21112
21112
 
21113
21113
  /* harmony default export */ var VideoModal = (VideoModal_component.exports);
21114
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Modals/LinkModal.vue?vue&type=template&id=744289fc&scoped=true
21114
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Modals/LinkModal.vue?vue&type=template&id=744289fc&scoped=true
21115
21115
  var LinkModalvue_type_template_id_744289fc_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.visible)?_c('div',{staticClass:"bbl-upload-modal-overlay",on:{"click":_vm.handleOverlayClick}},[_c('div',{staticClass:"bbl-upload-modal",on:{"click":function($event){$event.stopPropagation();}}},[_c('div',{staticClass:"bbl-modal-header"},[_c('h3',[_vm._v(_vm._s(_vm.isEditing ? 'Edit Link' : 'Insert Link'))]),_c('button',{staticClass:"close-btn",on:{"click":_vm.close}},[_vm._v("×")])]),_c('div',{staticClass:"bbl-modal-body"},[_c('div',{staticClass:"bbl-form-group"},[_c('label',{attrs:{"for":"link-text"}},[_vm._v("Link Text")]),_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.linkText),expression:"linkText"}],staticClass:"form-input",attrs:{"id":"link-text","type":"text","placeholder":"Enter link text"},domProps:{"value":(_vm.linkText)},on:{"input":function($event){if($event.target.composing){ return; }_vm.linkText=$event.target.value}}})]),_c('div',{staticClass:"bbl-form-group"},[_c('label',{attrs:{"for":"link-url"}},[_vm._v("URL")]),_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.linkUrl),expression:"linkUrl"}],staticClass:"form-input",attrs:{"id":"link-url","type":"url","placeholder":"https://example.com"},domProps:{"value":(_vm.linkUrl)},on:{"input":function($event){if($event.target.composing){ return; }_vm.linkUrl=$event.target.value}}})]),_c('div',{staticClass:"bbl-form-group"},[_c('label',{staticClass:"checkbox-label"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.openInNewTab),expression:"openInNewTab"}],staticClass:"checkbox-input",attrs:{"type":"checkbox"},domProps:{"checked":Array.isArray(_vm.openInNewTab)?_vm._i(_vm.openInNewTab,null)>-1:(_vm.openInNewTab)},on:{"change":function($event){var $$a=_vm.openInNewTab,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.openInNewTab=$$a.concat([$$v]))}else{$$i>-1&&(_vm.openInNewTab=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.openInNewTab=$$c}}}}),_vm._v(" Open in new tab ")])])]),_c('div',{staticClass:"bbl-modal-footer"},[_c('button',{staticClass:"cancel-btn",on:{"click":_vm.close}},[_vm._v("Cancel")]),(_vm.isEditing)?_c('button',{staticClass:"remove-btn",on:{"click":_vm.removeLink}},[_vm._v("Remove Link")]):_vm._e(),_c('button',{staticClass:"insert-btn",on:{"click":_vm.insertLink}},[_vm._v(" "+_vm._s(_vm.isEditing ? 'Update Link' : 'Insert Link')+" ")])])])]):_vm._e()}
21116
21116
  var LinkModalvue_type_template_id_744289fc_scoped_true_staticRenderFns = []
21117
21117
 
@@ -22291,7 +22291,7 @@ var PremiumBblEditor_component = normalizeComponent(
22291
22291
  )
22292
22292
 
22293
22293
  /* harmony default export */ var PremiumBblEditor = (PremiumBblEditor_component.exports);
22294
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PremiumBblEditorOptionsAPI.vue?vue&type=template&id=059c96e4&scoped=true
22294
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PremiumBblEditorOptionsAPI.vue?vue&type=template&id=059c96e4&scoped=true
22295
22295
  var PremiumBblEditorOptionsAPIvue_type_template_id_059c96e4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"premium-editor-container",class:[
22296
22296
  ("theme-" + _vm.theme),
22297
22297
  _vm.editorClass
@@ -23929,7 +23929,7 @@ var PremiumBblEditorOptionsAPI_component = normalizeComponent(
23929
23929
  )
23930
23930
 
23931
23931
  /* harmony default export */ var PremiumBblEditorOptionsAPI = (PremiumBblEditorOptionsAPI_component.exports);
23932
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DiagnosticTool.vue?vue&type=template&id=c5e76f00&scoped=true
23932
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DiagnosticTool.vue?vue&type=template&id=c5e76f00&scoped=true
23933
23933
  var DiagnosticToolvue_type_template_id_c5e76f00_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"diagnostic-tool"},[_c('h2',[_vm._v("🔍 BBL Editor Diagnostic Tool")]),_c('p',[_vm._v("This tool checks if all required dependencies are properly installed.")]),_c('div',{staticClass:"diagnostic-results"},[_c('div',{staticClass:"check-section"},[_c('h3',[_vm._v("Vue Composition API")]),_c('div',{staticClass:"check-item",class:{ success: _vm.checks.compositionApi, error: !_vm.checks.compositionApi }},[_c('span',{staticClass:"icon"},[_vm._v(_vm._s(_vm.checks.compositionApi ? '✅' : '❌'))]),_c('span',[_vm._v("@vue/composition-api")]),(!_vm.checks.compositionApi)?_c('span',{staticClass:"install-cmd"},[_vm._v("npm install @vue/composition-api")]):_vm._e()])]),_c('div',{staticClass:"check-section"},[_c('h3',[_vm._v("Tiptap Core")]),_c('div',{staticClass:"check-item",class:{ success: _vm.checks.tiptapCore, error: !_vm.checks.tiptapCore }},[_c('span',{staticClass:"icon"},[_vm._v(_vm._s(_vm.checks.tiptapCore ? '✅' : '❌'))]),_c('span',[_vm._v("@tiptap/core & @tiptap/vue-2")]),(!_vm.checks.tiptapCore)?_c('span',{staticClass:"install-cmd"},[_vm._v("npm install @tiptap/core @tiptap/vue-2")]):_vm._e()])]),_c('div',{staticClass:"check-section"},[_c('h3',[_vm._v("Tiptap Extensions")]),_vm._l((_vm.checks.extensions),function(status,extension){return _c('div',{key:extension,staticClass:"check-item",class:{ success: status, error: !status }},[_c('span',{staticClass:"icon"},[_vm._v(_vm._s(status ? '✅' : '❌'))]),_c('span',[_vm._v(_vm._s(extension))]),(!status)?_c('span',{staticClass:"install-cmd"},[_vm._v("npm install "+_vm._s(extension))]):_vm._e()])})],2),_c('div',{staticClass:"check-section"},[_c('h3',[_vm._v("ProseMirror Dependencies")]),_vm._l((_vm.checks.prosemirror),function(status,dep){return _c('div',{key:dep,staticClass:"check-item",class:{ success: status, error: !status }},[_c('span',{staticClass:"icon"},[_vm._v(_vm._s(status ? '✅' : '❌'))]),_c('span',[_vm._v(_vm._s(dep))]),(!status)?_c('span',{staticClass:"install-cmd"},[_vm._v("npm install "+_vm._s(dep))]):_vm._e()])})],2)]),_c('div',{staticClass:"summary",class:{ success: _vm.allChecksPass, error: !_vm.allChecksPass }},[_c('h3',[_vm._v(_vm._s(_vm.allChecksPass ? '🎉 All Dependencies Found!' : '⚠️ Missing Dependencies'))]),(_vm.allChecksPass)?_c('p',[_vm._v(" Your setup is complete! The BBL Editor should work properly. ")]):_c('div',[_c('p',[_vm._v("Install missing dependencies with this command:")]),_c('div',{staticClass:"install-all"},[_c('code',[_vm._v(_vm._s(_vm.installCommand))]),_c('button',{staticClass:"copy-btn",on:{"click":_vm.copyToClipboard}},[_vm._v("📋 Copy")])])])]),(_vm.allChecksPass)?_c('div',{staticClass:"test-editor"},[_c('h3',[_vm._v("🧪 Test Editor")]),_c('PremiumBblEditor',{staticStyle:{"min-height":"150px"},attrs:{"placeholder":"If you can see this editor and type here, everything is working!","show-toolbar":true},model:{value:(_vm.testContent),callback:function ($$v) {_vm.testContent=$$v},expression:"testContent"}})],1):_vm._e()])}
23934
23934
  var DiagnosticToolvue_type_template_id_c5e76f00_scoped_true_staticRenderFns = []
23935
23935
 
@@ -24334,7 +24334,7 @@ var DiagnosticTool_component = normalizeComponent(
24334
24334
  )
24335
24335
 
24336
24336
  /* harmony default export */ var DiagnosticTool = (DiagnosticTool_component.exports);
24337
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"31df350e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DebugHelper.vue?vue&type=template&id=71e1550c
24337
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ae276cf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DebugHelper.vue?vue&type=template&id=71e1550c
24338
24338
  var DebugHelpervue_type_template_id_71e1550c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('PremiumBblEditor',{attrs:{"placeholder":"Start writing..."},model:{value:(_vm.content),callback:function ($$v) {_vm.content=$$v},expression:"content"}})],1)}
24339
24339
  var DebugHelpervue_type_template_id_71e1550c_staticRenderFns = []
24340
24340