{
  "d-login": {
    "templateFile": "login.html",
    "addClasses": "flex flex-col gap-4 w-full max-w-md mx-auto p-6 card"
  },
  "d-table": {
    "templateFile": "table.html",
    "addClasses": "table-responsive"
  },
  "d-side-nav": {
    "templateFile": "side-nav.html",
    "addClasses": "w-64 bg-surface shadow-lg h-screen fixed"
  },
  "d-topnav": {
    "templateFile": "topnav.html",
    "addClasses": "nav-container"
  },
  "d-kpi": {
    "templateFile": "kpi-card.html",
    "addClasses": "kpi-card"
  },
  "d-chart-card": {
    "templateFile": "chart-card.html",
    "addClasses": "card p-6"
  },
  "d-input-float": {
    "templateFile": "input-float.html",
    "addClasses": "relative"
  },
  "d-input-standard": {
    "templateFile": "input-standard.html",
    "addClasses": ""
  },
  "d-button": {
    "templateFile": "button.html",
    "addClasses": "filled primary"
  },
  "d-card": {
    "templateFile": "card.html",
    "addClasses": "card"
  },
  "dolphin-loader": {
    "templateFile": "dolphin-loader.html",
    "addClasses": ""
  },
  "dolphin-loading-button": {
    "templateFile": "dolphin-loading-button.html",
    "addClasses": ""
  },
  "dolphin-file-tree": {
    "templateFile": "dolphin-file-tree.html",
    "addClasses": ""
  },
  "dolphin-admin-dashboard": {
    "templateFile": "dolphin-admin-dashboard.html",
    "addClasses": ""
  },
  "dolphin-crud-table": {
    "templateFile": "dolphin-crud-table.html",
    "addClasses": ""
  },
  "dolphin-crud-form": {
    "templateFile": "dolphin-crud-form.html",
    "addClasses": ""
  },
  "dolphin-system-dashboard": {
    "templateFile": "dolphin-system-dashboard.jsx",
    "addClasses": ""
  }
}
