tabexseriescomponents 0.2.1351 → 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 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: '30vh'
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"
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: '30vh'
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"
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: '30vh'
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1351",
3
+ "version": "0.2.1352",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",