From 8dec450010e05ffcf6c8b6b3870916d32e1593d1 Mon Sep 17 00:00:00 2001 From: Jonathan Alles Date: Thu, 5 Feb 2026 20:56:35 +0100 Subject: [PATCH 1/2] Add st-styled component configuration file --- components/registry/components/st-styled | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 components/registry/components/st-styled diff --git a/components/registry/components/st-styled b/components/registry/components/st-styled new file mode 100644 index 0000000..b8f5ee7 --- /dev/null +++ b/components/registry/components/st-styled @@ -0,0 +1,25 @@ +{ + "schemaVersion": 1, + "title": "st_yled", + "author": { + "github": "JonathanAlles", + "displayName": "JonathanAlles" + }, + "links": { + "github": "https://github.com/EvobyteDigitalBiology/st-styled", + "pypi": "st-styled", + "demo": "https://styled-studio.streamlit.app/", + "docs": "https://st-styled.evo-byte.com/" + }, + "media": { + "image": "https://evo-byte.com/wp-content/uploads/2026/02/st-styled-gallery-screen.webp" + }, + "install": { + "pip": "pip install st-styled" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Widgets", "Text", "Page navigation", "Developer tools"] +} From de03f9a103ed9cde540d9d3584ee0c3dd3cb64cc Mon Sep 17 00:00:00 2001 From: Jonathan Alles Date: Mon, 16 Feb 2026 19:57:04 +0100 Subject: [PATCH 2/2] Rename st-styled to st-styled.json --- components/registry/components/{st-styled => st-styled.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename components/registry/components/{st-styled => st-styled.json} (100%) diff --git a/components/registry/components/st-styled b/components/registry/components/st-styled.json similarity index 100% rename from components/registry/components/st-styled rename to components/registry/components/st-styled.json