@payfit/unity-components 2.24.0 → 2.24.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.
@@ -1,12 +1,20 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import { useLinkProps as f, createLink as a } from "@tanstack/react-router";
1
+ import { createElement as s } from "react";
2
+ import { useLinkProps as a, createLink as f } from "@tanstack/react-router";
3
3
  import { RawTab as m } from "../../../../../components/tabs/parts/RawTab.js";
4
- const p = a(m);
5
- function c(r) {
6
- const { suffixElement: t, id: s, ...o } = r, e = f(o), i = s ?? e.href ?? o.to;
4
+ const p = f(m);
5
+ function c(e) {
6
+ const { suffixElement: t, id: i, ...o } = e, n = a(o), r = i ?? n.href ?? o.to;
7
7
  return (
8
8
  // @ts-expect-error - Complex type intersection between router props and component props
9
- /* @__PURE__ */ n(p, { ...o, suffix: t, id: i })
9
+ /* @__PURE__ */ s(
10
+ p,
11
+ {
12
+ ...o,
13
+ key: r,
14
+ suffix: t,
15
+ id: r
16
+ }
17
+ )
10
18
  );
11
19
  }
12
20
  c.displayName = "Tab";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.24.0",
3
+ "version": "2.24.1",
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.24.0",
45
+ "@payfit/unity-illustrations": "2.24.1",
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.24.0",
78
- "@payfit/unity-themes": "2.24.0",
77
+ "@payfit/unity-icons": "2.24.1",
78
+ "@payfit/unity-themes": "2.24.1",
79
79
  "@storybook/react-vite": "^10.3.2",
80
80
  "@tanstack/react-query": "^5",
81
81
  "@tanstack/react-router": "^1.131",
@@ -95,9 +95,9 @@
95
95
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
96
96
  "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
97
97
  "@payfit/storybook-config": "0.0.0-use.local",
98
- "@payfit/unity-icons": "2.24.0",
99
- "@payfit/unity-illustrations": "2.24.0",
100
- "@payfit/unity-themes": "2.24.0",
98
+ "@payfit/unity-icons": "2.24.1",
99
+ "@payfit/unity-illustrations": "2.24.1",
100
+ "@payfit/unity-themes": "2.24.1",
101
101
  "@payfit/vite-configs": "0.0.0-use.local",
102
102
  "@storybook/addon-a11y": "10.3.5",
103
103
  "@storybook/addon-designs": "11.1.3",