Skip to content

Commit 58ea61b

Browse files
committed
chore: update anatomy
1 parent 58d32cf commit 58ea61b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/solid/src/components/anatomy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export { signaturePadAnatomy } from './signature-pad/signature-pad.anatomy'
3838
export { sliderAnatomy } from './slider/slider.anatomy'
3939
export { splitterAnatomy } from './splitter/splitter.anatomy'
4040
export { stepsAnatomy } from './steps/steps.anatomy'
41+
export { swapAnatomy } from './swap/swap.anatomy'
4142
export { switchAnatomy } from './switch/switch.anatomy'
4243
export { tabsAnatomy } from './tabs/tabs.anatomy'
4344
export { tagsInputAnatomy } from './tags-input/tags-input.anatomy'

packages/svelte/src/lib/components/anatomy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export { signaturePadAnatomy } from './signature-pad/signature-pad.anatomy'
3838
export { sliderAnatomy } from './slider/slider.anatomy'
3939
export { splitterAnatomy } from './splitter/splitter.anatomy'
4040
export { stepsAnatomy } from './steps/steps.anatomy'
41+
export { swapAnatomy } from './swap/swap.anatomy'
4142
export { switchAnatomy } from './switch/switch.anatomy'
4243
export { tabsAnatomy } from './tabs/tabs.anatomy'
4344
export { tagsInputAnatomy } from './tags-input/tags-input.anatomy'

packages/vue/src/components/anatomy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export { signaturePadAnatomy } from './signature-pad/signature-pad.anatomy'
3838
export { sliderAnatomy } from './slider/slider.anatomy'
3939
export { splitterAnatomy } from './splitter/splitter.anatomy'
4040
export { stepsAnatomy } from './steps/steps.anatomy'
41+
export { swapAnatomy } from './swap/swap.anatomy'
4142
export { switchAnatomy } from './switch/switch.anatomy'
4243
export { tabsAnatomy } from './tabs/tabs.anatomy'
4344
export { tagsInputAnatomy } from './tags-input/tags-input.anatomy'

0 commit comments

Comments
 (0)