tabexseriescomponents 0.2.1350 → 0.2.1352
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 +3 -3
- package/dist/index.esm.js +3 -3
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27038,10 +27038,10 @@ var CardsSection = function CardsSection(props) {
|
|
|
27038
27038
|
width: "30px",
|
|
27039
27039
|
height: "30px",
|
|
27040
27040
|
duration: "1s"
|
|
27041
|
-
})), !isCardsectionloading && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27041
|
+
})), !isCardsectionloading() && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27042
27042
|
className: "row m-0 w-100 d-flex align-items-center",
|
|
27043
27043
|
style: {
|
|
27044
|
-
height: '
|
|
27044
|
+
height: '50vh'
|
|
27045
27045
|
}
|
|
27046
27046
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27047
27047
|
className: "col-lg-12 text-light d-flex align-items-center justify-content-center flex-column"
|
|
@@ -39254,7 +39254,7 @@ var Header8 = function Header8(props) {
|
|
|
39254
39254
|
fontSize: '15px',
|
|
39255
39255
|
fontWeight: 600
|
|
39256
39256
|
}
|
|
39257
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c3 = authdetailsContext.customerinfo) === null || _authdetailsContext$c3 === void 0 ? void 0 : _authdetailsContext$c3.walletpoints, ' '))))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
39257
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c3 = authdetailsContext.customerinfo) === null || _authdetailsContext$c3 === void 0 ? void 0 : _authdetailsContext$c3.walletpoints, ' '))))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
39258
39258
|
style: {
|
|
39259
39259
|
minWidth: '200px'
|
|
39260
39260
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -26987,10 +26987,10 @@ var CardsSection = function CardsSection(props) {
|
|
|
26987
26987
|
width: "30px",
|
|
26988
26988
|
height: "30px",
|
|
26989
26989
|
duration: "1s"
|
|
26990
|
-
})), !isCardsectionloading && cardsarray.length == 0 && /*#__PURE__*/React.createElement("div", {
|
|
26990
|
+
})), !isCardsectionloading() && cardsarray.length == 0 && /*#__PURE__*/React.createElement("div", {
|
|
26991
26991
|
className: "row m-0 w-100 d-flex align-items-center",
|
|
26992
26992
|
style: {
|
|
26993
|
-
height: '
|
|
26993
|
+
height: '50vh'
|
|
26994
26994
|
}
|
|
26995
26995
|
}, /*#__PURE__*/React.createElement("div", {
|
|
26996
26996
|
className: "col-lg-12 text-light d-flex align-items-center justify-content-center flex-column"
|
|
@@ -39203,7 +39203,7 @@ var Header8 = function Header8(props) {
|
|
|
39203
39203
|
fontSize: '15px',
|
|
39204
39204
|
fontWeight: 600
|
|
39205
39205
|
}
|
|
39206
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c3 = authdetailsContext.customerinfo) === null || _authdetailsContext$c3 === void 0 ? void 0 : _authdetailsContext$c3.walletpoints, ' '))))), /*#__PURE__*/React.createElement(Dropdown.Menu, {
|
|
39206
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c3 = authdetailsContext.customerinfo) === null || _authdetailsContext$c3 === void 0 ? void 0 : _authdetailsContext$c3.walletpoints, ' '))))), authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown.Menu, {
|
|
39207
39207
|
style: {
|
|
39208
39208
|
minWidth: '200px'
|
|
39209
39209
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -26844,10 +26844,10 @@
|
|
|
26844
26844
|
width: "30px",
|
|
26845
26845
|
height: "30px",
|
|
26846
26846
|
duration: "1s"
|
|
26847
|
-
})), !isCardsectionloading && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26847
|
+
})), !isCardsectionloading() && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26848
26848
|
className: "row m-0 w-100 d-flex align-items-center",
|
|
26849
26849
|
style: {
|
|
26850
|
-
height: '
|
|
26850
|
+
height: '50vh'
|
|
26851
26851
|
}
|
|
26852
26852
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26853
26853
|
className: "col-lg-12 text-light d-flex align-items-center justify-content-center flex-column"
|
|
@@ -39060,7 +39060,7 @@
|
|
|
39060
39060
|
fontSize: '15px',
|
|
39061
39061
|
fontWeight: 600
|
|
39062
39062
|
}
|
|
39063
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c3 = authdetailsContext.customerinfo) === null || _authdetailsContext$c3 === void 0 ? void 0 : _authdetailsContext$c3.walletpoints, ' '))))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
39063
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c3 = authdetailsContext.customerinfo) === null || _authdetailsContext$c3 === void 0 ? void 0 : _authdetailsContext$c3.walletpoints, ' '))))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
39064
39064
|
style: {
|
|
39065
39065
|
minWidth: '200px'
|
|
39066
39066
|
}
|