This repository was archived by the owner on Mar 4, 2020. It is now read-only.
feat(TextArea): add basic styles and inverted variant#1922
Merged
codepretty merged 11 commits intomasterfrom Sep 19, 2019
Merged
feat(TextArea): add basic styles and inverted variant#1922codepretty merged 11 commits intomasterfrom
codepretty merged 11 commits intomasterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1922 +/- ##
=========================================
- Coverage 70.35% 70.3% -0.06%
=========================================
Files 892 893 +1
Lines 7884 7890 +6
Branches 2305 2285 -20
=========================================
Hits 5547 5547
- Misses 2324 2330 +6
Partials 13 13
Continue to review full report at Codecov.
|
added 5 commits
September 14, 2019 23:38
docs/src/examples/components/TextArea/Types/TextAreaFluidExample.shorthand.tsx
Outdated
Show resolved
Hide resolved
docs/src/examples/components/TextArea/Types/TextAreaInvertedExample.shorthand.tsx
Outdated
Show resolved
Hide resolved
docs/src/examples/components/TextArea/Types/TextAreaResizeExample.shorthand.tsx
Outdated
Show resolved
Hide resolved
docs/src/examples/components/TextArea/Usage/TextAreaHeightExample.shorthand.tsx
Outdated
Show resolved
Hide resolved
docs/src/examples/components/TextArea/Usage/TextAreaMaxLengthExample.shorthand.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/TextArea/textAreaStyles.ts
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/TextArea/textAreaVariables.ts
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/TextArea/textAreaVariables.ts
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/TextArea/textAreaVariables.ts
Outdated
Show resolved
Hide resolved
layershifter
approved these changes
Sep 19, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Teams theme styles for Textarea
Support for

invertedSupport for

fluidStyles for

disabled