@onereach/ui-components 10.5.0-beta.4374.0 → 10.5.0-beta.4375.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 +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v2/{markdown-ed7d6fe1.js → markdown-0ee8cb39.js} +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v3/components/{OrRichTextEditorV3-4d48a25e.js → OrRichTextEditorV3-f275bf56.js} +2 -2
- package/dist/bundled/v3/components/index.js +1 -1
- package/dist/bundled/v3/index.js +1 -1
- package/dist/esm/v2/{OrRichTextEditor-1388332d.js → OrRichTextEditor-12e07cad.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-6cfce26d.js → OrRichTextEditor-8a4836d5.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 +1 -1
- package/src/components/or-rich-text-editor-v3/utils/markdown.ts +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h as useResizeObserver, o as onClickOutside } from '../../index-fe85dfd9.js';
|
|
2
2
|
import { u as useFocusTrap } from '../../useFocusTrap-5b440601.js';
|
|
3
3
|
import { defineComponent, ref, computed, onMounted, onBeforeUnmount, watch, nextTick } from 'vue-demi';
|
|
4
|
-
import { B as Blockquote, a as Bold, b as BulletList, C as CodeBlock, H as HardBreak, c as HorizontalRule, I as Italic, L as ListItem, O as OrderedList, P as Paragraph, S as Strike, s as serialize, d as deserialize, U as Underline, e as Link, f as Highlight } from '../../markdown-
|
|
4
|
+
import { B as Blockquote, a as Bold, b as BulletList, C as CodeBlock, H as HardBreak, c as HorizontalRule, I as Italic, L as ListItem, O as OrderedList, P as Paragraph, S as Strike, s as serialize, d as deserialize, U as Underline, e as Link, f as Highlight } from '../../markdown-0ee8cb39.js';
|
|
5
5
|
import { ToolbarContainer, Toolbar, ToolbarButtonFocused, ToolbarButton, OrRichTextEditor } from './styles.js';
|
|
6
6
|
import __vue_component__$2 from '../OrIconButtonV3/OrIconButton.js';
|
|
7
7
|
import __vue_component__$3 from '../OrMenuItemV3/OrMenuItem.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as deserialize, s as serialize } from '../../../markdown-
|
|
1
|
+
export { d as deserialize, s as serialize } from '../../../markdown-0ee8cb39.js';
|
|
2
2
|
import '../../../index-0e9c2b43.js';
|
|
@@ -10538,8 +10538,8 @@ const mdSerializerMarks = {
|
|
|
10538
10538
|
expelEnclosingWhitespace: true
|
|
10539
10539
|
},
|
|
10540
10540
|
[Italic.name]: {
|
|
10541
|
-
open: '
|
|
10542
|
-
close: '_
|
|
10541
|
+
open: '_',
|
|
10542
|
+
close: '_',
|
|
10543
10543
|
mixable: true,
|
|
10544
10544
|
expelEnclosingWhitespace: true
|
|
10545
10545
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrRichTextEditorV3-
|
|
1
|
+
export { s as default } from '../OrRichTextEditorV3-f275bf56.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-f275bf56.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats } from '../OrRichTextEditorV3-f275bf56.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OrRichTextEditor, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-
|
|
1
|
+
export { O as OrRichTextEditor, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-f275bf56.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { h as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { h as default } from '../../../OrRichTextEditorV3-f275bf56.js';
|
|
2
2
|
import '../../../OrCode-de4725b5.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as default } from '../../../OrRichTextEditorV3-f275bf56.js';
|
|
2
2
|
import '../../../OrCode-de4725b5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-f275bf56.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '../../../OrCode-de4725b5.js';
|
|
2
2
|
import '../../../../hooks/useTheme.js';
|
|
3
|
-
export { f as color, t as default, g as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-
|
|
3
|
+
export { f as color, t as default, g as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-f275bf56.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-
|
|
1
|
+
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-f275bf56.js';
|
package/dist/bundled/v3/components/{OrRichTextEditorV3-4d48a25e.js → OrRichTextEditorV3-f275bf56.js}
RENAMED
|
@@ -27477,8 +27477,8 @@ const mdSerializerMarks = {
|
|
|
27477
27477
|
expelEnclosingWhitespace: true
|
|
27478
27478
|
},
|
|
27479
27479
|
[Italic.name]: {
|
|
27480
|
-
open: '
|
|
27481
|
-
close: '_
|
|
27480
|
+
open: '_',
|
|
27481
|
+
close: '_',
|
|
27482
27482
|
mixable: true,
|
|
27483
27483
|
expelEnclosingWhitespace: true
|
|
27484
27484
|
},
|
|
@@ -82,7 +82,7 @@ export { s as OrRadioV3 } from './OrRadioV3-ca3da15e.js';
|
|
|
82
82
|
export { s as OrRangeSliderV3 } from './OrRangeSliderV3-010a9f62.js';
|
|
83
83
|
export { s as OrRatingV3 } from './OrRatingV3-82a538ca.js';
|
|
84
84
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanelV3-22c80850.js';
|
|
85
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-
|
|
85
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-f275bf56.js';
|
|
86
86
|
export { default as OrSearch } from './OrSearch/OrSearch.js';
|
|
87
87
|
export { default as OrSearchV3 } from './OrSearchV3/OrSearch.js';
|
|
88
88
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControlV3-de9f3667.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -45,7 +45,7 @@ export { default as OrRadioGroup } from './components/OrRadioGroup/OrRadioGroup.
|
|
|
45
45
|
export { default as OrRadioGroupV3 } from './components/OrRadioGroupV3/OrRadioGroup.js';
|
|
46
46
|
export { s as OrRangeSliderV3 } from './components/OrRangeSliderV3-010a9f62.js';
|
|
47
47
|
export { s as OrRatingV3 } from './components/OrRatingV3-82a538ca.js';
|
|
48
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-
|
|
48
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-f275bf56.js';
|
|
49
49
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './components/OrSegmentedControlV3-de9f3667.js';
|
|
50
50
|
export { s as OrSelect } from './components/OrSelect-78eed0b6.js';
|
|
51
51
|
export { s as OrSelectV3 } from './components/OrSelectV3-593b816f.js';
|
|
@@ -100,7 +100,7 @@ export { _ as OrRadioV3 } from '../OrRadio-fd6ae0b3.js';
|
|
|
100
100
|
export { _ as OrRangeSliderV3 } from '../OrRangeSlider-e958c24c.js';
|
|
101
101
|
export { _ as OrRatingV3 } from '../OrRating-aa2365e9.js';
|
|
102
102
|
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from '../OrResizeablePanel-91f1e9c5.js';
|
|
103
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
103
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-12e07cad.js';
|
|
104
104
|
export { _ as OrSearch } from '../OrSearch-3f55fbee.js';
|
|
105
105
|
export { _ as OrSearchV3 } from '../OrSearch-57d7d26f.js';
|
|
106
106
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-cd16856e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-
|
|
1
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-12e07cad.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/integrations/useFocusTrap';
|
|
4
4
|
import 'vue-demi';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -100,7 +100,7 @@ export { _ as OrRadioV3 } from './OrRadio-fd6ae0b3.js';
|
|
|
100
100
|
export { _ as OrRangeSliderV3 } from './OrRangeSlider-e958c24c.js';
|
|
101
101
|
export { _ as OrRatingV3 } from './OrRating-aa2365e9.js';
|
|
102
102
|
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-91f1e9c5.js';
|
|
103
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
103
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-12e07cad.js';
|
|
104
104
|
export { _ as OrSearch } from './OrSearch-3f55fbee.js';
|
|
105
105
|
export { _ as OrSearchV3 } from './OrSearch-57d7d26f.js';
|
|
106
106
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-cd16856e.js';
|
|
@@ -97,7 +97,7 @@ export { s as OrRadioV3 } from '../OrRadio-0a8b6e08.js';
|
|
|
97
97
|
export { s as OrRangeSliderV3 } from '../OrRangeSlider-c61cd40b.js';
|
|
98
98
|
export { s as OrRatingV3 } from '../OrRating-2abf71bd.js';
|
|
99
99
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from '../OrResizeablePanel-6b7f5b95.js';
|
|
100
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
100
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-8a4836d5.js';
|
|
101
101
|
export { s as OrSearch } from '../OrSearch-740f931b.js';
|
|
102
102
|
export { s as OrSearchV3 } from '../OrSearch-48499c54.js';
|
|
103
103
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-1370c626.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../../OrRichTextEditor-
|
|
1
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../../OrRichTextEditor-8a4836d5.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/integrations/useFocusTrap';
|
|
4
4
|
import 'vue-demi';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -97,7 +97,7 @@ export { s as OrRadioV3 } from './OrRadio-0a8b6e08.js';
|
|
|
97
97
|
export { s as OrRangeSliderV3 } from './OrRangeSlider-c61cd40b.js';
|
|
98
98
|
export { s as OrRatingV3 } from './OrRating-2abf71bd.js';
|
|
99
99
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-6b7f5b95.js';
|
|
100
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
100
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-8a4836d5.js';
|
|
101
101
|
export { s as OrSearch } from './OrSearch-740f931b.js';
|
|
102
102
|
export { s as OrSearchV3 } from './OrSearch-48499c54.js';
|
|
103
103
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-1370c626.js';
|
package/package.json
CHANGED