@thecb/components 10.2.1-beta.0 → 10.2.1-beta.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.esm.js CHANGED
@@ -6357,15 +6357,13 @@ var general = /*#__PURE__*/Object.freeze({
6357
6357
  wrapIndex: wrapIndex
6358
6358
  });
6359
6359
 
6360
- var _excluded$1 = ["themeValues", "weight", "color", "textDecoration", "textWrap", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children", "variant"];
6360
+ var _excluded$1 = ["themeValues", "weight", "color", "textWrap", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children", "variant"];
6361
6361
  var Text = function Text(_ref) {
6362
6362
  var themeValues = _ref.themeValues,
6363
6363
  _ref$weight = _ref.weight,
6364
6364
  weight = _ref$weight === void 0 ? FONT_WEIGHT_REGULAR : _ref$weight,
6365
6365
  _ref$color = _ref.color,
6366
6366
  color = _ref$color === void 0 ? FIREFLY_GREY : _ref$color,
6367
- _ref$textDecoration = _ref.textDecoration,
6368
- textDecoration = _ref$textDecoration === void 0 ? "none" : _ref$textDecoration,
6369
6367
  _ref$textWrap = _ref.textWrap,
6370
6368
  textWrap = _ref$textWrap === void 0 ? true : _ref$textWrap,
6371
6369
  _ref$extraStyles = _ref.extraStyles,
@@ -12676,7 +12674,7 @@ var minWidth = {
12676
12674
  whiteSecondary: "160px",
12677
12675
  whitePrimary: "130px"
12678
12676
  };
12679
- var textDecoration = {
12677
+ var textDecoration$1 = {
12680
12678
  primary: "none",
12681
12679
  secondary: "none",
12682
12680
  back: "none",
@@ -12809,7 +12807,7 @@ var fallbackValues$1 = {
12809
12807
  fontWeight: fontWeight,
12810
12808
  height: height,
12811
12809
  minWidth: minWidth,
12812
- textDecoration: textDecoration,
12810
+ textDecoration: textDecoration$1,
12813
12811
  backgroundColor: backgroundColor,
12814
12812
  border: border,
12815
12813
  hoverBackgroundColor: hoverBackgroundColor,