@instructure/ui-dialog 11.7.4-snapshot-4 → 11.7.4-snapshot-183

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,12 +3,15 @@
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-4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-4) (2026-05-12)
6
+ ## [11.7.4-snapshot-183](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-183) (2026-05-14)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * **ui-dialog,ui-date-input,ui-calendar:** add aria-live to calendar header, descriptive nav button labels with target month, aria-modal on focused dialogs ([8de1026](https://github.com/instructure/instructure-ui/commit/8de102636517415d2905bb40b914147f330aaed1))
11
+ * **many:** fix checkbox toggle variant icons and resolve border radius inheritance issues in DateInput and Menu from View ([2534ee9](https://github.com/instructure/instructure-ui/commit/2534ee98e32b5f21f5b069ee9626e69b58e44499))
12
+ * **many:** small fixes for doc and fix component directory mapping in "dev" script ([774fae7](https://github.com/instructure/instructure-ui/commit/774fae76ebf96beb8a1bbf1de7d1ceabd67ec647))
13
+ * **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
14
+ * **ui-dialog,ui-date-input,ui-calendar:** add aria-live to calendar header, descriptive nav button labels with target month, aria-modal on focused dialogs ([ac11880](https://github.com/instructure/instructure-ui/commit/ac11880013be74f148558671177ed25c9286204f))
12
15
 
13
16
 
14
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-dialog",
3
- "version": "11.7.4-snapshot-4",
3
+ "version": "11.7.4-snapshot-183",
4
4
  "description": "A utility component for managing keyboard accessibility and screen reader behavior",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,18 +15,18 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/ui-a11y-utils": "11.7.4-snapshot-4",
19
- "@instructure/ui-react-utils": "11.7.4-snapshot-4",
20
- "@instructure/ui-dom-utils": "11.7.4-snapshot-4",
21
- "@instructure/shared-types": "11.7.4-snapshot-4"
18
+ "@instructure/shared-types": "11.7.4-snapshot-183",
19
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-183",
20
+ "@instructure/ui-react-utils": "11.7.4-snapshot-183",
21
+ "@instructure/ui-a11y-utils": "11.7.4-snapshot-183"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@testing-library/jest-dom": "^6.6.3",
25
25
  "@testing-library/react": "15.0.7",
26
26
  "@testing-library/user-event": "^14.6.1",
27
27
  "vitest": "^3.2.2",
28
- "@instructure/console": "11.7.4-snapshot-4",
29
- "@instructure/ui-babel-preset": "11.7.4-snapshot-4"
28
+ "@instructure/console": "11.7.4-snapshot-183",
29
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-183"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": ">=18 <=19"