@rocketui/vue 0.0.16 → 0.0.17

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.
@@ -9,6 +9,7 @@ import RDropdown from '../src/components/Dropdown/RDropdown.vue';
9
9
  import RIcon from '../src/components/Icon/RIcon.vue';
10
10
  import RLabel from '../src/components/Label/RLabel.vue';
11
11
  import RModal from '../src/components/Modal/RModal.vue';
12
+ import RSidebar from '../src/components/Sidebar/RSidebar.vue';
12
13
  import RSnackbar from '../src/components/Snackbar/RSnackbar.vue';
13
14
  import RSwitch from '../src/components/Switch/RSwitch.vue';
14
15
  import RTabItem from '../src/components/TabItem/RTabItem.vue';
@@ -16,4 +17,4 @@ import RTabs from '../src/components/Tabs/RTabs.vue';
16
17
  import RTextArea from '../src/components/TextArea/RTextArea.vue';
17
18
  import RTextfield from '../src/components/Textfield/RTextfield.vue';
18
19
  import RTooltip from '../src/components/Tooltip/RTooltip.vue';
19
- export { RAccordion, RAlert, RAvatar, RBadge, RButton, RCheckbox, RChip, RDropdown, RIcon, RLabel, RModal, RSnackbar, RSwitch, RTabItem, RTabs, RTextArea, RTextfield, RTooltip, };
20
+ export { RAccordion, RAlert, RAvatar, RBadge, RButton, RCheckbox, RChip, RDropdown, RIcon, RLabel, RModal, RSidebar, RSnackbar, RSwitch, RTabItem, RTabs, RTextArea, RTextfield, RTooltip, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocketui/vue",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "A set of customizable UI components for Vue 3, built with TypeScript",
5
5
  "type": "module",
6
6
  "main": "dist/rocket-ui-vue.umd.cjs",