@protonradio/proton-ui 0.7.5-beta15 → 0.7.5-beta16
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -394,10 +394,6 @@ declare interface ImageBackdropProps {
|
|
|
394
394
|
* @important Client-side only. Cannot be used in Server Components.
|
|
395
395
|
*/
|
|
396
396
|
onLoad?: (image: HTMLImageElement) => void;
|
|
397
|
-
/**
|
|
398
|
-
* Callback function to handle the background event.
|
|
399
|
-
*/
|
|
400
|
-
onBackgroundEvent?: () => void;
|
|
401
397
|
}
|
|
402
398
|
|
|
403
399
|
/**
|
package/dist/index.es.js
CHANGED
|
@@ -8983,8 +8983,8 @@ function Ws({
|
|
|
8983
8983
|
"proton-Backdrop__background",
|
|
8984
8984
|
t ? "proton-Backdrop__fade-in" : "proton-Backdrop__overlay"
|
|
8985
8985
|
),
|
|
8986
|
-
onClick: (
|
|
8987
|
-
e &&
|
|
8986
|
+
onClick: () => {
|
|
8987
|
+
e && e();
|
|
8988
8988
|
},
|
|
8989
8989
|
children: [
|
|
8990
8990
|
e && /* @__PURE__ */ b.jsx("div", { className: "proton-Backdrop__close-button", "aria-hidden": "true", children: "ESC" }),
|