@gradio/image 0.4.1 → 0.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @gradio/image
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Fixes
6
+
7
+ - [#6635](https://github.com/gradio-app/gradio/pull/6635) [`b639e04`](https://github.com/gradio-app/gradio/commit/b639e040741e6c0d9104271c81415d7befbd8cf3) - Quick Image + Text Component Fixes. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
8
+
3
9
  ## 0.4.1
4
10
 
5
11
  ### Patch Changes
@@ -260,4 +266,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
260
266
 
261
267
  ### Features
262
268
 
263
- - [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
269
+ - [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/image",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -10,12 +10,12 @@
10
10
  "cropperjs": "^1.5.12",
11
11
  "lazy-brush": "^1.0.1",
12
12
  "resize-observer-polyfill": "^1.5.1",
13
- "@gradio/atoms": "^0.3.0",
13
+ "@gradio/atoms": "^0.3.1",
14
14
  "@gradio/client": "^0.8.2",
15
- "@gradio/icons": "^0.3.0",
16
- "@gradio/upload": "^0.5.1",
15
+ "@gradio/icons": "^0.3.1",
16
+ "@gradio/statustracker": "^0.4.1",
17
+ "@gradio/upload": "^0.5.2",
17
18
  "@gradio/utils": "^0.2.0",
18
- "@gradio/statustracker": "^0.4.0",
19
19
  "@gradio/wasm": "^0.3.0"
20
20
  },
21
21
  "main_changeset": true,
@@ -16,9 +16,8 @@
16
16
 
17
17
  <style>
18
18
  img {
19
- max-width: 100%;
20
- max-height: 100%;
19
+ width: 100%;
20
+ height: 100%;
21
21
  border-radius: var(--radius-lg);
22
- max-width: none;
23
22
  }
24
23
  </style>