@enso-ui/ui 7.1.6 → 7.1.8
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 +43 -4
- package/src/bulma/components/VueAside.vue +1 -1
- package/src/bulma/components/navbar/Navbar.vue +1 -1
- package/src/bulma/components/settings/Settings.vue +3 -3
- package/src/bulma/layouts/Default.vue +1 -1
- package/src/bulma/styles/enso.scss +6 -0
- package/src/bulma/styles/variables.sass +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enso-ui/ui",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.8",
|
|
4
4
|
"description": "Laravel Enso UI",
|
|
5
5
|
"main": "bulma/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/enso-ui/ui#readme",
|
|
25
25
|
"dependencies": {
|
|
26
|
+
"tiny-emitter": "^2.1.0"
|
|
27
|
+
},
|
|
28
|
+
"peerDependencies": {
|
|
26
29
|
"@enso-ui/accessories": "^5.0.0",
|
|
27
30
|
"@enso-ui/auth": "^3.1.0",
|
|
28
31
|
"@enso-ui/bookmarks": "^3.1.0",
|
|
@@ -62,9 +65,6 @@
|
|
|
62
65
|
"@enso-ui/uploader": "^3.1.0",
|
|
63
66
|
"@enso-ui/user-groups": "^3.1.0",
|
|
64
67
|
"@enso-ui/users": "^3.1.0",
|
|
65
|
-
"tiny-emitter": "^2.1.0"
|
|
66
|
-
},
|
|
67
|
-
"peerDependencies": {
|
|
68
68
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
69
69
|
"@fortawesome/free-brands-svg-icons": "^7.2.0",
|
|
70
70
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
@@ -100,6 +100,45 @@
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
+
"@enso-ui/accessories": "^5.0.0",
|
|
104
|
+
"@enso-ui/auth": "^3.1.0",
|
|
105
|
+
"@enso-ui/bookmarks": "^3.1.0",
|
|
106
|
+
"@enso-ui/charts": "^5.0.0",
|
|
107
|
+
"@enso-ui/companies": "^5.1.0",
|
|
108
|
+
"@enso-ui/confirmation": "^3.1.0",
|
|
109
|
+
"@enso-ui/date": "^2.1.0",
|
|
110
|
+
"@enso-ui/directives": "^3.1.0",
|
|
111
|
+
"@enso-ui/divider": "^3.1.0",
|
|
112
|
+
"@enso-ui/dropdown": "^4.1.0",
|
|
113
|
+
"@enso-ui/dropdown-indicator": "^3.1.0",
|
|
114
|
+
"@enso-ui/enums": "^2.1.0",
|
|
115
|
+
"@enso-ui/files": "^5.4.1",
|
|
116
|
+
"@enso-ui/forms": "^4.1.0",
|
|
117
|
+
"@enso-ui/io": "^3.3.0",
|
|
118
|
+
"@enso-ui/laravel-validation": "^3.1.0",
|
|
119
|
+
"@enso-ui/loader": "^4.1.0",
|
|
120
|
+
"@enso-ui/localisation": "^5.2.0",
|
|
121
|
+
"@enso-ui/logs": "^5.2.0",
|
|
122
|
+
"@enso-ui/menus": "^5.2.0",
|
|
123
|
+
"@enso-ui/mixins": "^5.1.0",
|
|
124
|
+
"@enso-ui/modal": "^3.2.0",
|
|
125
|
+
"@enso-ui/notifications": "^3.2.0",
|
|
126
|
+
"@enso-ui/people": "^5.2.0",
|
|
127
|
+
"@enso-ui/permissions": "^5.1.0",
|
|
128
|
+
"@enso-ui/progress-bar": "^2.2.0",
|
|
129
|
+
"@enso-ui/roles": "^5.1.0",
|
|
130
|
+
"@enso-ui/route-mapper": "^1.1.0",
|
|
131
|
+
"@enso-ui/scroll-to-top": "^4.1.0",
|
|
132
|
+
"@enso-ui/sentry": "^1.1.0",
|
|
133
|
+
"@enso-ui/switch": "^2.1.0",
|
|
134
|
+
"@enso-ui/tables": "^4.1.0",
|
|
135
|
+
"@enso-ui/tabs": "^3.1.0",
|
|
136
|
+
"@enso-ui/toastr": "^3.1.0",
|
|
137
|
+
"@enso-ui/transitions": "^2.1.0",
|
|
138
|
+
"@enso-ui/typeahead": "^4.1.0",
|
|
139
|
+
"@enso-ui/uploader": "^3.1.0",
|
|
140
|
+
"@enso-ui/user-groups": "^3.1.0",
|
|
141
|
+
"@enso-ui/users": "^3.1.0",
|
|
103
142
|
"bulma": "^1.0.4",
|
|
104
143
|
"pinia": "^3.0.3",
|
|
105
144
|
"vue": "^3.5.0",
|
|
@@ -42,10 +42,10 @@ export default {
|
|
|
42
42
|
<style lang="scss">
|
|
43
43
|
.aside.settings {
|
|
44
44
|
position: fixed;
|
|
45
|
-
top: var(--
|
|
45
|
+
top: var(--enso-navbar-height);
|
|
46
46
|
bottom: 0;
|
|
47
|
-
height: calc(100dvh - var(--
|
|
48
|
-
max-height: calc(100dvh - var(--
|
|
47
|
+
height: calc(100dvh - var(--enso-navbar-height));
|
|
48
|
+
max-height: calc(100dvh - var(--enso-navbar-height));
|
|
49
49
|
z-index: 40;
|
|
50
50
|
overflow-y: auto;
|
|
51
51
|
border-top: 1px solid var(--bulma-border);
|