@nvidia-elements/core 0.0.2 → 0.0.3

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.
Files changed (195) hide show
  1. package/CHANGELOG.md +17 -28
  2. package/README.md +1 -10
  3. package/dist/_virtual/{_@oxc-project_runtime@0.115.0 → _@oxc-project_runtime@0.123.0}/helpers/decorate.js +1 -1
  4. package/dist/accordion/accordion2.js +5 -5
  5. package/dist/alert/alert-banner2.js +1 -1
  6. package/dist/alert/alert-group2.js +2 -2
  7. package/dist/alert/alert2.js +2 -2
  8. package/dist/avatar/avatar-group2.js +1 -1
  9. package/dist/avatar/avatar2.js +2 -2
  10. package/dist/badge/badge2.js +2 -2
  11. package/dist/breadcrumb/breadcrumb2.js +2 -2
  12. package/dist/bundles/index.d.ts +38 -34
  13. package/dist/bundles/index.js +13 -6952
  14. package/dist/button/button2.js +2 -2
  15. package/dist/button-group/button-group2.js +2 -2
  16. package/dist/card/card2.js +5 -5
  17. package/dist/chat-message/chat-message2.js +2 -2
  18. package/dist/checkbox/checkbox-group2.js +2 -2
  19. package/dist/checkbox/checkbox2.js +2 -2
  20. package/dist/checkbox/define.js +6 -3
  21. package/dist/checkbox/define.js.map +1 -1
  22. package/dist/color/color2.js +2 -2
  23. package/dist/color/define.js +5 -3
  24. package/dist/color/define.js.map +1 -1
  25. package/dist/combobox/combobox.d.ts +1 -0
  26. package/dist/combobox/combobox.examples.js.map +1 -1
  27. package/dist/combobox/combobox.examples.json +11 -0
  28. package/dist/combobox/combobox2.js +76 -55
  29. package/dist/combobox/combobox2.js.map +1 -1
  30. package/dist/combobox/define.js +5 -3
  31. package/dist/combobox/define.js.map +1 -1
  32. package/dist/copy-button/copy-button2.js +2 -2
  33. package/dist/custom-elements-jsx.d.ts +9 -62
  34. package/dist/custom-elements-vue.d.ts +9 -62
  35. package/dist/custom-elements.json +61 -733
  36. package/dist/data.html.json +4 -42
  37. package/dist/date/date2.js +2 -2
  38. package/dist/date/define.js +5 -3
  39. package/dist/date/define.js.map +1 -1
  40. package/dist/datetime/datetime2.js +2 -2
  41. package/dist/datetime/define.js +5 -3
  42. package/dist/datetime/define.js.map +1 -1
  43. package/dist/dialog/dialog-footer2.js +2 -2
  44. package/dist/dialog/dialog-header2.js +2 -2
  45. package/dist/dialog/dialog2.js +2 -2
  46. package/dist/divider/divider2.js +2 -2
  47. package/dist/dot/dot2.js +2 -2
  48. package/dist/drawer/drawer-content2.js +2 -2
  49. package/dist/drawer/drawer-footer2.js +2 -2
  50. package/dist/drawer/drawer-header2.js +2 -2
  51. package/dist/drawer/drawer2.js +2 -2
  52. package/dist/dropdown/dropdown-footer2.js +2 -2
  53. package/dist/dropdown/dropdown-header2.js +2 -2
  54. package/dist/dropdown/dropdown2.js +2 -2
  55. package/dist/dropdown-group/dropdown-group.js +2 -2
  56. package/dist/dropzone/dropzone2.js +2 -2
  57. package/dist/file/define.js +5 -3
  58. package/dist/file/define.js.map +1 -1
  59. package/dist/file/file2.js +1 -1
  60. package/dist/forms/control/control2.js +2 -2
  61. package/dist/forms/control-group/control-group2.js +2 -2
  62. package/dist/forms/control-message/control-message2.js +2 -2
  63. package/dist/grid/cell/cell2.js +1 -1
  64. package/dist/grid/column/column.d.ts +1 -0
  65. package/dist/grid/column/column2.js +5 -2
  66. package/dist/grid/column/column2.js.map +1 -1
  67. package/dist/grid/footer/footer2.js +2 -2
  68. package/dist/grid/grid2.js +2 -2
  69. package/dist/grid/header/header2.js +2 -2
  70. package/dist/grid/placeholder/placeholder2.js +1 -1
  71. package/dist/grid/row/row2.js +2 -2
  72. package/dist/icon/icon2.js +3 -3
  73. package/dist/icon-button/icon-button2.js +2 -2
  74. package/dist/index.js +1 -1
  75. package/dist/input/define.js +6 -3
  76. package/dist/input/define.js.map +1 -1
  77. package/dist/input/input-group2.js +1 -1
  78. package/dist/input/input2.js +2 -2
  79. package/dist/internal/base/button.js +1 -1
  80. package/dist/internal/index.js +40 -40
  81. package/dist/internal/services/global.service.js +1 -1
  82. package/dist/internal/utils/dom.d.ts +2 -0
  83. package/dist/internal/utils/dom.js +51 -51
  84. package/dist/internal/utils/dom.js.map +1 -1
  85. package/dist/logo/logo2.js +2 -2
  86. package/dist/menu/menu-item2.js +2 -2
  87. package/dist/menu/menu.d.ts +3 -0
  88. package/dist/menu/menu2.js +23 -2
  89. package/dist/menu/menu2.js.map +1 -1
  90. package/dist/month/define.js +5 -3
  91. package/dist/month/define.js.map +1 -1
  92. package/dist/month/month2.js +2 -2
  93. package/dist/notification/notification-group2.js +2 -2
  94. package/dist/notification/notification2.js +2 -2
  95. package/dist/page/page-panel/page-panel-content2.js +1 -1
  96. package/dist/page/page-panel/page-panel-footer2.js +2 -2
  97. package/dist/page/page-panel/page-panel-header2.js +2 -2
  98. package/dist/page/page-panel/page-panel2.js +2 -2
  99. package/dist/page/page.examples.js.map +1 -1
  100. package/dist/page/page2.js +2 -2
  101. package/dist/page-header/page-header.examples.js.map +1 -1
  102. package/dist/page-header/page-header2.js +1 -1
  103. package/dist/page-loader/page-loader.js +1 -1
  104. package/dist/page-loader/page-loader.js.map +1 -1
  105. package/dist/page-loader/page-loader2.js +2 -2
  106. package/dist/pagination/pagination2.js +2 -2
  107. package/dist/panel/panel2.js +5 -5
  108. package/dist/password/define.js +5 -3
  109. package/dist/password/define.js.map +1 -1
  110. package/dist/password/password2.js +2 -2
  111. package/dist/preferences-input/preferences-input2.js +2 -2
  112. package/dist/progress-bar/progress-bar2.js +2 -2
  113. package/dist/progress-ring/progress-ring2.js +2 -2
  114. package/dist/progressive-filter-chip/progressive-filter-chip2.js +2 -2
  115. package/dist/pulse/pulse2.js +2 -2
  116. package/dist/radio/define.js +6 -3
  117. package/dist/radio/define.js.map +1 -1
  118. package/dist/radio/radio-group2.js +2 -2
  119. package/dist/radio/radio2.js +2 -2
  120. package/dist/range/define.js +5 -3
  121. package/dist/range/define.js.map +1 -1
  122. package/dist/range/range2.js +2 -2
  123. package/dist/resize-handle/resize-handle2.js +2 -2
  124. package/dist/search/define.js +5 -3
  125. package/dist/search/define.js.map +1 -1
  126. package/dist/search/search2.js +2 -2
  127. package/dist/select/define.js +5 -3
  128. package/dist/select/define.js.map +1 -1
  129. package/dist/select/select2.js +2 -2
  130. package/dist/skeleton/skeleton2.js +2 -2
  131. package/dist/sort-button/sort-button2.js +2 -2
  132. package/dist/sparkline/sparkline.utils.js +2 -8
  133. package/dist/sparkline/sparkline.utils.js.map +1 -1
  134. package/dist/sparkline/sparkline2.js +2 -2
  135. package/dist/star-rating/define.js +5 -3
  136. package/dist/star-rating/define.js.map +1 -1
  137. package/dist/star-rating/star-rating2.js +2 -2
  138. package/dist/steps/steps2.js +3 -3
  139. package/dist/switch/define.js +6 -3
  140. package/dist/switch/define.js.map +1 -1
  141. package/dist/switch/switch-group2.js +2 -2
  142. package/dist/switch/switch2.js +2 -2
  143. package/dist/tabs/tabs2.js +3 -3
  144. package/dist/tag/tag2.js +2 -2
  145. package/dist/textarea/define.js +5 -3
  146. package/dist/textarea/define.js.map +1 -1
  147. package/dist/textarea/textarea2.js +1 -1
  148. package/dist/time/define.js +5 -3
  149. package/dist/time/define.js.map +1 -1
  150. package/dist/time/time2.js +2 -2
  151. package/dist/toast/toast2.js +2 -2
  152. package/dist/toggletip/toggletip-footer2.js +2 -2
  153. package/dist/toggletip/toggletip-header2.js +2 -2
  154. package/dist/toggletip/toggletip2.js +2 -2
  155. package/dist/toolbar/toolbar2.js +2 -2
  156. package/dist/tooltip/tooltip2.js +2 -2
  157. package/dist/tree/tree-node2.js +2 -2
  158. package/dist/tree/tree2.js +2 -2
  159. package/dist/week/define.js +5 -3
  160. package/dist/week/define.js.map +1 -1
  161. package/dist/week/week2.js +2 -2
  162. package/package.json +10 -36
  163. package/dist/app-header/app-header.d.ts +0 -39
  164. package/dist/app-header/app-header.js +0 -6
  165. package/dist/app-header/app-header.js.map +0 -1
  166. package/dist/app-header/app-header2.js +0 -54
  167. package/dist/app-header/app-header2.js.map +0 -1
  168. package/dist/app-header/define.d.ts +0 -6
  169. package/dist/app-header/define.js +0 -7
  170. package/dist/app-header/define.js.map +0 -1
  171. package/dist/app-header/index.d.ts +0 -1
  172. package/dist/app-header/index.js +0 -2
  173. package/dist/bundles/audit-logs.js +0 -50
  174. package/dist/bundles/icons.js +0 -285
  175. package/dist/bundles/index.css +0 -2
  176. package/dist/bundles/log.service.js +0 -90
  177. package/dist/bundles/rolldown-runtime.js +0 -11
  178. package/dist/css/module.layout.css +0 -1
  179. package/dist/css/module.typography.css +0 -1
  180. package/dist/index.css +0 -1
  181. package/dist/json-viewer/define.d.ts +0 -8
  182. package/dist/json-viewer/define.js +0 -8
  183. package/dist/json-viewer/define.js.map +0 -1
  184. package/dist/json-viewer/index.d.ts +0 -2
  185. package/dist/json-viewer/index.js +0 -3
  186. package/dist/json-viewer/json-viewer.d.ts +0 -25
  187. package/dist/json-viewer/json-viewer.js +0 -6
  188. package/dist/json-viewer/json-viewer.js.map +0 -1
  189. package/dist/json-viewer/json-viewer2.js +0 -39
  190. package/dist/json-viewer/json-viewer2.js.map +0 -1
  191. package/dist/json-viewer/node/node.d.ts +0 -21
  192. package/dist/json-viewer/node/node.js +0 -6
  193. package/dist/json-viewer/node/node.js.map +0 -1
  194. package/dist/json-viewer/node/node2.js +0 -72
  195. package/dist/json-viewer/node/node2.js.map +0 -1
