Skip to content

Commit ea84aec

Browse files
change the casing on component filenames
1 parent 2a775f1 commit ea84aec

File tree

241 files changed

+275
-279
lines changed

Some content is hidden

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

241 files changed

+275
-279
lines changed

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/forms/controls/ColorPicker/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/forms/controls/Input/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/forms/controls/RadioGroup/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/forms/controls/TextArea/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/forms/controls/Checkbox/Checkbox.stories.tsx renamed to src/forms/controls/checkbox/checkbox.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Meta, StoryObj } from "@storybook/react"
2-
import { Checkbox } from "./Checkbox"
2+
import { Checkbox } from "./checkbox"
33

44
type Story = StoryObj<typeof Checkbox>
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Check } from "lucide-react"
55
import type { ComponentProps } from "react"
66
import type { VariantProps } from "~/shared/cva"
77
import { cx } from "~/shared/cva"
8-
import { checkboxVariants } from "./Checkbox.variants"
8+
import { checkboxVariants } from "./checkbox.variants"
99

1010
export type CheckboxProps = ComponentProps<typeof CheckboxPrimitive.Root> &
1111
VariantProps<typeof checkboxVariants>
File renamed without changes.

src/forms/controls/ColorPicker/ColorPicker.stories.tsx renamed to src/forms/controls/color-picker/color-picker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Meta, StoryObj } from "@storybook/react"
22
import { useState } from "react"
3-
import { ColorPicker } from "./ColorPicker"
3+
import { ColorPicker } from "./color-picker"
44

55
type Story = StoryObj<typeof ColorPicker>
66

0 commit comments

Comments
 (0)