@instructure/ui-link 8.50.1-snapshot-0 → 8.50.1-snapshot-13
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/README.md +1 -1
- package/package.json +17 -17
- package/src/Link/README.md +7 -7
- package/tsconfig.build.tsbuildinfo +1 -1
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
|
-
## [8.50.1-snapshot-
|
|
6
|
+
## [8.50.1-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.50.0...v8.50.1-snapshot-13) (2023-12-07)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-link
|
|
9
9
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-link",
|
|
3
|
-
"version": "8.50.1-snapshot-
|
|
3
|
+
"version": "8.50.1-snapshot-13",
|
|
4
4
|
"description": "A component for creating links",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -24,25 +24,25 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.23.2",
|
|
27
|
-
"@instructure/console": "8.50.1-snapshot-
|
|
28
|
-
"@instructure/emotion": "8.50.1-snapshot-
|
|
29
|
-
"@instructure/shared-types": "8.50.1-snapshot-
|
|
30
|
-
"@instructure/ui-a11y-utils": "8.50.1-snapshot-
|
|
31
|
-
"@instructure/ui-color-utils": "8.50.1-snapshot-
|
|
32
|
-
"@instructure/ui-dom-utils": "8.50.1-snapshot-
|
|
33
|
-
"@instructure/ui-icons": "8.50.1-snapshot-
|
|
34
|
-
"@instructure/ui-prop-types": "8.50.1-snapshot-
|
|
35
|
-
"@instructure/ui-react-utils": "8.50.1-snapshot-
|
|
36
|
-
"@instructure/ui-testable": "8.50.1-snapshot-
|
|
37
|
-
"@instructure/ui-view": "8.50.1-snapshot-
|
|
27
|
+
"@instructure/console": "8.50.1-snapshot-13",
|
|
28
|
+
"@instructure/emotion": "8.50.1-snapshot-13",
|
|
29
|
+
"@instructure/shared-types": "8.50.1-snapshot-13",
|
|
30
|
+
"@instructure/ui-a11y-utils": "8.50.1-snapshot-13",
|
|
31
|
+
"@instructure/ui-color-utils": "8.50.1-snapshot-13",
|
|
32
|
+
"@instructure/ui-dom-utils": "8.50.1-snapshot-13",
|
|
33
|
+
"@instructure/ui-icons": "8.50.1-snapshot-13",
|
|
34
|
+
"@instructure/ui-prop-types": "8.50.1-snapshot-13",
|
|
35
|
+
"@instructure/ui-react-utils": "8.50.1-snapshot-13",
|
|
36
|
+
"@instructure/ui-testable": "8.50.1-snapshot-13",
|
|
37
|
+
"@instructure/ui-view": "8.50.1-snapshot-13",
|
|
38
38
|
"prop-types": "^15.8.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@instructure/ui-babel-preset": "8.50.1-snapshot-
|
|
42
|
-
"@instructure/ui-test-locator": "8.50.1-snapshot-
|
|
43
|
-
"@instructure/ui-test-queries": "8.50.1-snapshot-
|
|
44
|
-
"@instructure/ui-test-utils": "8.50.1-snapshot-
|
|
45
|
-
"@instructure/ui-themes": "8.50.1-snapshot-
|
|
41
|
+
"@instructure/ui-babel-preset": "8.50.1-snapshot-13",
|
|
42
|
+
"@instructure/ui-test-locator": "8.50.1-snapshot-13",
|
|
43
|
+
"@instructure/ui-test-queries": "8.50.1-snapshot-13",
|
|
44
|
+
"@instructure/ui-test-utils": "8.50.1-snapshot-13",
|
|
45
|
+
"@instructure/ui-themes": "8.50.1-snapshot-13"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=16.8 <=18"
|
package/src/Link/README.md
CHANGED
|
@@ -8,14 +8,14 @@ describes: Link
|
|
|
8
8
|
|
|
9
9
|
```js
|
|
10
10
|
---
|
|
11
|
-
|
|
11
|
+
type: example
|
|
12
12
|
---
|
|
13
13
|
<Text>The quick brown fox <Link href="https://instructure.github.io/instructure-ui/">jumps</Link> over the lazy dog.</Text>
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
```js
|
|
17
17
|
---
|
|
18
|
-
|
|
18
|
+
type: example
|
|
19
19
|
---
|
|
20
20
|
<View background="primary-inverse" as="div">
|
|
21
21
|
<Text color="primary-inverse">The quick brown fox <Link color="link-inverse" href="https://instructure.github.io/instructure-ui/">jumps</Link> over the lazy dog.</Text>
|
|
@@ -30,7 +30,7 @@ to add margin to the top or bottom of Link, wrap it inside a `<View />`.
|
|
|
30
30
|
|
|
31
31
|
```js
|
|
32
32
|
---
|
|
33
|
-
|
|
33
|
+
type: example
|
|
34
34
|
---
|
|
35
35
|
<Text>The quick brown fox <Link href="https://instructure.github.io/instructure-ui/" margin="0 small">jumps</Link> over the lazy dog.</Text>
|
|
36
36
|
```
|
|
@@ -42,7 +42,7 @@ to appear without surrounding text, the default underline can be configured to o
|
|
|
42
42
|
|
|
43
43
|
```js
|
|
44
44
|
---
|
|
45
|
-
|
|
45
|
+
type: example
|
|
46
46
|
---
|
|
47
47
|
<Link
|
|
48
48
|
href="http://instructure.design"
|
|
@@ -59,7 +59,7 @@ unless an alternate `display` prop is provided.
|
|
|
59
59
|
|
|
60
60
|
```js
|
|
61
61
|
---
|
|
62
|
-
|
|
62
|
+
type: example
|
|
63
63
|
---
|
|
64
64
|
<Link
|
|
65
65
|
onClick={() => console.log('clicked')}
|
|
@@ -78,7 +78,7 @@ render a Link with just an icon. Don't forget to add text for screen readers, th
|
|
|
78
78
|
|
|
79
79
|
```js
|
|
80
80
|
---
|
|
81
|
-
|
|
81
|
+
type: example
|
|
82
82
|
---
|
|
83
83
|
<div>
|
|
84
84
|
<View as="div" margin="0 0 small">
|
|
@@ -106,7 +106,7 @@ example: true
|
|
|
106
106
|
|
|
107
107
|
```js
|
|
108
108
|
---
|
|
109
|
-
|
|
109
|
+
type: embed
|
|
110
110
|
---
|
|
111
111
|
<Guidelines>
|
|
112
112
|
<Figure recommendation="a11y" title="Accessibility">
|