@instructure/ui-date-input 11.7.5-snapshot-33 → 11.7.5-snapshot-35

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.5-snapshot-33](https://github.com/instructure/instructure-ui/compare/v11.7.4...v11.7.5-snapshot-33) (2026-08-07)
6
+ ## [11.7.5-snapshot-35](https://github.com/instructure/instructure-ui/compare/v11.7.4...v11.7.5-snapshot-35) (2026-08-11)
7
7
 
8
8
 
9
9
  ### Performance Improvements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-date-input",
3
- "version": "11.7.5-snapshot-33",
3
+ "version": "11.7.5-snapshot-35",
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.7",
18
- "@instructure/emotion": "11.7.5-snapshot-33",
19
- "@instructure/shared-types": "11.7.5-snapshot-33",
20
- "@instructure/ui-calendar": "11.7.5-snapshot-33",
21
- "@instructure/ui-buttons": "11.7.5-snapshot-33",
22
- "@instructure/ui-form-field": "11.7.5-snapshot-33",
23
- "@instructure/ui-i18n": "11.7.5-snapshot-33",
24
- "@instructure/ui-popover": "11.7.5-snapshot-33",
25
- "@instructure/ui-icons": "11.7.5-snapshot-33",
26
- "@instructure/ui-position": "11.7.5-snapshot-33",
27
- "@instructure/ui-utils": "11.7.5-snapshot-33",
28
- "@instructure/ui-react-utils": "11.7.5-snapshot-33",
29
- "@instructure/ui-selectable": "11.7.5-snapshot-33",
30
- "@instructure/ui-text-input": "11.7.5-snapshot-33"
18
+ "@instructure/emotion": "11.7.5-snapshot-35",
19
+ "@instructure/shared-types": "11.7.5-snapshot-35",
20
+ "@instructure/ui-calendar": "11.7.5-snapshot-35",
21
+ "@instructure/ui-buttons": "11.7.5-snapshot-35",
22
+ "@instructure/ui-form-field": "11.7.5-snapshot-35",
23
+ "@instructure/ui-i18n": "11.7.5-snapshot-35",
24
+ "@instructure/ui-popover": "11.7.5-snapshot-35",
25
+ "@instructure/ui-icons": "11.7.5-snapshot-35",
26
+ "@instructure/ui-position": "11.7.5-snapshot-35",
27
+ "@instructure/ui-react-utils": "11.7.5-snapshot-35",
28
+ "@instructure/ui-selectable": "11.7.5-snapshot-35",
29
+ "@instructure/ui-text-input": "11.7.5-snapshot-35",
30
+ "@instructure/ui-utils": "11.7.5-snapshot-35"
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.5-snapshot-33",
38
- "@instructure/ui-scripts": "11.7.5-snapshot-33"
37
+ "@instructure/ui-babel-preset": "11.7.5-snapshot-35",
38
+ "@instructure/ui-scripts": "11.7.5-snapshot-35"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=18 <=19"
@@ -39,7 +39,6 @@ type DateInput2OwnProps = {
39
39
  calendarIcon: string
40
40
  prevMonthButton: string
41
41
  nextMonthButton: string
42
- // TODO: Make this field required in the next version. Currently optional to avoid breaking change.
43
42
  datePickerDialog?: string
44
43
  selectedLabel?: string
45
44
  }