Skip to content

Commit

Permalink
Merge branch 'standardize-file-names' of github.com:grommet/hpe-desig…
Browse files Browse the repository at this point in the history
…n-system into standardize-file-names
  • Loading branch information
taysea committed Jan 16, 2025
2 parents 63b4ef4 + a9dcb58 commit f90d9b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/cuddly-elephants-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"hpe-design-tokens": minor
---

- Renamed exports from "base" to "primitives" (e.g., "base.css" --> "primitives.css").
- Removed "default" from CJS/ESM component token exports (e.g., "components.default.cjs" --> "components.js"). No effect on import.
- Removed light/dark, medium/small modes from ESM/CommonJS exports. Because these now return CSS variable refs, we don't need separate mode exports. (e.g., "color.light.js" --> "color.js").

0 comments on commit f90d9b7

Please sign in to comment.