@jobber/components 6.111.2 → 6.111.3
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 +14 -0
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -9419,12 +9419,26 @@ input.oOrjwubmsVA- {
|
|
|
9419
9419
|
}
|
|
9420
9420
|
|
|
9421
9421
|
._8oxipSwiMJQ- {
|
|
9422
|
+
outline: transparent;
|
|
9422
9423
|
color: hsl(107, 58%, 33%);
|
|
9423
9424
|
color: var(--color-interactive);
|
|
9424
9425
|
-webkit-text-decoration: underline;
|
|
9425
9426
|
text-decoration: underline;
|
|
9426
9427
|
}
|
|
9427
9428
|
|
|
9429
|
+
._8oxipSwiMJQ-:hover,
|
|
9430
|
+
._8oxipSwiMJQ-:focus {
|
|
9431
|
+
color: hsl(107, 65%, 24%);
|
|
9432
|
+
color: var(--color-interactive--hover);
|
|
9433
|
+
text-decoration-color: hsl(107, 65%, 24%);
|
|
9434
|
+
text-decoration-color: var(--color-interactive--hover);
|
|
9435
|
+
}
|
|
9436
|
+
|
|
9437
|
+
._8oxipSwiMJQ-:focus-visible {
|
|
9438
|
+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
|
|
9439
|
+
box-shadow: var(--shadow-focus);
|
|
9440
|
+
}
|
|
9441
|
+
|
|
9428
9442
|
.rJffaV10x20- {
|
|
9429
9443
|
width: 100%;
|
|
9430
9444
|
padding: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.111.
|
|
3
|
+
"version": "6.111.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -538,5 +538,5 @@
|
|
|
538
538
|
"> 1%",
|
|
539
539
|
"IE 10"
|
|
540
540
|
],
|
|
541
|
-
"gitHead": "
|
|
541
|
+
"gitHead": "f84b3ba0749a6d33ce4367a68d357db3727562e5"
|
|
542
542
|
}
|