From 5c9b7b7c3e03bb67652bdb2e5fff5f7e31519df1 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 21 May 2022 17:00:16 -0500 Subject: [PATCH] sandwiches in eqcomplement and adjectives --- package.json | 2 +- src/components/EntrySelect.tsx | 1 + src/components/ep-explorer/EPExplorer.tsx | 1 + .../eq-comp-picker/EqCompPicker.tsx | 6 +- src/components/np-picker/AdjectiveManager.tsx | 7 +- src/components/np-picker/AdjectivePicker.tsx | 38 +++++++++- src/components/np-picker/NPNounPicker.tsx | 4 +- src/components/np-picker/NPPicker.tsx | 7 +- src/components/np-picker/SandwichPicker.tsx | 13 +++- src/lib/phrase-building/compile.ts | 75 ++++++++++++------- src/lib/phrase-building/np-tools.ts | 30 +++++++- src/lib/phrase-building/render-adj.ts | 9 ++- src/types.ts | 11 +++ 13 files changed, 156 insertions(+), 48 deletions(-) diff --git a/package.json b/package.json index 1f5d7ba..6435ce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "2.5.6", + "version": "2.5.7", "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/EntrySelect.tsx b/src/components/EntrySelect.tsx index 5717923..84c0e3b 100644 --- a/src/components/EntrySelect.tsx +++ b/src/components/EntrySelect.tsx @@ -146,6 +146,7 @@ export function SandwichSelect(props: { props.onChange(s); } return
+
Sandwich Base