@gradio/core 0.1.0 → 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,26 @@
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
+
3
24
  ## 0.1.0
4
25
 
5
26
  ### 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",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "devDependencies": {
6
- "@gradio/accordion": "^0.4.0",
7
- "@gradio/annotatedimage": "^0.8.0",
6
+ "@gradio/accordion": "^0.4.1",
8
7
  "@gradio/atoms": "^0.9.0",
9
- "@gradio/audio": "^0.14.0",
8
+ "@gradio/annotatedimage": "^0.8.1",
9
+ "@gradio/audio": "^0.14.1",
10
10
  "@gradio/box": "^0.2.0",
11
11
  "@gradio/button": "^0.3.0",
12
- "@gradio/checkbox": "^0.4.0",
13
- "@gradio/chatbot": "^0.14.0",
14
- "@gradio/checkboxgroup": "^0.6.0",
12
+ "@gradio/chatbot": "^0.14.1",
13
+ "@gradio/checkbox": "^0.4.1",
14
+ "@gradio/checkboxgroup": "^0.6.1",
15
15
  "@gradio/client": "^1.6.0",
16
- "@gradio/code": "^0.10.0",
17
- "@gradio/colorpicker": "^0.4.0",
16
+ "@gradio/code": "^0.10.1",
17
+ "@gradio/colorpicker": "^0.4.1",
18
18
  "@gradio/column": "^0.2.0",
19
- "@gradio/dataframe": "^0.11.0",
20
- "@gradio/dataset": "^0.3.0",
21
- "@gradio/datetime": "^0.2.0",
19
+ "@gradio/dataframe": "^0.11.1",
20
+ "@gradio/dataset": "^0.3.1",
21
+ "@gradio/datetime": "^0.2.1",
22
22
  "@gradio/downloadbutton": "^0.2.0",
23
- "@gradio/fallback": "^0.4.0",
24
- "@gradio/dropdown": "^0.8.0",
25
- "@gradio/fileexplorer": "^0.5.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",
26
28
  "@gradio/form": "^0.2.0",
27
- "@gradio/file": "^0.10.0",
28
- "@gradio/gallery": "^0.13.0",
29
29
  "@gradio/group": "^0.2.0",
30
- "@gradio/html": "^0.4.0",
30
+ "@gradio/html": "^0.4.1",
31
+ "@gradio/highlightedtext": "^0.8.1",
32
+ "@gradio/image": "^0.16.1",
31
33
  "@gradio/icons": "^0.8.0",
32
- "@gradio/highlightedtext": "^0.8.0",
33
- "@gradio/image": "^0.16.0",
34
- "@gradio/imageeditor": "^0.11.0",
35
- "@gradio/json": "^0.5.0",
36
- "@gradio/label": "^0.4.0",
37
- "@gradio/model3d": "^0.13.0",
38
- "@gradio/markdown": "^0.10.0",
39
- "@gradio/number": "^0.5.0",
40
- "@gradio/paramviewer": "^0.5.0",
41
- "@gradio/multimodaltextbox": "^0.6.0",
42
- "@gradio/nativeplot": "^0.4.0",
43
- "@gradio/plot": "^0.7.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",
44
45
  "@gradio/row": "^0.2.0",
45
- "@gradio/simpledropdown": "^0.3.0",
46
- "@gradio/radio": "^0.6.0",
47
- "@gradio/simpleimage": "^0.8.0",
48
- "@gradio/simpletextbox": "^0.3.0",
49
- "@gradio/slider": "^0.5.0",
50
- "@gradio/statustracker": "^0.8.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",
51
50
  "@gradio/state": "^0.1.2",
51
+ "@gradio/statustracker": "^0.8.1",
52
52
  "@gradio/tabitem": "^0.3.0",
53
53
  "@gradio/tabs": "^0.3.0",
54
- "@gradio/textbox": "^0.7.0",
54
+ "@gradio/textbox": "^0.7.1",
55
55
  "@gradio/theme": "^0.3.0",
56
- "@gradio/upload": "^0.13.0",
57
- "@gradio/uploadbutton": "^0.7.0",
58
56
  "@gradio/timer": "^0.4.0",
57
+ "@gradio/upload": "^0.13.0",
59
58
  "@gradio/utils": "^0.7.0",
60
- "@gradio/video": "^0.11.0",
61
- "@gradio/wasm": "^0.14.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
  }