@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 +2 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
})
|