tabexseriescomponents 0.0.376 → 0.0.377
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 +5 -1
- package/dist/index.esm.js +5 -1
- package/dist/index.umd.js +5 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2323,7 +2323,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2323
2323
|
size: 40,
|
|
2324
2324
|
round: true
|
|
2325
2325
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2326
|
-
className: "Demo__some-network ml-2 mr-2"
|
|
2326
|
+
className: "Demo__some-network ml-2 mr-2",
|
|
2327
|
+
style: {
|
|
2328
|
+
width: '40px',
|
|
2329
|
+
height: '40px'
|
|
2330
|
+
}
|
|
2327
2331
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.TwitterShareButton, {
|
|
2328
2332
|
url: shareUrl,
|
|
2329
2333
|
title: title,
|
package/dist/index.esm.js
CHANGED
|
@@ -2274,7 +2274,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2274
2274
|
size: 40,
|
|
2275
2275
|
round: true
|
|
2276
2276
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
2277
|
-
className: "Demo__some-network ml-2 mr-2"
|
|
2277
|
+
className: "Demo__some-network ml-2 mr-2",
|
|
2278
|
+
style: {
|
|
2279
|
+
width: '40px',
|
|
2280
|
+
height: '40px'
|
|
2281
|
+
}
|
|
2278
2282
|
}, /*#__PURE__*/React.createElement(TwitterShareButton, {
|
|
2279
2283
|
url: shareUrl,
|
|
2280
2284
|
title: title,
|
package/dist/index.umd.js
CHANGED
|
@@ -2155,7 +2155,11 @@
|
|
|
2155
2155
|
size: 40,
|
|
2156
2156
|
round: true
|
|
2157
2157
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2158
|
-
className: "Demo__some-network ml-2 mr-2"
|
|
2158
|
+
className: "Demo__some-network ml-2 mr-2",
|
|
2159
|
+
style: {
|
|
2160
|
+
width: '40px',
|
|
2161
|
+
height: '40px'
|
|
2162
|
+
}
|
|
2159
2163
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.TwitterShareButton, {
|
|
2160
2164
|
url: shareUrl,
|
|
2161
2165
|
title: title,
|