@instructure/ui-link 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
@@ -30,7 +30,7 @@ import { isActiveElement, findFocusable } from '@instructure/ui-dom-utils';
30
30
  import { getElementType, getInteraction, matchComponentTypes, passthroughProps, callRenderProp } from '@instructure/ui-react-utils';
31
31
  import { combineDataCid } from '@instructure/ui-utils';
32
32
  import { logWarn as warn } from '@instructure/console';
33
- import { withStyleLegacy as withStyle } from '@instructure/emotion';
33
+ import { withStyle } from '@instructure/emotion';
34
34
  import generateStyle from "./styles.js";
35
35
  import generateComponentTheme from "./theme.js";
36
36
  import { allowedProps } from "./props.js";
@@ -31,7 +31,7 @@ import { getElementType, getInteraction, matchComponentTypes, passthroughProps }
31
31
  import { combineDataCid } from '@instructure/ui-utils';
32
32
  import { logWarn as warn } from '@instructure/console';
33
33
  import { renderIconWithProps } from '@instructure/ui-icons';
34
- import { withStyle } from '@instructure/emotion';
34
+ import { withStyleNew } from '@instructure/emotion';
35
35
  import generateStyle from "./styles.js";
36
36
  import { allowedProps } from "./props.js";
37
37
  import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
@@ -40,7 +40,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
40
40
  category: components
41
41
  ---
42
42
  **/
43
- let Link = (_dec = withStyle(generateStyle), _dec(_class = class Link extends Component {
43
+ let Link = (_dec = withStyleNew(generateStyle), _dec(_class = class Link extends Component {
44
44
  static displayName = "Link";
45
45
  static componentId = 'Link';
46
46
  static allowedProps = allowedProps;
@@ -51,7 +51,7 @@ var _dec, _class;
51
51
  category: components
52
52
  ---
53
53
  **/
54
- let Link = exports.Link = (_dec = (0, _emotion.withStyleLegacy)(_styles.default, _theme.default), _dec(_class = class Link extends _react.Component {
54
+ let Link = exports.Link = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = class Link extends _react.Component {
55
55
  static displayName = "Link";
56
56
  static componentId = 'Link';
57
57
  static allowedProps = _props.allowedProps;
@@ -50,7 +50,7 @@ var _dec, _class;
50
50
  category: components
51
51
  ---
52
52
  **/
53
- let Link = exports.Link = (_dec = (0, _emotion.withStyle)(_styles.default), _dec(_class = class Link extends _react.Component {
53
+ let Link = exports.Link = (_dec = (0, _emotion.withStyleNew)(_styles.default), _dec(_class = class Link extends _react.Component {
54
54
  static displayName = "Link";
55
55
  static componentId = 'Link';
56
56
  static allowedProps = _props.allowedProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-link",
3
- "version": "11.7.3-snapshot-33",
3
+ "version": "11.7.3-snapshot-38",
4
4
  "description": "A component for creating links",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,25 +15,25 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/console": "11.7.3-snapshot-33",
19
- "@instructure/emotion": "11.7.3-snapshot-33",
20
- "@instructure/shared-types": "11.7.3-snapshot-33",
21
- "@instructure/ui-color-utils": "11.7.3-snapshot-33",
22
- "@instructure/ui-a11y-utils": "11.7.3-snapshot-33",
23
- "@instructure/ui-icons": "11.7.3-snapshot-33",
24
- "@instructure/ui-react-utils": "11.7.3-snapshot-33",
25
- "@instructure/ui-themes": "11.7.3-snapshot-33",
26
- "@instructure/ui-dom-utils": "11.7.3-snapshot-33",
27
- "@instructure/ui-utils": "11.7.3-snapshot-33",
28
- "@instructure/ui-view": "11.7.3-snapshot-33"
18
+ "@instructure/console": "11.7.3-snapshot-38",
19
+ "@instructure/emotion": "11.7.3-snapshot-38",
20
+ "@instructure/shared-types": "11.7.3-snapshot-38",
21
+ "@instructure/ui-a11y-utils": "11.7.3-snapshot-38",
22
+ "@instructure/ui-color-utils": "11.7.3-snapshot-38",
23
+ "@instructure/ui-dom-utils": "11.7.3-snapshot-38",
24
+ "@instructure/ui-icons": "11.7.3-snapshot-38",
25
+ "@instructure/ui-themes": "11.7.3-snapshot-38",
26
+ "@instructure/ui-utils": "11.7.3-snapshot-38",
27
+ "@instructure/ui-view": "11.7.3-snapshot-38",
28
+ "@instructure/ui-react-utils": "11.7.3-snapshot-38"
29
29
  },
30
30
  "devDependencies": {
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",
34
34
  "vitest": "^3.2.2",
35
- "@instructure/ui-axe-check": "11.7.3-snapshot-33",
36
- "@instructure/ui-babel-preset": "11.7.3-snapshot-33"
35
+ "@instructure/ui-babel-preset": "11.7.3-snapshot-38",
36
+ "@instructure/ui-axe-check": "11.7.3-snapshot-38"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=18 <=19"
@@ -37,7 +37,7 @@ import {
37
37
  import { combineDataCid } from '@instructure/ui-utils'
38
38
  import { logWarn as warn } from '@instructure/console'
39
39
 
40
- import { withStyleLegacy as withStyle } from '@instructure/emotion'
40
+ import { withStyle } from '@instructure/emotion'
41
41
  import generateStyle from './styles'
42
42
  import generateComponentTheme from './theme'
43
43
 
@@ -37,7 +37,7 @@ import { combineDataCid } from '@instructure/ui-utils'
37
37
  import { logWarn as warn } from '@instructure/console'
38
38
  import { renderIconWithProps } from '@instructure/ui-icons'
39
39
 
40
- import { withStyle } from '@instructure/emotion'
40
+ import { withStyleNew } from '@instructure/emotion'
41
41
  import generateStyle from './styles'
42
42
 
43
43
  import { allowedProps } from './props'
@@ -50,7 +50,7 @@ import type { ViewOwnProps } from '@instructure/ui-view/latest'
50
50
  category: components
51
51
  ---
52
52
  **/
53
- @withStyle(generateStyle)
53
+ @withStyleNew(generateStyle)
54
54
  class Link extends Component<LinkProps, LinkState> {
55
55
  static readonly componentId = 'Link'
56
56