@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-mockups/design-system",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "A professional, scalable design system built with React 18, TypeScript, Radix UI, and Storybook",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",