@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: Steps['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: Steps['gtmId'];
21
+ gtmId?: Steps['gtmId'];
22
22
  }>, {
23
23
  direction: string;
24
24
  linkTag: string;
@@ -5317,8 +5317,7 @@ export declare const components: {
5317
5317
  default: string;
5318
5318
  };
5319
5319
  gtmId: {
5320
- type: import("vue").PropType<string | undefined>;
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 | undefined>;
5350
- required: true;
5348
+ type: import("vue").PropType<string>;
5351
5349
  };
5352
5350
  direction: {
5353
5351
  type: import("vue").PropType<"row" | "column">;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.27.0",
4
+ "version": "0.27.1",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {