lighteningcards 2.2.0 → 2.2.1
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.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/LighteningCard.css +3 -3
- package/src/components/LightningCardHTML.js +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -45652,7 +45652,7 @@ const LightningCardHTML = ({
|
|
|
45652
45652
|
}, multiplier !== null && multiplier !== undefined && /*#__PURE__*/React.createElement("div", {
|
|
45653
45653
|
className: "multiplier--22733",
|
|
45654
45654
|
style: {
|
|
45655
|
-
fontSize: "
|
|
45655
|
+
fontSize: "15px"
|
|
45656
45656
|
}
|
|
45657
45657
|
}, /*#__PURE__*/React.createElement("div", {
|
|
45658
45658
|
className: "multiplier--fe086"
|
|
@@ -45748,7 +45748,7 @@ const LightningCardHTML = ({
|
|
|
45748
45748
|
}, multiplier !== null && multiplier !== undefined && /*#__PURE__*/React.createElement("div", {
|
|
45749
45749
|
className: "multiplier--22733",
|
|
45750
45750
|
style: {
|
|
45751
|
-
fontSize: "
|
|
45751
|
+
fontSize: "15px"
|
|
45752
45752
|
}
|
|
45753
45753
|
}, /*#__PURE__*/React.createElement("div", {
|
|
45754
45754
|
className: "multiplier--fe086"
|