@payfit/unity-components 2.55.3 → 2.55.5

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.
@@ -36,7 +36,7 @@ var t = e({
36
36
  "uy:theme-legacy:bg-surface-primary-enabled uy:theme-rebrand:bg-surface-neutral-highest-enabled uy:text-content-inverted-enabled",
37
37
  "uy:theme-legacy:data-[hovered=\"true\"]:bg-surface-primary-hover uy:theme-rebrand:data-[hovered=\"true\"]:bg-surface-neutral-highest-hover uy:data-[hovered=\"true\"]:text-content-inverted-hover",
38
38
  "uy:theme-legacy:active:bg-surface-primary-active uy:theme-rebrand:active:bg-surface-neutral-highest-active uy:active:text-content-inverted-hover",
39
- "uy:theme-legacy:data-[pressed]:bg-surface-primary-pressed uy:theme-rebrand:data-[pressed]:bg-surface-neutral-highest-pressed uy:theme-legacy:data-[pressed]:text-content-inverted-pressed uy:theme-rebrand:data-[pressed]:text-content-neutral-pressed"
39
+ "uy:theme-legacy:data-[pressed]:bg-surface-primary-pressed uy:theme-rebrand:data-[pressed]:bg-surface-neutral-highest-pressed uy:data-[pressed]:text-content-inverted-pressed"
40
40
  ],
41
41
  warning: [
42
42
  "uy:bg-surface-warning-enabled uy:text-content-neutral-enabled",
@@ -31,7 +31,7 @@ var t = e({
31
31
  "uy:theme-legacy:bg-surface-primary-enabled uy:theme-rebrand:bg-surface-neutral-highest-enabled uy:text-content-inverted-enabled",
32
32
  "uy:theme-legacy:data-[hovered=\"true\"]:bg-surface-primary-hover uy:theme-rebrand:data-[hovered=\"true\"]:bg-surface-neutral-highest-hover uy:data-[hovered=\"true\"]:text-content-inverted-hover",
33
33
  "uy:theme-legacy:active:bg-surface-primary-active uy:theme-rebrand:active:bg-surface-neutral-highest-active uy:active:text-content-inverted-hover",
34
- "uy:theme-legacy:data-[pressed]:bg-surface-primary-pressed uy:theme-rebrand:data-[pressed]:bg-surface-neutral-highest-pressed uy:theme-legacy:data-[pressed]:text-content-inverted-pressed uy:theme-rebrand:data-[pressed]:text-content-neutral-pressed"
34
+ "uy:theme-legacy:data-[pressed]:bg-surface-primary-pressed uy:theme-rebrand:data-[pressed]:bg-surface-neutral-highest-pressed uy:data-[pressed]:text-content-inverted-pressed"
35
35
  ],
36
36
  warning: [
37
37
  "uy:bg-surface-warning-enabled uy:text-content-neutral-enabled",
@@ -18,7 +18,7 @@ var a = n({
18
18
  medium: { indicator: "uy:w-300 uy:h-300" }
19
19
  },
20
20
  color: {
21
- primary: { indicator: "uy:text-content-primary" },
21
+ primary: { indicator: "uy:theme-legacy:text-content-primary uy:theme-rebrand:text-content-neutral" },
22
22
  inverted: {
23
23
  indicator: "uy:text-content-inverted",
24
24
  label: "uy:text-content-inverted"
@@ -8,7 +8,7 @@ import { useIntl as l } from "react-intl";
8
8
  //#region src/components/toast/UnityToast.tsx
9
9
  var u = o({
10
10
  slots: {
11
- base: "uy:sm:w-[416px] uy:border uy:border-solid uy:theme-legacy:rounded-150 uy:theme-rebrand:rounded-125 uy:text-content-neutral uy:bg-surface-neutral uy:shadow-300 uy:p-100 uy:flex uy:gap-125 uy:border-border-neutral",
11
+ base: "uy:sm:max-w-52 uy:border uy:border-solid uy:theme-legacy:rounded-150 uy:theme-rebrand:rounded-125 uy:text-content-neutral uy:bg-surface-neutral uy:shadow-300 uy:p-150 uy:flex uy:gap-125 uy:border-border-neutral",
12
12
  contentWrapper: "uy:flex uy:grow uy:ml-125 uy:flex-col",
13
13
  divider: "uy:theme-legacy:border-l-[1px] uy:theme-legacy:border-solid uy:theme-legacy:border-border-neutral uy:theme-legacy:self-stretch uy:theme-rebrand:hidden"
14
14
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.55.3",
3
+ "version": "2.55.5",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -93,11 +93,11 @@
93
93
  "tailwind-variants": "3.2.2",
94
94
  "usehooks-ts": "3.1.1",
95
95
  "zod": "4.4.3",
96
- "@payfit/unity-illustrations": "2.55.3"
96
+ "@payfit/unity-illustrations": "2.55.5"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "@hookform/devtools": "^4",
100
- "@storybook/react-vite": "^10.3.2",
100
+ "@storybook/react-vite": "^10",
101
101
  "@tanstack/react-query": "^5",
102
102
  "@tanstack/react-router": "^1.131",
103
103
  "@tanstack/react-router-devtools": "^1.131",
@@ -105,8 +105,8 @@
105
105
  "react-hook-form": "^7",
106
106
  "react-router-dom": "^5",
107
107
  "zod": "^3 || ^4",
108
- "@payfit/unity-themes": "2.55.3",
109
- "@payfit/unity-icons": "2.55.3"
108
+ "@payfit/unity-themes": "2.55.5",
109
+ "@payfit/unity-icons": "2.55.5"
110
110
  },
111
111
  "devDependencies": {
112
112
  "@figma/code-connect": "1.4.8",
@@ -152,14 +152,14 @@
152
152
  "vite": "8.0.16",
153
153
  "vite-plugin-node-polyfills": "0.28.0",
154
154
  "vitest": "4.1.9",
155
- "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
156
155
  "@payfit/hr-app-eslint": "0.0.0-use.local",
156
+ "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
157
157
  "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
158
158
  "@payfit/storybook-config": "0.0.0-use.local",
159
- "@payfit/unity-illustrations": "2.55.3",
160
- "@payfit/unity-icons": "2.55.3",
161
- "@payfit/unity-themes": "2.55.3",
162
- "@payfit/vite-configs": "0.0.0-use.local"
159
+ "@payfit/unity-illustrations": "2.55.5",
160
+ "@payfit/vite-configs": "0.0.0-use.local",
161
+ "@payfit/unity-themes": "2.55.5",
162
+ "@payfit/unity-icons": "2.55.5"
163
163
  },
164
164
  "peerDependenciesMeta": {
165
165
  "@hookform/devtools": {