odaptos_design_system 2.0.248 → 2.0.249

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.
@@ -92661,7 +92661,7 @@ const Task = ({
92661
92661
  }, /*#__PURE__*/React__default.createElement("div", {
92662
92662
  className: styles$D.header_left
92663
92663
  }, /*#__PURE__*/React__default.createElement(Text, {
92664
- text: `${contentFunc('task')} #${task.index}`,
92664
+ text: `${task.type === 'task' ? contentFunc('task') : contentFunc('question')} #${task.index}`,
92665
92665
  color: colors.neutral_700,
92666
92666
  size: "xs"
92667
92667
  }), /*#__PURE__*/React__default.createElement(Text, {
@@ -92759,7 +92759,7 @@ const Task = ({
92759
92759
  }, /*#__PURE__*/React__default.createElement("div", {
92760
92760
  className: styles$D.header_left
92761
92761
  }, /*#__PURE__*/React__default.createElement(Text, {
92762
- text: `${contentFunc('task')} #${task.index}`,
92762
+ text: `${task.type === 'task' ? contentFunc('task') : contentFunc('question')} #${task.index}`,
92763
92763
  color: colors.green_700,
92764
92764
  size: "xs"
92765
92765
  }), /*#__PURE__*/React__default.createElement(Text, {