-
Notifications
You must be signed in to change notification settings - Fork 24
feat(registry): add Design System Registry package #660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Create packages/design-system-registry as new library package - Add registries for sizes, states, variants, anatomy terms, components - Include scale values, categories, and platforms registries - Add JSON schema validation for registry entries - Add comprehensive AVA tests (36 tests passing) - Add moon.yml configuration as library layer - Add validation script for registry consistency
🦋 Changeset detectedLatest commit: 3dff45c The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Member
Author
Run report for 3dff45cbTotal time: 1m 27s | Comparison time: 3m 46s | Estimated savings: 2m 19s (61.5% faster)
Expanded report
Touched files |
Updates lockfile to include dependencies for: - design-system-registry package - spectrum-glossary package
- Add comprehensive glossary web interface using 11ty + Spectrum Web Components - 179 terms across 11 registries with enhanced definitions - Full-text search with Fuse.js - Static JSON API for programmatic access - Dark mode support and mobile responsive - Integrated into main docs deployment workflow - Platform extension system for iOS, Web Components, etc. Related: Phase 3 of Spectrum Design System Glossary project
Resolved conflicts: - pnpm-lock.yaml: regenerated to include dependencies from both branches
The export task is only needed for deployment, not for CI builds. This prevents CI failures when the task tries to copy to site directory.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a new foundational package that provides a single source of truth for design system terminology.
What's Changed
@adobe/design-system-registryRelated
Testing
pnpm ava- 36 tests passing ✅node scripts/validate-registry.js- All registry validation passing ✅Registries Included
Future Work