···351351pub use notebook_actions::NotebookActions;
352352pub use profile_actions::{ProfileActions, ProfileActionsMenubar};
353353pub mod toast;
354354+pub mod hover_card;
355355+pub mod switch;
356356+pub mod select;
357357+pub mod radio_group;
358358+pub mod slider;
359359+pub mod checkbox;
360360+pub mod toggle_group;
361361+pub mod tooltip;
···4545 "rating": { "type": "ref", "ref": "sh.weaver.notebook.defs#contentRating" },
4646 "publishGlobal": {
4747 "type": "boolean",
4848- "description": "Notebook opts into accessiblity by path only without identity scoping. Path must be globally unique."
4848+ "description": "Notebook opts into accessiblity by path only without identity scoping. Path must be globally unique and a valid subdomain."
4949 }
5050 }
5151 }