@hero-design/rn 8.91.4 → 8.91.6-alpha.0
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.
- package/CHANGELOG.md +16 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +435 -416
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +435 -416
- package/package.json +1 -1
- package/src/components/Alert/StyledAlert.tsx +1 -0
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +56 -0
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +8 -10
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +116 -145
- package/src/components/Avatar/StyledAvatar.tsx +1 -1
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +4 -5
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +8 -10
- package/src/components/BottomNavigation/StyledBottomNavigation.tsx +3 -5
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +6 -4
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +28 -28
- package/src/components/FAB/ActionGroup/StyledActionGroup.tsx +12 -2
- package/src/components/FAB/ActionGroup/index.tsx +13 -2
- package/src/components/FloatingIsland/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +1 -0
- package/src/components/List/StyledListItem.tsx +1 -5
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +8 -10
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +6 -6
- package/src/components/MapPin/StyledMapPin.tsx +14 -3
- package/src/components/MapPin/__tests__/__snapshots__/index.spec.tsx.snap +58 -65
- package/src/components/MapPin/index.tsx +7 -8
- package/src/components/Search/StyledSearch.tsx +1 -4
- package/src/components/Search/__tests__/__snapshots__/SearchOneLine.spec.tsx.snap +3 -2
- package/src/components/Search/__tests__/__snapshots__/SearchTwoLine.spec.tsx.snap +3 -2
- package/src/components/Toast/StyledToast.tsx +1 -5
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +21 -21
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +59 -32
- package/src/theme/components/alert.ts +5 -1
- package/src/theme/components/avatar.ts +1 -1
- package/src/theme/components/bottomNavigation.ts +7 -5
- package/src/theme/components/chip.ts +2 -2
- package/src/theme/components/floatingIsland.ts +1 -1
- package/src/theme/components/list.ts +1 -7
- package/src/theme/components/mapPin.ts +6 -2
- package/src/theme/components/search.ts +1 -5
- package/src/theme/components/toast.ts +1 -5
- package/src/theme/global/colors/eBens.ts +3 -0
- package/src/theme/global/colors/jobs.ts +3 -0
- package/src/theme/global/colors/swag.ts +3 -0
- package/src/theme/global/colors/swagDark.ts +3 -0
- package/src/theme/global/colors/wallet.ts +3 -0
- package/src/theme/global/colors/work.ts +3 -0
- package/stats/8.91.5/rn-stats.html +4842 -0
- package/types/components/Avatar/StyledAvatar.d.ts +2 -2
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +6 -2
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/MapPin/StyledMapPin.d.ts +12 -2
- package/types/components/TextInput/index.d.ts +1 -1
- package/types/theme/components/alert.d.ts +3 -0
- package/types/theme/components/avatar.d.ts +1 -1
- package/types/theme/components/bottomNavigation.d.ts +5 -7
- package/types/theme/components/chip.d.ts +1 -1
- package/types/theme/components/list.d.ts +1 -10
- package/types/theme/components/mapPin.d.ts +6 -2
- package/types/theme/components/search.d.ts +1 -8
- package/types/theme/components/toast.d.ts +1 -8
- package/types/theme/global/colors/eBens.d.ts +3 -0
- package/types/theme/global/colors/jobs.d.ts +3 -0
- package/types/theme/global/colors/swag.d.ts +3 -0
- package/types/theme/global/colors/swagDark.d.ts +3 -0
- package/types/theme/global/colors/wallet.d.ts +3 -0
- package/types/theme/global/colors/work.d.ts +3 -0
- package/types/theme/global/shadows/shadows.d.ts +9 -0
- package/types/theme/global/shadows.d.ts +16 -0
- package/.turbo/turbo-build.log +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
+
## 8.91.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3701](https://github.com/Thinkei/hero-design/pull/3701) [`572ec42b57534831acf2d1e4273e2995e3d6b9e4`](https://github.com/Thinkei/hero-design/commit/572ec42b57534831acf2d1e4273e2995e3d6b9e4) Thanks [@haudao-eh](https://github.com/haudao-eh)! - [MapPin] Update color
|
|
8
|
+
|
|
9
|
+
- [#3709](https://github.com/Thinkei/hero-design/pull/3709) [`814d559f5acf0f3e04cc1bbe4140d5745dcfd091`](https://github.com/Thinkei/hero-design/commit/814d559f5acf0f3e04cc1bbe4140d5745dcfd091) Thanks [@ttkien](https://github.com/ttkien)! - [Chip] update background color and shadow
|
|
10
|
+
|
|
11
|
+
- [#3711](https://github.com/Thinkei/hero-design/pull/3711) [`3aeb3bc87f5766bf68f59fe73c7d74d180e033ad`](https://github.com/Thinkei/hero-design/commit/3aeb3bc87f5766bf68f59fe73c7d74d180e033ad) Thanks [@quan-tran-eh](https://github.com/quan-tran-eh)! - Add paperclip-vertical icon
|
|
12
|
+
|
|
13
|
+
- [#3703](https://github.com/Thinkei/hero-design/pull/3703) [`692b3bb35e8df216f2a7dd46b51689c816cf1d13`](https://github.com/Thinkei/hero-design/commit/692b3bb35e8df216f2a7dd46b51689c816cf1d13) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [FloatingIsland][search][BottomNavigation][list] Update shadow
|
|
14
|
+
|
|
15
|
+
- [#3710](https://github.com/Thinkei/hero-design/pull/3710) [`b6a1daf8817a4aa1504daf2f709f0a5859b9a5ed`](https://github.com/Thinkei/hero-design/commit/b6a1daf8817a4aa1504daf2f709f0a5859b9a5ed) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Alert][toast] Update shadow
|
|
16
|
+
|
|
17
|
+
- [#3705](https://github.com/Thinkei/hero-design/pull/3705) [`26dd74bf0f9b84f154cfaa17361e4089ec2296fb`](https://github.com/Thinkei/hero-design/commit/26dd74bf0f9b84f154cfaa17361e4089ec2296fb) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Avatar] Update text color
|
|
18
|
+
|
|
3
19
|
## 8.91.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
Binary file
|