Skip to content

Commit

Permalink
chore: remove checkbox/radio plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 12, 2023
1 parent d607190 commit 858ccf4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 118 deletions.
57 changes: 0 additions & 57 deletions src/plugins/components/checkbox-headless.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/plugins/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import buttonIcon from './button-icon'
import button from './button'
import card from './card'
import checkbox from './checkbox'
import checkboxHeadless from './checkbox-headless'
import dropdownDivider from './dropdown-divider'
import dropdownItem from './dropdown-item'
import dropdown from './dropdown'
Expand Down Expand Up @@ -41,7 +40,6 @@ import progressCircle from './progress-circle'
import progress from './progress'
import prose from './prose'
import radio from './radio'
import radioHeadless from './radio-headless'
import select from './select'
import slimscroll from './slimscroll'
import snack from './snack'
Expand Down Expand Up @@ -70,7 +68,6 @@ const components = [
button,
card,
checkbox,
checkboxHeadless,
dropdownDivider,
dropdownItem,
dropdown,
Expand Down Expand Up @@ -98,7 +95,6 @@ const components = [
progress,
prose,
radio,
radioHeadless,
select,
slimscroll,
snack,
Expand Down
57 changes: 0 additions & 57 deletions src/plugins/components/radio-headless.ts

This file was deleted.

0 comments on commit 858ccf4

Please sign in to comment.