@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 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-2](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-2) (2024-05-28)
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
 
@@ -1,4 +1,4 @@
1
- var _dec, _class, _class2;
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 = (_class2 = class Billboard extends Component {
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
- }, _class2.displayName = "Billboard", _class2.componentId = 'Billboard', _class2.propTypes = propTypes, _class2.allowedProps = allowedProps, _class2.defaultProps = {
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
- }, _class2)) || _class);
148
+ }, _Billboard)) || _class);
149
149
  export default Billboard;
150
150
  export { Billboard };
@@ -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, _class2;
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 = (_class2 = class Billboard extends _react.Component {
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
- }, _class2.displayName = "Billboard", _class2.componentId = 'Billboard', _class2.propTypes = _props.propTypes, _class2.allowedProps = _props.allowedProps, _class2.defaultProps = {
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
- }, _class2)) || _class);
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-2",
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-2",
27
- "@instructure/ui-babel-preset": "9.0.2-snapshot-2",
28
- "@instructure/ui-color-utils": "9.0.2-snapshot-2",
29
- "@instructure/ui-icons": "9.0.2-snapshot-2",
30
- "@instructure/ui-test-utils": "9.0.2-snapshot-2",
31
- "@instructure/ui-themes": "9.0.2-snapshot-2",
32
- "@testing-library/jest-dom": "^6.1.4",
33
- "@testing-library/react": "^14.1.2",
34
- "@testing-library/user-event": "^14.5.1"
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.23.2",
38
- "@instructure/emotion": "9.0.2-snapshot-2",
39
- "@instructure/shared-types": "9.0.2-snapshot-2",
40
- "@instructure/ui-heading": "9.0.2-snapshot-2",
41
- "@instructure/ui-img": "9.0.2-snapshot-2",
42
- "@instructure/ui-react-utils": "9.0.2-snapshot-2",
43
- "@instructure/ui-view": "9.0.2-snapshot-2",
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": {