@onereach/ui-components-vue2 19.1.1 → 19.1.2
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.
|
@@ -258,10 +258,6 @@ var script = defineComponent({
|
|
|
258
258
|
type: String,
|
|
259
259
|
default: () => Formats.Markup
|
|
260
260
|
},
|
|
261
|
-
fullHeight: {
|
|
262
|
-
type: Boolean,
|
|
263
|
-
default: false
|
|
264
|
-
},
|
|
265
261
|
label: {
|
|
266
262
|
type: String,
|
|
267
263
|
default: undefined
|
|
@@ -424,7 +420,7 @@ var script = defineComponent({
|
|
|
424
420
|
})],
|
|
425
421
|
editorProps: {
|
|
426
422
|
attributes: {
|
|
427
|
-
class: 'flex flex-col focus:outline-none gap-xs'
|
|
423
|
+
class: 'flex flex-col focus:outline-none gap-xs h-full'
|
|
428
424
|
}
|
|
429
425
|
},
|
|
430
426
|
parseOptions: {
|
|
@@ -707,6 +703,7 @@ var __vue_render__ = function () {
|
|
|
707
703
|
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
708
704
|
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
709
705
|
ref: 'containerRef',
|
|
706
|
+
staticClass: "grow",
|
|
710
707
|
attrs: {
|
|
711
708
|
"direction": 'column',
|
|
712
709
|
"invalid": !!_vm.error,
|
|
@@ -794,7 +791,7 @@ var __vue_render__ = function () {
|
|
|
794
791
|
}
|
|
795
792
|
}
|
|
796
793
|
}) : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
797
|
-
class: ['p-sm', 'overflow-auto', 'min-h-[88px]']
|
|
794
|
+
class: ['p-sm', 'overflow-auto', 'min-h-[88px]', 'h-full']
|
|
798
795
|
}, [_c('textarea', {
|
|
799
796
|
directives: [{
|
|
800
797
|
name: "show",
|
|
@@ -21,6 +21,8 @@ const RichTextEditorToolbarGroup = [
|
|
|
21
21
|
'theme-foreground-outline', 'dark:theme-foreground-outline-dark', 'border-e-1 last:border-e-0', 'theme-border-outline', 'dark:theme-border-outline-dark'];
|
|
22
22
|
const RichTextEditorControl = [
|
|
23
23
|
// Typography
|
|
24
|
-
'typography-body-2-regular'
|
|
24
|
+
'typography-body-2-regular',
|
|
25
|
+
// Size
|
|
26
|
+
'h-full'];
|
|
25
27
|
|
|
26
28
|
export { RichTextEditor, RichTextEditorControl, RichTextEditorToolbar, RichTextEditorToolbarGroup };
|
|
@@ -136,7 +136,9 @@ const RichTextEditorToolbarGroup = [
|
|
|
136
136
|
'theme-foreground-outline', 'dark:theme-foreground-outline-dark', 'border-e-1 last:border-e-0', 'theme-border-outline', 'dark:theme-border-outline-dark'];
|
|
137
137
|
const RichTextEditorControl = [
|
|
138
138
|
// Typography
|
|
139
|
-
'typography-body-2-regular'
|
|
139
|
+
'typography-body-2-regular',
|
|
140
|
+
// Size
|
|
141
|
+
'h-full'];
|
|
140
142
|
|
|
141
143
|
var codemirrorNode = Node.create({
|
|
142
144
|
name: 'codeBlock',
|
|
@@ -286,10 +288,6 @@ var script = defineComponent({
|
|
|
286
288
|
type: String,
|
|
287
289
|
default: () => Formats.Markup
|
|
288
290
|
},
|
|
289
|
-
fullHeight: {
|
|
290
|
-
type: Boolean,
|
|
291
|
-
default: false
|
|
292
|
-
},
|
|
293
291
|
label: {
|
|
294
292
|
type: String,
|
|
295
293
|
default: undefined
|
|
@@ -452,7 +450,7 @@ var script = defineComponent({
|
|
|
452
450
|
})],
|
|
453
451
|
editorProps: {
|
|
454
452
|
attributes: {
|
|
455
|
-
class: 'flex flex-col focus:outline-none gap-xs'
|
|
453
|
+
class: 'flex flex-col focus:outline-none gap-xs h-full'
|
|
456
454
|
}
|
|
457
455
|
},
|
|
458
456
|
parseOptions: {
|
|
@@ -735,6 +733,7 @@ var __vue_render__ = function () {
|
|
|
735
733
|
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
736
734
|
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
737
735
|
ref: 'containerRef',
|
|
736
|
+
staticClass: "grow",
|
|
738
737
|
attrs: {
|
|
739
738
|
"direction": 'column',
|
|
740
739
|
"invalid": !!_vm.error,
|
|
@@ -822,7 +821,7 @@ var __vue_render__ = function () {
|
|
|
822
821
|
}
|
|
823
822
|
}
|
|
824
823
|
}) : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
825
|
-
class: ['p-sm', 'overflow-auto', 'min-h-[88px]']
|
|
824
|
+
class: ['p-sm', 'overflow-auto', 'min-h-[88px]', 'h-full']
|
|
826
825
|
}, [_c('textarea', {
|
|
827
826
|
directives: [{
|
|
828
827
|
name: "show",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.2",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@codemirror/view": "^6",
|
|
36
36
|
"@floating-ui/dom": "1.5.3",
|
|
37
37
|
"@lezer/highlight": "*",
|
|
38
|
-
"@onereach/styles": "^19.1.
|
|
38
|
+
"@onereach/styles": "^19.1.2",
|
|
39
39
|
"@splidejs/splide": "4.0.6",
|
|
40
40
|
"@tiptap/core": "2.0.3",
|
|
41
41
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"default": "./dist/bundled/components/*/index.js"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "8b437ff1c8d7de5c81d26e493a2735fff0128961"
|
|
138
138
|
}
|