@salesgenterp/ui-components 0.4.183 → 0.4.185
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7241,7 +7241,7 @@ var AccountDetails = function AccountDetails(_ref) {
|
|
|
7241
7241
|
var _ref$apiEndPoint = _ref.apiEndPoint,
|
|
7242
7242
|
apiEndPoint = _ref$apiEndPoint === void 0 ? 'https://dev.salesgent.xyz/api' : _ref$apiEndPoint,
|
|
7243
7243
|
_ref$token = _ref.token,
|
|
7244
|
-
token = _ref$token === void 0 ? 'eyJhbGciOiJIUzI1NiJ9.
|
|
7244
|
+
token = _ref$token === void 0 ? 'eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzYWxlc2dlbnRlcnBAZ21haWwuY29tIiwidGllciI6MiwidXNlclR5cGUiOiJDdXN0b21lciIsInRva2VuVHlwZSI6ImFjY2VzcyIsInN0b3JlSWQiOjIsImV4cCI6MTY2OTE1MjMxNSwidXNlcklkIjoyNDU1LCJpYXQiOjE2NjkxMTYzMTUsInJlc2V0UGFzc3dvcmRSZXF1aXJlZCI6ZmFsc2V9.LBAhktVAWcjT3z4mc_gVaWyzm6MRi2lu6YFaJf4FAXI' : _ref$token,
|
|
7245
7245
|
_ref$primaryColor = _ref.primaryColor,
|
|
7246
7246
|
primaryColor = _ref$primaryColor === void 0 ? '#D2122E' : _ref$primaryColor,
|
|
7247
7247
|
secondaryColor = _ref.secondaryColor,
|