@veloceapps/sdk 4.0.9 → 4.0.10
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/bundles/veloce-sdk-cms.umd.js +2 -2
- package/bundles/veloce-sdk-cms.umd.js.map +1 -1
- package/bundles/veloce-sdk.umd.js +8 -11
- package/bundles/veloce-sdk.umd.js.map +1 -1
- package/cms/vendor-map.d.ts +132 -124
- package/esm2015/cms/vendor-map.js +3 -3
- package/esm2015/src/components/header/cart-overlay/cart-preview.component.js +7 -10
- package/esm2015/src/components/header/header.component.js +2 -2
- package/fesm2015/veloce-sdk-cms.js +2 -2
- package/fesm2015/veloce-sdk-cms.js.map +1 -1
- package/fesm2015/veloce-sdk.js +7 -10
- package/fesm2015/veloce-sdk.js.map +1 -1
- package/package.json +1 -1
- package/src/components/header/cart-overlay/cart-preview.component.d.ts +1 -1
@@ -64,7 +64,7 @@
|
|
64
64
|
type: exports.FlowAction.FLOW_CLOSE_DOC_GEN,
|
65
65
|
}); };
|
66
66
|
|
67
|
-
var
|
67
|
+
var cmsActions = /*#__PURE__*/Object.freeze({
|
68
68
|
__proto__: null,
|
69
69
|
get FlowAction () { return exports.FlowAction; },
|
70
70
|
ConfigureProductAction: ConfigureProductAction,
|
@@ -400,7 +400,7 @@
|
|
400
400
|
var ELEMENT_CONFIG = new i0.InjectionToken('ELEMENT_CONFIG_TOKEN');
|
401
401
|
var VENDOR_MAP = new i0.InjectionToken('VENDOR_MAP');
|
402
402
|
|
403
|
-
var
|
403
|
+
var cmsInjectionTokens = /*#__PURE__*/Object.freeze({
|
404
404
|
__proto__: null,
|
405
405
|
DEFAULT_PLUGINS_TOKEN: DEFAULT_PLUGINS_TOKEN,
|
406
406
|
UI_DEFINITION_METADATA: UI_DEFINITION_METADATA,
|