react-spatial 1.3.1-beta.0 → 1.3.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.
@@ -27,8 +27,8 @@
27
27
 
28
28
  &.rs-opener {
29
29
  position: absolute;
30
- top: 2px; // For IE
31
- left: 2px; // For IE
30
+ top: 2px; /* For IE */
31
+ left: 2px; /* For IE */
32
32
  opacity: 1;
33
33
  z-index: 100;
34
34
  transition: 700ms opacity, 1000ms z-index;
@@ -19,7 +19,7 @@
19
19
 
20
20
  .rt-route-header,
21
21
  .rt-route-footer {
22
- flex: 0 0 auto; // 'auto' is for IE11
22
+ flex: 0 0 auto; /* 'auto' is for IE11 */
23
23
  }
24
24
 
25
25
  .rt-route-body {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-spatial",
3
3
  "description": "Components to build React map apps.",
4
- "version": "1.3.1-beta.0",
4
+ "version": "1.3.1",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@geops/geops-ui": "0.1.13",