@formicoidea/labre-framework-edgy 0.29.1 → 0.30.1
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.
|
@@ -27,6 +27,8 @@ export class EdgelessEdgySeniorButton extends EdgelessToolbarToolMixin(SignalWat
|
|
|
27
27
|
position: relative;
|
|
28
28
|
overflow: hidden;
|
|
29
29
|
cursor: pointer;
|
|
30
|
+
/* no double-tap-zoom / 300ms tap delay on touch screens */
|
|
31
|
+
touch-action: manipulation;
|
|
30
32
|
display: flex;
|
|
31
33
|
align-items: flex-end;
|
|
32
34
|
justify-content: center;
|
|
@@ -50,7 +52,8 @@ export class EdgelessEdgySeniorButton extends EdgelessToolbarToolMixin(SignalWat
|
|
|
50
52
|
width: 100%;
|
|
51
53
|
height: 100%;
|
|
52
54
|
}
|
|
53
|
-
.edgy-root:hover .edgy-card
|
|
55
|
+
.edgy-root:hover .edgy-card,
|
|
56
|
+
.edgy-root:active .edgy-card {
|
|
54
57
|
--y: -10px;
|
|
55
58
|
--s: 1.07;
|
|
56
59
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formicoidea/labre-framework-edgy",
|
|
3
3
|
"description": "Labre edgy framework for @formicoidea/labre-core.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.30.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"author": "lajola",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@formicoidea/labre-core": "0.
|
|
30
|
+
"@formicoidea/labre-core": "0.30.1",
|
|
31
31
|
"lit": "^3.2.0"
|
|
32
32
|
}
|
|
33
33
|
}
|