@thecb/components 5.3.3-beta.0 → 5.3.3

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
@@ -41177,7 +41177,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
41177
41177
  tabIndex: "0",
41178
41178
  color: themeValues.linkColor,
41179
41179
  weight: themeValues.fontWeight,
41180
- hoverStyles: themeValues.modalLinkHoverFocus
41180
+ hoverStyles: themeValues.modalLinkHoverFocus,
41181
+ extraStyles: "display: inline-block; width: fit-content;"
41181
41182
  }, link));
41182
41183
  };
41183
41184