@sb1/ffe-datepicker-react 100.5.0 → 100.5.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.
@@ -195,9 +195,7 @@ export var DatepickerComp = function (_a) {
195
195
  addFlagOnClickEventClickHandler(e);
196
196
  focusSpinButton(e);
197
197
  }, role: 'group', id: id },
198
- React.createElement("div", { className: classNames('ffe-input-field', 'ffe-dateinput', {
199
- 'ffe-input-field--invalid': ariaInvalid(),
200
- }), onBlur: function (evt) {
198
+ React.createElement("div", { className: classNames('ffe-dateinput'), onBlur: function (evt) {
201
199
  var elementReceivingFocus = evt.relatedTarget;
202
200
  if (elementReceivingFocus !== yearRef.current &&
203
201
  elementReceivingFocus !== dayRef.current &&
@@ -234,9 +234,7 @@ var DatepickerComp = function (_a) {
234
234
  addFlagOnClickEventClickHandler(e);
235
235
  focusSpinButton(e);
236
236
  }, role: 'group', id: id },
237
- react_1.default.createElement("div", { className: (0, classnames_1.default)('ffe-input-field', 'ffe-dateinput', {
238
- 'ffe-input-field--invalid': ariaInvalid(),
239
- }), onBlur: function (evt) {
237
+ react_1.default.createElement("div", { className: (0, classnames_1.default)('ffe-dateinput'), onBlur: function (evt) {
240
238
  var elementReceivingFocus = evt.relatedTarget;
241
239
  if (elementReceivingFocus !== yearRef.current &&
242
240
  elementReceivingFocus !== dayRef.current &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-datepicker-react",
3
- "version": "100.5.0",
3
+ "version": "100.5.2",
4
4
  "license": "MIT",
5
5
  "author": "SpareBank 1",
6
6
  "files": [
@@ -24,11 +24,11 @@
24
24
  "test:watch": "ffe-buildtool jest --watch"
25
25
  },
26
26
  "dependencies": {
27
- "@sb1/ffe-datepicker": "^100.5.0",
28
- "@sb1/ffe-dropdown-react": "^100.5.0",
29
- "@sb1/ffe-form": "^100.5.0",
30
- "@sb1/ffe-form-react": "^100.5.0",
31
- "@sb1/ffe-icons-react": "^100.5.0",
27
+ "@sb1/ffe-datepicker": "^100.5.2",
28
+ "@sb1/ffe-dropdown-react": "^100.5.2",
29
+ "@sb1/ffe-form": "^100.5.2",
30
+ "@sb1/ffe-form-react": "^100.5.2",
31
+ "@sb1/ffe-icons-react": "^100.5.2",
32
32
  "@testing-library/react": "^16.0.0",
33
33
  "@types/lodash.debounce": "^4.0.9",
34
34
  "classnames": "^2.3.1",
@@ -36,7 +36,7 @@
36
36
  "uuid": "^9.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@sb1/ffe-buildtool": "^100.5.0",
39
+ "@sb1/ffe-buildtool": "^100.5.2",
40
40
  "eslint": "^9.22.0",
41
41
  "react": "^18.2.0",
42
42
  "react-dom": "^18.2.0"
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "84d495f2e596a3a185dcc99564ec8960014e1038"
50
+ "gitHead": "a5f4873cd292e0c01f7c1e11e6a74b77140333bf"
51
51
  }