@solfacil/girassol 0.27.0 → 0.27.1
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.
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
steps: Steps['steps'];
|
|
5
5
|
direction?: Steps['direction'];
|
|
6
6
|
linkTag?: Steps['linkTag'];
|
|
7
|
-
gtmId
|
|
7
|
+
gtmId?: Steps['gtmId'];
|
|
8
8
|
}>, {
|
|
9
9
|
direction: string;
|
|
10
10
|
linkTag: string;
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
18
|
steps: Steps['steps'];
|
|
19
19
|
direction?: Steps['direction'];
|
|
20
20
|
linkTag?: Steps['linkTag'];
|
|
21
|
-
gtmId
|
|
21
|
+
gtmId?: Steps['gtmId'];
|
|
22
22
|
}>, {
|
|
23
23
|
direction: string;
|
|
24
24
|
linkTag: string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5317,8 +5317,7 @@ export declare const components: {
|
|
|
5317
5317
|
default: string;
|
|
5318
5318
|
};
|
|
5319
5319
|
gtmId: {
|
|
5320
|
-
type: import("vue").PropType<string
|
|
5321
|
-
required: true;
|
|
5320
|
+
type: import("vue").PropType<string>;
|
|
5322
5321
|
};
|
|
5323
5322
|
direction: {
|
|
5324
5323
|
type: import("vue").PropType<"row" | "column">;
|
|
@@ -5346,8 +5345,7 @@ export declare const components: {
|
|
|
5346
5345
|
default: string;
|
|
5347
5346
|
};
|
|
5348
5347
|
gtmId: {
|
|
5349
|
-
type: import("vue").PropType<string
|
|
5350
|
-
required: true;
|
|
5348
|
+
type: import("vue").PropType<string>;
|
|
5351
5349
|
};
|
|
5352
5350
|
direction: {
|
|
5353
5351
|
type: import("vue").PropType<"row" | "column">;
|