diff --git a/package.json b/package.json index 6e31d77..5eb5e3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "3.6.7", + "version": "3.6.8", "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/vp-explorer/AbbreviationFormSelector.tsx b/src/components/vp-explorer/AbbreviationFormSelector.tsx index 2085bb6..59f3e8a 100644 --- a/src/components/vp-explorer/AbbreviationFormSelector.tsx +++ b/src/components/vp-explorer/AbbreviationFormSelector.tsx @@ -1,6 +1,7 @@ import ButtonSelect from "../ButtonSelect"; import * as T from "../../types"; import { roleIcon } from "./VPExplorerExplanationModal"; +import classNames from "classnames"; const options = [ { @@ -86,7 +87,7 @@ function AbbreviationFormSelector({ form, onChange, adjustable, inline }: { } } // TODO: limit display of shrinking options based on the verb type - return
+ return
{/*
Abbreviation Options
*/} } -
+
{mode === "blocks" && } {mode === "text" && length && "long" in result.ps && onLengthChange && }