From fb29aabdf985c6ac4dea807f93da662798560f7d Mon Sep 17 00:00:00 2001
From: castastrophe <castastrophe@users.noreply.github.com>
Date: Fri, 26 Apr 2024 16:34:29 -0400
Subject: [PATCH] chore: fix linting conflict vs. format

---
 components/accordion/package.json            |  68 ++++++-----
 components/actionbar/package.json            |  74 ++++++------
 components/actionbutton/package.json         |  84 +++++++------
 components/actiongroup/package.json          |  78 ++++++------
 components/alertbanner/package.json          |  84 +++++++------
 components/alertdialog/package.json          |  92 +++++++--------
 components/asset/package.json                |  66 +++++------
 components/assetcard/package.json            |  78 ++++++------
 components/assetlist/package.json            |  86 +++++++-------
 components/avatar/package.json               |  66 +++++------
 components/badge/package.json                |  78 ++++++------
 components/breadcrumb/package.json           |  86 +++++++-------
 components/button/package.json               |  92 +++++++--------
 components/buttongroup/package.json          |  68 ++++++-----
 components/calendar/package.json             |  68 ++++++-----
 components/card/package.json                 | 118 +++++++++----------
 components/checkbox/package.json             |  68 ++++++-----
 components/clearbutton/package.json          |  68 ++++++-----
 components/coachindicator/package.json       |  66 +++++------
 components/coachmark/package.json            |  88 +++++++-------
 components/colorarea/package.json            |  68 ++++++-----
 components/colorhandle/package.json          |  80 ++++++-------
 components/colorloupe/package.json           |  66 +++++------
 components/colorslider/package.json          |  70 ++++++-----
 components/colorwheel/package.json           |  88 +++++++-------
 components/combobox/package.json             |  86 +++++++-------
 components/contextualhelp/package.json       |  82 +++++++------
 components/dial/package.json                 |  66 +++++------
 components/dialog/package.json               |  96 ++++++++-------
 components/divider/package.json              |  66 +++++------
 components/dropindicator/package.json        |  68 ++++++-----
 components/dropzone/package.json             |  88 +++++++-------
 components/fieldgroup/package.json           |  94 ++++++++-------
 components/fieldlabel/package.json           |  68 ++++++-----
 components/floatingactionbutton/package.json |  68 ++++++-----
 components/helptext/package.json             |  68 ++++++-----
 components/icon/package.json                 |  66 +++++------
 components/illustratedmessage/package.json   |  68 ++++++-----
 components/infieldbutton/package.json        |  78 ++++++------
 components/inlinealert/package.json          |  80 ++++++-------
 components/link/package.json                 |  66 +++++------
 components/menu/package.json                 | 104 ++++++++--------
 components/opacitycheckerboard/package.json  |  66 +++++------
 components/page/package.json                 |  66 +++++------
 components/pagination/package.json           |  76 ++++++------
 components/picker/package.json               |  98 ++++++++-------
 components/popover/package.json              |  96 ++++++++-------
 components/progressbar/package.json          |  78 ++++++------
 components/progresscircle/package.json       |  66 +++++------
 components/radio/package.json                |  68 ++++++-----
 components/rating/package.json               |  68 ++++++-----
 components/sidenav/package.json              |  78 ++++++------
 components/site/package.json                 |  66 +++++------
 components/slider/package.json               |  68 ++++++-----
 components/splitview/package.json            |  66 +++++------
 components/statuslight/package.json          |  66 +++++------
 components/steplist/package.json             |  80 ++++++-------
 components/stepper/package.json              |  84 +++++++------
 components/swatch/package.json               |  68 ++++++-----
 components/swatchgroup/package.json          |  68 ++++++-----
 components/switch/package.json               |  66 +++++------
 components/table/package.json                |  96 ++++++++-------
 components/tabs/package.json                 |  82 +++++++------
 components/tag/package.json                  |  88 +++++++-------
 components/taggroup/package.json             |  68 ++++++-----
 components/textfield/package.json            |  78 ++++++------
 components/thumbnail/package.json            |  68 ++++++-----
 components/tray/package.json                 |  92 +++++++--------
 components/treeview/package.json             |  80 ++++++-------
 components/typography/package.json           |  66 +++++------
 components/well/package.json                 |  66 +++++------
 71 files changed, 2647 insertions(+), 2789 deletions(-)

