@dynamic-mockups/design-system 0.2.8 → 0.2.9
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.
|
@@ -122,6 +122,10 @@ export interface OnboardingDoubleRadioStep extends OnboardingStepBase {
|
|
|
122
122
|
*/
|
|
123
123
|
export interface OnboardingLauncherStep extends OnboardingStepBase {
|
|
124
124
|
type: "launcher";
|
|
125
|
+
/**
|
|
126
|
+
* Segment identifier for analytics/tracking
|
|
127
|
+
*/
|
|
128
|
+
segment: string;
|
|
125
129
|
launcherIcon: string;
|
|
126
130
|
launcherHeadline: string;
|
|
127
131
|
launcherText: string;
|
package/package.json
CHANGED