@thecb/components 10.6.2-beta.3 → 10.6.2-beta.5
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
CHANGED
|
@@ -28111,7 +28111,7 @@ var renderContent = function renderContent(_ref2) {
|
|
|
28111
28111
|
extraStyles: "cursor: pointer;"
|
|
28112
28112
|
}, children)) : /*#__PURE__*/React__default.createElement(Box, {
|
|
28113
28113
|
onClick: action,
|
|
28114
|
-
padding: "0
|
|
28114
|
+
padding: "0",
|
|
28115
28115
|
minHeight: "100%",
|
|
28116
28116
|
extraStyles: "cursor: pointer;",
|
|
28117
28117
|
dataQa: dataQa,
|
|
@@ -28166,7 +28166,7 @@ var Placeholder = function Placeholder(_ref4) {
|
|
|
28166
28166
|
border: "none",
|
|
28167
28167
|
minHeight: themeValues.height,
|
|
28168
28168
|
hiddenStyles: !visible,
|
|
28169
|
-
extraStyles: "\n display: flex;\n justify-content: center;\n align-items:center;\n background-image: repeating-linear-gradient(0deg, ".concat(borderColor, ", ").concat(borderColor, " 2px, transparent 2px, transparent 4px, ").concat(borderColor, " 4px), repeating-linear-gradient(90deg, ").concat(borderColor, ", ").concat(borderColor, " 2px, transparent 2px, transparent 4px, ").concat(borderColor, " 4px), repeating-linear-gradient(180deg, ").concat(borderColor, ", ").concat(borderColor, " 2px, transparent 2px, transparent 4px, ").concat(borderColor, " 4px), repeating-linear-gradient(270deg, ").concat(borderColor, ", ").concat(borderColor, " 2px, transparent 2px, transparent 4px, ").concat(borderColor, " 4px);\n background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;\n background-position: 0 0, 0 0, 100% 0, 0 100%;\n background-repeat: no-repeat;\n "),
|
|
28169
|
+
extraStyles: "\n display: flex;\n justify-content: center;\n align-items:center;\n margin: 0 2px;\n background-image: repeating-linear-gradient(0deg, ".concat(borderColor, ", ").concat(borderColor, " 2px, transparent 2px, transparent 4px, ").concat(borderColor, " 4px), repeating-linear-gradient(90deg, ").concat(borderColor, ", ").concat(borderColor, " 2px, transparent 2px, transparent 4px, ").concat(borderColor, " 4px), repeating-linear-gradient(180deg, ").concat(borderColor, ", ").concat(borderColor, " 2px, transparent 2px, transparent 4px, ").concat(borderColor, " 4px), repeating-linear-gradient(270deg, ").concat(borderColor, ", ").concat(borderColor, " 2px, transparent 2px, transparent 4px, ").concat(borderColor, " 4px);\n background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;\n background-position: 0 0, 0 0, 100% 0, 0 100%;\n background-repeat: no-repeat;\n "),
|
|
28170
28170
|
hoverStyles: "background-color: ".concat(isDisabled ? TRANSPARENT : curriedTint$1(0.9, themeValues.color), ";"),
|
|
28171
28171
|
activeStyles: "background-color: ".concat(isDisabled ? TRANSPARENT : curriedTint$1(0.8, themeValues.color), ";")
|
|
28172
28172
|
}, /*#__PURE__*/React__default.createElement(Center, {
|