-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LG-1318: Remove prop-types from LeafyGreen (#2619)
* beginning to remove prop types * major change, ensure that props are exported * fix build issues * turn off react/prop-types rule * rm file
- Loading branch information
Showing
309 changed files
with
251 additions
and
2,411 deletions.
There are no files selected for viewing
This file contains 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,60 @@ | ||
--- | ||
'@lg-chat/leafygreen-chat-provider': major | ||
'@leafygreen-ui/leafygreen-provider': major | ||
'@leafygreen-ui/confirmation-modal': major | ||
'@leafygreen-ui/inline-definition': major | ||
'@leafygreen-ui/loading-indicator': major | ||
'@leafygreen-ui/segmented-control': major | ||
'@leafygreen-ui/marketing-modal': major | ||
'@leafygreen-ui/radio-box-group': major | ||
'@leafygreen-ui/password-input': major | ||
'@leafygreen-ui/info-sprinkle': major | ||
'@leafygreen-ui/number-input': major | ||
'@leafygreen-ui/ordered-list': major | ||
'@leafygreen-ui/split-button': major | ||
'@lg-chat/message-prompts': major | ||
'@leafygreen-ui/date-picker': major | ||
'@leafygreen-ui/empty-state': major | ||
'@leafygreen-ui/form-footer': major | ||
'@leafygreen-ui/icon-button': major | ||
'@leafygreen-ui/radio-group': major | ||
'@leafygreen-ui/pagination': major | ||
'@leafygreen-ui/text-input': major | ||
'@leafygreen-ui/typography': major | ||
'@leafygreen-ui/guide-cue': major | ||
'@leafygreen-ui/text-area': major | ||
'@lg-chat/message-feed': major | ||
'@leafygreen-ui/checkbox': major | ||
'@leafygreen-ui/combobox': major | ||
'@leafygreen-ui/copyable': major | ||
'@leafygreen-ui/pipeline': major | ||
'@leafygreen-ui/side-nav': major | ||
'@leafygreen-ui/callout': major | ||
'@leafygreen-ui/popover': major | ||
'@leafygreen-ui/stepper': major | ||
'@leafygreen-ui/tooltip': major | ||
'@leafygreen-ui/banner': major | ||
'@leafygreen-ui/button': major | ||
'@leafygreen-ui/portal': major | ||
'@leafygreen-ui/select': major | ||
'@leafygreen-ui/toggle': major | ||
'@leafygreen-ui/badge': major | ||
'@leafygreen-ui/modal': major | ||
'@leafygreen-ui/table': major | ||
'@leafygreen-ui/toast': major | ||
'@leafygreen-ui/a11y': major | ||
'@leafygreen-ui/card': major | ||
'@leafygreen-ui/chip': major | ||
'@leafygreen-ui/code': major | ||
'@leafygreen-ui/icon': major | ||
'@leafygreen-ui/logo': major | ||
'@leafygreen-ui/menu': major | ||
'@leafygreen-ui/tabs': major | ||
'@leafygreen-ui/box': major | ||
'@leafygreen-ui/lib': major | ||
'@lg-tools/lint': major | ||
'@lg-tools/validate': minor | ||
'@lg-tools/build': minor | ||
--- | ||
|
||
Removes prop-types from LeafyGreen UI |
1 change: 0 additions & 1 deletion
1
chat/chat-disclaimer/src/DisclaimerModal/DisclaimerModal.stories.tsx
This file contains 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* eslint-disable react/prop-types */ | ||
import React, { useState } from 'react'; | ||
import { | ||
storybookArgTypes, | ||
|
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.