@instructure/ui-number-input 10.15.2 → 10.15.3-snapshot-1
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 +11 -0
- package/es/NumberInput/theme.js +1 -1
- package/lib/NumberInput/theme.js +1 -1
- package/package.json +14 -14
- package/src/NumberInput/theme.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.15.3-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.15.3-snapshot-1) (2025-04-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **ui-buttons:** fix button border color ([5322f9c](https://github.com/instructure/instructure-ui/commit/5322f9c8d359a394e0ea4caa5dbab982169edddf))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @instructure/ui-number-input
|
package/es/NumberInput/theme.js
CHANGED
|
@@ -57,7 +57,7 @@ const generateComponentTheme = theme => {
|
|
|
57
57
|
arrowsColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.grey125125,
|
|
58
58
|
arrowsBackgroundColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts6 = colors.contrasts) === null || _colors$contrasts6 === void 0 ? void 0 : _colors$contrasts6.grey1111,
|
|
59
59
|
arrowsHoverBackgroundColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts7 = colors.contrasts) === null || _colors$contrasts7 === void 0 ? void 0 : _colors$contrasts7.grey1214,
|
|
60
|
-
arrowsBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts8 = colors.contrasts) === null || _colors$contrasts8 === void 0 ? void 0 : _colors$contrasts8.
|
|
60
|
+
arrowsBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts8 = colors.contrasts) === null || _colors$contrasts8 === void 0 ? void 0 : _colors$contrasts8.grey3045,
|
|
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,
|
package/lib/NumberInput/theme.js
CHANGED
|
@@ -63,7 +63,7 @@ const generateComponentTheme = theme => {
|
|
|
63
63
|
arrowsColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.grey125125,
|
|
64
64
|
arrowsBackgroundColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts6 = colors.contrasts) === null || _colors$contrasts6 === void 0 ? void 0 : _colors$contrasts6.grey1111,
|
|
65
65
|
arrowsHoverBackgroundColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts7 = colors.contrasts) === null || _colors$contrasts7 === void 0 ? void 0 : _colors$contrasts7.grey1214,
|
|
66
|
-
arrowsBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts8 = colors.contrasts) === null || _colors$contrasts8 === void 0 ? void 0 : _colors$contrasts8.
|
|
66
|
+
arrowsBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts8 = colors.contrasts) === null || _colors$contrasts8 === void 0 ? void 0 : _colors$contrasts8.grey3045,
|
|
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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-number-input",
|
|
3
|
-
"version": "10.15.
|
|
3
|
+
"version": "10.15.3-snapshot-1",
|
|
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,11 +23,11 @@
|
|
|
23
23
|
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "10.15.
|
|
27
|
-
"@instructure/ui-babel-preset": "10.15.
|
|
28
|
-
"@instructure/ui-scripts": "10.15.
|
|
29
|
-
"@instructure/ui-test-utils": "10.15.
|
|
30
|
-
"@instructure/ui-themes": "10.15.
|
|
26
|
+
"@instructure/ui-axe-check": "10.15.3-snapshot-1",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.15.3-snapshot-1",
|
|
28
|
+
"@instructure/ui-scripts": "10.15.3-snapshot-1",
|
|
29
|
+
"@instructure/ui-test-utils": "10.15.3-snapshot-1",
|
|
30
|
+
"@instructure/ui-themes": "10.15.3-snapshot-1",
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
32
32
|
"@testing-library/react": "^16.0.1",
|
|
33
33
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/runtime": "^7.26.0",
|
|
38
|
-
"@instructure/emotion": "10.15.
|
|
39
|
-
"@instructure/shared-types": "10.15.
|
|
40
|
-
"@instructure/ui-form-field": "10.15.
|
|
41
|
-
"@instructure/ui-icons": "10.15.
|
|
42
|
-
"@instructure/ui-react-utils": "10.15.
|
|
43
|
-
"@instructure/ui-testable": "10.15.
|
|
44
|
-
"@instructure/ui-utils": "10.15.
|
|
45
|
-
"@instructure/uid": "10.15.
|
|
38
|
+
"@instructure/emotion": "10.15.3-snapshot-1",
|
|
39
|
+
"@instructure/shared-types": "10.15.3-snapshot-1",
|
|
40
|
+
"@instructure/ui-form-field": "10.15.3-snapshot-1",
|
|
41
|
+
"@instructure/ui-icons": "10.15.3-snapshot-1",
|
|
42
|
+
"@instructure/ui-react-utils": "10.15.3-snapshot-1",
|
|
43
|
+
"@instructure/ui-testable": "10.15.3-snapshot-1",
|
|
44
|
+
"@instructure/ui-utils": "10.15.3-snapshot-1",
|
|
45
|
+
"@instructure/uid": "10.15.3-snapshot-1",
|
|
46
46
|
"keycode": "^2",
|
|
47
47
|
"prop-types": "^15.8.1"
|
|
48
48
|
},
|
package/src/NumberInput/theme.ts
CHANGED
|
@@ -61,7 +61,7 @@ const generateComponentTheme = (theme: Theme): NumberInputTheme => {
|
|
|
61
61
|
arrowsColor: colors?.contrasts?.grey125125,
|
|
62
62
|
arrowsBackgroundColor: colors?.contrasts?.grey1111,
|
|
63
63
|
arrowsHoverBackgroundColor: colors?.contrasts?.grey1214,
|
|
64
|
-
arrowsBorderColor: colors?.contrasts?.
|
|
64
|
+
arrowsBorderColor: colors?.contrasts?.grey3045,
|
|
65
65
|
arrowsActiveBoxShadow: `inset 0 0 3px 1px ${colors?.contrasts?.grey1214}`,
|
|
66
66
|
|
|
67
67
|
focusOutlineWidth: borders?.widthMedium,
|