@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.
- package/dist/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +2 -2
- package/dist/browser/cjs/index.cjs +644 -428
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +1 -0
- package/dist/browser/esm/index.d.ts +1 -0
- package/dist/browser/esm/index.js +644 -428
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/cli/main.js +642 -427
- package/dist/cli/main.js.map +1 -1
- package/dist/index.cjs +644 -428
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +644 -428
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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>;
|