@fileverse/ui 5.2.2 → 5.3.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.
- package/dist/index.css +2 -2
- package/dist/index.es.js +1 -1
- package/package.json +5 -5
package/dist/index.css
CHANGED
|
@@ -2098,8 +2098,8 @@ video {
|
|
|
2098
2098
|
.max-w-\[70vw\] {
|
|
2099
2099
|
max-width: 70vw;
|
|
2100
2100
|
}
|
|
2101
|
-
.max-w-\[var\(--radix-tooltip-content-available-width\2c
|
|
2102
|
-
max-width: var(--radix-tooltip-content-available-width,
|
|
2101
|
+
.max-w-\[min\(var\(--radix-tooltip-content-available-width\2c 20rem\)\2c 20rem\)\] {
|
|
2102
|
+
max-width: min(var(--radix-tooltip-content-available-width,20rem),20rem);
|
|
2103
2103
|
}
|
|
2104
2104
|
.max-w-fit {
|
|
2105
2105
|
max-width: -moz-fit-content;
|
package/dist/index.es.js
CHANGED
|
@@ -31962,7 +31962,7 @@ const C8e = b4, x8e = v8e, b8e = g8e, j8e = w8e, L8e = k8e, N8e = M8e, Is = y.fo
|
|
|
31962
31962
|
collisionPadding: i,
|
|
31963
31963
|
className: S(
|
|
31964
31964
|
"z-[999] rounded color-bg-tooltip p-2 text-helper-text-sm color-text-tooltip",
|
|
31965
|
-
"max-w-[var(--radix-tooltip-content-available-width,
|
|
31965
|
+
"max-w-[min(var(--radix-tooltip-content-available-width,20rem),20rem)]",
|
|
31966
31966
|
"animate-in fade-in-0 zoom-in-95",
|
|
31967
31967
|
"data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95",
|
|
31968
31968
|
"data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse/ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"/dist"
|
|
6
6
|
],
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"cmdk": "^1.0.0",
|
|
49
49
|
"date-fns": "^3.6.0",
|
|
50
50
|
"emoji-picker-react": "^4.11.1",
|
|
51
|
-
"framer-motion": "^11.
|
|
51
|
+
"framer-motion": "^11.18.2",
|
|
52
52
|
"lucide-react": "^0.475.0",
|
|
53
53
|
"react-day-picker": "^8.10.1",
|
|
54
54
|
"tailwind-merge": "^2.2.2",
|
|
55
55
|
"tailwindcss-animate": "^1.0.7",
|
|
56
|
-
"usehooks-ts": "^3.1.
|
|
56
|
+
"usehooks-ts": "^3.1.1",
|
|
57
57
|
"vaul": "1.1.2"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"react": "^18.2.0",
|
|
61
|
-
"react-dom": "^18.2.0"
|
|
60
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
61
|
+
"react-dom": "^18.2.0 || ^19.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@chromatic-com/storybook": "^1.5.0",
|