@instructure/ui-buttons 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 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
 
@@ -102,7 +102,7 @@ const generateComponentTheme = theme => {
102
102
  primaryHoverBoxShadow: 'none',
103
103
  primaryGhostHoverBoxShadow: 'none',
104
104
  secondaryColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts11 = colors.contrasts) === null || _colors$contrasts11 === void 0 ? void 0 : _colors$contrasts11.grey125125,
105
- secondaryBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts12 = colors.contrasts) === null || _colors$contrasts12 === void 0 ? void 0 : _colors$contrasts12.grey1214,
105
+ secondaryBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts12 = colors.contrasts) === null || _colors$contrasts12 === void 0 ? void 0 : _colors$contrasts12.grey1424,
106
106
  secondaryBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts13 = colors.contrasts) === null || _colors$contrasts13 === void 0 ? void 0 : _colors$contrasts13.grey1111,
107
107
  secondaryHoverBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts14 = colors.contrasts) === null || _colors$contrasts14 === void 0 ? void 0 : _colors$contrasts14.grey1214,
108
108
  secondaryActiveBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts15 = colors.contrasts) === null || _colors$contrasts15 === void 0 ? void 0 : _colors$contrasts15.grey1214,
@@ -109,7 +109,7 @@ const generateComponentTheme = theme => {
109
109
  primaryHoverBoxShadow: 'none',
110
110
  primaryGhostHoverBoxShadow: 'none',
111
111
  secondaryColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts11 = colors.contrasts) === null || _colors$contrasts11 === void 0 ? void 0 : _colors$contrasts11.grey125125,
112
- secondaryBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts12 = colors.contrasts) === null || _colors$contrasts12 === void 0 ? void 0 : _colors$contrasts12.grey1214,
112
+ secondaryBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts12 = colors.contrasts) === null || _colors$contrasts12 === void 0 ? void 0 : _colors$contrasts12.grey1424,
113
113
  secondaryBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts13 = colors.contrasts) === null || _colors$contrasts13 === void 0 ? void 0 : _colors$contrasts13.grey1111,
114
114
  secondaryHoverBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts14 = colors.contrasts) === null || _colors$contrasts14 === void 0 ? void 0 : _colors$contrasts14.grey1214,
115
115
  secondaryActiveBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts15 = colors.contrasts) === null || _colors$contrasts15 === void 0 ? void 0 : _colors$contrasts15.grey1214,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-buttons",
3
- "version": "10.15.2",
3
+ "version": "10.15.3-snapshot-1",
4
4
  "description": "Accessible button components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.15.2",
27
- "@instructure/ui-babel-preset": "10.15.2",
28
- "@instructure/ui-test-utils": "10.15.2",
29
- "@instructure/ui-themes": "10.15.2",
26
+ "@instructure/ui-axe-check": "10.15.3-snapshot-1",
27
+ "@instructure/ui-babel-preset": "10.15.3-snapshot-1",
28
+ "@instructure/ui-test-utils": "10.15.3-snapshot-1",
29
+ "@instructure/ui-themes": "10.15.3-snapshot-1",
30
30
  "@testing-library/jest-dom": "^6.6.3",
31
31
  "@testing-library/react": "^16.0.1",
32
32
  "@testing-library/user-event": "^14.5.2",
@@ -34,21 +34,21 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/runtime": "^7.26.0",
37
- "@instructure/console": "10.15.2",
38
- "@instructure/emotion": "10.15.2",
39
- "@instructure/shared-types": "10.15.2",
40
- "@instructure/ui-a11y-content": "10.15.2",
41
- "@instructure/ui-a11y-utils": "10.15.2",
42
- "@instructure/ui-color-utils": "10.15.2",
43
- "@instructure/ui-dom-utils": "10.15.2",
44
- "@instructure/ui-icons": "10.15.2",
45
- "@instructure/ui-position": "10.15.2",
46
- "@instructure/ui-prop-types": "10.15.2",
47
- "@instructure/ui-react-utils": "10.15.2",
48
- "@instructure/ui-testable": "10.15.2",
49
- "@instructure/ui-tooltip": "10.15.2",
50
- "@instructure/ui-utils": "10.15.2",
51
- "@instructure/ui-view": "10.15.2",
37
+ "@instructure/console": "10.15.3-snapshot-1",
38
+ "@instructure/emotion": "10.15.3-snapshot-1",
39
+ "@instructure/shared-types": "10.15.3-snapshot-1",
40
+ "@instructure/ui-a11y-content": "10.15.3-snapshot-1",
41
+ "@instructure/ui-a11y-utils": "10.15.3-snapshot-1",
42
+ "@instructure/ui-color-utils": "10.15.3-snapshot-1",
43
+ "@instructure/ui-dom-utils": "10.15.3-snapshot-1",
44
+ "@instructure/ui-icons": "10.15.3-snapshot-1",
45
+ "@instructure/ui-position": "10.15.3-snapshot-1",
46
+ "@instructure/ui-prop-types": "10.15.3-snapshot-1",
47
+ "@instructure/ui-react-utils": "10.15.3-snapshot-1",
48
+ "@instructure/ui-testable": "10.15.3-snapshot-1",
49
+ "@instructure/ui-tooltip": "10.15.3-snapshot-1",
50
+ "@instructure/ui-utils": "10.15.3-snapshot-1",
51
+ "@instructure/ui-view": "10.15.3-snapshot-1",
52
52
  "keycode": "^2",
53
53
  "prop-types": "^15.8.1"
54
54
  },
@@ -119,7 +119,7 @@ const generateComponentTheme = (theme: Theme): BaseButtonTheme => {
119
119
  primaryGhostHoverBoxShadow: 'none',
120
120
 
121
121
  secondaryColor: colors?.contrasts?.grey125125,
122
- secondaryBorderColor: colors?.contrasts?.grey1214,
122
+ secondaryBorderColor: colors?.contrasts?.grey1424,
123
123
  secondaryBackground: colors?.contrasts?.grey1111,
124
124
  secondaryHoverBackground: colors?.contrasts?.grey1214,
125
125
  secondaryActiveBackground: colors?.contrasts?.grey1214,