@blocknote/xl-odt-exporter 0.42.2 → 0.43.0

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.
@@ -1 +1 @@
1
- {"builtAt":1763552660187,"assets":[{"name":"blocknote-xl-odt-exporter.umd.cjs","size":700741},{"name":"blocknote-xl-odt-exporter.umd.cjs.map","size":752538}],"chunks":[{"id":"642be88","entry":true,"initial":true,"files":["blocknote-xl-odt-exporter.umd.cjs"],"names":["index"]}],"modules":[{"name":"./src/odt/defaultSchema/blocks.tsx","size":16737,"chunks":["642be88"]},{"name":"./src/odt/defaultSchema/inlineContent.tsx","size":533,"chunks":["642be88"]},{"name":"./src/odt/defaultSchema/styles.ts","size":1047,"chunks":["642be88"]},{"name":"./src/odt/defaultSchema/index.ts","size":199,"chunks":["642be88"]},{"name":"../../shared/util/fileUtil.ts","size":214,"chunks":["642be88"]},{"name":"../../shared/util/imageUtil.ts","size":592,"chunks":["642be88"]},{"name":"./src/odt/template/styles.xml?raw","size":76781,"chunks":["642be88"]},{"name":"./src/odt/odtExporter.tsx","size":10335,"chunks":["642be88"]},{"name":"./src/index.ts","size":0,"chunks":["642be88"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":456958,"chunks":["642be88"]},{"name":"../../shared/assets/fonts/GeistMono-Regular.ttf","size":155049,"chunks":["642be88"]}]}
1
+ {"builtAt":1764616717006,"assets":[{"name":"blocknote-xl-odt-exporter.umd.cjs","size":700741},{"name":"blocknote-xl-odt-exporter.umd.cjs.map","size":752538}],"chunks":[{"id":"642be88","entry":true,"initial":true,"files":["blocknote-xl-odt-exporter.umd.cjs"],"names":["index"]}],"modules":[{"name":"./src/odt/defaultSchema/blocks.tsx","size":16737,"chunks":["642be88"]},{"name":"./src/odt/defaultSchema/inlineContent.tsx","size":533,"chunks":["642be88"]},{"name":"./src/odt/defaultSchema/styles.ts","size":1047,"chunks":["642be88"]},{"name":"./src/odt/defaultSchema/index.ts","size":199,"chunks":["642be88"]},{"name":"../../shared/util/fileUtil.ts","size":214,"chunks":["642be88"]},{"name":"../../shared/util/imageUtil.ts","size":592,"chunks":["642be88"]},{"name":"./src/odt/template/styles.xml?raw","size":76781,"chunks":["642be88"]},{"name":"./src/odt/odtExporter.tsx","size":10335,"chunks":["642be88"]},{"name":"./src/index.ts","size":0,"chunks":["642be88"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":456958,"chunks":["642be88"]},{"name":"../../shared/assets/fonts/GeistMono-Regular.ttf","size":155049,"chunks":["642be88"]}]}
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/xl-odt-exporter"
10
10
  },
11
11
  "license": "GPL-3.0 OR PROPRIETARY",
12
- "version": "0.42.2",
12
+ "version": "0.43.0",
13
13
  "files": [
14
14
  "dist",
15
15
  "types",
@@ -49,8 +49,8 @@
49
49
  }
50
50
  },
51
51
  "dependencies": {
52
- "@blocknote/core": "0.42.2",
53
- "@blocknote/xl-multi-column": "0.42.2",
52
+ "@blocknote/core": "0.43.0",
53
+ "@blocknote/xl-multi-column": "0.43.0",
54
54
  "@zip.js/zip.js": "^2.8.8",
55
55
  "buffer": "^6.0.3",
56
56
  "image-meta": "^0.2.2"
@@ -92,9 +92,19 @@
92
92
  <style:style style:name="BN_T25" style:family="text">
93
93
  <style:text-properties fo:font-weight="bold"></style:text-properties>
94
94
  </style:style>
95
- <style:style style:family="paragraph" style:name="BN_S26" style:parent-style-name="Standard">
95
+ <style:style style:name="BN_T26" style:family="text">
96
+ <style:text-properties fo:font-weight="bold"></style:text-properties>
97
+ </style:style>
98
+ <style:style style:name="BN_T27" style:family="text">
99
+ <style:text-properties style:font-name="Courier New"></style:text-properties>
100
+ </style:style>
101
+ <style:style style:family="paragraph" style:name="BN_S28" style:parent-style-name="Standard">
96
102
  <style:paragraph-properties fo:border-top="1pt solid #cccccc" fo:margin-top="11pt" fo:margin-bottom="12pt" fo:padding-top="0pt" fo:padding-bottom="0pt"></style:paragraph-properties>
97
103
  </style:style>
104
+ <style:style style:family="paragraph" style:name="BN_S29" style:parent-style-name="Standard">
105
+ <style:paragraph-properties fo:border-left="2pt solid #7D797A" fo:padding-left="0.25in"></style:paragraph-properties>
106
+ <style:text-properties fo:color="#7D797A"></style:text-properties>
107
+ </style:style>
98
108
  </office:automatic-styles>
99
109
  <office:body>
100
110
  <office:text>
@@ -446,7 +456,18 @@
446
456
  <text:line-break></text:line-break>
447
457
  };
448
458
  </text:p>
449
- <text:p text:style-name="BN_S26"></text:p>
459
+ <text:p text:style-name="Standard">
460
+ <text:span text:style-name="BN_T26">
461
+ Some inline code:
462
+ </text:span>
463
+ <text:span text:style-name="BN_T27">
464
+ var foo = &#x27;bar&#x27;;
465
+ </text:span>
466
+ </text:p>
467
+ <text:p text:style-name="BN_S28"></text:p>
468
+ <text:p text:style-name="BN_S29">
469
+ All those moments will be lost in time, like tears in rain.
470
+ </text:p>
450
471
  </office:text>
451
472
  </office:body>
452
473
  </office:document-content>
@@ -92,9 +92,19 @@
92
92
  <style:style style:name="BN_T25" style:family="text">
93
93
  <style:text-properties fo:font-weight="bold"></style:text-properties>
94
94
  </style:style>
95
- <style:style style:family="paragraph" style:name="BN_S26" style:parent-style-name="Standard">
95
+ <style:style style:name="BN_T26" style:family="text">
96
+ <style:text-properties fo:font-weight="bold"></style:text-properties>
97
+ </style:style>
98
+ <style:style style:name="BN_T27" style:family="text">
99
+ <style:text-properties style:font-name="Courier New"></style:text-properties>
100
+ </style:style>
101
+ <style:style style:family="paragraph" style:name="BN_S28" style:parent-style-name="Standard">
96
102
  <style:paragraph-properties fo:border-top="1pt solid #cccccc" fo:margin-top="11pt" fo:margin-bottom="12pt" fo:padding-top="0pt" fo:padding-bottom="0pt"></style:paragraph-properties>
97
103
  </style:style>
104
+ <style:style style:family="paragraph" style:name="BN_S29" style:parent-style-name="Standard">
105
+ <style:paragraph-properties fo:border-left="2pt solid #7D797A" fo:padding-left="0.25in"></style:paragraph-properties>
106
+ <style:text-properties fo:color="#7D797A"></style:text-properties>
107
+ </style:style>
98
108
  </office:automatic-styles>
99
109
  <office:master-styles>
100
110
  <style:master-page style:name="Standard" style:page-layout-name="Mpm1" draw:style-name="Mdp1">
@@ -460,7 +470,18 @@
460
470
  <text:line-break></text:line-break>
461
471
  };
462
472
  </text:p>
463
- <text:p text:style-name="BN_S26"></text:p>
473
+ <text:p text:style-name="Standard">
474
+ <text:span text:style-name="BN_T26">
475
+ Some inline code:
476
+ </text:span>
477
+ <text:span text:style-name="BN_T27">
478
+ var foo = &#x27;bar&#x27;;
479
+ </text:span>
480
+ </text:p>
481
+ <text:p text:style-name="BN_S28"></text:p>
482
+ <text:p text:style-name="BN_S29">
483
+ All those moments will be lost in time, like tears in rain.
484
+ </text:p>
464
485
  </office:text>
465
486
  </office:body>
466
487
  </office:document-content>