@thecb/components 10.2.1-beta.1 → 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 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 $textWrap = _ref5.$textWrap;
5184
- return $textWrap ? "initial" : "nowrap";
5181
+ var textDecoration = _ref5.textDecoration;
5182
+ return textDecoration;
5185
5183
  }, function (_ref6) {
5186
- var hoverStyles = _ref6.hoverStyles;
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 (_ref7) {
5189
- var disabled = _ref7.disabled,
5190
- disabledStyles = _ref7.disabledStyles;
5189
+ }, ROYAL_BLUE, function (_ref8) {
5190
+ var disabled = _ref8.disabled,
5191
+ disabledStyles = _ref8.disabledStyles;
5191
5192
  return disabled && styled.css(["", ""], disabledStyles);
5192
- }, function (_ref8) {
5193
- var extraStyles = _ref8.extraStyles;
5193
+ }, function (_ref9) {
5194
+ var extraStyles = _ref9.extraStyles;
5194
5195
  return extraStyles;
5195
5196
  });
5196
5197
 
@@ -6390,7 +6391,6 @@ var Text = function Text(_ref) {
6390
6391
  weight: weight,
6391
6392
  color: color,
6392
6393
  fontFamily: themeValues.fontFamily,
6393
- textDecoration: textDecoration,
6394
6394
  as: as,
6395
6395
  extraStyles: extraStyles,
6396
6396
  hoverStyles: hoverStyles,
@@ -12682,7 +12682,7 @@ var minWidth = {
12682
12682
  whiteSecondary: "160px",
12683
12683
  whitePrimary: "130px"
12684
12684
  };
12685
- var textDecoration$1 = {
12685
+ var textDecoration = {
12686
12686
  primary: "none",
12687
12687
  secondary: "none",
12688
12688
  back: "none",
@@ -12815,7 +12815,7 @@ var fallbackValues$1 = {
12815
12815
  fontWeight: fontWeight,
12816
12816
  height: height,
12817
12817
  minWidth: minWidth,
12818
- textDecoration: textDecoration$1,
12818
+ textDecoration: textDecoration,
12819
12819
  backgroundColor: backgroundColor,
12820
12820
  border: border,
12821
12821
  hoverBackgroundColor: hoverBackgroundColor,