@wger-project/react-components 25.10.16 → 25.10.24

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.
Files changed (28) hide show
  1. package/README.md +1 -1
  2. package/build/locales/de/translation.json +334 -334
  3. package/build/locales/en/translation.json +12 -2
  4. package/build/locales/fr/translation.json +347 -337
  5. package/build/locales/hr/translation.json +344 -244
  6. package/build/locales/it/translation.json +333 -333
  7. package/build/locales/ko/translation.json +327 -327
  8. package/build/locales/pt_PT/translation.json +330 -330
  9. package/build/locales/sl/translation.json +321 -321
  10. package/build/locales/ta/translation.json +325 -325
  11. package/build/locales/uk/translation.json +344 -334
  12. package/build/locales/zh_Hans/translation.json +332 -332
  13. package/build/main.js +137 -138
  14. package/build/main.js.map +1 -1
  15. package/package.json +1 -1
  16. package/src/components/Nutrition/widgets/IngredientAutcompleter.tsx +1 -1
  17. package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.tsx +15 -4
  18. package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.tsx +3 -3
  19. package/src/components/WorkoutRoutines/models/Day.ts +16 -6
  20. package/src/components/WorkoutRoutines/models/SlotEntry.ts +7 -2
  21. package/src/components/WorkoutRoutines/widgets/DayDetails.tsx +1 -1
  22. package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.tsx +8 -11
  23. package/src/components/WorkoutRoutines/widgets/forms/DayForm.tsx +21 -9
  24. package/src/components/WorkoutRoutines/widgets/forms/DayTypeSelect.tsx +66 -0
  25. package/src/components/WorkoutRoutines/widgets/forms/SessionForm.test.tsx +0 -2
  26. package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.test.tsx +12 -10
  27. package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.tsx +2 -1
  28. package/src/components/WorkoutRoutines/widgets/forms/SlotForm.tsx +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ in [AUTHORS.md](AUTHORS.md).
21
21
  **TLDR**
22
22
 
23
23
  ```bash
24
- # with node > 22
24
+ # with node >= 22
25
25
 
26
26
  cp .env.TEMPLATE .env.development
27
27
  vim .env.development