@@ -2479,199 +2479,6 @@
2479
2479
  }
2480
2480
  ]
2481
2481
  },
2482
- {
2483
- "kind": "javascript-module",
2484
- "path": "/src/app-header/app-header.js",
2485
- "declarations": [
2486
- {
2487
- "kind": "class",
2488
- "description": "An element that appears across the top of all pages containing the application name and primary navigation.",
2489
- "name": "AppHeader",
2490
- "cssProperties": [
2491
- {
2492
- "name": "--background",
2493
- "description": "[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/background)"
2494
- },
2495
- {
2496
- "name": "--padding",
2497
- "description": "[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/padding)"
2498
- },
2499
- {
2500
- "name": "--border-bottom",
2501
- "description": "[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom)"
2502
- },
2503
- {
2504
- "name": "--color",
2505
- "description": "[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color)"
2506
- },
2507
- {
2508
- "name": "--font-weight",
2509
- "description": "[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight)"
2510
- },
2511
- {
2512
- "name": "--text-decoration",
2513
- "description": "[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration)"
2514
- }
2515
- ],
2516
- "slots": [
2517
- {
2518
- "description": "Use the default slot in `logo` to create an app logo badge within the app header. Include a `<span>` element inside `app-header` to change the default application title.",
2519
- "name": ""
2520
- },
2521
- {
2522
- "name": "title"
2523
- },
2524
- {
2525
- "description": "For `button` and `icon-button` elements used for navigation behavior. Use the `active` attribute to show the current page.",
2526
- "name": "nav-items"
2527
- },
2528
- {
2529
- "description": "For `icon-button` elements. Places them in the supplemental actions section of the app header.",
2530
- "name": "nav-actions"
2531
- }
2532
- ],
2533
- "members": [
2534
- {
2535
- "name": "nve-layout",
2536
- "deprecated": true,
2537
- "description": "not supported on custom element tags",
2538
- "type": {
2539
- "text": "string",
2540
- "values": [
2541
- {
2542
- "value": "string",
2543
- "description": ""
2544
- },
2545
- {
2546
- "value": "string",
2547
- "description": ""
2548
- }
2549
- ],
2550
- "_sourceAliases": []
2551
- },
2552
- "attribute": "nve-layout",
2553
- "kind": "field"
2554
- },
2555
- {
2556
- "name": "nve-text",
2557
- "deprecated": true,
2558
- "description": "not supported on custom element tags",
2559
- "type": {
2560
- "text": "string",
2561
- "values": [
2562
- {
2563
- "value": "string",
2564
- "description": ""
2565
- },
2566
- {
2567
- "value": "string",
2568
- "description": ""
2569
- }
2570
- ],
2571
- "_sourceAliases": []
2572
- },
2573
- "attribute": "nve-text",
2574
- "kind": "field"
2575
- }
2576
- ],
2577
- "attributes": [
2578
- {
2579
- "name": "nve-layout",
2580
- "deprecated": true,
2581
- "description": "not supported on custom element tags",
2582
- "type": {
2583
- "text": "string",
2584
- "values": [
2585
- {
2586
- "value": "string",
2587
- "description": ""
2588
- },
2589
- {
2590
- "value": "string",
2591
- "description": ""
2592
- }
2593
- ],
2594
- "_sourceAliases": []
2595
- }
2596
- },
2597
- {
2598
- "name": "nve-text",
2599
- "deprecated": true,
2600
- "description": "not supported on custom element tags",
2601
- "type": {
2602
- "text": "string",
2603
- "values": [
2604
- {
2605
- "value": "string",
2606
- "description": ""
2607
- },
2608
- {
2609
- "value": "string",
2610
- "description": ""
2611
- }
2612
- ],
2613
- "_sourceAliases": []
2614
- }
2615
- }
2616
- ],
2617
- "superclass": {
2618
- "name": "LitElement",
2619
- "package": "lit"
2620
- },
2621
- "deprecated": "use `nve-page-header` instead",
2622
- "tagName": "nve-app-header",
2623
- "customElement": true,
2624
- "metadata": {
2625
- "unitTests": true,
2626
- "apiReview": true,
2627
- "performance": true,
2628
- "stable": true,
2629
- "vqa": true,
2630
- "responsive": false,
2631
- "themes": true,
2632
- "aria": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav",
2633
- "entrypoint": "",
2634
- "example": "",
2635
- "package": true,
2636
- "since": "0.11.0",
2637
- "status": "stable",
2638
- "behavior": "navigation",
2639
- "markdown": "## nve-app-header\n\nAn element that appears across the top of all pages containing the application name and primary navigation.\n\n### Import\n\n```javascript\nimport '/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | Use the default slot in `logo` to create an app logo badge within the app header. Include a `<span>` element inside `app-header` to change the default application title. |\n| title | `string` | |\n| nav-items | `string` | For `button` and `icon-button` elements used for navigation behavior. Use the `active` attribute to show the current page. |\n| nav-actions | `string` | For `icon-button` elements. Places them in the supplemental actions section of the app header. |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --background | `string` | [MDN](https://mdn.dev/CSS/background) |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --border-bottom | `string` | [MDN](https://mdn.dev/CSS/border-bottom) |\n| --color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --text-decoration | `string` | [MDN](https://mdn.dev/CSS/text-decoration) |"
2640
- }
2641
- }
2642
- ],
2643
- "exports": [
2644
- {
2645
- "kind": "js",
2646
- "name": "AppHeader",
2647
- "declaration": {
2648
- "name": "AppHeader",
2649
- "module": "/src/app-header/app-header.js"
2650
- }
2651
- }
2652
- ]
2653
- },
2654
- {
2655
- "kind": "javascript-module",
2656
- "path": "/src/app-header/define.js",
2657
- "declarations": [],
2658
- "exports": []
2659
- },
2660
- {
2661
- "kind": "javascript-module",
2662
- "path": "/src/app-header/index.js",
2663
- "declarations": [],
2664
- "exports": [
2665
- {
2666
- "kind": "js",
2667
- "name": "*",
2668
- "declaration": {
2669
- "name": "*",
2670
- "module": "home/runner/work/elements/elements/projects/core/src/app-header/app-header.js"
2671
- }
2672
- }
2673
- ]
2674
- },
2675
2482
  {
2676
2483
  "kind": "javascript-module",
2677
2484
  "path": "/src/avatar/avatar-group.js",
@@ -9347,6 +9154,22 @@
9347
9154
  }
