@xyo-network/react-form-credit-card 7.0.1 → 7.0.2

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.
@@ -2,7 +2,7 @@ import type { Meta } from '@storybook/react-vite';
2
2
  import { CreditCardFormFlexboxWithFormGroupProvider } from '../components/index.ts';
3
3
  declare const _default: Meta<typeof CreditCardFormFlexboxWithFormGroupProvider>;
4
4
  export default _default;
5
- declare const Default: import(".store/storybook-virtual-997ab3c959/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../components/index.ts").CreditCardFormProps>;
6
- declare const WithCallbacks: import(".store/storybook-virtual-997ab3c959/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../components/index.ts").CreditCardFormProps>;
5
+ declare const Default: import(".store/storybook-virtual-fa39dd25b7/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../components/index.ts").CreditCardFormProps>;
6
+ declare const WithCallbacks: import(".store/storybook-virtual-fa39dd25b7/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../components/index.ts").CreditCardFormProps>;
7
7
  export { Default, WithCallbacks };
8
8
  //# sourceMappingURL=form.stories.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form-credit-card",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,33 +43,33 @@
43
43
  "src"
44
44
  ],
45
45
  "dependencies": {
46
- "@xylabs/assert": "~5.0.8",
47
- "@xylabs/object": "~5.0.8",
48
- "@xylabs/react-error": "~7.0.1",
49
- "@xylabs/react-flexbox": "~7.0.1",
50
- "@xylabs/react-promise": "~7.0.1",
51
- "@xylabs/react-shared": "~7.0.1",
52
- "@xyo-network/archivist-storage": "~5.0.5",
53
- "@xyo-network/payload-model": "~5.0.5",
54
- "@xyo-network/react-form-group": "^7.0.1",
55
- "@xyo-network/react-shared": "^7.0.1",
46
+ "@xylabs/assert": "~5.0.11",
47
+ "@xylabs/object": "~5.0.11",
48
+ "@xylabs/react-error": "~7.0.4",
49
+ "@xylabs/react-flexbox": "~7.0.4",
50
+ "@xylabs/react-promise": "~7.0.4",
51
+ "@xylabs/react-shared": "~7.0.4",
52
+ "@xyo-network/archivist-storage": "~5.0.7",
53
+ "@xyo-network/payload-model": "~5.0.7",
54
+ "@xyo-network/react-form-group": "^7.0.2",
55
+ "@xyo-network/react-shared": "^7.0.2",
56
56
  "card-validator": "~10.0.3"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@mui/icons-material": "~7.3.1",
60
60
  "@mui/material": "~7.3.1",
61
- "@storybook/react-vite": "~9.1.2",
62
- "@types/react": "~19.1.10",
63
- "@xylabs/ts-scripts-yarn3": "~7.1.1",
64
- "@xylabs/tsconfig": "~7.1.1",
65
- "@xylabs/tsconfig-dom": "~7.1.1",
66
- "@xylabs/tsconfig-react": "~7.1.1",
61
+ "@storybook/react-vite": "~9.1.3",
62
+ "@types/react": "~19.1.11",
63
+ "@xylabs/ts-scripts-yarn3": "~7.1.7",
64
+ "@xylabs/tsconfig": "~7.1.7",
65
+ "@xylabs/tsconfig-dom": "~7.1.7",
66
+ "@xylabs/tsconfig-react": "~7.1.7",
67
67
  "react": "~19.1.1",
68
68
  "react-dom": "~19.1.1",
69
- "react-router-dom": "~7.8.0",
70
- "storybook": "~9.1.2",
69
+ "react-router-dom": "~7.8.2",
70
+ "storybook": "~9.1.3",
71
71
  "typescript": "~5.9.2",
72
- "vite": "~7.1.2"
72
+ "vite": "~7.1.3"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "@mui/icons-material": ">=6 <8",