@instructure/ui-billboard 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.
@@ -10,10 +10,10 @@ category: components
10
10
  **/
11
11
  declare class Billboard extends Component<BillboardProps> {
12
12
  static readonly componentId = "Billboard";
13
- static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
13
+ static propTypes: import("@instructure/shared-types").PropValidators<keyof {
14
14
  hero?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((iconSize: HeroIconSize) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | undefined;
15
15
  size?: "medium" | "large" | "small" | undefined;
16
- as?: import("@instructure/shared-types/types/CommonProps").AsElementType | undefined;
16
+ as?: import("@instructure/shared-types").AsElementType | undefined;
17
17
  elementRef?: ((element: Element | null) => void) | undefined;
18
18
  heading?: string | undefined;
19
19
  headingAs?: "h1" | "h2" | "h3" | "span" | undefined;
@@ -23,12 +23,12 @@ declare class Billboard extends Component<BillboardProps> {
23
23
  href?: string | undefined;
24
24
  disabled?: boolean | undefined;
25
25
  readOnly?: boolean | undefined;
26
- margin?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").Spacing | undefined;
26
+ margin?: import("@instructure/emotion").Spacing | undefined;
27
27
  }>;
28
28
  static allowedProps: readonly (keyof {
29
29
  hero?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((iconSize: HeroIconSize) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | undefined;
30
30
  size?: "medium" | "large" | "small" | undefined;
31
- as?: import("@instructure/shared-types/types/CommonProps").AsElementType | undefined;
31
+ as?: import("@instructure/shared-types").AsElementType | undefined;
32
32
  elementRef?: ((element: Element | null) => void) | undefined;
33
33
  heading?: string | undefined;
34
34
  headingAs?: "h1" | "h2" | "h3" | "span" | undefined;
@@ -38,7 +38,7 @@ declare class Billboard extends Component<BillboardProps> {
38
38
  href?: string | undefined;
39
39
  disabled?: boolean | undefined;
40
40
  readOnly?: boolean | undefined;
41
- margin?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").Spacing | undefined;
41
+ margin?: import("@instructure/emotion").Spacing | undefined;
42
42
  })[];
43
43
  static defaultProps: {
44
44
  readonly disabled: false;