datastake-daf 0.6.482 → 0.6.483

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.
@@ -12886,7 +12886,7 @@ const renderElement = item => {
12886
12886
  }
12887
12887
  }), new docx__namespace.Paragraph({
12888
12888
  children: [new docx__namespace.TextRun({
12889
- text: data.content || 'Editable - to be filled by the user',
12889
+ text: data.content,
12890
12890
  italic: true,
12891
12891
  size: 22,
12892
12892
  color: '666666'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.482",
3
+ "version": "0.6.483",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -163,7 +163,7 @@ const renderElement = (item) => {
163
163
  new docx.Paragraph({
164
164
  children: [
165
165
  new docx.TextRun({
166
- text: data.content || 'Editable - to be filled by the user',
166
+ text: data.content,
167
167
  italic: true,
168
168
  size: 22,
169
169
  color: '666666'