@chayns-components/maps 5.0.0-beta.686 → 5.0.0-beta.694

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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledPositionInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
2
  export declare const StyledPositionInputSearch: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledMapWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,4 +1,3 @@
1
- /// <reference types="google.maps" />
2
1
  import { FC, type ReactElement } from 'react';
3
2
  import type { Position } from '../../../../types/positionInput';
4
3
  export type MapProps = {
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledMap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,4 +1,3 @@
1
- /// <reference types="google.maps" />
2
1
  import { FC } from 'react';
3
2
  import type { IMarker, Position } from '../../../../../types/positionInput';
4
3
  export type MarkerProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/maps",
3
- "version": "5.0.0-beta.686",
3
+ "version": "5.0.0-beta.694",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "sideEffects": false,
6
6
  "browserslist": [
@@ -49,26 +49,26 @@
49
49
  "url": "https://github.com/TobitSoftware/chayns-components/issues"
50
50
  },
51
51
  "devDependencies": {
52
- "@babel/cli": "^7.24.6",
53
- "@babel/core": "^7.24.6",
54
- "@babel/preset-env": "^7.24.6",
55
- "@babel/preset-react": "^7.24.6",
56
- "@babel/preset-typescript": "^7.24.6",
57
- "@types/google.maps": "^3.55.9",
52
+ "@babel/cli": "^7.24.8",
53
+ "@babel/core": "^7.24.9",
54
+ "@babel/preset-env": "^7.24.8",
55
+ "@babel/preset-react": "^7.24.7",
56
+ "@babel/preset-typescript": "^7.24.7",
57
+ "@types/google.maps": "^3.55.11",
58
58
  "@types/react": "^18.3.3",
59
59
  "@types/react-dom": "^18.3.0",
60
60
  "@types/styled-components": "^5.1.34",
61
61
  "@types/uuid": "^9.0.8",
62
62
  "babel-loader": "^9.1.3",
63
63
  "cross-env": "^7.0.3",
64
- "lerna": "^8.1.3",
64
+ "lerna": "^8.1.6",
65
65
  "react": "^18.3.1",
66
66
  "react-dom": "^18.3.1",
67
67
  "styled-components": "^6.1.11",
68
- "typescript": "^5.4.5"
68
+ "typescript": "^5.5.3"
69
69
  },
70
70
  "dependencies": {
71
- "@chayns-components/core": "^5.0.0-beta.686",
71
+ "@chayns-components/core": "^5.0.0-beta.694",
72
72
  "@googlemaps/react-wrapper": "^1.1.35",
73
73
  "@googlemaps/typescript-guards": "^2.0.3",
74
74
  "@react-google-maps/api": "^2.19.3",
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "90360c2ae4d29e39e0e220b7c36df89385be128b"
87
+ "gitHead": "53f4f7c8fdabf8493b09818872eb8fc7ce132550"
88
88
  }