@hopara/react 0.1.113 → 0.1.115
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.
- package/build/index.js +2 -2
- package/build/static/css/main.css +8 -96
- package/build/static/media/{place-row.c46a02cf.svg → place-row.2bc3682c.svg} +0 -1
- package/package.json +51 -34
- package/build/static/media/filter-large.61677ff2.svg +0 -1
- package/build/static/media/layers-large.596ff81a.svg +0 -1
- package/build/static/media/table-large.72b90bd0.svg +0 -1
- package/build/static/media/tune-large.ecd7a42c.svg +0 -1
|
@@ -1,45 +1,3 @@
|
|
|
1
|
-
.SidebarTransition_transitionBlock__AOkGN {
|
|
2
|
-
position: relative;
|
|
3
|
-
width: 100%;
|
|
4
|
-
transition: opacity .2s ease-in-out, transform 0.2s ease-in-out, filter 0.28s ease-in-out;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.SidebarTransition_enter__3zlrq,
|
|
8
|
-
.SidebarTransition_enterInvert__1653O {
|
|
9
|
-
z-index: 2;
|
|
10
|
-
filter: blur(2px);
|
|
11
|
-
}
|
|
12
|
-
.SidebarTransition_enter__3zlrq {
|
|
13
|
-
transform: translate3d(-100%, 0, 0);
|
|
14
|
-
}
|
|
15
|
-
.SidebarTransition_enterInvert__1653O {
|
|
16
|
-
transform: translate3d(100%, 0, 0);
|
|
17
|
-
}
|
|
18
|
-
.SidebarTransition_enterActive__1Hx7o {
|
|
19
|
-
opacity: 1;
|
|
20
|
-
transform: translate3d(0, 0, 0);
|
|
21
|
-
}
|
|
22
|
-
.SidebarTransition_enterDone__6v3KG {
|
|
23
|
-
filter: blur(0);
|
|
24
|
-
}
|
|
25
|
-
.SidebarTransition_exit__28S_k {
|
|
26
|
-
opacity: 1;
|
|
27
|
-
transform: translate3d(0, 0, 0);
|
|
28
|
-
}
|
|
29
|
-
.SidebarTransition_exitActive__1gP6e {
|
|
30
|
-
opacity: 0;
|
|
31
|
-
transform: translate3d(100%, 0, 0);
|
|
32
|
-
}
|
|
33
|
-
.SidebarTransition_exitActiveInvert__3GyQS {
|
|
34
|
-
opacity: 0;
|
|
35
|
-
transform: translate3d(-100%, 0, 0);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.SidebarTransition_enterActive__1Hx7o,
|
|
39
|
-
.SidebarTransition_exitActive__1gP6e {
|
|
40
|
-
filter: blur(2px);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
1
|
.Toastify {
|
|
44
2
|
position: absolute;
|
|
45
3
|
top: 0;
|
|
@@ -71,26 +29,6 @@
|
|
|
71
29
|
animation: fade-out 240ms ease-out both;
|
|
72
30
|
}
|
|
73
31
|
|
|
74
|
-
.hopara-Toastify__toast__dark {
|
|
75
|
-
box-shadow: rgb(0 0 0 / 20%) 0 3px 5px -1px, rgb(0 0 0 / 14%) 0 6px 10px 0, rgb(0 0 0 / 12%) 0 1px 18px 0;
|
|
76
|
-
background-image: linear-gradient(rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.11));
|
|
77
|
-
background-color: rgb(250, 250, 250);
|
|
78
|
-
color: rgba(0, 0, 0, 0.87);
|
|
79
|
-
font-size: 12px !important;
|
|
80
|
-
min-height: 10px !important;
|
|
81
|
-
border-radius: 4px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.hopara-Toastify__toast__light {
|
|
85
|
-
box-shadow: rgb(0 0 0 / 20%) 0 3px 5px -1px, rgb(0 0 0 / 14%) 0 6px 10px 0, rgb(0 0 0 / 12%) 0 1px 18px 0;
|
|
86
|
-
background-image: linear-gradient(rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.11));
|
|
87
|
-
background-color: rgb(50, 50, 50);
|
|
88
|
-
color: #fff;
|
|
89
|
-
font-size: 12px !important;
|
|
90
|
-
min-height: 10px !important;
|
|
91
|
-
border-radius: 4px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
32
|
.hopara-Toastify__body:before {
|
|
95
33
|
content: "";
|
|
96
34
|
background-color: inherit;
|
|
@@ -100,47 +38,20 @@
|
|
|
100
38
|
margin-right: 10px;
|
|
101
39
|
}
|
|
102
40
|
|
|
41
|
+
.hopara-Toastify__body {
|
|
42
|
+
white-space: pre-line;
|
|
43
|
+
}
|
|
44
|
+
|
|
103
45
|
.hopara-Toastify__toast__light .Toastify__close-button {
|
|
104
46
|
align-self: center;
|
|
105
|
-
color: rgb(255,255,255);
|
|
47
|
+
color: rgb(255, 255, 255);
|
|
106
48
|
}
|
|
107
49
|
|
|
108
50
|
.hopara-Toastify__toast__dark .Toastify__close-button {
|
|
109
51
|
align-self: center;
|
|
110
|
-
color: rgb(50,50,50);
|
|
52
|
+
color: rgb(50, 50, 50);
|
|
111
53
|
}
|
|
112
54
|
|
|
113
|
-
.Toastify__toast--success .hopara-Toastify__body {
|
|
114
|
-
color: #29d67a;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.Toastify__toast--success .hopara-Toastify__body:before {
|
|
118
|
-
background-color: #29d67a;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.Toastify__toast--info .hopara-Toastify__body {
|
|
122
|
-
color: #3b48c4;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.Toastify__toast--info .hopara-Toastify__body:before {
|
|
126
|
-
background-color: #3b48c4;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.Toastify__toast--warn .hopara-Toastify__body {
|
|
130
|
-
color: #e68a19;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.Toastify__toast--warn .hopara-Toastify__body:before {
|
|
134
|
-
background-color: #e68a19;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.Toastify__toast--error .hopara-Toastify__body {
|
|
138
|
-
color: #e62719;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.Toastify__toast--error .hopara-Toastify__body:before {
|
|
142
|
-
background-color: #e62719;
|
|
143
|
-
}
|
|
144
55
|
|
|
145
56
|
|
|
146
57
|
|
|
@@ -152,7 +63,7 @@
|
|
|
152
63
|
}
|
|
153
64
|
|
|
154
65
|
.ViewTransition_enter__1qfMc {
|
|
155
|
-
z-index:
|
|
66
|
+
z-index: 1;
|
|
156
67
|
opacity: 0;
|
|
157
68
|
transform: translate3d(-100%, 0, 0);
|
|
158
69
|
filter: blur(4px);
|
|
@@ -177,3 +88,4 @@
|
|
|
177
88
|
.ViewTransition_exitActive__3ephY {
|
|
178
89
|
filter: blur(4px);
|
|
179
90
|
}
|
|
91
|
+
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<title>placeRow</title>
|
|
4
3
|
<g id="placeRow" fill-rule="evenodd">
|
|
5
4
|
<polygon fill="currentColor" points="12 2 16.2426407 6.24264069 15.1213203 7.36396103 13 5.242 13 11 18.759 11 16.636039 8.87867966 17.7573593 7.75735931 22 12 17.7573593 16.2426407 16.636039 15.1213203 18.757 13 13 13 13 18.757 15.1213203 16.636039 16.2426407 17.7573593 12 22 7.75735931 17.7573593 8.87867966 16.636039 11 18.759 11 13 5.242 13 7.36396103 15.1213203 6.24264069 16.2426407 2 12 6.24264069 7.75735931 7.36396103 8.87867966 5.24 11 11 11 11 5.24 8.87867966 7.36396103 7.75735931 6.24264069"/>
|
|
6
5
|
</g>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hopara/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.115",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"homepage": "https://hopara.io",
|
|
@@ -29,47 +29,56 @@
|
|
|
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/
|
|
33
|
-
"@hopara/config": "^0.1.
|
|
34
|
-
"@hopara/dataset": "^0.1.
|
|
35
|
-
"@hopara/
|
|
36
|
-
"@hopara/
|
|
37
|
-
"@hopara/
|
|
38
|
-
"@hopara/
|
|
39
|
-
"@hopara/
|
|
40
|
-
"@hopara/
|
|
41
|
-
"@hopara/
|
|
32
|
+
"@hopara/auth-front": "^0.1.114",
|
|
33
|
+
"@hopara/config": "^0.1.114",
|
|
34
|
+
"@hopara/dataset": "^0.1.114",
|
|
35
|
+
"@hopara/design-system": "^0.1.114",
|
|
36
|
+
"@hopara/encoding": "^0.1.114",
|
|
37
|
+
"@hopara/http-client": "^0.1.114",
|
|
38
|
+
"@hopara/i18n": "^0.1.114",
|
|
39
|
+
"@hopara/image": "^0.1.114",
|
|
40
|
+
"@hopara/internals": "^0.1.114",
|
|
41
|
+
"@hopara/memoize": "^0.1.114",
|
|
42
|
+
"@hopara/object": "^0.1.114",
|
|
43
|
+
"@hopara/page": "^0.1.114",
|
|
44
|
+
"@hopara/projector": "^0.1.114",
|
|
42
45
|
"@hopara/region": "git+ssh://git@bitbucket.org:kyrix/region.git#release",
|
|
43
|
-
"@hopara/spatial": "^0.1.
|
|
46
|
+
"@hopara/spatial": "^0.1.114",
|
|
44
47
|
"babel-loader": "8.1.0",
|
|
45
48
|
"customize-cra": "^1.0.0",
|
|
46
49
|
"react-app-rewired": "^2.2.1",
|
|
47
50
|
"webpack-node-externals": "^3.0.0"
|
|
48
51
|
},
|
|
49
52
|
"dependencies": {
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@deck.gl/
|
|
53
|
-
"@deck.gl/
|
|
54
|
-
"@deck.gl/
|
|
55
|
-
"@deck.gl/
|
|
56
|
-
"@deck.gl/layers": "^8.7
|
|
57
|
-
"@deck.gl/
|
|
58
|
-
"@
|
|
59
|
-
"@emotion/
|
|
60
|
-
"@emotion/styled": "^11.8.1",
|
|
53
|
+
"@babel/core": "^7.18.9",
|
|
54
|
+
"@deck.gl/aggregation-layers": "^8.9.7",
|
|
55
|
+
"@deck.gl/core": "^8.9.7",
|
|
56
|
+
"@deck.gl/extensions": "^8.9.7",
|
|
57
|
+
"@deck.gl/geo-layers": "^8.9.7",
|
|
58
|
+
"@deck.gl/layers": "^8.9.7",
|
|
59
|
+
"@deck.gl/mesh-layers": "^8.9.7",
|
|
60
|
+
"@deck.gl/react": "^8.9.7",
|
|
61
|
+
"@emotion/react": "^11.10.4",
|
|
62
|
+
"@emotion/styled": "^11.10.4",
|
|
61
63
|
"@loaders.gl/core": "^3.0.0",
|
|
62
64
|
"@loaders.gl/gltf": "^3.0.0",
|
|
63
65
|
"@loaders.gl/images": "^3.0.0",
|
|
64
|
-
"@luma.gl/
|
|
65
|
-
"@luma.gl/
|
|
66
|
+
"@luma.gl/constants": "^8.5.20",
|
|
67
|
+
"@luma.gl/core": "^8.5.20",
|
|
68
|
+
"@luma.gl/engine": "^8.5.20",
|
|
66
69
|
"@material/material-color-utilities": "^0.2.0",
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
70
|
+
"@math.gl/web-mercator": "^3.5.7",
|
|
71
|
+
"@mdi/js": "^7.1.96",
|
|
72
|
+
"@mdi/react": "^1.6.1",
|
|
73
|
+
"@monaco-editor/react": "^4.4.6",
|
|
74
|
+
"@mui/base": "^5.0.0-alpha.124",
|
|
75
|
+
"@mui/icons-material": "^5.11.9",
|
|
76
|
+
"@mui/material": "^5.11.9",
|
|
77
|
+
"@mui/styles": "^5.11.9",
|
|
78
|
+
"@mui/system": "^5.11.9",
|
|
71
79
|
"@nebula.gl/edit-modes": "~1.0.2",
|
|
72
80
|
"@nebula.gl/layers": "~1.0.2",
|
|
81
|
+
"@react-google-maps/api": "^2.13.1",
|
|
73
82
|
"@redux-saga/core": "^1.2.1",
|
|
74
83
|
"@turf/bbox": "^6.5.0",
|
|
75
84
|
"@turf/bbox-polygon": "^6.5.0",
|
|
@@ -86,36 +95,43 @@
|
|
|
86
95
|
"ajv": "^6.0.0",
|
|
87
96
|
"case": "^1.6.3",
|
|
88
97
|
"class-transformer": "^0.5.1",
|
|
98
|
+
"clsx": "^1.2.1",
|
|
89
99
|
"colorsys": "^1.0.22",
|
|
90
100
|
"d3": "^6.3.1",
|
|
91
101
|
"d3-color": "^3.1.0",
|
|
92
102
|
"d3-svg-legend": "^2.25.6",
|
|
93
|
-
"dayjs": "^1.11.
|
|
94
|
-
"deck.gl": "^8.7
|
|
103
|
+
"dayjs": "^1.11.7",
|
|
104
|
+
"deck.gl": "^8.9.7",
|
|
95
105
|
"fast-memoize": "~2.5.2",
|
|
96
106
|
"feather-icons-react": "~0.4.3",
|
|
97
107
|
"gl-matrix": "3.0.0",
|
|
98
108
|
"js-cookie": "^3.0.1",
|
|
99
|
-
"js-sentencecase": "~1.2.1",
|
|
100
109
|
"jwt-decode": "^3.1.2",
|
|
101
110
|
"lodash": "~4.17.21",
|
|
102
111
|
"mapbox-gl": "npm:empty-npm-package@1.0.0",
|
|
103
112
|
"maplibre-gl": "^2.1.7",
|
|
104
113
|
"math.gl": "^3.4.3",
|
|
105
|
-
"
|
|
114
|
+
"natural-compare-lite": "^1.4.0",
|
|
106
115
|
"nebula.gl": "~1.0.2",
|
|
107
116
|
"query-string": "^6.13.8",
|
|
108
117
|
"react-beautiful-dnd": "^13.1.0",
|
|
118
|
+
"react-beforeunload": "^2.5.3",
|
|
109
119
|
"react-color": "^2.19.3",
|
|
110
120
|
"react-datepicker": "^4.8.0",
|
|
121
|
+
"react-dom": "^18.2.0",
|
|
111
122
|
"react-draggable": "~4.4.3",
|
|
123
|
+
"react-helmet": "^6.1.0",
|
|
112
124
|
"react-is": "^16.8.0",
|
|
113
125
|
"react-map-gl": "^7.0.10",
|
|
114
126
|
"react-resize-detector": "^7.1.2",
|
|
115
|
-
"react-table": "^7.
|
|
127
|
+
"react-table": "^7.8.0",
|
|
116
128
|
"react-toastify": "^8.0.3",
|
|
117
129
|
"react-transition-group": "~4.4.1",
|
|
130
|
+
"react-virtualized-auto-sizer": "^1.0.7",
|
|
131
|
+
"react-window": "^1.8.8",
|
|
132
|
+
"react-window-infinite-loader": "^1.0.8",
|
|
118
133
|
"redux-persist": "~6.0.0",
|
|
134
|
+
"redux-saga": "^1.2.1",
|
|
119
135
|
"reflect-metadata": "~0.1.13",
|
|
120
136
|
"reselect": "~4.0.0",
|
|
121
137
|
"setimmediate": "^1.0.5",
|
|
@@ -123,6 +139,7 @@
|
|
|
123
139
|
"socket.io-client": "~2.3.1",
|
|
124
140
|
"supercluster": "^7.1.4",
|
|
125
141
|
"typesafe-actions": "^5.1.0",
|
|
142
|
+
"uuid": "^9.0.0",
|
|
126
143
|
"vega": "^5.21.0",
|
|
127
144
|
"vega-lite": "^5.1.1"
|
|
128
145
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M21.3 34.7v-1.1h5.4v1.1Zm-8-11.15v-1.1h21.4v1.1Zm-6-11.15v-1.1h33.4v1.1Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M24 35.9 10.2 25.2l.85-.7L24 34.5l12.95-10 .85.7Zm0-6.15-13.8-10.7L24 8.35l13.8 10.7Zm0-11Zm0 9.6 12-9.3L24 9.8l-12 9.25Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M8.6 39.4V8.6h30.8v30.8Zm1.1-21.3h28.6V9.7H9.7Zm9.9 10.1h8.8v-9h-8.8Zm0 10.1h8.8v-9h-8.8ZM9.7 28.2h8.8v-9H9.7Zm19.8 0h8.8v-9h-8.8ZM9.7 38.3h8.8v-9H9.7Zm19.8 0h8.8v-9h-8.8Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M23.1 40.7v-9.2h1.1v4.05h16.5v1.1H24.2v4.05ZM7.3 36.65v-1.1h9.5v1.1Zm8.4-8.05v-4.05H7.3v-1.1h8.4V19.4h1.1v9.2Zm7.4-4.05v-1.1h17.6v1.1Zm8.1-8.1V7.3h1.1v4.05h8.4v1.1h-8.4v4Zm-23.9-4v-1.1h17.6v1.1Z"/></svg>
|