@oneblink/apps-react 8.9.0-beta.2 → 8.9.0-beta.3

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.
@@ -1,3 +1,7 @@
1
1
  .arcgis-web-map {
2
- height: 500px;
3
- }
2
+ height: 500px;
3
+
4
+ .esri-view-surface {
5
+ border-radius: $radius;
6
+ }
7
+ }
package/dist/styles.css CHANGED
@@ -9841,6 +9841,9 @@ textarea:disabled {
9841
9841
  .arcgis-web-map {
9842
9842
  height: 500px;
9843
9843
  }
9844
+ .arcgis-web-map .esri-view-surface {
9845
+ border-radius: 4px;
9846
+ }
9844
9847
 
9845
9848
  .ob-abn__display-mobile {
9846
9849
  display: none;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/apps-react",
3
3
  "description": "Helper functions for OneBlink apps in ReactJS.",
4
- "version": "8.9.0-beta.2",
4
+ "version": "8.9.0-beta.3",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"