Requested Features
  1. "Save as Style Class" Button
Add a button in the component Style editor that:
Creates a new style class from the current style configuration.
Automatically moves existing style properties into the new style class.
Replaces local styles with a reference to the new style class.
Benefits
Encourages style reuse.
Improves project consistency.
Reduces repetitive work.
  1. JSON Paste / Import for Style Classes
Allow users to:
Copy style JSON from one component or project.
Paste directly into a Style Class.
Import/export style definitions as JSON.
Benefits
Easier sharing between projects.
Faster Exchange asset development.
Simplifies transferring styles between gateways.
Supports version control workflows.
Real-World Example
When building a Perspective project, it's common to spend several minutes perfecting a button style, navigation card, alarm indicator, or plant status widget. Once the style is finalized, developers often want to reuse it elsewhere. A one-click "Save as Style Class" option would eliminate the need to manually recreate the same style settings.