@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.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,
@@ -6384,7 +6382,6 @@ var Text = function Text(_ref) {
6384
6382
  weight: weight,
6385
6383
  color: color,
6386
6384
  fontFamily: themeValues.fontFamily,
6387
- textDecoration: textDecoration,
6388
6385
  as: as,
6389
6386
  extraStyles: extraStyles,
6390
6387
  hoverStyles: hoverStyles,