@20minutes/hela 2.24.1 → 2.24.2
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export interface InfoButtonProps {
|
|
2
|
+
children?: React.ReactNode;
|
|
3
3
|
ariaLabel?: string;
|
|
4
|
+
className?: string;
|
|
4
5
|
}
|
|
5
|
-
export declare const InfoButton: ({ children, ariaLabel, className,
|
|
6
|
+
export declare const InfoButton: ({ children, ariaLabel, className, }: InfoButtonProps) => import("react").JSX.Element;
|
package/dist/index.es.js
CHANGED
|
@@ -3351,13 +3351,11 @@ const F2 = ({ src: a, formats: s }) => {
|
|
|
3351
3351
|
}, t2 = ({
|
|
3352
3352
|
children: a,
|
|
3353
3353
|
ariaLabel: s = "Plus d'informations",
|
|
3354
|
-
className: c
|
|
3355
|
-
...l
|
|
3354
|
+
className: c
|
|
3356
3355
|
}) => /* @__PURE__ */ t("div", { className: p("c-info-button", c), children: [
|
|
3357
3356
|
/* @__PURE__ */ e(
|
|
3358
3357
|
"button",
|
|
3359
3358
|
{
|
|
3360
|
-
...l,
|
|
3361
3359
|
type: "button",
|
|
3362
3360
|
className: "c-info-button__trigger js-info-button",
|
|
3363
3361
|
"aria-expanded": "false",
|