Skip to content

Commit

Permalink
update elements limit
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-ruoxi committed Dec 8, 2023
1 parent 983281e commit d569af4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashMpComponents
Title: Dash components for the Materials Project
Version: 0.4.41
Version: 0.4.42
Description: Dash components for the Materials Project
Depends: R (>= 3.0.2)
Imports:
Expand Down
4 changes: 3 additions & 1 deletion dash_mp_components/dash_mp_components.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -241301,7 +241301,9 @@
className: 'box',
disabled: !L,
maxElementSelectable:
g.maxElementSelectable,
x == VO.ELEMENTS
? 5
: g.maxElementSelectable,
forceTableLayout: jL.MINI,
hiddenElements: [],
plugin: K,
Expand Down
2 changes: 1 addition & 1 deletion dash_mp_components/dash_mp_components.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dash_mp_components/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@materialsproject/dash-mp-components",
"version": "0.4.41",
"version": "0.4.42",
"description": "Dash components for the Materials Project",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Materials Project Team <[email protected]>",
"license": "BSD",
"dependencies": {
"@materialsproject/mp-react-components": "0.3.9",
"@materialsproject/mp-react-components": "0.3.11",
"file-loader": "^5.1.0",
"prettier": "^1.19.1",
"process": "^0.11.10",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"author": "Materials Project Team <[email protected]>",
"license": "BSD",
"dependencies": {
"@materialsproject/mp-react-components": "0.3.9",
"@materialsproject/mp-react-components": "0.3.11",
"file-loader": "^5.1.0",
"prettier": "^1.19.1",
"process": "^0.11.10",
Expand Down

0 comments on commit d569af4

Please sign in to comment.