@onereach/ui-components 4.2.0-beta.2547.0 → 4.2.0-beta.2548.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/v3/{OrRichTextEditor.vue_vue_type_script_lang-91573107.js → OrRichTextEditor.vue_vue_type_script_lang-fec87993.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 +1 -1
- package/dist/esm/v2/{OrRichTextEditor-08269aa3.js → OrRichTextEditor-e19e74f4.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-6a8071bb.js → OrRichTextEditor-f5c54d46.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
|
@@ -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-
|
|
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-
|
|
1885
|
+
'h-[88%]': _vm.fullHeight
|
|
1886
1886
|
}]
|
|
1887
1887
|
}, [_c('div', {
|
|
1888
1888
|
ref: "editorRef",
|
|
@@ -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-
|
|
1723
|
+
return ['tiptap-editor', ...(props.fullHeight ? ['h-full 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-
|
|
2
|
-
export { s as default } from '../../OrRichTextEditor.vue_vue_type_script_lang-
|
|
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';
|
|
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-
|
|
159
|
+
'h-[88%]': _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-
|
|
1
|
+
export { s as OrRichTextEditorV3 } from '../../OrRichTextEditor.vue_vue_type_script_lang-fec87993.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-
|
|
154
|
+
export { s as OrRichTextEditorV3 } from '../OrRichTextEditor.vue_vue_type_script_lang-fec87993.js';
|
|
155
155
|
import 'vue-demi';
|
|
156
156
|
import 'lodash';
|
|
157
157
|
import './OrIcon/OrIcon.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -119,7 +119,7 @@ import './components/OrToastContainerV3/OrToastContainer.js';
|
|
|
119
119
|
export { s as OrToastContainerV3 } from './OrToastContainer.vue_vue_type_script_lang-96bc2f19.js';
|
|
120
120
|
export { default as useToastV3 } from './components/OrToastV3/composable/useToast.js';
|
|
121
121
|
import './components/OrRichTextEditorV3/OrRichTextEditor.js';
|
|
122
|
-
export { s as OrRichTextEditorV3 } from './OrRichTextEditor.vue_vue_type_script_lang-
|
|
122
|
+
export { s as OrRichTextEditorV3 } from './OrRichTextEditor.vue_vue_type_script_lang-fec87993.js';
|
|
123
123
|
export { OR_AVATAR_SIZE } from './components/OrAvatar/constants.js';
|
|
124
124
|
export { AvatarColor, AvatarSize } from './components/OrAvatarV3/props.js';
|
|
125
125
|
export { s as OrBottomSheetV3 } from './OrBottomSheet.vue_vue_type_script_lang-01d7c429.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-full 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-[88%]': _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-e19e74f4.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-e19e74f4.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-full 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-[88%]': _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-f5c54d46.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-f5c54d46.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.2548.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.2548.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-[88%]': 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-full overflow-y-auto'] : [],
|
|
519
519
|
...EditorInput,
|
|
520
520
|
];
|
|
521
521
|
});
|