@lanaco/lnc-react-ui 2.1.18 → 2.1.19
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/lib/index.esm.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -53055,7 +53055,7 @@ PeriodSelector.propTypes = {
|
|
|
53055
53055
|
var _templateObject$2, _templateObject2$2, _templateObject3$1, _templateObject4$1, _templateObject5$1;
|
|
53056
53056
|
|
|
53057
53057
|
var paddingBySize = function paddingBySize(size) {
|
|
53058
|
-
if (size === "small") return "0.
|
|
53058
|
+
if (size === "small") return "0.25rem 0.4rem 0.2rem 0.4rem";
|
|
53059
53059
|
if (size === "medium") return "0.2625rem 0.5rem 0.2625rem 0.5rem";
|
|
53060
53060
|
if (size === "large") return "0.35rem 0.7rem 0.35rem 0.7rem";
|
|
53061
53061
|
};
|
package/lib/index.js
CHANGED
|
@@ -53096,7 +53096,7 @@ PeriodSelector.propTypes = {
|
|
|
53096
53096
|
var _templateObject$2, _templateObject2$2, _templateObject3$1, _templateObject4$1, _templateObject5$1;
|
|
53097
53097
|
|
|
53098
53098
|
var paddingBySize = function paddingBySize(size) {
|
|
53099
|
-
if (size === "small") return "0.
|
|
53099
|
+
if (size === "small") return "0.25rem 0.4rem 0.2rem 0.4rem";
|
|
53100
53100
|
if (size === "medium") return "0.2625rem 0.5rem 0.2625rem 0.5rem";
|
|
53101
53101
|
if (size === "large") return "0.35rem 0.7rem 0.35rem 0.7rem";
|
|
53102
53102
|
};
|