@instructure/ui-date-input 11.7.4-snapshot-8 → 11.7.4-snapshot-11

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,11 +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-8](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-8) (2026-05-19)
6
+ ## [11.7.4-snapshot-11](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-11) (2026-05-19)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
+ * **ui-date-input:** add scrollbar to dateinput v2 ([84f11c1](https://github.com/instructure/instructure-ui/commit/84f11c1c5638f9a91946b29125869115f66c5f0f))
11
12
  * **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
13
 
13
14
 
@@ -245,6 +245,7 @@ const DateInput = /*#__PURE__*/forwardRef(({
245
245
  shouldContainFocus: true,
246
246
  shouldReturnFocus: true,
247
247
  shouldCloseOnDocumentClick: true,
248
+ shouldScrollContent: true,
248
249
  screenReaderLabel: screenReaderLabels.datePickerDialog,
249
250
  children: _jsx(Calendar, {
250
251
  withYearPicker: withYearPicker,
@@ -253,6 +253,7 @@ const DateInput = exports.DateInput = /*#__PURE__*/(0, _react.forwardRef)(({
253
253
  shouldContainFocus: true,
254
254
  shouldReturnFocus: true,
255
255
  shouldCloseOnDocumentClick: true,
256
+ shouldScrollContent: true,
256
257
  screenReaderLabel: screenReaderLabels.datePickerDialog,
257
258
  children: (0, _jsxRuntime.jsx)(_latest.Calendar, {
258
259
  withYearPicker: withYearPicker,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-date-input",
3
- "version": "11.7.4-snapshot-8",
3
+ "version": "11.7.4-snapshot-11",
4
4
  "description": "A UI component library made by Instructure Inc.",
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.2",
18
- "@instructure/emotion": "11.7.4-snapshot-8",
19
- "@instructure/ui-form-field": "11.7.4-snapshot-8",
20
- "@instructure/ui-calendar": "11.7.4-snapshot-8",
21
- "@instructure/shared-types": "11.7.4-snapshot-8",
22
- "@instructure/ui-i18n": "11.7.4-snapshot-8",
23
- "@instructure/ui-popover": "11.7.4-snapshot-8",
24
- "@instructure/ui-icons": "11.7.4-snapshot-8",
25
- "@instructure/ui-position": "11.7.4-snapshot-8",
26
- "@instructure/ui-react-utils": "11.7.4-snapshot-8",
27
- "@instructure/ui-selectable": "11.7.4-snapshot-8",
28
- "@instructure/ui-text-input": "11.7.4-snapshot-8",
29
- "@instructure/ui-utils": "11.7.4-snapshot-8"
18
+ "@instructure/emotion": "11.7.4-snapshot-11",
19
+ "@instructure/shared-types": "11.7.4-snapshot-11",
20
+ "@instructure/ui-form-field": "11.7.4-snapshot-11",
21
+ "@instructure/ui-calendar": "11.7.4-snapshot-11",
22
+ "@instructure/ui-i18n": "11.7.4-snapshot-11",
23
+ "@instructure/ui-icons": "11.7.4-snapshot-11",
24
+ "@instructure/ui-popover": "11.7.4-snapshot-11",
25
+ "@instructure/ui-position": "11.7.4-snapshot-11",
26
+ "@instructure/ui-react-utils": "11.7.4-snapshot-11",
27
+ "@instructure/ui-text-input": "11.7.4-snapshot-11",
28
+ "@instructure/ui-selectable": "11.7.4-snapshot-11",
29
+ "@instructure/ui-utils": "11.7.4-snapshot-11"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/react": "15.0.7",
34
34
  "@testing-library/user-event": "^14.6.1",
35
35
  "vitest": "^3.2.2",
36
- "@instructure/ui-babel-preset": "11.7.4-snapshot-8",
37
- "@instructure/ui-scripts": "11.7.4-snapshot-8",
38
- "@instructure/ui-buttons": "11.7.4-snapshot-8"
36
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-11",
37
+ "@instructure/ui-buttons": "11.7.4-snapshot-11",
38
+ "@instructure/ui-scripts": "11.7.4-snapshot-11"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=18 <=19"
@@ -300,6 +300,7 @@ const DateInput = forwardRef(
300
300
  shouldContainFocus
301
301
  shouldReturnFocus
302
302
  shouldCloseOnDocumentClick
303
+ shouldScrollContent
303
304
  screenReaderLabel={screenReaderLabels.datePickerDialog}
304
305
  >
305
306
  <Calendar