@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.
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-fec87993.js → OrRichTextEditor.vue_vue_type_script_lang-91573107.js} +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +3 -3
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/index.js +1 -1
- package/dist/bundled/v3/index.js +2 -2
- package/dist/esm/v2/{OrRichTextEditor-1807042a.js → OrRichTextEditor-08269aa3.js} +2 -2
- package/dist/esm/v2/components/index.js +1 -1
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +1 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v3/{OrRichTextEditor-da724bf1.js → OrRichTextEditor-6a8071bb.js} +2 -2
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +2 -2
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +2 -2
|
@@ -499,7 +499,7 @@ var script = defineComponent({
|
|
|
499
499
|
return [...Toolbar, ...(isFocused.value ? ToolbarButtonFocused : ToolbarButton)];
|
|
500
500
|
});
|
|
501
501
|
const editorInputStyles = computed(() => {
|
|
502
|
-
return ['tiptap-editor', ...(props.fullHeight ? ['h-
|
|
502
|
+
return ['tiptap-editor', ...(props.fullHeight ? ['h-[88%] overflow-y-auto'] : []), ...EditorInput];
|
|
503
503
|
});
|
|
504
504
|
//Effects
|
|
505
505
|
watch(proxyModelValue, value => {
|
|
@@ -616,7 +616,7 @@ var __vue_render__ = function () {
|
|
|
616
616
|
}), 0);
|
|
617
617
|
}), 0), _vm._v(" "), _c('div', {
|
|
618
618
|
class: ['p-sm', {
|
|
619
|
-
'h-
|
|
619
|
+
'h-full': _vm.fullHeight
|
|
620
620
|
}]
|
|
621
621
|
}, [_c('div', {
|
|
622
622
|
ref: "editorRef",
|
|
@@ -107,7 +107,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665
|
|
|
107
107
|
export { _ as OrTooltip } from '../OrTooltip-cfb56e8f.js';
|
|
108
108
|
export { _ as OrTooltipContent } from '../OrTooltipContent-c9540548.js';
|
|
109
109
|
export { _ as OrTooltipV3 } from '../OrTooltip-82c59279.js';
|
|
110
|
-
export { _ as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
110
|
+
export { _ as OrRichTextEditorV3 } from '../OrRichTextEditor-08269aa3.js';
|
|
111
111
|
import 'vue-demi';
|
|
112
112
|
import 'lodash';
|
|
113
113
|
import '../style-inject.es-4c6f2515.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -107,7 +107,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-06654
|
|
|
107
107
|
export { _ as OrTooltip } from './OrTooltip-cfb56e8f.js';
|
|
108
108
|
export { _ as OrTooltipContent } from './OrTooltipContent-c9540548.js';
|
|
109
109
|
export { _ as OrTooltipV3 } from './OrTooltip-82c59279.js';
|
|
110
|
-
export { _ as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
110
|
+
export { _ as OrRichTextEditorV3 } from './OrRichTextEditor-08269aa3.js';
|
|
111
111
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-0d314aa4.js';
|
|
112
112
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
113
113
|
export { u as useElevation } from './useElevation-df91fa50.js';
|
|
@@ -499,7 +499,7 @@ var script = defineComponent({
|
|
|
499
499
|
return [...Toolbar, ...(isFocused.value ? ToolbarButtonFocused : ToolbarButton)];
|
|
500
500
|
});
|
|
501
501
|
const editorInputStyles = computed(() => {
|
|
502
|
-
return ['tiptap-editor', ...(props.fullHeight ? ['h-
|
|
502
|
+
return ['tiptap-editor', ...(props.fullHeight ? ['h-[88%] overflow-y-auto'] : []), ...EditorInput];
|
|
503
503
|
});
|
|
504
504
|
//Effects
|
|
505
505
|
watch(proxyModelValue, value => {
|
|
@@ -613,7 +613,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
613
613
|
}), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */);
|
|
614
614
|
}), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */), createElementVNode("div", {
|
|
615
615
|
class: normalizeClass(['p-sm', {
|
|
616
|
-
'h-
|
|
616
|
+
'h-full': _ctx.fullHeight
|
|
617
617
|
}])
|
|
618
618
|
}, [createElementVNode("div", {
|
|
619
619
|
ref: "editorRef",
|
|
@@ -105,7 +105,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665
|
|
|
105
105
|
export { s as OrTooltip } from '../OrTooltip-be7209e5.js';
|
|
106
106
|
export { s as OrTooltipContent } from '../OrTooltipContent-68c34911.js';
|
|
107
107
|
export { s as OrTooltipV3 } from '../OrTooltip-56ed42c7.js';
|
|
108
|
-
export { s as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
108
|
+
export { s as OrRichTextEditorV3 } from '../OrRichTextEditor-6a8071bb.js';
|
|
109
109
|
import 'vue-demi';
|
|
110
110
|
import 'lodash';
|
|
111
111
|
import 'vue';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -105,7 +105,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-06654
|
|
|
105
105
|
export { s as OrTooltip } from './OrTooltip-be7209e5.js';
|
|
106
106
|
export { s as OrTooltipContent } from './OrTooltipContent-68c34911.js';
|
|
107
107
|
export { s as OrTooltipV3 } from './OrTooltip-56ed42c7.js';
|
|
108
|
-
export { s as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
108
|
+
export { s as OrRichTextEditorV3 } from './OrRichTextEditor-6a8071bb.js';
|
|
109
109
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-0d314aa4.js';
|
|
110
110
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
111
111
|
export { u as useElevation } from './useElevation-df91fa50.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "4.2.0-beta.
|
|
3
|
+
"version": "4.2.0-beta.2547.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@codemirror/lang-json": "6.0.0",
|
|
39
39
|
"@codemirror/lang-markdown": "6.0.1",
|
|
40
40
|
"@floating-ui/dom": "0.3.1",
|
|
41
|
-
"@onereach/styles": "^2.37.4-beta.
|
|
41
|
+
"@onereach/styles": "^2.37.4-beta.2547.0",
|
|
42
42
|
"@splidejs/splide": "4.0.6",
|
|
43
43
|
"@tiptap/core": "2.0.0-beta.209",
|
|
44
44
|
"@tiptap/extension-blockquote": "2.0.0-beta.209",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
</div>
|
|
43
43
|
</div>
|
|
44
44
|
</div>
|
|
45
|
-
<div :class="['p-sm', { 'h-
|
|
45
|
+
<div :class="['p-sm', { 'h-full': fullHeight }]">
|
|
46
46
|
<div
|
|
47
47
|
ref="editorRef"
|
|
48
48
|
:class="editorInputStyles"
|
|
@@ -515,7 +515,7 @@ export default defineComponent({
|
|
|
515
515
|
const editorInputStyles = computed(() => {
|
|
516
516
|
return [
|
|
517
517
|
'tiptap-editor',
|
|
518
|
-
...props.fullHeight ? ['h-
|
|
518
|
+
...props.fullHeight ? ['h-[88%] overflow-y-auto'] : [],
|
|
519
519
|
...EditorInput,
|
|
520
520
|
];
|
|
521
521
|
});
|