@commercetools-frontend/fullstory 2.5.3 → 2.5.5
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.
|
@@ -7,7 +7,7 @@ export type TMarkingProps = HTMLAttributes<HTMLDivElement> & {
|
|
|
7
7
|
declare function applyMarker(name: TMarkingProps['name']): {
|
|
8
8
|
'data-tracking': string;
|
|
9
9
|
};
|
|
10
|
-
declare function Section({ children, name, ...additionalProps }: TMarkingProps): import("@emotion/react/
|
|
10
|
+
declare function Section({ children, name, ...additionalProps }: TMarkingProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
11
11
|
declare const Marking: {
|
|
12
12
|
Section: typeof Section;
|
|
13
13
|
applyMarker: typeof applyMarker;
|
|
@@ -3,9 +3,9 @@ export type TMaskingProps = {
|
|
|
3
3
|
children: ReactNode;
|
|
4
4
|
as?: 'div' | 'span';
|
|
5
5
|
};
|
|
6
|
-
declare function Exclude(props: TMaskingProps): import("@emotion/react/
|
|
7
|
-
declare function Unmask(props: TMaskingProps): import("@emotion/react/
|
|
8
|
-
declare function Mask(props: TMaskingProps): import("@emotion/react/
|
|
6
|
+
declare function Exclude(props: TMaskingProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function Unmask(props: TMaskingProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function Mask(props: TMaskingProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
9
|
declare const Masking: {
|
|
10
10
|
Unmask: typeof Unmask;
|
|
11
11
|
Mask: typeof Mask;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/fullstory",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.5",
|
|
4
4
|
"description": "A package integrating with the FullStory SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/commercetools-frontend-fullstory.cjs.js",
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@babel/core": "^7.22.11",
|
|
17
17
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
18
|
-
"@fullstory/browser": "2.0.
|
|
18
|
+
"@fullstory/browser": "2.0.6"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@apollo/client": "3.7.10",
|
|
22
|
-
"@commercetools-frontend/application-shell": "
|
|
23
|
-
"@commercetools-frontend/application-shell-connectors": "
|
|
24
|
-
"@commercetools-frontend/constants": "
|
|
25
|
-
"@emotion/react": "11.
|
|
22
|
+
"@commercetools-frontend/application-shell": "23.1.0",
|
|
23
|
+
"@commercetools-frontend/application-shell-connectors": "23.1.0",
|
|
24
|
+
"@commercetools-frontend/constants": "23.1.0",
|
|
25
|
+
"@emotion/react": "11.14.0",
|
|
26
26
|
"@testing-library/react": "12.1.5",
|
|
27
27
|
"@testing-library/react-hooks": "8.0.1",
|
|
28
28
|
"@types/jest": "^29.5.2",
|
|
29
|
-
"@types/node": "22.
|
|
29
|
+
"@types/node": "22.13.9",
|
|
30
30
|
"@types/react": "17.0.83",
|
|
31
31
|
"@types/testing-library__jest-dom": "^5.14.6",
|
|
32
|
-
"graphql": "16.
|
|
32
|
+
"graphql": "16.10.0",
|
|
33
33
|
"react": "17.0.2",
|
|
34
34
|
"react-dom": "17.0.2",
|
|
35
35
|
"react-intl": "6.6.8",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"typescript": "5.2.2"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@commercetools-frontend/application-shell-connectors": "^
|
|
43
|
-
"@commercetools-frontend/constants": "^
|
|
42
|
+
"@commercetools-frontend/application-shell-connectors": "^23.1.0",
|
|
43
|
+
"@commercetools-frontend/constants": "^23.1.0",
|
|
44
44
|
"@emotion/react": "11.x",
|
|
45
45
|
"react": "17.x",
|
|
46
46
|
"react-intl": "6.x"
|