@hero-design/rn 7.3.0 → 7.3.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 (51) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/package.json +2 -2
  3. package/types/playground/components/Avatar.d.ts +0 -0
  4. package/types/playground/components/Collapse.d.ts +0 -0
  5. package/types/playground/components/Drawer.d.ts +0 -0
  6. package/types/playground/components/IconButton.d.ts +0 -0
  7. package/types/playground/components/Progress.d.ts +0 -0
  8. package/types/playground/components/Tag.d.ts +0 -0
  9. package/types/src/components/Avatar/StyledAvatar.d.ts +0 -0
  10. package/types/src/components/Avatar/__tests__/StyledAvatar.spec.d.ts +0 -0
  11. package/types/src/components/Avatar/__tests__/index.spec.d.ts +0 -0
  12. package/types/src/components/Avatar/index.d.ts +0 -0
  13. package/types/src/components/Badge/Status.d.ts +0 -0
  14. package/types/src/components/Badge/__tests__/Status.spec.d.ts +0 -0
  15. package/types/src/components/Button/Button.d.ts +0 -0
  16. package/types/src/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  17. package/types/src/components/Button/LoadingIndicator/__tests__/StyledLoadingIndicator.spec.d.ts +0 -0
  18. package/types/src/components/Button/LoadingIndicator/__tests__/index.spec.d.ts +0 -0
  19. package/types/src/components/Button/LoadingIndicator/index.d.ts +0 -0
  20. package/types/src/components/Button/StyledButton.d.ts +0 -0
  21. package/types/src/components/Button/__tests__/Button.spec.d.ts +0 -0
  22. package/types/src/components/Button/__tests__/IconButton.spec.d.ts +0 -0
  23. package/types/src/components/Button/__tests__/StyledButton.spec.d.ts +0 -0
  24. package/types/src/components/Collapse/StyledCollapse.d.ts +0 -0
  25. package/types/src/components/Collapse/__tests__/StyledCollapse.spec.d.ts +0 -0
  26. package/types/src/components/Collapse/__tests__/index.spec.d.ts +0 -0
  27. package/types/src/components/Collapse/index.d.ts +0 -0
  28. package/types/src/components/Drawer/StyledDrawer.d.ts +0 -0
  29. package/types/src/components/Drawer/__tests__/index.spec.d.ts +0 -0
  30. package/types/src/components/Drawer/index.d.ts +0 -0
  31. package/types/src/components/Progress/ProgressBar.d.ts +0 -0
  32. package/types/src/components/Progress/ProgressCircle.d.ts +0 -0
  33. package/types/src/components/Progress/StyledProgressBar.d.ts +0 -0
  34. package/types/src/components/Progress/StyledProgressCircle.d.ts +0 -0
  35. package/types/src/components/Progress/__tests__/index.spec.d.ts +0 -0
  36. package/types/src/components/Progress/index.d.ts +0 -0
  37. package/types/src/components/Progress/types.d.ts +0 -0
  38. package/types/src/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  39. package/types/src/components/Tabs/ScrollableTabs.d.ts +0 -0
  40. package/types/src/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  41. package/types/src/components/Tabs/__tests__/ScrollableTabs.spec.d.ts +0 -0
  42. package/types/src/components/Tabs/utils.d.ts +0 -0
  43. package/types/src/components/Tag/StyledTag.d.ts +0 -0
  44. package/types/src/components/Tag/__tests__/Tag.spec.d.ts +0 -0
  45. package/types/src/components/Tag/index.d.ts +0 -0
  46. package/types/src/theme/components/avatar.d.ts +0 -0
  47. package/types/src/theme/components/button.d.ts +0 -0
  48. package/types/src/theme/components/drawer.d.ts +0 -0
  49. package/types/src/theme/components/progress.d.ts +0 -0
  50. package/types/src/theme/components/tag.d.ts +0 -0
  51. package/types/src/utils/hooks.d.ts +0 -0
@@ -1,8 +1,8 @@
1
- @hero-design/rn:build: cache hit, replaying output 1614049868db38b7
2
- @hero-design/rn:build: $ yarn build:js && yarn build:types
3
- @hero-design/rn:build: $ rollup -c
4
- @hero-design/rn:build: 
5
- @hero-design/rn:build: src/index.ts → lib/index.js, es/index.js...
6
- @hero-design/rn:build: (!) 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
- @hero-design/rn:build: created lib/index.js, es/index.js in 5.2s
8
- @hero-design/rn:build: $ tsc --noEmit false --emitDeclarationOnly
1
+ @hero-design/rn:build: cache hit, replaying output 43b3ee7bc63924ae
2
+ @hero-design/rn:build: $ yarn build:js && yarn build:types
3
+ @hero-design/rn:build: $ rollup -c
4
+ @hero-design/rn:build: 
5
+ @hero-design/rn:build: src/index.ts → lib/index.js, es/index.js...
6
+ @hero-design/rn:build: (!) 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
+ @hero-design/rn:build: created lib/index.js, es/index.js in 5.4s
8
+ @hero-design/rn:build: $ tsc --noEmit false --emitDeclarationOnly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@emotion/native": "^11.9.3",
22
22
  "@emotion/react": "^11.9.3",
23
- "@hero-design/colors": "7.3.0"
23
+ "@hero-design/colors": "7.3.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "17.0.2",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes