@things-factory/shell 5.0.0-alpha.13 → 5.0.0-alpha.17
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/client/themes/tooltip-theme.css +4 -3
- package/package.json +12 -12
@@ -1,10 +1,11 @@
|
|
1
1
|
body {
|
2
|
-
|
3
|
-
--tooltip-padding: 3px 4px 2px 4px;
|
2
|
+
--tooltip-padding: 4px 4px 4px 4px;
|
4
3
|
--tooltip-background-color: rgba(0, 0, 0, 0.7);
|
5
4
|
--tooltip-font: bold 11px var(--theme-font);
|
5
|
+
/*
|
6
6
|
--tooltip-left-positon-left: auto;
|
7
7
|
--tooltip-left-position-top: 7px;
|
8
8
|
--tooltip-left-position-right: 110%;
|
9
|
-
--tooltip-left-position-animation: tooltip-left 0.3s ease-out 0s 1 normal;
|
9
|
+
--tooltip-left-position-animation: tooltip-left 0.3s ease-out 0s 1 normal;
|
10
|
+
*/
|
10
11
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/shell",
|
3
|
-
"version": "5.0.0-alpha.
|
3
|
+
"version": "5.0.0-alpha.17",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -44,16 +44,16 @@
|
|
44
44
|
"@material/mwc-icon-button": "^0.25.3",
|
45
45
|
"@material/mwc-slider": "^0.25.3",
|
46
46
|
"@material/mwc-textfield": "^0.25.3",
|
47
|
-
"@operato/board": "1.0.0-alpha.
|
48
|
-
"@operato/graphql": "1.0.0-alpha.
|
49
|
-
"@operato/help": "1.0.0-alpha.
|
50
|
-
"@operato/layout": "1.0.0-alpha.
|
51
|
-
"@operato/shell": "1.0.0-alpha.
|
52
|
-
"@operato/utils": "1.0.0-alpha.
|
53
|
-
"@things-factory/ejs-remote": "^5.0.0-alpha.
|
54
|
-
"@things-factory/env": "^5.0.0-alpha.
|
55
|
-
"@things-factory/styles": "^5.0.0-alpha.
|
56
|
-
"@things-factory/utils": "^5.0.0-alpha.
|
47
|
+
"@operato/board": "1.0.0-alpha.36",
|
48
|
+
"@operato/graphql": "1.0.0-alpha.36",
|
49
|
+
"@operato/help": "1.0.0-alpha.36",
|
50
|
+
"@operato/layout": "1.0.0-alpha.36",
|
51
|
+
"@operato/shell": "1.0.0-alpha.36",
|
52
|
+
"@operato/utils": "1.0.0-alpha.36",
|
53
|
+
"@things-factory/ejs-remote": "^5.0.0-alpha.17",
|
54
|
+
"@things-factory/env": "^5.0.0-alpha.17",
|
55
|
+
"@things-factory/styles": "^5.0.0-alpha.17",
|
56
|
+
"@things-factory/utils": "^5.0.0-alpha.17",
|
57
57
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
58
58
|
"@webpack-contrib/schema-utils": "^1.0.0-beta.0",
|
59
59
|
"apollo-server-core": "^3.6.4",
|
@@ -129,5 +129,5 @@
|
|
129
129
|
"resolutions": {
|
130
130
|
"core-js": "^3.16.0"
|
131
131
|
},
|
132
|
-
"gitHead": "
|
132
|
+
"gitHead": "258d2d2f3bfb96ebcc88525c1cc0dcd8ea8d8c64"
|
133
133
|
}
|