You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to investigate, design and code how the SDK can manage multiple themes in a design system. Caller will need to be able to create a new named theme, query a named theme, update a named them and delete a named theme.
Some questions that may need to be answered:
How will naming be handled?
Will the UI need to prompt the user with a suggested name?
Proposed Solution
The text was updated successfully, but these errors were encountered:
@omesh-omg does this satisfy your needs? There doesn't appear to be a colorTheme deletion capability. We could maybe add support for that. Would you need that? Do we need to restrict and not allow the default theme to be deleted?
We also need to ensure that the generated JSON and CSS w.r.t. multiple themes will work with Figma as well as make sense and be consumable for a developer to is trying to use the design system. And in V2 where generation is strictly JSON, the JSON needs to have enough theme information in it to allow good CSS to be created.
Problem/Concern
This issue is to investigate, design and code how the SDK can manage multiple themes in a design system. Caller will need to be able to create a new named theme, query a named theme, update a named them and delete a named theme.
Some questions that may need to be answered:
Proposed Solution
The text was updated successfully, but these errors were encountered: