@jobber/components 6.20.6 → 6.20.7
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/dist/styles.css +5 -4
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -11,10 +11,8 @@
|
|
|
11
11
|
visibility: hidden;
|
|
12
12
|
z-index: calc(6 + 1001);
|
|
13
13
|
z-index: calc(var(--elevation-menu) + var(--elevation-modal));
|
|
14
|
-
width:
|
|
15
|
-
|
|
16
|
-
This is a concession to maintain visual parity. */
|
|
17
|
-
max-height: 300px;
|
|
14
|
+
width: 0;
|
|
15
|
+
height: 0;
|
|
18
16
|
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
|
|
19
17
|
box-shadow: var(--shadow-base);
|
|
20
18
|
box-sizing: border-box;
|
|
@@ -40,6 +38,9 @@
|
|
|
40
38
|
|
|
41
39
|
.dL5JShAJlKM-._2RzcnTdaPyc- {
|
|
42
40
|
visibility: visible;
|
|
41
|
+
width: 100%;
|
|
42
|
+
height: auto;
|
|
43
|
+
max-height: 300px;
|
|
43
44
|
opacity: 1;
|
|
44
45
|
}
|
|
45
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.20.
|
|
3
|
+
"version": "6.20.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -489,5 +489,5 @@
|
|
|
489
489
|
"> 1%",
|
|
490
490
|
"IE 10"
|
|
491
491
|
],
|
|
492
|
-
"gitHead": "
|
|
492
|
+
"gitHead": "802e3d976a30349c459a432d32a9a2a346bfbbd0"
|
|
493
493
|
}
|