diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/checkbox/properties/checkbox-properties/checkbox-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/checkbox/properties/checkbox-properties/checkbox-properties.component.html
index 35dfbbc07..2c45f8a4c 100644
--- a/projects/dxc-ngx-cdk-site/src/app/components/examples/checkbox/properties/checkbox-properties/checkbox-properties.component.html
+++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/checkbox/properties/checkbox-properties/checkbox-properties.component.html
@@ -75,7 +75,7 @@
- | margin: any (string | object) |
+ margin: string | object |
|
Size of the margin to be applied to the component ('xxsmall' | 'xsmall' |
@@ -85,7 +85,7 @@
|
- | size: any (string | object) |
+ size: string |
'fitContent'
|
diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/spinner/properties/spinner-table-properties/spinner-table-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/spinner/properties/spinner-table-properties/spinner-table-properties.component.html
index 254ba4ed1..35b63de16 100644
--- a/projects/dxc-ngx-cdk-site/src/app/components/examples/spinner/properties/spinner-table-properties/spinner-table-properties.component.html
+++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/spinner/properties/spinner-table-properties/spinner-table-properties.component.html
@@ -1,4 +1,9 @@
-
+
| Name |
@@ -14,9 +19,7 @@
| mode: string ('large' | 'small' | 'overlay') |
-
- 'large'
-
+ 'large'
|
Available modes of the spinner. |
@@ -36,13 +39,13 @@
If true, the value is displayed inside the spinner. |
- | margin: any (string | object) |
+ margin: string | object |
|
- Size of the margin to be applied to the component ('xxsmall' |
- 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You
- can pass an object with 'top', 'bottom', 'left' and 'right' properties
- in order to specify different margin sizes.
+ Size of the margin to be applied to the component ('xxsmall' | 'xsmall' |
+ 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You can pass an
+ object with 'top', 'bottom', 'left' and 'right' properties in order to
+ specify different margin sizes.
|
diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/switch/properties/switch-table-properties/switch-table-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/switch/properties/switch-table-properties/switch-table-properties.component.html
index 8a3d41e8d..8685536fc 100644
--- a/projects/dxc-ngx-cdk-site/src/app/components/examples/switch/properties/switch-table-properties/switch-table-properties.component.html
+++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/switch/properties/switch-table-properties/switch-table-properties.component.html
@@ -69,7 +69,7 @@
- | margin: any (string | object) |
+ margin: string | object |
|
Size of the margin to be applied to the component ('xxsmall' | 'xsmall' |
@@ -79,7 +79,7 @@
|
- | size: any (string | object) |
+ size: string |
'fitContent'
|