-
Notifications
You must be signed in to change notification settings - Fork 316
feat: add <ConcealableTabs /> #6073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| import { createIcon } from '../utils' | ||
|
|
||
| export const LeftArrowIcon = createIcon( | ||
| 'LeftArrowIcon', | ||
| <g> | ||
| <path | ||
| fillRule="evenodd" | ||
| clipRule="evenodd" | ||
| d="M16.5655 4.93744C16.8779 5.24986 16.8779 5.75639 16.5655 6.06881L10.1312 12.5031L16.5655 18.9374C16.8779 19.2499 16.8779 19.7564 16.5655 20.0688C16.2531 20.3812 15.7465 20.3812 15.4341 20.0688L8.43412 13.0688C8.1217 12.7564 8.1217 12.2499 8.43412 11.9374L15.4341 4.93744C15.7465 4.62502 16.2531 4.62502 16.5655 4.93744Z" | ||
| fill="currentColor" | ||
| /> | ||
| </g>, | ||
| '0 0 25 25', | ||
| ) |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| import { createIcon } from '../utils' | ||
|
|
||
| export const RightArrowIcon = createIcon( | ||
| 'RightArrowIcon', | ||
| <g> | ||
| <path | ||
| fillRule="evenodd" | ||
| clipRule="evenodd" | ||
| d="M8.93451 20.0626C8.62209 19.7501 8.62209 19.2436 8.93451 18.9312L15.3688 12.4969L8.93451 6.06256C8.62209 5.75014 8.62209 5.24361 8.93451 4.93119C9.24693 4.61877 9.75346 4.61877 10.0659 4.93119L17.0659 11.9312C17.3783 12.2436 17.3783 12.7501 17.0659 13.0626L10.0659 20.0626C9.75346 20.375 9.24693 20.375 8.93451 20.0626Z" | ||
| fill="currentColor" | ||
| /> | ||
| </g>, | ||
| '0 0 25 25', | ||
| ) |
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
48 changes: 0 additions & 48 deletions
48
packages/mask/src/components/InjectedComponents/PageTab.tsx
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
packages/mask/src/components/InjectedComponents/PageTabItem.tsx
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.