@orderly.network/ui 2.12.0-alpha.0 → 2.12.1-alpha.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 +9 -2
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +124 -123
- package/dist/index.d.ts +124 -123
- 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.mjs
CHANGED
|
@@ -5249,7 +5249,7 @@ var SheetOverlay = React79.forwardRef(({ className, ...props }, ref) => /* @__PU
|
|
|
5249
5249
|
DialogPrimitive.Overlay,
|
|
5250
5250
|
{
|
|
5251
5251
|
className: cnBase(
|
|
5252
|
-
"oui-sheet-overlay oui-fixed oui-inset-0 oui-z-50 oui-bg-black/
|
|
5252
|
+
"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",
|
|
5253
5253
|
className
|
|
5254
5254
|
),
|
|
5255
5255
|
...props,
|
|
@@ -5682,7 +5682,8 @@ var dialogVariants = tv$1({
|
|
|
5682
5682
|
"oui-fixed",
|
|
5683
5683
|
"oui-inset-0",
|
|
5684
5684
|
"oui-z-50",
|
|
5685
|
-
"oui-bg-black/
|
|
5685
|
+
"oui-bg-black/60",
|
|
5686
|
+
"oui-backdrop-blur-sm",
|
|
5686
5687
|
"data-[state=open]:oui-animate-in",
|
|
5687
5688
|
"data-[state=closed]:oui-animate-out",
|
|
5688
5689
|
"data-[state=closed]:oui-fade-out-0",
|