Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs reported from docs site #1733

Merged
merged 1 commit into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix bugs reported from docs site
  • Loading branch information
texodus committed Mar 3, 2022
commit 2f460b062d11c6ddfa610638e2bd79fdf34fddcd
2 changes: 1 addition & 1 deletion docs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const PerspectivePlugin = require("@finos/perspective-webpack-plugin");

module.exports = [
{
mode: process.env.NODE_ENV || "development",
mode: process.env.NODE_ENV || "production",
entry: "./js/index.js",
output: {
filename: "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@finos/perspective": "^1.3.2",
"@finos/perspective-viewer": "^1.3.2",
"chroma-js": "^1.3.4",
"regular-table": "=0.5.5"
"regular-table": "=0.5.6"
},
"devDependencies": {
"@finos/perspective-build": "^1.3.2",
Expand Down
6 changes: 3 additions & 3 deletions rust/perspective-viewer/src/themes/material.less
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ perspective-expression-editor[theme="Material Light"],
#1a237e 100%
);
--d3fc-negative--gradient: linear-gradient(
#feeb65 100%,
#e4521b 70%,
#4d342f 0%
#4d342f 0%,
#e4521b 50%,
#feeb65 100%
);
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13970,10 +13970,10 @@ regjsparser@^0.6.4:
dependencies:
jsesc "~0.5.0"

regular-table@=0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/regular-table/-/regular-table-0.5.5.tgz#8abe4fbbd699087a18994bf2d42321354b59c59a"
integrity sha512-ZGvjVpZ5tQHSuzwjCTuveqX5akHtdcm8ldMnjJIs7OGGs2+x1LKFIqcAknB+U3rhqPtdD0c9JIoUOkO26RE64w==
regular-table@=0.5.6:
version "0.5.6"
resolved "https://registry.yarnpkg.com/regular-table/-/regular-table-0.5.6.tgz#9b14ab61590ff41c709986ef7ca66ade427bde4b"
integrity sha512-lScNtcqjNcPaFYSeDRNsC+t2P/IzYCLKJNls1hBQAyTtWatX94zO87n2ExEPCnbbkKHGYEZ8Uo8Dgvcw34yTQA==

relateurl@0.2.x, relateurl@^0.2.7:
version "0.2.7"
Expand Down