@payfit/unity-components 2.55.4 → 2.55.6
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:
|
|
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:
|
|
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-
|
|
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
|
+
"version": "2.55.6",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -93,7 +93,7 @@
|
|
|
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.
|
|
96
|
+
"@payfit/unity-illustrations": "2.55.6"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"@hookform/devtools": "^4",
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"react-hook-form": "^7",
|
|
106
106
|
"react-router-dom": "^5",
|
|
107
107
|
"zod": "^3 || ^4",
|
|
108
|
-
"@payfit/unity-icons": "2.55.
|
|
109
|
-
"@payfit/unity-themes": "2.55.
|
|
108
|
+
"@payfit/unity-icons": "2.55.6",
|
|
109
|
+
"@payfit/unity-themes": "2.55.6"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@figma/code-connect": "1.4.8",
|
|
@@ -153,12 +153,12 @@
|
|
|
153
153
|
"vite-plugin-node-polyfills": "0.28.0",
|
|
154
154
|
"vitest": "4.1.9",
|
|
155
155
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
156
|
+
"@payfit/storybook-config": "0.0.0-use.local",
|
|
156
157
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
157
158
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
158
|
-
"@payfit/unity-icons": "2.55.
|
|
159
|
-
"@payfit/
|
|
160
|
-
"@payfit/unity-
|
|
161
|
-
"@payfit/unity-themes": "2.55.4",
|
|
159
|
+
"@payfit/unity-icons": "2.55.6",
|
|
160
|
+
"@payfit/unity-illustrations": "2.55.6",
|
|
161
|
+
"@payfit/unity-themes": "2.55.6",
|
|
162
162
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
163
163
|
},
|
|
164
164
|
"peerDependenciesMeta": {
|