@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.
- package/build/components/index.development.web.js +2 -4
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.js +20 -20
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +2 -4
- package/build/components/index.production.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/package.json +1 -1
|
@@ -19472,8 +19472,6 @@ var Carousel = function Carousel(_ref4) {
|
|
|
19472
19472
|
|
|
19473
19473
|
// Sync the indicators with scroll
|
|
19474
19474
|
React__default.useEffect(function () {
|
|
19475
|
-
// do not sync indicators on desktop, we are already in sync because we can only use the next/prev buttons
|
|
19476
|
-
if (!isMobile) return;
|
|
19477
19475
|
var carouselContainer = containerRef.current;
|
|
19478
19476
|
if (!carouselContainer) return;
|
|
19479
19477
|
var handleScroll = debounce$2(function () {
|
|
@@ -30824,9 +30822,9 @@ var Tooltip = function Tooltip(_ref) {
|
|
|
30824
30822
|
value: true,
|
|
30825
30823
|
children: [/*#__PURE__*/React__default.cloneElement(children, _objectSpread$4(_objectSpread$4({
|
|
30826
30824
|
ref: refs.setReference
|
|
30827
|
-
},
|
|
30825
|
+
}, makeAccessible({
|
|
30828
30826
|
label: content
|
|
30829
|
-
}))), isMounted && /*#__PURE__*/jsx(FloatingPortal, {
|
|
30827
|
+
})), mergeProps(children.props, getReferenceProps()))), isMounted && /*#__PURE__*/jsx(FloatingPortal, {
|
|
30830
30828
|
children: /*#__PURE__*/jsx(BaseBox, _objectSpread$4(_objectSpread$4(_objectSpread$4({
|
|
30831
30829
|
ref: refs.setFloating,
|
|
30832
30830
|
style: floatingStyles,
|