daisy-ui-kit 2.1.17 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Dropdown.vue +0 -6
- package/components/DropdownButton.vue +9 -0
- package/index.ts +1 -0
- package/package.json +1 -1
package/components/Dropdown.vue
CHANGED
package/index.ts
CHANGED
|
@@ -32,6 +32,7 @@ export { default as DrawerContent } from './components/DrawerContent.vue'
|
|
|
32
32
|
export { default as DrawerSide } from './components/DrawerSide.vue'
|
|
33
33
|
export { default as Dropdown } from './components/Dropdown.vue'
|
|
34
34
|
export { default as DropdownContent } from './components/DropdownContent.vue'
|
|
35
|
+
export { default as DropdownButton } from './components/DropdownButton.vue'
|
|
35
36
|
export { default as DropdownTarget } from './components/DropdownTarget.vue'
|
|
36
37
|
export { default as FileInput } from './components/FileInput.vue'
|
|
37
38
|
export { default as Flex } from './components/Flex.vue'
|