@instructure/ui-link 10.4.0 → 10.4.1-snapshot-1

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,6 +3,14 @@
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
+ ## [10.4.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-1) (2024-10-18)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-link
9
+
10
+
11
+
12
+
13
+
6
14
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-link
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-link",
3
- "version": "10.4.0",
3
+ "version": "10.4.1-snapshot-1",
4
4
  "description": "A component for creating links",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,24 +24,24 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.25.6",
27
- "@instructure/console": "10.4.0",
28
- "@instructure/emotion": "10.4.0",
29
- "@instructure/shared-types": "10.4.0",
30
- "@instructure/ui-a11y-utils": "10.4.0",
31
- "@instructure/ui-color-utils": "10.4.0",
32
- "@instructure/ui-dom-utils": "10.4.0",
33
- "@instructure/ui-icons": "10.4.0",
34
- "@instructure/ui-prop-types": "10.4.0",
35
- "@instructure/ui-react-utils": "10.4.0",
36
- "@instructure/ui-testable": "10.4.0",
37
- "@instructure/ui-view": "10.4.0",
27
+ "@instructure/console": "10.4.1-snapshot-1",
28
+ "@instructure/emotion": "10.4.1-snapshot-1",
29
+ "@instructure/shared-types": "10.4.1-snapshot-1",
30
+ "@instructure/ui-a11y-utils": "10.4.1-snapshot-1",
31
+ "@instructure/ui-color-utils": "10.4.1-snapshot-1",
32
+ "@instructure/ui-dom-utils": "10.4.1-snapshot-1",
33
+ "@instructure/ui-icons": "10.4.1-snapshot-1",
34
+ "@instructure/ui-prop-types": "10.4.1-snapshot-1",
35
+ "@instructure/ui-react-utils": "10.4.1-snapshot-1",
36
+ "@instructure/ui-testable": "10.4.1-snapshot-1",
37
+ "@instructure/ui-view": "10.4.1-snapshot-1",
38
38
  "prop-types": "^15.8.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@instructure/ui-axe-check": "10.4.0",
42
- "@instructure/ui-babel-preset": "10.4.0",
43
- "@instructure/ui-test-utils": "10.4.0",
44
- "@instructure/ui-themes": "10.4.0",
41
+ "@instructure/ui-axe-check": "10.4.1-snapshot-1",
42
+ "@instructure/ui-babel-preset": "10.4.1-snapshot-1",
43
+ "@instructure/ui-test-utils": "10.4.1-snapshot-1",
44
+ "@instructure/ui-themes": "10.4.1-snapshot-1",
45
45
  "@testing-library/jest-dom": "^6.4.5",
46
46
  "@testing-library/react": "^16.0.1",
47
47
  "@testing-library/user-event": "^14.5.2",
@@ -72,7 +72,7 @@ type: example
72
72
 
73
73
  ### Using icons
74
74
 
75
- Use the `renderIcon` property to put an [icon](#iconography) inside a Link. To position the
75
+ Use the `renderIcon` property to put an [icon](#icons) inside a Link. To position the
76
76
  icon _after_ the link text, change the `iconPlacement` property to `end`. You can also
77
77
  render a Link with just an icon. Don't forget to add text for screen readers, though.
78
78