@instructure/ui-themes 11.7.2-snapshot-7 → 11.7.2-snapshot-10
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/mask.js +1 -2
- package/es/themes/newThemes/dark/components/topNavBarActionItems.js +2 -1
- package/es/themes/newThemes/dark/components/topNavBarItem.js +2 -1
- package/es/themes/newThemes/legacyCanvas/components/mask.js +1 -2
- package/es/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +2 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarItem.js +2 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/mask.js +1 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +2 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +2 -1
- package/es/themes/newThemes/light/components/mask.js +1 -2
- package/es/themes/newThemes/light/components/topNavBarActionItems.js +2 -1
- package/es/themes/newThemes/light/components/topNavBarItem.js +2 -1
- package/lib/themes/newThemes/dark/components/mask.js +1 -2
- package/lib/themes/newThemes/dark/components/topNavBarActionItems.js +2 -1
- package/lib/themes/newThemes/dark/components/topNavBarItem.js +2 -1
- package/lib/themes/newThemes/legacyCanvas/components/mask.js +1 -2
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +2 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarItem.js +2 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/mask.js +1 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +2 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +2 -1
- package/lib/themes/newThemes/light/components/mask.js +1 -2
- package/lib/themes/newThemes/light/components/topNavBarActionItems.js +2 -1
- package/lib/themes/newThemes/light/components/topNavBarItem.js +2 -1
- package/package.json +3 -3
- package/src/themes/newThemes/componentTypes/mask.ts +1 -1
- package/src/themes/newThemes/componentTypes/topNavBarActionItems.ts +1 -0
- package/src/themes/newThemes/componentTypes/topNavBarItem.ts +1 -0
- package/src/themes/newThemes/dark/components/mask.ts +1 -4
- package/src/themes/newThemes/dark/components/topNavBarActionItems.ts +1 -0
- package/src/themes/newThemes/dark/components/topNavBarItem.ts +1 -0
- package/src/themes/newThemes/legacyCanvas/components/mask.ts +1 -4
- package/src/themes/newThemes/legacyCanvas/components/topNavBarActionItems.ts +1 -0
- package/src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts +1 -0
- package/src/themes/newThemes/legacyCanvasHighContrast/components/mask.ts +1 -4
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.ts +1 -0
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts +1 -0
- package/src/themes/newThemes/light/components/mask.ts +1 -4
- package/src/themes/newThemes/light/components/topNavBarActionItems.ts +1 -0
- package/src/themes/newThemes/light/components/topNavBarItem.ts +1 -0
- package/tokens/canvas/scss/_variables.scss +2 -1
- package/tokens/canvas/source.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/themes/newThemes/componentTypes/mask.d.ts +0 -1
- package/types/themes/newThemes/componentTypes/mask.d.ts.map +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts +1 -0
- package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts +1 -0
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/mask.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/mask.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/mask.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/mask.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/topNavBarItem.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-10](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-10) (2026-03-27)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-themes
|
|
9
9
|
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const mask = {
|
|
26
|
-
backgroundColor: semantics.color.background.overlay.base
|
|
27
|
-
darkBackgroundColor: semantics.color.background.overlay.dark
|
|
26
|
+
backgroundColor: semantics.color.background.overlay.base
|
|
28
27
|
};
|
|
29
28
|
export default mask;
|
|
@@ -27,6 +27,7 @@ const topNavBarActionItems = {
|
|
|
27
27
|
smallViewportActionItemContainerMaxWidth: "50%",
|
|
28
28
|
smallViewportDropdownMenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
|
|
29
29
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
|
|
30
|
-
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg
|
|
30
|
+
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg,
|
|
31
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor"
|
|
31
32
|
};
|
|
32
33
|
export default topNavBarActionItems;
|
|
@@ -34,6 +34,7 @@ const topNavBarItem = {
|
|
|
34
34
|
activeItemFontWeight: semantics.fontWeight.body.strong,
|
|
35
35
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
36
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
|
-
activeIndicatorColorInverse: semantics.color.text.base
|
|
37
|
+
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
+
activeIndicatorWidth: semantics.borderWidth.md
|
|
38
39
|
};
|
|
39
40
|
export default topNavBarItem;
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const mask = {
|
|
26
|
-
backgroundColor: semantics.color.background.overlay.base
|
|
27
|
-
darkBackgroundColor: semantics.color.background.overlay.dark
|
|
26
|
+
backgroundColor: semantics.color.background.overlay.base
|
|
28
27
|
};
|
|
29
28
|
export default mask;
|
|
@@ -27,6 +27,7 @@ const topNavBarActionItems = {
|
|
|
27
27
|
smallViewportActionItemContainerMaxWidth: "50%",
|
|
28
28
|
smallViewportDropdownMenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
|
|
29
29
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
|
|
30
|
-
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg
|
|
30
|
+
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg,
|
|
31
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor"
|
|
31
32
|
};
|
|
32
33
|
export default topNavBarActionItems;
|
|
@@ -34,6 +34,7 @@ const topNavBarItem = {
|
|
|
34
34
|
activeItemFontWeight: semantics.fontWeight.body.strong,
|
|
35
35
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
36
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
|
-
activeIndicatorColorInverse: semantics.color.text.base
|
|
37
|
+
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
+
activeIndicatorWidth: semantics.borderWidth.md
|
|
38
39
|
};
|
|
39
40
|
export default topNavBarItem;
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const mask = {
|
|
26
|
-
backgroundColor: semantics.color.background.overlay.base
|
|
27
|
-
darkBackgroundColor: semantics.color.background.overlay.dark
|
|
26
|
+
backgroundColor: semantics.color.background.overlay.base
|
|
28
27
|
};
|
|
29
28
|
export default mask;
|
|
@@ -27,6 +27,7 @@ const topNavBarActionItems = {
|
|
|
27
27
|
smallViewportActionItemContainerMaxWidth: "50%",
|
|
28
28
|
smallViewportDropdownMenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
|
|
29
29
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
|
|
30
|
-
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg
|
|
30
|
+
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg,
|
|
31
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor"
|
|
31
32
|
};
|
|
32
33
|
export default topNavBarActionItems;
|
|
@@ -34,6 +34,7 @@ const topNavBarItem = {
|
|
|
34
34
|
activeItemFontWeight: semantics.fontWeight.body.strong,
|
|
35
35
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
36
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
|
-
activeIndicatorColorInverse: semantics.color.text.base
|
|
37
|
+
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
+
activeIndicatorWidth: semantics.borderWidth.md
|
|
38
39
|
};
|
|
39
40
|
export default topNavBarItem;
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const mask = {
|
|
26
|
-
backgroundColor: semantics.color.background.overlay.base
|
|
27
|
-
darkBackgroundColor: semantics.color.background.overlay.dark
|
|
26
|
+
backgroundColor: semantics.color.background.overlay.base
|
|
28
27
|
};
|
|
29
28
|
export default mask;
|
|
@@ -27,6 +27,7 @@ const topNavBarActionItems = {
|
|
|
27
27
|
smallViewportActionItemContainerMaxWidth: "50%",
|
|
28
28
|
smallViewportDropdownMenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
|
|
29
29
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
|
|
30
|
-
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg
|
|
30
|
+
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg,
|
|
31
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor"
|
|
31
32
|
};
|
|
32
33
|
export default topNavBarActionItems;
|
|
@@ -34,6 +34,7 @@ const topNavBarItem = {
|
|
|
34
34
|
activeItemFontWeight: semantics.fontWeight.body.strong,
|
|
35
35
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
36
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
|
-
activeIndicatorColorInverse: semantics.color.text.base
|
|
37
|
+
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
+
activeIndicatorWidth: semantics.borderWidth.md
|
|
38
39
|
};
|
|
39
40
|
export default topNavBarItem;
|
|
@@ -31,7 +31,6 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
const mask = {
|
|
34
|
-
backgroundColor: _semantics.default.color.background.overlay.base
|
|
35
|
-
darkBackgroundColor: _semantics.default.color.background.overlay.dark
|
|
34
|
+
backgroundColor: _semantics.default.color.background.overlay.base
|
|
36
35
|
};
|
|
37
36
|
var _default = exports.default = mask;
|
|
@@ -35,6 +35,7 @@ const topNavBarActionItems = {
|
|
|
35
35
|
smallViewportActionItemContainerMaxWidth: "50%",
|
|
36
36
|
smallViewportDropdownMenuActiveOptionFontWeight: _semantics.default.fontWeight.body.strong,
|
|
37
37
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
38
|
-
smallViewportDropdownMenuActiveOptionIndicatorWidth: _semantics.default.borderWidth.lg
|
|
38
|
+
smallViewportDropdownMenuActiveOptionIndicatorWidth: _semantics.default.borderWidth.lg,
|
|
39
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor"
|
|
39
40
|
};
|
|
40
41
|
var _default = exports.default = topNavBarActionItems;
|
|
@@ -42,6 +42,7 @@ const topNavBarItem = {
|
|
|
42
42
|
activeItemFontWeight: _semantics.default.fontWeight.body.strong,
|
|
43
43
|
activeItemIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
44
44
|
activeIndicatorColor: _semantics.default.color.text.inverse,
|
|
45
|
-
activeIndicatorColorInverse: _semantics.default.color.text.base
|
|
45
|
+
activeIndicatorColorInverse: _semantics.default.color.text.base,
|
|
46
|
+
activeIndicatorWidth: _semantics.default.borderWidth.md
|
|
46
47
|
};
|
|
47
48
|
var _default = exports.default = topNavBarItem;
|
|
@@ -31,7 +31,6 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
const mask = {
|
|
34
|
-
backgroundColor: _semantics.default.color.background.overlay.base
|
|
35
|
-
darkBackgroundColor: _semantics.default.color.background.overlay.dark
|
|
34
|
+
backgroundColor: _semantics.default.color.background.overlay.base
|
|
36
35
|
};
|
|
37
36
|
var _default = exports.default = mask;
|
|
@@ -35,6 +35,7 @@ const topNavBarActionItems = {
|
|
|
35
35
|
smallViewportActionItemContainerMaxWidth: "50%",
|
|
36
36
|
smallViewportDropdownMenuActiveOptionFontWeight: _semantics.default.fontWeight.body.strong,
|
|
37
37
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
38
|
-
smallViewportDropdownMenuActiveOptionIndicatorWidth: _semantics.default.borderWidth.lg
|
|
38
|
+
smallViewportDropdownMenuActiveOptionIndicatorWidth: _semantics.default.borderWidth.lg,
|
|
39
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor"
|
|
39
40
|
};
|
|
40
41
|
var _default = exports.default = topNavBarActionItems;
|
|
@@ -42,6 +42,7 @@ const topNavBarItem = {
|
|
|
42
42
|
activeItemFontWeight: _semantics.default.fontWeight.body.strong,
|
|
43
43
|
activeItemIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
44
44
|
activeIndicatorColor: _semantics.default.color.text.inverse,
|
|
45
|
-
activeIndicatorColorInverse: _semantics.default.color.text.base
|
|
45
|
+
activeIndicatorColorInverse: _semantics.default.color.text.base,
|
|
46
|
+
activeIndicatorWidth: _semantics.default.borderWidth.md
|
|
46
47
|
};
|
|
47
48
|
var _default = exports.default = topNavBarItem;
|
|
@@ -31,7 +31,6 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
const mask = {
|
|
34
|
-
backgroundColor: _semantics.default.color.background.overlay.base
|
|
35
|
-
darkBackgroundColor: _semantics.default.color.background.overlay.dark
|
|
34
|
+
backgroundColor: _semantics.default.color.background.overlay.base
|
|
36
35
|
};
|
|
37
36
|
var _default = exports.default = mask;
|
|
@@ -35,6 +35,7 @@ const topNavBarActionItems = {
|
|
|
35
35
|
smallViewportActionItemContainerMaxWidth: "50%",
|
|
36
36
|
smallViewportDropdownMenuActiveOptionFontWeight: _semantics.default.fontWeight.body.strong,
|
|
37
37
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
38
|
-
smallViewportDropdownMenuActiveOptionIndicatorWidth: _semantics.default.borderWidth.lg
|
|
38
|
+
smallViewportDropdownMenuActiveOptionIndicatorWidth: _semantics.default.borderWidth.lg,
|
|
39
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor"
|
|
39
40
|
};
|
|
40
41
|
var _default = exports.default = topNavBarActionItems;
|
|
@@ -42,6 +42,7 @@ const topNavBarItem = {
|
|
|
42
42
|
activeItemFontWeight: _semantics.default.fontWeight.body.strong,
|
|
43
43
|
activeItemIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
44
44
|
activeIndicatorColor: _semantics.default.color.text.inverse,
|
|
45
|
-
activeIndicatorColorInverse: _semantics.default.color.text.base
|
|
45
|
+
activeIndicatorColorInverse: _semantics.default.color.text.base,
|
|
46
|
+
activeIndicatorWidth: _semantics.default.borderWidth.md
|
|
46
47
|
};
|
|
47
48
|
var _default = exports.default = topNavBarItem;
|
|
@@ -31,7 +31,6 @@ var _semantics = _interopRequireDefault(require("../semantics"));
|
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
const mask = {
|
|
34
|
-
backgroundColor: _semantics.default.color.background.overlay.base
|
|
35
|
-
darkBackgroundColor: _semantics.default.color.background.overlay.dark
|
|
34
|
+
backgroundColor: _semantics.default.color.background.overlay.base
|
|
36
35
|
};
|
|
37
36
|
var _default = exports.default = mask;
|
|
@@ -35,6 +35,7 @@ const topNavBarActionItems = {
|
|
|
35
35
|
smallViewportActionItemContainerMaxWidth: "50%",
|
|
36
36
|
smallViewportDropdownMenuActiveOptionFontWeight: _semantics.default.fontWeight.body.strong,
|
|
37
37
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
38
|
-
smallViewportDropdownMenuActiveOptionIndicatorWidth: _semantics.default.borderWidth.lg
|
|
38
|
+
smallViewportDropdownMenuActiveOptionIndicatorWidth: _semantics.default.borderWidth.lg,
|
|
39
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor"
|
|
39
40
|
};
|
|
40
41
|
var _default = exports.default = topNavBarActionItems;
|
|
@@ -42,6 +42,7 @@ const topNavBarItem = {
|
|
|
42
42
|
activeItemFontWeight: _semantics.default.fontWeight.body.strong,
|
|
43
43
|
activeItemIndicatorSpacing: _semantics.default.spacing.spaceXs,
|
|
44
44
|
activeIndicatorColor: _semantics.default.color.text.inverse,
|
|
45
|
-
activeIndicatorColorInverse: _semantics.default.color.text.base
|
|
45
|
+
activeIndicatorColorInverse: _semantics.default.color.text.base,
|
|
46
|
+
activeIndicatorWidth: _semantics.default.borderWidth.md
|
|
46
47
|
};
|
|
47
48
|
var _default = exports.default = topNavBarItem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-themes",
|
|
3
|
-
"version": "11.7.2-snapshot-
|
|
3
|
+
"version": "11.7.2-snapshot-10",
|
|
4
4
|
"description": "A library of instructure themes",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"@testing-library/jest-dom": "^6.6.3",
|
|
18
18
|
"@testing-library/react": "15.0.7",
|
|
19
19
|
"vitest": "^3.2.2",
|
|
20
|
-
"@instructure/ui-babel-preset": "11.7.2-snapshot-
|
|
20
|
+
"@instructure/ui-babel-preset": "11.7.2-snapshot-10"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@tokens-studio/types": "^0.5.2",
|
|
24
|
-
"@instructure/shared-types": "11.7.2-snapshot-
|
|
24
|
+
"@instructure/shared-types": "11.7.2-snapshot-10"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|
|
@@ -28,6 +28,7 @@ export type TopNavBarActionItems = {
|
|
|
28
28
|
smallViewportDropdownMenuActiveOptionFontWeight: string | number
|
|
29
29
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: string
|
|
30
30
|
smallViewportDropdownMenuActiveOptionIndicatorWidth: string
|
|
31
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: string | number
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
export default TopNavBarActionItems
|
|
@@ -25,8 +25,5 @@
|
|
|
25
25
|
import type { Mask } from "../../componentTypes/mask"
|
|
26
26
|
import semantics from "../semantics"
|
|
27
27
|
|
|
28
|
-
const mask: Mask = {
|
|
29
|
-
backgroundColor: semantics.color.background.overlay.base,
|
|
30
|
-
darkBackgroundColor: semantics.color.background.overlay.dark,
|
|
31
|
-
}
|
|
28
|
+
const mask: Mask = { backgroundColor: semantics.color.background.overlay.base }
|
|
32
29
|
export default mask
|
|
@@ -31,5 +31,6 @@ const topNavBarActionItems: TopNavBarActionItems = {
|
|
|
31
31
|
smallViewportDropdownMenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
|
|
32
32
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
|
|
33
33
|
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg,
|
|
34
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor",
|
|
34
35
|
}
|
|
35
36
|
export default topNavBarActionItems
|
|
@@ -38,5 +38,6 @@ const topNavBarItem: TopNavBarItem = {
|
|
|
38
38
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
39
39
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
40
40
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
41
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
41
42
|
}
|
|
42
43
|
export default topNavBarItem
|
|
@@ -25,8 +25,5 @@
|
|
|
25
25
|
import type { Mask } from "../../componentTypes/mask"
|
|
26
26
|
import semantics from "../semantics"
|
|
27
27
|
|
|
28
|
-
const mask: Mask = {
|
|
29
|
-
backgroundColor: semantics.color.background.overlay.base,
|
|
30
|
-
darkBackgroundColor: semantics.color.background.overlay.dark,
|
|
31
|
-
}
|
|
28
|
+
const mask: Mask = { backgroundColor: semantics.color.background.overlay.base }
|
|
32
29
|
export default mask
|
|
@@ -31,5 +31,6 @@ const topNavBarActionItems: TopNavBarActionItems = {
|
|
|
31
31
|
smallViewportDropdownMenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
|
|
32
32
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
|
|
33
33
|
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg,
|
|
34
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor",
|
|
34
35
|
}
|
|
35
36
|
export default topNavBarActionItems
|
|
@@ -38,5 +38,6 @@ const topNavBarItem: TopNavBarItem = {
|
|
|
38
38
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
39
39
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
40
40
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
41
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
41
42
|
}
|
|
42
43
|
export default topNavBarItem
|
|
@@ -25,8 +25,5 @@
|
|
|
25
25
|
import type { Mask } from "../../componentTypes/mask"
|
|
26
26
|
import semantics from "../semantics"
|
|
27
27
|
|
|
28
|
-
const mask: Mask = {
|
|
29
|
-
backgroundColor: semantics.color.background.overlay.base,
|
|
30
|
-
darkBackgroundColor: semantics.color.background.overlay.dark,
|
|
31
|
-
}
|
|
28
|
+
const mask: Mask = { backgroundColor: semantics.color.background.overlay.base }
|
|
32
29
|
export default mask
|
|
@@ -31,5 +31,6 @@ const topNavBarActionItems: TopNavBarActionItems = {
|
|
|
31
31
|
smallViewportDropdownMenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
|
|
32
32
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
|
|
33
33
|
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg,
|
|
34
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor",
|
|
34
35
|
}
|
|
35
36
|
export default topNavBarActionItems
|
|
@@ -38,5 +38,6 @@ const topNavBarItem: TopNavBarItem = {
|
|
|
38
38
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
39
39
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
40
40
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
41
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
41
42
|
}
|
|
42
43
|
export default topNavBarItem
|
|
@@ -25,8 +25,5 @@
|
|
|
25
25
|
import type { Mask } from "../../componentTypes/mask"
|
|
26
26
|
import semantics from "../semantics"
|
|
27
27
|
|
|
28
|
-
const mask: Mask = {
|
|
29
|
-
backgroundColor: semantics.color.background.overlay.base,
|
|
30
|
-
darkBackgroundColor: semantics.color.background.overlay.dark,
|
|
31
|
-
}
|
|
28
|
+
const mask: Mask = { backgroundColor: semantics.color.background.overlay.base }
|
|
32
29
|
export default mask
|
|
@@ -31,5 +31,6 @@ const topNavBarActionItems: TopNavBarActionItems = {
|
|
|
31
31
|
smallViewportDropdownMenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
|
|
32
32
|
smallViewportDropdownMenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
|
|
33
33
|
smallViewportDropdownMenuActiveOptionIndicatorWidth: semantics.borderWidth.lg,
|
|
34
|
+
smallViewportDropdownMenuActiveOptionIndicatorColor: "currentColor",
|
|
34
35
|
}
|
|
35
36
|
export default topNavBarActionItems
|
|
@@ -38,5 +38,6 @@ const topNavBarItem: TopNavBarItem = {
|
|
|
38
38
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
39
39
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
40
40
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
41
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
41
42
|
}
|
|
42
43
|
export default topNavBarItem
|
|
@@ -1442,7 +1442,6 @@ $instui-canvas-new-theme-components-modal-body-inverse-background-color: #334450
|
|
|
1442
1442
|
$instui-canvas-new-theme-components-modal-body-padding: 1.5rem;
|
|
1443
1443
|
$instui-canvas-new-theme-components-modal-body-padding-compact: 0.75rem;
|
|
1444
1444
|
$instui-canvas-new-theme-components-mask-background-color: rgba(255,255,255,0.75);
|
|
1445
|
-
$instui-canvas-new-theme-components-mask-dark-background-color: rgba(28,34,43,0.75);
|
|
1446
1445
|
$instui-canvas-new-theme-components-form-field-layout-text-color: #273540;
|
|
1447
1446
|
$instui-canvas-new-theme-components-form-field-layout-readonly-text-color: #576773;
|
|
1448
1447
|
$instui-canvas-new-theme-components-form-field-layout-asterisk-color: #273540;
|
|
@@ -2354,6 +2353,7 @@ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-acti
|
|
|
2354
2353
|
$instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-font-weight: 700;
|
|
2355
2354
|
$instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-spacing: 0.25rem;
|
|
2356
2355
|
$instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-width: 0.25rem;
|
|
2356
|
+
$instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-color: currentColor;
|
|
2357
2357
|
$instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-spacing: 0.25rem;
|
|
2358
2358
|
$instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-width: 0.25rem;
|
|
2359
2359
|
$instui-canvas-new-theme-components-top-nav-bar-layout-desktop-height: 4rem;
|
|
@@ -2407,6 +2407,7 @@ $instui-canvas-new-theme-components-top-nav-bar-item-active-item-font-weight: 70
|
|
|
2407
2407
|
$instui-canvas-new-theme-components-top-nav-bar-item-active-item-indicator-spacing: 0.25rem;
|
|
2408
2408
|
$instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-color: #ffffff;
|
|
2409
2409
|
$instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-color-inverse: #273540;
|
|
2410
|
+
$instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-width: 0.125rem;
|
|
2410
2411
|
$instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-width: 0.125rem;
|
|
2411
2412
|
$instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-item-spacing: 1rem;
|
|
2412
2413
|
$instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-spacing: 0.25rem;
|