@hero-design/rn 8.62.0 → 8.63.1-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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +23 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +1522 -1558
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +1522 -1558
- package/package.json +3 -3
- package/src/components/Alert/__tests__/index.spec.tsx +36 -0
- package/src/components/Alert/index.tsx +28 -2
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +4 -0
- package/types/components/Alert/index.d.ts +18 -2
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/TextInput/index.d.ts +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
3
3
|
[1m[33m(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.[39m[22m
|
|
4
4
|
[1m[33m(!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/home/runner/work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning[39m[22m
|
|
5
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [
|
|
5
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m56.6s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
+
## 8.63.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2856](https://github.com/Thinkei/hero-design/pull/2856) [`5874c95d7`](https://github.com/Thinkei/hero-design/commit/5874c95d7b475b3d146ef91372c6e6528ad31928) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [TimePicker] Migrate V9 commits
|
|
8
|
+
|
|
9
|
+
## 8.63.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#3044](https://github.com/Thinkei/hero-design/pull/3044) [`675805609`](https://github.com/Thinkei/hero-design/commit/67580560951948e18472939f68e38eba76fd21e4) Thanks [@TanNguyenEH](https://github.com/TanNguyenEH)! - add new icons for mobile: clock-in-outlined, clock-out-outlined, start-break-outlined, end-break-outlined
|
|
14
|
+
|
|
15
|
+
- [#3045](https://github.com/Thinkei/hero-design/pull/3045) [`038e3f44a`](https://github.com/Thinkei/hero-design/commit/038e3f44abfd182db5b887c279b7d0a5d4638cd0) Thanks [@ttkien](https://github.com/ttkien)! - [Alert] add actionLabel
|
|
16
|
+
|
|
3
17
|
## 8.62.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -37,6 +51,15 @@
|
|
|
37
51
|
|
|
38
52
|
- [#2786](https://github.com/Thinkei/hero-design/pull/2786) [`f5f4d1d55`](https://github.com/Thinkei/hero-design/commit/f5f4d1d55601f9ae3e37438f0928e9a6173ae260) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Radio.Group] Update indicator color and add inactiveIntent prop
|
|
39
53
|
|
|
54
|
+
## 8.60.1-alpha.0
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- [#2807](https://github.com/Thinkei/hero-design/pull/2807) [`391137af3`](https://github.com/Thinkei/hero-design/commit/391137af35cb9ae71da51d6863624da0251017aa) Thanks [@ttkien](https://github.com/ttkien)! - initial HDv9
|
|
59
|
+
|
|
60
|
+
- Updated dependencies [[`5c76fdb0b`](https://github.com/Thinkei/hero-design/commit/5c76fdb0b3565456f30864c78e42cc9a589747c9), [`391137af3`](https://github.com/Thinkei/hero-design/commit/391137af35cb9ae71da51d6863624da0251017aa)]:
|
|
61
|
+
- @hero-design/colors@9.0.0-alpha.0
|
|
62
|
+
|
|
40
63
|
## 8.60.0
|
|
41
64
|
|
|
42
65
|
### Minor Changes
|
|
Binary file
|