odaptos_design_system 2.0.144 → 2.0.145

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.
@@ -11600,7 +11600,7 @@ const Checkbox = ({
11600
11600
  style: {
11601
11601
  cursor: disabled ? 'not-allowed' : 'auto'
11602
11602
  }
11603
- }, leftLabel && /*#__PURE__*/React__default.createElement(Text, {
11603
+ }, leftLabel && /*#__PURE__*/React__default.createElement(TextWithLink, {
11604
11604
  text: leftLabel,
11605
11605
  size: "sm",
11606
11606
  color: "#26292E"
@@ -11613,7 +11613,7 @@ const Checkbox = ({
11613
11613
  color: color,
11614
11614
  name: name,
11615
11615
  id: id
11616
- }), label && /*#__PURE__*/React__default.createElement(Text, {
11616
+ }), label && /*#__PURE__*/React__default.createElement(TextWithLink, {
11617
11617
  text: label,
11618
11618
  size: "sm"
11619
11619
  }));