{
  "$comment": "Generated by a2ui/render-audit.mjs. Props that are declared in the catalog but never reach the DOM — confirmed twice, by rendering under jsdom and by reading the component source. Setting one validates cleanly and does nothing.",
  "libraryVersion": "2.3.5",
  "components": {
    "cre8-link-list-item": {
      "text": {
        "reason": "Documented as \"The link text\"; render() never reads it. The label comes from the default slot."
      }
    },
    "cre8-field": {
      "errorText": {
        "reason": "Declared with a default of \"Error\" and never read. The message that renders is `fieldNote`, shown in the error style by `isError`."
      },
      "successText": {
        "reason": "Declared with a default of \"Success\" and never read. Use `fieldNote` with `isSuccess`."
      }
    },
    "cre8-date-picker": {
      "errorText": {
        "reason": "Declared and never read. Use `fieldNote` with `isError`."
      },
      "successText": {
        "reason": "Declared and never read. Use `fieldNote` with `isSuccess`."
      }
    },
    "cre8-modal": {
      "closeButtonText": {
        "reason": "Declared and never read; the close control takes its label from elsewhere."
      }
    }
  }
}
