@payfit/unity-components 2.13.6 → 2.14.0

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.
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,9 @@
1
+ declare namespace _default {
2
+ let example: any;
3
+ let imports: string[];
4
+ let id: string;
5
+ namespace metadata {
6
+ let nestable: boolean;
7
+ }
8
+ }
9
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,6 @@
1
+ declare namespace _default {
2
+ let example: any;
3
+ let imports: string[];
4
+ let id: string;
5
+ }
6
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { code as example };
3
+ export let imports: string[];
4
+ export let id: string;
5
+ }
6
+ export default _default;
7
+ declare const code: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.13.6",
3
+ "version": "2.14.0",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -42,7 +42,7 @@
42
42
  "@hookform/devtools": "4.4.0",
43
43
  "@hookform/resolvers": "5.2.1",
44
44
  "@internationalized/date": "3.12.0",
45
- "@payfit/unity-illustrations": "2.13.6",
45
+ "@payfit/unity-illustrations": "2.14.0",
46
46
  "@radix-ui/react-avatar": "1.1.11",
47
47
  "@radix-ui/react-slot": "1.2.4",
48
48
  "@react-aria/interactions": "3.27.1",
@@ -74,8 +74,8 @@
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@hookform/devtools": "^4",
77
- "@payfit/unity-icons": "2.13.6",
78
- "@payfit/unity-themes": "2.13.6",
77
+ "@payfit/unity-icons": "2.14.0",
78
+ "@payfit/unity-themes": "2.14.0",
79
79
  "@storybook/react-vite": "^10.2.2",
80
80
  "@tanstack/react-query": "^5",
81
81
  "@tanstack/react-router": "^1.131",
@@ -87,6 +87,7 @@
87
87
  "zod": "^3 || ^4"
88
88
  },
89
89
  "devDependencies": {
90
+ "@figma/code-connect": "1.4.1",
90
91
  "@hookform/devtools": "4.4.0",
91
92
  "@internationalized/date": "3.12.0",
92
93
  "@payfit/code-pushup-tools": "0.0.0-use.local",
@@ -94,11 +95,12 @@
94
95
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
95
96
  "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
96
97
  "@payfit/storybook-config": "0.0.0-use.local",
97
- "@payfit/unity-icons": "2.13.6",
98
- "@payfit/unity-illustrations": "2.13.6",
99
- "@payfit/unity-themes": "2.13.6",
98
+ "@payfit/unity-icons": "2.14.0",
99
+ "@payfit/unity-illustrations": "2.14.0",
100
+ "@payfit/unity-themes": "2.14.0",
100
101
  "@payfit/vite-configs": "0.0.0-use.local",
101
102
  "@storybook/addon-a11y": "10.2.15",
103
+ "@storybook/addon-designs": "11.1.1",
102
104
  "@storybook/addon-docs": "10.2.15",
103
105
  "@storybook/addon-links": "10.2.15",
104
106
  "@storybook/addon-vitest": "10.2.15",