Skip to content

Commit 4a9231b

Browse files
committed
fix tailwind starter
1 parent c59c680 commit 4a9231b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

starters/tailwind/stories/AlertDialog.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { DialogTrigger } from 'react-aria-components';
44
import { AlertDialog } from '../src/AlertDialog';

starters/tailwind/stories/Autocomplete.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Autocomplete, AutocompleteItem, AutocompleteSection } from '../src/Autocomplete';
44

starters/tailwind/stories/Breadcrumbs.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { Breadcrumb, Breadcrumbs } from '../src/Breadcrumbs';
33

4-
import type { Meta } from '@storybook/react';
4+
import { Meta } from '@storybook/react';
55

66
const meta: Meta<typeof Breadcrumbs> = {
77
component: Breadcrumbs,

starters/tailwind/stories/Calendar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { Calendar } from '../src/Calendar';
33

4-
import type { Meta } from '@storybook/react';
4+
import { Meta } from '@storybook/react';
55

66
const meta: Meta<typeof Calendar> = {
77
component: Calendar,

starters/tailwind/stories/ColorArea.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorArea } from '../src/ColorArea';
44

starters/tailwind/stories/ColorField.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorField } from '../src/ColorField';
44

starters/tailwind/stories/ColorPicker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorPicker } from '../src/ColorPicker';
44

starters/tailwind/stories/ColorSlider.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorSlider } from '../src/ColorSlider';
44

starters/tailwind/stories/ColorSwatch.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorSwatch } from '../src/ColorSwatch';
44

starters/tailwind/stories/ColorSwatchPicker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorSwatchPicker, ColorSwatchPickerItem } from '../src/ColorSwatchPicker';
44

starters/tailwind/stories/ColorWheel.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorWheel } from '../src/ColorWheel';
44

starters/tailwind/stories/ComboBox.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/DateField.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/DatePicker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/DateRangePicker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/Disclosure.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from "@storybook/react";
1+
import { Meta } from "@storybook/react";
22
import React from "react";
33
import {
44
Disclosure,

starters/tailwind/stories/DisclosureGroup.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from "@storybook/react";
1+
import { Meta } from "@storybook/react";
22
import React from "react";
33
import {
44
Disclosure,

starters/tailwind/stories/Form.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Button } from '../src/Button';
44
import { DateField } from '../src/DateField';

starters/tailwind/stories/GridList.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import { GridList, GridListItem } from '../src/GridList';
33
import React from 'react';
44

starters/tailwind/stories/Link.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Link } from '../src/Link';
44

starters/tailwind/stories/ListBox.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ListBox, ListBoxItem } from '../src/ListBox';
44

starters/tailwind/stories/Menu.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import { MoreHorizontal } from 'lucide-react';
33
import React from 'react';
44
import { MenuTrigger, SubmenuTrigger } from 'react-aria-components';

starters/tailwind/stories/Meter.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Meter } from '../src/Meter';
44

starters/tailwind/stories/NumberField.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/Popover.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import { HelpCircle } from 'lucide-react';
33
import React from 'react';
44
import { DialogTrigger, Heading } from 'react-aria-components';

starters/tailwind/stories/ProgressBar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ProgressBar } from '../src/ProgressBar';
44

starters/tailwind/stories/RangeCalendar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { RangeCalendar } from '../src/RangeCalendar';
44

starters/tailwind/stories/SearchField.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/Select.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/Slider.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Slider } from '../src/Slider';
44

starters/tailwind/stories/Switch.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Switch } from '../src/Switch';
44

starters/tailwind/stories/Table.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React, { useMemo, useState } from 'react';
33
import { TableBody } from 'react-aria-components';
44
import { Cell, Column, Row, Table, TableHeader } from '../src/Table';

starters/tailwind/stories/Tabs.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Tab, TabList, TabPanel, Tabs } from '../src/Tabs';
44

starters/tailwind/stories/TagGroup.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Tag, TagGroup } from '../src/TagGroup';
44

starters/tailwind/stories/TextField.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/TimeField.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Form } from 'react-aria-components';
44
import { Button } from '../src/Button';

starters/tailwind/stories/ToggleButton.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ToggleButton } from '../src/ToggleButton';
44

starters/tailwind/stories/ToggleButtonGroup.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ToggleButton } from '../src/ToggleButton';
44
import { ToggleButtonGroup } from '../src/ToggleButtonGroup';

starters/tailwind/stories/Toolbar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Separator } from '../src/Separator';
77
import { ToggleButton } from '../src/ToggleButton';
88
import { Toolbar } from '../src/Toolbar';
99

10-
import type { Meta } from '@storybook/react';
10+
import { Meta } from '@storybook/react';
1111

1212
const meta: Meta<typeof Toolbar> = {
1313
component: Toolbar,

starters/tailwind/stories/Tooltip.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import { PrinterIcon, SaveIcon } from 'lucide-react';
33
import React from 'react';
44
import { TooltipTrigger } from 'react-aria-components';

starters/tailwind/stories/Tree.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import { Tree, TreeItem, TreeItemContent } from '../src/Tree';
33
import React from 'react';
44

0 commit comments

Comments
 (0)