@instructure/ui-drilldown 11.7.4-snapshot-129 → 11.7.4-snapshot-132
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 +18 -18
- package/src/Drilldown/v2/README.md +10 -10
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-132](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-132) (2026-07-23)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-drilldown",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-132",
|
|
4
4
|
"description": "A drilldown menu component",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,29 +15,29 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.7",
|
|
18
|
-
"@instructure/console": "11.7.4-snapshot-
|
|
19
|
-
"@instructure/ui-dom-utils": "11.7.4-snapshot-
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/ui-options": "11.7.4-snapshot-
|
|
22
|
-
"@instructure/
|
|
23
|
-
"@instructure/
|
|
24
|
-
"@instructure/ui-popover": "11.7.4-snapshot-
|
|
25
|
-
"@instructure/ui-position": "11.7.4-snapshot-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-view": "11.7.4-snapshot-
|
|
30
|
-
"@instructure/ui-utils": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/console": "11.7.4-snapshot-132",
|
|
19
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-132",
|
|
20
|
+
"@instructure/ui-icons": "11.7.4-snapshot-132",
|
|
21
|
+
"@instructure/ui-options": "11.7.4-snapshot-132",
|
|
22
|
+
"@instructure/shared-types": "11.7.4-snapshot-132",
|
|
23
|
+
"@instructure/emotion": "11.7.4-snapshot-132",
|
|
24
|
+
"@instructure/ui-popover": "11.7.4-snapshot-132",
|
|
25
|
+
"@instructure/ui-position": "11.7.4-snapshot-132",
|
|
26
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-132",
|
|
27
|
+
"@instructure/ui-selectable": "11.7.4-snapshot-132",
|
|
28
|
+
"@instructure/ui-themes": "11.7.4-snapshot-132",
|
|
29
|
+
"@instructure/ui-view": "11.7.4-snapshot-132",
|
|
30
|
+
"@instructure/ui-utils": "11.7.4-snapshot-132"
|
|
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-babel-preset": "11.7.4-snapshot-
|
|
38
|
-
"@instructure/ui-
|
|
39
|
-
"@instructure/ui-
|
|
40
|
-
"@instructure/ui-scripts": "11.7.4-snapshot-
|
|
37
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-132",
|
|
38
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-132",
|
|
39
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-132",
|
|
40
|
+
"@instructure/ui-scripts": "11.7.4-snapshot-132"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=18 <=19"
|
|
@@ -416,7 +416,7 @@ const SelectContactsExample = (props) => {
|
|
|
416
416
|
|
|
417
417
|
return (
|
|
418
418
|
<Flex alignItems="start">
|
|
419
|
-
<Flex.Item width="20rem" textAlign="center" padding="
|
|
419
|
+
<Flex.Item width="20rem" textAlign="center" padding="general.spaceSm 0 0">
|
|
420
420
|
<Drilldown
|
|
421
421
|
rootPageId="contacts"
|
|
422
422
|
width="18.5rem"
|
|
@@ -430,8 +430,8 @@ const SelectContactsExample = (props) => {
|
|
|
430
430
|
</Drilldown>
|
|
431
431
|
</Flex.Item>
|
|
432
432
|
|
|
433
|
-
<Flex.Item padding="0 0 0
|
|
434
|
-
<View as="div" padding="
|
|
433
|
+
<Flex.Item padding="0 0 0 general.space2xl" shouldGrow shouldShrink>
|
|
434
|
+
<View as="div" padding="general.spaceMd" background="primary">
|
|
435
435
|
<div>
|
|
436
436
|
<Text weight="bold">
|
|
437
437
|
Selected ({selected ? selected.length : 0}):
|
|
@@ -568,7 +568,7 @@ const BackNavigationExample = () => {
|
|
|
568
568
|
</Drilldown>
|
|
569
569
|
</Flex.Item>
|
|
570
570
|
|
|
571
|
-
<Flex.Item padding="0 0 0
|
|
571
|
+
<Flex.Item padding="0 0 0 general.space2xl" shouldGrow shouldShrink>
|
|
572
572
|
<FormFieldGroup description="Drilldown Group example settings">
|
|
573
573
|
<Checkbox
|
|
574
574
|
checked={!showTitle ? false : showAlternativeBackLabel}
|
|
@@ -651,7 +651,7 @@ const GroupsExample = () => {
|
|
|
651
651
|
</Drilldown>
|
|
652
652
|
</Flex.Item>
|
|
653
653
|
|
|
654
|
-
<Flex.Item padding="0 0 0
|
|
654
|
+
<Flex.Item padding="0 0 0 general.space2xl">
|
|
655
655
|
<FormFieldGroup description="Drilldown Group example settings">
|
|
656
656
|
<Checkbox
|
|
657
657
|
checked={showSeparators}
|
|
@@ -785,7 +785,7 @@ const SelectMembersExample = (props) => {
|
|
|
785
785
|
|
|
786
786
|
return (
|
|
787
787
|
<Flex alignItems="start">
|
|
788
|
-
<Flex.Item width="20rem" textAlign="center" padding="
|
|
788
|
+
<Flex.Item width="20rem" textAlign="center" padding="general.spaceSm 0 0">
|
|
789
789
|
<Drilldown
|
|
790
790
|
rootPageId="root"
|
|
791
791
|
width="18.5rem"
|
|
@@ -800,8 +800,8 @@ const SelectMembersExample = (props) => {
|
|
|
800
800
|
</Drilldown>
|
|
801
801
|
</Flex.Item>
|
|
802
802
|
|
|
803
|
-
<Flex.Item padding="0 0 0
|
|
804
|
-
<View as="div" padding="
|
|
803
|
+
<Flex.Item padding="0 0 0 general.space2xl" shouldGrow shouldShrink>
|
|
804
|
+
<View as="div" padding="general.spaceMd" background="primary">
|
|
805
805
|
<div>
|
|
806
806
|
<Text weight="bold">Selected members:</Text>
|
|
807
807
|
</div>
|
|
@@ -928,7 +928,7 @@ const DisabledExample = () => {
|
|
|
928
928
|
|
|
929
929
|
return (
|
|
930
930
|
<Flex alignItems="start">
|
|
931
|
-
<Flex.Item width="20rem" textAlign="center" padding="
|
|
931
|
+
<Flex.Item width="20rem" textAlign="center" padding="general.spaceSm 0 0">
|
|
932
932
|
<View textAlign="start">
|
|
933
933
|
<Drilldown
|
|
934
934
|
rootPageId="root"
|
|
@@ -997,7 +997,7 @@ const DisabledExample = () => {
|
|
|
997
997
|
</View>
|
|
998
998
|
</Flex.Item>
|
|
999
999
|
|
|
1000
|
-
<Flex.Item padding="0 0 0
|
|
1000
|
+
<Flex.Item padding="0 0 0 general.space2xl" shouldGrow shouldShrink>
|
|
1001
1001
|
<FormFieldGroup
|
|
1002
1002
|
description={<ScreenReaderContent>Settings</ScreenReaderContent>}
|
|
1003
1003
|
colSpacing="medium"
|