@instructure/ui-date-input 10.4.0 → 10.4.1-snapshot-0
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,6 +3,14 @@
|
|
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.4.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-0) (2024-10-18)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @instructure/ui-date-input
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
# [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
|
7
15
|
|
8
16
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-date-input",
|
3
|
-
"version": "10.4.0",
|
3
|
+
"version": "10.4.1-snapshot-0",
|
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,11 @@
|
|
23
23
|
},
|
24
24
|
"license": "MIT",
|
25
25
|
"devDependencies": {
|
26
|
-
"@instructure/ui-axe-check": "10.4.0",
|
27
|
-
"@instructure/ui-babel-preset": "10.4.0",
|
28
|
-
"@instructure/ui-buttons": "10.4.0",
|
29
|
-
"@instructure/ui-scripts": "10.4.0",
|
30
|
-
"@instructure/ui-test-utils": "10.4.0",
|
26
|
+
"@instructure/ui-axe-check": "10.4.1-snapshot-0",
|
27
|
+
"@instructure/ui-babel-preset": "10.4.1-snapshot-0",
|
28
|
+
"@instructure/ui-buttons": "10.4.1-snapshot-0",
|
29
|
+
"@instructure/ui-scripts": "10.4.1-snapshot-0",
|
30
|
+
"@instructure/ui-test-utils": "10.4.1-snapshot-0",
|
31
31
|
"@testing-library/jest-dom": "^6.4.6",
|
32
32
|
"@testing-library/react": "^16.0.1",
|
33
33
|
"@testing-library/user-event": "^14.5.2",
|
@@ -35,20 +35,20 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"@babel/runtime": "^7.25.6",
|
38
|
-
"@instructure/emotion": "10.4.0",
|
39
|
-
"@instructure/shared-types": "10.4.0",
|
40
|
-
"@instructure/ui-calendar": "10.4.0",
|
41
|
-
"@instructure/ui-form-field": "10.4.0",
|
42
|
-
"@instructure/ui-i18n": "10.4.0",
|
43
|
-
"@instructure/ui-icons": "10.4.0",
|
44
|
-
"@instructure/ui-popover": "10.4.0",
|
45
|
-
"@instructure/ui-position": "10.4.0",
|
46
|
-
"@instructure/ui-prop-types": "10.4.0",
|
47
|
-
"@instructure/ui-react-utils": "10.4.0",
|
48
|
-
"@instructure/ui-selectable": "10.4.0",
|
49
|
-
"@instructure/ui-testable": "10.4.0",
|
50
|
-
"@instructure/ui-text-input": "10.4.0",
|
51
|
-
"@instructure/ui-utils": "10.4.0",
|
38
|
+
"@instructure/emotion": "10.4.1-snapshot-0",
|
39
|
+
"@instructure/shared-types": "10.4.1-snapshot-0",
|
40
|
+
"@instructure/ui-calendar": "10.4.1-snapshot-0",
|
41
|
+
"@instructure/ui-form-field": "10.4.1-snapshot-0",
|
42
|
+
"@instructure/ui-i18n": "10.4.1-snapshot-0",
|
43
|
+
"@instructure/ui-icons": "10.4.1-snapshot-0",
|
44
|
+
"@instructure/ui-popover": "10.4.1-snapshot-0",
|
45
|
+
"@instructure/ui-position": "10.4.1-snapshot-0",
|
46
|
+
"@instructure/ui-prop-types": "10.4.1-snapshot-0",
|
47
|
+
"@instructure/ui-react-utils": "10.4.1-snapshot-0",
|
48
|
+
"@instructure/ui-selectable": "10.4.1-snapshot-0",
|
49
|
+
"@instructure/ui-testable": "10.4.1-snapshot-0",
|
50
|
+
"@instructure/ui-text-input": "10.4.1-snapshot-0",
|
51
|
+
"@instructure/ui-utils": "10.4.1-snapshot-0",
|
52
52
|
"moment-timezone": "^0.5.45",
|
53
53
|
"prop-types": "^15.8.1"
|
54
54
|
},
|
package/src/DateInput/props.ts
CHANGED
@@ -185,14 +185,14 @@ type DateInputOwnProps = {
|
|
185
185
|
* A button to render in the calendar navigation header. The recommendation is
|
186
186
|
* to compose it with the [Button](#Button) component, setting the `variant`
|
187
187
|
* prop to `icon`, the `size` prop to `small`, and setting the `icon` prop to
|
188
|
-
* [IconArrowOpenEnd](#
|
188
|
+
* [IconArrowOpenEnd](#icons).
|
189
189
|
*/
|
190
190
|
renderNextMonthButton?: Renderable
|
191
191
|
/**
|
192
192
|
* A button to render in the calendar navigation header. The recommendation is
|
193
193
|
* to compose it with the [Button](#Button) component, setting the `variant`
|
194
194
|
* prop to `icon`, the `size` prop to `small`, and setting the `icon` prop to
|
195
|
-
* [IconArrowOpenStart](#
|
195
|
+
* [IconArrowOpenStart](#icons).
|
196
196
|
*/
|
197
197
|
renderPrevMonthButton?: Renderable
|
198
198
|
/**
|