Compare commits
No commits in common. "fe8bfaa8ab6ecb5dde6f27a87c8844cec2e388f8" and "2ef75b3710fe16c614f61603bda3a675b865e931" have entirely different histories.
fe8bfaa8ab
...
2ef75b3710
|
@ -17,7 +17,7 @@
|
|||
"@formkit/auto-animate": "^1.0.0-beta.6",
|
||||
"@fortawesome/fontawesome-free": "5.15.4",
|
||||
"@lingdocs/lingdocs-main": "^0.3.3",
|
||||
"@lingdocs/ps-react": "^7.1.6",
|
||||
"@lingdocs/ps-react": "^7.1.4",
|
||||
"@mdx-js/rollup": "^2.2.1",
|
||||
"@stefanprobst/rehype-extract-toc": "^2.2.0",
|
||||
"@types/mdx": "^2.0.3",
|
||||
|
|
|
@ -7,7 +7,6 @@ import {
|
|||
Examples,
|
||||
InlinePs,
|
||||
typePredicates as tp,
|
||||
firstVariation,
|
||||
} from "@lingdocs/ps-react";
|
||||
import InflectionCarousel from "../../components/InflectionCarousel";
|
||||
import { nouns, adjectives } from "../../words/words";
|
||||
|
@ -107,7 +106,7 @@ It's important to know that _not all words can be inflected_. If a word doesn't
|
|||
]}
|
||||
</Examples>
|
||||
|
||||
## Exceptions
|
||||
## Exceptions in form
|
||||
|
||||
### Pattern 1 feminine nouns without an ـه - a ending
|
||||
|
||||
|
|
|
@ -1597,10 +1597,10 @@
|
|||
rambda "^6.7.0"
|
||||
react-select "^5.2.2"
|
||||
|
||||
"@lingdocs/ps-react@^7.1.6":
|
||||
version "7.1.6"
|
||||
resolved "https://npm.lingdocs.com/@lingdocs/ps-react/-/ps-react-7.1.6.tgz#610f543e5a82acbdb346026ea0bceb4a78febf21"
|
||||
integrity sha512-IQf3X5uBvBbuhE2Q3/66rU7bVOeSg81rdPvvYgNCWDFk0fAM5VqV7mJSpRkMBM3foV9rlNk6F0WkNqG/ngp6IQ==
|
||||
"@lingdocs/ps-react@^7.1.4":
|
||||
version "7.1.4"
|
||||
resolved "https://npm.lingdocs.com/@lingdocs/ps-react/-/ps-react-7.1.4.tgz#63ba377930b40fafff2726f0b73182c7df7cf783"
|
||||
integrity sha512-EqNsutdAnN6UvAL2OBPwYSYB+Fp22iuZli+JfatxbijNto7H8GhqMwcetGeG/G5gP82vs7akiXEX41D3pvYYmA==
|
||||
dependencies:
|
||||
"@formkit/auto-animate" "^1.0.0-beta.3"
|
||||
classnames "^2.2.6"
|
||||
|
|
Loading…
Reference in New Issue