@sonic-equipment/ui 258.0.0 → 258.0.1

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.
@@ -132,7 +132,7 @@ function AdyenPayment({ amount, cartId, countryCode, currencyCode, customerId, d
132
132
  logger.error('Adyen Payment Error:', error);
133
133
  return (jsx(Message, { type: "danger", children: t('All payment methods are unavailable at this time. Please contact customer support.') }));
134
134
  }
135
- return (jsx("div", { ref: dropinDivRef, className: clsx(Boolean(redirectResult) && styles.loading, isDisabled && styles.loading), id: "dropin" }));
135
+ return (jsx("div", { ref: dropinDivRef, className: clsx(isDisabled && styles.loading), id: "dropin" }));
136
136
  }
137
137
  function getAdyenQueryParams() {
138
138
  if (typeof window === 'undefined')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "258.0.0",
3
+ "version": "258.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {