vue2-bbl-editor 1.3.1 → 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.
@@ -2859,7 +2859,7 @@ if (typeof window !== 'undefined') {
2859
2859
  // Indicate to webpack that this file can be concatenated
2860
2860
  /* harmony default export */ var setPublicPath = (null);
2861
2861
 
2862
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
2862
+ // 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
2863
2863
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"premium-editor-container",class:[
2864
2864
  ("theme-" + _vm.theme),
2865
2865
  _vm.editorClass
@@ -13519,14 +13519,14 @@ function useEditor(props, emit) {
13519
13519
  blur: blur
13520
13520
  };
13521
13521
  }
13522
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
13522
+ // 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
13523
13523
  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)])])}
13524
13524
  var ToolbarMainvue_type_template_id_7a96fd40_staticRenderFns = []
13525
13525
 
13526
13526
 
13527
13527
  // CONCATENATED MODULE: ./src/components/Toolbar/ToolbarMain.vue?vue&type=template&id=7a96fd40
13528
13528
 
13529
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
13529
+ // 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
13530
13530
  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)}
13531
13531
  var ToolbarGroupvue_type_template_id_442c8136_staticRenderFns = []
13532
13532
 
@@ -13664,7 +13664,7 @@ var component = normalizeComponent(
13664
13664
  )
13665
13665
 
13666
13666
  /* harmony default export */ var ToolbarGroup = (component.exports);
13667
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
13667
+ // 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
13668
13668
  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)}
13669
13669
  var ToolbarButtonvue_type_template_id_049b1133_scoped_true_staticRenderFns = []
13670
13670
 
@@ -13728,7 +13728,7 @@ var ToolbarButton_component = normalizeComponent(
13728
13728
  )
13729
13729
 
13730
13730
  /* harmony default export */ var ToolbarButton = (ToolbarButton_component.exports);
13731
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
13731
+ // 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
13732
13732
  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)}
13733
13733
  var HeadingDropdownvue_type_template_id_316569f8_scoped_true_staticRenderFns = []
13734
13734
 
@@ -13875,7 +13875,7 @@ var HeadingDropdown_component = normalizeComponent(
13875
13875
  )
13876
13876
 
13877
13877
  /* harmony default export */ var HeadingDropdown = (HeadingDropdown_component.exports);
13878
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
13878
+ // 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
13879
13879
  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)}
13880
13880
  var FontFamilyDropdownvue_type_template_id_63c4f28f_scoped_true_staticRenderFns = []
13881
13881
 
@@ -14154,7 +14154,7 @@ var FontFamilyDropdown_component = normalizeComponent(
14154
14154
  )
14155
14155
 
14156
14156
  /* harmony default export */ var FontFamilyDropdown = (FontFamilyDropdown_component.exports);
14157
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14157
+ // 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
14158
14158
  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)}
14159
14159
  var FontSizeDropdownvue_type_template_id_48e8063c_scoped_true_staticRenderFns = []
14160
14160
 
@@ -14369,7 +14369,7 @@ var FontSizeDropdown_component = normalizeComponent(
14369
14369
  )
14370
14370
 
14371
14371
  /* harmony default export */ var FontSizeDropdown = (FontSizeDropdown_component.exports);
14372
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14372
+ // 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
14373
14373
  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)}
14374
14374
  var LineHeightDropdownvue_type_template_id_2f569a71_scoped_true_staticRenderFns = []
14375
14375
 
@@ -14516,14 +14516,14 @@ var LineHeightDropdown_component = normalizeComponent(
14516
14516
  )
14517
14517
 
14518
14518
  /* harmony default export */ var LineHeightDropdown = (LineHeightDropdown_component.exports);
14519
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14519
+ // 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
14520
14520
  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)}
14521
14521
  var AlignmentDropdownvue_type_template_id_5acb8492_scoped_true_staticRenderFns = []
14522
14522
 
14523
14523
 
14524
14524
  // CONCATENATED MODULE: ./src/components/Toolbar/AlignmentDropdown.vue?vue&type=template&id=5acb8492&scoped=true
