tabexseriescomponents 0.0.507 → 0.0.508
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 +10 -1
- package/dist/index.esm.js +10 -1
- package/dist/index.umd.js +10 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -29846,7 +29846,16 @@ var Header8 = function Header8(props) {
|
|
|
29846
29846
|
paddingLeftprops: '25px',
|
|
29847
29847
|
paddingRightprops: '25px'
|
|
29848
29848
|
}
|
|
29849
|
-
}))), /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
29849
|
+
}))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
29850
|
+
sectionpropertiesprops: sectionproperties,
|
|
29851
|
+
actions: actions
|
|
29852
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
29853
|
+
sectionpropertiesprops: sectionproperties,
|
|
29854
|
+
actions: actions
|
|
29855
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
29856
|
+
sectionpropertiesprops: sectionproperties,
|
|
29857
|
+
actions: actions
|
|
29858
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
29850
29859
|
sectionpropertiesprops: sectionproperties,
|
|
29851
29860
|
actions: actions
|
|
29852
29861
|
}))
|
package/dist/index.esm.js
CHANGED
|
@@ -29797,7 +29797,16 @@ var Header8 = function Header8(props) {
|
|
|
29797
29797
|
paddingLeftprops: '25px',
|
|
29798
29798
|
paddingRightprops: '25px'
|
|
29799
29799
|
}
|
|
29800
|
-
}))), /*#__PURE__*/React.createElement(Headerresponsive, {
|
|
29800
|
+
}))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React.createElement(Headerresponsive, {
|
|
29801
|
+
sectionpropertiesprops: sectionproperties,
|
|
29802
|
+
actions: actions
|
|
29803
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React.createElement(Headerresponsive, {
|
|
29804
|
+
sectionpropertiesprops: sectionproperties,
|
|
29805
|
+
actions: actions
|
|
29806
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
|
|
29807
|
+
sectionpropertiesprops: sectionproperties,
|
|
29808
|
+
actions: actions
|
|
29809
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
|
|
29801
29810
|
sectionpropertiesprops: sectionproperties,
|
|
29802
29811
|
actions: actions
|
|
29803
29812
|
}))
|
package/dist/index.umd.js
CHANGED
|
@@ -29672,7 +29672,16 @@
|
|
|
29672
29672
|
paddingLeftprops: '25px',
|
|
29673
29673
|
paddingRightprops: '25px'
|
|
29674
29674
|
}
|
|
29675
|
-
}))), /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
29675
|
+
}))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
29676
|
+
sectionpropertiesprops: sectionproperties,
|
|
29677
|
+
actions: actions
|
|
29678
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
29679
|
+
sectionpropertiesprops: sectionproperties,
|
|
29680
|
+
actions: actions
|
|
29681
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
29682
|
+
sectionpropertiesprops: sectionproperties,
|
|
29683
|
+
actions: actions
|
|
29684
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
29676
29685
|
sectionpropertiesprops: sectionproperties,
|
|
29677
29686
|
actions: actions
|
|
29678
29687
|
}))
|