During the multi-theming QA process, several variables were removed from both the codebase and Figma to improve consistency and maintainability. This introduces a breaking change, as the latest version of the tokens package is required. Furthermore, if themes are being overridden, some CSS variables may need to be updated or replaced by the users.
The following CSS variables should be removed from the code.
Technical Information
This change was communicated to users and documented in the following resources. Useful documentation:
DoR
During the multi-theming QA process, several variables were removed from both the codebase and Figma to improve consistency and maintainability. This introduces a breaking change, as the latest version of the tokens package is required. Furthermore, if themes are being overridden, some CSS variables may need to be updated or replaced by the users.
The following CSS variables should be removed from the code.
Technical Information
This change was communicated to users and documented in the following resources. Useful documentation:
https://solid-design-system.fe.union-investment.de/docs/?path=/docs/packages-tokens-installation--docs#%EF%B8%8F-upcoming-breaking-changes
https://teams.microsoft.com/l/message/19:sycqZKo6K_-P5eYh0H4Xn2UpoKmti8Ar5SICMb9z7C41@thread.tacv2/1775829718512?tenantId=2eb07b91-f9f8-437b-a89e-59f55e565c11&groupId=cec93f98-ceee-42bd-bfde-a6b51fc1194e&parentMessageId=1775829718512&teamName=Solid%20Design%20System%20Community%20(Team)&channelName=General&createdTime=1775829718512
CSS code that needs to be cleaned up is marked with comments starting with TODO, along with an explanation of what needs to be changed.
The variables are documented as Deprecated on the component documentation pages with the message: "This custom property is deprecated." The replacement variables are also documented.
DoR