@onereach/ui-components 10.4.2 → 10.4.3
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/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-99460e35.js → OrRichTextEditorV3-f9611e61.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-b1653e1c.js → OrRichTextEditor-d1f6932b.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-fb9b80af.js → OrRichTextEditor-337b70ce.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
|
@@ -2090,7 +2090,7 @@ var __vue_render__ = function () {
|
|
|
2090
2090
|
}, [_vm._v(" "), _c('div', [_c('or-label', [_vm._v("\n Text\n ")]), _vm._v(" "), _c('or-input', {
|
|
2091
2091
|
staticClass: "pb-md",
|
|
2092
2092
|
attrs: {
|
|
2093
|
-
"placeholder": "
|
|
2093
|
+
"placeholder": "Enter text"
|
|
2094
2094
|
},
|
|
2095
2095
|
model: {
|
|
2096
2096
|
value: _vm.text,
|
|
@@ -2101,7 +2101,7 @@ var __vue_render__ = function () {
|
|
|
2101
2101
|
}
|
|
2102
2102
|
}), _vm._v(" "), _c('or-label', [_vm._v("\n Link\n ")]), _vm._v(" "), _c('or-input', {
|
|
2103
2103
|
attrs: {
|
|
2104
|
-
"placeholder": "
|
|
2104
|
+
"placeholder": "Enter link"
|
|
2105
2105
|
},
|
|
2106
2106
|
model: {
|
|
2107
2107
|
value: _vm.link,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrRichTextEditorV3-
|
|
1
|
+
export { s as default } from '../OrRichTextEditorV3-f9611e61.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-f9611e61.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats } from '../OrRichTextEditorV3-f9611e61.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { E as EditorContainer, f as EditorInput, O as OrRichTextEditor, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-
|
|
1
|
+
export { E as EditorContainer, f as EditorInput, O as OrRichTextEditor, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-f9611e61.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { i as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { i as default } from '../../../OrRichTextEditorV3-f9611e61.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-f9611e61.js';
|
|
2
2
|
import '../../../OrCode-de4725b5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-f9611e61.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '../../../OrCode-de4725b5.js';
|
|
2
2
|
import '../../../../hooks/useTheme.js';
|
|
3
|
-
export { g as color, t as default, h as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-
|
|
3
|
+
export { g as color, t as default, h as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-f9611e61.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-
|
|
1
|
+
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-f9611e61.js';
|
package/dist/bundled/v3/components/{OrRichTextEditorV3-99460e35.js → OrRichTextEditorV3-f9611e61.js}
RENAMED
|
@@ -29955,7 +29955,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29955
29955
|
}), createVNode(_component_or_input, {
|
|
29956
29956
|
modelValue: _ctx.text,
|
|
29957
29957
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => _ctx.text = $event),
|
|
29958
|
-
placeholder: "
|
|
29958
|
+
placeholder: "Enter text",
|
|
29959
29959
|
class: "pb-md"
|
|
29960
29960
|
}, null, 8 /* PROPS */, ["modelValue"]), createVNode(_component_or_label, null, {
|
|
29961
29961
|
default: withCtx(() => [createTextVNode(" Link ")]),
|
|
@@ -29963,7 +29963,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29963
29963
|
}), createVNode(_component_or_input, {
|
|
29964
29964
|
modelValue: _ctx.link,
|
|
29965
29965
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.link = $event),
|
|
29966
|
-
placeholder: "
|
|
29966
|
+
placeholder: "Enter link"
|
|
29967
29967
|
}, null, 8 /* PROPS */, ["modelValue"])])]),
|
|
29968
29968
|
_: 1 /* STABLE */
|
|
29969
29969
|
}, 8 /* PROPS */, ["is-open"])], 2 /* CLASS */);
|
|
@@ -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-f9611e61.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-f9611e61.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';
|
|
@@ -936,7 +936,7 @@ var __vue_render__ = function () {
|
|
|
936
936
|
}, [_vm._v(" "), _c('div', [_c('or-label', [_vm._v("\n Text\n ")]), _vm._v(" "), _c('or-input', {
|
|
937
937
|
staticClass: "pb-md",
|
|
938
938
|
attrs: {
|
|
939
|
-
"placeholder": "
|
|
939
|
+
"placeholder": "Enter text"
|
|
940
940
|
},
|
|
941
941
|
model: {
|
|
942
942
|
value: _vm.text,
|
|
@@ -947,7 +947,7 @@ var __vue_render__ = function () {
|
|
|
947
947
|
}
|
|
948
948
|
}), _vm._v(" "), _c('or-label', [_vm._v("\n Link\n ")]), _vm._v(" "), _c('or-input', {
|
|
949
949
|
attrs: {
|
|
950
|
-
"placeholder": "
|
|
950
|
+
"placeholder": "Enter link"
|
|
951
951
|
},
|
|
952
952
|
model: {
|
|
953
953
|
value: _vm.link,
|
|
@@ -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-d1f6932b.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-d1f6932b.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-d1f6932b.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';
|
|
@@ -885,7 +885,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
885
885
|
}), createVNode(_component_or_input, {
|
|
886
886
|
modelValue: _ctx.text,
|
|
887
887
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => _ctx.text = $event),
|
|
888
|
-
placeholder: "
|
|
888
|
+
placeholder: "Enter text",
|
|
889
889
|
class: "pb-md"
|
|
890
890
|
}, null, 8 /* PROPS */, ["modelValue"]), createVNode(_component_or_label, null, {
|
|
891
891
|
default: withCtx(() => [createTextVNode(" Link ")]),
|
|
@@ -893,7 +893,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
893
893
|
}), createVNode(_component_or_input, {
|
|
894
894
|
modelValue: _ctx.link,
|
|
895
895
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.link = $event),
|
|
896
|
-
placeholder: "
|
|
896
|
+
placeholder: "Enter link"
|
|
897
897
|
}, null, 8 /* PROPS */, ["modelValue"])])]),
|
|
898
898
|
_: 1 /* STABLE */
|
|
899
899
|
}, 8 /* PROPS */, ["is-open"])], 2 /* CLASS */);
|
|
@@ -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-337b70ce.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-337b70ce.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-337b70ce.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.3",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
},
|
|
181
181
|
"./package.json": "./package.json"
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "c6d945a72f1ca269a828029618214b870deaa438"
|
|
184
184
|
}
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
</or-label>
|
|
149
149
|
<or-input
|
|
150
150
|
v-model="text"
|
|
151
|
-
placeholder="
|
|
151
|
+
placeholder="Enter text"
|
|
152
152
|
class="pb-md"
|
|
153
153
|
/>
|
|
154
154
|
<or-label>
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
</or-label>
|
|
157
157
|
<or-input
|
|
158
158
|
v-model="link"
|
|
159
|
-
placeholder="
|
|
159
|
+
placeholder="Enter link"
|
|
160
160
|
/>
|
|
161
161
|
</div>
|
|
162
162
|
<template v-slot:footer>
|