@dataesr/dsfr-plus 0.3.0 → 0.3.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.
package/dist/dsfr-plus.js CHANGED
@@ -9252,7 +9252,8 @@ const is = Rt({}), Vd = ({
9252
9252
  name: i,
9253
9253
  id: `${i}-${d}`,
9254
9254
  onChange: () => {
9255
- l == null || l(p.props.value), p.props.onChange();
9255
+ var v, h;
9256
+ l == null || l(p.props.value), (h = (v = p == null ? void 0 : p.props) == null ? void 0 : v.onChange) == null || h.call(v);
9256
9257
  }
9257
9258
  }) });
9258
9259
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dataesr/dsfr-plus",
3
3
  "private": false,
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "type": "module",
6
6
  "main": "./dist/dsfr-plus.es.js",
7
7
  "module": "./dist/dsfr-plus.es.js",