@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.
- package/CHANGELOG.md +1 -1
- package/es/Billboard/index.js +4 -4
- package/lib/Billboard/index.js +4 -4
- package/package.json +17 -17
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Billboard/index.d.ts +5 -5
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
|
-
## [9.0.2-snapshot-
|
|
6
|
+
## [9.0.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-4) (2024-06-05)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-billboard
|
|
9
9
|
|
package/es/Billboard/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _class,
|
|
1
|
+
var _dec, _class, _Billboard;
|
|
2
2
|
/*
|
|
3
3
|
* The MIT License (MIT)
|
|
4
4
|
*
|
|
@@ -37,7 +37,7 @@ import { propTypes, allowedProps } from './props';
|
|
|
37
37
|
category: components
|
|
38
38
|
---
|
|
39
39
|
**/
|
|
40
|
-
let Billboard = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
|
40
|
+
let Billboard = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_Billboard = class Billboard extends Component {
|
|
41
41
|
constructor(...args) {
|
|
42
42
|
super(...args);
|
|
43
43
|
this.ref = null;
|
|
@@ -137,7 +137,7 @@ let Billboard = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_
|
|
|
137
137
|
"aria-disabled": disabled || readOnly ? 'true' : void 0
|
|
138
138
|
}), this.renderContent()));
|
|
139
139
|
}
|
|
140
|
-
},
|
|
140
|
+
}, _Billboard.displayName = "Billboard", _Billboard.componentId = 'Billboard', _Billboard.propTypes = propTypes, _Billboard.allowedProps = allowedProps, _Billboard.defaultProps = {
|
|
141
141
|
disabled: false,
|
|
142
142
|
readOnly: false,
|
|
143
143
|
size: 'medium',
|
|
@@ -145,6 +145,6 @@ let Billboard = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_
|
|
|
145
145
|
headingLevel: 'h1',
|
|
146
146
|
as: 'span',
|
|
147
147
|
elementRef: () => {}
|
|
148
|
-
},
|
|
148
|
+
}, _Billboard)) || _class);
|
|
149
149
|
export default Billboard;
|
|
150
150
|
export { Billboard };
|
package/lib/Billboard/index.js
CHANGED
|
@@ -15,7 +15,7 @@ var _emotion = require("@instructure/emotion");
|
|
|
15
15
|
var _styles = _interopRequireDefault(require("./styles"));
|
|
16
16
|
var _theme = _interopRequireDefault(require("./theme"));
|
|
17
17
|
var _props = require("./props");
|
|
18
|
-
var _dec, _class,
|
|
18
|
+
var _dec, _class, _Billboard;
|
|
19
19
|
/*
|
|
20
20
|
* The MIT License (MIT)
|
|
21
21
|
*
|
|
@@ -45,7 +45,7 @@ var _dec, _class, _class2;
|
|
|
45
45
|
category: components
|
|
46
46
|
---
|
|
47
47
|
**/
|
|
48
|
-
let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
|
48
|
+
let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_Billboard = class Billboard extends _react.Component {
|
|
49
49
|
constructor(...args) {
|
|
50
50
|
super(...args);
|
|
51
51
|
this.ref = null;
|
|
@@ -145,7 +145,7 @@ let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyle)(_styles.defa
|
|
|
145
145
|
"aria-disabled": disabled || readOnly ? 'true' : void 0
|
|
146
146
|
}), this.renderContent()));
|
|
147
147
|
}
|
|
148
|
-
},
|
|
148
|
+
}, _Billboard.displayName = "Billboard", _Billboard.componentId = 'Billboard', _Billboard.propTypes = _props.propTypes, _Billboard.allowedProps = _props.allowedProps, _Billboard.defaultProps = {
|
|
149
149
|
disabled: false,
|
|
150
150
|
readOnly: false,
|
|
151
151
|
size: 'medium',
|
|
@@ -153,5 +153,5 @@ let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyle)(_styles.defa
|
|
|
153
153
|
headingLevel: 'h1',
|
|
154
154
|
as: 'span',
|
|
155
155
|
elementRef: () => {}
|
|
156
|
-
},
|
|
156
|
+
}, _Billboard)) || _class);
|
|
157
157
|
var _default = exports.default = Billboard;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-billboard",
|
|
3
|
-
"version": "9.0.2-snapshot-
|
|
3
|
+
"version": "9.0.2-snapshot-4",
|
|
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,24 +23,24 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "9.0.2-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "9.0.2-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "9.0.2-snapshot-
|
|
29
|
-
"@instructure/ui-icons": "9.0.2-snapshot-
|
|
30
|
-
"@instructure/ui-test-utils": "9.0.2-snapshot-
|
|
31
|
-
"@instructure/ui-themes": "9.0.2-snapshot-
|
|
32
|
-
"@testing-library/jest-dom": "^6.
|
|
33
|
-
"@testing-library/react": "^
|
|
34
|
-
"@testing-library/user-event": "^14.5.
|
|
26
|
+
"@instructure/ui-axe-check": "9.0.2-snapshot-4",
|
|
27
|
+
"@instructure/ui-babel-preset": "9.0.2-snapshot-4",
|
|
28
|
+
"@instructure/ui-color-utils": "9.0.2-snapshot-4",
|
|
29
|
+
"@instructure/ui-icons": "9.0.2-snapshot-4",
|
|
30
|
+
"@instructure/ui-test-utils": "9.0.2-snapshot-4",
|
|
31
|
+
"@instructure/ui-themes": "9.0.2-snapshot-4",
|
|
32
|
+
"@testing-library/jest-dom": "^6.4.5",
|
|
33
|
+
"@testing-library/react": "^15.0.7",
|
|
34
|
+
"@testing-library/user-event": "^14.5.2"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@babel/runtime": "^7.
|
|
38
|
-
"@instructure/emotion": "9.0.2-snapshot-
|
|
39
|
-
"@instructure/shared-types": "9.0.2-snapshot-
|
|
40
|
-
"@instructure/ui-heading": "9.0.2-snapshot-
|
|
41
|
-
"@instructure/ui-img": "9.0.2-snapshot-
|
|
42
|
-
"@instructure/ui-react-utils": "9.0.2-snapshot-
|
|
43
|
-
"@instructure/ui-view": "9.0.2-snapshot-
|
|
37
|
+
"@babel/runtime": "^7.24.5",
|
|
38
|
+
"@instructure/emotion": "9.0.2-snapshot-4",
|
|
39
|
+
"@instructure/shared-types": "9.0.2-snapshot-4",
|
|
40
|
+
"@instructure/ui-heading": "9.0.2-snapshot-4",
|
|
41
|
+
"@instructure/ui-img": "9.0.2-snapshot-4",
|
|
42
|
+
"@instructure/ui-react-utils": "9.0.2-snapshot-4",
|
|
43
|
+
"@instructure/ui-view": "9.0.2-snapshot-4",
|
|
44
44
|
"prop-types": "^15.8.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|