@onereach/ui-components 4.2.0-beta.2546.0 → 4.2.0-beta.2547.0

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.
@@ -1720,7 +1720,7 @@ var script = defineComponent({
1720
1720
  return [...Toolbar, ...(isFocused.value ? ToolbarButtonFocused : ToolbarButton)];
1721
1721
  });
1722
1722
  const editorInputStyles = computed(() => {
1723
- return ['tiptap-editor', ...(props.fullHeight ? ['h-full overflow-y-auto'] : []), ...EditorInput];
1723
+ return ['tiptap-editor', ...(props.fullHeight ? ['h-[88%] overflow-y-auto'] : []), ...EditorInput];
1724
1724
  });
1725
1725
  //Effects
1726
1726
  watch(proxyModelValue, value => {
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrRichTextEditor.vue_vue_type_script_lang-fec87993.js';
2
- export { s as default } from '../../OrRichTextEditor.vue_vue_type_script_lang-fec87993.js';
1
+ import { s as script } from '../../OrRichTextEditor.vue_vue_type_script_lang-91573107.js';
2
+ export { s as default } from '../../OrRichTextEditor.vue_vue_type_script_lang-91573107.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createTextVNode, toDisplayString, createElementVNode, Fragment, renderList, createBlock, renderSlot, createCommentVNode } from 'vue';
4
4
  import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
5
5
  import 'vue-demi';
@@ -156,7 +156,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
156
156
  }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */);
157
157
  }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */), createElementVNode("div", {
158
158
  class: normalizeClass(['p-sm', {
159
- 'h-[87%]': _ctx.fullHeight
159
+ 'h-full': _ctx.fullHeight
160
160
  }])
161
161
  }, [createElementVNode("div", {
162
162
  ref: "editorRef",
@@ -1,4 +1,4 @@
1
- export { s as OrRichTextEditorV3 } from '../../OrRichTextEditor.vue_vue_type_script_lang-fec87993.js';
1
+ export { s as OrRichTextEditorV3 } from '../../OrRichTextEditor.vue_vue_type_script_lang-91573107.js';
2
2
  import 'vue-demi';
3
3
  import '../../useFocusTrap-9567b3c8.js';
4
4
  import '@vueuse/core';
@@ -151,7 +151,7 @@ export { default as useQueueV3 } from './OrToastV3/composable/useQueue.js';
151
151
  export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-b8594f7e.js';
152
152
  export { s as OrTooltipContent } from '../OrTooltipContent.vue_vue_type_script_lang-969c20ed.js';
153
153
  export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-b35199da.js';
154
- export { s as OrRichTextEditorV3 } from '../OrRichTextEditor.vue_vue_type_script_lang-fec87993.js';
154
+ export { s as OrRichTextEditorV3 } from '../OrRichTextEditor.vue_vue_type_script_lang-91573107.js';
155
155
  import 'vue-demi';
156
156
  import 'lodash';
157
157
  import './OrIcon/OrIcon.js';