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

export type NotificationFigmaProps = {
  theme: 'dark' | 'light'
  status: 'warning' | 'secondary warning' | 'error' | 'pop confirm' | 'quick confirm' | 'side pop' | 'info'
}

export const notificationFigmaMembers: DocsFigmaMembers<NotificationFigmaProps> = {
  schemaVersion: "t2-sample-v0.1",
  component: "Notification",
  source: {
    figmaFileKey: "YbsPRUVmNdsbN40NNwh1Gn",
    figmaNodeId: "1408:17154",
    figmaPage: "— — Notifications & Pop box",
    figmaPageId: "1379:4191",
    sourceFile: "figma-data/normalized/components-tokenized/notification__1408_17154.json",
  },
  axes: [
    {
      figmaAxis: "theme",
      codeProp: "theme",
      values: [
        "dark",
        "light",
      ],
      valueCase: "figma-original",
    },
    {
      figmaAxis: "status",
      codeProp: "status",
      values: [
        "warning",
        "secondary warning",
        "error",
        "pop confirm",
        "quick confirm",
        "side pop",
        "info",
      ],
      valueCase: "figma-original",
    },
  ],
  variants: [
    {
      variantId: "1408:17123",
      figmaName: "theme=dark, status=warning",
      props: {
        theme: "dark",
        status: "warning",
      },
      theme: "dark",
    },
    {
      variantId: "1539:31680",
      figmaName: "theme=dark, status=secondary warning",
      props: {
        theme: "dark",
        status: "secondary warning",
      },
      theme: "dark",
    },
    {
      variantId: "1408:17129",
      figmaName: "theme=light, status=warning",
      props: {
        theme: "light",
        status: "warning",
      },
      theme: "light",
    },
    {
      variantId: "1539:31691",
      figmaName: "theme=light, status=secondary warning",
      props: {
        theme: "light",
        status: "secondary warning",
      },
      theme: "light",
    },
    {
      variantId: "1408:17125",
      figmaName: "theme=dark, status=error",
      props: {
        theme: "dark",
        status: "error",
      },
      theme: "dark",
    },
    {
      variantId: "1408:17131",
      figmaName: "theme=light, status=error",
      props: {
        theme: "light",
        status: "error",
      },
      theme: "light",
    },
    {
      variantId: "1408:17126",
      figmaName: "theme=dark, status=pop confirm",
      props: {
        theme: "dark",
        status: "pop confirm",
      },
      theme: "dark",
    },
    {
      variantId: "1408:17132",
      figmaName: "theme=light, status=pop confirm",
      props: {
        theme: "light",
        status: "pop confirm",
      },
      theme: "light",
    },
    {
      variantId: "1408:17128",
      figmaName: "theme=dark, status=quick confirm",
      props: {
        theme: "dark",
        status: "quick confirm",
      },
      theme: "dark",
    },
    {
      variantId: "1408:17134",
      figmaName: "theme=light, status=quick confirm",
      props: {
        theme: "light",
        status: "quick confirm",
      },
      theme: "light",
    },
    {
      variantId: "1408:17127",
      figmaName: "theme=dark, status=side pop",
      props: {
        theme: "dark",
        status: "side pop",
      },
      theme: "dark",
    },
    {
      variantId: "1408:17133",
      figmaName: "theme=light, status=side pop",
      props: {
        theme: "light",
        status: "side pop",
      },
      theme: "light",
    },
    {
      variantId: "1408:17124",
      figmaName: "theme=dark, status=info",
      props: {
        theme: "dark",
        status: "info",
      },
      theme: "dark",
    },
    {
      variantId: "1408:17130",
      figmaName: "theme=light, status=info",
      props: {
        theme: "light",
        status: "info",
      },
      theme: "light",
    },
  ],
  meta: {
    generatedAt: "2026-05-08T04:02:56.706Z",
    sourceFile: "figma-data/normalized/components-tokenized/notification__1408_17154.json",
    variantCount: 14,
  },
}
