chore: update dependency style-dictionary to v5.4.0#1976
chore: update dependency style-dictionary to v5.4.0#1976renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
|
|
1.
|
Pull request was closed
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
5.3.3→5.4.0Release Notes
style-dictionary/style-dictionary (style-dictionary)
v5.4.0Compare Source
Minor Changes
edceda7: Add support for DTCG v2025.10 dimension token type object value, while remaining backwards compatible for dimension tokens using string values.All built-in transforms can now handle dimension tokens.
This includes CSS shorthand transforms for composed token types such as typography, border and shadows, which can contain properties that are dimensions.
{ "spacing": { "$type": "dimension", "$value": { "value": 1, "unit": "px" } }, "shadow": { "$type": "shadow", "$value": { "color": { "colorSpace": "srgb", "components": [0, 0, 0], "alpha": 0.4 }, "offsetX": { "value": 2, "unit": "px" }, "offsetY": { "value": 2, "unit": "px" }, "blur": { "value": 4, "unit": "px" }, "spread": { "value": 6, "unit": "px" } } } }3d5c140: Generate strict types (tuples) for the tokens of the same typePatch Changes
edceda7: Fix very old bug where size/remToPt wasn't converting toptunit, but rather tof(iOS float). Fixed this, addedsize/remToFloatto use the old behavior, and updated the ios transformGroup to use this instead. This is technically potentially "breaking" but because it is a bugfix, this is a patch.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.