@cloud-app-dev/vidc 3.0.20 → 3.0.21

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.
@@ -25,7 +25,7 @@ function ClusterLayer(_ref) {
25
25
  cluster.setData([]);
26
26
  cluster.setData(markers);
27
27
  }
28
- }, [markers]);
28
+ }, [cluster, markers, type.AMap, type.leaflet]);
29
29
  return /*#__PURE__*/React.createElement(React.Fragment, null, children);
30
30
  }
31
31
 
@@ -139,8 +139,8 @@
139
139
  color: var(--gray1);
140
140
  }
141
141
  .cloudapp-select.time-mode-select .cloudapp-select-selector {
142
- background-color: transparent;
143
- border-radius: var(--radius1);
142
+ background-color: transparent !important;
143
+ border-radius: var(--radius1) !important;
144
144
  }
145
145
  .cloudapp-select.time-mode-select .anticon {
146
146
  color: var(--gray1);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@cloud-app-dev/vidc",
4
4
  "description": "Video Image Data Componennts",
5
- "version": "3.0.20",
5
+ "version": "3.0.21",
6
6
  "scripts": {
7
7
  "start": "dumi dev",
8
8
  "docs:build": "dumi build",