@polyglot-bundles/ar-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.
@@ -1 +1 @@
1
- {"version":3,"file":"sounds.d.ts","sourceRoot":"","sources":["../src/sounds.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,oBAAoB,EAC1B,MAAM,kCAAkC,CAAC;AAE1C;;;;;;;;;;;;;;;GAeG;AAEH,eAAO,MAAM,qBAAqB,EAAE,cAAc,EAyBjD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,cAAc,EAMpD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAI7C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAI5C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,oBAiChC,CAAC"}
1
+ {"version":3,"file":"sounds.d.ts","sourceRoot":"","sources":["../src/sounds.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,oBAAoB,EAC1B,MAAM,kCAAkC,CAAC;AAE1C;;;;;;;;;;;;;;;GAeG;AAEH,eAAO,MAAM,qBAAqB,EAAE,cAAc,EAyBjD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,cAAc,EAMpD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAI7C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAI5C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,oBA+BhC,CAAC"}
package/dist/sounds.js CHANGED
@@ -219,39 +219,35 @@ var e = [
219
219
  ipa: "uː",
220
220
  display: "و (long)"
221
221
  }
222
- ], i = {
223
- categories: [
224
- {
225
- id: "consonants",
226
- label: "Consonants",
227
- sounds: e,
228
- charType: "consonant",
229
- color: "blue"
230
- },
231
- {
232
- id: "emphatics",
233
- label: "Emphatic Consonants",
234
- sounds: t,
235
- charType: "consonant",
236
- color: "red"
237
- },
238
- {
239
- id: "short-vowels",
240
- label: "Short Vowels",
241
- sounds: n,
242
- charType: "vowel",
243
- color: "green"
244
- },
245
- {
246
- id: "long-vowels",
247
- label: "Long Vowels",
248
- sounds: r,
249
- charType: "vowel",
250
- color: "default"
251
- }
252
- ],
253
- audioBasePath: "/audio/arabic",
254
- audioFilePattern: "{id}.mp3"
255
- };
222
+ ], i = { categories: [
223
+ {
224
+ id: "consonants",
225
+ label: "Consonants",
226
+ sounds: e,
227
+ charType: "consonant",
228
+ color: "blue"
229
+ },
230
+ {
231
+ id: "emphatics",
232
+ label: "Emphatic Consonants",
233
+ sounds: t,
234
+ charType: "consonant",
235
+ color: "red"
236
+ },
237
+ {
238
+ id: "short-vowels",
239
+ label: "Short Vowels",
240
+ sounds: n,
241
+ charType: "vowel",
242
+ color: "green"
243
+ },
244
+ {
245
+ id: "long-vowels",
246
+ label: "Long Vowels",
247
+ sounds: r,
248
+ charType: "vowel",
249
+ color: "default"
250
+ }
251
+ ] };
256
252
  //#endregion
257
253
  export { t as arabicEmphaticConsonants, r as arabicLongVowels, e as arabicPlainConsonants, n as arabicShortVowels, i as arabicSoundsConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/ar-lang",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Arabic language foundation data - characters, sounds, and pronunciation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "vite-plugin-dts": "^4.5.4",
38
38
  "vitest": "^4.1.4",
39
- "@polyglot-bundles/content-shared": "0.7.1",
39
+ "@polyglot-bundles/content-shared": "0.8.0",
40
40
  "@polyglot-bundles/lang-tooling": "0.0.0"
41
41
  },
42
42
  "repository": {