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
"description": "Metadata for a brand, including the brand name and important links. See [Meta](#meta) for more information"
9
+
},
10
+
{
11
+
"name": "logo",
12
+
"description": "Provide definitions and defaults for brand's logo in various formats and sizes. See [Logo](#logo) for more information"
13
+
},
14
+
{
15
+
"name": "color",
16
+
"description": "The brand's custom color palette and theme. See [Color](#color) for more information"
17
+
},
18
+
{
19
+
"name": "typography",
20
+
"description": "Typography definitions for the brand. See [Typography](#typography) for more information"
21
+
},
22
+
{
23
+
"name": "defaults",
24
+
"description": "Default settings"
25
+
}
26
+
]
27
+
},
28
+
{
29
+
"name": "brand-meta",
30
+
"title": "Meta",
31
+
"options": [
32
+
{
33
+
"name": "name",
34
+
"description": "The brand name."
35
+
},
36
+
{
37
+
"name": "link",
38
+
"description": "Important links for the brand, including social media links. If a single string, it is the brand's home page or website. Additional fields are allowed for internal use.\n"
39
+
}
40
+
]
41
+
},
42
+
{
43
+
"name": "brand-logo",
44
+
"title": "Logo",
45
+
"options": [
46
+
{
47
+
"name": "images",
48
+
"description": ""
49
+
},
50
+
{
51
+
"name": "small",
52
+
"description": "A link or path to the brand's small-sized logo or icon, or a link or path to both the light and dark versions.\n"
53
+
},
54
+
{
55
+
"name": "medium",
56
+
"description": "A link or path to the brand's medium-sized logo, or a link or path to both the light and dark versions.\n"
57
+
},
58
+
{
59
+
"name": "large",
60
+
"description": "A link or path to the brand's large- or full-sized logo, or a link or path to both the light and dark versions.\n"
61
+
}
62
+
]
63
+
},
64
+
{
65
+
"name": "brand-color",
66
+
"title": "Color",
67
+
"options": [
68
+
{
69
+
"name": "palette",
70
+
"description": "The brand's custom color palette. Any number of colors can be defined, each color having a custom name.\n"
71
+
},
72
+
{
73
+
"name": "foreground",
74
+
"description": "The foreground color, used for text."
75
+
},
76
+
{
77
+
"name": "background",
78
+
"description": "The background color, used for the page background."
79
+
},
80
+
{
81
+
"name": "primary",
82
+
"description": "The primary accent color, i.e. the main theme color. Typically used for hyperlinks, active states, primary action buttons, etc.\n"
83
+
},
84
+
{
85
+
"name": "secondary",
86
+
"description": "The secondary accent color. Typically used for lighter text or disabled states.\n"
87
+
},
88
+
{
89
+
"name": "tertiary",
90
+
"description": "The tertiary accent color. Typically an even lighter color, used for hover states, accents, and wells.\n"
91
+
},
92
+
{
93
+
"name": "success",
94
+
"description": "The color used for positive or successful actions and information."
95
+
},
96
+
{
97
+
"name": "info",
98
+
"description": "The color used for neutral or informational actions and information."
99
+
},
100
+
{
101
+
"name": "warning",
102
+
"description": "The color used for warning or cautionary actions and information."
103
+
},
104
+
{
105
+
"name": "danger",
106
+
"description": "The color used for errors, dangerous actions, or negative information."
107
+
},
108
+
{
109
+
"name": "light",
110
+
"description": "A bright color, used as a high-contrast foreground color on dark elements or low-contrast background color on light elements.\n"
111
+
},
112
+
{
113
+
"name": "dark",
114
+
"description": "A dark color, used as a high-contrast foreground color on light elements or high-contrast background color on light elements.\n"
115
+
},
116
+
{
117
+
"name": "emphasis",
118
+
"description": "A color used to emphasize or highlight text or elements.\n"
119
+
},
120
+
{
121
+
"name": "link",
122
+
"description": "The color used for hyperlinks. If not defined, the `primary` color is used.\n"
123
+
}
124
+
]
125
+
},
126
+
{
127
+
"name": "brand-typography",
128
+
"title": "Typography",
129
+
"options": [
130
+
{
131
+
"name": "fonts",
132
+
"description": "Font files and definitions for the brand."
133
+
},
134
+
{
135
+
"name": "base",
136
+
"description": "The base font settings for the brand. These are used as the default for all text.\n"
0 commit comments