@comercti/vue-components-hmg 0.41.2 → 0.41.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/comerc-style-guide.cjs.js +5 -5
- package/comerc-style-guide.es.js +950 -894
- package/comerc-style-guide.umd.js +5 -5
- package/index.d.ts +5 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -675,6 +675,8 @@ declare type __VLS_Props_29 = {
|
|
|
675
675
|
showCloseButton?: boolean;
|
|
676
676
|
/** Define a diretivas do modal */
|
|
677
677
|
class?: string;
|
|
678
|
+
/** Define a variante do modal */
|
|
679
|
+
variant?: 'primary' | 'secondary';
|
|
678
680
|
};
|
|
679
681
|
|
|
680
682
|
declare type __VLS_Props_3 = {
|
|
@@ -1054,6 +1056,7 @@ declare function __VLS_template_15(): {
|
|
|
1054
1056
|
attrs: Partial<{}>;
|
|
1055
1057
|
slots: {
|
|
1056
1058
|
default?(_: {}): any;
|
|
1059
|
+
default?(_: {}): any;
|
|
1057
1060
|
};
|
|
1058
1061
|
refs: {};
|
|
1059
1062
|
rootEl: any;
|
|
@@ -1254,6 +1257,7 @@ declare function __VLS_template_24(): {
|
|
|
1254
1257
|
attrs: Partial<{}>;
|
|
1255
1258
|
slots: {
|
|
1256
1259
|
default?(_: {}): any;
|
|
1260
|
+
default?(_: {}): any;
|
|
1257
1261
|
};
|
|
1258
1262
|
refs: {};
|
|
1259
1263
|
rootEl: any;
|
|
@@ -2283,6 +2287,7 @@ declare interface IToastProps {
|
|
|
2283
2287
|
declare interface IVariants {
|
|
2284
2288
|
primary: string;
|
|
2285
2289
|
secondary: string;
|
|
2290
|
+
tertiary: string;
|
|
2286
2291
|
'line-primary': string;
|
|
2287
2292
|
'line-text': string;
|
|
2288
2293
|
soft: string;
|