@aquera/nile-elements 1.7.8 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/README.md +6 -0
  2. package/dist/index.cjs.js +1 -1
  3. package/dist/index.esm.js +1 -1
  4. package/dist/index.js +862 -520
  5. package/dist/nile-context-menu/index.cjs.js +2 -0
  6. package/dist/nile-context-menu/index.cjs.js.map +1 -0
  7. package/dist/nile-context-menu/index.esm.js +1 -0
  8. package/dist/nile-context-menu/nile-context-menu.cjs.js +2 -0
  9. package/dist/nile-context-menu/nile-context-menu.cjs.js.map +1 -0
  10. package/dist/nile-context-menu/nile-context-menu.css.cjs.js +2 -0
  11. package/dist/nile-context-menu/nile-context-menu.css.cjs.js.map +1 -0
  12. package/dist/nile-context-menu/nile-context-menu.css.esm.js +51 -0
  13. package/dist/nile-context-menu/nile-context-menu.esm.js +25 -0
  14. package/dist/nile-context-menu-group/index.cjs.js +2 -0
  15. package/dist/nile-context-menu-group/index.cjs.js.map +1 -0
  16. package/dist/nile-context-menu-group/index.esm.js +1 -0
  17. package/dist/nile-context-menu-group/nile-context-menu-group.cjs.js +2 -0
  18. package/dist/nile-context-menu-group/nile-context-menu-group.cjs.js.map +1 -0
  19. package/dist/nile-context-menu-group/nile-context-menu-group.css.cjs.js +2 -0
  20. package/dist/nile-context-menu-group/nile-context-menu-group.css.cjs.js.map +1 -0
  21. package/dist/nile-context-menu-group/nile-context-menu-group.css.esm.js +20 -0
  22. package/dist/nile-context-menu-group/nile-context-menu-group.esm.js +11 -0
  23. package/dist/nile-context-menu-item/index.cjs.js +2 -0
  24. package/dist/nile-context-menu-item/index.cjs.js.map +1 -0
  25. package/dist/nile-context-menu-item/index.esm.js +1 -0
  26. package/dist/nile-context-menu-item/nile-context-menu-item.cjs.js +2 -0
  27. package/dist/nile-context-menu-item/nile-context-menu-item.cjs.js.map +1 -0
  28. package/dist/nile-context-menu-item/nile-context-menu-item.css.cjs.js +2 -0
  29. package/dist/nile-context-menu-item/nile-context-menu-item.css.cjs.js.map +1 -0
  30. package/dist/nile-context-menu-item/nile-context-menu-item.css.esm.js +72 -0
  31. package/dist/nile-context-menu-item/nile-context-menu-item.esm.js +20 -0
  32. package/dist/nile-context-submenu/index.cjs.js +2 -0
  33. package/dist/nile-context-submenu/index.cjs.js.map +1 -0
  34. package/dist/nile-context-submenu/index.esm.js +1 -0
  35. package/dist/nile-context-submenu/nile-context-submenu.cjs.js +2 -0
  36. package/dist/nile-context-submenu/nile-context-submenu.cjs.js.map +1 -0
  37. package/dist/nile-context-submenu/nile-context-submenu.esm.js +3 -0
  38. package/dist/nile-status-light/index.cjs.js +2 -0
  39. package/dist/nile-status-light/index.cjs.js.map +1 -0
  40. package/dist/nile-status-light/index.esm.js +1 -0
  41. package/dist/nile-status-light/nile-status-light.cjs.js +2 -0
  42. package/dist/nile-status-light/nile-status-light.cjs.js.map +1 -0
  43. package/dist/nile-status-light/nile-status-light.css.cjs.js +2 -0
  44. package/dist/nile-status-light/nile-status-light.css.cjs.js.map +1 -0
  45. package/dist/nile-status-light/nile-status-light.css.esm.js +136 -0
  46. package/dist/nile-status-light/nile-status-light.esm.js +13 -0
  47. package/dist/src/index.d.ts +4 -0
  48. package/dist/src/index.js +4 -0
  49. package/dist/src/index.js.map +1 -1
  50. package/dist/src/nile-context-menu/index.d.ts +3 -0
  51. package/dist/src/nile-context-menu/index.js +4 -0
  52. package/dist/src/nile-context-menu/index.js.map +1 -0
  53. package/dist/src/nile-context-menu/nile-context-menu.css.d.ts +10 -0
  54. package/dist/src/nile-context-menu/nile-context-menu.css.js +127 -0
  55. package/dist/src/nile-context-menu/nile-context-menu.css.js.map +1 -0
  56. package/dist/src/nile-context-menu/nile-context-menu.d.ts +123 -0
  57. package/dist/src/nile-context-menu/nile-context-menu.js +625 -0
  58. package/dist/src/nile-context-menu/nile-context-menu.js.map +1 -0
  59. package/dist/src/nile-context-menu-group/index.d.ts +1 -0
  60. package/dist/src/nile-context-menu-group/index.js +2 -0
  61. package/dist/src/nile-context-menu-group/index.js.map +1 -0
  62. package/dist/src/nile-context-menu-group/nile-context-menu-group.css.d.ts +9 -0
  63. package/dist/src/nile-context-menu-group/nile-context-menu-group.css.js +29 -0
  64. package/dist/src/nile-context-menu-group/nile-context-menu-group.css.js.map +1 -0
  65. package/dist/src/nile-context-menu-group/nile-context-menu-group.d.ts +28 -0
  66. package/dist/src/nile-context-menu-group/nile-context-menu-group.js +55 -0
  67. package/dist/src/nile-context-menu-group/nile-context-menu-group.js.map +1 -0
  68. package/dist/src/nile-context-menu-item/index.d.ts +1 -0
  69. package/dist/src/nile-context-menu-item/index.js +2 -0
  70. package/dist/src/nile-context-menu-item/index.js.map +1 -0
  71. package/dist/src/nile-context-menu-item/nile-context-menu-item.css.d.ts +9 -0
  72. package/dist/src/nile-context-menu-item/nile-context-menu-item.css.js +81 -0
  73. package/dist/src/nile-context-menu-item/nile-context-menu-item.css.js.map +1 -0
  74. package/dist/src/nile-context-menu-item/nile-context-menu-item.d.ts +45 -0
  75. package/dist/src/nile-context-menu-item/nile-context-menu-item.js +96 -0
  76. package/dist/src/nile-context-menu-item/nile-context-menu-item.js.map +1 -0
  77. package/dist/src/nile-context-submenu/index.d.ts +1 -0
  78. package/dist/src/nile-context-submenu/index.js +2 -0
  79. package/dist/src/nile-context-submenu/index.js.map +1 -0
  80. package/dist/src/nile-context-submenu/nile-context-submenu.d.ts +60 -0
  81. package/dist/src/nile-context-submenu/nile-context-submenu.js +324 -0
  82. package/dist/src/nile-context-submenu/nile-context-submenu.js.map +1 -0
  83. package/dist/src/nile-status-light/index.d.ts +1 -0
  84. package/dist/src/nile-status-light/index.js +2 -0
  85. package/dist/src/nile-status-light/index.js.map +1 -0
  86. package/dist/src/nile-status-light/nile-status-light.css.d.ts +9 -0
  87. package/dist/src/nile-status-light/nile-status-light.css.js +145 -0
  88. package/dist/src/nile-status-light/nile-status-light.css.js.map +1 -0
  89. package/dist/src/nile-status-light/nile-status-light.d.ts +53 -0
  90. package/dist/src/nile-status-light/nile-status-light.js +108 -0
  91. package/dist/src/nile-status-light/nile-status-light.js.map +1 -0
  92. package/dist/src/version.js +1 -1
  93. package/dist/src/version.js.map +1 -1
  94. package/dist/tsconfig.tsbuildinfo +1 -1
  95. package/package.json +2 -1
  96. package/src/index.ts +4 -0
  97. package/src/nile-context-menu/index.ts +12 -0
  98. package/src/nile-context-menu/nile-context-menu.css.ts +130 -0
  99. package/src/nile-context-menu/nile-context-menu.ts +698 -0
  100. package/src/nile-context-menu-group/index.ts +1 -0
  101. package/src/nile-context-menu-group/nile-context-menu-group.css.ts +31 -0
  102. package/src/nile-context-menu-group/nile-context-menu-group.ts +55 -0
  103. package/src/nile-context-menu-item/index.ts +5 -0
  104. package/src/nile-context-menu-item/nile-context-menu-item.css.ts +83 -0
  105. package/src/nile-context-menu-item/nile-context-menu-item.ts +112 -0
  106. package/src/nile-context-submenu/index.ts +1 -0
  107. package/src/nile-context-submenu/nile-context-submenu.ts +322 -0
  108. package/src/nile-status-light/index.ts +1 -0
  109. package/src/nile-status-light/nile-status-light.css.ts +146 -0
  110. package/src/nile-status-light/nile-status-light.ts +111 -0
  111. package/vscode-html-custom-data.json +140 -4
