@univerjs/docs-ui 1.0.0-alpha.4 → 1.0.0-alpha.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.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +8 -8
package/lib/cjs/index.js
CHANGED
|
@@ -15836,7 +15836,7 @@ function resolveDocsCustomBlockRenderViewport(params) {
|
|
|
15836
15836
|
//#endregion
|
|
15837
15837
|
//#region package.json
|
|
15838
15838
|
var name = "@univerjs/docs-ui";
|
|
15839
|
-
var version = "1.0.0-alpha.
|
|
15839
|
+
var version = "1.0.0-alpha.6";
|
|
15840
15840
|
|
|
15841
15841
|
//#endregion
|
|
15842
15842
|
//#region src/commands/commands/doc-paragraph-setting.command.ts
|
package/lib/es/index.js
CHANGED
|
@@ -15835,7 +15835,7 @@ function resolveDocsCustomBlockRenderViewport(params) {
|
|
|
15835
15835
|
//#endregion
|
|
15836
15836
|
//#region package.json
|
|
15837
15837
|
var name = "@univerjs/docs-ui";
|
|
15838
|
-
var version = "1.0.0-alpha.
|
|
15838
|
+
var version = "1.0.0-alpha.6";
|
|
15839
15839
|
|
|
15840
15840
|
//#endregion
|
|
15841
15841
|
//#region src/commands/commands/doc-paragraph-setting.command.ts
|
package/lib/index.js
CHANGED
|
@@ -15835,7 +15835,7 @@ function resolveDocsCustomBlockRenderViewport(params) {
|
|
|
15835
15835
|
//#endregion
|
|
15836
15836
|
//#region package.json
|
|
15837
15837
|
var name = "@univerjs/docs-ui";
|
|
15838
|
-
var version = "1.0.0-alpha.
|
|
15838
|
+
var version = "1.0.0-alpha.6";
|
|
15839
15839
|
|
|
15840
15840
|
//#endregion
|
|
15841
15841
|
//#region src/commands/commands/doc-paragraph-setting.command.ts
|