-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat: updating to Style Dictionary v4 #3186
Merged
Merged
+11,571
−6,627
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4f5466 - Browse repository at this point
Copy the full SHA c4f5466View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22041ec - Browse repository at this point
Copy the full SHA 22041ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c58f15 - Browse repository at this point
Copy the full SHA 9c58f15View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f29f538 - Browse repository at this point
Copy the full SHA f29f538View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb70975 - Browse repository at this point
Copy the full SHA bb70975View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e1ef04 - Browse repository at this point
Copy the full SHA 0e1ef04View commit details
Commits on Sep 3, 2024
-
feat: --output-references CLI arg, registers filters, updates CSS var…
…s format (#3203) * feat: --output-references CLI arg for build-tokens, registers filters, and updates CSS vars format * Exposes `--output-references` CLI argument for `build-tokens` command. Defaults to `true`. Ensures brand package output with the CLI includes references in build output out-of-the-box. * Registers filter(s) `isThemeVariant.{'light'}`, handling future theme variants when implemented (e.g., `isThemeVariant.dark`). * Migrates `createCustomCSSVariables` to use `formattedVariables` to rely on out-of-the-box CSS variable formatting. The formatter still supports token-specific overrides of `outputReferences`. If a token has modifications via `modify`, the modified base reference is not included in the output. * Updates custom fileHeader implementation, including a relative path to design tokens documentation. * Fixes bug with line-height tokens, switching their `$type` from `dimension` to `number` to resolve typography style regressions. * Updates typography tokens related to font size, font weight, and line-height for more consistent naming structure when taking into account mobile. * Updates `@mobile-type` SCSS mixin to support level-specific customization of mobile typography styles for display 1-4. * Renames `"description"` field in tokens to `"$description""` per the DTCG format. * Ensures the "Typography" foundations page properly previews the correct font size for regular "Body" text and includes the missing "HEADING LABEL" example. * Updates to "Colors" page in docs site: * Displays token name instead of CSS variable in the color swatch previews (see screenshot below). * Include `accent-a` and `accent-b` alongside other color names, rather than manually rendering `Swatch` for the accents. * Modifies the grid styles for color swatch preview to be more responsive. * Resolves `NaNpx` bug in `MeasuredItem` component on docs site, while computing the measurements to display for an element (e.g., font size). Instead, it renders an empty block while measurements are resolved. * Updates `CodeBlock` styles on docs site to add its border and background color only to the `LivePreview`, not the entire `CodeBlock` example. * Reduces whitespace on docs site homepage. * Simplifies columns on docs site header, ensuring `SiteTitle` is horizontally aligned in the center.
Configuration menu - View commit details
-
Copy full SHA for da00992 - Browse repository at this point
Copy the full SHA da00992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5843459 - Browse repository at this point
Copy the full SHA 5843459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b83468 - Browse repository at this point
Copy the full SHA 1b83468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029325a - Browse repository at this point
Copy the full SHA 029325aView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0baaa6 - Browse repository at this point
Copy the full SHA a0baaa6View commit details
Commits on Oct 27, 2024
-
refactor: corrected expanded tokens refactor: code refactoring refactor: created an abstracted CSS variables refactor: added missing expanded tokens refactor: added missing expanded tokens refactor: small refactoring after review refactor: corrected imports for CSS files feat: expanded --pgn-transition-carousel-base token, some refactoring fix: corrected --pgn-transition-base-timing-function value refactor: some refactoring and updates refactor: corrected progress-bar and typography tokens
Configuration menu - View commit details
-
Copy full SHA for 70673e4 - Browse repository at this point
Copy the full SHA 70673e4View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 915d963 - Browse repository at this point
Copy the full SHA 915d963View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 036f28c - Browse repository at this point
Copy the full SHA 036f28cView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4d560b - Browse repository at this point
Copy the full SHA b4d560bView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ea4cb8 - Browse repository at this point
Copy the full SHA 0ea4cb8View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc91888 - Browse repository at this point
Copy the full SHA bc91888View commit details
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.