@@ -0,0 +1,146 @@
1
+ /**
2
+ * Copyright Aquera Inc 2026
3
+ *
4
+ * This source code is licensed under the BSD-3-Clause license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { css } from 'lit';
9
+ export const styles = css`
10
+ :host {
11
+ -webkit-font-smoothing: var(
12
+ --nile-webkit-font-smoothing,
13
+ var(--ng-webkit-font-smoothing)
14
+ );
15
+ -moz-osx-font-smoothing: var(
16
+ --nile-moz-osx-font-smoothing,
17
+ var(--ng-moz-osx-font-smoothing)
18
+ );
19
+ text-rendering: var(--nile-text-rendering, var(--ng-text-rendering));
20
+ display: inline-block;
21
+ }
22
+
23
+ .status-light {
24
+ display: inline-flex;
25
+ align-items: center;
26
+ gap: var(--nile-spacing-sm, var(--ng-spacing-2));
27
+ box-sizing: border-box;
28
+ }
29
+
30
+ .status-light__dot {
31
+ position: relative;
32
+ flex: none;
33
+ border-radius: var(--nile-radius-full, var(--ng-radius-full));
34
+ width: var(--nile-height-10px, var(--ng-height-10px));
35
+ height: var(--nile-height-10px, var(--ng-height-10px));
36
+ background: var(--nile-colors-gray-light-mode-500, var(--ng-componentcolors-utility-gray-500));
37
+ }
38
+
39
+ .status-light__label {
40
+ font-family: var(--nile-font-family-serif, var(--ng-font-family-body));
41
+ font-size: var(--nile-type-scale-2, var(--ng-font-size-text-sm));
42
+ font-style: normal;
43
+ font-weight: var(--nile-font-weight-medium, var(--ng-font-weight-medium));
44
+ line-height: var(--nile-type-scale-5, var(--ng-line-height-text-sm));
45
+ letter-spacing: 0.2px;
46
+ color: var(--nile-colors-dark-900, var(--ng-componentcolors-utility-gray-900));
47
+ }
48
+
49
+ /* #region Sizes */
50
+
51
+ .status-light--small .status-light__dot {
52
+ width: var(--nile-height-8px, var(--ng-height-8px));
53
+ height: var(--nile-height-8px, var(--ng-height-8px));
54
+ }
55
+
56
+ .status-light--medium .status-light__dot {
57
+ width: var(--nile-height-10px, var(--ng-height-10px));
58
+ height: var(--nile-height-10px, var(--ng-height-10px));
59
+ }
60
+
61
+ .status-light--large .status-light__dot {
62
+ width: var(--nile-height-12px, var(--ng-height-12px));
63
+ height: var(--nile-height-12px, var(--ng-height-12px));
64
+ }
65
+
66
+ .status-light--x-large .status-light__dot {
67
+ width: var(--nile-height-14px, var(--ng-height-14px));
68
+ height: var(--nile-height-14px, var(--ng-height-14px));
69
+ }
70
+
71
+ .status-light--large .status-light__label,
72
+ .status-light--x-large .status-light__label {
73
+ font-size: var(--nile-type-scale-3, var(--ng-font-size-text-md));
74
+ line-height: var(--nile-type-scale-6, var(--ng-line-height-text-md));
75
+ }
76
+
77
+
78
+
79
+ .status-light--positive .status-light__dot {
80
+ background: var(--nile-colors-green-500, var(--ng-componentcolors-utility-success-500));
81
+ }
82
+
83
+ .status-light--negative .status-light__dot {
84
+ background: var(--nile-colors-red-500, var(--ng-componentcolors-utility-error-500));
85
+ }
86
+
87
+ .status-light--notice .status-light__dot {
88
+ background: var(--nile-colors-yellow-500, var(--ng-componentcolors-utility-warning-500));
89
+ }
90
+
91
+ .status-light--informative .status-light__dot {
92
+ background: var(--nile-colors-blue-500, var(--ng-componentcolors-utility-blue-light-500));
93
+ }
94
+
95
+ .status-light--neutral .status-light__dot {
96
+ background: var(--nile-colors-gray-light-mode-500, var(--ng-componentcolors-utility-gray-500));
97
+ }
98
+
99
+ .status-light--inactive .status-light__dot {
100
+ background: var(--nile-colors-gray-light-mode-300, var(--ng-componentcolors-utility-gray-300));
101
+ }
102
+
103
+ .status-light--inactive .status-light__label {
104
+ color: var(--nile-colors-text-tertiary, var(--ng-componentcolors-utility-gray-500));
105
+ }
106
+
107
+ .status-light--disabled .status-light__dot {
108
+ background: var(--nile-colors-text-disabled, var(--ng-componentcolors-utility-gray-300));
109
+ }
110
+
111
+ .status-light--disabled .status-light__label {
112
+ color: var(--nile-colors-text-disabled, var(--ng-colors-text-disabled));
113
+ }
114
+
115
+
116
+
117
+ .status-light--pulse .status-light__dot::after {
118
+ content: '';
119
+ position: absolute;
120
+ inset: 0;
121
+ border-radius: inherit;
122
+ background: inherit;
123
+ animation: status-light-pulse 1.5s ease-out infinite;
124
+ }
125
+
126
+ @keyframes status-light-pulse {
127
+ 0% {
128
+ transform: scale(1);
129
+ opacity: 0.6;
130
+ }
131
+ 100% {
132
+ transform: scale(2.5);
133
+ opacity: 0;
134
+ }
135
+ }
136
+
137
+ @media (prefers-reduced-motion: reduce) {
138
+ .status-light--pulse .status-light__dot::after {
139
+ animation: none;
140
+ }
141
+ }
142
+
143
+ /* #endregion */
144
+ `;
145
+
146
+ export default [styles];
@@ -0,0 +1,111 @@
1
+ /**
2
+ * Copyright Aquera Inc 2026
3
+ *
4
+ * This source code is licensed under the BSD-3-Clause license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { html, TemplateResult } from 'lit';
9
+ import { styles } from './nile-status-light.css';
10
+ import { classMap } from 'lit/directives/class-map.js';
11
+ import { customElement, property } from 'lit/decorators.js';
12
+ import NileElement, { setupA11yMetadata } from '../internal/nile-element';
13
+ import type { CSSResultGroup } from 'lit';
14
+ import { A11yProperty } from '../internal/accessibility/a11y.property.enum';
15
+ import { A11yRole } from '../internal/accessibility/a11y.role.enum';
16
+ import { Role } from '../internal/accessibility/role.enum';
17
+
18
+ /**
19
+ * Nile status light component.
20
+ *
21
+ * @tag nile-status-light
22
+ *
23
+ * @summary Status lights describe the status of an object, using a colored dot
24
+ * alongside a text label (e.g. "Active", "Error", "Pending").
25
+ * @status experimental
26
+ *
27
+ * @slot - The status light's text label.
28
+ *
29
+ * @attr {boolean} pulse - Optional pulse animation for active statuses.
30
+ *
31
+ * @csspart base - The component's base wrapper.
32
+ * @csspart indicator - The colored status dot.
33
+ * @csspart label - The status light's text label.
34
+ *
35
+ * @example
36
+ * <!-- Pulse animation for an active status -->
37
+ * <nile-status-light variant="positive" pulse>Active</nile-status-light>
38
+ *
39
+ * @example
40
+ * <!-- Disabled status light with muted colors -->
41
+ * <nile-status-light variant="positive" disabled>Inactive</nile-status-light>
42
+ */
43
+ @customElement('nile-status-light')
44
+ export class NileStatusLight extends NileElement {
45
+ static styles: CSSResultGroup = styles;
46
+
47
+ connectedCallback(): void {
48
+ super.connectedCallback();
49
+ setupA11yMetadata(this, {
50
+ [Role.Role]: A11yRole.Text,
51
+ [A11yProperty.AriaLabel]: this.textContent?.trim() || '',
52
+ });
53
+ }
54
+
55
+ /** The status light's color variant. */
56
+ @property({ reflect: true }) variant:
57
+ | 'positive'
58
+ | 'negative'
59
+ | 'notice'
60
+ | 'informative'
61
+ | 'neutral'
62
+ | 'inactive' = 'neutral';
63
+
64
+ /** The status light's size. */
65
+ @property({ reflect: true, attribute: true }) size: 'small' | 'medium' | 'large' | 'x-large' =
66
+ 'medium';
67
+
68
+ /** Disables the status light, muting its colors. */
69
+ @property({ type: Boolean, reflect: true }) disabled = false;
70
+
71
+ /** Draws attention to an active status with a pulsing animation around the dot. */
72
+ @property({ type: Boolean, reflect: true }) pulse = false;
73
+
74
+ render(): TemplateResult {
75
+ return html`
76
+ <span
77
+ part="base"
78
+ class=${classMap({
79
+ 'status-light': true,
80
+ 'status-light--positive': this.variant === 'positive',
81
+ 'status-light--negative': this.variant === 'negative',
82
+ 'status-light--notice': this.variant === 'notice',
83
+ 'status-light--informative': this.variant === 'informative',
84
+ 'status-light--neutral': this.variant === 'neutral',
85
+ 'status-light--inactive': this.variant === 'inactive',
86
+ 'status-light--small': this.size === 'small',
87
+ 'status-light--medium': this.size === 'medium',
88
+ 'status-light--large': this.size === 'large',
89
+ 'status-light--x-large': this.size === 'x-large',
90
+ 'status-light--disabled': this.disabled,
91
+ 'status-light--pulse': this.pulse && !this.disabled,
92
+ })}
93
+ >
94
+ <span
95
+ part="indicator"
96
+ class="status-light__dot"
97
+ aria-hidden="true"
98
+ ></span>
99
+ <slot part="label" class="status-light__label"></slot>
100
+ </span>
101
+ `;
102
+ }
103
+ }
104
+
105
+ export default NileStatusLight;
106
+
107
+ declare global {
108
+ interface HTMLElementTagNameMap {
109
+ 'nile-status-light': NileStatusLight;
110
+ }
111
+ }
@@ -1700,6 +1700,84 @@
1700
1700
  }
1701
1701
  ]
1702
1702
  },
1703
+ {
1704
+ "name": "nile-context-menu-group",
1705
+ "description": "Nile context-menu group. Groups related items inside a `nile-context-menu`.\n\nSlots:\n\n * ` ` {} - Default slot for `nile-context-menu-item` children.\n\nAttributes:\n\n * `label` {`string`} - \n\nProperties:\n\n * `label` {`string`} - \n\n * `_idSeq` {`number`} - \n\n * `_labelId` {`string`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1706
+ "attributes": [
1707
+ {
1708
+ "name": "label",
1709
+ "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
1710
+ }
1711
+ ]
1712
+ },
1713
+ {
1714
+ "name": "nile-context-menu-item",
1715
+ "description": "Nile context-menu item. A clickable entry inside `nile-context-menu`.\n\nSlots:\n\n * ` ` {} - Default slot for the visible label.\n\n * `icon` {} - Optional leading icon (e.g. a `<nile-glyph slot=\"icon\">`).\n\nAttributes:\n\n * `value` {`string`} - \n\n * `disabled` {`boolean`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `disabled` {`boolean`} - \n\n * `onSelect` - \n\n * `_hasSubmenu` {`boolean`} - \n\n * `_hasIcon` {`boolean`} - \n\n * `_submenuExpanded` {`boolean`} - \n\n * `override` - \n\n * `hasSubmenu` {`boolean`} - \n\n * `_onSlotChange` - \n\n * `_onIconSlotChange` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1716
+ "attributes": [
1717
+ {
1718
+ "name": "value",
1719
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
1720
+ },
1721
+ {
1722
+ "name": "disabled",
1723
+ "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
1724
+ "valueSet": "v"
1725
+ }
1726
+ ]
1727
+ },
1728
+ {
1729
+ "name": "nile-context-menu",
1730
+ "description": "Nile context-menu component.\n\nEvents:\n\n * `nile` {} - change Fired on menu lifecycle and selection. `detail.type` is one of\n`'open'`, `'click'`, or `'close'`; remaining fields depend on the type.\n\nSlots:\n\n * ` ` {} - Default menu content.\n\nAttributes:\n\n * `for` {`string`} - \n\n * `trigger` {`NileContextMenuTrigger`} - \n\n * `skipOn` {`string`} - \n\n * `zIndex` {`number`} - \n\nProperties:\n\n * `for` {`string`} - \n\n * `trigger` {`NileContextMenuTrigger`} - \n\n * `skipOn` {`string`} - \n\n * `zIndex` {`number`} - \n\n * `items` {`NileContextMenuGroupData[]`} - \n\n * `_isDataMode` {`boolean`} - \n\n * `_floatingPanel` {`HTMLElement | undefined`} - \n\n * `_items` {`NileContextMenuItem[]`} - \n\n * `_open` {`boolean`} - \n\n * `_openContext` {`NileContextMenuOpenContext | null`} - \n\n * `_targetEl` {`Element | null`} - \n\n * `_previouslyFocused` {`HTMLElement | null`} - \n\n * `_openInstances` {`Set<NileContextMenu>`} - \n\n * `_detachTriggers` - \n\n * `_lightObserver` {`MutationObserver | undefined`} - \n\n * `_menuObserver` {`MutationObserver | undefined`} - \n\n * `_proxyEl` {`HTMLDivElement | undefined`} - \n\n * `_proxyId` {`string`} - \n\n * `_wasDataMode` {`boolean`} - \n\n * `targetElement` {`Element | null`} - \n\n * `_menuContainerRef` {`HTMLDivElement | null`} - \n\n * `override` - \n\n * `menuItems` {`readonly NileContextMenuItem[]`} - \n\n * `isOpen` {`boolean`} - \n\n * `_onKeydown` - \n\n * `_onScroll` - \n\n * `_onOutsidePointer` - \n\n * `_onDescendantSelect` - \n\n * `_onPanelShown` - \n\n * `_onMenuMouseOver` - \n\n * `_onMenuClick` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1731
+ "attributes": [
1732
+ {
1733
+ "name": "for",
1734
+ "description": "`for` {`string`} - \n\nProperty: for\n\nDefault: "
1735
+ },
1736
+ {
1737
+ "name": "trigger",
1738
+ "description": "`trigger` {`NileContextMenuTrigger`} - \n\nProperty: trigger\n\nDefault: right",
1739
+ "values": [
1740
+ {
1741
+ "name": "left"
1742
+ },
1743
+ {
1744
+ "name": "right"
1745
+ },
1746
+ {
1747
+ "name": "both"
1748
+ },
1749
+ {
1750
+ "name": "manual"
1751
+ },
1752
+ {
1753
+ "name": "global"
1754
+ }
1755
+ ]
1756
+ },
1757
+ {
1758
+ "name": "skipOn",
1759
+ "description": "`skipOn` {`string`} - \n\nProperty: skipOn\n\nDefault: "
1760
+ },
1761
+ {
1762
+ "name": "zIndex",
1763
+ "description": "`zIndex` {`number`} - \n\nProperty: zIndex\n\nDefault: 9999"
1764
+ },
1765
+ {
1766
+ "name": "onnile",
1767
+ "description": "`nile` {} - change Fired on menu lifecycle and selection. `detail.type` is one of\n`'open'`, `'click'`, or `'close'`; remaining fields depend on the type."
1768
+ }
1769
+ ]
1770
+ },
1771
+ {
1772
+ "name": "nile-context-submenu",
1773
+ "description": "Nested submenu inside a `nile-context-menu-item`.\n\nAttributes:\n\n * `zIndex` {`number`} - \n\nProperties:\n\n * `zIndex` {`number`} - \n\n * `_open` {`boolean`} - \n\n * `openStack` {`NileContextSubmenu[]`} - \n\n * `_parentItem` - \n\n * `_proxyId` {`string`} - \n\n * `_proxyEl` {`HTMLDivElement | undefined`} - \n\n * `_floatingPanelEl` - \n\n * `_menuContainerRef` {`HTMLDivElement | null`} - \n\n * `_openTimer` {`number | undefined`} - \n\n * `_closeTimer` {`number | undefined`} - \n\n * `_setupDone` {`boolean`} - \n\n * `override` - \n\n * `_onParentEnter` - \n\n * `_onParentLeave` - \n\n * `_onParentClick` - \n\n * `_onPanelEnter` - \n\n * `_onPanelLeave` - \n\n * `isOpen` {`boolean`} - \n\n * `parentItem` - \n\n * `_onMenuMouseOver` - \n\n * `_onNestedSelect` - \n\n * `_onMenuClick` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1774
+ "attributes": [
1775
+ {
1776
+ "name": "zIndex",
1777
+ "description": "`zIndex` {`number`} - \n\nProperty: zIndex\n\nDefault: 9999"
1778
+ }
1779
+ ]
1780
+ },
1703
1781
  {
1704
1782
  "name": "nile-date-picker",
1705
1783
  "description": "Attributes:\n\n * `range` {`boolean`} - \n\n * `hideTypes` {`boolean`} - \n\n * `doubleClickUnselect` {`boolean`} - \n\n * `allowClear` {`boolean`} - \n\n * `open` {`boolean`} - \n\n * `hide-time-zone` {`boolean`} - \n\n * `type` {`\"absolute\" | \"relative\"`} - \n\n * `showManualInputs` {`boolean`} - \n\n * `value` - \n\n * `hide-duration-fields` - \n\n * `allowedDates` - \n\n * `syncDatePicker` {`boolean`} - \n\n * `dateFormat` {`string`} - \n\n * `rangeSeparator` {`string`} - \n\n * `startYear` {`number`} - \n\n * `endYear` {`number`} - \n\n * `showYearDropdown` {`boolean`} - \n\n * `showMonthDropdown` {`boolean`} - \n\n * `portal` {`boolean`} - \n\n * `disabled` {`boolean`} - \n\nProperties:\n\n * `range` {`boolean`} - \n\n * `hideTypes` {`boolean`} - \n\n * `doubleClickUnselect` {`boolean`} - \n\n * `allowClear` {`boolean`} - \n\n * `open` {`boolean`} - \n\n * `hideTimeZone` {`boolean`} - \n\n * `type` {`\"absolute\" | \"relative\"`} - \n\n * `showManualInputs` {`boolean`} - \n\n * `value` - \n\n * `hideDurationFields` - \n\n * `allowedDates` - \n\n * `syncDatePicker` {`boolean`} - \n\n * `dateFormat` {`string`} - \n\n * `rangeSeparator` {`string`} - \n\n * `startYear` {`number`} - \n\n * `endYear` {`number`} - \n\n * `showYearDropdown` {`boolean`} - \n\n * `showMonthDropdown` {`boolean`} - \n\n * `portal` {`boolean`} - \n\n * `disabled` {`boolean`} - \n\n * `dropdown` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
@@ -6412,6 +6490,64 @@
6412
6490
  }
