@fastkit/vui-wysiwyg 4.0.5 → 4.0.6

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.
@@ -100,11 +100,6 @@
100
100
  outline:0;
101
101
  text-decoration:underline;
102
102
  }
103
- }
104
- :root{
105
- --v-wysiwyg-color-tool:30px;
106
- }
107
- @layer vui{
108
103
  .v-wysiwyg-color-tool__button{
109
104
  align-items:center;
110
105
  display:inline-flex;
@@ -203,8 +198,6 @@
203
198
  .v-wysiwyg-color-tool__items--with-label .v-wysiwyg-color-tool__item+.v-wysiwyg-color-tool__item{
204
199
  margin-top:2px;
205
200
  }
206
- }
207
- @layer vui{
208
201
  .v-wysiwyg-editor--sm{
209
202
  --min-height:var(--wysiwyg-min-height-sm);
210
203
  --max-height:var(--wysiwyg-max-height-sm);
@@ -256,3 +249,6 @@
256
249
  max-height:none;
257
250
  }
258
251
  }
252
+ :root{
253
+ --v-wysiwyg-color-tool:30px;
254
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui-wysiwyg",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "vui-wysiwyg",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -19,6 +19,12 @@
19
19
  "default": "./dist/vui-wysiwyg.mjs"
20
20
  }
21
21
  },
22
+ "./tiptap/core": {
23
+ "types": "./dist/tiptap/core.d.ts",
24
+ "import": {
25
+ "default": "./dist/tiptap/core.mjs"
26
+ }
27
+ },
22
28
  "./pm/view": {
23
29
  "types": "./dist/pm/view.d.ts",
24
30
  "import": {
@@ -127,12 +133,6 @@
127
133
  "default": "./dist/pm/changeset.mjs"
128
134
  }
129
135
  },
130
- "./tiptap/core": {
131
- "types": "./dist/tiptap/core.d.ts",
132
- "import": {
133
- "default": "./dist/tiptap/core.mjs"
134
- }
135
- },
136
136
  "./tiptap/extensions/underline": {
137
137
  "types": "./dist/tiptap/extensions/underline.d.ts",
138
138
  "import": {
@@ -196,6 +196,9 @@
196
196
  ".": [
197
197
  "./dist/vui-wysiwyg.d.ts"
198
198
  ],
199
+ "tiptap/core": [
200
+ "./dist/tiptap/core.d.ts"
201
+ ],
199
202
  "pm/view": [
200
203
  "./dist/pm/view.d.ts"
201
204
  ],
@@ -250,9 +253,6 @@
250
253
  "pm/changeset": [
251
254
  "./dist/pm/changeset.d.ts"
252
255
  ],
253
- "tiptap/core": [
254
- "./dist/tiptap/core.d.ts"
255
- ],
256
256
  "tiptap/extensions/underline": [
257
257
  "./dist/tiptap/extensions/underline.d.ts"
258
258
  ],
@@ -300,11 +300,11 @@
300
300
  "@tiptap/vue-3": "^2.0.3"
301
301
  },
302
302
  "devDependencies": {
303
- "@fastkit/vui": "0.16.5"
303
+ "@fastkit/vui": "0.16.6"
304
304
  },
305
305
  "peerDependencies": {
306
306
  "vue": "^3.3.0",
307
- "@fastkit/vui": "0.16.5"
307
+ "@fastkit/vui": "0.16.6"
308
308
  },
309
309
  "scripts": {
310
310
  "build": "plugboy build",