@instructure/ui-billboard 11.7.3-snapshot-4 → 11.7.3-snapshot-7

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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [11.7.3-snapshot-4](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-4) (2026-04-28)
6
+ ## [11.7.3-snapshot-7](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-7) (2026-04-29)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-billboard
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-billboard",
3
- "version": "11.7.3-snapshot-4",
3
+ "version": "11.7.3-snapshot-7",
4
4
  "description": "A UI component to display empty states, 404 pages, redirects, etc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,23 +15,23 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/emotion": "11.7.3-snapshot-4",
19
- "@instructure/shared-types": "11.7.3-snapshot-4",
20
- "@instructure/ui-img": "11.7.3-snapshot-4",
21
- "@instructure/ui-heading": "11.7.3-snapshot-4",
22
- "@instructure/ui-react-utils": "11.7.3-snapshot-4",
23
- "@instructure/ui-view": "11.7.3-snapshot-4"
18
+ "@instructure/emotion": "11.7.3-snapshot-7",
19
+ "@instructure/shared-types": "11.7.3-snapshot-7",
20
+ "@instructure/ui-img": "11.7.3-snapshot-7",
21
+ "@instructure/ui-heading": "11.7.3-snapshot-7",
22
+ "@instructure/ui-react-utils": "11.7.3-snapshot-7",
23
+ "@instructure/ui-themes": "11.7.3-snapshot-7",
24
+ "@instructure/ui-view": "11.7.3-snapshot-7"
24
25
  },
25
26
  "devDependencies": {
26
27
  "@testing-library/jest-dom": "^6.6.3",
27
28
  "@testing-library/react": "15.0.7",
28
29
  "@testing-library/user-event": "^14.6.1",
29
30
  "vitest": "^3.2.2",
30
- "@instructure/ui-axe-check": "11.7.3-snapshot-4",
31
- "@instructure/ui-babel-preset": "11.7.3-snapshot-4",
32
- "@instructure/ui-color-utils": "11.7.3-snapshot-4",
33
- "@instructure/ui-icons": "11.7.3-snapshot-4",
34
- "@instructure/ui-themes": "11.7.3-snapshot-4"
31
+ "@instructure/ui-color-utils": "11.7.3-snapshot-7",
32
+ "@instructure/ui-icons": "11.7.3-snapshot-7",
33
+ "@instructure/ui-axe-check": "11.7.3-snapshot-7",
34
+ "@instructure/ui-babel-preset": "11.7.3-snapshot-7"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": ">=18 <=19"
@@ -27,9 +27,9 @@ import type {
27
27
  WithStyleProps,
28
28
  ComponentStyle
29
29
  } from '@instructure/emotion'
30
+ import type { NewComponentTypes } from '@instructure/ui-themes'
30
31
  import type {
31
32
  AsElementType,
32
- BillboardTheme,
33
33
  OtherHTMLAttributes
34
34
  } from '@instructure/shared-types'
35
35
  import type { ViewProps } from '@instructure/ui-view/latest'
@@ -102,7 +102,7 @@ type PropKeys = keyof BillboardOwnProps
102
102
  type AllowedPropKeys = Readonly<Array<PropKeys>>
103
103
 
104
104
  type BillboardProps = BillboardOwnProps &
105
- WithStyleProps<BillboardTheme, BillboardStyle> &
105
+ WithStyleProps<ReturnType<NewComponentTypes['Billboard']>, BillboardStyle> &
106
106
  OtherHTMLAttributes<BillboardOwnProps>
107
107
 
108
108
  type BillboardStyle = ComponentStyle<