@jobber/components 6.2.1 → 6.2.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 +15 -0
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -5028,9 +5028,24 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
5028
5028
  visibility var(--transition-properties);
5029
5029
  }
5030
5030
 
5031
+ @media not (min-width: 768px) {
5032
+
5033
+ .N8dyu-defmc- {
5034
+ overflow: hidden;
5035
+ }
5036
+ }
5037
+
5038
+ @media not (--medium-screens-and-up) {
5039
+
5040
+ .N8dyu-defmc- {
5041
+ overflow: hidden;
5042
+ }
5043
+ }
5044
+
5031
5045
  .UhMQC1SZUns- {
5032
5046
  visibility: visible;
5033
5047
  width: calc(100% - var(--button-offset));
5048
+ overflow: visible;
5034
5049
  opacity: 1;
5035
5050
  }
5036
5051
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -487,5 +487,5 @@
487
487
  "> 1%",
488
488
  "IE 10"
489
489
  ],
490
- "gitHead": "621a745c5403d89930eca6ab091bc64ad8c8f5e4"
490
+ "gitHead": "a75132a169df7dbcab2240b71a2c1388f0b19511"
491
491
  }