@instructure/ui-table 10.15.2 → 10.15.3-snapshot-0
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/Table/Cell/theme.js +1 -1
- package/lib/Table/Cell/theme.js +1 -1
- package/package.json +17 -17
- package/src/Table/Cell/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-0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.15.3-snapshot-0) (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
|
|
package/es/Table/Cell/theme.js
CHANGED
@@ -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.
|
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
|
};
|
package/lib/Table/Cell/theme.js
CHANGED
@@ -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.
|
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.
|
3
|
+
"version": "10.15.3-snapshot-0",
|
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.
|
27
|
-
"@instructure/ui-babel-preset": "10.15.
|
28
|
-
"@instructure/ui-color-utils": "10.15.
|
29
|
-
"@instructure/ui-test-utils": "10.15.
|
30
|
-
"@instructure/ui-themes": "10.15.
|
26
|
+
"@instructure/ui-axe-check": "10.15.3-snapshot-0",
|
27
|
+
"@instructure/ui-babel-preset": "10.15.3-snapshot-0",
|
28
|
+
"@instructure/ui-color-utils": "10.15.3-snapshot-0",
|
29
|
+
"@instructure/ui-test-utils": "10.15.3-snapshot-0",
|
30
|
+
"@instructure/ui-themes": "10.15.3-snapshot-0",
|
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.
|
39
|
-
"@instructure/emotion": "10.15.
|
40
|
-
"@instructure/shared-types": "10.15.
|
41
|
-
"@instructure/ui-a11y-content": "10.15.
|
42
|
-
"@instructure/ui-icons": "10.15.
|
43
|
-
"@instructure/ui-prop-types": "10.15.
|
44
|
-
"@instructure/ui-react-utils": "10.15.
|
45
|
-
"@instructure/ui-simple-select": "10.15.
|
46
|
-
"@instructure/ui-testable": "10.15.
|
47
|
-
"@instructure/ui-utils": "10.15.
|
48
|
-
"@instructure/ui-view": "10.15.
|
38
|
+
"@instructure/console": "10.15.3-snapshot-0",
|
39
|
+
"@instructure/emotion": "10.15.3-snapshot-0",
|
40
|
+
"@instructure/shared-types": "10.15.3-snapshot-0",
|
41
|
+
"@instructure/ui-a11y-content": "10.15.3-snapshot-0",
|
42
|
+
"@instructure/ui-icons": "10.15.3-snapshot-0",
|
43
|
+
"@instructure/ui-prop-types": "10.15.3-snapshot-0",
|
44
|
+
"@instructure/ui-react-utils": "10.15.3-snapshot-0",
|
45
|
+
"@instructure/ui-simple-select": "10.15.3-snapshot-0",
|
46
|
+
"@instructure/ui-testable": "10.15.3-snapshot-0",
|
47
|
+
"@instructure/ui-utils": "10.15.3-snapshot-0",
|
48
|
+
"@instructure/ui-view": "10.15.3-snapshot-0",
|
49
49
|
"prop-types": "^15.8.1"
|
50
50
|
},
|
51
51
|
"peerDependencies": {
|
package/src/Table/Cell/theme.ts
CHANGED
@@ -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?.
|
44
|
+
borderColor: colors?.contrasts?.grey3045,
|
45
45
|
|
46
46
|
lineHeight: typography?.lineHeightCondensed,
|
47
47
|
padding: `${spacing?.xSmall} ${spacing?.small}`
|