chore(deps): update atlaskit deps with minor or patch bumps
This commit is contained in:
parent
e3415df6a3
commit
eeb0697e52
|
@ -41,17 +41,18 @@
|
||||||
|
|
||||||
.modal-dialog-form {
|
.modal-dialog-form {
|
||||||
/**
|
/**
|
||||||
* Update the dropdown trigger wrapper to make sure it looks click-able.
|
* Update the @atlaskit/dropdown-menu trigger wrapper to make sure it looks
|
||||||
|
* click-able.
|
||||||
*/
|
*/
|
||||||
.gwEjuO {
|
.cjJUnw {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Override Atlaskit dropdown styling when in a modal because the dropdown
|
* Override @atlaskit/dropdown-menu styling when in a modal because the
|
||||||
* backgrounds clash with the modal backgrounds.
|
* dropdown backgrounds clash with the modal backgrounds.
|
||||||
*/
|
*/
|
||||||
.gBLqhw[data-role=droplistContent] {
|
.cksvax[data-role=droplistContent] {
|
||||||
border: 1px solid #455166;
|
border: 1px solid #455166;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
|
@ -15,25 +15,25 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"readmeFilename": "README.md",
|
"readmeFilename": "README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@atlaskit/avatar": "14.0.10",
|
"@atlaskit/avatar": "14.1.7",
|
||||||
"@atlaskit/button": "10.1.1",
|
"@atlaskit/button": "10.1.1",
|
||||||
"@atlaskit/checkbox": "5.0.10",
|
"@atlaskit/checkbox": "5.0.10",
|
||||||
"@atlaskit/dropdown-menu": "6.1.12",
|
"@atlaskit/dropdown-menu": "6.1.25",
|
||||||
"@atlaskit/field-text": "7.0.10",
|
"@atlaskit/field-text": "7.0.19",
|
||||||
"@atlaskit/field-text-area": "4.0.9",
|
"@atlaskit/field-text-area": "4.0.15",
|
||||||
"@atlaskit/flag": "6.1.0",
|
"@atlaskit/flag": "6.1.0",
|
||||||
"@atlaskit/icon": "13.8.1",
|
"@atlaskit/icon": "13.8.1",
|
||||||
"@atlaskit/inline-dialog": "5.3.0",
|
"@atlaskit/inline-dialog": "5.3.0",
|
||||||
"@atlaskit/inline-message": "7.0.4",
|
"@atlaskit/inline-message": "7.0.10",
|
||||||
"@atlaskit/layer-manager": "5.0.12",
|
"@atlaskit/layer-manager": "5.0.19",
|
||||||
"@atlaskit/lozenge": "6.2.0",
|
"@atlaskit/lozenge": "6.2.4",
|
||||||
"@atlaskit/modal-dialog": "6.0.12",
|
"@atlaskit/modal-dialog": "6.0.12",
|
||||||
"@atlaskit/multi-select": "11.0.6",
|
"@atlaskit/multi-select": "11.0.13",
|
||||||
"@atlaskit/spinner": "9.0.8",
|
"@atlaskit/spinner": "9.0.13",
|
||||||
"@atlaskit/tabs": "8.0.8",
|
"@atlaskit/tabs": "8.0.11",
|
||||||
"@atlaskit/theme": "6.0.2",
|
"@atlaskit/theme": "6.0.2",
|
||||||
"@atlaskit/toggle": "5.0.8",
|
"@atlaskit/toggle": "5.0.14",
|
||||||
"@atlaskit/tooltip": "12.0.14",
|
"@atlaskit/tooltip": "12.1.13",
|
||||||
"@microsoft/microsoft-graph-client": "1.1.0",
|
"@microsoft/microsoft-graph-client": "1.1.0",
|
||||||
"@webcomponents/url": "0.7.1",
|
"@webcomponents/url": "0.7.1",
|
||||||
"dropbox": "4.0.9",
|
"dropbox": "4.0.9",
|
||||||
|
|
Loading…
Reference in New Issue