LICENSE
MANIFEST.in
README.md
pyproject.toml
config/__init__.py
config/asgi.py
config/settings.py
config/template_patches.py
config/urls.py
config/wsgi.py
django_showroom.egg-info/PKG-INFO
django_showroom.egg-info/SOURCES.txt
django_showroom.egg-info/dependency_links.txt
django_showroom.egg-info/requires.txt
django_showroom.egg-info/top_level.txt
showroom/__init__.py
showroom/apps.py
showroom/design_icons.py
showroom/showroomReact.registry.generated.js
showroom/showroomReact.runtime.js
showroom/urls.py
showroom/views.py
showroom/catalog/__init__.py
showroom/catalog/components.py
showroom/catalog/icons.py
showroom/catalog/registry.py
showroom/catalog/tokens.py
showroom/foundations/colors/foundation.json
showroom/foundations/iconography/foundation.json
showroom/foundations/text/foundation.json
showroom/schemas/component.schema.json
showroom/schemas/stories.schema.json
showroom/scripts/check-recipes.mjs
showroom/scripts/generate-ds-icons.mjs
showroom/scripts/generate-react-registry.mjs
showroom/scripts/generate-showroom-react-registry.mjs
showroom/scripts/generate-story-fixtures.mjs
showroom/scripts/serve-static.mjs
showroom/scripts/smoke-react-runtime.mjs
showroom/scripts/validate-contracts.mjs
showroom/scripts/validate-showroom-components.mjs
showroom/templates/includes/scripts.html
showroom/templates/showroom/index.html
showroom/templates/showroom/foundations/colors/page.html
showroom/templates/showroom/foundations/iconography/page.html
showroom/templates/showroom/foundations/text/page.html
showroom/templatetags/__init__.py
showroom/templatetags/ds_icons.py
tests/test_components.py
tests/test_contracts.py
tests/test_design_icons.py
tests/test_registry.py
tests/test_tokens.py
tests/test_views.py