@hero-design/rn 8.107.0 → 8.108.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 +2 -2
- package/CHANGELOG.md +18 -0
- package/es/index.js +454 -20
- package/lib/index.js +454 -20
- package/package.json +1 -1
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/FAB/ActionGroup/index.tsx +5 -12
- package/src/components/Illustration/__tests__/index.spec.tsx +19 -0
- package/src/components/Illustration/assets/AllInOneSketch.tsx +26 -0
- package/src/components/Illustration/assets/CelebrationSketch.tsx +21 -0
- package/src/components/Illustration/assets/DiySketch.tsx +26 -0
- package/src/components/Illustration/assets/ErrorSketch.tsx +26 -0
- package/src/components/Illustration/assets/FreedomSketch.tsx +24 -0
- package/src/components/Illustration/assets/GrowingSketch.tsx +28 -0
- package/src/components/Illustration/assets/InstantSketch.tsx +26 -0
- package/src/components/Illustration/assets/LiftSketch.tsx +24 -0
- package/src/components/Illustration/assets/OnDemandSketch.tsx +24 -0
- package/src/components/Illustration/assets/ProcessingSketch.tsx +24 -0
- package/src/components/Illustration/assets/RemoteJobsSketch.tsx +28 -0
- package/src/components/Illustration/assets/RewardSketch.tsx +28 -0
- package/src/components/Illustration/assets/SearchSketch.tsx +28 -0
- package/src/components/Illustration/assets/SecuritySketch.tsx +24 -0
- package/src/components/Illustration/assets/SentSketch.tsx +24 -0
- package/src/components/Illustration/assets/SpeedSketch.tsx +24 -0
- package/src/components/Illustration/assets/SuperchargeSketch.tsx +24 -0
- package/src/components/Illustration/assets/UnlockSketch.tsx +20 -0
- package/src/components/Illustration/assets/WorkflowSketch.tsx +24 -0
- package/src/components/Illustration/hooks/useMonoColor.ts +15 -0
- package/src/components/Illustration/illustrations.ts +38 -0
- package/src/components/MapPin/__tests__/__snapshots__/Focussed.spec.tsx.snap +1 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +2 -2
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +1 -1
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +1 -1
- package/src/theme/components/typography.ts +1 -1
- package/src/utils/__tests__/helpers.spec.ts +142 -0
- package/src/utils/helpers.ts +34 -5
- package/stats/8.108.0/rn-stats.html +4844 -0
- package/stats/8.108.1/rn-stats.html +4844 -0
- package/types/components/Illustration/assets/AllInOneSketch.d.ts +4 -0
- package/types/components/Illustration/assets/CelebrationSketch.d.ts +4 -0
- package/types/components/Illustration/assets/DiySketch.d.ts +4 -0
- package/types/components/Illustration/assets/ErrorSketch.d.ts +4 -0
- package/types/components/Illustration/assets/FreedomSketch.d.ts +4 -0
- package/types/components/Illustration/assets/GrowingSketch.d.ts +4 -0
- package/types/components/Illustration/assets/InstantSketch.d.ts +4 -0
- package/types/components/Illustration/assets/LiftSketch.d.ts +4 -0
- package/types/components/Illustration/assets/OnDemandSketch.d.ts +4 -0
- package/types/components/Illustration/assets/ProcessingSketch.d.ts +4 -0
- package/types/components/Illustration/assets/RemoteJobsSketch.d.ts +4 -0
- package/types/components/Illustration/assets/RewardSketch.d.ts +4 -0
- package/types/components/Illustration/assets/SearchSketch.d.ts +4 -0
- package/types/components/Illustration/assets/SecuritySketch.d.ts +4 -0
- package/types/components/Illustration/assets/SentSketch.d.ts +4 -0
- package/types/components/Illustration/assets/SpeedSketch.d.ts +4 -0
- package/types/components/Illustration/assets/SuperchargeSketch.d.ts +4 -0
- package/types/components/Illustration/assets/UnlockSketch.d.ts +4 -0
- package/types/components/Illustration/assets/WorkflowSketch.d.ts +4 -0
- package/types/components/Illustration/hooks/useMonoColor.d.ts +5 -0
- package/types/components/Illustration/illustrations.d.ts +19 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(node:
|
|
1
|
+
(node:3310) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
|
|
2
2
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
3
3
|
[36m
|
|
4
4
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
@@ -15,7 +15,7 @@ node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/sr
|
|
|
15
15
|
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
|
16
16
|
[39m
|
|
17
17
|
[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.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.[39m[22m
|
|
18
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [1m1m
|
|
18
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m1m 13.9s[22m[39m
|
|
19
19
|
[36m
|
|
20
20
|
[1m/home/runner/work/hero-design/hero-design/packages/rn/src/locales/en_AU.ts, /home/runner/work/hero-design/hero-design/packages/rn/src/locales/en_CA.ts, /home/runner/work/hero-design/hero-design/packages/rn/src/locales/index.ts, /home/runner/work/hero-design/hero-design/packages/rn/src/locales/types.ts[22m → [1m., .[22m...[39m
|
|
21
21
|
[1m[33m(!) Generated empty chunks[39m[22m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
+
## 8.108.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#4210](https://github.com/Thinkei/hero-design/pull/4210) [`d0856e4f74472a83c5227e88638ad9631a7fe8f5`](https://github.com/Thinkei/hero-design/commit/d0856e4f74472a83c5227e88638ad9631a7fe8f5) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [FAB.ActionGroup] Fix double circle issue
|
|
8
|
+
|
|
9
|
+
- [#4211](https://github.com/Thinkei/hero-design/pull/4211) [`9af53ac4bda22015a04ca404ae2a85d9bfb11ac2`](https://github.com/Thinkei/hero-design/commit/9af53ac4bda22015a04ca404ae2a85d9bfb11ac2) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Progress] Update colors to match design
|
|
10
|
+
|
|
11
|
+
## 8.108.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#4204](https://github.com/Thinkei/hero-design/pull/4204) [`601ffaa1fb7db45e5d2c1ec8daa3829c6dad2827`](https://github.com/Thinkei/hero-design/commit/601ffaa1fb7db45e5d2c1ec8daa3829c6dad2827) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Illustration] Add new sketch illustrations
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#4203](https://github.com/Thinkei/hero-design/pull/4203) [`37361afc4c96b1cea54505023bd55d023327fb0f`](https://github.com/Thinkei/hero-design/commit/37361afc4c96b1cea54505023bd55d023327fb0f) Thanks [@haudao-eh](https://github.com/haudao-eh)! - [Typography] Update danger intent
|
|
20
|
+
|
|
3
21
|
## 8.107.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|