@hero-design/rn 8.118.2-alpha.4 → 8.118.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 (33) hide show
  1. package/CHANGELOG.md +4 -42
  2. package/es/index.js +7393 -147
  3. package/jest.config.js +1 -1
  4. package/lib/index.js +7393 -147
  5. package/package.json +20 -21
  6. package/src/components/AppCue/index.tsx +1 -4
  7. package/src/components/Button/Button.tsx +2 -2
  8. package/src/components/Button/UtilityButton/index.tsx +2 -2
  9. package/src/components/Chip/index.tsx +0 -4
  10. package/src/components/FloatingIsland/index.tsx +2 -2
  11. package/src/components/Search/SearchOneLine.tsx +1 -1
  12. package/src/components/Select/BaseOptionList.tsx +2 -2
  13. package/src/components/Select/SingleSelect/OptionList.tsx +1 -1
  14. package/src/components/StatusScreens/Error/index.tsx +2 -3
  15. package/src/components/Tabs/ScrollableTabs.tsx +2 -1
  16. package/src/components/Tabs/index.tsx +2 -2
  17. package/src/components/TextInput/index.tsx +9 -7
  18. package/src/components/Toolbar/ToolbarMessage.tsx +1 -1
  19. package/src/utils/hooks.ts +1 -1
  20. package/testUtils/setup.tsx +6 -0
  21. package/types/components/AppCue/index.d.ts +1 -4
  22. package/types/components/Button/Button.d.ts +2 -2
  23. package/types/components/Button/UtilityButton/index.d.ts +2 -2
  24. package/types/components/Chip/index.d.ts +1 -1
  25. package/types/components/FloatingIsland/index.d.ts +2 -2
  26. package/types/components/Select/BaseOptionList.d.ts +1 -1
  27. package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
  28. package/types/components/StatusScreens/Error/index.d.ts +1 -1
  29. package/types/components/Swipeable/index.d.ts +1 -1
  30. package/types/components/Tabs/ScrollableTabs.d.ts +2 -1
  31. package/types/components/Tabs/index.d.ts +2 -2
  32. package/types/components/Tabs/useHandlePageScroll.d.ts +1 -1
  33. package/types/components/TextInput/index.d.ts +4 -4
package/CHANGELOG.md CHANGED
@@ -1,54 +1,16 @@
1
1
  # @hero-design/rn
2
2
 
