@thecb/components 10.2.1-beta.1 → 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
@@ -6390,7 +6390,6 @@ var Text = function Text(_ref) {
6390
6390
  weight: weight,
6391
6391
  color: color,
6392
6392
  fontFamily: themeValues.fontFamily,
6393
- textDecoration: textDecoration,
6394
6393
  as: as,
6395
6394
  extraStyles: extraStyles,
6396
6395
  hoverStyles: hoverStyles,
@@ -12682,7 +12681,7 @@ var minWidth = {
12682
12681
  whiteSecondary: "160px",
12683
12682
  whitePrimary: "130px"
12684
12683
  };
12685
- var textDecoration$1 = {
12684
+ var textDecoration = {
12686
12685
  primary: "none",
12687
12686
  secondary: "none",
12688
12687
  back: "none",
@@ -12815,7 +12814,7 @@ var fallbackValues$1 = {
12815
12814
  fontWeight: fontWeight,
12816
12815
  height: height,
12817
12816
  minWidth: minWidth,
12818
- textDecoration: textDecoration$1,
12817
+ textDecoration: textDecoration,
12819
12818
  backgroundColor: backgroundColor,
12820
12819
  border: border,
12821
12820
  hoverBackgroundColor: hoverBackgroundColor,