tabexseriescomponents 0.0.519 → 0.0.520
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
|
@@ -28317,7 +28317,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28317
28317
|
zIndex: 999999,
|
|
28318
28318
|
transition: 'all 0.3s ease-out',
|
|
28319
28319
|
width: '100%'
|
|
28320
|
-
}
|
|
28320
|
+
},
|
|
28321
|
+
"class": "text-end"
|
|
28321
28322
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28322
28323
|
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
28323
28324
|
style: {},
|
package/dist/index.esm.js
CHANGED
|
@@ -28268,7 +28268,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28268
28268
|
zIndex: 999999,
|
|
28269
28269
|
transition: 'all 0.3s ease-out',
|
|
28270
28270
|
width: '100%'
|
|
28271
|
-
}
|
|
28271
|
+
},
|
|
28272
|
+
"class": "text-end"
|
|
28272
28273
|
}, /*#__PURE__*/React.createElement("div", {
|
|
28273
28274
|
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
28274
28275
|
style: {},
|
package/dist/index.umd.js
CHANGED
|
@@ -28143,7 +28143,8 @@
|
|
|
28143
28143
|
zIndex: 999999,
|
|
28144
28144
|
transition: 'all 0.3s ease-out',
|
|
28145
28145
|
width: '100%'
|
|
28146
|
-
}
|
|
28146
|
+
},
|
|
28147
|
+
"class": "text-end"
|
|
28147
28148
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28148
28149
|
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
28149
28150
|
style: {},
|