@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 +0 -1
- package/lib/index.js +0 -1
- package/package.json +3 -2
- package/src/components/PinInput/index.tsx +0 -1
- package/.turbo/turbo-build.log +0 -5
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.
|
|
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
|
}
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
[36m
|
|
2
|
-
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
3
|
-
[1m[33m(!) 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`.[39m[22m
|
|
4
|
-
[1m[33m(!) 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[39m[22m
|
|
5
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [1m1m 2.8s[22m[39m
|