6413
6491
  ]
6414
6492
  },
6493
+ {
6494
+ "name": "nile-status-light",
6495
+ "description": "Nile status light component.\n\nSlots:\n\n * ` ` {} - The status light's text label.\n\nAttributes:\n\n * `variant` {`\"positive\" | \"negative\" | \"notice\" | \"informative\" | \"neutral\" | \"inactive\"`} - The status light's color variant.\n\n * `size` {`\"small\" | \"medium\" | \"large\" | \"x-large\"`} - The status light's size.\n\n * `disabled` {`boolean`} - Disables the status light, muting its colors.\n\n * `pulse` {boolean} - Draws attention to an active status with a pulsing animation around the dot.\n\nProperties:\n\n * `styles` - \n\n * `variant` {`\"positive\" | \"negative\" | \"notice\" | \"informative\" | \"neutral\" | \"inactive\"`} - The status light's color variant.\n\n * `size` {`\"small\" | \"medium\" | \"large\" | \"x-large\"`} - The status light's size.\n\n * `disabled` {`boolean`} - Disables the status light, muting its colors.\n\n * `pulse` {boolean} - Draws attention to an active status with a pulsing animation around the dot.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
6496
+ "attributes": [
6497
+ {
6498
+ "name": "variant",
6499
+ "description": "`variant` {`\"positive\" | \"negative\" | \"notice\" | \"informative\" | \"neutral\" | \"inactive\"`} - The status light's color variant.\n\nProperty: variant\n\nDefault: neutral",
6500
+ "values": [
6501
+ {
6502
+ "name": "positive"
6503
+ },
6504
+ {
6505
+ "name": "negative"
6506
+ },
6507
+ {
6508
+ "name": "notice"
6509
+ },
6510
+ {
6511
+ "name": "informative"
6512
+ },
6513
+ {
6514
+ "name": "neutral"
6515
+ },
6516
+ {
6517
+ "name": "inactive"
6518
+ }
6519
+ ]
6520
+ },
6521
+ {
6522
+ "name": "size",
6523
+ "description": "`size` {`\"small\" | \"medium\" | \"large\" | \"x-large\"`} - The status light's size.\n\nProperty: size\n\nDefault: medium",
6524
+ "values": [
6525
+ {
6526
+ "name": "small"
6527
+ },
6528
+ {
6529
+ "name": "medium"
6530
+ },
6531
+ {
6532
+ "name": "large"
6533
+ },
6534
+ {
6535
+ "name": "x-large"
6536
+ }
6537
+ ]
6538
+ },
6539
+ {
6540
+ "name": "disabled",
6541
+ "description": "`disabled` {`boolean`} - Disables the status light, muting its colors.\n\nProperty: disabled\n\nDefault: false",
6542
+ "valueSet": "v"
6543
+ },
6544
+ {
6545
+ "name": "pulse",
6546
+ "description": "`pulse` {boolean} - Draws attention to an active status with a pulsing animation around the dot.\n\nProperty: pulse\n\nDefault: false",
6547
+ "valueSet": "v"
6548
+ }
6549
+ ]
6550
+ },
6415
6551
  {
6416
6552
  "name": "nile-stepper-item",
6417
6553
  "description": "Nile stepper-item component.\n\nAttributes:\n\n * `title` {`string`} - \n\n * `subtitle` {`string`} - \n\n * `completed` {`boolean`} - \n\n * `current` {`boolean`} - \n\nProperties:\n\n * `absoluteTitle` {`HTMLDivElement`} - \n\n * `absoluteSubtitle` {`HTMLDivElement`} - \n\n * `title` {`string`} - \n\n * `subtitle` {`string`} - \n\n * `completed` {`boolean`} - \n\n * `current` {`boolean`} - \n\n * `contentBelow` {`boolean`} - \n\n * `size` {`\"sm\" | \"lg\"`} - \n\n * `icon` {`string`} - \n\n * `isFirst` {`boolean`} - \n\n * `isLast` {`boolean`} - \n\n * `isComplete` {`boolean`} - \n\n * `isCurrent` {`boolean`} - \n\n * `isManualMode` {`boolean`} - \n\n * `currentStepValue` {`Number`} - \n\n * `completedStepValue` {`Number`} - \n\n * `calculatedCompletedStepValue` {`Number`} - \n\n * `value` {`Number`} - \n\n * `haveFlex` {`Boolean`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
@@ -6501,7 +6637,7 @@
6501
6637
  },
