@jobber/components 6.91.2-ensure-mod-7db5aad.1 → 6.91.2
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 +2 -2
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -4634,6 +4634,8 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
4634
4634
|
align-items: center;
|
|
4635
4635
|
justify-items: center;
|
|
4636
4636
|
place-items: center;
|
|
4637
|
+
z-index: 1001;
|
|
4638
|
+
z-index: var(--elevation-modal);
|
|
4637
4639
|
}
|
|
4638
4640
|
|
|
4639
4641
|
.PO6ZUDxQoFE- {
|
|
@@ -4642,8 +4644,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
4642
4644
|
right: 0;
|
|
4643
4645
|
bottom: 0;
|
|
4644
4646
|
left: 0;
|
|
4645
|
-
z-index: 1001;
|
|
4646
|
-
z-index: var(--elevation-modal);
|
|
4647
4647
|
outline: none;
|
|
4648
4648
|
background-color: rgba(0, 0, 0, 0.32);
|
|
4649
4649
|
background-color: var(--color-overlay);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.91.2
|
|
3
|
+
"version": "6.91.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -541,5 +541,5 @@
|
|
|
541
541
|
"> 1%",
|
|
542
542
|
"IE 10"
|
|
543
543
|
],
|
|
544
|
-
"gitHead": "
|
|
544
|
+
"gitHead": "b51bf28216e83dec35a8ebf18180bd58a5514da7"
|
|
545
545
|
}
|