tabexseriescomponents 0.0.596 → 0.0.597

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
@@ -22439,7 +22439,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22439
22439
  }, /*#__PURE__*/React__default["default"].createElement("i", {
22440
22440
  "class": ' h-100 allcentered ',
22441
22441
  style: {
22442
- color: sectionproperties.cart_BtnTextcolor_resp
22442
+ color: sectionproperties.resp_sidenav_color
22443
22443
  },
22444
22444
  onClick: function onClick() {
22445
22445
  if (sectionproperties.responsiveheaderstyle == 'Style 2') {
@@ -22454,11 +22454,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22454
22454
  }
22455
22455
  }
22456
22456
  }, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
22457
- size: 20,
22458
- color: sectionproperties.cart_BtnTextcolor_resp
22457
+ size: sectionproperties.resp_sidenav_size,
22458
+ color: sectionproperties.resp_sidenav_color
22459
22459
  }), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
22460
- size: 20,
22461
- color: sectionproperties.cart_BtnTextcolor_resp
22460
+ size: sectionproperties.resp_sidenav_size,
22461
+ color: sectionproperties.resp_sidenav_color
22462
22462
  }))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
22463
22463
  style: {
22464
22464
  width: '30px',
package/dist/index.esm.js CHANGED
@@ -22390,7 +22390,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22390
22390
  }, /*#__PURE__*/React.createElement("i", {
22391
22391
  "class": ' h-100 allcentered ',
22392
22392
  style: {
22393
- color: sectionproperties.cart_BtnTextcolor_resp
22393
+ color: sectionproperties.resp_sidenav_color
22394
22394
  },
22395
22395
  onClick: function onClick() {
22396
22396
  if (sectionproperties.responsiveheaderstyle == 'Style 2') {
@@ -22405,11 +22405,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22405
22405
  }
22406
22406
  }
22407
22407
  }, menuactive == false && /*#__PURE__*/React.createElement(FiMenu, {
22408
- size: 20,
22409
- color: sectionproperties.cart_BtnTextcolor_resp
22408
+ size: sectionproperties.resp_sidenav_size,
22409
+ color: sectionproperties.resp_sidenav_color
22410
22410
  }), menuactive == true && /*#__PURE__*/React.createElement(AiOutlineClose, {
22411
- size: 20,
22412
- color: sectionproperties.cart_BtnTextcolor_resp
22411
+ size: sectionproperties.resp_sidenav_size,
22412
+ color: sectionproperties.resp_sidenav_color
22413
22413
  }))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
22414
22414
  style: {
22415
22415
  width: '30px',
package/dist/index.umd.js CHANGED
@@ -22263,7 +22263,7 @@
22263
22263
  }, /*#__PURE__*/React__default["default"].createElement("i", {
22264
22264
  "class": ' h-100 allcentered ',
22265
22265
  style: {
22266
- color: sectionproperties.cart_BtnTextcolor_resp
22266
+ color: sectionproperties.resp_sidenav_color
22267
22267
  },
22268
22268
  onClick: function onClick() {
22269
22269
  if (sectionproperties.responsiveheaderstyle == 'Style 2') {
@@ -22278,11 +22278,11 @@
22278
22278
  }
22279
22279
  }
22280
22280
  }, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
22281
- size: 20,
22282
- color: sectionproperties.cart_BtnTextcolor_resp
22281
+ size: sectionproperties.resp_sidenav_size,
22282
+ color: sectionproperties.resp_sidenav_color
22283
22283
  }), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
22284
- size: 20,
22285
- color: sectionproperties.cart_BtnTextcolor_resp
22284
+ size: sectionproperties.resp_sidenav_size,
22285
+ color: sectionproperties.resp_sidenav_color
22286
22286
  }))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
22287
22287
  style: {
22288
22288
  width: '30px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.596",
3
+ "version": "0.0.597",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {