@xyo-network/react-form-credit-card 4.1.12 → 4.1.14
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { FormGroupParams } from '@xyo-network/react-form-group';
|
2
2
|
export declare const useFormStorage: () => [FormGroupParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("../../models/CreditCardInput.ts").CreditCardInputFields & {
|
3
3
|
schema: "network.xyo.credit.card.input";
|
4
|
-
}> | undefined, Error | undefined, import("@xylabs/react-promise").
|
4
|
+
}> | undefined, Error | undefined, import("@xylabs/react-promise").UsePromiseState | undefined];
|
5
5
|
//# sourceMappingURL=useFormStorage.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"useFormStorage.d.ts","sourceRoot":"","sources":["../../../../src/components/form/useFormStorage.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAapE,eAAO,MAAM,cAAc
|
1
|
+
{"version":3,"file":"useFormStorage.d.ts","sourceRoot":"","sources":["../../../../src/components/form/useFormStorage.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAapE,eAAO,MAAM,cAAc;;+FAwB1B,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-form-credit-card",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.14",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -43,21 +43,21 @@
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@mui/icons-material": "^6.1.
|
46
|
+
"@mui/icons-material": "^6.1.6",
|
47
47
|
"@xylabs/assert": "^4.3.3",
|
48
48
|
"@xylabs/object": "^4.3.3",
|
49
|
-
"@xylabs/react-error": "^5.2.
|
50
|
-
"@xylabs/react-flexbox": "^5.2.
|
51
|
-
"@xylabs/react-promise": "^5.2.
|
49
|
+
"@xylabs/react-error": "^5.2.12",
|
50
|
+
"@xylabs/react-flexbox": "^5.2.12",
|
51
|
+
"@xylabs/react-promise": "^5.2.12",
|
52
52
|
"@xyo-network/archivist-storage": "^3.3.2",
|
53
53
|
"@xyo-network/payload-model": "^3.3.2",
|
54
|
-
"@xyo-network/react-form-group": "^4.1.
|
55
|
-
"@xyo-network/react-shared": "^4.1.
|
54
|
+
"@xyo-network/react-form-group": "^4.1.14",
|
55
|
+
"@xyo-network/react-shared": "^4.1.14",
|
56
56
|
"card-validator": "^10.0.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@mui/material": "^6.1.
|
60
|
-
"@mui/styles": "^6.1.
|
59
|
+
"@mui/material": "^6.1.6",
|
60
|
+
"@mui/styles": "^6.1.6",
|
61
61
|
"@storybook/react": "^8.3.6",
|
62
62
|
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
63
63
|
"@xylabs/tsconfig-react": "^4.2.3",
|