@salesgenterp/ui-components 0.4.122 → 0.4.123
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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4913,6 +4913,7 @@ var AccountDetails = function AccountDetails(_ref) {
|
|
|
4913
4913
|
secondaryColor = _ref.secondaryColor,
|
|
4914
4914
|
backgroundColor = _ref.backgroundColor,
|
|
4915
4915
|
fontColor = _ref.fontColor,
|
|
4916
|
+
backgroundImage = _ref.backgroundImage,
|
|
4916
4917
|
_ref$darkMode = _ref.darkMode,
|
|
4917
4918
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
4918
4919
|
onChangeColors = _ref.onChangeColors;
|