@onereach/ui-components 4.4.0-beta.2691.0 → 4.4.0-beta.2693.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/styles.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/OrRichTextEditorV3/styles.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-95d1070d.js → OrRichTextEditor-724a98ac.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-bdee1f41.js → OrRichTextEditor-7f6f50d3.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.stories3.ts +1 -1
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +1 -1
- package/src/components/or-rich-text-editor-v3/styles.ts +0 -2
- /package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-8bc72542.js → OrRichTextEditor.vue_vue_type_script_lang-4440d6b4.js} +0 -0
|
@@ -2023,7 +2023,7 @@ var __vue_render__ = function () {
|
|
|
2023
2023
|
expression: "sourceValue"
|
|
2024
2024
|
}],
|
|
2025
2025
|
ref: "textareaRef",
|
|
2026
|
-
staticClass: "w-full h-full resize-none border-none outline-none bg-transparent",
|
|
2026
|
+
staticClass: "w-full h-full resize-none border-none outline-none bg-transparent typography-body-2-regular",
|
|
2027
2027
|
attrs: {
|
|
2028
2028
|
"activated": _vm.disableMarkdown
|
|
2029
2029
|
},
|
|
@@ -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-4440d6b4.js';
|
|
2
|
+
export { s as default } from '../../OrRichTextEditor.vue_vue_type_script_lang-4440d6b4.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createTextVNode, toDisplayString, createElementVNode, Fragment, renderList, createBlock, createCommentVNode, withDirectives, vShow, vModelText, renderSlot } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
import 'vue-demi';
|
|
@@ -181,7 +181,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
181
181
|
ref: "textareaRef",
|
|
182
182
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.sourceValue = $event),
|
|
183
183
|
activated: _ctx.disableMarkdown,
|
|
184
|
-
class: "w-full h-full resize-none border-none outline-none bg-transparent",
|
|
184
|
+
class: "w-full h-full resize-none border-none outline-none bg-transparent typography-body-2-regular",
|
|
185
185
|
onInput: _cache[3] || (_cache[3] = function () {
|
|
186
186
|
return _ctx.handleInput && _ctx.handleInput(...arguments);
|
|
187
187
|
})
|
|
@@ -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-4440d6b4.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useFocusTrap-48767a70.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -155,7 +155,7 @@ export { p as PropsV3 } from '../props-7be029c7.js';
|
|
|
155
155
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-76a6b7f4.js';
|
|
156
156
|
export { s as OrTooltipContent } from '../OrTooltipContent.vue_vue_type_script_lang-969c20ed.js';
|
|
157
157
|
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-56496d67.js';
|
|
158
|
-
export { s as OrRichTextEditorV3 } from '../OrRichTextEditor.vue_vue_type_script_lang-
|
|
158
|
+
export { s as OrRichTextEditorV3 } from '../OrRichTextEditor.vue_vue_type_script_lang-4440d6b4.js';
|
|
159
159
|
import 'vue-demi';
|
|
160
160
|
import 'lodash';
|
|
161
161
|
import './OrIcon/OrIcon.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -124,7 +124,7 @@ import './components/OrToastContainerV3/OrToastContainer.js';
|
|
|
124
124
|
export { s as OrToastContainerV3 } from './OrToastContainer.vue_vue_type_script_lang-9a91e4ab.js';
|
|
125
125
|
export { default as useToastV3 } from './components/OrToastV3/composable/useToast.js';
|
|
126
126
|
import './components/OrRichTextEditorV3/OrRichTextEditor.js';
|
|
127
|
-
export { s as OrRichTextEditorV3 } from './OrRichTextEditor.vue_vue_type_script_lang-
|
|
127
|
+
export { s as OrRichTextEditorV3 } from './OrRichTextEditor.vue_vue_type_script_lang-4440d6b4.js';
|
|
128
128
|
export { OR_AVATAR_SIZE } from './components/OrAvatar/constants.js';
|
|
129
129
|
export { AvatarColor, AvatarSize } from './components/OrAvatarV3/props.js';
|
|
130
130
|
export { s as OrBottomSheetV3 } from './OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
|
|
@@ -147,7 +147,7 @@ const ToolbarButtonFocused = [
|
|
|
147
147
|
'text-outline'];
|
|
148
148
|
const EditorInput = [
|
|
149
149
|
// Typography
|
|
150
|
-
'typography-body-2-regular',
|
|
150
|
+
'typography-body-2-regular',
|
|
151
151
|
// Sizing
|
|
152
152
|
'min-h-[88px]'];
|
|
153
153
|
|
|
@@ -746,7 +746,7 @@ var __vue_render__ = function () {
|
|
|
746
746
|
expression: "sourceValue"
|
|
747
747
|
}],
|
|
748
748
|
ref: "textareaRef",
|
|
749
|
-
staticClass: "w-full h-full resize-none border-none outline-none bg-transparent",
|
|
749
|
+
staticClass: "w-full h-full resize-none border-none outline-none bg-transparent typography-body-2-regular",
|
|
750
750
|
attrs: {
|
|
751
751
|
"activated": _vm.disableMarkdown
|
|
752
752
|
},
|
|
@@ -110,7 +110,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-a133
|
|
|
110
110
|
export { _ as OrTooltip } from '../OrTooltip-97a42707.js';
|
|
111
111
|
export { _ as OrTooltipContent } from '../OrTooltipContent-d85e1071.js';
|
|
112
112
|
export { _ as OrTooltipV3 } from '../OrTooltip-93a3eefb.js';
|
|
113
|
-
export { _ as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
113
|
+
export { _ as OrRichTextEditorV3 } from '../OrRichTextEditor-724a98ac.js';
|
|
114
114
|
import 'vue-demi';
|
|
115
115
|
import 'lodash';
|
|
116
116
|
import '../style-inject.es-4c6f2515.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -110,7 +110,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332
|
|
|
110
110
|
export { _ as OrTooltip } from './OrTooltip-97a42707.js';
|
|
111
111
|
export { _ as OrTooltipContent } from './OrTooltipContent-d85e1071.js';
|
|
112
112
|
export { _ as OrTooltipV3 } from './OrTooltip-93a3eefb.js';
|
|
113
|
-
export { _ as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
113
|
+
export { _ as OrRichTextEditorV3 } from './OrRichTextEditor-724a98ac.js';
|
|
114
114
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
115
115
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
116
116
|
export { u as useElevation } from './useElevation-b5a49746.js';
|
|
@@ -147,7 +147,7 @@ const ToolbarButtonFocused = [
|
|
|
147
147
|
'text-outline'];
|
|
148
148
|
const EditorInput = [
|
|
149
149
|
// Typography
|
|
150
|
-
'typography-body-2-regular',
|
|
150
|
+
'typography-body-2-regular',
|
|
151
151
|
// Sizing
|
|
152
152
|
'min-h-[88px]'];
|
|
153
153
|
|
|
@@ -730,7 +730,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
730
730
|
ref: "textareaRef",
|
|
731
731
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.sourceValue = $event),
|
|
732
732
|
activated: _ctx.disableMarkdown,
|
|
733
|
-
class: "w-full h-full resize-none border-none outline-none bg-transparent",
|
|
733
|
+
class: "w-full h-full resize-none border-none outline-none bg-transparent typography-body-2-regular",
|
|
734
734
|
onInput: _cache[3] || (_cache[3] = function () {
|
|
735
735
|
return _ctx.handleInput && _ctx.handleInput(...arguments);
|
|
736
736
|
})
|
|
@@ -108,7 +108,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-a133
|
|
|
108
108
|
export { s as OrTooltip } from '../OrTooltip-89ce98e8.js';
|
|
109
109
|
export { s as OrTooltipContent } from '../OrTooltipContent-37a5f562.js';
|
|
110
110
|
export { s as OrTooltipV3 } from '../OrTooltip-4bb0054a.js';
|
|
111
|
-
export { s as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
111
|
+
export { s as OrRichTextEditorV3 } from '../OrRichTextEditor-7f6f50d3.js';
|
|
112
112
|
import 'vue-demi';
|
|
113
113
|
import 'lodash';
|
|
114
114
|
import 'vue';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -108,7 +108,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332
|
|
|
108
108
|
export { s as OrTooltip } from './OrTooltip-89ce98e8.js';
|
|
109
109
|
export { s as OrTooltipContent } from './OrTooltipContent-37a5f562.js';
|
|
110
110
|
export { s as OrTooltipV3 } from './OrTooltip-4bb0054a.js';
|
|
111
|
-
export { s as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
111
|
+
export { s as OrRichTextEditorV3 } from './OrRichTextEditor-7f6f50d3.js';
|
|
112
112
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
113
113
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
114
114
|
export { u as useElevation } from './useElevation-b5a49746.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "4.4.0-beta.
|
|
3
|
+
"version": "4.4.0-beta.2693.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.39.4-beta.
|
|
41
|
+
"@onereach/styles": "^2.39.4-beta.2693.0",
|
|
42
42
|
"@splidejs/splide": "4.0.6",
|
|
43
43
|
"@tiptap/core": "2.0.2",
|
|
44
44
|
"@tiptap/extension-blockquote": "2.0.2",
|
|
@@ -137,6 +137,6 @@ Markdown.args = {
|
|
|
137
137
|
|
|
138
138
|
You can use the Step to manage graph databases in the **Graphs** service. The Step lets you execute Graph queries against the specific graph database.
|
|
139
139
|
|
|
140
|
-
> **Note:** The Step currently supports the [following queries](https://age.apache.org/age-manual/master/clauses/match.html).
|
|
140
|
+
> **Note:** The Step currently supports the [following queries](https://age.apache.org/age-manual/master/clauses/match.html).
|
|
141
141
|
`,
|
|
142
142
|
};
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
ref="textareaRef"
|
|
60
60
|
v-model="sourceValue"
|
|
61
61
|
:activated="disableMarkdown"
|
|
62
|
-
class="w-full h-full resize-none border-none outline-none bg-transparent"
|
|
62
|
+
class="w-full h-full resize-none border-none outline-none bg-transparent typography-body-2-regular"
|
|
63
63
|
@input="handleInput"
|
|
64
64
|
/>
|
|
65
65
|
<div
|