@hero-design/rn 8.51.0 → 8.52.1
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 +20 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +258 -254
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +258 -254
- package/package.json +1 -1
- package/src/components/Carousel/CardCarousel.tsx +1 -5
- package/src/components/Carousel/StyledCardCarousel.tsx +1 -16
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +92 -172
- package/src/components/Carousel/__tests__/index.spec.tsx +14 -0
- package/src/components/Carousel/index.tsx +15 -14
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +6 -3
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +2 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +2 -1
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +4 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +12 -6
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +10 -5
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +90 -54
- package/src/components/Swipeable/index.tsx +31 -17
- package/src/components/TextInput/StyledTextInput.tsx +3 -4
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +0 -10
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +34 -25
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +4 -2
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +4 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +5 -12
- package/src/theme/components/cardCarousel.ts +1 -8
- package/src/theme/components/swipeable.ts +6 -1
- package/src/theme/components/textInput.ts +1 -2
- package/types/components/Carousel/StyledCardCarousel.d.ts +1 -7
- 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/theme/components/cardCarousel.d.ts +0 -10
- package/types/theme/components/swipeable.d.ts +4 -0
- package/types/theme/components/textInput.d.ts +1 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -4,5 +4,5 @@ $ rollup -c
|
|
|
4
4
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
5
5
|
[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
|
|
6
6
|
[1m[33m(!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/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
|
|
7
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [
|
|
7
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m28.4s[22m[39m
|
|
8
8
|
$ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
+
## 8.52.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2524](https://github.com/Thinkei/hero-design/pull/2524) [`2fbcd3712`](https://github.com/Thinkei/hero-design/commit/2fbcd371210cce4d257abc29ba37094bb6b1aaae) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Carousel.Card] Remove shadow
|
|
8
|
+
|
|
9
|
+
## 8.52.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#2490](https://github.com/Thinkei/hero-design/pull/2490) [`18b7be6d2`](https://github.com/Thinkei/hero-design/commit/18b7be6d29aafc6847d66c6e800b79aba495e10c) Thanks [@ducminhleeh](https://github.com/ducminhleeh)! - Add new icons: application-outlined, job-search-outlined, resume-outlined and smart-match-outlined
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#2483](https://github.com/Thinkei/hero-design/pull/2483) [`aeb5ccd7a`](https://github.com/Thinkei/hero-design/commit/aeb5ccd7a0b7e7a608ffae1985aab9725f6339d2) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Carousel] Hide page controls when there is only 1 page
|
|
18
|
+
|
|
19
|
+
- [#2471](https://github.com/Thinkei/hero-design/pull/2471) [`f2724ba80`](https://github.com/Thinkei/hero-design/commit/f2724ba80f5ca9cd591756f69039bfdd9932cb28) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Swipeable] Update container radius
|
|
20
|
+
|
|
21
|
+
- [#2472](https://github.com/Thinkei/hero-design/pull/2472) [`b24dbec12`](https://github.com/Thinkei/hero-design/commit/b24dbec1202d81a4e8422f1ef645c3a5cf21a1da) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [TextInput] Update max length text alignment
|
|
22
|
+
|
|
3
23
|
## 8.51.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
Binary file
|