@payfit/unity-components 2.47.6 → 2.47.7

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.
@@ -24,7 +24,7 @@ var fe = u({
24
24
  state: "uy:grow-0 uy:outline-none uy:typography-body uy:placeholder:text-content-neutral-lowest uy:inline-flex uy:gap-50 uy:items-center uy:px-100",
25
25
  suffix: "uy:text-content-neutral-lowest",
26
26
  clearButton: "uy:absolute uy:right-[36px] uy:top-1/2 uy:z-10 uy:-translate-y-1/2",
27
- popover: "uy:shadow-300 uy:absolute uy:top-full uy:left-0 uy:z-50 uy:w-[var(--trigger-width)] uy:rounded-100 uy:sm:rounded-75 uy:border uy:border-solid uy:border-border-neutral uy:bg-surface-neutral uy:overflow-y-auto uy:overflow-x-hidden uy:max-h-[min(var(--popover-available-height,300px),300px)] uy:outline-none",
27
+ popover: "uy:shadow-300 uy:z-50 uy:w-(--trigger-width) uy:max-h-[min(var(--popover-available-height,300px),300px)] uy:rounded-100 uy:sm:rounded-75 uy:border uy:border-solid uy:border-border-neutral uy:bg-surface-neutral uy:overflow-y-auto uy:overflow-x-hidden uy:outline-none",
28
28
  list: "uy:p-100 uy:overflow-y-auto uy:overflow-x-hidden"
29
29
  },
30
30
  variants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.47.6",
3
+ "version": "2.47.7",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -92,7 +92,7 @@
92
92
  "tailwind-variants": "3.2.2",
93
93
  "usehooks-ts": "3.1.1",
94
94
  "zod": "4.4.3",
95
- "@payfit/unity-illustrations": "2.47.6"
95
+ "@payfit/unity-illustrations": "2.47.7"
96
96
  },
97
97
  "peerDependencies": {
98
98
  "@hookform/devtools": "^4",
@@ -104,8 +104,8 @@
104
104
  "react-hook-form": "^7",
105
105
  "react-router-dom": "^5",
106
106
  "zod": "^3 || ^4",
107
- "@payfit/unity-icons": "2.47.6",
108
- "@payfit/unity-themes": "2.47.6"
107
+ "@payfit/unity-icons": "2.47.7",
108
+ "@payfit/unity-themes": "2.47.7"
109
109
  },
110
110
  "devDependencies": {
111
111
  "@figma/code-connect": "1.4.8",
@@ -154,9 +154,9 @@
154
154
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
155
155
  "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
156
156
  "@payfit/storybook-config": "0.0.0-use.local",
157
- "@payfit/unity-icons": "2.47.6",
158
- "@payfit/unity-illustrations": "2.47.6",
159
- "@payfit/unity-themes": "2.47.6",
157
+ "@payfit/unity-icons": "2.47.7",
158
+ "@payfit/unity-illustrations": "2.47.7",
159
+ "@payfit/unity-themes": "2.47.7",
160
160
  "@payfit/vite-configs": "0.0.0-use.local"
161
161
  },
162
162
  "peerDependenciesMeta": {