Brand

The brand object allows for the organized management and representation of distinct brand identities within a design system version, facilitating the consistent application of brand-specific styles and assets throughout the associated version.

Available from: 2.0.0

Import


                                                        
                                                        
                                                            import { Brand } from "@supernovaio/sdk"
                                                        
                                                            

Properties

  • idInVersion: The unique identifier of the brand within this particular design system version. This ID provides a specific reference to the brand's presence in this version.
  • id: The unique identifier of the brand. This ID serves as a constant and unchanging reference to the brand entity, regardless of the version.
  • designSystemVersionId: The identifier of the design system version in which the brand is located.
  • name: The name of the brand, offering a human-readable label to identify it easily and distinguish it from other brands within the same design system version.
  • description: A brief description that provides insights into the brand's purpose, characteristics, or unique visual elements.