@itwin/map-layers 3.2.0-dev.5 → 3.2.0-dev.52

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +45 -1
  2. package/lib/cjs/mapLayers.d.ts +16 -1
  3. package/lib/cjs/mapLayers.d.ts.map +1 -1
  4. package/lib/cjs/mapLayers.js +25 -10
  5. package/lib/cjs/mapLayers.js.map +1 -1
  6. package/lib/cjs/ui/widget/AttachLayerPopupButton.d.ts.map +1 -1
  7. package/lib/cjs/ui/widget/AttachLayerPopupButton.js +53 -37
  8. package/lib/cjs/ui/widget/AttachLayerPopupButton.js.map +1 -1
  9. package/lib/cjs/ui/widget/BasemapPanel.js +2 -2
  10. package/lib/cjs/ui/widget/BasemapPanel.js.map +1 -1
  11. package/lib/cjs/ui/widget/BasemapPanel.scss +5 -20
  12. package/lib/cjs/ui/widget/MapLayerDroppable.d.ts.map +1 -1
  13. package/lib/cjs/ui/widget/MapLayerDroppable.js +2 -2
  14. package/lib/cjs/ui/widget/MapLayerDroppable.js.map +1 -1
  15. package/lib/cjs/ui/widget/MapLayerManager.scss +11 -149
  16. package/lib/cjs/ui/widget/MapLayerSettingsMenu.d.ts.map +1 -1
  17. package/lib/cjs/ui/widget/MapLayerSettingsMenu.js +6 -5
  18. package/lib/cjs/ui/widget/MapLayerSettingsMenu.js.map +1 -1
  19. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
  20. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js +2 -1
  21. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
  22. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.scss +3 -13
  23. package/lib/cjs/ui/widget/MapManagerSettings.d.ts.map +1 -1
  24. package/lib/cjs/ui/widget/MapManagerSettings.js +1 -1
  25. package/lib/cjs/ui/widget/MapManagerSettings.js.map +1 -1
  26. package/lib/cjs/ui/widget/MapUrlDialog.d.ts.map +1 -1
  27. package/lib/cjs/ui/widget/MapUrlDialog.js +4 -1
  28. package/lib/cjs/ui/widget/MapUrlDialog.js.map +1 -1
  29. package/lib/cjs/ui/widget/SubLayersPopupButton.d.ts.map +1 -1
  30. package/lib/cjs/ui/widget/SubLayersPopupButton.js +2 -1
  31. package/lib/cjs/ui/widget/SubLayersPopupButton.js.map +1 -1
  32. package/lib/cjs/ui/widget/SubLayersTree.d.ts.map +1 -1
  33. package/lib/cjs/ui/widget/SubLayersTree.js +5 -5
  34. package/lib/cjs/ui/widget/SubLayersTree.js.map +1 -1
  35. package/lib/cjs/ui/widget/SubLayersTree.scss +6 -0
  36. package/lib/cjs/ui/widget/TransparencyPopupButton.js +1 -1
  37. package/lib/cjs/ui/widget/TransparencyPopupButton.js.map +1 -1
  38. package/lib/cjs/ui/widget/TransparencyPopupButton.scss +8 -28
  39. package/lib/esm/mapLayers.d.ts +16 -1
  40. package/lib/esm/mapLayers.d.ts.map +1 -1
  41. package/lib/esm/mapLayers.js +25 -10
  42. package/lib/esm/mapLayers.js.map +1 -1
  43. package/lib/esm/ui/widget/AttachLayerPopupButton.d.ts.map +1 -1
  44. package/lib/esm/ui/widget/AttachLayerPopupButton.js +53 -37
  45. package/lib/esm/ui/widget/AttachLayerPopupButton.js.map +1 -1
  46. package/lib/esm/ui/widget/BasemapPanel.js +3 -3
  47. package/lib/esm/ui/widget/BasemapPanel.js.map +1 -1
  48. package/lib/esm/ui/widget/BasemapPanel.scss +5 -20
  49. package/lib/esm/ui/widget/MapLayerDroppable.d.ts.map +1 -1
  50. package/lib/esm/ui/widget/MapLayerDroppable.js +2 -2
  51. package/lib/esm/ui/widget/MapLayerDroppable.js.map +1 -1
  52. package/lib/esm/ui/widget/MapLayerManager.scss +11 -149
  53. package/lib/esm/ui/widget/MapLayerSettingsMenu.d.ts.map +1 -1
  54. package/lib/esm/ui/widget/MapLayerSettingsMenu.js +7 -6
  55. package/lib/esm/ui/widget/MapLayerSettingsMenu.js.map +1 -1
  56. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
  57. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js +2 -1
  58. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
  59. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.scss +3 -13
  60. package/lib/esm/ui/widget/MapManagerSettings.d.ts.map +1 -1
  61. package/lib/esm/ui/widget/MapManagerSettings.js +1 -1
  62. package/lib/esm/ui/widget/MapManagerSettings.js.map +1 -1
  63. package/lib/esm/ui/widget/MapUrlDialog.d.ts.map +1 -1
  64. package/lib/esm/ui/widget/MapUrlDialog.js +4 -1
  65. package/lib/esm/ui/widget/MapUrlDialog.js.map +1 -1
  66. package/lib/esm/ui/widget/SubLayersPopupButton.d.ts.map +1 -1
  67. package/lib/esm/ui/widget/SubLayersPopupButton.js +2 -1
  68. package/lib/esm/ui/widget/SubLayersPopupButton.js.map +1 -1
  69. package/lib/esm/ui/widget/SubLayersTree.d.ts.map +1 -1
  70. package/lib/esm/ui/widget/SubLayersTree.js +7 -7
  71. package/lib/esm/ui/widget/SubLayersTree.js.map +1 -1
  72. package/lib/esm/ui/widget/SubLayersTree.scss +6 -0
  73. package/lib/esm/ui/widget/TransparencyPopupButton.js +2 -2
  74. package/lib/esm/ui/widget/TransparencyPopupButton.js.map +1 -1
  75. package/lib/esm/ui/widget/TransparencyPopupButton.scss +8 -28
  76. package/package.json +28 -29
