{
  "$schema": "../schema.json",
  "components": [
    {
      "name": "countries",
      "layer": "utils",
      "type": "util",
      "title": "Countries",
      "description": "Shared utility used by Proper UI components.",
      "registryDependencies": [
        "select-item-type"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "composes_with": [
        "select-item-type"
      ],
      "fileCount": 1
    },
    {
      "name": "cx",
      "layer": "utils",
      "type": "util",
      "title": "Cx",
      "description": "Shared utility used by Proper UI components.",
      "registryDependencies": [],
      "dependencies": [
        "tailwind-merge"
      ],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "demo-assets",
      "layer": "utils",
      "type": "util",
      "title": "Demo assets",
      "description": "Shared utility used by Proper UI components.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "is-react-component",
      "layer": "utils",
      "type": "util",
      "title": "Is react component",
      "description": "Shared utility used by Proper UI components.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "select-item-type",
      "layer": "utils",
      "type": "util",
      "title": "Select item type",
      "description": "Shared utility used by Proper UI components.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "timezones",
      "layer": "utils",
      "type": "util",
      "title": "Timezones",
      "description": "Shared utility used by Proper UI components.",
      "registryDependencies": [
        "select-item-type"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "composes_with": [
        "select-item-type"
      ],
      "fileCount": 1
    },
    {
      "name": "use-active-item",
      "layer": "hooks",
      "type": "hook",
      "title": "Use active item",
      "description": "Shared hook used by Proper UI components.",
      "registryDependencies": [],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "use-breakpoint",
      "layer": "hooks",
      "type": "hook",
      "title": "Use breakpoint",
      "description": "Shared hook used by Proper UI components.",
      "registryDependencies": [],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "use-clipboard",
      "layer": "hooks",
      "type": "hook",
      "title": "Use clipboard",
      "description": "Shared hook used by Proper UI components.",
      "registryDependencies": [],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "use-resize-observer",
      "layer": "hooks",
      "type": "hook",
      "title": "Use resize observer",
      "description": "Shared hook used by Proper UI components.",
      "registryDependencies": [],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "styles",
      "layer": "styles",
      "type": "style",
      "title": "Styles",
      "description": "Theme tokens, globals and typography for Proper UI.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "token_contract": [
        "bg-brand-primary",
        "bg-brand-primary_alt",
        "bg-brand-secondary",
        "bg-brand-section",
        "bg-brand-section_subtle",
        "bg-brand-solid",
        "bg-brand-solid_hover",
        "bg-error-primary",
        "bg-error-secondary",
        "bg-error-solid",
        "bg-error-solid_hover",
        "bg-overlay",
        "bg-primary",
        "bg-primary-solid",
        "bg-primary_alt",
        "bg-primary_hover",
        "bg-quaternary",
        "bg-secondary",
        "bg-secondary-solid",
        "bg-secondary_alt",
        "bg-secondary_hover",
        "bg-success-primary",
        "bg-success-secondary",
        "bg-success-solid",
        "bg-tertiary",
        "bg-warning-primary",
        "bg-warning-secondary",
        "bg-warning-solid",
        "border-brand",
        "border-brand_alt",
        "border-error",
        "border-error_subtle",
        "border-primary",
        "border-secondary",
        "border-secondary_alt",
        "border-tertiary",
        "text-brand-primary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-brand-tertiary",
        "text-brand-tertiary_alt",
        "text-editor-icon-fg",
        "text-editor-icon-fg_active",
        "text-error-primary",
        "text-error-primary_hover",
        "text-placeholder",
        "text-primary",
        "text-primary_on-brand",
        "text-quaternary",
        "text-quaternary_on-brand",
        "text-secondary",
        "text-secondary_hover",
        "text-secondary_on-brand",
        "text-success-primary",
        "text-tertiary",
        "text-tertiary_hover",
        "text-tertiary_on-brand",
        "text-warning-primary"
      ],
      "fileCount": 3
    },
    {
      "name": "providers",
      "layer": "utils",
      "type": "component",
      "title": "Providers",
      "description": "ThemeProvider and RouterProvider — the two providers a Proper UI app wraps its root in.",
      "registryDependencies": [],
      "dependencies": [
        "next",
        "next-themes",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "fileCount": 3
    },
    {
      "name": "avatar",
      "layer": "base",
      "type": "component",
      "title": "Avatar components",
      "description": "Free and open-source React avatar components built for modern applications and websites. These avatars are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "avatar",
        "avatar-example",
        "border-example",
        "company-logo-example",
        "group-example",
        "initials-example",
        "label-group-example",
        "placeholder-example",
        "profile-photo",
        "profile-photo-initials-example",
        "profile-photo-placeholder-example",
        "status-indicator-example",
        "verified-badge-example"
      ],
      "docs": "/components/avatars",
      "intent": "Show who or what an item belongs to — a user, team, or company — as a compact image or initials.",
      "avoid_when": [
        "identifying more than one person at once (use avatar-label-group or a stacked list)",
        "the only way to identify a user (pair it with a visible name)"
      ],
      "composes_with": [
        "avatar-label-group",
        "dropdown",
        "table",
        "activity-feed",
        "messaging"
      ],
      "a11y_contract": [
        "caller must supply `alt` describing the person/entity — the component does not infer one",
        "falls back to initials or an icon when `src` is missing or fails to load, but does not auto-generate accessible text for that fallback"
      ],
      "requires_data": [
        "src (image URL) or initials, so the avatar renders a meaningful identity — the placeholder icon alone carries none"
      ],
      "token_contract": [
        "bg-fg-error-primary",
        "bg-fg-success-secondary",
        "bg-primary",
        "bg-primary-solid",
        "bg-primary_hover",
        "bg-tertiary",
        "bg-utility-neutral-300",
        "border-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-quaternary",
        "text-tertiary",
        "text-utility-blue-500"
      ],
      "fileCount": 10
    },
    {
      "name": "badges",
      "layer": "base",
      "type": "component",
      "title": "Badge components",
      "description": "Free and open-source React badge components built for modern applications and websites. These badges are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx",
        "is-react-component"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "badge-example",
        "badge-group-example",
        "color",
        "color-with-icon-leading",
        "color-with-icon-only",
        "color-with-icon-trailing",
        "modern",
        "modern-leading-brand",
        "modern-leading-error",
        "modern-leading-gray",
        "modern-leading-success",
        "modern-leading-warning",
        "modern-trailing-brand",
        "modern-trailing-error",
        "modern-trailing-gray",
        "modern-trailing-success",
        "modern-trailing-warning",
        "modern-with-icon-leading",
        "modern-with-icon-only",
        "modern-with-icon-trailing",
        "pill-color",
        "pill-color-leading-brand",
        "pill-color-leading-error",
        "pill-color-leading-gray",
        "pill-color-leading-success",
        "pill-color-leading-warning",
        "pill-color-trailing-brand",
        "pill-color-trailing-error",
        "pill-color-trailing-gray",
        "pill-color-trailing-success",
        "pill-color-trailing-warning",
        "with-avatar",
        "with-avatar-badge-color",
        "with-avatar-badge-modern",
        "with-close-x",
        "with-close-x-badge-color",
        "with-close-x-badge-modern",
        "with-dot",
        "with-dot-badge-color",
        "with-dot-badge-modern",
        "with-flag",
        "with-flag-badge-color",
        "with-flag-badge-modern",
        "with-icon-leading",
        "with-icon-only",
        "with-icon-trailing"
      ],
      "docs": "/components/badges",
      "intent": "Label an item with a short status, category, or count using a color-coded tag.",
      "avoid_when": [
        "interactive filtering or removable multi-select input (use tags)",
        "the sole indicator of a critical state — color alone should never be the only signal"
      ],
      "composes_with": [
        "badge-groups",
        "table",
        "avatar",
        "tabs"
      ],
      "a11y_contract": [
        "decorative dot/leading/trailing icons are marked aria-hidden by the component",
        "the close/remove button on a removable badge takes its aria-label from the caller-supplied `buttonLabel` — set it or the control announces nothing useful"
      ],
      "requires_data": [
        "a short text label; the color prop conveys meaning only visually, not to assistive tech"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-blue-100",
        "bg-utility-blue-50",
        "bg-utility-brand-100",
        "bg-utility-brand-50",
        "bg-utility-brand-500",
        "bg-utility-green-100",
        "bg-utility-green-50",
        "bg-utility-green-500",
        "bg-utility-indigo-100",
        "bg-utility-indigo-50",
        "bg-utility-neutral-100",
        "bg-utility-neutral-50",
        "bg-utility-neutral-500",
        "bg-utility-orange-100",
        "bg-utility-orange-50",
        "bg-utility-pink-100",
        "bg-utility-pink-50",
        "bg-utility-purple-100",
        "bg-utility-purple-50",
        "bg-utility-red-100",
        "bg-utility-red-50",
        "bg-utility-red-500",
        "bg-utility-sky-100",
        "bg-utility-sky-50",
        "bg-utility-slate-100",
        "bg-utility-slate-50",
        "bg-utility-yellow-100",
        "bg-utility-yellow-50",
        "bg-utility-yellow-500",
        "text-secondary",
        "text-utility-blue-400",
        "text-utility-blue-500",
        "text-utility-blue-700",
        "text-utility-brand-400",
        "text-utility-brand-500",
        "text-utility-brand-700",
        "text-utility-green-400",
        "text-utility-green-500",
        "text-utility-green-700",
        "text-utility-indigo-400",
        "text-utility-indigo-500",
        "text-utility-indigo-700",
        "text-utility-neutral-400",
        "text-utility-neutral-500",
        "text-utility-neutral-700",
        "text-utility-orange-400",
        "text-utility-orange-500",
        "text-utility-orange-700",
        "text-utility-pink-400",
        "text-utility-pink-500",
        "text-utility-pink-700",
        "text-utility-purple-400",
        "text-utility-purple-500",
        "text-utility-purple-700",
        "text-utility-red-400",
        "text-utility-red-500",
        "text-utility-red-700",
        "text-utility-sky-400",
        "text-utility-sky-500",
        "text-utility-sky-700",
        "text-utility-slate-400",
        "text-utility-slate-500",
        "text-utility-slate-700",
        "text-utility-yellow-400",
        "text-utility-yellow-500",
        "text-utility-yellow-700"
      ],
      "fileCount": 3
    },
    {
      "name": "button-group",
      "layer": "base",
      "type": "component",
      "title": "Button group components",
      "description": "Free and open-source React button group components built for modern applications and websites. These button groups are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx",
        "is-react-component"
      ],
      "dependencies": [
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "button-group-example",
        "disabled",
        "disabled-individual-item",
        "leading-icon",
        "multiple-selection",
        "selection",
        "with-dot"
      ],
      "docs": "/components/button-groups",
      "intent": "Let a user pick one option from a small, always-visible set of mutually exclusive actions (e.g. list/grid view toggle).",
      "avoid_when": [
        "more than ~5 options, or options that need scrolling (use tabs or select)",
        "multiple simultaneous selections are allowed (this is single-select by default)"
      ],
      "composes_with": [
        "buttons",
        "tabs"
      ],
      "a11y_contract": [
        "built on React Aria ToggleButtonGroup/ToggleButton — roving-tabindex keyboard navigation and aria-pressed/selection state come for free",
        "icon-only items still need an accessible name from the caller (visible text or aria-label)"
      ],
      "requires_data": [
        "2+ ButtonGroupItem children with distinguishable labels or icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-secondary",
        "text-secondary_hover"
      ],
      "fileCount": 1
    },
    {
      "name": "buttons",
      "layer": "base",
      "type": "component",
      "title": "Button components",
      "description": "Free and open-source React button components built for modern applications and websites. These buttons are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx",
        "is-react-component",
        "tooltip"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "app-gallery-buttons",
        "app-gallery-outline-buttons",
        "app-store-buttons",
        "app-store-outline-buttons",
        "apple-social-buttons",
        "brand-social-buttons-group",
        "button-example",
        "close-x",
        "close-x-dark",
        "color-social-buttons-group",
        "disabled",
        "disabled-buttons-example",
        "dribble-social-buttons",
        "facebook-social-buttons",
        "figma-social-buttons",
        "galaxy-store-buttons",
        "galaxy-store-outline-buttons",
        "google-play-buttons",
        "google-play-outline-buttons",
        "google-social-buttons",
        "gray-social-buttons-group",
        "icon-leading-buttons-example",
        "icon-only-buttons-example",
        "icon-trailing-buttons-example",
        "icons-brand-social-buttons-group",
        "icons-color-social-buttons-group",
        "link-color-buttons-example",
        "link-gray-buttons",
        "loading-buttons-example",
        "mobile-app-store-buttons-example",
        "primary-buttons",
        "primary-buttons-destructive-example",
        "secondary",
        "secondary-buttons",
        "secondary-buttons-destructive",
        "sizes",
        "social-buttons-example",
        "tertiary",
        "tertiary-buttons",
        "tertiary-buttons-destructive",
        "twitter-social-buttons",
        "utility-buttons-example"
      ],
      "docs": "/components/buttons",
      "intent": "Trigger a single primary action — submit, navigate, confirm, or run a command.",
      "avoid_when": [
        "toggling a persistent on/off state (use toggle)",
        "navigating within a large set of peer destinations (use tabs or app-navigation)"
      ],
      "composes_with": [
        "button-group",
        "modals",
        "page-headers",
        "card-headers",
        "empty-state"
      ],
      "a11y_contract": [
        "built on React Aria Button/Link — keyboard activation (Enter/Space), disabled state and correct role come for free",
        "icon-only buttons (ButtonUtility, CloseButton, social/app-store icon buttons) need an aria-label from the caller; CloseButton and the app-store icon buttons ship a sensible default but it should be overridden when the action's meaning changes"
      ],
      "requires_data": [
        "visible label text, or an aria-label when icon-only"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-brand-solid_hover",
        "bg-error-primary",
        "bg-error-solid",
        "bg-error-solid_hover",
        "bg-primary",
        "bg-primary_hover",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-error-primary",
        "text-error-primary_hover",
        "text-fg-brand-secondary_alt",
        "text-fg-brand-secondary_hover",
        "text-fg-error-primary",
        "text-fg-error-secondary",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary",
        "text-tertiary_hover"
      ],
      "fileCount": 7
    },
    {
      "name": "checkbox",
      "layer": "base",
      "type": "component",
      "title": "Checkbox components",
      "description": "Free and open-source React checkbox components built for modern applications and websites. These checkboxes are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "base",
        "checkbox-example",
        "disabled",
        "sizes",
        "with-label",
        "with-label-and-hint"
      ],
      "docs": "/components/checkboxes",
      "intent": "Capture a single independent on/off or tri-state choice within a form.",
      "avoid_when": [
        "choosing exactly one option from a mutually exclusive set (use radio-buttons)",
        "an immediate, form-free settings toggle (use toggle)"
      ],
      "composes_with": [
        "form",
        "input",
        "table"
      ],
      "a11y_contract": [
        "built on React Aria Checkbox — keyboard toggling (Space), checked/indeterminate/disabled state and `role=\"checkbox\"` come for free",
        "the visible label passed as children is associated with the control automatically; an icon-only checkbox still needs its own aria-label"
      ],
      "requires_data": [
        "a visible label describing what is being agreed to or selected"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-primary",
        "bg-tertiary",
        "text-fg-white",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "dropdown",
      "layer": "base",
      "type": "component",
      "title": "Context menu components",
      "description": "Free and open-source React context menu components built for modern applications and websites. Trigger these menus with a right-click, long-press, or the keyboard menu key, built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "integration-icons",
        "radio-buttons",
        "toggle"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "account-breadcrumb",
        "account-button",
        "account-card-md",
        "account-card-sm",
        "account-card-xs",
        "advanced",
        "avatar",
        "button-advanced",
        "button-link",
        "button-simple",
        "context-menu-example",
        "dropdown-example",
        "icon-advanced",
        "icon-simple",
        "integrations",
        "search-advanced",
        "search-simple",
        "simple"
      ],
      "docs": "/components/context-menus",
      "intent": "Show a menu of actions or a compact set of choices anchored to a trigger, without leaving the page.",
      "avoid_when": [
        "the option list is long and needs search/filtering as a form field (use select or command-menu)",
        "the trigger must always display the current value inline (use select)"
      ],
      "composes_with": [
        "buttons",
        "avatar",
        "badges",
        "table",
        "app-navigation"
      ],
      "a11y_contract": [
        "built on React Aria Menu/SubmenuTrigger — keyboard navigation (arrow keys, type-ahead, Escape to close) and focus management come for free",
        "icon-only trigger variants ship a default aria-label (e.g. \"Open menu\"); override it when the trigger's purpose isn't generic"
      ],
      "requires_data": [
        "one or more MenuItem entries with a visible label; icon and avatar are optional decoration"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-fg-success-secondary",
        "bg-primary",
        "bg-primary_alt",
        "bg-primary_hover",
        "bg-secondary_alt",
        "bg-utility-neutral-300",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-placeholder",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 18
    },
    {
      "name": "file-upload-trigger",
      "layer": "base",
      "type": "component",
      "title": "File upload trigger",
      "description": "",
      "registryDependencies": [],
      "dependencies": [
        "@react-aria/utils",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "intent": "Wrap any pressable element so activating it opens the OS file picker (or camera), without building a custom `<input type=\"file\">`.",
      "avoid_when": [
        "a drag-and-drop drop zone with per-file progress UI is needed (use file-upload)"
      ],
      "composes_with": [
        "buttons",
        "image-picker",
        "file-upload"
      ],
      "a11y_contract": [
        "clones its single child and wires the native file input — the child must already be an accessible, focusable trigger (e.g. a Button); this component adds no label of its own"
      ],
      "requires_data": [
        "a single pressable child element to act as the trigger; an onSelect handler to receive the chosen FileList"
      ],
      "fileCount": 1
    },
    {
      "name": "form",
      "layer": "base",
      "type": "component",
      "title": "Form",
      "description": "",
      "registryDependencies": [],
      "dependencies": [
        "react",
        "react-aria-components",
        "react-hook-form"
      ],
      "cssVars": [],
      "examples": [],
      "intent": "Group form fields into a single submit/validation boundary.",
      "avoid_when": [
        "laying out read-only key/value content (use a plain list or table)"
      ],
      "composes_with": [
        "input",
        "checkbox",
        "radio-buttons",
        "select",
        "textarea",
        "buttons"
      ],
      "a11y_contract": [
        "built on React Aria Form — surfaces native and custom field validation errors and associates them with their fields automatically"
      ],
      "requires_data": [
        "form field children; the hook-form variant additionally requires a react-hook-form `UseFormReturn` instance"
      ],
      "fileCount": 2
    },
    {
      "name": "input",
      "layer": "base",
      "type": "component",
      "title": "Input field",
      "description": "Free and open-source React input field components built for modern applications and websites. These input fields are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "payment-icons",
        "tags",
        "tooltip"
      ],
      "dependencies": [
        "@properui/icons",
        "@react-stately/utils",
        "input-otp",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "date-input",
        "default",
        "disabled",
        "file-upload",
        "four-digits",
        "input-example",
        "input-otp",
        "invalid",
        "leading-dropdown",
        "leading-icon",
        "leading-text",
        "number-input-horizontal",
        "number-input-vertical",
        "password-input",
        "payment-input",
        "sizes",
        "tag-input",
        "tag-input-outer",
        "trailing-button",
        "trailing-dropdown",
        "verification-code-input-example",
        "with-separator"
      ],
      "docs": "/components/inputs",
      "intent": "Collect a single line of free-text, numeric, date, tag, or payment-card value in a form.",
      "avoid_when": [
        "the value is chosen from a fixed list (use select)",
        "multi-line free text is expected (use textarea)"
      ],
      "composes_with": [
        "form",
        "label",
        "hint-text",
        "input-group"
      ],
      "a11y_contract": [
        "built on React Aria TextField/Input — associates the visible `label` with the field and wires validation state automatically; without a visible label it falls back to an aria-label built from `placeholder`",
        "the password-visibility toggle and the \"more information\" tooltip icon button ship their own aria-labels",
        "pin-input labels each digit slot individually (\"Enter digit N of M\") so screen reader users get positional context"
      ],
      "requires_data": [
        "a `label` (or at minimum a placeholder) so the field has an accessible name"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-fg-brand-primary",
        "bg-primary",
        "bg-primary_hover",
        "border-brand",
        "border-error",
        "border-error_subtle",
        "border-primary",
        "text-brand-tertiary",
        "text-brand-tertiary_alt",
        "text-error-primary",
        "text-fg-error-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-placeholder",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary",
        "text-utility-neutral-300"
      ],
      "fileCount": 12
    },
    {
      "name": "progress-indicators",
      "layer": "base",
      "type": "component",
      "title": "Progress indicator components",
      "description": "Free and open-source React progress indicator components built for modern applications and websites. These progress indicators are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "circle-progress-bar",
        "circle-progress-bar-label",
        "default",
        "half-circle-progress-bar",
        "half-circle-progress-bar-label",
        "progress-indicator-example",
        "text-bottom",
        "text-bottom-floating",
        "text-right",
        "text-top-floating"
      ],
      "docs": "/components/progress-indicators",
      "intent": "Show how far a determinate, ongoing process (upload, multi-step task, loading) has progressed.",
      "avoid_when": [
        "the process has no known end point or percentage (use loading-indicator)"
      ],
      "composes_with": [
        "file-upload",
        "progress-steps",
        "metrics"
      ],
      "a11y_contract": [
        "renders `role=\"progressbar\"` with aria-valuenow/min/max wired to the value/min/max props automatically; a default aria-label of \"Progress\" applies unless the caller supplies `label`"
      ],
      "requires_data": [
        "a numeric `value` (and optionally min/max) representing real progress"
      ],
      "token_contract": [
        "bg-fg-brand-primary",
        "bg-primary_alt",
        "bg-quaternary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 3
    },
    {
      "name": "radio-buttons",
      "layer": "base",
      "type": "component",
      "title": "Radio button components",
      "description": "Free and open-source React radio button components built for modern applications and websites. These radio buttons are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "avatar",
        "checkbox",
        "disabled",
        "disabled-individual-option",
        "icon-card",
        "icon-simple",
        "payment-icon",
        "radio-button",
        "radio-button-example",
        "sizes",
        "with-label",
        "with-label-and-hint"
      ],
      "docs": "/components/radio-buttons",
      "intent": "Let a user choose exactly one option from a small, always-visible set of mutually exclusive choices.",
      "avoid_when": [
        "more than ~6 options, or the list needs to scroll (use select)",
        "multiple selections are valid (use checkbox)"
      ],
      "composes_with": [
        "form",
        "input"
      ],
      "a11y_contract": [
        "built on React Aria RadioGroup/Radio — roving-tabindex arrow-key navigation and checked-state semantics come for free; the group itself still needs an aria-label or a visible label element since RadioGroup has no default accessible name"
      ],
      "requires_data": [
        "2+ options with visible text labels; a group-level label or aria-label"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-fg-white",
        "bg-primary",
        "bg-tertiary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "select",
      "layer": "base",
      "type": "component",
      "title": "Select components",
      "description": "Free and open-source React select components built for modern applications and websites. These select components are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "checkbox",
        "cx",
        "featured-icon",
        "input",
        "is-react-component",
        "select-item-type",
        "tags",
        "use-resize-observer"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "avatar-leading",
        "default",
        "disabled",
        "dot-leading",
        "icon-leading",
        "multi-select-example",
        "search",
        "select-example",
        "sizes",
        "tags",
        "with-leading-icon"
      ],
      "docs": "/components/select",
      "intent": "Choose one (or, in the multi-select/tag-select variants, several) values from a list too long to show as visible options.",
      "avoid_when": [
        "there are only 2-4 options that could stay visible (use radio-buttons or button-group)",
        "free-text entry with suggestions is the goal without a fixed option set"
      ],
      "composes_with": [
        "form",
        "tags",
        "avatar"
      ],
      "a11y_contract": [
        "built on React Aria Select/ComboBox/ListBox — keyboard navigation, type-ahead and selected-state semantics come for free; falls back to an aria-label built from `placeholder` when no visible label is supplied",
        "the multi-select search field and options listbox each carry their own default aria-label (\"Search\", \"Options\") when otherwise unlabelled"
      ],
      "requires_data": [
        "a list of options with stable keys and visible labels"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "border-secondary",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-placeholder",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 8
    },
    {
      "name": "slider",
      "layer": "base",
      "type": "component",
      "title": "Slider components",
      "description": "Free and open-source React slider components built for modern applications and websites. These sliders are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "bottom-label",
        "default",
        "single-thumb",
        "slider-example",
        "top-floating"
      ],
      "docs": "/components/sliders",
      "intent": "Pick a numeric value (or range) by dragging a handle along a track.",
      "avoid_when": [
        "exact numeric entry matters more than a quick visual adjustment (use a numeric input)"
      ],
      "composes_with": [
        "form",
        "video-player",
        "gradient-picker"
      ],
      "a11y_contract": [
        "built on React Aria Slider — arrow-key value adjustment and aria-valuenow/min/max come for free; the component renders a visually-hidden default label only when the caller has not already supplied aria-label/aria-labelledby, to avoid failing the axe \"form elements must have labels\" rule"
      ],
      "requires_data": [
        "an accessible name (aria-label/aria-labelledby) unless a visible label is provided separately"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-primary",
        "bg-quaternary",
        "bg-slider-handle-bg",
        "text-primary",
        "text-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "tags",
      "layer": "base",
      "type": "component",
      "title": "Tag components",
      "description": "Free and open-source React tag components built for modern applications and websites. These tags are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "checkbox-close-x-example",
        "checkbox-count-example",
        "checkbox-example",
        "close-x-example",
        "count-example",
        "sizes-example",
        "tags-example"
      ],
      "docs": "/components/tags",
      "intent": "Display, and let a user select or remove, short chip-style values — e.g. active filters or multi-value entry.",
      "avoid_when": [
        "values are read-only status labels rather than user-manipulable chips (use badges)"
      ],
      "composes_with": [
        "input",
        "select",
        "filter-bar"
      ],
      "a11y_contract": [
        "built on React Aria TagGroup/Tag — keyboard navigation and selection/removal semantics come for free; the group requires a `label` prop, passed through as its aria-label"
      ],
      "requires_data": [
        "a `label` describing the group of tags, and a list of tag values"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-primary",
        "bg-primary_hover",
        "bg-tertiary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-success-secondary",
        "text-fg-white",
        "text-secondary"
      ],
      "fileCount": 3
    },
    {
      "name": "text-editor",
      "layer": "base",
      "type": "component",
      "title": "Text editor components",
      "description": "Powerful and customizable React text editor components built for modern applications and websites. Compose a toolbar from bold, italic, underline, colour, alignment, list, link, image and font controls around a resizable editable area.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "default-md",
        "default-sm",
        "floating-toolbar-md",
        "floating-toolbar-sm",
        "text-editor-example",
        "with-tooltip"
      ],
      "docs": "/components/text-editors",
      "intent": "Let a user compose formatted rich text (bold, lists, links, images, color) rather than a single plain string.",
      "avoid_when": [
        "plain, unformatted text is all that's needed (use textarea)"
      ],
      "composes_with": [
        "form",
        "messaging",
        "code-snippet"
      ],
      "a11y_contract": [
        "the editable region gets `aria-multiline=\"true\"` and a default aria-label of \"Text editor\" (override via the aria-label prop); the toolbar and each toolbar group carry their own default aria-labels (\"Text formatting\" / \"Selection formatting\") so screen readers can identify each control cluster",
        "decorative separators between toolbar groups are aria-hidden"
      ],
      "responsive_contract": [
        "the toolbar's color-swatch and font-size controls narrow below the md breakpoint"
      ],
      "requires_data": [
        "initial content, and an onChange-style handler if the value should be controlled"
      ],
      "token_contract": [
        "bg-border-primary",
        "bg-brand-solid",
        "bg-brand-solid_hover",
        "bg-fg-brand-primary",
        "bg-primary",
        "bg-primary_hover",
        "text-brand-secondary",
        "text-editor-icon-fg_active",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-placeholder",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "textarea",
      "layer": "base",
      "type": "component",
      "title": "Textarea input field",
      "description": "Free and open-source React textarea input field components built for modern applications and websites. These textarea input fields are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx",
        "input"
      ],
      "dependencies": [
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "default",
        "disabled",
        "invalid",
        "textarea-example"
      ],
      "docs": "/components/textareas",
      "intent": "Collect multi-line free-text input in a form (comments, descriptions, messages).",
      "avoid_when": [
        "a single line of text is expected (use input)",
        "rich formatting is required (use text-editor)"
      ],
      "composes_with": [
        "form",
        "label",
        "hint-text"
      ],
      "a11y_contract": [
        "built on React Aria TextField/TextArea — associates the visible label with the field and surfaces `aria-invalid` automatically when validation fails"
      ],
      "requires_data": [
        "a visible label (or aria-label) so the field has an accessible name"
      ],
      "token_contract": [
        "bg-primary",
        "text-placeholder",
        "text-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "toggle",
      "layer": "base",
      "type": "component",
      "title": "Toggle field components",
      "description": "Free and open-source React toggle field components built for modern applications and websites. These toggle fields are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "base",
        "disabled",
        "sizes",
        "slim",
        "slim-with-label-and-hint",
        "toggle-example",
        "with-label",
        "with-label-and-hint"
      ],
      "docs": "/components/toggles",
      "intent": "Let a user immediately switch a single setting on or off, applied right away rather than staged for form submit.",
      "avoid_when": [
        "the change should wait for an explicit form submit (use checkbox)",
        "there are more than two states"
      ],
      "composes_with": [
        "form",
        "table",
        "notifications"
      ],
      "a11y_contract": [
        "built on React Aria Switch — `role=\"switch\"`, keyboard toggling and checked-state semantics come for free; visible children become the accessible label, so an icon-only toggle still needs an aria-label"
      ],
      "requires_data": [
        "a visible label describing the setting being toggled"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-brand-solid_hover",
        "bg-fg-white",
        "bg-tertiary",
        "border-toggle-border",
        "border-toggle-slim-border_pressed",
        "border-toggle-slim-border_pressed-hover",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "tooltip",
      "layer": "base",
      "type": "component",
      "title": "Tooltip components",
      "description": "Free and open-source React tooltip components built for modern applications and websites. These tooltips are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "default-example",
        "placements-example",
        "tooltip-example",
        "with-arrow-example",
        "with-supporting-text-example"
      ],
      "docs": "/components/tooltips",
      "intent": "Reveal a short supplementary hint for a control on hover or focus, without adding it to the tab order.",
      "avoid_when": [
        "the content is essential to complete the task — tooltips aren't reliably reachable on touch, so put essential info in visible text instead",
        "the content is longer than a short phrase (use a popover or dialog)"
      ],
      "composes_with": [
        "buttons",
        "input",
        "badges",
        "gradient-picker"
      ],
      "a11y_contract": [
        "built on React Aria Tooltip/TooltipTrigger — shows on hover and keyboard focus of the trigger and is associated with it via `aria-describedby` automatically"
      ],
      "requires_data": [
        "a focusable/hoverable trigger element and short hint text"
      ],
      "token_contract": [
        "bg-primary-solid",
        "text-tooltip-supporting-text"
      ],
      "fileCount": 1
    },
    {
      "name": "video-player",
      "layer": "base",
      "type": "component",
      "title": "Video player components",
      "description": "Powerful and customizable React video player components built for modern applications and websites. These video players are built using React and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "video-player-example",
        "video-player-lg",
        "video-player-md",
        "video-player-sm"
      ],
      "docs": "/components/video-players",
      "intent": "Play a single video with custom playback controls (play/pause, seek, volume, speed, fullscreen).",
      "avoid_when": [
        "embedding a video with no custom controls is enough (use a plain <video> element or provider embed)"
      ],
      "composes_with": [
        "modals",
        "carousel"
      ],
      "a11y_contract": [
        "every icon-only control (play/pause, mute, seek, playback speed, fullscreen) has an explicit aria-label reflecting current state (e.g. \"Pause\" vs \"Play\", current playback speed); the seek and volume sliders are built on React Aria Slider so keyboard operation comes for free"
      ],
      "requires_data": [
        "a video `src`; a `label` describing the video content for the control region"
      ],
      "token_contract": [
        "bg-fg-white",
        "text-fg-white"
      ],
      "fileCount": 3
    },
    {
      "name": "activity-feed",
      "layer": "application",
      "type": "component",
      "title": "Activity feed components",
      "description": "Powerful and customizable React activity feed components built for modern applications and websites. These activity feed components are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "dot-icon"
      ],
      "dependencies": [
        "@untitledui/file-icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "activity-feed-connected",
        "activity-feed-divided",
        "activity-feed-example",
        "activity-feed-spaced",
        "messages-connected",
        "messages-divided",
        "messages-spaced"
      ],
      "docs": "/components/activity-feeds",
      "intent": "Show a reverse-chronological log of events/actions (comments, status changes, uploads) tied to an item.",
      "avoid_when": [
        "the data is a two-way conversation (use messaging)",
        "real-time chat semantics are needed"
      ],
      "composes_with": [
        "avatar",
        "badges",
        "content-divider"
      ],
      "a11y_contract": [
        "caller should pass an aria-label describing the feed's purpose to the root component",
        "the unread indicator is exposed to assistive tech via `role=\"img\" aria-label=\"Unread\"`; decorative connector lines are aria-hidden"
      ],
      "requires_data": [
        "a list of feed items with actor, action text and timestamp"
      ],
      "token_contract": [
        "border-primary",
        "border-secondary",
        "text-fg-success-secondary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "alerts",
      "layer": "application",
      "type": "component",
      "title": "Alert components",
      "description": "Powerful and customizable React alert components built for modern applications and websites. These alert components are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "alert-example",
        "floating-brand",
        "floating-default",
        "floating-error",
        "floating-gray",
        "floating-success",
        "floating-warning",
        "full-width-brand",
        "full-width-default",
        "full-width-error",
        "full-width-gray",
        "full-width-success",
        "full-width-warning"
      ],
      "docs": "/components/alerts",
      "intent": "Surface an important, page-level or inline message the user should notice (success, warning, error, info) without blocking interaction.",
      "avoid_when": [
        "the message requires the user to respond before continuing (use modals)",
        "the message is transient and unrelated to page content (use notifications)"
      ],
      "composes_with": [
        "buttons",
        "badges"
      ],
      "a11y_contract": [
        "the root element carries `role=\"alert\"`, so assistive tech announces it as soon as it mounts — reserve it for messages that genuinely need immediate announcement"
      ],
      "responsive_contract": [
        "stacks vertically on narrow screens and switches to a horizontal row, with the action/close control trailing, from the sm breakpoint (640px) up"
      ],
      "requires_data": [
        "a short message; optional action button or link"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_alt",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "app-navigation",
      "layer": "application",
      "type": "component",
      "title": "Header navigation components",
      "description": "Free and open-source React header navigation components built for modern applications and websites. These header navigations are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "input",
        "logo",
        "progress-indicators",
        "qr-code",
        "radio-buttons",
        "tabs",
        "tooltip",
        "use-breakpoint"
      ],
      "dependencies": [
        "@properui/icons",
        "motion",
        "react",
        "react-aria",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "cookie-preferences",
        "current-projects",
        "dual-tier",
        "event-cta",
        "free-trial-cta",
        "header-navigation-example",
        "image",
        "message",
        "onboarding-steps",
        "progress-bar",
        "progress-circle",
        "qr-code",
        "referral-link",
        "sections-dividers",
        "sections-subheadings",
        "sidebar-navigation-example",
        "simple",
        "slim",
        "support-cta",
        "upgrade-cta"
      ],
      "docs": "/components/header-navigations",
      "intent": "Provide the persistent primary navigation shell (header bar or sidebar) for a signed-in application.",
      "avoid_when": [
        "marketing/landing page navigation (use a marketing header component instead)",
        "a small, local set of destinations within one page (use tabs or breadcrumbs)"
      ],
      "composes_with": [
        "dropdown",
        "avatar",
        "input",
        "badges",
        "notifications"
      ],
      "a11y_contract": [
        "primary and secondary navigation are wrapped in `<nav aria-label=\"Main\">` / `<nav aria-label=\"Secondary\">`; the active nav item gets `aria-current=\"page\"` automatically; the search field ships its own aria-label"
      ],
      "responsive_contract": [
        "secondary/sidebar navigation collapses below the lg breakpoint, and horizontal padding narrows below md — mobile is expected to move navigation behind a trigger (e.g. slideout-menus)"
      ],
      "requires_data": [
        "a list of nav items with label, href/action, and current-page state"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-fg-error-primary",
        "bg-overlay",
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "bg-secondary_alt",
        "bg-secondary_hover",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-secondary",
        "text-fg-secondary_hover",
        "text-fg-white",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary",
        "text-tertiary_hover"
      ],
      "fileCount": 14
    },
    {
      "name": "breadcrumbs",
      "layer": "application",
      "type": "component",
      "title": "Breadcrumb components",
      "description": "Powerful and customizable React breadcrumb components built for modern applications and websites. These breadcrumbs are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "cx",
        "dropdown"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "account-button-chevron",
        "account-button-slash",
        "breadcrumbs-button",
        "breadcrumbs-example",
        "breadcrumbs-text",
        "breadcrumbs-text-with-line"
      ],
      "docs": "/components/breadcrumbs",
      "intent": "Show the user's location in a hierarchy and let them navigate to an ancestor page.",
      "avoid_when": [
        "there is only one level of navigation (omit entirely rather than show a single crumb)"
      ],
      "composes_with": [
        "dropdown",
        "app-navigation"
      ],
      "a11y_contract": [
        "wraps items in `<nav aria-label=\"Breadcrumb\">` (overridable) via React Aria Breadcrumbs — the current page is marked programmatically; a collapsed \"…\" menu item ships a default aria-label (\"See all breadcrumb items\")"
      ],
      "responsive_contract": [
        "the gap between crumbs narrows below the md breakpoint"
      ],
      "requires_data": [
        "an ordered list of crumb items with label and href; the last item represents the current page"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-tertiary_hover",
        "text-primary",
        "text-quaternary",
        "text-tertiary_hover",
        "text-utility-neutral-300"
      ],
      "fileCount": 1
    },
    {
      "name": "card-headers",
      "layer": "application",
      "type": "component",
      "title": "Card header components",
      "description": "Powerful and customizable React card header components built for modern applications and websites. These card headers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "cx"
      ],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [
        "card-header-example",
        "card-header-with-avatar-and-badge",
        "card-header-with-badge"
      ],
      "docs": "/components/card-headers",
      "intent": "Provide a consistent title/description/actions header for a card or panel section.",
      "avoid_when": [
        "heading a full page (use page-headers)"
      ],
      "composes_with": [
        "buttons",
        "badges",
        "table",
        "metrics"
      ],
      "a11y_contract": [
        "purely presentational layout — heading level and accessible names for any action buttons remain the caller's responsibility"
      ],
      "responsive_contract": [
        "stacks title and actions vertically on narrow screens and switches to a horizontal row at the md breakpoint"
      ],
      "requires_data": [
        "a title; optional description and action buttons"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "carousel",
      "layer": "application",
      "type": "component",
      "title": "Carousel components",
      "description": "Free and open-source React carousel components built for modern applications and websites. These carousels are built using Embla Carousel and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "embla-carousel-react",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "carousel-example",
        "carousel-lg",
        "carousel-md"
      ],
      "docs": "/components/carousels",
      "intent": "Let a user browse through a set of slides one (or a few) at a time via next/previous controls or dot indicators.",
      "avoid_when": [
        "all items should be visible/scannable at once (use a grid or list)",
        "the content is a single linear document (use normal scrolling)"
      ],
      "composes_with": [
        "buttons",
        "video-player"
      ],
      "a11y_contract": [
        "the root is `role=\"region\" aria-roledescription=\"carousel\"`; each slide is `role=\"group\" aria-roledescription=\"slide\"`; next/previous and dot-indicator controls ship default aria-labels, and the active dot is marked `aria-current`"
      ],
      "requires_data": [
        "an ordered list of slide contents"
      ],
      "fileCount": 1
    },
    {
      "name": "charts",
      "layer": "application",
      "type": "component",
      "title": "Activity gauge components",
      "description": "Powerful and customizable React activity gauge components built for modern applications and websites. These activity gauges are built using Recharts and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "activity-gauge-example",
        "activity-gauge-lg",
        "activity-gauge-md",
        "activity-gauge-sm",
        "activity-gauge-xs",
        "bar-chart01",
        "bar-chart02",
        "bar-chart03",
        "line-chart-example",
        "line-chart01",
        "line-chart02",
        "line-chart03",
        "line-chart04",
        "pie-chart-example",
        "pie-chart-lg",
        "pie-chart-md",
        "pie-chart-sm",
        "pie-chart-xs",
        "pie-chart-xxl",
        "radar-chart",
        "radar-chart-example"
      ],
      "docs": "/components/activity-gauges",
      "intent": "Visualize quantitative data (trends, comparisons, proportions) as line, bar, pie, radar or gauge charts.",
      "avoid_when": [
        "the exact numbers matter more than the shape of the data (use a table or metrics cards)",
        "there are only one or two data points to show (use metrics)"
      ],
      "composes_with": [
        "metrics",
        "card-headers"
      ],
      "a11y_contract": [
        "built on Recharts (SVG rendering) with no built-in text alternative — the caller must supply a surrounding heading, legend text, or aria-label so meaning isn't conveyed by color/shape alone"
      ],
      "requires_data": [
        "a dataset array shaped for the chosen chart variant (categories/series and numeric values)"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary-solid",
        "text-tertiary",
        "text-tooltip-supporting-text"
      ],
      "fileCount": 1
    },
    {
      "name": "code-snippet",
      "layer": "application",
      "type": "component",
      "title": "Code snippet components",
      "description": "Powerful and customizable React code snippet components built for modern applications and websites. These code snippet components are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "use-clipboard"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "code-snippet-example",
        "collection",
        "show-more",
        "with-line-number",
        "with-tabs",
        "without-line-number"
      ],
      "docs": "/components/code-snippets",
      "intent": "Display a block of source code — optionally across multiple named files/tabs — with copy-to-clipboard and syntax formatting.",
      "avoid_when": [
        "the text isn't code (use a plain text block)"
      ],
      "composes_with": [
        "buttons"
      ],
      "a11y_contract": [
        "the code region is `role=\"region\"` with a default aria-label of \"Code snippet\" (override it when several snippets appear on one page); the line-number gutter is aria-hidden; the copy button ships its own aria-label (\"Copy\")"
      ],
      "requires_data": [
        "the code string, or, for the tabbed variant, a list of {label, code} items"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-secondary_alt",
        "border-secondary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-utility-blue-600",
        "text-utility-brand-600",
        "text-utility-pink-600"
      ],
      "fileCount": 2
    },
    {
      "name": "color-picker",
      "layer": "application",
      "type": "component",
      "title": "Color picker components",
      "description": "Powerful and customizable React color picker components built for modern applications and websites. These color pickers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "select"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "brand-swatches",
        "color-picker",
        "color-picker-example",
        "color-swatch-picker",
        "gray-swatches",
        "hue-slider",
        "minimal-picker",
        "palette-picker",
        "saved-swatches-medium",
        "saved-swatches-small",
        "transparency-slider"
      ],
      "docs": "/components/color-pickers",
      "intent": "Let a user choose a color via a saturation/hue field, hex/RGB/HSL text entry, alpha slider, or the OS eyedropper.",
      "avoid_when": [
        "only a small fixed palette needs choosing from (use a simple swatch list instead)"
      ],
      "composes_with": [
        "gradient-picker",
        "form"
      ],
      "a11y_contract": [
        "every input surface (hex field, channel fields, alpha field, eyedropper button) requires and receives an aria-label via the component's `label` prop"
      ],
      "requires_data": [
        "a controlled color value and onChange handler; a `label` describing what the color applies to"
      ],
      "token_contract": [
        "bg-primary",
        "border-fg-white",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "command-menu",
      "layer": "application",
      "type": "component",
      "title": "Command menu components",
      "description": "Powerful and customizable React command menu components built for modern applications and websites. These command menus are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "actions",
        "actions-stacked",
        "command-menu-example",
        "empty-state",
        "integrations-menu",
        "integrations-menu-stacked",
        "users",
        "users-menu",
        "users-menu-stacked",
        "users-stacked"
      ],
      "docs": "/components/command-menus",
      "intent": "Give power users a keyboard-first, searchable palette of actions/destinations (⌘K-style).",
      "avoid_when": [
        "the action set is small enough for a regular dropdown or visible toolbar"
      ],
      "composes_with": [
        "dropdown",
        "avatar",
        "badges"
      ],
      "a11y_contract": [
        "the dialog and search field ship default aria-labels (\"Command menu\", \"Search\"); the results listbox defaults to aria-label \"Suggestions\" unless the caller supplies aria-label/aria-labelledby"
      ],
      "requires_data": [
        "a searchable list of items with label and action; typically opened via a global keyboard shortcut the host app wires up"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-placeholder",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-divider",
      "layer": "application",
      "type": "component",
      "title": "Content divider components",
      "description": "Powerful and customizable React content divider components built for modern applications and websites. These content dividers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "background-fill",
        "content-divider-example",
        "dual-line",
        "single-line"
      ],
      "docs": "/components/content-dividers",
      "intent": "Visually separate sections of content with a line, optionally carrying a short label or icon.",
      "avoid_when": [
        "the separation needs to be a real landmark/heading boundary for assistive tech, not just visual (use a heading or semantic sectioning element)"
      ],
      "composes_with": [
        "cx"
      ],
      "a11y_contract": [
        "the divider line(s) are aria-hidden since they carry no semantic meaning; any label text renders as normal visible text"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-secondary",
        "border-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "date-picker",
      "layer": "application",
      "type": "component",
      "title": "Calendar components",
      "description": "Powerful and customizable React calendar components built for modern applications and websites. These calendars are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "input",
        "use-breakpoint"
      ],
      "dependencies": [
        "@internationalized/date",
        "@properui/icons",
        "@react-stately/utils",
        "react",
        "react-aria",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "calendar",
        "calendar-card",
        "calendar-day-view",
        "calendar-example",
        "calendar-month-view",
        "calendar-week-view",
        "date-picker",
        "date-picker-example",
        "date-range-picker-with-presets",
        "date-time-picker",
        "range-calendar",
        "range-calendar-card"
      ],
      "docs": "/components/calendars",
      "intent": "Let a user pick a single date or a date range from a calendar, typically for scheduling or filtering.",
      "avoid_when": [
        "a free-text date is acceptable (use input's date variant)",
        "only a small closed set of date choices exists (use select)"
      ],
      "composes_with": [
        "form",
        "input"
      ],
      "a11y_contract": [
        "built on React Aria DatePicker/RangeCalendar/Calendar — full arrow-key grid navigation, `role=\"application\"` on the calendar root, and date-cell selection semantics come for free; the trigger and dialog ship default aria-labels (\"Date picker\"/\"Date range picker\")"
      ],
      "responsive_contract": [
        "the date-range picker's two calendars sit side by side from the md/lg breakpoints up and stack on narrower screens"
      ],
      "requires_data": [
        "a controlled date/date-range value and onChange handler"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-brand-solid_hover",
        "bg-fg-brand-primary",
        "bg-fg-white",
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "bg-secondary_hover",
        "bg-utility-blue-50",
        "bg-utility-green-50",
        "bg-utility-neutral-50",
        "bg-utility-orange-50",
        "bg-utility-pink-50",
        "bg-utility-purple-50",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-placeholder",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary",
        "text-utility-blue-700",
        "text-utility-green-700",
        "text-utility-neutral-700",
        "text-utility-orange-700",
        "text-utility-pink-700",
        "text-utility-purple-700"
      ],
      "fileCount": 6
    },
    {
      "name": "empty-state",
      "layer": "application",
      "type": "component",
      "title": "Empty state components",
      "description": "Powerful and customizable React empty state components built for modern applications and websites. These empty states are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "background-patterns",
        "cx",
        "featured-icon",
        "illustrations"
      ],
      "dependencies": [
        "@properui/icons",
        "@untitledui/file-icons",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "avatar-grid",
        "avatar-radius",
        "avatar-row",
        "empty-state-example",
        "featured-icon",
        "file-icon",
        "illustration"
      ],
      "docs": "/components/empty-states",
      "intent": "Explain that a list or section has no content yet, and point the user to the action that would populate it.",
      "avoid_when": [
        "data is still loading (use loading-indicator)",
        "the absence of data is itself an error (use alerts)"
      ],
      "composes_with": [
        "buttons"
      ],
      "a11y_contract": [
        "the decorative illustration/icon is aria-hidden by default since it's supplementary to the visible heading and body text"
      ],
      "requires_data": [
        "a heading and short explanatory text; optional primary action button"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "file-upload",
      "layer": "application",
      "type": "component",
      "title": "File upload components",
      "description": "Free and open-source React file upload components built for modern applications and websites. These file uploaders are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "featured-icon",
        "progress-indicators"
      ],
      "dependencies": [
        "@properui/icons",
        "@untitledui/file-icons",
        "motion",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "accept-image-only",
        "disabled",
        "file-upload-example",
        "max-size-limit",
        "progress-bar",
        "progress-fill"
      ],
      "docs": "/components/file-uploaders",
      "intent": "Let a user add files via drag-and-drop or a file picker, with per-file progress and a list of what's been added.",
      "avoid_when": [
        "a single, simple file-select trigger is enough with no drop zone or progress UI (use file-upload-trigger)"
      ],
      "composes_with": [
        "file-upload-trigger",
        "progress-indicators",
        "image-picker"
      ],
      "a11y_contract": [
        "each in-progress file row exposes `role=\"progressbar\"` with aria-valuenow/min/max and an aria-label naming the file (\"<name> upload progress\")"
      ],
      "responsive_contract": [
        "secondary metadata/actions in the file row hide below the md breakpoint to fit narrow layouts"
      ],
      "requires_data": [
        "accepted file types/size limits; an onUpload-style handler; the current list of files and their progress"
      ],
      "token_contract": [
        "bg-border-primary",
        "bg-primary",
        "bg-secondary",
        "bg-tertiary",
        "text-error-primary",
        "text-fg-error-primary",
        "text-fg-quaternary",
        "text-fg-success-primary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-success-primary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "filter-bar",
      "layer": "application",
      "type": "component",
      "title": "Filter bar components",
      "description": "Powerful and customizable React filter bar components built for modern applications and websites. These filter bars are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "advanced-filter-active",
        "advanced-filter-inactive",
        "date-filters",
        "dropdowns",
        "dropdowns-and-date-picker",
        "filter-bar-example",
        "filter-dropdown-active",
        "filter-dropdown-empty-state",
        "filter-dropdown-inactive",
        "filters-advanced-active-menu",
        "filters-advanced-empty-state-menu",
        "simple",
        "tabs-and-date-picker",
        "tabs-and-search"
      ],
      "docs": "/components/filter-bars",
      "intent": "Let a user narrow a list or table by combining multiple filter conditions, opened from a compact trigger row.",
      "avoid_when": [
        "there's only one filter dimension (use a plain select or search input)"
      ],
      "composes_with": [
        "select",
        "date-picker",
        "tags",
        "table"
      ],
      "a11y_contract": [
        "each filter trigger button receives its label via the caller-supplied `label` prop, passed through as aria-label; the filter popover/dialog requires and uses a `dialogLabel`"
      ],
      "requires_data": [
        "a set of filter definitions (field, operator, value) and their current state"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover"
      ],
      "fileCount": 1
    },
    {
      "name": "gradient-picker",
      "layer": "application",
      "type": "component",
      "title": "Gradient picker components",
      "description": "Powerful and customizable React gradient picker components built for modern applications and websites. These gradient pickers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "dropdown"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "gradient-picker",
        "gradient-picker-example"
      ],
      "docs": "/components/gradient-pickers",
      "intent": "Let a user build a CSS gradient by positioning color stops and an angle.",
      "avoid_when": [
        "a single flat color is all that's needed (use color-picker)"
      ],
      "composes_with": [
        "color-picker",
        "form"
      ],
      "a11y_contract": [
        "the angle handle and each color stop are custom `role=\"slider\"` elements (React Aria has no built-in 2D-angle primitive) with aria-valuemin/max/now, and the angle additionally sets aria-valuetext in degrees; every stop and handle gets a positional aria-label (e.g. \"Stop 2 position\") generated automatically from its index"
      ],
      "requires_data": [
        "a controlled list of color stops and an angle value"
      ],
      "token_contract": [
        "bg-primary",
        "border-fg-white",
        "text-primary",
        "text-secondary"
      ],
      "fileCount": 3
    },
    {
      "name": "image-picker",
      "layer": "application",
      "type": "component",
      "title": "Image picker components",
      "description": "Powerful and customizable React image picker components built for modern applications and websites. These image pickers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "dropdown"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "image-picker",
        "image-picker-example"
      ],
      "docs": "/components/image-pickers",
      "intent": "Let a user select or replace a single image via drag-and-drop or a file dialog, with a live preview.",
      "avoid_when": [
        "multiple files or non-image files need to be accepted (use file-upload)"
      ],
      "composes_with": [
        "file-upload-trigger",
        "avatar"
      ],
      "a11y_contract": [
        "the drop target carries an aria-label (\"Drop image to upload\"); the preview overlay and decoration icons are aria-hidden"
      ],
      "requires_data": [
        "the current image src/preview and an onChange-style handler"
      ],
      "token_contract": [
        "bg-fg-white",
        "bg-tertiary",
        "border-primary",
        "text-secondary"
      ],
      "fileCount": 2
    },
    {
      "name": "inline-cta",
      "layer": "application",
      "type": "component",
      "title": "Inline CTA components",
      "description": "Powerful and customizable React inline CTA components built for modern applications and websites. These inline CTAs are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "actions",
        "change-plan",
        "email-field",
        "inline-cta-example",
        "payment-method",
        "receipt",
        "upgrade-plan"
      ],
      "docs": "/components/inline-ctas",
      "intent": "Prompt the user toward one specific action inline within page content (e.g. an upsell or feature callout banner).",
      "avoid_when": [
        "the message needs to interrupt the current task (use modals)",
        "it's a page-level status message (use alerts)"
      ],
      "composes_with": [
        "buttons"
      ],
      "a11y_contract": [
        "the decorative media overlay and feature icon are aria-hidden; heading, body copy and the action button need their own accessible text as usual"
      ],
      "responsive_contract": [
        "stacks media above content on narrow screens and switches to a side-by-side row with a fixed-width media panel from the sm breakpoint (640px) up"
      ],
      "requires_data": [
        "a heading, short body copy, and a primary action"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "border-secondary_alt",
        "text-fg-success-primary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "loading-indicator",
      "layer": "application",
      "type": "component",
      "title": "Loading indicator components",
      "description": "Free and open-source React loading indicator components built for modern applications and websites. These loading indicators are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "dot-circle",
        "dot-circle-with-label",
        "line-simple",
        "line-simple-with-label",
        "line-spinner",
        "line-spinner-with-label",
        "loading-indicator-example",
        "sizes"
      ],
      "docs": "/components/loading-indicators",
      "intent": "Communicate that content is being fetched or a background action is in progress, with no determinate percentage.",
      "avoid_when": [
        "real progress can be reported (use progress-indicators, which is more informative)"
      ],
      "composes_with": [
        "empty-state",
        "table"
      ],
      "a11y_contract": [
        "the root carries `role=\"status\" aria-live=\"polite\"` with a default aria-label of \"Loading\" (override via the `label` prop) so assistive tech announces the state change without stealing focus; the spinner graphic itself is aria-hidden"
      ],
      "token_contract": [
        "text-bg-tertiary",
        "text-fg-brand-primary",
        "text-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "messaging",
      "layer": "application",
      "type": "component",
      "title": "Messaging components",
      "description": "Powerful and customizable React messaging components built for modern applications and websites. These messaging components are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "input",
        "textarea"
      ],
      "dependencies": [
        "@properui/icons",
        "@untitledui/file-icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "message-action-advanced",
        "message-action-minimal",
        "message-action-textarea",
        "message-attachment",
        "message-audio",
        "message-image",
        "message-link-minimal",
        "message-link-preview",
        "message-reactions",
        "message-reply",
        "message-simple",
        "message-status",
        "message-writing",
        "messaging-example"
      ],
      "docs": "/components/messaging",
      "intent": "Render a conversation thread (messages, attachments, voice notes, typing indicator) and a composer for replying.",
      "avoid_when": [
        "the data is a one-directional activity log rather than a two-way conversation (use activity-feed)"
      ],
      "composes_with": [
        "avatar",
        "buttons",
        "input",
        "textarea"
      ],
      "a11y_contract": [
        "the message list defaults to `<ol aria-label=\"Conversation\">`; every icon-only composer/action button (send, attach, tool buttons) requires and receives an aria-label from the caller; the typing indicator uses `role=\"status\"` and its animated dots are aria-hidden and respect `motion-reduce`"
      ],
      "responsive_contract": [
        "message content reserves extra trailing space at the lg breakpoint to avoid crowding the scrollbar/edge"
      ],
      "requires_data": [
        "a list of messages with sender, content and timestamp; the composer needs a submit handler"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-fg-brand-primary_alt",
        "bg-fg-quaternary",
        "bg-fg-tertiary",
        "bg-primary",
        "bg-primary_alt",
        "bg-secondary",
        "border-brand",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary_alt",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 4
    },
    {
      "name": "metrics",
      "layer": "application",
      "type": "component",
      "title": "Metric components",
      "description": "Powerful and customizable React metric components built for modern applications and websites. These metric components are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [
        "chart-actions01",
        "chart-actions02",
        "chart-actions03",
        "chart-actions04",
        "chart01",
        "chart02",
        "chart03",
        "chart04",
        "metrics-example",
        "metrics-icon-actions01",
        "metrics-icon-actions02",
        "metrics-icon-actions03",
        "metrics-icon-actions04",
        "metrics-icon01",
        "metrics-icon02",
        "metrics-icon03",
        "metrics-icon04",
        "simple",
        "simple-actions"
      ],
      "docs": "/components/metrics",
      "intent": "Display a single key number (with optional trend/comparison and a small chart) as a dashboard summary card.",
      "avoid_when": [
        "the full underlying dataset needs to be explored (use charts or table)"
      ],
      "composes_with": [
        "charts",
        "card-headers",
        "badges"
      ],
      "a11y_contract": [
        "purely presentational — trend color coding is decorative only, so pair it with visible text (e.g. a badge or \"+12%\" label) rather than color alone"
      ],
      "responsive_contract": [
        "grid gaps and internal padding increase at the md breakpoint; footer content switches from stacked to a horizontal row at md; the large value's font size steps up at lg"
      ],
      "requires_data": [
        "a label, a formatted value, and optionally a comparison value/trend direction"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-error-primary",
        "text-fg-error-secondary",
        "text-fg-success-secondary",
        "text-primary",
        "text-success-primary",
        "text-tertiary"
      ],
      "fileCount": 3
    },
    {
      "name": "modals",
      "layer": "application",
      "type": "component",
      "title": "Modal components",
      "description": "Powerful and customizable React modal components built for modern applications and websites. These modals are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "access-request",
        "ai-assistant",
        "appearance-settings",
        "banner-appearance",
        "calendar-event",
        "centered-photo",
        "centered-photo-carousel",
        "centered-video-carousel",
        "checkboxes",
        "create-event",
        "date-picker",
        "destructive-horizontal",
        "destructive-stacked-left-aligned",
        "dropdown",
        "email-invite",
        "file-upload",
        "form01",
        "form02",
        "horizontal",
        "image-crop",
        "input-field",
        "integration",
        "labels",
        "link-field",
        "login",
        "modal-example",
        "new-message-empty-state",
        "new-message-filled",
        "new-project",
        "password-prompt",
        "payment-details",
        "payment-details-with-image",
        "payment-method",
        "plan01",
        "plan02",
        "profile-settings",
        "share-project",
        "signup01",
        "signup02",
        "stacked-left-aligned",
        "stacked-with-team",
        "stacked-with-team-and-invites",
        "stacked-with-team-and-link",
        "text-editor",
        "toggles",
        "two-factor-code",
        "user-invite",
        "user-selection",
        "user-settings",
        "verification-code",
        "warning-horizontal",
        "warning-stacked-left-aligned"
      ],
      "docs": "/components/modals",
      "intent": "Interrupt the current flow with a focused task or confirmation the user must act on or explicitly dismiss.",
      "avoid_when": [
        "the content doesn't need to block interaction with the rest of the page (use slideout-menus or inline content instead)",
        "the message is purely informational and non-blocking (use alerts or notifications)"
      ],
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "a11y_contract": [
        "built on React Aria Modal/Dialog/ModalOverlay — focus trapping, focus restoration on close, and Escape-to-close come for free; the Dialog content wrapper always needs an explicit aria-label or aria-labelledby from the caller — it has no default"
      ],
      "responsive_contract": [
        "edge-to-edge on small screens; becomes a centered, rounded panel with side padding from the sm breakpoint up"
      ],
      "requires_data": [
        "dialog content; a trigger element to open it"
      ],
      "token_contract": [
        "bg-overlay",
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "notifications",
      "layer": "application",
      "type": "component",
      "title": "Notification components",
      "description": "Powerful and customizable React notification components built for modern applications and websites. These notifications are built using Sonner and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "featured-icon",
        "progress-indicators"
      ],
      "dependencies": [
        "sonner"
      ],
      "cssVars": [],
      "examples": [
        "avatar-notification",
        "icon-brand",
        "icon-default",
        "icon-error",
        "icon-gray",
        "icon-success",
        "icon-warning",
        "image-notification",
        "notification-example",
        "progress-notification"
      ],
      "docs": "/components/notifications",
      "intent": "Show transient, non-blocking status messages (toasts) or a notification-center panel summarizing recent alerts.",
      "avoid_when": [
        "the message must block further interaction (use modals)",
        "the message needs guaranteed immediate announcement (use alerts, which set role=\"alert\")"
      ],
      "composes_with": [
        "buttons",
        "avatar"
      ],
      "a11y_contract": [
        "progress-style notifications expose `role=\"progressbar\"` with aria-valuenow wired to real progress"
      ],
      "responsive_contract": [
        "padding and ring styling are added only from the md breakpoint up; a secondary element toggles between block/hidden across that same breakpoint"
      ],
      "requires_data": [
        "a message, optional icon/avatar and action; the provider variant needs to be mounted once at the app root"
      ],
      "token_contract": [
        "bg-primary_alt",
        "bg-secondary",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-fg-secondary"
      ],
      "fileCount": 2
    },
    {
      "name": "page-headers",
      "layer": "application",
      "type": "component",
      "title": "Page header components",
      "description": "Powerful and customizable React page header components built for modern applications and websites. These page headers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "cx"
      ],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [
        "avatar",
        "banner-avatar",
        "banner-avatar-centered",
        "banner-simple",
        "banner-simple-centered",
        "page-header-example",
        "simple"
      ],
      "docs": "/components/page-headers",
      "intent": "Provide the top-of-page title, description and primary actions for a full application page.",
      "avoid_when": [
        "heading a card or panel rather than the whole page (use card-headers)"
      ],
      "composes_with": [
        "breadcrumbs",
        "tabs",
        "buttons",
        "badges"
      ],
      "a11y_contract": [
        "purely presentational layout — heading semantics (e.g. using an actual heading element) and action button labels remain the caller's responsibility"
      ],
      "responsive_contract": [
        "title and actions stack vertically below the md breakpoint and become a wrapped horizontal row at md and above; the title's font size steps up at md"
      ],
      "requires_data": [
        "a page title; optional description, breadcrumbs, tabs and action buttons"
      ],
      "token_contract": [
        "bg-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pagination",
      "layer": "application",
      "type": "component",
      "title": "Pagination components",
      "description": "Free and open-source React pagination components built for modern applications and websites. These pagination components are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "button-group",
        "buttons",
        "cx",
        "input",
        "select",
        "use-breakpoint"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "button-group-center-aligned",
        "button-group-left-aligned",
        "button-group-right-aligned",
        "card-advanced",
        "card-advanced-center",
        "card-default",
        "card-minimal-center-aligned",
        "card-minimal-left-aligned",
        "card-minimal-right-aligned",
        "page-default",
        "page-minimal-center",
        "pagination-dot",
        "pagination-example",
        "pagination-line"
      ],
      "docs": "/components/pagination",
      "intent": "Let a user move between pages of a large list or table, by page number, next/previous, or page size.",
      "avoid_when": [
        "the full set is small enough to show at once",
        "infinite scroll better fits the content type"
      ],
      "composes_with": [
        "table",
        "card-headers"
      ],
      "a11y_contract": [
        "wrapped in `<nav aria-label=\"Pagination\">`; every page control carries an explicit aria-label (\"Page N\", \"Go to next/previous/first/last page\") and the current page is marked `aria-current=\"page\"`; decorative ellipsis is aria-hidden"
      ],
      "responsive_contract": [
        "switches between a compact (prev/next only) layout and the full numbered control across the md breakpoint — one variant is hidden and the other shown depending on viewport"
      ],
      "requires_data": [
        "total item/page count, current page, and a page-change handler"
      ],
      "token_contract": [
        "bg-fg-brand-primary_alt",
        "bg-fg-brand-secondary",
        "bg-fg-white",
        "bg-primary_hover",
        "bg-quaternary",
        "border-primary",
        "border-secondary",
        "text-fg-secondary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 4
    },
    {
      "name": "progress-steps",
      "layer": "application",
      "type": "component",
      "title": "Progress steps components",
      "description": "Powerful and customizable React progress step components built for modern applications and websites. These progress steps are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx",
        "featured-icon"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "featured-icon-centered",
        "featured-icon-with-text",
        "icon-centered",
        "icon-centered-with-number",
        "icon-with-number",
        "icon-with-text",
        "minimal-icons",
        "minimal-icons-connected",
        "progress-steps-example",
        "text-with-line"
      ],
      "docs": "/components/progress-steps",
      "intent": "Show a user's position within a fixed, ordered multi-step process (checkout, onboarding, setup wizard).",
      "avoid_when": [
        "progress is a single continuous percentage rather than discrete named steps (use progress-indicators)"
      ],
      "composes_with": [
        "form",
        "modals"
      ],
      "a11y_contract": [
        "wrapped in `<nav aria-label=\"Progress\">` (overridable); only the current step is marked `aria-current=\"step\"`; connector lines between steps are aria-hidden"
      ],
      "requires_data": [
        "an ordered list of steps with label and status (complete/current/upcoming)"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-fg-brand-primary_alt",
        "bg-fg-quaternary",
        "bg-fg-white",
        "bg-primary",
        "bg-quaternary",
        "bg-success-solid",
        "border-brand",
        "border-fg-secondary",
        "border-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-fg-white",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "section-footers",
      "layer": "application",
      "type": "component",
      "title": "Section footer components",
      "description": "Powerful and customizable React section footer components built for modern applications and websites. These section footers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "section-footer",
        "section-footer-button-group",
        "section-footer-card",
        "section-footer-card-button-group",
        "section-footer-example"
      ],
      "docs": "/components/section-footers",
      "intent": "Close out a page section with secondary links or a final call-to-action row.",
      "avoid_when": [
        "the content belongs to the whole page rather than one section (use a dedicated page footer)"
      ],
      "composes_with": [
        "buttons",
        "content-divider"
      ],
      "a11y_contract": [
        "purely presentational layout — link/button text remains the caller's responsibility"
      ],
      "responsive_contract": [
        "stacks vertically on narrow screens and becomes a horizontal row from the sm/md breakpoints, depending on variant"
      ],
      "requires_data": [
        "footer content: links, text, or action buttons"
      ],
      "token_contract": [
        "bg-secondary",
        "border-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "section-headers",
      "layer": "application",
      "type": "component",
      "title": "Section header components",
      "description": "Powerful and customizable React section header components built for modern applications and websites. These section headers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "cx"
      ],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [
        "section-header-button-group",
        "section-header-button-groups-with-tabs",
        "section-header-buttons",
        "section-header-buttons-with-tabs",
        "section-header-example",
        "section-header-search-input",
        "section-header-search-input-with-tabs"
      ],
      "docs": "/components/section-headers",
      "intent": "Introduce a page section with a title, optional description, and section-level actions.",
      "avoid_when": [
        "heading the entire page (use page-headers)"
      ],
      "composes_with": [
        "buttons",
        "badges",
        "tabs"
      ],
      "a11y_contract": [
        "purely presentational layout — heading level remains the caller's responsibility"
      ],
      "responsive_contract": [
        "stacks vertically on narrow screens and becomes a horizontal row from the sm/md breakpoints"
      ],
      "requires_data": [
        "a section title; optional description and actions"
      ],
      "token_contract": [
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "slideout-menus",
      "layer": "application",
      "type": "component",
      "title": "Drawer components",
      "description": "Powerful and customizable React drawer components built for modern applications and websites. These drawers are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx"
      ],
      "dependencies": [
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "ai-assistant-menu",
        "ai-assistant-message-menu",
        "calendar-event-menu",
        "create-event-menu",
        "drawer-example",
        "file-upload-menu",
        "filters-advanced-active-menu",
        "filters-advanced-empty-state-menu",
        "filters-menu",
        "integration-menu",
        "labels-menu",
        "message-chat-menu",
        "messages-menu",
        "notification-settings-button-menu",
        "notification-settings-checkbox-menu",
        "notifications-menu",
        "order-summary-menu",
        "payment-details-menu",
        "payment-method-menu",
        "placeholder-menu",
        "plan-menu",
        "project-details-menu",
        "share-project-menu",
        "team-members-menu",
        "user-profile-menu",
        "user-settings-menu"
      ],
      "docs": "/components/drawers",
      "intent": "Reveal supplementary content or a secondary task in a panel that slides in from a screen edge, without leaving the current page.",
      "avoid_when": [
        "the task must fully block the underlying page and be centered (use modals)"
      ],
      "composes_with": [
        "buttons",
        "form",
        "table"
      ],
      "a11y_contract": [
        "built on React Aria Modal/Dialog/ModalOverlay for focus trapping and Escape-to-close; the panel carries a default aria-label (\"Slideout menu\") — override it to describe the actual content"
      ],
      "responsive_contract": [
        "horizontal padding increases from the md breakpoint up"
      ],
      "requires_data": [
        "panel content; a trigger element to open it"
      ],
      "token_contract": [
        "bg-overlay",
        "bg-primary",
        "border-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "table",
      "layer": "application",
      "type": "component",
      "title": "Table components",
      "description": "Free and open-source React table components built for modern applications and websites. These tables are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "pagination",
        "tooltip",
        "use-breakpoint"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "add-first-integration",
        "alternating-fills01",
        "alternating-fills02",
        "alternating-fills03",
        "alternating-fills04",
        "divider-line01",
        "divider-line02",
        "divider-line03",
        "divider-line04",
        "invite-first-user",
        "no-users-found",
        "no-vendors-found",
        "offline-state",
        "something-went-wrong",
        "table-example",
        "table-small-size-example"
      ],
      "docs": "/components/tables",
      "intent": "Display structured, multi-column data a user can scan, sort, and act on row by row.",
      "avoid_when": [
        "there's only one or two data points to show (use metrics)",
        "the data isn't naturally tabular (use a list or card layout)"
      ],
      "composes_with": [
        "checkbox",
        "badges",
        "avatar",
        "pagination",
        "loading-indicator",
        "empty-state"
      ],
      "a11y_contract": [
        "built on React Aria Table/Row/Column/Cell — sort state, selection, and keyboard grid navigation come for free; icon-only header/cell actions still need an aria-label, which the caller supplies via each column's tooltip/label prop"
      ],
      "responsive_contract": [
        "horizontal cell padding steps up at the md breakpoint; the pagination footer switches between compact and full layouts across md, matching the standalone pagination component"
      ],
      "requires_data": [
        "column definitions and row data with stable keys"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-secondary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 3
    },
    {
      "name": "tabs",
      "layer": "application",
      "type": "component",
      "title": "Tab components",
      "description": "Free and open-source React tab components built for modern applications and websites. These tabs are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "cx",
        "is-react-component"
      ],
      "dependencies": [
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "button-border-horizontal",
        "button-border-vertical",
        "button-brand-horizontal",
        "button-brand-vertical",
        "button-gray-horizontal",
        "button-gray-vertical",
        "button-minimal-horizontal",
        "button-minimal-vertical",
        "line",
        "tabs-example",
        "underline"
      ],
      "docs": "/components/tabs",
      "intent": "Let a user switch between a small set of peer views or filtered subsets of content within the same page context.",
      "avoid_when": [
        "there are more than a handful of destinations, or they represent full navigation rather than local view-switching (use app-navigation)",
        "only one view exists (there is nothing to switch between)"
      ],
      "composes_with": [
        "badges",
        "page-headers",
        "section-headers",
        "table"
      ],
      "a11y_contract": [
        "built on React Aria Tabs/TabList/TabPanel — arrow-key navigation between tabs and aria-selected/aria-controls wiring to the associated panel come for free"
      ],
      "responsive_contract": [
        "the underline/track indicator is only rendered from the md breakpoint up"
      ],
      "requires_data": [
        "an ordered list of tabs with label and associated panel content"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-brand-primary_alt",
        "bg-primary_alt",
        "bg-primary_hover",
        "bg-secondary_alt",
        "border-fg-brand-primary_alt",
        "text-brand-secondary",
        "text-fg-brand-secondary_hover",
        "text-fg-quaternary",
        "text-fg-secondary_hover",
        "text-quaternary",
        "text-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "tree-view",
      "layer": "application",
      "type": "component",
      "title": "Tree view components",
      "description": "Powerful and customizable React tree view components built for modern applications. These tree views are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "checkbox",
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "@react-stately/utils",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "advanced-md",
        "advanced-sm",
        "simple-md",
        "simple-sm",
        "tree-view-example"
      ],
      "docs": "/components/tree-views",
      "intent": "Show and let a user navigate a nested, expandable hierarchy (file trees, nested categories, org structures).",
      "avoid_when": [
        "the data is flat with no parent/child relationship (use table or a plain list)"
      ],
      "composes_with": [
        "dropdown",
        "checkbox"
      ],
      "a11y_contract": [
        "renders as an ARIA grid (`role=\"row\"`/`role=\"gridcell\"`) with `aria-level` reflecting nesting depth, and requires an explicit aria-label from the caller (no default) describing the tree's contents; expand/collapse chevrons and guide lines are aria-hidden"
      ],
      "requires_data": [
        "a nested list of items with id, label, and children"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary_hover",
        "bg-secondary",
        "bg-secondary_hover",
        "border-border-secondary",
        "text-fg-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banners",
      "layer": "marketing",
      "type": "component",
      "title": "Banners",
      "description": "Powerful and customizable React banner section components built for modern and responsive websites. These banner sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "banner-example"
      ],
      "docs": "/marketing/banners",
      "composes_with": [
        "buttons",
        "cx",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-brand-section_subtle",
        "bg-primary",
        "bg-secondary",
        "border-brand",
        "border-brand_alt",
        "border-primary",
        "text-fg-brand-primary_alt",
        "text-icon-fg-brand_on-brand",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 22
    },
    {
      "name": "blog-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Blog sections",
      "description": "Powerful and customizable React blog section components built for modern and responsive websites. These blog sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "blog-section-example"
      ],
      "docs": "/marketing/blog-sections",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 26
    },
    {
      "name": "careers-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Careers sections",
      "description": "Powerful and customizable React careers section components built for modern and responsive websites. These careers sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "cx",
        "demo-assets",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "careers-section-example"
      ],
      "docs": "/marketing/careers-sections",
      "composes_with": [
        "badges",
        "cx",
        "demo-assets",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "border-brand_alt",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-secondary_alt",
        "text-fg-brand-secondary_hover",
        "text-fg-quaternary",
        "text-icon-fg-brand_on-brand",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 14
    },
    {
      "name": "contact-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Contact sections",
      "description": "Powerful and customizable React contact section components built for modern and responsive websites. These contact sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "select",
        "social-icons",
        "textarea"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "contact-section-example"
      ],
      "docs": "/marketing/contact-sections",
      "composes_with": [
        "badges",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "select",
        "social-icons",
        "textarea"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "border-brand",
        "border-tertiary",
        "text-border-secondary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-fg-brand-secondary_alt",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-icon-fg-brand",
        "text-icon-fg-brand_on-brand",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 39
    },
    {
      "name": "content-rich-text-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Content rich text sections",
      "description": "Powerful and customizable React content rich text section components built for modern and responsive websites. These content rich text sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "rating",
        "social-icons",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "content-rich-text-section-example"
      ],
      "docs": "/marketing/content-rich-text-sections",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "rating",
        "social-icons",
        "tabs"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-primary_on-brand",
        "text-quaternary",
        "text-tertiary",
        "text-tertiary_on-brand",
        "text-utility-neutral-400"
      ],
      "fileCount": 24
    },
    {
      "name": "cta-sections",
      "layer": "marketing",
      "type": "component",
      "title": "CTA sections",
      "description": "Powerful and customizable React CTA section components built for modern and responsive websites. These CTA sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "mockups",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "cta-section-example"
      ],
      "docs": "/marketing/cta-sections",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "mockups",
        "rating"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "bg-tertiary",
        "bg-utility-neutral-50",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-fg-brand-primary",
        "text-fg-white",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 33
    },
    {
      "name": "faq-sections",
      "layer": "marketing",
      "type": "component",
      "title": "FAQ sections",
      "description": "Powerful and customizable React FAQ section components built for modern and responsive websites. These FAQ sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "faq-section-example"
      ],
      "docs": "/marketing/faq-sections",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "bg-primary",
        "bg-secondary",
        "border-brand_alt",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-icon-fg-brand_on-brand",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 18
    },
    {
      "name": "features-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Features sections",
      "description": "Powerful and customizable React features section components built for modern and responsive websites. These features sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "featured-icon",
        "integration-icons",
        "mockups",
        "video-player"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "features-section-example"
      ],
      "docs": "/marketing/features-sections",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "featured-icon",
        "integration-icons",
        "mockups",
        "video-player"
      ],
      "token_contract": [
        "bg-border-tertiary",
        "bg-brand-primary",
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "bg-tertiary",
        "bg-utility-neutral-50",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-fg-brand-primary",
        "text-fg-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 50
    },
    {
      "name": "footers",
      "layer": "marketing",
      "type": "component",
      "title": "Footers",
      "description": "Powerful and customizable React footer section components built for modern and responsive websites. These footer sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "footer-example"
      ],
      "docs": "/marketing/footers",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating",
        "social-icons"
      ],
      "token_contract": [
        "bg-border-brand_alt",
        "bg-border-secondary",
        "bg-brand-section",
        "bg-primary",
        "bg-primary_alt",
        "bg-primary_hover",
        "bg-secondary_alt",
        "border-brand_alt",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-icon-fg-brand_on-brand",
        "text-primary",
        "text-primary_on-brand",
        "text-quaternary",
        "text-quaternary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 43
    },
    {
      "name": "header-navigations",
      "layer": "marketing",
      "type": "component",
      "title": "Header navigation components",
      "description": "Free and open-source React header navigation components built for modern applications and websites. These header navigations are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "header-navigation-example"
      ],
      "docs": "/components/header-navigations",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 25
    },
    {
      "name": "header-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Header sections",
      "description": "Powerful and customizable React header section components built for modern and responsive websites. These header sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "file-upload",
        "form",
        "header-navigations",
        "input",
        "logo",
        "mockups",
        "rating",
        "tabs",
        "video-player"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "header-section-example"
      ],
      "docs": "/marketing/header-sections",
      "composes_with": [
        "avatar",
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "file-upload",
        "form",
        "header-navigations",
        "input",
        "logo",
        "mockups",
        "rating",
        "tabs",
        "video-player"
      ],
      "token_contract": [
        "bg-border-tertiary",
        "bg-brand-primary_alt",
        "bg-brand-section",
        "bg-brand-solid",
        "bg-primary",
        "bg-quaternary",
        "bg-secondary",
        "bg-success-secondary",
        "bg-tertiary",
        "bg-utility-brand-100_alt",
        "bg-utility-brand-200_alt",
        "bg-utility-brand-400_alt",
        "bg-utility-brand-50_alt",
        "bg-utility-neutral-50",
        "bg-utility-neutral-900",
        "border-secondary",
        "text-brand-primary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-success",
        "text-fg-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-fg-quaternary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand",
        "text-utility-brand-300",
        "text-utility-brand-500",
        "text-utility-brand-700"
      ],
      "fileCount": 78
    },
    {
      "name": "hero-header-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Hero header sections",
      "description": "Powerful and customizable React hero header section components built for modern and responsive websites. These hero header sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "file-upload",
        "form",
        "header-navigations",
        "input",
        "logo",
        "mockups",
        "rating",
        "video-player"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "hero-header-section-example"
      ],
      "docs": "/marketing/hero-header-sections",
      "composes_with": [
        "avatar",
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "file-upload",
        "form",
        "header-navigations",
        "input",
        "logo",
        "mockups",
        "rating",
        "video-player"
      ],
      "token_contract": [
        "bg-border-tertiary",
        "bg-brand-section",
        "bg-primary",
        "bg-quaternary",
        "bg-secondary",
        "bg-success-secondary",
        "bg-tertiary",
        "bg-utility-blue-500",
        "bg-utility-brand-100_alt",
        "bg-utility-brand-200_alt",
        "bg-utility-brand-400",
        "bg-utility-brand-400_alt",
        "bg-utility-brand-50_alt",
        "bg-utility-green-500",
        "bg-utility-neutral-50",
        "bg-utility-orange-500",
        "bg-utility-pink-500",
        "border-secondary",
        "text-brand-primary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-success",
        "text-fg-brand-primary",
        "text-fg-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand",
        "text-utility-brand-100",
        "text-utility-brand-200",
        "text-utility-brand-300",
        "text-utility-brand-400",
        "text-utility-brand-500",
        "text-utility-brand-600",
        "text-utility-brand-700"
      ],
      "fileCount": 47
    },
    {
      "name": "metrics-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Metrics sections",
      "description": "Powerful and customizable React metrics section components built for modern and responsive websites. These metrics sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "metrics-section-example"
      ],
      "docs": "/marketing/metrics-sections",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "border-brand",
        "border-brand_alt",
        "border-fg-brand-primary_alt",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 18
    },
    {
      "name": "newsletter-cta-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Newsletter CTA sections",
      "description": "Powerful and customizable React newsletter CTA section components built for modern and responsive websites. These newsletter CTA sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "newsletter-cta-section-example"
      ],
      "docs": "/marketing/newsletter-cta-sections",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "bg-tertiary",
        "bg-utility-neutral-50",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 18
    },
    {
      "name": "pricing-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Pricing sections",
      "description": "Powerful and customizable React pricing section components built for modern and responsive websites. These pricing sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "featured-icon",
        "slider",
        "tabs",
        "toggle",
        "tooltip"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "pricing-section-example"
      ],
      "docs": "/marketing/pricing-sections",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "featured-icon",
        "slider",
        "tabs",
        "toggle",
        "tooltip"
      ],
      "token_contract": [
        "bg-border-brand",
        "bg-border-secondary",
        "bg-brand-primary",
        "bg-brand-primary_alt",
        "bg-brand-section",
        "bg-brand-solid",
        "bg-primary",
        "bg-secondary",
        "bg-secondary_alt",
        "bg-success-secondary",
        "bg-utility-brand-100_alt",
        "bg-utility-brand-200_alt",
        "bg-utility-brand-400_alt",
        "bg-utility-brand-50_alt",
        "border-brand",
        "border-secondary",
        "text-brand-primary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-featured-icon-light-fg-success",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-success-primary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary"
      ],
      "fileCount": 24
    },
    {
      "name": "social-proof-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Social proof sections",
      "description": "Powerful and customizable React social proof section components built for modern and responsive websites. These social proof sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "social-proof-section-example"
      ],
      "docs": "/marketing/social-proof-sections",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "bg-primary",
        "bg-secondary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 14
    },
    {
      "name": "team-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Team sections",
      "description": "Powerful and customizable React team section components built for modern and responsive websites. These team sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "team-section-example"
      ],
      "docs": "/marketing/team-sections",
      "composes_with": [
        "avatar",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 16
    },
    {
      "name": "testimonial-sections",
      "layer": "marketing",
      "type": "component",
      "title": "Testimonials sections",
      "description": "Powerful and customizable React testimonial section components built for modern and responsive websites. These testimonial sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "play-button-icon",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "testimonials-section-example"
      ],
      "docs": "/marketing/testimonial-sections",
      "composes_with": [
        "avatar",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "play-button-icon",
        "rating"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "bg-primary",
        "bg-primary_alt",
        "bg-secondary",
        "bg-utility-blue-600",
        "bg-utility-brand-600",
        "bg-utility-green-600",
        "bg-utility-indigo-600",
        "text-brand-secondary",
        "text-fg-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-primary_on-brand",
        "text-quaternary",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 28
    },
    {
      "name": "404-sections",
      "layer": "app-examples",
      "type": "component",
      "title": "404 sections",
      "description": "Powerful and customizable React 404 sections built for modern applications and websites. These 404 sections are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "illustrations",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "section404-example"
      ],
      "docs": "/components/404-sections",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "illustrations",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-50",
        "border-secondary",
        "text-bg-tertiary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-icon-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 16
    },
    {
      "name": "dashboards",
      "layer": "app-examples",
      "type": "component",
      "title": "Dashboards with sidebar navigation",
      "description": "Powerful and customizable React dashboard examples with a vertical sidebar navigation layout, built for modern products and web apps. These dashboards are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "background-patterns",
        "badges",
        "breadcrumbs",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "file-upload",
        "input",
        "messaging",
        "metrics",
        "page-headers",
        "payment-icons",
        "progress-indicators",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "@untitledui/file-icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [
        "dashboard-with-sidebar-navigation-example"
      ],
      "docs": "/components/dashboards",
      "composes_with": [
        "app-navigation",
        "avatar",
        "background-patterns",
        "badges",
        "breadcrumbs",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "file-upload",
        "input",
        "messaging",
        "metrics",
        "page-headers",
        "payment-icons",
        "progress-indicators",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-secondary_alt",
        "bg-utility-blue-500",
        "bg-utility-brand-300",
        "bg-utility-brand-400",
        "bg-utility-brand-500",
        "bg-utility-brand-600",
        "bg-utility-green-500",
        "bg-utility-neutral-400",
        "bg-utility-orange-500",
        "bg-utility-pink-500",
        "border-secondary",
        "text-error-primary",
        "text-fg-quaternary",
        "text-fg-success-secondary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-300",
        "text-utility-neutral-400",
        "text-utility-purple-500"
      ],
      "fileCount": 22
    },
    {
      "name": "dashboards-02",
      "layer": "app-examples",
      "type": "component",
      "title": "Dashboards with header navigation",
      "description": "Powerful and customizable React dashboard examples with a horizontal header navigation layout, built for modern products and web apps. These dashboards are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "activity-feed",
        "app-navigation",
        "avatar",
        "background-patterns",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "carousel",
        "charts",
        "countries",
        "credit-card",
        "cx",
        "date-picker",
        "demo-assets",
        "dot-icon",
        "dropdown",
        "featured-icon",
        "file-upload",
        "filter-bar",
        "input",
        "metrics",
        "pagination",
        "payment-icons",
        "progress-indicators",
        "rating",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [
        "dashboard-with-header-navigation-example"
      ],
      "docs": "/components/dashboards-02",
      "composes_with": [
        "activity-feed",
        "app-navigation",
        "avatar",
        "background-patterns",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "carousel",
        "charts",
        "countries",
        "credit-card",
        "cx",
        "date-picker",
        "demo-assets",
        "dot-icon",
        "dropdown",
        "featured-icon",
        "file-upload",
        "filter-bar",
        "input",
        "metrics",
        "pagination",
        "payment-icons",
        "progress-indicators",
        "rating",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-brand-solid",
        "bg-fg-brand-primary",
        "bg-fg-error-primary",
        "bg-fg-quaternary",
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "bg-utility-blue-100",
        "bg-utility-blue-50",
        "bg-utility-blue-500",
        "bg-utility-brand-400",
        "bg-utility-brand-600",
        "bg-utility-green-100",
        "bg-utility-green-50",
        "bg-utility-green-500",
        "bg-utility-indigo-100",
        "bg-utility-indigo-50",
        "bg-utility-indigo-500",
        "bg-utility-neutral-300",
        "bg-utility-orange-500",
        "bg-utility-pink-100",
        "bg-utility-pink-50",
        "bg-utility-pink-500",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-success-secondary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-blue-700",
        "text-utility-brand-300",
        "text-utility-brand-400",
        "text-utility-brand-500",
        "text-utility-brand-600",
        "text-utility-brand-700",
        "text-utility-green-500",
        "text-utility-green-700",
        "text-utility-indigo-700",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-300",
        "text-utility-neutral-400",
        "text-utility-orange-500",
        "text-utility-pink-500",
        "text-utility-pink-700",
        "text-utility-sky-500"
      ],
      "fileCount": 25
    },
    {
      "name": "email-templates",
      "layer": "app-examples",
      "type": "component",
      "title": "Email templates",
      "description": "Powerful and customizable React email templates built for modern applications and websites. These email templates are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "mockups",
        "play-button-icon",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "email-template-example"
      ],
      "docs": "/components/email-templates",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "mockups",
        "play-button-icon",
        "social-icons"
      ],
      "token_contract": [
        "bg-border-brand",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-secondary",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary",
        "text-tertiary_hover"
      ],
      "fileCount": 12
    },
    {
      "name": "forgot-password-pages",
      "layer": "app-examples",
      "type": "component",
      "title": "Forgot password pages",
      "description": "Powerful and customizable React password reset pages built for modern applications and websites. These password reset pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "logo",
        "pagination",
        "progress-steps"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "forgot-password-page-example"
      ],
      "docs": "/components/forgot-password-pages",
      "composes_with": [
        "buttons",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "logo",
        "pagination",
        "progress-steps"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 7
    },
    {
      "name": "informational-pages",
      "layer": "app-examples",
      "type": "component",
      "title": "Informational pages with sidebar navigation",
      "description": "Powerful and customizable React informational page examples with a vertical sidebar navigation layout, built for modern products and web apps. These informational pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "activity-feed",
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "code-snippet",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "file-upload",
        "input",
        "messaging",
        "metrics",
        "pagination",
        "progress-indicators",
        "rating",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "@untitledui/file-icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "informational-page-with-sidebar-navigation-example"
      ],
      "docs": "/components/informational-pages",
      "composes_with": [
        "activity-feed",
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "code-snippet",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "file-upload",
        "input",
        "messaging",
        "metrics",
        "pagination",
        "progress-indicators",
        "rating",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-primary",
        "bg-border-secondary",
        "bg-brand-solid",
        "bg-fg-brand-secondary",
        "bg-fg-success-secondary",
        "bg-primary",
        "bg-secondary",
        "bg-utility-brand-100",
        "border-border-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 21
    },
    {
      "name": "informational-pages-02",
      "layer": "app-examples",
      "type": "component",
      "title": "Informational pages with header navigation",
      "description": "Powerful and customizable React informational page examples with a horizontal header navigation layout, built for modern products and web apps. These informational pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "activity-feed",
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "code-snippet",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "file-upload",
        "input",
        "messaging",
        "metrics",
        "pagination",
        "progress-indicators",
        "rating",
        "section-headers",
        "select",
        "social-icons",
        "table",
        "tabs",
        "text-editor"
      ],
      "dependencies": [
        "@properui/icons",
        "@untitledui/file-icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "informational-page-with-header-navigation-example"
      ],
      "docs": "/components/informational-pages-02",
      "composes_with": [
        "activity-feed",
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "code-snippet",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "file-upload",
        "input",
        "messaging",
        "metrics",
        "pagination",
        "progress-indicators",
        "rating",
        "section-headers",
        "select",
        "social-icons",
        "table",
        "tabs",
        "text-editor"
      ],
      "token_contract": [
        "bg-border-primary",
        "bg-border-secondary",
        "bg-brand-solid",
        "bg-fg-brand-secondary",
        "bg-fg-error-primary",
        "bg-primary",
        "bg-secondary",
        "border-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 22
    },
    {
      "name": "log-in-pages",
      "layer": "app-examples",
      "type": "component",
      "title": "Log in pages",
      "description": "Powerful and customizable React log in pages built for modern applications and websites. These log in pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "carousel",
        "checkbox",
        "content-divider",
        "cx",
        "demo-assets",
        "form",
        "illustrations",
        "input",
        "logo",
        "pagination",
        "rating",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "log-in-page-example"
      ],
      "docs": "/components/log-in-pages",
      "composes_with": [
        "avatar",
        "buttons",
        "carousel",
        "checkbox",
        "content-divider",
        "cx",
        "demo-assets",
        "form",
        "illustrations",
        "input",
        "logo",
        "pagination",
        "rating",
        "tabs"
      ],
      "token_contract": [
        "bg-border-tertiary",
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "bg-tertiary",
        "bg-utility-neutral-50",
        "border-secondary",
        "text-fg-brand-primary",
        "text-fg-brand-secondary_alt",
        "text-fg-primary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 18
    },
    {
      "name": "settings-pages",
      "layer": "app-examples",
      "type": "component",
      "title": "Settings pages with sidebar navigation",
      "description": "Powerful and customizable React settings page examples with a vertical sidebar navigation layout, built for modern products and web apps. These settings pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "logo",
        "payment-icons",
        "progress-indicators",
        "radio-buttons",
        "section-footers",
        "section-headers",
        "select",
        "table",
        "tabs",
        "textarea",
        "timezones",
        "toggle"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "settings-page-with-sidebar-navigation-example"
      ],
      "docs": "/components/settings-pages",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "logo",
        "payment-icons",
        "progress-indicators",
        "radio-buttons",
        "section-footers",
        "section-headers",
        "select",
        "table",
        "tabs",
        "textarea",
        "timezones",
        "toggle"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-brand-solid",
        "bg-primary",
        "bg-secondary",
        "bg-utility-blue-500",
        "bg-utility-green-500",
        "bg-utility-indigo-500",
        "bg-utility-neutral-100",
        "bg-utility-neutral-50",
        "bg-utility-neutral-500",
        "bg-utility-neutral-800",
        "bg-utility-orange-500",
        "bg-utility-pink-500",
        "bg-utility-purple-500",
        "bg-utility-red-500",
        "border-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-fg-white",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 24
    },
    {
      "name": "settings-pages-02",
      "layer": "app-examples",
      "type": "component",
      "title": "Settings pages with header navigation",
      "description": "Powerful and customizable React settings page examples with a horizontal header navigation layout, built for modern products and web apps. These settings pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "integration-icons",
        "pagination",
        "payment-icons",
        "progress-indicators",
        "radio-buttons",
        "section-headers",
        "select",
        "table",
        "tabs",
        "text-editor",
        "textarea",
        "timezones",
        "toggle",
        "tooltip"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "settings-page-with-header-navigation-example"
      ],
      "docs": "/components/settings-pages-02",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "integration-icons",
        "pagination",
        "payment-icons",
        "progress-indicators",
        "radio-buttons",
        "section-headers",
        "select",
        "table",
        "tabs",
        "text-editor",
        "textarea",
        "timezones",
        "toggle",
        "tooltip"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-brand-solid",
        "bg-fg-error-primary",
        "bg-primary",
        "bg-primary_alt",
        "bg-quaternary",
        "bg-secondary",
        "bg-tertiary",
        "bg-utility-neutral-100",
        "border-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-secondary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 24
    },
    {
      "name": "sign-up-pages",
      "layer": "app-examples",
      "type": "component",
      "title": "Sign up pages",
      "description": "Powerful and customizable React sign up pages built for modern applications and websites. These sign up pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "carousel",
        "content-divider",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "logo",
        "mockups",
        "pagination",
        "progress-steps",
        "rating",
        "tabs",
        "use-breakpoint"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "sign-up-page-example"
      ],
      "docs": "/components/sign-up-pages",
      "composes_with": [
        "avatar",
        "buttons",
        "carousel",
        "content-divider",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "logo",
        "mockups",
        "pagination",
        "progress-steps",
        "rating",
        "tabs",
        "use-breakpoint"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-solid",
        "bg-primary",
        "bg-secondary",
        "bg-tertiary",
        "bg-utility-neutral-300",
        "bg-utility-neutral-50",
        "border-brand_alt",
        "border-secondary",
        "text-fg-brand-primary_alt",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 29
    },
    {
      "name": "verification-pages",
      "layer": "app-examples",
      "type": "component",
      "title": "Verification pages",
      "description": "Powerful and customizable React email verification pages built for modern applications and websites. These email verification pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "featured-icon",
        "input"
      ],
      "dependencies": [
        "@properui/icons",
        "input-otp"
      ],
      "cssVars": [],
      "examples": [
        "verification-page-example"
      ],
      "docs": "/components/verification-pages",
      "composes_with": [
        "buttons",
        "demo-assets",
        "featured-icon",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "404-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "404 pages",
      "description": "Powerful and customizable React 404 page examples built for modern and responsive websites. These 404 pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "404-sections",
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "page404-example"
      ],
      "docs": "/marketing/404-pages",
      "composes_with": [
        "404-sections",
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 12
    },
    {
      "name": "about-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "About pages",
      "description": "Powerful and customizable React about page examples built for modern and responsive websites. These about pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "banners",
        "careers-sections",
        "contact-sections",
        "content-rich-text-sections",
        "cta-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "section-divider",
        "social-proof-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "about-page-example"
      ],
      "docs": "/marketing/about-pages",
      "composes_with": [
        "banners",
        "careers-sections",
        "contact-sections",
        "content-rich-text-sections",
        "cta-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "section-divider",
        "social-proof-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary"
      ],
      "fileCount": 12
    },
    {
      "name": "blog-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "Blogs",
      "description": "Powerful and customizable React blog examples built for modern and responsive websites. These blogs are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "banners",
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "blog-example"
      ],
      "docs": "/marketing/blog-pages",
      "composes_with": [
        "banners",
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "text-fg-white",
        "text-secondary_on-brand"
      ],
      "fileCount": 12
    },
    {
      "name": "blog-post-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "Blog posts",
      "description": "Powerful and customizable React blog post examples built for modern and responsive websites. These blog posts are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "banners",
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "blog-post-example"
      ],
      "docs": "/marketing/blog-post-pages",
      "composes_with": [
        "banners",
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "text-fg-white",
        "text-secondary_on-brand"
      ],
      "fileCount": 12
    },
    {
      "name": "contact-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "Contact pages",
      "description": "Powerful and customizable React contact page examples built for modern and responsive websites. These contact pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "contact-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "contact-page-example"
      ],
      "docs": "/marketing/contact-pages",
      "composes_with": [
        "contact-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 12
    },
    {
      "name": "faq-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "FAQ pages",
      "description": "Powerful and customizable React FAQ page examples built for modern and responsive websites. These FAQ pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "demo-assets",
        "faq-sections",
        "featured-icon",
        "features-sections",
        "footers",
        "header-navigations",
        "input",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [
        "faq-page-example"
      ],
      "docs": "/marketing/faq-pages",
      "composes_with": [
        "avatar",
        "buttons",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "demo-assets",
        "faq-sections",
        "featured-icon",
        "features-sections",
        "footers",
        "header-navigations",
        "input",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-fg-quaternary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 12
    },
    {
      "name": "landing-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "Landing pages",
      "description": "Powerful and customizable React landing page examples built for modern and responsive websites. These landing pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "blog-sections",
        "contact-sections",
        "content-rich-text-sections",
        "cta-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "landing-page-example"
      ],
      "docs": "/marketing/landing-pages",
      "composes_with": [
        "blog-sections",
        "contact-sections",
        "content-rich-text-sections",
        "cta-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 22
    },
    {
      "name": "legal-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "Legal pages",
      "description": "Powerful and customizable React legal page examples built for modern and responsive websites. These legal pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "legal-page-example"
      ],
      "docs": "/marketing/legal-pages",
      "composes_with": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 7
    },
    {
      "name": "pricing-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "Pricing pages",
      "description": "Powerful and customizable React pricing page examples built for modern and responsive websites. These pricing pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "banners",
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "pricing-page-example"
      ],
      "docs": "/marketing/pricing-pages",
      "composes_with": [
        "banners",
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "bg-secondary_alt",
        "bg-utility-brand-50_alt",
        "text-brand-primary",
        "text-fg-brand-secondary_alt",
        "text-secondary_on-brand"
      ],
      "fileCount": 12
    },
    {
      "name": "team-pages",
      "layer": "marketing-examples",
      "type": "component",
      "title": "Team pages",
      "description": "Powerful and customizable React team page examples built for modern and responsive websites. These team pages are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "careers-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "team-page-example"
      ],
      "docs": "/marketing/team-pages",
      "composes_with": [
        "careers-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 12
    },
    {
      "name": "dot-icon",
      "layer": "foundations",
      "type": "component",
      "title": "Dot icon",
      "description": "",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "fileCount": 1
    },
    {
      "name": "featured-icon",
      "layer": "foundations",
      "type": "component",
      "title": "Featured icon components",
      "description": "Free and open-source React featured icon components built for modern applications and websites. These featured icons are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx",
        "is-react-component"
      ],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [
        "dark",
        "featured-icon-example",
        "gradient",
        "light",
        "modern",
        "modern-neue",
        "outline"
      ],
      "docs": "/components/featured-icons",
      "composes_with": [
        "cx",
        "is-react-component"
      ],
      "token_contract": [
        "bg-brand-secondary",
        "bg-brand-solid",
        "bg-error-secondary",
        "bg-error-solid",
        "bg-primary",
        "bg-primary_alt",
        "bg-secondary-solid",
        "bg-success-secondary",
        "bg-success-solid",
        "bg-tertiary",
        "bg-utility-brand-50",
        "bg-utility-green-50",
        "bg-utility-neutral-50",
        "bg-utility-red-50",
        "bg-utility-yellow-50",
        "bg-warning-secondary",
        "bg-warning-solid",
        "border-fg-brand-primary",
        "border-fg-error-primary",
        "border-fg-success-primary",
        "border-fg-tertiary",
        "border-fg-warning-primary",
        "border-utility-brand-200",
        "border-utility-green-200",
        "border-utility-neutral-200",
        "border-utility-red-200",
        "border-utility-yellow-200",
        "text-featured-icon-light-fg-brand",
        "text-featured-icon-light-fg-error",
        "text-featured-icon-light-fg-gray",
        "text-featured-icon-light-fg-success",
        "text-featured-icon-light-fg-warning",
        "text-fg-brand-primary",
        "text-fg-error-primary",
        "text-fg-secondary",
        "text-fg-success-primary",
        "text-fg-tertiary",
        "text-fg-warning-primary",
        "text-fg-white"
      ],
      "fileCount": 1
    },
    {
      "name": "integration-icons",
      "layer": "foundations",
      "type": "component",
      "title": "Integration icons",
      "description": "",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "fileCount": 17
    },
    {
      "name": "logo",
      "layer": "foundations",
      "type": "component",
      "title": "Logo",
      "description": "",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-primary"
      ],
      "fileCount": 2
    },
    {
      "name": "payment-icons",
      "layer": "foundations",
      "type": "component",
      "title": "Payment icons",
      "description": "",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "token_contract": [
        "border-secondary"
      ],
      "fileCount": 57
    },
    {
      "name": "play-button-icon",
      "layer": "foundations",
      "type": "component",
      "title": "Play button icon",
      "description": "",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "composes_with": [
        "cx"
      ],
      "fileCount": 1
    },
    {
      "name": "rating",
      "layer": "foundations",
      "type": "component",
      "title": "Rating badge and stars",
      "description": "Free and open-source React rating badge and star components built for modern applications and websites. These rating badge and stars are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [
        "rating-badge-example",
        "rating-stars-example"
      ],
      "docs": "/components/rating-badge-and-stars",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-tertiary",
        "text-fg-primary",
        "text-fg-white",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary",
        "text-secondary_on-brand"
      ],
      "fileCount": 2
    },
    {
      "name": "social-icons",
      "layer": "foundations",
      "type": "component",
      "title": "Social icons",
      "description": "",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "fileCount": 23
    },
    {
      "name": "typography",
      "layer": "foundations",
      "type": "component",
      "title": "Typography",
      "description": "",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [
        "article-example",
        "feature-text",
        "headings",
        "images",
        "inline-code",
        "quote-centered",
        "quote-default",
        "quote-minimal",
        "quote-with-avatar"
      ],
      "fileCount": 0
    },
    {
      "name": "background-patterns",
      "layer": "shared-assets",
      "type": "component",
      "title": "Background patterns",
      "description": "",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "text-border-secondary"
      ],
      "fileCount": 5
    },
    {
      "name": "credit-card",
      "layer": "shared-assets",
      "type": "component",
      "title": "Credit card components",
      "description": "Free and open-source React credit card components built for modern applications and websites. These credit cards are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [
        "brand-dark",
        "brand-light",
        "credit-card-example",
        "customization-example",
        "gradient-strip",
        "gradient-strip-vertical",
        "gray-dark",
        "gray-light",
        "gray-strip",
        "gray-strip-vertical",
        "salmon-strip",
        "salmon-strip-vertical",
        "sizes-example",
        "transparent",
        "transparent-gradient",
        "transparent-strip"
      ],
      "docs": "/components/credit-cards",
      "composes_with": [
        "cx"
      ],
      "fileCount": 2
    },
    {
      "name": "illustrations",
      "layer": "shared-assets",
      "type": "component",
      "title": "Illustration components",
      "description": "Free and open-source React illustration components built for modern applications and websites. These illustrations are built using React Aria and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [
        "box-lg",
        "box-md",
        "box-sm",
        "cloud-lg",
        "cloud-md",
        "cloud-sm",
        "credit-card-lg",
        "credit-card-md",
        "credit-card-sm",
        "documents-lg",
        "documents-md",
        "documents-sm",
        "illustration-example"
      ],
      "docs": "/components/illustrations",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-secondary",
        "border-secondary_alt",
        "text-fg-white",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-50"
      ],
      "fileCount": 5
    },
    {
      "name": "mockups",
      "layer": "shared-assets",
      "type": "component",
      "title": "Mockups",
      "description": "",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "composes_with": [
        "cx"
      ],
      "fileCount": 1
    },
    {
      "name": "qr-code",
      "layer": "shared-assets",
      "type": "component",
      "title": "QR code components",
      "description": "Free and open-source React QR code components built for modern applications and websites. This component is built using QR Code Styling library and styled with Tailwind CSS.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "qr-code-styling",
        "react"
      ],
      "cssVars": [],
      "examples": [
        "default-example",
        "large-example",
        "qr-code-example",
        "with-custom-options-example",
        "with-gradient-scan-example"
      ],
      "docs": "/components/qr-codes",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-brand-solid",
        "border-brand",
        "border-brand_alt"
      ],
      "fileCount": 1
    },
    {
      "name": "section-divider",
      "layer": "shared-assets",
      "type": "component",
      "title": "Section divider",
      "description": "",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-border-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 01",
      "description": "About pages — About page 01 variant.",
      "registryDependencies": [
        "careers-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "social-proof-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-01",
      "composes_with": [
        "careers-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "social-proof-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 02",
      "description": "About pages — About page 02 variant.",
      "registryDependencies": [
        "careers-sections",
        "contact-sections",
        "footers",
        "header-navigations",
        "social-proof-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-02",
      "composes_with": [
        "careers-sections",
        "contact-sections",
        "footers",
        "header-navigations",
        "social-proof-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 03",
      "description": "About pages — About page 03 variant.",
      "registryDependencies": [
        "banners",
        "contact-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-03",
      "composes_with": [
        "banners",
        "contact-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 04",
      "description": "About pages — About page 04 variant.",
      "registryDependencies": [
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-04",
      "composes_with": [
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 05",
      "description": "About pages — About page 05 variant.",
      "registryDependencies": [
        "careers-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-05",
      "composes_with": [
        "careers-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 06",
      "description": "About pages — About page 06 variant.",
      "registryDependencies": [
        "careers-sections",
        "contact-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-06",
      "composes_with": [
        "careers-sections",
        "contact-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 07",
      "description": "About pages — About page 07 variant.",
      "registryDependencies": [
        "careers-sections",
        "contact-sections",
        "faq-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-07",
      "composes_with": [
        "careers-sections",
        "contact-sections",
        "faq-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 08",
      "description": "About pages — About page 08 variant.",
      "registryDependencies": [
        "careers-sections",
        "contact-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "section-divider",
        "social-proof-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-08",
      "composes_with": [
        "careers-sections",
        "contact-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "section-divider",
        "social-proof-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 09",
      "description": "About pages — About page 09 variant.",
      "registryDependencies": [
        "careers-sections",
        "content-rich-text-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "section-divider",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-09",
      "composes_with": [
        "careers-sections",
        "content-rich-text-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "section-divider",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "about-page-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "About page 10",
      "description": "About pages — About page 10 variant.",
      "registryDependencies": [
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/about-pages/about-page-10",
      "composes_with": [
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-countdown-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Banner countdown brand",
      "description": "Banners — Banner countdown brand variant.",
      "registryDependencies": [
        "buttons",
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-countdown-brand",
      "composes_with": [
        "buttons",
        "cx"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-countdown-brand-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner countdown brand full width",
      "description": "Banners — Banner countdown brand full width variant.",
      "registryDependencies": [
        "buttons",
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-countdown-brand-full-width",
      "composes_with": [
        "buttons",
        "cx"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-countdown-default",
      "layer": "marketing",
      "type": "example",
      "title": "Banner countdown default",
      "description": "Banners — Banner countdown default variant.",
      "registryDependencies": [
        "buttons",
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-countdown-default",
      "composes_with": [
        "buttons",
        "cx"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-countdown-default-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner countdown default full width",
      "description": "Banners — Banner countdown default full width variant.",
      "registryDependencies": [
        "buttons",
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-countdown-default-full-width",
      "composes_with": [
        "buttons",
        "cx"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary",
        "border-primary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-dual-action-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Banner dual action brand",
      "description": "Banners — Banner dual action brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-dual-action-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand_alt",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-dual-action-brand-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner dual action brand full width",
      "description": "Banners — Banner dual action brand full width variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-dual-action-brand-full-width",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand",
        "border-brand_alt",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-dual-action-default",
      "layer": "marketing",
      "type": "example",
      "title": "Banner dual action default",
      "description": "Banners — Banner dual action default variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-dual-action-default",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-secondary",
        "text-fg-brand-primary_alt",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-dual-action-default-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner dual action default full width",
      "description": "Banners — Banner dual action default full width variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-dual-action-default-full-width",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-secondary",
        "border-primary",
        "text-fg-brand-primary_alt",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-single-action-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Banner single action brand",
      "description": "Banners — Banner single action brand variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-single-action-brand",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-single-action-brand-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner single action brand full width",
      "description": "Banners — Banner single action brand full width variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-single-action-brand-full-width",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-single-action-default",
      "layer": "marketing",
      "type": "example",
      "title": "Banner single action default",
      "description": "Banners — Banner single action default variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-single-action-default",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-secondary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-single-action-default-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner single action default full width",
      "description": "Banners — Banner single action default full width variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-single-action-default-full-width",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-secondary",
        "border-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-slim-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Banner slim brand",
      "description": "Banners — Banner slim brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-slim-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-slim-brand-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner slim brand full width",
      "description": "Banners — Banner slim brand full width variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-slim-brand-full-width",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-slim-default",
      "layer": "marketing",
      "type": "example",
      "title": "Banner slim default",
      "description": "Banners — Banner slim default variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-slim-default",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-secondary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-slim-default-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner slim default full width",
      "description": "Banners — Banner slim default full width variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-slim-default-full-width",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-secondary",
        "border-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-text-field-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Banner text field brand",
      "description": "Banners — Banner text field brand variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-text-field-brand",
      "composes_with": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-text-field-brand-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner text field brand full width",
      "description": "Banners — Banner text field brand full width variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-text-field-brand-full-width",
      "composes_with": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section_subtle",
        "border-brand",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-text-field-default",
      "layer": "marketing",
      "type": "example",
      "title": "Banner text field default",
      "description": "Banners — Banner text field default variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-text-field-default",
      "composes_with": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-secondary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "banner-text-field-default-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Banner text field default full width",
      "description": "Banners — Banner text field default full width variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/banners/banner-text-field-default-full-width",
      "composes_with": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-secondary",
        "border-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-alt-layout-01",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header alt layout 01",
      "description": "Blog sections — Blog header alt layout 01 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-alt-layout-01",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-alt-layout-02",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header alt layout 02",
      "description": "Blog sections — Blog header alt layout 02 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-alt-layout-02",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-alt-layout-03",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header alt layout 03",
      "description": "Blog sections — Blog header alt layout 03 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-alt-layout-03",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-alt-layout-04",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header alt layout 04",
      "description": "Blog sections — Blog header alt layout 04 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-alt-layout-04",
      "composes_with": [
        "avatar",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-featured-post-01",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header featured post 01",
      "description": "Blog sections — Blog header featured post 01 variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets",
        "pagination",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-featured-post-01",
      "composes_with": [
        "avatar",
        "demo-assets",
        "pagination",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-featured-post-02",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header featured post 02",
      "description": "Blog sections — Blog header featured post 02 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "demo-assets",
        "input",
        "pagination",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-featured-post-02",
      "composes_with": [
        "avatar",
        "badges",
        "demo-assets",
        "input",
        "pagination",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-featured-post-03",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header featured post 03",
      "description": "Blog sections — Blog header featured post 03 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-featured-post-03",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-featured-post-04",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header featured post 04",
      "description": "Blog sections — Blog header featured post 04 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-featured-post-04",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-sidebar-01",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header sidebar 01",
      "description": "Blog sections — Blog header sidebar 01 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-sidebar-01",
      "composes_with": [
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-sidebar-02",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header sidebar 02",
      "description": "Blog sections — Blog header sidebar 02 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-sidebar-02",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-simple-01",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header simple 01",
      "description": "Blog sections — Blog header simple 01 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "demo-assets",
        "featured-icon",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-simple-01",
      "composes_with": [
        "avatar",
        "buttons",
        "demo-assets",
        "featured-icon",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-simple-02",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header simple 02",
      "description": "Blog sections — Blog header simple 02 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-simple-02",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-simple-03",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header simple 03",
      "description": "Blog sections — Blog header simple 03 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-simple-03",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "pagination"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-simple-04",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header simple 04",
      "description": "Blog sections — Blog header simple 04 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-simple-04",
      "composes_with": [
        "buttons",
        "demo-assets",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-simple-05",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header simple 05",
      "description": "Blog sections — Blog header simple 05 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-simple-05",
      "composes_with": [
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-header-simple-06",
      "layer": "marketing",
      "type": "example",
      "title": "Blog header simple 06",
      "description": "Blog sections — Blog header simple 06 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-header-simple-06",
      "composes_with": [
        "avatar",
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 01",
      "description": "Blogs — Blog page 01 variant.",
      "registryDependencies": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-01",
      "composes_with": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 02",
      "description": "Blogs — Blog page 02 variant.",
      "registryDependencies": [
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-02",
      "composes_with": [
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 03",
      "description": "Blogs — Blog page 03 variant.",
      "registryDependencies": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-03",
      "composes_with": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 04",
      "description": "Blogs — Blog page 04 variant.",
      "registryDependencies": [
        "blog-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-04",
      "composes_with": [
        "blog-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 05",
      "description": "Blogs — Blog page 05 variant.",
      "registryDependencies": [
        "banners",
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-05",
      "composes_with": [
        "banners",
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 06",
      "description": "Blogs — Blog page 06 variant.",
      "registryDependencies": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-06",
      "composes_with": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 07",
      "description": "Blogs — Blog page 07 variant.",
      "registryDependencies": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-07",
      "composes_with": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "text-fg-white",
        "text-secondary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 08",
      "description": "Blogs — Blog page 08 variant.",
      "registryDependencies": [
        "blog-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-08",
      "composes_with": [
        "blog-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 09",
      "description": "Blogs — Blog page 09 variant.",
      "registryDependencies": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-09",
      "composes_with": [
        "blog-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-page-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog page 10",
      "description": "Blogs — Blog page 10 variant.",
      "registryDependencies": [
        "blog-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-pages/blog-page-10",
      "composes_with": [
        "blog-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 01",
      "description": "Blog posts — Blog post 01 variant.",
      "registryDependencies": [
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-01",
      "composes_with": [
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 02",
      "description": "Blog posts — Blog post 02 variant.",
      "registryDependencies": [
        "blog-sections",
        "content-rich-text-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-02",
      "composes_with": [
        "blog-sections",
        "content-rich-text-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 03",
      "description": "Blog posts — Blog post 03 variant.",
      "registryDependencies": [
        "blog-sections",
        "content-rich-text-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-03",
      "composes_with": [
        "blog-sections",
        "content-rich-text-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 04",
      "description": "Blog posts — Blog post 04 variant.",
      "registryDependencies": [
        "banners",
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-04",
      "composes_with": [
        "banners",
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 05",
      "description": "Blog posts — Blog post 05 variant.",
      "registryDependencies": [
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-05",
      "composes_with": [
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 06",
      "description": "Blog posts — Blog post 06 variant.",
      "registryDependencies": [
        "blog-sections",
        "content-rich-text-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-06",
      "composes_with": [
        "blog-sections",
        "content-rich-text-sections",
        "cx",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 07",
      "description": "Blog posts — Blog post 07 variant.",
      "registryDependencies": [
        "blog-sections",
        "content-rich-text-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-07",
      "composes_with": [
        "blog-sections",
        "content-rich-text-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-fg-white",
        "text-secondary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 08",
      "description": "Blog posts — Blog post 08 variant.",
      "registryDependencies": [
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-08",
      "composes_with": [
        "blog-sections",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 09",
      "description": "Blog posts — Blog post 09 variant.",
      "registryDependencies": [
        "blog-sections",
        "content-rich-text-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-09",
      "composes_with": [
        "blog-sections",
        "content-rich-text-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-post-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Blog post 10",
      "description": "Blog posts — Blog post 10 variant.",
      "registryDependencies": [
        "banners",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-post-pages/blog-post-10",
      "composes_with": [
        "banners",
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-section-carousel-layout-01",
      "layer": "marketing",
      "type": "example",
      "title": "Blog section carousel layout 01",
      "description": "Blog sections — Blog section carousel layout 01 variant.",
      "registryDependencies": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-section-carousel-layout-01",
      "composes_with": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-section-carousel-layout-02",
      "layer": "marketing",
      "type": "example",
      "title": "Blog section carousel layout 02",
      "description": "Blog sections — Blog section carousel layout 02 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-section-carousel-layout-02",
      "composes_with": [
        "badges",
        "buttons",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-section-simple-center-aligned-01",
      "layer": "marketing",
      "type": "example",
      "title": "Blog section simple center aligned 01",
      "description": "Blog sections — Blog section simple center aligned 01 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-section-simple-center-aligned-01",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-section-simple-center-aligned-02",
      "layer": "marketing",
      "type": "example",
      "title": "Blog section simple center aligned 02",
      "description": "Blog sections — Blog section simple center aligned 02 variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-section-simple-center-aligned-02",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-section-simple-left-aligned-01",
      "layer": "marketing",
      "type": "example",
      "title": "Blog section simple left aligned 01",
      "description": "Blog sections — Blog section simple left aligned 01 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-section-simple-left-aligned-01",
      "composes_with": [
        "avatar",
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-section-simple-left-aligned-02",
      "layer": "marketing",
      "type": "example",
      "title": "Blog section simple left aligned 02",
      "description": "Blog sections — Blog section simple left aligned 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-section-simple-left-aligned-02",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-section-split-layout-01",
      "layer": "marketing",
      "type": "example",
      "title": "Blog section split layout 01",
      "description": "Blog sections — Blog section split layout 01 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-section-split-layout-01",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "blog-section-split-layout-02",
      "layer": "marketing",
      "type": "example",
      "title": "Blog section split layout 02",
      "description": "Blog sections — Blog section split layout 02 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/blog-sections/blog-section-split-layout-02",
      "composes_with": [
        "avatar",
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-card-01",
      "layer": "marketing",
      "type": "example",
      "title": "Careers card 01",
      "description": "Careers sections — Careers card 01 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-card-01",
      "composes_with": [
        "badges",
        "cx",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-secondary_alt",
        "text-fg-brand-secondary_hover",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-card-02",
      "layer": "marketing",
      "type": "example",
      "title": "Careers card 02",
      "description": "Careers sections — Careers card 02 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "select"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-card-02",
      "composes_with": [
        "badges",
        "cx",
        "select"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-secondary_alt",
        "text-fg-brand-secondary_hover",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-card-03",
      "layer": "marketing",
      "type": "example",
      "title": "Careers card 03",
      "description": "Careers sections — Careers card 03 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-card-03",
      "composes_with": [
        "badges",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-card-04",
      "layer": "marketing",
      "type": "example",
      "title": "Careers card 04",
      "description": "Careers sections — Careers card 04 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "demo-assets",
        "select"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-card-04",
      "composes_with": [
        "badges",
        "cx",
        "demo-assets",
        "select"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-simple-01",
      "layer": "marketing",
      "type": "example",
      "title": "Careers simple 01",
      "description": "Careers sections — Careers simple 01 variant.",
      "registryDependencies": [
        "badges",
        "cx"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-simple-01",
      "composes_with": [
        "badges",
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-simple-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Careers simple 01 brand",
      "description": "Careers sections — Careers simple 01 brand variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-simple-01-brand",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-simple-02",
      "layer": "marketing",
      "type": "example",
      "title": "Careers simple 02",
      "description": "Careers sections — Careers simple 02 variant.",
      "registryDependencies": [
        "badges",
        "cx"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-simple-02",
      "composes_with": [
        "badges",
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-simple-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Careers simple 02 brand",
      "description": "Careers sections — Careers simple 02 brand variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-simple-02-brand",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-simple-03",
      "layer": "marketing",
      "type": "example",
      "title": "Careers simple 03",
      "description": "Careers sections — Careers simple 03 variant.",
      "registryDependencies": [
        "badges",
        "cx"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-simple-03",
      "composes_with": [
        "badges",
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-simple-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Careers simple 03 brand",
      "description": "Careers sections — Careers simple 03 brand variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-simple-03-brand",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-simple-04",
      "layer": "marketing",
      "type": "example",
      "title": "Careers simple 04",
      "description": "Careers sections — Careers simple 04 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-simple-04",
      "composes_with": [
        "badges",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "careers-simple-04-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Careers simple 04 brand",
      "description": "Careers sections — Careers simple 04 brand variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/careers-sections/careers-simple-04-brand",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-centered-map",
      "layer": "marketing",
      "type": "example",
      "title": "Contact centered map",
      "description": "Contact sections — Contact centered map variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-centered-map",
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-features-tabs-map-01",
      "layer": "marketing",
      "type": "example",
      "title": "Contact features tabs map 01",
      "description": "Contact sections — Contact features tabs map 01 variant.",
      "registryDependencies": [
        "badges",
        "cx"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-features-tabs-map-01",
      "composes_with": [
        "badges",
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "border-brand",
        "border-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-features-tabs-map-02",
      "layer": "marketing",
      "type": "example",
      "title": "Contact features tabs map 02",
      "description": "Contact sections — Contact features tabs map 02 variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-features-tabs-map-02",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-form-and-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Contact form and image 01",
      "description": "Contact sections — Contact form and image 01 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "demo-assets",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-form-and-image-01",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "demo-assets",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-form-and-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Contact form and image 02",
      "description": "Contact sections — Contact form and image 02 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "demo-assets",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-form-and-image-02",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "demo-assets",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-form-and-map",
      "layer": "marketing",
      "type": "example",
      "title": "Contact form and map",
      "description": "Contact sections — Contact form and map variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-form-and-map",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icon-cards-01",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icon cards 01",
      "description": "Contact sections — Contact icon cards 01 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icon-cards-01",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icon-cards-02",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icon cards 02",
      "description": "Contact sections — Contact icon cards 02 variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icon-cards-02",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-icon-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icon-cards-03",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icon cards 03",
      "description": "Contact sections — Contact icon cards 03 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icon-cards-03",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icons-and-form",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icons and form",
      "description": "Contact sections — Contact icons and form variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "textarea"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icons-and-form",
      "composes_with": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-icon-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icons-and-form-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icons and form brand",
      "description": "Contact sections — Contact icons and form brand variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "textarea"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icons-and-form-brand",
      "composes_with": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "textarea"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icons-and-image",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icons and image",
      "description": "Contact sections — Contact icons and image variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icons-and-image",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-icon-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icons-and-image-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icons and image brand",
      "description": "Contact sections — Contact icons and image brand variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icons-and-image-brand",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icons-and-map-01",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icons and map 01",
      "description": "Contact sections — Contact icons and map 01 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icons-and-map-01",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icons-and-map-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icons and map 01 brand",
      "description": "Contact sections — Contact icons and map 01 brand variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icons-and-map-01-brand",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icons-and-map-02",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icons and map 02",
      "description": "Contact sections — Contact icons and map 02 variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icons-and-map-02",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-icons-and-map-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Contact icons and map 02 brand",
      "description": "Contact sections — Contact icons and map 02 brand variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-icons-and-map-02-brand",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-map-01",
      "layer": "marketing",
      "type": "example",
      "title": "Contact map 01",
      "description": "Contact sections — Contact map 01 variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-map-01",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-icon-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-map-02",
      "layer": "marketing",
      "type": "example",
      "title": "Contact map 02",
      "description": "Contact sections — Contact map 02 variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-map-02",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-border-secondary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 01",
      "description": "Contact pages — Contact page 01 variant.",
      "registryDependencies": [
        "contact-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-01",
      "composes_with": [
        "contact-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 02",
      "description": "Contact pages — Contact page 02 variant.",
      "registryDependencies": [
        "contact-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-02",
      "composes_with": [
        "contact-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 03",
      "description": "Contact pages — Contact page 03 variant.",
      "registryDependencies": [
        "contact-sections",
        "cta-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-03",
      "composes_with": [
        "contact-sections",
        "cta-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 04",
      "description": "Contact pages — Contact page 04 variant.",
      "registryDependencies": [
        "contact-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-04",
      "composes_with": [
        "contact-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 05",
      "description": "Contact pages — Contact page 05 variant.",
      "registryDependencies": [
        "contact-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-05",
      "composes_with": [
        "contact-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 06",
      "description": "Contact pages — Contact page 06 variant.",
      "registryDependencies": [
        "contact-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-06",
      "composes_with": [
        "contact-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 07",
      "description": "Contact pages — Contact page 07 variant.",
      "registryDependencies": [
        "contact-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-07",
      "composes_with": [
        "contact-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 08",
      "description": "Contact pages — Contact page 08 variant.",
      "registryDependencies": [
        "contact-sections",
        "cta-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-08",
      "composes_with": [
        "contact-sections",
        "cta-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 09",
      "description": "Contact pages — Contact page 09 variant.",
      "registryDependencies": [
        "contact-sections",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-09",
      "composes_with": [
        "contact-sections",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-page-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Contact page 10",
      "description": "Contact pages — Contact page 10 variant.",
      "registryDependencies": [
        "contact-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-pages/contact-page-10",
      "composes_with": [
        "contact-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-form",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple form",
      "description": "Contact sections — Contact simple form variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-form",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-form-01",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple form 01",
      "description": "Contact sections — Contact simple form 01 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-form-01",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-form-02",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple form 02",
      "description": "Contact sections — Contact simple form 02 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "demo-assets",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-form-02",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "demo-assets",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-form-03",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple form 03",
      "description": "Contact sections — Contact simple form 03 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "demo-assets",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-form-03",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "demo-assets",
        "form",
        "input",
        "select",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-form-04",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple form 04",
      "description": "Contact sections — Contact simple form 04 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "social-icons",
        "textarea"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-form-04",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "social-icons",
        "textarea"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-icon-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-form-05",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple form 05",
      "description": "Contact sections — Contact simple form 05 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "social-icons",
        "textarea"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-form-05",
      "composes_with": [
        "buttons",
        "checkbox",
        "countries",
        "form",
        "input",
        "select",
        "social-icons",
        "textarea"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-icon-fg-brand_on-brand",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-icons-01",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple icons 01",
      "description": "Contact sections — Contact simple icons 01 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-icons-01",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-icons-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple icons 01 brand",
      "description": "Contact sections — Contact simple icons 01 brand variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-icons-01-brand",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-icons-02",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple icons 02",
      "description": "Contact sections — Contact simple icons 02 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-icons-02",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-icons-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple icons 02 brand",
      "description": "Contact sections — Contact simple icons 02 brand variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-icons-02-brand",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-icons-03",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple icons 03",
      "description": "Contact sections — Contact simple icons 03 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-icons-03",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-icons-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple icons 03 brand",
      "description": "Contact sections — Contact simple icons 03 brand variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-icons-03-brand",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-icons-04",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple icons 04",
      "description": "Contact sections — Contact simple icons 04 variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-icons-04",
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-icons-04-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple icons 04 brand",
      "description": "Contact sections — Contact simple icons 04 brand variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-icons-04-brand",
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-links-01",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple links 01",
      "description": "Contact sections — Contact simple links 01 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-links-01",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-simple-links-02",
      "layer": "marketing",
      "type": "example",
      "title": "Contact simple links 02",
      "description": "Contact sections — Contact simple links 02 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-simple-links-02",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "contact-vector-map-03",
      "layer": "marketing",
      "type": "example",
      "title": "Contact vector map 03",
      "description": "Contact sections — Contact vector map 03 variant.",
      "registryDependencies": [
        "badges",
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/contact-sections/contact-vector-map-03",
      "composes_with": [
        "badges",
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-alternative-01",
      "layer": "marketing",
      "type": "example",
      "title": "Content alternative 01",
      "description": "Content rich text sections — Content alternative 01 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-alternative-01",
      "composes_with": [
        "avatar",
        "badges",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-primary",
        "text-tertiary",
        "text-utility-neutral-400"
      ],
      "fileCount": 1
    },
    {
      "name": "content-alternative-02",
      "layer": "marketing",
      "type": "example",
      "title": "Content alternative 02",
      "description": "Content rich text sections — Content alternative 02 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-alternative-02",
      "composes_with": [
        "avatar",
        "badges",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-alternative-03",
      "layer": "marketing",
      "type": "example",
      "title": "Content alternative 03",
      "description": "Content rich text sections — Content alternative 03 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-alternative-03",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-large-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Content large image 01",
      "description": "Content rich text sections — Content large image 01 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-large-image-01",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary",
        "text-utility-neutral-400"
      ],
      "fileCount": 1
    },
    {
      "name": "content-large-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Content large image 02",
      "description": "Content rich text sections — Content large image 02 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-large-image-02",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-large-image-03",
      "layer": "marketing",
      "type": "example",
      "title": "Content large image 03",
      "description": "Content rich text sections — Content large image 03 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-large-image-03",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary",
        "text-utility-neutral-400"
      ],
      "fileCount": 1
    },
    {
      "name": "content-large-image-04",
      "layer": "marketing",
      "type": "example",
      "title": "Content large image 04",
      "description": "Content rich text sections — Content large image 04 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-large-image-04",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-rich-text-01",
      "layer": "marketing",
      "type": "example",
      "title": "Content section rich text 01",
      "description": "Content rich text sections — Content section rich text 01 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-rich-text-01",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-primary",
        "text-tertiary",
        "text-utility-neutral-400"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-rich-text-02",
      "layer": "marketing",
      "type": "example",
      "title": "Content section rich text 02",
      "description": "Content rich text sections — Content section rich text 02 variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-rich-text-02",
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-simple-01",
      "layer": "marketing",
      "type": "example",
      "title": "Content section simple 01",
      "description": "Content rich text sections — Content section simple 01 variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-simple-01",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-simple-02",
      "layer": "marketing",
      "type": "example",
      "title": "Content section simple 02",
      "description": "Content rich text sections — Content section simple 02 variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-simple-02",
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-simple-03",
      "layer": "marketing",
      "type": "example",
      "title": "Content section simple 03",
      "description": "Content rich text sections — Content section simple 03 variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-simple-03",
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-simple-04",
      "layer": "marketing",
      "type": "example",
      "title": "Content section simple 04",
      "description": "Content rich text sections — Content section simple 04 variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-simple-04",
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-simple-05",
      "layer": "marketing",
      "type": "example",
      "title": "Content section simple 05",
      "description": "Content rich text sections — Content section simple 05 variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-simple-05",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-split-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Content section split image 01",
      "description": "Content rich text sections — Content section split image 01 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-split-image-01",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-split-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Content section split image 02",
      "description": "Content rich text sections — Content section split image 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-split-image-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-white",
        "text-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-section-split-image-03",
      "layer": "marketing",
      "type": "example",
      "title": "Content section split image 03",
      "description": "Content rich text sections — Content section split image 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-section-split-image-03",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-simple",
      "layer": "marketing",
      "type": "example",
      "title": "Content simple",
      "description": "Content rich text sections — Content simple variant.",
      "registryDependencies": [
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-simple",
      "composes_with": [
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "content-split-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Content split image 01",
      "description": "Content rich text sections — Content split image 01 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-split-image-01",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-primary",
        "text-primary",
        "text-tertiary",
        "text-utility-neutral-400"
      ],
      "fileCount": 1
    },
    {
      "name": "content-split-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Content split image 02",
      "description": "Content rich text sections — Content split image 02 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-split-image-02",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary",
        "text-utility-neutral-400"
      ],
      "fileCount": 1
    },
    {
      "name": "content-split-image-03",
      "layer": "marketing",
      "type": "example",
      "title": "Content split image 03",
      "description": "Content rich text sections — Content split image 03 variant.",
      "registryDependencies": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-split-image-03",
      "composes_with": [
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary",
        "text-utility-neutral-400"
      ],
      "fileCount": 1
    },
    {
      "name": "content-split-image-04",
      "layer": "marketing",
      "type": "example",
      "title": "Content split image 04",
      "description": "Content rich text sections — Content split image 04 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/content-rich-text-sections/content-split-image-04",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-abstract-images",
      "layer": "marketing",
      "type": "example",
      "title": "Cta abstract images",
      "description": "CTA sections — Cta abstract images variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-abstract-images",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-abstract-images-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Cta abstract images brand",
      "description": "CTA sections — Cta abstract images brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-abstract-images-brand",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-card-horizontal",
      "layer": "marketing",
      "type": "example",
      "title": "Cta card horizontal",
      "description": "CTA sections — Cta card horizontal variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-card-horizontal",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-card-horizontal-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Cta card horizontal brand",
      "description": "CTA sections — Cta card horizontal brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-card-horizontal-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-card-vertical",
      "layer": "marketing",
      "type": "example",
      "title": "Cta card vertical",
      "description": "CTA sections — Cta card vertical variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-card-vertical",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-card-vertical-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Cta card vertical brand",
      "description": "CTA sections — Cta card vertical brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-card-vertical-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-iphone-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Cta iphone mockup 01",
      "description": "CTA sections — Cta iphone mockup 01 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-iphone-mockup-01",
      "composes_with": [
        "buttons",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-iphone-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Cta iphone mockup 02",
      "description": "CTA sections — Cta iphone mockup 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-iphone-mockup-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-iphone-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Cta iphone mockup 03",
      "description": "CTA sections — Cta iphone mockup 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-iphone-mockup-03",
      "composes_with": [
        "buttons",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-iphone-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Cta iphone mockup 04",
      "description": "CTA sections — Cta iphone mockup 04 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-iphone-mockup-04",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-brand-secondary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-screen-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Cta screen mockup 01",
      "description": "CTA sections — Cta screen mockup 01 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-screen-mockup-01",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-screen-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Cta screen mockup 02",
      "description": "CTA sections — Cta screen mockup 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-screen-mockup-02",
      "composes_with": [
        "buttons",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-screen-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Cta screen mockup 03",
      "description": "CTA sections — Cta screen mockup 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-screen-mockup-03",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-screen-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Cta screen mockup 04",
      "description": "CTA sections — Cta screen mockup 04 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-screen-mockup-04",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-simple-centered",
      "layer": "marketing",
      "type": "example",
      "title": "Cta simple centered",
      "description": "CTA sections — Cta simple centered variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-simple-centered",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-simple-centered-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Cta simple centered brand",
      "description": "CTA sections — Cta simple centered brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-simple-centered-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-simple-left",
      "layer": "marketing",
      "type": "example",
      "title": "Cta simple left",
      "description": "CTA sections — Cta simple left variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-simple-left",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-simple-left-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Cta simple left brand",
      "description": "CTA sections — Cta simple left brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-simple-left-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-simple-logos-01",
      "layer": "marketing",
      "type": "example",
      "title": "Cta simple logos 01",
      "description": "CTA sections — Cta simple logos 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-simple-logos-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-simple-logos-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Cta simple logos 01 brand",
      "description": "CTA sections — Cta simple logos 01 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-simple-logos-01-brand",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-simple-logos-02",
      "layer": "marketing",
      "type": "example",
      "title": "Cta simple logos 02",
      "description": "CTA sections — Cta simple logos 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-simple-logos-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-simple-logos-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Cta simple logos 02 brand",
      "description": "CTA sections — Cta simple logos 02 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-simple-logos-02-brand",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-split-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Cta split image 01",
      "description": "CTA sections — Cta split image 01 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-split-image-01",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-primary",
        "text-featured-icon-light-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-split-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Cta split image 02",
      "description": "CTA sections — Cta split image 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-split-image-02",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-split-image-03",
      "layer": "marketing",
      "type": "example",
      "title": "Cta split image 03",
      "description": "CTA sections — Cta split image 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-split-image-03",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-split-image-04",
      "layer": "marketing",
      "type": "example",
      "title": "Cta split image 04",
      "description": "CTA sections — Cta split image 04 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-split-image-04",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-split-image-quote-01",
      "layer": "marketing",
      "type": "example",
      "title": "Cta split image quote 01",
      "description": "CTA sections — Cta split image quote 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-split-image-quote-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-brand-primary",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-split-image-quote-02",
      "layer": "marketing",
      "type": "example",
      "title": "Cta split image quote 02",
      "description": "CTA sections — Cta split image quote 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-split-image-quote-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-split-image-quote-03",
      "layer": "marketing",
      "type": "example",
      "title": "Cta split image quote 03",
      "description": "CTA sections — Cta split image quote 03 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-split-image-quote-03",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-primary",
        "text-featured-icon-light-fg-brand",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "cta-split-image-quote-04",
      "layer": "marketing",
      "type": "example",
      "title": "Cta split image quote 04",
      "description": "CTA sections — Cta split image quote 04 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/cta-sections/cta-split-image-quote-04",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "dashboard-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 01",
      "description": "Dashboards with sidebar navigation — Dashboard 01 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "section-headers",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-01",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "section-headers",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-fg-success-secondary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 02",
      "description": "Dashboards with sidebar navigation — Dashboard 02 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-02",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-03",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 03",
      "description": "Dashboards with sidebar navigation — Dashboard 03 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-03",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-04",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 04",
      "description": "Dashboards with sidebar navigation — Dashboard 04 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-04",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-05",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 05",
      "description": "Dashboards with sidebar navigation — Dashboard 05 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-05",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-06",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 06",
      "description": "Dashboards with sidebar navigation — Dashboard 06 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "progress-indicators",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-06",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "progress-indicators",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-brand-400",
        "bg-utility-brand-600",
        "bg-utility-neutral-400",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-07",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 07",
      "description": "Dashboards with sidebar navigation — Dashboard 07 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "progress-indicators",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-07",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "progress-indicators",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-08",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 08",
      "description": "Dashboards with sidebar navigation — Dashboard 08 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-08",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-09",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 09",
      "description": "Dashboards with sidebar navigation — Dashboard 09 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "input",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-09",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "input",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-10",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 10",
      "description": "Dashboards with sidebar navigation — Dashboard 10 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "metrics",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-10",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "metrics",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-11",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 11",
      "description": "Dashboards with sidebar navigation — Dashboard 11 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-11",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-brand-400",
        "bg-utility-brand-600",
        "bg-utility-neutral-400",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-12",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 12",
      "description": "Dashboards with sidebar navigation — Dashboard 12 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "page-headers",
        "payment-icons",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-12",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "page-headers",
        "payment-icons",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-13",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 13",
      "description": "Dashboards with sidebar navigation — Dashboard 13 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "payment-icons",
        "progress-indicators",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-13",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "payment-icons",
        "progress-indicators",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-14",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 14",
      "description": "Dashboards with sidebar navigation — Dashboard 14 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-14",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-blue-500",
        "bg-utility-brand-600",
        "bg-utility-green-500",
        "bg-utility-neutral-400",
        "bg-utility-orange-500",
        "bg-utility-pink-500",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-15",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 15",
      "description": "Dashboards with sidebar navigation — Dashboard 15 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "file-upload",
        "input",
        "payment-icons",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "@untitledui/file-icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-15",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "file-upload",
        "input",
        "payment-icons",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-16",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 16",
      "description": "Dashboards with sidebar navigation — Dashboard 16 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "input",
        "payment-icons",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-16",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "credit-card",
        "cx",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "input",
        "payment-icons",
        "progress-indicators",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-17",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 17",
      "description": "Dashboards with sidebar navigation — Dashboard 17 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-17",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-brand-300",
        "bg-utility-brand-400",
        "bg-utility-brand-500",
        "bg-utility-brand-600",
        "bg-utility-neutral-400",
        "border-secondary",
        "text-error-primary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-success-primary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-18",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 18",
      "description": "Dashboards with sidebar navigation — Dashboard 18 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "background-patterns",
        "badges",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "metrics",
        "progress-indicators",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-18",
      "composes_with": [
        "app-navigation",
        "avatar",
        "background-patterns",
        "badges",
        "buttons",
        "charts",
        "cx",
        "date-picker",
        "demo-assets",
        "dropdown",
        "metrics",
        "progress-indicators",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-300",
        "text-utility-neutral-400"
      ],
      "fileCount": 2
    },
    {
      "name": "dashboard-19",
      "layer": "app-examples",
      "type": "example",
      "title": "Dashboard 19",
      "description": "Dashboards with sidebar navigation — Dashboard 19 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "messaging",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "recharts"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/dashboards/dashboard-19",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "charts",
        "cx",
        "demo-assets",
        "dropdown",
        "messaging",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary_alt",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary",
        "text-utility-brand-400",
        "text-utility-brand-600",
        "text-utility-neutral-100",
        "text-utility-neutral-200",
        "text-utility-neutral-400",
        "text-utility-purple-500"
      ],
      "fileCount": 2
    },
    {
      "name": "faq-accordion-01",
      "layer": "marketing",
      "type": "example",
      "title": "Faq accordion 01",
      "description": "FAQ sections — Faq accordion 01 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-accordion-01",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-accordion-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Faq accordion 01 brand",
      "description": "FAQ sections — Faq accordion 01 brand variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-accordion-01-brand",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "border-brand_alt",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-accordion-02",
      "layer": "marketing",
      "type": "example",
      "title": "Faq accordion 02",
      "description": "FAQ sections — Faq accordion 02 variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-accordion-02",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-accordion-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Faq accordion 02 brand",
      "description": "FAQ sections — Faq accordion 02 brand variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-accordion-02-brand",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-accordion-03",
      "layer": "marketing",
      "type": "example",
      "title": "Faq accordion 03",
      "description": "FAQ sections — Faq accordion 03 variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-accordion-03",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-accordion-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Faq accordion 03 brand",
      "description": "FAQ sections — Faq accordion 03 brand variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-accordion-03-brand",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-accordion-04",
      "layer": "marketing",
      "type": "example",
      "title": "Faq accordion 04",
      "description": "FAQ sections — Faq accordion 04 variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-accordion-04",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-accordion-04-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Faq accordion 04 brand",
      "description": "FAQ sections — Faq accordion 04 brand variant.",
      "registryDependencies": [
        "cx"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-accordion-04-brand",
      "composes_with": [
        "cx"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 01",
      "description": "FAQ pages — Faq page 01 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cta-sections",
        "cx",
        "demo-assets",
        "featured-icon",
        "footers",
        "header-navigations",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-01",
      "composes_with": [
        "avatar",
        "buttons",
        "cta-sections",
        "cx",
        "demo-assets",
        "featured-icon",
        "footers",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 02",
      "description": "FAQ pages — Faq page 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "featured-icon",
        "footers",
        "header-navigations",
        "input",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-02",
      "composes_with": [
        "buttons",
        "cx",
        "featured-icon",
        "footers",
        "header-navigations",
        "input",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 03",
      "description": "FAQ pages — Faq page 03 variant.",
      "registryDependencies": [
        "buttons",
        "cta-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-03",
      "composes_with": [
        "buttons",
        "cta-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 04",
      "description": "FAQ pages — Faq page 04 variant.",
      "registryDependencies": [
        "buttons",
        "content-rich-text-sections",
        "cx",
        "footers",
        "header-navigations",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-04",
      "composes_with": [
        "buttons",
        "content-rich-text-sections",
        "cx",
        "footers",
        "header-navigations",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 05",
      "description": "FAQ pages — Faq page 05 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-05",
      "composes_with": [
        "buttons",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 06",
      "description": "FAQ pages — Faq page 06 variant.",
      "registryDependencies": [
        "buttons",
        "cta-sections",
        "faq-sections",
        "footers",
        "header-navigations",
        "input",
        "newsletter-cta-sections"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-06",
      "composes_with": [
        "buttons",
        "cta-sections",
        "faq-sections",
        "footers",
        "header-navigations",
        "input",
        "newsletter-cta-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 07",
      "description": "FAQ pages — Faq page 07 variant.",
      "registryDependencies": [
        "content-rich-text-sections",
        "faq-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-07",
      "composes_with": [
        "content-rich-text-sections",
        "faq-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 08",
      "description": "FAQ pages — Faq page 08 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-08",
      "composes_with": [
        "buttons",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-fg-brand-secondary_alt",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 09",
      "description": "FAQ pages — Faq page 09 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cta-sections",
        "cx",
        "demo-assets",
        "featured-icon",
        "footers",
        "header-navigations",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-09",
      "composes_with": [
        "avatar",
        "buttons",
        "cta-sections",
        "cx",
        "demo-assets",
        "featured-icon",
        "footers",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-page-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Faq page 10",
      "description": "FAQ pages — Faq page 10 variant.",
      "registryDependencies": [
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "input"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-pages/faq-page-10",
      "composes_with": [
        "content-rich-text-sections",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-simple-01",
      "layer": "marketing",
      "type": "example",
      "title": "Faq simple 01",
      "description": "FAQ sections — Faq simple 01 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-simple-01",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-simple-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Faq simple 01 brand",
      "description": "FAQ sections — Faq simple 01 brand variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-simple-01-brand",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-simple-02",
      "layer": "marketing",
      "type": "example",
      "title": "Faq simple 02",
      "description": "FAQ sections — Faq simple 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-simple-02",
      "composes_with": [
        "buttons",
        "cx",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-simple-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Faq simple 02 brand",
      "description": "FAQ sections — Faq simple 02 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-simple-02-brand",
      "composes_with": [
        "buttons",
        "cx",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-simple-03",
      "layer": "marketing",
      "type": "example",
      "title": "Faq simple 03",
      "description": "FAQ sections — Faq simple 03 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-simple-03",
      "composes_with": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-simple-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Faq simple 03 brand",
      "description": "FAQ sections — Faq simple 03 brand variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-simple-03-brand",
      "composes_with": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-simple-04",
      "layer": "marketing",
      "type": "example",
      "title": "Faq simple 04",
      "description": "FAQ sections — Faq simple 04 variant.",
      "registryDependencies": [
        "buttons",
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-simple-04",
      "composes_with": [
        "buttons",
        "cx"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "faq-simple-04-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Faq simple 04 brand",
      "description": "FAQ sections — Faq simple 04 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/faq-sections/faq-simple-04-brand",
      "composes_with": [
        "buttons",
        "cx"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "features-alternating-layout-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features alternating layout 01",
      "description": "Features sections — Features alternating layout 01 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-alternating-layout-01",
      "composes_with": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "features-alternating-layout-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features alternating layout 02",
      "description": "Features sections — Features alternating layout 02 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-alternating-layout-02",
      "composes_with": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-brand-secondary",
        "text-fg-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-alternating-layout-03",
      "layer": "marketing",
      "type": "example",
      "title": "Features alternating layout 03",
      "description": "Features sections — Features alternating layout 03 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-alternating-layout-03",
      "composes_with": [
        "cx",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-alternating-layout-04",
      "layer": "marketing",
      "type": "example",
      "title": "Features alternating layout 04",
      "description": "Features sections — Features alternating layout 04 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-alternating-layout-04",
      "composes_with": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-primary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-center-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features center mockup 01",
      "description": "Features sections — Features center mockup 01 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-center-mockup-01",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-center-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features center mockup 02",
      "description": "Features sections — Features center mockup 02 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-center-mockup-02",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "features-icon-cards-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features icon cards 01",
      "description": "Features sections — Features icon cards 01 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icon-cards-01",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icon-cards-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features icon cards 02",
      "description": "Features sections — Features icon cards 02 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icon-cards-02",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and image 01",
      "description": "Features sections — Features icons and image 01 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-image-01",
      "composes_with": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-brand-secondary",
        "text-fg-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and image 02",
      "description": "Features sections — Features icons and image 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-image-02",
      "composes_with": [
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-image-03",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and image 03",
      "description": "Features sections — Features icons and image 03 variant.",
      "registryDependencies": [
        "demo-assets",
        "featured-icon",
        "video-player"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-image-03",
      "composes_with": [
        "demo-assets",
        "featured-icon",
        "video-player"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-image-04",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and image 04",
      "description": "Features sections — Features icons and image 04 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-image-04",
      "composes_with": [
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and mockup 01",
      "description": "Features sections — Features icons and mockup 01 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-mockup-01",
      "composes_with": [
        "cx",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "features-icons-and-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and mockup 02",
      "description": "Features sections — Features icons and mockup 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-mockup-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and mockup 03",
      "description": "Features sections — Features icons and mockup 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-mockup-03",
      "composes_with": [
        "buttons",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and mockup 04",
      "description": "Features sections — Features icons and mockup 04 variant.",
      "registryDependencies": [
        "background-patterns",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-mockup-04",
      "composes_with": [
        "background-patterns",
        "demo-assets",
        "featured-icon",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-mockup-05",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and mockup 05",
      "description": "Features sections — Features icons and mockup 05 variant.",
      "registryDependencies": [
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-mockup-05",
      "composes_with": [
        "cx",
        "featured-icon"
      ],
      "token_contract": [
        "bg-border-tertiary",
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-mockup-06",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and mockup 06",
      "description": "Features sections — Features icons and mockup 06 variant.",
      "registryDependencies": [
        "buttons",
        "credit-card",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-mockup-06",
      "composes_with": [
        "buttons",
        "credit-card",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-mockup-07",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and mockup 07",
      "description": "Features sections — Features icons and mockup 07 variant.",
      "registryDependencies": [
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-mockup-07",
      "composes_with": [
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-icons-and-mockup-08",
      "layer": "marketing",
      "type": "example",
      "title": "Features icons and mockup 08",
      "description": "Features sections — Features icons and mockup 08 variant.",
      "registryDependencies": [
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-icons-and-mockup-08",
      "composes_with": [
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-integrations-icons-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features integrations icons 01",
      "description": "Features sections — Features integrations icons 01 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "integration-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-integrations-icons-01",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "integration-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-integrations-icons-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features integrations icons 02",
      "description": "Features sections — Features integrations icons 02 variant.",
      "registryDependencies": [
        "buttons",
        "integration-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-integrations-icons-02",
      "composes_with": [
        "buttons",
        "integration-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-integrations-icons-03",
      "layer": "marketing",
      "type": "example",
      "title": "Features integrations icons 03",
      "description": "Features sections — Features integrations icons 03 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "integration-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-integrations-icons-03",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "integration-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-integrations-icons-04",
      "layer": "marketing",
      "type": "example",
      "title": "Features integrations icons 04",
      "description": "Features sections — Features integrations icons 04 variant.",
      "registryDependencies": [
        "cx",
        "integration-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-integrations-icons-04",
      "composes_with": [
        "cx",
        "integration-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-large-screen-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features large screen mockup 01",
      "description": "Features sections — Features large screen mockup 01 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-large-screen-mockup-01",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "features-large-screen-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features large screen mockup 02",
      "description": "Features sections — Features large screen mockup 02 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-large-screen-mockup-02",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-simple-icons-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features simple icons 01",
      "description": "Features sections — Features simple icons 01 variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-simple-icons-01",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-simple-icons-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Features simple icons 01 brand",
      "description": "Features sections — Features simple icons 01 brand variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-simple-icons-01-brand",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "features-simple-icons-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features simple icons 02",
      "description": "Features sections — Features simple icons 02 variant.",
      "registryDependencies": [
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-simple-icons-02",
      "composes_with": [
        "cx",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-simple-icons-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Features simple icons 02 brand",
      "description": "Features sections — Features simple icons 02 brand variant.",
      "registryDependencies": [
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-simple-icons-02-brand",
      "composes_with": [
        "cx",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "features-simple-icons-03",
      "layer": "marketing",
      "type": "example",
      "title": "Features simple icons 03",
      "description": "Features sections — Features simple icons 03 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-simple-icons-03",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-simple-icons-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Features simple icons 03 brand",
      "description": "Features sections — Features simple icons 03 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-simple-icons-03-brand",
      "composes_with": [
        "buttons",
        "cx",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "features-simple-icons-04",
      "layer": "marketing",
      "type": "example",
      "title": "Features simple icons 04",
      "description": "Features sections — Features simple icons 04 variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-simple-icons-04",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-simple-icons-04-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Features simple icons 04 brand",
      "description": "Features sections — Features simple icons 04 brand variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-simple-icons-04-brand",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 01",
      "description": "Features sections — Features tabs mockup 01 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-01",
      "composes_with": [
        "badges",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "border-brand",
        "border-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 02",
      "description": "Features sections — Features tabs mockup 02 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-02",
      "composes_with": [
        "badges",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "border-brand",
        "border-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 03",
      "description": "Features sections — Features tabs mockup 03 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-03",
      "composes_with": [
        "badges",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "border-brand",
        "border-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 04",
      "description": "Features sections — Features tabs mockup 04 variant.",
      "registryDependencies": [
        "badges",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-04",
      "composes_with": [
        "badges",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-05",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 05",
      "description": "Features sections — Features tabs mockup 05 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-05",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-06",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 06",
      "description": "Features sections — Features tabs mockup 06 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-06",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-07",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 07",
      "description": "Features sections — Features tabs mockup 07 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-07",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-08",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 08",
      "description": "Features sections — Features tabs mockup 08 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-08",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "features-tabs-mockup-09",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 09",
      "description": "Features sections — Features tabs mockup 09 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-09",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-10",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 10",
      "description": "Features sections — Features tabs mockup 10 variant.",
      "registryDependencies": [
        "buttons",
        "credit-card",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-10",
      "composes_with": [
        "buttons",
        "credit-card",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-11",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 11",
      "description": "Features sections — Features tabs mockup 11 variant.",
      "registryDependencies": [
        "credit-card",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-11",
      "composes_with": [
        "credit-card",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "features-tabs-mockup-12",
      "layer": "marketing",
      "type": "example",
      "title": "Features tabs mockup 12",
      "description": "Features sections — Features tabs mockup 12 variant.",
      "registryDependencies": [
        "buttons",
        "credit-card",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/features-sections/features-tabs-mockup-12",
      "composes_with": [
        "buttons",
        "credit-card",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "border-brand",
        "border-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "floating-2-col-with-links-and-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Floating 2 col with links and footer",
      "description": "Header navigation components — Floating 2 col with links and footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/floating-2-col-with-links-and-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "floating-2-col-with-sidebar",
      "layer": "marketing",
      "type": "example",
      "title": "Floating 2 col with sidebar",
      "description": "Header navigation components — Floating 2 col with sidebar variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/floating-2-col-with-sidebar",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "floating-4-col-slim-with-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Floating 4 col slim with footer",
      "description": "Header navigation components — Floating 4 col slim with footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/floating-4-col-slim-with-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "floating-blog-posts-with-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Floating blog posts with footer",
      "description": "Header navigation components — Floating blog posts with footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/floating-blog-posts-with-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "floating-feature-card",
      "layer": "marketing",
      "type": "example",
      "title": "Floating feature card",
      "description": "Header navigation components — Floating feature card variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/floating-feature-card",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "floating-simple-with-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Floating simple with footer",
      "description": "Header navigation components — Floating simple with footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/floating-simple-with-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "footer-large-01",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 01",
      "description": "Footers — Footer large 01 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-01",
      "composes_with": [
        "badges",
        "buttons",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-quaternary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 01 brand",
      "description": "Footers — Footer large 01 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-01-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-quaternary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-02",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 02",
      "description": "Footers — Footer large 02 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "logo",
        "rating",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-02",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "logo",
        "rating",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary_alt",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 02 brand",
      "description": "Footers — Footer large 02 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "rating",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-02-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "rating",
        "social-icons"
      ],
      "token_contract": [
        "bg-border-brand_alt",
        "bg-brand-section",
        "text-fg-quaternary_hover",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-icon-fg-brand_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-03",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 03",
      "description": "Footers — Footer large 03 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-03",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-quaternary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 03 brand",
      "description": "Footers — Footer large 03 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-03-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-primary_on-brand",
        "text-quaternary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-04",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 04",
      "description": "Footers — Footer large 04 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-04",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-primary_alt",
        "bg-primary_hover",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-04-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 04 brand",
      "description": "Footers — Footer large 04 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-04-brand",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-05",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 05",
      "description": "Footers — Footer large 05 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-05",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-primary_alt",
        "bg-primary_hover",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-05-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 05 brand",
      "description": "Footers — Footer large 05 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-05-brand",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-06",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 06",
      "description": "Footers — Footer large 06 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "rating",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-06",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "rating",
        "social-icons"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary_alt",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-06-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 06 brand",
      "description": "Footers — Footer large 06 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "rating",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-06-brand",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "rating",
        "social-icons"
      ],
      "token_contract": [
        "bg-border-brand_alt",
        "bg-brand-section",
        "text-fg-quaternary_hover",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-07",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 07",
      "description": "Footers — Footer large 07 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-07",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-07-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 07 brand",
      "description": "Footers — Footer large 07 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-07-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-fg-quaternary_hover",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-08",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 08",
      "description": "Footers — Footer large 08 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-08",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-08-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 08 brand",
      "description": "Footers — Footer large 08 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-08-brand",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-09",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 09",
      "description": "Footers — Footer large 09 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-09",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-09-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 09 brand",
      "description": "Footers — Footer large 09 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-09-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-10",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 10",
      "description": "Footers — Footer large 10 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-10",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-10-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 10 brand",
      "description": "Footers — Footer large 10 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-10-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-fg-quaternary_hover",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-11",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 11",
      "description": "Footers — Footer large 11 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-11",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-11-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 11 brand",
      "description": "Footers — Footer large 11 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-11-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-fg-quaternary_hover",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-12",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 12",
      "description": "Footers — Footer large 12 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-12",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-primary_alt",
        "bg-primary_hover",
        "bg-secondary_alt",
        "border-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-12-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 12 brand",
      "description": "Footers — Footer large 12 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-12-brand",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-border-brand_alt",
        "bg-brand-section",
        "border-brand_alt",
        "text-fg-quaternary_hover",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-icon-fg-brand_on-brand",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-13",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 13",
      "description": "Footers — Footer large 13 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-13",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-13-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 13 brand",
      "description": "Footers — Footer large 13 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-13-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-14",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 14",
      "description": "Footers — Footer large 14 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-14",
      "composes_with": [
        "badges",
        "buttons",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-14-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 14 brand",
      "description": "Footers — Footer large 14 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-14-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-primary_on-brand",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-15",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 15",
      "description": "Footers — Footer large 15 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-15",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-15-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 15 brand",
      "description": "Footers — Footer large 15 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-15-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-quaternary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-16",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 16",
      "description": "Footers — Footer large 16 variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-16",
      "composes_with": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-quaternary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-large-16-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer large 16 brand",
      "description": "Footers — Footer large 16 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-large-16-brand",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-border-brand_alt",
        "bg-brand-section",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-quaternary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-small-01",
      "layer": "marketing",
      "type": "example",
      "title": "Footer small 01",
      "description": "Footers — Footer small 01 variant.",
      "registryDependencies": [
        "buttons",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-small-01",
      "composes_with": [
        "buttons",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "text-quaternary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-small-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer small 01 brand",
      "description": "Footers — Footer small 01 brand variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-small-01-brand",
      "composes_with": [
        "buttons",
        "cx",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-footer-button-fg",
        "text-footer-button-fg_hover",
        "text-quaternary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-small-02",
      "layer": "marketing",
      "type": "example",
      "title": "Footer small 02",
      "description": "Footers — Footer small 02 variant.",
      "registryDependencies": [
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-small-02",
      "composes_with": [
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "text-quaternary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-small-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer small 02 brand",
      "description": "Footers — Footer small 02 brand variant.",
      "registryDependencies": [
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-small-02-brand",
      "composes_with": [
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-quaternary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-small-03",
      "layer": "marketing",
      "type": "example",
      "title": "Footer small 03",
      "description": "Footers — Footer small 03 variant.",
      "registryDependencies": [
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-small-03",
      "composes_with": [
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-quaternary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-small-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer small 03 brand",
      "description": "Footers — Footer small 03 brand variant.",
      "registryDependencies": [
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-small-03-brand",
      "composes_with": [
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-fg-quaternary_hover",
        "text-icon-fg-brand_on-brand",
        "text-quaternary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-small-04",
      "layer": "marketing",
      "type": "example",
      "title": "Footer small 04",
      "description": "Footers — Footer small 04 variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-small-04",
      "composes_with": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "text-quaternary"
      ],
      "fileCount": 1
    },
    {
      "name": "footer-small-04-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Footer small 04 brand",
      "description": "Footers — Footer small 04 brand variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/footers/footer-small-04-brand",
      "composes_with": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-quaternary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-2-col-with-links",
      "layer": "marketing",
      "type": "example",
      "title": "Header 2 col with links",
      "description": "Header navigation components — Header 2 col with links variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-2-col-with-links",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-2-col-with-sidebar",
      "layer": "marketing",
      "type": "example",
      "title": "Header 2 col with sidebar",
      "description": "Header navigation components — Header 2 col with sidebar variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-2-col-with-sidebar",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-3-col-with-sidebar",
      "layer": "marketing",
      "type": "example",
      "title": "Header 3 col with sidebar",
      "description": "Header navigation components — Header 3 col with sidebar variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-3-col-with-sidebar",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-4-col-slim-with-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Header 4 col slim with footer",
      "description": "Header navigation components — Header 4 col slim with footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-4-col-slim-with-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-4-col-with-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Header 4 col with footer",
      "description": "Header navigation components — Header 4 col with footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-4-col-with-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-blog-posts-with-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Header blog posts with footer",
      "description": "Header navigation components — Header blog posts with footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-blog-posts-with-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-blog-posts-with-sidebar",
      "layer": "marketing",
      "type": "example",
      "title": "Header blog posts with sidebar",
      "description": "Header navigation components — Header blog posts with sidebar variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-blog-posts-with-sidebar",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-centered",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered",
      "description": "Header sections — Header centered variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered",
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered brand",
      "description": "Header sections — Header centered brand variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-brand",
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-buttons",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered buttons",
      "description": "Header sections — Header centered buttons variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-buttons",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-buttons-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered buttons brand",
      "description": "Header sections — Header centered buttons brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-buttons-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-email",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered email",
      "description": "Header sections — Header centered email variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-email",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-email-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered email brand",
      "description": "Header sections — Header centered email brand variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-email-brand",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-search",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered search",
      "description": "Header sections — Header centered search variant.",
      "registryDependencies": [
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-search",
      "composes_with": [
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-search-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered search brand",
      "description": "Header sections — Header centered search brand variant.",
      "registryDependencies": [
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-search-brand",
      "composes_with": [
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-tabs",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered tabs",
      "description": "Header sections — Header centered tabs variant.",
      "registryDependencies": [
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-tabs",
      "composes_with": [
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-centered-tabs-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header centered tabs brand",
      "description": "Header sections — Header centered tabs brand variant.",
      "registryDependencies": [
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-centered-tabs-brand",
      "composes_with": [
        "tabs"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-dropdown-feature-card",
      "layer": "marketing",
      "type": "example",
      "title": "Header dropdown feature card",
      "description": "Header navigation components — Header dropdown feature card variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-dropdown-feature-card",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-dropdown-featured-posts",
      "layer": "marketing",
      "type": "example",
      "title": "Header dropdown featured posts",
      "description": "Header navigation components — Header dropdown featured posts variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-dropdown-featured-posts",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-dropdown-simple",
      "layer": "marketing",
      "type": "example",
      "title": "Header dropdown simple",
      "description": "Header navigation components — Header dropdown simple variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-dropdown-simple",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-dropdown-simple-two-columns",
      "layer": "marketing",
      "type": "example",
      "title": "Header dropdown simple two columns",
      "description": "Header navigation components — Header dropdown simple two columns variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-dropdown-simple-two-columns",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-dropdown-simple-two-columns-with-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Header dropdown simple two columns with footer",
      "description": "Header navigation components — Header dropdown simple two columns with footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-dropdown-simple-two-columns-with-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-dropdown-simple-with-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Header dropdown simple with footer",
      "description": "Header navigation components — Header dropdown simple with footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-dropdown-simple-with-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-dropdown-with-two-cols-and-links-and-footer",
      "layer": "marketing",
      "type": "example",
      "title": "Header dropdown with two cols and links and footer",
      "description": "Header navigation components — Header dropdown with two cols and links and footer variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/header-navigations/header-dropdown-with-two-cols-and-links-and-footer",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_hover",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-primary",
        "text-fg-quaternary",
        "text-fg-secondary",
        "text-fg-white",
        "text-primary",
        "text-secondary",
        "text-secondary_hover",
        "text-tertiary"
      ],
      "fileCount": 5
    },
    {
      "name": "header-left",
      "layer": "marketing",
      "type": "example",
      "title": "Header left",
      "description": "Header sections — Header left variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left",
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header left brand",
      "description": "Header sections — Header left brand variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-brand",
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-buttons",
      "layer": "marketing",
      "type": "example",
      "title": "Header left buttons",
      "description": "Header sections — Header left buttons variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-buttons",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-buttons-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header left buttons brand",
      "description": "Header sections — Header left buttons brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-buttons-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-email",
      "layer": "marketing",
      "type": "example",
      "title": "Header left email",
      "description": "Header sections — Header left email variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-email",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-email-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header left email brand",
      "description": "Header sections — Header left email brand variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-email-brand",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-search",
      "layer": "marketing",
      "type": "example",
      "title": "Header left search",
      "description": "Header sections — Header left search variant.",
      "registryDependencies": [
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-search",
      "composes_with": [
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-search-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header left search brand",
      "description": "Header sections — Header left search brand variant.",
      "registryDependencies": [
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-search-brand",
      "composes_with": [
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-tabs",
      "layer": "marketing",
      "type": "example",
      "title": "Header left tabs",
      "description": "Header sections — Header left tabs variant.",
      "registryDependencies": [
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-tabs",
      "composes_with": [
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-left-tabs-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header left tabs brand",
      "description": "Header sections — Header left tabs brand variant.",
      "registryDependencies": [
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-left-tabs-brand",
      "composes_with": [
        "tabs"
      ],
      "token_contract": [
        "bg-brand-primary_alt",
        "bg-brand-section",
        "text-brand-secondary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between",
      "description": "Header sections — Header space between variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between",
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between brand",
      "description": "Header sections — Header space between brand variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-brand",
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-buttons",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between buttons",
      "description": "Header sections — Header space between buttons variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-buttons",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-buttons-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between buttons brand",
      "description": "Header sections — Header space between buttons brand variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-buttons-brand",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-email",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between email",
      "description": "Header sections — Header space between email variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-email",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-email-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between email brand",
      "description": "Header sections — Header space between email brand variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-email-brand",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-search",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between search",
      "description": "Header sections — Header space between search variant.",
      "registryDependencies": [
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-search",
      "composes_with": [
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-search-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between search brand",
      "description": "Header sections — Header space between search brand variant.",
      "registryDependencies": [
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-search-brand",
      "composes_with": [
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-tabs",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between tabs",
      "description": "Header sections — Header space between tabs variant.",
      "registryDependencies": [
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-tabs",
      "composes_with": [
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "header-space-between-tabs-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Header space between tabs brand",
      "description": "Header sections — Header space between tabs brand variant.",
      "registryDependencies": [
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/header-sections/header-space-between-tabs-brand",
      "composes_with": [
        "tabs"
      ],
      "token_contract": [
        "bg-brand-primary_alt",
        "bg-brand-section",
        "text-brand-secondary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-abstract-angles-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero abstract angles 01",
      "description": "Hero header sections — Hero abstract angles 01 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations",
        "video-player"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-abstract-angles-01",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations",
        "video-player"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-brand-100_alt",
        "bg-utility-brand-200_alt",
        "bg-utility-brand-400_alt",
        "bg-utility-brand-50_alt",
        "text-brand-primary",
        "text-brand-secondary",
        "text-fg-brand-secondary_alt"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-abstract-angles-02",
      "layer": "marketing",
      "type": "example",
      "title": "Hero abstract angles 02",
      "description": "Hero header sections — Hero abstract angles 02 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations",
        "video-player"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-abstract-angles-02",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations",
        "video-player"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-brand-100_alt",
        "bg-utility-brand-200_alt",
        "bg-utility-brand-400_alt",
        "bg-utility-brand-50_alt",
        "text-brand-primary",
        "text-brand-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-abstract-angles-03",
      "layer": "marketing",
      "type": "example",
      "title": "Hero abstract angles 03",
      "description": "Hero header sections — Hero abstract angles 03 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-abstract-angles-03",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-brand-100_alt",
        "bg-utility-brand-200_alt",
        "bg-utility-brand-400_alt",
        "bg-utility-brand-50_alt",
        "text-brand-primary",
        "text-brand-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-abstract-angles-04",
      "layer": "marketing",
      "type": "example",
      "title": "Hero abstract angles 04",
      "description": "Hero header sections — Hero abstract angles 04 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-abstract-angles-04",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-brand-100_alt",
        "bg-utility-brand-200_alt",
        "bg-utility-brand-400_alt",
        "bg-utility-brand-50_alt",
        "text-brand-primary",
        "text-brand-secondary",
        "text-fg-brand-secondary_alt"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 01",
      "description": "Hero header sections — Hero card mockup 01 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-01",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 02",
      "description": "Hero header sections — Hero card mockup 02 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-02",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-quaternary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 03",
      "description": "Hero header sections — Hero card mockup 03 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-03",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 04",
      "description": "Hero header sections — Hero card mockup 04 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-04",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-secondary",
        "bg-utility-blue-500",
        "bg-utility-green-500",
        "bg-utility-orange-500",
        "bg-utility-pink-500",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-05",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 05",
      "description": "Hero header sections — Hero card mockup 05 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-05",
      "composes_with": [
        "background-patterns",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-06",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 06",
      "description": "Hero header sections — Hero card mockup 06 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-06",
      "composes_with": [
        "background-patterns",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-utility-brand-400",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-07",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 07",
      "description": "Hero header sections — Hero card mockup 07 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-07",
      "composes_with": [
        "background-patterns",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-utility-blue-500",
        "bg-utility-green-500",
        "bg-utility-orange-500",
        "bg-utility-pink-500",
        "text-fg-brand-secondary_alt",
        "text-fg-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-08",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 08",
      "description": "Hero header sections — Hero card mockup 08 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-08",
      "composes_with": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-success-secondary",
        "text-featured-icon-light-fg-success",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-09",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 09",
      "description": "Hero header sections — Hero card mockup 09 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-09",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-10",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 10",
      "description": "Hero header sections — Hero card mockup 10 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-10",
      "composes_with": [
        "background-patterns",
        "buttons",
        "credit-card",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-card-mockup-11",
      "layer": "marketing",
      "type": "example",
      "title": "Hero card mockup 11",
      "description": "Hero header sections — Hero card mockup 11 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-card-mockup-11",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "credit-card",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-color-card-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero color card 01",
      "description": "Hero header sections — Hero color card 01 variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-color-card-01",
      "composes_with": [
        "buttons",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-border-tertiary",
        "bg-brand-section",
        "bg-primary",
        "text-fg-brand-secondary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-color-card-02",
      "layer": "marketing",
      "type": "example",
      "title": "Hero color card 02",
      "description": "Hero header sections — Hero color card 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-color-card-02",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-border-tertiary",
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-color-card-03",
      "layer": "marketing",
      "type": "example",
      "title": "Hero color card 03",
      "description": "Hero header sections — Hero color card 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-color-card-03",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-secondary",
        "text-fg-brand-secondary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-color-card-04",
      "layer": "marketing",
      "type": "example",
      "title": "Hero color card 04",
      "description": "Hero header sections — Hero color card 04 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-color-card-04",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-geometric-shapes-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero geometric shapes 01",
      "description": "Hero header sections — Hero geometric shapes 01 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-geometric-shapes-01",
      "composes_with": [
        "background-patterns",
        "buttons",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary",
        "text-utility-brand-200",
        "text-utility-brand-300",
        "text-utility-brand-400",
        "text-utility-brand-500",
        "text-utility-brand-600",
        "text-utility-brand-700"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-geometric-shapes-03",
      "layer": "marketing",
      "type": "example",
      "title": "Hero geometric shapes 03",
      "description": "Hero header sections — Hero geometric shapes 03 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-geometric-shapes-03",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-geometric-shapes-04",
      "layer": "marketing",
      "type": "example",
      "title": "Hero geometric shapes 04",
      "description": "Hero header sections — Hero geometric shapes 04 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-geometric-shapes-04",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary",
        "text-utility-brand-100",
        "text-utility-brand-200",
        "text-utility-brand-300",
        "text-utility-brand-400",
        "text-utility-brand-500",
        "text-utility-brand-600"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-iphone-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero iphone mockup 01",
      "description": "Hero header sections — Hero iphone mockup 01 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-iphone-mockup-01",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-iphone-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Hero iphone mockup 02",
      "description": "Hero header sections — Hero iphone mockup 02 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-iphone-mockup-02",
      "composes_with": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations",
        "mockups"
      ],
      "token_contract": [
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-iphone-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Hero iphone mockup 03",
      "description": "Hero header sections — Hero iphone mockup 03 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-iphone-mockup-03",
      "composes_with": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-iphone-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Hero iphone mockup 04",
      "description": "Hero header sections — Hero iphone mockup 04 variant.",
      "registryDependencies": [
        "avatar",
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations",
        "mockups",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-iphone-mockup-04",
      "composes_with": [
        "avatar",
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations",
        "mockups",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-screen-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero screen mockup 01",
      "description": "Hero header sections — Hero screen mockup 01 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-screen-mockup-01",
      "composes_with": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-screen-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Hero screen mockup 02",
      "description": "Hero header sections — Hero screen mockup 02 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-screen-mockup-02",
      "composes_with": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-screen-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Hero screen mockup 03",
      "description": "Hero header sections — Hero screen mockup 03 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-screen-mockup-03",
      "composes_with": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-screen-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Hero screen mockup 04",
      "description": "Hero header sections — Hero screen mockup 04 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-screen-mockup-04",
      "composes_with": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-screen-mockup-05",
      "layer": "marketing",
      "type": "example",
      "title": "Hero screen mockup 05",
      "description": "Hero header sections — Hero screen mockup 05 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-screen-mockup-05",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-screen-mockup-06",
      "layer": "marketing",
      "type": "example",
      "title": "Hero screen mockup 06",
      "description": "Hero header sections — Hero screen mockup 06 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-screen-mockup-06",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-screen-mockup-07",
      "layer": "marketing",
      "type": "example",
      "title": "Hero screen mockup 07",
      "description": "Hero header sections — Hero screen mockup 07 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-screen-mockup-07",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-screen-mockup-08",
      "layer": "marketing",
      "type": "example",
      "title": "Hero screen mockup 08",
      "description": "Hero header sections — Hero screen mockup 08 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-screen-mockup-08",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-simple-text-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero simple text 01",
      "description": "Hero header sections — Hero simple text 01 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-simple-text-01",
      "composes_with": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-simple-text-02",
      "layer": "marketing",
      "type": "example",
      "title": "Hero simple text 02",
      "description": "Hero header sections — Hero simple text 02 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-simple-text-02",
      "composes_with": [
        "background-patterns",
        "buttons",
        "cx",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-fg-brand-secondary",
        "text-fg-brand-secondary_alt",
        "text-fg-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-split-form-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero split form 01",
      "description": "Hero header sections — Hero split form 01 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-split-form-01",
      "composes_with": [
        "avatar",
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-brand-secondary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-split-form-02",
      "layer": "marketing",
      "type": "example",
      "title": "Hero split form 02",
      "description": "Hero header sections — Hero split form 02 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "form",
        "header-navigations",
        "input",
        "logo"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-split-form-02",
      "composes_with": [
        "background-patterns",
        "buttons",
        "form",
        "header-navigations",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-success-secondary",
        "bg-tertiary",
        "border-secondary",
        "text-featured-icon-light-fg-success",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-split-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Hero split image 01",
      "description": "Hero header sections — Hero split image 01 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-split-image-01",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-split-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Hero split image 02",
      "description": "Hero header sections — Hero split image 02 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-split-image-02",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-split-image-03",
      "layer": "marketing",
      "type": "example",
      "title": "Hero split image 03",
      "description": "Hero header sections — Hero split image 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "file-upload",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-split-image-03",
      "composes_with": [
        "buttons",
        "demo-assets",
        "file-upload",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-split-image-04",
      "layer": "marketing",
      "type": "example",
      "title": "Hero split image 04",
      "description": "Hero header sections — Hero split image 04 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-split-image-04",
      "composes_with": [
        "avatar",
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-split-image-05",
      "layer": "marketing",
      "type": "example",
      "title": "Hero split image 05",
      "description": "Hero header sections — Hero split image 05 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-split-image-05",
      "composes_with": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "hero-split-image-06",
      "layer": "marketing",
      "type": "example",
      "title": "Hero split image 06",
      "description": "Hero header sections — Hero split image 06 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/hero-header-sections/hero-split-image-06",
      "composes_with": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "form",
        "header-navigations",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "image-welcome",
      "layer": "app-examples",
      "type": "example",
      "title": "Image welcome",
      "description": "Email templates — Image welcome variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/image-welcome",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 01",
      "description": "Informational pages with sidebar navigation — Informational 01 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-01",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 02",
      "description": "Informational pages with sidebar navigation — Informational 02 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "date-picker",
        "demo-assets",
        "input",
        "table"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-02",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "date-picker",
        "demo-assets",
        "input",
        "table"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-03",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 03",
      "description": "Informational pages with sidebar navigation — Informational 03 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "buttons",
        "demo-assets",
        "dropdown",
        "file-upload",
        "input",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "@untitledui/file-icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-03",
      "composes_with": [
        "app-navigation",
        "avatar",
        "buttons",
        "demo-assets",
        "dropdown",
        "file-upload",
        "input",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-04",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 04",
      "description": "Informational pages with sidebar navigation — Informational 04 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "select",
        "table"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-04",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "demo-assets",
        "input",
        "pagination",
        "select",
        "table"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-05",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 05",
      "description": "Informational pages with sidebar navigation — Informational 05 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "table"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-05",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "input",
        "table"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-06",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 06",
      "description": "Informational pages with sidebar navigation — Informational 06 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "input",
        "metrics",
        "progress-indicators",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-06",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "dropdown",
        "featured-icon",
        "input",
        "metrics",
        "progress-indicators",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-07",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 07",
      "description": "Informational pages with sidebar navigation — Informational 07 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "pagination",
        "progress-indicators",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-07",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "date-picker",
        "demo-assets",
        "dropdown",
        "input",
        "metrics",
        "pagination",
        "progress-indicators",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-08",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 08",
      "description": "Informational pages with sidebar navigation — Informational 08 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "cx",
        "date-picker",
        "demo-assets",
        "input",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-08",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "cx",
        "date-picker",
        "demo-assets",
        "input",
        "tabs"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-09",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 09",
      "description": "Informational pages with sidebar navigation — Informational 09 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "cx",
        "date-picker",
        "demo-assets",
        "input",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-09",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "cx",
        "date-picker",
        "demo-assets",
        "input",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-10",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 10",
      "description": "Informational pages with sidebar navigation — Informational 10 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "date-picker",
        "demo-assets",
        "input",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-10",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "date-picker",
        "demo-assets",
        "input",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-11",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 11",
      "description": "Informational pages with sidebar navigation — Informational 11 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "messaging"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-11",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "cx",
        "demo-assets",
        "dropdown",
        "input",
        "messaging"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-fg-brand-secondary",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-12",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 12",
      "description": "Informational pages with sidebar navigation — Informational 12 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "demo-assets",
        "messaging"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-12",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "demo-assets",
        "messaging"
      ],
      "token_contract": [
        "bg-fg-success-secondary",
        "bg-primary",
        "bg-utility-brand-100",
        "border-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-13",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 13",
      "description": "Informational pages with sidebar navigation — Informational 13 variant.",
      "registryDependencies": [
        "activity-feed",
        "app-navigation",
        "badges",
        "breadcrumbs",
        "buttons",
        "demo-assets",
        "dropdown",
        "section-headers",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-13",
      "composes_with": [
        "activity-feed",
        "app-navigation",
        "badges",
        "breadcrumbs",
        "buttons",
        "demo-assets",
        "dropdown",
        "section-headers",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-14",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 14",
      "description": "Informational pages with sidebar navigation — Informational 14 variant.",
      "registryDependencies": [
        "app-navigation",
        "badges",
        "buttons",
        "demo-assets",
        "dropdown",
        "messaging",
        "section-headers",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-14",
      "composes_with": [
        "app-navigation",
        "badges",
        "buttons",
        "demo-assets",
        "dropdown",
        "messaging",
        "section-headers",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-primary",
        "text-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-15",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 15",
      "description": "Informational pages with sidebar navigation — Informational 15 variant.",
      "registryDependencies": [
        "app-navigation",
        "badges",
        "breadcrumbs",
        "buttons",
        "code-snippet",
        "input",
        "pagination",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-15",
      "composes_with": [
        "app-navigation",
        "badges",
        "breadcrumbs",
        "buttons",
        "code-snippet",
        "input",
        "pagination",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-16",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 16",
      "description": "Informational pages with sidebar navigation — Informational 16 variant.",
      "registryDependencies": [
        "app-navigation",
        "badges",
        "button-group",
        "buttons",
        "date-picker",
        "demo-assets",
        "input",
        "pagination",
        "rating",
        "select"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-16",
      "composes_with": [
        "app-navigation",
        "badges",
        "button-group",
        "buttons",
        "date-picker",
        "demo-assets",
        "input",
        "pagination",
        "rating",
        "select"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-17",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 17",
      "description": "Informational pages with sidebar navigation — Informational 17 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "dropdown",
        "section-headers",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-17",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "buttons",
        "demo-assets",
        "dropdown",
        "section-headers",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-18",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 18",
      "description": "Informational pages with sidebar navigation — Informational 18 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "buttons",
        "demo-assets",
        "dropdown"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-18",
      "composes_with": [
        "app-navigation",
        "avatar",
        "buttons",
        "demo-assets",
        "dropdown"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-primary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "informational-19",
      "layer": "app-examples",
      "type": "example",
      "title": "Informational 19",
      "description": "Informational pages with sidebar navigation — Informational 19 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "cx",
        "demo-assets",
        "dropdown",
        "file-upload",
        "section-headers",
        "select"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/informational-pages/informational-19",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "buttons",
        "cx",
        "demo-assets",
        "dropdown",
        "file-upload",
        "section-headers",
        "select"
      ],
      "token_contract": [
        "bg-border-primary",
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary",
        "border-border-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 01",
      "description": "Landing pages — Landing page 01 variant.",
      "registryDependencies": [
        "blog-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-01",
      "composes_with": [
        "blog-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 02",
      "description": "Landing pages — Landing page 02 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-02",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 03",
      "description": "Landing pages — Landing page 03 variant.",
      "registryDependencies": [
        "faq-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-03",
      "composes_with": [
        "faq-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 04",
      "description": "Landing pages — Landing page 04 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-04",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 05",
      "description": "Landing pages — Landing page 05 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-05",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 06",
      "description": "Landing pages — Landing page 06 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-06",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 07",
      "description": "Landing pages — Landing page 07 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-07",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 08",
      "description": "Landing pages — Landing page 08 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-08",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 09",
      "description": "Landing pages — Landing page 09 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-09",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 10",
      "description": "Landing pages — Landing page 10 variant.",
      "registryDependencies": [
        "blog-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-10",
      "composes_with": [
        "blog-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-11",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 11",
      "description": "Landing pages — Landing page 11 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-11",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-12",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 12",
      "description": "Landing pages — Landing page 12 variant.",
      "registryDependencies": [
        "cta-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-12",
      "composes_with": [
        "cta-sections",
        "faq-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-13",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 13",
      "description": "Landing pages — Landing page 13 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-13",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "pricing-sections",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-14",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 14",
      "description": "Landing pages — Landing page 14 variant.",
      "registryDependencies": [
        "contact-sections",
        "content-rich-text-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-14",
      "composes_with": [
        "contact-sections",
        "content-rich-text-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-15",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 15",
      "description": "Landing pages — Landing page 15 variant.",
      "registryDependencies": [
        "contact-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-15",
      "composes_with": [
        "contact-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-16",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 16",
      "description": "Landing pages — Landing page 16 variant.",
      "registryDependencies": [
        "contact-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-16",
      "composes_with": [
        "contact-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-17",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 17",
      "description": "Landing pages — Landing page 17 variant.",
      "registryDependencies": [
        "blog-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-17",
      "composes_with": [
        "blog-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-18",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 18",
      "description": "Landing pages — Landing page 18 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-18",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "newsletter-cta-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-19",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 19",
      "description": "Landing pages — Landing page 19 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-19",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "landing-page-20",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Landing page 20",
      "description": "Landing pages — Landing page 20 variant.",
      "registryDependencies": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/landing-pages/landing-page-20",
      "composes_with": [
        "cta-sections",
        "features-sections",
        "footers",
        "hero-header-sections",
        "metrics-sections",
        "pricing-sections",
        "social-proof-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "legal-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Legal page 01",
      "description": "Legal pages — Legal page 01 variant.",
      "registryDependencies": [
        "content-rich-text-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/legal-pages/legal-page-01",
      "composes_with": [
        "content-rich-text-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "legal-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Legal page 02",
      "description": "Legal pages — Legal page 02 variant.",
      "registryDependencies": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/legal-pages/legal-page-02",
      "composes_with": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "legal-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Legal page 03",
      "description": "Legal pages — Legal page 03 variant.",
      "registryDependencies": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/legal-pages/legal-page-03",
      "composes_with": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "legal-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Legal page 04",
      "description": "Legal pages — Legal page 04 variant.",
      "registryDependencies": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/legal-pages/legal-page-04",
      "composes_with": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "legal-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Legal page 05",
      "description": "Legal pages — Legal page 05 variant.",
      "registryDependencies": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/legal-pages/legal-page-05",
      "composes_with": [
        "content-rich-text-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-card-combined",
      "layer": "app-examples",
      "type": "example",
      "title": "Login card combined",
      "description": "Log in pages — Login card combined variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-card-combined",
      "composes_with": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-card-separated",
      "layer": "app-examples",
      "type": "example",
      "title": "Login card separated",
      "description": "Log in pages — Login card separated variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-card-separated",
      "composes_with": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-simple",
      "layer": "app-examples",
      "type": "example",
      "title": "Login simple",
      "description": "Log in pages — Login simple variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "logo",
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-simple",
      "composes_with": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "logo",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-simple-header-navigation",
      "layer": "app-examples",
      "type": "example",
      "title": "Login simple header navigation",
      "description": "Log in pages — Login simple header navigation variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "logo",
        "tabs"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-simple-header-navigation",
      "composes_with": [
        "buttons",
        "checkbox",
        "form",
        "input",
        "logo",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-simple-illustration",
      "layer": "app-examples",
      "type": "example",
      "title": "Login simple illustration",
      "description": "Log in pages — Login simple illustration variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "form",
        "illustrations",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-simple-illustration",
      "composes_with": [
        "buttons",
        "checkbox",
        "form",
        "illustrations",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-simple-minimal",
      "layer": "app-examples",
      "type": "example",
      "title": "Login simple minimal",
      "description": "Log in pages — Login simple minimal variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-simple-minimal",
      "composes_with": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-simple-social-login-leading",
      "layer": "app-examples",
      "type": "example",
      "title": "Login simple social login leading",
      "description": "Log in pages — Login simple social login leading variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-simple-social-login-leading",
      "composes_with": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-simple-social-logins",
      "layer": "app-examples",
      "type": "example",
      "title": "Login simple social logins",
      "description": "Log in pages — Login simple social logins variant.",
      "registryDependencies": [
        "buttons",
        "content-divider",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-simple-social-logins",
      "composes_with": [
        "buttons",
        "content-divider",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-split-carousel",
      "layer": "app-examples",
      "type": "example",
      "title": "Login split carousel",
      "description": "Log in pages — Login split carousel variant.",
      "registryDependencies": [
        "buttons",
        "carousel",
        "checkbox",
        "form",
        "input",
        "logo",
        "pagination"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-split-carousel",
      "composes_with": [
        "buttons",
        "carousel",
        "checkbox",
        "form",
        "input",
        "logo",
        "pagination"
      ],
      "token_contract": [
        "bg-border-tertiary",
        "bg-brand-section",
        "bg-primary",
        "text-fg-brand-primary",
        "text-fg-brand-secondary_alt",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "login-split-image",
      "layer": "app-examples",
      "type": "example",
      "title": "Login split image",
      "description": "Log in pages — Login split image variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-split-image",
      "composes_with": [
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-split-mockup",
      "layer": "app-examples",
      "type": "example",
      "title": "Login split mockup",
      "description": "Log in pages — Login split mockup variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-split-mockup",
      "composes_with": [
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "bg-utility-neutral-50",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-split-mockup-quote",
      "layer": "app-examples",
      "type": "example",
      "title": "Login split mockup quote",
      "description": "Log in pages — Login split mockup quote variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-split-mockup-quote",
      "composes_with": [
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "bg-utility-neutral-50",
        "text-fg-primary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-split-quote",
      "layer": "app-examples",
      "type": "example",
      "title": "Login split quote",
      "description": "Log in pages — Login split quote variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-split-quote",
      "composes_with": [
        "avatar",
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-split-quote-image-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Login split quote image 01",
      "description": "Log in pages — Login split quote image 01 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-split-quote-image-01",
      "composes_with": [
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-split-quote-image-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Login split quote image 02",
      "description": "Log in pages — Login split quote image 02 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-split-quote-image-02",
      "composes_with": [
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "login-split-quote-image-03",
      "layer": "app-examples",
      "type": "example",
      "title": "Login split quote image 03",
      "description": "Log in pages — Login split quote image 03 variant.",
      "registryDependencies": [
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/log-in-pages/login-split-quote-image-03",
      "composes_with": [
        "buttons",
        "checkbox",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-card-brand-dark",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics card brand dark",
      "description": "Metrics sections — Metrics card brand dark variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-card-brand-dark",
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-card-gray-light",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics card gray light",
      "description": "Metrics sections — Metrics card gray light variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-card-gray-light",
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-image-with-cards-01",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics image with cards 01",
      "description": "Metrics sections — Metrics image with cards 01 variant.",
      "registryDependencies": [
        "badges",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-image-with-cards-01",
      "composes_with": [
        "badges",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-image-with-cards-02",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics image with cards 02",
      "description": "Metrics sections — Metrics image with cards 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-image-with-cards-02",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-minimal-centered-text",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics minimal centered text",
      "description": "Metrics sections — Metrics minimal centered text variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-minimal-centered-text",
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-minimal-centered-text-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics minimal centered text brand",
      "description": "Metrics sections — Metrics minimal centered text brand variant.",
      "registryDependencies": [],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-minimal-centered-text-brand",
      "token_contract": [
        "bg-brand-section",
        "border-brand",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-simple-accent-line",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics simple accent line",
      "description": "Metrics sections — Metrics simple accent line variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-simple-accent-line",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "border-fg-brand-primary_alt",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-simple-accent-line-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics simple accent line brand",
      "description": "Metrics sections — Metrics simple accent line brand variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-simple-accent-line-brand",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-simple-centered-text",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics simple centered text",
      "description": "Metrics sections — Metrics simple centered text variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-simple-centered-text",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-simple-centered-text-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics simple centered text brand",
      "description": "Metrics sections — Metrics simple centered text brand variant.",
      "registryDependencies": [
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-simple-centered-text-brand",
      "composes_with": [
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-section",
        "border-brand_alt",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-simple-with-actions-01",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics simple with actions 01",
      "description": "Metrics sections — Metrics simple with actions 01 variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-simple-with-actions-01",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-simple-with-actions-02",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics simple with actions 02",
      "description": "Metrics sections — Metrics simple with actions 02 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-simple-with-actions-02",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-split-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics split image 01",
      "description": "Metrics sections — Metrics split image 01 variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-split-image-01",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-split-image-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics split image 01 brand",
      "description": "Metrics sections — Metrics split image 01 brand variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-split-image-01-brand",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-split-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics split image 02",
      "description": "Metrics sections — Metrics split image 02 variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-split-image-02",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-brand-tertiary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "metrics-split-image-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Metrics split image 02 brand",
      "description": "Metrics sections — Metrics split image 02 brand variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/metrics-sections/metrics-split-image-02-brand",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-secondary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "mockup-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Mockup 01",
      "description": "Email templates — Mockup 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/mockup-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "mockup-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Mockup 02",
      "description": "Email templates — Mockup 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/mockup-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-primary",
        "text-tertiary",
        "text-tertiary_hover"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-card-horizontal",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter card horizontal",
      "description": "Newsletter CTA sections — Newsletter card horizontal variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-card-horizontal",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-card-horizontal-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter card horizontal brand",
      "description": "Newsletter CTA sections — Newsletter card horizontal brand variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-card-horizontal-brand",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-card-vertical",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter card vertical",
      "description": "Newsletter CTA sections — Newsletter card vertical variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-card-vertical",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-card-vertical-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter card vertical brand",
      "description": "Newsletter CTA sections — Newsletter card vertical brand variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-card-vertical-brand",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-iphone-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter iphone mockup 01",
      "description": "Newsletter CTA sections — Newsletter iphone mockup 01 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-iphone-mockup-01",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-iphone-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter iphone mockup 02",
      "description": "Newsletter CTA sections — Newsletter iphone mockup 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-iphone-mockup-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-iphone-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter iphone mockup 03",
      "description": "Newsletter CTA sections — Newsletter iphone mockup 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-iphone-mockup-03",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-iphone-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter iphone mockup 04",
      "description": "Newsletter CTA sections — Newsletter iphone mockup 04 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-iphone-mockup-04",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-brand-secondary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-screen-mockup-01",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter screen mockup 01",
      "description": "Newsletter CTA sections — Newsletter screen mockup 01 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-screen-mockup-01",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-primary",
        "bg-utility-neutral-50",
        "text-featured-icon-light-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-screen-mockup-02",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter screen mockup 02",
      "description": "Newsletter CTA sections — Newsletter screen mockup 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-screen-mockup-02",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "input",
        "mockups"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-screen-mockup-03",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter screen mockup 03",
      "description": "Newsletter CTA sections — Newsletter screen mockup 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-screen-mockup-03",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-screen-mockup-04",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter screen mockup 04",
      "description": "Newsletter CTA sections — Newsletter screen mockup 04 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-screen-mockup-04",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-50",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-simple-centered",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter simple centered",
      "description": "Newsletter CTA sections — Newsletter simple centered variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-simple-centered",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-simple-centered-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter simple centered brand",
      "description": "Newsletter CTA sections — Newsletter simple centered brand variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-simple-centered-brand",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-simple-left",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter simple left",
      "description": "Newsletter CTA sections — Newsletter simple left variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-simple-left",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "newsletter-simple-left-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Newsletter simple left brand",
      "description": "Newsletter CTA sections — Newsletter simple left brand variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/newsletter-cta-sections/newsletter-simple-left-brand",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-illustration-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found illustration 01",
      "description": "404 sections — Not found illustration 01 variant.",
      "registryDependencies": [
        "buttons",
        "illustrations"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-illustration-01",
      "composes_with": [
        "buttons",
        "illustrations"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-illustration-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found illustration 02",
      "description": "404 sections — Not found illustration 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-illustration-02",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-bg-tertiary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 01",
      "description": "404 pages — Not found page 01 variant.",
      "registryDependencies": [
        "404-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-01",
      "composes_with": [
        "404-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 02",
      "description": "404 pages — Not found page 02 variant.",
      "registryDependencies": [
        "404-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-02",
      "composes_with": [
        "404-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 03",
      "description": "404 pages — Not found page 03 variant.",
      "registryDependencies": [
        "404-sections",
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-03",
      "composes_with": [
        "404-sections",
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 04",
      "description": "404 pages — Not found page 04 variant.",
      "registryDependencies": [
        "404-sections",
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-04",
      "composes_with": [
        "404-sections",
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 05",
      "description": "404 pages — Not found page 05 variant.",
      "registryDependencies": [
        "404-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-05",
      "composes_with": [
        "404-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 06",
      "description": "404 pages — Not found page 06 variant.",
      "registryDependencies": [
        "404-sections",
        "blog-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-06",
      "composes_with": [
        "404-sections",
        "blog-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 07",
      "description": "404 pages — Not found page 07 variant.",
      "registryDependencies": [
        "404-sections",
        "cta-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-07",
      "composes_with": [
        "404-sections",
        "cta-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 08",
      "description": "404 pages — Not found page 08 variant.",
      "registryDependencies": [
        "404-sections",
        "footers",
        "header-navigations"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-08",
      "composes_with": [
        "404-sections",
        "footers",
        "header-navigations"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 09",
      "description": "404 pages — Not found page 09 variant.",
      "registryDependencies": [
        "404-sections",
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-09",
      "composes_with": [
        "404-sections",
        "blog-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-page-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Not found page 10",
      "description": "404 pages — Not found page 10 variant.",
      "registryDependencies": [
        "404-sections",
        "blog-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/404-pages/not-found-page-10",
      "composes_with": [
        "404-sections",
        "blog-sections",
        "footers",
        "header-navigations",
        "newsletter-cta-sections",
        "section-divider"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-screen-mockup",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found screen mockup",
      "description": "404 sections — Not found screen mockup variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-screen-mockup",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-50",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-simple-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found simple 01",
      "description": "404 sections — Not found simple 01 variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-simple-01",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-simple-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found simple 02",
      "description": "404 sections — Not found simple 02 variant.",
      "registryDependencies": [
        "badges",
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-simple-02",
      "composes_with": [
        "badges",
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-simple-03",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found simple 03",
      "description": "404 sections — Not found simple 03 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-simple-03",
      "composes_with": [
        "background-patterns",
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-simple-04",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found simple 04",
      "description": "404 sections — Not found simple 04 variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-simple-04",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-icon-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-simple-05",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found simple 05",
      "description": "404 sections — Not found simple 05 variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-simple-05",
      "composes_with": [
        "buttons",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-bg-tertiary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-simple-06",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found simple 06",
      "description": "404 sections — Not found simple 06 variant.",
      "registryDependencies": [
        "background-patterns",
        "badges",
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-simple-06",
      "composes_with": [
        "background-patterns",
        "badges",
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-split-image-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found split image 01",
      "description": "404 sections — Not found split image 01 variant.",
      "registryDependencies": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-split-image-01",
      "composes_with": [
        "background-patterns",
        "buttons",
        "demo-assets",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-split-image-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found split image 02",
      "description": "404 sections — Not found split image 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-split-image-02",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-split-image-03",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found split image 03",
      "description": "404 sections — Not found split image 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-split-image-03",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-split-image-04",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found split image 04",
      "description": "404 sections — Not found split image 04 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-split-image-04",
      "composes_with": [
        "badges",
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "not-found-split-image-05",
      "layer": "app-examples",
      "type": "example",
      "title": "Not found split image 05",
      "description": "404 sections — Not found split image 05 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/404-sections/not-found-split-image-05",
      "composes_with": [
        "buttons",
        "demo-assets",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-abstract-angles",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing abstract angles",
      "description": "Pricing sections — Pricing abstract angles variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "featured-icon",
        "toggle"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-abstract-angles",
      "composes_with": [
        "badges",
        "buttons",
        "featured-icon",
        "toggle"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-primary",
        "bg-secondary",
        "bg-utility-brand-100_alt",
        "bg-utility-brand-200_alt",
        "bg-utility-brand-400_alt",
        "bg-utility-brand-50_alt",
        "border-secondary",
        "text-brand-primary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-dual-action",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing dual action",
      "description": "Pricing sections — Pricing dual action variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-dual-action",
      "composes_with": [
        "badges",
        "buttons",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-gray-badge",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing gray badge",
      "description": "Pricing sections — Pricing gray badge variant.",
      "registryDependencies": [
        "badges",
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-gray-badge",
      "composes_with": [
        "badges",
        "buttons"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-secondary",
        "text-fg-success-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-large-table-01",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing large table 01",
      "description": "Pricing sections — Pricing large table 01 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "cx",
        "tabs",
        "tooltip"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-large-table-01",
      "composes_with": [
        "badges",
        "buttons",
        "cx",
        "tabs",
        "tooltip"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary_alt",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-success-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-large-table-02",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing large table 02",
      "description": "Pricing sections — Pricing large table 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "featured-icon",
        "slider",
        "tabs",
        "tooltip"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-large-table-02",
      "composes_with": [
        "buttons",
        "cx",
        "featured-icon",
        "slider",
        "tabs",
        "tooltip"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary_alt",
        "border-brand",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-success-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 01",
      "description": "Pricing pages — Pricing page 01 variant.",
      "registryDependencies": [
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-01",
      "composes_with": [
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 02",
      "description": "Pricing pages — Pricing page 02 variant.",
      "registryDependencies": [
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-02",
      "composes_with": [
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-brand-50_alt",
        "text-brand-primary",
        "text-fg-brand-secondary_alt"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 03",
      "description": "Pricing pages — Pricing page 03 variant.",
      "registryDependencies": [
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-03",
      "composes_with": [
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-secondary",
        "text-fg-brand-secondary_alt",
        "text-secondary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 04",
      "description": "Pricing pages — Pricing page 04 variant.",
      "registryDependencies": [
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-04",
      "composes_with": [
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 05",
      "description": "Pricing pages — Pricing page 05 variant.",
      "registryDependencies": [
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "social-proof-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-05",
      "composes_with": [
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "social-proof-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 06",
      "description": "Pricing pages — Pricing page 06 variant.",
      "registryDependencies": [
        "banners",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-06",
      "composes_with": [
        "banners",
        "cta-sections",
        "cx",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 07",
      "description": "Pricing pages — Pricing page 07 variant.",
      "registryDependencies": [
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-07",
      "composes_with": [
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 08",
      "description": "Pricing pages — Pricing page 08 variant.",
      "registryDependencies": [
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-08",
      "composes_with": [
        "cta-sections",
        "cx",
        "faq-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "bg-secondary_alt"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 09",
      "description": "Pricing pages — Pricing page 09 variant.",
      "registryDependencies": [
        "banners",
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-09",
      "composes_with": [
        "banners",
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-page-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Pricing page 10",
      "description": "Pricing pages — Pricing page 10 variant.",
      "registryDependencies": [
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-pages/pricing-page-10",
      "composes_with": [
        "cta-sections",
        "cx",
        "faq-sections",
        "footers",
        "header-navigations",
        "pricing-sections"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-primary-card-icon",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing primary card icon",
      "description": "Pricing sections — Pricing primary card icon variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-primary-card-icon",
      "composes_with": [
        "buttons",
        "featured-icon",
        "tabs"
      ],
      "token_contract": [
        "bg-brand-primary_alt",
        "bg-primary",
        "text-brand-primary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-primary-card-simple",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing primary card simple",
      "description": "Pricing sections — Pricing primary card simple variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-primary-card-simple",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-brand-primary_alt",
        "bg-brand-solid",
        "bg-primary",
        "text-brand-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-primary-dark-badge",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing primary dark badge",
      "description": "Pricing sections — Pricing primary dark badge variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-primary-dark-badge",
      "composes_with": [
        "badges",
        "buttons",
        "tabs"
      ],
      "token_contract": [
        "bg-brand-primary_alt",
        "bg-brand-section",
        "bg-primary",
        "border-secondary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-section-featured-cards-01",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing section featured cards 01",
      "description": "Pricing sections — Pricing section featured cards 01 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-section-featured-cards-01",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-section-featured-cards-02",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing section featured cards 02",
      "description": "Pricing sections — Pricing section featured cards 02 variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-section-featured-cards-02",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-success-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-success",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-section-featured-cards-03",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing section featured cards 03",
      "description": "Pricing sections — Pricing section featured cards 03 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-section-featured-cards-03",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-section-featured-cards-04",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing section featured cards 04",
      "description": "Pricing sections — Pricing section featured cards 04 variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-section-featured-cards-04",
      "composes_with": [
        "badges",
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-success-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-success",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-section-simple-cards-01",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing section simple cards 01",
      "description": "Pricing sections — Pricing section simple cards 01 variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-section-simple-cards-01",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-section-simple-cards-02",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing section simple cards 02",
      "description": "Pricing sections — Pricing section simple cards 02 variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-section-simple-cards-02",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-success-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-success",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-section-simple-cards-03",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing section simple cards 03",
      "description": "Pricing sections — Pricing section simple cards 03 variant.",
      "registryDependencies": [
        "badges",
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-section-simple-cards-03",
      "composes_with": [
        "badges",
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-section-simple-cards-04",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing section simple cards 04",
      "description": "Pricing sections — Pricing section simple cards 04 variant.",
      "registryDependencies": [
        "badges",
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-section-simple-cards-04",
      "composes_with": [
        "badges",
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-success-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-success",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-simple-accent-line",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing simple accent line",
      "description": "Pricing sections — Pricing simple accent line variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-simple-accent-line",
      "composes_with": [
        "badges",
        "buttons",
        "tabs"
      ],
      "token_contract": [
        "bg-border-brand",
        "bg-border-secondary",
        "bg-primary",
        "text-fg-success-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-simple-banner",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing simple banner",
      "description": "Pricing sections — Pricing simple banner variant.",
      "registryDependencies": [
        "buttons",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-simple-banner",
      "composes_with": [
        "buttons",
        "tabs"
      ],
      "token_contract": [
        "bg-brand-solid",
        "bg-primary",
        "text-fg-success-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-simple-call-out",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing simple call out",
      "description": "Pricing sections — Pricing simple call out variant.",
      "registryDependencies": [
        "buttons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-simple-call-out",
      "composes_with": [
        "buttons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-success-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-success",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-simple-dual-check-item",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing simple dual check item",
      "description": "Pricing sections — Pricing simple dual check item variant.",
      "registryDependencies": [
        "badges",
        "buttons",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-simple-dual-check-item",
      "composes_with": [
        "badges",
        "buttons",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-success-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-success",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-simple-icon",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing simple icon",
      "description": "Pricing sections — Pricing simple icon variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-simple-icon",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-brand-primary",
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-featured-icon-light-fg-brand",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "pricing-simple-icon-offset",
      "layer": "marketing",
      "type": "example",
      "title": "Pricing simple icon offset",
      "description": "Pricing sections — Pricing simple icon offset variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/pricing-sections/pricing-simple-icon-offset",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-brand-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "settings-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 01",
      "description": "Settings pages with sidebar navigation — Settings 01 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs",
        "textarea",
        "timezones"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-01",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs",
        "textarea",
        "timezones"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 02",
      "description": "Settings pages with sidebar navigation — Settings 02 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "select",
        "tabs",
        "textarea",
        "timezones",
        "toggle"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-02",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "select",
        "tabs",
        "textarea",
        "timezones",
        "toggle"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-03",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 03",
      "description": "Settings pages with sidebar navigation — Settings 03 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs",
        "textarea"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-03",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs",
        "textarea"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-04",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 04",
      "description": "Settings pages with sidebar navigation — Settings 04 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs",
        "textarea"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-04",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "file-upload",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs",
        "textarea"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-05",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 05",
      "description": "Settings pages with sidebar navigation — Settings 05 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-05",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-06",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 06",
      "description": "Settings pages with sidebar navigation — Settings 06 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "logo",
        "radio-buttons",
        "section-footers",
        "section-headers",
        "select",
        "tabs",
        "toggle"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-06",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "logo",
        "radio-buttons",
        "section-footers",
        "section-headers",
        "select",
        "tabs",
        "toggle"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-brand-solid",
        "bg-primary",
        "bg-secondary",
        "bg-utility-blue-500",
        "bg-utility-green-500",
        "bg-utility-indigo-500",
        "bg-utility-neutral-100",
        "bg-utility-neutral-50",
        "bg-utility-neutral-500",
        "bg-utility-neutral-800",
        "bg-utility-orange-500",
        "bg-utility-pink-500",
        "bg-utility-purple-500",
        "bg-utility-red-500",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-fg-white",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-07",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 07",
      "description": "Settings pages with sidebar navigation — Settings 07 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-07",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-08",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 08",
      "description": "Settings pages with sidebar navigation — Settings 08 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-08",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-09",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 09",
      "description": "Settings pages with sidebar navigation — Settings 09 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-09",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "breadcrumbs",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-10",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 10",
      "description": "Settings pages with sidebar navigation — Settings 10 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-10",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-11",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 11",
      "description": "Settings pages with sidebar navigation — Settings 11 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-11",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-12",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 12",
      "description": "Settings pages with sidebar navigation — Settings 12 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-12",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-13",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 13",
      "description": "Settings pages with sidebar navigation — Settings 13 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "payment-icons",
        "progress-indicators",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-13",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "payment-icons",
        "progress-indicators",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-14",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 14",
      "description": "Settings pages with sidebar navigation — Settings 14 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-14",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "countries",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "section-footers",
        "section-headers",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-15",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 15",
      "description": "Settings pages with sidebar navigation — Settings 15 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "payment-icons",
        "radio-buttons",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-15",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "payment-icons",
        "radio-buttons",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-16",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 16",
      "description": "Settings pages with sidebar navigation — Settings 16 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "payment-icons",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-16",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "payment-icons",
        "section-headers",
        "select",
        "table",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-17",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 17",
      "description": "Settings pages with sidebar navigation — Settings 17 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-17",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-18",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 18",
      "description": "Settings pages with sidebar navigation — Settings 18 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-18",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-19",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 19",
      "description": "Settings pages with sidebar navigation — Settings 19 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "radio-buttons",
        "select",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-19",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "radio-buttons",
        "select",
        "tabs"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-20",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 20",
      "description": "Settings pages with sidebar navigation — Settings 20 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "tabs",
        "toggle"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-20",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "tabs",
        "toggle"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "settings-21",
      "layer": "app-examples",
      "type": "example",
      "title": "Settings 21",
      "description": "Settings pages with sidebar navigation — Settings 21 variant.",
      "registryDependencies": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "tabs",
        "toggle"
      ],
      "dependencies": [
        "@properui/icons",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/settings-pages/settings-21",
      "composes_with": [
        "app-navigation",
        "avatar",
        "badges",
        "button-group",
        "buttons",
        "checkbox",
        "cx",
        "demo-assets",
        "featured-icon",
        "input",
        "section-headers",
        "select",
        "tabs",
        "toggle"
      ],
      "token_contract": [
        "bg-border-secondary",
        "bg-primary",
        "border-secondary",
        "text-brand-tertiary",
        "text-fg-quaternary",
        "text-primary",
        "text-quaternary",
        "text-secondary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "signup-card-combined",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup card combined",
      "description": "Sign up pages — Signup card combined variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-card-combined",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-card-separated",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup card separated",
      "description": "Sign up pages — Signup card separated variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-card-separated",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-progress-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup progress 01",
      "description": "Sign up pages — Signup progress 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "progress-steps"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-progress-01",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "progress-steps"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 2
    },
    {
      "name": "signup-progress-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup progress 02",
      "description": "Sign up pages — Signup progress 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "progress-steps",
        "use-breakpoint"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-progress-02",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "progress-steps",
        "use-breakpoint"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-progress-03",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup progress 03",
      "description": "Sign up pages — Signup progress 03 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "progress-steps",
        "use-breakpoint"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-progress-03",
      "composes_with": [
        "buttons",
        "cx",
        "form",
        "input",
        "logo",
        "progress-steps",
        "use-breakpoint"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-sidebar-progress-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup sidebar progress 01",
      "description": "Sign up pages — Signup sidebar progress 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "logo",
        "pagination",
        "progress-steps",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-sidebar-progress-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "featured-icon",
        "form",
        "input",
        "logo",
        "pagination",
        "progress-steps",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-sidebar-progress-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup sidebar progress 02",
      "description": "Sign up pages — Signup sidebar progress 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "pagination",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-sidebar-progress-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "pagination",
        "rating"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-solid",
        "bg-primary",
        "bg-utility-neutral-300",
        "border-brand_alt",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-simple",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup simple",
      "description": "Sign up pages — Signup simple variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-simple",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-simple-header-navigation",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup simple header navigation",
      "description": "Sign up pages — Signup simple header navigation variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating",
        "tabs"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-simple-header-navigation",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating",
        "tabs"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-simple-social-login-leading",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup simple social login leading",
      "description": "Sign up pages — Signup simple social login leading variant.",
      "registryDependencies": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-simple-social-login-leading",
      "composes_with": [
        "buttons",
        "form",
        "input",
        "logo"
      ],
      "token_contract": [
        "bg-primary",
        "border-secondary",
        "text-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "signup-simple-social-logins",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup simple social logins",
      "description": "Sign up pages — Signup simple social logins variant.",
      "registryDependencies": [
        "buttons",
        "content-divider",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-simple-social-logins",
      "composes_with": [
        "buttons",
        "content-divider",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 2
    },
    {
      "name": "signup-split-app-mockup",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split app mockup",
      "description": "Sign up pages — Signup split app mockup variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "mockups",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-app-mockup",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "mockups",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 4
    },
    {
      "name": "signup-split-arrow",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split arrow",
      "description": "Sign up pages — Signup split arrow variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-arrow",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-brand-primary_alt",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 4
    },
    {
      "name": "signup-split-carousel",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split carousel",
      "description": "Sign up pages — Signup split carousel variant.",
      "registryDependencies": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "pagination",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-carousel",
      "composes_with": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "pagination",
        "rating"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-utility-neutral-300",
        "bg-utility-neutral-50",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 5
    },
    {
      "name": "signup-split-image",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split image",
      "description": "Sign up pages — Signup split image variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-image",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 4
    },
    {
      "name": "signup-split-image-background",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split image background",
      "description": "Sign up pages — Signup split image background variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-image-background",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-primary_on-brand",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 3
    },
    {
      "name": "signup-split-mockup",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split mockup",
      "description": "Sign up pages — Signup split mockup variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-mockup",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "bg-utility-neutral-300",
        "bg-utility-neutral-50",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 5
    },
    {
      "name": "signup-split-mockup-quote",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split mockup quote",
      "description": "Sign up pages — Signup split mockup quote variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-mockup-quote",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-tertiary",
        "bg-utility-neutral-300",
        "bg-utility-neutral-50",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 5
    },
    {
      "name": "signup-split-quote-carousel",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split quote carousel",
      "description": "Sign up pages — Signup split quote carousel variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "pagination",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-quote-carousel",
      "composes_with": [
        "avatar",
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "pagination",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 4
    },
    {
      "name": "signup-split-quote-image-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split quote image 01",
      "description": "Sign up pages — Signup split quote image 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-quote-image-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-quaternary",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 5
    },
    {
      "name": "signup-split-quote-image-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Signup split quote image 02",
      "description": "Sign up pages — Signup split quote image 02 variant.",
      "registryDependencies": [
        "buttons",
        "content-divider",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/sign-up-pages/signup-split-quote-image-02",
      "composes_with": [
        "buttons",
        "content-divider",
        "cx",
        "demo-assets",
        "form",
        "input",
        "logo",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-quaternary",
        "text-fg-white",
        "text-primary",
        "text-tertiary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 3
    },
    {
      "name": "simple-invite",
      "layer": "app-examples",
      "type": "example",
      "title": "Simple invite",
      "description": "Email templates — Simple invite variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/simple-invite",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "simple-verification",
      "layer": "app-examples",
      "type": "example",
      "title": "Simple verification",
      "description": "Email templates — Simple verification variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/simple-verification",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-border-brand",
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "simple-welcome-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Simple welcome 01",
      "description": "Email templates — Simple welcome 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/simple-welcome-01",
      "composes_with": [
        "buttons",
        "cx",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "simple-welcome-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Simple welcome 02",
      "description": "Email templates — Simple welcome 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/simple-welcome-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-card",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof card",
      "description": "Social proof sections — Social proof card variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-card",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-card-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof card brand",
      "description": "Social proof sections — Social proof card brand variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-card-brand",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-cards",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof cards",
      "description": "Social proof sections — Social proof cards variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-cards",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-cards-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof cards brand",
      "description": "Social proof sections — Social proof cards brand variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-cards-brand",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-full-width",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof full width",
      "description": "Social proof sections — Social proof full width variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-full-width",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-full-width-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof full width brand",
      "description": "Social proof sections — Social proof full width brand variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-full-width-brand",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-full-width-dual",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof full width dual",
      "description": "Social proof sections — Social proof full width dual variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-full-width-dual",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-full-width-dual-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof full width dual brand",
      "description": "Social proof sections — Social proof full width dual brand variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-full-width-dual-brand",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-full-width-masked",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof full width masked",
      "description": "Social proof sections — Social proof full width masked variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-full-width-masked",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-full-width-masked-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof full width masked brand",
      "description": "Social proof sections — Social proof full width masked brand variant.",
      "registryDependencies": [
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-full-width-masked-brand",
      "composes_with": [
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-press-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof press brand",
      "description": "Social proof sections — Social proof press brand variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-press-brand",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "social-proof-press-mentions",
      "layer": "marketing",
      "type": "example",
      "title": "Social proof press mentions",
      "description": "Social proof sections — Social proof press mentions variant.",
      "registryDependencies": [
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/social-proof-sections/social-proof-press-mentions",
      "composes_with": [
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "step-1-check-email",
      "layer": "app-examples",
      "type": "example",
      "title": "Step 1 check email",
      "description": "Verification pages — Step 1 check email variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/verification-pages/step-1-check-email",
      "composes_with": [
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "step-1-forgot-password",
      "layer": "app-examples",
      "type": "example",
      "title": "Step 1 forgot password",
      "description": "Forgot password pages — Step 1 forgot password variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/forgot-password-pages/step-1-forgot-password",
      "composes_with": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "step-2-check-email",
      "layer": "app-examples",
      "type": "example",
      "title": "Step 2 check email",
      "description": "Forgot password pages — Step 2 check email variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/forgot-password-pages/step-2-check-email",
      "composes_with": [
        "buttons",
        "demo-assets",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "step-2-enter-code-manually",
      "layer": "app-examples",
      "type": "example",
      "title": "Step 2 enter code manually",
      "description": "Verification pages — Step 2 enter code manually variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "featured-icon",
        "input"
      ],
      "dependencies": [
        "@properui/icons",
        "input-otp"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/verification-pages/step-2-enter-code-manually",
      "composes_with": [
        "buttons",
        "demo-assets",
        "featured-icon",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "step-3-set-new-password",
      "layer": "app-examples",
      "type": "example",
      "title": "Step 3 set new password",
      "description": "Forgot password pages — Step 3 set new password variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/forgot-password-pages/step-3-set-new-password",
      "composes_with": [
        "buttons",
        "featured-icon",
        "form",
        "input"
      ],
      "token_contract": [
        "bg-primary",
        "bg-utility-neutral-300",
        "text-fg-white",
        "text-placeholder",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "step-3-success",
      "layer": "app-examples",
      "type": "example",
      "title": "Step 3 success",
      "description": "Verification pages — Step 3 success variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/verification-pages/step-3-success",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "step-4-success",
      "layer": "app-examples",
      "type": "example",
      "title": "Step 4 success",
      "description": "Forgot password pages — Step 4 success variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/forgot-password-pages/step-4-success",
      "composes_with": [
        "buttons",
        "featured-icon"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "step-sidebar-version",
      "layer": "app-examples",
      "type": "example",
      "title": "Step sidebar version",
      "description": "Forgot password pages — Step sidebar version variant.",
      "registryDependencies": [
        "buttons",
        "featured-icon",
        "form",
        "input",
        "logo",
        "pagination",
        "progress-steps"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/forgot-password-pages/step-sidebar-version",
      "composes_with": [
        "buttons",
        "featured-icon",
        "form",
        "input",
        "logo",
        "pagination",
        "progress-steps"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-01",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 01",
      "description": "Team pages — Team page 01 variant.",
      "registryDependencies": [
        "careers-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-01",
      "composes_with": [
        "careers-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-02",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 02",
      "description": "Team pages — Team page 02 variant.",
      "registryDependencies": [
        "careers-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-02",
      "composes_with": [
        "careers-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-03",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 03",
      "description": "Team pages — Team page 03 variant.",
      "registryDependencies": [
        "careers-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-03",
      "composes_with": [
        "careers-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-04",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 04",
      "description": "Team pages — Team page 04 variant.",
      "registryDependencies": [
        "careers-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-04",
      "composes_with": [
        "careers-sections",
        "cta-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-05",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 05",
      "description": "Team pages — Team page 05 variant.",
      "registryDependencies": [
        "careers-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-05",
      "composes_with": [
        "careers-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-06",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 06",
      "description": "Team pages — Team page 06 variant.",
      "registryDependencies": [
        "careers-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-06",
      "composes_with": [
        "careers-sections",
        "cta-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-07",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 07",
      "description": "Team pages — Team page 07 variant.",
      "registryDependencies": [
        "careers-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-07",
      "composes_with": [
        "careers-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "newsletter-cta-sections",
        "team-sections",
        "testimonial-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-08",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 08",
      "description": "Team pages — Team page 08 variant.",
      "registryDependencies": [
        "careers-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-08",
      "composes_with": [
        "careers-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-09",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 09",
      "description": "Team pages — Team page 09 variant.",
      "registryDependencies": [
        "careers-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-09",
      "composes_with": [
        "careers-sections",
        "features-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "newsletter-cta-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-page-10",
      "layer": "marketing-examples",
      "type": "example",
      "title": "Team page 10",
      "description": "Team pages — Team page 10 variant.",
      "registryDependencies": [
        "careers-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "team-sections"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-pages/team-page-10",
      "composes_with": [
        "careers-sections",
        "footers",
        "header-navigations",
        "header-sections",
        "metrics-sections",
        "team-sections"
      ],
      "token_contract": [
        "bg-primary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-card-01",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image card 01",
      "description": "Team sections — Team section image card 01 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-card-01",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-card-02",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image card 02",
      "description": "Team sections — Team section image card 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-card-02",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-card-03",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image card 03",
      "description": "Team sections — Team section image card 03 variant.",
      "registryDependencies": [
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-card-03",
      "composes_with": [
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-card-04",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image card 04",
      "description": "Team sections — Team section image card 04 variant.",
      "registryDependencies": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-card-04",
      "composes_with": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-collage-01",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image collage 01",
      "description": "Team sections — Team section image collage 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-collage-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-collage-02",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image collage 02",
      "description": "Team sections — Team section image collage 02 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-collage-02",
      "composes_with": [
        "buttons",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-glass-01",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image glass 01",
      "description": "Team sections — Team section image glass 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-glass-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-glass-02",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image glass 02",
      "description": "Team sections — Team section image glass 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-glass-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-glass-03",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image glass 03",
      "description": "Team sections — Team section image glass 03 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-glass-03",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-image-glass-04",
      "layer": "marketing",
      "type": "example",
      "title": "Team section image glass 04",
      "description": "Team sections — Team section image glass 04 variant.",
      "registryDependencies": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-image-glass-04",
      "composes_with": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-simple-01",
      "layer": "marketing",
      "type": "example",
      "title": "Team section simple 01",
      "description": "Team sections — Team section simple 01 variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-simple-01",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-simple-02",
      "layer": "marketing",
      "type": "example",
      "title": "Team section simple 02",
      "description": "Team sections — Team section simple 02 variant.",
      "registryDependencies": [
        "avatar",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-simple-02",
      "composes_with": [
        "avatar",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-simple-03",
      "layer": "marketing",
      "type": "example",
      "title": "Team section simple 03",
      "description": "Team sections — Team section simple 03 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-simple-03",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "team-section-simple-04",
      "layer": "marketing",
      "type": "example",
      "title": "Team section simple 04",
      "description": "Team sections — Team section simple 04 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/team-sections/team-section-simple-04",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-abstract-image",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial abstract image",
      "description": "Testimonials sections — Testimonial abstract image variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-abstract-image",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-card",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial card",
      "description": "Testimonials sections — Testimonial card variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-card",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-card-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial card brand",
      "description": "Testimonials sections — Testimonial card brand variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-card-brand",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-secondary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-card-split-image",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial card split image",
      "description": "Testimonials sections — Testimonial card split image variant.",
      "registryDependencies": [
        "demo-assets",
        "play-button-icon",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-card-split-image",
      "composes_with": [
        "demo-assets",
        "play-button-icon",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-card-split-image-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial card split image brand",
      "description": "Testimonials sections — Testimonial card split image brand variant.",
      "registryDependencies": [
        "demo-assets",
        "play-button-icon",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-card-split-image-brand",
      "composes_with": [
        "demo-assets",
        "play-button-icon",
        "rating"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-secondary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-case-study-cards",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial case study cards",
      "description": "Testimonials sections — Testimonial case study cards variant.",
      "registryDependencies": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-case-study-cards",
      "composes_with": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "bg-utility-blue-600",
        "bg-utility-brand-600",
        "bg-utility-green-600",
        "bg-utility-indigo-600",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-glassmorphic-cards-01",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial glassmorphic cards 01",
      "description": "Testimonials sections — Testimonial glassmorphic cards 01 variant.",
      "registryDependencies": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-glassmorphic-cards-01",
      "composes_with": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-glassmorphic-cards-02",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial glassmorphic cards 02",
      "description": "Testimonials sections — Testimonial glassmorphic cards 02 variant.",
      "registryDependencies": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-glassmorphic-cards-02",
      "composes_with": [
        "buttons",
        "carousel",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-glassmorphic-cards-03",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial glassmorphic cards 03",
      "description": "Testimonials sections — Testimonial glassmorphic cards 03 variant.",
      "registryDependencies": [
        "buttons",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-glassmorphic-cards-03",
      "composes_with": [
        "buttons",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-simple-centered-01",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial simple centered 01",
      "description": "Testimonials sections — Testimonial simple centered 01 variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-simple-centered-01",
      "composes_with": [
        "avatar",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-simple-centered-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial simple centered 01 brand",
      "description": "Testimonials sections — Testimonial simple centered 01 brand variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-simple-centered-01-brand",
      "composes_with": [
        "avatar",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-simple-centered-02",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial simple centered 02",
      "description": "Testimonials sections — Testimonial simple centered 02 variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-simple-centered-02",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-simple-centered-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial simple centered 02 brand",
      "description": "Testimonials sections — Testimonial simple centered 02 brand variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-simple-centered-02-brand",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-simple-centered-03",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial simple centered 03",
      "description": "Testimonials sections — Testimonial simple centered 03 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-simple-centered-03",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-quaternary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-simple-centered-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial simple centered 03 brand",
      "description": "Testimonials sections — Testimonial simple centered 03 brand variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets"
      ],
      "dependencies": [
        "@properui/icons",
        "react",
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-simple-centered-03-brand",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-primary",
        "text-fg-brand-secondary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-simple-left-aligned",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial simple left aligned",
      "description": "Testimonials sections — Testimonial simple left aligned variant.",
      "registryDependencies": [
        "demo-assets",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-simple-left-aligned",
      "composes_with": [
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-simple-left-aligned-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial simple left aligned brand",
      "description": "Testimonials sections — Testimonial simple left aligned brand variant.",
      "registryDependencies": [
        "demo-assets",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-simple-left-aligned-brand",
      "composes_with": [
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-brand-section",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-social-cards-01",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial social cards 01",
      "description": "Testimonials sections — Testimonial social cards 01 variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-social-cards-01",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-social-cards-01-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial social cards 01 brand",
      "description": "Testimonials sections — Testimonial social cards 01 brand variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-social-cards-01-brand",
      "composes_with": [
        "avatar",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-social-cards-02",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial social cards 02",
      "description": "Testimonials sections — Testimonial social cards 02 variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets",
        "rating"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-social-cards-02",
      "composes_with": [
        "avatar",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-social-cards-02-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial social cards 02 brand",
      "description": "Testimonials sections — Testimonial social cards 02 brand variant.",
      "registryDependencies": [
        "avatar",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "react-aria-components"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-social-cards-02-brand",
      "composes_with": [
        "avatar",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "bg-primary",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-social-cards-03",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial social cards 03",
      "description": "Testimonials sections — Testimonial social cards 03 variant.",
      "registryDependencies": [
        "avatar",
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-social-cards-03",
      "composes_with": [
        "avatar",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-primary",
        "bg-primary_alt",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-social-cards-03-brand",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial social cards 03 brand",
      "description": "Testimonials sections — Testimonial social cards 03 brand variant.",
      "registryDependencies": [
        "avatar",
        "cx",
        "demo-assets"
      ],
      "dependencies": [],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-social-cards-03-brand",
      "composes_with": [
        "avatar",
        "cx",
        "demo-assets"
      ],
      "token_contract": [
        "bg-brand-section",
        "bg-brand-section_subtle",
        "text-primary_on-brand",
        "text-tertiary_on-brand"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-split-image-01",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial split image 01",
      "description": "Testimonials sections — Testimonial split image 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-split-image-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-split-image-02",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial split image 02",
      "description": "Testimonials sections — Testimonial split image 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-split-image-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-fg-white",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "testimonial-split-image-03",
      "layer": "marketing",
      "type": "example",
      "title": "Testimonial split image 03",
      "description": "Testimonials sections — Testimonial split image 03 variant.",
      "registryDependencies": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "dependencies": [
        "@properui/icons",
        "react"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/marketing/testimonial-sections/testimonial-split-image-03",
      "composes_with": [
        "avatar",
        "buttons",
        "cx",
        "demo-assets",
        "rating"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "video-welcome-01",
      "layer": "app-examples",
      "type": "example",
      "title": "Video welcome 01",
      "description": "Email templates — Video welcome 01 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "play-button-icon",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/video-welcome-01",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "play-button-icon",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "video-welcome-02",
      "layer": "app-examples",
      "type": "example",
      "title": "Video welcome 02",
      "description": "Email templates — Video welcome 02 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "play-button-icon",
        "social-icons"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/video-welcome-02",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "play-button-icon",
        "social-icons"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-fg-primary",
        "text-fg-quaternary",
        "text-fg-quaternary_hover",
        "text-primary",
        "text-tertiary"
      ],
      "fileCount": 1
    },
    {
      "name": "video-welcome-03",
      "layer": "app-examples",
      "type": "example",
      "title": "Video welcome 03",
      "description": "Email templates — Video welcome 03 variant.",
      "registryDependencies": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "play-button-icon"
      ],
      "dependencies": [
        "@properui/icons"
      ],
      "cssVars": [],
      "examples": [],
      "docs": "/components/email-templates/video-welcome-03",
      "composes_with": [
        "buttons",
        "cx",
        "demo-assets",
        "logo",
        "play-button-icon"
      ],
      "token_contract": [
        "bg-primary",
        "bg-secondary",
        "border-secondary",
        "text-brand-secondary",
        "text-brand-secondary_hover",
        "text-primary",
        "text-tertiary",
        "text-tertiary_hover"
      ],
      "fileCount": 1
    }
  ]
}
