@oneblink/apps-react 8.9.1-beta.1 → 8.9.2-beta.1

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,5 +1,6 @@
1
1
  .arcgis-web-map {
2
2
  height: 500px;
3
+ text-align: left;
3
4
 
4
5
  .esri-view-surface {
5
6
  border-radius: $radius;
package/dist/styles.css CHANGED
@@ -9840,6 +9840,7 @@ textarea:disabled {
9840
9840
 
9841
9841
  .arcgis-web-map {
9842
9842
  height: 500px;
9843
+ text-align: left;
9843
9844
  }
9844
9845
  .arcgis-web-map .esri-view-surface {
9845
9846
  border-radius: 4px;
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.1-beta.1",
4
+ "version": "8.9.2-beta.1",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"