@@ -20,34 +20,14 @@
20
20
  }
21
21
  }
22
22
 
23
- .map-transparency-popup-button {
24
- color: $buic-foreground-body;
25
- font-size: $iui-font-size;
26
- background-color: transparent;
27
- height: 2.2em;
28
- border: none;
29
- margin-right: 2px;
30
-
31
- .transparent-button {
32
- width: 16px;
33
- height: 16px;
34
- }
35
-
36
- svg.checkered {
37
- fill: $buic-foreground-body;
38
- }
39
-
40
- &:hover {
41
- color: $buic-foreground-primary-tone;
42
- cursor: auto;
43
23
 
44
- svg.checkered {
45
- fill: $buic-foreground-primary-tone;
46
- }
47
- }
24
+ .map-transparency-popup-button {
25
+ .transparent-button {
26
+ width: 16px;
27
+ height: 16px;
28
+ }
48
29
 
49
- &:focus {
50
- box-shadow: $uicore-button-focus-boxshadow;
51
- outline: none;
52
- }
30
+ svg.checkered {
31
+ fill: $buic-foreground-body;
32
+ }
53
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers",
3
- "version": "3.2.0-dev.5",
3
+ "version": "3.2.0-dev.52",
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.2.0-dev.5",
25
- "@itwin/appui-layout-react": "3.2.0-dev.5",
26
- "@itwin/appui-react": "3.2.0-dev.5",
27
- "@itwin/build-tools": "3.2.0-dev.5",
28
- "@itwin/components-react": "3.2.0-dev.5",
29
- "@itwin/core-bentley": "3.2.0-dev.5",
30
- "@itwin/core-common": "3.2.0-dev.5",
31
- "@itwin/core-frontend": "3.2.0-dev.5",
32
- "@itwin/core-geometry": "3.2.0-dev.5",
33
- "@itwin/core-quantity": "3.2.0-dev.5",
34
- "@itwin/core-react": "3.2.0-dev.5",
35
- "@itwin/eslint-plugin": "3.2.0-dev.5",
36
- "@itwin/imodel-components-react": "3.2.0-dev.5",
37
- "@itwin/itwinui-css": "0.44.2",
24
+ "@itwin/appui-abstract": "3.2.0-dev.52",
25
+ "@itwin/appui-layout-react": "3.2.0-dev.52",
26
+ "@itwin/appui-react": "3.2.0-dev.52",
27
+ "@itwin/build-tools": "3.2.0-dev.52",
28
+ "@itwin/components-react": "3.2.0-dev.52",
29
+ "@itwin/core-bentley": "3.2.0-dev.52",
30
+ "@itwin/core-common": "3.2.0-dev.52",
31
+ "@itwin/core-frontend": "3.2.0-dev.52",
32
+ "@itwin/core-geometry": "3.2.0-dev.52",
33
+ "@itwin/core-quantity": "3.2.0-dev.52",
34
+ "@itwin/core-react": "3.2.0-dev.52",
35
+ "@itwin/eslint-plugin": "3.2.0-dev.52",
36
+ "@itwin/imodel-components-react": "3.2.0-dev.52",
37
+ "@itwin/itwinui-css": "0.x",
38
38
  "@itwin/itwinui-react": "^1.32.0",
39
- "@itwin/presentation-common": "3.2.0-dev.5",
39
+ "@itwin/presentation-common": "3.2.0-dev.52",
40
40
  "@testing-library/react": "^12.0.0",
41
41
  "@testing-library/react-hooks": "^7.0.2",
42
42
  "@types/chai": "^4.1.4",
@@ -69,21 +69,20 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "classnames": "^2.3.1",
72
- "react-beautiful-dnd": "^13.0.0",
73
- "react-resize-detector": "^6.7.6"
72
+ "react-beautiful-dnd": "^13.0.0"
74
73
  },
75
74
  "peerDependencies": {
76
- "@itwin/core-bentley": "3.2.0-dev.5",
77
- "@itwin/core-geometry": "3.2.0-dev.5",
78
- "@itwin/core-common": "3.2.0-dev.5",
79
- "@itwin/core-frontend": "3.2.0-dev.5",
80
- "@itwin/core-quantity": "3.2.0-dev.5",
81
- "@itwin/appui-abstract": "3.2.0-dev.5",
82
- "@itwin/components-react": "3.2.0-dev.5",
83
- "@itwin/core-react": "3.2.0-dev.5",
84
- "@itwin/appui-react": "3.2.0-dev.5",
85
- "@itwin/imodel-components-react": "3.2.0-dev.5",
86
- "@itwin/appui-layout-react": "3.2.0-dev.5",
75
+ "@itwin/core-bentley": "^3.2.0-dev.52",
76
+ "@itwin/core-geometry": "^3.2.0-dev.52",
77
+ "@itwin/core-common": "^3.2.0-dev.52",
78
+ "@itwin/core-frontend": "^3.2.0-dev.52",
79
+ "@itwin/core-quantity": "^3.2.0-dev.52",
80
+ "@itwin/appui-abstract": "^3.2.0-dev.52",
81
+ "@itwin/components-react": "^3.2.0-dev.52",
82
+ "@itwin/core-react": "^3.2.0-dev.52",
83
+ "@itwin/appui-react": "^3.2.0-dev.52",
84
+ "@itwin/imodel-components-react": "^3.2.0-dev.52",
85
+ "@itwin/appui-layout-react": "^3.2.0-dev.52",
87
86
  "react": "^17.0.0",
88
87
  "react-dom": "^17.0.0"
89
88
  },