14525
14525
 
14526
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14526
+ // 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
14527
14527
  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"}})])}
14528
14528
  var LeftAlignvue_type_template_id_3c666a24_staticRenderFns = []
14529
14529
 
@@ -14549,7 +14549,7 @@ var LeftAlign_component = normalizeComponent(
14549
14549
  )
14550
14550
 
14551
14551
  /* harmony default export */ var LeftAlign = (LeftAlign_component.exports);
14552
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14552
+ // 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
14553
14553
  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"}})])}
14554
14554
  var RightAlignvue_type_template_id_ce707032_staticRenderFns = []
14555
14555
 
@@ -14596,7 +14596,7 @@ var RightAlign_component = normalizeComponent(
14596
14596
  )
14597
14597
 
14598
14598
  /* harmony default export */ var RightAlign = (RightAlign_component.exports);
14599
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14599
+ // 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
14600
14600
  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"}})])}
14601
14601
  var CenterAlignvue_type_template_id_089b81ff_staticRenderFns = []
14602
14602
 
@@ -14622,7 +14622,7 @@ var CenterAlign_component = normalizeComponent(
14622
14622
  )
14623
14623
 
14624
14624
  /* harmony default export */ var CenterAlign = (CenterAlign_component.exports);
14625
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14625
+ // 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
14626
14626
  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"}})])}
14627
14627
  var JustifyAlignvue_type_template_id_052cc9e0_staticRenderFns = []
14628
14628
 
@@ -14648,7 +14648,7 @@ var JustifyAlign_component = normalizeComponent(
14648
14648
  )
14649
14649
 
14650
14650
  /* harmony default export */ var JustifyAlign = (JustifyAlign_component.exports);
14651
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14651
+ // 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
14652
14652
  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"}})])}
14653
14653
  var BlockDisplayvue_type_template_id_344115c8_staticRenderFns = []
14654
14654
 
@@ -14688,7 +14688,7 @@ var BlockDisplay_component = normalizeComponent(
14688
14688
  )
14689
14689
 
14690
14690
  /* harmony default export */ var BlockDisplay = (BlockDisplay_component.exports);
14691
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14691
+ // 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
14692
14692
  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"}})])}
14693
14693
  var InlineDisplayvue_type_template_id_7e2b80e8_staticRenderFns = []
14694
14694
 
@@ -14728,7 +14728,7 @@ var InlineDisplay_component = normalizeComponent(
14728
14728
  )
14729
14729
 
14730
14730
  /* harmony default export */ var InlineDisplay = (InlineDisplay_component.exports);
14731
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14731
+ // 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
14732
14732
  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"}})])}
14733
14733
  var CaptionTopvue_type_template_id_09e2938c_staticRenderFns = []
14734
14734
 
@@ -14779,7 +14779,7 @@ var CaptionTop_component = normalizeComponent(
14779
14779
  )
14780
14780
 
14781
14781
  /* harmony default export */ var CaptionTop = (CaptionTop_component.exports);
14782
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14782
+ // 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
14783
14783
  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"}})])}
14784
14784
  var CaptionBottomvue_type_template_id_1b652be2_staticRenderFns = []
14785
14785
 
@@ -14830,7 +14830,7 @@ var CaptionBottom_component = normalizeComponent(
14830
14830
  )
14831
14831
 
14832
14832
  /* harmony default export */ var CaptionBottom = (CaptionBottom_component.exports);
14833
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14833
+ // 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
14834
14834
  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"}})])}
14835
14835
  var NoCaptionvue_type_template_id_5fb31a54_staticRenderFns = []
14836
14836
 
@@ -14881,7 +14881,7 @@ var NoCaption_component = normalizeComponent(
14881
14881
  )
14882
14882
 
14883
14883
  /* harmony default export */ var NoCaption = (NoCaption_component.exports);
14884
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14884
+ // 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
14885
14885
  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"}})])}
14886
14886
  var Deletevue_type_template_id_6adddb4a_staticRenderFns = []
