@hopara/react 0.1.103 → 0.1.105

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,45 +1,45 @@
1
- .SidebarTransition_transitionBlock__2ONFT {
1
+ .SidebarTransition_transitionBlock__AOkGN {
2
2
  position: relative;
3
- height: 100%;
4
3
  width: 100%;
5
4
  transition: opacity .2s ease-in-out, transform 0.2s ease-in-out, filter 0.28s ease-in-out;
6
5
  }
7
6
 
8
- .SidebarTransition_enter__3P9py,
9
- .SidebarTransition_enterInvert__3lsEA {
7
+ .SidebarTransition_enter__3zlrq,
8
+ .SidebarTransition_enterInvert__1653O {
10
9
  z-index: 2;
11
10
  filter: blur(2px);
12
11
  }
13
- .SidebarTransition_enter__3P9py {
12
+ .SidebarTransition_enter__3zlrq {
14
13
  transform: translate3d(-100%, 0, 0);
15
14
  }
16
- .SidebarTransition_enterInvert__3lsEA {
15
+ .SidebarTransition_enterInvert__1653O {
17
16
  transform: translate3d(100%, 0, 0);
18
17
  }
19
- .SidebarTransition_enterActive__2zE_e {
18
+ .SidebarTransition_enterActive__1Hx7o {
20
19
  opacity: 1;
21
20
  transform: translate3d(0, 0, 0);
22
21
  }
23
- .SidebarTransition_enterDone__2Nyek {
22
+ .SidebarTransition_enterDone__6v3KG {
24
23
  filter: blur(0);
25
24
  }
26
- .SidebarTransition_exit__1NquM {
25
+ .SidebarTransition_exit__28S_k {
27
26
  opacity: 1;
28
27
  transform: translate3d(0, 0, 0);
29
28
  }
30
- .SidebarTransition_exitActive__kjse3 {
29
+ .SidebarTransition_exitActive__1gP6e {
31
30
  opacity: 0;
32
31
  transform: translate3d(100%, 0, 0);
33
32
  }
34
- .SidebarTransition_exitActiveInvert__5-Ogx {
33
+ .SidebarTransition_exitActiveInvert__3GyQS {
35
34
  opacity: 0;
36
35
  transform: translate3d(-100%, 0, 0);
37
36
  }
38
37
 
39
- .SidebarTransition_enterActive__2zE_e,
40
- .SidebarTransition_exitActive__kjse3 {
38
+ .SidebarTransition_enterActive__1Hx7o,
39
+ .SidebarTransition_exitActive__1gP6e {
41
40
  filter: blur(2px);
42
41
  }
42
+
43
43
  .Toastify {
44
44
  position: absolute;
45
45
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hopara/react",
3
- "version": "0.1.103",
3
+ "version": "0.1.105",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "homepage": "https://hopara.io",
@@ -29,18 +29,18 @@
29
29
  "@babel/core": "^7.18.9",
30
30
  "@babel/preset-env": "^7.16.4",
31
31
  "@danmarshall/deckgl-typings": "^4.9.22",
32
- "@hopara/components": "^0.1.103",
33
- "@hopara/config": "^0.1.103",
34
- "@hopara/dataset": "^0.1.103",
35
- "@hopara/encoding": "^0.1.103",
36
- "@hopara/http-client": "^0.1.103",
37
- "@hopara/image": "^0.1.103",
38
- "@hopara/internals": "^0.1.103",
39
- "@hopara/memoize": "^0.1.103",
40
- "@hopara/object": "^0.1.103",
41
- "@hopara/projector": "^0.1.103",
32
+ "@hopara/components": "^0.1.105",
33
+ "@hopara/config": "^0.1.105",
34
+ "@hopara/dataset": "^0.1.105",
35
+ "@hopara/encoding": "^0.1.105",
36
+ "@hopara/http-client": "^0.1.105",
37
+ "@hopara/image": "^0.1.105",
38
+ "@hopara/internals": "^0.1.105",
39
+ "@hopara/memoize": "^0.1.105",
40
+ "@hopara/object": "^0.1.105",
41
+ "@hopara/projector": "^0.1.105",
42
42
  "@hopara/region": "git+ssh://git@bitbucket.org:kyrix/region.git#release",
43
- "@hopara/spatial": "^0.1.103",
43
+ "@hopara/spatial": "^0.1.105",
44
44
  "babel-loader": "8.1.0",
45
45
  "customize-cra": "^1.0.0",
46
46
  "react-app-rewired": "^2.2.1",
@@ -70,6 +70,7 @@
70
70
  "@mui/system": "^5.9.1",
71
71
  "@nebula.gl/edit-modes": "~1.0.2",
72
72
  "@nebula.gl/layers": "~1.0.2",
73
+ "@redux-saga/core": "^1.2.1",
73
74
  "@turf/bbox": "^6.5.0",
74
75
  "@turf/bbox-polygon": "^6.5.0",
75
76
  "@turf/centroid": "^6.5.0",
@@ -115,7 +116,6 @@
115
116
  "react-toastify": "^8.0.3",
116
117
  "react-transition-group": "~4.4.1",
117
118
  "redux-persist": "~6.0.0",
118
- "redux-saga": "~1.1.3",
119
119
  "reflect-metadata": "~0.1.13",
120
120
  "reselect": "~4.0.0",
121
121
  "setimmediate": "^1.0.5",