Commit f95d28d
authored
use Angular Material overrides API (#6982)
Add `--mat-` prefixed variables alongside `--mdc-` variables because Angular Material will be renaming these tokens internally. This rename will occur in v20, which is used internally. The `--mdc-` tokens will continue to be defined since this still depends on an older version of Angular Material externally. Includes necessary update to `tensorboard/pip_package/setup.cfg`, using underscore instead of dash-case for `description_file` ``` python3.11/site-packages/setuptools/dist.py:452: SetuptoolsDeprecationWarning: Invalid dash-separated options ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** ```1 parent 61f3d63 commit f95d28d
File tree
3 files changed
+12
-1
lines changed- tensorboard
- pip_package
- plugins/debugger_v2/tf_debugger_v2_plugin/views/timeline
- webapp/theme
3 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
| 71 | + | |
70 | 72 | | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
306 | 307 | | |
| 308 | + | |
307 | 309 | | |
| 310 | + | |
308 | 311 | | |
| 312 | + | |
309 | 313 | | |
310 | 314 | | |
311 | 315 | | |
| |||
315 | 319 | | |
316 | 320 | | |
317 | 321 | | |
| 322 | + | |
318 | 323 | | |
| 324 | + | |
319 | 325 | | |
| 326 | + | |
320 | 327 | | |
| 328 | + | |
321 | 329 | | |
322 | 330 | | |
323 | 331 | | |
| |||
0 commit comments