@gmb/bitmark-parser-generator 5.0.0 → 5.1.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.
@@ -1106,6 +1106,7 @@ declare const TextMarkType: {
1106
1106
  readonly timer: "timer";
1107
1107
  readonly duration: "duration";
1108
1108
  readonly color: "color";
1109
+ readonly colorPicker: "colorPicker";
1109
1110
  readonly comment: "comment";
1110
1111
  };
1111
1112
  type TextMarkTypeType = EnumType<typeof TextMarkType>;
@@ -1106,6 +1106,7 @@ declare const TextMarkType: {
1106
1106
  readonly timer: "timer";
1107
1107
  readonly duration: "duration";
1108
1108
  readonly color: "color";
1109
+ readonly colorPicker: "colorPicker";
1109
1110
  readonly comment: "comment";
1110
1111
  };
1111
1112
  type TextMarkTypeType = EnumType<typeof TextMarkType>;