6502
6638
  {
6503
6639
  "name": "nile-tab-group",
6504
- "description": "Nile icon component.\n\nEvents:\n\n * `nile-tab-show` - Emitted when a tab is shown.\n\n * `nile-tab-hide` - Emitted when a tab is hidden.\n\nSlots:\n\n * ` ` {} - Used for grouping tab panels in the tab group. Must be `<nile-tab-panel>` elements.\n\n * `nav` {} - Used for grouping tabs in the tab group. Must be `<nile-tab>` elements.\n\nAttributes:\n\n * `hasScrollControls` {`boolean`} - \n\n * `placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The placement of the tabs.\n\n * `value` {`string`} - The placement of the tabs.\n\n * `no-track` {`boolean`} - Track for showing Indicators and Background.\n\n * `activation` {`\"auto\" | \"manual\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\n * `no-scroll-controls` {`boolean`} - Disables the scroll arrows that appear when tabs overflow.\n\n * `centered` {`boolean`} - Controls whether tabs are centered and have equal width\n\nProperties:\n\n * `styles` - \n\n * `activeTab` - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `resizeObserver` - \n\n * `tabs` {`NileTab[]`} - \n\n * `panels` {`NileTabPanel[]`} - \n\n * `tabGroup` {`HTMLElement`} - \n\n * `body` {`HTMLSlotElement`} - \n\n * `nav` {`HTMLElement`} - \n\n * `indicator` {`HTMLElement`} - \n\n * `hasScrollControls` {`boolean`} - \n\n * `placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The placement of the tabs.\n\n * `activeTabProp` {`string`} - The placement of the tabs.\n\n * `noTrack` {`boolean`} - Track for showing Indicators and Background.\n\n * `activation` {`\"auto\" | \"manual\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\n * `noScrollControls` {`boolean`} - Disables the scroll arrows that appear when tabs overflow.\n\n * `centered` {`boolean`} - Controls whether tabs are centered and have equal width\n\n * `activeTabName` {`string`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
6640
+ "description": "Nile icon component.\n\nEvents:\n\n * `nile-tab-show` - Emitted when a tab is shown.\n\n * `nile-tab-hide` - Emitted when a tab is hidden.\n\nSlots:\n\n * ` ` {} - Used for grouping tab panels in the tab group. Must be `<nile-tab-panel>` elements.\n\n * `nav` {} - Used for grouping tabs in the tab group. Must be `<nile-tab>` elements.\n\nAttributes:\n\n * `hasScrollControls` {`boolean`} - \n\n * `placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The placement of the tabs.\n\n * `value` {`string`} - The placement of the tabs.\n\n * `no-track` {`boolean`} - Track for showing Indicators and Background.\n\n * `activation` {`\"manual\" | \"auto\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\n * `no-scroll-controls` {`boolean`} - Disables the scroll arrows that appear when tabs overflow.\n\n * `centered` {`boolean`} - Controls whether tabs are centered and have equal width\n\nProperties:\n\n * `styles` - \n\n * `activeTab` - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `resizeObserver` - \n\n * `tabs` {`NileTab[]`} - \n\n * `panels` {`NileTabPanel[]`} - \n\n * `tabGroup` {`HTMLElement`} - \n\n * `body` {`HTMLSlotElement`} - \n\n * `nav` {`HTMLElement`} - \n\n * `indicator` {`HTMLElement`} - \n\n * `hasScrollControls` {`boolean`} - \n\n * `placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The placement of the tabs.\n\n * `activeTabProp` {`string`} - The placement of the tabs.\n\n * `noTrack` {`boolean`} - Track for showing Indicators and Background.\n\n * `activation` {`\"manual\" | \"auto\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\n * `noScrollControls` {`boolean`} - Disables the scroll arrows that appear when tabs overflow.\n\n * `centered` {`boolean`} - Controls whether tabs are centered and have equal width\n\n * `activeTabName` {`string`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
6505
6641
  "attributes": [
6506
6642
  {
6507
6643
  "name": "hasScrollControls",
@@ -6537,13 +6673,13 @@
6537
6673
  },
6538
6674
  {
6539
6675
  "name": "activation",
6540
- "description": "`activation` {`\"auto\" | \"manual\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\nProperty: activation\n\nDefault: auto",
6676
+ "description": "`activation` {`\"manual\" | \"auto\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\nProperty: activation\n\nDefault: auto",
6541
6677
  "values": [
6542
6678
  {
6543
- "name": "auto"
6679
+ "name": "manual"
6544
6680
  },
6545
6681
  {
6546
- "name": "manual"
6682
+ "name": "auto"
6547
6683
  }
6548
6684
  ]
6549
6685
  },