@jobber/components 6.61.2 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +14 -4
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -7425,6 +7425,8 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
7425
7425
  .cSm0ukEQcOU- .TEarBLxe1QY-:focus {
7426
7426
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
7427
7427
  box-shadow: var(--shadow-focus);
7428
+ border-radius: 8px;
7429
+ border-radius: var(--radius-base);
7428
7430
  outline: none;
7429
7431
  }
7430
7432
 
@@ -7445,6 +7447,8 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
7445
7447
  height: 100%;
7446
7448
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
7447
7449
  box-shadow: var(--shadow-focus);
7450
+ border-radius: 8px;
7451
+ border-radius: var(--radius-base);
7448
7452
  }
7449
7453
 
7450
7454
  .d2l80-AKBiU- {
@@ -8201,11 +8205,17 @@ html.atlantisLightBoxActive {
8201
8205
  .yT6m1v71VK8- {
8202
8206
  padding: 16px;
8203
8207
  padding: var(--space-base);
8204
- border: 2px dashed hsl(200, 13%, 87%);
8205
- border: var(--border-thick) dashed var(--color-border--interactive);
8206
- border-radius: 16px;
8207
- border-radius: var(--radius-large);
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);
8208
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;
8209
8219
  }
8210
8220
 
8211
8221
  .yT6m1v71VK8-.fCb0O1wAjR0- {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.61.2",
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": "c8acc65e6a0540c04af4dc4dcd12186915de9c99"
545
+ "gitHead": "0204231c09b6434b9989040555030fd6336725ca"
546
546
  }