@comercti/react-components-hmg 0.23.17 → 0.23.18
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/comerc-style-guide.cjs.js +2 -2
- package/comerc-style-guide.es.js +9 -4
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -217,6 +217,7 @@ declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}
|
|
|
217
217
|
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
218
218
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
219
219
|
}>, {
|
|
220
|
+
invalid: number[];
|
|
220
221
|
disabled: IFields;
|
|
221
222
|
items: Array<unknown>;
|
|
222
223
|
variant: "accordion" | "card" | "minimal" | "compact";
|
|
@@ -781,6 +782,7 @@ declare type __VLS_Props_35 = {
|
|
|
781
782
|
direction?: 'row' | 'column';
|
|
782
783
|
closeCollapse?: number | null;
|
|
783
784
|
disabled?: IFields;
|
|
785
|
+
invalid?: number[];
|
|
784
786
|
};
|
|
785
787
|
|
|
786
788
|
declare type __VLS_Props_4 = {
|