@jobber/components 6.71.0 → 6.71.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 +4 -2
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -4683,10 +4683,12 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4683
4683
  position: relative;
4684
4684
  z-index: 1;
4685
4685
  z-index: var(--elevation-base);
4686
- margin-bottom: 8px;
4687
- margin-bottom: var(--space-small);
4686
+ padding-bottom: 8px;
4687
+ padding-bottom: var(--space-small);
4688
4688
  -ms-flex-align: center;
4689
4689
  align-items: center;
4690
+ background-color: rgba(255, 255, 255, 1);
4691
+ background-color: var(--color-surface);
4690
4692
  }
4691
4693
 
4692
4694
  .E0wzULGeIvs- {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.71.0",
3
+ "version": "6.71.1",
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": "97446fd7f4bb2c7f87b3a6e1de054eaf5fe31248"
545
+ "gitHead": "99036aa62a29d4296a29ddc5e64e4e592ea9fa67"
546
546
  }