{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "roomzer",
  "homepage": "https://kit.roomzer.dev",
  "items": [
    {
      "name": "smoothed",
      "type": "registry:ui",
      "title": "Smoothed",
      "description": "A unified React component for iOS-style corner smoothing. Auto-detects capsule vs squircle, supports per-corner radii, smoothed borders, and ResizeObserver-driven updates. Zero dependencies.",
      "dependencies": [],
      "files": [
        {
          "path": "registry/smoothed/smoothed.tsx",
          "type": "registry:ui"
        }
      ],
      "categories": ["layout"]
    },
    {
      "name": "smoothed-view",
      "type": "registry:ui",
      "title": "SmoothedView",
      "description": "A React component that applies iOS-style corner smoothing via SVG clip-path. Zero dependencies, ResizeObserver-powered, with optional smoothed borders.",
      "dependencies": [],
      "files": [
        {
          "path": "registry/smoothed-view/smoothed-view.tsx",
          "type": "registry:ui"
        }
      ],
      "categories": ["layout"]
    },
    {
      "name": "smoothed-capsule",
      "type": "registry:ui",
      "title": "SmoothedCapsule",
      "description": "A React component that renders capsule shapes with iOS-style corner smoothing. Zero dependencies, auto-computes radius from dimensions.",
      "dependencies": [],
      "files": [
        {
          "path": "registry/smoothed-capsule/smoothed-capsule.tsx",
          "type": "registry:ui"
        }
      ],
      "categories": ["layout"]
    }
  ]
}
