@veritree/ui 0.16.1 → 0.16.2

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.
Files changed (2) hide show
  1. package/index.js +0 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -102,10 +102,6 @@ export {
102
102
  VTProgressBar,
103
103
  VTTextarea,
104
104
  VTModal,
105
- VTAccordion,
106
- VTAccordionButton,
107
- VTAccordionGroup,
108
- VTAccordionPanel,
109
105
  VTTab,
110
106
  VTTabGroup,
111
107
  VTTabList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",