|
118 | 118 | "button": { |
119 | 119 | "labelFontLineHeight": "1.5em", |
120 | 120 | "labelLetterSpacing": "0.025em", |
121 | | - "paddingLeft": "0.5rem", |
122 | | - "paddingRight": "0.5rem", |
123 | | - "paddingTop": "0.5rem", |
124 | | - "paddingBottom": "0.5rem", |
125 | | - "focusBorderColor": "#0095ff", |
126 | | - "primaryBackgroundColor": "#5f249f", |
127 | | - "primaryFontColor": "#ffffff", |
128 | | - "primaryHoverBackgroundColor": "#4b1c7d", |
129 | | - "primaryActiveBackgroundColor": "#321353", |
130 | | - "primaryDisabledBackgroundColor": "#f2f2f2", |
131 | | - "primaryDisabledFontColor": "#999999", |
| 121 | + "paddingSmallTop": "0px", |
| 122 | + "paddingSmallLeft": "8px", |
| 123 | + "paddingSmallBottom": "0px", |
| 124 | + "paddingSmallRight": "8px", |
| 125 | + "paddingSmallOnlyIconTop": "0px", |
| 126 | + "paddingSmallOnlyIconLeft": "4px", |
| 127 | + "paddingSmallOnlyIconBottom": "0px", |
| 128 | + "paddingSmallOnlyIconRight": "4px", |
| 129 | + "paddingMediumTop": "0px", |
| 130 | + "paddingMediumLeft": "8px", |
| 131 | + "paddingMediumBottom": "0px", |
| 132 | + "paddingMediumRight": "8px", |
| 133 | + "paddingMediumOnlyIconTop": "0px", |
| 134 | + "paddingMediumOnlyIconLeft": "8px", |
| 135 | + "paddingMediumOnlyIconBottom": "0px", |
| 136 | + "paddingMediumOnlyIconRight": "8px", |
| 137 | + "paddingLargeTop": "0px", |
| 138 | + "paddingLargeLeft": "16px", |
| 139 | + "paddingLargeBottom": "0px", |
| 140 | + "paddingLargeRight": "16px", |
| 141 | + "paddingLargeOnlyIconTop": "0px", |
| 142 | + "paddingLargeOnlyIconLeft": "8px", |
| 143 | + "paddingLargeOnlyIconBottom": "0px", |
| 144 | + "paddingLargeOnlyIconRight": "8px", |
| 145 | + "focusBorderColor": "#33aaff", |
| 146 | + "primaryDefaultBackgroundColor": "#5f249f", |
| 147 | + "primaryErrorBackgroundColor": "#d0011b", |
| 148 | + "primaryWarningBackgroundColor": "#c26c0a", |
| 149 | + "primarySuccessBackgroundColor": "#24a148", |
| 150 | + "primaryInfoBackgroundColor": "#0086e6", |
| 151 | + "primaryDefaultFontColor": "#ffffff", |
| 152 | + "primaryErrorFontColor": "#ffffff", |
| 153 | + "primaryWarningFontColor": "#ffffff", |
| 154 | + "primarySuccessFontColor": "#ffffff", |
| 155 | + "primaryInfoFontColor": "#ffffff", |
| 156 | + "primaryHoverDefaultBackgroundColor": "#4b1c7d", |
| 157 | + "primaryHoverErrorBackgroundColor": "#980115", |
| 158 | + "primaryHoverWarningBackgroundColor": "#915108", |
| 159 | + "primaryHoverSuccessBackgroundColor": "#1c7d38", |
| 160 | + "primaryHoverInfoBackgroundColor": "#0067b3", |
| 161 | + "primaryActiveDefaultBackgroundColor": "#321353", |
| 162 | + "primaryActiveErrorBackgroundColor": "#65010e", |
| 163 | + "primaryActiveWarningBackgroundColor": "#613605", |
| 164 | + "primaryActiveSuccessBackgroundColor": "#135325", |
| 165 | + "primaryActiveInfoBackgroundColor": "#003c66", |
| 166 | + "primaryDisabledDefaultBackgroundColor": "#f2eafa", |
| 167 | + "primaryDisabledErrorBackgroundColor": "#ffe6e9", |
| 168 | + "primaryDisabledWarningBackgroundColor": "#fef3e7", |
| 169 | + "primaryDisabledSuccessBackgroundColor": "#eafaef", |
| 170 | + "primaryDisabledInfoBackgroundColor": "#e6f4ff", |
| 171 | + "primaryDisabledDefaultFontColor": "#cbacec", |
| 172 | + "primaryDisabledErrorFontColor": "#fe9aa7", |
| 173 | + "primaryDisabledWarningFontColor": "#facf9e", |
| 174 | + "primaryDisabledSuccessFontColor": "#acecbe", |
| 175 | + "primaryDisabledInfoFontColor": "#99d5ff", |
132 | 176 | "primaryBorderThickness": "0px", |
133 | 177 | "primaryBorderStyle": "none", |
134 | 178 | "primaryBorderRadius": "0.25rem", |
135 | 179 | "primaryFontFamily": "Open Sans, sans-serif", |
136 | | - "primaryFontSize": "1rem", |
137 | | - "primaryFontWeight": "400", |
138 | | - "secondaryBackgroundColor": "transparent", |
139 | | - "secondaryFontColor": "#5f249f", |
140 | | - "secondaryHoverFontColor": "#ffffff", |
141 | | - "secondaryBorderColor": "#5f249f", |
142 | | - "secondaryHoverBackgroundColor": "#5f249f", |
143 | | - "secondaryActiveBackgroundColor": "#321353", |
144 | | - "secondaryDisabledBackgroundColor": "transparent", |
145 | | - "secondaryDisabledFontColor": "#999999", |
146 | | - "secondaryDisabledBorderColor": "#999999", |
| 180 | + "primarySmallFontSize": "0.875rem", |
| 181 | + "primaryMediumFontSize": "0.875rem", |
| 182 | + "primaryLargeFontSize": "1rem", |
| 183 | + "primaryFontWeight": "600", |
| 184 | + "secondaryDefaultBackgroundColor": "transparent", |
| 185 | + "secondaryErrorBackgroundColor": "transparent", |
| 186 | + "secondaryWarningBackgroundColor": "transparent", |
| 187 | + "secondarySuccessBackgroundColor": "transparent", |
| 188 | + "secondaryInfoBackgroundColor": "transparent", |
| 189 | + "secondaryDefaultFontColor": "#5f249f", |
| 190 | + "secondaryErrorFontColor": "#d0011b", |
| 191 | + "secondaryWarningFontColor": "#c26c0a", |
| 192 | + "secondarySuccessFontColor": "#24a148", |
| 193 | + "secondaryInfoFontColor": "#0086e6", |
| 194 | + "secondaryDefaultBorderColor": "#5f249f", |
| 195 | + "secondaryErrorBorderColor": "#d0011b", |
| 196 | + "secondaryWarningBorderColor": "#c26c0a", |
| 197 | + "secondarySuccessBorderColor": "#24a148", |
| 198 | + "secondaryInfoBorderColor": "#0086e6", |
| 199 | + "secondaryHoverDefaultBackgroundColor": "#5f249f", |
| 200 | + "secondaryHoverErrorBackgroundColor": "#d0011b", |
| 201 | + "secondaryHoverWarningBackgroundColor": "#c26c0a", |
| 202 | + "secondaryHoverSuccessBackgroundColor": "#24a148", |
| 203 | + "secondaryHoverInfoBackgroundColor": "#0086e6", |
| 204 | + "secondaryHoverDefaultFontColor": "#ffffff", |
| 205 | + "secondaryHoverErrorFontColor": "#ffffff", |
| 206 | + "secondaryHoverWarningFontColor": "#ffffff", |
| 207 | + "secondaryHoverSuccessFontColor": "#ffffff", |
| 208 | + "secondaryHoverInfoFontColor": "#ffffff", |
| 209 | + "secondaryActiveDefaultBackgroundColor": "#4b1c7d", |
| 210 | + "secondaryActiveErrorBackgroundColor": "#980115", |
| 211 | + "secondaryActiveWarningBackgroundColor": "#915108", |
| 212 | + "secondaryActiveSuccessBackgroundColor": "#1c7d38", |
| 213 | + "secondaryActiveInfoBackgroundColor": "#0067b3", |
| 214 | + "secondaryDisabledDefaultBackgroundColor": "transparent", |
| 215 | + "secondaryDisabledErrorBackgroundColor": "transparent", |
| 216 | + "secondaryDisabledWarningBackgroundColor": "transparent", |
| 217 | + "secondaryDisabledSuccessBackgroundColor": "transparent", |
| 218 | + "secondaryDisabledInfoBackgroundColor": "transparent", |
| 219 | + "secondaryDisabledDefaultFontColor": "#cbacec", |
| 220 | + "secondaryDisabledErrorFontColor": "#fe9aa7", |
| 221 | + "secondaryDisabledWarningFontColor": "#facf9e", |
| 222 | + "secondaryDisabledSuccessFontColor": "#acecbe", |
| 223 | + "secondaryDisabledInfoFontColor": "#99d5ff", |
| 224 | + "secondaryDisabledDefaultBorderColor": "#cbacec", |
| 225 | + "secondaryDisabledErrorBorderColor": "#fe9aa7", |
| 226 | + "secondaryDisabledWarningBorderColor": "#facf9e", |
| 227 | + "secondaryDisabledSuccessBorderColor": "#acecbe", |
| 228 | + "secondaryDisabledInfoBorderColor": "#99d5ff", |
147 | 229 | "secondaryBorderThickness": "1px", |
148 | 230 | "secondaryBorderStyle": "solid", |
149 | 231 | "secondaryBorderRadius": "0.25rem", |
150 | 232 | "secondaryFontFamily": "Open Sans, sans-serif", |
151 | | - "secondaryFontSize": "1rem", |
152 | | - "secondaryFontWeight": "400", |
153 | | - "textBackgroundColor": "transparent", |
154 | | - "textFontColor": "#5f249f", |
155 | | - "textHoverBackgroundColor": "#f2eafa", |
156 | | - "textActiveBackgroundColor": "#e5d5f6", |
157 | | - "textDisabledBackgroundColor": "transparent", |
158 | | - "textDisabledFontColor": "#999999", |
159 | | - "textBorderThickness": "0px", |
160 | | - "textBorderStyle": "none", |
161 | | - "textBorderRadius": "0.25rem", |
162 | | - "textFontFamily": "Open Sans, sans-serif", |
163 | | - "textFontSize": "1rem", |
164 | | - "textFontWeight": "400" |
| 233 | + "secondarySmallFontSize": "0.875rem", |
| 234 | + "secondaryMediumFontSize": "0.875rem", |
| 235 | + "secondaryLargeFontSize": "1rem", |
| 236 | + "secondaryFontWeight": "600", |
| 237 | + "tertiaryDefaultBackgroundColor": "transparent", |
| 238 | + "tertiaryErrorBackgroundColor": "transparent", |
| 239 | + "tertiaryWarningBackgroundColor": "transparent", |
| 240 | + "tertiarySuccessBackgroundColor": "transparent", |
| 241 | + "tertiaryInfoBackgroundColor": "transparent", |
| 242 | + "tertiaryDefaultFontColor": "#5f249f", |
| 243 | + "tertiaryErrorFontColor": "#d0011b", |
| 244 | + "tertiaryWarningFontColor": "#c26c0a", |
| 245 | + "tertiarySuccessFontColor": "#24a148", |
| 246 | + "tertiaryInfoFontColor": "#0086e6", |
| 247 | + "tertiaryHoverDefaultBackgroundColor": "#f2eafa", |
| 248 | + "tertiaryHoverErrorBackgroundColor": "#ffe6e9", |
| 249 | + "tertiaryHoverWarningBackgroundColor": "#fef3e7", |
| 250 | + "tertiaryHoverSuccessBackgroundColor": "#eafaef", |
| 251 | + "tertiaryHoverInfoBackgroundColor": "#e6f4ff", |
| 252 | + "tertiaryActiveDefaultBackgroundColor": "#e5d5f6", |
| 253 | + "tertiaryActiveErrorBackgroundColor": "#ffccd3", |
| 254 | + "tertiaryActiveWarningBackgroundColor": "#fce7cf", |
| 255 | + "tertiaryActiveSuccessBackgroundColor": "#d5f6df", |
| 256 | + "tertiaryActiveInfoBackgroundColor": "#cceaff", |
| 257 | + "tertiaryDisabledDefaultBackgroundColor": "transparent", |
| 258 | + "tertiaryDisabledErrorBackgroundColor": "transparent", |
| 259 | + "tertiaryDisabledWarningBackgroundColor": "transparent", |
| 260 | + "tertiaryDisabledSuccessBackgroundColor": "transparent", |
| 261 | + "tertiaryDisabledInfoBackgroundColor": "transparent", |
| 262 | + "tertiaryDisabledDefaultFontColor": "#cbacec", |
| 263 | + "tertiaryDisabledErrorFontColor": "#fe9aa7", |
| 264 | + "tertiaryDisabledWarningFontColor": "#facf9e", |
| 265 | + "tertiaryDisabledSuccessFontColor": "#acecbe", |
| 266 | + "tertiaryDisabledInfoFontColor": "#99d5ff", |
| 267 | + "tertiaryBorderThickness": "0px", |
| 268 | + "tertiaryBorderStyle": "none", |
| 269 | + "tertiaryBorderRadius": "0.25rem", |
| 270 | + "tertiaryFontFamily": "Open Sans, sans-serif", |
| 271 | + "tertiarySmallFontSize": "0.875rem", |
| 272 | + "tertiaryMediumFontSize": "0.875rem", |
| 273 | + "tertiaryLargeFontSize": "1rem", |
| 274 | + "tertiaryFontWeight": "600" |
165 | 275 | }, |
166 | 276 | "card": { |
167 | 277 | "height": "220px", |
|
0 commit comments