@hero-design/rn 8.109.2 → 8.110.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 (50) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/CHANGELOG.md +12 -0
  3. package/es/index.js +2142 -1959
  4. package/lib/index.js +2142 -1959
  5. package/package.json +8 -8
  6. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +40 -24
  7. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +60 -36
  8. package/src/components/Accordion/index.tsx +6 -1
  9. package/src/components/AppCue/__tests__/__snapshots__/StyledAppCue.tsx.snap +121 -97
  10. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +6 -3
  11. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +18 -18
  12. package/src/components/Chip/index.tsx +6 -0
  13. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +8 -5
  14. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +20 -12
  15. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +13 -9
  16. package/src/components/PinInput/index.tsx +6 -1
  17. package/src/components/Radio/RadioGroup.tsx +6 -1
  18. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +84 -48
  19. package/src/components/RichTextEditor/BaseRichTextEditor.tsx +17 -0
  20. package/src/components/RichTextEditor/EditorToolbar.tsx +18 -59
  21. package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +31 -10
  22. package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +22 -0
  23. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +8 -0
  24. package/src/components/RichTextEditor/constants.ts +4 -0
  25. package/src/components/RichTextEditor/hooks/useRichTextEditorEvents.ts +22 -3
  26. package/src/components/Search/SearchOneLine.tsx +6 -0
  27. package/src/components/Search/SearchTwoLine.tsx +6 -1
  28. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +6 -3
  29. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +6 -3
  30. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -6
  31. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +210 -138
  32. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +98 -62
  33. package/src/components/Toolbar/ToolbarGroup.tsx +10 -2
  34. package/src/components/Toolbar/__tests__/ToolbarGroup.spec.tsx +34 -1
  35. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +3 -0
  36. package/stats/8.109.2/rn-stats.html +1 -3
  37. package/stats/8.110.0/rn-stats.html +4844 -0
  38. package/stats/8.110.1/rn-stats.html +4844 -0
  39. package/types/components/Accordion/index.d.ts +5 -1
  40. package/types/components/Chip/index.d.ts +5 -1
  41. package/types/components/PinInput/index.d.ts +4 -0
  42. package/types/components/Radio/RadioGroup.d.ts +5 -1
  43. package/types/components/Radio/index.d.ts +1 -1
  44. package/types/components/RichTextEditor/constants.d.ts +6 -2
  45. package/types/components/RichTextEditor/hooks/useRichTextEditorEvents.d.ts +17 -2
  46. package/types/components/RichTextEditor/index.d.ts +54 -2
  47. package/types/components/Search/SearchOneLine.d.ts +4 -0
  48. package/types/components/Search/SearchTwoLine.d.ts +4 -0
  49. package/types/components/Toolbar/ToolbarGroup.d.ts +5 -1
  50. package/types/components/Toolbar/index.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- (node:3312) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
1
+ (node:2754) 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
  
4
4
  src/index.ts → lib/index.js, es/index.js...
@@ -8,10 +8,10 @@ node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/sr
8
8
  node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/src/selection/filter.js -> node_modules/d3-selection/src/selection/index.js
9
9
  ...and 12 more
10
10
  (!) [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`.
11
- (!) [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.
12
- created lib/index.js, es/index.js in 1m 11.5s
11
+ (!) [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.
12
+ created lib/index.js, es/index.js in 2m 13.6s
13
13
  
14
- /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 → ., ....
14
+ /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 → ., ....
15
15
  (!) Generated empty chunks
16
16
  "locales/types" and "locales/types"
17
- created ., . in 20.2s
17
+ created ., . in 35.8s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.110.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4262](https://github.com/Thinkei/hero-design/pull/4262) [`7fbdf8736b42b9a9cb1c7ee203c69192b6d12a1f`](https://github.com/Thinkei/hero-design/commit/7fbdf8736b42b9a9cb1c7ee203c69192b6d12a1f) Thanks [@ttkien](https://github.com/ttkien)! - Upgrade react-native 0.77.3
8
+
9
+ ## 8.110.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#4267](https://github.com/Thinkei/hero-design/pull/4267) [`98b97150bf3b8b7a0d836a04ed651b9f79910324`](https://github.com/Thinkei/hero-design/commit/98b97150bf3b8b7a0d836a04ed651b9f79910324) Thanks [@khoaddtran](https://github.com/khoaddtran)! - Update RichTextEditor to use toolbar state from webview and support more event types
14
+
3
15
  ## 8.109.2
4
16
 
5
17
  ### Patch Changes