kitchen-simulator 4.4.1 → 4.4.2
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/es/constants.js +3 -1
- package/es/utils/isolate-event-handler.js +507 -125
- package/es/utils/molding.js +3 -235
- package/es/utils/skinPanelEngine.js +14 -1
- package/lib/constants.js +8 -6
- package/lib/utils/isolate-event-handler.js +506 -124
- package/lib/utils/molding.js +3 -236
- package/lib/utils/skinPanelEngine.js +14 -1
- package/package.json +1 -1
package/es/constants.js
CHANGED
|
@@ -778,4 +778,6 @@ export var SKIN_SKU_BSV_48 = 'BSV48'; // 48" x 34.5" : For base cabinets back-to
|
|
|
778
778
|
export var SKIN_SKU_WSV_1242 = 'WSV1242'; // 11.25" x 42" : For 12" deep wall cabinets
|
|
779
779
|
export var SKIN_SKU_WSV_2442 = 'WSV2442'; // 23.25" x 42" : For 24" deep wall cabinets
|
|
780
780
|
export var SKIN_SKU_WSV_2460 = 'WSV2460'; // Usually used for CT3DR or CT2DR SKUs + stacked wall cabinets
|
|
781
|
-
export var SKIN_SKU_USV245325 = 'USV2453.25'; // 23.25" x 53.25" : For tall cabinets
|
|
781
|
+
export var SKIN_SKU_USV245325 = 'USV2453.25'; // 23.25" x 53.25" : For tall cabinets
|
|
782
|
+
|
|
783
|
+
export var DEFAULT_MOLDING_PIECE_LENGTH = 96; // in inch, 8 feet, standard length for molding pieces
|