14887
14887
 
@@ -14924,7 +14924,7 @@ var Delete_component = normalizeComponent(
14924
14924
  )
14925
14925
 
14926
14926
  /* harmony default export */ var Delete = (Delete_component.exports);
14927
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14927
+ // 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
14928
14928
  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"}})])}
14929
14929
  var SpacingSmallvue_type_template_id_9241b13e_staticRenderFns = []
14930
14930
 
@@ -14976,7 +14976,7 @@ var SpacingSmall_component = normalizeComponent(
14976
14976
  )
14977
14977
 
14978
14978
  /* harmony default export */ var SpacingSmall = (SpacingSmall_component.exports);
14979
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
14979
+ // 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
14980
14980
  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"}})])}
14981
14981
  var SpacingMediumvue_type_template_id_4033afe8_staticRenderFns = []
14982
14982
 
@@ -15028,7 +15028,7 @@ var SpacingMedium_component = normalizeComponent(
15028
15028
  )
15029
15029
 
15030
15030
  /* harmony default export */ var SpacingMedium = (SpacingMedium_component.exports);
15031
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15031
+ // 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
15032
15032
  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"}})])}
15033
15033
  var SpacingLargevue_type_template_id_5206385d_staticRenderFns = []
15034
15034
 
@@ -15080,7 +15080,7 @@ var SpacingLarge_component = normalizeComponent(
15080
15080
  )
15081
15081
 
15082
15082
  /* harmony default export */ var SpacingLarge = (SpacingLarge_component.exports);
15083
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15083
+ // 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
15084
15084
  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"}})])}
15085
15085
  var NumberListvue_type_template_id_8075ee8c_staticRenderFns = []
15086
15086
 
@@ -15106,7 +15106,7 @@ var NumberList_component = normalizeComponent(
15106
15106
  )
15107
15107
 
15108
15108
  /* harmony default export */ var NumberList = (NumberList_component.exports);
15109
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15109
+ // 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
15110
15110
  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"}})])}
15111
15111
  var BulletListvue_type_template_id_354cb12d_staticRenderFns = []
15112
15112
 
@@ -15132,7 +15132,7 @@ var BulletList_component = normalizeComponent(
15132
15132
  )
15133
15133
 
15134
15134
  /* harmony default export */ var BulletList = (BulletList_component.exports);
15135
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15135
+ // 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
15136
15136
  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"}})])}
15137
15137
  var BoxListvue_type_template_id_0cf7acda_staticRenderFns = []
15138
15138
 
@@ -15158,7 +15158,7 @@ var BoxList_component = normalizeComponent(
15158
15158
  )
15159
15159
 
15160
15160
  /* harmony default export */ var BoxList = (BoxList_component.exports);
15161
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15161
+ // 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
15162
15162
  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"}})])}
15163
15163
  var Linkvue_type_template_id_b2388e5e_staticRenderFns = []
15164
15164
 
@@ -15184,7 +15184,7 @@ var Link_component = normalizeComponent(
15184
15184
  )
15185
15185
 
15186
15186
  /* harmony default export */ var Link = (Link_component.exports);
15187
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15187
+ // 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
15188
15188
  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"}})])}
15189
15189
  var ImageSvgvue_type_template_id_5a7279cf_staticRenderFns = []
15190
15190
 
@@ -15210,7 +15210,7 @@ var ImageSvg_component = normalizeComponent(
15210
15210
  )
15211
15211
 
15212
15212
  /* harmony default export */ var ImageSvg = (ImageSvg_component.exports);
15213
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15213
+ // 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
15214
15214
  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"}})])}
15215
15215
  var Videovue_type_template_id_1f16cae3_staticRenderFns = []
15216
15216
 
@@ -15236,7 +15236,7 @@ var Video_component = normalizeComponent(
15236
15236
  )
15237
15237
 
15238
15238
  /* harmony default export */ var Video = (Video_component.exports);
15239
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15239
+ // 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
15240
15240
  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"}})])}
