@luomus/laji-form 15.1.76 → 15.1.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/laji-form.js +1 -1
- package/dist/styles.css +3 -18
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -2029,21 +2029,7 @@ li.laji-map-layer-control-layer-item.active span {
|
|
|
2029
2029
|
}
|
|
2030
2030
|
|
|
2031
2031
|
|
|
2032
|
-
|
|
2033
|
-
/* border-color: #ddd; */
|
|
2034
|
-
/* } */
|
|
2035
|
-
/* .panel-body { */
|
|
2036
|
-
/* padding: 15px; */
|
|
2037
|
-
/* } */
|
|
2038
|
-
/* .panel { */
|
|
2039
|
-
/* margin-bottom: 20px; */
|
|
2040
|
-
/* background-color: #fff; */
|
|
2041
|
-
/* border: 1px solid transparent; */
|
|
2042
|
-
/* border-radius: 4px; */
|
|
2043
|
-
/* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
|
|
2044
|
-
/* box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
|
|
2045
|
-
/* } */
|
|
2046
|
-
.panel {
|
|
2032
|
+
.laji-map-dialog.panel {
|
|
2047
2033
|
background: white;
|
|
2048
2034
|
padding: 15px;
|
|
2049
2035
|
font-size: 16px;
|
|
@@ -2051,7 +2037,7 @@ li.laji-map-layer-control-layer-item.active span {
|
|
|
2051
2037
|
border-radius: 2px;
|
|
2052
2038
|
}
|
|
2053
2039
|
|
|
2054
|
-
button.close {
|
|
2040
|
+
.laji-map-dialog button.close {
|
|
2055
2041
|
padding: 0;
|
|
2056
2042
|
cursor: pointer;
|
|
2057
2043
|
background: transparent;
|
|
@@ -2059,7 +2045,6 @@ button.close {
|
|
|
2059
2045
|
-webkit-appearance: none;
|
|
2060
2046
|
appearance: none;
|
|
2061
2047
|
float: right;
|
|
2062
|
-
font-size: 21px;
|
|
2063
2048
|
font-weight: bold;
|
|
2064
2049
|
line-height: 1;
|
|
2065
2050
|
color: #000;
|
|
@@ -2068,7 +2053,7 @@ button.close {
|
|
|
2068
2053
|
opacity: .2;
|
|
2069
2054
|
}
|
|
2070
2055
|
|
|
2071
|
-
.help-block {
|
|
2056
|
+
.laji-map-dialog .help-block {
|
|
2072
2057
|
display: block;
|
|
2073
2058
|
margin-top: 5px;
|
|
2074
2059
|
margin-bottom: 10px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luomus/laji-form",
|
|
3
|
-
"version": "15.1.
|
|
3
|
+
"version": "15.1.77",
|
|
4
4
|
"description": "React module capable of building dynamic forms from Laji form json schemas",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"repository": "git+https://github.com/luomus/laji-form.git",
|
|
41
41
|
"license": "MIT",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@luomus/laji-map": "^5.1.
|
|
43
|
+
"@luomus/laji-map": "^5.1.19",
|
|
44
44
|
"@luomus/laji-validate": "^0.0.123",
|
|
45
45
|
"@rjsf/core": "~5.1.0",
|
|
46
46
|
"@rjsf/utils": "~5.1.0",
|