-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add tailwind status to tracking
- Loading branch information
1 parent
6663b98
commit 0ef72a7
Showing
4 changed files
with
83 additions
and
7 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
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,72 @@ | ||
Accordion: false | ||
AirportIllustration: false | ||
Alert: true | ||
Badge: true | ||
BadgeList: true | ||
BaggageStepper: false | ||
Breadcrumbs: true | ||
Box: true | ||
Button: true | ||
ButtonGroup: true | ||
ButtonLink: true | ||
ButtonMobileStore: false | ||
ButtonPrimitive: true | ||
CallOutBanner: false | ||
Card: true | ||
CarrierLogo: true | ||
Checkbox: false | ||
ChoiceGroup: false | ||
Collapse: false | ||
Coupon: false | ||
CountryFlag: true | ||
Dialog: true | ||
Drawer: true | ||
ErrorFormTooltip: true | ||
FeatureIcon: false | ||
FormLabel: true | ||
Grid: true | ||
Heading: true | ||
IllustrationPrimitive: true | ||
IllustrationPrimitiveList: false | ||
InputField: false | ||
InputFile: true | ||
InputGroup: false | ||
InputSelect: true | ||
Inline: false | ||
Itinerary: false | ||
Layout: true | ||
LinkList: true | ||
List: true | ||
ListChoice: true | ||
Loading: true | ||
Modal: false | ||
NavigationBar: true | ||
NotificationBadge: false | ||
Pagination: false | ||
Popover: false | ||
Radio: true | ||
Seat: false | ||
SegmentedSwitch: true | ||
Select: true | ||
Separator: false | ||
ServiceLogo: false | ||
SkipLink: false | ||
SkipNavigation: false | ||
Slider: false | ||
SocialButton: false | ||
Stack: true | ||
Stepper: false | ||
StopoverArrow: false | ||
Switch: true | ||
Table: false | ||
Tabs: false | ||
Tag: false | ||
Tile: false | ||
TileGroup: false | ||
Text: true | ||
TextLink: true | ||
Textarea: true | ||
Timeline: false | ||
Toast: false | ||
Truncate: false | ||
Wizard: false |
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,3 @@ | ||
declare const tailwindMigrationStatusData: Record<string, boolean>; | ||
|
||
export default tailwindMigrationStatusData; |
Empty file.