@crystaldesign/diva-web-planner-react 26.10.0-beta.7 → 26.10.0-beta.9
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.
- package/build/types/web-planner-react/src/tests/AIState.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/AIState.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ClickToCall.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ClickToCall.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ConfiguratorStructureHandler.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ConfiguratorStructureHandler.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ContentItemWrapper.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ContentItemWrapper.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/PaletteViewHandler.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/PaletteViewHandler.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ProductState.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ProductState.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/SaveAndAppointment.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/SaveAndAppointment.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ShareViaUrl.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ShareViaUrl.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/TabGroupState.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/TabGroupState.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/checkoutActions.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/checkoutActions.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/spyLogger.d.ts +8 -0
- package/build/types/web-planner-react/src/tests/spyLogger.d.ts.map +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AIState.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/AIState.businessEvents.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClickToCall.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ClickToCall.businessEvents.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfiguratorStructureHandler.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ConfiguratorStructureHandler.businessEvents.test.ts"],"names":[],"mappings":""}
|
package/build/types/web-planner-react/src/tests/ContentItemWrapper.businessEvents.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentItemWrapper.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ContentItemWrapper.businessEvents.test.tsx"],"names":[],"mappings":""}
|
package/build/types/web-planner-react/src/tests/PaletteViewHandler.businessEvents.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaletteViewHandler.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/PaletteViewHandler.businessEvents.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductState.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ProductState.businessEvents.test.ts"],"names":[],"mappings":""}
|
package/build/types/web-planner-react/src/tests/SaveAndAppointment.businessEvents.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SaveAndAppointment.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/SaveAndAppointment.businessEvents.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareViaUrl.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ShareViaUrl.businessEvents.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabGroupState.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/TabGroupState.businessEvents.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkoutActions.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/checkoutActions.businessEvents.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Registers a spy logger via DivaUtils.setLogger as an import side effect.
|
|
3
|
+
* Modules in this package call DivaUtils.initLog at module scope, which throws
|
|
4
|
+
* unless a logger is registered first — so this file MUST be imported before
|
|
5
|
+
* the module under test (keep it the first import of the test file).
|
|
6
|
+
*/
|
|
7
|
+
export declare const businessEventSpy: jest.Mock<any, any, any>;
|
|
8
|
+
//# sourceMappingURL=spyLogger.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spyLogger.d.ts","sourceRoot":"","sources":["../../../../../src/tests/spyLogger.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,0BAAY,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-web-planner-react",
|
|
3
|
-
"version": "26.10.0-beta.
|
|
3
|
+
"version": "26.10.0-beta.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^6.5.0",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"react-dom": "18.3.1"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@crystaldesign/content-item": "26.10.0-beta.
|
|
16
|
-
"@crystaldesign/product-detail-page": "26.10.0-beta.
|
|
17
|
-
"@crystaldesign/products-component": "26.10.0-beta.
|
|
18
|
-
"@crystaldesign/real-time-viewer": "26.10.0-beta.
|
|
19
|
-
"@crystaldesign/web-planner-logic": "26.10.0-beta.
|
|
20
|
-
"@crystaldesign/widget-contact-form": "26.10.0-beta.
|
|
15
|
+
"@crystaldesign/content-item": "26.10.0-beta.9",
|
|
16
|
+
"@crystaldesign/product-detail-page": "26.10.0-beta.9",
|
|
17
|
+
"@crystaldesign/products-component": "26.10.0-beta.9",
|
|
18
|
+
"@crystaldesign/real-time-viewer": "26.10.0-beta.9",
|
|
19
|
+
"@crystaldesign/web-planner-logic": "26.10.0-beta.9",
|
|
20
|
+
"@crystaldesign/widget-contact-form": "26.10.0-beta.9",
|
|
21
21
|
"@google/model-viewer": "3.5.0",
|
|
22
22
|
"@react-google-maps/api": "2.20.8",
|
|
23
23
|
"@types/three": "0.163.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"types": "./build/types/web-planner-react/src/index.d.ts"
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "0face1c3b7dcd1d47823411e5cbbf012504d3460"
|
|
67
67
|
}
|