From cf63c96e2b80e4e240fd8f9bbd7117bcec1de047 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 4 Mar 2026 15:14:10 -0800 Subject: [PATCH] Add missing components to 'all' meta package Added 5 components that were missing from the all-in-one install: - cell-betweener: Cell spacing component - global-find-bar: Notebook-wide search bar - ipycanvas: Canvas widget for ipycanvas - runtime-icons: Python, Deno, UV, Conda, Pixi icons - selection-card: Wizard/onboarding UI components Updated description to reflect icons and UI components. --- registry.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/registry.json b/registry.json index 3def3dd..d60126b 100644 --- a/registry.json +++ b/registry.json @@ -1022,12 +1022,13 @@ "name": "all", "type": "registry:component", "title": "All nteract Components", - "description": "Install all Jupyter frontend components: outputs, cell primitives, widgets, and editor.", + "description": "Install all Jupyter frontend components: outputs, cell primitives, widgets, editor, icons, and UI components.", "registryDependencies": [ "@nteract/media-provider", "@nteract/media-router", "@nteract/output-area", "@nteract/cell-container", + "@nteract/cell-betweener", "@nteract/cell-header", "@nteract/cell-controls", "@nteract/cell-type-button", @@ -1038,9 +1039,13 @@ "@nteract/runtime-health-indicator", "@nteract/collaborator-avatars", "@nteract/presence-bookmarks", + "@nteract/global-find-bar", "@nteract/widget-controls", + "@nteract/ipycanvas", "@nteract/codemirror-editor", - "@nteract/isolated-renderer" + "@nteract/isolated-renderer", + "@nteract/runtime-icons", + "@nteract/selection-card" ], "files": [] },