@hero-design/rn 8.128.1 → 8.128.3

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 (51) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/es/index.js +136 -240
  3. package/lib/index.js +136 -240
  4. package/package.json +8 -1
  5. package/src/components/DatePicker/DatePicker.tsx +5 -24
  6. package/src/components/DatePicker/DatePickerAndroid.tsx +8 -17
  7. package/src/components/DatePicker/DatePickerCalendar.tsx +8 -17
  8. package/src/components/DatePicker/DatePickerIOS.tsx +8 -17
  9. package/src/components/DatePicker/StyledDatePicker.tsx +2 -19
  10. package/src/components/DatePicker/types.ts +0 -17
  11. package/src/components/Select/MultiSelect/index.tsx +9 -23
  12. package/src/components/Select/SingleSelect/index.tsx +9 -23
  13. package/src/components/Select/StyledSelect.tsx +2 -25
  14. package/src/components/Select/index.tsx +2 -8
  15. package/src/components/Select/types.ts +0 -4
  16. package/src/components/TimePicker/StyledTimePicker.tsx +2 -19
  17. package/src/components/TimePicker/TimePicker.tsx +2 -2
  18. package/src/components/TimePicker/TimePickerAndroid.tsx +6 -15
  19. package/src/components/TimePicker/TimePickerIOS.tsx +7 -18
  20. package/src/components/TimePicker/types.ts +0 -17
  21. package/src/theme/global/colors/ehJobs.ts +0 -1
  22. package/src/theme/global/colors/ehWork.ts +1 -1
  23. package/types/components/Checkbox/StyledInlineCheckBox.d.ts +1 -1
  24. package/types/components/Checkbox/utils.d.ts +1 -1
  25. package/types/components/DatePicker/DatePicker.d.ts +2 -2
  26. package/types/components/DatePicker/DatePickerAndroid.d.ts +3 -3
  27. package/types/components/DatePicker/DatePickerCalendar.d.ts +2 -2
  28. package/types/components/DatePicker/DatePickerIOS.d.ts +3 -3
  29. package/types/components/DatePicker/StyledDatePicker.d.ts +1 -8
  30. package/types/components/DatePicker/types.d.ts +0 -15
  31. package/types/components/Select/MultiSelect/index.d.ts +1 -6
  32. package/types/components/Select/SingleSelect/index.d.ts +1 -6
  33. package/types/components/Select/StyledSelect.d.ts +1 -8
  34. package/types/components/Select/index.d.ts +2 -2
  35. package/types/components/Select/types.d.ts +0 -4
  36. package/types/components/TextInput/index.d.ts +1 -1
  37. package/types/components/TimePicker/StyledTimePicker.d.ts +1 -8
  38. package/types/components/TimePicker/TimePicker.d.ts +2 -2
  39. package/types/components/TimePicker/TimePickerAndroid.d.ts +2 -2
  40. package/types/components/TimePicker/TimePickerIOS.d.ts +2 -2
  41. package/types/components/TimePicker/types.d.ts +0 -15
  42. package/src/components/DatePicker/index.internal.tsx +0 -10
  43. package/src/components/Select/index.internal.tsx +0 -26
  44. package/src/components/TimePicker/index.internal.tsx +0 -9
  45. package/src/index.internal.ts +0 -26
  46. package/src/types.internal.ts +0 -28
  47. package/types/components/DatePicker/index.internal.d.ts +0 -7
  48. package/types/components/Select/index.internal.d.ts +0 -21
  49. package/types/components/TimePicker/index.internal.d.ts +0 -5
  50. package/types/index.internal.d.ts +0 -19
  51. package/types/types.internal.d.ts +0 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.128.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5095](https://github.com/Thinkei/hero-design/pull/5095) [`18765e918e8a7efd00ee347b16953dbd5542aa3f`](https://github.com/Thinkei/hero-design/commit/18765e918e8a7efd00ee347b16953dbd5542aa3f) Thanks [@phthhieu](https://github.com/phthhieu)! - Revert "[ANG-5090] Update primary token to #7622d7 in EH Work & EH Jobs themes"
8
+
9
+ ## 8.128.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#5089](https://github.com/Thinkei/hero-design/pull/5089) [`6f9728388a4af8ebc44c858610e4f1a1c21870e1`](https://github.com/Thinkei/hero-design/commit/6f9728388a4af8ebc44c858610e4f1a1c21870e1) Thanks [@ttkien](https://github.com/ttkien)! - Remove unused rn-work-uikit package
14
+
3
15
  ## 8.128.1
4
16
 
5
17
  ### Patch Changes