@payfit/unity-components 2.25.5 → 2.26.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.
@@ -2,6 +2,6 @@ import { Employee } from './employee-data.js';
2
2
  /**
3
3
  * Creates optimized checkbox column with stable handlers to prevent unnecessary re-renders
4
4
  */
5
- export declare const createCheckboxColumn: () => import('@tanstack/table-core').DisplayColumnDef<Employee, unknown>;
6
- export declare const employeeColumns: (import('@tanstack/table-core').AccessorKeyColumnDefBase<Employee, string> & Partial<import('@tanstack/table-core').IdIdentifier<Employee, string>>)[];
7
- export declare const employeeColumnsWithCheckbox: ((import('@tanstack/table-core').AccessorKeyColumnDefBase<Employee, string> & Partial<import('@tanstack/table-core').IdIdentifier<Employee, string>>) | import('@tanstack/table-core').DisplayColumnDef<Employee, unknown>)[];
5
+ export declare const createCheckboxColumn: () => import('@tanstack/react-table').DisplayColumnDef<Employee, unknown>;
6
+ export declare const employeeColumns: (import('@tanstack/react-table').AccessorKeyColumnDefBase<Employee, string> & Partial<import('@tanstack/react-table').IdIdentifier<Employee, string>>)[];
7
+ export declare const employeeColumnsWithCheckbox: ((import('@tanstack/react-table').AccessorKeyColumnDefBase<Employee, string> & Partial<import('@tanstack/react-table').IdIdentifier<Employee, string>>) | import('@tanstack/react-table').DisplayColumnDef<Employee, unknown>)[];
@@ -1,3 +1,3 @@
1
1
  import { Employee } from '../../../../mocks/employees.js';
2
- export declare const employeeColumns: (import('@tanstack/table-core').AccessorKeyColumnDefBase<Employee, string> & Partial<import('@tanstack/table-core').IdIdentifier<Employee, string>>)[];
3
- export declare const employeeColumnsWithCheckbox: ((import('@tanstack/table-core').AccessorKeyColumnDefBase<Employee, string> & Partial<import('@tanstack/table-core').IdIdentifier<Employee, string>>) | import('@tanstack/table-core').DisplayColumnDef<Employee, unknown>)[];
2
+ export declare const employeeColumns: (import('@tanstack/react-table').AccessorKeyColumnDefBase<Employee, string> & Partial<import('@tanstack/react-table').IdIdentifier<Employee, string>>)[];
3
+ export declare const employeeColumnsWithCheckbox: ((import('@tanstack/react-table').AccessorKeyColumnDefBase<Employee, string> & Partial<import('@tanstack/react-table').IdIdentifier<Employee, string>>) | import('@tanstack/react-table').DisplayColumnDef<Employee, unknown>)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.25.5",
3
+ "version": "2.26.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.1",
45
- "@payfit/unity-illustrations": "2.25.5",
45
+ "@payfit/unity-illustrations": "2.26.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.28.0",
@@ -74,14 +74,13 @@
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@hookform/devtools": "^4",
77
- "@payfit/unity-icons": "2.25.5",
78
- "@payfit/unity-themes": "2.25.5",
77
+ "@payfit/unity-icons": "2.26.0",
78
+ "@payfit/unity-themes": "2.26.0",
79
79
  "@storybook/react-vite": "^10.3.2",
80
80
  "@tanstack/react-query": "^5",
81
81
  "@tanstack/react-router": "^1.131",
82
82
  "@tanstack/react-router-devtools": "^1.131",
83
83
  "@tanstack/react-table": "^8",
84
- "history": "^4",
85
84
  "react-hook-form": "^7",
86
85
  "react-router-dom": "^5",
87
86
  "zod": "^3 || ^4"
@@ -90,15 +89,9 @@
90
89
  "@figma/code-connect": "1.4.1",
91
90
  "@hookform/devtools": "4.4.0",
92
91
  "@internationalized/date": "3.12.1",
93
- "@payfit/code-pushup-tools": "0.0.0-use.local",
94
- "@payfit/hr-app-eslint": "0.0.0-use.local",
95
- "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
96
- "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
97
- "@payfit/storybook-config": "0.0.0-use.local",
98
- "@payfit/unity-icons": "2.25.5",
99
- "@payfit/unity-illustrations": "2.25.5",
100
- "@payfit/unity-themes": "2.25.5",
101
- "@payfit/vite-configs": "0.0.0-use.local",
92
+ "@payfit/unity-icons": "2.26.0",
93
+ "@payfit/unity-illustrations": "2.26.0",
94
+ "@payfit/unity-themes": "2.26.0",
102
95
  "@storybook/addon-a11y": "10.3.5",
103
96
  "@storybook/addon-designs": "11.1.3",
104
97
  "@storybook/addon-docs": "10.3.5",
@@ -133,7 +126,13 @@
133
126
  "typescript": "6.0.0-beta",
134
127
  "vite": "7.1.12",
135
128
  "vite-plugin-node-polyfills": "0.24.0",
136
- "vitest": "4.1.0"
129
+ "vitest": "4.1.0",
130
+ "@payfit/code-pushup-tools": "0.0.0-use.local",
131
+ "@payfit/hr-app-eslint": "0.0.0-use.local",
132
+ "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
133
+ "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
134
+ "@payfit/storybook-config": "0.0.0-use.local",
135
+ "@payfit/vite-configs": "0.0.0-use.local"
137
136
  },
138
137
  "peerDependenciesMeta": {
139
138
  "@hookform/devtools": {
@@ -151,9 +150,6 @@
151
150
  "@tanstack/react-table": {
152
151
  "optional": true
153
152
  },
154
- "history": {
155
- "optional": true
156
- },
157
153
  "react-router-dom": {
158
154
  "optional": true
159
155
  },
@@ -161,4 +157,4 @@
161
157
  "optional": true
162
158
  }
163
159
  }
164
- }
160
+ }