@instructure/ui 9.2.1-snapshot-11 → 9.2.1-snapshot-15

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
- ## [9.2.1-snapshot-11](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-11) (2024-07-16)
6
+ ## [9.2.1-snapshot-15](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-15) (2024-07-16)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui
8
+
9
+ ### Features
10
+
11
+ * **ui,ui-date-input:** add new DateInput2 component ([9c893fc](https://github.com/instructure/instructure-ui/commit/9c893fc6ac1ae5ef4648f573b648cad78997ac86))
9
12
 
10
13
 
11
14
 
package/es/index.js CHANGED
@@ -35,7 +35,7 @@ export { Calendar } from '@instructure/ui-calendar';
35
35
  export { Checkbox, CheckboxGroup, CheckboxFacade, ToggleFacade } from '@instructure/ui-checkbox';
36
36
  export { CodeEditor } from '@instructure/ui-code-editor';
37
37
  export { ColorPicker, ColorMixer, ColorPreset, ColorContrast, ColorIndicator } from '@instructure/ui-color-picker';
38
- export { DateInput } from '@instructure/ui-date-input';
38
+ export { DateInput, DateInput2 } from '@instructure/ui-date-input';
39
39
  export { DateTimeInput } from '@instructure/ui-date-time-input';
40
40
  export { Dialog } from '@instructure/ui-dialog';
41
41
  export { DrawerLayout, DrawerContent } from '@instructure/ui-drawer-layout';
package/lib/index.js CHANGED
@@ -33,6 +33,7 @@ var _exportNames = {
33
33
  ColorContrast: true,
34
34
  ColorIndicator: true,
35
35
  DateInput: true,
36
+ DateInput2: true,
36
37
  DateTimeInput: true,
37
38
  Dialog: true,
38
39
  DrawerLayout: true,
@@ -267,6 +268,12 @@ Object.defineProperty(exports, "DateInput", {
267
268
  return _uiDateInput.DateInput;
268
269
  }
269
270
  });
271
+ Object.defineProperty(exports, "DateInput2", {
272
+ enumerable: true,
273
+ get: function () {
274
+ return _uiDateInput.DateInput2;
275
+ }
276
+ });
270
277
  Object.defineProperty(exports, "DateTimeInput", {
271
278
  enumerable: true,
272
279
  get: function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "9.2.1-snapshot-11",
3
+ "version": "9.2.1-snapshot-15",
4
4
  "description": "A meta package exporting all UI components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -25,83 +25,83 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.24.5",
28
- "@instructure/emotion": "9.2.1-snapshot-11",
29
- "@instructure/ui-a11y-content": "9.2.1-snapshot-11",
30
- "@instructure/ui-alerts": "9.2.1-snapshot-11",
31
- "@instructure/ui-avatar": "9.2.1-snapshot-11",
32
- "@instructure/ui-badge": "9.2.1-snapshot-11",
33
- "@instructure/ui-billboard": "9.2.1-snapshot-11",
34
- "@instructure/ui-breadcrumb": "9.2.1-snapshot-11",
35
- "@instructure/ui-buttons": "9.2.1-snapshot-11",
36
- "@instructure/ui-byline": "9.2.1-snapshot-11",
37
- "@instructure/ui-calendar": "9.2.1-snapshot-11",
38
- "@instructure/ui-checkbox": "9.2.1-snapshot-11",
39
- "@instructure/ui-code-editor": "9.2.1-snapshot-11",
40
- "@instructure/ui-color-picker": "9.2.1-snapshot-11",
41
- "@instructure/ui-date-input": "9.2.1-snapshot-11",
42
- "@instructure/ui-date-time-input": "9.2.1-snapshot-11",
43
- "@instructure/ui-dialog": "9.2.1-snapshot-11",
44
- "@instructure/ui-drawer-layout": "9.2.1-snapshot-11",
45
- "@instructure/ui-drilldown": "9.2.1-snapshot-11",
46
- "@instructure/ui-editable": "9.2.1-snapshot-11",
47
- "@instructure/ui-expandable": "9.2.1-snapshot-11",
48
- "@instructure/ui-file-drop": "9.2.1-snapshot-11",
49
- "@instructure/ui-flex": "9.2.1-snapshot-11",
50
- "@instructure/ui-focusable": "9.2.1-snapshot-11",
51
- "@instructure/ui-form-field": "9.2.1-snapshot-11",
52
- "@instructure/ui-grid": "9.2.1-snapshot-11",
53
- "@instructure/ui-heading": "9.2.1-snapshot-11",
54
- "@instructure/ui-i18n": "9.2.1-snapshot-11",
55
- "@instructure/ui-icons": "9.2.1-snapshot-11",
56
- "@instructure/ui-img": "9.2.1-snapshot-11",
57
- "@instructure/ui-link": "9.2.1-snapshot-11",
58
- "@instructure/ui-list": "9.2.1-snapshot-11",
59
- "@instructure/ui-menu": "9.2.1-snapshot-11",
60
- "@instructure/ui-metric": "9.2.1-snapshot-11",
61
- "@instructure/ui-modal": "9.2.1-snapshot-11",
62
- "@instructure/ui-motion": "9.2.1-snapshot-11",
63
- "@instructure/ui-navigation": "9.2.1-snapshot-11",
64
- "@instructure/ui-number-input": "9.2.1-snapshot-11",
65
- "@instructure/ui-options": "9.2.1-snapshot-11",
66
- "@instructure/ui-overlays": "9.2.1-snapshot-11",
67
- "@instructure/ui-pages": "9.2.1-snapshot-11",
68
- "@instructure/ui-pagination": "9.2.1-snapshot-11",
69
- "@instructure/ui-pill": "9.2.1-snapshot-11",
70
- "@instructure/ui-popover": "9.2.1-snapshot-11",
71
- "@instructure/ui-portal": "9.2.1-snapshot-11",
72
- "@instructure/ui-position": "9.2.1-snapshot-11",
73
- "@instructure/ui-progress": "9.2.1-snapshot-11",
74
- "@instructure/ui-radio-input": "9.2.1-snapshot-11",
75
- "@instructure/ui-range-input": "9.2.1-snapshot-11",
76
- "@instructure/ui-rating": "9.2.1-snapshot-11",
77
- "@instructure/ui-responsive": "9.2.1-snapshot-11",
78
- "@instructure/ui-select": "9.2.1-snapshot-11",
79
- "@instructure/ui-selectable": "9.2.1-snapshot-11",
80
- "@instructure/ui-side-nav-bar": "9.2.1-snapshot-11",
81
- "@instructure/ui-simple-select": "9.2.1-snapshot-11",
82
- "@instructure/ui-source-code-editor": "9.2.1-snapshot-11",
83
- "@instructure/ui-spinner": "9.2.1-snapshot-11",
84
- "@instructure/ui-svg-images": "9.2.1-snapshot-11",
85
- "@instructure/ui-table": "9.2.1-snapshot-11",
86
- "@instructure/ui-tabs": "9.2.1-snapshot-11",
87
- "@instructure/ui-tag": "9.2.1-snapshot-11",
88
- "@instructure/ui-text": "9.2.1-snapshot-11",
89
- "@instructure/ui-text-area": "9.2.1-snapshot-11",
90
- "@instructure/ui-text-input": "9.2.1-snapshot-11",
91
- "@instructure/ui-themes": "9.2.1-snapshot-11",
92
- "@instructure/ui-time-select": "9.2.1-snapshot-11",
93
- "@instructure/ui-toggle-details": "9.2.1-snapshot-11",
94
- "@instructure/ui-tooltip": "9.2.1-snapshot-11",
95
- "@instructure/ui-top-nav-bar": "9.2.1-snapshot-11",
96
- "@instructure/ui-tray": "9.2.1-snapshot-11",
97
- "@instructure/ui-tree-browser": "9.2.1-snapshot-11",
98
- "@instructure/ui-truncate-list": "9.2.1-snapshot-11",
99
- "@instructure/ui-truncate-text": "9.2.1-snapshot-11",
100
- "@instructure/ui-view": "9.2.1-snapshot-11"
28
+ "@instructure/emotion": "9.2.1-snapshot-15",
29
+ "@instructure/ui-a11y-content": "9.2.1-snapshot-15",
30
+ "@instructure/ui-alerts": "9.2.1-snapshot-15",
31
+ "@instructure/ui-avatar": "9.2.1-snapshot-15",
32
+ "@instructure/ui-badge": "9.2.1-snapshot-15",
33
+ "@instructure/ui-billboard": "9.2.1-snapshot-15",
34
+ "@instructure/ui-breadcrumb": "9.2.1-snapshot-15",
35
+ "@instructure/ui-buttons": "9.2.1-snapshot-15",
36
+ "@instructure/ui-byline": "9.2.1-snapshot-15",
37
+ "@instructure/ui-calendar": "9.2.1-snapshot-15",
38
+ "@instructure/ui-checkbox": "9.2.1-snapshot-15",
39
+ "@instructure/ui-code-editor": "9.2.1-snapshot-15",
40
+ "@instructure/ui-color-picker": "9.2.1-snapshot-15",
41
+ "@instructure/ui-date-input": "9.2.1-snapshot-15",
42
+ "@instructure/ui-date-time-input": "9.2.1-snapshot-15",
43
+ "@instructure/ui-dialog": "9.2.1-snapshot-15",
44
+ "@instructure/ui-drawer-layout": "9.2.1-snapshot-15",
45
+ "@instructure/ui-drilldown": "9.2.1-snapshot-15",
46
+ "@instructure/ui-editable": "9.2.1-snapshot-15",
47
+ "@instructure/ui-expandable": "9.2.1-snapshot-15",
48
+ "@instructure/ui-file-drop": "9.2.1-snapshot-15",
49
+ "@instructure/ui-flex": "9.2.1-snapshot-15",
50
+ "@instructure/ui-focusable": "9.2.1-snapshot-15",
51
+ "@instructure/ui-form-field": "9.2.1-snapshot-15",
52
+ "@instructure/ui-grid": "9.2.1-snapshot-15",
53
+ "@instructure/ui-heading": "9.2.1-snapshot-15",
54
+ "@instructure/ui-i18n": "9.2.1-snapshot-15",
55
+ "@instructure/ui-icons": "9.2.1-snapshot-15",
56
+ "@instructure/ui-img": "9.2.1-snapshot-15",
57
+ "@instructure/ui-link": "9.2.1-snapshot-15",
58
+ "@instructure/ui-list": "9.2.1-snapshot-15",
59
+ "@instructure/ui-menu": "9.2.1-snapshot-15",
60
+ "@instructure/ui-metric": "9.2.1-snapshot-15",
61
+ "@instructure/ui-modal": "9.2.1-snapshot-15",
62
+ "@instructure/ui-motion": "9.2.1-snapshot-15",
63
+ "@instructure/ui-navigation": "9.2.1-snapshot-15",
64
+ "@instructure/ui-number-input": "9.2.1-snapshot-15",
65
+ "@instructure/ui-options": "9.2.1-snapshot-15",
66
+ "@instructure/ui-overlays": "9.2.1-snapshot-15",
67
+ "@instructure/ui-pages": "9.2.1-snapshot-15",
68
+ "@instructure/ui-pagination": "9.2.1-snapshot-15",
69
+ "@instructure/ui-pill": "9.2.1-snapshot-15",
70
+ "@instructure/ui-popover": "9.2.1-snapshot-15",
71
+ "@instructure/ui-portal": "9.2.1-snapshot-15",
72
+ "@instructure/ui-position": "9.2.1-snapshot-15",
73
+ "@instructure/ui-progress": "9.2.1-snapshot-15",
74
+ "@instructure/ui-radio-input": "9.2.1-snapshot-15",
75
+ "@instructure/ui-range-input": "9.2.1-snapshot-15",
76
+ "@instructure/ui-rating": "9.2.1-snapshot-15",
77
+ "@instructure/ui-responsive": "9.2.1-snapshot-15",
78
+ "@instructure/ui-select": "9.2.1-snapshot-15",
79
+ "@instructure/ui-selectable": "9.2.1-snapshot-15",
80
+ "@instructure/ui-side-nav-bar": "9.2.1-snapshot-15",
81
+ "@instructure/ui-simple-select": "9.2.1-snapshot-15",
82
+ "@instructure/ui-source-code-editor": "9.2.1-snapshot-15",
83
+ "@instructure/ui-spinner": "9.2.1-snapshot-15",
84
+ "@instructure/ui-svg-images": "9.2.1-snapshot-15",
85
+ "@instructure/ui-table": "9.2.1-snapshot-15",
86
+ "@instructure/ui-tabs": "9.2.1-snapshot-15",
87
+ "@instructure/ui-tag": "9.2.1-snapshot-15",
88
+ "@instructure/ui-text": "9.2.1-snapshot-15",
89
+ "@instructure/ui-text-area": "9.2.1-snapshot-15",
90
+ "@instructure/ui-text-input": "9.2.1-snapshot-15",
91
+ "@instructure/ui-themes": "9.2.1-snapshot-15",
92
+ "@instructure/ui-time-select": "9.2.1-snapshot-15",
93
+ "@instructure/ui-toggle-details": "9.2.1-snapshot-15",
94
+ "@instructure/ui-tooltip": "9.2.1-snapshot-15",
95
+ "@instructure/ui-top-nav-bar": "9.2.1-snapshot-15",
96
+ "@instructure/ui-tray": "9.2.1-snapshot-15",
97
+ "@instructure/ui-tree-browser": "9.2.1-snapshot-15",
98
+ "@instructure/ui-truncate-list": "9.2.1-snapshot-15",
99
+ "@instructure/ui-truncate-text": "9.2.1-snapshot-15",
100
+ "@instructure/ui-view": "9.2.1-snapshot-15"
101
101
  },
102
102
  "devDependencies": {
103
- "@instructure/ui-babel-preset": "9.2.1-snapshot-11",
104
- "@instructure/ui-test-utils": "9.2.1-snapshot-11",
103
+ "@instructure/ui-babel-preset": "9.2.1-snapshot-15",
104
+ "@instructure/ui-test-utils": "9.2.1-snapshot-15",
105
105
  "jest": "^29.7.0"
106
106
  },
107
107
  "publishConfig": {
package/src/index.ts CHANGED
@@ -58,7 +58,7 @@ export {
58
58
  ColorContrast,
59
59
  ColorIndicator
60
60
  } from '@instructure/ui-color-picker'
61
- export { DateInput } from '@instructure/ui-date-input'
61
+ export { DateInput, DateInput2 } from '@instructure/ui-date-input'
62
62
  export { DateTimeInput } from '@instructure/ui-date-time-input'
63
63
  export { Dialog } from '@instructure/ui-dialog'
64
64
  export { DrawerLayout, DrawerContent } from '@instructure/ui-drawer-layout'