@razorpay/blade 10.14.5 → 10.14.7

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.
@@ -19147,8 +19147,6 @@ var Carousel = function Carousel(_ref4) {
19147
19147
 
19148
19148
  // Sync the indicators with scroll
19149
19149
  React__default.useEffect(function () {
19150
- // do not sync indicators on desktop, we are already in sync because we can only use the next/prev buttons
19151
- if (!isMobile) return;
19152
19150
  var carouselContainer = containerRef.current;
19153
19151
  if (!carouselContainer) return;
19154
19152
  var handleScroll = debounce$2(function () {
@@ -30319,9 +30317,9 @@ var Tooltip = function Tooltip(_ref) {
30319
30317
  value: true,
30320
30318
  children: [/*#__PURE__*/React__default.cloneElement(children, _objectSpread$4(_objectSpread$4({
30321
30319
  ref: refs.setReference
30322
- }, mergeProps(children.props, getReferenceProps())), makeAccessible({
30320
+ }, makeAccessible({
30323
30321
  label: content
30324
- }))), isMounted && /*#__PURE__*/jsx(FloatingPortal, {
30322
+ })), mergeProps(children.props, getReferenceProps()))), isMounted && /*#__PURE__*/jsx(FloatingPortal, {
30325
30323
  children: /*#__PURE__*/jsx(BaseBox, _objectSpread$4(_objectSpread$4(_objectSpread$4({
30326
30324
  ref: refs.setFloating,
30327
30325
  style: floatingStyles,