@carto/ps-react-ui 4.0.2 → 4.0.3

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.
@@ -29,6 +29,6 @@ export declare const styles: {
29
29
  };
30
30
  disabled: {
31
31
  opacity: number;
32
- cursor: "not-allowed";
32
+ pointerEvents: "none";
33
33
  };
34
34
  };
@@ -46,7 +46,7 @@ export interface MeasurementToolsComponentProps<T extends string = MeasurementMo
46
46
  enabled: boolean;
47
47
  value: string;
48
48
  labels?: Labels;
49
- modesMapping: MeasurementModesMapping<T>;
49
+ modesMapping?: MeasurementModesMapping<T>;
50
50
  unitsMapping?: MeasurementUnitsMapping<U>;
51
51
  actionProps?: ActionProps;
52
52
  modeSelected?: T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carto/ps-react-ui",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "CARTO's Professional Service React Material library",
5
5
  "type": "module",
6
6
  "devDependencies": {