@aquera/nile-elements 1.6.8 → 1.7.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 (92) hide show
  1. package/README.md +11 -0
  2. package/dist/index.cjs.js +1 -1
  3. package/dist/index.esm.js +1 -1
  4. package/dist/index.js +297 -132
  5. package/dist/nile-auto-complete/nile-auto-complete.cjs.js +1 -1
  6. package/dist/nile-auto-complete/nile-auto-complete.cjs.js.map +1 -1
  7. package/dist/nile-auto-complete/nile-auto-complete.esm.js +1 -1
  8. package/dist/nile-calendar/nile-calendar.cjs.js +1 -1
  9. package/dist/nile-calendar/nile-calendar.cjs.js.map +1 -1
  10. package/dist/nile-calendar/nile-calendar.css.cjs.js +1 -1
  11. package/dist/nile-calendar/nile-calendar.css.cjs.js.map +1 -1
  12. package/dist/nile-calendar/nile-calendar.css.esm.js +0 -3
  13. package/dist/nile-calendar/nile-calendar.esm.js +2 -2
  14. package/dist/nile-color-picker/index.cjs.js +2 -0
  15. package/dist/nile-color-picker/index.cjs.js.map +1 -0
  16. package/dist/nile-color-picker/index.esm.js +1 -0
  17. package/dist/nile-color-picker/nile-color-picker.cjs.js +2 -0
  18. package/dist/nile-color-picker/nile-color-picker.cjs.js.map +1 -0
  19. package/dist/nile-color-picker/nile-color-picker.css.cjs.js +2 -0
  20. package/dist/nile-color-picker/nile-color-picker.css.cjs.js.map +1 -0
  21. package/dist/nile-color-picker/nile-color-picker.css.esm.js +1 -0
  22. package/dist/nile-color-picker/nile-color-picker.esm.js +111 -0
  23. package/dist/nile-color-swatch/index.cjs.js +2 -0
  24. package/dist/nile-color-swatch/index.cjs.js.map +1 -0
  25. package/dist/nile-color-swatch/index.esm.js +1 -0
  26. package/dist/nile-color-swatch/nile-color-swatch.cjs.js +2 -0
  27. package/dist/nile-color-swatch/nile-color-swatch.cjs.js.map +1 -0
  28. package/dist/nile-color-swatch/nile-color-swatch.css.cjs.js +2 -0
  29. package/dist/nile-color-swatch/nile-color-swatch.css.cjs.js.map +1 -0
  30. package/dist/nile-color-swatch/nile-color-swatch.css.esm.js +44 -0
  31. package/dist/nile-color-swatch/nile-color-swatch.esm.js +16 -0
  32. package/dist/nile-dropdown/nile-dropdown.cjs.js +1 -1
  33. package/dist/nile-dropdown/nile-dropdown.cjs.js.map +1 -1
  34. package/dist/nile-dropdown/nile-dropdown.esm.js +1 -1
  35. package/dist/nile-stepper-item/nile-stepper-item.cjs.js +1 -1
  36. package/dist/nile-stepper-item/nile-stepper-item.cjs.js.map +1 -1
  37. package/dist/nile-stepper-item/nile-stepper-item.esm.js +13 -13
  38. package/dist/nile-vertical-stepper-item/nile-vertical-stepper-item.cjs.js +1 -1
  39. package/dist/nile-vertical-stepper-item/nile-vertical-stepper-item.cjs.js.map +1 -1
  40. package/dist/nile-vertical-stepper-item/nile-vertical-stepper-item.esm.js +1 -1
  41. package/dist/src/index.d.ts +3 -0
  42. package/dist/src/index.js +2 -0
  43. package/dist/src/index.js.map +1 -1
  44. package/dist/src/nile-auto-complete/nile-auto-complete.js +1 -1
  45. package/dist/src/nile-auto-complete/nile-auto-complete.js.map +1 -1
  46. package/dist/src/nile-calendar/nile-calendar.css.js +0 -3
  47. package/dist/src/nile-calendar/nile-calendar.css.js.map +1 -1
  48. package/dist/src/nile-calendar/nile-calendar.js +2 -2
  49. package/dist/src/nile-calendar/nile-calendar.js.map +1 -1
  50. package/dist/src/nile-color-picker/index.d.ts +3 -0
  51. package/dist/src/nile-color-picker/index.js +3 -0
  52. package/dist/src/nile-color-picker/index.js.map +1 -0
  53. package/dist/src/nile-color-picker/nile-color-picker.css.d.ts +1 -0
  54. package/dist/src/nile-color-picker/nile-color-picker.css.js +228 -0
  55. package/dist/src/nile-color-picker/nile-color-picker.css.js.map +1 -0
  56. package/dist/src/nile-color-picker/nile-color-picker.d.ts +92 -0
  57. package/dist/src/nile-color-picker/nile-color-picker.js +613 -0
  58. package/dist/src/nile-color-picker/nile-color-picker.js.map +1 -0
  59. package/dist/src/nile-color-swatch/index.d.ts +1 -0
  60. package/dist/src/nile-color-swatch/index.js +2 -0
  61. package/dist/src/nile-color-swatch/index.js.map +1 -0
  62. package/dist/src/nile-color-swatch/nile-color-swatch.css.d.ts +1 -0
  63. package/dist/src/nile-color-swatch/nile-color-swatch.css.js +46 -0
  64. package/dist/src/nile-color-swatch/nile-color-swatch.css.js.map +1 -0
  65. package/dist/src/nile-color-swatch/nile-color-swatch.d.ts +15 -0
  66. package/dist/src/nile-color-swatch/nile-color-swatch.js +66 -0
  67. package/dist/src/nile-color-swatch/nile-color-swatch.js.map +1 -0
  68. package/dist/src/nile-dropdown/nile-dropdown.d.ts +2 -0
  69. package/dist/src/nile-dropdown/nile-dropdown.js +21 -5
  70. package/dist/src/nile-dropdown/nile-dropdown.js.map +1 -1
  71. package/dist/src/nile-stepper-item/nile-stepper-item.js +1 -1
  72. package/dist/src/nile-stepper-item/nile-stepper-item.js.map +1 -1
  73. package/dist/src/nile-vertical-stepper-item/nile-vertical-stepper-item.js +1 -1
  74. package/dist/src/nile-vertical-stepper-item/nile-vertical-stepper-item.js.map +1 -1
  75. package/dist/src/version.js +1 -1
  76. package/dist/src/version.js.map +1 -1
  77. package/dist/tsconfig.tsbuildinfo +1 -1
  78. package/package.json +5 -3
  79. package/src/index.ts +3 -0
  80. package/src/nile-auto-complete/nile-auto-complete.ts +1 -1
  81. package/src/nile-calendar/nile-calendar.css.ts +0 -3
  82. package/src/nile-calendar/nile-calendar.ts +2 -2
  83. package/src/nile-color-picker/index.ts +3 -0
  84. package/src/nile-color-picker/nile-color-picker.css.ts +225 -0
  85. package/src/nile-color-picker/nile-color-picker.ts +541 -0
  86. package/src/nile-color-swatch/index.ts +1 -0
  87. package/src/nile-color-swatch/nile-color-swatch.css.ts +46 -0
  88. package/src/nile-color-swatch/nile-color-swatch.ts +72 -0
  89. package/src/nile-dropdown/nile-dropdown.ts +23 -5
  90. package/src/nile-stepper-item/nile-stepper-item.ts +1 -1
  91. package/src/nile-vertical-stepper-item/nile-vertical-stepper-item.ts +1 -1
  92. package/vscode-html-custom-data.json +126 -20
