@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 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-129](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-129) (2026-07-23)
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-129",
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-129",
19
- "@instructure/ui-dom-utils": "11.7.4-snapshot-129",
20
- "@instructure/emotion": "11.7.4-snapshot-129",
21
- "@instructure/ui-options": "11.7.4-snapshot-129",
22
- "@instructure/ui-icons": "11.7.4-snapshot-129",
23
- "@instructure/shared-types": "11.7.4-snapshot-129",
24
- "@instructure/ui-popover": "11.7.4-snapshot-129",
25
- "@instructure/ui-position": "11.7.4-snapshot-129",
26
- "@instructure/ui-selectable": "11.7.4-snapshot-129",
27
- "@instructure/ui-themes": "11.7.4-snapshot-129",
28
- "@instructure/ui-react-utils": "11.7.4-snapshot-129",
29
- "@instructure/ui-view": "11.7.4-snapshot-129",
30
- "@instructure/ui-utils": "11.7.4-snapshot-129"
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-129",
38
- "@instructure/ui-color-utils": "11.7.4-snapshot-129",
39
- "@instructure/ui-axe-check": "11.7.4-snapshot-129",
40
- "@instructure/ui-scripts": "11.7.4-snapshot-129"
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="x-small 0 0">
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 large" shouldGrow shouldShrink>
434
- <View as="div" padding="small" background="primary">
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 large" shouldGrow shouldShrink>
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 large">
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="x-small 0 0">
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 large" shouldGrow shouldShrink>
804
- <View as="div" padding="small" background="primary">
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="x-small 0 0">
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 large" shouldGrow shouldShrink>
1000
+ <Flex.Item padding="0 0 0 general.space2xl" shouldGrow shouldShrink>
1001
1001
  <FormFieldGroup
1002
1002
  description={<ScreenReaderContent>Settings</ScreenReaderContent>}
1003
1003
  colSpacing="medium"