@veritree/ui 0.16.0 → 0.16.1

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
@@ -36,10 +36,6 @@ import VTInputUpload from "./src/components/Input/VTInputUpload.vue";
36
36
  import VTProgressBar from "./src/components/ProgressBar/VTProgressBar.vue";
37
37
  import VTTextarea from "./src/components/Textarea/VTTextarea.vue";
38
38
  import VTModal from "./src/components/Modal/VTModal.vue";
39
- import VTAccordion from "./src/components/Accordion/VTAccordion.vue";
40
- import VTAccordionButton from "./src/components/Accordion/VTAccordionButton.vue";
41
- import VTAccordionGroup from "./src/components/Accordion/VTAccordionGroup.vue";
42
- import VTAccordionPanel from "./src/components/Accordion/VTAccordionPanel.vue";
43
39
  import VTTab from "./src/components/Tabs/VTTab.vue";
44
40
  import VTTabGroup from "./src/components/Tabs/VTTabGroup.vue";
45
41
  import VTTabList from "./src/components/Tabs/VTTabList.vue";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",