@opentinyvue/vue-fluent-editor 2.25.0 → 2.27.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/lib/mobile-first.js +2 -2
- package/lib/pc.js +2 -2
- package/package.json +6 -6
package/lib/mobile-first.js
CHANGED
|
@@ -127,8 +127,8 @@ function __vue2_injectStyles(context) {
|
|
|
127
127
|
this[o] = __cssModules[o];
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
var mobileFirst = /* @__PURE__ */ function() {
|
|
130
|
+
var mobileFirst = /* @__PURE__ */ (function() {
|
|
131
131
|
return __component__.exports;
|
|
132
|
-
}();
|
|
132
|
+
})();
|
|
133
133
|
|
|
134
134
|
export { mobileFirst as default };
|
package/lib/pc.js
CHANGED
|
@@ -128,8 +128,8 @@ function __vue2_injectStyles(context) {
|
|
|
128
128
|
this[o] = __cssModules[o];
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
var pc = /* @__PURE__ */ function() {
|
|
131
|
+
var pc = /* @__PURE__ */ (function() {
|
|
132
132
|
return __component__.exports;
|
|
133
|
-
}();
|
|
133
|
+
})();
|
|
134
134
|
|
|
135
135
|
export { pc as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-fluent-editor",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.27.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"type": "module",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@opentiny/fluent-editor": "^3.24.0",
|
|
12
|
-
"@opentinyvue/vue-common": "~2.
|
|
13
|
-
"@opentinyvue/vue-icon": "~2.
|
|
14
|
-
"@opentinyvue/vue-image-viewer": "~2.
|
|
15
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
16
|
-
"@opentinyvue/vue-theme": "~3.
|
|
12
|
+
"@opentinyvue/vue-common": "~2.27.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~2.27.0",
|
|
14
|
+
"@opentinyvue/vue-image-viewer": "~2.27.0",
|
|
15
|
+
"@opentinyvue/vue-renderless": "~3.27.0",
|
|
16
|
+
"@opentinyvue/vue-theme": "~3.27.0"
|
|
17
17
|
},
|
|
18
18
|
"types": "index.d.ts",
|
|
19
19
|
"scripts": {
|