@inseefr/lunatic 0.4.26-v2 → 0.4.27-v2

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.
@@ -99,8 +99,8 @@ function ComboBox(_ref) {
99
99
  value: value,
100
100
  selectedIndex: selectedIndex,
101
101
  getOptionValue: getOptionValue
102
- })); // eslint-disable-next-line react-hooks/exhaustive-deps
103
- }, []);
102
+ }));
103
+ }, [options, value, selectedIndex, getOptionValue]);
104
104
  var onFocus = (0, _react.useCallback)(function () {
105
105
  dispatch(_stateManagement.actions.onFocus());
106
106
  }, []);
@@ -1,3 +1,5 @@
1
1
  fieldset {
2
2
  border: 0;
3
+ margin: 0;
4
+ padding: 0;
3
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inseefr/lunatic",
3
- "version": "0.4.26-v2",
3
+ "version": "0.4.27-v2",
4
4
  "workersVersion": "0.2.4-experimental",
5
5
  "description": "Library of questionnaire components",
6
6
  "repository": {