@instructure/ui-toggle-details 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/ToggleDetails/theme.js +1 -1
- package/lib/ToggleDetails/theme.js +1 -1
- package/package.json +19 -19
- package/src/ToggleDetails/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
|
**Note:** Version bump only for package @instructure/ui-toggle-details
|
|
@@ -62,7 +62,7 @@ const generateComponentTheme = theme => {
|
|
|
62
62
|
filledBackgroundColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts4 = colors.contrasts) === null || _colors$contrasts4 === void 0 ? void 0 : _colors$contrasts4.grey1111,
|
|
63
63
|
filledBorderWidth: borders === null || borders === void 0 ? void 0 : borders.widthSmall,
|
|
64
64
|
filledBorderStyle: borders === null || borders === void 0 ? void 0 : borders.style,
|
|
65
|
-
filledBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.
|
|
65
|
+
filledBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.grey1424,
|
|
66
66
|
filledBorderRadius: borders === null || borders === void 0 ? void 0 : borders.radiusMedium,
|
|
67
67
|
filledPadding: spacing === null || spacing === void 0 ? void 0 : spacing.small
|
|
68
68
|
};
|
|
@@ -68,7 +68,7 @@ const generateComponentTheme = theme => {
|
|
|
68
68
|
filledBackgroundColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts4 = colors.contrasts) === null || _colors$contrasts4 === void 0 ? void 0 : _colors$contrasts4.grey1111,
|
|
69
69
|
filledBorderWidth: borders === null || borders === void 0 ? void 0 : borders.widthSmall,
|
|
70
70
|
filledBorderStyle: borders === null || borders === void 0 ? void 0 : borders.style,
|
|
71
|
-
filledBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.
|
|
71
|
+
filledBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.grey1424,
|
|
72
72
|
filledBorderRadius: borders === null || borders === void 0 ? void 0 : borders.radiusMedium,
|
|
73
73
|
filledPadding: spacing === null || spacing === void 0 ? void 0 : spacing.small
|
|
74
74
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-toggle-details",
|
|
3
|
-
"version": "10.15.
|
|
3
|
+
"version": "10.15.3-snapshot-0",
|
|
4
4
|
"description": "A styled toggleable, accordion-like component.",
|
|
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.
|
|
27
|
-
"@instructure/ui-babel-preset": "10.15.
|
|
28
|
-
"@instructure/ui-test-utils": "10.15.
|
|
29
|
-
"@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-test-utils": "10.15.3-snapshot-0",
|
|
29
|
+
"@instructure/ui-themes": "10.15.3-snapshot-0",
|
|
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,20 +34,20 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/runtime": "^7.26.0",
|
|
37
|
-
"@instructure/emotion": "10.15.
|
|
38
|
-
"@instructure/shared-types": "10.15.
|
|
39
|
-
"@instructure/ui-buttons": "10.15.
|
|
40
|
-
"@instructure/ui-dom-utils": "10.15.
|
|
41
|
-
"@instructure/ui-expandable": "10.15.
|
|
42
|
-
"@instructure/ui-flex": "10.15.
|
|
43
|
-
"@instructure/ui-icons": "10.15.
|
|
44
|
-
"@instructure/ui-motion": "10.15.
|
|
45
|
-
"@instructure/ui-prop-types": "10.15.
|
|
46
|
-
"@instructure/ui-react-utils": "10.15.
|
|
47
|
-
"@instructure/ui-testable": "10.15.
|
|
48
|
-
"@instructure/ui-utils": "10.15.
|
|
49
|
-
"@instructure/ui-view": "10.15.
|
|
50
|
-
"@instructure/uid": "10.15.
|
|
37
|
+
"@instructure/emotion": "10.15.3-snapshot-0",
|
|
38
|
+
"@instructure/shared-types": "10.15.3-snapshot-0",
|
|
39
|
+
"@instructure/ui-buttons": "10.15.3-snapshot-0",
|
|
40
|
+
"@instructure/ui-dom-utils": "10.15.3-snapshot-0",
|
|
41
|
+
"@instructure/ui-expandable": "10.15.3-snapshot-0",
|
|
42
|
+
"@instructure/ui-flex": "10.15.3-snapshot-0",
|
|
43
|
+
"@instructure/ui-icons": "10.15.3-snapshot-0",
|
|
44
|
+
"@instructure/ui-motion": "10.15.3-snapshot-0",
|
|
45
|
+
"@instructure/ui-prop-types": "10.15.3-snapshot-0",
|
|
46
|
+
"@instructure/ui-react-utils": "10.15.3-snapshot-0",
|
|
47
|
+
"@instructure/ui-testable": "10.15.3-snapshot-0",
|
|
48
|
+
"@instructure/ui-utils": "10.15.3-snapshot-0",
|
|
49
|
+
"@instructure/ui-view": "10.15.3-snapshot-0",
|
|
50
|
+
"@instructure/uid": "10.15.3-snapshot-0",
|
|
51
51
|
"prop-types": "^15.8.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
@@ -66,7 +66,7 @@ const generateComponentTheme = (theme: Theme): ToggleDetailsTheme => {
|
|
|
66
66
|
filledBackgroundColor: colors?.contrasts?.grey1111,
|
|
67
67
|
filledBorderWidth: borders?.widthSmall,
|
|
68
68
|
filledBorderStyle: borders?.style,
|
|
69
|
-
filledBorderColor: colors?.contrasts?.
|
|
69
|
+
filledBorderColor: colors?.contrasts?.grey1424,
|
|
70
70
|
filledBorderRadius: borders?.radiusMedium,
|
|
71
71
|
filledPadding: spacing?.small
|
|
72
72
|
}
|