@thecb/components 10.2.1-beta.2 → 10.2.1-beta.3
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 +11 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +11 -10
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/text/Text.styled.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5177,20 +5177,21 @@ var TextSpan = styled__default.span.withConfig({
|
|
|
5177
5177
|
}, function (_ref4) {
|
|
5178
5178
|
var color = _ref4.color;
|
|
5179
5179
|
return color;
|
|
5180
|
-
}, function (textDecoration) {
|
|
5181
|
-
return textDecoration;
|
|
5182
5180
|
}, function (_ref5) {
|
|
5183
|
-
var
|
|
5184
|
-
return
|
|
5181
|
+
var textDecoration = _ref5.textDecoration;
|
|
5182
|
+
return textDecoration;
|
|
5185
5183
|
}, function (_ref6) {
|
|
5186
|
-
var
|
|
5184
|
+
var $textWrap = _ref6.$textWrap;
|
|
5185
|
+
return $textWrap ? "initial" : "nowrap";
|
|
5186
|
+
}, function (_ref7) {
|
|
5187
|
+
var hoverStyles = _ref7.hoverStyles;
|
|
5187
5188
|
return styled.css(["", ""], hoverStyles);
|
|
5188
|
-
}, ROYAL_BLUE, function (
|
|
5189
|
-
var disabled =
|
|
5190
|
-
disabledStyles =
|
|
5189
|
+
}, ROYAL_BLUE, function (_ref8) {
|
|
5190
|
+
var disabled = _ref8.disabled,
|
|
5191
|
+
disabledStyles = _ref8.disabledStyles;
|
|
5191
5192
|
return disabled && styled.css(["", ""], disabledStyles);
|
|
5192
|
-
}, function (
|
|
5193
|
-
var extraStyles =
|
|
5193
|
+
}, function (_ref9) {
|
|
5194
|
+
var extraStyles = _ref9.extraStyles;
|
|
5194
5195
|
return extraStyles;
|
|
5195
5196
|
});
|
|
5196
5197
|
|