@onereach/ui-components 2.68.0-beta.2002.0 → 2.68.0-beta.2008.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.
Files changed (37) hide show
  1. package/dist/bundled/v2/{OrCode-0cd991a1.js → OrCode-b9332066.js} +1 -1
  2. package/dist/bundled/v2/{OrConfirm-56d01cff.js → OrConfirm-19758dae.js} +1 -1
  3. package/dist/bundled/v2/OrModal-71d33219.js +202 -0
  4. package/dist/bundled/v2/{OrRichTextEditor-898d67d5.js → OrRichTextEditor-4a41e294.js} +14 -10
  5. package/dist/bundled/v2/components/index.js +5 -4
  6. package/dist/bundled/v2/components/or-code/index.js +3 -2
  7. package/dist/bundled/v2/components/or-confirm/index.js +3 -2
  8. package/dist/bundled/v2/components/or-modal/index.js +2 -1
  9. package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +5 -5
  10. package/dist/bundled/v2/components/or-rich-text-editor-v3/index.js +3 -2
  11. package/dist/bundled/v2/index.js +5 -4
  12. package/dist/bundled/{v3/OrModal.vue_vue_type_script_lang-a1ed2ebb.js → v2/useFocusTrap-d744652a.js} +4 -126
  13. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-6c5f94a6.js → OrCode.vue_vue_type_script_lang-5fe573eb.js} +2 -2
  14. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-0f16fc67.js → OrConfirm.vue_vue_type_script_lang-4451e782.js} +2 -2
  15. package/dist/bundled/v3/{OrModal-868160ef.js → OrModal-bbabef06.js} +1 -1
  16. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-a599dfe7.js +128 -0
  17. package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-2e607f79.js → OrRichTextEditor.vue_vue_type_script_lang-f5d3e39b.js} +13 -9
  18. package/dist/bundled/v3/components/index.js +6 -5
  19. package/dist/bundled/v3/components/or-code/index.js +4 -3
  20. package/dist/bundled/v3/components/or-confirm/index.js +4 -3
  21. package/dist/bundled/v3/components/or-modal/index.js +2 -1
  22. package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +5 -5
  23. package/dist/bundled/v3/components/or-rich-text-editor-v3/index.js +3 -2
  24. package/dist/bundled/v3/index.js +9 -8
  25. package/dist/bundled/{v2/OrModal-a5411b0d.js → v3/useFocusTrap-d21726e3.js} +3 -200
  26. package/dist/esm/v2/{OrRichTextEditor-6bc37dc4.js → OrRichTextEditor-11967cd9.js} +14 -10
  27. package/dist/esm/v2/components/index.js +1 -1
  28. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +5 -5
  29. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +2 -1
  30. package/dist/esm/v2/index.js +1 -1
  31. package/dist/esm/v3/{OrRichTextEditor-a5d38e89.js → OrRichTextEditor-ad5f24ba.js} +13 -9
  32. package/dist/esm/v3/components/index.js +1 -1
  33. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +5 -5
  34. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -1
  35. package/dist/esm/v3/index.js +1 -1
  36. package/package.json +1 -1
  37. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +17 -11
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
1
+ import { s as script } from './OrModal.vue_vue_type_script_lang-a599dfe7.js';
2
2
  import { resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, normalizeClass, renderSlot, toDisplayString, withDirectives, vShow, createCommentVNode } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
