@instructure/ui-modal 11.7.4-snapshot-130 → 11.7.4-snapshot-134
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 +17 -17
- package/src/Modal/v2/README.md +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
|
-
## [11.7.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-134](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-134) (2026-07-24)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-modal",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-134",
|
|
4
4
|
"description": "A component for displaying content in a dialog overlay",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,28 +15,28 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.7",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-overlays": "11.7.4-snapshot-
|
|
26
|
-
"@instructure/ui-react-utils": "11.7.4-snapshot-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-view": "11.7.4-snapshot-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/ui-utils": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-134",
|
|
19
|
+
"@instructure/console": "11.7.4-snapshot-134",
|
|
20
|
+
"@instructure/shared-types": "11.7.4-snapshot-134",
|
|
21
|
+
"@instructure/ui-dialog": "11.7.4-snapshot-134",
|
|
22
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-134",
|
|
23
|
+
"@instructure/ui-motion": "11.7.4-snapshot-134",
|
|
24
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-134",
|
|
25
|
+
"@instructure/ui-overlays": "11.7.4-snapshot-134",
|
|
26
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-134",
|
|
27
|
+
"@instructure/ui-portal": "11.7.4-snapshot-134",
|
|
28
|
+
"@instructure/ui-view": "11.7.4-snapshot-134",
|
|
29
|
+
"@instructure/ui-themes": "11.7.4-snapshot-134",
|
|
30
|
+
"@instructure/ui-utils": "11.7.4-snapshot-134"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^6.9.1",
|
|
34
34
|
"@testing-library/react": "16.3.2",
|
|
35
35
|
"@testing-library/user-event": "^14.6.1",
|
|
36
36
|
"vitest": "^4.1.9",
|
|
37
|
-
"@instructure/ui-
|
|
38
|
-
"@instructure/ui-
|
|
39
|
-
"@instructure/ui-
|
|
37
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-134",
|
|
38
|
+
"@instructure/ui-position": "11.7.4-snapshot-134",
|
|
39
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-134"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": ">=18 <=19"
|
package/src/Modal/v2/README.md
CHANGED
|
@@ -583,7 +583,7 @@ class Example extends React.Component {
|
|
|
583
583
|
<View
|
|
584
584
|
as="div"
|
|
585
585
|
margin="general.spaceMd"
|
|
586
|
-
padding="
|
|
586
|
+
padding="general.space2xl"
|
|
587
587
|
background="primary">
|
|
588
588
|
<Heading level='h3'>This View child does not inherit the variant and overflow properties</Heading>
|
|
589
589
|
<Text>{lorem.paragraphs(5)}</Text>
|