@jobber/components 6.61.3 → 6.61.4
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 +10 -4
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -8205,11 +8205,17 @@ html.atlantisLightBoxActive {
|
|
|
8205
8205
|
.yT6m1v71VK8- {
|
|
8206
8206
|
padding: 16px;
|
|
8207
8207
|
padding: var(--space-base);
|
|
8208
|
-
border:
|
|
8209
|
-
border: var(--border-
|
|
8210
|
-
border-radius:
|
|
8211
|
-
border-radius: var(--radius-
|
|
8208
|
+
border: 1px dashed hsl(200, 13%, 87%);
|
|
8209
|
+
border: var(--border-base) dashed var(--color-border--interactive);
|
|
8210
|
+
border-radius: 8px;
|
|
8211
|
+
border-radius: var(--radius-base);
|
|
8212
8212
|
text-align: center;
|
|
8213
|
+
transition:
|
|
8214
|
+
border-color 100ms ease-out,
|
|
8215
|
+
background-color 200ms ease-out;
|
|
8216
|
+
transition:
|
|
8217
|
+
border-color var(--timing-quick) ease-out,
|
|
8218
|
+
background-color var(--timing-base) ease-out;
|
|
8213
8219
|
}
|
|
8214
8220
|
|
|
8215
8221
|
.yT6m1v71VK8-.fCb0O1wAjR0- {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.61.
|
|
3
|
+
"version": "6.61.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -542,5 +542,5 @@
|
|
|
542
542
|
"> 1%",
|
|
543
543
|
"IE 10"
|
|
544
544
|
],
|
|
545
|
-
"gitHead": "
|
|
545
|
+
"gitHead": "0204231c09b6434b9989040555030fd6336725ca"
|
|
546
546
|
}
|