@conboai/storybook.components 0.5.15 → 0.5.17

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.
@@ -1 +1,2 @@
1
1
  export { default as Geo } from './Geo';
2
+ export { defaultGeoObject } from './constants';
@@ -1,5 +1,6 @@
1
1
  import { CoordinatePoint } from './types';
2
2
 
3
+ export { removeSamePoint, addSamePoint } from './components/Polygon/utils';
3
4
  export declare const getLatLngArray: (path: google.maps.LatLng[]) => CoordinatePoint[];
4
5
  export declare const pointsAreClose: (p1: google.maps.LatLng, p2: google.maps.LatLng, threshold?: number) => boolean;
5
6
  export declare const findPolygonCenter: (points?: CoordinatePoint[]) => CoordinatePoint | undefined;
@@ -99935,6 +99935,7 @@ export {
99935
99935
  O5e as WarningIcon,
99936
99936
  y5e as addMillisecondsToDate,
99937
99937
  she as addRandomDecimal,
99938
+ g9 as addSamePoint,
99938
99939
  Cve as arrayToGeoCoordinates,
99939
99940
  m9 as colorPalette,
99940
99941
  $ve as columnDefs,
@@ -99975,6 +99976,7 @@ export {
99975
99976
  zve as newFilterMock,
99976
99977
  h4 as parseSvg,
99977
99978
  nhe as pointsAreClose,
99979
+ p9 as removeSamePoint,
99978
99980
  Id as selectSx,
99979
99981
  Ak as snakeCaseToTitleCase,
99980
99982
  mve as startsWithAny,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.15",
3
+ "version": "0.5.17",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [