Skip to content

Commit f89daa6

Browse files
authored
Merge pull request #694 from dxc-technology/aida-documentation
[Patch] Updated documentation
2 parents 8f0027c + e2b3ed0 commit f89daa6

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

projects/dxc-ngx-cdk-site/src/app/components/examples/checkbox/properties/checkbox-properties/checkbox-properties.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</td>
7676
</tr>
7777
<tr>
78-
<td>margin: any (string | object)</td>
78+
<td>margin: string | object</td>
7979
<td></td>
8080
<td>
8181
Size of the margin to be applied to the component ('xxsmall' | 'xsmall' |
@@ -85,7 +85,7 @@
8585
</td>
8686
</tr>
8787
<tr>
88-
<td>size: any (string | object)</td>
88+
<td>size: string</td>
8989
<td>
9090
<code>'fitContent'</code>
9191
</td>

projects/dxc-ngx-cdk-site/src/app/components/examples/spinner/properties/spinner-table-properties/spinner-table-properties.component.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
<dxc-heading [level]="4" weight="normal" text="Properties" [margin]="{bottom:'small'}"></dxc-heading>
1+
<dxc-heading
2+
[level]="4"
3+
weight="normal"
4+
text="Properties"
5+
[margin]="{ bottom: 'small' }"
6+
></dxc-heading>
27
<dxc-table>
38
<tr>
49
<th>Name</th>
@@ -14,9 +19,7 @@
1419
<tr>
1520
<td>mode: string ('large' | 'small' | 'overlay')</td>
1621
<td>
17-
<code>
18-
'large'
19-
</code>
22+
<code> 'large' </code>
2023
</td>
2124
<td>Available modes of the spinner.</td>
2225
</tr>
@@ -36,13 +39,13 @@
3639
<td>If true, the value is displayed inside the spinner.</td>
3740
</tr>
3841
<tr>
39-
<td>margin: any (string | object)</td>
42+
<td>margin: string | object</td>
4043
<td></td>
4144
<td>
42-
Size of the margin to be applied to the component ('xxsmall' |
43-
'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You
44-
can pass an object with 'top', 'bottom', 'left' and 'right' properties
45-
in order to specify different margin sizes.
45+
Size of the margin to be applied to the component ('xxsmall' | 'xsmall' |
46+
'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You can pass an
47+
object with 'top', 'bottom', 'left' and 'right' properties in order to
48+
specify different margin sizes.
4649
</td>
4750
</tr>
4851
</dxc-table>

projects/dxc-ngx-cdk-site/src/app/components/examples/switch/properties/switch-table-properties/switch-table-properties.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</td>
7070
</tr>
7171
<tr>
72-
<td>margin: any (string | object)</td>
72+
<td>margin: string | object</td>
7373
<td></td>
7474
<td>
7575
Size of the margin to be applied to the component ('xxsmall' | 'xsmall' |
@@ -79,7 +79,7 @@
7979
</td>
8080
</tr>
8181
<tr>
82-
<td>size: any (string | object)</td>
82+
<td>size: string</td>
8383
<td>
8484
<code>'fitContent'</code>
8585
</td>

0 commit comments

Comments
 (0)