@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.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,
@@ -12684,7 +12682,7 @@ var minWidth = {
12684
12682
  whiteSecondary: "160px",
12685
12683
  whitePrimary: "130px"
12686
12684
  };
12687
- var textDecoration = {
12685
+ var textDecoration$1 = {
12688
12686
  primary: "none",
12689
12687
  secondary: "none",
12690
12688
  back: "none",
@@ -12817,7 +12815,7 @@ var fallbackValues$1 = {
12817
12815
  fontWeight: fontWeight,
12818
12816
  height: height,
12819
12817
  minWidth: minWidth,
12820
- textDecoration: textDecoration,
12818
+ textDecoration: textDecoration$1,
12821
12819
  backgroundColor: backgroundColor,
12822
12820
  border: border,
12823
12821
  hoverBackgroundColor: hoverBackgroundColor,