@gmb/bitmark-parser-generator 5.3.1 → 5.4.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.
package/dist/cli/main.js CHANGED
@@ -456,6 +456,9 @@ var BitType = {
456
456
  platformSectionInput: "platform-section-input",
457
457
  platformSystemIcon: "platform-system-icon",
458
458
  preparationNote: "preparation-note",
459
+ printThisBook: "print-this-book",
460
+ printThisChapter: "print-this-chapter",
461
+ printPageBreak: "print-page-break",
459
462
  pronunciationTable: "pronunciation-table",
460
463
  prototypeImages: "prototype-images",
461
464
  qAndA: "q-and-a",
@@ -6745,6 +6748,35 @@ var BITS = {
6745
6748
  baseBitType: BitType.article,
6746
6749
  description: "Preparation note bit, used to provide preparation notes in articles or books"
6747
6750
  },
6751
+ [BitType.printThisBook]: {
6752
+ since: "5.4.0",
6753
+ baseBitType: BitType._standard,
6754
+ description: "Print this book bit, used to create a button that prints the entire book",
6755
+ tags: [
6756
+ {
6757
+ key: ConfigKey.property_buttonCaption,
6758
+ description: "The caption of the print button",
6759
+ format: TagFormat.plainText
6760
+ }
6761
+ ]
6762
+ },
6763
+ [BitType.printThisChapter]: {
6764
+ since: "5.4.0",
6765
+ baseBitType: BitType._standard,
6766
+ description: "Print this chapter bit, used to create a button that prints the current chapter",
6767
+ tags: [
6768
+ {
6769
+ key: ConfigKey.property_buttonCaption,
6770
+ description: "The caption of the print button",
6771
+ format: TagFormat.plainText
6772
+ }
6773
+ ]
6774
+ },
6775
+ [BitType.printPageBreak]: {
6776
+ since: "5.4.0",
6777
+ baseBitType: BitType.separator,
6778
+ description: "Print page break bit, used to create page breaks for printing in articles or books"
6779
+ },
6748
6780
  [BitType.releaseNotesSummary]: {
6749
6781
  since: "1.3.0",
6750
6782
  baseBitType: BitType.article,
@@ -10212,7 +10244,7 @@ var instance2 = new Config();
10212
10244
  // src/generated/package_info.ts
10213
10245
  var PACKAGE_INFO = {
10214
10246
  "name": "@gmb/bitmark-parser-generator",
10215
- "version": "5.3.1",
10247
+ "version": "5.4.0",
10216
10248
  "license": "ISC"};
10217
10249
  var Environment = {
10218
10250
  unknown: "",