@policystudio/policy-studio-ui-vue 1.0.2 → 1.0.3

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/package.json +1 -1
  2. package/src/index.js +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
package/src/index.js CHANGED
@@ -1,9 +1,9 @@
1
- import PsButton from './components/notifications/PsButton.vue';
2
- import PsCheckbox from './components/notifications/PsCheckbox.vue';
1
+ import PsButton from './components/buttons/PsButton.vue';
2
+ import PsCheckbox from './components/controls/PsCheckbox.vue';
3
3
  import PsDialog from './components/notifications/PsDialog.vue';
4
4
  import PsToast from './components/notifications/PsToast.vue';
5
- import PsTabHeader from './components/notifications/PsTabHeader.vue';
6
- import PsTabRadioButton from './components/notifications/PsTabRadioButton.vue';
5
+ import PsTabHeader from './components/tabs/PsTabHeader.vue';
6
+ import PsTabRadioButton from './components/controls/PsTabRadioButton.vue';
7
7
 
8
8
  export default {
9
9
  install(Vue) {