@gradio/core 0.1.0-beta.6 → 0.1.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,53 @@
1
1
  # @gradio/core
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Features
6
+
7
+ - [#9617](https://github.com/gradio-app/gradio/pull/9617) [`c163182`](https://github.com/gradio-app/gradio/commit/c163182d1b752ef91629f9caa13bf3cce0fb0869) - Fix dark mode detection and container height. Thanks @pngwn!
8
+
9
+ ### Dependency updates
10
+
11
+ - @gradio/code@0.10.1
12
+ - @gradio/paramviewer@0.5.1
13
+ - @gradio/video@0.11.1
14
+ - @gradio/statustracker@0.8.1
15
+ - @gradio/gallery@0.13.1
16
+ - @gradio/markdown@0.10.1
17
+ - @gradio/plot@0.7.1
18
+ - @gradio/textbox@0.7.1
19
+ - @gradio/column@0.2.0
20
+ - @gradio/checkbox@0.4.1
21
+ - @gradio/file@0.10.1
22
+ - @gradio/image@0.16.1
23
+
24
+ ## 0.1.0
25
+
26
+ ### Features
27
+
28
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - SSR e2e + fixes
29
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix reload mode and streaming in 5.0 dev
30
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Disable liking user message in chatbot by default but make it configurable
31
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Adds ability to block event trigger when file is uploading
32
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Open audio/image input stream only when queue is ready
33
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming Guides
34
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Send Streaming data over Websocket if possible. Also support base64 output format for images.
35
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Allow `info=` to render markdown
36
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Remove lite/theme.css from the Git-managed file tree
37
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Update gr.Dataframe UI with action popover
38
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Video gallery
39
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix reload mode
40
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming inputs for 5.0
41
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - fix SSR apps on spaces
42
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix plots
43
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
44
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - prefix api routes
45
+
46
+ ### Fixes
47
+
48
+
49
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Trigger state change event on iterators
50
+
3
51
  ## 0.1.0-beta.6
4
52
 
5
53
  ### Features
@@ -95,6 +95,15 @@ function format_label(label) {
95
95
  height: 6px;
96
96
  }
97
97
 
98
+ @media (prefers-color-scheme: dark) {
99
+ .toggle-icon {
100
+ background: var(--color-grey-500);
101
+ }
102
+ .toggle-dot {
103
+ background: var(--color-grey-400);
104
+ }
105
+ }
106
+
98
107
  :global(.dark) .toggle-icon {
99
108
  background: var(--color-grey-500);
100
109
  }
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
1
  {
2
2
  "name": "@gradio/core",
3
- "version": "0.1.0-beta.6",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "devDependencies": {
6
- "@gradio/annotatedimage": "^0.8.0-beta.7",
7
- "@gradio/accordion": "^0.3.23-beta.5",
8
- "@gradio/audio": "^0.14.0-beta.8",
9
- "@gradio/atoms": "^0.9.0-beta.5",
10
- "@gradio/box": "^0.2.0-beta.3",
11
- "@gradio/button": "^0.3.0-beta.7",
12
- "@gradio/chatbot": "^0.14.0-beta.8",
13
- "@gradio/checkboxgroup": "^0.6.0-beta.5",
14
- "@gradio/checkbox": "^0.4.0-beta.5",
15
- "@gradio/client": "^1.6.0-beta.4",
16
- "@gradio/code": "^0.10.0-beta.8",
17
- "@gradio/dataframe": "^0.11.0-beta.8",
18
- "@gradio/colorpicker": "^0.4.0-beta.5",
19
- "@gradio/datetime": "^0.2.0-beta.5",
20
- "@gradio/column": "^0.2.0-beta.2",
21
- "@gradio/downloadbutton": "^0.1.28-beta.7",
22
- "@gradio/dataset": "^0.2.5-beta.7",
23
- "@gradio/dropdown": "^0.8.0-beta.6",
24
- "@gradio/fallback": "^0.3.13-beta.5",
25
- "@gradio/file": "^0.10.0-beta.7",
26
- "@gradio/fileexplorer": "^0.5.0-beta.7",
27
- "@gradio/form": "^0.2.0-beta.5",
28
- "@gradio/gallery": "^0.13.0-beta.7",
29
- "@gradio/highlightedtext": "^0.7.7-beta.5",
30
- "@gradio/group": "^0.2.0-beta.1",
31
- "@gradio/icons": "^0.8.0-beta.4",
32
- "@gradio/image": "^0.16.0-beta.7",
33
- "@gradio/imageeditor": "^0.11.0-beta.7",
34
- "@gradio/json": "^0.5.0-beta.5",
35
- "@gradio/label": "^0.3.13-beta.5",
36
- "@gradio/html": "^0.4.0-beta.5",
37
- "@gradio/markdown": "^0.10.0-beta.5",
38
- "@gradio/model3d": "^0.13.0-beta.7",
39
- "@gradio/multimodaltextbox": "^0.6.0-beta.7",
40
- "@gradio/nativeplot": "^0.4.0-beta.7",
41
- "@gradio/number": "^0.5.0-beta.5",
42
- "@gradio/paramviewer": "^0.4.22-beta.5",
43
- "@gradio/row": "^0.2.0-beta.3",
44
- "@gradio/radio": "^0.6.0-beta.5",
45
- "@gradio/simpledropdown": "^0.3.0-beta.5",
46
- "@gradio/simpleimage": "^0.8.0-beta.7",
47
- "@gradio/plot": "^0.7.0-beta.6",
48
- "@gradio/simpletextbox": "^0.3.0-beta.5",
6
+ "@gradio/accordion": "^0.4.1",
7
+ "@gradio/atoms": "^0.9.0",
8
+ "@gradio/annotatedimage": "^0.8.1",
9
+ "@gradio/audio": "^0.14.1",
10
+ "@gradio/box": "^0.2.0",
11
+ "@gradio/button": "^0.3.0",
12
+ "@gradio/chatbot": "^0.14.1",
13
+ "@gradio/checkbox": "^0.4.1",
14
+ "@gradio/checkboxgroup": "^0.6.1",
15
+ "@gradio/client": "^1.6.0",
16
+ "@gradio/code": "^0.10.1",
17
+ "@gradio/colorpicker": "^0.4.1",
18
+ "@gradio/column": "^0.2.0",
19
+ "@gradio/dataframe": "^0.11.1",
20
+ "@gradio/dataset": "^0.3.1",
21
+ "@gradio/datetime": "^0.2.1",
22
+ "@gradio/downloadbutton": "^0.2.0",
23
+ "@gradio/fallback": "^0.4.1",
24
+ "@gradio/dropdown": "^0.8.1",
25
+ "@gradio/file": "^0.10.1",
26
+ "@gradio/fileexplorer": "^0.5.1",
27
+ "@gradio/gallery": "^0.13.1",
28
+ "@gradio/form": "^0.2.0",
29
+ "@gradio/group": "^0.2.0",
30
+ "@gradio/html": "^0.4.1",
31
+ "@gradio/highlightedtext": "^0.8.1",
32
+ "@gradio/image": "^0.16.1",
33
+ "@gradio/icons": "^0.8.0",
34
+ "@gradio/imageeditor": "^0.11.1",
35
+ "@gradio/json": "^0.5.1",
36
+ "@gradio/label": "^0.4.1",
37
+ "@gradio/markdown": "^0.10.1",
38
+ "@gradio/model3d": "^0.13.1",
39
+ "@gradio/multimodaltextbox": "^0.6.1",
40
+ "@gradio/nativeplot": "^0.4.1",
41
+ "@gradio/paramviewer": "^0.5.1",
42
+ "@gradio/plot": "^0.7.1",
43
+ "@gradio/number": "^0.5.1",
44
+ "@gradio/radio": "^0.6.1",
45
+ "@gradio/row": "^0.2.0",
46
+ "@gradio/simpleimage": "^0.8.1",
47
+ "@gradio/simpledropdown": "^0.3.1",
48
+ "@gradio/slider": "^0.5.1",
49
+ "@gradio/simpletextbox": "^0.3.1",
49
50
  "@gradio/state": "^0.1.2",
50
- "@gradio/slider": "^0.5.0-beta.5",
51
- "@gradio/statustracker": "^0.8.0-beta.5",
52
- "@gradio/tabitem": "^0.3.0-beta.4",
53
- "@gradio/tabs": "^0.3.0-beta.3",
54
- "@gradio/theme": "^0.3.0-beta.1",
55
- "@gradio/textbox": "^0.7.0-beta.5",
56
- "@gradio/timer": "^0.3.3-beta.2",
57
- "@gradio/utils": "^0.7.0-beta.2",
58
- "@gradio/upload": "^0.13.0-beta.7",
59
- "@gradio/uploadbutton": "^0.7.0-beta.7",
60
- "@gradio/video": "^0.11.0-beta.7",
61
- "@gradio/wasm": "^0.14.0-beta.3"
51
+ "@gradio/statustracker": "^0.8.1",
52
+ "@gradio/tabitem": "^0.3.0",
53
+ "@gradio/tabs": "^0.3.0",
54
+ "@gradio/textbox": "^0.7.1",
55
+ "@gradio/theme": "^0.3.0",
56
+ "@gradio/timer": "^0.4.0",
57
+ "@gradio/upload": "^0.13.0",
58
+ "@gradio/utils": "^0.7.0",
59
+ "@gradio/uploadbutton": "^0.7.0",
60
+ "@gradio/wasm": "^0.14.0",
61
+ "@gradio/video": "^0.11.1"
62
62
  },
63
63
  "msw": {
64
64
  "workerDirectory": "public"
@@ -101,6 +101,15 @@
101
101
  height: 6px;
102
102
  }
103
103
 
104
+ @media (prefers-color-scheme: dark) {
105
+ .toggle-icon {
106
+ background: var(--color-grey-500);
107
+ }
108
+ .toggle-dot {
109
+ background: var(--color-grey-400);
110
+ }
111
+ }
112
+
104
113
  :global(.dark) .toggle-icon {
105
114
  background: var(--color-grey-500);
106
115
  }