@gradio/video 0.13.4 → 0.14.0

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,17 @@
1
1
  # @gradio/video
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Features
6
+
7
+ - [#10478](https://github.com/gradio-app/gradio/pull/10478) [`afb96c6`](https://github.com/gradio-app/gradio/commit/afb96c64451e5a282bfee89445d831d1c87f9746) - Improve dataframe's upload accessibility. Thanks @hannahblair!
8
+
9
+ ### Dependency updates
10
+
11
+ - @gradio/client@1.11.0
12
+ - @gradio/upload@0.15.0
13
+ - @gradio/image@0.21.0
14
+
3
15
  ## 0.13.4
4
16
 
5
17
  ### Dependency updates
@@ -67,6 +67,7 @@ $:
67
67
  {root}
68
68
  {upload}
69
69
  {stream_handler}
70
+ aria_label={i18n("video.drop_to_upload")}
70
71
  >
71
72
  <slot />
72
73
  </Upload>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/video",
3
- "version": "0.13.4",
3
+ "version": "0.14.0",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -12,11 +12,11 @@
12
12
  "hls.js": "^1.5.13",
13
13
  "mrmime": "^2.0.0",
14
14
  "@gradio/atoms": "^0.13.1",
15
- "@gradio/client": "^1.10.0",
16
15
  "@gradio/icons": "^0.10.0",
16
+ "@gradio/image": "^0.21.0",
17
+ "@gradio/client": "^1.11.0",
17
18
  "@gradio/statustracker": "^0.10.2",
18
- "@gradio/image": "^0.20.4",
19
- "@gradio/upload": "^0.14.8",
19
+ "@gradio/upload": "^0.15.0",
20
20
  "@gradio/utils": "^0.10.0",
21
21
  "@gradio/wasm": "^0.17.2"
22
22
  },
@@ -92,6 +92,7 @@
92
92
  {root}
93
93
  {upload}
94
94
  {stream_handler}
95
+ aria_label={i18n("video.drop_to_upload")}
95
96
  >
96
97
  <slot />
97
98
  </Upload>