@instructure/ui-number-input 11.7.4-snapshot-14 → 11.7.4-snapshot-49
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 +1 -1
- package/LICENSE.md +1 -0
- package/es/NumberInput/v1/index.js +4 -4
- package/es/NumberInput/v2/index.js +1 -1
- package/es/exports/a.js +1 -1
- package/es/exports/b.js +1 -1
- package/lib/NumberInput/v1/index.js +4 -4
- package/lib/NumberInput/v2/index.js +1 -1
- package/lib/exports/a.js +2 -2
- package/lib/exports/b.js +2 -2
- package/package.json +12 -12
- package/src/NumberInput/v1/index.tsx +4 -3
- package/src/NumberInput/v2/index.tsx +1 -1
- package/src/exports/a.ts +1 -1
- package/src/exports/b.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/NumberInput/v1/index.d.ts +1 -0
- package/types/NumberInput/v1/index.d.ts.map +1 -1
- package/types/exports/a.d.ts +1 -1
- package/types/exports/a.d.ts.map +1 -1
- package/types/exports/b.d.ts +1 -1
- package/types/exports/b.d.ts.map +1 -1
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
|
-
## [11.7.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-49](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-49) (2026-06-17)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-number-input
|
|
9
9
|
|
package/LICENSE.md
CHANGED
|
@@ -30,9 +30,9 @@ import { IconArrowOpenDownLine, IconArrowOpenUpLine } from '@instructure/ui-icon
|
|
|
30
30
|
import { omitProps, pickProps, callRenderProp, getInteraction, withDeterministicId } from '@instructure/ui-react-utils';
|
|
31
31
|
import { hasVisibleChildren } from '@instructure/ui-a11y-utils';
|
|
32
32
|
import { withStyle } from '@instructure/emotion';
|
|
33
|
-
import generateStyle from
|
|
34
|
-
import generateComponentTheme from
|
|
35
|
-
import { allowedProps } from
|
|
33
|
+
import generateStyle from './styles.js';
|
|
34
|
+
import generateComponentTheme from './theme.js';
|
|
35
|
+
import { allowedProps } from './props.js';
|
|
36
36
|
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
37
37
|
/**
|
|
38
38
|
---
|
|
@@ -41,7 +41,7 @@ id: NumberInput
|
|
|
41
41
|
---
|
|
42
42
|
**/
|
|
43
43
|
let NumberInput = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec(_class = _dec2(_class = class NumberInput extends Component {
|
|
44
|
-
static displayName =
|
|
44
|
+
static displayName = 'NumberInput';
|
|
45
45
|
static componentId = 'NumberInput';
|
|
46
46
|
static allowedProps = allowedProps;
|
|
47
47
|
static defaultProps = {
|
|
@@ -28,7 +28,7 @@ import { FormField } from '@instructure/ui-form-field/latest';
|
|
|
28
28
|
import { ChevronUpInstUIIcon, ChevronDownInstUIIcon } from '@instructure/ui-icons';
|
|
29
29
|
import { pickProps, callRenderProp, getInteraction, useDeterministicId, passthroughProps } from '@instructure/ui-react-utils';
|
|
30
30
|
import { useStyleNew } from '@instructure/emotion';
|
|
31
|
-
import generateStyle from
|
|
31
|
+
import generateStyle from './styles.js';
|
|
32
32
|
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
33
33
|
/**
|
|
34
34
|
---
|
package/es/exports/a.js
CHANGED
package/es/exports/b.js
CHANGED
|
@@ -17,9 +17,9 @@ var _getInteraction = require("@instructure/ui-react-utils/lib/getInteraction.js
|
|
|
17
17
|
var _withDeterministicId = require("@instructure/ui-react-utils/lib/DeterministicIdContext/withDeterministicId.js");
|
|
18
18
|
var _hasVisibleChildren = require("@instructure/ui-a11y-utils/lib/hasVisibleChildren.js");
|
|
19
19
|
var _emotion = require("@instructure/emotion");
|
|
20
|
-
var _styles = _interopRequireDefault(require("./styles"));
|
|
21
|
-
var _theme = _interopRequireDefault(require("./theme"));
|
|
22
|
-
var _props = require("./props");
|
|
20
|
+
var _styles = _interopRequireDefault(require("./styles.js"));
|
|
21
|
+
var _theme = _interopRequireDefault(require("./theme.js"));
|
|
22
|
+
var _props = require("./props.js");
|
|
23
23
|
var _jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
24
24
|
var _dec, _dec2, _class;
|
|
25
25
|
/*
|
|
@@ -52,7 +52,7 @@ id: NumberInput
|
|
|
52
52
|
---
|
|
53
53
|
**/
|
|
54
54
|
let NumberInput = exports.NumberInput = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = _dec2(_class = class NumberInput extends _react.Component {
|
|
55
|
-
static displayName =
|
|
55
|
+
static displayName = 'NumberInput';
|
|
56
56
|
static componentId = 'NumberInput';
|
|
57
57
|
static allowedProps = _props.allowedProps;
|
|
58
58
|
static defaultProps = {
|
|
@@ -15,7 +15,7 @@ var _getInteraction = require("@instructure/ui-react-utils/lib/getInteraction.js
|
|
|
15
15
|
var _useDeterministicId = require("@instructure/ui-react-utils/lib/DeterministicIdContext/useDeterministicId.js");
|
|
16
16
|
var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProps.js");
|
|
17
17
|
var _emotion = require("@instructure/emotion");
|
|
18
|
-
var _styles = _interopRequireDefault(require("./styles"));
|
|
18
|
+
var _styles = _interopRequireDefault(require("./styles.js"));
|
|
19
19
|
var _jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
20
20
|
/*
|
|
21
21
|
* The MIT License (MIT)
|
package/lib/exports/a.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "NumberInput", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _index.NumberInput;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
var
|
|
12
|
+
var _index = require("../NumberInput/v1/index.js");
|
package/lib/exports/b.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "NumberInput", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _index.NumberInput;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
var
|
|
12
|
+
var _index = require("../NumberInput/v2/index.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-number-input",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-49",
|
|
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,23 +16,23 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
18
|
"keycode": "^2",
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-utils": "11.7.4-snapshot-
|
|
27
|
-
"@instructure/uid": "11.7.4-snapshot-
|
|
19
|
+
"@instructure/ui-a11y-utils": "11.7.4-snapshot-49",
|
|
20
|
+
"@instructure/ui-form-field": "11.7.4-snapshot-49",
|
|
21
|
+
"@instructure/emotion": "11.7.4-snapshot-49",
|
|
22
|
+
"@instructure/ui-icons": "11.7.4-snapshot-49",
|
|
23
|
+
"@instructure/shared-types": "11.7.4-snapshot-49",
|
|
24
|
+
"@instructure/ui-themes": "11.7.4-snapshot-49",
|
|
25
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-49",
|
|
26
|
+
"@instructure/ui-utils": "11.7.4-snapshot-49",
|
|
27
|
+
"@instructure/uid": "11.7.4-snapshot-49"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
31
31
|
"@testing-library/react": "15.0.7",
|
|
32
32
|
"@testing-library/user-event": "^14.6.1",
|
|
33
33
|
"vitest": "^3.2.2",
|
|
34
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
35
|
-
"@instructure/ui-scripts": "11.7.4-snapshot-
|
|
34
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-49",
|
|
35
|
+
"@instructure/ui-scripts": "11.7.4-snapshot-49"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": ">=18 <=19"
|
|
@@ -41,10 +41,10 @@ import { hasVisibleChildren } from '@instructure/ui-a11y-utils'
|
|
|
41
41
|
|
|
42
42
|
import { withStyle } from '@instructure/emotion'
|
|
43
43
|
|
|
44
|
-
import generateStyle from './styles'
|
|
45
|
-
import generateComponentTheme from './theme'
|
|
44
|
+
import generateStyle from './styles.js'
|
|
45
|
+
import generateComponentTheme from './theme.js'
|
|
46
46
|
|
|
47
|
-
import { allowedProps } from './props'
|
|
47
|
+
import { allowedProps } from './props.js'
|
|
48
48
|
import type {
|
|
49
49
|
NumberInputProps,
|
|
50
50
|
NumberInputState,
|
|
@@ -61,6 +61,7 @@ id: NumberInput
|
|
|
61
61
|
@withDeterministicId()
|
|
62
62
|
@withStyle(generateStyle, generateComponentTheme)
|
|
63
63
|
class NumberInput extends Component<NumberInputProps, NumberInputState> {
|
|
64
|
+
static displayName = 'NumberInput'
|
|
64
65
|
static readonly componentId = 'NumberInput'
|
|
65
66
|
static allowedProps = allowedProps
|
|
66
67
|
static defaultProps = {
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
|
|
49
49
|
import { useStyleNew } from '@instructure/emotion'
|
|
50
50
|
|
|
51
|
-
import generateStyle from './styles'
|
|
51
|
+
import generateStyle from './styles.js'
|
|
52
52
|
|
|
53
53
|
import type { NumberInputProps } from './props'
|
|
54
54
|
import { Renderable } from '@instructure/shared-types'
|
package/src/exports/a.ts
CHANGED
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
|
-
export { NumberInput } from '../NumberInput/v1'
|
|
24
|
+
export { NumberInput } from '../NumberInput/v1/index.js'
|
|
25
25
|
export type { NumberInputProps } from '../NumberInput/v1/props'
|
package/src/exports/b.ts
CHANGED
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
|
-
export { NumberInput } from '../NumberInput/v2'
|
|
24
|
+
export { NumberInput } from '../NumberInput/v2/index.js'
|
|
25
25
|
export type { NumberInputProps } from '../NumberInput/v2/props'
|