@polyglot-bundles/lo-minimal-pairs 0.2.2 → 0.3.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.
@@ -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: "Six Tones", description: "The Lao tonal system" },
5
- { level: 2, title: "Vowel Length", description: "Short vs long vowels" },
6
- { level: 3, title: "Consonant Classes", description: "High, mid, low class consonants" },
7
- { level: 4, title: "Vowel Quality", description: "Vowel quality contrasts" },
8
- { level: 5, title: "Expert Level", description: "Subtle distinctions and dialectal variation" }
9
- ],
10
- minimalPairs: [
11
- // Level 0: Clear contrasts
12
- {
13
- pairId: "lo_l0_001",
14
- level: 0,
15
- tags: ["level_0"],
16
- contrastFeature: "consonant",
17
- contrastDescription: "/k/ vs /t/",
18
- word1: { script: "ໄກ່", romanization: "kai", definition: "chicken", audioFile: null },
19
- word2: { script: "ໄຕ່", romanization: "tai", definition: "to climb", audioFile: null }
20
- },
21
- {
22
- pairId: "lo_l0_002",
23
- level: 0,
24
- tags: ["level_0"],
25
- contrastFeature: "consonant",
26
- contrastDescription: "/m/ vs /n/",
27
- word1: { script: "ມາ", romanization: "maa", definition: "to come", audioFile: null },
28
- word2: { script: "ນາ", romanization: "naa", definition: "rice field", audioFile: null }
29
- },
30
- // Level 1: Six tones of Lao
31
- {
32
- pairId: "lo_l1_001",
33
- level: 1,
34
- tags: ["level_1", "tone"],
35
- contrastFeature: "tone",
36
- contrastDescription: "Mid level vs low level",
37
- pronunciationTipId: "tone_mid_low",
38
- word1: { script: "ກາ", romanization: "kaa", definition: "crow", audioFile: null },
39
- word2: { script: "ຂ່າ", romanization: "khàa", definition: "galangal", audioFile: null }
40
- },
41
- {
42
- pairId: "lo_l1_002",
43
- level: 1,
44
- tags: ["level_1", "tone"],
45
- contrastFeature: "tone",
46
- contrastDescription: "Rising vs high level",
47
- word1: { script: "ຂ້າ", romanization: "khâa", definition: "to kill", audioFile: null },
48
- word2: { script: "ຂາ", romanization: "khǎa", definition: "leg", audioFile: null }
49
- },
50
- {
51
- pairId: "lo_l1_003",
52
- level: 1,
53
- tags: ["level_1", "tone"],
54
- contrastFeature: "tone",
55
- contrastDescription: "High falling vs low falling",
56
- word1: { script: "ຂ້າ", romanization: "khâa", definition: "to kill", audioFile: null },
57
- word2: { script: "ຄ່າ", romanization: "khàa", definition: "value; price", audioFile: null }
58
- },
59
- {
60
- pairId: "lo_l1_004",
61
- level: 1,
62
- tags: ["level_1", "tone"],
63
- contrastFeature: "tone",
64
- contrastDescription: "Tone contrast on /maa/",
65
- word1: { script: "ມາ", romanization: "maa", definition: "to come", audioFile: null },
66
- word2: { script: "ໝາ", romanization: "mǎa", definition: "dog", audioFile: null }
67
- },
68
- // Level 2: Vowel length
69
- {
70
- pairId: "lo_l2_001",
71
- level: 2,
72
- tags: ["level_2", "vowel"],
73
- contrastFeature: "vowel",
74
- contrastDescription: "Short /a/ vs long /aː/",
75
- pronunciationTipId: "vowel_length",
76
- word1: { script: "ຂແງ", romanization: "khɛ̆ng", definition: "strong", audioFile: null },
77
- word2: { script: "ແຂງ", romanization: "khɛ̄ng", definition: "trousers", audioFile: null }
78
- },
79
- {
80
- pairId: "lo_l2_002",
81
- level: 2,
82
- tags: ["level_2", "vowel"],
83
- contrastFeature: "vowel",
84
- contrastDescription: "Short /ɯ/ vs long /ɯː/",
85
- word1: { script: "ກຶ", romanization: "kɯ", definition: "(to search)", audioFile: null },
86
- word2: { script: "ກື", romanization: "kɯː", definition: "(to forget)", audioFile: null }
87
- },
88
- {
89
- pairId: "lo_l2_003",
90
- level: 2,
91
- tags: ["level_2", "vowel"],
92
- contrastFeature: "vowel",
93
- contrastDescription: "Short /ɤ/ vs long /ɤː/",
94
- word1: { script: "ເກິ", romanization: "kɤ", definition: "(dialectal)", audioFile: null },
95
- word2: { script: "ເກີ", romanization: "kɤː", definition: "to be born", audioFile: null }
96
- },
97
- // Level 3: Consonant classes
98
- {
99
- pairId: "lo_l3_001",
100
- level: 3,
101
- tags: ["level_3", "consonant"],
102
- contrastFeature: "consonant",
103
- contrastDescription: "High class vs low class consonant",
104
- pronunciationTipId: "consonant_class",
105
- word1: { script: "ກາ", romanization: "kaa", definition: "crow", audioFile: null },
106
- word2: { script: "ຂາ", romanization: "khǎa", definition: "leg", audioFile: null }
107
- },
108
- {
109
- pairId: "lo_l3_002",
110
- level: 3,
111
- tags: ["level_3", "consonant"],
112
- contrastFeature: "consonant",
113
- contrastDescription: "Unaspirated vs aspirated",
114
- word1: { script: "ປາ", romanization: "paa", definition: "fish", audioFile: null },
115
- word2: { script: "ຜາ", romanization: "phǎa", definition: "cliff", audioFile: null }
116
- },
117
- {
118
- pairId: "lo_l3_003",
119
- level: 3,
120
- tags: ["level_3", "consonant"],
121
- contrastFeature: "consonant",
122
- contrastDescription: "Implosive /ɓ/ vs plain /b/",
123
- word1: { script: "ບາ", romanization: "baa", definition: "(to be crazy)", audioFile: null },
124
- word2: { script: "ຜາ", romanization: "phaa", definition: "cliff", audioFile: null }
125
- },
126
- // Level 4: Vowel quality
127
- {
128
- pairId: "lo_l4_001",
129
- level: 4,
130
- tags: ["level_4", "vowel"],
131
- contrastFeature: "vowel",
132
- contrastDescription: "/i/ vs /ɯ/",
133
- pronunciationTipId: "vowel_i_u",
134
- word1: { script: "ປີ", romanization: "pii", definition: "year", audioFile: null },
135
- word2: { script: "ປື", romanization: "pɯː", definition: "(to shoot)", audioFile: null }
136
- },
137
- {
138
- pairId: "lo_l4_002",
139
- level: 4,
140
- tags: ["level_4", "vowel"],
141
- contrastFeature: "vowel",
142
- contrastDescription: "/u/ vs /o/",
143
- word1: { script: "ຕູ", romanization: "tuu", definition: "(cupboard)", audioFile: null },
144
- word2: { script: "ໂຕ", romanization: "too", definition: "body; classifier", audioFile: null }
145
- },
146
- {
147
- pairId: "lo_l4_003",
148
- level: 4,
149
- tags: ["level_4", "vowel"],
150
- contrastFeature: "vowel",
151
- contrastDescription: "/ɛ/ vs /a/",
152
- word1: { script: "ແຕ", romanization: "tɛɛ", definition: "but", audioFile: null },
153
- word2: { script: "ຕາ", romanization: "taa", definition: "eye", audioFile: null }
154
- },
155
- // Level 5: Expert - subtle distinctions
156
- {
157
- pairId: "lo_l5_001",
158
- level: 5,
159
- tags: ["level_5", "tone"],
160
- contrastFeature: "tone",
161
- contrastDescription: "Checked syllable tones",
162
- word1: { script: "ກັດ", romanization: "kat", definition: "to bite", audioFile: null },
163
- word2: { script: "ກາດ", romanization: "kaat", definition: "to cut", audioFile: null },
164
- notes: "Checked syllables (ending in -p, -t, -k) have only 4 tones instead of 6."
165
- },
166
- {
167
- pairId: "lo_l5_002",
168
- level: 5,
169
- tags: ["level_5", "consonant"],
170
- contrastFeature: "consonant",
171
- contrastDescription: "/l/ vs /n/ (dialectal variation)",
172
- word1: { script: "ລາ", romanization: "laa", definition: "to take leave", audioFile: null },
173
- word2: { script: "ນາ", romanization: "naa", definition: "rice field", audioFile: null },
174
- notes: "Some dialects merge /l/ and /n/. Standard Lao maintains the distinction."
175
- }
176
- ],
177
- pronunciationTips: {
178
- tone_mid_low: "Lao has 6 tones in unchecked syllables. Mid level is steady, low level starts low and falls slightly.",
179
- vowel_length: "Short vowels are brief, long vowels are held twice as long. Length is phonemic in Lao.",
180
- consonant_class: "Lao consonants are divided into high, mid, and low classes. This affects tone realization.",
181
- vowel_i_u: "/i/ is front close (like 'see'). /ɯ/ is back close unrounded (unique to Asian languages)."
1
+ const i = [
2
+ { level: 0, title: "Getting Started", description: "Practice with clearly different sounds" },
3
+ { level: 1, title: "Six Tones", description: "The Lao tonal system" },
4
+ { level: 2, title: "Vowel Length", description: "Short vs long vowels" },
5
+ { level: 3, title: "Consonant Classes", description: "High, mid, low class consonants" },
6
+ { level: 4, title: "Vowel Quality", description: "Vowel quality contrasts" },
7
+ { level: 5, title: "Expert Level", description: "Subtle distinctions and dialectal variation" }
8
+ ], o = {
9
+ tone_mid_low: "Lao has 6 tones in unchecked syllables. Mid level is steady, low level starts low and falls slightly.",
10
+ vowel_length: "Short vowels are brief, long vowels are held twice as long. Length is phonemic in Lao.",
11
+ consonant_class: "Lao consonants are divided into high, mid, and low classes. This affects tone realization.",
12
+ vowel_i_u: "/i/ is front close (like 'see'). /ɯ/ is back close unrounded (unique to Asian languages)."
13
+ }, n = [
14
+ // Level 0: Clear contrasts
15
+ {
16
+ pairId: "lo_l0_001",
17
+ level: 0,
18
+ tags: ["level_0"],
19
+ contrastFeature: "consonant",
20
+ contrastDescription: "/k/ vs /t/",
21
+ word1: { script: "ໄກ່", romanization: "kai", definition: "chicken", audioFile: null },
22
+ word2: { script: "ໄຕ່", romanization: "tai", definition: "to climb", audioFile: null }
23
+ },
24
+ {
25
+ pairId: "lo_l0_002",
26
+ level: 0,
27
+ tags: ["level_0"],
28
+ contrastFeature: "consonant",
29
+ contrastDescription: "/m/ vs /n/",
30
+ word1: { script: "ມາ", romanization: "maa", definition: "to come", audioFile: null },
31
+ word2: { script: "ນາ", romanization: "naa", definition: "rice field", audioFile: null }
182
32
  }
33
+ ], t = [
34
+ // Level 1: Six tones of Lao
35
+ {
36
+ pairId: "lo_l1_001",
37
+ level: 1,
38
+ tags: ["level_1", "tone"],
39
+ contrastFeature: "tone",
40
+ contrastDescription: "Mid level vs low level",
41
+ pronunciationTipId: "tone_mid_low",
42
+ word1: { script: "ກາ", romanization: "kaa", definition: "crow", audioFile: null },
43
+ word2: { script: "ຂ່າ", romanization: "khàa", definition: "galangal", audioFile: null }
44
+ },
45
+ {
46
+ pairId: "lo_l1_002",
47
+ level: 1,
48
+ tags: ["level_1", "tone"],
49
+ contrastFeature: "tone",
50
+ contrastDescription: "Rising vs high level",
51
+ word1: { script: "ຂ້າ", romanization: "khâa", definition: "to kill", audioFile: null },
52
+ word2: { script: "ຂາ", romanization: "khǎa", definition: "leg", audioFile: null }
53
+ },
54
+ {
55
+ pairId: "lo_l1_003",
56
+ level: 1,
57
+ tags: ["level_1", "tone"],
58
+ contrastFeature: "tone",
59
+ contrastDescription: "High falling vs low falling",
60
+ word1: { script: "ຂ້າ", romanization: "khâa", definition: "to kill", audioFile: null },
61
+ word2: { script: "ຄ່າ", romanization: "khàa", definition: "value; price", audioFile: null }
62
+ },
63
+ {
64
+ pairId: "lo_l1_004",
65
+ level: 1,
66
+ tags: ["level_1", "tone"],
67
+ contrastFeature: "tone",
68
+ contrastDescription: "Tone contrast on /maa/",
69
+ word1: { script: "ມາ", romanization: "maa", definition: "to come", audioFile: null },
70
+ word2: { script: "ໝາ", romanization: "mǎa", definition: "dog", audioFile: null }
71
+ }
72
+ ], e = [
73
+ // Level 2: Vowel length
74
+ {
75
+ pairId: "lo_l2_001",
76
+ level: 2,
77
+ tags: ["level_2", "vowel"],
78
+ contrastFeature: "vowel",
79
+ contrastDescription: "Short /a/ vs long /aː/",
80
+ pronunciationTipId: "vowel_length",
81
+ word1: { script: "ຂແງ", romanization: "khɛ̆ng", definition: "strong", audioFile: null },
82
+ word2: { script: "ແຂງ", romanization: "khɛ̄ng", definition: "trousers", audioFile: null }
83
+ },
84
+ {
85
+ pairId: "lo_l2_002",
86
+ level: 2,
87
+ tags: ["level_2", "vowel"],
88
+ contrastFeature: "vowel",
89
+ contrastDescription: "Short /ɯ/ vs long /ɯː/",
90
+ word1: { script: "ກຶ", romanization: "kɯ", definition: "(to search)", audioFile: null },
91
+ word2: { script: "ກື", romanization: "kɯː", definition: "(to forget)", audioFile: null }
92
+ },
93
+ {
94
+ pairId: "lo_l2_003",
95
+ level: 2,
96
+ tags: ["level_2", "vowel"],
97
+ contrastFeature: "vowel",
98
+ contrastDescription: "Short /ɤ/ vs long /ɤː/",
99
+ word1: { script: "ເກິ", romanization: "kɤ", definition: "(dialectal)", audioFile: null },
100
+ word2: { script: "ເກີ", romanization: "kɤː", definition: "to be born", audioFile: null }
101
+ }
102
+ ], l = [
103
+ // Level 3: Consonant classes
104
+ {
105
+ pairId: "lo_l3_001",
106
+ level: 3,
107
+ tags: ["level_3", "consonant"],
108
+ contrastFeature: "consonant",
109
+ contrastDescription: "High class vs low class consonant",
110
+ pronunciationTipId: "consonant_class",
111
+ word1: { script: "ກາ", romanization: "kaa", definition: "crow", audioFile: null },
112
+ word2: { script: "ຂາ", romanization: "khǎa", definition: "leg", audioFile: null }
113
+ },
114
+ {
115
+ pairId: "lo_l3_002",
116
+ level: 3,
117
+ tags: ["level_3", "consonant"],
118
+ contrastFeature: "consonant",
119
+ contrastDescription: "Unaspirated vs aspirated",
120
+ word1: { script: "ປາ", romanization: "paa", definition: "fish", audioFile: null },
121
+ word2: { script: "ຜາ", romanization: "phǎa", definition: "cliff", audioFile: null }
122
+ },
123
+ {
124
+ pairId: "lo_l3_003",
125
+ level: 3,
126
+ tags: ["level_3", "consonant"],
127
+ contrastFeature: "consonant",
128
+ contrastDescription: "Implosive /ɓ/ vs plain /b/",
129
+ word1: { script: "ບາ", romanization: "baa", definition: "(to be crazy)", audioFile: null },
130
+ word2: { script: "ຜາ", romanization: "phaa", definition: "cliff", audioFile: null }
131
+ }
132
+ ], a = [
133
+ // Level 4: Vowel quality
134
+ {
135
+ pairId: "lo_l4_001",
136
+ level: 4,
137
+ tags: ["level_4", "vowel"],
138
+ contrastFeature: "vowel",
139
+ contrastDescription: "/i/ vs /ɯ/",
140
+ pronunciationTipId: "vowel_i_u",
141
+ word1: { script: "ປີ", romanization: "pii", definition: "year", audioFile: null },
142
+ word2: { script: "ປື", romanization: "pɯː", definition: "(to shoot)", audioFile: null }
143
+ },
144
+ {
145
+ pairId: "lo_l4_002",
146
+ level: 4,
147
+ tags: ["level_4", "vowel"],
148
+ contrastFeature: "vowel",
149
+ contrastDescription: "/u/ vs /o/",
150
+ word1: { script: "ຕູ", romanization: "tuu", definition: "(cupboard)", audioFile: null },
151
+ word2: { script: "ໂຕ", romanization: "too", definition: "body; classifier", audioFile: null }
152
+ },
153
+ {
154
+ pairId: "lo_l4_003",
155
+ level: 4,
156
+ tags: ["level_4", "vowel"],
157
+ contrastFeature: "vowel",
158
+ contrastDescription: "/ɛ/ vs /a/",
159
+ word1: { script: "ແຕ", romanization: "tɛɛ", definition: "but", audioFile: null },
160
+ word2: { script: "ຕາ", romanization: "taa", definition: "eye", audioFile: null }
161
+ }
162
+ ], r = [
163
+ // Level 5: Expert - subtle distinctions
164
+ {
165
+ pairId: "lo_l5_001",
166
+ level: 5,
167
+ tags: ["level_5", "tone"],
168
+ contrastFeature: "tone",
169
+ contrastDescription: "Checked syllable tones",
170
+ word1: { script: "ກັດ", romanization: "kat", definition: "to bite", audioFile: null },
171
+ word2: { script: "ກາດ", romanization: "kaat", definition: "to cut", audioFile: null },
172
+ notes: "Checked syllables (ending in -p, -t, -k) have only 4 tones instead of 6."
173
+ },
174
+ {
175
+ pairId: "lo_l5_002",
176
+ level: 5,
177
+ tags: ["level_5", "consonant"],
178
+ contrastFeature: "consonant",
179
+ contrastDescription: "/l/ vs /n/ (dialectal variation)",
180
+ word1: { script: "ລາ", romanization: "laa", definition: "to take leave", audioFile: null },
181
+ word2: { script: "ນາ", romanization: "naa", definition: "rice field", audioFile: null },
182
+ notes: "Some dialects merge /l/ and /n/. Standard Lao maintains the distinction."
183
+ }
184
+ ], s = [
185
+ ...n,
186
+ ...t,
187
+ ...e,
188
+ ...l,
189
+ ...a,
190
+ ...r
191
+ ], d = {
192
+ levels: i,
193
+ minimalPairs: s,
194
+ pronunciationTips: o
183
195
  };
184
196
  export {
185
- i as default,
186
- i as minimalPairsData
197
+ t as a,
198
+ e as b,
199
+ l as c,
200
+ a as d,
201
+ d as default,
202
+ r as e,
203
+ i as f,
204
+ n as l,
205
+ d as minimalPairsData,
206
+ o 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/lo-minimal-pairs",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
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/lo-lang": "0.2.0"
53
+ "@polyglot-bundles/lo-lang": "0.2.0",
54
+ "@polyglot-bundles/content-shared": "0.3.0"
23
55
  },
24
56
  "devDependencies": {
25
57
  "vite": "^5.4.0",