diff --git a/components/accordion/package.json b/components/accordion/package.json
index 66af5ac772e..5a7712d4525 100644
--- a/components/accordion/package.json
+++ b/components/accordion/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/accordion",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS accordion component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/accordion",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/accordion"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/accordion",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS accordion component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/accordion",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/accordion"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/actionbar/package.json b/components/actionbar/package.json
index 740731d2dcc..702b7b89b22 100644
--- a/components/actionbar/package.json
+++ b/components/actionbar/package.json
@@ -1,40 +1,38 @@
 {
-	"name": "@spectrum-css/actionbar",
-	"version": "8.0.0",
-	"description": "The Spectrum CSS actionbar component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/actionbar",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/actionbar"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actiongroup": ">=4",
-		"@spectrum-css/closebutton": ">=4",
-		"@spectrum-css/fieldlabel": ">=7",
-		"@spectrum-css/popover": ">=6",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/actionbar",
+  "version": "8.0.0",
+  "description": "The Spectrum CSS actionbar component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/actionbar",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/actionbar"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actiongroup": ">=4",
+    "@spectrum-css/closebutton": ">=4",
+    "@spectrum-css/fieldlabel": ">=7",
+    "@spectrum-css/popover": ">=6",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/actionbutton/package.json b/components/actionbutton/package.json
index 443dc04f156..6bc58520486 100644
--- a/components/actionbutton/package.json
+++ b/components/actionbutton/package.json
@@ -1,45 +1,43 @@
 {
-	"name": "@spectrum-css/actionbutton",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS action button component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/actionbutton"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"devDependencies": {
-		"@spectrum-css/commons": "^10.0.0"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/actionbutton",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS action button component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/actionbutton",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/actionbutton"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "devDependencies": {
+    "@spectrum-css/commons": "^10.0.0"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/actiongroup/package.json b/components/actiongroup/package.json
index 0ac42e9db08..82f2a6e095d 100644
--- a/components/actiongroup/package.json
+++ b/components/actiongroup/package.json
@@ -1,42 +1,40 @@
 {
-	"name": "@spectrum-css/actiongroup",
-	"version": "5.0.0-next.3",
-	"description": "The Spectrum CSS actiongroup component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/actiongroup"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/actionbutton": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/actiongroup",
+  "version": "5.0.0-next.3",
+  "description": "The Spectrum CSS actiongroup component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/actiongroup",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/actiongroup"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/actionbutton": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json
index 136a4a569cc..56a5fe0de15 100644
--- a/components/alertbanner/package.json
+++ b/components/alertbanner/package.json
@@ -1,45 +1,43 @@
 {
-	"name": "@spectrum-css/alertbanner",
-	"version": "2.0.0",
-	"description": "The Spectrum CSS alertbanner component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/alertbanner",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/alertbanner"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/button": ">=11",
-		"@spectrum-css/closebutton": ">=4",
-		"@spectrum-css/divider": ">=2",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/alertbanner",
+  "version": "2.0.0",
+  "description": "The Spectrum CSS alertbanner component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/alertbanner",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/alertbanner"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/button": ">=11",
+    "@spectrum-css/closebutton": ">=4",
+    "@spectrum-css/divider": ">=2",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json
index 8dd1fc917d6..8a80cd9dfc2 100644
--- a/components/alertdialog/package.json
+++ b/components/alertdialog/package.json
@@ -1,49 +1,47 @@
 {
-	"name": "@spectrum-css/alertdialog",
-	"version": "2.0.0",
-	"description": "The Spectrum CSS alertdialog component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/alertdialog"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/buttongroup": ">=6",
-		"@spectrum-css/divider": ">=2",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/modal": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3",
-		"@spectrum-css/underlay": ">=3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/buttongroup": {
-			"optional": true
-		},
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/alertdialog",
+  "version": "2.0.0",
+  "description": "The Spectrum CSS alertdialog component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/alertdialog"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/buttongroup": ">=6",
+    "@spectrum-css/divider": ">=2",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/modal": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3",
+    "@spectrum-css/underlay": ">=3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/buttongroup": {
+      "optional": true
+    },
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/asset/package.json b/components/asset/package.json
index 14648fa0172..dbe238afd24 100644
--- a/components/asset/package.json
+++ b/components/asset/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/asset",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS asset component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/asset",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/asset"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/asset",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS asset component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/asset",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/asset"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/assetcard/package.json b/components/assetcard/package.json
index 5d059595133..e161afc5742 100644
--- a/components/assetcard/package.json
+++ b/components/assetcard/package.json
@@ -1,42 +1,40 @@
 {
-	"name": "@spectrum-css/assetcard",
-	"version": "4.0.0",
-	"description": "The Spectrum CSS asset card component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/assetcard",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/assetcard"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/checkbox": ">=7",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/checkbox": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/assetcard",
+  "version": "4.0.0",
+  "description": "The Spectrum CSS asset card component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/assetcard",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/assetcard"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/checkbox": ">=7",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/checkbox": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/assetlist/package.json b/components/assetlist/package.json
index c65ab98d93b..71496b13d7e 100644
--- a/components/assetlist/package.json
+++ b/components/assetlist/package.json
@@ -1,46 +1,44 @@
 {
-	"name": "@spectrum-css/assetlist",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS assetlist component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/assetlist",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/assetlist"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/checkbox": ">=8",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/checkbox": {
-			"optional": true
-		},
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/assetlist",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS assetlist component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/assetlist",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/assetlist"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/checkbox": ">=8",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/checkbox": {
+      "optional": true
+    },
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/avatar/package.json b/components/avatar/package.json
index 09b707744a6..c0bbcdc3428 100644
--- a/components/avatar/package.json
+++ b/components/avatar/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/avatar",
-	"version": "7.0.0",
-	"description": "The Spectrum CSS avatar component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/avatar",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/avatar"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/avatar",
+  "version": "7.0.0",
+  "description": "The Spectrum CSS avatar component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/avatar",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/avatar"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/badge/package.json b/components/badge/package.json
index 5bebd7bfc04..0a59f305457 100644
--- a/components/badge/package.json
+++ b/components/badge/package.json
@@ -1,42 +1,40 @@
 {
-	"name": "@spectrum-css/badge",
-	"version": "4.0.0",
-	"description": "The Spectrum CSS badge component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/badge",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/badge"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/badge",
+  "version": "4.0.0",
+  "description": "The Spectrum CSS badge component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/badge",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/badge"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json
index 0fe9977899a..c45563fd60d 100644
--- a/components/breadcrumb/package.json
+++ b/components/breadcrumb/package.json
@@ -1,46 +1,44 @@
 {
-	"name": "@spectrum-css/breadcrumb",
-	"version": "9.0.0",
-	"description": "The Spectrum CSS breadcrumb component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/breadcrumb",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/breadcrumb"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/actionbutton": {
-			"optional": true
-		},
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/breadcrumb",
+  "version": "9.0.0",
+  "description": "The Spectrum CSS breadcrumb component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/breadcrumb",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/breadcrumb"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/actionbutton": {
+      "optional": true
+    },
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/button/package.json b/components/button/package.json
index d8468cf0785..f227072e477 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,49 +1,47 @@
 {
-	"name": "@spectrum-css/button",
-	"version": "14.0.0-next.5",
-	"description": "The Spectrum CSS button component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/button-accent",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/button"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=6",
-		"@spectrum-css/progresscircle": ">=2",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/icon": {
-			"optional": true
-		},
-		"@spectrum-css/progresscircle": {
-			"optional": true
-		}
-	},
-	"devDependencies": {
-		"@spectrum-css/commons": "^10.0.0"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/button",
+  "version": "14.0.0-next.5",
+  "description": "The Spectrum CSS button component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/button-accent",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/button"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=6",
+    "@spectrum-css/progresscircle": ">=2",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/icon": {
+      "optional": true
+    },
+    "@spectrum-css/progresscircle": {
+      "optional": true
+    }
+  },
+  "devDependencies": {
+    "@spectrum-css/commons": "^10.0.0"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/buttongroup/package.json b/components/buttongroup/package.json
index 8e826e3ffde..e8d8b8b4da7 100644
--- a/components/buttongroup/package.json
+++ b/components/buttongroup/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/buttongroup",
-	"version": "7.0.0-next.3",
-	"description": "The Spectrum CSS buttongroup component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/buttongroup",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/buttongroup"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/button": ">=11",
-		"@spectrum-css/tokens": ">=14"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/buttongroup",
+  "version": "7.0.0-next.3",
+  "description": "The Spectrum CSS buttongroup component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/buttongroup",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/buttongroup"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/button": ">=11",
+    "@spectrum-css/tokens": ">=14"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 392b2b46f67..a52f5a1db2f 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/calendar",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS calendar component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/calendar",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/calendar"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/calendar",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS calendar component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/calendar",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/calendar"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/card/package.json b/components/card/package.json
index fc81c53c723..0a66b401262 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,62 +1,60 @@
 {
-	"name": "@spectrum-css/card",
-	"version": "8.0.0",
-	"description": "The Spectrum CSS card component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/card",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/card"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/asset": ">=3",
-		"@spectrum-css/checkbox": ">=8",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/quickaction": ">=3",
-		"@spectrum-css/tokens": ">=14.0.0-next.3",
-		"@spectrum-css/typography": ">=4 <=5"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/actionbutton": {
-			"optional": true
-		},
-		"@spectrum-css/asset": {
-			"optional": true
-		},
-		"@spectrum-css/checkbox": {
-			"optional": true
-		},
-		"@spectrum-css/icon": {
-			"optional": true
-		},
-		"@spectrum-css/quickaction": {
-			"optional": true
-		},
-		"@spectrum-css/typography": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/card",
+  "version": "8.0.0",
+  "description": "The Spectrum CSS card component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/card",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/card"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/asset": ">=3",
+    "@spectrum-css/checkbox": ">=8",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/quickaction": ">=3",
+    "@spectrum-css/tokens": ">=14.0.0-next.3",
+    "@spectrum-css/typography": ">=4 <=5"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/actionbutton": {
+      "optional": true
+    },
+    "@spectrum-css/asset": {
+      "optional": true
+    },
+    "@spectrum-css/checkbox": {
+      "optional": true
+    },
+    "@spectrum-css/icon": {
+      "optional": true
+    },
+    "@spectrum-css/quickaction": {
+      "optional": true
+    },
+    "@spectrum-css/typography": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index f5176f81c17..ce3e260ba82 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/checkbox",
-	"version": "9.0.0",
-	"description": "The Spectrum CSS checkbox component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/checkbox",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/checkbox"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/checkbox",
+  "version": "9.0.0",
+  "description": "The Spectrum CSS checkbox component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/checkbox",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/checkbox"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json
index 5fa55350393..0066384af3c 100644
--- a/components/clearbutton/package.json
+++ b/components/clearbutton/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/clearbutton",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS clearbutton component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/clearbutton",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/clearbutton"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/clearbutton",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS clearbutton component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/clearbutton",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/clearbutton"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/coachindicator/package.json b/components/coachindicator/package.json
index 143117eca7d..7003572f825 100644
--- a/components/coachindicator/package.json
+++ b/components/coachindicator/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/coachindicator",
-	"version": "2.0.0",
-	"description": "The Spectrum CSS Coach Indicator component ",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/coachindicator",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/coachindicator"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/coachindicator",
+  "version": "2.0.0",
+  "description": "The Spectrum CSS Coach Indicator component ",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/coachindicator",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/coachindicator"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/coachmark/package.json b/components/coachmark/package.json
index 27a9228fa93..b7fc1295d7c 100644
--- a/components/coachmark/package.json
+++ b/components/coachmark/package.json
@@ -1,47 +1,45 @@
 {
-	"name": "@spectrum-css/coachmark",
-	"version": "7.0.0",
-	"description": "The Spectrum CSS coachmark component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/coachmark",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/coachmark"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/actionmenu": ">=5",
-		"@spectrum-css/button": ">=11",
-		"@spectrum-css/buttongroup": ">=6",
-		"@spectrum-css/menu": ">=5",
-		"@spectrum-css/popover": ">=6",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/button": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/coachmark",
+  "version": "7.0.0",
+  "description": "The Spectrum CSS coachmark component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/coachmark",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/coachmark"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/actionmenu": ">=5",
+    "@spectrum-css/button": ">=11",
+    "@spectrum-css/buttongroup": ">=6",
+    "@spectrum-css/menu": ">=5",
+    "@spectrum-css/popover": ">=6",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/button": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/colorarea/package.json b/components/colorarea/package.json
index f9c2540d961..42160e63929 100644
--- a/components/colorarea/package.json
+++ b/components/colorarea/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/colorarea",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS Color Area component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/colorarea",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/colorarea"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/colorhandle": ">=7",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/colorarea",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS Color Area component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/colorarea",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/colorarea"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/colorhandle": ">=7",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/colorhandle/package.json b/components/colorhandle/package.json
index 29164f21ab5..10c1c53ce9b 100644
--- a/components/colorhandle/package.json
+++ b/components/colorhandle/package.json
@@ -1,43 +1,41 @@
 {
-	"name": "@spectrum-css/colorhandle",
-	"version": "8.0.0",
-	"description": "The Spectrum CSS Color Handle component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/colorhandle",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/colorhandle"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/colorloupe": ">=4",
-		"@spectrum-css/opacitycheckerboard": ">=1",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/colorloupe": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/colorhandle",
+  "version": "8.0.0",
+  "description": "The Spectrum CSS Color Handle component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/colorhandle",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/colorhandle"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/colorloupe": ">=4",
+    "@spectrum-css/opacitycheckerboard": ">=1",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/colorloupe": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/colorloupe/package.json b/components/colorloupe/package.json
index b171cb30f6c..f7e1746388c 100644
--- a/components/colorloupe/package.json
+++ b/components/colorloupe/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/colorloupe",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS Color Loupe component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/colorloupe",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/colorloupe"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/colorloupe",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS Color Loupe component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/colorloupe",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/colorloupe"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/colorslider/package.json b/components/colorslider/package.json
index 85746a4d320..1381ce1ac88 100644
--- a/components/colorslider/package.json
+++ b/components/colorslider/package.json
@@ -1,38 +1,36 @@
 {
-	"name": "@spectrum-css/colorslider",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS Color slider component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/colorslider",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/colorslider"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/colorhandle": ">=7",
-		"@spectrum-css/opacitycheckerboard": ">=1",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/colorslider",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS Color slider component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/colorslider",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/colorslider"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/colorhandle": ">=7",
+    "@spectrum-css/opacitycheckerboard": ">=1",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/colorwheel/package.json b/components/colorwheel/package.json
index 9685e1812e1..4c9872e0d05 100644
--- a/components/colorwheel/package.json
+++ b/components/colorwheel/package.json
@@ -1,47 +1,45 @@
 {
-	"name": "@spectrum-css/colorwheel",
-	"version": "4.0.0",
-	"description": "The Spectrum CSS Color Area component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/colorwheel",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/colorwheel"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/colorarea": ">=4",
-		"@spectrum-css/colorhandle": ">=7",
-		"@spectrum-css/colorloupe": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/colorarea": {
-			"optional": true
-		},
-		"@spectrum-css/colorloupe": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/colorwheel",
+  "version": "4.0.0",
+  "description": "The Spectrum CSS Color Area component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/colorwheel",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/colorwheel"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/colorarea": ">=4",
+    "@spectrum-css/colorhandle": ">=7",
+    "@spectrum-css/colorloupe": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/colorarea": {
+      "optional": true
+    },
+    "@spectrum-css/colorloupe": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/combobox/package.json b/components/combobox/package.json
index 887686fb213..6cc67cc2a0a 100644
--- a/components/combobox/package.json
+++ b/components/combobox/package.json
@@ -1,46 +1,44 @@
 {
-	"name": "@spectrum-css/combobox",
-	"version": "3.0.0",
-	"description": "The Spectrum CSS combobox component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/combobox"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/menu": ">=5",
-		"@spectrum-css/pickerbutton": ">=4",
-		"@spectrum-css/popover": ">=6",
-		"@spectrum-css/progresscircle": ">=2",
-		"@spectrum-css/textfield": ">=6",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/progresscircle": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/combobox",
+  "version": "3.0.0",
+  "description": "The Spectrum CSS combobox component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/combobox"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/menu": ">=5",
+    "@spectrum-css/pickerbutton": ">=4",
+    "@spectrum-css/popover": ">=6",
+    "@spectrum-css/progresscircle": ">=2",
+    "@spectrum-css/textfield": ">=6",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/progresscircle": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/contextualhelp/package.json b/components/contextualhelp/package.json
index 49b731aca6c..a0e403b00bd 100644
--- a/components/contextualhelp/package.json
+++ b/components/contextualhelp/package.json
@@ -1,44 +1,42 @@
 {
-	"name": "@spectrum-css/contextualhelp",
-	"version": "3.0.0",
-	"description": "The Spectrum CSS contextualhelp component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/contextualhelp"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/link": ">=4",
-		"@spectrum-css/popover": ">=6",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/link": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/contextualhelp",
+  "version": "3.0.0",
+  "description": "The Spectrum CSS contextualhelp component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/contextualhelp"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/link": ">=4",
+    "@spectrum-css/popover": ">=6",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/link": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/dial/package.json b/components/dial/package.json
index 50d929c9862..f7fdeda6899 100644
--- a/components/dial/package.json
+++ b/components/dial/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/dial",
-	"version": "3.0.0",
-	"description": "The Spectrum CSS dial component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/dial",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/dial"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/dial",
+  "version": "3.0.0",
+  "description": "The Spectrum CSS dial component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/dial",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/dial"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/dialog/package.json b/components/dialog/package.json
index c3a6283cd2f..edaefee6bb7 100644
--- a/components/dialog/package.json
+++ b/components/dialog/package.json
@@ -1,51 +1,49 @@
 {
-	"name": "@spectrum-css/dialog",
-	"version": "10.0.0",
-	"description": "The Spectrum CSS dialog component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/dialog",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/dialog"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/closebutton": ">=4",
-		"@spectrum-css/divider": ">=2",
-		"@spectrum-css/modal": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3",
-		"@spectrum-css/underlay": ">=3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/divider": {
-			"optional": true
-		},
-		"@spectrum-css/modal": {
-			"optional": true
-		},
-		"@spectrum-css/underlay": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/dialog",
+  "version": "10.0.0",
+  "description": "The Spectrum CSS dialog component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/dialog",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/dialog"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/closebutton": ">=4",
+    "@spectrum-css/divider": ">=2",
+    "@spectrum-css/modal": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3",
+    "@spectrum-css/underlay": ">=3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/divider": {
+      "optional": true
+    },
+    "@spectrum-css/modal": {
+      "optional": true
+    },
+    "@spectrum-css/underlay": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/divider/package.json b/components/divider/package.json
index 4172929245d..ce1b97f482e 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/divider",
-	"version": "3.0.0",
-	"description": "The Spectrum CSS divider component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/divider",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/divider"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/divider",
+  "version": "3.0.0",
+  "description": "The Spectrum CSS divider component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/divider",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/divider"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/dropindicator/package.json b/components/dropindicator/package.json
index 520db424c3b..93e6fca0f40 100644
--- a/components/dropindicator/package.json
+++ b/components/dropindicator/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/dropindicator",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS dropindicator component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/dropindicator",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/dropindicator"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/dropindicator",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS dropindicator component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/dropindicator",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/dropindicator"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/dropzone/package.json b/components/dropzone/package.json
index ebeb5e1e045..fab7be5febf 100644
--- a/components/dropzone/package.json
+++ b/components/dropzone/package.json
@@ -1,47 +1,45 @@
 {
-	"name": "@spectrum-css/dropzone",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS dropzone component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/dropzone",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/dropzone"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/illustratedmessage": ">=6",
-		"@spectrum-css/link": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/actionbutton": {
-			"optional": true
-		},
-		"@spectrum-css/link": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/dropzone",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS dropzone component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/dropzone",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/dropzone"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/illustratedmessage": ">=6",
+    "@spectrum-css/link": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/actionbutton": {
+      "optional": true
+    },
+    "@spectrum-css/link": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/fieldgroup/package.json b/components/fieldgroup/package.json
index d8a8cf83090..574e4cc27d2 100644
--- a/components/fieldgroup/package.json
+++ b/components/fieldgroup/package.json
@@ -1,50 +1,48 @@
 {
-	"name": "@spectrum-css/fieldgroup",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS fieldgroup component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/fieldgroup",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/fieldgroup"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/checkbox": ">=8",
-		"@spectrum-css/helptext": ">=4",
-		"@spectrum-css/radio": ">=8",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/checkbox": {
-			"optional": true
-		},
-		"@spectrum-css/helptext": {
-			"optional": true
-		},
-		"@spectrum-css/radio": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/fieldgroup",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS fieldgroup component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/fieldgroup",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/fieldgroup"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/checkbox": ">=8",
+    "@spectrum-css/helptext": ">=4",
+    "@spectrum-css/radio": ">=8",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/checkbox": {
+      "optional": true
+    },
+    "@spectrum-css/helptext": {
+      "optional": true
+    },
+    "@spectrum-css/radio": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/fieldlabel/package.json b/components/fieldlabel/package.json
index 1d2e2b8d625..3545ab47066 100644
--- a/components/fieldlabel/package.json
+++ b/components/fieldlabel/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/fieldlabel",
-	"version": "8.0.0-next.2",
-	"description": "The Spectrum CSS fieldlabel component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/fieldlabel",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/fieldlabel"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/fieldlabel",
+  "version": "8.0.0-next.2",
+  "description": "The Spectrum CSS fieldlabel component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/fieldlabel",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/fieldlabel"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/floatingactionbutton/package.json b/components/floatingactionbutton/package.json
index 564686e5bb4..c7bc71ed24f 100644
--- a/components/floatingactionbutton/package.json
+++ b/components/floatingactionbutton/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/floatingactionbutton",
-	"version": "2.0.0",
-	"description": "The Spectrum CSS floatingactionbutton component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"contributors": [],
-	"homepage": "https://opensource.adobe.com/spectrum-css/",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/floatingactionbutton"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/floatingactionbutton",
+  "version": "2.0.0",
+  "description": "The Spectrum CSS floatingactionbutton component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "contributors": [],
+  "homepage": "https://opensource.adobe.com/spectrum-css/",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/floatingactionbutton"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/helptext/package.json b/components/helptext/package.json
index 823e199f49d..1863efcea91 100644
--- a/components/helptext/package.json
+++ b/components/helptext/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/helptext",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS helptext component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/helptext",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/helptext"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/helptext",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS helptext component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/helptext",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/helptext"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/icon/package.json b/components/icon/package.json
index 606519827be..fbc0296b530 100644
--- a/components/icon/package.json
+++ b/components/icon/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/icon",
-	"version": "7.0.0",
-	"description": "The Spectrum CSS icon component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/icon"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=13.1"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/icon",
+  "version": "7.0.0",
+  "description": "The Spectrum CSS icon component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/icon"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=13.1"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/illustratedmessage/package.json b/components/illustratedmessage/package.json
index 313fc5f1dd8..2a74b841cfa 100644
--- a/components/illustratedmessage/package.json
+++ b/components/illustratedmessage/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/illustratedmessage",
-	"version": "7.0.0",
-	"description": "The Spectrum CSS illustratedmessage component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/illustratedmessage",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/illustratedmessage"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3",
-		"@spectrum-css/typography": ">=5"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/illustratedmessage",
+  "version": "7.0.0",
+  "description": "The Spectrum CSS illustratedmessage component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/illustratedmessage",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/illustratedmessage"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3",
+    "@spectrum-css/typography": ">=5"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/infieldbutton/package.json b/components/infieldbutton/package.json
index a44f38ad08f..e9367b61242 100644
--- a/components/infieldbutton/package.json
+++ b/components/infieldbutton/package.json
@@ -1,42 +1,40 @@
 {
-	"name": "@spectrum-css/infieldbutton",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS infield button component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/infieldbutton",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/infieldbutton"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/infieldbutton",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS infield button component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/infieldbutton",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/infieldbutton"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json
index af50d919172..df892f66a62 100644
--- a/components/inlinealert/package.json
+++ b/components/inlinealert/package.json
@@ -1,43 +1,41 @@
 {
-	"name": "@spectrum-css/inlinealert",
-	"version": "8.0.0",
-	"description": "The Spectrum CSS in-line alert component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/inlinealert",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/inlinealert"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/button": ">=11",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/button": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/inlinealert",
+  "version": "8.0.0",
+  "description": "The Spectrum CSS in-line alert component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/inlinealert",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/inlinealert"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/button": ">=11",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/button": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/link/package.json b/components/link/package.json
index d228211e918..1cadd06f36d 100644
--- a/components/link/package.json
+++ b/components/link/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/link",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS link component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/link",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/link"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/link",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS link component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/link",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/link"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/menu/package.json b/components/menu/package.json
index c5e5a8563f3..c3164defb98 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,55 +1,53 @@
 {
-	"name": "@spectrum-css/menu",
-	"version": "7.0.0",
-	"description": "The Spectrum CSS menu component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/menu",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/menu"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/checkbox": ">=8",
-		"@spectrum-css/divider": ">=2",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/switch": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3",
-		"@spectrum-css/tray": ">=2.1"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/checkbox": {
-			"optional": true
-		},
-		"@spectrum-css/divider": {
-			"optional": true
-		},
-		"@spectrum-css/switch": {
-			"optional": true
-		},
-		"@spectrum-css/tray": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/menu",
+  "version": "7.0.0",
+  "description": "The Spectrum CSS menu component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/menu",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/menu"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/checkbox": ">=8",
+    "@spectrum-css/divider": ">=2",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/switch": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3",
+    "@spectrum-css/tray": ">=2.1"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/checkbox": {
+      "optional": true
+    },
+    "@spectrum-css/divider": {
+      "optional": true
+    },
+    "@spectrum-css/switch": {
+      "optional": true
+    },
+    "@spectrum-css/tray": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/opacitycheckerboard/package.json b/components/opacitycheckerboard/package.json
index 4ff9330056a..4ce88b029c7 100644
--- a/components/opacitycheckerboard/package.json
+++ b/components/opacitycheckerboard/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/opacitycheckerboard",
-	"version": "2.0.0",
-	"description": "The Spectrum CSS opacitycheckerboard component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/opacitycheckerboard"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/opacitycheckerboard",
+  "version": "2.0.0",
+  "description": "The Spectrum CSS opacitycheckerboard component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/opacitycheckerboard"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/page/package.json b/components/page/package.json
index 0cb29aeb3f2..7f96f56fdd9 100644
--- a/components/page/package.json
+++ b/components/page/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/page",
-	"version": "8.0.0",
-	"description": "The Spectrum CSS page component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/page",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/page"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/page",
+  "version": "8.0.0",
+  "description": "The Spectrum CSS page component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/page",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/page"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 66c4c6c7b62..e56f6db3410 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,41 +1,39 @@
 {
-	"name": "@spectrum-css/pagination",
-	"version": "8.0.0",
-	"description": "The Spectrum CSS Pagination component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/pagination",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/pagination"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/button": ">=11",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/splitbutton": ">=7",
-		"@spectrum-css/textfield": ">=6",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/pagination",
+  "version": "8.0.0",
+  "description": "The Spectrum CSS Pagination component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/pagination",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/pagination"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/button": ">=11",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/splitbutton": ">=7",
+    "@spectrum-css/textfield": ">=6",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/picker/package.json b/components/picker/package.json
index 784fdf44940..62863878a12 100644
--- a/components/picker/package.json
+++ b/components/picker/package.json
@@ -1,52 +1,50 @@
 {
-	"name": "@spectrum-css/picker",
-	"version": "8.0.0",
-	"description": "The Spectrum CSS picker component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/picker",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/picker"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/helptext": ">=4",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/menu": ">=5",
-		"@spectrum-css/popover": ">=6",
-		"@spectrum-css/progresscircle": ">=2",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/helptext": {
-			"optional": true
-		},
-		"@spectrum-css/progresscircle": {
-			"optional": true
-		}
-	},
-	"devDependencies": {
-		"@spectrum-css/commons": "^10.0.0"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/picker",
+  "version": "8.0.0",
+  "description": "The Spectrum CSS picker component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/picker",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/picker"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/helptext": ">=4",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/menu": ">=5",
+    "@spectrum-css/popover": ">=6",
+    "@spectrum-css/progresscircle": ">=2",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/helptext": {
+      "optional": true
+    },
+    "@spectrum-css/progresscircle": {
+      "optional": true
+    }
+  },
+  "devDependencies": {
+    "@spectrum-css/commons": "^10.0.0"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/popover/package.json b/components/popover/package.json
index 7fa10185c9f..9b6260ac52e 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,51 +1,49 @@
 {
-	"name": "@spectrum-css/popover",
-	"version": "7.0.0",
-	"description": "The Spectrum CSS popover component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/popover",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/popover"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/alertdialog": ">=1",
-		"@spectrum-css/dialog": ">=9",
-		"@spectrum-css/divider": ">=2",
-		"@spectrum-css/menu": ">=5",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/divider": {
-			"optional": true
-		},
-		"@spectrum-css/menu": {
-			"optional": true
-		}
-	},
-	"devDependencies": {
-		"@spectrum-css/commons": "^10.0.0"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/popover",
+  "version": "7.0.0",
+  "description": "The Spectrum CSS popover component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/popover",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/popover"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/alertdialog": ">=1",
+    "@spectrum-css/dialog": ">=9",
+    "@spectrum-css/divider": ">=2",
+    "@spectrum-css/menu": ">=5",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/divider": {
+      "optional": true
+    },
+    "@spectrum-css/menu": {
+      "optional": true
+    }
+  },
+  "devDependencies": {
+    "@spectrum-css/commons": "^10.0.0"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/progressbar/package.json b/components/progressbar/package.json
index f0d2d23b543..093397ab515 100644
--- a/components/progressbar/package.json
+++ b/components/progressbar/package.json
@@ -1,42 +1,40 @@
 {
-	"name": "@spectrum-css/progressbar",
-	"version": "4.0.0",
-	"description": "The Spectrum CSS progress bar component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/progressbar",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/progressbar"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/fieldlabel": ">=7",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/fieldlabel": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/progressbar",
+  "version": "4.0.0",
+  "description": "The Spectrum CSS progress bar component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/progressbar",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/progressbar"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/fieldlabel": ">=7",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/fieldlabel": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/progresscircle/package.json b/components/progresscircle/package.json
index e59882c3811..4d794c8bc2e 100644
--- a/components/progresscircle/package.json
+++ b/components/progresscircle/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/progresscircle",
-	"version": "3.0.0",
-	"description": "The Spectrum CSS progress circle component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/progresscircle",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/progresscircle"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/progresscircle",
+  "version": "3.0.0",
+  "description": "The Spectrum CSS progress circle component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/progresscircle",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/progresscircle"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/radio/package.json b/components/radio/package.json
index b4a63c1ddd9..cba6785793a 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/radio",
-	"version": "9.0.0",
-	"description": "The Spectrum CSS radio component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/radio",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/radio"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/radio",
+  "version": "9.0.0",
+  "description": "The Spectrum CSS radio component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/radio",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/radio"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/rating/package.json b/components/rating/package.json
index fc45fe743be..eeac47f8f78 100644
--- a/components/rating/package.json
+++ b/components/rating/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/rating",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS rating component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/rating",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/rating"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/rating",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS rating component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/rating",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/rating"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/sidenav/package.json b/components/sidenav/package.json
index afee008ada9..48217529ee6 100644
--- a/components/sidenav/package.json
+++ b/components/sidenav/package.json
@@ -1,42 +1,40 @@
 {
-	"name": "@spectrum-css/sidenav",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS sidenav component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/sidenav",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/sidenav"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/sidenav",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS sidenav component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/sidenav",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/sidenav"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/site/package.json b/components/site/package.json
index d7b0dcec37f..29d5e8efe18 100644
--- a/components/site/package.json
+++ b/components/site/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/site",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS Site component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/site"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/site",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS Site component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/site"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/slider/package.json b/components/slider/package.json
index 5ebb5502342..8f11546b658 100644
--- a/components/slider/package.json
+++ b/components/slider/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/slider",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS slider component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/slider",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/slider"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/stepper": ">=5",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/slider",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS slider component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/slider",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/slider"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/stepper": ">=5",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/splitview/package.json b/components/splitview/package.json
index 0fafefe7b2a..ae482a69de9 100644
--- a/components/splitview/package.json
+++ b/components/splitview/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/splitview",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS splitview component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/splitview",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/splitview"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/splitview",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS splitview component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/splitview",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/splitview"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/statuslight/package.json b/components/statuslight/package.json
index 5cfca085ef2..3266d415668 100644
--- a/components/statuslight/package.json
+++ b/components/statuslight/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/statuslight",
-	"version": "7.0.0",
-	"description": "The Spectrum CSS statuslight component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/statuslight",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/statuslight"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/statuslight",
+  "version": "7.0.0",
+  "description": "The Spectrum CSS statuslight component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/statuslight",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/statuslight"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/steplist/package.json b/components/steplist/package.json
index 9040f987613..b9575549c53 100644
--- a/components/steplist/package.json
+++ b/components/steplist/package.json
@@ -1,43 +1,41 @@
 {
-	"name": "@spectrum-css/steplist",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS steplist component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/steplist",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/steplist"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3",
-		"@spectrum-css/tooltip": ">=5"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/tooltip": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/steplist",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS steplist component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/steplist",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/steplist"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3",
+    "@spectrum-css/tooltip": ">=5"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/tooltip": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/stepper/package.json b/components/stepper/package.json
index 448e3b6e6ec..a3109ac7068 100644
--- a/components/stepper/package.json
+++ b/components/stepper/package.json
@@ -1,45 +1,43 @@
 {
-	"name": "@spectrum-css/stepper",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS stepper component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/stepper",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/stepper"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/actionbutton": ">=5",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/infieldbutton": ">=4",
-		"@spectrum-css/textfield": ">=6",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/infieldbutton": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/stepper",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS stepper component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/stepper",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/stepper"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/actionbutton": ">=5",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/infieldbutton": ">=4",
+    "@spectrum-css/textfield": ">=6",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/infieldbutton": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/swatch/package.json b/components/swatch/package.json
index 16c7bd01ed0..993aa5453cc 100644
--- a/components/swatch/package.json
+++ b/components/swatch/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/swatch",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS Color swatch component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/swatch",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/swatch"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/opacitycheckerboard": ">=1",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/swatch",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS Color swatch component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/swatch",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/swatch"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/opacitycheckerboard": ">=1",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/swatchgroup/package.json b/components/swatchgroup/package.json
index fadf54875dc..743891f0ac8 100644
--- a/components/swatchgroup/package.json
+++ b/components/swatchgroup/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/swatchgroup",
-	"version": "3.0.0",
-	"description": "The Spectrum CSS Color swatch group component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/swatchgroup",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/swatchgroup"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/swatch": ">=5",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/swatchgroup",
+  "version": "3.0.0",
+  "description": "The Spectrum CSS Color swatch group component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/swatchgroup",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/swatchgroup"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/swatch": ">=5",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/switch/package.json b/components/switch/package.json
index 31fef3bc4c9..e5ac19a9b5e 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/switch",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS switch component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/switch",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/switch"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/switch",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS switch component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/switch",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/switch"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/table/package.json b/components/table/package.json
index a6b1431f45a..ccb536edaf2 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,51 +1,49 @@
 {
-	"name": "@spectrum-css/table",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS table component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/table",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/table"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/button": ">=11",
-		"@spectrum-css/checkbox": ">=8",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/thumbnail": ">=5",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/button": {
-			"optional": true
-		},
-		"@spectrum-css/checkbox": {
-			"optional": true
-		},
-		"@spectrum-css/thumbnail": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/table",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS table component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/table",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/table"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/button": ">=11",
+    "@spectrum-css/checkbox": ">=8",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/thumbnail": ">=5",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/button": {
+      "optional": true
+    },
+    "@spectrum-css/checkbox": {
+      "optional": true
+    },
+    "@spectrum-css/thumbnail": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/tabs/package.json b/components/tabs/package.json
index f47d4146add..81f55bfff07 100644
--- a/components/tabs/package.json
+++ b/components/tabs/package.json
@@ -1,44 +1,42 @@
 {
-	"name": "@spectrum-css/tabs",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS tabs component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/tabs",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/tabs"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/menu": ">=5",
-		"@spectrum-css/picker": ">=6",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/tabs",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS tabs component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/tabs",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/tabs"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/menu": ">=5",
+    "@spectrum-css/picker": ">=6",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/tag/package.json b/components/tag/package.json
index 124ea5f2359..6d3c7c96481 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,47 +1,45 @@
 {
-	"name": "@spectrum-css/tag",
-	"version": "9.0.0",
-	"description": "The Spectrum CSS tags component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/tag",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/tag"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/avatar": ">=6",
-		"@spectrum-css/clearbutton": ">=5",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/avatar": {
-			"optional": true
-		},
-		"@spectrum-css/icon": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/tag",
+  "version": "9.0.0",
+  "description": "The Spectrum CSS tags component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/tag",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/tag"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/avatar": ">=6",
+    "@spectrum-css/clearbutton": ">=5",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/avatar": {
+      "optional": true
+    },
+    "@spectrum-css/icon": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/taggroup/package.json b/components/taggroup/package.json
index 46f49e4ea31..e90fbb6b08d 100644
--- a/components/taggroup/package.json
+++ b/components/taggroup/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/taggroup",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS tag group component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/taggroup",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/taggroup"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tag": ">=8",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/taggroup",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS tag group component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/taggroup",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/taggroup"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tag": ">=8",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/textfield/package.json b/components/textfield/package.json
index 3dc4fe1beef..cd7acf7f770 100644
--- a/components/textfield/package.json
+++ b/components/textfield/package.json
@@ -1,42 +1,40 @@
 {
-	"name": "@spectrum-css/textfield",
-	"version": "7.0.0",
-	"description": "The Spectrum CSS textfield component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/textfield",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/textfield"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/helptext": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/helptext": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/textfield",
+  "version": "7.0.0",
+  "description": "The Spectrum CSS textfield component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/textfield",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/textfield"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/helptext": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/helptext": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json
index 41afd837d98..fc6c084d653 100644
--- a/components/thumbnail/package.json
+++ b/components/thumbnail/package.json
@@ -1,37 +1,35 @@
 {
-	"name": "@spectrum-css/thumbnail",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS thumbnail component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/thumbnail",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/thumbnail"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/opacitycheckerboard": ">=1",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/thumbnail",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS thumbnail component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/thumbnail",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/thumbnail"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/opacitycheckerboard": ">=1",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/tray/package.json b/components/tray/package.json
index 59e086cd040..ca327264d1c 100644
--- a/components/tray/package.json
+++ b/components/tray/package.json
@@ -1,49 +1,47 @@
 {
-	"name": "@spectrum-css/tray",
-	"version": "3.0.0",
-	"description": "The Spectrum CSS tray component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/tray",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/tray"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/button": ">=11",
-		"@spectrum-css/dialog": ">=9",
-		"@spectrum-css/divider": ">=2",
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/modal": ">=4",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/dialog": {
-			"optional": true
-		},
-		"@spectrum-css/divider": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/tray",
+  "version": "3.0.0",
+  "description": "The Spectrum CSS tray component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/tray",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/tray"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/button": ">=11",
+    "@spectrum-css/dialog": ">=9",
+    "@spectrum-css/divider": ">=2",
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/modal": ">=4",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/dialog": {
+      "optional": true
+    },
+    "@spectrum-css/divider": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/treeview/package.json b/components/treeview/package.json
index 0e49535b0a3..8071c331873 100644
--- a/components/treeview/package.json
+++ b/components/treeview/package.json
@@ -1,43 +1,41 @@
 {
-	"name": "@spectrum-css/treeview",
-	"version": "10.0.0",
-	"description": "The Spectrum CSS Tree view component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/treeview",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/treeview"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"peerDependencies": {
-		"@spectrum-css/icon": ">=4",
-		"@spectrum-css/thumbnail": ">=5",
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"peerDependenciesMeta": {
-		"@spectrum-css/thumbnail": {
-			"optional": true
-		}
-	},
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/treeview",
+  "version": "10.0.0",
+  "description": "The Spectrum CSS Tree view component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/treeview",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/treeview"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/icon": ">=4",
+    "@spectrum-css/thumbnail": ">=5",
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "peerDependenciesMeta": {
+    "@spectrum-css/thumbnail": {
+      "optional": true
+    }
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/typography/package.json b/components/typography/package.json
index 7991da2ef3a..1bf15afc6a7 100644
--- a/components/typography/package.json
+++ b/components/typography/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/typography",
-	"version": "6.0.0",
-	"description": "The Spectrum CSS typography component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/typography",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/typography"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/typography",
+  "version": "6.0.0",
+  "description": "The Spectrum CSS typography component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/typography",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/typography"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }
diff --git a/components/well/package.json b/components/well/package.json
index 0f99e57fd5c..44c9ced67ce 100644
--- a/components/well/package.json
+++ b/components/well/package.json
@@ -1,36 +1,34 @@
 {
-	"name": "@spectrum-css/well",
-	"version": "5.0.0",
-	"description": "The Spectrum CSS well component",
-	"license": "Apache-2.0",
-	"author": "Adobe",
-	"homepage": "https://opensource.adobe.com/spectrum-css/well",
-	"repository": {
-		"type": "git",
-		"url": "https://github.com/adobe/spectrum-css.git",
-		"directory": "components/well"
-	},
-	"bugs": {
-		"url": "https://github.com/adobe/spectrum-css/issues"
-	},
-	"main": "dist/index.css",
-	"files": [
-		"dist/*",
-		"CHANGELOG.md",
-		"package.json",
-		"stories/template.js",
-		"metadata/mods.md"
-	],
-	"keywords": [
-		"spectrum",
-		"css",
-		"design system",
-		"adobe"
-	],
-	"peerDependencies": {
-		"@spectrum-css/tokens": ">=14.0.0-next.3"
-	},
-	"publishConfig": {
-		"access": "public"
-	}
+  "name": "@spectrum-css/well",
+  "version": "5.0.0",
+  "description": "The Spectrum CSS well component",
+  "license": "Apache-2.0",
+  "author": "Adobe",
+  "homepage": "https://opensource.adobe.com/spectrum-css/well",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/adobe/spectrum-css.git",
+    "directory": "components/well"
+  },
+  "bugs": {
+    "url": "https://github.com/adobe/spectrum-css/issues"
+  },
+  "main": "dist/index.css",
+  "files": [
+    "dist/*",
+    "metadata/mods.md",
+    "stories/template.js"
+  ],
+  "peerDependencies": {
+    "@spectrum-css/tokens": ">=14.0.0-next.3"
+  },
+  "keywords": [
+    "adobe",
+    "css",
+    "design system",
+    "spectrum"
+  ],
+  "publishConfig": {
+    "access": "public"
+  }
 }