Upload tweak (#7206)

* make uploadprogress display consistently in custom components

* add engines

* add changeset

* add changeset

* bump ci pnpm version

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
pngwn 2024-01-29 14:53:54 +00:00 committed by GitHub
parent e418edd011
commit 572e360fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 15 additions and 4 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/upload": patch
"gradio": patch
---
feat:Upload tweak

View File

@ -28,7 +28,7 @@ runs:
if: steps.frontend-cache.outputs.cache-hit != 'true' || inputs.always-install-pnpm == 'true'
uses: pnpm/action-setup@v2
with:
version: 8.9
version: 8.15
- uses: actions/setup-node@v4
with:
node-version: 18

View File

@ -89,7 +89,7 @@ jobs:
if: steps.frontend-cache.outputs.cache-hit != 'true'
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.15
- uses: actions/setup-node@v4
if: steps.frontend-cache.outputs.cache-hit != 'true'
with:
@ -185,7 +185,7 @@ jobs:
if: steps.frontend-cache.outputs.cache-hit != 'true'
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.15
- uses: actions/setup-node@v4
if: steps.frontend-cache.outputs.cache-hit != 'true'
with:

View File

@ -25,7 +25,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.15
- uses: actions/setup-node@v4
with:
node-version: 18

View File

@ -111,6 +111,7 @@
align-items: center;
justify-content: center;
min-height: var(--size-40);
width: var(--size-full);
}
.wrap::after {

View File

@ -105,5 +105,9 @@
"react-dom": "^18.2.0",
"storybook": "^7.5.1",
"wikidata-lang": "^4.1.2"
},
"engines": {
"node": ">=18.0.0",
"pnpm": "~8.15.0"
}
}