@wral/profile-image-editor 0.0.5 → 0.0.6

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.
@@ -656,7 +656,7 @@ const Tr = rr`
656
656
  flex: 1 1 160px;
657
657
  min-width: 160px;
658
658
  height: 32px;
659
- width: 500px;
659
+ width: 100%;
660
660
  }
661
661
 
662
662
  input[type="range"] {
package/dist/index.mjs CHANGED
@@ -656,7 +656,7 @@ const Kn = Nn`
656
656
  flex: 1 1 160px;
657
657
  min-width: 160px;
658
658
  height: 32px;
659
- width: 500px;
659
+ width: 100%;
660
660
  }
661
661
 
662
662
  input[type="range"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wral/profile-image-editor",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "description": "Lit web component for showing and editing a user's profile picture.",
6
6
  "author": "Noah Rojahn <nrojahn@wral.com>",