@instructure/ui-billboard 11.7.4-snapshot-14 → 11.7.4-snapshot-50
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/LICENSE.md +1 -0
- package/es/Billboard/v1/index.js +4 -4
- package/es/Billboard/v2/index.js +3 -3
- package/es/exports/a.js +1 -1
- package/es/exports/b.js +1 -1
- package/lib/Billboard/v1/index.js +4 -4
- package/lib/Billboard/v2/index.js +3 -3
- package/lib/exports/a.js +2 -2
- package/lib/exports/b.js +2 -2
- package/package.json +12 -12
- package/src/Billboard/v1/index.tsx +4 -3
- package/src/Billboard/v2/index.tsx +3 -2
- package/src/exports/a.ts +1 -1
- package/src/exports/b.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Billboard/v1/index.d.ts +1 -0
- package/types/Billboard/v1/index.d.ts.map +1 -1
- package/types/Billboard/v2/index.d.ts +2 -1
- package/types/Billboard/v2/index.d.ts.map +1 -1
- package/types/exports/a.d.ts +1 -1
- package/types/exports/a.d.ts.map +1 -1
- package/types/exports/b.d.ts +1 -1
- package/types/exports/b.d.ts.map +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.7.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-50](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-50) (2026-06-18)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-billboard
|
|
9
9
|
|
package/LICENSE.md
CHANGED
package/es/Billboard/v1/index.js
CHANGED
|
@@ -28,9 +28,9 @@ import { Heading } from '@instructure/ui-heading/v11_6';
|
|
|
28
28
|
import { View } from '@instructure/ui-view/v11_6';
|
|
29
29
|
import { omitProps, callRenderProp, getElementType } from '@instructure/ui-react-utils';
|
|
30
30
|
import { withStyle } from '@instructure/emotion';
|
|
31
|
-
import generateStyle from
|
|
32
|
-
import generateComponentTheme from
|
|
33
|
-
import { allowedProps } from
|
|
31
|
+
import generateStyle from './styles.js';
|
|
32
|
+
import generateComponentTheme from './theme.js';
|
|
33
|
+
import { allowedProps } from './props.js';
|
|
34
34
|
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
35
35
|
/**
|
|
36
36
|
---
|
|
@@ -38,7 +38,7 @@ category: components
|
|
|
38
38
|
---
|
|
39
39
|
**/
|
|
40
40
|
let Billboard = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = class Billboard extends Component {
|
|
41
|
-
static displayName =
|
|
41
|
+
static displayName = 'Billboard';
|
|
42
42
|
static componentId = 'Billboard';
|
|
43
43
|
static allowedProps = allowedProps;
|
|
44
44
|
static defaultProps = {
|
package/es/Billboard/v2/index.js
CHANGED
|
@@ -29,8 +29,8 @@ import { View } from '@instructure/ui-view/latest';
|
|
|
29
29
|
import { omitProps, callRenderProp, getElementType } from '@instructure/ui-react-utils';
|
|
30
30
|
import { renderIconWithProps } from '@instructure/ui-icons';
|
|
31
31
|
import { withStyleNew } from '@instructure/emotion';
|
|
32
|
-
import generateStyle from
|
|
33
|
-
import { allowedProps } from
|
|
32
|
+
import generateStyle from './styles.js';
|
|
33
|
+
import { allowedProps } from './props.js';
|
|
34
34
|
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
35
35
|
// Map Billboard sizes to icon sizes
|
|
36
36
|
const billboardSizeToIconSize = {
|
|
@@ -45,7 +45,7 @@ category: components
|
|
|
45
45
|
---
|
|
46
46
|
**/
|
|
47
47
|
let Billboard = (_dec = withStyleNew(generateStyle), _dec(_class = class Billboard extends Component {
|
|
48
|
-
static displayName =
|
|
48
|
+
static displayName = 'Billboard';
|
|
49
49
|
static componentId = 'Billboard';
|
|
50
50
|
static allowedProps = allowedProps;
|
|
51
51
|
static defaultProps = {
|
package/es/exports/a.js
CHANGED
package/es/exports/b.js
CHANGED
|
@@ -12,9 +12,9 @@ var _omitProps = require("@instructure/ui-react-utils/lib/omitProps.js");
|
|
|
12
12
|
var _callRenderProp = require("@instructure/ui-react-utils/lib/callRenderProp.js");
|
|
13
13
|
var _getElementType = require("@instructure/ui-react-utils/lib/getElementType.js");
|
|
14
14
|
var _emotion = require("@instructure/emotion");
|
|
15
|
-
var _styles = _interopRequireDefault(require("./styles"));
|
|
16
|
-
var _theme = _interopRequireDefault(require("./theme"));
|
|
17
|
-
var _props = require("./props");
|
|
15
|
+
var _styles = _interopRequireDefault(require("./styles.js"));
|
|
16
|
+
var _theme = _interopRequireDefault(require("./theme.js"));
|
|
17
|
+
var _props = require("./props.js");
|
|
18
18
|
var _jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
19
19
|
var _dec, _class;
|
|
20
20
|
/*
|
|
@@ -46,7 +46,7 @@ category: components
|
|
|
46
46
|
---
|
|
47
47
|
**/
|
|
48
48
|
let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = class Billboard extends _react.Component {
|
|
49
|
-
static displayName =
|
|
49
|
+
static displayName = 'Billboard';
|
|
50
50
|
static componentId = 'Billboard';
|
|
51
51
|
static allowedProps = _props.allowedProps;
|
|
52
52
|
static defaultProps = {
|
|
@@ -13,8 +13,8 @@ var _callRenderProp = require("@instructure/ui-react-utils/lib/callRenderProp.js
|
|
|
13
13
|
var _getElementType = require("@instructure/ui-react-utils/lib/getElementType.js");
|
|
14
14
|
var _renderIconWithProps = require("@instructure/ui-icons/lib/IconPropsProvider/renderIconWithProps.js");
|
|
15
15
|
var _emotion = require("@instructure/emotion");
|
|
16
|
-
var _styles = _interopRequireDefault(require("./styles"));
|
|
17
|
-
var _props = require("./props");
|
|
16
|
+
var _styles = _interopRequireDefault(require("./styles.js"));
|
|
17
|
+
var _props = require("./props.js");
|
|
18
18
|
var _jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
19
19
|
var _dec, _class;
|
|
20
20
|
/*
|
|
@@ -53,7 +53,7 @@ category: components
|
|
|
53
53
|
---
|
|
54
54
|
**/
|
|
55
55
|
let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyleNew)(_styles.default), _dec(_class = class Billboard extends _react.Component {
|
|
56
|
-
static displayName =
|
|
56
|
+
static displayName = 'Billboard';
|
|
57
57
|
static componentId = 'Billboard';
|
|
58
58
|
static allowedProps = _props.allowedProps;
|
|
59
59
|
static defaultProps = {
|
package/lib/exports/a.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "Billboard", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _index.Billboard;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
var
|
|
12
|
+
var _index = require("../Billboard/v1/index.js");
|
package/lib/exports/b.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "Billboard", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _index.Billboard;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
var
|
|
12
|
+
var _index = require("../Billboard/v2/index.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-billboard",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-50",
|
|
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.29.2",
|
|
18
|
-
"@instructure/emotion": "11.7.4-snapshot-
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/ui-
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/ui-react-utils": "11.7.4-snapshot-
|
|
23
|
-
"@instructure/ui-themes": "11.7.4-snapshot-
|
|
24
|
-
"@instructure/ui-view": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-50",
|
|
19
|
+
"@instructure/ui-heading": "11.7.4-snapshot-50",
|
|
20
|
+
"@instructure/ui-img": "11.7.4-snapshot-50",
|
|
21
|
+
"@instructure/shared-types": "11.7.4-snapshot-50",
|
|
22
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-50",
|
|
23
|
+
"@instructure/ui-themes": "11.7.4-snapshot-50",
|
|
24
|
+
"@instructure/ui-view": "11.7.4-snapshot-50"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@testing-library/jest-dom": "^6.6.3",
|
|
28
28
|
"@testing-library/react": "15.0.7",
|
|
29
29
|
"@testing-library/user-event": "^14.6.1",
|
|
30
30
|
"vitest": "^3.2.2",
|
|
31
|
-
"@instructure/ui-
|
|
32
|
-
"@instructure/ui-
|
|
33
|
-
"@instructure/ui-
|
|
34
|
-
"@instructure/ui-icons": "11.7.4-snapshot-
|
|
31
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-50",
|
|
32
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-50",
|
|
33
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-50",
|
|
34
|
+
"@instructure/ui-icons": "11.7.4-snapshot-50"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": ">=18 <=19"
|
|
@@ -34,10 +34,10 @@ import {
|
|
|
34
34
|
|
|
35
35
|
import { withStyle } from '@instructure/emotion'
|
|
36
36
|
|
|
37
|
-
import generateStyle from './styles'
|
|
38
|
-
import generateComponentTheme from './theme'
|
|
37
|
+
import generateStyle from './styles.js'
|
|
38
|
+
import generateComponentTheme from './theme.js'
|
|
39
39
|
|
|
40
|
-
import { allowedProps } from './props'
|
|
40
|
+
import { allowedProps } from './props.js'
|
|
41
41
|
import type { BillboardProps, HeroIconSize } from './props'
|
|
42
42
|
import type { ViewProps } from '@instructure/ui-view/v11_6'
|
|
43
43
|
|
|
@@ -48,6 +48,7 @@ category: components
|
|
|
48
48
|
**/
|
|
49
49
|
@withStyle(generateStyle, generateComponentTheme)
|
|
50
50
|
class Billboard extends Component<BillboardProps> {
|
|
51
|
+
static displayName = 'Billboard'
|
|
51
52
|
static readonly componentId = 'Billboard'
|
|
52
53
|
|
|
53
54
|
static allowedProps = allowedProps
|
|
@@ -35,9 +35,9 @@ import { renderIconWithProps } from '@instructure/ui-icons'
|
|
|
35
35
|
|
|
36
36
|
import { withStyleNew } from '@instructure/emotion'
|
|
37
37
|
|
|
38
|
-
import generateStyle from './styles'
|
|
38
|
+
import generateStyle from './styles.js'
|
|
39
39
|
|
|
40
|
-
import { allowedProps } from './props'
|
|
40
|
+
import { allowedProps } from './props.js'
|
|
41
41
|
import type { BillboardProps } from './props'
|
|
42
42
|
import type { ViewProps } from '@instructure/ui-view/latest'
|
|
43
43
|
|
|
@@ -58,6 +58,7 @@ class Billboard extends Component<
|
|
|
58
58
|
BillboardProps,
|
|
59
59
|
{ isHovered: boolean; isActive: boolean }
|
|
60
60
|
> {
|
|
61
|
+
static displayName = 'Billboard'
|
|
61
62
|
static readonly componentId = 'Billboard'
|
|
62
63
|
|
|
63
64
|
static allowedProps = allowedProps
|
package/src/exports/a.ts
CHANGED
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
|
-
export { Billboard } from '../Billboard/v1'
|
|
24
|
+
export { Billboard } from '../Billboard/v1/index.js'
|
|
25
25
|
export type { BillboardProps } from '../Billboard/v1/props'
|
package/src/exports/b.ts
CHANGED
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
|
-
export { Billboard } from '../Billboard/v2'
|
|
24
|
+
export { Billboard } from '../Billboard/v2/index.js'
|
|
25
25
|
export type { BillboardProps } from '../Billboard/v2/props'
|