@instructure/ui-billboard 11.7.3-snapshot-33 → 11.7.3-snapshot-38

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-33](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-33) (2026-05-07)
6
+ ## [11.7.3-snapshot-38](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-38) (2026-05-07)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -27,7 +27,7 @@ import { Component } from 'react';
27
27
  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
- import { withStyleLegacy as withStyle } from '@instructure/emotion';
30
+ import { withStyle } from '@instructure/emotion';
31
31
  import generateStyle from "./styles.js";
32
32
  import generateComponentTheme from "./theme.js";
33
33
  import { allowedProps } from "./props.js";
@@ -28,7 +28,7 @@ import { Heading } from '@instructure/ui-heading/latest';
28
28
  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
- import { withStyle } from '@instructure/emotion';
31
+ import { withStyleNew } from '@instructure/emotion';
32
32
  import generateStyle from "./styles.js";
33
33
  import { allowedProps } from "./props.js";
34
34
  import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
@@ -44,7 +44,7 @@ const billboardSizeToIconSize = {
44
44
  category: components
45
45
  ---
46
46
  **/
47
- let Billboard = (_dec = withStyle(generateStyle), _dec(_class = class Billboard extends Component {
47
+ let Billboard = (_dec = withStyleNew(generateStyle), _dec(_class = class Billboard extends Component {
48
48
  static displayName = "Billboard";
49
49
  static componentId = 'Billboard';
50
50
  static allowedProps = allowedProps;
@@ -45,7 +45,7 @@ var _dec, _class;
45
45
  category: components
46
46
  ---
47
47
  **/
48
- let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyleLegacy)(_styles.default, _theme.default), _dec(_class = class Billboard extends _react.Component {
48
+ let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = class Billboard extends _react.Component {
49
49
  static displayName = "Billboard";
50
50
  static componentId = 'Billboard';
51
51
  static allowedProps = _props.allowedProps;
@@ -52,7 +52,7 @@ const billboardSizeToIconSize = {
52
52
  category: components
53
53
  ---
54
54
  **/
55
- let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyle)(_styles.default), _dec(_class = class Billboard extends _react.Component {
55
+ let Billboard = exports.Billboard = (_dec = (0, _emotion.withStyleNew)(_styles.default), _dec(_class = class Billboard extends _react.Component {
56
56
  static displayName = "Billboard";
57
57
  static componentId = 'Billboard';
58
58
  static allowedProps = _props.allowedProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-billboard",
3
- "version": "11.7.3-snapshot-33",
3
+ "version": "11.7.3-snapshot-38",
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.3-snapshot-33",
19
- "@instructure/shared-types": "11.7.3-snapshot-33",
20
- "@instructure/ui-heading": "11.7.3-snapshot-33",
21
- "@instructure/ui-img": "11.7.3-snapshot-33",
22
- "@instructure/ui-react-utils": "11.7.3-snapshot-33",
23
- "@instructure/ui-themes": "11.7.3-snapshot-33",
24
- "@instructure/ui-view": "11.7.3-snapshot-33"
18
+ "@instructure/shared-types": "11.7.3-snapshot-38",
19
+ "@instructure/ui-react-utils": "11.7.3-snapshot-38",
20
+ "@instructure/ui-img": "11.7.3-snapshot-38",
21
+ "@instructure/emotion": "11.7.3-snapshot-38",
22
+ "@instructure/ui-heading": "11.7.3-snapshot-38",
23
+ "@instructure/ui-themes": "11.7.3-snapshot-38",
24
+ "@instructure/ui-view": "11.7.3-snapshot-38"
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-axe-check": "11.7.3-snapshot-33",
32
- "@instructure/ui-babel-preset": "11.7.3-snapshot-33",
33
- "@instructure/ui-color-utils": "11.7.3-snapshot-33",
34
- "@instructure/ui-icons": "11.7.3-snapshot-33"
31
+ "@instructure/ui-axe-check": "11.7.3-snapshot-38",
32
+ "@instructure/ui-babel-preset": "11.7.3-snapshot-38",
33
+ "@instructure/ui-color-utils": "11.7.3-snapshot-38",
34
+ "@instructure/ui-icons": "11.7.3-snapshot-38"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": ">=18 <=19"
@@ -32,7 +32,7 @@ import {
32
32
  getElementType
33
33
  } from '@instructure/ui-react-utils'
34
34
 
35
- import { withStyleLegacy as withStyle } from '@instructure/emotion'
35
+ import { withStyle } from '@instructure/emotion'
36
36
 
37
37
  import generateStyle from './styles'
38
38
  import generateComponentTheme from './theme'
@@ -33,7 +33,7 @@ import {
33
33
  } from '@instructure/ui-react-utils'
34
34
  import { renderIconWithProps } from '@instructure/ui-icons'
35
35
 
36
- import { withStyle } from '@instructure/emotion'
36
+ import { withStyleNew } from '@instructure/emotion'
37
37
 
38
38
  import generateStyle from './styles'
39
39
 
@@ -53,7 +53,7 @@ const billboardSizeToIconSize = {
53
53
  category: components
54
54
  ---
55
55
  **/
56
- @withStyle(generateStyle)
56
+ @withStyleNew(generateStyle)
57
57
  class Billboard extends Component<
58
58
  BillboardProps,
59
59
  { isHovered: boolean; isActive: boolean }