Skip to content

Commit d569af4

Browse files
committed
update elements limit
1 parent 983281e commit d569af4

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashMpComponents
22
Title: Dash components for the Materials Project
3-
Version: 0.4.41
3+
Version: 0.4.42
44
Description: Dash components for the Materials Project
55
Depends: R (>= 3.0.2)
66
Imports:

dash_mp_components/dash_mp_components.min.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241301,7 +241301,9 @@
241301241301
className: 'box',
241302241302
disabled: !L,
241303241303
maxElementSelectable:
241304-
g.maxElementSelectable,
241304+
x == VO.ELEMENTS
241305+
? 5
241306+
: g.maxElementSelectable,
241305241307
forceTableLayout: jL.MINI,
241306241308
hiddenElements: [],
241307241309
plugin: K,

dash_mp_components/dash_mp_components.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_mp_components/package-info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@materialsproject/dash-mp-components",
3-
"version": "0.4.41",
3+
"version": "0.4.42",
44
"description": "Dash components for the Materials Project",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
"author": "Materials Project Team <[email protected]>",
3434
"license": "BSD",
3535
"dependencies": {
36-
"@materialsproject/mp-react-components": "0.3.9",
36+
"@materialsproject/mp-react-components": "0.3.11",
3737
"file-loader": "^5.1.0",
3838
"prettier": "^1.19.1",
3939
"process": "^0.11.10",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"author": "Materials Project Team <[email protected]>",
3434
"license": "BSD",
3535
"dependencies": {
36-
"@materialsproject/mp-react-components": "0.3.9",
36+
"@materialsproject/mp-react-components": "0.3.11",
3737
"file-loader": "^5.1.0",
3838
"prettier": "^1.19.1",
3939
"process": "^0.11.10",

0 commit comments

Comments
 (0)