docx-plus 0.1.3 → 0.1.4

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/index.cjs CHANGED
@@ -12564,11 +12564,11 @@ const createWrapPolygon$1 = (cx, cy) => new BuilderElement({
12564
12564
  attributes: {
12565
12565
  x: {
12566
12566
  key: "x",
12567
- value: cx
12567
+ value: 0
12568
12568
  },
12569
12569
  y: {
12570
12570
  key: "y",
12571
- value: 0
12571
+ value: -cy
12572
12572
  }
12573
12573
  },
12574
12574
  name: "wp:lineTo"
@@ -12581,7 +12581,7 @@ const createWrapPolygon$1 = (cx, cy) => new BuilderElement({
12581
12581
  },
12582
12582
  y: {
12583
12583
  key: "y",
12584
- value: cy
12584
+ value: -cy
12585
12585
  }
12586
12586
  },
12587
12587
  name: "wp:lineTo"
@@ -12590,11 +12590,11 @@ const createWrapPolygon$1 = (cx, cy) => new BuilderElement({
12590
12590
  attributes: {
12591
12591
  x: {
12592
12592
  key: "x",
12593
- value: 0
12593
+ value: cx
12594
12594
  },
12595
12595
  y: {
12596
12596
  key: "y",
12597
- value: cy
12597
+ value: 0
12598
12598
  }
12599
12599
  },
12600
12600
  name: "wp:lineTo"
@@ -12710,11 +12710,11 @@ const createWrapPolygon = (cx, cy) => new BuilderElement({
12710
12710
  attributes: {
12711
12711
  x: {
12712
12712
  key: "x",
12713
- value: cx
12713
+ value: 0
12714
12714
  },
12715
12715
  y: {
12716
12716
  key: "y",
12717
- value: 0
12717
+ value: -cy
12718
12718
  }
12719
12719
  },
12720
12720
  name: "wp:lineTo"
@@ -12727,7 +12727,7 @@ const createWrapPolygon = (cx, cy) => new BuilderElement({
12727
12727
  },
12728
12728
  y: {
12729
12729
  key: "y",
12730
- value: cy
12730
+ value: -cy
12731
12731
  }
12732
12732
  },
12733
12733
  name: "wp:lineTo"
@@ -12736,11 +12736,11 @@ const createWrapPolygon = (cx, cy) => new BuilderElement({
12736
12736
  attributes: {
12737
12737
  x: {
12738
12738
  key: "x",
12739
- value: 0
12739
+ value: cx
12740
12740
  },
12741
12741
  y: {
12742
12742
  key: "y",
12743
- value: cy
12743
+ value: 0
12744
12744
  }
12745
12745
  },
12746
12746
  name: "wp:lineTo"
@@ -12561,11 +12561,11 @@ var docx = (function(exports, hash_js, nanoid_non_secure, undio, fflate) {
12561
12561
  attributes: {
12562
12562
  x: {
12563
12563
  key: "x",
12564
- value: cx
12564
+ value: 0
12565
12565
  },
12566
12566
  y: {
12567
12567
  key: "y",
12568
- value: 0
12568
+ value: -cy
12569
12569
  }
12570
12570
  },
12571
12571
  name: "wp:lineTo"
@@ -12578,7 +12578,7 @@ var docx = (function(exports, hash_js, nanoid_non_secure, undio, fflate) {
12578
12578
  },
12579
12579
  y: {
12580
12580
  key: "y",
12581
- value: cy
12581
+ value: -cy
12582
12582
  }
12583
12583
  },
12584
12584
  name: "wp:lineTo"
@@ -12587,11 +12587,11 @@ var docx = (function(exports, hash_js, nanoid_non_secure, undio, fflate) {
12587
12587
  attributes: {
12588
12588
  x: {
12589
12589
  key: "x",
12590
- value: 0
12590
+ value: cx
12591
12591
  },
12592
12592
  y: {
12593
12593
  key: "y",
12594
- value: cy
12594
+ value: 0
12595
12595
  }
12596
12596
  },
12597
12597
  name: "wp:lineTo"
@@ -12707,11 +12707,11 @@ var docx = (function(exports, hash_js, nanoid_non_secure, undio, fflate) {
12707
12707
  attributes: {
12708
12708
  x: {
12709
12709
  key: "x",
12710
- value: cx
12710
+ value: 0
12711
12711
  },
12712
12712
  y: {
12713
12713
  key: "y",
12714
- value: 0
12714
+ value: -cy
12715
12715
  }
12716
12716
  },
12717
12717
  name: "wp:lineTo"
@@ -12724,7 +12724,7 @@ var docx = (function(exports, hash_js, nanoid_non_secure, undio, fflate) {
12724
12724
  },
12725
12725
  y: {
12726
12726
  key: "y",
12727
- value: cy
12727
+ value: -cy
12728
12728
  }
12729
12729
  },
12730
12730
  name: "wp:lineTo"
@@ -12733,11 +12733,11 @@ var docx = (function(exports, hash_js, nanoid_non_secure, undio, fflate) {
12733
12733
  attributes: {
12734
12734
  x: {
12735
12735
  key: "x",
12736
- value: 0
12736
+ value: cx
12737
12737
  },
12738
12738
  y: {
12739
12739
  key: "y",
12740
- value: cy
12740
+ value: 0
12741
12741
  }
12742
12742
  },
12743
12743
  name: "wp:lineTo"
package/dist/index.mjs CHANGED
@@ -12562,11 +12562,11 @@ const createWrapPolygon$1 = (cx, cy) => new BuilderElement({
12562
12562
  attributes: {
12563
12563
  x: {
12564
12564
  key: "x",
12565
- value: cx
12565
+ value: 0
12566
12566
  },
12567
12567
  y: {
12568
12568
  key: "y",
12569
- value: 0
12569
+ value: -cy
12570
12570
  }
12571
12571
  },
12572
12572
  name: "wp:lineTo"
@@ -12579,7 +12579,7 @@ const createWrapPolygon$1 = (cx, cy) => new BuilderElement({
12579
12579
  },
12580
12580
  y: {
12581
12581
  key: "y",
12582
- value: cy
12582
+ value: -cy
12583
12583
  }
12584
12584
  },
12585
12585
  name: "wp:lineTo"
@@ -12588,11 +12588,11 @@ const createWrapPolygon$1 = (cx, cy) => new BuilderElement({
12588
12588
  attributes: {
12589
12589
  x: {
12590
12590
  key: "x",
12591
- value: 0
12591
+ value: cx
12592
12592
  },
12593
12593
  y: {
12594
12594
  key: "y",
12595
- value: cy
12595
+ value: 0
12596
12596
  }
12597
12597
  },
12598
12598
  name: "wp:lineTo"
@@ -12708,11 +12708,11 @@ const createWrapPolygon = (cx, cy) => new BuilderElement({
12708
12708
  attributes: {
12709
12709
  x: {
12710
12710
  key: "x",
12711
- value: cx
12711
+ value: 0
12712
12712
  },
12713
12713
  y: {
12714
12714
  key: "y",
12715
- value: 0
12715
+ value: -cy
12716
12716
  }
12717
12717
  },
12718
12718
  name: "wp:lineTo"
@@ -12725,7 +12725,7 @@ const createWrapPolygon = (cx, cy) => new BuilderElement({
12725
12725
  },
12726
12726
  y: {
12727
12727
  key: "y",
12728
- value: cy
12728
+ value: -cy
12729
12729
  }
12730
12730
  },
12731
12731
  name: "wp:lineTo"
@@ -12734,11 +12734,11 @@ const createWrapPolygon = (cx, cy) => new BuilderElement({
12734
12734
  attributes: {
12735
12735
  x: {
12736
12736
  key: "x",
12737
- value: 0
12737
+ value: cx
12738
12738
  },
12739
12739
  y: {
12740
12740
  key: "y",
12741
- value: cy
12741
+ value: 0
12742
12742
  }
12743
12743
  },
12744
12744
  name: "wp:lineTo"
package/dist/index.umd.js CHANGED
@@ -12569,11 +12569,11 @@
12569
12569
  attributes: {
12570
12570
  x: {
12571
12571
  key: "x",
12572
- value: cx
12572
+ value: 0
12573
12573
  },
12574
12574
  y: {
12575
12575
  key: "y",
12576
- value: 0
12576
+ value: -cy
12577
12577
  }
12578
12578
  },
12579
12579
  name: "wp:lineTo"
@@ -12586,7 +12586,7 @@
12586
12586
  },
12587
12587
  y: {
12588
12588
  key: "y",
12589
- value: cy
12589
+ value: -cy
12590
12590
  }
12591
12591
  },
12592
12592
  name: "wp:lineTo"
@@ -12595,11 +12595,11 @@
12595
12595
  attributes: {
12596
12596
  x: {
12597
12597
  key: "x",
12598
- value: 0
12598
+ value: cx
12599
12599
  },
12600
12600
  y: {
12601
12601
  key: "y",
12602
- value: cy
12602
+ value: 0
12603
12603
  }
12604
12604
  },
12605
12605
  name: "wp:lineTo"
@@ -12715,11 +12715,11 @@
12715
12715
  attributes: {
12716
12716
  x: {
12717
12717
  key: "x",
12718
- value: cx
12718
+ value: 0
12719
12719
  },
12720
12720
  y: {
12721
12721
  key: "y",
12722
- value: 0
12722
+ value: -cy
12723
12723
  }
12724
12724
  },
12725
12725
  name: "wp:lineTo"
@@ -12732,7 +12732,7 @@
12732
12732
  },
12733
12733
  y: {
12734
12734
  key: "y",
12735
- value: cy
12735
+ value: -cy
12736
12736
  }
12737
12737
  },
12738
12738
  name: "wp:lineTo"
@@ -12741,11 +12741,11 @@
12741
12741
  attributes: {
12742
12742
  x: {
12743
12743
  key: "x",
12744
- value: 0
12744
+ value: cx
12745
12745
  },
12746
12746
  y: {
12747
12747
  key: "y",
12748
- value: cy
12748
+ value: 0
12749
12749
  }
12750
12750
  },
12751
12751
  name: "wp:lineTo"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docx-plus",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
5
5
  "keywords": [
6
6
  "clippy",