geez-input 1.0.10 → 1.0.11

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.
@@ -15,4 +15,5 @@
15
15
  * ```
16
16
  */
17
17
  export { GeezEngine } from './engine';
18
+ export { CONSONANTS, SYLLABLES, MULTI_CONSONANTS, PUNCTUATION, } from './mapping';
18
19
  export type { EngineResult, GeezOptions, TransformStats } from './types';
@@ -508,5 +508,9 @@ class S {
508
508
  }
509
509
  }
510
510
  export {
511
- S as GeezEngine
511
+ c as CONSONANTS,
512
+ S as GeezEngine,
513
+ m as MULTI_CONSONANTS,
514
+ t as PUNCTUATION,
515
+ w as SYLLABLES
512
516
  };
@@ -34,3 +34,4 @@ export * from '../react/geez-input';
34
34
  export * from '../react/geez-textarea';
35
35
  export { GeezEngine } from './engine';
36
36
  export type { EngineResult, GeezOptions, TransformStats } from './types';
37
+ export { CONSONANTS, SYLLABLES, MULTI_CONSONANTS, PUNCTUATION, } from './mapping';
package/dist/main.js CHANGED
@@ -1,7 +1,11 @@
1
- import { G as a, a as o } from "./geez-textarea-DnZ5mnbm.js";
2
- import { GeezEngine as G } from "./core/index.js";
1
+ import { G as S, a as T } from "./geez-textarea-DnZ5mnbm.js";
2
+ import { CONSONANTS as A, GeezEngine as O, MULTI_CONSONANTS as a, PUNCTUATION as o, SYLLABLES as t } from "./core/index.js";
3
3
  export {
4
- G as GeezEngine,
5
- a as GeezInput,
6
- o as GeezTextArea
4
+ A as CONSONANTS,
5
+ O as GeezEngine,
6
+ S as GeezInput,
7
+ T as GeezTextArea,
8
+ a as MULTI_CONSONANTS,
9
+ o as PUNCTUATION,
10
+ t as SYLLABLES
7
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geez-input",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Type-safe React library for Geez (Ethiopic) script input with phonetic keyboard support",
5
5
  "keywords": [
6
6
  "geez",