@jupyterlab/theme-light-extension 4.6.0-alpha.3 → 4.6.0-alpha.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/theme-light-extension",
3
- "version": "4.6.0-alpha.3",
3
+ "version": "4.6.0-alpha.4",
4
4
  "description": "JupyterLab - Default Light Theme",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -32,9 +32,9 @@
32
32
  "watch": "tsc -b --watch"
33
33
  },
34
34
  "dependencies": {
35
- "@jupyterlab/application": "^4.6.0-alpha.3",
36
- "@jupyterlab/apputils": "^4.7.0-alpha.3",
37
- "@jupyterlab/translation": "^4.6.0-alpha.3"
35
+ "@jupyterlab/application": "^4.6.0-alpha.4",
36
+ "@jupyterlab/apputils": "^4.7.0-alpha.4",
37
+ "@jupyterlab/translation": "^4.6.0-alpha.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "rimraf": "~5.0.5",
@@ -187,6 +187,14 @@ all of MD as it is not optimized for dense, information rich UIs.
187
187
  system-ui, -apple-system, blinkmacsystemfont, 'Segoe UI', helvetica, arial,
188
188
  sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
189
189
 
190
+ /*
191
+ * DataGrid Fonts
192
+ *
193
+ * Data grid needs higher density than other user content to accommodate large data sets.
194
+ */
195
+ --jp-datagrid-font-size: 12px;
196
+ --jp-datagrid-font-family: var(--jp-content-font-family);
197
+
190
198
  /*
191
199
  * Code Fonts
192
200
  *