@dataesr/dsfr-plus 0.3.0 → 0.3.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.
package/dist/dsfr-plus.js CHANGED
@@ -9252,9 +9252,10 @@ 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
+ }) }, `segmented-element-${d}`);
9258
9259
  })
9259
9260
  ]
9260
9261
  }
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.2",
5
5
  "type": "module",
6
6
  "main": "./dist/dsfr-plus.es.js",
7
7
  "module": "./dist/dsfr-plus.es.js",