@dynamic-mockups/design-system 0.2.5 → 0.2.7

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.
@@ -22,7 +22,7 @@ import type { OnboardingFlowConfig } from "./OnboardingFlow.types";
22
22
  * - If "Yes" + "Expanding": Empire Builder result (4 steps)
23
23
  * - If "No": Organic Grower result (4 steps)
24
24
  *
25
- * API & INFRASTRUCTURE PATH (api):
25
+ * BUILDING PRODUCT/WORKFLOW PATH (building-product):
26
26
  * 1. Journey stage → 2. Business type → Branch:
27
27
  * - If "Startup": 3. Role & Team size (combined) → 4. Startup Builder result (4 steps)
28
28
  * - If "Established Company": 3. Role & Team size (combined) → 4. Enterprise Partner result (4 steps)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-mockups/design-system",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
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",