gradio-pr-bot commited on
Commit
e60f979
·
verified ·
1 Parent(s): 629bd62

Upload folder using huggingface_hub

Browse files
6.11.1/atoms/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@gradio/atoms",
3
- "version": "0.23.0",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "main": "src/index.ts",
 
1
  {
2
  "name": "@gradio/atoms",
3
+ "version": "0.23.1",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "main": "src/index.ts",
6.11.1/atoms/src/Block.svelte CHANGED
@@ -188,15 +188,15 @@
188
  padding: var(--block-padding);
189
  }
190
 
191
- .hidden {
192
- /* We use "hidden" class name in form/Index.svelte to hide parent forms, so if this class changes, edit form/Index.svelte accordingly */
193
- display: none;
194
- }
195
-
196
  .flex {
197
  display: flex;
198
  flex-direction: column;
199
  }
 
 
 
 
 
200
  .hide-container:not(.fullscreen) {
201
  margin: 0;
202
  box-shadow: none;
 
188
  padding: var(--block-padding);
189
  }
190
 
 
 
 
 
 
191
  .flex {
192
  display: flex;
193
  flex-direction: column;
194
  }
195
+
196
+ .hidden {
197
+ /* We use "hidden" class name in form/Index.svelte to hide parent forms, so if this class changes, edit form/Index.svelte accordingly */
198
+ display: none;
199
+ }
200
  .hide-container:not(.fullscreen) {
201
  margin: 0;
202
  box-shadow: none;