Skip to content

Commit 216a7a9

Browse files
committed
chore(ci): update metadata and test coverage report
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent ef0a912 commit 216a7a9

9 files changed

Lines changed: 46 additions & 12 deletions

File tree

‎projects/code/package.json‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
},
77
"description": "Code authoring related components. Providing syntax-highlighted code blocks with support for multiple programming languages.",
88
"keywords": [
9+
"nvidia",
910
"web-components",
10-
"syntax-highlight",
11-
"code-blocks"
11+
"custom-elements",
12+
"code-blocks",
13+
"syntax-highlighting",
14+
"highlight.js",
15+
"lit"
1216
],
1317
"homepage": "https://NVIDIA.github.io/elements/",
1418
"repository": {

‎projects/core/package.json‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
},
77
"description": "The Design Language for AI/ML Factories Building at the Speed of Light. Provides a set of accessible and themeable UI elements.",
88
"keywords": [
9+
"nvidia",
910
"web-components",
11+
"custom-elements",
1012
"design-system",
11-
"ui-components"
13+
"ui-components",
14+
"accessibility",
15+
"lit"
1216
],
1317
"homepage": "https://NVIDIA.github.io/elements/",
1418
"repository": {

‎projects/core/src/grid/grid.test.ts‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ describe(Grid.metadata.tag, () => {
5858
expect(element.matches(':state(scrolling)')).toBe(false);
5959
});
6060

61+
it('should default to no scroll target before rendering',()=>{
62+
constdetachedElement=document.createElement(Grid.metadata.tag)asGrid;
63+
expect(detachedElement.stateScrollConfig.target).toBeUndefined();
64+
});
65+
6166
it('should enable keynav control from keynav controller',async()=>{
6267
awaitelementIsStable(element);
6368
expect(element.keynavGridConfig.cells[0].tabIndex).toBe(0);

‎projects/forms/package.json‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
},
77
"description": "Form control utilities and validation providing mixins, validators, and schema-based validation. Includes form association, event handling, and support for complex data types.",
88
"keywords": [
9+
"nvidia",
10+
"web-components",
11+
"custom-elements",
912
"forms",
10-
"validation",
11-
"web-components"
13+
"form-validation",
14+
"form-associated-custom-elements",
15+
"lit"
1216
],
1317
"homepage": "https://NVIDIA.github.io/elements/",
1418
"repository": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5ec710720a8ed82b67e5254fa8c0d73aef6fc1ca5af3961b534ddca2e656dbf0
3-
size 2672350
2+
oid sha256:e07df5dad51d1b03d42dd8fe0ec6197a985a651a6b91debbb7dd0c36a28b6000
3+
size 2580493

‎projects/markdown/package.json‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@
66
},
77
"description": "A suite of markdown components and utilities.",
88
"keywords": [
9+
"nvidia",
10+
"web-components",
11+
"custom-elements",
912
"markdown",
10-
"web-components"
13+
"markdown-renderer",
14+
"markdown-it",
15+
"lit"
1116
],
1217
"homepage": "https://NVIDIA.github.io/elements/",
1318
"repository": {

‎projects/media/package.json‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
"version": "0.0.0",
44
"description": "Media playback UI components for Elements",
55
"keywords": [
6+
"nvidia",
7+
"web-components",
8+
"custom-elements",
69
"media",
7-
"playback",
8-
"web-components"
10+
"media-playback",
11+
"ui-components",
12+
"design-system"
913
],
1014
"type": "module",
1115
"repository": {

‎projects/monaco/package.json‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
},
77
"description": "Provides integration with VS Code's Monaco editor for code editing, syntax highlighting, and diff visualization.",
88
"keywords": [
9+
"nvidia",
10+
"web-components",
11+
"custom-elements",
912
"monaco",
1013
"code-editor",
11-
"web-components"
14+
"diff-editor",
15+
"syntax-highlighting"
1216
],
1317
"homepage": "https://NVIDIA.github.io/elements/",
1418
"repository": {

‎projects/themes/package.json‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
},
77
"description": "Themes for the Elements design system, providing comprehensive color palettes, typography, and spacing.",
88
"keywords": [
9+
"nvidia",
10+
"design-system",
911
"themes",
1012
"design-tokens",
11-
"css-variables"
13+
"css-variables",
14+
"dark-theme",
15+
"high-contrast"
1216
],
1317
"homepage": "https://NVIDIA.github.io/elements/",
1418
"customElements": "dist/custom-elements.json",

0 commit comments

Comments
 (0)