{
  "version": "2.1.0-alpha.4",
  "removedImports": {
    "impact-nova/expandable-sku": {
      "replacement": "impact-nova/expandable-list-item",
      "component": "ExpandableListItem",
      "note": "Renamed from ExpandableSku. Props `title` and `description` replace `sku` and `subtitle`.",
      "exportMap": {
        "ExpandableSku": "ExpandableListItem",
        "SkuRowSection": "ExpandableListItemSection",
        "SkuRowSelection": "ExpandableListItemSelection",
        "SkuRowMetricColumn": "ExpandableListItemMetricColumn",
        "SkuRowMetricsSection": "ExpandableListItemMetricsSection",
        "SkuRowAttributesSection": "ExpandableListItemAttributesSection",
        "SkuRowCustomSection": "ExpandableListItemCustomSection"
      },
      "propMap": {
        "sku": "title",
        "subtitle": "description"
      }
    }
  },
  "couplingNotes": {
    "expandable-list-item": "Standalone row UI. Optional in virtualized lists — not required by impact-nova/virtualized.",
    "virtualized": "Headless list hooks only. Pair with any row markup; ExpandableListItem is one optional example in Storybook."
  }
}