@@ -0,0 +1,128 @@
1
+ import { openBlock, createElementBlock, normalizeClass, renderSlot, defineComponent, ref, watch, onBeforeUnmount } from 'vue';
2
+ import _ from 'lodash';
3
+ import { onClickOutside } from '@vueuse/core';
4
+ import { u as useFocusTrap } from './useFocusTrap-d21726e3.js';
5
+ import './OrIconButton-e637158e.js';
6
+ import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
7
+ import { s as styleInject } from './style-inject.es-4c6f2515.js';
8
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-40547ab0.js';
9
+
10
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
11
+ return openBlock(), createElementBlock("div", {
12
+ class: normalizeClass(["or-overlay", _ctx.states])
13
+ }, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
14
+ }
15
+
16
+ var css_248z = "/**\n * A simple way to manage mobile breakpoints described in https://davidwalsh.name/write-media-queries-sass.\n * Can be further extended using following approach https://rimdev.io/making-media-query-mixins-with-sass/\n */\n@keyframes spinAround-34f88318 {\nfrom {\n transform: rotate(0);\n}\nto {\n transform: rotate(359deg);\n}\n}\n@keyframes fade-34f88318 {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0;\n}\n}\n.or-overlay[data-v-34f88318] {\n display: none;\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n z-index: 25;\n}\n.or-overlay[data-v-34f88318]:not(.without-background) {\n background-color: rgba(30, 35, 43, 0.8);\n}\n.or-overlay.active[data-v-34f88318] {\n display: flex;\n}\n.or-overlay.page[data-v-34f88318] {\n position: fixed;\n height: 100vh;\n width: 100vw;\n}";
17
+ styleInject(css_248z);
18
+
19
+ script$1.render = render;
20
+ script$1.__scopeId = "data-v-34f88318";
21
+ script$1.__file = "src/components/or-overlay/OrOverlay.vue";
22
+
23
+ var OrModalSizes;
24
+ (function (OrModalSizes) {
25
+ OrModalSizes["tiny"] = "tiny";
26
+ OrModalSizes["small"] = "small";
27
+ OrModalSizes["medium"] = "medium";
28
+ OrModalSizes["large"] = "large";
29
+ OrModalSizes["fullScreen"] = "fullScreen";
30
+ })(OrModalSizes || (OrModalSizes = {}));
31
+
32
+ var script = defineComponent({
33
+ name: 'OrModal',
34
+ components: {
35
+ OrIconButton: script$2,
36
+ OrOverlay: script$1
37
+ },
38
+ props: {
39
+ titleText: {
40
+ type: String,
41
+ required: false,
42
+ default: null,
43
+ validator: _.isString
44
+ },
45
+ showClose: {
46
+ type: Boolean,
47
+ default: true,
48
+ validator: _.isBoolean
49
+ },
50
+ closeOnClickOutside: {
51
+ type: Boolean,
52
+ required: false,
53
+ default: false,
54
+ validator: _.isBoolean
55
+ },
56
+ size: {
57
+ type: String,
58
+ required: false,
59
+ default: OrModalSizes.small
60
+ },
61
+ isOpen: {
62
+ type: Boolean,
63
+ required: true,
64
+ validator: _.isBoolean
65
+ },
66
+ isWithoutOverlay: {
67
+ type: Boolean,
68
+ required: false,
69
+ default: false,
70
+ validator: _.isBoolean
71
+ },
72
+ trapFocus: {
73
+ type: Boolean,
74
+ default: true,
75
+ validator: _.isBoolean
76
+ }
77
+ },
78
+ emits: ['close'],
79
+ setup(props, {
80
+ emit
81
+ }) {
82
+ const overlay = ref();
83
+ let container = ref(null);
84
+ let trap = useFocusTrap(container, {
85
+ immediate: props.trapFocus,
86
+ fallbackFocus: '.container',
87
+ allowOutsideClick: true
88
+ });
89
+ const handleClose = () => emit('close');
90
+ onClickOutside(container, evt => {
91
+ if (!evt.composedPath().includes(overlay.value.$el)) return;
92
+ if (props.closeOnClickOutside) handleClose();
93
+ });
94
+ const toggleFocusTrap = isNeedToTrap => {
95
+ if (isNeedToTrap && props.isOpen) {
96
+ trap.activate();
97
+ } else {
98
+ trap === null || trap === void 0 ? void 0 : trap.deactivate();
99
+ }
100
+ };
101
+ watch(() => props.trapFocus, toggleFocusTrap, {
102
+ immediate: true
103
+ });
104
+ watch(() => props.isOpen, isOpen => {
105
+ toggleFocusTrap(false);
106
+ if (isOpen) {
107
+ container = ref(null);
108
+ } else {
109
+ trap === null || trap === void 0 ? void 0 : trap.deactivate();
110
+ }
111
+ });
112
+ onBeforeUnmount(() => {
113
+ trap === null || trap === void 0 ? void 0 : trap.deactivate();
114
+ });
115
+ return {
116
+ container,
117
+ overlay,
118
+ handleClose
119
+ };
120
+ },
121
+ computed: {
122
+ sizeClass() {
123
+ return `is-${this.size}`;
124
+ }
125
+ }
126
+ });
127
+
128
+ export { OrModalSizes as O, script as s };
@@ -1,4 +1,5 @@
1
1
  import { defineComponent, ref, onMounted, onBeforeUnmount, computed, watch } from 'vue';
