@hero-design/rn 8.64.5 → 8.64.6-alpha.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.
package/es/index.js CHANGED
@@ -15669,7 +15669,6 @@ var PinInput = /*#__PURE__*/forwardRef(function (_ref2, ref) {
15669
15669
  onFocus: focus,
15670
15670
  onBlur: blur,
15671
15671
  maxLength: length,
15672
- caretHidden: true,
15673
15672
  pointerEvents: "box-none",
15674
15673
  keyboardType: "numeric",
15675
15674
  testID: "pin-hidden-input",
package/lib/index.js CHANGED
@@ -15699,7 +15699,6 @@ var PinInput = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
15699
15699
  onFocus: focus,
15700
15700
  onBlur: blur,
15701
15701
  maxLength: length,
15702
- caretHidden: true,
15703
15702
  pointerEvents: "box-none",
15704
15703
  keyboardType: "numeric",
15705
15704
  testID: "pin-hidden-input",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.64.5",
3
+ "version": "8.64.6-alpha.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -93,5 +93,6 @@
93
93
  "ts-jest": "^29.1.1",
94
94
  "typescript": "4.8.4"
95
95
  },
96
- "prettier": "prettier-config-hd"
96
+ "prettier": "prettier-config-hd",
97
+ "react-native": "src/index.ts"
97
98
  }
@@ -200,7 +200,6 @@ const PinInput = forwardRef<PinInputHandler, PinInputProps>(
200
200
  onFocus={focus}
201
201
  onBlur={blur}
202
202
  maxLength={length}
203
- caretHidden
204
203
  pointerEvents="box-none"
205
204
  keyboardType="numeric"
206
205
  testID="pin-hidden-input"
@@ -1,5 +0,0 @@
1
- 
2
- src/index.ts → lib/index.js, es/index.js...
3
- (!) 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`.
4
- (!) 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
5
- created lib/index.js, es/index.js in 1m 2.8s