@jobber/components 7.15.3-JOB-166864-61b42de.2 → 7.15.3

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 +2 -4
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -9804,19 +9804,17 @@ h2.react-datepicker__current-month {
9804
9804
  progress.p9AgTzIbTwY-[value] {
9805
9805
  width: 100%;
9806
9806
  height: var(--progress-bar--height);
9807
+ box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
9807
9808
  border: none;
9809
+ border-radius: calc(var(--progress-bar--height) / 2);
9808
9810
  vertical-align: baseline;
9809
9811
  -webkit-appearance: none;
9810
9812
  appearance: none;
9811
9813
  }
9812
9814
 
9813
- progress.p9AgTzIbTwY-[value],
9814
9815
  progress.p9AgTzIbTwY-[value]::-webkit-progress-bar {
9815
9816
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
9816
9817
  border-radius: calc(var(--progress-bar--height) / 2);
9817
- }
9818
-
9819
- progress.p9AgTzIbTwY-[value]::-webkit-progress-bar {
9820
9818
  background-color: hsl(40, 9%, 85%);
9821
9819
  background-color: var(--color-interactive--background);
9822
9820
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "7.15.3-JOB-166864-61b42de.2+61b42de6",
3
+ "version": "7.15.3",
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": "61b42de61634ab59d5f9eaf96c42e38044aeb88e"
586
+ "gitHead": "5259e4ac1c86b570677ec8de0dc64438578e6373"
587
587
  }