3
- ## 8.118.2-alpha.4
3
+ ## 8.118.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#4706](https://github.com/Thinkei/hero-design/pull/4706) [`82a9532c5364c2dea2ffc96153103522295aa868`](https://github.com/Thinkei/hero-design/commit/82a9532c5364c2dea2ffc96153103522295aa868) Thanks [@tqdungit](https://github.com/tqdungit)! - Trigger alpha release for rn
7
+ - [#4786](https://github.com/Thinkei/hero-design/pull/4786) [`0604c66c663667c36e9ae1d76a97fa7c5153ad7f`](https://github.com/Thinkei/hero-design/commit/0604c66c663667c36e9ae1d76a97fa7c5153ad7f) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomNavigation] Update sizing
8
8
 
9
- - [#4782](https://github.com/Thinkei/hero-design/pull/4782) [`723e0bb6035fe40b674690a00bfbb634da13bb83`](https://github.com/Thinkei/hero-design/commit/723e0bb6035fe40b674690a00bfbb634da13bb83) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomNavigation] Update sizing
10
-
11
- - [#4752](https://github.com/Thinkei/hero-design/pull/4752) [`584274fa4239f511946789b9873f8234ace9bc79`](https://github.com/Thinkei/hero-design/commit/584274fa4239f511946789b9873f8234ace9bc79) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomNavigation] Update sizing for iOS
12
-
13
- - [#4754](https://github.com/Thinkei/hero-design/pull/4754) [`da189546e72d936d19d17f64a2fae1d6e4f97fe7`](https://github.com/Thinkei/hero-design/commit/da189546e72d936d19d17f64a2fae1d6e4f97fe7) Thanks [@phthhieu](https://github.com/phthhieu)! - Readd react-native keys
14
-
15
- - [#4728](https://github.com/Thinkei/hero-design/pull/4728) [`61b2bbfe16cf7f59f6255ebc0129abfee11a61e7`](https://github.com/Thinkei/hero-design/commit/61b2bbfe16cf7f59f6255ebc0129abfee11a61e7) Thanks [@ttkien](https://github.com/ttkien)! - add react-native key to fix issue on RN 81
16
-
17
- ## 8.118.2-alpha.3
18
-
19
- ### Patch Changes
20
-
21
- - [#4706](https://github.com/Thinkei/hero-design/pull/4706) [`82a9532c5364c2dea2ffc96153103522295aa868`](https://github.com/Thinkei/hero-design/commit/82a9532c5364c2dea2ffc96153103522295aa868) Thanks [@tqdungit](https://github.com/tqdungit)! - Trigger alpha release for rn
22
-
23
- - [#4752](https://github.com/Thinkei/hero-design/pull/4752) [`584274fa4239f511946789b9873f8234ace9bc79`](https://github.com/Thinkei/hero-design/commit/584274fa4239f511946789b9873f8234ace9bc79) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomNavigation] Update sizing for iOS
24
-
25
- - [#4754](https://github.com/Thinkei/hero-design/pull/4754) [`da189546e72d936d19d17f64a2fae1d6e4f97fe7`](https://github.com/Thinkei/hero-design/commit/da189546e72d936d19d17f64a2fae1d6e4f97fe7) Thanks [@phthhieu](https://github.com/phthhieu)! - Readd react-native keys
26
-
27
- - [#4728](https://github.com/Thinkei/hero-design/pull/4728) [`61b2bbfe16cf7f59f6255ebc0129abfee11a61e7`](https://github.com/Thinkei/hero-design/commit/61b2bbfe16cf7f59f6255ebc0129abfee11a61e7) Thanks [@ttkien](https://github.com/ttkien)! - add react-native key to fix issue on RN 81
28
-
29
- ## 8.118.2-alpha.2
30
-
31
- ### Patch Changes
32
-
33
- - [#4706](https://github.com/Thinkei/hero-design/pull/4706) [`82a9532c5364c2dea2ffc96153103522295aa868`](https://github.com/Thinkei/hero-design/commit/82a9532c5364c2dea2ffc96153103522295aa868) Thanks [@tqdungit](https://github.com/tqdungit)! - Trigger alpha release for rn
34
-
35
- - [#4752](https://github.com/Thinkei/hero-design/pull/4752) [`584274fa4239f511946789b9873f8234ace9bc79`](https://github.com/Thinkei/hero-design/commit/584274fa4239f511946789b9873f8234ace9bc79) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomNavigation] Update sizing for iOS
36
-
37
- - [#4728](https://github.com/Thinkei/hero-design/pull/4728) [`61b2bbfe16cf7f59f6255ebc0129abfee11a61e7`](https://github.com/Thinkei/hero-design/commit/61b2bbfe16cf7f59f6255ebc0129abfee11a61e7) Thanks [@ttkien](https://github.com/ttkien)! - add react-native key to fix issue on RN 81
38
-
39
- ## 8.118.2-alpha.1
40
-
41
- ### Patch Changes
42
-
43
- - [#4706](https://github.com/Thinkei/hero-design/pull/4706) [`82a9532c5364c2dea2ffc96153103522295aa868`](https://github.com/Thinkei/hero-design/commit/82a9532c5364c2dea2ffc96153103522295aa868) Thanks [@tqdungit](https://github.com/tqdungit)! - Trigger alpha release for rn
44
-
45
- - [#4728](https://github.com/Thinkei/hero-design/pull/4728) [`61b2bbfe16cf7f59f6255ebc0129abfee11a61e7`](https://github.com/Thinkei/hero-design/commit/61b2bbfe16cf7f59f6255ebc0129abfee11a61e7) Thanks [@ttkien](https://github.com/ttkien)! - add react-native key to fix issue on RN 81
46
-
47
- ## 8.118.2-alpha.0
9
+ ## 8.118.2
48
10
 
49
11
  ### Patch Changes
50
12
 
51
- - [#4706](https://github.com/Thinkei/hero-design/pull/4706) [`82a9532c5364c2dea2ffc96153103522295aa868`](https://github.com/Thinkei/hero-design/commit/82a9532c5364c2dea2ffc96153103522295aa868) Thanks [@tqdungit](https://github.com/tqdungit)! - Trigger alpha release for rn
13
+ - [#4748](https://github.com/Thinkei/hero-design/pull/4748) [`e9ff441072d7d65c7b592a6a81cea49de7fad925`](https://github.com/Thinkei/hero-design/commit/e9ff441072d7d65c7b592a6a81cea49de7fad925) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomNavigation] Update sizing for iOS
52
14
 
53
15
  ## 8.118.1
54
16