9348
9155
  }
9349
9156
  ],
9157
+ "events": [
9158
+ {
9159
+ "description": "Fires when the user scrolls the dropdown option list. Throttled to one dispatch per animation frame. `detail: { scrollTop, scrollHeight, clientHeight }`.",
9160
+ "name": "scroll"
9161
+ },
9162
+ {
9163
+ "name": "reset",
9164
+ "type": {
9165
+ "text": "CustomEvent"
9166
+ },
9167
+ "inheritedFrom": {
9168
+ "name": "Control",
9169
+ "module": "/src/forms/control/control.js"
9170
+ }
9171
+ }
9172
+ ],
9350
9173
  "attributes": [
9351
9174
  {
9352
9175
  "name": "container",
@@ -9592,20 +9415,8 @@
9592
9415
  "since": "0.17.0",
9593
9416
  "status": "stable",
9594
9417
  "behavior": "form",
9595
- "markdown": "## nve-combobox\n\nAn editable combobox with autocomplete behavior and selection support.\n\n### Example\n\n```html\n<nve-combobox>\n <label>label</label>\n <input type=\"search\" />\n <datalist>\n <option value=\"status\"></option>\n <option value=\"priority\"></option>\n <option value=\"date\"></option>\n <option value=\"session\"></option>\n <option value=\"configuration\"></option>\n <option value=\"contains\"></option>\n </datalist>\n <nve-control-message>message</nve-control-message>\n</nve-combobox>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/core/combobox/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for an input and a datalist/select element |\n| prefix-icon | `string` | slot for icon before the input |\n| footer | `string` | slot for dropdown footer content |\n| label | `string` | Label element |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| container | `'flat'` | Demonstrates different container styles to accommodate visual weight and context. - `flat` Element has white space bounds but reduced visual container. |\n| notags | `boolean` | Disable rendering of inline tags for many-item select |\n| reset | | Resets control value to initial attribute value and clears any active validation rules. |\n| selectAll | | Select all options provided |\n| status | `'warning' \\| 'error' \\| 'success' \\| 'disabled'` | Communicates the intent and semantic meaning of an element to help users understand the outcome of their actions. - `warning` Indicates cautionary actions that require careful consideration before proceeding. - `success` Represents positive outcomes, confirmations, or constructive actions. |\n| layout | `\\| 'vertical'\n \\| 'vertical-inline'\n \\| 'horizontal'\n \\| 'horizontal-inline'` | Controls the directional arrangement and spacing behavior of the element's content. - `vertical` Arranges content in a vertical stack with block-level spacing. - `vertical-inline` Arranges content vertically with compact inline spacing for dense layouts. - `horizontal` Arranges content in a horizontal row with block-level spacing. - `horizontal-inline` Arranges content horizontally with compact inline spacing. |\n| fitText (fit-text) | `boolean` | Sets the input to match the width of the active text content of the control value. Only applicable to vertical input box type controls (input, select) |\n| fitContent (fit-content) | `boolean` | Sets the input to match native default content block |\n| i18n | | Enables updating internal string values for internationalization. |\n| prominence | `'muted'` | Controls the visual prominence to establish hierarchy and guide user attention. - `muted` Reduces visual weight for supporting content that should remain subtle and unobtrusive. |\n| nveControl | `string` | |\n| showPicker | | |\n\n### Events\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| reset | `CustomEvent` | |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --scroll-height | `string` | |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --font-size | `string` | [MDN](https://mdn.dev/CSS/font-size) |\n| --height | `string` | [MDN](https://mdn.dev/CSS/height) |\n| --background | `string` | [MDN](https://mdn.dev/CSS/background) |\n| --color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --border-radius | `string` | [MDN](https://mdn.dev/CSS/border-radius) |\n| --border | `string` | [MDN](https://mdn.dev/CSS/border) |\n| --cursor | `string` | [MDN](https://mdn.dev/CSS/cursor) |\n| --font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --border-color | `string` | [MDN](https://mdn.dev/CSS/border-color) |\n| --max-height | `string` | [MDN](https://mdn.dev/CSS/max-height) |\n| --text-transform | `string` | [MDN](https://mdn.dev/CSS/text-transform) |\n| --accent-color | `string` | [MDN](https://mdn.dev/CSS/accent-color) |\n| --label-color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --label-width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --label-font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --label-font-size | `string` | [MDN](https://mdn.dev/CSS/font-size) |\n| --control-width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --control-height | `string` | [MDN](https://mdn.dev/CSS/height) |"
9596
- },
9597
- "events": [
9598
- {
9599
- "name": "reset",
9600
- "type": {
9601
- "text": "CustomEvent"
9602
- },
9603
- "inheritedFrom": {
9604
- "name": "Control",
9605
- "module": "/src/forms/control/control.js"
9606
- }
9607
- }
9608
- ]
9418
+ "markdown": "## nve-combobox\n\nAn editable combobox with autocomplete behavior and selection support.\n\n### Example\n\n```html\n<nve-combobox>\n <label>label</label>\n <input type=\"search\" />\n <datalist>\n <option value=\"status\"></option>\n <option value=\"priority\"></option>\n <option value=\"date\"></option>\n <option value=\"session\"></option>\n <option value=\"configuration\"></option>\n <option value=\"contains\"></option>\n </datalist>\n <nve-control-message>message</nve-control-message>\n</nve-combobox>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/core/combobox/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for an input and a datalist/select element |\n| prefix-icon | `string` | slot for icon before the input |\n| footer | `string` | slot for dropdown footer content |\n| label | `string` | Label element |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| container | `'flat'` | Demonstrates different container styles to accommodate visual weight and context. - `flat` Element has white space bounds but reduced visual container. |\n| notags | `boolean` | Disable rendering of inline tags for many-item select |\n| reset | | Resets control value to initial attribute value and clears any active validation rules. |\n| selectAll | | Select all options provided |\n| status | `'warning' \\| 'error' \\| 'success' \\| 'disabled'` | Communicates the intent and semantic meaning of an element to help users understand the outcome of their actions. - `warning` Indicates cautionary actions that require careful consideration before proceeding. - `success` Represents positive outcomes, confirmations, or constructive actions. |\n| layout | `\\| 'vertical'\n \\| 'vertical-inline'\n \\| 'horizontal'\n \\| 'horizontal-inline'` | Controls the directional arrangement and spacing behavior of the element's content. - `vertical` Arranges content in a vertical stack with block-level spacing. - `vertical-inline` Arranges content vertically with compact inline spacing for dense layouts. - `horizontal` Arranges content in a horizontal row with block-level spacing. - `horizontal-inline` Arranges content horizontally with compact inline spacing. |\n| fitText (fit-text) | `boolean` | Sets the input to match the width of the active text content of the control value. Only applicable to vertical input box type controls (input, select) |\n| fitContent (fit-content) | `boolean` | Sets the input to match native default content block |\n| i18n | | Enables updating internal string values for internationalization. |\n| prominence | `'muted'` | Controls the visual prominence to establish hierarchy and guide user attention. - `muted` Reduces visual weight for supporting content that should remain subtle and unobtrusive. |\n| nveControl | `string` | |\n| showPicker | | |\n\n### Events\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| scroll | `CustomEvent` | Fires when the user scrolls the dropdown option list. Throttled to one dispatch per animation frame. `detail: { scrollTop, scrollHeight, clientHeight }`. |\n| reset | `CustomEvent` | |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --scroll-height | `string` | |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --font-size | `string` | [MDN](https://mdn.dev/CSS/font-size) |\n| --height | `string` | [MDN](https://mdn.dev/CSS/height) |\n| --background | `string` | [MDN](https://mdn.dev/CSS/background) |\n| --color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --border-radius | `string` | [MDN](https://mdn.dev/CSS/border-radius) |\n| --border | `string` | [MDN](https://mdn.dev/CSS/border) |\n| --cursor | `string` | [MDN](https://mdn.dev/CSS/cursor) |\n| --font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --border-color | `string` | [MDN](https://mdn.dev/CSS/border-color) |\n| --max-height | `string` | [MDN](https://mdn.dev/CSS/max-height) |\n| --text-transform | `string` | [MDN](https://mdn.dev/CSS/text-transform) |\n| --accent-color | `string` | [MDN](https://mdn.dev/CSS/accent-color) |\n| --label-color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --label-width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --label-font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --label-font-size | `string` | [MDN](https://mdn.dev/CSS/font-size) |\n| --control-width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --control-height | `string` | [MDN](https://mdn.dev/CSS/height) |"
9419
+ }
9609
9420
  }
