@tonguetoquill/collection 0.7.0 → 0.7.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonguetoquill/collection",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nibsbin/tonguetoquill-collection.git"
@@ -0,0 +1,31 @@
1
+ ---
2
+ QUILL: daf1206@0.1.0
3
+
4
+ # EDIT: Award name (e.g., "AIR AND SPACE ACHIEVEMENT MEDAL")
5
+ AWARD: "AWARD NAME"
6
+ # EDIT: Category (If Applicable)
7
+ CATEGORY: ""
8
+ # EDIT: Award Period (e.g., "1 Jan 24 - 31 Dec 24")
9
+ AWARD_PERIOD: "1 Jan 2X - 31 Dec 2X"
10
+ # EDIT: Rank/Name of Nominee (First, Middle Initial, Last)
11
+ RANKNAME_OF_NOMINEE: "LAST, FIRST M."
12
+ # EDIT: MAJCOM/FLDCOM/FOA/DRU
13
+ MAJCOM_FLDCOM_FOA_OR_DRU: ""
14
+ # EDIT: DAFSC/Duty Title
15
+ DAFSCDUTY_TITLE: ""
16
+ # EDIT: Nominee's Telephone (DSN/Commercial)
17
+ NOMINEES_TELEPHONE: ""
18
+ # EDIT: Unit/Office Symbol/Street Address/Base/State/Zip Code
19
+ UNITOFFICE_SYMBOL: ""
20
+ # EDIT: Rank/Name of Unit Commander & Telephone
21
+ UNIT_COMMANDER: ""
22
+
23
+ # EDIT: Specific Accomplishments (Page 1)
24
+ ACCOMPLISHMENTS: |-
25
+ -
26
+ -
27
+
28
+ # EDIT: Specific Accomplishments (Continued - Page 2)
29
+ ACCOMPLISHMENTS_CONTINUED: |-
30
+ -
31
+ ---
@@ -61,5 +61,12 @@
61
61
  "description": "Pre-Departure Safety Briefing (Page 2)",
62
62
  "file": "daf4392.md",
63
63
  "production": true
64
+ },
65
+ {
66
+ "id": "daf-form-1206",
67
+ "name": "DAF Form 1206",
68
+ "description": "Nomination for Award",
69
+ "file": "daf1206.md",
70
+ "production": true
64
71
  }
65
72
  ]
@@ -1,18 +0,0 @@
1
- // debug.typ (generated — renders form with debug overlays)
2
- #import "../form.typ": form
3
-
4
- #form(
5
- debug: true,
6
- AWARD: "Award",
7
- CATEGORY_If_Applicable: "Category If Applicable",
8
- AWARD_PERIOD: "Award Period",
9
- RANKNAME_OF_NOMINEE_First_Middle_Initial_Last: "Rankname Of Nominee First Middle Initial Last",
10
- MAJCOM_FLDCOM_FOA_OR_DRU: "Majcom Fldcom Foa Or Dru",
11
- DAFSCDUTY_TITLE: "Dafscduty Title",
12
- NOMINEES_TELEPHONE__DSN__Commercial: "Nominees Telephone Dsn Commercial",
13
- UNITOFFICE_SYMBOLSTREET_ADDRESSBASESTATEZIP_CODE: "Unitoffice Symbolstreet Addressbasestatezip Code",
14
- RANKNAME_OF_UNIT_COMMANDER_First_Middle_Initial_LastCOMMANDERS_TELEPHONE_DSN__Commercial: "Rankname Of Unit Commander First Middle Initial Last Commanders Telephone Dsn Commercial",
15
- SPECIFIC_ACCOMPLISHMENTS_Use_Performance_Statements_IAW_DAFMAN_362806: "Specific Accomplishments Use Performance Statements Iaw Dafman",
16
- RANKNAME_OF_NOMINEE_First_Middle_Initial_Last_2: "Rankname Of Nominee First Middle Initial Last",
17
- SPECIFIC_ACCOMPLISHMENTS_Use_Performance_Statements_IAW_DAFMAN_362806_Continued: "Specific Accomplishments Use Performance Statements Iaw Dafman 362806 Continued",
18
- )
@@ -1,17 +0,0 @@
1
- // example.typ (edit this file to fill the form)
2
- #import "../form.typ": form
3
-
4
- #form(
5
- AWARD: "Award",
6
- CATEGORY_If_Applicable: "Category If Applicable",
7
- AWARD_PERIOD: "Award Period",
8
- RANKNAME_OF_NOMINEE_First_Middle_Initial_Last: "Rankname Of Nominee First Middle Initial Last",
9
- MAJCOM_FLDCOM_FOA_OR_DRU: "Majcom Fldcom Foa Or Dru",
10
- DAFSCDUTY_TITLE: "Dafscduty Title",
11
- NOMINEES_TELEPHONE__DSN__Commercial: "Nominees Telephone Dsn Commercial",
12
- UNITOFFICE_SYMBOLSTREET_ADDRESSBASESTATEZIP_CODE: "Unitoffice Symbolstreet Addressbasestatezip Code",
13
- RANKNAME_OF_UNIT_COMMANDER_First_Middle_Initial_LastCOMMANDERS_TELEPHONE_DSN__Commercial: "Rankname Of Unit Commander First Middle Initial Last Commanders Telephone Dsn Commercial",
14
- SPECIFIC_ACCOMPLISHMENTS_Use_Performance_Statements_IAW_DAFMAN_362806: "Specific Accomplishments Use Performance Statements Iaw Dafman",
15
- RANKNAME_OF_NOMINEE_First_Middle_Initial_Last_2: "Rankname Of Nominee First Middle Initial Last",
16
- SPECIFIC_ACCOMPLISHMENTS_Use_Performance_Statements_IAW_DAFMAN_362806_Continued: "Specific Accomplishments Use Performance Statements Iaw Dafman 362806 Continued",
17
- )