@instructure/ui-themes 11.7.2-snapshot-27 → 11.7.2-snapshot-31
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 +1 -1
- package/es/themes/newThemes/dark/components/topNavBarItem.js +3 -3
- package/es/themes/newThemes/dark/semantics.js +12 -1
- package/es/themes/newThemes/legacyCanvas/components/badge.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/calendarDay.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/fileDrop.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/menuItem.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/progressCircle.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/rangeInput.js +5 -5
- package/es/themes/newThemes/legacyCanvas/components/tableRow.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/tabsTab.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/text.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarItem.js +3 -3
- package/es/themes/newThemes/legacyCanvas/semantics.js +12 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/badge.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/menuItem.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.js +5 -5
- package/es/themes/newThemes/legacyCanvasHighContrast/components/tableRow.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/text.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +3 -3
- package/es/themes/newThemes/legacyCanvasHighContrast/semantics.js +12 -1
- package/es/themes/newThemes/light/components/topNavBarItem.js +3 -3
- package/es/themes/newThemes/light/semantics.js +12 -1
- package/lib/themes/newThemes/dark/components/topNavBarItem.js +3 -3
- package/lib/themes/newThemes/dark/semantics.js +12 -1
- package/lib/themes/newThemes/legacyCanvas/components/badge.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/calendarDay.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/fileDrop.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/menuItem.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/progressCircle.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/rangeInput.js +5 -5
- package/lib/themes/newThemes/legacyCanvas/components/tableRow.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/tabsTab.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/text.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarItem.js +3 -3
- package/lib/themes/newThemes/legacyCanvas/semantics.js +12 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/badge.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/menuItem.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.js +5 -5
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/tableRow.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/text.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +3 -3
- package/lib/themes/newThemes/legacyCanvasHighContrast/semantics.js +12 -1
- package/lib/themes/newThemes/light/components/topNavBarItem.js +3 -3
- package/lib/themes/newThemes/light/semantics.js +12 -1
- package/package.json +3 -3
- package/src/themes/newThemes/componentTypes/topNavBarItem.ts +2 -2
- package/src/themes/newThemes/dark/components/topNavBarItem.ts +2 -2
- package/src/themes/newThemes/dark/semantics.ts +22 -0
- package/src/themes/newThemes/legacyCanvas/components/badge.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/calendarDay.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/fileDrop.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/menuItem.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/progressCircle.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/rangeInput.ts +5 -5
- package/src/themes/newThemes/legacyCanvas/components/tableRow.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/tabsTab.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/text.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/semantics.ts +22 -0
- package/src/themes/newThemes/legacyCanvasHighContrast/components/badge.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/menuItem.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.ts +5 -5
- package/src/themes/newThemes/legacyCanvasHighContrast/components/tableRow.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/text.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/semantics.ts +22 -0
- package/src/themes/newThemes/light/components/topNavBarItem.ts +2 -2
- package/src/themes/newThemes/light/semantics.ts +22 -0
- package/tokens/canvas/scss/_variables.scss +11 -2
- package/tokens/canvas/source.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts +2 -2
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/dark/semantics.d.ts +11 -0
- package/types/themes/newThemes/dark/semantics.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/semantics.d.ts +11 -0
- package/types/themes/newThemes/legacyCanvas/semantics.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/semantics.d.ts +11 -0
- package/types/themes/newThemes/legacyCanvasHighContrast/semantics.d.ts.map +1 -1
- package/types/themes/newThemes/light/semantics.d.ts +11 -0
- package/types/themes/newThemes/light/semantics.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
## [11.7.2-snapshot-
|
|
6
|
+
## [11.7.2-snapshot-31](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-31) (2026-04-07)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -26,8 +26,6 @@ const topNavBarItem = {
|
|
|
26
26
|
fontSize: semantics.fontSize.textBase,
|
|
27
27
|
fontFamily: semantics.fontFamily.base,
|
|
28
28
|
fontWeight: semantics.fontWeight.body.base,
|
|
29
|
-
color: semantics.color.text.base,
|
|
30
|
-
colorInverse: semantics.color.text.inverse,
|
|
31
29
|
itemInlinePadding: semantics.spacing.spaceSm,
|
|
32
30
|
itemSpacing: semantics.spacing.spaceSm,
|
|
33
31
|
iconTextGap: semantics.spacing.spaceSm,
|
|
@@ -35,6 +33,8 @@ const topNavBarItem = {
|
|
|
35
33
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
34
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
35
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
-
activeIndicatorWidth: semantics.borderWidth.md
|
|
36
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
37
|
+
color: "inherit",
|
|
38
|
+
colorInverse: "inherit"
|
|
39
39
|
};
|
|
40
40
|
export default topNavBarItem;
|
|
@@ -505,7 +505,18 @@ const semantics = {
|
|
|
505
505
|
"shadowColor1": "rgba(0,0,0,0.3)",
|
|
506
506
|
"shadowColor2": "rgba(0,0,0,0.15)"
|
|
507
507
|
},
|
|
508
|
-
"transparentColor": primitives.color.transparent
|
|
508
|
+
"transparentColor": primitives.color.transparent,
|
|
509
|
+
"institutional": {
|
|
510
|
+
"brandPrimary": primitives.color.blue.blue100,
|
|
511
|
+
"brandFontColorDark": primitives.color.grey.grey170,
|
|
512
|
+
"linkColor": primitives.color.blue.blue100,
|
|
513
|
+
"brandButtonPrimaryBgd": primitives.color.blue.blue100,
|
|
514
|
+
"brandButtonPrimaryText": primitives.color.white,
|
|
515
|
+
"brandGlobalNavBgd": primitives.color.grey.grey150,
|
|
516
|
+
"globalNavLinkHover": primitives.color.grey.grey170,
|
|
517
|
+
"brandGlobalNavMenuItemTextColor": primitives.color.white,
|
|
518
|
+
"brandGlobalNavMenuItemTextColorActive": primitives.color.grey.grey170
|
|
519
|
+
}
|
|
509
520
|
},
|
|
510
521
|
"dropShadow": {
|
|
511
522
|
"x": {
|
|
@@ -29,7 +29,7 @@ const badge = {
|
|
|
29
29
|
colorInverse: semantics.color.text.dark,
|
|
30
30
|
colorDanger: semantics.color.background.error,
|
|
31
31
|
colorSuccess: semantics.color.background.success,
|
|
32
|
-
colorPrimary: semantics.color.
|
|
32
|
+
colorPrimary: semantics.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantics.fontSize.textSm,
|
|
34
34
|
fontWeight: semantics.fontWeight.body.strong,
|
|
35
35
|
sizeNotification: "0.75rem",
|
|
@@ -29,7 +29,7 @@ const calendarDay = {
|
|
|
29
29
|
selectedBackground: semantics.color.background.interactive.action.success.base,
|
|
30
30
|
selectedColor: semantics.color.text.onColor,
|
|
31
31
|
todayColor: semantics.color.text.onColor,
|
|
32
|
-
todayBackground: semantics.color.
|
|
32
|
+
todayBackground: semantics.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantics.fontSize.textBase,
|
|
34
34
|
height: semantics.size.interactive.height.sm,
|
|
35
35
|
minWidth: semantics.size.interactive.height.sm,
|
|
@@ -29,7 +29,7 @@ const fileDrop = {
|
|
|
29
29
|
borderRadius: semantics.borderRadius.container.sm,
|
|
30
30
|
borderStyle: "dashed",
|
|
31
31
|
borderWidth: semantics.borderWidth.md,
|
|
32
|
-
hoverBorderColor: semantics.color.
|
|
32
|
+
hoverBorderColor: semantics.color.institutional.brandPrimary,
|
|
33
33
|
rejectedColor: semantics.color.stroke.interactive.action.destructive.secondary.base
|
|
34
34
|
};
|
|
35
35
|
export default fileDrop;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const menuItem = {
|
|
26
|
-
activeBackground: semantics.color.
|
|
26
|
+
activeBackground: semantics.color.institutional.brandPrimary,
|
|
27
27
|
activeLabelColor: semantics.color.text.interactive.action.primary.base,
|
|
28
28
|
background: semantics.color.background.elevatedSurface.base,
|
|
29
29
|
fontFamily: semantics.fontFamily.base,
|
|
@@ -50,7 +50,7 @@ const progressCircle = {
|
|
|
50
50
|
trackBorderColorInverse: semantics.color.stroke.inverse,
|
|
51
51
|
meterColorAlert: semantics.color.stroke.info,
|
|
52
52
|
meterColorAlertInverse: semantics.color.stroke.inverse,
|
|
53
|
-
meterColorBrand: semantics.color.
|
|
53
|
+
meterColorBrand: semantics.color.institutional.brandPrimary,
|
|
54
54
|
meterColorBrandInverse: semantics.color.stroke.inverse,
|
|
55
55
|
meterColorDanger: semantics.color.stroke.error,
|
|
56
56
|
meterColorDangerInverse: semantics.color.stroke.inverse,
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const rangeInput = {
|
|
26
|
-
handleBackground: semantics.color.
|
|
27
|
-
handleHoverBackground: semantics.color.
|
|
28
|
-
handleFocusBackground: semantics.color.
|
|
29
|
-
handleFocusOutlineColor: semantics.color.
|
|
30
|
-
handleShadowColor: semantics.color.
|
|
26
|
+
handleBackground: semantics.color.institutional.brandPrimary,
|
|
27
|
+
handleHoverBackground: semantics.color.institutional.brandPrimary,
|
|
28
|
+
handleFocusBackground: semantics.color.institutional.brandPrimary,
|
|
29
|
+
handleFocusOutlineColor: semantics.color.institutional.brandPrimary,
|
|
30
|
+
handleShadowColor: semantics.color.institutional.brandPrimary,
|
|
31
31
|
handleBorderColor: semantics.color.stroke.onColor,
|
|
32
32
|
handleBorderSize: semantics.borderWidth.md,
|
|
33
33
|
handleFocusOutlineWidth: "0.75em",
|
|
@@ -26,7 +26,7 @@ const tableRow = {
|
|
|
26
26
|
background: semantics.color.background.base,
|
|
27
27
|
color: semantics.color.text.base,
|
|
28
28
|
borderColor: semantics.color.stroke.base,
|
|
29
|
-
hoverBorderColor: semantics.color.
|
|
29
|
+
hoverBorderColor: semantics.color.institutional.brandPrimary,
|
|
30
30
|
fontFamily: semantics.fontFamily.base,
|
|
31
31
|
fontSize: semantics.fontSize.textBase,
|
|
32
32
|
fontWeight: semantics.fontWeight.body.base,
|
|
@@ -25,7 +25,7 @@ import semantics from "../semantics.js";
|
|
|
25
25
|
const tabsTab = {
|
|
26
26
|
defaultTextColor: semantics.color.text.base,
|
|
27
27
|
defaultHoverBorderColor: semantics.color.stroke.base,
|
|
28
|
-
defaultSelectedBorderColor: semantics.color.
|
|
28
|
+
defaultSelectedBorderColor: semantics.color.institutional.brandPrimary,
|
|
29
29
|
fontFamily: semantics.fontFamily.base,
|
|
30
30
|
fontSize: semantics.fontSize.textBase,
|
|
31
31
|
fontWeight: semantics.fontWeight.body.base,
|
|
@@ -47,7 +47,7 @@ const text = {
|
|
|
47
47
|
letterSpacingNormal: "0rem",
|
|
48
48
|
aiBackgroundColor: semantics.color.background.aiText,
|
|
49
49
|
aiColor: semantics.color.text.aiColor,
|
|
50
|
-
primaryColor: semantics.color.
|
|
50
|
+
primaryColor: semantics.color.institutional.brandPrimary,
|
|
51
51
|
errorColor: semantics.color.text.error,
|
|
52
52
|
baseColor: semantics.color.text.base,
|
|
53
53
|
baseOnColor: semantics.color.text.onColor,
|
|
@@ -26,8 +26,6 @@ const topNavBarItem = {
|
|
|
26
26
|
fontSize: semantics.fontSize.textBase,
|
|
27
27
|
fontFamily: semantics.fontFamily.base,
|
|
28
28
|
fontWeight: semantics.fontWeight.body.base,
|
|
29
|
-
color: semantics.color.text.base,
|
|
30
|
-
colorInverse: semantics.color.text.inverse,
|
|
31
29
|
itemInlinePadding: semantics.spacing.spaceSm,
|
|
32
30
|
itemSpacing: semantics.spacing.spaceSm,
|
|
33
31
|
iconTextGap: semantics.spacing.spaceSm,
|
|
@@ -35,6 +33,8 @@ const topNavBarItem = {
|
|
|
35
33
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
34
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
35
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
-
activeIndicatorWidth: semantics.borderWidth.md
|
|
36
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
37
|
+
color: "inherit",
|
|
38
|
+
colorInverse: "inherit"
|
|
39
39
|
};
|
|
40
40
|
export default topNavBarItem;
|
|
@@ -505,7 +505,18 @@ const semantics = {
|
|
|
505
505
|
"shadowColor1": "rgba(0,0,0,0.1)",
|
|
506
506
|
"shadowColor2": "rgba(0,0,0,0.2)"
|
|
507
507
|
},
|
|
508
|
-
"transparentColor": primitives.color.transparent
|
|
508
|
+
"transparentColor": primitives.color.transparent,
|
|
509
|
+
"institutional": {
|
|
510
|
+
"brandPrimary": primitives.color.blue.blue100,
|
|
511
|
+
"brandFontColorDark": primitives.color.grey.grey170,
|
|
512
|
+
"linkColor": primitives.color.blue.blue100,
|
|
513
|
+
"brandButtonPrimaryBgd": primitives.color.blue.blue100,
|
|
514
|
+
"brandButtonPrimaryText": primitives.color.white,
|
|
515
|
+
"brandGlobalNavBgd": primitives.color.grey.grey150,
|
|
516
|
+
"globalNavLinkHover": primitives.color.grey.grey170,
|
|
517
|
+
"brandGlobalNavMenuItemTextColor": primitives.color.white,
|
|
518
|
+
"brandGlobalNavMenuItemTextColorActive": primitives.color.grey.grey170
|
|
519
|
+
}
|
|
509
520
|
},
|
|
510
521
|
"dropShadow": {
|
|
511
522
|
"x": {
|
|
@@ -29,7 +29,7 @@ const badge = {
|
|
|
29
29
|
colorInverse: semantics.color.text.dark,
|
|
30
30
|
colorDanger: semantics.color.background.error,
|
|
31
31
|
colorSuccess: semantics.color.background.success,
|
|
32
|
-
colorPrimary: semantics.color.
|
|
32
|
+
colorPrimary: semantics.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantics.fontSize.textSm,
|
|
34
34
|
fontWeight: semantics.fontWeight.body.strong,
|
|
35
35
|
sizeNotification: "0.75rem",
|
|
@@ -29,7 +29,7 @@ const calendarDay = {
|
|
|
29
29
|
selectedBackground: semantics.color.background.interactive.action.success.base,
|
|
30
30
|
selectedColor: semantics.color.text.onColor,
|
|
31
31
|
todayColor: semantics.color.text.onColor,
|
|
32
|
-
todayBackground: semantics.color.
|
|
32
|
+
todayBackground: semantics.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantics.fontSize.textBase,
|
|
34
34
|
height: semantics.size.interactive.height.sm,
|
|
35
35
|
minWidth: semantics.size.interactive.height.sm,
|
|
@@ -29,7 +29,7 @@ const fileDrop = {
|
|
|
29
29
|
borderRadius: semantics.borderRadius.container.sm,
|
|
30
30
|
borderStyle: "dashed",
|
|
31
31
|
borderWidth: semantics.borderWidth.md,
|
|
32
|
-
hoverBorderColor: semantics.color.
|
|
32
|
+
hoverBorderColor: semantics.color.institutional.brandPrimary,
|
|
33
33
|
rejectedColor: semantics.color.stroke.interactive.action.destructive.secondary.base
|
|
34
34
|
};
|
|
35
35
|
export default fileDrop;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const menuItem = {
|
|
26
|
-
activeBackground: semantics.color.
|
|
26
|
+
activeBackground: semantics.color.institutional.brandPrimary,
|
|
27
27
|
activeLabelColor: semantics.color.text.interactive.action.primary.base,
|
|
28
28
|
background: semantics.color.background.elevatedSurface.base,
|
|
29
29
|
fontFamily: semantics.fontFamily.base,
|
|
@@ -50,7 +50,7 @@ const progressCircle = {
|
|
|
50
50
|
trackBorderColorInverse: semantics.color.stroke.inverse,
|
|
51
51
|
meterColorAlert: semantics.color.stroke.info,
|
|
52
52
|
meterColorAlertInverse: semantics.color.stroke.inverse,
|
|
53
|
-
meterColorBrand: semantics.color.
|
|
53
|
+
meterColorBrand: semantics.color.institutional.brandPrimary,
|
|
54
54
|
meterColorBrandInverse: semantics.color.stroke.inverse,
|
|
55
55
|
meterColorDanger: semantics.color.stroke.error,
|
|
56
56
|
meterColorDangerInverse: semantics.color.stroke.inverse,
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const rangeInput = {
|
|
26
|
-
handleBackground: semantics.color.
|
|
27
|
-
handleHoverBackground: semantics.color.
|
|
28
|
-
handleFocusBackground: semantics.color.
|
|
29
|
-
handleFocusOutlineColor: semantics.color.
|
|
30
|
-
handleShadowColor: semantics.color.
|
|
26
|
+
handleBackground: semantics.color.institutional.brandPrimary,
|
|
27
|
+
handleHoverBackground: semantics.color.institutional.brandPrimary,
|
|
28
|
+
handleFocusBackground: semantics.color.institutional.brandPrimary,
|
|
29
|
+
handleFocusOutlineColor: semantics.color.institutional.brandPrimary,
|
|
30
|
+
handleShadowColor: semantics.color.institutional.brandPrimary,
|
|
31
31
|
handleBorderColor: semantics.color.stroke.onColor,
|
|
32
32
|
handleBorderSize: semantics.borderWidth.md,
|
|
33
33
|
handleFocusOutlineWidth: "0.75em",
|
|
@@ -26,7 +26,7 @@ const tableRow = {
|
|
|
26
26
|
background: semantics.color.background.base,
|
|
27
27
|
color: semantics.color.text.base,
|
|
28
28
|
borderColor: semantics.color.stroke.base,
|
|
29
|
-
hoverBorderColor: semantics.color.
|
|
29
|
+
hoverBorderColor: semantics.color.institutional.brandPrimary,
|
|
30
30
|
fontFamily: semantics.fontFamily.base,
|
|
31
31
|
fontSize: semantics.fontSize.textBase,
|
|
32
32
|
fontWeight: semantics.fontWeight.body.base,
|
|
@@ -25,7 +25,7 @@ import semantics from "../semantics.js";
|
|
|
25
25
|
const tabsTab = {
|
|
26
26
|
defaultTextColor: semantics.color.text.base,
|
|
27
27
|
defaultHoverBorderColor: semantics.color.stroke.base,
|
|
28
|
-
defaultSelectedBorderColor: semantics.color.
|
|
28
|
+
defaultSelectedBorderColor: semantics.color.institutional.brandPrimary,
|
|
29
29
|
fontFamily: semantics.fontFamily.base,
|
|
30
30
|
fontSize: semantics.fontSize.textBase,
|
|
31
31
|
fontWeight: semantics.fontWeight.body.base,
|
|
@@ -47,7 +47,7 @@ const text = {
|
|
|
47
47
|
letterSpacingNormal: "0rem",
|
|
48
48
|
aiBackgroundColor: semantics.color.background.aiText,
|
|
49
49
|
aiColor: semantics.color.text.aiColor,
|
|
50
|
-
primaryColor: semantics.color.
|
|
50
|
+
primaryColor: semantics.color.institutional.brandPrimary,
|
|
51
51
|
errorColor: semantics.color.text.error,
|
|
52
52
|
baseColor: semantics.color.text.base,
|
|
53
53
|
baseOnColor: semantics.color.text.onColor,
|
|
@@ -26,8 +26,6 @@ const topNavBarItem = {
|
|
|
26
26
|
fontSize: semantics.fontSize.textBase,
|
|
27
27
|
fontFamily: semantics.fontFamily.base,
|
|
28
28
|
fontWeight: semantics.fontWeight.body.base,
|
|
29
|
-
color: semantics.color.text.base,
|
|
30
|
-
colorInverse: semantics.color.text.inverse,
|
|
31
29
|
itemInlinePadding: semantics.spacing.spaceSm,
|
|
32
30
|
itemSpacing: semantics.spacing.spaceSm,
|
|
33
31
|
iconTextGap: semantics.spacing.spaceSm,
|
|
@@ -35,6 +33,8 @@ const topNavBarItem = {
|
|
|
35
33
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
34
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
35
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
-
activeIndicatorWidth: semantics.borderWidth.md
|
|
36
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
37
|
+
color: "inherit",
|
|
38
|
+
colorInverse: "inherit"
|
|
39
39
|
};
|
|
40
40
|
export default topNavBarItem;
|
|
@@ -505,7 +505,18 @@ const semantics = {
|
|
|
505
505
|
"shadowColor1": "rgba(0,0,0,0.1)",
|
|
506
506
|
"shadowColor2": "rgba(0,0,0,0.2)"
|
|
507
507
|
},
|
|
508
|
-
"transparentColor": primitives.color.transparent
|
|
508
|
+
"transparentColor": primitives.color.transparent,
|
|
509
|
+
"institutional": {
|
|
510
|
+
"brandPrimary": primitives.color.blue.blue100,
|
|
511
|
+
"brandFontColorDark": primitives.color.grey.grey170,
|
|
512
|
+
"linkColor": primitives.color.blue.blue100,
|
|
513
|
+
"brandButtonPrimaryBgd": primitives.color.blue.blue100,
|
|
514
|
+
"brandButtonPrimaryText": primitives.color.white,
|
|
515
|
+
"brandGlobalNavBgd": primitives.color.grey.grey150,
|
|
516
|
+
"globalNavLinkHover": primitives.color.grey.grey170,
|
|
517
|
+
"brandGlobalNavMenuItemTextColor": primitives.color.white,
|
|
518
|
+
"brandGlobalNavMenuItemTextColorActive": primitives.color.grey.grey170
|
|
519
|
+
}
|
|
509
520
|
},
|
|
510
521
|
"dropShadow": {
|
|
511
522
|
"x": {
|
|
@@ -26,8 +26,6 @@ const topNavBarItem = {
|
|
|
26
26
|
fontSize: semantics.fontSize.textBase,
|
|
27
27
|
fontFamily: semantics.fontFamily.base,
|
|
28
28
|
fontWeight: semantics.fontWeight.body.base,
|
|
29
|
-
color: semantics.color.text.base,
|
|
30
|
-
colorInverse: semantics.color.text.inverse,
|
|
31
29
|
itemInlinePadding: semantics.spacing.spaceSm,
|
|
32
30
|
itemSpacing: semantics.spacing.spaceSm,
|
|
33
31
|
iconTextGap: semantics.spacing.spaceSm,
|
|
@@ -35,6 +33,8 @@ const topNavBarItem = {
|
|
|
35
33
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
34
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
35
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
-
activeIndicatorWidth: semantics.borderWidth.md
|
|
36
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
37
|
+
color: "inherit",
|
|
38
|
+
colorInverse: "inherit"
|
|
39
39
|
};
|
|
40
40
|
export default topNavBarItem;
|
|
@@ -505,7 +505,18 @@ const semantics = {
|
|
|
505
505
|
"shadowColor1": "rgba(35,68,101,0.15)",
|
|
506
506
|
"shadowColor2": "rgba(35,68,101,0.1)"
|
|
507
507
|
},
|
|
508
|
-
"transparentColor": primitives.color.transparent
|
|
508
|
+
"transparentColor": primitives.color.transparent,
|
|
509
|
+
"institutional": {
|
|
510
|
+
"brandPrimary": primitives.color.blue.blue100,
|
|
511
|
+
"brandFontColorDark": primitives.color.grey.grey170,
|
|
512
|
+
"linkColor": primitives.color.blue.blue100,
|
|
513
|
+
"brandButtonPrimaryBgd": primitives.color.blue.blue100,
|
|
514
|
+
"brandButtonPrimaryText": primitives.color.white,
|
|
515
|
+
"brandGlobalNavBgd": primitives.color.grey.grey150,
|
|
516
|
+
"globalNavLinkHover": primitives.color.grey.grey170,
|
|
517
|
+
"brandGlobalNavMenuItemTextColor": primitives.color.white,
|
|
518
|
+
"brandGlobalNavMenuItemTextColorActive": primitives.color.grey.grey170
|
|
519
|
+
}
|
|
509
520
|
},
|
|
510
521
|
"dropShadow": {
|
|
511
522
|
"x": {
|
|
@@ -34,8 +34,6 @@ const topNavBarItem = {
|
|
|
34
34
|
fontSize: _semantics.default.fontSize.textBase,
|
|
35
35
|
fontFamily: _semantics.default.fontFamily.base,
|
|
36
36
|
fontWeight: _semantics.default.fontWeight.body.base,
|
|
37
|
-
color: _semantics.default.color.text.base,
|
|
38
|
-
colorInverse: _semantics.default.color.text.inverse,
|
|
39
37
|
itemInlinePadding: _semantics.default.spacing.spaceSm,
|
|
40
38
|
itemSpacing: _semantics.default.spacing.spaceSm,
|
|
41
39
|
iconTextGap: _semantics.default.spacing.spaceSm,
|
|
@@ -43,6 +41,8 @@ const topNavBarItem = {
|
|
|
43
41
|
activeItemIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
44
42
|
activeIndicatorColor: _semantics.default.color.text.inverse,
|
|
45
43
|
activeIndicatorColorInverse: _semantics.default.color.text.base,
|
|
46
|
-
activeIndicatorWidth: _semantics.default.borderWidth.md
|
|
44
|
+
activeIndicatorWidth: _semantics.default.borderWidth.md,
|
|
45
|
+
color: "inherit",
|
|
46
|
+
colorInverse: "inherit"
|
|
47
47
|
};
|
|
48
48
|
var _default = exports.default = topNavBarItem;
|
|
@@ -513,7 +513,18 @@ const semantics = {
|
|
|
513
513
|
"shadowColor1": "rgba(0,0,0,0.3)",
|
|
514
514
|
"shadowColor2": "rgba(0,0,0,0.15)"
|
|
515
515
|
},
|
|
516
|
-
"transparentColor": _primitives.default.color.transparent
|
|
516
|
+
"transparentColor": _primitives.default.color.transparent,
|
|
517
|
+
"institutional": {
|
|
518
|
+
"brandPrimary": _primitives.default.color.blue.blue100,
|
|
519
|
+
"brandFontColorDark": _primitives.default.color.grey.grey170,
|
|
520
|
+
"linkColor": _primitives.default.color.blue.blue100,
|
|
521
|
+
"brandButtonPrimaryBgd": _primitives.default.color.blue.blue100,
|
|
522
|
+
"brandButtonPrimaryText": _primitives.default.color.white,
|
|
523
|
+
"brandGlobalNavBgd": _primitives.default.color.grey.grey150,
|
|
524
|
+
"globalNavLinkHover": _primitives.default.color.grey.grey170,
|
|
525
|
+
"brandGlobalNavMenuItemTextColor": _primitives.default.color.white,
|
|
526
|
+
"brandGlobalNavMenuItemTextColorActive": _primitives.default.color.grey.grey170
|
|
527
|
+
}
|
|
517
528
|
},
|
|
518
529
|
"dropShadow": {
|
|
519
530
|
"x": {
|
|
@@ -37,7 +37,7 @@ const badge = {
|
|
|
37
37
|
colorInverse: _semantics.default.color.text.dark,
|
|
38
38
|
colorDanger: _semantics.default.color.background.error,
|
|
39
39
|
colorSuccess: _semantics.default.color.background.success,
|
|
40
|
-
colorPrimary: _semantics.default.color.
|
|
40
|
+
colorPrimary: _semantics.default.color.institutional.brandPrimary,
|
|
41
41
|
fontSize: _semantics.default.fontSize.textSm,
|
|
42
42
|
fontWeight: _semantics.default.fontWeight.body.strong,
|
|
43
43
|
sizeNotification: "0.75rem",
|
|
@@ -37,7 +37,7 @@ const calendarDay = {
|
|
|
37
37
|
selectedBackground: _semantics.default.color.background.interactive.action.success.base,
|
|
38
38
|
selectedColor: _semantics.default.color.text.onColor,
|
|
39
39
|
todayColor: _semantics.default.color.text.onColor,
|
|
40
|
-
todayBackground: _semantics.default.color.
|
|
40
|
+
todayBackground: _semantics.default.color.institutional.brandPrimary,
|
|
41
41
|
fontSize: _semantics.default.fontSize.textBase,
|
|
42
42
|
height: _semantics.default.size.interactive.height.sm,
|
|
43
43
|
minWidth: _semantics.default.size.interactive.height.sm,
|
|
@@ -37,7 +37,7 @@ const fileDrop = {
|
|
|
37
37
|
borderRadius: _semantics.default.borderRadius.container.sm,
|
|
38
38
|
borderStyle: "dashed",
|
|
39
39
|
borderWidth: _semantics.default.borderWidth.md,
|
|
40
|
-
hoverBorderColor: _semantics.default.color.
|
|
40
|
+
hoverBorderColor: _semantics.default.color.institutional.brandPrimary,
|
|
41
41
|
rejectedColor: _semantics.default.color.stroke.interactive.action.destructive.secondary.base
|
|
42
42
|
};
|
|
43
43
|
var _default = exports.default = fileDrop;
|
|
@@ -31,7 +31,7 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
const menuItem = {
|
|
34
|
-
activeBackground: _semantics.default.color.
|
|
34
|
+
activeBackground: _semantics.default.color.institutional.brandPrimary,
|
|
35
35
|
activeLabelColor: _semantics.default.color.text.interactive.action.primary.base,
|
|
36
36
|
background: _semantics.default.color.background.elevatedSurface.base,
|
|
37
37
|
fontFamily: _semantics.default.fontFamily.base,
|
|
@@ -58,7 +58,7 @@ const progressCircle = {
|
|
|
58
58
|
trackBorderColorInverse: _semantics.default.color.stroke.inverse,
|
|
59
59
|
meterColorAlert: _semantics.default.color.stroke.info,
|
|
60
60
|
meterColorAlertInverse: _semantics.default.color.stroke.inverse,
|
|
61
|
-
meterColorBrand: _semantics.default.color.
|
|
61
|
+
meterColorBrand: _semantics.default.color.institutional.brandPrimary,
|
|
62
62
|
meterColorBrandInverse: _semantics.default.color.stroke.inverse,
|
|
63
63
|
meterColorDanger: _semantics.default.color.stroke.error,
|
|
64
64
|
meterColorDangerInverse: _semantics.default.color.stroke.inverse,
|
|
@@ -31,11 +31,11 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
const rangeInput = {
|
|
34
|
-
handleBackground: _semantics.default.color.
|
|
35
|
-
handleHoverBackground: _semantics.default.color.
|
|
36
|
-
handleFocusBackground: _semantics.default.color.
|
|
37
|
-
handleFocusOutlineColor: _semantics.default.color.
|
|
38
|
-
handleShadowColor: _semantics.default.color.
|
|
34
|
+
handleBackground: _semantics.default.color.institutional.brandPrimary,
|
|
35
|
+
handleHoverBackground: _semantics.default.color.institutional.brandPrimary,
|
|
36
|
+
handleFocusBackground: _semantics.default.color.institutional.brandPrimary,
|
|
37
|
+
handleFocusOutlineColor: _semantics.default.color.institutional.brandPrimary,
|
|
38
|
+
handleShadowColor: _semantics.default.color.institutional.brandPrimary,
|
|
39
39
|
handleBorderColor: _semantics.default.color.stroke.onColor,
|
|
40
40
|
handleBorderSize: _semantics.default.borderWidth.md,
|
|
41
41
|
handleFocusOutlineWidth: "0.75em",
|
|
@@ -34,7 +34,7 @@ const tableRow = {
|
|
|
34
34
|
background: _semantics.default.color.background.base,
|
|
35
35
|
color: _semantics.default.color.text.base,
|
|
36
36
|
borderColor: _semantics.default.color.stroke.base,
|
|
37
|
-
hoverBorderColor: _semantics.default.color.
|
|
37
|
+
hoverBorderColor: _semantics.default.color.institutional.brandPrimary,
|
|
38
38
|
fontFamily: _semantics.default.fontFamily.base,
|
|
39
39
|
fontSize: _semantics.default.fontSize.textBase,
|
|
40
40
|
fontWeight: _semantics.default.fontWeight.body.base,
|
|
@@ -33,7 +33,7 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
33
33
|
const tabsTab = {
|
|
34
34
|
defaultTextColor: _semantics.default.color.text.base,
|
|
35
35
|
defaultHoverBorderColor: _semantics.default.color.stroke.base,
|
|
36
|
-
defaultSelectedBorderColor: _semantics.default.color.
|
|
36
|
+
defaultSelectedBorderColor: _semantics.default.color.institutional.brandPrimary,
|
|
37
37
|
fontFamily: _semantics.default.fontFamily.base,
|
|
38
38
|
fontSize: _semantics.default.fontSize.textBase,
|
|
39
39
|
fontWeight: _semantics.default.fontWeight.body.base,
|
|
@@ -55,7 +55,7 @@ const text = {
|
|
|
55
55
|
letterSpacingNormal: "0rem",
|
|
56
56
|
aiBackgroundColor: _semantics.default.color.background.aiText,
|
|
57
57
|
aiColor: _semantics.default.color.text.aiColor,
|
|
58
|
-
primaryColor: _semantics.default.color.
|
|
58
|
+
primaryColor: _semantics.default.color.institutional.brandPrimary,
|
|
59
59
|
errorColor: _semantics.default.color.text.error,
|
|
60
60
|
baseColor: _semantics.default.color.text.base,
|
|
61
61
|
baseOnColor: _semantics.default.color.text.onColor,
|
|
@@ -34,8 +34,6 @@ const topNavBarItem = {
|
|
|
34
34
|
fontSize: _semantics.default.fontSize.textBase,
|
|
35
35
|
fontFamily: _semantics.default.fontFamily.base,
|
|
36
36
|
fontWeight: _semantics.default.fontWeight.body.base,
|
|
37
|
-
color: _semantics.default.color.text.base,
|
|
38
|
-
colorInverse: _semantics.default.color.text.inverse,
|
|
39
37
|
itemInlinePadding: _semantics.default.spacing.spaceSm,
|
|
40
38
|
itemSpacing: _semantics.default.spacing.spaceSm,
|
|
41
39
|
iconTextGap: _semantics.default.spacing.spaceSm,
|
|
@@ -43,6 +41,8 @@ const topNavBarItem = {
|
|
|
43
41
|
activeItemIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
44
42
|
activeIndicatorColor: _semantics.default.color.text.inverse,
|
|
45
43
|
activeIndicatorColorInverse: _semantics.default.color.text.base,
|
|
46
|
-
activeIndicatorWidth: _semantics.default.borderWidth.md
|
|
44
|
+
activeIndicatorWidth: _semantics.default.borderWidth.md,
|
|
45
|
+
color: "inherit",
|
|
46
|
+
colorInverse: "inherit"
|
|
47
47
|
};
|
|
48
48
|
var _default = exports.default = topNavBarItem;
|
|
@@ -513,7 +513,18 @@ const semantics = {
|
|
|
513
513
|
"shadowColor1": "rgba(0,0,0,0.1)",
|
|
514
514
|
"shadowColor2": "rgba(0,0,0,0.2)"
|
|
515
515
|
},
|
|
516
|
-
"transparentColor": _primitives.default.color.transparent
|
|
516
|
+
"transparentColor": _primitives.default.color.transparent,
|
|
517
|
+
"institutional": {
|
|
518
|
+
"brandPrimary": _primitives.default.color.blue.blue100,
|
|
519
|
+
"brandFontColorDark": _primitives.default.color.grey.grey170,
|
|
520
|
+
"linkColor": _primitives.default.color.blue.blue100,
|
|
521
|
+
"brandButtonPrimaryBgd": _primitives.default.color.blue.blue100,
|
|
522
|
+
"brandButtonPrimaryText": _primitives.default.color.white,
|
|
523
|
+
"brandGlobalNavBgd": _primitives.default.color.grey.grey150,
|
|
524
|
+
"globalNavLinkHover": _primitives.default.color.grey.grey170,
|
|
525
|
+
"brandGlobalNavMenuItemTextColor": _primitives.default.color.white,
|
|
526
|
+
"brandGlobalNavMenuItemTextColorActive": _primitives.default.color.grey.grey170
|
|
527
|
+
}
|
|
517
528
|
},
|
|
518
529
|
"dropShadow": {
|
|
519
530
|
"x": {
|
|
@@ -37,7 +37,7 @@ const badge = {
|
|
|
37
37
|
colorInverse: _semantics.default.color.text.dark,
|
|
38
38
|
colorDanger: _semantics.default.color.background.error,
|
|
39
39
|
colorSuccess: _semantics.default.color.background.success,
|
|
40
|
-
colorPrimary: _semantics.default.color.
|
|
40
|
+
colorPrimary: _semantics.default.color.institutional.brandPrimary,
|
|
41
41
|
fontSize: _semantics.default.fontSize.textSm,
|
|
42
42
|
fontWeight: _semantics.default.fontWeight.body.strong,
|
|
43
43
|
sizeNotification: "0.75rem",
|
|
@@ -37,7 +37,7 @@ const calendarDay = {
|
|
|
37
37
|
selectedBackground: _semantics.default.color.background.interactive.action.success.base,
|
|
38
38
|
selectedColor: _semantics.default.color.text.onColor,
|
|
39
39
|
todayColor: _semantics.default.color.text.onColor,
|
|
40
|
-
todayBackground: _semantics.default.color.
|
|
40
|
+
todayBackground: _semantics.default.color.institutional.brandPrimary,
|
|
41
41
|
fontSize: _semantics.default.fontSize.textBase,
|
|
42
42
|
height: _semantics.default.size.interactive.height.sm,
|
|
43
43
|
minWidth: _semantics.default.size.interactive.height.sm,
|
|
@@ -37,7 +37,7 @@ const fileDrop = {
|
|
|
37
37
|
borderRadius: _semantics.default.borderRadius.container.sm,
|
|
38
38
|
borderStyle: "dashed",
|
|
39
39
|
borderWidth: _semantics.default.borderWidth.md,
|
|
40
|
-
hoverBorderColor: _semantics.default.color.
|
|
40
|
+
hoverBorderColor: _semantics.default.color.institutional.brandPrimary,
|
|
41
41
|
rejectedColor: _semantics.default.color.stroke.interactive.action.destructive.secondary.base
|
|
42
42
|
};
|
|
43
43
|
var _default = exports.default = fileDrop;
|
|
@@ -31,7 +31,7 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
const menuItem = {
|
|
34
|
-
activeBackground: _semantics.default.color.
|
|
34
|
+
activeBackground: _semantics.default.color.institutional.brandPrimary,
|
|
35
35
|
activeLabelColor: _semantics.default.color.text.interactive.action.primary.base,
|
|
36
36
|
background: _semantics.default.color.background.elevatedSurface.base,
|
|
37
37
|
fontFamily: _semantics.default.fontFamily.base,
|
|
@@ -58,7 +58,7 @@ const progressCircle = {
|
|
|
58
58
|
trackBorderColorInverse: _semantics.default.color.stroke.inverse,
|
|
59
59
|
meterColorAlert: _semantics.default.color.stroke.info,
|
|
60
60
|
meterColorAlertInverse: _semantics.default.color.stroke.inverse,
|
|
61
|
-
meterColorBrand: _semantics.default.color.
|
|
61
|
+
meterColorBrand: _semantics.default.color.institutional.brandPrimary,
|
|
62
62
|
meterColorBrandInverse: _semantics.default.color.stroke.inverse,
|
|
63
63
|
meterColorDanger: _semantics.default.color.stroke.error,
|
|
64
64
|
meterColorDangerInverse: _semantics.default.color.stroke.inverse,
|
|
@@ -31,11 +31,11 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
const rangeInput = {
|
|
34
|
-
handleBackground: _semantics.default.color.
|
|
35
|
-
handleHoverBackground: _semantics.default.color.
|
|
36
|
-
handleFocusBackground: _semantics.default.color.
|
|
37
|
-
handleFocusOutlineColor: _semantics.default.color.
|
|
38
|
-
handleShadowColor: _semantics.default.color.
|
|
34
|
+
handleBackground: _semantics.default.color.institutional.brandPrimary,
|
|
35
|
+
handleHoverBackground: _semantics.default.color.institutional.brandPrimary,
|
|
36
|
+
handleFocusBackground: _semantics.default.color.institutional.brandPrimary,
|
|
37
|
+
handleFocusOutlineColor: _semantics.default.color.institutional.brandPrimary,
|
|
38
|
+
handleShadowColor: _semantics.default.color.institutional.brandPrimary,
|
|
39
39
|
handleBorderColor: _semantics.default.color.stroke.onColor,
|
|
40
40
|
handleBorderSize: _semantics.default.borderWidth.md,
|
|
41
41
|
handleFocusOutlineWidth: "0.75em",
|