@mobielnl/elements 0.8.0 → 0.8.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.
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { r as pt, t as Z, i as Re, a as q, n as De, p as mt, b as fn, c as Ve, d as pn, v as mn, e as gn, f as x, g as le, s as vn, h as yn, j as Ie, k as H, l as gt, m as Y, o as bn, q as Tn, u as te, w as ue, x as I, y as ne, z as Vn, A as An, B as vt, C as Ne, D as Sn, E as wn, F as Pn, G as D, H as yt, I as bt, J as Tt, K as je, L as Vt, M as xn, N as Cn, O as Mn, P as ze, Q as Fn, R as On, S as Rn, T as Dn, U as In, V as Nn, W as Kn, X as En, Y as Bn, Z as Ln, _ as kn } from "./index-B1z_p4Gk.js";
2
+ import { r as pt, t as Z, i as Re, a as q, n as De, p as mt, b as fn, c as Ve, d as pn, v as mn, e as gn, f as x, g as le, s as vn, h as yn, j as Ie, k as H, l as gt, m as Y, o as bn, q as Tn, u as te, w as ue, x as I, y as ne, z as Vn, A as An, B as vt, C as Ne, D as Sn, E as wn, F as Pn, G as D, H as yt, I as bt, J as Tt, K as je, L as Vt, M as xn, N as Cn, O as Mn, P as ze, Q as Fn, R as On, S as Rn, T as Dn, U as In, V as Nn, W as Kn, X as En, Y as Bn, Z as Ln, _ as kn } from "./index-DCRpjyU2.js";
3
3
  import { Fragment as _n } from "react";
4
4
  var ae = typeof globalThis < "u" && globalThis.process ? globalThis.process : { env: { NODE_ENV: "production" } };
5
5
  function At(t, e) {
package/dist/index.d.ts CHANGED
@@ -838,6 +838,8 @@ export declare type ProductResultsProps = {
838
838
  initialProfile?: Partial<Profile>;
839
839
  /** Callback function to handle profile changes */
840
840
  onProfileChange?: (profile: Partial<Profile>) => void;
841
+ /** Callback function to add search params for the click-out URL on the proposition cards */
842
+ addClickoutSearchParams?: (searchParams: URLSearchParams) => URLSearchParams;
841
843
  /** Callback function called when an error occurs */
842
844
  onError?: (error: Error) => void;
843
845
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobielnl/elements",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Mobiel.nl Elements - React component library for partner websites",
5
5
  "private": false,
6
6
  "type": "module",
@@ -91,8 +91,8 @@
91
91
  "js-cookie": "^3.0.5",
92
92
  "lodash": "^4.17.21",
93
93
  "postcss-prefix-selector": "^2.1.1",
94
- "react": "^19.2.0",
95
- "react-dom": "^19.2.0",
94
+ "react": "^19.2.1",
95
+ "react-dom": "^19.2.1",
96
96
  "react-use": "^17.6.0",
97
97
  "remark-gfm": "^4.0.1",
98
98
  "storybook": "^9.1.2",