15241
15241
  var Previousvue_type_template_id_46212820_staticRenderFns = []
15242
15242
 
@@ -15262,7 +15262,7 @@ var Previous_component = normalizeComponent(
15262
15262
  )
15263
15263
 
15264
15264
  /* harmony default export */ var Previous = (Previous_component.exports);
15265
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15265
+ // 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
15266
15266
  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"}})])}
15267
15267
  var Nextvue_type_template_id_70b76d9a_staticRenderFns = []
15268
15268
 
@@ -15288,7 +15288,7 @@ var Next_component = normalizeComponent(
15288
15288
  )
15289
15289
 
15290
15290
  /* harmony default export */ var Next = (Next_component.exports);
15291
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15291
+ // 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
15292
15292
  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"}})])}
15293
15293
  var Quotevue_type_template_id_5320fa72_staticRenderFns = []
15294
15294
 
@@ -15314,7 +15314,7 @@ var Quote_component = normalizeComponent(
15314
15314
  )
15315
15315
 
15316
15316
  /* harmony default export */ var Quote = (Quote_component.exports);
15317
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15317
+ // 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
15318
15318
  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"}})])}
15319
15319
  var Tablevue_type_template_id_a054bc98_staticRenderFns = []
15320
15320
 
@@ -15340,7 +15340,7 @@ var Table_component = normalizeComponent(
15340
15340
  )
15341
15341
 
15342
15342
  /* harmony default export */ var Table = (Table_component.exports);
15343
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15343
+ // 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
15344
15344
  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"}})])}
15345
15345
  var Codevue_type_template_id_5d713e15_staticRenderFns = []
15346
15346
 
@@ -15381,7 +15381,7 @@ var Code_component = normalizeComponent(
15381
15381
  )
15382
15382
 
15383
15383
  /* harmony default export */ var Code = (Code_component.exports);
15384
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15384
+ // 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
15385
15385
  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"}})])}
15386
15386
  var AboveRowvue_type_template_id_715366d5_staticRenderFns = []
15387
15387
 
@@ -15428,7 +15428,7 @@ var AboveRow_component = normalizeComponent(
15428
15428
  )
15429
15429
 
15430
15430
  /* harmony default export */ var AboveRow = (AboveRow_component.exports);
15431
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15431
+ // 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
15432
15432
  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"}})])}
15433
15433
  var BelowRowvue_type_template_id_50cc770e_staticRenderFns = []
15434
15434
 
@@ -15454,7 +15454,7 @@ var BelowRow_component = normalizeComponent(
15454
15454
  )
15455
15455
 
15456
15456
  /* harmony default export */ var BelowRow = (BelowRow_component.exports);
15457
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15457
+ // 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
15458
15458
  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"}})])}
15459
15459
  var AboveColumnvue_type_template_id_d0159ba8_staticRenderFns = []
15460
15460
 
@@ -15501,7 +15501,7 @@ var AboveColumn_component = normalizeComponent(
15501
15501
  )
15502
15502
 
15503
15503
  /* harmony default export */ var AboveColumn = (AboveColumn_component.exports);
15504
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15504
+ // 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
15505
15505
  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"}})])}
15506
15506
  var BelowColumnvue_type_template_id_8a7709ea_staticRenderFns = []
15507
15507
 
@@ -15527,7 +15527,7 @@ var BelowColumn_component = normalizeComponent(
15527
15527
  )
15528
15528
 
15529
15529
  /* harmony default export */ var BelowColumn = (BelowColumn_component.exports);
15530
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15530
+ // 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
15531
15531
  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"}})])}
15532
15532
  var DeleteTablevue_type_template_id_5b503ed4_staticRenderFns = []
15533
15533
 
@@ -15553,7 +15553,7 @@ var DeleteTable_component = normalizeComponent(
15553
15553
  )
15554
15554
 
15555
15555
  /* harmony default export */ var DeleteTable = (DeleteTable_component.exports);
15556
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15556
+ // 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
15557
15557
  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"}})])}
