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