@polyglot-bundles/my-minimal-pairs 0.2.2 → 0.3.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.
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '../../../content-shared';
2
+ export declare const level0Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"level-0.d.ts","sourceRoot":"","sources":["../../src/data/level-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EAoBhD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '../../../content-shared';
2
+ export declare const level1Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"level-1.d.ts","sourceRoot":"","sources":["../../src/data/level-1.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EAwChD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '../../../content-shared';
2
+ export declare const level2Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"level-2.d.ts","sourceRoot":"","sources":["../../src/data/level-2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EAuChD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '../../../content-shared';
2
+ export declare const level3Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-3.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"level-3.d.ts","sourceRoot":"","sources":["../../src/data/level-3.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EAuChD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '../../../content-shared';
2
+ export declare const level4Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-4.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"level-4.d.ts","sourceRoot":"","sources":["../../src/data/level-4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EA8BhD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '../../../content-shared';
2
+ export declare const level5Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-5.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"level-5.d.ts","sourceRoot":"","sources":["../../src/data/level-5.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EAsBhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../src/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAEjF,eAAO,MAAM,gBAAgB,EAAE,wBAkN9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../src/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAmBjF,eAAO,MAAM,gBAAgB,EAAE,wBAI9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
package/dist/data.js CHANGED
@@ -1,206 +1,226 @@
1
- const i = {
2
- levels: [
3
- { level: 0, title: "Getting Started", description: "Practice with clearly different sounds" },
4
- { level: 1, title: "Four Tones", description: "The Burmese tonal system" },
5
- { level: 2, title: "Stop Consonants", description: "Three-way stop contrast" },
6
- { level: 3, title: "Nasals and Sonorants", description: "Voiceless nasals and contrasts" },
7
- { level: 4, title: "Vowels", description: "Vowel quality contrasts" },
8
- { level: 5, title: "Expert Level", description: "Tone sandhi and checked syllables" }
9
- ],
10
- minimalPairs: [
11
- // Level 0: Clear contrasts
12
- {
13
- pairId: "my_l0_001",
14
- level: 0,
15
- tags: ["level_0"],
16
- contrastFeature: "consonant",
17
- contrastDescription: "/k/ vs /t/",
18
- word1: { script: "က", romanization: "ka.", definition: "to dance", audioFile: null },
19
- word2: { script: "", romanization: "ta.", definition: "to beat", audioFile: null }
20
- },
21
- {
22
- pairId: "my_l0_002",
23
- level: 0,
24
- tags: ["level_0"],
25
- contrastFeature: "consonant",
26
- contrastDescription: "/m/ vs /n/",
27
- word1: { script: "", romanization: "ma.", definition: "girl", audioFile: null },
28
- word2: { script: "", romanization: "na.", definition: "nose", audioFile: null }
29
- },
30
- // Level 1: Four tones of Burmese
31
- {
32
- pairId: "my_l1_001",
33
- level: 1,
34
- tags: ["level_1", "tone"],
35
- contrastFeature: "tone",
36
- contrastDescription: "Low tone vs high tone",
37
- pronunciationTipId: "tone_low_high",
38
- word1: { script: "ခါ", romanization: "khà", definition: "to shake", audioFile: null },
39
- word2: { script: "ခါး", romanization: "khá", definition: "to be bitter; waist", audioFile: null }
40
- },
41
- {
42
- pairId: "my_l1_002",
43
- level: 1,
44
- tags: ["level_1", "tone"],
45
- contrastFeature: "tone",
46
- contrastDescription: "Low tone vs creaky tone",
47
- word1: { script: "ခါ", romanization: "khà", definition: "to shake", audioFile: null },
48
- word2: { script: "ခါ့", romanization: "kha̰", definition: "(particle)", audioFile: null }
49
- },
50
- {
51
- pairId: "my_l1_003",
52
- level: 1,
53
- tags: ["level_1", "tone"],
54
- contrastFeature: "tone",
55
- contrastDescription: "Low tone vs checked tone",
56
- word1: { script: "ခါ", romanization: "khà", definition: "to shake", audioFile: null },
57
- word2: { script: "ခတ်", romanization: "khæʔ", definition: "to wave", audioFile: null }
58
- },
59
- {
60
- pairId: "my_l1_004",
61
- level: 1,
62
- tags: ["level_1", "tone"],
63
- contrastFeature: "tone",
64
- contrastDescription: "Four-way tone contrast on /kha/",
65
- word1: { script: "ခါ", romanization: "khà", definition: "to shake (low)", audioFile: null },
66
- word2: { script: "ခါး", romanization: "khá", definition: "bitter; waist (high)", audioFile: null },
67
- notes: "Full series: ခါ (low), ခါး (high), ခါ့ (creaky), ခတ် (checked)"
68
- },
69
- // Level 2: Three-way stop contrast
70
- {
71
- pairId: "my_l2_001",
72
- level: 2,
73
- tags: ["level_2", "consonant"],
74
- contrastFeature: "consonant",
75
- contrastDescription: "Voiced /g/ vs voiceless /k/",
76
- pronunciationTipId: "consonant_voicing",
77
- word1: { script: "ဂ", romanization: "ga.", definition: "(5th letter)", audioFile: null },
78
- word2: { script: "က", romanization: "ka.", definition: "to dance", audioFile: null }
79
- },
80
- {
81
- pairId: "my_l2_002",
82
- level: 2,
83
- tags: ["level_2", "consonant"],
84
- contrastFeature: "consonant",
85
- contrastDescription: "Voiceless /k/ vs aspirated /kʰ/",
86
- word1: { script: "က", romanization: "ka.", definition: "to dance", audioFile: null },
87
- word2: { script: "ခ", romanization: "kha.", definition: "to be bitter", audioFile: null }
88
- },
89
- {
90
- pairId: "my_l2_003",
91
- level: 2,
92
- tags: ["level_2", "consonant"],
93
- contrastFeature: "consonant",
94
- contrastDescription: "Voiced /b/ vs voiceless /p/",
95
- word1: { script: "ဗ", romanization: "ba.", definition: "(letter)", audioFile: null },
96
- word2: { script: "ပ", romanization: "pa.", definition: "to bloom", audioFile: null }
97
- },
98
- {
99
- pairId: "my_l2_004",
100
- level: 2,
101
- tags: ["level_2", "consonant"],
102
- contrastFeature: "consonant",
103
- contrastDescription: "Voiceless /p/ vs aspirated /pʰ/",
104
- word1: { script: "ပ", romanization: "pa.", definition: "to bloom", audioFile: null },
105
- word2: { script: "ဖ", romanization: "pha.", definition: "to split", audioFile: null }
106
- },
107
- // Level 3: Voiceless nasals (unique to Burmese)
108
- {
109
- pairId: "my_l3_001",
110
- level: 3,
111
- tags: ["level_3", "consonant"],
112
- contrastFeature: "consonant",
113
- contrastDescription: "Voiced /m/ vs voiceless /m̥/",
114
- pronunciationTipId: "consonant_voiceless_nasal",
115
- word1: { script: "မ", romanization: "ma.", definition: "girl", audioFile: null },
116
- word2: { script: "မှ", romanization: "hma.", definition: "(particle)", audioFile: null }
117
- },
118
- {
119
- pairId: "my_l3_002",
120
- level: 3,
121
- tags: ["level_3", "consonant"],
122
- contrastFeature: "consonant",
123
- contrastDescription: "Voiced /n/ vs voiceless /n̥/",
124
- word1: { script: "န", romanization: "na.", definition: "nose", audioFile: null },
125
- word2: { script: "နှ", romanization: "hna.", definition: "two", audioFile: null }
126
- },
127
- {
128
- pairId: "my_l3_003",
129
- level: 3,
130
- tags: ["level_3", "consonant"],
131
- contrastFeature: "consonant",
132
- contrastDescription: "Voiced /ŋ/ vs voiceless /ŋ̊/",
133
- word1: { script: "င", romanization: "nga.", definition: "I (informal)", audioFile: null },
134
- word2: { script: "ငှ", romanization: "hnga.", definition: "(to be salty)", audioFile: null }
135
- },
136
- {
137
- pairId: "my_l3_004",
138
- level: 3,
139
- tags: ["level_3", "consonant"],
140
- contrastFeature: "consonant",
141
- contrastDescription: "Voiced /l/ vs voiceless /l̥/",
142
- word1: { script: "လ", romanization: "la.", definition: "moon", audioFile: null },
143
- word2: { script: "လှ", romanization: "hla.", definition: "beautiful", audioFile: null }
144
- },
145
- // Level 4: Vowel contrasts
146
- {
147
- pairId: "my_l4_001",
148
- level: 4,
149
- tags: ["level_4", "vowel"],
150
- contrastFeature: "vowel",
151
- contrastDescription: "/a/ vs /ɛ/",
152
- pronunciationTipId: "vowel_a_e",
153
- word1: { script: "က", romanization: "ka.", definition: "to dance", audioFile: null },
154
- word2: { script: "ကဲ", romanization: "kɛ.", definition: "(to exceed)", audioFile: null }
155
- },
156
- {
157
- pairId: "my_l4_002",
158
- level: 4,
159
- tags: ["level_4", "vowel"],
160
- contrastFeature: "vowel",
161
- contrastDescription: "/i/ vs /u/",
162
- word1: { script: "ဆီ", romanization: "si.", definition: "oil", audioFile: null },
163
- word2: { script: "ဆူ", romanization: "su.", definition: "to boil", audioFile: null }
164
- },
165
- {
166
- pairId: "my_l4_003",
167
- level: 4,
168
- tags: ["level_4", "vowel"],
169
- contrastFeature: "vowel",
170
- contrastDescription: "Oral vs nasal vowel",
171
- word1: { script: "ဆီ", romanization: "si.", definition: "oil", audioFile: null },
172
- word2: { script: "ဆိန်", romanization: "sĩ", definition: "(to be calm)", audioFile: null }
173
- },
174
- // Level 5: Expert - tone sandhi and checked syllables
175
- {
176
- pairId: "my_l5_001",
177
- level: 5,
178
- tags: ["level_5", "tone"],
179
- contrastFeature: "tone",
180
- contrastDescription: "Tone sandhi in compounds",
181
- word1: { script: "လ", romanization: "la.", definition: "moon", audioFile: null },
182
- word2: { script: "လပြည့်", romanization: "la bje.", definition: "full moon", audioFile: null },
183
- notes: "Tones change in connected speech. The sandhi rules are complex but systematic."
184
- },
185
- {
186
- pairId: "my_l5_002",
187
- level: 5,
188
- tags: ["level_5", "tone"],
189
- contrastFeature: "tone",
190
- contrastDescription: "Checked syllable (final -ʔ)",
191
- word1: { script: "ခတ်", romanization: "khæʔ", definition: "to wave", audioFile: null },
192
- word2: { script: "ခါး", romanization: "khá", definition: "bitter", audioFile: null },
193
- notes: "Checked syllables end in -p, -t, -k, or -ʔ and have different tone patterns."
194
- }
195
- ],
196
- pronunciationTips: {
197
- tone_low_high: "Low tone: low and level (21). High tone: high and level (44). Creaky: high with creaky voice (53). Checked: short with final glottal stop.",
198
- consonant_voicing: "Burmese has three-way contrast: voiced (ဂ), voiceless (က), and aspirated (ခ). The distinction is phonemic.",
199
- consonant_voiceless_nasal: "Voiceless nasals (မှ, နှ, ငှ) are unique to Burmese. They're pronounced with a puff of air before the nasal sound.",
200
- vowel_a_e: "/a/ is open central. /ɛ/ is open-mid front. Vowel quality is important for meaning."
1
+ const i = [
2
+ { level: 0, title: "Getting Started", description: "Practice with clearly different sounds" },
3
+ { level: 1, title: "Four Tones", description: "The Burmese tonal system" },
4
+ { level: 2, title: "Stop Consonants", description: "Three-way stop contrast" },
5
+ { level: 3, title: "Nasals and Sonorants", description: "Voiceless nasals and contrasts" },
6
+ { level: 4, title: "Vowels", description: "Vowel quality contrasts" },
7
+ { level: 5, title: "Expert Level", description: "Tone sandhi and checked syllables" }
8
+ ], o = {
9
+ tone_low_high: "Low tone: low and level (21). High tone: high and level (44). Creaky: high with creaky voice (53). Checked: short with final glottal stop.",
10
+ consonant_voicing: "Burmese has three-way contrast: voiced (ဂ), voiceless (က), and aspirated (ခ). The distinction is phonemic.",
11
+ consonant_voiceless_nasal: "Voiceless nasals (မှ, နှ, ငှ) are unique to Burmese. They're pronounced with a puff of air before the nasal sound.",
12
+ vowel_a_e: "/a/ is open central. /ɛ/ is open-mid front. Vowel quality is important for meaning."
13
+ }, n = [
14
+ // Level 0: Clear contrasts
15
+ {
16
+ pairId: "my_l0_001",
17
+ level: 0,
18
+ tags: ["level_0"],
19
+ contrastFeature: "consonant",
20
+ contrastDescription: "/k/ vs /t/",
21
+ word1: { script: "က", romanization: "ka.", definition: "to dance", audioFile: null },
22
+ word2: { script: "", romanization: "ta.", definition: "to beat", audioFile: null }
23
+ },
24
+ {
25
+ pairId: "my_l0_002",
26
+ level: 0,
27
+ tags: ["level_0"],
28
+ contrastFeature: "consonant",
29
+ contrastDescription: "/m/ vs /n/",
30
+ word1: { script: "မ", romanization: "ma.", definition: "girl", audioFile: null },
31
+ word2: { script: "န", romanization: "na.", definition: "nose", audioFile: null }
201
32
  }
33
+ ], e = [
34
+ // Level 1: Four tones of Burmese
35
+ {
36
+ pairId: "my_l1_001",
37
+ level: 1,
38
+ tags: ["level_1", "tone"],
39
+ contrastFeature: "tone",
40
+ contrastDescription: "Low tone vs high tone",
41
+ pronunciationTipId: "tone_low_high",
42
+ word1: { script: "ခါ", romanization: "khà", definition: "to shake", audioFile: null },
43
+ word2: { script: "ခါး", romanization: "khá", definition: "to be bitter; waist", audioFile: null }
44
+ },
45
+ {
46
+ pairId: "my_l1_002",
47
+ level: 1,
48
+ tags: ["level_1", "tone"],
49
+ contrastFeature: "tone",
50
+ contrastDescription: "Low tone vs creaky tone",
51
+ word1: { script: "ခါ", romanization: "khà", definition: "to shake", audioFile: null },
52
+ word2: { script: "ခါ့", romanization: "kha̰", definition: "(particle)", audioFile: null }
53
+ },
54
+ {
55
+ pairId: "my_l1_003",
56
+ level: 1,
57
+ tags: ["level_1", "tone"],
58
+ contrastFeature: "tone",
59
+ contrastDescription: "Low tone vs checked tone",
60
+ word1: { script: "ခါ", romanization: "khà", definition: "to shake", audioFile: null },
61
+ word2: { script: "ခတ်", romanization: "khæʔ", definition: "to wave", audioFile: null }
62
+ },
63
+ {
64
+ pairId: "my_l1_004",
65
+ level: 1,
66
+ tags: ["level_1", "tone"],
67
+ contrastFeature: "tone",
68
+ contrastDescription: "Four-way tone contrast on /kha/",
69
+ word1: { script: "ခါ", romanization: "khà", definition: "to shake (low)", audioFile: null },
70
+ word2: { script: "ခါး", romanization: "khá", definition: "bitter; waist (high)", audioFile: null },
71
+ notes: "Full series: ခါ (low), ခါး (high), ခါ့ (creaky), ခတ် (checked)"
72
+ }
73
+ ], t = [
74
+ // Level 2: Three-way stop contrast
75
+ {
76
+ pairId: "my_l2_001",
77
+ level: 2,
78
+ tags: ["level_2", "consonant"],
79
+ contrastFeature: "consonant",
80
+ contrastDescription: "Voiced /g/ vs voiceless /k/",
81
+ pronunciationTipId: "consonant_voicing",
82
+ word1: { script: "ဂ", romanization: "ga.", definition: "(5th letter)", audioFile: null },
83
+ word2: { script: "က", romanization: "ka.", definition: "to dance", audioFile: null }
84
+ },
85
+ {
86
+ pairId: "my_l2_002",
87
+ level: 2,
88
+ tags: ["level_2", "consonant"],
89
+ contrastFeature: "consonant",
90
+ contrastDescription: "Voiceless /k/ vs aspirated /kʰ/",
91
+ word1: { script: "က", romanization: "ka.", definition: "to dance", audioFile: null },
92
+ word2: { script: "ခ", romanization: "kha.", definition: "to be bitter", audioFile: null }
93
+ },
94
+ {
95
+ pairId: "my_l2_003",
96
+ level: 2,
97
+ tags: ["level_2", "consonant"],
98
+ contrastFeature: "consonant",
99
+ contrastDescription: "Voiced /b/ vs voiceless /p/",
100
+ word1: { script: "ဗ", romanization: "ba.", definition: "(letter)", audioFile: null },
101
+ word2: { script: "ပ", romanization: "pa.", definition: "to bloom", audioFile: null }
102
+ },
103
+ {
104
+ pairId: "my_l2_004",
105
+ level: 2,
106
+ tags: ["level_2", "consonant"],
107
+ contrastFeature: "consonant",
108
+ contrastDescription: "Voiceless /p/ vs aspirated /pʰ/",
109
+ word1: { script: "ပ", romanization: "pa.", definition: "to bloom", audioFile: null },
110
+ word2: { script: "ဖ", romanization: "pha.", definition: "to split", audioFile: null }
111
+ }
112
+ ], a = [
113
+ // Level 3: Voiceless nasals (unique to Burmese)
114
+ {
115
+ pairId: "my_l3_001",
116
+ level: 3,
117
+ tags: ["level_3", "consonant"],
118
+ contrastFeature: "consonant",
119
+ contrastDescription: "Voiced /m/ vs voiceless /m̥/",
120
+ pronunciationTipId: "consonant_voiceless_nasal",
121
+ word1: { script: "မ", romanization: "ma.", definition: "girl", audioFile: null },
122
+ word2: { script: "မှ", romanization: "hma.", definition: "(particle)", audioFile: null }
123
+ },
124
+ {
125
+ pairId: "my_l3_002",
126
+ level: 3,
127
+ tags: ["level_3", "consonant"],
128
+ contrastFeature: "consonant",
129
+ contrastDescription: "Voiced /n/ vs voiceless /n̥/",
130
+ word1: { script: "န", romanization: "na.", definition: "nose", audioFile: null },
131
+ word2: { script: "နှ", romanization: "hna.", definition: "two", audioFile: null }
132
+ },
133
+ {
134
+ pairId: "my_l3_003",
135
+ level: 3,
136
+ tags: ["level_3", "consonant"],
137
+ contrastFeature: "consonant",
138
+ contrastDescription: "Voiced /ŋ/ vs voiceless /ŋ̊/",
139
+ word1: { script: "င", romanization: "nga.", definition: "I (informal)", audioFile: null },
140
+ word2: { script: "ငှ", romanization: "hnga.", definition: "(to be salty)", audioFile: null }
141
+ },
142
+ {
143
+ pairId: "my_l3_004",
144
+ level: 3,
145
+ tags: ["level_3", "consonant"],
146
+ contrastFeature: "consonant",
147
+ contrastDescription: "Voiced /l/ vs voiceless /l̥/",
148
+ word1: { script: "လ", romanization: "la.", definition: "moon", audioFile: null },
149
+ word2: { script: "လှ", romanization: "hla.", definition: "beautiful", audioFile: null }
150
+ }
151
+ ], l = [
152
+ // Level 4: Vowel contrasts
153
+ {
154
+ pairId: "my_l4_001",
155
+ level: 4,
156
+ tags: ["level_4", "vowel"],
157
+ contrastFeature: "vowel",
158
+ contrastDescription: "/a/ vs /ɛ/",
159
+ pronunciationTipId: "vowel_a_e",
160
+ word1: { script: "က", romanization: "ka.", definition: "to dance", audioFile: null },
161
+ word2: { script: "ကဲ", romanization: "kɛ.", definition: "(to exceed)", audioFile: null }
162
+ },
163
+ {
164
+ pairId: "my_l4_002",
165
+ level: 4,
166
+ tags: ["level_4", "vowel"],
167
+ contrastFeature: "vowel",
168
+ contrastDescription: "/i/ vs /u/",
169
+ word1: { script: "ဆီ", romanization: "si.", definition: "oil", audioFile: null },
170
+ word2: { script: "ဆူ", romanization: "su.", definition: "to boil", audioFile: null }
171
+ },
172
+ {
173
+ pairId: "my_l4_003",
174
+ level: 4,
175
+ tags: ["level_4", "vowel"],
176
+ contrastFeature: "vowel",
177
+ contrastDescription: "Oral vs nasal vowel",
178
+ word1: { script: "ဆီ", romanization: "si.", definition: "oil", audioFile: null },
179
+ word2: { script: "ဆိန်", romanization: "sĩ", definition: "(to be calm)", audioFile: null }
180
+ }
181
+ ], s = [
182
+ // Level 5: Expert - tone sandhi and checked syllables
183
+ {
184
+ pairId: "my_l5_001",
185
+ level: 5,
186
+ tags: ["level_5", "tone"],
187
+ contrastFeature: "tone",
188
+ contrastDescription: "Tone sandhi in compounds",
189
+ word1: { script: "လ", romanization: "la.", definition: "moon", audioFile: null },
190
+ word2: { script: "လပြည့်", romanization: "la bje.", definition: "full moon", audioFile: null },
191
+ notes: "Tones change in connected speech. The sandhi rules are complex but systematic."
192
+ },
193
+ {
194
+ pairId: "my_l5_002",
195
+ level: 5,
196
+ tags: ["level_5", "tone"],
197
+ contrastFeature: "tone",
198
+ contrastDescription: "Checked syllable (final -ʔ)",
199
+ word1: { script: "ခတ်", romanization: "khæʔ", definition: "to wave", audioFile: null },
200
+ word2: { script: "ခါး", romanization: "khá", definition: "bitter", audioFile: null },
201
+ notes: "Checked syllables end in -p, -t, -k, or -ʔ and have different tone patterns."
202
+ }
203
+ ], r = [
204
+ ...n,
205
+ ...e,
206
+ ...t,
207
+ ...a,
208
+ ...l,
209
+ ...s
210
+ ], c = {
211
+ levels: i,
212
+ minimalPairs: r,
213
+ pronunciationTips: o
202
214
  };
203
215
  export {
204
- i as default,
205
- i as minimalPairsData
216
+ e as a,
217
+ t as b,
218
+ a as c,
219
+ l as d,
220
+ c as default,
221
+ s as e,
222
+ i as f,
223
+ n as l,
224
+ c as minimalPairsData,
225
+ o as p
206
226
  };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,11 @@
1
1
  export { minimalPairsData as default } from './data';
2
- export { minimalPairsData } from './data';
2
+ export { levels } from './levels';
3
+ export { pronunciationTips } from './pronunciationTips';
4
+ export { level0Pairs } from './data/level-0';
5
+ export { level1Pairs } from './data/level-1';
6
+ export { level2Pairs } from './data/level-2';
7
+ export { level3Pairs } from './data/level-3';
8
+ export { level4Pairs } from './data/level-4';
9
+ export { level5Pairs } from './data/level-5';
3
10
  export type { MinimalPairsLanguageData, MinimalPairsLevelInfo, MinimalPairsMinimalPair, MinimalPairsPronunciationTipsMap, MinimalPairsRubySegment, MinimalPairsWordInfo, } from '../../content-shared';
4
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,MAAM,QAAQ,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAG1C,YAAY,EACV,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,gCAAgC,EAChC,uBAAuB,EACvB,oBAAoB,GACrB,MAAM,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,MAAM,QAAQ,CAAC;AAGrD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,YAAY,EACV,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,gCAAgC,EAChC,uBAAuB,EACvB,oBAAoB,GACrB,MAAM,kCAAkC,CAAC"}
package/dist/index.js CHANGED
@@ -1,5 +1,12 @@
1
- import { default as e, default as f } from "./data.js";
1
+ import { default as l, l as s, a as i, b as r, c as v, d as P, e as o, f as p, p as f } from "./data.js";
2
2
  export {
3
- e as default,
4
- f as minimalPairsData
3
+ l as default,
4
+ s as level0Pairs,
5
+ i as level1Pairs,
6
+ r as level2Pairs,
7
+ v as level3Pairs,
8
+ P as level4Pairs,
9
+ o as level5Pairs,
10
+ p as levels,
11
+ f as pronunciationTips
5
12
  };
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsLevelInfo } from '../../content-shared';
2
+ export declare const levels: MinimalPairsLevelInfo[];
3
+ //# sourceMappingURL=levels.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"levels.d.ts","sourceRoot":"","sources":["../src/levels.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAE9E,eAAO,MAAM,MAAM,EAAE,qBAAqB,EAOzC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsPronunciationTipsMap } from '../../content-shared';
2
+ export declare const pronunciationTips: MinimalPairsPronunciationTipsMap;
3
+ //# sourceMappingURL=pronunciationTips.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pronunciationTips.d.ts","sourceRoot":"","sources":["../src/pronunciationTips.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAC;AAEzF,eAAO,MAAM,iBAAiB,EAAE,gCAS/B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/my-minimal-pairs",
3
- "version": "0.2.2",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -12,14 +12,46 @@
12
12
  "./data": {
13
13
  "types": "./dist/data.d.ts",
14
14
  "import": "./dist/data.js"
15
+ },
16
+ "./levels": {
17
+ "types": "./dist/levels.d.ts",
18
+ "import": "./dist/levels.js"
19
+ },
20
+ "./pronunciationTips": {
21
+ "types": "./dist/pronunciationTips.d.ts",
22
+ "import": "./dist/pronunciationTips.js"
23
+ },
24
+ "./data/level-0": {
25
+ "types": "./dist/data/level-0.d.ts",
26
+ "import": "./dist/data/level-0.js"
27
+ },
28
+ "./data/level-1": {
29
+ "types": "./dist/data/level-1.d.ts",
30
+ "import": "./dist/data/level-1.js"
31
+ },
32
+ "./data/level-2": {
33
+ "types": "./dist/data/level-2.d.ts",
34
+ "import": "./dist/data/level-2.js"
35
+ },
36
+ "./data/level-3": {
37
+ "types": "./dist/data/level-3.d.ts",
38
+ "import": "./dist/data/level-3.js"
39
+ },
40
+ "./data/level-4": {
41
+ "types": "./dist/data/level-4.d.ts",
42
+ "import": "./dist/data/level-4.js"
43
+ },
44
+ "./data/level-5": {
45
+ "types": "./dist/data/level-5.d.ts",
46
+ "import": "./dist/data/level-5.js"
15
47
  }
16
48
  },
17
49
  "files": [
18
50
  "dist"
19
51
  ],
20
52
  "dependencies": {
21
- "@polyglot-bundles/content-shared": "0.3.0",
22
- "@polyglot-bundles/my-lang": "0.2.0"
53
+ "@polyglot-bundles/content-shared": "0.3.1",
54
+ "@polyglot-bundles/my-lang": "0.2.1"
23
55
  },
24
56
  "devDependencies": {
25
57
  "vite": "^5.4.0",