15558
15558
  var MoveLeftvue_type_template_id_19a31254_staticRenderFns = []
15559
15559
 
@@ -15593,7 +15593,7 @@ var MoveLeft_component = normalizeComponent(
15593
15593
  )
15594
15594
 
15595
15595
  /* harmony default export */ var MoveLeft = (MoveLeft_component.exports);
15596
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15596
+ // 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
15597
15597
  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"}})])}
15598
15598
  var MoveRightvue_type_template_id_dbfc3c58_staticRenderFns = []
15599
15599
 
@@ -15633,7 +15633,7 @@ var MoveRight_component = normalizeComponent(
15633
15633
  )
15634
15634
 
15635
15635
  /* harmony default export */ var MoveRight = (MoveRight_component.exports);
15636
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15636
+ // 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
15637
15637
  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"}})])}
15638
15638
  var MoveUpvue_type_template_id_425b3b61_staticRenderFns = []
15639
15639
 
@@ -15673,7 +15673,7 @@ var MoveUp_component = normalizeComponent(
15673
15673
  )
15674
15674
 
15675
15675
  /* harmony default export */ var MoveUp = (MoveUp_component.exports);
15676
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15676
+ // 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
15677
15677
  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"}})])}
15678
15678
  var MoveDownvue_type_template_id_82c8b536_staticRenderFns = []
15679
15679
 
@@ -15713,7 +15713,7 @@ var MoveDown_component = normalizeComponent(
15713
15713
  )
15714
15714
 
15715
15715
  /* harmony default export */ var MoveDown = (MoveDown_component.exports);
15716
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15716
+ // 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
15717
15717
  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"}})])}
15718
15718
  var Duplicatevue_type_template_id_6bcc6563_staticRenderFns = []
15719
15719
 
@@ -15754,7 +15754,7 @@ var Duplicate_component = normalizeComponent(
15754
15754
  )
15755
15755
 
15756
15756
  /* harmony default export */ var Duplicate = (Duplicate_component.exports);
15757
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15757
+ // 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
15758
15758
  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"}})])}
15759
15759
  var ColorPalettevue_type_template_id_2349f352_staticRenderFns = []
15760
15760
 
@@ -15798,7 +15798,7 @@ var ColorPalette_component = normalizeComponent(
15798
15798
  )
15799
15799
 
15800
15800
  /* harmony default export */ var ColorPalette = (ColorPalette_component.exports);
15801
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15801
+ // 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
15802
15802
  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"}})])}
15803
15803
  var ClearFormattingvue_type_template_id_844ba9de_staticRenderFns = []
15804
15804
 
@@ -15836,7 +15836,7 @@ var ClearFormatting_component = normalizeComponent(
15836
15836
  )
15837
15837
 
15838
15838
  /* harmony default export */ var ClearFormatting = (ClearFormatting_component.exports);
15839
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15839
+ // 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
15840
15840
  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"}})])}
15841
15841
  var CodeBlockvue_type_template_id_77cf3f04_staticRenderFns = []
15842
15842
 
@@ -15874,7 +15874,7 @@ var CodeBlock_component = normalizeComponent(
15874
15874
  )
15875
15875
 
15876
15876
  /* harmony default export */ var svg_CodeBlock = (CodeBlock_component.exports);
15877
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15877
+ // 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
15878
15878
  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"}})])}
15879
15879
  var RowIconvue_type_template_id_55932e9a_staticRenderFns = []
15880
15880
 
@@ -15922,7 +15922,7 @@ var RowIcon_component = normalizeComponent(
15922
15922
  )
15923
15923
 
15924
15924
  /* harmony default export */ var RowIcon = (RowIcon_component.exports);
15925
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15925
+ // 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
15926
15926
  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"}})])}
15927
15927
  var ColumnIconvue_type_template_id_befbca4e_staticRenderFns = []
15928
15928
 
@@ -15970,7 +15970,7 @@ var ColumnIcon_component = normalizeComponent(
15970
15970
  )
15971
15971
 
15972
15972
  /* harmony default export */ var ColumnIcon = (ColumnIcon_component.exports);
