@polyglot-bundles/km-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,EAuChD,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,EA8BhD,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,EA8BhD,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,wBA+L9B,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,187 +1,207 @@
1
- const i = {
2
- levels: [
3
- { level: 0, title: "Getting Started", description: "Practice with clearly different sounds" },
4
- { level: 1, title: "Consonant Registers", description: "High vs low series consonants" },
5
- { level: 2, title: "Vowel Quality", description: "Vowel contrasts from register" },
6
- { level: 3, title: "Stop Consonants", description: "Voicing and aspiration contrasts" },
7
- { level: 4, title: "Final Consonants", description: "Syllable-final contrasts" },
8
- { level: 5, title: "Expert Level", description: "Subtle distinctions and dialectal variation" }
9
- ],
10
- minimalPairs: [
11
- // Level 0: Clear contrasts
12
- {
13
- pairId: "km_l0_001",
14
- level: 0,
15
- tags: ["level_0"],
16
- contrastFeature: "consonant",
17
- contrastDescription: "/k/ vs /t/",
18
- word1: { script: "", romanization: "kɑɑ", definition: "to be", audioFile: null },
19
- word2: { script: "", romanization: "tɑɑ", definition: "to be cheap", audioFile: null }
20
- },
21
- {
22
- pairId: "km_l0_002",
23
- level: 0,
24
- tags: ["level_0"],
25
- contrastFeature: "consonant",
26
- contrastDescription: "/m/ vs /n/",
27
- word1: { script: "", romanization: "mɔɔ", definition: "come", audioFile: null },
28
- word2: { script: "", romanization: "nɔɔ", definition: "(particle)", audioFile: null }
29
- },
30
- // Level 1: High vs low series consonants (the key Khmer feature)
31
- {
32
- pairId: "km_l1_001",
33
- level: 1,
34
- tags: ["level_1", "consonant"],
35
- contrastFeature: "consonant",
36
- contrastDescription: "High series /k/ vs low series /k/",
37
- pronunciationTipId: "consonant_register",
38
- word1: { script: "កា", romanization: "kie", definition: "crow", audioFile: null },
39
- word2: { script: "ខា", romanization: "kʰɑɑ", definition: "side", audioFile: null }
40
- },
41
- {
42
- pairId: "km_l1_002",
43
- level: 1,
44
- tags: ["level_1", "consonant"],
45
- contrastFeature: "consonant",
46
- contrastDescription: "High series /c/ vs low series /c/",
47
- word1: { script: "ចា", romanization: "cie", definition: "old", audioFile: null },
48
- word2: { script: "ឆា", romanization: "chɑɑ", definition: "to stir-fry", audioFile: null }
49
- },
50
- {
51
- pairId: "km_l1_003",
52
- level: 1,
53
- tags: ["level_1", "consonant"],
54
- contrastFeature: "consonant",
55
- contrastDescription: "High series /p/ vs low series /p/",
56
- word1: { script: "បា", romanization: "bie", definition: "father", audioFile: null },
57
- word2: { script: "ផា", romanization: "pʰɑɑ", definition: "to sweep", audioFile: null }
58
- },
59
- {
60
- pairId: "km_l1_004",
61
- level: 1,
62
- tags: ["level_1", "consonant"],
63
- contrastFeature: "consonant",
64
- contrastDescription: "High series /t/ vs low series /t/",
65
- word1: { script: "តា", romanization: "tie", definition: "grandfather", audioFile: null },
66
- word2: { script: "ថា", romanization: "tʰii", definition: "to say", audioFile: null }
67
- },
68
- // Level 2: Vowel quality (derived from register)
69
- {
70
- pairId: "km_l2_001",
71
- level: 2,
72
- tags: ["level_2", "vowel"],
73
- contrastFeature: "vowel",
74
- contrastDescription: "/ɑɑ/ vs /iə/",
75
- pronunciationTipId: "vowel_register",
76
- word1: { script: "កាន", romanization: "kɑɑn", definition: "to hold", audioFile: null },
77
- word2: { script: "គាន", romanization: "kiən", definition: "(to speak)", audioFile: null }
78
- },
79
- {
80
- pairId: "km_l2_002",
81
- level: 2,
82
- tags: ["level_2", "vowel"],
83
- contrastFeature: "vowel",
84
- contrastDescription: "/ɔɔ/ vs /uə/",
85
- word1: { script: "បន", romanization: "pɔɔn", definition: "(servant)", audioFile: null },
86
- word2: { script: "ពន", romanization: "puən", definition: "(to increase)", audioFile: null }
87
- },
88
- {
89
- pairId: "km_l2_003",
90
- level: 2,
91
- tags: ["level_2", "vowel"],
92
- contrastFeature: "vowel",
93
- contrastDescription: "/ɛɛ/ vs /ie/",
94
- word1: { script: "បែ", romanization: "pɛɛ", definition: "to break", audioFile: null },
95
- word2: { script: "ពែ", romanization: "pie", definition: "(to lend)", audioFile: null }
96
- },
97
- // Level 3: Stop consonants
98
- {
99
- pairId: "km_l3_001",
100
- level: 3,
101
- tags: ["level_3", "consonant"],
102
- contrastFeature: "consonant",
103
- contrastDescription: "Unaspirated /p/ vs aspirated /pʰ/",
104
- pronunciationTipId: "consonant_aspiration",
105
- word1: { script: "ប៉ា", romanization: "pɑɑ", definition: "father (colloquial)", audioFile: null },
106
- word2: { script: "ផា", romanization: "pʰɑɑ", definition: "to sweep", audioFile: null }
107
- },
108
- {
109
- pairId: "km_l3_002",
110
- level: 3,
111
- tags: ["level_3", "consonant"],
112
- contrastFeature: "consonant",
113
- contrastDescription: "Unaspirated /t/ vs aspirated /tʰ/",
114
- word1: { script: "តា", romanization: "tie", definition: "grandfather", audioFile: null },
115
- word2: { script: "ថា", romanization: "tʰii", definition: "to say", audioFile: null }
116
- },
117
- {
118
- pairId: "km_l3_003",
119
- level: 3,
120
- tags: ["level_3", "consonant"],
121
- contrastFeature: "consonant",
122
- contrastDescription: "Unaspirated /k/ vs aspirated /kʰ/",
123
- word1: { script: "កា", romanization: "kie", definition: "crow", audioFile: null },
124
- word2: { script: "ខា", romanization: "kʰɑɑ", definition: "side", audioFile: null }
125
- },
126
- // Level 4: Final consonants
127
- {
128
- pairId: "km_l4_001",
129
- level: 4,
130
- tags: ["level_4", "final"],
131
- contrastFeature: "final_consonant",
132
- contrastDescription: "Final /-n/ vs final /-ŋ/",
133
- pronunciationTipId: "final_consonants",
134
- word1: { script: "បាន", romanization: "baan", definition: "to get; can", audioFile: null },
135
- word2: { script: "បាង", romanization: "baaŋ", definition: "(narrow)", audioFile: null }
136
- },
137
- {
138
- pairId: "km_l4_002",
139
- level: 4,
140
- tags: ["level_4", "final"],
141
- contrastFeature: "final_consonant",
142
- contrastDescription: "Final /-m/ vs final /-n/",
143
- word1: { script: "ចម", romanization: "cɑɑm", definition: "(distance)", audioFile: null },
144
- word2: { script: "ចន", romanization: "cɑɑn", definition: "(Tuesday)", audioFile: null }
145
- },
146
- {
147
- pairId: "km_l4_003",
148
- level: 4,
149
- tags: ["level_4", "final"],
150
- contrastFeature: "final_consonant",
151
- contrastDescription: "Final /-k/ vs final /-c/",
152
- word1: { script: "បាក", romanization: "baak", definition: "(fragment)", audioFile: null },
153
- word2: { script: "បាច", romanization: "baac", definition: "to scatter", audioFile: null }
154
- },
155
- // Level 5: Expert - subtle distinctions
156
- {
157
- pairId: "km_l5_001",
158
- level: 5,
159
- tags: ["level_5", "vowel"],
160
- contrastFeature: "vowel",
161
- contrastDescription: "Long vs short vowel",
162
- word1: { script: "បាទ", romanization: "baat", definition: "yes (male)", audioFile: null },
163
- word2: { script: "បត់", romanization: "bot", definition: "to fold", audioFile: null },
164
- notes: "Vowel length and quality interact in complex ways in Khmer."
165
- },
166
- {
167
- pairId: "km_l5_002",
168
- level: 5,
169
- tags: ["level_5", "consonant"],
170
- contrastFeature: "consonant",
171
- contrastDescription: "Sesquisyllable reduction",
172
- word1: { script: "ក្បាល", romanization: "kbaal", definition: "head", audioFile: null },
173
- word2: { script: "កាល", romanization: "kaal", definition: "time", audioFile: null },
174
- notes: "Khmer has sesquisyllables (1.5 syllables) with reduced minor syllables."
175
- }
176
- ],
177
- pronunciationTips: {
178
- consonant_register: "Khmer consonants come in two series: high (voiceless) and low (voiced). This affects the following vowel quality.",
179
- vowel_register: "High series consonants produce 'brighter' vowels. Low series produce 'darker' vowels. The same written vowel sounds different based on consonant register.",
180
- consonant_aspiration: "Aspirated consonants (ផ, ថ, ខ) have a strong puff of air. Unaspirated (ប, ត, ក) do not.",
181
- final_consonants: "Final consonants are unreleased in Khmer. Stop finals (-p, -t, -c, -k) end abruptly without a release burst."
1
+ const i = [
2
+ { level: 0, title: "Getting Started", description: "Practice with clearly different sounds" },
3
+ { level: 1, title: "Consonant Registers", description: "High vs low series consonants" },
4
+ { level: 2, title: "Vowel Quality", description: "Vowel contrasts from register" },
5
+ { level: 3, title: "Stop Consonants", description: "Voicing and aspiration contrasts" },
6
+ { level: 4, title: "Final Consonants", description: "Syllable-final contrasts" },
7
+ { level: 5, title: "Expert Level", description: "Subtle distinctions and dialectal variation" }
8
+ ], n = {
9
+ consonant_register: "Khmer consonants come in two series: high (voiceless) and low (voiced). This affects the following vowel quality.",
10
+ vowel_register: "High series consonants produce 'brighter' vowels. Low series produce 'darker' vowels. The same written vowel sounds different based on consonant register.",
11
+ consonant_aspiration: "Aspirated consonants (ផ, ថ, ខ) have a strong puff of air. Unaspirated (ប, ត, ក) do not.",
12
+ final_consonants: "Final consonants are unreleased in Khmer. Stop finals (-p, -t, -c, -k) end abruptly without a release burst."
13
+ }, o = [
14
+ // Level 0: Clear contrasts
15
+ {
16
+ pairId: "km_l0_001",
17
+ level: 0,
18
+ tags: ["level_0"],
19
+ contrastFeature: "consonant",
20
+ contrastDescription: "/k/ vs /t/",
21
+ word1: { script: "ក", romanization: "kɑɑ", definition: "to be", audioFile: null },
22
+ word2: { script: "", romanization: "tɑɑ", definition: "to be cheap", audioFile: null }
23
+ },
24
+ {
25
+ pairId: "km_l0_002",
26
+ level: 0,
27
+ tags: ["level_0"],
28
+ contrastFeature: "consonant",
29
+ contrastDescription: "/m/ vs /n/",
30
+ word1: { script: "ម", romanization: "mɔɔ", definition: "come", audioFile: null },
31
+ word2: { script: "ន", romanization: "nɔɔ", definition: "(particle)", audioFile: null }
182
32
  }
33
+ ], t = [
34
+ // Level 1: High vs low series consonants (the key Khmer feature)
35
+ {
36
+ pairId: "km_l1_001",
37
+ level: 1,
38
+ tags: ["level_1", "consonant"],
39
+ contrastFeature: "consonant",
40
+ contrastDescription: "High series /k/ vs low series /k/",
41
+ pronunciationTipId: "consonant_register",
42
+ word1: { script: "កា", romanization: "kie", definition: "crow", audioFile: null },
43
+ word2: { script: "ខា", romanization: "kʰɑɑ", definition: "side", audioFile: null }
44
+ },
45
+ {
46
+ pairId: "km_l1_002",
47
+ level: 1,
48
+ tags: ["level_1", "consonant"],
49
+ contrastFeature: "consonant",
50
+ contrastDescription: "High series /c/ vs low series /c/",
51
+ word1: { script: "ចា", romanization: "cie", definition: "old", audioFile: null },
52
+ word2: { script: "ឆា", romanization: "chɑɑ", definition: "to stir-fry", audioFile: null }
53
+ },
54
+ {
55
+ pairId: "km_l1_003",
56
+ level: 1,
57
+ tags: ["level_1", "consonant"],
58
+ contrastFeature: "consonant",
59
+ contrastDescription: "High series /p/ vs low series /p/",
60
+ word1: { script: "បា", romanization: "bie", definition: "father", audioFile: null },
61
+ word2: { script: "ផា", romanization: "pʰɑɑ", definition: "to sweep", audioFile: null }
62
+ },
63
+ {
64
+ pairId: "km_l1_004",
65
+ level: 1,
66
+ tags: ["level_1", "consonant"],
67
+ contrastFeature: "consonant",
68
+ contrastDescription: "High series /t/ vs low series /t/",
69
+ word1: { script: "តា", romanization: "tie", definition: "grandfather", audioFile: null },
70
+ word2: { script: "ថា", romanization: "tʰii", definition: "to say", audioFile: null }
71
+ }
72
+ ], e = [
73
+ // Level 2: Vowel quality (derived from register)
74
+ {
75
+ pairId: "km_l2_001",
76
+ level: 2,
77
+ tags: ["level_2", "vowel"],
78
+ contrastFeature: "vowel",
79
+ contrastDescription: "/ɑɑ/ vs /iə/",
80
+ pronunciationTipId: "vowel_register",
81
+ word1: { script: "កាន", romanization: "kɑɑn", definition: "to hold", audioFile: null },
82
+ word2: { script: "គាន", romanization: "kiən", definition: "(to speak)", audioFile: null }
83
+ },
84
+ {
85
+ pairId: "km_l2_002",
86
+ level: 2,
87
+ tags: ["level_2", "vowel"],
88
+ contrastFeature: "vowel",
89
+ contrastDescription: "/ɔɔ/ vs /uə/",
90
+ word1: { script: "បន", romanization: "pɔɔn", definition: "(servant)", audioFile: null },
91
+ word2: { script: "ពន", romanization: "puən", definition: "(to increase)", audioFile: null }
92
+ },
93
+ {
94
+ pairId: "km_l2_003",
95
+ level: 2,
96
+ tags: ["level_2", "vowel"],
97
+ contrastFeature: "vowel",
98
+ contrastDescription: "/ɛɛ/ vs /ie/",
99
+ word1: { script: "បែ", romanization: "pɛɛ", definition: "to break", audioFile: null },
100
+ word2: { script: "ពែ", romanization: "pie", definition: "(to lend)", audioFile: null }
101
+ }
102
+ ], a = [
103
+ // Level 3: Stop consonants
104
+ {
105
+ pairId: "km_l3_001",
106
+ level: 3,
107
+ tags: ["level_3", "consonant"],
108
+ contrastFeature: "consonant",
109
+ contrastDescription: "Unaspirated /p/ vs aspirated /pʰ/",
110
+ pronunciationTipId: "consonant_aspiration",
111
+ word1: { script: "ប៉ា", romanization: "pɑɑ", definition: "father (colloquial)", audioFile: null },
112
+ word2: { script: "ផា", romanization: "pʰɑɑ", definition: "to sweep", audioFile: null }
113
+ },
114
+ {
115
+ pairId: "km_l3_002",
116
+ level: 3,
117
+ tags: ["level_3", "consonant"],
118
+ contrastFeature: "consonant",
119
+ contrastDescription: "Unaspirated /t/ vs aspirated /tʰ/",
120
+ word1: { script: "តា", romanization: "tie", definition: "grandfather", audioFile: null },
121
+ word2: { script: "ថា", romanization: "tʰii", definition: "to say", audioFile: null }
122
+ },
123
+ {
124
+ pairId: "km_l3_003",
125
+ level: 3,
126
+ tags: ["level_3", "consonant"],
127
+ contrastFeature: "consonant",
128
+ contrastDescription: "Unaspirated /k/ vs aspirated /kʰ/",
129
+ word1: { script: "កា", romanization: "kie", definition: "crow", audioFile: null },
130
+ word2: { script: "ខា", romanization: "kʰɑɑ", definition: "side", audioFile: null }
131
+ }
132
+ ], l = [
133
+ // Level 4: Final consonants
134
+ {
135
+ pairId: "km_l4_001",
136
+ level: 4,
137
+ tags: ["level_4", "final"],
138
+ contrastFeature: "final_consonant",
139
+ contrastDescription: "Final /-n/ vs final /-ŋ/",
140
+ pronunciationTipId: "final_consonants",
141
+ word1: { script: "បាន", romanization: "baan", definition: "to get; can", audioFile: null },
142
+ word2: { script: "បាង", romanization: "baaŋ", definition: "(narrow)", audioFile: null }
143
+ },
144
+ {
145
+ pairId: "km_l4_002",
146
+ level: 4,
147
+ tags: ["level_4", "final"],
148
+ contrastFeature: "final_consonant",
149
+ contrastDescription: "Final /-m/ vs final /-n/",
150
+ word1: { script: "ចម", romanization: "cɑɑm", definition: "(distance)", audioFile: null },
151
+ word2: { script: "ចន", romanization: "cɑɑn", definition: "(Tuesday)", audioFile: null }
152
+ },
153
+ {
154
+ pairId: "km_l4_003",
155
+ level: 4,
156
+ tags: ["level_4", "final"],
157
+ contrastFeature: "final_consonant",
158
+ contrastDescription: "Final /-k/ vs final /-c/",
159
+ word1: { script: "បាក", romanization: "baak", definition: "(fragment)", audioFile: null },
160
+ word2: { script: "បាច", romanization: "baac", definition: "to scatter", audioFile: null }
161
+ }
162
+ ], s = [
163
+ // Level 5: Expert - subtle distinctions
164
+ {
165
+ pairId: "km_l5_001",
166
+ level: 5,
167
+ tags: ["level_5", "vowel"],
168
+ contrastFeature: "vowel",
169
+ contrastDescription: "Long vs short vowel",
170
+ word1: { script: "បាទ", romanization: "baat", definition: "yes (male)", audioFile: null },
171
+ word2: { script: "បត់", romanization: "bot", definition: "to fold", audioFile: null },
172
+ notes: "Vowel length and quality interact in complex ways in Khmer."
173
+ },
174
+ {
175
+ pairId: "km_l5_002",
176
+ level: 5,
177
+ tags: ["level_5", "consonant"],
178
+ contrastFeature: "consonant",
179
+ contrastDescription: "Sesquisyllable reduction",
180
+ word1: { script: "ក្បាល", romanization: "kbaal", definition: "head", audioFile: null },
181
+ word2: { script: "កាល", romanization: "kaal", definition: "time", audioFile: null },
182
+ notes: "Khmer has sesquisyllables (1.5 syllables) with reduced minor syllables."
183
+ }
184
+ ], r = [
185
+ ...o,
186
+ ...t,
187
+ ...e,
188
+ ...a,
189
+ ...l,
190
+ ...s
191
+ ], c = {
192
+ levels: i,
193
+ minimalPairs: r,
194
+ pronunciationTips: n
183
195
  };
184
196
  export {
185
- i as default,
186
- i as minimalPairsData
197
+ t as a,
198
+ e as b,
199
+ a as c,
200
+ l as d,
201
+ c as default,
202
+ s as e,
203
+ i as f,
204
+ o as l,
205
+ c as minimalPairsData,
206
+ n as p
187
207
  };
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/km-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/km-lang": "0.2.0"
53
+ "@polyglot-bundles/content-shared": "0.3.1",
54
+ "@polyglot-bundles/km-lang": "0.2.1"
23
55
  },
24
56
  "devDependencies": {
25
57
  "vite": "^5.4.0",