@medway-ui/core 1.16.6 → 1.16.8
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.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -104,7 +104,8 @@ interface DialogContainerProps extends ComponentProps<typeof Dialog$1.Content> {
|
|
|
104
104
|
overlayClassName?: string;
|
|
105
105
|
}
|
|
106
106
|
declare function DialogContainer({ className, overlayClassName, children, showCloseButton, ...props }: DialogContainerProps): react_jsx_runtime.JSX.Element;
|
|
107
|
-
declare function DialogContent({ className, children, }: {
|
|
107
|
+
declare function DialogContent({ containerClassName, className, children, }: {
|
|
108
|
+
containerClassName?: string;
|
|
108
109
|
className?: string;
|
|
109
110
|
children: ReactNode;
|
|
110
111
|
}): react_jsx_runtime.JSX.Element;
|
|
@@ -843,7 +844,7 @@ interface TagProps extends ComponentProps<"span">, VariantProps<typeof tagVarian
|
|
|
843
844
|
icon?: ReactElement;
|
|
844
845
|
}
|
|
845
846
|
declare const tagVariants: (props?: ({
|
|
846
|
-
variant?: "regular" | "emphasis" | "success" | "warning" | "error" | "go" | "regular-soft" | "regular-basic" | "emphasis-soft" | "emphasis-basic" | "error-soft" | "error-basic" | "warning-soft" | "warning-basic" | "success-soft" | "success-basic" | "gray" | "gray-soft" | "gray-basic" | "cm" | "cm-soft" | "cm-basic" | "go-soft" | "go-basic" | "cir" | "cir-soft" | "cir-basic" | "ped" | "ped-soft" | "ped-basic" | "prev" | "prev-soft" | "prev-basic" | null | undefined;
|
|
847
|
+
variant?: "regular" | "emphasis" | "success" | "warning" | "error" | "go" | "regular-soft" | "regular-basic" | "emphasis-soft" | "emphasis-basic" | "error-soft" | "error-basic" | "warning-soft" | "warning-basic" | "success-soft" | "success-basic" | "gray" | "gray-soft" | "gray-basic" | "cm" | "cm-soft" | "cm-basic" | "go-soft" | "go-basic" | "cir" | "cir-soft" | "cir-basic" | "ped" | "ped-soft" | "ped-basic" | "prev" | "prev-soft" | "prev-basic" | "ia" | "ia-soft" | "ia-basic" | null | undefined;
|
|
847
848
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
848
849
|
declare function Tag({ className, variant, asChild, icon, children, ...props }: TagProps): react_jsx_runtime.JSX.Element;
|
|
849
850
|
|
package/dist/index.d.ts
CHANGED
|
@@ -104,7 +104,8 @@ interface DialogContainerProps extends ComponentProps<typeof Dialog$1.Content> {
|
|
|
104
104
|
overlayClassName?: string;
|
|
105
105
|
}
|
|
106
106
|
declare function DialogContainer({ className, overlayClassName, children, showCloseButton, ...props }: DialogContainerProps): react_jsx_runtime.JSX.Element;
|
|
107
|
-
declare function DialogContent({ className, children, }: {
|
|
107
|
+
declare function DialogContent({ containerClassName, className, children, }: {
|
|
108
|
+
containerClassName?: string;
|
|
108
109
|
className?: string;
|
|
109
110
|
children: ReactNode;
|
|
110
111
|
}): react_jsx_runtime.JSX.Element;
|
|
@@ -843,7 +844,7 @@ interface TagProps extends ComponentProps<"span">, VariantProps<typeof tagVarian
|
|
|
843
844
|
icon?: ReactElement;
|
|
844
845
|
}
|
|
845
846
|
declare const tagVariants: (props?: ({
|
|
846
|
-
variant?: "regular" | "emphasis" | "success" | "warning" | "error" | "go" | "regular-soft" | "regular-basic" | "emphasis-soft" | "emphasis-basic" | "error-soft" | "error-basic" | "warning-soft" | "warning-basic" | "success-soft" | "success-basic" | "gray" | "gray-soft" | "gray-basic" | "cm" | "cm-soft" | "cm-basic" | "go-soft" | "go-basic" | "cir" | "cir-soft" | "cir-basic" | "ped" | "ped-soft" | "ped-basic" | "prev" | "prev-soft" | "prev-basic" | null | undefined;
|
|
847
|
+
variant?: "regular" | "emphasis" | "success" | "warning" | "error" | "go" | "regular-soft" | "regular-basic" | "emphasis-soft" | "emphasis-basic" | "error-soft" | "error-basic" | "warning-soft" | "warning-basic" | "success-soft" | "success-basic" | "gray" | "gray-soft" | "gray-basic" | "cm" | "cm-soft" | "cm-basic" | "go-soft" | "go-basic" | "cir" | "cir-soft" | "cir-basic" | "ped" | "ped-soft" | "ped-basic" | "prev" | "prev-soft" | "prev-basic" | "ia" | "ia-soft" | "ia-basic" | null | undefined;
|
|
847
848
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
848
849
|
declare function Tag({ className, variant, asChild, icon, children, ...props }: TagProps): react_jsx_runtime.JSX.Element;
|
|
849
850
|
|