@instructure/ui-date-input 10.20.2-snapshot-10 → 10.20.2-snapshot-12
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,9 +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
|
-
## [10.20.2-snapshot-
|
|
6
|
+
## [10.20.2-snapshot-12](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.20.2-snapshot-12) (2025-06-25)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **ui-text-input,ui-date-input:** properly support IconButtons inside TextInputs ([40ca6bb](https://github.com/instructure/instructure-ui/commit/40ca6bbaa9d113a34c2477501b34ba4342a044d6))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
package/es/DateInput2/index.js
CHANGED
|
@@ -248,7 +248,6 @@ const DateInput2 = /*#__PURE__*/forwardRef(({
|
|
|
248
248
|
withBackground: false,
|
|
249
249
|
withBorder: false,
|
|
250
250
|
screenReaderLabel: screenReaderLabels.calendarIcon,
|
|
251
|
-
shape: "circle",
|
|
252
251
|
interaction: interaction,
|
|
253
252
|
children: renderCalendarIcon ? callRenderProp(renderCalendarIcon) : _IconCalendarMonthLin || (_IconCalendarMonthLin = _jsx(IconCalendarMonthLine, {}))
|
|
254
253
|
}),
|
package/lib/DateInput2/index.js
CHANGED
|
@@ -258,7 +258,6 @@ const DateInput2 = exports.DateInput2 = /*#__PURE__*/(0, _react.forwardRef)(({
|
|
|
258
258
|
withBackground: false,
|
|
259
259
|
withBorder: false,
|
|
260
260
|
screenReaderLabel: screenReaderLabels.calendarIcon,
|
|
261
|
-
shape: "circle",
|
|
262
261
|
interaction: interaction,
|
|
263
262
|
children: renderCalendarIcon ? (0, _callRenderProp.callRenderProp)(renderCalendarIcon) : _IconCalendarMonthLin || (_IconCalendarMonthLin = (0, _jsxRuntime.jsx)(_IconCalendarMonthLine.IconCalendarMonthLine, {}))
|
|
264
263
|
}),
|
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-12",
|
|
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,10 +23,10 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-babel-preset": "10.20.2-snapshot-
|
|
27
|
-
"@instructure/ui-buttons": "10.20.2-snapshot-
|
|
28
|
-
"@instructure/ui-scripts": "10.20.2-snapshot-
|
|
29
|
-
"@instructure/ui-test-utils": "10.20.2-snapshot-
|
|
26
|
+
"@instructure/ui-babel-preset": "10.20.2-snapshot-12",
|
|
27
|
+
"@instructure/ui-buttons": "10.20.2-snapshot-12",
|
|
28
|
+
"@instructure/ui-scripts": "10.20.2-snapshot-12",
|
|
29
|
+
"@instructure/ui-test-utils": "10.20.2-snapshot-12",
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
31
31
|
"@testing-library/react": "^16.0.1",
|
|
32
32
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/runtime": "^7.27.6",
|
|
37
|
-
"@instructure/emotion": "10.20.2-snapshot-
|
|
38
|
-
"@instructure/shared-types": "10.20.2-snapshot-
|
|
39
|
-
"@instructure/ui-calendar": "10.20.2-snapshot-
|
|
40
|
-
"@instructure/ui-form-field": "10.20.2-snapshot-
|
|
41
|
-
"@instructure/ui-i18n": "10.20.2-snapshot-
|
|
42
|
-
"@instructure/ui-icons": "10.20.2-snapshot-
|
|
43
|
-
"@instructure/ui-popover": "10.20.2-snapshot-
|
|
44
|
-
"@instructure/ui-position": "10.20.2-snapshot-
|
|
45
|
-
"@instructure/ui-prop-types": "10.20.2-snapshot-
|
|
46
|
-
"@instructure/ui-react-utils": "10.20.2-snapshot-
|
|
47
|
-
"@instructure/ui-selectable": "10.20.2-snapshot-
|
|
48
|
-
"@instructure/ui-testable": "10.20.2-snapshot-
|
|
49
|
-
"@instructure/ui-text-input": "10.20.2-snapshot-
|
|
50
|
-
"@instructure/ui-utils": "10.20.2-snapshot-
|
|
37
|
+
"@instructure/emotion": "10.20.2-snapshot-12",
|
|
38
|
+
"@instructure/shared-types": "10.20.2-snapshot-12",
|
|
39
|
+
"@instructure/ui-calendar": "10.20.2-snapshot-12",
|
|
40
|
+
"@instructure/ui-form-field": "10.20.2-snapshot-12",
|
|
41
|
+
"@instructure/ui-i18n": "10.20.2-snapshot-12",
|
|
42
|
+
"@instructure/ui-icons": "10.20.2-snapshot-12",
|
|
43
|
+
"@instructure/ui-popover": "10.20.2-snapshot-12",
|
|
44
|
+
"@instructure/ui-position": "10.20.2-snapshot-12",
|
|
45
|
+
"@instructure/ui-prop-types": "10.20.2-snapshot-12",
|
|
46
|
+
"@instructure/ui-react-utils": "10.20.2-snapshot-12",
|
|
47
|
+
"@instructure/ui-selectable": "10.20.2-snapshot-12",
|
|
48
|
+
"@instructure/ui-testable": "10.20.2-snapshot-12",
|
|
49
|
+
"@instructure/ui-text-input": "10.20.2-snapshot-12",
|
|
50
|
+
"@instructure/ui-utils": "10.20.2-snapshot-12",
|
|
51
51
|
"moment-timezone": "^0.6.0",
|
|
52
52
|
"prop-types": "^15.8.1"
|
|
53
53
|
},
|
package/src/DateInput2/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
describes: DateInput2
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
>
|
|
5
|
+
> _Info_: `DateInput2` is an upgrade to the [`DateInput`](/#DateInput) component, offering easier configuration, better UX, improved accessibility, and a year picker. Please consider updating to this for WCAG compatiblity and an overall better experience (for both devs and users).
|
|
6
6
|
|
|
7
7
|
### Minimal config
|
|
8
8
|
|
package/src/DateInput2/index.tsx
CHANGED