@instructure/ui-number-input 8.46.2-snapshot-9 → 8.46.2-snapshot-14

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-9](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-9) (2023-10-24)
6
+ ## [8.46.2-snapshot-14](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-14) (2023-10-26)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-number-input
9
9
 
@@ -39,7 +39,6 @@ import { allowedProps, propTypes } from './props';
39
39
  category: components
40
40
  id: NumberInput
41
41
  ---
42
- @tsProps
43
42
  **/
44
43
  let NumberInput = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class NumberInput extends Component {
45
44
  constructor(...args) {
@@ -51,7 +51,6 @@ var _dec, _dec2, _dec3, _class, _class2, _IconArrowOpenUpLine, _IconArrowOpenDow
51
51
  category: components
52
52
  id: NumberInput
53
53
  ---
54
- @tsProps
55
54
  **/
56
55
  let NumberInput = exports.NumberInput = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class NumberInput extends _react.Component {
57
56
  constructor(...args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-number-input",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-14",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "homepage": "https://instructure.github.io/instructure-ui/",
@@ -23,24 +23,24 @@
23
23
  "ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
24
24
  },
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "8.46.2-snapshot-9",
27
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
28
- "@instructure/ui-scripts": "8.46.2-snapshot-9",
29
- "@instructure/ui-test-locator": "8.46.2-snapshot-9",
30
- "@instructure/ui-test-utils": "8.46.2-snapshot-9",
31
- "@instructure/ui-themes": "8.46.2-snapshot-9",
26
+ "@instructure/ui-axe-check": "8.46.2-snapshot-14",
27
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-14",
28
+ "@instructure/ui-scripts": "8.46.2-snapshot-14",
29
+ "@instructure/ui-test-locator": "8.46.2-snapshot-14",
30
+ "@instructure/ui-test-utils": "8.46.2-snapshot-14",
31
+ "@instructure/ui-themes": "8.46.2-snapshot-14",
32
32
  "@testing-library/react": "^14.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@babel/runtime": "^7.23.2",
36
- "@instructure/emotion": "8.46.2-snapshot-9",
37
- "@instructure/shared-types": "8.46.2-snapshot-9",
38
- "@instructure/ui-form-field": "8.46.2-snapshot-9",
39
- "@instructure/ui-icons": "8.46.2-snapshot-9",
40
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
41
- "@instructure/ui-testable": "8.46.2-snapshot-9",
42
- "@instructure/ui-utils": "8.46.2-snapshot-9",
43
- "@instructure/uid": "8.46.2-snapshot-9",
36
+ "@instructure/emotion": "8.46.2-snapshot-14",
37
+ "@instructure/shared-types": "8.46.2-snapshot-14",
38
+ "@instructure/ui-form-field": "8.46.2-snapshot-14",
39
+ "@instructure/ui-icons": "8.46.2-snapshot-14",
40
+ "@instructure/ui-react-utils": "8.46.2-snapshot-14",
41
+ "@instructure/ui-testable": "8.46.2-snapshot-14",
42
+ "@instructure/ui-utils": "8.46.2-snapshot-14",
43
+ "@instructure/uid": "8.46.2-snapshot-14",
44
44
  "keycode": "^2.2.1",
45
45
  "prop-types": "^15.8.1"
46
46
  },
@@ -57,7 +57,6 @@ import type {
57
57
  category: components
58
58
  id: NumberInput
59
59
  ---
60
- @tsProps
61
60
  **/
62
61
  @withDeterministicId()
63
62
  @withStyle(generateStyle, generateComponentTheme)