@mobielnl/elements 0.10.1 → 0.10.3

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 { i as H, m as oe, r as bt, h as xn, a as Tt, w as ue, b as Ke, c as P, d as z, e as ye, f as q, n as Vt, p as St, t as wt, g as Mn, j as Cn, v as Pn, k as Fn, l as Dn, o as En, q as Ye, s as At, u as On, x as In, y as K, z as Rn, A as kn, B as le, C as Xe, D as xt, E as Kn, F as Nn, G as Bn, H as Mt, I as Ln, J as Gn, K as _n, L as jn, M as Un, N as Ct, O as Pt, P as Ft, Q as Dt } from "./index-6scNbCqx.js";
2
+ import { i as H, m as oe, r as bt, h as xn, a as Tt, w as ue, b as Ke, c as P, d as z, e as ye, f as q, n as Vt, p as St, t as wt, g as Mn, j as Cn, v as Pn, k as Fn, l as Dn, o as En, q as Ye, s as At, u as On, x as In, y as K, z as Rn, A as kn, B as le, C as Xe, D as xt, E as Kn, F as Nn, G as Bn, H as Mt, I as Ln, J as Gn, K as _n, L as jn, M as Un, N as Ct, O as Pt, P as Ft, Q as Dt } from "./index-BeAhOAEp.js";
3
3
  import { Fragment as $n } from "react";
4
4
  var ke = typeof globalThis < "u" && globalThis.process ? globalThis.process : { env: { NODE_ENV: "production" } };
5
5
  function Wn(t, e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobielnl/elements",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "description": "Mobiel.nl Elements - React component library for partner websites",
5
5
  "private": false,
6
6
  "type": "module",
@@ -84,6 +84,7 @@
84
84
  "@types/react": "^19.1.10",
85
85
  "@types/react-dom": "^19.1.7",
86
86
  "@vitejs/plugin-react-swc": "^4.0.0",
87
+ "chromatic": "^13.3.5",
87
88
  "cross-env": "^7.0.3",
88
89
  "globals": "^16.3.0",
89
90
  "graphql": "^16.11.0",
@@ -91,6 +92,8 @@
91
92
  "i18next": "^25.7.3",
92
93
  "js-cookie": "^3.0.5",
93
94
  "lodash": "^4.17.21",
95
+ "msw": "^2.12.7",
96
+ "msw-storybook-addon": "^2.0.6",
94
97
  "postcss-prefix-selector": "^2.1.1",
95
98
  "react": "^19.2.1",
96
99
  "react-dom": "^19.2.1",
@@ -106,6 +109,11 @@
106
109
  "vitest": "^3.2.4",
107
110
  "zod": "^4.1.12"
108
111
  },
112
+ "msw": {
113
+ "workerDirectory": [
114
+ "public"
115
+ ]
116
+ },
109
117
  "scripts": {
110
118
  "predev": "pnpm install && pnpm generate:graph",
111
119
  "dev": "storybook dev -p 6006",
@@ -121,6 +129,7 @@
121
129
  "generate:graph": "DOTENV_CONFIG_PATH=\".env\" graphql-codegen --require dotenv/config --config codegen.yml",
122
130
  "format": "biome format --write",
123
131
  "lint": "biome lint --write",
124
- "check": "biome check --write"
132
+ "check": "biome check --write",
133
+ "chromatic": "npx chromatic --build-script-name storybook:build"
125
134
  }
126
135
  }