@@ -289,6 +289,9 @@ export class NileDropdown extends NileElement {
289
289
  if(this.noOpenOnClick){
290
290
  return;
291
291
  }
292
+ if (this.disabled || this.isTriggerDisabled()) {
293
+ return;
294
+ }
292
295
  if (this.open) {
293
296
  this.hide();
294
297
  } else {
@@ -353,6 +356,11 @@ export class NileDropdown extends NileElement {
353
356
  this.updateAccessibleTrigger();
354
357
  }
355
358
 
359
+ private isTriggerDisabled(): boolean {
360
+ const trigger = this.querySelector('[slot="trigger"]') as any;
361
+ return trigger?.hasAttribute?.('disabled');
362
+ }
363
+
356
364
  //
357
365
  // Slotted triggers can be arbitrary content, but we need to link them to the dropdown panel with `aria-haspopup` and
358
366
  // `aria-expanded`. These must be applied to the "accessible trigger" (the tabbable portion of the trigger element
@@ -387,7 +395,7 @@ export class NileDropdown extends NileElement {
387
395
 
388
396
  /** Shows the dropdown panel. */
389
397
  async show() {
390
- if (this.open) {
398
+ if (this.open || this.disabled || this.isTriggerDisabled()) {
391
399
  return undefined;
392
400
  }
393
401
 
@@ -429,6 +437,8 @@ export class NileDropdown extends NileElement {
429
437
  document.removeEventListener('mousedown', this.handleDocumentMouseDown);
430
438
  }
431
439
 
440
+ private _triggerDisabledByDropdown = false;
441
+
432
442
  protected updated(changedProperties: PropertyValues): void {
433
443
  super.updated(changedProperties);
434
444
 
@@ -444,6 +454,10 @@ export class NileDropdown extends NileElement {
444
454
  }
445
455
  }
446
456
  if (changedProperties.has('disabled')) {
457
+ if (this.disabled && this.open) {
458
+ void this.hide();
459
+ }
460
+
447
461
  this.updateTriggerDisabledState();
448
462
  }
449
463
  }
@@ -451,17 +465,21 @@ export class NileDropdown extends NileElement {
451
465
  private updateTriggerDisabledState() {
452
466
  const trigger = this.querySelector('[slot="trigger"]') as any;
453
467
  if (!trigger) return;
454
- const triggerAlreadyDisabled = trigger.hasAttribute('disabled');
455
- if (this.disabled || triggerAlreadyDisabled) {
468
+ if (this.disabled){
469
+ if (!trigger.disabled) {
470
+ this._triggerDisabledByDropdown = true;
471
+ }
456
472
  trigger.disabled = true;
457
- this.disabled = true;
473
+ } else if (this._triggerDisabledByDropdown) {
474
+ trigger.disabled = false;
475
+ this._triggerDisabledByDropdown = false;
458
476
  }
459
477
  }
460
478
 
461
479
  @watch('open', { waitUntilFirstUpdate: true })
462
480
  async handleOpenChange() {
463
481
  this.visibilityManager?.setup();
464
- if (this.disabled) {
482
+ if ( this.open && (this.disabled || this.isTriggerDisabled()) ) {
465
483
  this.open = false;
466
484
  return;
467
485
  }
@@ -148,7 +148,7 @@ export class NileStepperItem extends NileElement {
148
148
  getSvg():TemplateResult{
149
149
  let iconSize = this.size == 'sm' ? 20 : this.size == 'lg' ? 24 : 28;
150
150
  return html`
151
- <svg width="${iconSize}" height="${iconSize}" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
151
+ <svg part="bulletin-svg" width="${iconSize}" height="${iconSize}" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
152
152
  <path fill-rule="evenodd" clip-rule="evenodd" d="M22.7953 9.85334L13.2487 19.0667L10.7153 16.36C10.2487 15.92 9.51534 15.8933 8.982 16.2667C8.462 16.6533 8.31534 17.3333 8.63534 17.88L11.6353 22.76C11.9287 23.2133 12.4353 23.4933 13.0087 23.4933C13.5553 23.4933 14.0753 23.2133 14.3687 22.76C14.8487 22.1333 24.0087 11.2133 24.0087 11.2133C25.2087 9.98668 23.7553 8.90668 22.7953 9.84001V9.85334Z" fill="white"/>
153
153
  </svg>
154
154
  `
@@ -110,7 +110,7 @@ export class NileVerticalStepperItem extends NileElement {
110
110
  getSvg():TemplateResult{
111
111
  let iconSize = this.size == 'sm' ? 20 : this.size == 'lg' ? 24 : 28;
112
112
  return html`
113
- <svg width="${iconSize}" height="${iconSize}" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
113
+ <svg part="bulletin-svg" width="${iconSize}" height="${iconSize}" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
114
114
  <path fill-rule="evenodd" clip-rule="evenodd" d="M22.7953 9.85334L13.2487 19.0667L10.7153 16.36C10.2487 15.92 9.51534 15.8933 8.982 16.2667C8.462 16.6533 8.31534 17.3333 8.63534 17.88L11.6353 22.76C11.9287 23.2133 12.4353 23.4933 13.0087 23.4933C13.5553 23.4933 14.0753 23.2133 14.3687 22.76C14.8487 22.1333 24.0087 11.2133 24.0087 11.2133C25.2087 9.98668 23.7553 8.90668 22.7953 9.84001V9.85334Z" fill="white"/>
115
115
  </svg>
116
116
  `
@@ -1224,6 +1224,112 @@
1224
1224
  }
1225
1225
  ]
1226
1226
  },
1227
+ {
1228
+ "name": "nile-color-picker",
1229
+ "description": "Events:\n\n * `nile-change` {`CustomEvent<{ value: string; }>`} - \n\nAttributes:\n\n * `type` {`ColorPickerType`} - \n\n * `value` {`string`} - Currently selected hex color value.\n\n * `swatchTooltip` {`SwatchTooltip`} - What to show in swatch tooltips.\n\n * `recentColorsCount` {`number`} - How many recent/custom colors to display.\n\n * `noFill` {`boolean`} - Show a \"No Fill\" button (useful for background-color use cases).\n\n * `mode` {`ColorPickerMode`} - \n\n * `showCanvas` {`boolean`} - Show the SV gradient canvas (the large colour area). Applies when type=\"picker\".\n\n * `showHue` {`boolean`} - Show the hue slider row (rainbow bar + eyedropper). Applies when type=\"picker\".\n\n * `showInputs` {`boolean`} - Show the HEX / RGB input row. Applies when type=\"picker\".\n\n * `showActions` {`boolean`} - Show the Cancel / Okay action buttons. Applies when type=\"picker\".\n\n * `open` {`boolean`} - \n\n * `palette` {`PaletteEntry[]`} - Custom palette. Accepts a JSON array of `{ color, name }` objects or plain\nhex strings. Falls back to the built-in palette when empty.\n\nProperties:\n\n * `type` {`ColorPickerType`} - \n\n * `value` {`string`} - Currently selected hex color value.\n\n * `swatchTooltip` {`SwatchTooltip`} - What to show in swatch tooltips.\n\n * `recentColorsCount` {`number`} - How many recent/custom colors to display.\n\n * `noFill` {`boolean`} - Show a \"No Fill\" button (useful for background-color use cases).\n\n * `mode` {`ColorPickerMode`} - \n\n * `showCanvas` {`boolean`} - Show the SV gradient canvas (the large colour area). Applies when type=\"picker\".\n\n * `showHue` {`boolean`} - Show the hue slider row (rainbow bar + eyedropper). Applies when type=\"picker\".\n\n * `showInputs` {`boolean`} - Show the HEX / RGB input row. Applies when type=\"picker\".\n\n * `showActions` {`boolean`} - Show the Cancel / Okay action buttons. Applies when type=\"picker\".\n\n * `open` {`boolean`} - \n\n * `palette` {`PaletteEntry[]`} - Custom palette. Accepts a JSON array of `{ color, name }` objects or plain\nhex strings. Falls back to the built-in palette when empty.\n\n * `_view` {`ColorPickerType`} - \n\n * `_recentColors` {`PaletteEntry[]`} - \n\n * `_hue` {`number`} - \n\n * `_sat` {`number`} - \n\n * `_val` {`number`} - \n\n * `_colorMode` {`\"HEX\" | \"RGB\"`} - \n\n * `_hexInput` {`string`} - \n\n * `_r` {`number`} - \n\n * `_g` {`number`} - \n\n * `_b` {`number`} - \n\n * `_svCanvas` {`HTMLCanvasElement | null`} - \n\n * `_hueCanvas` {`HTMLCanvasElement | null`} - \n\n * `_draggingSV` {`boolean`} - \n\n * `_draggingHue` {`boolean`} - \n\n * `_pendingColor` {`string`} - \n\n * `_paletteColors` {`PaletteEntry[]`} - \n\n * `_onSVMouseDown` - \n\n * `_onHueMouseDown` - \n\n * `_onGlobalMouseMove` - \n\n * `_onGlobalMouseUp` - \n\n * `_onHexInput` - \n\n * `_onRgbInput` - \n\n * `_onColorModeSelect` - \n\n * `_pickEyedropper` - ",
1230
+ "attributes": [
1231
+ {
1232
+ "name": "type",
1233
+ "description": "`type` {`ColorPickerType`} - \n\nProperty: type\n\nDefault: swatches",
1234
+ "values": [
1235
+ {
1236
+ "name": "swatches"
1237
+ },
1238
+ {
1239
+ "name": "picker"
1240
+ }
1241
+ ]
1242
+ },
1243
+ {
1244
+ "name": "value",
1245
+ "description": "`value` {`string`} - Currently selected hex color value.\n\nProperty: value\n\nDefault: #000000"
1246
+ },
1247
+ {
1248
+ "name": "swatchTooltip",
1249
+ "description": "`swatchTooltip` {`SwatchTooltip`} - What to show in swatch tooltips.\n\nProperty: swatchTooltip\n\nDefault: name",
1250
+ "values": [
1251
+ {
1252
+ "name": "name"
1253
+ },
1254
+ {
1255
+ "name": "value"
1256
+ },
1257
+ {
1258
+ "name": "both"
1259
+ }
1260
+ ]
1261
+ },
1262
+ {
1263
+ "name": "recentColorsCount",
1264
+ "description": "`recentColorsCount` {`number`} - How many recent/custom colors to display.\n\nProperty: recentColorsCount\n\nDefault: 3"
1265
+ },
1266
+ {
1267
+ "name": "noFill",
1268
+ "description": "`noFill` {`boolean`} - Show a \"No Fill\" button (useful for background-color use cases).\n\nProperty: noFill\n\nDefault: false",
1269
+ "valueSet": "v"
1270
+ },
1271
+ {
1272
+ "name": "mode",
1273
+ "description": "`mode` {`ColorPickerMode`} - \n\nProperty: mode\n\nDefault: inline",
1274
+ "values": [
1275
+ {
1276
+ "name": "inline"
1277
+ },
1278
+ {
1279
+ "name": "popover"
1280
+ }
1281
+ ]
1282
+ },
1283
+ {
1284
+ "name": "showCanvas",
1285
+ "description": "`showCanvas` {`boolean`} - Show the SV gradient canvas (the large colour area). Applies when type=\"picker\".\n\nProperty: showCanvas\n\nDefault: true",
1286
+ "valueSet": "v"
1287
+ },
1288
+ {
1289
+ "name": "showHue",
1290
+ "description": "`showHue` {`boolean`} - Show the hue slider row (rainbow bar + eyedropper). Applies when type=\"picker\".\n\nProperty: showHue\n\nDefault: true",
1291
+ "valueSet": "v"
1292
+ },
1293
+ {
1294
+ "name": "showInputs",
1295
+ "description": "`showInputs` {`boolean`} - Show the HEX / RGB input row. Applies when type=\"picker\".\n\nProperty: showInputs\n\nDefault: true",
1296
+ "valueSet": "v"
1297
+ },
1298
+ {
1299
+ "name": "showActions",
1300
+ "description": "`showActions` {`boolean`} - Show the Cancel / Okay action buttons. Applies when type=\"picker\".\n\nProperty: showActions\n\nDefault: true",
1301
+ "valueSet": "v"
1302
+ },
1303
+ {
1304
+ "name": "open",
1305
+ "description": "`open` {`boolean`} - \n\nProperty: open\n\nDefault: false",
1306
+ "valueSet": "v"
1307
+ },
1308
+ {
1309
+ "name": "palette",
1310
+ "description": "`palette` {`PaletteEntry[]`} - Custom palette. Accepts a JSON array of `{ color, name }` objects or plain\nhex strings. Falls back to the built-in palette when empty.\n\nProperty: palette\n\nDefault: "
1311
+ },
1312
+ {
1313
+ "name": "onnile-change",
1314
+ "description": "`nile-change` {`CustomEvent<{ value: string; }>`} - "
1315
+ }
1316
+ ]
1317
+ },
1318
+ {
1319
+ "name": "nile-color-swatch",
1320
+ "description": "Attributes:\n\n * `color` {`string`} - The hex color this swatch represents.\n\n * `active` {`boolean`} - Whether this swatch is the currently selected color.\n\nProperties:\n\n * `color` {`string`} - The hex color this swatch represents.\n\n * `active` {`boolean`} - Whether this swatch is the currently selected color.",
1321
+ "attributes": [
1322
+ {
1323
+ "name": "color",
1324
+ "description": "`color` {`string`} - The hex color this swatch represents.\n\nProperty: color\n\nDefault: #000000"
1325
+ },
1326
+ {
1327
+ "name": "active",
1328
+ "description": "`active` {`boolean`} - Whether this swatch is the currently selected color.\n\nProperty: active\n\nDefault: false",
1329
+ "valueSet": "v"
1330
+ }
1331
+ ]
1332
+ },
1227
1333
  {
1228
1334
  "name": "nile-content-editor",
1229
1335
  "description": "Nile icon component.\n\nAttributes:\n\n * `value` {`string`} - \n\n * `options` {`any[]`} - \n\n * `filteredOptions` {`any[]`} - \n\n * `showLabel` {`boolean`} - \n\n * `labelText` {`string`} - \n\n * `type` {`string`} - \n\n * `required` {`boolean`} - \n\n * `help-text` {`string`} - \n\n * `readonly` {`boolean`} - \n\n * `error-message` {`string`} - \n\n * `error` {`boolean`} - \n\n * `noborder` {`boolean`} - \n\n * `updateValue` - \n\nProperties:\n\n * `value` {`string`} - \n\n * `options` {`any[]`} - \n\n * `filteredOptions` {`any[]`} - \n\n * `showLabel` {`boolean`} - \n\n * `labelText` {`string`} - \n\n * `type` {`string`} - \n\n * `required` {`boolean`} - \n\n * `contentEditor` {`HTMLInputElement`} - \n\n * `autoOptions` {`HTMLInputElement`} - \n\n * `openDropdown` {`boolean`} - \n\n * `tagIdentifier` {`string`} - \n\n * `filteredValue` {`string`} - \n\n * `helpText` {`string`} - \n\n * `readonly` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `noborder` {`boolean`} - \n\n * `updateValue` - \n\n * `initialValue` {`string`} - \n\n * `styles` - \n\n * `replaceText` {`string`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
@@ -1557,7 +1663,7 @@
1557
1663
  },
1558
1664
  {
1559
1665
  "name": "nile-dropdown",
1560
- "description": "Nile icon component.\n\nEvents:\n\n * `nile-show` {} - Emitted when the dropdown opens.\n\n * `nile-after-show` {} - Emitted after the dropdown opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the dropdown closes.\n\n * `nile-after-hide` {} - Emitted after the dropdown closes and all animations are complete.\n\nSlots:\n\n * ` ` {} - The dropdown's main content.\n\n * `trigger` {} - The dropdown's trigger, usually a `<nile-button>` element.\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the dropdown so the panel will not open.\n\n * `stay-open-on-select` {`boolean`} - By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its trigger.\n\n * `noOpenOnClick` {`boolean`} - \n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its trigger.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `portal` {`boolean`} - Enable portal mode to render the dropdown panel in a portal outside the component's DOM tree.\nThis provides better positioning control and prevents clipping issues in complex layouts.\n\n * `enableVisibilityEffect` {`boolean`} - \n\n * `enableTabClose` {`boolean`} - \n\nProperties:\n\n * `styles` - \n\n * `popup` - \n\n * `trigger` {`HTMLSlotElement`} - \n\n * `panel` {`HTMLSlotElement`} - \n\n * `open` {`boolean`} - Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the dropdown so the panel will not open.\n\n * `stayOpenOnSelect` {`boolean`} - By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.\n\n * `containingElement` {`HTMLElement | undefined`} - The dropdown will close when the user interacts outside of this element (e.g. clicking). Useful for composing other\ncomponents that use a dropdown internally.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its trigger.\n\n * `noOpenOnClick` {`boolean`} - \n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its trigger.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `portal` {`boolean`} - Enable portal mode to render the dropdown panel in a portal outside the component's DOM tree.\nThis provides better positioning control and prevents clipping issues in complex layouts.\n\n * `enableVisibilityEffect` {`boolean`} - \n\n * `enableTabClose` {`boolean`} - \n\n * `portalManager` - \n\n * `visibilityManager` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1666
+ "description": "Nile icon component.\n\nEvents:\n\n * `nile-show` {} - Emitted when the dropdown opens.\n\n * `nile-after-show` {} - Emitted after the dropdown opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the dropdown closes.\n\n * `nile-after-hide` {} - Emitted after the dropdown closes and all animations are complete.\n\nSlots:\n\n * ` ` {} - The dropdown's main content.\n\n * `trigger` {} - The dropdown's trigger, usually a `<nile-button>` element.\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the dropdown so the panel will not open.\n\n * `stay-open-on-select` {`boolean`} - By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its trigger.\n\n * `noOpenOnClick` {`boolean`} - \n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its trigger.\n\n * `sync` {`\"both\" | \"width\" | \"height\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `portal` {`boolean`} - Enable portal mode to render the dropdown panel in a portal outside the component's DOM tree.\nThis provides better positioning control and prevents clipping issues in complex layouts.\n\n * `enableVisibilityEffect` {`boolean`} - \n\n * `enableTabClose` {`boolean`} - \n\nProperties:\n\n * `styles` - \n\n * `popup` - \n\n * `trigger` {`HTMLSlotElement`} - \n\n * `panel` {`HTMLSlotElement`} - \n\n * `open` {`boolean`} - Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the dropdown so the panel will not open.\n\n * `stayOpenOnSelect` {`boolean`} - By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.\n\n * `containingElement` {`HTMLElement | undefined`} - The dropdown will close when the user interacts outside of this element (e.g. clicking). Useful for composing other\ncomponents that use a dropdown internally.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its trigger.\n\n * `noOpenOnClick` {`boolean`} - \n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its trigger.\n\n * `sync` {`\"both\" | \"width\" | \"height\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `portal` {`boolean`} - Enable portal mode to render the dropdown panel in a portal outside the component's DOM tree.\nThis provides better positioning control and prevents clipping issues in complex layouts.\n\n * `enableVisibilityEffect` {`boolean`} - \n\n * `enableTabClose` {`boolean`} - \n\n * `portalManager` - \n\n * `visibilityManager` - \n\n * `_triggerDisabledByDropdown` {`boolean`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1561
1667
  "attributes": [
1562
1668
  {
1563
1669
  "name": "open",
@@ -1631,16 +1737,16 @@
1631
1737
  },
1632
1738
  {
1633
1739
  "name": "sync",
1634
- "description": "`sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\nProperty: sync",
1740
+ "description": "`sync` {`\"both\" | \"width\" | \"height\"`} - Syncs the popup's width or height to that of the anchor element.\n\nProperty: sync",
1635
1741
  "values": [
1636
1742
  {
1637
- "name": "width"
1743
+ "name": "both"
1638
1744
  },
1639
1745
  {
1640
- "name": "height"
1746
+ "name": "width"
1641
1747
  },
1642
1748
  {
1643
- "name": "both"
1749
+ "name": "height"
1644
1750
  }
1645
1751
  ]
1646
1752
  },
@@ -4273,7 +4379,7 @@
4273
4379
  },
4274
4380
  {
4275
4381
  "name": "nile-popup",
4276
- "description": "Nile icon component.\n\nAttributes:\n\n * `anchor` {`string | Element`} - The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.\n\n * `active` {`boolean`} - Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\n * `strategy` {`\"absolute\" | \"fixed\"`} - Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its anchor.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its anchor.\n\n * `arrow` {`boolean`} - Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.\n\n * `arrow-placement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.\n\n * `arrow-padding` {`number`} - The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.\n\n * `flip` {`boolean`} - When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.\n\n * `flip-fallback-placements` {`string`} - If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.\n\n * `flip-fallback-strategy` {`\"initial\" | \"best-fit\"`} - When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.\n\n * `flipBoundary` {`Element | Element[]`} - The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `flip-padding` {`number`} - The amount of padding, in pixels, to exceed before the flip behavior will occur.\n\n * `shift` {`boolean`} - Moves the popup along the axis to keep it in view when clipped.\n\n * `shiftBoundary` {`Element | Element[]`} - The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `shift-padding` {`number`} - The amount of padding, in pixels, to exceed before the shift behavior will occur.\n\n * `auto-size` {`\"vertical\" | \"horizontal\" | \"both\"`} - When set, this will cause the popup to automatically resize itself to prevent it from overflowing.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `autoSizeBoundary` {`Element | Element[]`} - The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `auto-size-padding` {`number`} - The amount of padding, in pixels, to exceed before the auto-size behavior will occur.\n\nProperties:\n\n * `styles` - \n\n * `anchorEl` {`Element | null`} - \n\n * `cleanup` - \n\n * `popup` {`HTMLElement`} - A reference to the internal popup container. Useful for animating and styling the popup with JavaScript.\n\n * `arrowEl` {`HTMLElement`} - \n\n * `anchor` {`string | Element`} - The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.\n\n * `active` {`boolean`} - Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\n * `strategy` {`\"absolute\" | \"fixed\"`} - Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its anchor.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its anchor.\n\n * `arrow` {`boolean`} - Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.\n\n * `arrowPlacement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.\n\n * `arrowPadding` {`number`} - The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.\n\n * `flip` {`boolean`} - When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.\n\n * `flipFallbackPlacements` {`string`} - If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.\n\n * `flipFallbackStrategy` {`\"initial\" | \"best-fit\"`} - When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.\n\n * `flipBoundary` {`Element | Element[]`} - The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `flipPadding` {`number`} - The amount of padding, in pixels, to exceed before the flip behavior will occur.\n\n * `shift` {`boolean`} - Moves the popup along the axis to keep it in view when clipped.\n\n * `shiftBoundary` {`Element | Element[]`} - The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `shiftPadding` {`number`} - The amount of padding, in pixels, to exceed before the shift behavior will occur.\n\n * `autoSize` {`\"vertical\" | \"horizontal\" | \"both\"`} - When set, this will cause the popup to automatically resize itself to prevent it from overflowing.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `autoSizeBoundary` {`Element | Element[]`} - The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `autoSizePadding` {`number`} - The amount of padding, in pixels, to exceed before the auto-size behavior will occur.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
4382
+ "description": "Nile icon component.\n\nAttributes:\n\n * `anchor` {`string | Element`} - The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.\n\n * `active` {`boolean`} - Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\n * `strategy` {`\"absolute\" | \"fixed\"`} - Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its anchor.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its anchor.\n\n * `arrow` {`boolean`} - Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.\n\n * `arrow-placement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.\n\n * `arrow-padding` {`number`} - The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.\n\n * `flip` {`boolean`} - When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.\n\n * `flip-fallback-placements` {`string`} - If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.\n\n * `flip-fallback-strategy` {`\"initial\" | \"best-fit\"`} - When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.\n\n * `flipBoundary` {`Element | Element[]`} - The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `flip-padding` {`number`} - The amount of padding, in pixels, to exceed before the flip behavior will occur.\n\n * `shift` {`boolean`} - Moves the popup along the axis to keep it in view when clipped.\n\n * `shiftBoundary` {`Element | Element[]`} - The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `shift-padding` {`number`} - The amount of padding, in pixels, to exceed before the shift behavior will occur.\n\n * `auto-size` {`\"vertical\" | \"horizontal\" | \"both\"`} - When set, this will cause the popup to automatically resize itself to prevent it from overflowing.\n\n * `sync` {`\"both\" | \"width\" | \"height\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `autoSizeBoundary` {`Element | Element[]`} - The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `auto-size-padding` {`number`} - The amount of padding, in pixels, to exceed before the auto-size behavior will occur.\n\nProperties:\n\n * `styles` - \n\n * `anchorEl` {`Element | null`} - \n\n * `cleanup` - \n\n * `popup` {`HTMLElement`} - A reference to the internal popup container. Useful for animating and styling the popup with JavaScript.\n\n * `arrowEl` {`HTMLElement`} - \n\n * `anchor` {`string | Element`} - The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.\n\n * `active` {`boolean`} - Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\n * `strategy` {`\"absolute\" | \"fixed\"`} - Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its anchor.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its anchor.\n\n * `arrow` {`boolean`} - Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.\n\n * `arrowPlacement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.\n\n * `arrowPadding` {`number`} - The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.\n\n * `flip` {`boolean`} - When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.\n\n * `flipFallbackPlacements` {`string`} - If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.\n\n * `flipFallbackStrategy` {`\"initial\" | \"best-fit\"`} - When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.\n\n * `flipBoundary` {`Element | Element[]`} - The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `flipPadding` {`number`} - The amount of padding, in pixels, to exceed before the flip behavior will occur.\n\n * `shift` {`boolean`} - Moves the popup along the axis to keep it in view when clipped.\n\n * `shiftBoundary` {`Element | Element[]`} - The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `shiftPadding` {`number`} - The amount of padding, in pixels, to exceed before the shift behavior will occur.\n\n * `autoSize` {`\"vertical\" | \"horizontal\" | \"both\"`} - When set, this will cause the popup to automatically resize itself to prevent it from overflowing.\n\n * `sync` {`\"both\" | \"width\" | \"height\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `autoSizeBoundary` {`Element | Element[]`} - The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `autoSizePadding` {`number`} - The amount of padding, in pixels, to exceed before the auto-size behavior will occur.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
4277
4383
  "attributes": [
4278
4384
  {
4279
4385
  "name": "anchor",
@@ -4435,16 +4541,16 @@
4435
4541
  },
4436
4542
  {
4437
4543
  "name": "sync",
4438
- "description": "`sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\nProperty: sync",
4544
+ "description": "`sync` {`\"both\" | \"width\" | \"height\"`} - Syncs the popup's width or height to that of the anchor element.\n\nProperty: sync",
4439
4545
  "values": [
4440
4546
  {
4441
- "name": "width"
4547
+ "name": "both"
4442
4548
  },
4443
4549
  {
4444
- "name": "height"
4550
+ "name": "width"
4445
4551
  },
4446
4552
  {
4447
- "name": "both"
4553
+ "name": "height"
4448
4554
  }
4449
4555
  ]
4450
4556
  },
@@ -5288,7 +5394,7 @@
5288
5394
  },
5289
5395
  {
5290
5396
  "name": "nile-side-bar-action",
5291
- "description": "Nile side-bar-action component.\n\nEvents:\n\n * `nile-show` {} - Fired when dropdown opens.\n\n * `nile-after-show` {} - Fired after dropdown + animations.\n\n * `nile-hide` {} - Fired when dropdown closes.\n\n * `nile-after-hide` {} - Fired after dropdown closes + animations.\n\nSlots:\n\n * `trigger` {} - The clickable trigger (icon/button).\n\n * ` ` {} - The dropdown panel content (menu, custom content).\n\nAttributes:\n\n * `open` {`boolean`} - Whether the dropdown is open\n\n * `placement` {`TooltipPosition`} - Preferred placement relative to trigger\n\n * `disabled` {`boolean`} - Disable interaction\n\n * `stay-open-on-select` {`boolean`} - Keep open on select\n\n * `distance` {`number`} - Offsets\n\n * `skidding` {`number`} - \n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Sync size with trigger\n\n * `hoist` {`boolean`} - Hoist above scroll containers\n\n * `portal` {`boolean`} - Enable portal mode to render the dropdown panel in a portal outside the component's DOM tree.\nThis provides better positioning control and prevents clipping issues in complex layouts.\n\n * `triggerDropdown` {`\"click\" | \"hover\"`} - \n\nProperties:\n\n * `styles` {`CSSResultArray`} - \n\n * `popup` - \n\n * `trigger` {`HTMLSlotElement`} - \n\n * `panel` {`HTMLSlotElement`} - \n\n * `open` {`boolean`} - Whether the dropdown is open\n\n * `placement` {`TooltipPosition`} - Preferred placement relative to trigger\n\n * `disabled` {`boolean`} - Disable interaction\n\n * `stayOpenOnSelect` {`boolean`} - Keep open on select\n\n * `containingElement` {`HTMLElement | undefined`} - External containing element (default: self)\n\n * `distance` {`number`} - Offsets\n\n * `skidding` {`number`} - \n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Sync size with trigger\n\n * `hoist` {`boolean`} - Hoist above scroll containers\n\n * `portal` {`boolean`} - Enable portal mode to render the dropdown panel in a portal outside the component's DOM tree.\nThis provides better positioning control and prevents clipping issues in complex layouts.\n\n * `portalManager` - \n\n * `triggerDropdown` {`\"click\" | \"hover\"`} - \n\n * `hoverTimeout` {`number | undefined`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
5397
+ "description": "Nile side-bar-action component.\n\nEvents:\n\n * `nile-show` {} - Fired when dropdown opens.\n\n * `nile-after-show` {} - Fired after dropdown + animations.\n\n * `nile-hide` {} - Fired when dropdown closes.\n\n * `nile-after-hide` {} - Fired after dropdown closes + animations.\n\nSlots:\n\n * `trigger` {} - The clickable trigger (icon/button).\n\n * ` ` {} - The dropdown panel content (menu, custom content).\n\nAttributes:\n\n * `open` {`boolean`} - Whether the dropdown is open\n\n * `placement` {`TooltipPosition`} - Preferred placement relative to trigger\n\n * `disabled` {`boolean`} - Disable interaction\n\n * `stay-open-on-select` {`boolean`} - Keep open on select\n\n * `distance` {`number`} - Offsets\n\n * `skidding` {`number`} - \n\n * `sync` {`\"both\" | \"width\" | \"height\"`} - Sync size with trigger\n\n * `hoist` {`boolean`} - Hoist above scroll containers\n\n * `portal` {`boolean`} - Enable portal mode to render the dropdown panel in a portal outside the component's DOM tree.\nThis provides better positioning control and prevents clipping issues in complex layouts.\n\n * `triggerDropdown` {`\"click\" | \"hover\"`} - \n\nProperties:\n\n * `styles` {`CSSResultArray`} - \n\n * `popup` - \n\n * `trigger` {`HTMLSlotElement`} - \n\n * `panel` {`HTMLSlotElement`} - \n\n * `open` {`boolean`} - Whether the dropdown is open\n\n * `placement` {`TooltipPosition`} - Preferred placement relative to trigger\n\n * `disabled` {`boolean`} - Disable interaction\n\n * `stayOpenOnSelect` {`boolean`} - Keep open on select\n\n * `containingElement` {`HTMLElement | undefined`} - External containing element (default: self)\n\n * `distance` {`number`} - Offsets\n\n * `skidding` {`number`} - \n\n * `sync` {`\"both\" | \"width\" | \"height\"`} - Sync size with trigger\n\n * `hoist` {`boolean`} - Hoist above scroll containers\n\n * `portal` {`boolean`} - Enable portal mode to render the dropdown panel in a portal outside the component's DOM tree.\nThis provides better positioning control and prevents clipping issues in complex layouts.\n\n * `portalManager` - \n\n * `triggerDropdown` {`\"click\" | \"hover\"`} - \n\n * `hoverTimeout` {`number | undefined`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
5292
5398
  "attributes": [
5293
5399
  {
5294
5400
  "name": "open",
@@ -5357,16 +5463,16 @@
5357
5463
  },
5358
5464
  {
5359
5465
  "name": "sync",
5360
- "description": "`sync` {`\"width\" | \"height\" | \"both\"`} - Sync size with trigger\n\nProperty: sync",
5466
+ "description": "`sync` {`\"both\" | \"width\" | \"height\"`} - Sync size with trigger\n\nProperty: sync",
5361
5467
  "values": [
5362
5468
  {
5363
- "name": "width"
5469
+ "name": "both"
5364
5470
  },
5365
5471
  {
5366
- "name": "height"
5472
+ "name": "width"
5367
5473
  },
5368
5474
  {
5369
- "name": "both"
5475
+ "name": "height"
5370
5476
  }
5371
5477
  ]
5372
5478
  },
@@ -5501,7 +5607,7 @@
5501
5607
  },
5502
5608
  {
5503
5609
  "name": "nile-side-bar-group-item",
5504
- "description": "Nile side-bar-group-item component.\n\nEvents:\n\n * `nile-click` {`CustomEvent<{ href: string | null; text: string; type: \"default\" | \"dropdown\" | \"popover\"; }>`} - \n\nSlots:\n\n * `icon` {} - Slot for the item icon\n\n * `text` {} - Slot for the item text\n\n * `trigger` {} - Slot for chevron/trigger icons\n\n * `content` {} - Slot for dropdown/popover content\n\nAttributes:\n\n * `link` {`string | null`} - \n\n * `active` {`boolean`} - \n\n * `type` {`\"default\" | \"dropdown\" | \"popover\"`} - \n\n * `expanded` {`boolean`} - \n\n * `disabled` {`boolean`} - \n\nProperties:\n\n * `link` {`string | null`} - \n\n * `active` {`boolean`} - \n\n * `type` {`\"default\" | \"dropdown\" | \"popover\"`} - \n\n * `expanded` {`boolean`} - \n\n * `disabled` {`boolean`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
5610
+ "description": "Nile side-bar-group-item component.\n\nEvents:\n\n * `nile-click` {`CustomEvent<{ href: string | null; text: string; type: \"default\" | \"popover\" | \"dropdown\"; }>`} - \n\nSlots:\n\n * `icon` {} - Slot for the item icon\n\n * `text` {} - Slot for the item text\n\n * `trigger` {} - Slot for chevron/trigger icons\n\n * `content` {} - Slot for dropdown/popover content\n\nAttributes:\n\n * `link` {`string | null`} - \n\n * `active` {`boolean`} - \n\n * `type` {`\"default\" | \"popover\" | \"dropdown\"`} - \n\n * `expanded` {`boolean`} - \n\n * `disabled` {`boolean`} - \n\nProperties:\n\n * `link` {`string | null`} - \n\n * `active` {`boolean`} - \n\n * `type` {`\"default\" | \"popover\" | \"dropdown\"`} - \n\n * `expanded` {`boolean`} - \n\n * `disabled` {`boolean`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
5505
5611
  "attributes": [
5506
5612
  {
5507
5613
  "name": "link",
@@ -5515,16 +5621,16 @@
5515
5621
  },
5516
5622
  {
5517
5623
  "name": "type",
5518
- "description": "`type` {`\"default\" | \"dropdown\" | \"popover\"`} - \n\nProperty: type\n\nDefault: default",
5624
+ "description": "`type` {`\"default\" | \"popover\" | \"dropdown\"`} - \n\nProperty: type\n\nDefault: default",
5519
5625
  "values": [
5520
5626
  {
5521
5627
  "name": "default"
5522
5628
  },
5523
5629
  {
5524
- "name": "dropdown"
5630
+ "name": "popover"
5525
5631
  },
5526
5632
  {
5527
- "name": "popover"
5633
+ "name": "dropdown"
5528
5634
  }
5529
5635
  ]
5530
5636
  },
@@ -5540,7 +5646,7 @@
5540
5646
  },
5541
5647
  {
5542
5648
  "name": "onnile-click",
5543
- "description": "`nile-click` {`CustomEvent<{ href: string | null; text: string; type: \"default\" | \"dropdown\" | \"popover\"; }>`} - "
5649
+ "description": "`nile-click` {`CustomEvent<{ href: string | null; text: string; type: \"default\" | \"popover\" | \"dropdown\"; }>`} - "
5544
5650
  }
5545
5651
  ]
5546
5652
  },