15973
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
15973
+ // 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
15974
15974
  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"}})])}
15975
15975
  var CellIconvue_type_template_id_524095f1_staticRenderFns = []
15976
15976
 
@@ -16018,7 +16018,7 @@ var CellIcon_component = normalizeComponent(
16018
16018
  )
16019
16019
 
16020
16020
  /* harmony default export */ var CellIcon = (CellIcon_component.exports);
16021
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
16021
+ // 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
16022
16022
  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"}})])}
16023
16023
  var AlignIconvue_type_template_id_5c2ed9f3_staticRenderFns = []
16024
16024
 
@@ -16080,7 +16080,7 @@ var AlignIcon_component = normalizeComponent(
16080
16080
  )
16081
16081
 
16082
16082
  /* harmony default export */ var AlignIcon = (AlignIcon_component.exports);
16083
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
16083
+ // 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
16084
16084
  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"}})])}
16085
16085
  var MergeCellsvue_type_template_id_557c4f86_staticRenderFns = []
16086
16086
 
@@ -16132,7 +16132,7 @@ var MergeCells_component = normalizeComponent(
16132
16132
  )
16133
16133
 
16134
16134
  /* harmony default export */ var MergeCells = (MergeCells_component.exports);
16135
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
16135
+ // 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
16136
16136
  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)"}})])}
16137
16137
  var SplitCellvue_type_template_id_1c245141_staticRenderFns = []
16138
16138
 
@@ -16368,7 +16368,7 @@ var AlignmentDropdown_component = normalizeComponent(
16368
16368
  )
16369
16369
 
16370
16370
  /* harmony default export */ var AlignmentDropdown = (AlignmentDropdown_component.exports);
16371
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
16371
+ // 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
16372
16372
  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)}
16373
16373
  var ListDropdownvue_type_template_id_43bc54c8_scoped_true_staticRenderFns = []
16374
16374
 
@@ -16510,7 +16510,7 @@ var ListDropdown_component = normalizeComponent(
16510
16510
  )
16511
16511
 
16512
16512
  /* harmony default export */ var ListDropdown = (ListDropdown_component.exports);
16513
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
16513
+ // 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
16514
16514
  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:{
16515
16515
  'highlighted': row <= _vm.hoveredRows && col <= _vm.hoveredCols
16516
16516
  },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)}
@@ -16645,7 +16645,7 @@ var TableDropdown_component = normalizeComponent(
16645
16645
  )
16646
16646
 
16647
16647
  /* harmony default export */ var TableDropdown = (TableDropdown_component.exports);
16648
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
16648
+ // 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
16649
16649
  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()])}
16650
16650
  var ColorPickerDropdownvue_type_template_id_8bc740d8_scoped_true_staticRenderFns = []
16651
16651
 
@@ -16919,7 +16919,7 @@ var ColorPickerDropdown_component = normalizeComponent(
16919
16919
  )
16920
16920
 
16921
16921
  /* harmony default export */ var ColorPickerDropdown = (ColorPickerDropdown_component.exports);
16922
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
16922
+ // 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
16923
16923
  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()])}
16924
16924
  var HighlightPickerDropdownvue_type_template_id_f5f4b028_scoped_true_staticRenderFns = []
16925
16925
 
@@ -17636,7 +17636,7 @@ var ToolbarMain_component = normalizeComponent(
17636
17636
  )
17637
17637
 
17638
17638
  /* harmony default export */ var ToolbarMain = (ToolbarMain_component.exports);
17639
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
17639
+ // 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
17640
17640
  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()}
17641
17641
  var BubbleMenuvue_type_template_id_d228d170_scoped_true_staticRenderFns = []
17642
17642
 
@@ -17762,14 +17762,14 @@ var BubbleMenu_component = normalizeComponent(
17762
17762
  )
17763
17763
 
17764
17764
  /* harmony default export */ var BubbleMenu = (BubbleMenu_component.exports);
17765
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
17765
+ // 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
17766
17766
  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()}
