@instructure/ui-billboard 11.0.2-snapshot-1 → 11.0.2-snapshot-2
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 +1 -1
- package/README.md +1 -1
- package/package.json +12 -12
- package/src/Billboard/README.md +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
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.0.2-snapshot-
|
|
6
|
+
## [11.0.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.0.2-snapshot-2) (2025-10-20)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-billboard
|
|
9
9
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-billboard",
|
|
3
|
-
"version": "11.0.2-snapshot-
|
|
3
|
+
"version": "11.0.2-snapshot-2",
|
|
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",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "11.0.2-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "11.0.2-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "11.0.2-snapshot-
|
|
29
|
-
"@instructure/ui-icons": "11.0.2-snapshot-
|
|
30
|
-
"@instructure/ui-themes": "11.0.2-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "11.0.2-snapshot-2",
|
|
27
|
+
"@instructure/ui-babel-preset": "11.0.2-snapshot-2",
|
|
28
|
+
"@instructure/ui-color-utils": "11.0.2-snapshot-2",
|
|
29
|
+
"@instructure/ui-icons": "11.0.2-snapshot-2",
|
|
30
|
+
"@instructure/ui-themes": "11.0.2-snapshot-2",
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
32
32
|
"@testing-library/react": "15.0.7",
|
|
33
33
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/runtime": "^7.27.6",
|
|
38
|
-
"@instructure/emotion": "11.0.2-snapshot-
|
|
39
|
-
"@instructure/shared-types": "11.0.2-snapshot-
|
|
40
|
-
"@instructure/ui-heading": "11.0.2-snapshot-
|
|
41
|
-
"@instructure/ui-img": "11.0.2-snapshot-
|
|
42
|
-
"@instructure/ui-react-utils": "11.0.2-snapshot-
|
|
43
|
-
"@instructure/ui-view": "11.0.2-snapshot-
|
|
38
|
+
"@instructure/emotion": "11.0.2-snapshot-2",
|
|
39
|
+
"@instructure/shared-types": "11.0.2-snapshot-2",
|
|
40
|
+
"@instructure/ui-heading": "11.0.2-snapshot-2",
|
|
41
|
+
"@instructure/ui-img": "11.0.2-snapshot-2",
|
|
42
|
+
"@instructure/ui-react-utils": "11.0.2-snapshot-2",
|
|
43
|
+
"@instructure/ui-view": "11.0.2-snapshot-2"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": ">=18 <=19"
|
package/src/Billboard/README.md
CHANGED
|
@@ -26,7 +26,7 @@ type: example
|
|
|
26
26
|
don't pass interactive content to the `message` prop if you have set the `href`
|
|
27
27
|
or `onClick` props).
|
|
28
28
|
- Use the `size` prop to adjust the size of the icon and text.
|
|
29
|
-
- Pass [Instructure icons](
|
|
29
|
+
- Pass [Instructure icons](icons-react) to the `hero` property via a function
|
|
30
30
|
_(see examples)_, and they will be sized correctly based on the Billboard's
|
|
31
31
|
`size`.
|
|
32
32
|
|