@instructure/ui-date-input 10.20.2-snapshot-10 → 10.20.2-snapshot-11

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-10](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.20.2-snapshot-10) (2025-06-24)
6
+ ## [10.20.2-snapshot-11](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.20.2-snapshot-11) (2025-06-25)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-date-input
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
 
@@ -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
  }),
@@ -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-10",
3
+ "version": "10.20.2-snapshot-11",
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-10",
27
- "@instructure/ui-buttons": "10.20.2-snapshot-10",
28
- "@instructure/ui-scripts": "10.20.2-snapshot-10",
29
- "@instructure/ui-test-utils": "10.20.2-snapshot-10",
26
+ "@instructure/ui-babel-preset": "10.20.2-snapshot-11",
27
+ "@instructure/ui-buttons": "10.20.2-snapshot-11",
28
+ "@instructure/ui-scripts": "10.20.2-snapshot-11",
29
+ "@instructure/ui-test-utils": "10.20.2-snapshot-11",
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-10",
38
- "@instructure/shared-types": "10.20.2-snapshot-10",
39
- "@instructure/ui-calendar": "10.20.2-snapshot-10",
40
- "@instructure/ui-form-field": "10.20.2-snapshot-10",
41
- "@instructure/ui-i18n": "10.20.2-snapshot-10",
42
- "@instructure/ui-icons": "10.20.2-snapshot-10",
43
- "@instructure/ui-popover": "10.20.2-snapshot-10",
44
- "@instructure/ui-position": "10.20.2-snapshot-10",
45
- "@instructure/ui-prop-types": "10.20.2-snapshot-10",
46
- "@instructure/ui-react-utils": "10.20.2-snapshot-10",
47
- "@instructure/ui-selectable": "10.20.2-snapshot-10",
48
- "@instructure/ui-testable": "10.20.2-snapshot-10",
49
- "@instructure/ui-text-input": "10.20.2-snapshot-10",
50
- "@instructure/ui-utils": "10.20.2-snapshot-10",
37
+ "@instructure/emotion": "10.20.2-snapshot-11",
38
+ "@instructure/shared-types": "10.20.2-snapshot-11",
39
+ "@instructure/ui-calendar": "10.20.2-snapshot-11",
40
+ "@instructure/ui-form-field": "10.20.2-snapshot-11",
41
+ "@instructure/ui-i18n": "10.20.2-snapshot-11",
42
+ "@instructure/ui-icons": "10.20.2-snapshot-11",
43
+ "@instructure/ui-popover": "10.20.2-snapshot-11",
44
+ "@instructure/ui-position": "10.20.2-snapshot-11",
45
+ "@instructure/ui-prop-types": "10.20.2-snapshot-11",
46
+ "@instructure/ui-react-utils": "10.20.2-snapshot-11",
47
+ "@instructure/ui-selectable": "10.20.2-snapshot-11",
48
+ "@instructure/ui-testable": "10.20.2-snapshot-11",
49
+ "@instructure/ui-text-input": "10.20.2-snapshot-11",
50
+ "@instructure/ui-utils": "10.20.2-snapshot-11",
51
51
  "moment-timezone": "^0.6.0",
52
52
  "prop-types": "^15.8.1"
53
53
  },
@@ -2,7 +2,7 @@
2
2
  describes: DateInput2
3
3
  ---
4
4
 
5
- > _Warning_: `DateInput2` is an **experimental** upgrade to the existing [`DateInput`](/#DateInput) component, offering easier configuration, better UX, improved accessibility, and a year picker. While it addresses key limitations of `DateInput`, it's still in the experimental phase, with some missing unit tests and potential API changes.
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
 
@@ -290,7 +290,6 @@ const DateInput2 = forwardRef(
290
290
  withBackground={false}
291
291
  withBorder={false}
292
292
  screenReaderLabel={screenReaderLabels.calendarIcon}
293
- shape="circle"
294
293
  interaction={interaction}
295
294
  >
296
295
  {renderCalendarIcon ? (