@polyglot-bundles/uk-lang 0.5.1 → 0.5.2
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/sounds.d.ts.map +1 -1
- package/dist/sounds.js +23 -27
- package/package.json +2 -2
package/dist/sounds.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sounds.d.ts","sourceRoot":"","sources":["../src/sounds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAElG;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAuB5C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAU5C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,cAAc,EAOpC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,
|
|
1
|
+
{"version":3,"file":"sounds.d.ts","sourceRoot":"","sources":["../src/sounds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAElG;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAuB5C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAU5C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,cAAc,EAOpC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,oBAMnC,CAAC"}
|
package/dist/sounds.js
CHANGED
|
@@ -224,32 +224,28 @@ var e = [
|
|
|
224
224
|
charType: "vowel",
|
|
225
225
|
ipa: "u"
|
|
226
226
|
}
|
|
227
|
-
], r = {
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
],
|
|
251
|
-
audioBasePath: "/audio/ukrainian",
|
|
252
|
-
audioFilePattern: "{id}.mp3"
|
|
253
|
-
};
|
|
227
|
+
], r = { categories: [
|
|
228
|
+
{
|
|
229
|
+
id: "hard-consonants",
|
|
230
|
+
label: "Hard Consonants",
|
|
231
|
+
sounds: e,
|
|
232
|
+
charType: "consonant",
|
|
233
|
+
color: "blue"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
id: "soft-consonants",
|
|
237
|
+
label: "Soft (Palatalized) Consonants",
|
|
238
|
+
sounds: t,
|
|
239
|
+
charType: "consonant",
|
|
240
|
+
color: "red"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
id: "vowels",
|
|
244
|
+
label: "Vowels (6)",
|
|
245
|
+
sounds: n,
|
|
246
|
+
charType: "vowel",
|
|
247
|
+
color: "green"
|
|
248
|
+
}
|
|
249
|
+
] };
|
|
254
250
|
//#endregion
|
|
255
251
|
export { e as ukHardConsonants, t as ukSoftConsonants, n as ukVowels, r as ukrainianSoundsConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/uk-lang",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Ukrainian language foundation data - characters, sounds, and pronunciation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"vite-plugin-dts": "^4.5.4",
|
|
42
42
|
"vitest": "^4.1.4",
|
|
43
|
-
"@polyglot-bundles/content-shared": "0.
|
|
43
|
+
"@polyglot-bundles/content-shared": "0.8.0",
|
|
44
44
|
"@polyglot-bundles/lang-tooling": "0.0.0"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|