@thecb/components 10.2.1-beta.0 → 10.2.1-beta.2

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
@@ -6365,15 +6365,13 @@ var general = /*#__PURE__*/Object.freeze({
6365
6365
  wrapIndex: wrapIndex
6366
6366
  });
6367
6367
 
6368
- var _excluded$1 = ["themeValues", "weight", "color", "textDecoration", "textWrap", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children", "variant"];
6368
+ var _excluded$1 = ["themeValues", "weight", "color", "textWrap", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children", "variant"];
6369
6369
  var Text = function Text(_ref) {
6370
6370
  var themeValues = _ref.themeValues,
6371
6371
  _ref$weight = _ref.weight,
6372
6372
  weight = _ref$weight === void 0 ? FONT_WEIGHT_REGULAR : _ref$weight,
6373
6373
  _ref$color = _ref.color,
6374
6374
  color = _ref$color === void 0 ? FIREFLY_GREY : _ref$color,
6375
- _ref$textDecoration = _ref.textDecoration,
6376
- textDecoration = _ref$textDecoration === void 0 ? "none" : _ref$textDecoration,
6377
6375
  _ref$textWrap = _ref.textWrap,
6378
6376
  textWrap = _ref$textWrap === void 0 ? true : _ref$textWrap,
6379
6377
  _ref$extraStyles = _ref.extraStyles,
@@ -6392,7 +6390,6 @@ var Text = function Text(_ref) {
6392
6390
  weight: weight,
6393
6391
  color: color,
6394
6392
  fontFamily: themeValues.fontFamily,
6395
- textDecoration: textDecoration,
6396
6393
  as: as,
6397
6394
  extraStyles: extraStyles,
6398
6395
  hoverStyles: hoverStyles,