Commit 9b68297d by Яков

update

parent 84ef543e
.react-finder-container {
display: -ms-flexbox;
display: flex;
background-color: white;
border: solid 1px lightgray;
min-height: 400px;
overflow: auto; }
.react-finder-column {
border-right: solid 1px lightgray;
max-height: 600px;
min-height: inherit;
min-width: 200px;
overflow-y: auto; }
.react-finder-item {
padding: 6px;
cursor: pointer;
font-size: 13px; }
.react-finder-item:hover {
background-color: #ecf6fd; }
.react-finder-item.opened {
background-color: #DEDEDE; }
.react-finder-item.selected {
background-color: dodgerblue;
color: white; }
.react-finder-detail {
-ms-flex-align: center;
align-items: center;
border-right: 0;
display: -ms-flexbox;
display: flex;
-ms-flex: 2;
flex: 2;
-ms-flex-pack: center;
justify-content: center;
padding: 0 1.5em; }
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "./lib/index", "main": "./lib/index",
"module": "./es/index", "module": "./es/index",
"homepage": "https://github.com/Frezc/react-finder", "homepage": "https://gitlab.atma.company/yakov/react-finder",
"scripts": { "scripts": {
"build": "rclib-tools run build", "build": "rclib-tools run build",
"compile": "rclib-tools run compile --babel-runtime", "compile": "rclib-tools run compile --babel-runtime",
...@@ -21,8 +21,7 @@ ...@@ -21,8 +21,7 @@
"coverage:upload": "jest --coverage && cat ./coverage/lcov.info | coveralls", "coverage:upload": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"clean": "rclib-tools run clean", "clean": "rclib-tools run clean",
"init": "rclib-tools run init", "init": "rclib-tools run init",
"update-snapshot": "jest -u", "update-snapshot": "jest -u"
"preinstall": "npx npm-force-resolutions"
}, },
"keywords": [], "keywords": [],
"repository": { "repository": {
...@@ -86,15 +85,5 @@ ...@@ -86,15 +85,5 @@
}, },
"resolutions": { "resolutions": {
"graceful-fs": "^4.2.4" "graceful-fs": "^4.2.4"
},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-react-jsx",
"@babel/plugin-proposal-class-properties"
]
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment