@momo-webplatform/mobase 0.2.68 → 0.2.70
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/cjs/index.cjs +15 -15
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +4 -4
- package/dist/esm/index.d.ts +4 -4
- package/dist/esm/index.js +15 -15
- package/dist/esm/index.js.map +1 -1
- package/package.json +3 -3
package/dist/cjs/index.d.cts
CHANGED
|
@@ -812,7 +812,7 @@ interface TextAreaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
|
|
|
812
812
|
declare const TextArea: React$1.ForwardRefExoticComponent<TextAreaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
813
813
|
|
|
814
814
|
declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
815
|
-
variant?: "error" | "
|
|
815
|
+
variant?: "error" | "success" | "warning" | null | undefined;
|
|
816
816
|
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
|
|
817
817
|
declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
818
818
|
type ToastProps = React$1.ComponentPropsWithoutRef<typeof Toast$1>;
|
|
@@ -1102,10 +1102,10 @@ interface CalloutProps {
|
|
|
1102
1102
|
icon?: React.ReactNode;
|
|
1103
1103
|
}
|
|
1104
1104
|
declare const Callout: React$1.ForwardRefExoticComponent<CalloutProps & VariantProps<(props?: ({
|
|
1105
|
-
typeDiv?: "error" | "
|
|
1105
|
+
typeDiv?: "error" | "success" | "warning" | "neutral" | "info" | null | undefined;
|
|
1106
1106
|
disabled?: boolean | null | undefined;
|
|
1107
1107
|
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & VariantProps<(props?: ({
|
|
1108
|
-
typeIcon?: "error" | "
|
|
1108
|
+
typeIcon?: "error" | "success" | "warning" | "neutral" | "info" | null | undefined;
|
|
1109
1109
|
disabled?: boolean | null | undefined;
|
|
1110
1110
|
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1111
1111
|
|
|
@@ -1619,7 +1619,7 @@ interface FAQSectionProps extends SectionBlockProps {
|
|
|
1619
1619
|
/**
|
|
1620
1620
|
* The template of the feature section.
|
|
1621
1621
|
*/
|
|
1622
|
-
template?: 1;
|
|
1622
|
+
template?: 1 | 2;
|
|
1623
1623
|
/**
|
|
1624
1624
|
* The data heading of the FAQ section.
|
|
1625
1625
|
*/
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -812,7 +812,7 @@ interface TextAreaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
|
|
|
812
812
|
declare const TextArea: React$1.ForwardRefExoticComponent<TextAreaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
813
813
|
|
|
814
814
|
declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
815
|
-
variant?: "error" | "
|
|
815
|
+
variant?: "error" | "success" | "warning" | null | undefined;
|
|
816
816
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
|
|
817
817
|
declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
818
818
|
type ToastProps = React$1.ComponentPropsWithoutRef<typeof Toast$1>;
|
|
@@ -1102,10 +1102,10 @@ interface CalloutProps {
|
|
|
1102
1102
|
icon?: React.ReactNode;
|
|
1103
1103
|
}
|
|
1104
1104
|
declare const Callout: React$1.ForwardRefExoticComponent<CalloutProps & VariantProps<(props?: ({
|
|
1105
|
-
typeDiv?: "error" | "
|
|
1105
|
+
typeDiv?: "error" | "success" | "warning" | "neutral" | "info" | null | undefined;
|
|
1106
1106
|
disabled?: boolean | null | undefined;
|
|
1107
1107
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & VariantProps<(props?: ({
|
|
1108
|
-
typeIcon?: "error" | "
|
|
1108
|
+
typeIcon?: "error" | "success" | "warning" | "neutral" | "info" | null | undefined;
|
|
1109
1109
|
disabled?: boolean | null | undefined;
|
|
1110
1110
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1111
1111
|
|
|
@@ -1619,7 +1619,7 @@ interface FAQSectionProps extends SectionBlockProps {
|
|
|
1619
1619
|
/**
|
|
1620
1620
|
* The template of the feature section.
|
|
1621
1621
|
*/
|
|
1622
|
-
template?: 1;
|
|
1622
|
+
template?: 1 | 2;
|
|
1623
1623
|
/**
|
|
1624
1624
|
* The data heading of the FAQ section.
|
|
1625
1625
|
*/
|