inviton-powerduck 0.0.365 → 0.0.366

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.
@@ -9,6 +9,9 @@
9
9
  .cropper-root {
10
10
  max-width: 100%;
11
11
  overflow: hidden;
12
+ /* QA_AT-235: zero padding so the cropper fills the root edge-to-edge and the
13
+ * checkerboard can't bleed around the image canvas. */
14
+ padding: 0 !important;
12
15
  }
13
16
 
14
17
  .cropper-root .cropper-container {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "inviton-powerduck",
3
3
  "type": "module",
4
- "version": "0.0.365",
4
+ "version": "0.0.366",
5
5
  "files": [
6
6
  "app/",
7
7
  "common/",