diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/upload/properties.md b/packages/dnb-design-system-portal/src/docs/uilib/components/upload/properties.md index 8295e7a5cfe..39887de7e18 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/components/upload/properties.md +++ b/packages/dnb-design-system-portal/src/docs/uilib/components/upload/properties.md @@ -4,21 +4,19 @@ showTabs: true ## Properties - -| Properties | Description | -| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -| [Space](/uilib/components/space/properties) | _(optional)_ Spacing properties like `top` or `bottom` are supported. | -| `className` | _(optional)_ Custom className for the component root. | -| `skeleton` | _(optional)_ Skeleton should be applied when loading content Default: null. | -| `acceptedFileTypes` | _(required)_ List of accepted file types. | -| `fileMaxSize` | _(optional)_ fileMaxSize is max size of each file in MB | -| `multipleFiles` | _(optional)_ if set true, accepting multiple files is allowed | -| `title` | _(optional)_ Custom text property. Replaces the default title | -| `text` | _(optional)_ Custom text property. Replaces the default text | -| `formatsDescription` | _(optional)_ Custom text property. Replaces the default accepted format description | -| `fileSizeDescription` | _(optional)_ Custom text property. Replaces the default max file size description | -| `fileSizeContent` | _(optional)_ Custom text property. Replaces the default file size content | -| `uploadButtonText` | _(optional)_ Custom text property. Replaces the default upload button text | -| `uploadLoadingText` | _(optional)_ Custom text property. Replaces the default loading text | -| `deleteButton` | _(optional)_ Custom text property. Replaces the default delete button text | -| `fileListAriaLabel` | _(optional)_ Custom text property. Replaces the default list aria label | +| Properties | Description | +| ------------------------------------------- | ----------------------------------------------------------------------------------- | +| `acceptedFileTypes` | _(required)_ List of accepted file types. | +| `fileMaxSize` | _(optional)_ fileMaxSize is max size of each file in MB | +| `multipleFiles` | _(optional)_ if set true, accepting multiple files is allowed | +| `title` | _(optional)_ Custom text property. Replaces the default title | +| `text` | _(optional)_ Custom text property. Replaces the default text | +| `formatsDescription` | _(optional)_ Custom text property. Replaces the default accepted format description | +| `fileSizeDescription` | _(optional)_ Custom text property. Replaces the default max file size description | +| `fileSizeContent` | _(optional)_ Custom text property. Replaces the default file size content | +| `uploadButtonText` | _(optional)_ Custom text property. Replaces the default upload button text | +| `uploadLoadingText` | _(optional)_ Custom text property. Replaces the default loading text | +| `deleteButton` | _(optional)_ Custom text property. Replaces the default delete button text | +| `fileListAriaLabel` | _(optional)_ Custom text property. Replaces the default list aria label | +| `skeleton` | _(optional)_ Skeleton should be applied when loading content Default: null. | +| [Space](/uilib/components/space/properties) | _(optional)_ Spacing properties like `top` or `bottom` are supported. |