@hero-design/rn 8.77.0 → 8.77.1-alpha.10

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.
@@ -1,19 +1,8 @@
1
- (node:6900) 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:11552) 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.
2
2
  (Use `node --trace-warnings ...` to show where the warning was created)
3
- (node:6900) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
3
+ (node:11552) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
4
4
  
5
5
  src/index.ts → lib/index.js, es/index.js...
6
6
  (!) [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
- (!) [plugin typescript] src/components/PinInput/__tests__/index.spec.tsx (23:9): @rollup/plugin-typescript TS2322: Type '"one-time-code"' is not assignable to type '"name" | "off" | "tel" | "email" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "postal-code" | "street-address" | "username" | "tel-country-code" | "tel-national" | ... 23 more ... | undefined'.
8
- /Volumes/Data/Projects/hero-design/packages/rn/src/components/PinInput/__tests__/index.spec.tsx:23:9
9
- 
10
- 23 autoComplete="one-time-code"
11
-    ~~~~~~~~~~~~
12
-
13
- src/components/PinInput/index.tsx:74:3
14
- 74 autoComplete?: ComponentProps<typeof TextInput>['autoComplete'];
15
-    ~~~~~~~~~~~~
16
- The expected type comes from property 'autoComplete' which is declared here on type 'IntrinsicAttributes & PinInputProps & RefAttributes<PinInputHandler>'
17
- 
18
7
  (!) [plugin node-resolve] preferring built-in module 'events' over local alternative at '/Volumes/Data/Projects/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.
19
- created lib/index.js, es/index.js in 35.9s
8
+ created lib/index.js, es/index.js in 34s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.77.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - trigger release
8
+
3
9
  ## 8.77.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.77.0",
3
+ "version": "8.77.1-alpha.10",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -1,8 +1,8 @@
1
- declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").TouchableOpacityProps & {
1
+ declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native/types").TouchableOpacityProps & {
2
2
  theme?: import("@emotion/react").Theme | undefined;
3
3
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
4
4
  }, {}, {
5
- ref?: import("react").Ref<import("react-native").TouchableOpacity> | undefined;
5
+ ref?: import("react").Ref<import("react-native/types").TouchableOpacity> | undefined;
6
6
  }>;
7
7
  declare const StyledPrefixWrapper: import("@emotion/native").StyledComponent<import("../Box").BoxProps & {
8
8
  theme?: import("@emotion/react").Theme | undefined;