@jobber/components 6.4.0 → 6.4.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.
- package/dist/styles.css +12 -14
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -8991,18 +8991,26 @@ ul.LfIIg9bwrhQ- {
|
|
|
8991
8991
|
padding: 4px 8px;
|
|
8992
8992
|
padding: var(--space-smaller) var(--space-small);
|
|
8993
8993
|
border: none;
|
|
8994
|
+
border-radius: 8px 8px 0 0;
|
|
8995
|
+
border-radius: var(--radius-base) var(--radius-base) 0 0;
|
|
8994
8996
|
outline: none;
|
|
8995
8997
|
color: hsl(197, 15%, 45%);
|
|
8996
8998
|
color: var(--color-text--secondary);
|
|
8997
|
-
background: rgba(255, 255, 255, 1);
|
|
8998
|
-
background: var(--color-surface);
|
|
8999
|
+
background-color: rgba(255, 255, 255, 1);
|
|
9000
|
+
background-color: var(--color-surface);
|
|
8999
9001
|
cursor: pointer;
|
|
9000
|
-
transition: all 200ms;
|
|
9001
|
-
transition: all var(--timing-base);
|
|
9002
|
+
transition: all 200ms ease;
|
|
9003
|
+
transition: all var(--timing-base) ease;
|
|
9002
9004
|
-ms-flex: 0 0 auto;
|
|
9003
9005
|
flex: 0 0 auto;
|
|
9004
9006
|
}
|
|
9005
9007
|
|
|
9008
|
+
.DEdzikxlAkw-:focus-visible {
|
|
9009
|
+
outline: transparent;
|
|
9010
|
+
background-color: hsl(53, 21%, 93%);
|
|
9011
|
+
background-color: var(--color-surface--hover);
|
|
9012
|
+
}
|
|
9013
|
+
|
|
9006
9014
|
.DEdzikxlAkw-.VDB94VYoyB0-,
|
|
9007
9015
|
.DEdzikxlAkw-:not(.VDB94VYoyB0-):hover,
|
|
9008
9016
|
.DEdzikxlAkw-:not(.VDB94VYoyB0-):focus {
|
|
@@ -9010,12 +9018,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
9010
9018
|
color: var(--color-heading);
|
|
9011
9019
|
}
|
|
9012
9020
|
|
|
9013
|
-
.DEdzikxlAkw-:not(.VDB94VYoyB0-):focus-within {
|
|
9014
|
-
outline: none;
|
|
9015
|
-
background: hsl(53, 21%, 93%);
|
|
9016
|
-
background: var(--color-surface--hover);
|
|
9017
|
-
}
|
|
9018
|
-
|
|
9019
9021
|
.VDB94VYoyB0-::after {
|
|
9020
9022
|
content: " ";
|
|
9021
9023
|
display: block;
|
|
@@ -9029,10 +9031,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
9029
9031
|
background-color: var(--color-interactive);
|
|
9030
9032
|
}
|
|
9031
9033
|
|
|
9032
|
-
.VDB94VYoyB0-:focus {
|
|
9033
|
-
background-color: transparent;
|
|
9034
|
-
}
|
|
9035
|
-
|
|
9036
9034
|
.htdKg6As4bY- {
|
|
9037
9035
|
padding-top: var(--tab--vertical-inset);
|
|
9038
9036
|
padding-bottom: var(--tab--vertical-inset);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -487,5 +487,5 @@
|
|
|
487
487
|
"> 1%",
|
|
488
488
|
"IE 10"
|
|
489
489
|
],
|
|
490
|
-
"gitHead": "
|
|
490
|
+
"gitHead": "0dad2a8677c6ca33378701ae75ab10fa386daed5"
|
|
491
491
|
}
|