@hero-design/rn 8.118.2-alpha.2 → 8.118.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +2 -20
  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 -20
  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,28 +1,10 @@
1
1
  # @hero-design/rn
2
2
 
3
- ## 8.118.2-alpha.2
3
+ ## 8.118.2
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
8
-
9
- - [#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
10
-
11
- - [#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
12
-
13
- ## 8.118.2-alpha.1
14
-
15
- ### Patch Changes
16
-
17
- - [#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
18
-
19
- - [#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
20
-
21
- ## 8.118.2-alpha.0
22
-
23
- ### Patch Changes
24
-
25
- - [#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
+ - [#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
26
8
 
27
9
  ## 8.118.1
28
10