@gradio/model3d 0.13.15 → 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,16 @@
1
1
  # @gradio/model3d
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
+
3
14
  ## 0.13.15
4
15
 
5
16
  ### Dependency updates
@@ -81,6 +81,7 @@ $:
81
81
  bind:dragging
82
82
  bind:uploading
83
83
  on:error
84
+ aria_label={i18n("model3d.drop_to_upload")}
84
85
  >
85
86
  <slot />
86
87
  </Upload>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/model3d",
3
- "version": "0.13.15",
3
+ "version": "0.14.0",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -12,11 +12,11 @@
12
12
  "babylonjs-loaders": "^7.25.1",
13
13
  "dequal": "^2.0.2",
14
14
  "gsplat": "^1.0.5",
15
- "@gradio/atoms": "^0.13.1",
16
- "@gradio/client": "^1.10.0",
15
+ "@gradio/client": "^1.11.0",
17
16
  "@gradio/icons": "^0.10.0",
17
+ "@gradio/atoms": "^0.13.1",
18
18
  "@gradio/statustracker": "^0.10.2",
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
  },
@@ -99,6 +99,7 @@
99
99
  bind:dragging
100
100
  bind:uploading
101
101
  on:error
102
+ aria_label={i18n("model3d.drop_to_upload")}
102
103
  >
103
104
  <slot />
104
105
  </Upload>