From 442f652ad8ba8e55fb38eb04414b93858d331a7a Mon Sep 17 00:00:00 2001 From: Marco Vidal Garcia Date: Thu, 4 Apr 2024 16:50:54 +0200 Subject: [PATCH] chore: remove tailwind migration leftovers --- .github/PULL_REQUEST_TEMPLATE.md | 7 +- docs/src/data/tailwind-migration-status.yaml | 113 ------------------ .../data/tailwind-migration-status.yaml.d.ts | 3 - 3 files changed, 1 insertion(+), 122 deletions(-) delete mode 100644 docs/src/data/tailwind-migration-status.yaml delete mode 100644 docs/src/data/tailwind-migration-status.yaml.d.ts diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9d294d4e2b..d92e00e3e8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,7 @@ # This Pull Request meets the following criteria: -### For Tailwind migrations: - -- [ ] Visual regression test suite has been added if does not exist. -- [ ] `tailwind-migration-status.yaml` file has been updated with the migrated component(s). - ### For new components: -- [ ] Tests have been added/adjusted for my new feature +- [ ] Unit and visual regression tests have been added/adjusted for my new feature - [ ] New Components are registered in index.js of my project - [ ] New Components have `d.ts` files and are exported in `index.d.ts` diff --git a/docs/src/data/tailwind-migration-status.yaml b/docs/src/data/tailwind-migration-status.yaml deleted file mode 100644 index b20724ded8..0000000000 --- a/docs/src/data/tailwind-migration-status.yaml +++ /dev/null @@ -1,113 +0,0 @@ -Accordion: true -AccordionSection: true -AirportIllustration: true -Alert: true -AlertButton: true -Badge: true -BadgeList: true -BadgeListItem: true -Breadcrumbs: true -BreadcrumbsItem: true -Box: true -OrbitButton: true -Button: true -ButtonGroup: true -ButtonLink: true -ButtonMobileStore: true -ButtonPrimitive: true -CallOutBanner: true -Card: true -CardHeader: true -CardSection: true -CarrierLogo: true -Checkbox: true -ChoiceGroup: true -Collapse: true -Coupon: true -CountryFlag: true -Dialog: true -Drawer: true -ErrorFormTooltip: true -FeatureIcon: true -FormLabel: true -Grid: true -Heading: true -Hide: true -HorizontalScroll: true -Illustration: true -IllustrationPrimitive: true -IllustrationPrimitiveList: true -InputField: true -InputFile: true -InputGroup: true -InputSelect: true -Inline: true -Itinerary: true -ItineraryBadgeList: true -ItinerarySegment: true -ItinerarySegmentBanner: true -ItinerarySegmentDetail: true -ItinerarySegmentStop: true -ItinerarySeparator: true -Layout: true -LayoutColumn: true -LinkList: true -OrbitList: true -List: true -ListItem: true -ListChoice: true -Loading: true -Modal: true -ModalFooter: true -ModalHeader: true -ModalSection: true -NavigationBar: true -NotificationBadge: true -OrbitProvider: true -Pagination: true -Popover: true -Portal: true -Radio: true -Seat: true -SeatLegend: true -SegmentedSwitch: true -Select: true -Separator: true -ServiceLogo: true -Skeleton: true -SkipLink: true -SkipNavigation: true -Slide: true -Slider: true -SocialButton: true -Stack: true -Stepper: true -StepperStateless: true -StopoverArrow: true -Switch: true -Tab: true -TabPanel: true -Table: true -TableBody: true -TableCell: true -TableHead: true -TableRow: true -Tabs: true -TabPanels: true -TabList: true -Tag: true -Tile: true -TileGroup: true -OrbitText: true -TextOrbit: true -Text: true -TextLink: true -Textarea: true -Timeline: true -TimelineStep: true -Toast: true -ToastRoot: true -Tooltip: true -Truncate: true -Wizard: true -WizardStep: true diff --git a/docs/src/data/tailwind-migration-status.yaml.d.ts b/docs/src/data/tailwind-migration-status.yaml.d.ts deleted file mode 100644 index 1632aa10c5..0000000000 --- a/docs/src/data/tailwind-migration-status.yaml.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -declare const tailwindMigrationStatusData: Record; - -export default tailwindMigrationStatusData;