@raystack/apsara 0.18.3 → 0.18.4
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/dialog/dialog.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/sheet/sheet.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6655,7 +6655,7 @@ var styles$t = {"dialogContent":"dialog-module_dialogContent__bljTL","overlay":"
|
|
|
6655
6655
|
|
|
6656
6656
|
const dialogContent = cva(styles$t.dialogContent);
|
|
6657
6657
|
const DialogContent = forwardRef(({ className, children, close, overlayStyle, overlayClassname, ...props }, forwardedRef) => {
|
|
6658
|
-
return (jsxRuntimeExports.
|
|
6658
|
+
return (jsxRuntimeExports.jsx($5d3850c4d0b4e6c7$export$602eac185826482c, { children: jsxRuntimeExports.jsx(Overlay$1, { className: overlayClassname, style: overlayStyle, children: jsxRuntimeExports.jsxs($5d3850c4d0b4e6c7$export$7c6e2c02157bb7d2, { ...props, ref: forwardedRef, className: dialogContent({ className }), children: [children, close && (jsxRuntimeExports.jsx(CloseButton$1, { children: jsxRuntimeExports.jsx(Cross1Icon, {}) }))] }) }) }));
|
|
6659
6659
|
});
|
|
6660
6660
|
const overlay$1 = cva(styles$t.overlay);
|
|
6661
6661
|
const Overlay$1 = forwardRef(({ className, ...props }, ref) => (jsxRuntimeExports.jsx($5d3850c4d0b4e6c7$export$c6fdb837b070b4ff, { ref: ref, className: overlay$1({ className }), ...props })));
|
|
@@ -21263,7 +21263,7 @@ const sheetContent = cva(styles$b.sheetContent, {
|
|
|
21263
21263
|
},
|
|
21264
21264
|
});
|
|
21265
21265
|
const SheetContent = forwardRef(({ className, children, close, side, ...props }, forwardedRef) => {
|
|
21266
|
-
return (jsxRuntimeExports.
|
|
21266
|
+
return (jsxRuntimeExports.jsx($5d3850c4d0b4e6c7$export$602eac185826482c, { children: jsxRuntimeExports.jsx(Overlay, { children: jsxRuntimeExports.jsxs($5d3850c4d0b4e6c7$export$7c6e2c02157bb7d2, { ...props, ref: forwardedRef, className: sheetContent({ side, className }), children: [children, close && (jsxRuntimeExports.jsx(CloseButton, { children: jsxRuntimeExports.jsx(Cross1Icon, {}) }))] }) }) }));
|
|
21267
21267
|
});
|
|
21268
21268
|
const overlay = cva(styles$b.overlay);
|
|
21269
21269
|
const Overlay = forwardRef(({ className, ...props }, ref) => (jsxRuntimeExports.jsx($5d3850c4d0b4e6c7$export$c6fdb837b070b4ff, { ref: ref, className: overlay({ className }), ...props })));
|