@rio-cloud/rio-uikit 0.16.1-beta.11 → 0.16.1-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/types.ts CHANGED
@@ -458,7 +458,7 @@ export interface ContentLoaderProps {
458
458
  type?: 'rect' | 'circle';
459
459
  radius?: number;
460
460
  title?: string;
461
- className: string;
461
+ className?: string;
462
462
  children?: React.ReactNode;
463
463
  }
464
464
 
package/lib/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "0.16.1-beta.11"
2
+ "version": "0.16.1-beta.12"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rio-cloud/rio-uikit",
3
- "version": "0.16.1-beta.11",
3
+ "version": "0.16.1-beta.12",
4
4
  "description": "The RIO UIKIT component library",
5
5
  "repository": "https://collaboration.msi.audi.com/stash/projects/RIOFRONT/repos/uikit-web/browse",
6
6
  "scripts": {