Skip to content

Commit

Permalink
feat!: HeadlineArea と LineUp を削除 (#4465)
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr authored Mar 19, 2024
1 parent 73b7631 commit 11c3a05
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 332 deletions.
6 changes: 3 additions & 3 deletions src/components/Dialog/Dialog.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { DatePicker } from '../DatePicker'
import { FormControl } from '../FormControl'
import { Heading } from '../Heading'
import { Input } from '../Input'
import { Cluster, LineUp, Stack } from '../Layout'
import { Cluster, Stack } from '../Layout'
import { Fieldset } from '../NewFieldset'
import { RadioButton } from '../RadioButton'
import { Section } from '../SectioningContent'
Expand Down Expand Up @@ -832,10 +832,10 @@ export const Modeless_Dialog: StoryFn = () => {
<Stack gap="S">
<ModelessContentPart>
<Fieldset title="ラジオボタン">
<LineUp gap="S">
<Cluster gap="S">
<RadioButton name="modeless_dialog_center_radio_1">ラジオボタン1</RadioButton>
<RadioButton name="modeless_dialog_center_radio_2">ラジオボタン2</RadioButton>
</LineUp>
</Cluster>
</Fieldset>
</ModelessContentPart>
<ModelessContentPart>
Expand Down
21 changes: 0 additions & 21 deletions src/components/HeadlineArea/HeadlineArea.stories.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions src/components/HeadlineArea/HeadlineArea.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/HeadlineArea/index.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions src/components/HeadlineArea/useClassNames.ts

This file was deleted.

113 changes: 0 additions & 113 deletions src/components/Layout/LineUp/LineUp.stories.tsx

This file was deleted.

44 changes: 0 additions & 44 deletions src/components/Layout/LineUp/LineUp.tsx

This file was deleted.

60 changes: 0 additions & 60 deletions src/components/Layout/LineUp/VRTLineUp.stories.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/Layout/LineUp/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/components/Layout/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export { Stack } from './Stack'
export { LineUp } from './LineUp'
export { Cluster } from './Cluster'
export { Reel } from './Reel'
export { Sidebar } from './Sidebar'
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export {
} from './components/AppNavi'
export { TabBar, TabItem } from './components/TabBar'
export { Heading, PageHeading } from './components/Heading'
export { HeadlineArea } from './components/HeadlineArea'
export { Select } from './components/Select'
export { DropZone } from './components/DropZone'
export { DefinitionList } from './components/DefinitionList'
Expand Down Expand Up @@ -109,7 +108,7 @@ export * from './components/Badge'
export * from './components/Switch'

// layout components
export { Center, Cluster, LineUp, Reel, Stack, Sidebar } from './components/Layout'
export { Center, Cluster, Reel, Stack, Sidebar } from './components/Layout'

// hooks
export { useTheme } from './hooks/useTheme'
Expand Down
1 change: 0 additions & 1 deletion test-runner-jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
* 上位の Layout.stories.tsx でテストが実行されるので除外している
*/
'Cluster.stories.tsx',
'LineUp.stories.tsx',
'Reel.stories.tsx',
'Sidebar.stories.tsx',
'Stack.stories.tsx',
Expand Down

0 comments on commit 11c3a05

Please sign in to comment.