@instructure/ui-date-input 11.6.1-snapshot-135 → 11.7.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,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
|
-
|
|
6
|
+
# [11.7.0](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.0) (2026-03-18)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -14,6 +14,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
14
14
|
### Features
|
|
15
15
|
|
|
16
16
|
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
17
|
+
* **ui-buttons,ui-text-input:** add condensed sizes to IconButton and simplify TextInput afterElement ([49bd675](https://github.com/instructure/instructure-ui/commit/49bd675ad9d9e77bffeb1940888d33d6cc911c60))
|
|
17
18
|
* **ui-date-input,ui-calendar:** rework Calendar and DateInput ([4f127ef](https://github.com/instructure/instructure-ui/commit/4f127ef48f4cf3263e07c4b147e2f3f7c5218a3a))
|
|
18
19
|
* **ui-date-input:** migrate DateInput and DateInput2 ([c685444](https://github.com/instructure/instructure-ui/commit/c68544410815dd9cb2602e5a531b0de10c50b151))
|
|
19
20
|
|
package/es/DateInput/v2/index.js
CHANGED
|
@@ -243,6 +243,7 @@ const DateInput = /*#__PURE__*/forwardRef(({
|
|
|
243
243
|
margin: margin,
|
|
244
244
|
renderAfterInput: _jsx(Popover, {
|
|
245
245
|
renderTrigger: _jsx(IconButton, {
|
|
246
|
+
size: "condensedMedium",
|
|
246
247
|
withBackground: false,
|
|
247
248
|
withBorder: false,
|
|
248
249
|
screenReaderLabel: screenReaderLabels.calendarIcon,
|
|
@@ -251,6 +251,7 @@ const DateInput = exports.DateInput = /*#__PURE__*/(0, _react.forwardRef)(({
|
|
|
251
251
|
margin: margin,
|
|
252
252
|
renderAfterInput: (0, _jsxRuntime.jsx)(_latest3.Popover, {
|
|
253
253
|
renderTrigger: (0, _jsxRuntime.jsx)(_latest2.IconButton, {
|
|
254
|
+
size: "condensedMedium",
|
|
254
255
|
withBackground: false,
|
|
255
256
|
withBorder: false,
|
|
256
257
|
screenReaderLabel: screenReaderLabels.calendarIcon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-date-input",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.7.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",
|
|
@@ -16,27 +16,27 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.27.6",
|
|
18
18
|
"moment-timezone": "^0.6.0",
|
|
19
|
-
"@instructure/emotion": "11.
|
|
20
|
-
"@instructure/shared-types": "11.
|
|
21
|
-
"@instructure/ui-calendar": "11.
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-icons": "11.
|
|
25
|
-
"@instructure/ui-popover": "11.
|
|
26
|
-
"@instructure/ui-position": "11.
|
|
27
|
-
"@instructure/ui-react-utils": "11.
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/ui-selectable": "11.
|
|
19
|
+
"@instructure/emotion": "11.7.0",
|
|
20
|
+
"@instructure/shared-types": "11.7.0",
|
|
21
|
+
"@instructure/ui-calendar": "11.7.0",
|
|
22
|
+
"@instructure/ui-form-field": "11.7.0",
|
|
23
|
+
"@instructure/ui-i18n": "11.7.0",
|
|
24
|
+
"@instructure/ui-icons": "11.7.0",
|
|
25
|
+
"@instructure/ui-popover": "11.7.0",
|
|
26
|
+
"@instructure/ui-position": "11.7.0",
|
|
27
|
+
"@instructure/ui-react-utils": "11.7.0",
|
|
28
|
+
"@instructure/ui-utils": "11.7.0",
|
|
29
|
+
"@instructure/ui-text-input": "11.7.0",
|
|
30
|
+
"@instructure/ui-selectable": "11.7.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|
|
34
34
|
"@testing-library/react": "15.0.7",
|
|
35
35
|
"@testing-library/user-event": "^14.6.1",
|
|
36
36
|
"vitest": "^3.2.2",
|
|
37
|
-
"@instructure/ui-
|
|
38
|
-
"@instructure/ui-
|
|
39
|
-
"@instructure/ui-
|
|
37
|
+
"@instructure/ui-scripts": "11.7.0",
|
|
38
|
+
"@instructure/ui-babel-preset": "11.7.0",
|
|
39
|
+
"@instructure/ui-buttons": "11.7.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": ">=18 <=19"
|