tycho-components 0.2.1-SNAPSHOT → 0.2.1-SNAPSHOT-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.
@@ -0,0 +1,2 @@
1
+ import SentenceView from './SentenceView';
2
+ export default SentenceView;
@@ -0,0 +1,2 @@
1
+ import SentenceView from './SentenceView';
2
+ export default SentenceView;
@@ -1,4 +1,5 @@
1
1
  export declare enum EditionTiers {
2
+ ORIGINAL = "ori",
2
3
  JUNCTION = "jun",
3
4
  SEGMENTATION = "seg",
4
5
  SPELLING = "gra",
@@ -1,5 +1,6 @@
1
1
  export var EditionTiers;
2
2
  (function (EditionTiers) {
3
+ EditionTiers["ORIGINAL"] = "ori";
3
4
  EditionTiers["JUNCTION"] = "jun";
4
5
  EditionTiers["SEGMENTATION"] = "seg";
5
6
  EditionTiers["SPELLING"] = "gra";
package/dist/index.d.ts CHANGED
@@ -54,6 +54,7 @@ export { default as UsabilityUtils } from './functions/UsabilityUtils';
54
54
  export { default as Header } from './Header';
55
55
  export { default as LanguageSelector } from './LanguageSelector';
56
56
  export { default as Participants } from './Participants';
57
+ export { default as SentenceView } from './SentenceView';
57
58
  export { default as TreeView } from './TreeView';
58
59
  export { default as SyntreesCytoscape } from './TreeView/cytoscape/SyntreesCytoscape';
59
60
  export { default as VirtualKeyboard } from './VirtualKeyboard';
package/dist/index.js CHANGED
@@ -40,6 +40,7 @@ export { default as UsabilityUtils } from './functions/UsabilityUtils';
40
40
  export { default as Header } from './Header';
41
41
  export { default as LanguageSelector } from './LanguageSelector';
42
42
  export { default as Participants } from './Participants';
43
+ export { default as SentenceView } from './SentenceView';
43
44
  export { default as TreeView } from './TreeView';
44
45
  export { default as SyntreesCytoscape } from './TreeView/cytoscape/SyntreesCytoscape';
45
46
  export { default as VirtualKeyboard } from './VirtualKeyboard';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.2.1-SNAPSHOT",
4
+ "version": "0.2.1-SNAPSHOT-2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {