expo-checkbox 58.0.0 → 58.0.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/CHANGELOG.md +4 -0
- package/build/ExpoCheckbox.d.ts +1 -1
- package/package.json +3 -3
- package/.npmignore +0 -19
- package/.tsbuildinfo +0 -1
- package/tsconfig.json +0 -9
package/CHANGELOG.md
CHANGED
package/build/ExpoCheckbox.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { CheckboxProps } from './Checkbox.types';
|
|
2
|
-
export default function ExpoCheckbox({ color, disabled, onChange, onValueChange, style, value, ...other }: CheckboxProps): import("react
|
|
2
|
+
export default function ExpoCheckbox({ color, disabled, onChange, onValueChange, style, value, ...other }: CheckboxProps): import("react").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-checkbox",
|
|
3
|
-
"version": "58.0.
|
|
3
|
+
"version": "58.0.1",
|
|
4
4
|
"description": "Basic boolean input for Android, iOS and web.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"expo",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@testing-library/jest-dom": "^6.6.3",
|
|
26
26
|
"@testing-library/react": "^16.3.0",
|
|
27
27
|
"@testing-library/react-native": "^13.3.0",
|
|
28
|
-
"@types/react": "~19.
|
|
28
|
+
"@types/react": "~19.3.0",
|
|
29
29
|
"expo-module-scripts": "56.0.3"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"jest": {
|
|
42
42
|
"preset": "expo-module-scripts"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "ebb1fd7569c9c9e172cb9abd73dfede027c1d674",
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "expo-build src",
|
|
47
47
|
"clean": "expo-module clean",
|
package/.npmignore
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# @generated by expo-module-scripts
|
|
2
|
-
|
|
3
|
-
# Exclude all top-level hidden directories by convention
|
|
4
|
-
/.*/
|
|
5
|
-
|
|
6
|
-
# Exclude tarballs generated by `npm pack`
|
|
7
|
-
/*.tgz
|
|
8
|
-
|
|
9
|
-
__mocks__
|
|
10
|
-
__tests__
|
|
11
|
-
__rsc_tests__
|
|
12
|
-
|
|
13
|
-
/e2e
|
|
14
|
-
/e2e-cli
|
|
15
|
-
/babel.config.js
|
|
16
|
-
/oxlint.config.mjs
|
|
17
|
-
/android/src/androidTest/
|
|
18
|
-
/android/src/test/
|
|
19
|
-
/ios/Tests
|
package/.tsbuildinfo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":"6.0.3"}
|