@deephaven/console 0.50.1-beta.0 → 0.50.1-beta.2
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* stylelint-disable */
|
|
2
2
|
/* stylelint-disable scss/at-import-no-partial-leading-underscore */
|
|
3
3
|
:export {
|
|
4
|
-
error-foreground: var(--dh-color-editor-error-
|
|
5
|
-
background: var(--dh-color-editor-
|
|
6
|
-
foreground: var(--dh-color-editor-
|
|
4
|
+
error-foreground: var(--dh-color-editor-error-fg);
|
|
5
|
+
background: var(--dh-color-editor-bg);
|
|
6
|
+
foreground: var(--dh-color-editor-fg);
|
|
7
7
|
line-height: 19px;
|
|
8
8
|
string: var(--dh-color-editor-string);
|
|
9
9
|
string-delim: var(--dh-color-editor-string-delim);
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
comment: var(--dh-color-editor-comment);
|
|
20
20
|
input-option-active-border: var(--dh-color-editor-input-option-active-border);
|
|
21
21
|
focus-border: var(--dh-color-editor-focus-border);
|
|
22
|
-
input-background: var(--dh-color-editor-input-
|
|
23
|
-
input-foreground: var(--dh-color-editor-input-
|
|
22
|
+
input-background: var(--dh-color-editor-input-bg);
|
|
23
|
+
input-foreground: var(--dh-color-editor-input-fg);
|
|
24
24
|
input-border: var(--dh-color-editor-input-border);
|
|
25
|
-
editor-line-number-foreground: var(--dh-color-editor-line-number-
|
|
26
|
-
editor-selection-background: var(--dh-color-editor-selection-
|
|
25
|
+
editor-line-number-foreground: var(--dh-color-editor-line-number-fg);
|
|
26
|
+
editor-selection-background: var(--dh-color-editor-selection-bg);
|
|
27
27
|
editor-line-highlight-bg: var(--dh-color-editor-line-highlight-bg);
|
|
28
|
-
context-menu-background: var(--dh-color-editor-context-menu-
|
|
29
|
-
context-menu-foreground: var(--dh-color-editor-context-menu-
|
|
30
|
-
menu-selection-background: var(--dh-color-editor-menu-selection-
|
|
28
|
+
context-menu-background: var(--dh-color-editor-context-menu-bg);
|
|
29
|
+
context-menu-foreground: var(--dh-color-editor-context-menu-fg);
|
|
30
|
+
menu-selection-background: var(--dh-color-editor-menu-selection-bg);
|
|
31
31
|
log-date: var(--dh-color-editor-log-date);
|
|
32
32
|
log-error: var(--dh-color-editor-log-error);
|
|
33
33
|
log-info: var(--dh-color-editor-log-info);
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
log-warn: var(--dh-color-editor-log-warn);
|
|
36
36
|
log-debug: var(--dh-color-editor-log-debug);
|
|
37
37
|
log-trace: var(--dh-color-editor-log-trace);
|
|
38
|
-
editor-find-match-background: var(--dh-color-editor-find-match-
|
|
39
|
-
editor-find-match-highlight-background: var(--dh-color-editor-find-match-highlight-
|
|
40
|
-
editor-widget-background: var(--dh-color-editor-find-
|
|
41
|
-
input-option-active-background: var(--dh-color-editor-find-option-active-
|
|
42
|
-
input-option-active-foreground: var(--dh-color-editor-find-option-active-
|
|
43
|
-
editor-suggest-widget-background: var(--dh-color-editor-suggest-
|
|
38
|
+
editor-find-match-background: var(--dh-color-editor-find-match-bg);
|
|
39
|
+
editor-find-match-highlight-background: var(--dh-color-editor-find-match-highlight-bg);
|
|
40
|
+
editor-widget-background: var(--dh-color-editor-find-bg);
|
|
41
|
+
input-option-active-background: var(--dh-color-editor-find-option-active-bg);
|
|
42
|
+
input-option-active-foreground: var(--dh-color-editor-find-option-active-fg);
|
|
43
|
+
editor-suggest-widget-background: var(--dh-color-editor-suggest-bg);
|
|
44
44
|
editor-suggest-widget-border: var(--dh-color-editor-suggest-border);
|
|
45
|
-
editor-suggest-widget-foreground: var(--dh-color-editor-suggest-
|
|
46
|
-
editor-suggest-widget-selected-background: var(--dh-color-editor-suggest-selected-
|
|
47
|
-
editor-suggest-widget-highlightForeground: var(--dh-color-editor-suggest-highlight-
|
|
48
|
-
list-hover-background: var(--dh-color-editor-suggest-hover-
|
|
45
|
+
editor-suggest-widget-foreground: var(--dh-color-editor-suggest-fg);
|
|
46
|
+
editor-suggest-widget-selected-background: var(--dh-color-editor-suggest-selected-bg);
|
|
47
|
+
editor-suggest-widget-highlightForeground: var(--dh-color-editor-suggest-highlight-fg);
|
|
48
|
+
list-hover-background: var(--dh-color-editor-suggest-hover-bg);
|
|
49
49
|
text-link-foreground: var(--dh-color-editor-link-foreground);
|
|
50
|
-
text-link-active-foreground: var(--dh-color-editor-link-active-
|
|
51
|
-
editor-link-active-foreground: var(--dh-color-editor-link-active-
|
|
50
|
+
text-link-active-foreground: var(--dh-color-editor-link-active-fg);
|
|
51
|
+
editor-link-active-foreground: var(--dh-color-editor-link-active-fg);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
/*# sourceMappingURL=MonacoTheme.module.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../src/monaco/MonacoTheme.module.scss","../../../../node_modules/@deephaven/components/scss/custom.scss"],"names":[],"mappings":"AAAA;ACAA;ADGA;EAEE;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EAGA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EAKA;EACA;EAGA;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/monaco/MonacoTheme.module.scss","../../../../node_modules/@deephaven/components/scss/custom.scss"],"names":[],"mappings":"AAAA;ACAA;ADGA;EAEE;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EAGA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EAKA;EACA;EACA;EAGA;EACA;EACA;EACA;EAGA;EAGA;EAGA;EACA;EACA","file":"MonacoTheme.module.css","sourcesContent":["/* stylelint-disable */\n@import '@deephaven/components/scss/custom.scss';\n\n:export {\n // iris dark theme\n error-foreground: var(--dh-color-editor-error-fg);\n background: var(--dh-color-editor-bg);\n foreground: var(--dh-color-editor-fg);\n line-height: 19px; // 19 is the line height in the default monaco theme\n\n //code rules\n string: var(--dh-color-editor-string);\n string-delim: var(--dh-color-editor-string-delim);\n delimiter: var(--dh-color-editor-delimiter);\n predefined: var(--dh-color-editor-predefined);\n keyword: var(--dh-color-editor-keyword);\n storage: var(--dh-color-editor-storage);\n number: var(--dh-color-editor-number);\n operator: var(--dh-color-editor-operator);\n identifier: var(--dh-color-editor-identifier);\n namespace-identifier: var(--dh-color-editor-identifier-namespace);\n identifier-js: var(--dh-color-editor-identifier-js);\n comment: var(--dh-color-editor-comment);\n\n //input\n input-option-active-border: var(--dh-color-editor-input-option-active-border);\n focus-border: var(--dh-color-editor-focus-border);\n input-background: var(--dh-color-editor-input-bg);\n input-foreground: var(--dh-color-editor-input-fg);\n input-border: var(--dh-color-editor-input-border);\n\n //editor\n editor-line-number-foreground: var(--dh-color-editor-line-number-fg);\n editor-selection-background: var(--dh-color-editor-selection-bg);\n editor-line-highlight-bg: var(--dh-color-editor-line-highlight-bg);\n\n //context menu\n context-menu-background: var(--dh-color-editor-context-menu-bg);\n context-menu-foreground: var(--dh-color-editor-context-menu-fg);\n menu-selection-background: var(--dh-color-editor-menu-selection-bg);\n\n //log items\n log-date: var(--dh-color-editor-log-date);\n log-error: var(--dh-color-editor-log-error);\n log-info: var(--dh-color-editor-log-info);\n log-stdout: var(--dh-color-editor-log-stdout);\n log-warn: var(--dh-color-editor-log-warn);\n log-debug: var(--dh-color-editor-log-debug);\n log-trace: var(--dh-color-editor-log-trace);\n\n // find matches\n editor-find-match-background: var(--dh-color-editor-find-match-bg);\n editor-find-match-highlight-background: var(\n --dh-color-editor-find-match-highlight-bg\n );\n\n // find widget\n editor-widget-background: var(--dh-color-editor-find-bg);\n input-option-active-background: var(--dh-color-editor-find-option-active-bg);\n input-option-active-foreground: var(--dh-color-editor-find-option-active-fg);\n\n // suggest widget\n editor-suggest-widget-background: var(--dh-color-editor-suggest-bg);\n editor-suggest-widget-border: var(--dh-color-editor-suggest-border);\n editor-suggest-widget-foreground: var(--dh-color-editor-suggest-fg);\n editor-suggest-widget-selected-background: var(\n --dh-color-editor-suggest-selected-bg\n );\n editor-suggest-widget-highlightForeground: var(\n --dh-color-editor-suggest-highlight-fg\n );\n list-hover-background: var(--dh-color-editor-suggest-hover-bg);\n\n // links\n text-link-foreground: var(--dh-color-editor-link-foreground);\n text-link-active-foreground: var(--dh-color-editor-link-active-fg);\n editor-link-active-foreground: var(--dh-color-editor-link-active-fg);\n}\n","/* stylelint-disable scss/at-import-no-partial-leading-underscore */\n// Consumers should be able to resolve bootstrap/ to node_modules/bootstrap\n\n//Make bootstrap functions available for use in overrides\n@import 'bootstrap/scss/_functions.scss';\n@import './bootstrap_overrides.scss';\n\n//_variable imports come after bootstrap default overrides,\n// makes all other variables and mixins from bootstrap available\n/// with just importing customer.scss\n@import 'bootstrap/scss/_variables.scss';\n@import 'bootstrap/scss/_mixins.scss';\n\n//New variables come after imports\n@import './new_variables.scss';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/console",
|
|
3
|
-
"version": "0.50.1-beta.
|
|
3
|
+
"version": "0.50.1-beta.2+876a6acd",
|
|
4
4
|
"description": "Deephaven Console",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@deephaven/chart": "^0.50.1-beta.
|
|
27
|
-
"@deephaven/components": "^0.50.1-beta.
|
|
28
|
-
"@deephaven/icons": "^0.50.1-beta.
|
|
29
|
-
"@deephaven/jsapi-bootstrap": "^0.50.1-beta.
|
|
30
|
-
"@deephaven/jsapi-types": "^0.50.1-beta.
|
|
31
|
-
"@deephaven/log": "^0.50.1-beta.
|
|
32
|
-
"@deephaven/react-hooks": "^0.50.1-beta.
|
|
33
|
-
"@deephaven/storage": "^0.50.1-beta.
|
|
34
|
-
"@deephaven/utils": "^0.50.1-beta.
|
|
26
|
+
"@deephaven/chart": "^0.50.1-beta.2+876a6acd",
|
|
27
|
+
"@deephaven/components": "^0.50.1-beta.2+876a6acd",
|
|
28
|
+
"@deephaven/icons": "^0.50.1-beta.2+876a6acd",
|
|
29
|
+
"@deephaven/jsapi-bootstrap": "^0.50.1-beta.2+876a6acd",
|
|
30
|
+
"@deephaven/jsapi-types": "^0.50.1-beta.2+876a6acd",
|
|
31
|
+
"@deephaven/log": "^0.50.1-beta.2+876a6acd",
|
|
32
|
+
"@deephaven/react-hooks": "^0.50.1-beta.2+876a6acd",
|
|
33
|
+
"@deephaven/storage": "^0.50.1-beta.2+876a6acd",
|
|
34
|
+
"@deephaven/utils": "^0.50.1-beta.2+876a6acd",
|
|
35
35
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
36
36
|
"classnames": "^2.3.1",
|
|
37
37
|
"linkifyjs": "^4.1.0",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"react-dom": "^17.x"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@deephaven/jsapi-shim": "^0.50.1-beta.
|
|
55
|
-
"@deephaven/mocks": "^0.50.1-beta.
|
|
54
|
+
"@deephaven/jsapi-shim": "^0.50.1-beta.2+876a6acd",
|
|
55
|
+
"@deephaven/mocks": "^0.50.1-beta.2+876a6acd"
|
|
56
56
|
},
|
|
57
57
|
"files": [
|
|
58
58
|
"dist"
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "876a6acd00d239f3ac7df21e27db74a16e4fd1b7"
|
|
67
67
|
}
|