9610
9421
  ],
9611
9422
  "exports": [
@@ -32054,6 +31865,34 @@
32054
31865
  }
32055
31866
  ]
32056
31867
  },
31868
+ {
31869
+ "kind": "function",
31870
+ "name": "getPropertyChanges",
31871
+ "parameters": [
31872
+ {
31873
+ "name": "element",
31874
+ "type": {
31875
+ "text": "HTMLElement",
31876
+ "_sourceAliases": []
31877
+ }
31878
+ },
31879
+ {
31880
+ "name": "key",
31881
+ "type": {
31882
+ "text": "string",
31883
+ "_sourceAliases": []
31884
+ }
31885
+ },
31886
+ {
31887
+ "name": "callback",
31888
+ "type": {
31889
+ "text": "(value: unknown) => void",
31890
+ "_sourceAliases": []
31891
+ }
31892
+ }
31893
+ ],
31894
+ "description": "Intercepts a property setter on an element so `callback` fires on every assignment. Does not use a MutationObserver."
31895
+ },
32057
31896
  {
32058
31897
  "kind": "function",
32059
31898
  "name": "getElementUpdate",
@@ -32555,6 +32394,14 @@
32555
32394
  "module": "/src/internal/utils/dom.js"
32556
32395
  }
32557
32396
  },
