@hero-design/rn 8.73.1 → 8.74.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.
Files changed (45) hide show
  1. package/.turbo/turbo-build.log +2 -3
  2. package/CHANGELOG.md +14 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +398 -396
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +398 -396
  7. package/package.json +4 -4
  8. package/src/components/BottomSheet/index.tsx +13 -14
  9. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  10. package/src/components/Icon/HeroIcon/index.tsx +3 -1
  11. package/src/components/Icon/IconList.ts +4 -0
  12. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +405 -0
  13. package/src/components/Icon/__tests__/index.spec.tsx +14 -2
  14. package/src/components/Icon/index.tsx +2 -1
  15. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
  16. package/src/components/Typography/Body/__tests__/index.spec.tsx +1 -0
  17. package/src/components/Typography/Body/index.tsx +2 -1
  18. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +50 -0
  19. package/src/components/Typography/Caption/__tests__/index.spec.tsx +1 -0
  20. package/src/components/Typography/Caption/index.tsx +2 -1
  21. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +48 -0
  22. package/src/components/Typography/Label/__tests__/index.spec.tsx +1 -0
  23. package/src/components/Typography/Label/index.tsx +2 -1
  24. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
  25. package/src/components/Typography/Title/__tests__/index.spec.tsx +1 -0
  26. package/src/components/Typography/Title/index.tsx +2 -1
  27. package/src/components/Typography/types.ts +2 -1
  28. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +2 -0
  29. package/src/theme/components/icon.ts +1 -0
  30. package/src/theme/components/typography.ts +1 -0
  31. package/stats/8.74.0/rn-stats.html +4842 -0
  32. package/stats/8.74.1/rn-stats.html +4842 -0
  33. package/types/components/Icon/HeroIcon/index.d.ts +1 -1
  34. package/types/components/Icon/IconList.d.ts +1 -1
  35. package/types/components/Icon/index.d.ts +2 -2
  36. package/types/components/Icon/utils.d.ts +1 -1
  37. package/types/components/Search/utils.d.ts +2 -2
  38. package/types/components/TextInput/index.d.ts +3 -3
  39. package/types/components/Typography/Body/index.d.ts +1 -1
  40. package/types/components/Typography/Caption/index.d.ts +1 -1
  41. package/types/components/Typography/Label/index.d.ts +1 -1
  42. package/types/components/Typography/Title/index.d.ts +1 -1
  43. package/types/components/Typography/types.d.ts +1 -1
  44. package/types/theme/components/icon.d.ts +1 -0
  45. package/types/theme/components/typography.d.ts +1 -0
@@ -1,8 +1,7 @@
1
- (node:2943) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
1
+ (node:2800) 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
- (node:2943) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
4
3
  
5
4
  src/index.ts → lib/index.js, es/index.js...
6
5
  (!) [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`.
7
6
  (!) [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.
8
- created lib/index.js, es/index.js in 50.4s
7
+ created lib/index.js, es/index.js in 50.8s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.74.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3457](https://github.com/Thinkei/hero-design/pull/3457) [`e8fd9ab44b7f6aab3046d1129be71aa0e9a5948f`](https://github.com/Thinkei/hero-design/commit/e8fd9ab44b7f6aab3046d1129be71aa0e9a5948f) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomSheet] Resolve onDismiss being called twice
8
+
9
+ - [#3456](https://github.com/Thinkei/hero-design/pull/3456) [`8a9f0cb48060aa771d4236455acd7fe8d0cee9cf`](https://github.com/Thinkei/hero-design/commit/8a9f0cb48060aa771d4236455acd7fe8d0cee9cf) Thanks [@vuvohoang](https://github.com/vuvohoang)! - Add new icons: evening-outlined, afternoon-outlined, morning-outlined, dot-filled
10
+
11
+ ## 8.74.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#3449](https://github.com/Thinkei/hero-design/pull/3449) [`b3029bb02497703734c5fab90aff67d20b94940b`](https://github.com/Thinkei/hero-design/commit/b3029bb02497703734c5fab90aff67d20b94940b) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Icon][typography] Add muted intent
16
+
3
17
  ## 8.73.1
4
18
 
5
19
  ### Patch Changes
Binary file