@instructure/ui-date-input 10.20.2-snapshot-5 → 10.20.2-snapshot-6
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 +1 -1
- package/package.json +19 -20
- package/tsconfig.build.json +18 -57
- package/tsconfig.build.tsbuildinfo +1 -1
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-
|
|
6
|
+
## [10.20.2-snapshot-6](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.20.2-snapshot-6) (2025-06-20)
|
|
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-
|
|
3
|
+
"version": "10.20.2-snapshot-6",
|
|
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-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/ui-test-utils": "10.20.2-snapshot-5",
|
|
26
|
+
"@instructure/ui-babel-preset": "10.20.2-snapshot-6",
|
|
27
|
+
"@instructure/ui-buttons": "10.20.2-snapshot-6",
|
|
28
|
+
"@instructure/ui-scripts": "10.20.2-snapshot-6",
|
|
29
|
+
"@instructure/ui-test-utils": "10.20.2-snapshot-6",
|
|
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-
|
|
39
|
-
"@instructure/shared-types": "10.20.2-snapshot-
|
|
40
|
-
"@instructure/ui-calendar": "10.20.2-snapshot-
|
|
41
|
-
"@instructure/ui-form-field": "10.20.2-snapshot-
|
|
42
|
-
"@instructure/ui-i18n": "10.20.2-snapshot-
|
|
43
|
-
"@instructure/ui-icons": "10.20.2-snapshot-
|
|
44
|
-
"@instructure/ui-popover": "10.20.2-snapshot-
|
|
45
|
-
"@instructure/ui-position": "10.20.2-snapshot-
|
|
46
|
-
"@instructure/ui-prop-types": "10.20.2-snapshot-
|
|
47
|
-
"@instructure/ui-react-utils": "10.20.2-snapshot-
|
|
48
|
-
"@instructure/ui-selectable": "10.20.2-snapshot-
|
|
49
|
-
"@instructure/ui-testable": "10.20.2-snapshot-
|
|
50
|
-
"@instructure/ui-text-input": "10.20.2-snapshot-
|
|
51
|
-
"@instructure/ui-utils": "10.20.2-snapshot-
|
|
37
|
+
"@instructure/emotion": "10.20.2-snapshot-6",
|
|
38
|
+
"@instructure/shared-types": "10.20.2-snapshot-6",
|
|
39
|
+
"@instructure/ui-calendar": "10.20.2-snapshot-6",
|
|
40
|
+
"@instructure/ui-form-field": "10.20.2-snapshot-6",
|
|
41
|
+
"@instructure/ui-i18n": "10.20.2-snapshot-6",
|
|
42
|
+
"@instructure/ui-icons": "10.20.2-snapshot-6",
|
|
43
|
+
"@instructure/ui-popover": "10.20.2-snapshot-6",
|
|
44
|
+
"@instructure/ui-position": "10.20.2-snapshot-6",
|
|
45
|
+
"@instructure/ui-prop-types": "10.20.2-snapshot-6",
|
|
46
|
+
"@instructure/ui-react-utils": "10.20.2-snapshot-6",
|
|
47
|
+
"@instructure/ui-selectable": "10.20.2-snapshot-6",
|
|
48
|
+
"@instructure/ui-testable": "10.20.2-snapshot-6",
|
|
49
|
+
"@instructure/ui-text-input": "10.20.2-snapshot-6",
|
|
50
|
+
"@instructure/ui-utils": "10.20.2-snapshot-6",
|
|
52
51
|
"moment-timezone": "^0.6.0",
|
|
53
52
|
"prop-types": "^15.8.1"
|
|
54
53
|
},
|
package/tsconfig.build.json
CHANGED
|
@@ -7,62 +7,23 @@
|
|
|
7
7
|
},
|
|
8
8
|
"include": ["src"],
|
|
9
9
|
"references": [
|
|
10
|
-
{
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
|
|
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
|
}
|