@hero-design/rn 8.131.3 → 8.132.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 +15 -0
- package/es/index.js +377 -375
- package/lib/index.js +379 -374
- package/package.json +9 -9
- package/src/index.ts +9 -0
- package/src/theme/getTheme.ts +9 -3
- package/src/theme/global/index.ts +15 -3
- package/src/theme/global/shadows/index.ts +16 -14
- package/src/theme/index.ts +8 -1
- package/types/index.d.ts +4 -2
- package/types/theme/getTheme.d.ts +2 -2
- package/types/theme/global/index.d.ts +4 -3
- package/types/theme/global/shadows/index.d.ts +2 -1
- package/types/theme/index.d.ts +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
+
## 8.132.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#5260](https://github.com/Thinkei/hero-design/pull/5260) [`bd4ee4e`](https://github.com/Thinkei/hero-design/commit/bd4ee4e4ede9b7cf99d389a6de5de489e92d2a81) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - Expose optional `shadowPalette` parameter on `getTheme`/`getGlobalTheme`; replace `switch/case` in `getShadows` with a lookup map; export `ShadowPalette` type and built-in shadow palette objects (`ehWorkShadowPalette`, `ehJobsShadowPalette`, `ehWorkDarkShadowPalette`).
|
|
8
|
+
|
|
9
|
+
## 8.131.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#5233](https://github.com/Thinkei/hero-design/pull/5233) [`95838f9`](https://github.com/Thinkei/hero-design/commit/95838f9bd37ba5ec1c64e379a0cb87531e3fd102) Thanks [@phthhieu](https://github.com/phthhieu)! - Resolve Dependabot vulnerabilities
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`95838f9`](https://github.com/Thinkei/hero-design/commit/95838f9bd37ba5ec1c64e379a0cb87531e3fd102)]:
|
|
16
|
+
- @hero-design/react-native-month-year-picker@8.46.1
|
|
17
|
+
|
|
3
18
|
## 8.131.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|