x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<p> <span class="Polaris-Text--root Polaris-Text--bodyMd Polaris-Text--subdued Polaris-Text--regular"> No supplier listed </span></p><p> <span class="Polaris-Text--root Polaris-Text--bodyMd Polaris-Text--semibold"> Total </span></p><p> <span class="Polaris-Text--root Polaris-Text--bodyMd Polaris-Text--success Polaris-Text--regular"> Orders increased </span></p><p> <span class="Polaris-Text--root Polaris-Text--bodyMd Polaris-Text--critical Polaris-Text--regular"> Orders decreased </span></p><p> <span class="Polaris-Text--root Polaris-Text--bodyMd Polaris-Text--regular"> <code class="Polaris-InlineCode__Code">@foo = "bar"</code> </span></p>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p> <%= polaris_text_subdued { "No supplier listed" } %></p><p> <%= polaris_text_strong { "Total" } %></p><p> <%= polaris_text_positive { "Orders increased" } %></p><p> <%= polaris_text_negative { "Orders decreased" } %></p><p> <%= polaris_text_code { '@foo = "bar"' } %></p>
No notes provided.
No params configured.