@onereach/ui-components 4.2.0-beta.2547.0 → 4.2.0-beta.2549.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.
@@ -1765,7 +1765,7 @@ var script = defineComponent({
1765
1765
  return [...Toolbar, ...(isFocused.value ? ToolbarButtonFocused : ToolbarButton)];
1766
1766
  });
1767
1767
  const editorInputStyles = computed(() => {
1768
- return ['tiptap-editor', ...(props.fullHeight ? ['h-[88%] overflow-y-auto'] : []), ...EditorInput];
1768
+ return ['tiptap-editor', ...(props.fullHeight ? ['h-full overflow-y-auto'] : []), ...EditorInput];
1769
1769
  });
1770
1770
  //Effects
1771
1771
  watch(proxyModelValue, value => {
@@ -1882,7 +1882,7 @@ var __vue_render__ = function () {
1882
1882
  }), 0);
1883
1883
  }), 0), _vm._v(" "), _c('div', {
1884
1884
  class: ['p-sm', {
1885
- 'h-full': _vm.fullHeight
1885
+ 'h-[calc(100%-32px)]': _vm.fullHeight
1886
1886
  }]
1887
1887
  }, [_c('div', {
1888
1888
  ref: "editorRef",