Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .changeset/rename-repository.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
"@adobe/spectrum-tokens": minor
---

Repository has been renamed from `spectrum-tokens` to `spectrum-design-data` to better reflect that this monorepo contains more than just design tokens. All GitHub repository URLs and documentation have been updated to reference the new repository location at `github.com/adobe/spectrum-design-data`.

**Important:** NPM package names remain unchanged (`@adobe/spectrum-tokens`, `@adobe/spectrum-component-api-schemas`) to avoid breaking existing consumers.

The following files were updated:

- All `package.json` files with repository URLs
- Main `README.md` with new repository references
- Documentation in `docs/visualizer/README.md`
- Schema URLs in token files to reference the new hosted location
- Test files with schema references

**Schema Reference Simplification:**
As part of this change, all JSON Schema references have been simplified from absolute URLs to relative paths:

- Token files now use relative `$schema` references (e.g., `"alias.json"` instead of `"https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"`)
- Schema definition files updated to use relative `$id` and `$ref` values
- Maintains full JSON Schema validation functionality with cleaner, more maintainable syntax
- Significantly reduces file size and improves readability

Note: Historical changelog entries that reference the old repository name in commit and PR URLs are intentionally preserved for historical accuracy.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
moon = "1.39.1"
moon = "1.39.3"
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Note: for [Spectrum 2](https://s2.spectrum.adobe.com/) token data has been graduated to the `main` branch. If you need access to the S1 data, use the [`s1-legacy` branch](https://github.com/adobe/spectrum-tokens/tree/s1-legacy) and `v12.x.x` packages on [NPM](https://www.npmjs.com/package/@adobe/spectrum-tokens?activeTab=versions).
Note: for [Spectrum 2](https://s2.spectrum.adobe.com/) token data has been graduated to the `main` branch. If you need access to the S1 data, use the [`s1-legacy` branch](https://github.com/adobe/spectrum-design-data/tree/s1-legacy) and `v12.x.x` packages on [NPM](https://www.npmjs.com/package/@adobe/spectrum-tokens?activeTab=versions).

The [Spectrum token visualizer](https://opensource.adobe.com/spectrum-tokens/visualizer/) shows the token data for S1. For Spectrum 2 data, use [opensource.adobe.com/spectrum-tokens/s2-visualizer/](https://opensource.adobe.com/spectrum-tokens/s2-visualizer/).
The [Spectrum token visualizer](https://opensource.adobe.com/spectrum-design-data/visualizer/) shows the token data for S1. For Spectrum 2 data, use [opensource.adobe.com/spectrum-design-data/s2-visualizer/](https://opensource.adobe.com/spectrum-design-data/s2-visualizer/).

# Spectrum Tokens Monorepo
# Spectrum Design Data Monorepo

This repo uses:

Expand All @@ -16,8 +16,8 @@ This repo uses:
Packages in this monorepo:

- [Spectrum Tokens](packages/tokens/) design tokens for Spectrum, Adobe's design system.
- [Spectrum Token Visualizer Tool](docs/visualizer/) a visualizer for inspecting tokens. Published as a [static site](https://opensource.adobe.com/spectrum-tokens/visualizer/), not an NPM package.
- [Spectrum Token Visualizer Tool S2](docs/s2-visualizer/) a version of the visualizer that shows the Spectrum 2 data. Published as a [static site](https://opensource.adobe.com/spectrum-tokens/s2-visualizer/).
- [Spectrum Token Visualizer Tool](docs/visualizer/) a visualizer for inspecting tokens. Published as a [static site](https://opensource.adobe.com/spectrum-design-data/visualizer/), not an NPM package.
- [Spectrum Token Visualizer Tool S2](docs/s2-visualizer/) a version of the visualizer that shows the Spectrum 2 data. Published as a [static site](https://opensource.adobe.com/spectrum-design-data/s2-visualizer/).
- [Spectrum Tokens Docs](docs/site/) a static site to show the component options API and other token data.
- [Spectrum Token Diff Generator](tools/diff-generator/) a library and cli tool that reports changes made between two schema/releases/branches.

Expand Down
Loading
Loading