datastake-daf 0.6.270 → 0.6.271

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.
@@ -19309,7 +19309,7 @@ const Style$A = dt.div`
19309
19309
  flex-direction: row;
19310
19310
  position: relative;
19311
19311
  width: 100%;
19312
- height: 100%;
19312
+ height: 472px;
19313
19313
 
19314
19314
  .filter-cont {
19315
19315
  position: absolute;
@@ -21057,22 +21057,13 @@ const SimpleGlobe = _ref => {
21057
21057
  }
21058
21058
  };
21059
21059
  }, [projects, onProjectClick, mapConfig]);
21060
- return /*#__PURE__*/jsxRuntime.jsx("div", {
21061
- style: {
21062
- width: '100%',
21063
- height: '100%',
21064
- position: 'relative'
21065
- },
21066
- children: /*#__PURE__*/jsxRuntime.jsx(Style$A, {
21067
- children: /*#__PURE__*/jsxRuntime.jsx("div", {
21068
- ref: mapContainer,
21069
- style: {
21070
- width: '100%',
21071
- height: '100%',
21072
- position: 'relative',
21073
- overflow: 'hidden'
21074
- }
21075
- })
21060
+ return /*#__PURE__*/jsxRuntime.jsx(Style$A, {
21061
+ children: /*#__PURE__*/jsxRuntime.jsx("div", {
21062
+ ref: mapContainer,
21063
+ style: {
21064
+ width: '100%',
21065
+ height: '500px'
21066
+ }
21076
21067
  })
21077
21068
  });
21078
21069
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.270",
3
+ "version": "0.6.271",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -236,19 +236,9 @@ const SimpleGlobe = ({
236
236
  }, [projects, onProjectClick, mapConfig]);
237
237
 
238
238
  return (
239
- <div style={{ width: '100%', height: '100%', position: 'relative' }}>
240
- <Style>
241
- <div
242
- ref={mapContainer}
243
- style={{
244
- width: '100%',
245
- height: '100%',
246
- position: 'relative',
247
- overflow: 'hidden'
248
- }}
249
- />
250
- </Style>
251
- </div>
239
+ <Style>
240
+ <div ref={mapContainer} style={{ width: '100%', height: '500px' }} />
241
+ </Style>
252
242
  );
253
243
  };
254
244
 
@@ -5,7 +5,7 @@ const Style = styled.div`
5
5
  flex-direction: row;
6
6
  position: relative;
7
7
  width: 100%;
8
- height: 100%;
8
+ height: 472px;
9
9
 
10
10
  .filter-cont {
11
11
  position: absolute;