@hero-design/rn 7.8.0 → 7.10.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 (76) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/assets/fonts/hero-icons.ttf +0 -0
  3. package/es/index.js +741 -258
  4. package/lib/assets/fonts/hero-icons.ttf +0 -0
  5. package/lib/index.js +740 -257
  6. package/package.json +2 -2
  7. package/src/components/Button/Button.tsx +10 -2
  8. package/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx +7 -1
  9. package/src/components/Button/LoadingIndicator/__tests__/StyledLoadingIndicator.spec.tsx +3 -0
  10. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +60 -0
  11. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +363 -0
  12. package/src/components/Button/LoadingIndicator/__tests__/index.spec.tsx +3 -0
  13. package/src/components/Button/LoadingIndicator/index.tsx +4 -1
  14. package/src/components/Button/StyledButton.tsx +57 -1
  15. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +167 -0
  16. package/src/components/Button/UtilityButton/__tests__/index.spec.tsx +55 -0
  17. package/src/components/Button/UtilityButton/index.tsx +53 -0
  18. package/src/components/Button/UtilityButton/styled.tsx +25 -0
  19. package/src/components/Button/__tests__/Button.spec.tsx +3 -0
  20. package/src/components/Button/__tests__/StyledButton.spec.tsx +18 -0
  21. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +468 -0
  22. package/src/components/Button/index.tsx +3 -0
  23. package/src/components/Card/DataCard/StyledDataCard.tsx +1 -3
  24. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +0 -1
  25. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +0 -5
  26. package/src/components/Card/StyledCard.tsx +1 -3
  27. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +0 -1
  28. package/src/components/Icon/HeroIcon/index.tsx +3 -1
  29. package/src/components/Icon/HeroIcon/selection.json +1 -1
  30. package/src/components/Icon/IconList.ts +2 -0
  31. package/src/components/Icon/index.tsx +2 -1
  32. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +248 -94
  33. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +248 -94
  34. package/src/components/TextInput/StyledTextInput.tsx +133 -11
  35. package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +143 -7
  36. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +922 -15
  37. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +2078 -0
  38. package/src/components/TextInput/__tests__/index.spec.tsx +302 -11
  39. package/src/components/TextInput/index.tsx +232 -28
  40. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +73 -3
  41. package/src/theme/components/button.ts +6 -0
  42. package/src/theme/components/card.ts +5 -1
  43. package/src/theme/components/icon.ts +1 -0
  44. package/src/theme/components/textInput.ts +62 -3
  45. package/src/theme/global/colors.ts +1 -0
  46. package/src/types.ts +8 -1
  47. package/types/components/Button/Button.d.ts +2 -2
  48. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +1 -1
  49. package/types/components/Button/LoadingIndicator/index.d.ts +1 -1
  50. package/types/components/Button/StyledButton.d.ts +1 -1
  51. package/types/components/{Select/MultiSelect/__tests__/StyledMultiSelect.spec.d.ts → Button/UtilityButton/__tests__/index.spec.d.ts} +0 -0
  52. package/types/components/Button/UtilityButton/index.d.ts +23 -0
  53. package/types/components/Button/UtilityButton/styled.d.ts +17 -0
  54. package/types/components/Button/index.d.ts +2 -0
  55. package/types/components/Icon/HeroIcon/index.d.ts +1 -1
  56. package/types/components/Icon/IconList.d.ts +1 -1
  57. package/types/components/Icon/index.d.ts +1 -1
  58. package/types/components/Icon/utils.d.ts +1 -1
  59. package/types/components/TextInput/StyledTextInput.d.ts +82 -3
  60. package/types/components/TextInput/index.d.ts +33 -5
  61. package/types/theme/components/button.d.ts +6 -0
  62. package/types/theme/components/card.d.ts +3 -0
  63. package/types/theme/components/icon.d.ts +1 -0
  64. package/types/theme/components/textInput.d.ts +61 -2
  65. package/types/theme/global/colors.d.ts +1 -0
  66. package/types/theme/global/index.d.ts +1 -0
  67. package/types/types.d.ts +2 -1
  68. package/.expo/README.md +0 -15
  69. package/.expo/packager-info.json +0 -10
  70. package/.expo/prebuild/cached-packages.json +0 -4
  71. package/.expo/settings.json +0 -10
  72. package/.expo/xcodebuild-error.log +0 -2
  73. package/.expo/xcodebuild.log +0 -11199
  74. package/types/components/Select/MultiSelect/Footer.d.ts +0 -5
  75. package/types/components/Select/MultiSelect/StyledMultiSelect.d.ts +0 -26
  76. package/types/components/Select/MultiSelect/types.d.ts +0 -5
@@ -1,8 +1,8 @@
1
- @hero-design/rn:build: cache hit, replaying output 12464e58d4dc494f
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 7.5s
8
- @hero-design/rn:build: $ tsc --noEmit false --emitDeclarationOnly
1
+ @hero-design/rn:build: cache hit, replaying output 39d9cfb732804f77
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 19.1s
8
+ @hero-design/rn:build: $ tsc --noEmit false --emitDeclarationOnly
Binary file