@polyglot-bundles/ka-minimal-pairs 0.1.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/dist/data.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { MinimalPairsLanguageData } from '../../content-shared/src';
2
+ export declare const minimalPairsData: MinimalPairsLanguageData;
3
+ export default minimalPairsData;
4
+ //# sourceMappingURL=data.d.ts.map
@@ -0,0 +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,wBAkC9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
package/dist/data.js ADDED
@@ -0,0 +1,56 @@
1
+ const i = {
2
+ levels: [
3
+ { level: 0, title: "Getting Started", description: "Practice with clearly different sounds" },
4
+ { level: 1, title: "Basic Consonants", description: "Thin vs thick consonants" },
5
+ { level: 2, title: "Vowels", description: "Vowel distinctions" },
6
+ { level: 3, title: "Agreement", description: "Consonant agreement" },
7
+ { level: 4, title: "Advanced", description: "Difficult distinctions" },
8
+ { level: 5, title: "Expert Level", description: "The most difficult distinctions" }
9
+ ],
10
+ minimalPairs: [
11
+ {
12
+ pairId: "ka_l0_001",
13
+ level: 0,
14
+ tags: ["level_0"],
15
+ contrastFeature: "consonant",
16
+ contrastDescription: "/k/ vs /t/",
17
+ word1: { script: "კარი", romanization: "kari", definition: "door", audioFile: null },
18
+ word2: { script: "ტარი", romanization: "tari", definition: "(name)", audioFile: null }
19
+ },
20
+ {
21
+ pairId: "ka_l1_001",
22
+ level: 1,
23
+ tags: ["level_1", "consonant"],
24
+ contrastFeature: "consonant",
25
+ contrastDescription: "/pʰ/ vs /p'/ - aspirated vs ejective",
26
+ pronunciationTipId: "consonant_aspirated_ejective",
27
+ word1: { script: "ფარი", romanization: "pari", definition: "shield", audioFile: null },
28
+ word2: { script: "პარი", romanization: "p'ari", definition: "bald", audioFile: null }
29
+ },
30
+ {
31
+ pairId: "ka_l1_002",
32
+ level: 1,
33
+ tags: ["level_1", "consonant"],
34
+ contrastFeature: "consonant",
35
+ contrastDescription: "/tʰ/ vs /t'/",
36
+ word1: { script: "თავი", romanization: "tavi", definition: "head", audioFile: null },
37
+ word2: { script: "ტავი", romanization: "t'avi", definition: "(rare)", audioFile: null }
38
+ },
39
+ {
40
+ pairId: "ka_l2_001",
41
+ level: 2,
42
+ tags: ["level_2", "vowel"],
43
+ contrastFeature: "vowel",
44
+ contrastDescription: "/a/ vs /e/",
45
+ word1: { script: "მა", romanization: "ma", definition: "she/he", audioFile: null },
46
+ word2: { script: "მე", romanization: "me", definition: "I", audioFile: null }
47
+ }
48
+ ],
49
+ pronunciationTips: {
50
+ consonant_aspirated_ejective: "Aspirated: strong air puff. Ejective: glottal closure with air burst."
51
+ }
52
+ };
53
+ export {
54
+ i as default,
55
+ i as minimalPairsData
56
+ };
@@ -0,0 +1,4 @@
1
+ export { minimalPairsData as default } from './data';
2
+ export { minimalPairsData } from './data';
3
+ export type { MinimalPairsLanguageData, MinimalPairsLevelInfo, MinimalPairsMinimalPair, MinimalPairsPronunciationTipsMap, MinimalPairsRubySegment, MinimalPairsWordInfo, } from '../../content-shared/src';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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"}
package/dist/index.js ADDED
@@ -0,0 +1,5 @@
1
+ import { default as e, default as f } from "./data.js";
2
+ export {
3
+ e as default,
4
+ f as minimalPairsData
5
+ };
package/package.json ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@polyglot-bundles/ka-minimal-pairs",
3
+ "version": "0.1.1",
4
+ "type": "module",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "import": "./dist/index.js"
11
+ },
12
+ "./data": {
13
+ "types": "./dist/data.d.ts",
14
+ "import": "./dist/data.js"
15
+ }
16
+ },
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "dependencies": {
21
+ "@polyglot-bundles/content-shared": "0.2.0",
22
+ "@polyglot-bundles/ka-lang": "0.2.3"
23
+ },
24
+ "devDependencies": {
25
+ "vite": "^5.4.0",
26
+ "vite-plugin-dts": "^4.0.0"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "https://github.com/fustilio/polyglot-bundles",
34
+ "directory": "packages/ka/minimal-pairs"
35
+ },
36
+ "scripts": {
37
+ "build": "vite build",
38
+ "clean": "rm -rf dist"
39
+ }
40
+ }