17767
17767
  var TableBubbleMenuvue_type_template_id_2e470dcb_scoped_true_staticRenderFns = []
17768
17768
 
17769
17769
 
17770
17770
  // CONCATENATED MODULE: ./src/components/Menus/TableBubbleMenu.vue?vue&type=template&id=2e470dcb&scoped=true
17771
17771
 
17772
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
17772
+ // 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
17773
17773
  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()])}
17774
17774
  var BubbleMenuDropdownvue_type_template_id_44510f88_scoped_true_staticRenderFns = []
17775
17775
 
@@ -19016,7 +19016,7 @@ var TableBubbleMenu_component = normalizeComponent(
19016
19016
  )
19017
19017
 
19018
19018
  /* harmony default export */ var TableBubbleMenu = (TableBubbleMenu_component.exports);
19019
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
19019
+ // 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
19020
19020
  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()}
19021
19021
  var ImageBubbleMenuvue_type_template_id_17766d4e_scoped_true_staticRenderFns = []
19022
19022
 
@@ -19402,7 +19402,7 @@ var ImageBubbleMenu_component = normalizeComponent(
19402
19402
  )
19403
19403
 
19404
19404
  /* harmony default export */ var ImageBubbleMenu = (ImageBubbleMenu_component.exports);
19405
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
19405
+ // 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
19406
19406
  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()}
19407
19407
  var VideoBubbleMenuvue_type_template_id_b8fe8f10_scoped_true_staticRenderFns = []
19408
19408
 
@@ -19788,7 +19788,7 @@ var VideoBubbleMenu_component = normalizeComponent(
19788
19788
  )
19789
19789
 
19790
19790
  /* harmony default export */ var VideoBubbleMenu = (VideoBubbleMenu_component.exports);
19791
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
19791
+ // 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
19792
19792
  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()}
19793
19793
  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. ")])}]
19794
19794
 
@@ -20647,7 +20647,7 @@ var ImageModal_component = normalizeComponent(
20647
20647
  )
20648
20648
 
20649
20649
  /* harmony default export */ var ImageModal = (ImageModal_component.exports);
20650
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
20650
+ // 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
20651
20651
  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()}
20652
20652
  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. ")])}]
20653
20653
 
@@ -21121,7 +21121,7 @@ var VideoModal_component = normalizeComponent(
21121
21121
  )
21122
21122
 
21123
21123
  /* harmony default export */ var VideoModal = (VideoModal_component.exports);
21124
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
21124
+ // 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
21125
21125
  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()}
21126
21126
  var LinkModalvue_type_template_id_744289fc_scoped_true_staticRenderFns = []
21127
21127
 
@@ -22301,7 +22301,7 @@ var PremiumBblEditor_component = normalizeComponent(
22301
22301
  )
22302
22302
 
22303
22303
  /* harmony default export */ var PremiumBblEditor = (PremiumBblEditor_component.exports);
22304
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
22304
+ // 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
22305
22305
  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:[
22306
22306
  ("theme-" + _vm.theme),
22307
22307
  _vm.editorClass
@@ -23939,7 +23939,7 @@ var PremiumBblEditorOptionsAPI_component = normalizeComponent(
23939
23939
  )
23940
23940
 
23941
23941
  /* harmony default export */ var PremiumBblEditorOptionsAPI = (PremiumBblEditorOptionsAPI_component.exports);
23942
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
23942
+ // 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
23943
23943
  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()])}
23944
23944
  var DiagnosticToolvue_type_template_id_c5e76f00_scoped_true_staticRenderFns = []
23945
23945
 
@@ -24344,7 +24344,7 @@ var DiagnosticTool_component = normalizeComponent(
24344
24344
  )
24345
24345
 
24346
24346
  /* harmony default export */ var DiagnosticTool = (DiagnosticTool_component.exports);
24347
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b9a18c4-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
24347
+ // 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
24348
24348
  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)}
24349
24349
  var DebugHelpervue_type_template_id_71e1550c_staticRenderFns = []
24350
24350