react-globe.gl 2.32.0 → 2.33.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.
@@ -187,6 +187,7 @@ var GlobePropTypes = {
187
187
  htmlLng: PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.func]),
188
188
  htmlAltitude: PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.func]),
189
189
  htmlElement: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
190
+ htmlElementVisibilityModifier: PropTypes.func,
190
191
  htmlTransitionDuration: PropTypes.number,
191
192
  objectsData: PropTypes.arrayOf(PropTypes.object),
192
193
  objectLat: PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.func]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-globe.gl",
3
- "version": "2.32.0",
3
+ "version": "2.33.1",
4
4
  "description": "React component for Globe Data Visualization using ThreeJS/WebGL",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -45,7 +45,7 @@
45
45
  "dist/**/*"
46
46
  ],
47
47
  "dependencies": {
48
- "globe.gl": "^2.40",
48
+ "globe.gl": "^2.41",
49
49
  "prop-types": "15",
50
50
  "react-kapsule": "^2.5"
51
51
  },
@@ -63,9 +63,9 @@
63
63
  "@rollup/plugin-terser": "^0.4.4",
64
64
  "@types/react": "^19.0.10",
65
65
  "rimraf": "^6.0.1",
66
- "rollup": "^4.34.8",
66
+ "rollup": "^4.34.9",
67
67
  "rollup-plugin-dts": "^6.1.1",
68
- "typescript": "^5.7.3"
68
+ "typescript": "^5.8.2"
69
69
  },
70
70
  "engines": {
71
71
  "node": ">=12"