2
+ import { u as useFocusTrap } from './useFocusTrap-d21726e3.js';
2
3
  import require$$8 from 'node:punycode';
3
4
  import { k as keyName, b as base } from './index.es-3f39f316.js';
4
5
  import './OrIconButton-00ab6c2d.js';
@@ -36399,7 +36400,7 @@ var script = defineComponent({
36399
36400
  },
36400
36401
  description: {
36401
36402
  type: String,
36402
- default: 'Description'
36403
+ default: ''
36403
36404
  },
36404
36405
  placeholder: {
36405
36406
  type: String,
@@ -36409,7 +36410,7 @@ var script = defineComponent({
36409
36410
  type: Boolean,
36410
36411
  default: false
36411
36412
  },
36412
- markdown: {
36413
+ markdownFormat: {
36413
36414
  type: Boolean,
36414
36415
  default: true
36415
36416
  }
@@ -36429,6 +36430,11 @@ var script = defineComponent({
36429
36430
  const previousHeadingLevel = ref();
36430
36431
  const activeHeadingLevel = ref(0);
36431
36432
  const markdownOutput = ref('');
36433
+ let trap = useFocusTrap(editorRef, {
36434
+ immediate: true,
36435
+ fallbackFocus: '.container',
36436
+ allowOutsideClick: true
36437
+ });
36432
36438
  const iconsEnum = ref({
36433
36439
  bold: 'format_bold',
36434
36440
  italic: 'format_italic',
@@ -36500,7 +36506,7 @@ var script = defineComponent({
36500
36506
  setActiveFormats();
36501
36507
  const html = editor.getHTML();
36502
36508
  const text = editor.getText();
36503
- if (props.markdown) {
36509
+ if (props.markdownFormat) {
36504
36510
  markdownOutput.value = serialize(editor.schema, editor.getJSON());
36505
36511
  emit('update:modelValue', markdownOutput.value);
36506
36512
  } else {
@@ -36510,10 +36516,8 @@ var script = defineComponent({
36510
36516
  onCreate: ({
36511
36517
  editor
36512
36518
  }) => {
36513
- if (props.markdown) {
36519
+ if (props.markdownFormat) {
36514
36520
  const deserialized = deserialize(editor.schema, props.modelValue);
36515
- // const deserialized = defaultMarkdownParser.parse(props.modelValue);
36516
- // editor.view.state.doc = deserialized as Node;
36517
36521
  editor.commands.setContent(deserialized);
36518
36522
  } else {
36519
36523
  editor.commands.setContent(props.modelValue);
@@ -36559,6 +36563,7 @@ var script = defineComponent({
36559
36563
  onBeforeUnmount(() => {
36560
36564
  editor === null || editor === void 0 ? void 0 : editor.destroy();
36561
36565
  });
36566
+ trap.activate();
36562
36567
  // Computed
36563
36568
  const getIndexOfHeading = computed(() => {
36564
36569
  return props.toolbar.flat().indexOf('heading');
@@ -36660,7 +36665,6 @@ var script = defineComponent({
36660
36665
  return serializer.serialize(proseMirrorDocument);
36661
36666
  };
36662
36667
  const deserialize = (schema, content) => {
36663
- // const html = defaultMarkdownParser.parse(content);
36664
36668
  const html = marked.parse(content);
36665
36669
  if (!html) return null;
36666
36670
  const parser = new DOMParser();
@@ -36674,10 +36678,10 @@ var script = defineComponent({
36674
36678
  };
36675
36679
  //Effects
36676
36680
  watch(() => props.modelValue, value => {
36677
- if (value !== (editor === null || editor === void 0 ? void 0 : editor.getHTML()) && !props.markdown) {
36681
+ if (value !== (editor === null || editor === void 0 ? void 0 : editor.getHTML()) && !props.markdownFormat) {
36678
36682
  editor === null || editor === void 0 ? void 0 : editor.commands.setContent(value);
36679
36683
  }
36680
- if (props.markdown && value !== markdownOutput.value) {
36684
+ if (props.markdownFormat && value !== markdownOutput.value) {
36681
36685
  editor === null || editor === void 0 ? void 0 : editor.commands.setContent(markdownOutput.value);
36682
36686
  }
36683
36687
  });
@@ -15,10 +15,10 @@ export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-cd20521b
15
15
  export { s as OrCheckboxV3 } from '../OrCheckbox.vue_vue_type_script_lang-10d8b047.js';
16
16
  export { s as OrChip } from '../OrChip-5d502431.js';
17
17
  export { s as OrChips } from '../OrChips.vue_vue_type_script_lang-69917e34.js';
18
- export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script_lang-6c5f94a6.js';
18
+ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script_lang-5fe573eb.js';
19
19
  export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-65cbb754.js';
20
20
  export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker.vue_vue_type_script_lang-4141378d.js';
21
- export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-0f16fc67.js';
21
+ export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-4451e782.js';
22
22
  export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-20ffe5df.js';
23
23
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-7bfe5005.js';
24
24
  export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
@@ -51,7 +51,7 @@ export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3
51
51
  export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-ccb7e082.js';
52
52
  export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-bae45062.js';
53
53
  export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-e200f5be.js';
54
- export { s as OrModal, O as OrModalSizes } from '../OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
54
+ export { s as OrModal, O as OrModalSizes } from '../OrModal.vue_vue_type_script_lang-a599dfe7.js';
55
55
  export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-f3f5a84b.js';
56
56
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification.vue_vue_type_script_lang-07163a83.js';
57
57
  export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-83bfbfc4.js';
@@ -95,7 +95,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-4d43
95
95
  export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-fa52d391.js';
96
96
  export { s as OrTooltipContent } from '../OrTooltipContent-b0dcb862.js';
97
97
  export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-a4168546.js';
98
- export { s as OrRichTextEditorV3 } from '../OrRichTextEditor.vue_vue_type_script_lang-2e607f79.js';
98
+ export { s as OrRichTextEditorV3 } from '../OrRichTextEditor.vue_vue_type_script_lang-f5d3e39b.js';
99
99
  import 'vue';
100
100
  import 'lodash';
101
101
  import '../OrIcon-1cae8a64.js';
@@ -112,7 +112,7 @@ import '../OrLabel-2809e2db.js';
112
112
  import '../OrLabel-e412c532.js';
113
113
  import '../OrError-b43ebad8.js';
114
114
  import '../index.es-3f39f316.js';
115
- import '../OrModal-868160ef.js';
115
+ import '../OrModal-bbabef06.js';
116
116
  import '../OrHint-c9114268.js';
117
117
  import '../px-to-rem-0b26b83e.js';
118
118
  import '../dom-d21d0a92.js';
@@ -130,6 +130,7 @@ import '../v4-cf8987a3.js';
130
130
  import '../OrPopover-93ef8c26.js';
131
131
  import '../useResponsive-9d397e2a.js';
132
132
  import '../useElevation-c8d5d3ba.js';
133
+ import '../useFocusTrap-d21726e3.js';
133
134
  import '../OrMenuItem-94ffa853.js';
134
135
  import '../dropdown-open-293d2de2.js';
135
136
  import '../useOverflow-2468b718.js';
@@ -1,4 +1,4 @@
1
- export { s as OrCode, O as OrCodeLanguages } from '../../OrCode.vue_vue_type_script_lang-6c5f94a6.js';
1
+ export { s as OrCode, O as OrCodeLanguages } from '../../OrCode.vue_vue_type_script_lang-5fe573eb.js';
2
2
  import '@vueuse/core';
3
3
  import '../../index.es-3f39f316.js';
4
4
  import 'lodash';
@@ -19,8 +19,9 @@ import '../../OrIcon.vue_vue_type_script_lang-7e3a17fe.js';
19
19
  import '../../px-to-rem-0b26b83e.js';
20
20
  import '../../OrLoader-ee97fef4.js';
21
21
  import '../../OrLoader.vue_vue_type_script_lang-1378ab8e.js';
22
- import '../../OrModal-868160ef.js';
23
- import '../../OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
22
+ import '../../OrModal-bbabef06.js';
23
+ import '../../OrModal.vue_vue_type_script_lang-a599dfe7.js';
24
+ import '../../useFocusTrap-d21726e3.js';
24
25
  import '../../OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
25
26
  import '../../OrError-b43ebad8.js';
26
27
  import '../../OrError.vue_vue_type_script_lang-7c39e012.js';
@@ -1,4 +1,4 @@
1
- export { s as OrConfirm } from '../../OrConfirm.vue_vue_type_script_lang-0f16fc67.js';
1
+ export { s as OrConfirm } from '../../OrConfirm.vue_vue_type_script_lang-4451e782.js';
2
2
  import 'vue';
3
3
  import '@vueuse/core';
4
4
  import '../../index-01519e46.js';
@@ -18,8 +18,9 @@ import '../../OrTeleportVue3-012351e1.js';
18
18
  import '../../dom-d21d0a92.js';
19
19
  import '../../OrLoader-ee97fef4.js';
20
20
  import '../../OrLoader.vue_vue_type_script_lang-1378ab8e.js';
21
- import '../../OrModal-868160ef.js';
22
- import '../../OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
21
+ import '../../OrModal-bbabef06.js';
22
+ import '../../OrModal.vue_vue_type_script_lang-a599dfe7.js';
23
+ import '../../useFocusTrap-d21726e3.js';
23
24
  import '../../OrIconButton-e637158e.js';
24
25
  import '../../OrIconButton.vue_vue_type_script_lang-40547ab0.js';
25
26
  import '../../OrTooltip.vue_vue_type_script_lang-fa52d391.js';
@@ -1,7 +1,8 @@
1
- export { s as OrModal, O as OrModalSizes } from '../../OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
1
+ export { s as OrModal, O as OrModalSizes } from '../../OrModal.vue_vue_type_script_lang-a599dfe7.js';
2
2
  import 'vue';
3
3
  import 'lodash';
4
4
  import '@vueuse/core';
5
+ import '../../useFocusTrap-d21726e3.js';
5
6
  import '../../OrIconButton-e637158e.js';
6
7
  import '../../OrIconButton.vue_vue_type_script_lang-40547ab0.js';
7
8
  import '../../OrTooltip.vue_vue_type_script_lang-fa52d391.js';
@@ -56,7 +56,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
56
56
  type: BooleanConstructor;
57
57
  default: boolean;
58
58
  };
59
- markdown: {
59
+ markdownFormat: {
60
60
  type: BooleanConstructor;
61
61
  default: boolean;
62
62
  };
@@ -82,7 +82,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
82
82
  type: BooleanConstructor;
83
83
  default: boolean;
84
84
  };
85
- markdown: {
85
+ markdownFormat: {
86
86
  type: BooleanConstructor;
87
87
  default: boolean;
88
88
  };
@@ -92,7 +92,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
92
92
  description: string;
93
93
  placeholder: string;
94
94
  autofocus: boolean;
95
- markdown: boolean;
95
+ markdownFormat: boolean;
96
96
  } & {} & {
97
97
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
98
98
  }, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -135,7 +135,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
135
135
  description: string;
136
136
  placeholder: string;
137
137
  autofocus: boolean;
138
- markdown: boolean;
138
+ markdownFormat: boolean;
139
139
  } & {} & {
140
140
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
141
141
  }, {
@@ -144,6 +144,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
144
144
  description: string;
145
145
  placeholder: string;
146
146
  autofocus: boolean;
147
- markdown: boolean;
147
+ markdownFormat: boolean;
148
148
  }, true>);
149
149
  export default _default;
@@ -1,5 +1,7 @@
1
- export { s as OrRichTextEditorV3 } from '../../OrRichTextEditor.vue_vue_type_script_lang-2e607f79.js';
1
+ export { s as OrRichTextEditorV3 } from '../../OrRichTextEditor.vue_vue_type_script_lang-f5d3e39b.js';
2
2
  import 'vue';
3
+ import '../../useFocusTrap-d21726e3.js';
4
+ import '@vueuse/core';
3
5
  import 'node:punycode';
4
6
  import '../../index.es-3f39f316.js';
5
7
  import '../../OrIconButton-00ab6c2d.js';
@@ -8,7 +10,6 @@ import '../../OrIcon-3a514933.js';
8
10
  import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
9
11
  import '../../useClassAttribute-00888f78.js';
10
12
  import '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
11
- import '@vueuse/core';
12
13
  import '../../OrPopover-93ef8c26.js';
13
14
  import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
14
15
  import '../../floating-ui.dom.esm-83eba816.js';