@instructure/ui-number-input 10.19.2-snapshot-4 → 10.19.2-snapshot-6
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 +5 -2
- package/es/NumberInput/theme.js +5 -5
- package/lib/NumberInput/theme.js +5 -5
- package/package.json +17 -17
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/NumberInput/index.d.ts.map +1 -1
- package/types/NumberInput/styles.d.ts.map +1 -1
- package/types/NumberInput/theme.d.ts.map +1 -1
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
|
-
## [10.19.2-snapshot-
|
|
6
|
+
## [10.19.2-snapshot-6](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-6) (2025-06-12)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
package/es/NumberInput/theme.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
* @return {Object} The final theme object with the overrides and component variables
|
|
29
29
|
*/
|
|
30
30
|
const generateComponentTheme = theme => {
|
|
31
|
-
var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$
|
|
31
|
+
var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$contrasts0, _colors$contrasts1, _colors$contrasts10, _colors$contrasts11;
|
|
32
32
|
const colors = theme.colors,
|
|
33
33
|
spacing = theme.spacing,
|
|
34
34
|
borders = theme.borders,
|
|
@@ -61,10 +61,10 @@ const generateComponentTheme = theme => {
|
|
|
61
61
|
arrowsActiveBoxShadow: `inset 0 0 3px 1px ${colors === null || colors === void 0 ? void 0 : (_colors$contrasts9 = colors.contrasts) === null || _colors$contrasts9 === void 0 ? void 0 : _colors$contrasts9.grey1214}`,
|
|
62
62
|
focusOutlineWidth: borders === null || borders === void 0 ? void 0 : borders.widthMedium,
|
|
63
63
|
focusOutlineStyle: borders === null || borders === void 0 ? void 0 : borders.style,
|
|
64
|
-
focusOutlineColor: colors === null || colors === void 0 ? void 0 : (_colors$
|
|
65
|
-
errorBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$
|
|
66
|
-
errorOutlineColor: colors === null || colors === void 0 ? void 0 : (_colors$
|
|
67
|
-
placeholderColor: colors === null || colors === void 0 ? void 0 : (_colors$
|
|
64
|
+
focusOutlineColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts0 = colors.contrasts) === null || _colors$contrasts0 === void 0 ? void 0 : _colors$contrasts0.blue4570,
|
|
65
|
+
errorBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts1 = colors.contrasts) === null || _colors$contrasts1 === void 0 ? void 0 : _colors$contrasts1.red4570,
|
|
66
|
+
errorOutlineColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts10 = colors.contrasts) === null || _colors$contrasts10 === void 0 ? void 0 : _colors$contrasts10.red4570,
|
|
67
|
+
placeholderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts11 = colors.contrasts) === null || _colors$contrasts11 === void 0 ? void 0 : _colors$contrasts11.grey4570,
|
|
68
68
|
mediumFontSize: typography === null || typography === void 0 ? void 0 : typography.fontSizeMedium,
|
|
69
69
|
mediumHeight: forms === null || forms === void 0 ? void 0 : forms.inputHeightMedium,
|
|
70
70
|
largeFontSize: typography === null || typography === void 0 ? void 0 : typography.fontSizeLarge,
|
package/lib/NumberInput/theme.js
CHANGED
|
@@ -34,7 +34,7 @@ exports.default = void 0;
|
|
|
34
34
|
* @return {Object} The final theme object with the overrides and component variables
|
|
35
35
|
*/
|
|
36
36
|
const generateComponentTheme = theme => {
|
|
37
|
-
var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$
|
|
37
|
+
var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$contrasts0, _colors$contrasts1, _colors$contrasts10, _colors$contrasts11;
|
|
38
38
|
const colors = theme.colors,
|
|
39
39
|
spacing = theme.spacing,
|
|
40
40
|
borders = theme.borders,
|
|
@@ -67,10 +67,10 @@ const generateComponentTheme = theme => {
|
|
|
67
67
|
arrowsActiveBoxShadow: `inset 0 0 3px 1px ${colors === null || colors === void 0 ? void 0 : (_colors$contrasts9 = colors.contrasts) === null || _colors$contrasts9 === void 0 ? void 0 : _colors$contrasts9.grey1214}`,
|
|
68
68
|
focusOutlineWidth: borders === null || borders === void 0 ? void 0 : borders.widthMedium,
|
|
69
69
|
focusOutlineStyle: borders === null || borders === void 0 ? void 0 : borders.style,
|
|
70
|
-
focusOutlineColor: colors === null || colors === void 0 ? void 0 : (_colors$
|
|
71
|
-
errorBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$
|
|
72
|
-
errorOutlineColor: colors === null || colors === void 0 ? void 0 : (_colors$
|
|
73
|
-
placeholderColor: colors === null || colors === void 0 ? void 0 : (_colors$
|
|
70
|
+
focusOutlineColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts0 = colors.contrasts) === null || _colors$contrasts0 === void 0 ? void 0 : _colors$contrasts0.blue4570,
|
|
71
|
+
errorBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts1 = colors.contrasts) === null || _colors$contrasts1 === void 0 ? void 0 : _colors$contrasts1.red4570,
|
|
72
|
+
errorOutlineColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts10 = colors.contrasts) === null || _colors$contrasts10 === void 0 ? void 0 : _colors$contrasts10.red4570,
|
|
73
|
+
placeholderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts11 = colors.contrasts) === null || _colors$contrasts11 === void 0 ? void 0 : _colors$contrasts11.grey4570,
|
|
74
74
|
mediumFontSize: typography === null || typography === void 0 ? void 0 : typography.fontSizeMedium,
|
|
75
75
|
mediumHeight: forms === null || forms === void 0 ? void 0 : forms.inputHeightMedium,
|
|
76
76
|
largeFontSize: typography === null || typography === void 0 ? void 0 : typography.fontSizeLarge,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-number-input",
|
|
3
|
-
"version": "10.19.2-snapshot-
|
|
3
|
+
"version": "10.19.2-snapshot-6",
|
|
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,26 +23,26 @@
|
|
|
23
23
|
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "10.19.2-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "10.19.2-snapshot-
|
|
28
|
-
"@instructure/ui-scripts": "10.19.2-snapshot-
|
|
29
|
-
"@instructure/ui-test-utils": "10.19.2-snapshot-
|
|
30
|
-
"@instructure/ui-themes": "10.19.2-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "10.19.2-snapshot-6",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.19.2-snapshot-6",
|
|
28
|
+
"@instructure/ui-scripts": "10.19.2-snapshot-6",
|
|
29
|
+
"@instructure/ui-test-utils": "10.19.2-snapshot-6",
|
|
30
|
+
"@instructure/ui-themes": "10.19.2-snapshot-6",
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
32
32
|
"@testing-library/react": "^16.0.1",
|
|
33
|
-
"@testing-library/user-event": "^14.
|
|
34
|
-
"vitest": "^2.
|
|
33
|
+
"@testing-library/user-event": "^14.6.1",
|
|
34
|
+
"vitest": "^3.2.2"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@babel/runtime": "^7.
|
|
38
|
-
"@instructure/emotion": "10.19.2-snapshot-
|
|
39
|
-
"@instructure/shared-types": "10.19.2-snapshot-
|
|
40
|
-
"@instructure/ui-form-field": "10.19.2-snapshot-
|
|
41
|
-
"@instructure/ui-icons": "10.19.2-snapshot-
|
|
42
|
-
"@instructure/ui-react-utils": "10.19.2-snapshot-
|
|
43
|
-
"@instructure/ui-testable": "10.19.2-snapshot-
|
|
44
|
-
"@instructure/ui-utils": "10.19.2-snapshot-
|
|
45
|
-
"@instructure/uid": "10.19.2-snapshot-
|
|
37
|
+
"@babel/runtime": "^7.27.6",
|
|
38
|
+
"@instructure/emotion": "10.19.2-snapshot-6",
|
|
39
|
+
"@instructure/shared-types": "10.19.2-snapshot-6",
|
|
40
|
+
"@instructure/ui-form-field": "10.19.2-snapshot-6",
|
|
41
|
+
"@instructure/ui-icons": "10.19.2-snapshot-6",
|
|
42
|
+
"@instructure/ui-react-utils": "10.19.2-snapshot-6",
|
|
43
|
+
"@instructure/ui-testable": "10.19.2-snapshot-6",
|
|
44
|
+
"@instructure/ui-utils": "10.19.2-snapshot-6",
|
|
45
|
+
"@instructure/uid": "10.19.2-snapshot-6",
|
|
46
46
|
"keycode": "^2",
|
|
47
47
|
"prop-types": "^15.8.1"
|
|
48
48
|
},
|