@gem-sdk/core 2.0.0-dev.636 → 2.0.0-dev.640
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/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -36766,6 +36766,7 @@ type Mapped$3<K, T> = {
|
|
|
36766
36766
|
id: K;
|
|
36767
36767
|
label: string;
|
|
36768
36768
|
info?: string;
|
|
36769
|
+
title?: string;
|
|
36769
36770
|
type: 'steps-guide';
|
|
36770
36771
|
steps?: Steps<T>[];
|
|
36771
36772
|
default?: T;
|