zakeke-configurator-react 0.0.179 → 0.0.180
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.
|
@@ -136,7 +136,7 @@ export interface Zakeke {
|
|
|
136
136
|
/**
|
|
137
137
|
* An array of additional custom properties.
|
|
138
138
|
*/
|
|
139
|
-
|
|
139
|
+
additionalCustomProperties: AdditionalCustomProperties[] | null;
|
|
140
140
|
/**
|
|
141
141
|
* Represents the whole selection done in the configuration, this one is showed in the recap panel
|
|
142
142
|
*/
|
package/dist/index.js
CHANGED
|
@@ -67436,7 +67436,7 @@ var createProviderValue = function createProviderValue(state, dispatch) {
|
|
|
67436
67436
|
eventMessages: state.environment.eventMessages,
|
|
67437
67437
|
visibleEventMessages: state.environment.visibleEventMessages,
|
|
67438
67438
|
isAssetsLoading: state.environment.isAssetsLoading,
|
|
67439
|
-
|
|
67439
|
+
additionalCustomProperties: state.environment.additionalCustomProperties,
|
|
67440
67440
|
currentCompositionInfo: state.environment.currentCompositionInfo,
|
|
67441
67441
|
nftSettings: state.environment.nftSettings,
|
|
67442
67442
|
useLegacyScreenshot: state.environment.useLegacyScreenshot,
|