tabexseriescomponents 0.2.1191 → 0.2.1192

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
@@ -25434,7 +25434,7 @@ var CardsSection = function CardsSection(props) {
25434
25434
  var CardsSectionContent = function CardsSectionContent() {
25435
25435
  return /*#__PURE__*/React__default["default"].createElement("div", {
25436
25436
  "class": ' row m-0 w-100 '
25437
- }, authdetailsContext.instinfo.instid == '696691293c2a6' && /*#__PURE__*/React__default["default"].createElement(CollectionsFilterHorizontal, {
25437
+ }, authdetailsContext.instinfo.instid == '696691293c2a6' && sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement(CollectionsFilterHorizontal, {
25438
25438
  sectionpropertiesprops: sectionproperties,
25439
25439
  actions: actions,
25440
25440
  openFilterSlider: openFilterSlider,
package/dist/index.esm.js CHANGED
@@ -25383,7 +25383,7 @@ var CardsSection = function CardsSection(props) {
25383
25383
  var CardsSectionContent = function CardsSectionContent() {
25384
25384
  return /*#__PURE__*/React.createElement("div", {
25385
25385
  "class": ' row m-0 w-100 '
25386
- }, authdetailsContext.instinfo.instid == '696691293c2a6' && /*#__PURE__*/React.createElement(CollectionsFilterHorizontal, {
25386
+ }, authdetailsContext.instinfo.instid == '696691293c2a6' && sectionproperties.showFilter == 'show' && /*#__PURE__*/React.createElement(CollectionsFilterHorizontal, {
25387
25387
  sectionpropertiesprops: sectionproperties,
25388
25388
  actions: actions,
25389
25389
  openFilterSlider: openFilterSlider,
package/dist/index.umd.js CHANGED
@@ -25240,7 +25240,7 @@
25240
25240
  var CardsSectionContent = function CardsSectionContent() {
25241
25241
  return /*#__PURE__*/React__default["default"].createElement("div", {
25242
25242
  "class": ' row m-0 w-100 '
25243
- }, authdetailsContext.instinfo.instid == '696691293c2a6' && /*#__PURE__*/React__default["default"].createElement(CollectionsFilterHorizontal, {
25243
+ }, authdetailsContext.instinfo.instid == '696691293c2a6' && sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement(CollectionsFilterHorizontal, {
25244
25244
  sectionpropertiesprops: sectionproperties,
25245
25245
  actions: actions,
25246
25246
  openFilterSlider: openFilterSlider,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1191",
3
+ "version": "0.2.1192",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",