@instructure/ui-date-input 10.20.2-snapshot-5 → 10.20.2-snapshot-7

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
- ## [10.20.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.20.2-snapshot-5) (2025-06-20)
6
+ ## [10.20.2-snapshot-7](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.20.2-snapshot-7) (2025-06-24)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-date-input
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-date-input",
3
- "version": "10.20.2-snapshot-5",
3
+ "version": "10.20.2-snapshot-7",
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",
@@ -23,11 +23,10 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.20.2-snapshot-5",
27
- "@instructure/ui-babel-preset": "10.20.2-snapshot-5",
28
- "@instructure/ui-buttons": "10.20.2-snapshot-5",
29
- "@instructure/ui-scripts": "10.20.2-snapshot-5",
30
- "@instructure/ui-test-utils": "10.20.2-snapshot-5",
26
+ "@instructure/ui-babel-preset": "10.20.2-snapshot-7",
27
+ "@instructure/ui-buttons": "10.20.2-snapshot-7",
28
+ "@instructure/ui-scripts": "10.20.2-snapshot-7",
29
+ "@instructure/ui-test-utils": "10.20.2-snapshot-7",
31
30
  "@testing-library/jest-dom": "^6.6.3",
32
31
  "@testing-library/react": "^16.0.1",
33
32
  "@testing-library/user-event": "^14.6.1",
@@ -35,20 +34,20 @@
35
34
  },
36
35
  "dependencies": {
37
36
  "@babel/runtime": "^7.27.6",
38
- "@instructure/emotion": "10.20.2-snapshot-5",
39
- "@instructure/shared-types": "10.20.2-snapshot-5",
40
- "@instructure/ui-calendar": "10.20.2-snapshot-5",
41
- "@instructure/ui-form-field": "10.20.2-snapshot-5",
42
- "@instructure/ui-i18n": "10.20.2-snapshot-5",
43
- "@instructure/ui-icons": "10.20.2-snapshot-5",
44
- "@instructure/ui-popover": "10.20.2-snapshot-5",
45
- "@instructure/ui-position": "10.20.2-snapshot-5",
46
- "@instructure/ui-prop-types": "10.20.2-snapshot-5",
47
- "@instructure/ui-react-utils": "10.20.2-snapshot-5",
48
- "@instructure/ui-selectable": "10.20.2-snapshot-5",
49
- "@instructure/ui-testable": "10.20.2-snapshot-5",
50
- "@instructure/ui-text-input": "10.20.2-snapshot-5",
51
- "@instructure/ui-utils": "10.20.2-snapshot-5",
37
+ "@instructure/emotion": "10.20.2-snapshot-7",
38
+ "@instructure/shared-types": "10.20.2-snapshot-7",
39
+ "@instructure/ui-calendar": "10.20.2-snapshot-7",
40
+ "@instructure/ui-form-field": "10.20.2-snapshot-7",
41
+ "@instructure/ui-i18n": "10.20.2-snapshot-7",
42
+ "@instructure/ui-icons": "10.20.2-snapshot-7",
43
+ "@instructure/ui-popover": "10.20.2-snapshot-7",
44
+ "@instructure/ui-position": "10.20.2-snapshot-7",
45
+ "@instructure/ui-prop-types": "10.20.2-snapshot-7",
46
+ "@instructure/ui-react-utils": "10.20.2-snapshot-7",
47
+ "@instructure/ui-selectable": "10.20.2-snapshot-7",
48
+ "@instructure/ui-testable": "10.20.2-snapshot-7",
49
+ "@instructure/ui-text-input": "10.20.2-snapshot-7",
50
+ "@instructure/ui-utils": "10.20.2-snapshot-7",
52
51
  "moment-timezone": "^0.6.0",
53
52
  "prop-types": "^15.8.1"
54
53
  },
@@ -7,62 +7,23 @@
7
7
  },
8
8
  "include": ["src"],
9
9
  "references": [
10
- {
11
- "path": "../ui-babel-preset/tsconfig.build.json"
12
- },
13
- {
14
- "path": "../ui-buttons/tsconfig.build.json"
15
- },
16
- {
17
- "path": "../ui-test-utils/tsconfig.build.json"
18
- },
19
- {
20
- "path": "../emotion/tsconfig.build.json"
21
- },
22
- {
23
- "path": "../ui-calendar/tsconfig.build.json"
24
- },
25
- {
26
- "path": "../ui-form-field/tsconfig.build.json"
27
- },
28
- {
29
- "path": "../ui-icons/tsconfig.build.json"
30
- },
31
- {
32
- "path": "../ui-popover/tsconfig.build.json"
33
- },
34
- {
35
- "path": "../ui-position/tsconfig.build.json"
36
- },
37
- {
38
- "path": "../ui-prop-types/tsconfig.build.json"
39
- },
40
- {
41
- "path": "../ui-react-utils/tsconfig.build.json"
42
- },
43
- {
44
- "path": "../ui-selectable/tsconfig.build.json"
45
- },
46
- {
47
- "path": "../shared-types/tsconfig.build.json"
48
- },
49
- {
50
- "path": "../ui-testable/tsconfig.build.json"
51
- },
52
- {
53
- "path": "../ui-text-input/tsconfig.build.json"
54
- },
55
- {
56
- "path": "../ui-utils/tsconfig.build.json"
57
- },
58
- {
59
- "path": "../ui-i18n/tsconfig.build.json"
60
- },
61
- {
62
- "path": "../ui-axe-check/tsconfig.build.json"
63
- },
64
- {
65
- "path": "../ui-scripts/tsconfig.build.json"
66
- }
10
+ { "path": "../ui-babel-preset/tsconfig.build.json" },
11
+ { "path": "../ui-buttons/tsconfig.build.json" },
12
+ { "path": "../ui-test-utils/tsconfig.build.json" },
13
+ { "path": "../emotion/tsconfig.build.json" },
14
+ { "path": "../ui-calendar/tsconfig.build.json" },
15
+ { "path": "../ui-form-field/tsconfig.build.json" },
16
+ { "path": "../ui-icons/tsconfig.build.json" },
17
+ { "path": "../ui-popover/tsconfig.build.json" },
18
+ { "path": "../ui-position/tsconfig.build.json" },
19
+ { "path": "../ui-prop-types/tsconfig.build.json" },
20
+ { "path": "../ui-react-utils/tsconfig.build.json" },
21
+ { "path": "../ui-selectable/tsconfig.build.json" },
22
+ { "path": "../shared-types/tsconfig.build.json" },
23
+ { "path": "../ui-testable/tsconfig.build.json" },
24
+ { "path": "../ui-text-input/tsconfig.build.json" },
25
+ { "path": "../ui-utils/tsconfig.build.json" },
26
+ { "path": "../ui-i18n/tsconfig.build.json" },
27
+ { "path": "../ui-scripts/tsconfig.build.json" }
67
28
  ]
68
29
  }