@instructure/ui-instructure 11.7.4-snapshot-53 → 11.7.4-snapshot-97
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 +5 -2
- package/es/AiInformation/v1/index.js +1 -1
- package/es/AiInformation/v2/index.js +1 -1
- package/lib/AiInformation/v1/index.js +1 -1
- package/lib/AiInformation/v2/index.js +1 -1
- package/package.json +20 -20
- package/src/AiInformation/v1/index.tsx +1 -1
- package/src/AiInformation/v2/index.tsx +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
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-97](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-97) (2026-07-13)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **ui-instructure:** align AiInformation lower-section heading levels to h4 ([d2b541b](https://github.com/instructure/instructure-ui/commit/d2b541b6b021db9aca201abdfd799921c64deb67))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
|
@@ -164,7 +164,7 @@ category: components/AI Components
|
|
|
164
164
|
}), (0, _jsxRuntime.jsx)("div", {
|
|
165
165
|
css: styles?.modelNameText,
|
|
166
166
|
children: (0, _jsxRuntime.jsxs)(_v11_3.Heading, {
|
|
167
|
-
level: "
|
|
167
|
+
level: "h4",
|
|
168
168
|
variant: "label",
|
|
169
169
|
children: [' ', modelNameText, ' ']
|
|
170
170
|
})
|
|
@@ -165,7 +165,7 @@ category: components/AI Components
|
|
|
165
165
|
}), (0, _jsxRuntime.jsx)("div", {
|
|
166
166
|
css: styles?.modelNameText,
|
|
167
167
|
children: (0, _jsxRuntime.jsxs)(_latest3.Heading, {
|
|
168
|
-
level: "
|
|
168
|
+
level: "h4",
|
|
169
169
|
variant: "label",
|
|
170
170
|
children: [' ', modelNameText, ' ']
|
|
171
171
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-instructure",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-97",
|
|
4
4
|
"description": "Collection of specific components for Instructure products",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -14,27 +14,27 @@
|
|
|
14
14
|
"bugs": "https://github.com/instructure/instructure-ui/issues",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@babel/runtime": "^7.29.
|
|
18
|
-
"@instructure/emotion": "11.7.4-snapshot-
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/ui-heading": "11.7.4-snapshot-
|
|
22
|
-
"@instructure/ui-icons": "11.7.4-snapshot-
|
|
23
|
-
"@instructure/ui-link": "11.7.4-snapshot-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-themes": "11.7.4-snapshot-
|
|
29
|
-
"@instructure/ui-
|
|
17
|
+
"@babel/runtime": "^7.29.7",
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-97",
|
|
19
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-97",
|
|
20
|
+
"@instructure/shared-types": "11.7.4-snapshot-97",
|
|
21
|
+
"@instructure/ui-heading": "11.7.4-snapshot-97",
|
|
22
|
+
"@instructure/ui-icons": "11.7.4-snapshot-97",
|
|
23
|
+
"@instructure/ui-link": "11.7.4-snapshot-97",
|
|
24
|
+
"@instructure/ui-popover": "11.7.4-snapshot-97",
|
|
25
|
+
"@instructure/ui-text": "11.7.4-snapshot-97",
|
|
26
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-97",
|
|
27
|
+
"@instructure/ui-modal": "11.7.4-snapshot-97",
|
|
28
|
+
"@instructure/ui-themes": "11.7.4-snapshot-97",
|
|
29
|
+
"@instructure/ui-view": "11.7.4-snapshot-97"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@testing-library/jest-dom": "^6.
|
|
33
|
-
"@testing-library/react": "
|
|
34
|
-
"vitest": "^
|
|
35
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
36
|
-
"@instructure/ui-color-utils": "11.7.4-snapshot-
|
|
37
|
-
"@instructure/ui-axe-check": "11.7.4-snapshot-
|
|
32
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
33
|
+
"@testing-library/react": "16.3.2",
|
|
34
|
+
"vitest": "^4.1.9",
|
|
35
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-97",
|
|
36
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-97",
|
|
37
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-97"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": ">=18 <=19"
|