diff --git a/package.json b/package.json index a60eab8..d5e9584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "2.1.3", + "version": "2.1.4", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/Examples.tsx b/src/components/Examples.tsx index bcacf99..a2c8964 100644 --- a/src/components/Examples.tsx +++ b/src/components/Examples.tsx @@ -27,14 +27,16 @@ function Examples({ children, ex, opts, + lineHeight, }: { ex?: PsStringWSub | PsStringWSub[] | T.PsJSX | T.PsJSX[], children: PsStringWSub | PsStringWSub[], opts: T.TextOptions, + lineHeight?: 0 | 1 | 2 | 3 | 4, }) { const examples = children || ex; const Example = ({ children: text }: { children: PsStringWSub }) => ( -