draft-components 0.63.0 → 0.63.1

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.
@@ -1,5 +1,5 @@
1
1
  import { ComponentPropsWithoutRef } from 'react';
2
2
  export declare type TableCellProps = ComponentPropsWithoutRef<'td'> & {
3
- isLoading: boolean;
3
+ isLoading?: boolean;
4
4
  };
5
5
  export declare function TableCell({ className, isLoading, align, children, ...props }: TableCellProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "0.63.0",
3
+ "version": "0.63.1",
4
4
  "description": "The set of React.js components for rapid prototyping.",
5
5
  "main": "components/index.js",
6
6
  "files": [