Skip to content

Commit

Permalink
feat(anatomy): clipboard and collapsible
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikorin committed Feb 13, 2024
1 parent 8504e09 commit 7a78d4f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/anatomy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

### Added

- Added `Clipboard` anatomy
- Added `Collapsible` anatomy

## [2.1.0] - 2024-01-29

### Added
Expand Down
2 changes: 2 additions & 0 deletions packages/anatomy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"@zag-js/avatar": "0.36.1",
"@zag-js/carousel": "0.36.1",
"@zag-js/checkbox": "0.36.1",
"@zag-js/clipboard": "0.36.1",
"@zag-js/collapsible": "0.36.1",
"@zag-js/color-picker": "0.36.1",
"@zag-js/color-utils": "0.36.1",
"@zag-js/combobox": "0.36.1",
Expand Down
1 change: 1 addition & 0 deletions packages/anatomy/src/clipboard/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { anatomy } from '@zag-js/clipboard'
1 change: 1 addition & 0 deletions packages/anatomy/src/collapsible/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { anatomy } from '@zag-js/collapsible'
2 changes: 2 additions & 0 deletions packages/anatomy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export { anatomy as accordionAnatomy } from './accordion'
export { anatomy as avatarAnatomy } from './avatar'
export { anatomy as carouselAnatomy } from './carousel'
export { anatomy as checkboxAnatomy } from './checkbox'
export { anatomy as clipboardAnatomy } from './clipboard'
export { anatomy as collapsibleAnatomy } from './collapsible'
export { anatomy as colorPickerAnatomy } from './color-picker'
export { anatomy as comboboxAnatomy } from './combobox'
export { anatomy as datePickerAnatomy } from './date-picker'
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a78d4f

Please sign in to comment.