ublo-lib 1.47.15 → 1.47.17

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.
@@ -34,5 +34,11 @@
34
34
  "minimize": "Riduci testo",
35
35
  "close": "Chiudi",
36
36
  "showInformation": "Informazioni importanti"
37
+ },
38
+ "ru": {
39
+ "maximize": "Увеличить текст",
40
+ "minimize": "Уменьшить текст",
41
+ "close": "Закрыть",
42
+ "showInformation": "Важная информация"
37
43
  }
38
44
  }
@@ -1 +1 @@
1
- {"version":3,"file":"period-picker.d.ts","sourceRoot":"","sources":["../../../../src/esf/components/period-picker/period-picker.js"],"names":[],"mappings":"AA2BA;;;;;;;4CAuNC"}
1
+ {"version":3,"file":"period-picker.d.ts","sourceRoot":"","sources":["../../../../src/esf/components/period-picker/period-picker.js"],"names":[],"mappings":"AA2BA;;;;;;;4CAwNC"}
@@ -115,7 +115,7 @@ export default function PeriodPicker({ className = undefined, setClosed = undefi
115
115
  }
116
116
  }
117
117
  }
118
- }, [endWeek, onChange, selected]);
118
+ }, [endWeek, selected]);
119
119
  if (metadata?.disableWeekpicker)
120
120
  return null;
121
121
  const select = (week) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.47.15",
3
+ "version": "1.47.17",
4
4
  "peerDependencies": {
5
5
  "classnames": "^2.5.1",
6
6
  "dt-design-system": "^3.12.0",