datastake-daf 0.6.480 → 0.6.481

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.
@@ -13144,19 +13144,6 @@ const renderElement = item => {
13144
13144
  transformation: {
13145
13145
  width: data.percentageImageWidth || 60,
13146
13146
  height: data.percentageImageHeight || 20
13147
- },
13148
- floating: {
13149
- horizontalPosition: {
13150
- relative: docx__namespace.HorizontalPositionRelativeFrom.CHARACTER,
13151
- align: docx__namespace.HorizontalPositionAlign.LEFT
13152
- },
13153
- verticalPosition: {
13154
- relative: docx__namespace.VerticalPositionRelativeFrom.LINE,
13155
- offset: 142875 // 15px equivalent in EMUs (9525 EMUs per pixel)
13156
- },
13157
- wrap: {
13158
- type: docx__namespace.TextWrappingType.NONE
13159
- }
13160
13147
  }
13161
13148
  }));
13162
13149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.480",
3
+ "version": "0.6.481",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -386,19 +386,6 @@ const renderElement = (item) => {
386
386
  width: data.percentageImageWidth || 60,
387
387
  height: data.percentageImageHeight || 20,
388
388
  },
389
- floating: {
390
- horizontalPosition: {
391
- relative: docx.HorizontalPositionRelativeFrom.CHARACTER,
392
- align: docx.HorizontalPositionAlign.LEFT,
393
- },
394
- verticalPosition: {
395
- relative: docx.VerticalPositionRelativeFrom.LINE,
396
- offset: 142875, // 15px equivalent in EMUs (9525 EMUs per pixel)
397
- },
398
- wrap: {
399
- type: docx.TextWrappingType.NONE,
400
- }
401
- }
402
389
  })
403
390
  );
404
391
  }