Skip to content

Commit 270e9db

Browse files
committed
fix: broken EditableLabel page in docz
1 parent 27674f4 commit 270e9db

File tree

4 files changed

+24
-18
lines changed

4 files changed

+24
-18
lines changed

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@cosmotech/azure": "^1.1.2",
3333
"@cosmotech/core": "^1.6.11",
34-
"@cosmotech/ui": "^2.6.0",
34+
"@cosmotech/ui": "^4.1.0",
3535
"@emotion/core": "10.1.1",
3636
"@material-ui/core": "^4.11.2",
3737
"@material-ui/icons": "^4.11.2",

doc/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,16 +1156,16 @@
11561156
validator "^13.7.0"
11571157
xlsx "^0.18.3"
11581158

1159-
"@cosmotech/ui@^2.6.0":
1160-
version "2.7.1"
1161-
resolved "https://registry.yarnpkg.com/@cosmotech/ui/-/ui-2.7.1.tgz#6b5234890af04afed50e1284f46c8374ac7585ab"
1162-
integrity sha512-DZeTkgmO5GNeLfvhEWeY6CpSFgEmWdaboyLcbmkyEpTSZUT3GzsCzStX5wezTze/lRJM3UEa7RJmleZaktN8QA==
1159+
"@cosmotech/ui@^4.1.0":
1160+
version "4.1.0"
1161+
resolved "https://registry.yarnpkg.com/@cosmotech/ui/-/ui-4.1.0.tgz#1e8495458b510c28d8b405b124d4018c72638704"
1162+
integrity sha512-GC1KDGx0ARZpzH2q8wXgbqLX4hpYvWJkDQB7sXPARcvYg3jmEeLZ7cGELCUqa4Y1IBb0lgyZKClRf56uE/a/AA==
11631163
dependencies:
11641164
"@date-io/date-fns" "^1.3.13"
11651165
"@material-ui/pickers" "^3.3.10"
11661166
"@nosferatu500/react-sortable-tree" "^3.0.5"
1167-
ag-grid-community "^26.1.0"
1168-
ag-grid-react "^26.1.0"
1167+
ag-grid-community "^28.1.0"
1168+
ag-grid-react "^28.1.0"
11691169
clsx "^1.1.1"
11701170
cytoscape "^3.20.0"
11711171
cytoscape-bubblesets "^3.1.0"
@@ -2632,17 +2632,17 @@ adler-32@~1.3.0:
26322632
resolved "https://registry.yarnpkg.com/adler-32/-/adler-32-1.3.1.tgz#1dbf0b36dda0012189a32b3679061932df1821e2"
26332633
integrity sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==
26342634

2635-
ag-grid-community@^26.1.0:
2636-
version "26.2.1"
2637-
resolved "https://registry.yarnpkg.com/ag-grid-community/-/ag-grid-community-26.2.1.tgz#b217e1b62317817c7119511a1a8358992e3a2026"
2638-
integrity sha512-aChSGNdPkBda4BhOUUEAmAkRlIG7rFU8UTXx3NPStavrCOHKLDRV90djIKuiXfM6ONBqKmeqw2as0yuLnSN8dw==
2635+
ag-grid-community@^28.1.0:
2636+
version "28.1.1"
2637+
resolved "https://registry.yarnpkg.com/ag-grid-community/-/ag-grid-community-28.1.1.tgz#68b849ecf4c0849faa8e012003afb0923ee00d69"
2638+
integrity sha512-WqWELTVXMrFHnyLHhD8HqMzrns+rjMuaOWcnLY+uO+j2jFN9QEasXPdT8zepNbNeUaIdCt1f1Q9Ipx0U1evNvQ==
26392639

2640-
ag-grid-react@^26.1.0:
2641-
version "26.2.0"
2642-
resolved "https://registry.yarnpkg.com/ag-grid-react/-/ag-grid-react-26.2.0.tgz#79e851130a1806a5d3d3ba004ca0eecc7f344a63"
2643-
integrity sha512-sFU1C3OFWun/V5l5+93b4XQegT+RA21AUY1TqUcHActDY0myeEllPJkR0xKj82EZuKihNuH52WQjOrrhzAjoHA==
2640+
ag-grid-react@^28.1.0:
2641+
version "28.1.1"
2642+
resolved "https://registry.yarnpkg.com/ag-grid-react/-/ag-grid-react-28.1.1.tgz#c9bc1df2d09e7b7b3e51461881eb4a938e80b1f4"
2643+
integrity sha512-K1RUWNCKgwxeh6Y4Wb5LD6dVYyAbduH3tAd0ketVcVij2gruLVlvZdtT2HwHjeDvyyp0oqGqZVT2oik6+rZFTQ==
26442644
dependencies:
2645-
prop-types "^15.6.2"
2645+
prop-types "^15.8.1"
26462646

26472647
aggregate-error@^3.0.0:
26482648
version "3.1.0"

src/charts/ScenarioManagerTreeList/style.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const useStyles = makeStyles((theme) => ({
1212
root: {
1313
height: '100%',
1414
width: '100%',
15-
position: 'fixed',
1615
'& .rst__tree': {
1716
height: '100%',
1817
},

src/index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ export {
1919
TABLE_DATA_STATUS,
2020
} from './inputs';
2121
export { UserInfo, HelpMenu } from './menus';
22-
export { ErrorsPanel, FixedRatioContainer, ScenarioValidationStatusChip, LoadingLine, ErrorBanner } from './misc';
22+
export {
23+
ErrorsPanel,
24+
FixedRatioContainer,
25+
ScenarioValidationStatusChip,
26+
LoadingLine,
27+
ErrorBanner,
28+
DefaultAvatar,
29+
} from './misc';

0 commit comments

Comments
 (0)