@orderly.network/ui 2.12.0 → 2.12.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.
- package/dist/index.css +9 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5282,7 +5282,7 @@ var SheetOverlay = React79__namespace.forwardRef(({ className, ...props }, ref)
|
|
|
5282
5282
|
DialogPrimitive__namespace.Overlay,
|
|
5283
5283
|
{
|
|
5284
5284
|
className: tailwindVariants.cnBase(
|
|
5285
|
-
"oui-sheet-overlay oui-fixed oui-inset-0 oui-z-50 oui-bg-black/
|
|
5285
|
+
"oui-sheet-overlay oui-fixed oui-inset-0 oui-z-50 oui-bg-black/60 oui-backdrop-blur-sm data-[state=open]:oui-animate-in data-[state=closed]:oui-animate-out data-[state=closed]:oui-fade-out-0 data-[state=open]:oui-fade-in-0",
|
|
5286
5286
|
className
|
|
5287
5287
|
),
|
|
5288
5288
|
...props,
|
|
@@ -5715,7 +5715,8 @@ var dialogVariants = tailwindVariants.tv({
|
|
|
5715
5715
|
"oui-fixed",
|
|
5716
5716
|
"oui-inset-0",
|
|
5717
5717
|
"oui-z-50",
|
|
5718
|
-
"oui-bg-black/
|
|
5718
|
+
"oui-bg-black/60",
|
|
5719
|
+
"oui-backdrop-blur-sm",
|
|
5719
5720
|
"data-[state=open]:oui-animate-in",
|
|
5720
5721
|
"data-[state=closed]:oui-animate-out",
|
|
5721
5722
|
"data-[state=closed]:oui-fade-out-0",
|