@salesgenterp/ui-components 0.4.379 → 0.4.380

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 CHANGED
@@ -1041,7 +1041,7 @@ var _templateObject$5;
1041
1041
  var APIStaticPage = function APIStaticPage(_ref) {
1042
1042
  var _ref$colors = _ref.colors,
1043
1043
  colors = _ref$colors === void 0 ? {
1044
- primaryColor: '#D2122E'
1044
+ primaryColor: '#424242'
1045
1045
  } : _ref$colors,
1046
1046
  maxWidth = _ref.maxWidth,
1047
1047
  mapSrc = _ref.mapSrc,
@@ -4492,7 +4492,7 @@ var AccountDetails = function AccountDetails(_ref) {
4492
4492
  serviceApiEndPoint = _ref.serviceApiEndPoint,
4493
4493
  token = _ref.token,
4494
4494
  _ref$primaryColor = _ref.primaryColor,
4495
- primaryColor = _ref$primaryColor === void 0 ? '#D2122E' : _ref$primaryColor,
4495
+ primaryColor = _ref$primaryColor === void 0 ? '#424242' : _ref$primaryColor,
4496
4496
  secondaryColor = _ref.secondaryColor,
4497
4497
  backgroundColor = _ref.backgroundColor,
4498
4498
  fontColor = _ref.fontColor,
@@ -4543,7 +4543,7 @@ var AccountDetails = function AccountDetails(_ref) {
4543
4543
  defaultStoreId = _useState6[0],
4544
4544
  setDefaultStoreId = _useState6[1];
4545
4545
  var _useState7 = React.useState({
4546
- primaryColor: primaryColor || '#D2122E',
4546
+ primaryColor: primaryColor || '#424242',
4547
4547
  secondaryColor: secondaryColor || '#FFFFFF',
4548
4548
  backgroundColor: backgroundColor || '#F5F5F5',
4549
4549
  fontColor: fontColor || '#391111'
@@ -4971,7 +4971,7 @@ var BrandList = function BrandList(_ref) {
4971
4971
  var apiEndPoint = _ref.apiEndPoint,
4972
4972
  _ref$colors = _ref.colors,
4973
4973
  colors = _ref$colors === void 0 ? {
4974
- primaryColor: '#D2122E'
4974
+ primaryColor: '#424242'
4975
4975
  } : _ref$colors,
4976
4976
  _ref$size = _ref.size,
4977
4977
  size = _ref$size === void 0 ? 20 : _ref$size,
@@ -5103,7 +5103,7 @@ var BrandStock = function BrandStock(_ref) {
5103
5103
  apiEndPoint = _ref.apiEndPoint,
5104
5104
  _ref$colors = _ref.colors,
5105
5105
  colors = _ref$colors === void 0 ? {
5106
- primaryColor: '#D2122E'
5106
+ primaryColor: '#424242'
5107
5107
  } : _ref$colors;
5108
5108
  var _useState = React.useState(_extends({}, storeData)),
5109
5109
  data = _useState[0],
@@ -7813,7 +7813,7 @@ var HomeBanner = function HomeBanner(_ref) {
7813
7813
  token = _ref.token,
7814
7814
  _ref$colors = _ref.colors,
7815
7815
  colors = _ref$colors === void 0 ? {
7816
- primaryColor: '#D2122E'
7816
+ primaryColor: '#424242'
7817
7817
  } : _ref$colors,
7818
7818
  _ref$businessTypeId = _ref.businessTypeId,
7819
7819
  businessTypeId = _ref$businessTypeId === void 0 ? 1 : _ref$businessTypeId,
@@ -9119,7 +9119,7 @@ var QuickOrder = function QuickOrder(_ref) {
9119
9119
  var _storeData$map;
9120
9120
  var _ref$colors = _ref.colors,
9121
9121
  colors = _ref$colors === void 0 ? {
9122
- primaryColor: '#D2122E'
9122
+ primaryColor: '#424242'
9123
9123
  } : _ref$colors,
9124
9124
  apiEndPoint = _ref.apiEndPoint,
9125
9125
  token = _ref.token,
@@ -9298,7 +9298,7 @@ var StaticPage = function StaticPage(_ref) {
9298
9298
  var _data$content;
9299
9299
  var _ref$colors = _ref.colors,
9300
9300
  colors = _ref$colors === void 0 ? {
9301
- primaryColor: '#D2122E'
9301
+ primaryColor: '#424242'
9302
9302
  } : _ref$colors,
9303
9303
  data = _ref.data,
9304
9304
  maxWidth = _ref.maxWidth,
@@ -9498,7 +9498,7 @@ var SwitchUser = function SwitchUser(_ref) {
9498
9498
  token = _ref.token,
9499
9499
  _ref$colors = _ref.colors,
9500
9500
  colors = _ref$colors === void 0 ? {
9501
- primaryColor: '#D2122E'
9501
+ primaryColor: '#424242'
9502
9502
  } : _ref$colors,
9503
9503
  onSelectCustomer = _ref.onSelectCustomer;
9504
9504
  var _useState = React.useState([]),
@@ -9591,7 +9591,7 @@ var ThankYou = function ThankYou(_ref) {
9591
9591
  id = _ref$id === void 0 ? 0 : _ref$id,
9592
9592
  _ref$colors = _ref.colors,
9593
9593
  colors = _ref$colors === void 0 ? {
9594
- primaryColor: '#D2122E'
9594
+ primaryColor: '#424242'
9595
9595
  } : _ref$colors,
9596
9596
  onContinue = _ref.onContinue;
9597
9597
  return /*#__PURE__*/React__default.createElement(styled.ThemeProvider, {