@instructure/ui-date-input 8.46.2-snapshot-8 → 8.46.2-snapshot-13

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
- ## [8.46.2-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-8) (2023-10-23)
6
+ ## [8.46.2-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-date-input
9
9
 
@@ -45,7 +45,6 @@ category: components
45
45
  ---
46
46
  The `DateInput` component provides a visual interface for inputting date data.
47
47
  See <https://instructure.design/#DateInput/>
48
- @tsProps
49
48
  **/
50
49
  let DateInput = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class DateInput extends Component {
51
50
  constructor(...args) {
@@ -55,7 +55,6 @@ category: components
55
55
  ---
56
56
  The `DateInput` component provides a visual interface for inputting date data.
57
57
  See <https://instructure.design/#DateInput/>
58
- @tsProps
59
58
  **/
60
59
  let DateInput = exports.DateInput = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class DateInput extends _react.Component {
61
60
  constructor(...args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-date-input",
3
- "version": "8.46.2-snapshot-8",
3
+ "version": "8.46.2-snapshot-13",
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,24 +23,24 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.46.2-snapshot-8",
27
- "@instructure/ui-test-locator": "8.46.2-snapshot-8",
28
- "@instructure/ui-test-utils": "8.46.2-snapshot-8"
26
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
27
+ "@instructure/ui-test-locator": "8.46.2-snapshot-13",
28
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13"
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.23.2",
32
- "@instructure/emotion": "8.46.2-snapshot-8",
33
- "@instructure/ui-calendar": "8.46.2-snapshot-8",
34
- "@instructure/ui-form-field": "8.46.2-snapshot-8",
35
- "@instructure/ui-icons": "8.46.2-snapshot-8",
36
- "@instructure/ui-popover": "8.46.2-snapshot-8",
37
- "@instructure/ui-position": "8.46.2-snapshot-8",
38
- "@instructure/ui-prop-types": "8.46.2-snapshot-8",
39
- "@instructure/ui-react-utils": "8.46.2-snapshot-8",
40
- "@instructure/ui-selectable": "8.46.2-snapshot-8",
41
- "@instructure/ui-testable": "8.46.2-snapshot-8",
42
- "@instructure/ui-text-input": "8.46.2-snapshot-8",
43
- "@instructure/ui-utils": "8.46.2-snapshot-8",
32
+ "@instructure/emotion": "8.46.2-snapshot-13",
33
+ "@instructure/ui-calendar": "8.46.2-snapshot-13",
34
+ "@instructure/ui-form-field": "8.46.2-snapshot-13",
35
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
36
+ "@instructure/ui-popover": "8.46.2-snapshot-13",
37
+ "@instructure/ui-position": "8.46.2-snapshot-13",
38
+ "@instructure/ui-prop-types": "8.46.2-snapshot-13",
39
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
40
+ "@instructure/ui-selectable": "8.46.2-snapshot-13",
41
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
42
+ "@instructure/ui-text-input": "8.46.2-snapshot-13",
43
+ "@instructure/ui-utils": "8.46.2-snapshot-13",
44
44
  "prop-types": "^15.8.1"
45
45
  },
46
46
  "peerDependencies": {
@@ -58,7 +58,6 @@ category: components
58
58
  ---
59
59
  The `DateInput` component provides a visual interface for inputting date data.
60
60
  See <https://instructure.design/#DateInput/>
61
- @tsProps
62
61
  **/
63
62
  @withStyle(generateStyle, null)
64
63
  @testable()