-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix published package exports (#9163)
* rename * save patch * fix everything * format * rm file * fix stuff * tweaks * tweaks * tweaks * tweaks * tweaks * asd * asd * asd * asd * asd * asd * asd * fix * Fix scripts/run_lite.sh and scripts/build_lite.sh (#9170) * fixes * fixes * asd * asd * asd * review comments * fiux types * fiux types * make fileexpolorer public * format * lint * lint --------- Co-authored-by: Yuichiro Tachibana (Tsuchiya) <t.yic.yt@gmail.com>
- Loading branch information
Showing
183 changed files
with
1,373 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
"@gradio/multimodaltextbox": patch | ||
"@gradio/highlightedtext": patch | ||
"@gradio/annotatedimage": patch | ||
"@self/component-test": patch | ||
"@gradio/downloadbutton": patch | ||
"@gradio/simpledropdown": patch | ||
"@gradio/checkboxgroup": patch | ||
"@gradio/simpletextbox": patch | ||
"@gradio/statustracker": patch | ||
"@gradio/fileexplorer": patch | ||
"@gradio/uploadbutton": patch | ||
"@gradio/colorpicker": patch | ||
"@gradio/imageeditor": patch | ||
"@gradio/paramviewer": patch | ||
"@gradio/simpleimage": patch | ||
"@gradio/nativeplot": patch | ||
"@gradio/accordion": patch | ||
"@gradio/dataframe": patch | ||
"@self/storybook": patch | ||
"website": patch | ||
"@gradio/checkbox": patch | ||
"@gradio/datetime": patch | ||
"@gradio/dropdown": patch | ||
"@gradio/fallback": patch | ||
"@gradio/markdown": patch | ||
"@gradio/chatbot": patch | ||
"@gradio/dataset": patch | ||
"@gradio/gallery": patch | ||
"@gradio/model3d": patch | ||
"@gradio/preview": patch | ||
"@gradio/tabitem": patch | ||
"@gradio/textbox": patch | ||
"@gradio/tooltip": patch | ||
"@self/tootils": patch | ||
"@gradio/client": patch | ||
"@gradio/button": patch | ||
"@gradio/column": patch | ||
"@gradio/number": patch | ||
"@gradio/slider": patch | ||
"@gradio/upload": patch | ||
"@gradio/atoms": patch | ||
"@gradio/audio": patch | ||
"@self/build": patch | ||
"@gradio/group": patch | ||
"@gradio/icons": patch | ||
"@gradio/image": patch | ||
"@gradio/label": patch | ||
"@gradio/radio": patch | ||
"@gradio/state": patch | ||
"@gradio/theme": patch | ||
"@gradio/timer": patch | ||
"@gradio/utils": patch | ||
"@gradio/video": patch | ||
"@gradio/code": patch | ||
"@gradio/core": patch | ||
"@gradio/file": patch | ||
"@gradio/form": patch | ||
"@gradio/html": patch | ||
"@gradio/json": patch | ||
"@gradio/lite": patch | ||
"@gradio/plot": patch | ||
"@gradio/tabs": patch | ||
"@gradio/wasm": patch | ||
"@self/app": patch | ||
"@gradio/box": patch | ||
"@gradio/row": patch | ||
"@self/spa": patch | ||
--- | ||
|
||
fix:fix exports and generate types |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"; | ||
|
||
export default { | ||
preprocess: vitePreprocess() | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@gradio/cdn-test", | ||
"name": "@self/cdn-test", | ||
"private": true, | ||
"version": "0.0.1", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @gradio/spaces-test | ||
# @self/spaces-test | ||
|
||
## 0.0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@gradio/spaces-test", | ||
"name": "@self/spaces-test", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
import { sveltekit } from "@sveltejs/kit/vite"; | ||
import { defineConfig } from "vite"; | ||
import { inject_component_loader } from "../build/dist/index.js"; | ||
import { inject_component_loader } from "../build/out/index.js"; | ||
|
||
//@ts-ignore | ||
export default defineConfig(({ mode }) => ({ | ||
plugins: [sveltekit(), inject_component_loader({ mode })] | ||
plugins: [sveltekit(), inject_component_loader({ mode })], | ||
resolve: { | ||
conditions: ["gradio"] | ||
} | ||
})); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @gradio/app | ||
# @self/app | ||
|
||
## 1.40.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@gradio/app", | ||
"name": "@self/app", | ||
"version": "1.40.0", | ||
"private": true, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @gradio/build | ||
# @self/build | ||
|
||
## 0.0.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@gradio/build` | ||
# `@self/build` | ||
|
||
Build utilities for the gradio frontend + lite. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.