// generated by figma-sync/generate-docs-figma-members.mjs — DO NOT EDIT
import type { DocsFigmaMembers } from './types'

export type StepItemFigmaProps = {
  direction: 'horizontal' | 'vertical'
  style: 'number' | 'icon'
  state: 'completed' | 'active' | 'pending'
}

export const stepitemFigmaMembers: DocsFigmaMembers<StepItemFigmaProps> = {
  schemaVersion: "t2-sample-v0.1",
  component: "StepItem",
  source: {
    figmaFileKey: "YbsPRUVmNdsbN40NNwh1Gn",
    figmaNodeId: "4943:7310",
    figmaPage: "— — Other Components",
    figmaPageId: "4265:5942",
    sourceFile: "figma-data/normalized/components-tokenized/step_item__4943_7310.json",
  },
  axes: [
    {
      figmaAxis: "direction",
      codeProp: "direction",
      values: [
        "horizontal",
        "vertical",
      ],
      valueCase: "figma-original",
    },
    {
      figmaAxis: "style",
      codeProp: "style",
      values: [
        "number",
        "icon",
      ],
      valueCase: "figma-original",
    },
    {
      figmaAxis: "state",
      codeProp: "state",
      values: [
        "completed",
        "active",
        "pending",
      ],
      valueCase: "figma-original",
    },
  ],
  variants: [
    {
      variantId: "4943:7244",
      figmaName: "direction=horizontal, style=number, state=completed",
      props: {
        direction: "horizontal",
        style: "number",
        state: "completed",
      },
    },
    {
      variantId: "4943:7237",
      figmaName: "direction=horizontal, style=number, state=active",
      props: {
        direction: "horizontal",
        style: "number",
        state: "active",
      },
    },
    {
      variantId: "4943:7230",
      figmaName: "direction=horizontal, style=number, state=pending",
      props: {
        direction: "horizontal",
        style: "number",
        state: "pending",
      },
    },
    {
      variantId: "4943:7299",
      figmaName: "direction=horizontal, style=icon, state=completed",
      props: {
        direction: "horizontal",
        style: "icon",
        state: "completed",
      },
    },
    {
      variantId: "4943:7288",
      figmaName: "direction=horizontal, style=icon, state=active",
      props: {
        direction: "horizontal",
        style: "icon",
        state: "active",
      },
    },
    {
      variantId: "4943:7277",
      figmaName: "direction=horizontal, style=icon, state=pending",
      props: {
        direction: "horizontal",
        style: "icon",
        state: "pending",
      },
    },
    {
      variantId: "4943:7267",
      figmaName: "direction=vertical, style=number, state=completed",
      props: {
        direction: "vertical",
        style: "number",
        state: "completed",
      },
    },
    {
      variantId: "4943:7261",
      figmaName: "direction=vertical, style=number, state=active",
      props: {
        direction: "vertical",
        style: "number",
        state: "active",
      },
    },
    {
      variantId: "4943:7255",
      figmaName: "direction=vertical, style=number, state=pending",
      props: {
        direction: "vertical",
        style: "number",
        state: "pending",
      },
    },
  ],
  meta: {
    generatedAt: "2026-05-08T04:02:56.707Z",
    sourceFile: "figma-data/normalized/components-tokenized/step_item__4943_7310.json",
    variantCount: 9,
  },
}
