@instructure/ui-toggle-details 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 +16 -16
- package/src/ToggleGroup/v2/README.md +5 -5
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-toggle-details",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-134",
|
|
4
4
|
"description": "A styled toggleable, accordion-like component.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,27 +15,27 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.7",
|
|
18
|
-
"@instructure/emotion": "11.7.4-snapshot-
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/ui-dom-utils": "11.7.4-snapshot-
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-icons": "11.7.4-snapshot-
|
|
25
|
-
"@instructure/ui-motion": "11.7.4-snapshot-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/uid": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-134",
|
|
19
|
+
"@instructure/shared-types": "11.7.4-snapshot-134",
|
|
20
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-134",
|
|
21
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-134",
|
|
22
|
+
"@instructure/ui-flex": "11.7.4-snapshot-134",
|
|
23
|
+
"@instructure/ui-expandable": "11.7.4-snapshot-134",
|
|
24
|
+
"@instructure/ui-icons": "11.7.4-snapshot-134",
|
|
25
|
+
"@instructure/ui-motion": "11.7.4-snapshot-134",
|
|
26
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-134",
|
|
27
|
+
"@instructure/ui-themes": "11.7.4-snapshot-134",
|
|
28
|
+
"@instructure/ui-utils": "11.7.4-snapshot-134",
|
|
29
|
+
"@instructure/ui-view": "11.7.4-snapshot-134",
|
|
30
|
+
"@instructure/uid": "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-axe-check": "11.7.4-snapshot-
|
|
38
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
37
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-134",
|
|
38
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-134"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": ">=18 <=19"
|
|
@@ -16,7 +16,7 @@ type: example
|
|
|
16
16
|
summary="This is the summary"
|
|
17
17
|
background="default"
|
|
18
18
|
>
|
|
19
|
-
<View display="block" padding="
|
|
19
|
+
<View display="block" padding="general.spaceMd">Here is the expanded content</View>
|
|
20
20
|
</ToggleGroup>
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -33,7 +33,7 @@ type: example
|
|
|
33
33
|
summary="This is the summary"
|
|
34
34
|
defaultExpanded
|
|
35
35
|
>
|
|
36
|
-
<View display="block" padding="
|
|
36
|
+
<View display="block" padding="general.spaceMd">This content is expanded when the component renders</View>
|
|
37
37
|
</ToggleGroup>
|
|
38
38
|
```
|
|
39
39
|
|
|
@@ -49,7 +49,7 @@ type: example
|
|
|
49
49
|
iconExpanded={XInstUIIcon}
|
|
50
50
|
icon={PlusInstUIIcon}
|
|
51
51
|
>
|
|
52
|
-
<View display="block" padding="
|
|
52
|
+
<View display="block" padding="general.spaceMd">Here is the expanded content</View>
|
|
53
53
|
</ToggleGroup>
|
|
54
54
|
```
|
|
55
55
|
|
|
@@ -64,7 +64,7 @@ type: example
|
|
|
64
64
|
toggleLabel="This is the toggle button label for screenreaders"
|
|
65
65
|
summary="This is the summary"
|
|
66
66
|
>
|
|
67
|
-
<View display="block" padding="
|
|
67
|
+
<View display="block" padding="general.spaceMd">This content will not fade in</View>
|
|
68
68
|
</ToggleGroup>
|
|
69
69
|
```
|
|
70
70
|
|
|
@@ -85,7 +85,7 @@ type: example
|
|
|
85
85
|
summary="I am nested inside a parent ToggleGroup"
|
|
86
86
|
border={false}
|
|
87
87
|
>
|
|
88
|
-
<View display="block" padding="
|
|
88
|
+
<View display="block" padding="general.spaceMd">
|
|
89
89
|
This is the details section of the nested ToggleGroup
|
|
90
90
|
</View>
|
|
91
91
|
</ToggleGroup>
|