@nimbus-ds/components 5.8.0-rc.5 → 5.8.0-rc.6

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.
@@ -443,7 +443,7 @@ export type TextSkeletonProperties = {
443
443
  fontSize?: keyof typeof text.properties.fontSize;
444
444
  } & Partial<Pick<SkeletonProps, "width" | "height" | "data-testid">>;
445
445
  export type TextSkeletonProps = TextSkeletonProperties;
446
- declare const TextSkeleton: React.FC<TextSkeletonProps>;
446
+ export declare const TextSkeleton: React.FC<TextSkeletonProps>;
447
447
  export interface TextComponents {
448
448
  Skeleton: typeof TextSkeleton;
449
449
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "5.8.0-rc.5",
3
+ "version": "5.8.0-rc.6",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [