@jobber/components 7.15.0 → 7.15.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 +37 -0
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -4365,6 +4365,43 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4365
4365
  opacity: 0.4;
4366
4366
  }
4367
4367
 
4368
+ /*
4369
+ * Match the wrapper's INNER border arc when the stepper sits at the wrapper's
4370
+ * right edge so the hover background follows the curve flush. Only fires when
4371
+ * nothing follows the stepper (no suffix label/icon in default mode, no later
4372
+ * child in compound mode). Button radius = outer radius - border width.
4373
+ */
4374
+
4375
+ :where(
4376
+ .c20czk-FSyY- > .t42w4ZDiDyI-:last-child,
4377
+ .c20czk-FSyY- > .k9dAO6d010o-:last-child > .t42w4ZDiDyI-
4378
+ )
4379
+ > .zzrCzYF-8u0-:first-child {
4380
+ border-top-right-radius: calc(
4381
+ 8px -
4382
+ 1px
4383
+ );
4384
+ border-top-right-radius: calc(
4385
+ var(--public-field--top-right-radius, var(--radius-base)) -
4386
+ var(--border-base)
4387
+ );
4388
+ }
4389
+
4390
+ :where(
4391
+ .c20czk-FSyY- > .t42w4ZDiDyI-:last-child,
4392
+ .c20czk-FSyY- > .k9dAO6d010o-:last-child > .t42w4ZDiDyI-
4393
+ )
4394
+ > .zzrCzYF-8u0-:last-child {
4395
+ border-bottom-right-radius: calc(
4396
+ 8px -
4397
+ 1px
4398
+ );
4399
+ border-bottom-right-radius: calc(
4400
+ var(--public-field--bottom-right-radius, var(--radius-base)) -
4401
+ var(--border-base)
4402
+ );
4403
+ }
4404
+
4368
4405
  ._0mcAZAtwQ2o- {
4369
4406
  display: -ms-flexbox;
4370
4407
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "7.15.0",
3
+ "version": "7.15.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -583,5 +583,5 @@
583
583
  "> 1%",
584
584
  "IE 10"
585
585
  ],
586
- "gitHead": "f4b5e69bd4303d86c4d77ecb01311975a585525b"
586
+ "gitHead": "456fe20ae0e46eefdd23340991455e6f9ec28806"
587
587
  }