@enso-ui/ui 7.1.1 → 7.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/ui",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "Laravel Enso UI",
5
5
  "main": "bulma/index.js",
6
6
  "scripts": {
@@ -1,8 +1,8 @@
1
1
  <script>
2
2
  import App from '../../app';
3
3
  import eventBus from '../../services/eventBus';
4
- import { app as useApp } from '../../pinia/app';
5
- import { layout as useLayout } from '../../pinia/layout';
4
+ import { app as useApp } from '../../../pinia/app';
5
+ import { layout as useLayout } from '../../../pinia/layout';
6
6
 
7
7
  export default {
8
8
  name: 'Navbar',
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import { layout } from '../../pinia/layout';
2
+ import { layout } from '../../../pinia/layout';
3
3
 
4
4
  export default {
5
5
  name: 'Search',
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import { layout } from '../../pinia/layout';
2
+ import { layout } from '../../../pinia/layout';
3
3
 
4
4
  export default {
5
5
  name: 'SettingsControl',
@@ -1,6 +1,6 @@
1
1
  <script>
2
2
  import App from '../../app';
3
- import { app } from '../../pinia/app';
3
+ import { app } from '../../../pinia/app';
4
4
 
5
5
  export default {
6
6
  name: 'Settings',
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import { preferences } from '../../pinia/preferences';
2
+ import { preferences } from '../../../pinia/preferences';
3
3
 
4
4
  export default {
5
5
  name: 'SidebarState',