@enso-ui/menus 5.2.1 → 5.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/menus",
3
- "version": "5.2.1",
3
+ "version": "5.2.3",
4
4
  "description": "Basic menus package",
5
5
  "main": "src/bulma/pages/menus/Index.vue",
6
6
  "repository": {
@@ -98,9 +98,9 @@ export default {
98
98
  line-height: 1.3;
99
99
  width: 100%;
100
100
  min-width: 0;
101
- padding-block: 0.35rem;
101
+ padding-block: 0.3rem;
102
102
  padding-inline-start: 0.25rem;
103
- padding-inline-end: 0.6rem;
103
+ padding-inline-end: 0.4rem;
104
104
  color: var(--bulma-text);
105
105
  transition: background-color .2s ease, color .2s ease;
106
106
  text-decoration: none;
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import { useStore } from '../../utils/pinia';
2
+ import { useStore } from '../../../utils/pinia';
3
3
 
4
4
  export default {
5
5
  name: 'MenuItem',
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import { useStore } from '../../utils/pinia';
2
+ import { useStore } from '../../../utils/pinia';
3
3
 
4
4
  export default {
5
5
  name: 'Menus',
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import { useStore } from '../../utils/pinia';
2
+ import { useStore } from '../../../utils/pinia';
3
3
 
4
4
  export default {
5
5
  name: 'Sidebar',
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import { useStore } from '../../utils/pinia';
2
+ import { useStore } from '../../../utils/pinia';
3
3
 
4
4
  export default {
5
5
  name: 'MenuOrganizer',