@comercti/vue-components-hmg 0.41.2 → 0.41.5
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 -895
- package/comerc-style-guide.umd.js +5 -5
- package/index.d.ts +4 -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 = {
|
|
@@ -1254,6 +1256,7 @@ declare function __VLS_template_24(): {
|
|
|
1254
1256
|
attrs: Partial<{}>;
|
|
1255
1257
|
slots: {
|
|
1256
1258
|
default?(_: {}): any;
|
|
1259
|
+
default?(_: {}): any;
|
|
1257
1260
|
};
|
|
1258
1261
|
refs: {};
|
|
1259
1262
|
rootEl: any;
|
|
@@ -2283,6 +2286,7 @@ declare interface IToastProps {
|
|
|
2283
2286
|
declare interface IVariants {
|
|
2284
2287
|
primary: string;
|
|
2285
2288
|
secondary: string;
|
|
2289
|
+
tertiary: string;
|
|
2286
2290
|
'line-primary': string;
|
|
2287
2291
|
'line-text': string;
|
|
2288
2292
|
soft: string;
|