@enso-ui/themes 3.0.2 → 3.0.6
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.
|
@@ -1,82 +1,18 @@
|
|
|
1
|
-
.tooltip {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
border-radius: 5px;
|
|
10
|
-
padding: 5px 10px 4px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.tooltip-arrow {
|
|
14
|
-
width: 0;
|
|
15
|
-
height: 0;
|
|
16
|
-
border-style: solid;
|
|
17
|
-
position: absolute;
|
|
18
|
-
margin: 5px;
|
|
19
|
-
border-color: $tooltip-background;
|
|
20
|
-
z-index: 1;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&[x-placement^="top"] {
|
|
24
|
-
margin-bottom: 5px;
|
|
25
|
-
|
|
26
|
-
.tooltip-arrow {
|
|
27
|
-
border-width: 5px 5px 0 5px;
|
|
28
|
-
border-left-color: transparent !important;
|
|
29
|
-
border-right-color: transparent !important;
|
|
30
|
-
border-bottom-color: transparent !important;
|
|
31
|
-
bottom: -5px;
|
|
32
|
-
left: calc(50% - 5px);
|
|
33
|
-
margin-top: 0;
|
|
34
|
-
margin-bottom: 0;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&[x-placement^="bottom"] {
|
|
39
|
-
margin-top: 5px;
|
|
40
|
-
|
|
41
|
-
.tooltip-arrow {
|
|
42
|
-
border-width: 0 5px 5px 5px;
|
|
43
|
-
border-left-color: transparent !important;
|
|
44
|
-
border-right-color: transparent !important;
|
|
45
|
-
border-top-color: transparent !important;
|
|
46
|
-
top: -5px;
|
|
47
|
-
left: calc(50% - 5px);
|
|
48
|
-
margin-top: 0;
|
|
49
|
-
margin-bottom: 0;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&[x-placement^="right"] {
|
|
54
|
-
margin-left: 5px;
|
|
55
|
-
|
|
56
|
-
.tooltip-arrow {
|
|
57
|
-
border-width: 5px 5px 5px 0;
|
|
58
|
-
border-left-color: transparent !important;
|
|
59
|
-
border-top-color: transparent !important;
|
|
60
|
-
border-bottom-color: transparent !important;
|
|
61
|
-
left: -5px;
|
|
62
|
-
top: calc(50% - 5px);
|
|
63
|
-
margin-left: 0;
|
|
64
|
-
margin-right: 0;
|
|
1
|
+
.v-popper--theme-dropdown, .v-popper--theme-tooltip {
|
|
2
|
+
.v-popper__wrapper {
|
|
3
|
+
.v-popper__inner {
|
|
4
|
+
box-shadow: 0 3px 10px rgba($tooltip-text, .1);
|
|
5
|
+
background: $tooltip-background;
|
|
6
|
+
color: $tooltip-text;
|
|
7
|
+
border-radius: 5px;
|
|
8
|
+
padding: 5px 10px 4px;
|
|
65
9
|
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
&[x-placement^="left"] {
|
|
69
|
-
margin-right: 5px;
|
|
70
10
|
|
|
71
|
-
.
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
right: -5px;
|
|
77
|
-
top: calc(50% - 5px);
|
|
78
|
-
margin-left: 0;
|
|
79
|
-
margin-right: 0;
|
|
11
|
+
.v-popper__arrow-container {
|
|
12
|
+
.v-popper__arrow {
|
|
13
|
+
border-color: $tooltip-background;
|
|
14
|
+
box-shadow: 0 3px 10px rgba($tooltip-text, .1);
|
|
15
|
+
}
|
|
80
16
|
}
|
|
81
17
|
}
|
|
82
18
|
|
|
@@ -106,4 +42,4 @@
|
|
|
106
42
|
opacity: 1;
|
|
107
43
|
transition: opacity .15s;
|
|
108
44
|
}
|
|
109
|
-
}
|
|
45
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enso-ui/themes",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"description": "Enso UI Themes",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/enso-ui/themes#readme",
|
|
23
23
|
"dependencies": {
|
|
24
|
+
"@fortawesome/fontawesome-svg-core": "^1.2.2",
|
|
25
|
+
"@fortawesome/free-solid-svg-icons": "^5.2.0",
|
|
26
|
+
"@fortawesome/vue-fontawesome": "3.0.0-5",
|
|
24
27
|
"bulma": "^0.9.0",
|
|
25
28
|
"bulma-extensions": "^6.0.0",
|
|
26
29
|
"flatpickr": "^4.5.0"
|
|
@@ -32,8 +35,8 @@
|
|
|
32
35
|
"autoprefixer": "^9.6.1",
|
|
33
36
|
"babel-eslint": "^10.0.1",
|
|
34
37
|
"cross-env": "^6.0.0",
|
|
35
|
-
"eslint": "^7.0",
|
|
38
|
+
"eslint": "^7.0.0",
|
|
36
39
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
37
|
-
"eslint-plugin-vue": "^8.0.
|
|
40
|
+
"eslint-plugin-vue": "^8.0.3"
|
|
38
41
|
}
|
|
39
42
|
}
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
</template>
|
|
25
25
|
|
|
26
26
|
<script>
|
|
27
|
+
import { FontAwesomeIcon as Fa } from '@fortawesome/vue-fontawesome';
|
|
27
28
|
import { library } from '@fortawesome/fontawesome-svg-core';
|
|
28
29
|
import { faLightbulb } from '@fortawesome/free-solid-svg-icons';
|
|
29
30
|
import CoreThemeSelector from '../../../core/components/settings/ThemeSelector.vue';
|
|
@@ -33,7 +34,7 @@ library.add(faLightbulb);
|
|
|
33
34
|
export default {
|
|
34
35
|
name: 'ThemeSelector',
|
|
35
36
|
|
|
36
|
-
components: { CoreThemeSelector },
|
|
37
|
+
components: { CoreThemeSelector, Fa },
|
|
37
38
|
|
|
38
39
|
inject: ['i18n'],
|
|
39
40
|
};
|