{
	"$schema": "https://coss-svelte.vercel.app/schema/registry-index.json",
	"name": "coss-svelte",
	"items": [
		{
			"name": "Accordion",
			"title": "Accordion",
			"description": "A set of collapsible panels with headings and content.",
			"type": "registry:ui",
			"categories": ["Layout & Navigation"],
			"docs": "/docs/components/accordion",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "accordion",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "accordion.json"
		},
		{
			"name": "Alert",
			"title": "Alert",
			"description": "A callout for displaying important information.",
			"type": "registry:ui",
			"categories": ["Feedback & Status"],
			"docs": "/docs/components/alert",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "alert",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "alert.json"
		},
		{
			"name": "AlertDialog",
			"title": "Alert Dialog",
			"description": "A dialog that requires user response to proceed.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/alert-dialog",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "alert-dialog",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "alert-dialog.json"
		},
		{
			"name": "Autocomplete",
			"title": "Autocomplete",
			"description": "An input that suggests options as you type.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/autocomplete",
			"meta": {
				"status": "stable",
				"foundation": "compound",
				"particlePriority": "mvp",
				"slug": "autocomplete",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "autocomplete.json"
		},
		{
			"name": "Avatar",
			"title": "Avatar",
			"description": "A visual representation of a user or entity.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/avatar",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "avatar",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "avatar.json"
		},
		{
			"name": "Badge",
			"title": "Badge",
			"description": "A small status indicator or label component.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/badge",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "badge",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "badge.json"
		},
		{
			"name": "Breadcrumb",
			"title": "Breadcrumb",
			"description": "Displays the path to the current resource using a hierarchy of links.",
			"type": "registry:ui",
			"categories": ["Layout & Navigation"],
			"docs": "/docs/components/breadcrumb",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "breadcrumb",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "breadcrumb.json"
		},
		{
			"name": "Button",
			"title": "Button",
			"description": "A button or a component that looks like a button.",
			"type": "registry:ui",
			"categories": ["Actions"],
			"docs": "/docs/components/button",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "button",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "button.json"
		},
		{
			"name": "Calendar",
			"title": "Calendar",
			"description": "A date picker for selecting single dates, ranges, or multiple dates.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/calendar",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "calendar",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "calendar.json"
		},
		{
			"name": "Card",
			"title": "Card",
			"description": "A content container for grouping related information.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/card",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "card",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "card.json"
		},
		{
			"name": "Checkbox",
			"title": "Checkbox",
			"description": "A binary toggle input for selecting one or multiple options.",
			"type": "registry:ui",
			"categories": ["Toggle & Choice"],
			"docs": "/docs/components/checkbox",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "checkbox",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "checkbox.json"
		},
		{
			"name": "CheckboxGroup",
			"title": "Checkbox Group",
			"description": "A collection of related checkboxes with group-level control.",
			"type": "registry:ui",
			"categories": ["Toggle & Choice"],
			"docs": "/docs/components/checkbox-group",
			"meta": {
				"status": "stable",
				"foundation": "custom",
				"particlePriority": "mvp",
				"slug": "checkbox-group",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "checkbox-group.json"
		},
		{
			"name": "Collapsible",
			"title": "Collapsible",
			"description": "A component that toggles visibility of content sections.",
			"type": "registry:ui",
			"categories": ["Layout & Navigation"],
			"docs": "/docs/components/collapsible",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "collapsible",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "collapsible.json"
		},
		{
			"name": "Combobox",
			"title": "Combobox",
			"description": "An input combined with a list of predefined items to select.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/combobox",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "combobox",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "combobox.json"
		},
		{
			"name": "Command",
			"title": "Command",
			"description": "A command palette component built with Dialog and Autocomplete for searching and executing commands.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/command",
			"meta": {
				"status": "stable",
				"foundation": "compound",
				"particlePriority": "mvp",
				"slug": "command",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "command.json"
		},
		{
			"name": "DatePicker",
			"title": "Date Picker",
			"description": "A date selection component, often combined with a calendar in a popover or input.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/date-picker",
			"meta": {
				"status": "stable",
				"foundation": "compound",
				"particlePriority": "mvp",
				"slug": "date-picker",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "date-picker.json"
		},
		{
			"name": "Dialog",
			"title": "Dialog",
			"description": "A modal overlay for displaying content that requires user interaction.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/dialog",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "dialog",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "dialog.json"
		},
		{
			"name": "Empty",
			"title": "Empty",
			"description": "A container for displaying empty state information.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/empty",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "empty",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "empty.json"
		},
		{
			"name": "Field",
			"title": "Field",
			"description": "A wrapper component for form inputs with labels and validation.",
			"type": "registry:ui",
			"categories": ["Forms & Validation"],
			"docs": "/docs/components/field",
			"meta": {
				"status": "stable",
				"foundation": "compound",
				"particlePriority": "mvp",
				"slug": "field",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "field.json"
		},
		{
			"name": "Fieldset",
			"title": "Fieldset",
			"description": "A group of related form fields with a common label.",
			"type": "registry:ui",
			"categories": ["Forms & Validation"],
			"docs": "/docs/components/fieldset",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "fieldset",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "fieldset.json"
		},
		{
			"name": "Form",
			"title": "Form",
			"description": "A complete form implementation with validation and submission handling.",
			"type": "registry:ui",
			"categories": ["Forms & Validation"],
			"docs": "/docs/components/form",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "form",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "form.json"
		},
		{
			"name": "Frame",
			"title": "Frame",
			"description": "A container component for displaying content in a frame.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/frame",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "frame",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "frame.json"
		},
		{
			"name": "Group",
			"title": "Group",
			"description": "A container component for grouping related content with consistent styling.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/group",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "group",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "group.json"
		},
		{
			"name": "Input",
			"title": "Input",
			"description": "A native input element.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/input",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "input",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "input.json"
		},
		{
			"name": "InputGroup",
			"title": "Input Group",
			"description": "A flexible component for grouping inputs with addons, buttons, and other elements.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/input-group",
			"meta": {
				"status": "stable",
				"foundation": "compound",
				"particlePriority": "mvp",
				"slug": "input-group",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "input-group.json"
		},
		{
			"name": "Kbd",
			"title": "Kbd",
			"description": "A component for displaying keyboard keys and shortcuts.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/kbd",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "kbd",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "kbd.json"
		},
		{
			"name": "Label",
			"title": "Label",
			"description": "Renders an accessible label associated with controls.",
			"type": "registry:ui",
			"categories": ["Forms & Validation"],
			"docs": "/docs/components/label",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "label",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "label.json"
		},
		{
			"name": "Menu",
			"title": "Menu",
			"description": "A list of actions or options revealed on demand.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/menu",
			"meta": {
				"status": "stable",
				"foundation": "compound",
				"particlePriority": "mvp",
				"slug": "menu",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "menu.json"
		},
		{
			"name": "ContextMenu",
			"title": "Context Menu",
			"description": "A menu of contextual actions opened from a pointer or keyboard target.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/context-menu",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "context-menu",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "context-menu.json"
		},
		{
			"name": "Meter",
			"title": "Meter",
			"description": "A visual representation of a value within a known range.",
			"type": "registry:ui",
			"categories": ["Feedback & Status"],
			"docs": "/docs/components/meter",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "meter",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "meter.json"
		},
		{
			"name": "OTPField",
			"title": "OTP Field",
			"description": "A segmented input for one-time passwords and verification codes.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/otp-field",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "otp-field",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "otp-field.json"
		},
		{
			"name": "Pagination",
			"title": "Pagination",
			"description": "A pagination with page navigation, next and previous links.",
			"type": "registry:ui",
			"categories": ["Layout & Navigation"],
			"docs": "/docs/components/pagination",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "pagination",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "pagination.json"
		},
		{
			"name": "Popover",
			"title": "Popover",
			"description": "An accessible popup anchored to a button.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/popover",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "popover",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "popover.json"
		},
		{
			"name": "PreviewCard",
			"title": "Preview Card",
			"description": "A rich preview component for displaying linked content.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/preview-card",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "preview-card",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "preview-card.json"
		},
		{
			"name": "Progress",
			"title": "Progress",
			"description": "A visual indicator showing the completion status of a task.",
			"type": "registry:ui",
			"categories": ["Feedback & Status"],
			"docs": "/docs/components/progress",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "progress",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "progress.json"
		},
		{
			"name": "RadioGroup",
			"title": "Radio Group",
			"description": "A set of mutually exclusive options presented as radio buttons.",
			"type": "registry:ui",
			"categories": ["Toggle & Choice"],
			"docs": "/docs/components/radio-group",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "radio-group",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "radio-group.json"
		},
		{
			"name": "ScrollArea",
			"title": "Scroll Area",
			"description": "A container with custom scrollbars for overflow content.",
			"type": "registry:ui",
			"categories": ["Layout & Navigation"],
			"docs": "/docs/components/scroll-area",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "scroll-area",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "scroll-area.json"
		},
		{
			"name": "Select",
			"title": "Select",
			"description": "A common form component for choosing a predefined value in a dropdown menu.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/select",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "select",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "select.json"
		},
		{
			"name": "Separator",
			"title": "Separator",
			"description": "A visual divider for separating content sections.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/separator",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "separator",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "separator.json"
		},
		{
			"name": "Sheet",
			"title": "Sheet",
			"description": "A flyout that opens from the side of the screen, based on the dialog component.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/sheet",
			"meta": {
				"status": "stable",
				"foundation": "compound",
				"particlePriority": "mvp",
				"slug": "sheet",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "sheet.json"
		},
		{
			"name": "Skeleton",
			"title": "Skeleton",
			"description": "A placeholder for loading content.",
			"type": "registry:ui",
			"categories": ["Feedback & Status"],
			"docs": "/docs/components/skeleton",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "skeleton",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "skeleton.json"
		},
		{
			"name": "Slider",
			"title": "Slider",
			"description": "A draggable control for selecting values from a continuous range.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/slider",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "slider",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "slider.json"
		},
		{
			"name": "Spinner",
			"title": "Spinner",
			"description": "An indicator that can be used to show a loading state.",
			"type": "registry:ui",
			"categories": ["Feedback & Status"],
			"docs": "/docs/components/spinner",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "spinner",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "spinner.json"
		},
		{
			"name": "Switch",
			"title": "Switch",
			"description": "A toggle control for binary on/off states.",
			"type": "registry:ui",
			"categories": ["Toggle & Choice"],
			"docs": "/docs/components/switch",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "switch",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "switch.json"
		},
		{
			"name": "Table",
			"title": "Table",
			"description": "A structured data display component with rows and columns.",
			"type": "registry:ui",
			"categories": ["Content & Display"],
			"docs": "/docs/components/table",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "table",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "table.json"
		},
		{
			"name": "Tabs",
			"title": "Tabs",
			"description": "A component for toggling between related panels on the same page.",
			"type": "registry:ui",
			"categories": ["Layout & Navigation"],
			"docs": "/docs/components/tabs",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "tabs",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "tabs.json"
		},
		{
			"name": "Textarea",
			"title": "Textarea",
			"description": "A multi-line text input for longer content.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/textarea",
			"meta": {
				"status": "stable",
				"foundation": "native",
				"particlePriority": "mvp",
				"slug": "textarea",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "textarea.json"
		},
		{
			"name": "Toggle",
			"title": "Toggle",
			"description": "A button that switches between two states.",
			"type": "registry:ui",
			"categories": ["Toggle & Choice"],
			"docs": "/docs/components/toggle",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "toggle",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "toggle.json"
		},
		{
			"name": "ToggleGroup",
			"title": "Toggle Group",
			"description": "A group of toggle buttons where one or multiple can be selected.",
			"type": "registry:ui",
			"categories": ["Toggle & Choice"],
			"docs": "/docs/components/toggle-group",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "toggle-group",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "toggle-group.json"
		},
		{
			"name": "Toolbar",
			"title": "Toolbar",
			"description": "A container for grouping related actions or controls.",
			"type": "registry:ui",
			"categories": ["Layout & Navigation"],
			"docs": "/docs/components/toolbar",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "toolbar",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "toolbar.json"
		},
		{
			"name": "Tooltip",
			"title": "Tooltip",
			"description": "A small overlay that provides contextual information on hover or focus.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/tooltip",
			"meta": {
				"status": "stable",
				"foundation": "bits",
				"particlePriority": "mvp",
				"slug": "tooltip",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "tooltip.json"
		},
		{
			"name": "Drawer",
			"title": "Drawer",
			"description": "A panel that slides in from the edge of the screen with swipe gestures, snap points, and nested drawer support.",
			"type": "registry:ui",
			"categories": ["Overlays & Popups"],
			"docs": "/docs/components/drawer",
			"meta": {
				"status": "experimental",
				"foundation": "custom",
				"particlePriority": "later",
				"slug": "drawer",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "drawer.json"
		},
		{
			"name": "Sidebar",
			"title": "Sidebar",
			"description": "A collapsible side panel for navigation and secondary content.",
			"type": "registry:ui",
			"categories": ["Layout & Navigation"],
			"docs": "/docs/components/sidebar",
			"meta": {
				"status": "experimental",
				"foundation": "compound",
				"particlePriority": "later",
				"slug": "sidebar",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "sidebar.json"
		},
		{
			"name": "Toast",
			"title": "Toast",
			"description": "A temporary notification message that appears and disappears automatically.",
			"type": "registry:ui",
			"categories": ["Feedback & Status"],
			"docs": "/docs/components/toast",
			"meta": {
				"status": "experimental",
				"foundation": "custom",
				"particlePriority": "later",
				"slug": "toast",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "toast.json"
		},
		{
			"name": "NumberField",
			"title": "Number Field",
			"description": "A specialized input for numeric values with increment/decrement controls.",
			"type": "registry:ui",
			"categories": ["Selection & Input"],
			"docs": "/docs/components/number-field",
			"meta": {
				"status": "stable",
				"foundation": "custom",
				"particlePriority": "mvp",
				"slug": "number-field",
				"styleImport": "@coss-svelte/theme/style-coss.css"
			},
			"path": "number-field.json"
		}
	]
}
