@onereach/ui-components 4.0.0 → 4.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -153,5 +153,5 @@
153
153
  },
154
154
  "./package.json": "./package.json"
155
155
  },
156
- "gitHead": "5e5c86cf6160795c1e9ee65c8e4ae5c2bcfa9dfb"
156
+ "gitHead": "0370a95ab19683c8f1d3936fecfb09cbc1434aa2"
157
157
  }
@@ -1,7 +1,7 @@
1
1
  import OrCollapse from './OrCollapse.vue';
2
2
  import { OrButtonV2 as OrButton } from '../or-button-v2';
3
3
  import { OrIcon } from '../or-icon';
4
- import OrSelectInput from '../or-select/OrSelectInput.vue';
4
+ import OrSelectInput from '../or-select/partials/OrSelectInput.vue';
5
5
 
6
6
  import { action } from '@storybook/addon-actions';
7
7
  import { ArgTypes, Story } from '@storybook/vue';
@@ -653,4 +653,3 @@ export const Error = TemplateModel.bind({});
653
653
  Error.args = { error: 'error' };
654
654
  export const Group = TemplateGroup.bind({});
655
655
  export const GroupWithSelectInput = TemplateGroupWithSelectInput.bind({});
656
-
@@ -1,4 +1,4 @@
1
- import OrSkeletonCircle from './or-skeleton-circle/OrSkeletonCircle.vue';
1
+ import OrSkeletonCircle from './OrSkeletonCircle.vue';
2
2
  import { Story } from '@storybook/vue';
3
3
 
4
4
  export default {
@@ -1,4 +1,4 @@
1
- import OrSkeletonRect from './or-skeleton-rect/OrSkeletonRect.vue';
1
+ import OrSkeletonRect from './OrSkeletonRect.vue';
2
2
  import { Story } from '@storybook/vue';
3
3
 
4
4
  export default {
@@ -1,4 +1,4 @@
1
- import OrSkeletonText from './or-skeleton-text/OrSkeletonText.vue';
1
+ import OrSkeletonText from './OrSkeletonText.vue';
2
2
  import { Story } from '@storybook/vue';
3
3
  import { OrSkeletonTextSizes } from '../constants';
4
4