-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
There were some tokens renamed from the latest design-tokens export in #7075
Namely these:
- --pf-t--global--spacer--gap--group-to-group--horizontal: var(--pf-t--global--spacer--2xl);
- --pf-t--global--spacer--gap--group-to-group--vertical: var(--pf-t--global--spacer--lg);
+ --pf-t--global--spacer--gap--group-to-group--horizontal--compact: var(--pf-t--global--spacer--sm);
+ --pf-t--global--spacer--gap--group-to-group--horizontal--default: var(--pf-t--global--spacer--2xl);
+ --pf-t--global--spacer--gap--group-to-group--vertical--compact: var(--pf-t--global--spacer--md);
+ --pf-t--global--spacer--gap--group-to-group--vertical--default: var(--pf-t--global--spacer--lg);
+ --pf-t--global--spacer--gap--text-to-element--compact: var(--pf-t--global--spacer--xs);We should:
- Update group-to-group--horizontal/vertical to add
--default - Remove the
--compactcustom spacers we added to tokens-local since they come from figma now - Update visual regression screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done