@instructure/ui-table 10.15.2-snapshot-5 → 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,7 +3,18 @@
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.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2-snapshot-5) (2025-04-07)
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
+
17
+ ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
7
18
 
8
19
 
9
20
  ### Bug Fixes
@@ -38,7 +38,7 @@ const generateComponentTheme = theme => {
38
38
  fontWeight: typography === null || typography === void 0 ? void 0 : typography.fontWeightNormal,
39
39
  color: colors === null || colors === void 0 ? void 0 : (_colors$contrasts = colors.contrasts) === null || _colors$contrasts === void 0 ? void 0 : _colors$contrasts.grey125125,
40
40
  background: colors === null || colors === void 0 ? void 0 : (_colors$contrasts2 = colors.contrasts) === null || _colors$contrasts2 === void 0 ? void 0 : _colors$contrasts2.white1010,
41
- borderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts3 = colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.grey1214,
41
+ borderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts3 = colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.grey3045,
42
42
  lineHeight: typography === null || typography === void 0 ? void 0 : typography.lineHeightCondensed,
43
43
  padding: `${spacing === null || spacing === void 0 ? void 0 : spacing.xSmall} ${spacing === null || spacing === void 0 ? void 0 : spacing.small}`
44
44
  };
@@ -44,7 +44,7 @@ const generateComponentTheme = theme => {
44
44
  fontWeight: typography === null || typography === void 0 ? void 0 : typography.fontWeightNormal,
45
45
  color: colors === null || colors === void 0 ? void 0 : (_colors$contrasts = colors.contrasts) === null || _colors$contrasts === void 0 ? void 0 : _colors$contrasts.grey125125,
46
46
  background: colors === null || colors === void 0 ? void 0 : (_colors$contrasts2 = colors.contrasts) === null || _colors$contrasts2 === void 0 ? void 0 : _colors$contrasts2.white1010,
47
- borderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts3 = colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.grey1214,
47
+ borderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts3 = colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.grey3045,
48
48
  lineHeight: typography === null || typography === void 0 ? void 0 : typography.lineHeightCondensed,
49
49
  padding: `${spacing === null || spacing === void 0 ? void 0 : spacing.xSmall} ${spacing === null || spacing === void 0 ? void 0 : spacing.small}`
50
50
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-table",
3
- "version": "10.15.2-snapshot-5",
3
+ "version": "10.15.3-snapshot-1",
4
4
  "description": "A styled HTML table component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.15.2-snapshot-5",
27
- "@instructure/ui-babel-preset": "10.15.2-snapshot-5",
28
- "@instructure/ui-color-utils": "10.15.2-snapshot-5",
29
- "@instructure/ui-test-utils": "10.15.2-snapshot-5",
30
- "@instructure/ui-themes": "10.15.2-snapshot-5",
26
+ "@instructure/ui-axe-check": "10.15.3-snapshot-1",
27
+ "@instructure/ui-babel-preset": "10.15.3-snapshot-1",
28
+ "@instructure/ui-color-utils": "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,17 +35,17 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7.26.0",
38
- "@instructure/console": "10.15.2-snapshot-5",
39
- "@instructure/emotion": "10.15.2-snapshot-5",
40
- "@instructure/shared-types": "10.15.2-snapshot-5",
41
- "@instructure/ui-a11y-content": "10.15.2-snapshot-5",
42
- "@instructure/ui-icons": "10.15.2-snapshot-5",
43
- "@instructure/ui-prop-types": "10.15.2-snapshot-5",
44
- "@instructure/ui-react-utils": "10.15.2-snapshot-5",
45
- "@instructure/ui-simple-select": "10.15.2-snapshot-5",
46
- "@instructure/ui-testable": "10.15.2-snapshot-5",
47
- "@instructure/ui-utils": "10.15.2-snapshot-5",
48
- "@instructure/ui-view": "10.15.2-snapshot-5",
38
+ "@instructure/console": "10.15.3-snapshot-1",
39
+ "@instructure/emotion": "10.15.3-snapshot-1",
40
+ "@instructure/shared-types": "10.15.3-snapshot-1",
41
+ "@instructure/ui-a11y-content": "10.15.3-snapshot-1",
42
+ "@instructure/ui-icons": "10.15.3-snapshot-1",
43
+ "@instructure/ui-prop-types": "10.15.3-snapshot-1",
44
+ "@instructure/ui-react-utils": "10.15.3-snapshot-1",
45
+ "@instructure/ui-simple-select": "10.15.3-snapshot-1",
46
+ "@instructure/ui-testable": "10.15.3-snapshot-1",
47
+ "@instructure/ui-utils": "10.15.3-snapshot-1",
48
+ "@instructure/ui-view": "10.15.3-snapshot-1",
49
49
  "prop-types": "^15.8.1"
50
50
  },
51
51
  "peerDependencies": {
@@ -41,7 +41,7 @@ const generateComponentTheme = (theme: Theme): TableCellTheme => {
41
41
  color: colors?.contrasts?.grey125125,
42
42
  background: colors?.contrasts?.white1010,
43
43
 
44
- borderColor: colors?.contrasts?.grey1214,
44
+ borderColor: colors?.contrasts?.grey3045,
45
45
 
46
46
  lineHeight: typography?.lineHeightCondensed,
47
47
  padding: `${spacing?.xSmall} ${spacing?.small}`