@gradio/core 0.10.0 → 0.10.1

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,11 @@
1
1
  # @gradio/core
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Features
6
+
7
+ - [#10511](https://github.com/gradio-app/gradio/pull/10511) [`c4aa886`](https://github.com/gradio-app/gradio/commit/c4aa8864dabec4caeb59af91f6f1aaaf50e33b67) - Semantic search in the playground. Thanks @aliabd!
8
+
3
9
  ## 0.10.0
4
10
 
5
11
  ### Features
@@ -116,7 +116,6 @@ export let root;
116
116
  }
117
117
 
118
118
  main {
119
- margin: 0 auto;
120
119
  display: flex;
121
120
  flex-grow: 1;
122
121
  flex-direction: column;
package/package.json CHANGED
@@ -1,66 +1,66 @@
1
1
  {
2
2
  "name": "@gradio/core",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "type": "module",
5
5
  "devDependencies": {
6
6
  "@gradio/accordion": "^0.5.7",
7
- "@gradio/atoms": "^0.13.2",
8
- "@gradio/audio": "^0.17.1",
9
7
  "@gradio/annotatedimage": "^0.9.7",
10
- "@gradio/box": "^0.2.11",
8
+ "@gradio/audio": "^0.17.1",
9
+ "@gradio/atoms": "^0.13.2",
11
10
  "@gradio/button": "^0.4.6",
11
+ "@gradio/box": "^0.2.11",
12
12
  "@gradio/chatbot": "^0.23.0",
13
13
  "@gradio/checkbox": "^0.4.13",
14
14
  "@gradio/checkboxgroup": "^0.6.13",
15
15
  "@gradio/client": "^1.12.0",
16
+ "@gradio/colorpicker": "^0.4.13",
16
17
  "@gradio/code": "^0.10.17",
17
18
  "@gradio/column": "^0.2.0",
18
- "@gradio/colorpicker": "^0.4.13",
19
- "@gradio/dataframe": "^0.16.0",
19
+ "@gradio/dataframe": "^0.16.1",
20
20
  "@gradio/dataset": "^0.4.6",
21
- "@gradio/datetime": "^0.3.5",
22
21
  "@gradio/downloadbutton": "^0.3.6",
22
+ "@gradio/datetime": "^0.3.5",
23
23
  "@gradio/dropdown": "^0.9.11",
24
+ "@gradio/fallback": "^0.4.13",
24
25
  "@gradio/file": "^0.12.6",
25
26
  "@gradio/fileexplorer": "^0.5.17",
26
- "@gradio/fallback": "^0.4.13",
27
- "@gradio/form": "^0.2.11",
28
27
  "@gradio/gallery": "^0.15.6",
29
- "@gradio/highlightedtext": "^0.8.13",
28
+ "@gradio/form": "^0.2.11",
30
29
  "@gradio/group": "^0.2.0",
31
- "@gradio/icons": "^0.10.0",
30
+ "@gradio/highlightedtext": "^0.8.13",
32
31
  "@gradio/html": "^0.6.4",
33
32
  "@gradio/image": "^0.21.1",
33
+ "@gradio/icons": "^0.10.0",
34
34
  "@gradio/imageeditor": "^0.12.8",
35
35
  "@gradio/json": "^0.5.13",
36
36
  "@gradio/label": "^0.5.5",
37
- "@gradio/markdown": "^0.13.3",
38
- "@gradio/browserstate": "^0.3.1",
39
37
  "@gradio/model3d": "^0.14.1",
38
+ "@gradio/browserstate": "^0.3.1",
39
+ "@gradio/markdown": "^0.13.3",
40
40
  "@gradio/multimodaltextbox": "^0.9.7",
41
41
  "@gradio/nativeplot": "^0.5.7",
42
- "@gradio/number": "^0.5.13",
43
- "@gradio/plot": "^0.9.8",
44
42
  "@gradio/paramviewer": "^0.7.1",
43
+ "@gradio/number": "^0.5.13",
45
44
  "@gradio/radio": "^0.6.13",
45
+ "@gradio/plot": "^0.9.8",
46
+ "@gradio/sidebar": "^0.1.3",
46
47
  "@gradio/row": "^0.2.1",
47
- "@gradio/sidebar": "^0.1.2",
48
48
  "@gradio/simpledropdown": "^0.3.13",
49
- "@gradio/simpletextbox": "^0.3.13",
50
49
  "@gradio/simpleimage": "^0.8.17",
50
+ "@gradio/simpletextbox": "^0.3.13",
51
51
  "@gradio/slider": "^0.6.1",
52
- "@gradio/state": "^0.1.2",
53
- "@gradio/tabitem": "^0.4.2",
54
52
  "@gradio/statustracker": "^0.10.3",
53
+ "@gradio/tabitem": "^0.4.2",
54
+ "@gradio/state": "^0.1.2",
55
55
  "@gradio/tabs": "^0.4.2",
56
- "@gradio/textbox": "^0.10.3",
57
56
  "@gradio/theme": "^0.4.0",
58
57
  "@gradio/uploadbutton": "^0.8.6",
58
+ "@gradio/textbox": "^0.10.3",
59
+ "@gradio/timer": "^0.4.4",
59
60
  "@gradio/upload": "^0.15.1",
60
- "@gradio/video": "^0.14.1",
61
61
  "@gradio/utils": "^0.10.1",
62
- "@gradio/wasm": "^0.17.3",
63
- "@gradio/timer": "^0.4.4"
62
+ "@gradio/video": "^0.14.1",
63
+ "@gradio/wasm": "^0.17.3"
64
64
  },
65
65
  "msw": {
66
66
  "workerDirectory": "public"
package/src/Embed.svelte CHANGED
@@ -118,7 +118,6 @@
118
118
  }
119
119
 
120
120
  main {
121
- margin: 0 auto;
122
121
  display: flex;
123
122
  flex-grow: 1;
124
123
  flex-direction: column;