@titan-design/active-work 0.4.0 → 0.5.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/aw.js
CHANGED
|
@@ -786,7 +786,7 @@ var isValidIsoDate3 = (value) => {
|
|
|
786
786
|
return parsed.toISOString().slice(0, 10) === value;
|
|
787
787
|
};
|
|
788
788
|
var isoDate3 = z5.string().refine(isValidIsoDate3, { message: "Must be a valid zero-padded YYYY-MM-DD date" });
|
|
789
|
-
var NoteKindSchema = z5.enum(["process", "gotcha", "fyi", "decision"]);
|
|
789
|
+
var NoteKindSchema = z5.enum(["process", "gotcha", "fyi", "decision", "plan"]);
|
|
790
790
|
var NOTE_TITLE_MAX_LENGTH = 120;
|
|
791
791
|
var NoteFrontmatterSchema = z5.object({
|
|
792
792
|
kind: NoteKindSchema,
|
|
@@ -2604,4 +2604,4 @@ export {
|
|
|
2604
2604
|
resume_default,
|
|
2605
2605
|
color
|
|
2606
2606
|
};
|
|
2607
|
-
//# sourceMappingURL=chunk-
|
|
2607
|
+
//# sourceMappingURL=chunk-RLSQSE7I.js.map
|