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