32397
+ {
32398
+ "kind": "js",
32399
+ "name": "getPropertyChanges",
32400
+ "declaration": {
32401
+ "name": "getPropertyChanges",
32402
+ "module": "/src/internal/utils/dom.js"
32403
+ }
32404
+ },
32558
32405
  {
32559
32406
  "kind": "js",
32560
32407
  "name": "getElementUpdate",
@@ -33463,531 +33310,6 @@
33463
33310
  }
33464
33311
  ]
33465
33312
  },
33466
- {
33467
- "kind": "javascript-module",
33468
- "path": "/src/json-viewer/define.js",
33469
- "declarations": [],
33470
- "exports": []
33471
- },
33472
- {
33473
- "kind": "javascript-module",
33474
- "path": "/src/json-viewer/index.js",
33475
- "declarations": [],
33476
- "exports": [
33477
- {
33478
- "kind": "js",
33479
- "name": "*",
33480
- "declaration": {
33481
- "name": "*",
33482
- "module": "home/runner/work/elements/elements/projects/core/src/json-viewer/json-viewer.js"
33483
- }
33484
- },
33485
- {
33486
- "kind": "js",
33487
- "name": "*",
33488
- "declaration": {
33489
- "name": "*",
33490
- "module": "home/runner/work/elements/elements/projects/core/src/json-viewer/node/node.js"
33491
- }
33492
- }
33493
- ]
33494
- },
33495
- {
33496
- "kind": "javascript-module",
33497
- "path": "/src/json-viewer/json-viewer.js",
33498
- "declarations": [
33499
- {
33500
- "kind": "class",
33501
- "description": "The JSON Viewer is a custom element that renders JSON data in a easy to read format. Use it for prototyping and quickly displaying and debugging data. The JSON View is not a substitute for treeview patterns.",
33502
- "name": "JSONViewer",
33503
- "cssParts": [
33504
- {
33505
- "description": "The json node elements",
33506
- "name": "json-node"
33507
- }
33508
- ],
33509
- "slots": [
33510
- {
33511
- "description": "default slot for json",
33512
- "name": ""
33513
- }
33514
- ],
33515
- "members": [
33516
- {
33517
- "kind": "field",
33518
- "name": "value",
33519
- "type": {
33520
- "text": "object",
33521
- "_sourceAliases": [],
33522
- "values": [
33523
- {
33524
- "value": "object",
33525
- "description": ""
33526
- }
33527
- ]
33528
- },
33529
- "default": "{}",
33530
- "description": "Defines the value associated with the element's name when submitting the form data. The server receives this value in params when the form submits through this button. [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value)",
33531
- "attribute": "value"
33532
- },
33533
- {
33534
- "kind": "field",
33535
- "name": "expanded",
33536
- "type": {
33537
- "text": "boolean",
33538
- "_sourceAliases": [],
33539
- "values": [
33540
- {
33541
- "value": "true",
33542
- "description": "The associated content expands and becomes visible to the user."
33543
- },
33544
- {
33545
- "value": "false",
33546
- "description": "The associated content collapses and hides from the user."
33547
- }
33548
- ]
33549
- },
33550
- "description": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)\n- `true` The associated content expands and becomes visible to the user.\n\n- `false` The associated content collapses and hides from the user.",
33551
- "attribute": "expanded",
33552
- "descriptionText": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)"
33553
- },
33554
- {
33555
- "kind": "field",
33556
- "name": "expandedAll",
33557
- "type": {
33558
- "text": "boolean",
33559
- "_sourceAliases": [],
33560
- "values": [
33561
- {
33562
- "value": "boolean",
33563
- "description": ""
33564
- }
33565
- ]
33566
- },
33567
- "attribute": "expandedAll"
33568
- },
33569
- {
33570
- "name": "nve-layout",
33571
- "deprecated": true,
33572
- "description": "not supported on custom element tags",
33573
- "type": {
33574
- "text": "string",
33575
- "values": [
33576
- {
33577
- "value": "string",
33578
- "description": ""
33579
- },
33580
- {
33581
- "value": "string",
33582
- "description": ""
33583
- }
33584
- ],
33585
- "_sourceAliases": []
33586
- },
33587
- "attribute": "nve-layout",
33588
- "kind": "field"
33589
- },
33590
- {
33591
- "name": "nve-text",
33592
- "deprecated": true,
33593
- "description": "not supported on custom element tags",
33594
- "type": {
33595
- "text": "string",
33596
- "values": [
33597
- {
33598
- "value": "string",
33599
- "description": ""
33600
- },
33601
- {
33602
- "value": "string",
33603
- "description": ""
33604
- }
33605
- ],
33606
- "_sourceAliases": []
33607
- },
33608
- "attribute": "nve-text",
33609
- "kind": "field"
33610
- }
33611
- ],
33612
- "attributes": [
33613
- {
33614
- "name": "value",
33615
- "type": {
33616
- "text": "object",
33617
- "_sourceAliases": [],
33618
- "values": [
33619
- {
33620
- "value": "object",
33621
- "description": ""
33622
- }
33623
- ]
33624
- },
33625
- "default": "{}",
33626
- "description": "Defines the value associated with the element's name when submitting the form data. The server receives this value in params when the form submits through this button. [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value)",
33627
- "fieldName": "value"
33628
- },
33629
- {
33630
- "name": "expanded",
33631
- "type": {
33632
- "text": "boolean",
33633
- "_sourceAliases": [],
33634
- "values": [
33635
- {
33636
- "value": "true",
33637
- "description": "The associated content expands and becomes visible to the user."
33638
- },
33639
- {
33640
- "value": "false",
33641
- "description": "The associated content collapses and hides from the user."
33642
- }
33643
- ]
33644
- },
33645
- "description": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)\n- `true` The associated content expands and becomes visible to the user.\n\n- `false` The associated content collapses and hides from the user.",
33646
- "fieldName": "expanded",
33647
- "descriptionText": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)"
33648
- },
33649
- {
33650
- "name": "expandedAll",
33651
- "type": {
33652
- "text": "boolean",
33653
- "_sourceAliases": [],
33654
- "values": [
33655
- {
33656
- "value": "boolean",
33657
- "description": ""
33658
- }
33659
- ]
33660
- },
33661
- "fieldName": "expandedAll"
33662
- },
33663
- {
33664
- "name": "nve-layout",
33665
- "deprecated": true,
33666
- "description": "not supported on custom element tags",
33667
- "type": {
33668
- "text": "string",
33669
- "values": [
33670
- {
33671
- "value": "string",
33672
- "description": ""
33673
- },
33674
- {
33675
- "value": "string",
33676
- "description": ""
33677
- }
33678
- ],
33679
- "_sourceAliases": []
33680
- }
33681
- },
33682
- {
33683
- "name": "nve-text",
33684
- "deprecated": true,
33685
- "description": "not supported on custom element tags",
33686
- "type": {
33687
- "text": "string",
33688
- "values": [
33689
- {
33690
- "value": "string",
33691
- "description": ""
33692
- },
33693
- {
33694
- "value": "string",
33695
- "description": ""
33696
- }
33697
- ],
33698
- "_sourceAliases": []
33699
- }
33700
- }
33701
- ],
33702
- "superclass": {
33703
- "name": "LitElement",
33704
- "package": "lit"
33705
- },
33706
- "deprecated": "use `nve-monaco-input` instead",
33707
- "tagName": "nve-json-viewer",
33708
- "customElement": true,
33709
- "metadata": {
33710
- "unitTests": true,
33711
- "apiReview": true,
33712
- "performance": true,
33713
- "stable": false,
33714
- "vqa": true,
33715
- "responsive": true,
33716
- "themes": true,
33717
- "aria": "#",
33718
- "entrypoint": "",
33719
- "example": "",
33720
- "package": false,
33721
- "since": "0.16.0",
33722
- "status": "pre-release",
33723
- "behavior": "content",
33724
- "markdown": "## nve-json-viewer\n\nThe JSON Viewer is a custom element that renders JSON data in a easy to read format. Use it for prototyping and quickly displaying and debugging data. The JSON View is not a substitute for treeview patterns.\n\n### Import\n\n```javascript\nimport '/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for json |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| value | `object` | Defines the value associated with the element's name when submitting the form data. The server receives this value in params when the form submits through this button. [MDN](https://mdn.dev/HTML/Element/input#value) |\n| expanded | `boolean` | Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://mdn.dev/ARIA/Attributes/aria-expanded) - `true` The associated content expands and becomes visible to the user. - `false` The associated content collapses and hides from the user. |\n| expandedAll | `boolean` | |"
33725
- }
33726
- }
33727
- ],
33728
- "exports": [
33729
- {
33730
- "kind": "js",
33731
- "name": "JSONViewer",
33732
- "declaration": {
33733
- "name": "JSONViewer",
33734
- "module": "/src/json-viewer/json-viewer.js"
33735
- }
33736
- }
33737
- ]
33738
- },
33739
- {
33740
- "kind": "javascript-module",
33741
- "path": "/src/json-viewer/node/node.js",
33742
- "declarations": [
33743
- {
33744
- "kind": "class",
33745
- "description": "",
33746
- "name": "JSONNode",
33747
- "members": [
33748
- {
33749
- "kind": "field",
33750
- "name": "value",
33751
- "type": {
33752
- "text": "any",
33753
- "_sourceAliases": [],
33754
- "values": [
33755
- {
33756
- "value": "any",
33757
- "description": ""
33758
- }
33759
- ]
33760
- },
33761
- "attribute": "value",
33762
- "description": "Defines the value associated with the element's name when submitting the form data. The server receives this value in params when the form submits through this button. [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value)"
33763
- },
33764
- {
33765
- "kind": "field",
33766
- "name": "prop",
33767
- "type": {
33768
- "text": "string",
33769
- "_sourceAliases": [],
33770
- "values": [
33771
- {
33772
- "value": "string",
33773
- "description": ""
33774
- }
33775
- ]
33776
- },
33777
- "attribute": "prop"
33778
- },
33779
- {
33780
- "kind": "field",
33781
- "name": "expanded",
33782
- "type": {
33783
- "text": "boolean",
33784
- "_sourceAliases": [],
33785
- "values": [
33786
- {
33787
- "value": "true",
33788
- "description": "The associated content expands and becomes visible to the user."
33789
- },
33790
- {
33791
- "value": "false",
33792
- "description": "The associated content collapses and hides from the user."
33793
- }
33794
- ]
33795
- },
33796
- "default": "false",
33797
- "attribute": "expanded",
33798
- "description": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)\n- `true` The associated content expands and becomes visible to the user.\n\n- `false` The associated content collapses and hides from the user.",
33799
- "descriptionText": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)"
33800
- },
33801
- {
33802
- "kind": "field",
33803
- "name": "expandedAll",
33804
- "type": {
33805
- "text": "boolean",
33806
- "_sourceAliases": [],
33807
- "values": [
33808
- {
33809
- "value": "boolean",
33810
- "description": ""
33811
- }
33812
- ]
33813
- },
33814
- "attribute": "expanded-all",
33815
- "reflects": true
33816
- },
33817
- {
33818
- "kind": "field",
33819
- "name": "metadata",
33820
- "type": {
33821
- "text": "object",
33822
- "_sourceAliases": [],
33823
- "values": [
33824
- {
33825
- "value": "object",
33826
- "description": ""
33827
- }
33828
- ]
33829
- },
33830
- "static": true,
33831
- "readonly": true,
33832
- "default": "{ tag: 'nve-json-node', version: '0.0.0' }"
33833
- },
33834
- {
33835
- "kind": "field",
33836
- "name": "elementDefinitions",
33837
- "type": {
33838
- "text": "Record<string, ElementDefinition>",
33839
- "_sourceAliases": [],
33840
- "values": [
33841
- {
33842
- "value": "Record<string, ElementDefinition>",
33843
- "description": ""
33844
- }
33845
- ]
33846
- },
33847
- "static": true,
33848
- "default": "{ [Button.metadata.tag]: Button, [IconButton.metadata.tag]: IconButton }"
33849
- },
33850
- {
33851
- "kind": "field",
33852
- "name": "#isArray",
33853
- "privacy": "private",
33854
- "readonly": true
33855
- },
33856
- {
33857
- "kind": "field",
33858
- "name": "#isObject",
33859
- "privacy": "private",
33860
- "readonly": true
33861
- },
33862
- {
33863
- "kind": "field",
33864
- "name": "#classMap",
33865
- "privacy": "private",
33866
- "readonly": true
33867
- },
33868
- {
33869
- "kind": "field",
33870
- "name": "#expandButton",
33871
- "privacy": "private",
33872
- "readonly": true
33873
- },
33874
- {
33875
- "kind": "field",
33876
- "name": "#arrayNode",
33877
- "privacy": "private",
33878
- "readonly": true
33879
- },
33880
- {
33881
- "kind": "field",
33882
- "name": "#objectNode",
33883
- "privacy": "private",
33884
- "readonly": true
33885
- },
33886
- {
33887
- "kind": "field",
33888
- "name": "#value",
33889
- "privacy": "private",
33890
- "readonly": true
33891
- },
33892
- {
33893
- "kind": "method",
33894
- "name": "#getValue",
33895
- "privacy": "private",
33896
- "parameters": [
33897
- {
33898
- "name": "value",
33899
- "type": {
33900
- "text": "unknown"
33901
- }
33902
- }
33903
- ]
33904
- }
33905
- ],
33906
- "attributes": [
33907
- {
33908
- "name": "value",
33909
- "type": {
33910
- "text": "any",
33911
- "_sourceAliases": [],
33912
- "values": [
33913
- {
33914
- "value": "any",
33915
- "description": ""
33916
- }
33917
- ]
33918
- },
33919
- "fieldName": "value",
33920
- "description": "Defines the value associated with the element's name when submitting the form data. The server receives this value in params when the form submits through this button. [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value)"
33921
- },
33922
- {
33923
- "name": "prop",
33924
- "type": {
33925
- "text": "string",
33926
- "_sourceAliases": [],
33927
- "values": [
33928
- {
33929
- "value": "string",
33930
- "description": ""
33931
- }
33932
- ]
33933
- },
33934
- "fieldName": "prop"
33935
- },
33936
- {
33937
- "name": "expanded",
33938
- "type": {
33939
- "text": "boolean",
33940
- "_sourceAliases": [],
33941
- "values": [
33942
- {
33943
- "value": "true",
33944
- "description": "The associated content expands and becomes visible to the user."
33945
- },
33946
- {
33947
- "value": "false",
33948
- "description": "The associated content collapses and hides from the user."
33949
- }
33950
- ]
33951
- },
33952
- "default": "false",
33953
- "fieldName": "expanded",
33954
- "description": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)\n- `true` The associated content expands and becomes visible to the user.\n\n- `false` The associated content collapses and hides from the user.",
33955
- "descriptionText": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)"
33956
- },
33957
- {
33958
- "name": "expanded-all",
33959
- "type": {
33960
- "text": "boolean",
33961
- "_sourceAliases": [],
33962
- "values": [
33963
- {
33964
- "value": "boolean",
33965
- "description": ""
33966
- }
33967
- ]
33968
- },
33969
- "fieldName": "expandedAll"
33970
- }
33971
- ],
33972
- "superclass": {
33973
- "name": "LitElement",
33974
- "package": "lit"
33975
- },
33976
- "deprecated": "true",
33977
- "customElement": true
33978
- }
33979
- ],
33980
- "exports": [
33981
- {
33982
- "kind": "js",
33983
- "name": "JSONNode",
33984
- "declaration": {
33985
- "name": "JSONNode",
33986
- "module": "/src/json-viewer/node/node.js"
33987
- }
33988
- }
33989
- ]
33990
- },
33991
33313
  {
33992
33314
  "kind": "javascript-module",
33993
33315
  "path": "/src/logo/define.js",
@@ -35669,6 +34991,12 @@
35669
34991
  "kind": "field"
35670
34992
  }
