gradio-pr-bot commited on
Commit
e5c77d6
·
verified ·
1 Parent(s): 0c8f5d6

Upload folder using huggingface_hub

Browse files
6.19.0/label/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@gradio/label",
3
- "version": "0.6.9",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
 
1
  {
2
  "name": "@gradio/label",
3
+ "version": "0.7.0",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
6.19.0/label/types.ts CHANGED
@@ -1,4 +1,5 @@
1
- import type { SelectData, LoadingStatus, CustomButton } from "@gradio/utils";
 
2
 
3
  export interface LabelProps {
4
  value: {
 
1
+ import type { ILoadingStatus as LoadingStatus } from "@gradio/statustracker";
2
+ import type { SelectData, CustomButton } from "@gradio/utils";
3
 
4
  export interface LabelProps {
5
  value: {