tabexseriescomponents 0.0.605 → 0.0.606
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 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -58245,8 +58245,8 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
58245
58245
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
58246
58246
|
style: {
|
|
58247
58247
|
paddingTop: 70,
|
|
58248
|
-
paddingBottom: 70
|
|
58249
|
-
|
|
58248
|
+
paddingBottom: 70,
|
|
58249
|
+
height: '100vh'
|
|
58250
58250
|
}
|
|
58251
58251
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58252
58252
|
className: "row ml-0 mr-0 w-100",
|
package/dist/index.esm.js
CHANGED
|
@@ -58196,8 +58196,8 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
58196
58196
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
58197
58197
|
style: {
|
|
58198
58198
|
paddingTop: 70,
|
|
58199
|
-
paddingBottom: 70
|
|
58200
|
-
|
|
58199
|
+
paddingBottom: 70,
|
|
58200
|
+
height: '100vh'
|
|
58201
58201
|
}
|
|
58202
58202
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58203
58203
|
className: "row ml-0 mr-0 w-100",
|
package/dist/index.umd.js
CHANGED
|
@@ -58069,8 +58069,8 @@
|
|
|
58069
58069
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
58070
58070
|
style: {
|
|
58071
58071
|
paddingTop: 70,
|
|
58072
|
-
paddingBottom: 70
|
|
58073
|
-
|
|
58072
|
+
paddingBottom: 70,
|
|
58073
|
+
height: '100vh'
|
|
58074
58074
|
}
|
|
58075
58075
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58076
58076
|
className: "row ml-0 mr-0 w-100",
|