@seeqdev/qomponents 0.0.49 → 0.0.51
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +36 -38
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -13957,7 +13957,7 @@ const DialogContent = React__default.forwardRef(({ className, children, ...props
|
|
|
13957
13957
|
tw-gap-4 tw-border tw-bg-sq-white dark:tw-bg-sq-dark-background tw-p-6 tw-shadow-lg tw-duration-200
|
|
13958
13958
|
tw-rounded-lg ${className}`, ...props }, children))));
|
|
13959
13959
|
DialogContent.displayName = $5d3850c4d0b4e6c7$export$7c6e2c02157bb7d2.displayName;
|
|
13960
|
-
const DialogHeader = ({ className, ...props }) => (React__default.createElement("div", { className: "tw-w-full tw-justify-between
|
|
13960
|
+
const DialogHeader = ({ className, ...props }) => (React__default.createElement("div", { className: "tw-w-full tw-justify-between" },
|
|
13961
13961
|
React__default.createElement("div", { className: `flex flex-col space-y-1.5 text-center sm:text-left ${className}`, ...props })));
|
|
13962
13962
|
DialogHeader.displayName = 'DialogHeader';
|
|
13963
13963
|
const DialogFooter = ({ className, ...props }) => (React__default.createElement("div", { className: `flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 ${className}`, ...props }));
|