@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.
@@ -24530,7 +24530,9 @@ var _ListItemText = function _ListItemText(_ref) {
24530
24530
  props = _objectWithoutProperties$1(_ref, _excluded$a);
24531
24531
  var _useListContext = useListContext(),
24532
24532
  size = _useListContext.size;
24533
- return /*#__PURE__*/jsx(Text, _objectSpread$A(_objectSpread$A({}, props), {}, {
24533
+ return /*#__PURE__*/jsx(Text, _objectSpread$A(_objectSpread$A({
24534
+ as: "span"
24535
+ }, props), {}, {
24534
24536
  size: size,
24535
24537
  children: children,
24536
24538
  testID: testID