@jobber/components 6.110.1 → 6.110.2

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 +1 -0
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -7872,6 +7872,7 @@ h2.react-datepicker__current-month {
7872
7872
  .yyISARGmmJo- {
7873
7873
  display: -ms-inline-flexbox;
7874
7874
  display: inline-flex;
7875
+ position: relative;
7875
7876
  width: var(--switch--width);
7876
7877
  height: calc(var(--switch--width) / 2);
7877
7878
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.110.1",
3
+ "version": "6.110.2",
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": "e3b22e719eadef5d682e75700a590438e700b227"
541
+ "gitHead": "19007f2b577b510189751d8909ffee3bc1f7e9c7"
542
542
  }