35671
34993
  ],
34994
+ "events": [
34995
+ {
34996
+ "description": "Fires when the user scrolls the menu list. Throttled to one dispatch per animation frame. `detail: { scrollTop, scrollHeight, clientHeight }`.",
34997
+ "name": "scroll"
34998
+ }
34999
+ ],
35672
35000
  "attributes": [
35673
35001
  {
35674
35002
  "name": "nve-layout",
@@ -35730,7 +35058,7 @@
35730
35058
  "since": "0.11.0",
35731
35059
  "status": "stable",
35732
35060
  "behavior": "navigation",
35733
- "markdown": "## nve-menu\n\nA menu offers a list of choices to the user, such as a set of actions or functions. Choosing an item in a menu typically opens a sub menu, or invokes a command.\n\n### Example\n\n```html\n<nve-menu>\n <nve-menu-item>item 1</nve-menu-item>\n <nve-menu-item>item 2</nve-menu-item>\n <nve-menu-item>item 3</nve-menu-item>\n <nve-menu-item>item 4</nve-menu-item>\n</nve-menu>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/core/menu/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for `nve-menu-item` |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| items | `MenuItem[]` | |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --gap | `string` | [MDN](https://mdn.dev/CSS/gap) |\n| --width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --max-width | `string` | [MDN](https://mdn.dev/CSS/max-width) |\n| --min-width | `string` | [MDN](https://mdn.dev/CSS/min-width) |\n| --max-height | `string` | [MDN](https://mdn.dev/CSS/max-height) |"
35061
+ "markdown": "## nve-menu\n\nA menu offers a list of choices to the user, such as a set of actions or functions. Choosing an item in a menu typically opens a sub menu, or invokes a command.\n\n### Example\n\n```html\n<nve-menu>\n <nve-menu-item>item 1</nve-menu-item>\n <nve-menu-item>item 2</nve-menu-item>\n <nve-menu-item>item 3</nve-menu-item>\n <nve-menu-item>item 4</nve-menu-item>\n</nve-menu>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/core/menu/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for `nve-menu-item` |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| items | `MenuItem[]` | |\n\n### Events\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| scroll | `CustomEvent` | Fires when the user scrolls the menu list. Throttled to one dispatch per animation frame. `detail: { scrollTop, scrollHeight, clientHeight }`. |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --gap | `string` | [MDN](https://mdn.dev/CSS/gap) |\n| --width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --max-width | `string` | [MDN](https://mdn.dev/CSS/max-width) |\n| --min-width | `string` | [MDN](https://mdn.dev/CSS/min-width) |\n| --max-height | `string` | [MDN](https://mdn.dev/CSS/max-height) |"
35734
35062
  }
35735
35063
  }
35736
35064
  ],