@itwin/map-layers 3.1.0-dev.1 → 3.1.0-dev.11
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.
|
@@ -47,6 +47,10 @@ $hovered-icon-color: $buic-foreground-primary-tone;
|
|
|
47
47
|
align-items: center;
|
|
48
48
|
width: 100%;
|
|
49
49
|
|
|
50
|
+
& .iui-select {
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
}
|
|
53
|
+
|
|
50
54
|
button.map-manager-base-item-visibility {
|
|
51
55
|
border: none;
|
|
52
56
|
margin-right: 4px;
|
|
@@ -95,4 +99,4 @@ $hovered-icon-color: $buic-foreground-primary-tone;
|
|
|
95
99
|
height: 2em;
|
|
96
100
|
}
|
|
97
101
|
}
|
|
98
|
-
}
|
|
102
|
+
}
|
|
@@ -47,6 +47,10 @@ $hovered-icon-color: $buic-foreground-primary-tone;
|
|
|
47
47
|
align-items: center;
|
|
48
48
|
width: 100%;
|
|
49
49
|
|
|
50
|
+
& .iui-select {
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
}
|
|
53
|
+
|
|
50
54
|
button.map-manager-base-item-visibility {
|
|
51
55
|
border: none;
|
|
52
56
|
margin-right: 4px;
|
|
@@ -95,4 +99,4 @@ $hovered-icon-color: $buic-foreground-primary-tone;
|
|
|
95
99
|
height: 2em;
|
|
96
100
|
}
|
|
97
101
|
}
|
|
98
|
-
}
|
|
102
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers",
|
|
3
|
-
"version": "3.1.0-dev.
|
|
3
|
+
"version": "3.1.0-dev.11",
|
|
4
4
|
"description": "Extension that adds a Map Layers Widget",
|
|
5
5
|
"main": "lib/cjs/map-layers.js",
|
|
6
6
|
"module": "lib/esm/map-layers.js",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@itwin/appui-abstract": "3.1.0-dev.
|
|
25
|
-
"@itwin/appui-layout-react": "3.1.0-dev.
|
|
26
|
-
"@itwin/appui-react": "3.1.0-dev.
|
|
27
|
-
"@itwin/build-tools": "3.1.0-dev.
|
|
28
|
-
"@itwin/components-react": "3.1.0-dev.
|
|
29
|
-
"@itwin/core-bentley": "3.1.0-dev.
|
|
30
|
-
"@itwin/core-common": "3.1.0-dev.
|
|
31
|
-
"@itwin/core-frontend": "3.1.0-dev.
|
|
32
|
-
"@itwin/core-geometry": "3.1.0-dev.
|
|
33
|
-
"@itwin/core-quantity": "3.1.0-dev.
|
|
34
|
-
"@itwin/core-react": "3.1.0-dev.
|
|
35
|
-
"@itwin/eslint-plugin": "3.1.0-dev.
|
|
36
|
-
"@itwin/imodel-components-react": "3.1.0-dev.
|
|
24
|
+
"@itwin/appui-abstract": "3.1.0-dev.11",
|
|
25
|
+
"@itwin/appui-layout-react": "3.1.0-dev.11",
|
|
26
|
+
"@itwin/appui-react": "3.1.0-dev.11",
|
|
27
|
+
"@itwin/build-tools": "3.1.0-dev.11",
|
|
28
|
+
"@itwin/components-react": "3.1.0-dev.11",
|
|
29
|
+
"@itwin/core-bentley": "3.1.0-dev.11",
|
|
30
|
+
"@itwin/core-common": "3.1.0-dev.11",
|
|
31
|
+
"@itwin/core-frontend": "3.1.0-dev.11",
|
|
32
|
+
"@itwin/core-geometry": "3.1.0-dev.11",
|
|
33
|
+
"@itwin/core-quantity": "3.1.0-dev.11",
|
|
34
|
+
"@itwin/core-react": "3.1.0-dev.11",
|
|
35
|
+
"@itwin/eslint-plugin": "3.1.0-dev.11",
|
|
36
|
+
"@itwin/imodel-components-react": "3.1.0-dev.11",
|
|
37
37
|
"@itwin/itwinui-css": "^0.37.0",
|
|
38
38
|
"@itwin/itwinui-react": "~1.28.0",
|
|
39
|
-
"@itwin/presentation-common": "3.1.0-dev.
|
|
39
|
+
"@itwin/presentation-common": "3.1.0-dev.11",
|
|
40
40
|
"@testing-library/react": "^12.0.0",
|
|
41
41
|
"@testing-library/react-hooks": "^7.0.2",
|
|
42
42
|
"@types/chai": "^4.1.4",
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
"react-resize-detector": "^6.7.6"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@itwin/core-bentley": "3.1.0-dev.
|
|
77
|
-
"@itwin/core-geometry": "3.1.0-dev.
|
|
78
|
-
"@itwin/core-common": "3.1.0-dev.
|
|
79
|
-
"@itwin/core-frontend": "3.1.0-dev.
|
|
80
|
-
"@itwin/core-quantity": "3.1.0-dev.
|
|
81
|
-
"@itwin/appui-abstract": "3.1.0-dev.
|
|
82
|
-
"@itwin/components-react": "3.1.0-dev.
|
|
83
|
-
"@itwin/core-react": "3.1.0-dev.
|
|
84
|
-
"@itwin/appui-react": "3.1.0-dev.
|
|
85
|
-
"@itwin/imodel-components-react": "3.1.0-dev.
|
|
86
|
-
"@itwin/appui-layout-react": "3.1.0-dev.
|
|
76
|
+
"@itwin/core-bentley": "3.1.0-dev.11",
|
|
77
|
+
"@itwin/core-geometry": "3.1.0-dev.11",
|
|
78
|
+
"@itwin/core-common": "3.1.0-dev.11",
|
|
79
|
+
"@itwin/core-frontend": "3.1.0-dev.11",
|
|
80
|
+
"@itwin/core-quantity": "3.1.0-dev.11",
|
|
81
|
+
"@itwin/appui-abstract": "3.1.0-dev.11",
|
|
82
|
+
"@itwin/components-react": "3.1.0-dev.11",
|
|
83
|
+
"@itwin/core-react": "3.1.0-dev.11",
|
|
84
|
+
"@itwin/appui-react": "3.1.0-dev.11",
|
|
85
|
+
"@itwin/imodel-components-react": "3.1.0-dev.11",
|
|
86
|
+
"@itwin/appui-layout-react": "3.1.0-dev.11",
|
|
87
87
|
"react": "^17.0.0",
|
|
88
88
|
"react-dom": "^17.0.0"
|
|
89
89
|
},
|