|
21 | 21 | "description": "Styles applied to {{nodeName}}.",
|
22 | 22 | "nodeName": "the layered bar1 and bar2 elements"
|
23 | 23 | },
|
| 24 | + "bar1": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the bar1 element" }, |
24 | 25 | "bar1Buffer": {
|
25 | 26 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
26 | 27 | "nodeName": "the bar1 element",
|
27 |
| - "conditions": "<code>variant=\"buffer\"</code>" |
| 28 | + "conditions": "<code>variant=\"buffer\"</code>", |
| 29 | + "deprecationInfo": "Use the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-bar1\">.MuiLinearProgress-bar1</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-buffer\">.MuiLinearProgress-buffer</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
28 | 30 | },
|
29 | 31 | "bar1Determinate": {
|
30 | 32 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
31 | 33 | "nodeName": "the bar1 element",
|
32 |
| - "conditions": "<code>variant=\"determinate\"</code>" |
| 34 | + "conditions": "<code>variant=\"determinate\"</code>", |
| 35 | + "deprecationInfo": "Use the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-bar1\">.MuiLinearProgress-bar1</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-determinate\">.MuiLinearProgress-determinate</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
33 | 36 | },
|
34 | 37 | "bar1Indeterminate": {
|
35 | 38 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
36 | 39 | "nodeName": "the bar1 element",
|
37 |
| - "conditions": "<code>variant=\"indeterminate or query\"</code>" |
| 40 | + "conditions": "<code>variant=\"indeterminate or query\"</code>", |
| 41 | + "deprecationInfo": "Use the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-bar1\">.MuiLinearProgress-bar1</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-indeterminate\">.MuiLinearProgress-indeterminate</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
38 | 42 | },
|
| 43 | + "bar2": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the bar2 element" }, |
39 | 44 | "bar2Buffer": {
|
40 | 45 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
41 | 46 | "nodeName": "the bar2 element",
|
42 |
| - "conditions": "<code>variant=\"buffer\"</code>" |
| 47 | + "conditions": "<code>variant=\"buffer\"</code>", |
| 48 | + "deprecationInfo": "Use the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-bar2\">.MuiLinearProgress-bar2</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-buffer\">.MuiLinearProgress-buffer</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
43 | 49 | },
|
44 | 50 | "bar2Indeterminate": {
|
45 | 51 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
46 | 52 | "nodeName": "the bar2 element",
|
47 |
| - "conditions": "<code>variant=\"indeterminate or query\"</code>" |
| 53 | + "conditions": "<code>variant=\"indeterminate or query\"</code>", |
| 54 | + "deprecationInfo": "Use the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-bar2\">.MuiLinearProgress-bar2</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-indeterminate\">.MuiLinearProgress-indeterminate</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
48 | 55 | },
|
49 | 56 | "barColorPrimary": {
|
50 | 57 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
51 | 58 | "nodeName": "the bar elements",
|
52 |
| - "conditions": "<code>color=\"primary\"</code>; bar2 if <code>variant</code> not "buffer"" |
| 59 | + "conditions": "<code>color=\"primary\"</code>; bar2 if <code>variant</code> not "buffer"", |
| 60 | + "deprecationInfo": "Use the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-bar\">.MuiLinearProgress-bar</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-colorPrimary\">.MuiLinearProgress-colorPrimary</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
53 | 61 | },
|
54 | 62 | "barColorSecondary": {
|
55 | 63 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
56 | 64 | "nodeName": "the bar elements",
|
57 |
| - "conditions": "<code>color=\"secondary\"</code>; bar2 if <code>variant</code> not "buffer"" |
| 65 | + "conditions": "<code>color=\"secondary\"</code>; bar2 if <code>variant</code> not "buffer"", |
| 66 | + "deprecationInfo": "Use the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-bar\">.MuiLinearProgress-bar</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-colorSecondary\">.MuiLinearProgress-colorSecondary</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
58 | 67 | },
|
59 | 68 | "buffer": {
|
60 | 69 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
|
79 | 88 | "dashedColorPrimary": {
|
80 | 89 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
81 | 90 | "nodeName": "the additional bar element",
|
82 |
| - "conditions": "<code>variant=\"buffer\"</code> and <code>color=\"primary\"</code>" |
| 91 | + "conditions": "<code>variant=\"buffer\"</code> and <code>color=\"primary\"</code>", |
| 92 | + "deprecationInfo": "Combine the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-dashed\">.MuiLinearProgress-dashed</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-colorPrimary\">.MuiLinearProgress-colorPrimary</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
83 | 93 | },
|
84 | 94 | "dashedColorSecondary": {
|
85 | 95 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
86 | 96 | "nodeName": "the additional bar element",
|
87 |
| - "conditions": "<code>variant=\"buffer\"</code> and <code>color=\"secondary\"</code>" |
| 97 | + "conditions": "<code>variant=\"buffer\"</code> and <code>color=\"secondary\"</code>", |
| 98 | + "deprecationInfo": "Combine the <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-dashed\">.MuiLinearProgress-dashed</a> and <a href=\"/material-ui/api/linear-progress/#linear-progress-classes-colorSecondary\">.MuiLinearProgress-colorSecondary</a> classes instead. <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">How to migrate</a>" |
88 | 99 | },
|
89 | 100 | "determinate": {
|
90 | 101 | "description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
|
0 commit comments