@flowgram.ai/document 0.1.17 → 0.1.18
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/esm/index.js +6 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/esm/index.js
CHANGED
|
@@ -1601,7 +1601,12 @@ var ConstantKeys = {
|
|
|
1601
1601
|
/***
|
|
1602
1602
|
* 线条、label 激活后的颜色
|
|
1603
1603
|
*/
|
|
1604
|
-
BASE_ACTIVATED_COLOR: "BASE_ACTIVATED_COLOR"
|
|
1604
|
+
BASE_ACTIVATED_COLOR: "BASE_ACTIVATED_COLOR",
|
|
1605
|
+
/**
|
|
1606
|
+
* Branch bottom margin
|
|
1607
|
+
* 分支下边距
|
|
1608
|
+
*/
|
|
1609
|
+
INLINE_BLOCKS_PADDING_TOP: "INLINE_BLOCKS_PADDING_TOP"
|
|
1605
1610
|
};
|
|
1606
1611
|
|
|
1607
1612
|
// src/flow-document-contribution.ts
|