@jobber/components 6.103.0 → 6.103.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.
Files changed (2) hide show
  1. package/dist/styles.css +11 -3
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -2427,6 +2427,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2427
2427
 
2428
2428
  display: block;
2429
2429
  width: 100%;
2430
+ box-sizing: border-box;
2430
2431
  border: 1px solid hsl(200, 13%, 87%);
2431
2432
  border: var(--card--border);
2432
2433
  border-radius: 8px;
@@ -2460,11 +2461,18 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2460
2461
  .Iilm5Uhxo50-::before {
2461
2462
  content: " ";
2462
2463
  display: block;
2463
- margin: 0 calc(-1 * 1px);
2464
- margin: 0 calc(-1 * var(--border-base));
2465
- border-top: 0.375rem solid var(--card--accent-color);
2464
+ position: relative;
2465
+ top: 1px;
2466
+ top: var(--border-base);
2467
+ height: calc(0.375rem - 1px * 2);
2468
+ height: calc(0.375rem - var(--border-base) * 2);
2469
+ box-shadow: 0 0 0 1px var(--card--accent-color);
2470
+ box-shadow: 0 0 0 var(--border-base) var(--card--accent-color);
2471
+ margin: 0 0 calc(1px * 2);
2472
+ margin: 0 0 calc(var(--border-base) * 2);
2466
2473
  border-radius: 8px 8px 0 0;
2467
2474
  border-radius: var(--radius-base) var(--radius-base) 0 0;
2475
+ background-color: var(--card--accent-color);
2468
2476
  }
2469
2477
 
2470
2478
  .Vppn4k0fBsc- {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.103.0",
3
+ "version": "6.103.1",
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": "97455b7bb50ed051e449077dc78c47a676446fee"
541
+ "gitHead": "a83843aad5f9aa00e26950eafa572bff1ffe9ccf"
542
542
  }