@razorpay/blade 10.14.4 → 10.14.5

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.
@@ -24948,7 +24948,9 @@ var _ListItemText = function _ListItemText(_ref) {
24948
24948
  props = _objectWithoutProperties$1(_ref, _excluded$a);
24949
24949
  var _useListContext = useListContext(),
24950
24950
  size = _useListContext.size;
24951
- return /*#__PURE__*/jsx(Text, _objectSpread$A(_objectSpread$A({}, props), {}, {
24951
+ return /*#__PURE__*/jsx(Text, _objectSpread$A(_objectSpread$A({
24952
+ as: "span"
24953
+ }, props), {}, {
24952
24954
  size: size,
24953
24955
  children: children,
24954
24956
  testID: testID