@instructure/ui-position 8.51.1-snapshot-11 → 8.51.1-snapshot-14
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/package.json +16 -16
- package/src/Position/README.md +3 -6
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.51.1-snapshot-
|
|
6
|
+
## [8.51.1-snapshot-14](https://github.com/instructure/instructure-ui/compare/v8.51.0...v8.51.1-snapshot-14) (2024-02-02)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-position
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-position",
|
|
3
|
-
"version": "8.51.1-snapshot-
|
|
3
|
+
"version": "8.51.1-snapshot-14",
|
|
4
4
|
"description": "A component for positioning content with respect to a designated target.",
|
|
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.23.2",
|
|
27
|
-
"@instructure/debounce": "8.51.1-snapshot-
|
|
28
|
-
"@instructure/emotion": "8.51.1-snapshot-
|
|
29
|
-
"@instructure/shared-types": "8.51.1-snapshot-
|
|
30
|
-
"@instructure/ui-dom-utils": "8.51.1-snapshot-
|
|
31
|
-
"@instructure/ui-portal": "8.51.1-snapshot-
|
|
32
|
-
"@instructure/ui-prop-types": "8.51.1-snapshot-
|
|
33
|
-
"@instructure/ui-react-utils": "8.51.1-snapshot-
|
|
34
|
-
"@instructure/ui-testable": "8.51.1-snapshot-
|
|
35
|
-
"@instructure/ui-utils": "8.51.1-snapshot-
|
|
36
|
-
"@instructure/uid": "8.51.1-snapshot-
|
|
27
|
+
"@instructure/debounce": "8.51.1-snapshot-14",
|
|
28
|
+
"@instructure/emotion": "8.51.1-snapshot-14",
|
|
29
|
+
"@instructure/shared-types": "8.51.1-snapshot-14",
|
|
30
|
+
"@instructure/ui-dom-utils": "8.51.1-snapshot-14",
|
|
31
|
+
"@instructure/ui-portal": "8.51.1-snapshot-14",
|
|
32
|
+
"@instructure/ui-prop-types": "8.51.1-snapshot-14",
|
|
33
|
+
"@instructure/ui-react-utils": "8.51.1-snapshot-14",
|
|
34
|
+
"@instructure/ui-testable": "8.51.1-snapshot-14",
|
|
35
|
+
"@instructure/ui-utils": "8.51.1-snapshot-14",
|
|
36
|
+
"@instructure/uid": "8.51.1-snapshot-14",
|
|
37
37
|
"prop-types": "^15.8.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@instructure/ui-babel-preset": "8.51.1-snapshot-
|
|
41
|
-
"@instructure/ui-color-utils": "8.51.1-snapshot-
|
|
42
|
-
"@instructure/ui-test-locator": "8.51.1-snapshot-
|
|
43
|
-
"@instructure/ui-test-utils": "8.51.1-snapshot-
|
|
44
|
-
"@instructure/ui-themes": "8.51.1-snapshot-
|
|
40
|
+
"@instructure/ui-babel-preset": "8.51.1-snapshot-14",
|
|
41
|
+
"@instructure/ui-color-utils": "8.51.1-snapshot-14",
|
|
42
|
+
"@instructure/ui-test-locator": "8.51.1-snapshot-14",
|
|
43
|
+
"@instructure/ui-test-utils": "8.51.1-snapshot-14",
|
|
44
|
+
"@instructure/ui-themes": "8.51.1-snapshot-14"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": ">=16.8 <=18"
|
package/src/Position/README.md
CHANGED
|
@@ -19,8 +19,7 @@ utility function.
|
|
|
19
19
|
|
|
20
20
|
```js
|
|
21
21
|
---
|
|
22
|
-
|
|
23
|
-
example: true
|
|
22
|
+
type: example
|
|
24
23
|
---
|
|
25
24
|
const fpo = lorem.sentence()
|
|
26
25
|
class Example extends React.Component {
|
|
@@ -114,8 +113,7 @@ The `mountNode` prop renders the positioned content inside the configured elemen
|
|
|
114
113
|
|
|
115
114
|
```js
|
|
116
115
|
---
|
|
117
|
-
|
|
118
|
-
example: true
|
|
116
|
+
type: example
|
|
119
117
|
---
|
|
120
118
|
|
|
121
119
|
const fpo = lorem.sentence()
|
|
@@ -229,8 +227,7 @@ render(<Example />)
|
|
|
229
227
|
|
|
230
228
|
```js
|
|
231
229
|
---
|
|
232
|
-
|
|
233
|
-
example: true
|
|
230
|
+
type: example
|
|
234
231
|
---
|
|
235
232
|
const fpo = lorem.paragraphs(7)
|
|
236
233
|
|