tabexseriescomponents 0.2.1304 → 0.2.1305
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 +2 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.umd.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -42115,7 +42115,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
42115
42115
|
style: {
|
|
42116
42116
|
position: sectionproperties.headerstyles_position,
|
|
42117
42117
|
zIndex: 1000,
|
|
42118
|
-
left: 0
|
|
42118
|
+
left: 0,
|
|
42119
|
+
top: 0
|
|
42119
42120
|
}
|
|
42120
42121
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
42121
42122
|
sectionpropertiesprops: sectionproperties,
|
package/dist/index.esm.js
CHANGED
|
@@ -42064,7 +42064,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
42064
42064
|
style: {
|
|
42065
42065
|
position: sectionproperties.headerstyles_position,
|
|
42066
42066
|
zIndex: 1000,
|
|
42067
|
-
left: 0
|
|
42067
|
+
left: 0,
|
|
42068
|
+
top: 0
|
|
42068
42069
|
}
|
|
42069
42070
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React.createElement(DownloadApp, {
|
|
42070
42071
|
sectionpropertiesprops: sectionproperties,
|
package/dist/index.umd.js
CHANGED
|
@@ -41920,7 +41920,8 @@
|
|
|
41920
41920
|
style: {
|
|
41921
41921
|
position: sectionproperties.headerstyles_position,
|
|
41922
41922
|
zIndex: 1000,
|
|
41923
|
-
left: 0
|
|
41923
|
+
left: 0,
|
|
41924
|
+
top: 0
|
|
41924
41925
|
}
|
|
41925
41926
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
41926
41927
|
sectionpropertiesprops: sectionproperties,
|