tabexseriescomponents 0.0.838 → 0.0.839
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.cjs.js +23 -2
- package/dist/index.esm.js +23 -2
- package/dist/index.umd.js +23 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -36106,7 +36106,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
36106
36106
|
function ownKeys$1S(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
36107
36107
|
function _objectSpread$1S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1S(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
36108
36108
|
var Modernheader = function Modernheader(props) {
|
|
36109
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
36109
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
36110
36110
|
var _useState = React.useState(''),
|
|
36111
36111
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
36112
36112
|
sectionproperties = _useState2[0],
|
|
@@ -36671,7 +36671,28 @@ var Modernheader = function Modernheader(props) {
|
|
|
36671
36671
|
style: {
|
|
36672
36672
|
minWidth: '200px'
|
|
36673
36673
|
}
|
|
36674
|
-
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
36674
|
+
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36675
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
36676
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
36677
|
+
style: {
|
|
36678
|
+
color: sectionproperties.greetingtextcolor,
|
|
36679
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
36680
|
+
fontWeight: 400
|
|
36681
|
+
}
|
|
36682
|
+
}, lang.hello, ","), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36683
|
+
"class": "".concat(header_cssstyles.dropdownitem) + ' font-weight-600 ml-1 mr-1 text-overflow text-capitalize dropdownitem m-0 p-0 ',
|
|
36684
|
+
style: {
|
|
36685
|
+
maxWidth: '120px'
|
|
36686
|
+
},
|
|
36687
|
+
onClick: function onClick() {
|
|
36688
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
36689
|
+
}
|
|
36690
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c2 = authdetailsContext.customerinfo) === null || _authdetailsContext$c2 === void 0 ? void 0 : _authdetailsContext$c2.name))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
36691
|
+
style: {
|
|
36692
|
+
marginBottom: 0,
|
|
36693
|
+
marginTop: 0
|
|
36694
|
+
}
|
|
36695
|
+
}), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
36675
36696
|
onClick: function onClick() {
|
|
36676
36697
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
36677
36698
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -36057,7 +36057,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
36057
36057
|
function ownKeys$1S(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
36058
36058
|
function _objectSpread$1S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1S(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
36059
36059
|
var Modernheader = function Modernheader(props) {
|
|
36060
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
36060
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
36061
36061
|
var _useState = useState(''),
|
|
36062
36062
|
_useState2 = _slicedToArray(_useState, 2),
|
|
36063
36063
|
sectionproperties = _useState2[0],
|
|
@@ -36622,7 +36622,28 @@ var Modernheader = function Modernheader(props) {
|
|
|
36622
36622
|
style: {
|
|
36623
36623
|
minWidth: '200px'
|
|
36624
36624
|
}
|
|
36625
|
-
}, /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
36625
|
+
}, /*#__PURE__*/React.createElement(Dropdown.Item, null, /*#__PURE__*/React.createElement("div", {
|
|
36626
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
36627
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
36628
|
+
style: {
|
|
36629
|
+
color: sectionproperties.greetingtextcolor,
|
|
36630
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
36631
|
+
fontWeight: 400
|
|
36632
|
+
}
|
|
36633
|
+
}, lang.hello, ","), /*#__PURE__*/React.createElement("p", {
|
|
36634
|
+
"class": "".concat(header_cssstyles.dropdownitem) + ' font-weight-600 ml-1 mr-1 text-overflow text-capitalize dropdownitem m-0 p-0 ',
|
|
36635
|
+
style: {
|
|
36636
|
+
maxWidth: '120px'
|
|
36637
|
+
},
|
|
36638
|
+
onClick: function onClick() {
|
|
36639
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
36640
|
+
}
|
|
36641
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c2 = authdetailsContext.customerinfo) === null || _authdetailsContext$c2 === void 0 ? void 0 : _authdetailsContext$c2.name))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
36642
|
+
style: {
|
|
36643
|
+
marginBottom: 0,
|
|
36644
|
+
marginTop: 0
|
|
36645
|
+
}
|
|
36646
|
+
}), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
36626
36647
|
onClick: function onClick() {
|
|
36627
36648
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
36628
36649
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -35922,7 +35922,7 @@
|
|
|
35922
35922
|
function ownKeys$1S(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
35923
35923
|
function _objectSpread$1S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1S(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
35924
35924
|
var Modernheader = function Modernheader(props) {
|
|
35925
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
35925
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
35926
35926
|
var _useState = React.useState(''),
|
|
35927
35927
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
35928
35928
|
sectionproperties = _useState2[0],
|
|
@@ -36487,7 +36487,28 @@
|
|
|
36487
36487
|
style: {
|
|
36488
36488
|
minWidth: '200px'
|
|
36489
36489
|
}
|
|
36490
|
-
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
36490
|
+
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36491
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
36492
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
36493
|
+
style: {
|
|
36494
|
+
color: sectionproperties.greetingtextcolor,
|
|
36495
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
36496
|
+
fontWeight: 400
|
|
36497
|
+
}
|
|
36498
|
+
}, lang.hello, ","), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36499
|
+
"class": "".concat(header_cssstyles.dropdownitem) + ' font-weight-600 ml-1 mr-1 text-overflow text-capitalize dropdownitem m-0 p-0 ',
|
|
36500
|
+
style: {
|
|
36501
|
+
maxWidth: '120px'
|
|
36502
|
+
},
|
|
36503
|
+
onClick: function onClick() {
|
|
36504
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
36505
|
+
}
|
|
36506
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c2 = authdetailsContext.customerinfo) === null || _authdetailsContext$c2 === void 0 ? void 0 : _authdetailsContext$c2.name))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
36507
|
+
style: {
|
|
36508
|
+
marginBottom: 0,
|
|
36509
|
+
marginTop: 0
|
|
36510
|
+
}
|
|
36511
|
+
}), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
36491
36512
|
onClick: function onClick() {
|
|
36492
36513
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
36493
36514
|
}
|