@instructure/ui-table 9.0.2-snapshot-2 → 9.0.2-snapshot-4

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.
@@ -16,7 +16,7 @@ declare class Body extends Component<TableBodyProps> {
16
16
  headers?: import("@instructure/shared-types").Renderable[] | undefined;
17
17
  children?: import("react").ReactNode;
18
18
  })[];
19
- static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
19
+ static propTypes: import("@instructure/shared-types").PropValidators<keyof {
20
20
  hover?: boolean | undefined;
21
21
  isStacked?: boolean | undefined;
22
22
  headers?: import("@instructure/shared-types").Renderable[] | undefined;
@@ -16,7 +16,7 @@ declare class Cell extends Component<TableCellProps> {
16
16
  textAlign?: "start" | "center" | "end" | undefined;
17
17
  children?: import("@instructure/shared-types").Renderable;
18
18
  })[];
19
- static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
19
+ static propTypes: import("@instructure/shared-types").PropValidators<keyof {
20
20
  isStacked?: boolean | undefined;
21
21
  header?: import("@instructure/shared-types").Renderable;
22
22
  textAlign?: "start" | "center" | "end" | undefined;
@@ -22,7 +22,7 @@ declare class ColHeader extends Component<TableColHeaderProps> {
22
22
  scope?: "row" | "col" | "rowgroup" | "colgroup" | "auto" | undefined;
23
23
  children?: React.ReactNode;
24
24
  })[];
25
- static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
25
+ static propTypes: import("@instructure/shared-types").PropValidators<keyof {
26
26
  id: string;
27
27
  stackedSortByLabel?: string | undefined;
28
28
  width?: string | number | undefined;
@@ -15,7 +15,7 @@ declare class Head extends Component<TableHeadProps> {
15
15
  renderSortLabel?: import("@instructure/shared-types").Renderable;
16
16
  children?: import("react").ReactNode;
17
17
  })[];
18
- static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
18
+ static propTypes: import("@instructure/shared-types").PropValidators<keyof {
19
19
  isStacked?: boolean | undefined;
20
20
  renderSortLabel?: import("@instructure/shared-types").Renderable;
21
21
  children?: import("react").ReactNode;
@@ -16,7 +16,7 @@ declare class Row extends Component<TableRowProps> {
16
16
  headers?: import("@instructure/shared-types").Renderable[] | undefined;
17
17
  children?: import("react").ReactNode;
18
18
  })[];
19
- static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
19
+ static propTypes: import("@instructure/shared-types").PropValidators<keyof {
20
20
  hover?: boolean | undefined;
21
21
  isStacked?: boolean | undefined;
22
22
  headers?: import("@instructure/shared-types").Renderable[] | undefined;
@@ -15,7 +15,7 @@ declare class RowHeader extends Component<TableRowHeaderProps> {
15
15
  textAlign?: "start" | "center" | "end" | undefined;
16
16
  children?: import("@instructure/shared-types").Renderable;
17
17
  })[];
18
- static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
18
+ static propTypes: import("@instructure/shared-types").PropValidators<keyof {
19
19
  isStacked?: boolean | undefined;
20
20
  textAlign?: "start" | "center" | "end" | undefined;
21
21
  children?: import("@instructure/shared-types").Renderable;
@@ -17,15 +17,15 @@ declare class Table extends Component<TableProps> {
17
17
  static readonly componentId = "Table";
18
18
  static allowedProps: readonly (keyof {
19
19
  caption?: import("react").ReactNode;
20
- margin?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").Spacing | undefined;
20
+ margin?: import("@instructure/emotion").Spacing | undefined;
21
21
  elementRef?: ((element: Element | null) => void) | undefined;
22
22
  hover?: boolean | undefined;
23
23
  layout?: "auto" | "fixed" | "stacked" | undefined;
24
24
  children?: import("react").ReactNode;
25
25
  })[];
26
- static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
26
+ static propTypes: import("@instructure/shared-types").PropValidators<keyof {
27
27
  caption?: import("react").ReactNode;
28
- margin?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").Spacing | undefined;
28
+ margin?: import("@instructure/emotion").Spacing | undefined;
29
29
  elementRef?: ((element: Element | null) => void) | undefined;
30
30
  hover?: boolean | undefined;
31
31
  layout?: "auto" | "fixed" | "stacked" | undefined;