@finema/core 1.4.181 → 1.4.182
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
:autofocus="autoFocus"
|
|
8
8
|
:disabled="isDisabled || isReadonly"
|
|
9
9
|
:name="name"
|
|
10
|
-
class="ql-snow focus:ring-primary-500 min-h-[300px] rounded-b-md ring-1 ring-inset ring-gray-300 focus:ring-2"
|
|
10
|
+
class="ql-snow focus:ring-primary-500 min-h-[300px] rounded-b-md bg-white ring-1 ring-inset ring-gray-300 focus:ring-2"
|
|
11
11
|
content-type="html"
|
|
12
12
|
:options="options"
|
|
13
13
|
/>
|
|
@@ -29,21 +29,23 @@ const options = {
|
|
|
29
29
|
// [{ size: ['small', false, 'large', 'huge'] }], // custom dropdown
|
|
30
30
|
['bold', 'italic', 'underline'], // toggled buttons
|
|
31
31
|
// ['blockquote', 'code-block'],
|
|
32
|
-
|
|
32
|
+
|
|
33
33
|
['link'],
|
|
34
34
|
|
|
35
35
|
// [{ header: 1 }, { header: 2 }], // custom button values
|
|
36
|
-
|
|
36
|
+
[{ list: 'ordered' }, { list: 'bullet' }],
|
|
37
37
|
// [{ script: 'sub' }, { script: 'super' }], // superscript/subscript
|
|
38
|
-
|
|
38
|
+
[{ indent: '-1' }, { indent: '+1' }], // outdent/indent
|
|
39
39
|
// [{ direction: 'rtl' }], // text direction
|
|
40
|
+
[{ align: [] }],
|
|
40
41
|
|
|
41
42
|
// [{ header: [1, 2, 3, 4, 5, 6, false] }],
|
|
42
43
|
|
|
43
|
-
[{ color: [] }
|
|
44
|
+
[{ color: [] }], // dropdown with defaults from theme
|
|
45
|
+
['link', 'image', 'video'], // link and image, video
|
|
46
|
+
|
|
44
47
|
// [{ font: [] }],
|
|
45
|
-
|
|
46
|
-
//
|
|
48
|
+
|
|
47
49
|
['clean'], // remove formatting button
|
|
48
50
|
],
|
|
49
51
|
},
|
|
@@ -51,5 +53,5 @@ const options = {
|
|
|
51
53
|
}
|
|
52
54
|
</script>
|
|
53
55
|
<style>
|
|
54
|
-
.ql-toolbar.ql-snow{@apply rounded-t-md border-b-0}.ql-container.ql-snow,.ql-snow{@apply border-0}
|
|
56
|
+
.ql-toolbar.ql-snow{@apply rounded-t-md border-b-0 bg-white}.ql-container.ql-snow,.ql-snow{@apply border-0}
|
|
55
57
|
</style>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finema/core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.182",
|
|
4
4
|
"repository": "https://gitlab.finema.co/finema/ui-kit",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Finema Dev Core Team",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"workspaces": [
|
|
91
91
|
"./*"
|
|
92
92
|
],
|
|
93
|
-
"packageManager": "yarn@4.4.
|
|
93
|
+
"packageManager": "yarn@4.4.1"
|
|
94
94
|
}
|