@xplortech/apollo-core 2.10.0 → 2.11.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 (258) hide show
  1. package/.typings/apollo-components.html-data.json +35 -2
  2. package/build/style.css +259 -34
  3. package/dist/apollo-core/apollo-core.css +12 -12
  4. package/dist/apollo-core/apollo-core.esm.js +1 -1
  5. package/dist/apollo-core/{p-728341d2.entry.js → p-048fdde0.entry.js} +1 -1
  6. package/dist/apollo-core/p-0abc496e.entry.js +1 -0
  7. package/dist/apollo-core/{p-23870463.entry.js → p-1442c052.entry.js} +1 -1
  8. package/dist/apollo-core/p-1e498763.entry.js +1 -0
  9. package/dist/apollo-core/p-26c3a508.entry.js +1 -0
  10. package/dist/apollo-core/p-4ce52107.entry.js +1 -0
  11. package/dist/apollo-core/p-6710fb29.entry.js +1 -0
  12. package/dist/apollo-core/p-7e622809.entry.js +1 -0
  13. package/dist/apollo-core/{p-c17b6351.entry.js → p-87068144.entry.js} +1 -1
  14. package/dist/apollo-core/p-BUgtURvw.js +1 -0
  15. package/dist/apollo-core/p-a3b4820a.entry.js +1 -0
  16. package/dist/apollo-core/p-b2d6dd0e.entry.js +1 -0
  17. package/dist/apollo-core/{p-e9e7577f.entry.js → p-bd2249ef.entry.js} +1 -1
  18. package/dist/apollo-core/p-c96b7957.entry.js +1 -0
  19. package/dist/apollo-core/p-d6be63cd.entry.js +1 -0
  20. package/dist/apollo-core/{p-9adf3694.entry.js → p-ddf76cee.entry.js} +1 -1
  21. package/dist/apollo-core/p-f0554edd.entry.js +1 -0
  22. package/dist/cjs/apollo-core.cjs.js +1 -1
  23. package/dist/cjs/index-BaXVr8ux.js +4 -0
  24. package/dist/cjs/lifecycle-Bf3QwiVa.js +70 -0
  25. package/dist/cjs/loader.cjs.js +1 -1
  26. package/dist/cjs/xpl-accordion.cjs.entry.js +2 -2
  27. package/dist/cjs/xpl-application-shell.cjs.entry.js +1 -1
  28. package/dist/cjs/xpl-avatar_54.cjs.entry.js +292 -243
  29. package/dist/cjs/xpl-button-row.cjs.entry.js +1 -1
  30. package/dist/cjs/xpl-calendar.cjs.entry.js +1 -1
  31. package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +2 -2
  32. package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +2 -2
  33. package/dist/cjs/xpl-dynamic-table.cjs.entry.js +1 -1
  34. package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
  35. package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
  36. package/dist/cjs/xpl-large-card.cjs.entry.js +1 -1
  37. package/dist/cjs/xpl-main-nav.cjs.entry.js +1 -1
  38. package/dist/cjs/xpl-table-header.cjs.entry.js +1 -1
  39. package/dist/cjs/xpl-toggle.cjs.entry.js +3 -3
  40. package/dist/cjs/xpl-toolbar.cjs.entry.js +2 -2
  41. package/dist/cjs/xpl-top-nav-menu.cjs.entry.js +97 -0
  42. package/dist/collection/collection-manifest.json +1 -0
  43. package/dist/collection/components/xpl-accordion/xpl-accordion.js +2 -2
  44. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +1 -1
  45. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +1 -1
  46. package/dist/collection/components/xpl-badge/xpl-badge.js +1 -1
  47. package/dist/collection/components/xpl-banner/xpl-banner.js +2 -2
  48. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +1 -1
  49. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +1 -1
  50. package/dist/collection/components/xpl-button/xpl-button.js +1 -1
  51. package/dist/collection/components/xpl-button-row/xpl-button-row.js +1 -1
  52. package/dist/collection/components/xpl-calendar/xpl-calendar.js +1 -1
  53. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +3 -3
  54. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +1 -1
  55. package/dist/collection/components/xpl-content-area/xpl-content-area.js +1 -1
  56. package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +1 -1
  57. package/dist/collection/components/xpl-data-card/xpl-data-card.js +2 -2
  58. package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
  59. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +1 -1
  60. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +1 -1
  61. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +2 -2
  62. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +4 -4
  63. package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +1 -1
  64. package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +2 -2
  65. package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +2 -2
  66. package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
  67. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
  68. package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +1 -1
  69. package/dist/collection/components/xpl-icon/xpl-icon.js +2 -2
  70. package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +8 -8
  71. package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +3 -3
  72. package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +4 -4
  73. package/dist/collection/components/xpl-input/xpl-input-phone/xpl-input-phone.js +5 -5
  74. package/dist/collection/components/xpl-input/xpl-input-search/xpl-input-search.js +1 -1
  75. package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +2 -2
  76. package/dist/collection/components/xpl-input/xpl-input.js +2 -2
  77. package/dist/collection/components/xpl-large-card/xpl-large-card.js +1 -1
  78. package/dist/collection/components/xpl-list/xpl-list.js +2 -2
  79. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +1 -1
  80. package/dist/collection/components/xpl-modal/xpl-modal.js +1 -1
  81. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +2 -2
  82. package/dist/collection/components/xpl-pagination/xpl-pagination.js +4 -4
  83. package/dist/collection/components/xpl-panel/xpl-panel.js +2 -2
  84. package/dist/collection/components/xpl-popover/xpl-popover.js +4 -4
  85. package/dist/collection/components/xpl-progress-bar/xpl-progress-bar.js +2 -2
  86. package/dist/collection/components/xpl-progress-indicator/xpl-progress-indicator.js +1 -1
  87. package/dist/collection/components/xpl-radio/xpl-radio.js +3 -3
  88. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +1 -1
  89. package/dist/collection/components/xpl-select/xpl-select.js +6 -6
  90. package/dist/collection/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.js +2 -2
  91. package/dist/collection/components/xpl-side-nav/xpl-side-nav.js +2 -2
  92. package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +1 -1
  93. package/dist/collection/components/xpl-slideout/xpl-slideout.js +1 -1
  94. package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +2 -2
  95. package/dist/collection/components/xpl-table/xpl-table.js +5 -5
  96. package/dist/collection/components/xpl-table-header/xpl-table-header.js +1 -1
  97. package/dist/collection/components/xpl-tabs/xpl-tabs.js +5 -5
  98. package/dist/collection/components/xpl-tag/xpl-tag.js +2 -2
  99. package/dist/collection/components/xpl-toast/xpl-toast.js +2 -2
  100. package/dist/collection/components/xpl-toggle/xpl-toggle.js +3 -3
  101. package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +2 -2
  102. package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +1 -1
  103. package/dist/collection/components/xpl-top-nav/top-nav-constants.js +1 -0
  104. package/dist/collection/components/xpl-top-nav/top-nav.stories.js +131 -11
  105. package/dist/collection/components/xpl-top-nav/xpl-nav-header-menu/xpl-nav-header-menu.js +2 -2
  106. package/dist/collection/components/xpl-top-nav/xpl-top-nav-item/top-nav-item-constants.js +2 -0
  107. package/dist/collection/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.js +305 -85
  108. package/dist/collection/components/xpl-top-nav/xpl-top-nav-menu/xpl-top-nav-menu.js +119 -0
  109. package/dist/collection/components/xpl-top-nav/xpl-top-nav.js +11 -5
  110. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +1 -1
  111. package/dist/collection/utils/lifecycle.js +18 -0
  112. package/dist/components/index.d.ts +2 -0
  113. package/dist/components/index.js +1 -1
  114. package/dist/components/p-2xGSxBGa.js +1 -0
  115. package/dist/components/p-B8RYNiz-.js +1 -0
  116. package/dist/components/p-BDWXBWGE.js +1 -0
  117. package/dist/components/{p-Bn-27-xj.js → p-BJqNuBZr.js} +1 -1
  118. package/dist/components/p-BUgtURvw.js +1 -0
  119. package/dist/components/{p-DllC7F-H.js → p-B_sq_SAX.js} +1 -1
  120. package/dist/components/{p-hPUzON4O.js → p-Bsy-VVS5.js} +1 -1
  121. package/dist/components/p-BxHFEnPN.js +1 -0
  122. package/dist/components/{p-B1PBAEzg.js → p-ByJRw26d.js} +1 -1
  123. package/dist/components/{p-DPTHmitJ.js → p-C5_Yo0ZP.js} +1 -1
  124. package/dist/components/p-C8rmEAx6.js +1 -0
  125. package/dist/components/p-CF_YTx16.js +1 -0
  126. package/dist/components/{p-BG0-6Xek.js → p-CUYkG-PB.js} +1 -1
  127. package/dist/components/{p-kPHfCq1d.js → p-CaW0fL0P.js} +1 -1
  128. package/dist/components/{p-B_Wi--Ov.js → p-CuisR8WP.js} +1 -1
  129. package/dist/components/{p-D97c0GjM.js → p-D2SFagIb.js} +1 -1
  130. package/dist/components/{p-3qMYyqTe.js → p-DKUNbsb0.js} +1 -1
  131. package/dist/components/p-DcXL24UI.js +1 -0
  132. package/dist/components/{p-CVqbA9op.js → p-Dp3H99Yc.js} +1 -1
  133. package/dist/components/p-M900WO1C.js +1 -0
  134. package/dist/components/{p-DEl4Rvzs.js → p-ZTFt9sBy.js} +1 -1
  135. package/dist/components/{p-CFW_w5Wj.js → p-gfb3l9Pr.js} +1 -1
  136. package/dist/components/{p-C9BO2vL-.js → p-h1Gbk5lO.js} +1 -1
  137. package/dist/components/xpl-accordion.js +1 -1
  138. package/dist/components/xpl-application-shell.js +1 -1
  139. package/dist/components/xpl-avatar.js +1 -1
  140. package/dist/components/xpl-backdrop.js +1 -1
  141. package/dist/components/xpl-badge.js +1 -1
  142. package/dist/components/xpl-banner.js +1 -1
  143. package/dist/components/xpl-breadcrumb-item.js +1 -1
  144. package/dist/components/xpl-breadcrumbs.js +1 -1
  145. package/dist/components/xpl-button-row.js +1 -1
  146. package/dist/components/xpl-button.js +1 -1
  147. package/dist/components/xpl-calendar.js +1 -1
  148. package/dist/components/xpl-checkbox.js +1 -1
  149. package/dist/components/xpl-choicelist.js +1 -1
  150. package/dist/components/xpl-content-area.js +1 -1
  151. package/dist/components/xpl-dashboard.js +1 -1
  152. package/dist/components/xpl-data-card.js +1 -1
  153. package/dist/components/xpl-divider.js +1 -1
  154. package/dist/components/xpl-dropdown-group.js +1 -1
  155. package/dist/components/xpl-dropdown-heading.js +1 -1
  156. package/dist/components/xpl-dropdown-option.js +1 -1
  157. package/dist/components/xpl-dropdown.js +1 -1
  158. package/dist/components/xpl-dynamic-table-cell.js +1 -1
  159. package/dist/components/xpl-dynamic-table-row.js +1 -1
  160. package/dist/components/xpl-dynamic-table.js +1 -1
  161. package/dist/components/xpl-grid-item.js +1 -1
  162. package/dist/components/xpl-grid.js +1 -1
  163. package/dist/components/xpl-header-accordion.js +1 -1
  164. package/dist/components/xpl-icon.js +1 -1
  165. package/dist/components/xpl-input-color.js +1 -1
  166. package/dist/components/xpl-input-date.js +1 -1
  167. package/dist/components/xpl-input-file.js +1 -1
  168. package/dist/components/xpl-input-phone.js +1 -1
  169. package/dist/components/xpl-input-search.js +1 -1
  170. package/dist/components/xpl-input-time.js +1 -1
  171. package/dist/components/xpl-input.js +1 -1
  172. package/dist/components/xpl-large-card.js +1 -1
  173. package/dist/components/xpl-list-item.js +1 -1
  174. package/dist/components/xpl-list.js +1 -1
  175. package/dist/components/xpl-main-nav.js +1 -1
  176. package/dist/components/xpl-modal.js +1 -1
  177. package/dist/components/xpl-nav-header-menu.js +1 -1
  178. package/dist/components/xpl-nav-item.js +1 -1
  179. package/dist/components/xpl-pagination.js +1 -1
  180. package/dist/components/xpl-panel.js +1 -1
  181. package/dist/components/xpl-popover.js +1 -1
  182. package/dist/components/xpl-progress-bar.js +1 -1
  183. package/dist/components/xpl-progress-indicator.js +1 -1
  184. package/dist/components/xpl-radio.js +1 -1
  185. package/dist/components/xpl-secondary-nav.js +1 -1
  186. package/dist/components/xpl-select.js +1 -1
  187. package/dist/components/xpl-side-nav-item.js +1 -1
  188. package/dist/components/xpl-side-nav.js +1 -1
  189. package/dist/components/xpl-skeleton.js +1 -1
  190. package/dist/components/xpl-slideout.js +1 -1
  191. package/dist/components/xpl-spotlight.js +1 -1
  192. package/dist/components/xpl-tab-panel.js +1 -1
  193. package/dist/components/xpl-tab.js +1 -1
  194. package/dist/components/xpl-table-header-cell.js +1 -1
  195. package/dist/components/xpl-table-header.js +1 -1
  196. package/dist/components/xpl-table.js +1 -1
  197. package/dist/components/xpl-tabs.js +1 -1
  198. package/dist/components/xpl-tag.js +1 -1
  199. package/dist/components/xpl-toast.js +1 -1
  200. package/dist/components/xpl-toggle.js +1 -1
  201. package/dist/components/xpl-toolbar.js +1 -1
  202. package/dist/components/xpl-tooltip.js +1 -1
  203. package/dist/components/xpl-top-nav-item.js +1 -1
  204. package/dist/components/xpl-top-nav-menu.d.ts +11 -0
  205. package/dist/components/xpl-top-nav-menu.js +1 -0
  206. package/dist/components/xpl-top-nav.js +1 -1
  207. package/dist/components/xpl-utility-bar.js +1 -1
  208. package/dist/docs/xpl-icon/readme.md +2 -0
  209. package/dist/docs/xpl-top-nav/readme.md +3 -0
  210. package/dist/docs/xpl-top-nav/xpl-top-nav-item/readme.md +79 -20
  211. package/dist/docs/xpl-top-nav/xpl-top-nav-menu/readme.md +96 -0
  212. package/dist/esm/apollo-core.js +1 -1
  213. package/dist/esm/index-CXkZUm1c.js +4 -0
  214. package/dist/esm/lifecycle-BUgtURvw.js +68 -0
  215. package/dist/esm/loader.js +1 -1
  216. package/dist/esm/xpl-accordion.entry.js +2 -2
  217. package/dist/esm/xpl-application-shell.entry.js +1 -1
  218. package/dist/esm/xpl-avatar_54.entry.js +291 -242
  219. package/dist/esm/xpl-button-row.entry.js +1 -1
  220. package/dist/esm/xpl-calendar.entry.js +1 -1
  221. package/dist/esm/xpl-dynamic-table-cell.entry.js +2 -2
  222. package/dist/esm/xpl-dynamic-table-row.entry.js +2 -2
  223. package/dist/esm/xpl-dynamic-table.entry.js +1 -1
  224. package/dist/esm/xpl-grid-item.entry.js +1 -1
  225. package/dist/esm/xpl-grid.entry.js +1 -1
  226. package/dist/esm/xpl-large-card.entry.js +1 -1
  227. package/dist/esm/xpl-main-nav.entry.js +1 -1
  228. package/dist/esm/xpl-table-header.entry.js +1 -1
  229. package/dist/esm/xpl-toggle.entry.js +3 -3
  230. package/dist/esm/xpl-toolbar.entry.js +2 -2
  231. package/dist/esm/xpl-top-nav-menu.entry.js +95 -0
  232. package/dist/types/components/xpl-top-nav/top-nav-constants.d.ts +1 -0
  233. package/dist/types/components/xpl-top-nav/top-nav.stories.d.ts +70 -1
  234. package/dist/types/components/xpl-top-nav/xpl-top-nav-item/top-nav-item-constants.d.ts +2 -0
  235. package/dist/types/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.d.ts +23 -4
  236. package/dist/types/components/xpl-top-nav/xpl-top-nav-menu/xpl-top-nav-menu.d.ts +18 -0
  237. package/dist/types/components/xpl-top-nav/xpl-top-nav.d.ts +1 -0
  238. package/dist/types/components.d.ts +179 -19
  239. package/dist/types/utils/lifecycle.d.ts +3 -0
  240. package/package.json +21 -11
  241. package/dist/apollo-core/p-0e45f332.entry.js +0 -1
  242. package/dist/apollo-core/p-0f251f98.entry.js +0 -1
  243. package/dist/apollo-core/p-1691c4f3.entry.js +0 -1
  244. package/dist/apollo-core/p-172ac720.entry.js +0 -1
  245. package/dist/apollo-core/p-44a16751.entry.js +0 -1
  246. package/dist/apollo-core/p-4efecab2.entry.js +0 -1
  247. package/dist/apollo-core/p-5094dd97.entry.js +0 -1
  248. package/dist/apollo-core/p-70e7facc.entry.js +0 -1
  249. package/dist/apollo-core/p-910be81f.entry.js +0 -1
  250. package/dist/apollo-core/p-e08b434c.entry.js +0 -1
  251. package/dist/components/p-BWyAzrwu.js +0 -1
  252. package/dist/components/p-Bd6JweBt.js +0 -1
  253. package/dist/components/p-Bs6vq0C6.js +0 -1
  254. package/dist/components/p-CGNq3DyC.js +0 -1
  255. package/dist/components/p-CtIUusUL.js +0 -1
  256. package/dist/components/p-DBWV65V-.js +0 -1
  257. package/dist/components/p-Ds28UyUR.js +0 -1
  258. package/dist/components/p-U5dPMCXE.js +0 -1
@@ -1,6 +1,7 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement, c as createEvent, F as Fragment, f as forceUpdate } from './index-CXkZUm1c.js';
2
2
  import { v as v4 } from './v4-CK3_k8jD.js';
3
3
  import { f as flatpickr } from './index-CH4yJ6Qx.js';
4
+ import { T as TimerManager } from './lifecycle-BUgtURvw.js';
4
5
 
5
6
  const LEGACY_STATUS_TO_BADGE = {
6
7
  active: 'green',
@@ -167,7 +168,7 @@ const Backdrop = class {
167
168
  this.relative = false;
168
169
  }
169
170
  render() {
170
- return (h(Host, { key: 'b2d74c6cd60e419b212078d16258a9cbd5716149', class: {
171
+ return (h(Host, { key: '7d5a73e7d7927828e0cb1a7cdca6648c4512cc5a', class: {
171
172
  'xpl-backdrop': true,
172
173
  'xpl-backdrop--fixed': !this.relative,
173
174
  'xpl-backdrop--relative': this.relative,
@@ -204,7 +205,7 @@ const Badge = class {
204
205
  [`xpl-badge--size-${this.size}`]: !!this.size,
205
206
  [`xpl-badge--shape-${this.shape}`]: !this.dotOnly && !!this.shape,
206
207
  };
207
- return (h(Host, { key: 'c9595f3e4d3d9e60567818b393eed6523167ebca' }, h("div", { key: '725533575abf1cc96546f4c0beb9c7d02fca435e', class: className }, h("span", { key: 'd8f32af9c1b05b07d72ec9fa60f0039899a7863e', class: "xpl-badge__label" }, h("slot", { key: '848e2bb6d6755cca1ab7060023a81e115f6d4a48' })))));
208
+ return (h(Host, { key: '3a2ab519bb627a1e46bc7686c6aafdcb3c789822' }, h("div", { key: 'e9ebf0d6a9a6a6f516065ceb969aca5f68cbb3ee', class: className }, h("span", { key: '1bd6735a1a67a9720424833a213fcde9e5e6db46', class: "xpl-badge__label" }, h("slot", { key: '397cb4768204c4b4a2dd7cd85534270a165776d8' })))));
208
209
  }
209
210
  };
210
211
 
@@ -269,13 +270,13 @@ const Banner = class {
269
270
  const actionState = this.getActionButtonState();
270
271
  const isHeadingPresent = !!((_c = this.heading) === null || _c === void 0 ? void 0 : _c.trim());
271
272
  const isDescPresent = !!((_d = this.description) === null || _d === void 0 ? void 0 : _d.trim());
272
- return (h(Host, { key: '9d4ced7103ad43590be34ae643e90e998d826d2c', class: {
273
+ return (h(Host, { key: '6d137a4577f93942bcb41b3b2f67f3d851bee454', class: {
273
274
  'xpl-banner': true,
274
275
  'xpl-banner--section': this.isSection,
275
276
  [`xpl-banner--${this.appearance}`]: true,
276
277
  'xpl-banner--truncate-desc': this.truncateDesc,
277
278
  'xpl-banner--no-icon': this.isSection && !this.hasIcon,
278
- }, role: "region", "aria-label": this.getAriaLabel() }, (!this.isSection || this.hasIcon) && (h("div", { key: 'd7c698d6da5711ef23d624b6cae03e9a0764b8c7', class: "xpl-banner__icon", "aria-hidden": "true" }, h("xpl-icon", { key: '01e3c3cd3e28a09943754972112f5ecef61c2e42', icon: this.getIcon(), size: 24 }))), h("div", { key: 'b95abb8d1609a97d869fbd7b88124a5e5e1b45df', class: "xpl-banner__body" }, isHeadingPresent && h("p", { key: 'a792cda8b66f549522d6288330005ff60e5cca3f', class: "xpl-banner__heading" }, this.heading), isDescPresent && (h("p", { key: '6529492113bd3f893ec0cfb8387dbd58701d99c4', class: "xpl-banner__description", title: this.truncateDesc ? this.description : undefined }, this.description))), (hasAction || hasSecondaryAction) && (h("div", { key: '14b20dc26f2cf98acd8baac75802dba11eaa84da', class: "xpl-banner__actions" }, hasAction && (h("xpl-button", { key: '44bf1a434eaa7d8a629beb64ffc9d097118d8c09', size: "xs", variant: actionVariant, state: actionState, onClick: () => this.action.emit() }, this.actionText)), hasSecondaryAction && (h("xpl-button", { key: '958284fccbb12b89192d3211476bbaceb31ee16a', size: "xs", variant: actionVariant, state: actionState, onClick: () => this.secondaryAction.emit() }, this.secondaryActionText)))), this.isDismissible && (h("button", { key: 'a59aaf2f9b48db433f699877a2259c8587f7aa9a', class: "xpl-banner__dismiss", type: "button", "aria-label": `Dismiss ${this.isSection ? 'section ' : ''}banner`, onClick: () => this.dismiss.emit() }, h("xpl-icon", { key: '3a374616b00743d3ee66e9f2fce50027e21ebb25', icon: "xmark", size: 24, "aria-hidden": "true" })))));
279
+ }, role: "region", "aria-label": this.getAriaLabel() }, (!this.isSection || this.hasIcon) && (h("div", { key: 'e854bc2ca363a23e3e6cb9eb512886c325e09362', class: "xpl-banner__icon", "aria-hidden": "true" }, h("xpl-icon", { key: '14a0916310e6e0b68f9a36b4e1714cee015ad22f', icon: this.getIcon(), size: 24 }))), h("div", { key: 'bea8f5cafe66e649926aa0ee634b71ffa0f1b73e', class: "xpl-banner__body" }, isHeadingPresent && h("p", { key: 'f18ae9e7d4014211eea3a160fb05945149705832', class: "xpl-banner__heading" }, this.heading), isDescPresent && (h("p", { key: 'e36c00dadf6bd0d35b88c9a091d140573e6b6677', class: "xpl-banner__description", title: this.truncateDesc ? this.description : undefined }, this.description))), (hasAction || hasSecondaryAction) && (h("div", { key: 'dda19df805050c93d5c5ea8214f97084a5b0c0eb', class: "xpl-banner__actions" }, hasAction && (h("xpl-button", { key: '5bd3047d1b8250ed28a7720fb09f316a3b45bae1', size: "xs", variant: actionVariant, state: actionState, onClick: () => this.action.emit() }, this.actionText)), hasSecondaryAction && (h("xpl-button", { key: 'c0f0a32b69384194e4033ae85eebc788e005a8af', size: "xs", variant: actionVariant, state: actionState, onClick: () => this.secondaryAction.emit() }, this.secondaryActionText)))), this.isDismissible && (h("button", { key: '721faa946e9fc896a6bafafd8450d81f50e982ed', class: "xpl-banner__dismiss", type: "button", "aria-label": `Dismiss ${this.isSection ? 'section ' : ''}banner`, onClick: () => this.dismiss.emit() }, h("xpl-icon", { key: '4c27dbd8b394839ed98f5b4e2d4720eba1b0184f', icon: "xmark", size: 24, "aria-hidden": "true" })))));
279
280
  }
280
281
  };
281
282
 
@@ -288,7 +289,7 @@ const BreadcrumbItem = class {
288
289
  `;
289
290
  }
290
291
  render() {
291
- return (h(Host, { key: '183fd6614da5188a84d5dc7ce9d9f2d5144e7f4b', class: "xpl-breadcrumb-item", role: "listitem" }, h("li", { key: '416621372ac59874f8d136ba3194f097f487eae2', role: "none" }, h("slot", { key: 'a0fcee52d63596c6e96a94ebd9e069f4275cf996' })), h("span", { key: 'b076324da264cfbf9efd97c92a73b12517dd6429', innerHTML: this.chevron })));
292
+ return (h(Host, { key: 'dd246c29fcb1afca4007299380a59b47c0a10c9d', class: "xpl-breadcrumb-item", role: "listitem" }, h("li", { key: 'b6df20888b3891241e52f0f2be14f1eedee2cac6', role: "none" }, h("slot", { key: 'f2f64effe0f58bb33bc983abfaa8b2996714e3b4' })), h("span", { key: '31c15dd296e6dab1d207a84179a4803b7366c1a2', innerHTML: this.chevron })));
292
293
  }
293
294
  };
294
295
 
@@ -297,7 +298,7 @@ const Breadcrumbs = class {
297
298
  registerInstance(this, hostRef);
298
299
  }
299
300
  render() {
300
- return (h(Host, { key: 'dc04f3dbc02d0e52efd258ed653e236e3a3ef8c0' }, h("nav", { key: '87a8ae67ad49e7eff110dac3b98f818aa7bc7bbd', class: "xpl-breadcrumbs", "aria-label": "Breadcrumb" }, h("ol", { key: '80122b0a41e6b9542e1560de325266a3f27ddc86', role: "list" }, h("slot", { key: '7aa415c279281b0566aaf0e6f943afc5ff698e8a' })))));
301
+ return (h(Host, { key: 'd4a4ae7bbf7f8eafc8a44b56c66983303e039d7e' }, h("nav", { key: '8e5decbdce778c1768e3412a59663cd37938f361', class: "xpl-breadcrumbs", "aria-label": "Breadcrumb" }, h("ol", { key: '612620c37a84ad022b9da5cdb884410a4df4dd29', role: "list" }, h("slot", { key: 'ae6cfc4f4e65ba7ca755fa7d9eb3751aae8905ff' })))));
301
302
  }
302
303
  };
303
304
 
@@ -354,7 +355,7 @@ const Button = class {
354
355
  }
355
356
  render() {
356
357
  var _a;
357
- return (h(Host, { key: '2f4d6c6964aee895a81cff28401c3e48895954e8', class: {
358
+ return (h(Host, { key: '4fa90ae10b235af3fbfadb40097c5cc238e40dc6', class: {
358
359
  'xpl-button': true,
359
360
  [`xpl-button--${this.size}`]: true,
360
361
  [`xpl-button--${this.variant}`]: true,
@@ -387,14 +388,14 @@ const Checkbox = class {
387
388
  }
388
389
  render() {
389
390
  var _a;
390
- return (h(Host, { key: 'a0eae3b6c390a83ddc1eacea1b0d98a08df9d614', class: {
391
+ return (h(Host, { key: 'd173bab038a25f785864e5614b29ec2fde832786', class: {
391
392
  'xpl-checkbox-radio-container': true,
392
393
  styled: this.styled,
393
394
  disabled: this.disabled,
394
- } }, h("input", { key: 'bbe0a186b0184229ac1090bbb7d0354c01cb7b62', class: "xpl-checkbox", type: "checkbox", "aria-label": ((_a = this.ariaLabel) !== null && _a !== void 0 ? _a : '').trim() || undefined, checked: this.checked, "data-id": this.dataId, disabled: this.disabled, id: this.id, indeterminate: this.indeterminate, onChange: this.onChange, name: this.name, required: this.required, value: this.value }), h("label", { key: 'ab9374abf1c8578df2e1177755afd495f245dcb2', class: {
395
+ } }, h("input", { key: 'badfc1e403ba5b51b757823354c4cec86f678116', class: "xpl-checkbox", type: "checkbox", "aria-label": ((_a = this.ariaLabel) !== null && _a !== void 0 ? _a : '').trim() || undefined, checked: this.checked, "data-id": this.dataId, disabled: this.disabled, id: this.id, indeterminate: this.indeterminate, onChange: this.onChange, name: this.name, required: this.required, value: this.value }), h("label", { key: 'b56888525a7b3d9544d8595b71d1ffe36f00e7b8', class: {
395
396
  'xpl-label': true,
396
397
  'xpl-label--disabled': this.disabled,
397
- }, htmlFor: this.id }, h("slot", { key: '28ef92d6f0cd46c50a797131fc3f0ea1dcaaa751' }), this.description && (h("small", { key: '87e25deaad3fd000b4dd313e07f7317365f8db07', class: {
398
+ }, htmlFor: this.id }, h("slot", { key: 'a5f06411725e10f5e5fafc33ff5e8f4adfec9e5b' }), this.description && (h("small", { key: '16ac47d9316e4a78f732cb3c0851efd8eaf903f2', class: {
398
399
  'xpl-description': true,
399
400
  'xpl-description--disabled': this.disabled,
400
401
  } }, this.description)))));
@@ -440,7 +441,7 @@ const Choicelist = class {
440
441
  this.onChoicesPropChange(this.choices);
441
442
  }
442
443
  render() {
443
- return (h(Host, { key: 'b2a2b4630df394470daa56346215ad1193727557', class: "xpl-choicelist-container" }, this.heading !== undefined || this.description !== undefined ? (h("div", { class: "xpl-choicelist-heading" }, this.heading && h("h3", null, this.heading), this.description && h("p", null, this.description))) : null, this.choices && (h("ul", { key: 'd2329582e74d40946d23ae522b40130b1d780522', class: {
444
+ return (h(Host, { key: 'a5ced1a4f1e3e5323dbc247c66ddf5ad489edc5f', class: "xpl-choicelist-container" }, this.heading !== undefined || this.description !== undefined ? (h("div", { class: "xpl-choicelist-heading" }, this.heading && h("h3", null, this.heading), this.description && h("p", null, this.description))) : null, this.choices && (h("ul", { key: '70f4738e8f5d1e1a72858d139eb4a3b531973449', class: {
444
445
  'xpl-choicelist': true,
445
446
  'xpl-choicelist--styled': this.styled,
446
447
  } }, this.choices.map((choice, i) => {
@@ -469,7 +470,7 @@ const ContentArea = class {
469
470
  this.size = 'wide';
470
471
  }
471
472
  render() {
472
- return (h(Host, { key: '9ae6e297af2b7cf5b40ae9848a1479d6e87b6a3e' }, h("main", { key: '2ca4359f4090262b7186689207b4725883e5378e', class: `xpl-content-area-wrapper xpl-content-area-wrapper__${this.size}` }, h("div", { key: '6e4e1e2947eb4e7e8d5d9201b48074cd9cb102ed', class: "xpl-content-area" }, h("slot", { key: 'bf8de84eb947b3ce40fd5df93169f382d3a896cf' })))));
473
+ return (h(Host, { key: '926cdfb1b6e52baabfb46bac6d837c5f1ba45183' }, h("main", { key: '71dacea3a70c90ae0471a1ec3c39add237faa119', class: `xpl-content-area-wrapper xpl-content-area-wrapper__${this.size}` }, h("div", { key: '5e53fe46cf9dc459d4a9d1f0540464b8bd695d8a', class: "xpl-content-area" }, h("slot", { key: '2f74936219cf75dccd583ee01a173807f0f80079' })))));
473
474
  }
474
475
  };
475
476
 
@@ -478,7 +479,7 @@ const Dashboard = class {
478
479
  registerInstance(this, hostRef);
479
480
  }
480
481
  render() {
481
- return (h(Host, { key: 'e3736f9e707de77addac539a4e7f0950133d0e08' }, h("dl", { key: 'de1add10d2f37c0a541d2f60f7156cf920eabd69', class: "xpl-dashboard" }, h("slot", { key: 'acd2becab0a555bf2599d0b2db4ebe0c9d744744' }))));
482
+ return (h(Host, { key: '1eb93f83a05cfe198aed91b0d8771bdbe6e7aaee' }, h("dl", { key: 'bdb8f39b30d318ae25a203ac75966f12a9299b35', class: "xpl-dashboard" }, h("slot", { key: 'caf043e38777ac0a397782957f0936bb34436f63' }))));
482
483
  }
483
484
  };
484
485
 
@@ -515,8 +516,8 @@ const DataCard = class {
515
516
  : this.smallStatVariant === 'negative'
516
517
  ? 'arrow-down-right'
517
518
  : 'dash';
518
- return (h(Host, { key: '6220a2a6ba1ac0744ba62e701c015964c05bdea9', role: "group", class: `xpl-data-card ${this.link ? 'xpl-data-card__link' : ''}`, tabindex: "0" }, h("dt", { key: '44da16abf81bc72a9c777f19d7c22ab998f55e94', class: headerClasses }, h("header", { key: '4ac3524629d31f3e74a245eef3e4ed6fc3a6832a' }, !!this.leadingIcon && this.icon && (h("span", { key: '53f7476c16eee3432e43a6bdebf744caeb9f9829', class: `xpl-data-card__icon--${this.variant}` }, h("xpl-icon", { key: 'af9ed04389ba00e4d0c79f978c1364a0530b1db7', icon: this.icon, "background-color": bgColorHue, size: 20 }))), h("slot", { key: '164396b94252374a1978cadf336ca74685fe9ba4', name: "title" }, this.name)), this.link && (h("span", { key: '31ce9874f295b1fef5705a28d81365d66a67a18b', class: "xpl-data-card__header-arrow" }, h("xpl-icon", { key: 'f5d169eeb150ed2eaa663ca1388e1075e61f6b7b', icon: "chevron-right", size: 16 })))), h("dd", { key: '59711740ae613b61ab5ae463cbfc2aaed500fdc9', class: "xpl-data-card__body" }, h("div", { key: '35571a65469ba1c413114a50233340057f5df200', class: "xpl-data-card__left" }, h("span", { key: 'b1409661fc43dea4126e423d5dc74fe4b0a5ef5f', class: "xpl-data-card-stat xpl-data-card-stat--long" }, this.stat), this.tooltipTextStat ? (h("xpl-tooltip", { text: this.tooltipTextStat }, h("div", { class: "xpl-data-card-stat xpl-data-card-stat--short" }, this.shortStat ? this.shortStat : this.stat))) : (h("div", { class: "xpl-data-card-stat xpl-data-card-stat--short" }, h("abbr", { title: this.stat }, this.shortStat ? this.shortStat : this.stat))), this.smallStatVariant ? (this.tooltipTextSmallStat ? (h("xpl-tooltip", { text: this.tooltipTextSmallStat }, h("div", { class: `xpl-data-card-stat xpl-data-card-stat--small ${this.smallStatVariant}` }, h("xpl-icon", { icon: smallStatIcon, size: 16 }), this.smallStat))) : (h("div", { class: `xpl-data-card-stat xpl-data-card-stat--small ${this.smallStatVariant}` }, h("xpl-icon", { icon: smallStatIcon, size: 16 }), this.smallStat))) : (this.smallStatIcon &&
519
- (this.tooltipTextSmallStat ? (h("xpl-tooltip", { text: this.tooltipTextSmallStat }, h("div", { class: "xpl-data-card-stat xpl-data-card-stat--small" }, h("xpl-icon", { icon: this.smallStatIcon, size: 16 }), this.smallStat))) : (h("div", { class: "xpl-data-card-stat xpl-data-card-stat--small" }, h("xpl-icon", { icon: this.smallStatIcon, size: 16 }), this.smallStat)))), !!this.detail && h("span", { key: '634b386799ed06de06ca212005d20e6f79c54124', class: "xpl-data-card__detail" }, this.detail)), hasContentSlot && (h("div", { key: '9e88749b9c2efd65d22ec92881eaf316103ddb97', class: "xpl-data-card__right" }, h("slot", { key: '467388943d1c8a6bbfb334e6ab763dc7e92e59c8', name: contentSlot }))))));
519
+ return (h(Host, { key: 'cbf0c9eb79fbd3e66c683e821e9b992d46d5ec1a', role: "group", class: `xpl-data-card ${this.link ? 'xpl-data-card__link' : ''}`, tabindex: "0" }, h("dt", { key: '92bc8a02b1acfa3c080a2a975d43118be54f10d5', class: headerClasses }, h("header", { key: 'f6a0baa73ab0e9d3a6eb9252acba54677a1083dc' }, !!this.leadingIcon && this.icon && (h("span", { key: 'dad99548c0ded82140b345e9887747c31ee9f6c7', class: `xpl-data-card__icon--${this.variant}` }, h("xpl-icon", { key: 'd591758d2ce1647ea67f03a27e4ae2efd29e4652', icon: this.icon, "background-color": bgColorHue, size: 20 }))), h("slot", { key: '07760d38b11971d96d7841c9897aa13481ea234c', name: "title" }, this.name)), this.link && (h("span", { key: '6ac3587f2ab1375cee605b22fe515e2c9a489e72', class: "xpl-data-card__header-arrow" }, h("xpl-icon", { key: '160ebeeedc59a31e0ea3480dd393ec4623afb831', icon: "chevron-right", size: 16 })))), h("dd", { key: 'dcf0703823e9f58f71a112a83de3d65cd43e1ae1', class: "xpl-data-card__body" }, h("div", { key: 'd7551579d17cfebed3dac59d32b56eb166afb530', class: "xpl-data-card__left" }, h("span", { key: 'c5c412c76f9785de5ff8686db3dcb71540b79b1f', class: "xpl-data-card-stat xpl-data-card-stat--long" }, this.stat), this.tooltipTextStat ? (h("xpl-tooltip", { text: this.tooltipTextStat }, h("div", { class: "xpl-data-card-stat xpl-data-card-stat--short" }, this.shortStat ? this.shortStat : this.stat))) : (h("div", { class: "xpl-data-card-stat xpl-data-card-stat--short" }, h("abbr", { title: this.stat }, this.shortStat ? this.shortStat : this.stat))), this.smallStatVariant ? (this.tooltipTextSmallStat ? (h("xpl-tooltip", { text: this.tooltipTextSmallStat }, h("div", { class: `xpl-data-card-stat xpl-data-card-stat--small ${this.smallStatVariant}` }, h("xpl-icon", { icon: smallStatIcon, size: 16 }), this.smallStat))) : (h("div", { class: `xpl-data-card-stat xpl-data-card-stat--small ${this.smallStatVariant}` }, h("xpl-icon", { icon: smallStatIcon, size: 16 }), this.smallStat))) : (this.smallStatIcon &&
520
+ (this.tooltipTextSmallStat ? (h("xpl-tooltip", { text: this.tooltipTextSmallStat }, h("div", { class: "xpl-data-card-stat xpl-data-card-stat--small" }, h("xpl-icon", { icon: this.smallStatIcon, size: 16 }), this.smallStat))) : (h("div", { class: "xpl-data-card-stat xpl-data-card-stat--small" }, h("xpl-icon", { icon: this.smallStatIcon, size: 16 }), this.smallStat)))), !!this.detail && h("span", { key: 'b33a9a133cf0a18deaccf6e3772ab1a797f9fa1f', class: "xpl-data-card__detail" }, this.detail)), hasContentSlot && (h("div", { key: 'e9dc031341b49ebf121cbe8cc081df6978aa13ad', class: "xpl-data-card__right" }, h("slot", { key: '37c8414e9dc60052f1d5a69d86ece17b7cdbc1da', name: contentSlot }))))));
520
521
  }
521
522
  get el() { return getElement(this); }
522
523
  static get watchers() { return {
@@ -536,7 +537,7 @@ const Divider = class {
536
537
  render() {
537
538
  let className = 'xpl-divider';
538
539
  className += ` xpl-divider--${this.tier}`;
539
- return (h(Host, { key: '8b6563d7c6c85814d5dc0527246c90eea82c0dbd', class: className }, h("span", { key: '2935de22e9c70183386b5f6e1e18ff6437a42a41' }, h("slot", { key: '10e4e4c5c861647302217f78af0a369ad330c410' }))));
540
+ return (h(Host, { key: '1926b1e92a89dc5039042d29491f246cf3900efa', class: className }, h("span", { key: '492651208216149bfd4d2ed7cc8610b2bc8b05ea' }, h("slot", { key: '1e8b9e121ab1cb946b7a13d2bacbeea9a490a289' }))));
540
541
  }
541
542
  };
542
543
 
@@ -2634,7 +2635,7 @@ const Dropdown = class {
2634
2635
  const shouldVirtualize = this.isVirtualized;
2635
2636
  let listContent;
2636
2637
  if (!hasOptions) {
2637
- listContent = h("slot", { key: '859e13193ab2db2f10197aaf8b9699a177d480c6', name: "options" });
2638
+ listContent = h("slot", { key: '7a604ed002d4c412eb709aa7c3ef1a9e80f614ed', name: "options" });
2638
2639
  }
2639
2640
  else if (shouldVirtualize) {
2640
2641
  const { rowHeight, overscan } = VIRTUAL_LIST;
@@ -2642,18 +2643,18 @@ const Dropdown = class {
2642
2643
  const start = Math.min(this.virtualStart, total);
2643
2644
  const fallbackEnd = Math.min(total, Math.ceil(300 / rowHeight) + overscan * 2);
2644
2645
  const end = this.virtualEnd > start ? this.virtualEnd : fallbackEnd;
2645
- listContent = (h("li", { key: '2e197eebf453591ec714ebbc60a6c8ba57646cb9', class: "xpl-dropdown__virtual-sizer", style: { height: `${total * rowHeight}px` } }, options.slice(start, end).map((option, i) => renderOption(option, start + i))));
2646
+ listContent = (h("li", { key: 'd7730538dfae58a6efc6a8971e0078b28fc5b9de', class: "xpl-dropdown__virtual-sizer", style: { height: `${total * rowHeight}px` } }, options.slice(start, end).map((option, i) => renderOption(option, start + i))));
2646
2647
  }
2647
2648
  else {
2648
2649
  listContent = options.map((option) => renderOption(option));
2649
2650
  }
2650
- return (h(Host, { key: '0ffdb0e5d1dc13c83b692244f8e5e65f70c9c745', "aria-expanded": isOpen ? 'true' : 'false', class: {
2651
+ return (h(Host, { key: '282d3bc09a8ce0e63d55bbc9707936afe0efae01', "aria-expanded": isOpen ? 'true' : 'false', class: {
2651
2652
  'xpl-dropdown': true,
2652
2653
  'xpl-dropdown--multi': mode === 'multi',
2653
2654
  'xpl-dropdown--open': isOpen,
2654
2655
  'xpl-dropdown--anchor-to-trigger': this.anchorToTrigger,
2655
2656
  'xpl-dropdown--virtualized': shouldVirtualize,
2656
- }, role: "listbox" }, h("slot", { key: 'ff204bc8c903a5d0a47b95521781df2467c9b4a7', name: "header" }), h("ul", { key: '2685e64254a9424f9da75787c3d18ff182e9f7a1', class: "xpl-dropdown-list", ref: (el) => {
2657
+ }, role: "listbox" }, h("slot", { key: '977cfb27b24bcecaf22587bd2e6350ad52743cad', name: "header" }), h("ul", { key: '46274999327ffdb9749a012b839ef124df4d72d2', class: "xpl-dropdown-list", ref: (el) => {
2657
2658
  this.setListEl(el);
2658
2659
  }, onScroll: shouldVirtualize ? this.handleVirtualScroll : undefined }, listContent)));
2659
2660
  }
@@ -2707,7 +2708,7 @@ const DropdownGroup = class {
2707
2708
  var { groupName: optsGroupName } = _a, properties = __rest(_a, ["groupName"]);
2708
2709
  return optsGroupName ? (h("xpl-dropdown-group", Object.assign({ label: optsGroupName }, properties))) : (h("xpl-dropdown-option", Object.assign({}, properties)));
2709
2710
  });
2710
- return (h(Host, { key: 'a33169d78e635bb53987322f02869ffc1f1a9908', role: "group", "aria-label": groupName }, h("li", { key: '58a1ff78bb923fec60eb51ef05a2026e03e3058b', class: "xpl-dropdown-list-item" }, h("xpl-dropdown-heading", { key: '6d8556e1d96cbfccd61038e5089e9669917b919e', label: groupName }), h("ul", { key: 'dd485e18b79920d9992e506fe83b36fcadb9e020', class: "xpl-dropdown-list" }, mappedOptions || h("slot", { key: '2eca2f6aa7c44aacdb67c3658029822b4ba1c0aa', name: "options" })))));
2711
+ return (h(Host, { key: 'e6326e88bf725b9f3f9c2701dbb6e62a185ad2e7', role: "group", "aria-label": groupName }, h("li", { key: '92b0a065e228bf368fc8a6214d7d3d86c986f4dd', class: "xpl-dropdown-list-item" }, h("xpl-dropdown-heading", { key: '60cda98e80262dfd23b5fe0b18370d8b6245d39a', label: groupName }), h("ul", { key: '7a7c186e05a04286650d7292e156deb41638f703', class: "xpl-dropdown-list" }, mappedOptions || h("slot", { key: 'da798e46d297ec28a0880cf04e4f0e20220ab28a', name: "options" })))));
2711
2712
  }
2712
2713
  };
2713
2714
 
@@ -2716,7 +2717,7 @@ const DropdownHeading = class {
2716
2717
  registerInstance(this, hostRef);
2717
2718
  }
2718
2719
  render() {
2719
- return (h(Host, { key: '9b05e54ae226524434ac8485c51e7fccd4e5fe9e', class: { 'xpl-dropdown-heading': true }, role: "presentation" }, h("span", { key: 'c5ada81fbed76834515cff75f1fd1ce87b2ccbe3' }, this.label || h("slot", { key: 'dfe135bf2499e858e75ab1e87793ae75eb0982c6', name: "heading" }))));
2720
+ return (h(Host, { key: 'e4444b617fe160dbf259f4ecc2aafd6166859dce', class: { 'xpl-dropdown-heading': true }, role: "presentation" }, h("span", { key: '1e1e37499c0add5b53fcd0a836f97fa5b9e1a9bd' }, this.label || h("slot", { key: 'c310120a37646452e989db2ead01d77a89b96f0d', name: "heading" }))));
2720
2721
  }
2721
2722
  };
2722
2723
 
@@ -2773,11 +2774,11 @@ const DropdownOptionCpnt = class {
2773
2774
  }
2774
2775
  render() {
2775
2776
  const { label, isSelected, isDisabled, value, subtitle, icon } = this;
2776
- return (h(Host, { key: '4ff7cc350e34059ad4df757b88112756c7f5b83e', class: {
2777
+ return (h(Host, { key: '66ffacb152e80f270877a189488048ef6b36b7af', class: {
2777
2778
  'xpl-dropdown-option': true,
2778
2779
  'xpl-dropdown-option--disabled': isDisabled,
2779
2780
  'xpl-dropdown-option--selected': isSelected,
2780
- }, role: "option", "aria-checked": isSelected, "aria-disabled": isDisabled, "aria-selected": isSelected, value: value }, h("li", { key: 'a014d09116703f5477a48cace194ba1beef602d5', class: "xpl-dropdown-list-item" }, icon && (h("xpl-icon", { key: 'af16591b7f1195351facaafa67c07368ce42d072', class: "xpl-dropdown-list-item__icon", icon: icon, size: 20 })), label || h("slot", { key: '72c0dbd67ab7930924cb1ef3ee9f0b4b53cf28a6', name: "option" }), subtitle && h("span", { key: '0893e031740ebdd8fc8ca7de2cb10d0b4d7c95ae', class: "xpl-dropdown-list-item__subtitle" }, subtitle))));
2781
+ }, role: "option", "aria-checked": isSelected, "aria-disabled": isDisabled, "aria-selected": isSelected, value: value }, h("li", { key: '274fa639d506ef3feb5bafc3f0b21ed8bf80e95a', class: "xpl-dropdown-list-item" }, icon && (h("xpl-icon", { key: 'e7f63ede84adca57d99baa06dc1555d3afacd02c', class: "xpl-dropdown-list-item__icon", icon: icon, size: 20 })), label || h("slot", { key: 'cc0874abba079616e8516d366981a38ddef550b1', name: "option" }), subtitle && h("span", { key: '37cd186edb0de3f4c33b9faa2dfa983424a011bd', class: "xpl-dropdown-list-item__subtitle" }, subtitle))));
2781
2782
  }
2782
2783
  get hostElement() { return getElement(this); }
2783
2784
  };
@@ -2852,7 +2853,7 @@ const HeaderAccordion = class {
2852
2853
  this.applyBorderRadiusToLastRow();
2853
2854
  }
2854
2855
  render() {
2855
- return (h(Host, { key: 'ec426d05bbf030c8e782e7e74fda505bc8b9011a', class: "xpl-header-accordion" }, h("div", { key: 'b9da9063757f65ab682f542dd138f3f8f8dc471f', class: `header-accordion header-accordion--${this.expanded ? 'expanded' : 'collapsed'}` }, this.hasCheckbox && (h("xpl-checkbox", { key: '8b97b3e36f49549dcd18978628bfde93f75a084e', class: "xpl-header-accordion__parent-checkbox", checked: this.parentChecked, disabled: this.disabled, indeterminate: this.parentIndeterminate, onCheckboxChange: (event) => this.handleParentCheckboxChange(event.detail) })), h("button", { key: '7bdf4043d478bb1c04f44de14717ac3753236e1a', "aria-expanded": this.expanded, "aria-controls": this.contentId, class: "toggle-area", onClick: this.toggleAccordion, type: "button" }, h("slot", { key: '0a6197fd9b5dabff14f1da4137d8a99c7a4cbc93', name: "title" }), h("xpl-icon", { key: '5a74ba13feb88a46df377f255eb134d5b609be53', size: 16, icon: "chevron-down", class: this.expanded && 'rotate' }))), h("div", { key: '8d048d3480f0185ed34440c3e6d84befb3cf4dee', id: this.contentId, role: "region", class: !this.expanded ? 'content--hidden' : 'content--shown' }, h("slot", { key: 'fa374cd9feba5ef3eb72d50f027651dc84f80ec8', name: "content" }))));
2856
+ return (h(Host, { key: '5a1f1085ff8351162fc87a30e939035ec81795fc', class: "xpl-header-accordion" }, h("div", { key: 'dd3e3b0a441b380e28fb898283e93d53d7347866', class: `header-accordion header-accordion--${this.expanded ? 'expanded' : 'collapsed'}` }, this.hasCheckbox && (h("xpl-checkbox", { key: '6550eb878d0f55262beb1ee114ea54801037ad16', class: "xpl-header-accordion__parent-checkbox", checked: this.parentChecked, disabled: this.disabled, indeterminate: this.parentIndeterminate, onCheckboxChange: (event) => this.handleParentCheckboxChange(event.detail) })), h("button", { key: '80e0b49c5d52866293eac2aef91bbe97d4a8ad96', "aria-expanded": this.expanded, "aria-controls": this.contentId, class: "toggle-area", onClick: this.toggleAccordion, type: "button" }, h("slot", { key: '9a29e3496f29f6179aae2c122e17db09943e2067', name: "title" }), h("xpl-icon", { key: 'c3fddf66a6c41353240adb706da7faf6231caa57', size: 16, icon: "chevron-down", class: this.expanded && 'rotate' }))), h("div", { key: 'e1ffea5a3a456b5556d67f42326ec17eb80fe305', id: this.contentId, role: "region", class: !this.expanded ? 'content--hidden' : 'content--shown' }, h("slot", { key: '7c4e2677463ad9bbd1adcafc95692bdd95a09c0b', name: "content" }))));
2856
2857
  }
2857
2858
  get el() { return getElement(this); }
2858
2859
  static get watchers() { return {
@@ -16851,10 +16852,10 @@ const Icon = class {
16851
16852
  let wrapperClasses = 'xpl-icon__wrapper ';
16852
16853
  if (this.backgroundColor)
16853
16854
  wrapperClasses += `xpl-icon__wrapper--with-background xpl-icon__wrapper--with-background--${this.backgroundColor}`;
16854
- return (h(Host, { key: 'cf84ae3e7ff4ae0b4ae8e1b1cf3b9331bc887c6c' }, h("figure", { key: '74e2727f9bf4ff8d710eff9b99632ffa669b84ae', class: wrapperClasses }, h("span", { key: '2d8be2bd318bd27e0bc4299cfe518668e424fffe', "aria-label": this.icon, role: "img", class: "xpl-icon", style: {
16855
+ return (h(Host, { key: '81c2fcdfacbdb3cc34b1bd870a13041a3b3720c8' }, h("figure", { key: 'd8bc04651492fb705fdc6a10cc44a19013da078b', class: wrapperClasses }, h("span", { key: '8c9d18ade708bbf3caf4e1fce9779680ee9f6892', "aria-label": this.icon, role: "img", class: "xpl-icon", style: {
16855
16856
  width: `${options.width}px`,
16856
16857
  height: `${options.height}px`,
16857
- }, innerHTML: (_a = apolloIcons.getIcon(this.icon)) === null || _a === void 0 ? void 0 : _a.toSVG(options) }), h("figcaption", { key: '3c7a383da59ac0766500273799b203a28c7c7ff3' }, this.icon, " icon"))));
16858
+ }, innerHTML: (_a = apolloIcons.getIcon(this.icon)) === null || _a === void 0 ? void 0 : _a.toSVG(options) }), h("figcaption", { key: 'd26da1d1df59a9aa414c50bcfb9861d860a6ae65' }, this.icon, " icon"))));
16858
16859
  }
16859
16860
  };
16860
16861
  Icon.style = xplIconCss();
@@ -17012,13 +17013,13 @@ const Input = class {
17012
17013
  this.characterCount > this.maxCharacterCount) {
17013
17014
  hasError = true;
17014
17015
  }
17015
- return (h(Host, { key: '6a032f3ec4c23c85bb9f34606beff282ce35d762', class: {
17016
+ return (h(Host, { key: '909cf5bbf56456a5bc27e5a3cb6a662ada8df1a7', class: {
17016
17017
  'xpl-input': true,
17017
17018
  'xpl-input--disabled': this.disabled,
17018
17019
  'xpl-input--error': hasError,
17019
17020
  'xpl-input--readonly': this.readonly,
17020
17021
  [`xpl-input--${this.type}`]: true,
17021
- } }, this.label && (h("label", { key: 'd4462b1d843acafd2f8762610ba77c638c072407', class: "xpl-input-label", htmlFor: this._id }, this.label, this.description && h("small", { key: '0f351ea2720977c299b4f166d12a6315ea6ee54b' }, this.description))), this.renderInput(), ((_a = this.error) === null || _a === void 0 ? void 0 : _a.length) > 0 && (h("label", { key: '05603b97ba86ee23e52a726f31b8c51630e5e703', class: "xpl-input-error", htmlFor: this._id, id: `${this._id}-error` }, h("xpl-icon", { key: 'd411dee63f5754c6f56992412d9f671979e8bdc9', icon: "alert-circle", size: 16 }), h("span", { key: '39d3b5c9c853bc8986e4854542056d018c649a8a' }, this.error)))));
17022
+ } }, this.label && (h("label", { key: '0391385b4f19a7a4e36e0a42f4bac9e0400fd7df', class: "xpl-input-label", htmlFor: this._id }, this.label, this.description && h("small", { key: '5724a1710c660297a31cbc37b46b68a0e837e583' }, this.description))), this.renderInput(), ((_a = this.error) === null || _a === void 0 ? void 0 : _a.length) > 0 && (h("label", { key: 'ea1f4fe026d00c4119df392df786648f46e21e4b', class: "xpl-input-error", htmlFor: this._id, id: `${this._id}-error` }, h("xpl-icon", { key: '42c279d5e037da8178c4db4e4b934150ddc43a42', icon: "alert-circle", size: 16 }), h("span", { key: '461f9c09aaa8642df9645e856fa10a312572054c' }, this.error)))));
17022
17023
  }
17023
17024
  get el() { return getElement(this); }
17024
17025
  };
@@ -17388,16 +17389,16 @@ const InputColor = class {
17388
17389
  top: `${y}px`,
17389
17390
  background: `rgb(${r}, ${g}, ${b})`,
17390
17391
  };
17391
- return (h(Host, { key: 'eb7a6f1f77a5d184c05a7825f9f20829b8112d49', class: "xpl-input-color" }, h("xpl-popover", { key: '5f1588d21649cbbdfcadb0ab2bd46f848c7fc2d8', disabled: this.disabled, display: "menu" }, h("div", { key: 'cecec4d250e2c3b26fc364436f2d16fb97162dff', slot: "trigger" }, h("div", { key: '02a4945abec58618cb116eb04bca1c4672f16a4f', class: {
17392
+ return (h(Host, { key: '9700bba0a5c9b7cd11135a21167e5e06463483b5', class: "xpl-input-color" }, h("xpl-popover", { key: '486c2fc5660d7e7c60b7922fa4363174baa7892e', disabled: this.disabled, display: "menu" }, h("div", { key: 'c51bd4c77381c46726bf32c319f69611eba845d1', slot: "trigger" }, h("div", { key: '9a78cf317854ce56532d49c551d1e1041daf1484', class: {
17392
17393
  'xpl-input-color__display': true,
17393
17394
  'xpl-input-color__display--disabled': this.disabled,
17394
17395
  'xpl-input-color__display--error': !!this.hasErrorState,
17395
- } }, h("span", { key: '622be07c8fe6de7c5d714a8961146ff53160247d', class: "xpl-input-color__color", style: {
17396
+ } }, h("span", { key: 'a78d2b771ad17897820805f1f5d1e265cdd6cbfa', class: "xpl-input-color__color", style: {
17396
17397
  background: objectToStringColor(this.colorValues),
17397
- } }), this.colorValues.hex ? (h("span", { class: "xpl-input-color__value" }, objectToStringColor(this.colorValues))) : (h("span", { class: "xpl-input-color__placeholder" }, this.placeholder)), this.eyeDropperSupported && !this.hideEyeDropper && (h("xpl-icon", { key: 'fd14c6b7aad4e33977008cf11b5cbff2352aab80', size: 20, icon: "eye-dropper", class: "xpl-input-color__icon", onClick: (e) => {
17398
+ } }), this.colorValues.hex ? (h("span", { class: "xpl-input-color__value" }, objectToStringColor(this.colorValues))) : (h("span", { class: "xpl-input-color__placeholder" }, this.placeholder)), this.eyeDropperSupported && !this.hideEyeDropper && (h("xpl-icon", { key: '2a176659e06f5f971b1de14c9e6f2978a766dd35', size: 20, icon: "eye-dropper", class: "xpl-input-color__icon", onClick: (e) => {
17398
17399
  e.stopPropagation();
17399
17400
  this.openEyeDropper();
17400
- } })))), h("div", { key: 'ad85b32a641a3bf0face2efa81fe14de17777fdf', class: "xpl-input-color__menu" }, h("div", { key: 'caaee0b4bf18c0c3dbc72745167df475b0cc91cc', class: "xpl-input-color__sl-grid", ref: (el) => {
17401
+ } })))), h("div", { key: '4cfadf2209a0d453f8a1ecc74a343d63b48c5b36', class: "xpl-input-color__menu" }, h("div", { key: '5acdd216cf4e1714ec493a53c0a974d6d25e0c49', class: "xpl-input-color__sl-grid", ref: (el) => {
17401
17402
  this.colorInputElements.slGrid = el;
17402
17403
  }, style: {
17403
17404
  background: [
@@ -17405,9 +17406,9 @@ const InputColor = class {
17405
17406
  `linear-gradient(to right, #fff, #fff0)`,
17406
17407
  `rgb(${hueBaseColor.r} ${hueBaseColor.g} ${hueBaseColor.b})`,
17407
17408
  ].join(', '),
17408
- }, onMouseDown: this.startDrag, onTouchStart: this.startDrag }, h("div", { key: '34867bf1cbca3e4d56552e02ba99a112c061be64', class: "xpl-input-color__sl-thumb", style: slThumbStyle })), h("div", { key: '3070aa4d152d18944a7942dc7298538be432fb2c', class: "xpl-input-color__grid" }, h("input", { key: '557445a1167af6ebfb786fbe390b63167ac0c2bf', type: "range", min: "0", max: "360", value: this.hue, class: "xpl-input-color__slider xpl-input-color__hue", name: "color-hue-slider", ref: (el) => {
17409
+ }, onMouseDown: this.startDrag, onTouchStart: this.startDrag }, h("div", { key: '519a19802a049f1c47fe9acd8ca074c9679cb667', class: "xpl-input-color__sl-thumb", style: slThumbStyle })), h("div", { key: '4c6cc466a3ba89897f0b59cce99835f9a2bc842a', class: "xpl-input-color__grid" }, h("input", { key: 'e32fa17e45e231c5d3492c8900feb643ab36f206', type: "range", min: "0", max: "360", value: this.hue, class: "xpl-input-color__slider xpl-input-color__hue", name: "color-hue-slider", ref: (el) => {
17409
17410
  this.colorInputElements.hue = el;
17410
- } }), h("input", { key: '86cabdd053207c6073592b46a85fe74ca74942fb', type: "range", min: "0", max: "1", step: "0.01", value: a, class: "xpl-input-color__slider xpl-input-color__alpha", name: "color-alpha-slider", ref: (el) => {
17411
+ } }), h("input", { key: '52ca6f9ae33a4129b0b050b7c2c2b8f74616fe5d', type: "range", min: "0", max: "1", step: "0.01", value: a, class: "xpl-input-color__slider xpl-input-color__alpha", name: "color-alpha-slider", ref: (el) => {
17411
17412
  this.colorInputElements.alpha = el;
17412
17413
  }, style: {
17413
17414
  backgroundImage: [
@@ -17417,9 +17418,9 @@ const InputColor = class {
17417
17418
  `linear-gradient(45deg, transparent 75%, #ccc 75%)`,
17418
17419
  `linear-gradient(-45deg, transparent 75%, #ccc 75%)`,
17419
17420
  ].join(', '),
17420
- } }), h("div", { key: 'bb9ee49e36d78441380248bdb021443f9abbb250', class: "xpl-input-color__preview", style: {
17421
+ } }), h("div", { key: 'a1cf7bde4bd0d2fc7b19b60cff878f56aeb70e2e', class: "xpl-input-color__preview", style: {
17421
17422
  background: `rgba(${r}, ${g}, ${b}, ${a})`,
17422
- } })), h("div", { key: '08bc820781d2de091036289b50f9f5f3810db61b', class: "xpl-input-color__inputs" }, Object.entries(this.colorInputElements)
17423
+ } })), h("div", { key: '3a82739b45a8ac2be0e732ea27cff2a583503eaf', class: "xpl-input-color__inputs" }, Object.entries(this.colorInputElements)
17423
17424
  .filter(([key]) => ['hex', 'r', 'g', 'b', 'a'].includes(key))
17424
17425
  .map(([key]) => (h("xpl-input", { key: key, label: key.toLocaleUpperCase(), name: `color-${key}-input`, placeholder: key === 'hex' ? '793EF7' : '0', value: this.colorValues[key], ref: (elRef) => {
17425
17426
  this.colorInputElements[key] = elRef;
@@ -17542,16 +17543,16 @@ const InputDate = class {
17542
17543
  parent.removeChild(wrapper);
17543
17544
  }
17544
17545
  render() {
17545
- return (h(Host, { key: 'c2707549e3285693ce4c7e0449e047be90640504', class: {
17546
+ return (h(Host, { key: 'c038443e47f6b246c2c91ff27a5eb6afcf1c1967', class: {
17546
17547
  'xpl-input-date': true,
17547
17548
  [`xpl-input-date--mode-${this.mode}`]: true,
17548
17549
  'xpl-input-date--error': !!this.hasErrorState,
17549
17550
  'xpl-input-date--flatpickr-static': this.flatpickrStaticLayout,
17550
- } }, h("div", { key: 'e6ac05a6d58d92570331489b8a317d17c0726873', class: "xpl-input-wrapper" }, this.pre && (h("label", { key: 'ef746e91506c2bd2c2bc9986bfbb7f0b82a0f079', class: "xpl-input-pre", htmlFor: this.inputId }, this.pre)), h("input", { key: '125e566456a2de4d75fe38fee50a78de886b8009', type: "date", id: this.inputId, disabled: this.disabled, name: this.name, required: this.required, readonly: this.readonly, placeholder: this.placeholder, max: this.max, min: this.min, ref: (el) => {
17551
+ } }, h("div", { key: '45b9b4ebc53293dcc4c0d527df6d2ef234ac2509', class: "xpl-input-wrapper" }, this.pre && (h("label", { key: 'b112ce85a056e1090391ee9e626c66da47cac750', class: "xpl-input-pre", htmlFor: this.inputId }, this.pre)), h("input", { key: 'e3f218c1b205660ec7eb153396aa358e0769e829', type: "date", id: this.inputId, disabled: this.disabled, name: this.name, required: this.required, readonly: this.readonly, placeholder: this.placeholder, max: this.max, min: this.min, ref: (el) => {
17551
17552
  this.input = el;
17552
17553
  }, onChange: (event) => {
17553
17554
  this.valueChanged(event);
17554
- } }), h("xpl-icon", { key: '34c346be1a3c66d4e5eab1882426ef0691c8b6cd', class: "xpl-input-calendar", icon: "calendar", size: 24 }), this.post && (h("label", { key: '1d2ab5b80daad9964e364a069f548d5250067f84', class: "xpl-input-post", htmlFor: this.inputId }, this.post)))));
17555
+ } }), h("xpl-icon", { key: 'f20a83ef7b788aae76ebb6f76ba786eff4c71aeb', class: "xpl-input-calendar", icon: "calendar", size: 24 }), this.post && (h("label", { key: '0aad7e2ec12c88b27e94de978580f6b35b318fce', class: "xpl-input-post", htmlFor: this.inputId }, this.post)))));
17555
17556
  }
17556
17557
  get el() { return getElement(this); }
17557
17558
  static get watchers() { return {
@@ -17600,18 +17601,18 @@ const InputFile = class {
17600
17601
  }
17601
17602
  render() {
17602
17603
  var _a, _b;
17603
- return (h(Host, { key: '579d1ec1094bc5b1aeec622996694728fb1facca', class: {
17604
+ return (h(Host, { key: '42d8f9897e024eb89dc7568f3b99f5a395131294', class: {
17604
17605
  'xpl-input-file': true,
17605
17606
  'xpl-input-file--hide-trigger-on-select': this.hideTriggerOnSelect,
17606
17607
  'xpl-input-file--disabled': this.disabled,
17607
- } }, h("span", { key: '66b3cc31f1e2bfa4ee1896e64a667e2a26166b50', class: {
17608
+ } }, h("span", { key: '90d5962d5c72ed675cfb18444d814d26a231e4a6', class: {
17608
17609
  'xpl-input-file__trigger-wrapper': true,
17609
17610
  'xpl-input-file__trigger-wrapper--hidden': this.hideTriggerOnSelect && ((_a = this.files) === null || _a === void 0 ? void 0 : _a.length) > 0,
17610
- }, role: "button", tabIndex: 0, onClick: this.openFileDialog }, h("slot", { key: '53b23be4e2a5b0f920e650c14e591cb1de3b8bac', name: "trigger" })), ((_b = this.files) === null || _b === void 0 ? void 0 : _b.length) > 0 && !this.hideFileNames && (h("ul", { key: '53a294c3765d5b6229f5ed79023095538a1c5edf', class: "xpl-input-file__file-list" }, this.files.map((file, fileIndex) => (h("li", { class: "xpl-input-file__file-item" }, h("span", { class: "xpl-text-callout" }, file.name), h("xpl-icon", { icon: "x-circle", size: 24, onClick: (e) => {
17611
+ }, role: "button", tabIndex: 0, onClick: this.openFileDialog }, h("slot", { key: 'ad648187fbd71bdccd99db542460e85715507f76', name: "trigger" })), ((_b = this.files) === null || _b === void 0 ? void 0 : _b.length) > 0 && !this.hideFileNames && (h("ul", { key: 'edf302f553f738ecc35e0ce64f73e4b6713b76e7', class: "xpl-input-file__file-list" }, this.files.map((file, fileIndex) => (h("li", { class: "xpl-input-file__file-item" }, h("span", { class: "xpl-text-callout" }, file.name), h("xpl-icon", { icon: "x-circle", size: 24, onClick: (e) => {
17611
17612
  e.preventDefault();
17612
17613
  e.stopPropagation();
17613
17614
  this.onRemoveFileByIndex(fileIndex);
17614
- }, class: "xpl-input-file__remove-icon" })))))), this.accept && !this.hideAcceptText && (h("span", { key: 'afcd0be79ed4ffa5696990eb76d8615f61c430f9', class: "xpl-input-file__accept xpl-text-caption" }, "Accepted file types: ", this.accept)), h("input", { key: '08ffdfed6e25b11363e664abe7bdb66ae6b96bb7', onChange: this.handleFileChange, type: "file", ref: (el) => {
17615
+ }, class: "xpl-input-file__remove-icon" })))))), this.accept && !this.hideAcceptText && (h("span", { key: '56f627241c314b9018cd963ea55a997364b63abf', class: "xpl-input-file__accept xpl-text-caption" }, "Accepted file types: ", this.accept)), h("input", { key: '47180dbed43ab7f3291faeadbe0ddce261d75f25', onChange: this.handleFileChange, type: "file", ref: (el) => {
17615
17616
  this.fileInput = el;
17616
17617
  }, hidden: true, accept: this.accept, multiple: this.multiple, name: this.name })));
17617
17618
  }
@@ -18099,21 +18100,21 @@ const InputPhone = class {
18099
18100
  }
18100
18101
  render() {
18101
18102
  var _a;
18102
- return (h(Host, { key: '894f6acde4dea6d5640d4e51bc4e9bbe82d9d3ea', class: {
18103
+ return (h(Host, { key: '1b29d31aca23d7047c36a910bfce85aa54784377', class: {
18103
18104
  'xpl-input-phone': true,
18104
18105
  'xpl-input-phone--error': !!this.hasErrorState || !!this.error,
18105
18106
  'xpl-input-phone--open': this.dropdownOpen,
18106
18107
  'xpl-input-phone--domestic': !this.isInternational,
18107
- } }, h("div", { key: 'c3f32f61ea3d344932721d0ef166db91a18110dc', class: "xpl-input-wrapper" }, this.isInternational && (h("button", { key: '4896e1dfa9e2fd2b0ff7472d45999b8aa36dd5f0', type: "button", id: this.triggerId, class: "xpl-input-phone__trigger", disabled: this.disabled, "aria-haspopup": "listbox", "aria-expanded": this.dropdownOpen ? 'true' : 'false', "aria-label": "Select country", onClick: this.handleTriggerClick }, ((_a = this.selectedCountry) === null || _a === void 0 ? void 0 : _a.name) && (h("xpl-icon", { key: '1a321bb5d7c82b6e9f7a3028ef68543de7b4180e', class: "xpl-input-phone__flag", icon: getCountryIconName(this.selectedCountry.name), size: 24, "aria-hidden": "true" })), h("xpl-icon", { key: '8820c57560cd5874eed4da9bbd4aeb77cba0e1cc', class: "xpl-input-phone__trigger-icon", icon: "chevron-down", size: 20, "aria-hidden": "true" }))), h("div", { key: '36bdd356e1a396927e8c2791f0d826970b08fed1', class: "xpl-input-phone__input-wrap" }, this.isInternational && (h("span", { key: '4557ddea12cc4dcf0f8d992b97fd89b3d799591e', class: "xpl-input-phone__dial-code" }, this.effectiveDialCode)), h("input", { key: '6dbff61ee5fdc564f685f112f7cc3659b3687490', ref: (el) => {
18108
+ } }, h("div", { key: '6b7fa8dab343d6236a5de65b73cb731da1997695', class: "xpl-input-wrapper" }, this.isInternational && (h("button", { key: 'cb785ee5ad4da9ea7ee316b7895bf2ca3992a6ae', type: "button", id: this.triggerId, class: "xpl-input-phone__trigger", disabled: this.disabled, "aria-haspopup": "listbox", "aria-expanded": this.dropdownOpen ? 'true' : 'false', "aria-label": "Select country", onClick: this.handleTriggerClick }, ((_a = this.selectedCountry) === null || _a === void 0 ? void 0 : _a.name) && (h("xpl-icon", { key: '0edbeee2da23758c9335f30b01b2a5f24ece73a3', class: "xpl-input-phone__flag", icon: getCountryIconName(this.selectedCountry.name), size: 24, "aria-hidden": "true" })), h("xpl-icon", { key: '310ae67c8eb2fc30c550782011921051492fae54', class: "xpl-input-phone__trigger-icon", icon: "chevron-down", size: 20, "aria-hidden": "true" }))), h("div", { key: '84abb24d097c61bfd76be3e5bbe1ea7bd9718d30', class: "xpl-input-phone__input-wrap" }, this.isInternational && (h("span", { key: '29975e649c40580f7e126bfc2f72be2a07f6c813', class: "xpl-input-phone__dial-code" }, this.effectiveDialCode)), h("input", { key: '55c85bc4fd439a9913b5b58a8fbbc3f1a328cac9', ref: (el) => {
18108
18109
  this.inputEl = el;
18109
- }, type: "tel", id: this.inputId, class: "xpl-input-phone__input", name: this.name, disabled: this.disabled, readonly: this.readonly, required: this.required, "aria-invalid": this.hasErrorState || this.error ? 'true' : 'false', placeholder: this.effectivePlaceholder, autocomplete: this.isInternational ? 'tel-national' : 'tel', inputmode: "numeric", maxlength: this.maxInputLength, value: this.displayValue, onInput: this.handleNumberInput }), this.nationalNumber && this.isEditable && (h("button", { key: 'c7ca36fdc2cee73de3a29f6019c8a35a74bba654', type: "button", class: "xpl-input-phone__clear", "aria-label": "Clear phone number", onClick: this.handleClear }, h("xpl-icon", { key: '4e5aad566c1052e72f6e7ba10ca9a98f97421626', icon: "x-circle", size: 16 }))))), this.isInternational && this.isEditable && (h("xpl-dropdown", { key: '0f81b1d30e3f0b52bfd9085ffb37b6c5733c6e8b', ref: (el) => {
18110
+ }, type: "tel", id: this.inputId, class: "xpl-input-phone__input", name: this.name, disabled: this.disabled, readonly: this.readonly, required: this.required, "aria-invalid": this.hasErrorState || this.error ? 'true' : 'false', placeholder: this.effectivePlaceholder, autocomplete: this.isInternational ? 'tel-national' : 'tel', inputmode: "numeric", maxlength: this.maxInputLength, value: this.displayValue, onInput: this.handleNumberInput }), this.nationalNumber && this.isEditable && (h("button", { key: '2b05b045d36937e3c85ff93308a75bededd56f4e', type: "button", class: "xpl-input-phone__clear", "aria-label": "Clear phone number", onClick: this.handleClear }, h("xpl-icon", { key: '0834f75780e6cba9e5fef6e4f8613d89dad42216', icon: "x-circle", size: 16 }))))), this.isInternational && this.isEditable && (h("xpl-dropdown", { key: '1e19c6663b14de3f5fd9f740417fc6f342a47177', ref: (el) => {
18110
18111
  this.dropdownRef = el;
18111
18112
  }, isOpen: this.dropdownOpen, triggerId: this.triggerId, anchorToTrigger: true, closeOnSelect: true, mode: "single", options: this.dropdownOptions, update: this.handleDropdownUpdate, onIsOpenChange: (e) => {
18112
18113
  this.dropdownOpen = e.detail;
18113
- }, "aria-label": "Country" }, h("div", { key: '8a73a67eba2d6a02b6f828f21c451c843782a0c8', slot: "header", class: "xpl-input-phone__search-wrap" }, h("xpl-input", { key: '1cef63c8fdb66aa8288af0a0fafe72701573a82a', class: "xpl-input-phone__search", type: "text", label: "", placeholder: "Search", value: this.searchQuery, autocomplete: "off", onInputEvent: (e) => {
18114
+ }, "aria-label": "Country" }, h("div", { key: '910ee42b45fcfea4b5670ca300c6cd7d9a15c709', slot: "header", class: "xpl-input-phone__search-wrap" }, h("xpl-input", { key: 'd7b79cd82d6f1dcd4ed57938f7c4389925426b0c', class: "xpl-input-phone__search", type: "text", label: "", placeholder: "Search", value: this.searchQuery, autocomplete: "off", onInputEvent: (e) => {
18114
18115
  var _a;
18115
18116
  this.searchQuery = (_a = e.detail) !== null && _a !== void 0 ? _a : '';
18116
- } }, h("xpl-icon", { key: 'fa51061eb3617c3f55485cff16dbc1e307d98f08', slot: "pre", class: "xpl-input-phone__search-icon", icon: "magnifier", size: 20 })))))));
18117
+ } }, h("xpl-icon", { key: '7e8a462d8c0949421d0668b3b289a7c7e7169dbe', slot: "pre", class: "xpl-input-phone__search-icon", icon: "magnifier", size: 20 })))))));
18117
18118
  }
18118
18119
  get el() { return getElement(this); }
18119
18120
  static get watchers() { return {
@@ -18232,7 +18233,7 @@ const InputSearch = class {
18232
18233
  return shell;
18233
18234
  }
18234
18235
  render() {
18235
- return (h(Host, { key: 'ac235500df2d6958d9070535f922a018bce14906', class: {
18236
+ return (h(Host, { key: 'bbbcb91c290fec3f0ad0f7df9cb9e43c699f3ab2', class: {
18236
18237
  'xpl-input-search': true,
18237
18238
  'xpl-input-search--disabled': this.disabled,
18238
18239
  'xpl-input-search--error': this.hasError,
@@ -18416,11 +18417,11 @@ const InputTime = class {
18416
18417
  }));
18417
18418
  }
18418
18419
  render() {
18419
- return (h(Host, { key: '6ed0e8da81a96e0e4e7078a7477c9a4ee92532ba', class: {
18420
+ return (h(Host, { key: 'aef2e65955381ed89dd800e889bd20469a201172', class: {
18420
18421
  'xpl-input-time': true,
18421
18422
  [`xpl-input-time--mode-${this.mode}`]: true,
18422
18423
  'xpl-input-time--error': !!this.hasErrorState,
18423
- } }, h("xpl-input", { key: 'bae0f7e9b9e3f14b5d780a0300ef672da9301596', pre: h("xpl-icon", { class: "xpl-input-time__clock-icon", icon: "clock", size: 24 }), post: this.timeFormat === '12h' ? this.amPm || 'AM' : null, type: "text", _id: this.inputId, disabled: this.disabled, name: this.name, required: this.required, readonly: this.readonly, placeholder: this.placeholder, max: this.max, min: this.min, onInput: this.handleInput, value: this.formattedValue, onFocusEvent: this.handleFocus, onBlurEvent: this.handleBlur, onClick: this.handleClick }), !this.readonly && !this.disabled && (h("xpl-dropdown", { key: 'cd8ae7e4c7d130bdbf44aeb2f806b3c9a490d8bb', options: this.options, isOpen: this.showOptions, ref: (el) => {
18424
+ } }, h("xpl-input", { key: '90f85f631d876714e65134e964ec521bce1d7948', pre: h("xpl-icon", { class: "xpl-input-time__clock-icon", icon: "clock", size: 24 }), post: this.timeFormat === '12h' ? this.amPm || 'AM' : null, type: "text", _id: this.inputId, disabled: this.disabled, name: this.name, required: this.required, readonly: this.readonly, placeholder: this.placeholder, max: this.max, min: this.min, onInput: this.handleInput, value: this.formattedValue, onFocusEvent: this.handleFocus, onBlurEvent: this.handleBlur, onClick: this.handleClick }), !this.readonly && !this.disabled && (h("xpl-dropdown", { key: 'f42c653946921b15cb0c1b24db01d299c22406c1', options: this.options, isOpen: this.showOptions, ref: (el) => {
18424
18425
  this.dropdown = el;
18425
18426
  }, class: "xpl-input-time__dropdown" }))));
18426
18427
  }
@@ -18434,55 +18435,6 @@ const InputTime = class {
18434
18435
  }; }
18435
18436
  };
18436
18437
 
18437
- class TimerManager {
18438
- constructor() {
18439
- this.timeouts = new Set();
18440
- this.intervals = new Set();
18441
- this.rafs = new Set();
18442
- }
18443
- setTimeout(callback, delay) {
18444
- const id = setTimeout(() => {
18445
- this.timeouts.delete(id);
18446
- callback();
18447
- }, delay);
18448
- this.timeouts.add(id);
18449
- return id;
18450
- }
18451
- clearTimeout(id) {
18452
- clearTimeout(id);
18453
- this.timeouts.delete(id);
18454
- }
18455
- setInterval(callback, delay) {
18456
- const id = setInterval(callback, delay);
18457
- this.intervals.add(id);
18458
- return id;
18459
- }
18460
- clearInterval(id) {
18461
- clearInterval(id);
18462
- this.intervals.delete(id);
18463
- }
18464
- requestAnimationFrame(callback) {
18465
- const id = requestAnimationFrame((time) => {
18466
- this.rafs.delete(id);
18467
- callback(time);
18468
- });
18469
- this.rafs.add(id);
18470
- return id;
18471
- }
18472
- cancelAnimationFrame(id) {
18473
- cancelAnimationFrame(id);
18474
- this.rafs.delete(id);
18475
- }
18476
- dispose() {
18477
- this.timeouts.forEach((id) => clearTimeout(id));
18478
- this.timeouts.clear();
18479
- this.intervals.forEach((id) => clearInterval(id));
18480
- this.intervals.clear();
18481
- this.rafs.forEach((id) => cancelAnimationFrame(id));
18482
- this.rafs.clear();
18483
- }
18484
- }
18485
-
18486
18438
  let xplListItemsPropDeprecationWarned = false;
18487
18439
  function getListItemFromComposedPath(e) {
18488
18440
  var _a, _b;
@@ -18854,12 +18806,12 @@ const List = class {
18854
18806
  var _a, _b, _c;
18855
18807
  const ariaLabelledBy = ((_a = this.labelledBy) === null || _a === void 0 ? void 0 : _a.trim()) ? this.labelledBy.trim() : undefined;
18856
18808
  const ariaLabel = !ariaLabelledBy && ((_b = this.label) === null || _b === void 0 ? void 0 : _b.trim()) ? this.label.trim() : undefined;
18857
- return (h(Host, { key: '4290084c30b164abb653943a81783c35531d6316', role: "list", class: { 'xpl-list': true }, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy }, (_c = this.items) === null || _c === void 0 ? void 0 :
18809
+ return (h(Host, { key: '66c41bf0c252a6ae1e61aea6d8c1c40fc594d8c7', role: "list", class: { 'xpl-list': true }, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy }, (_c = this.items) === null || _c === void 0 ? void 0 :
18858
18810
  _c.map((item, index) => {
18859
18811
  var _a;
18860
18812
  const legacyRowId = (_a = item.id) !== null && _a !== void 0 ? _a : `item-${index}`;
18861
18813
  return (h("xpl-list-item", { key: `legacy-item-${legacyRowId}`, item: item, href: item.href, itemId: legacyRowId }));
18862
- }), h("slot", { key: '55ce7202269eab851c0d753fd87ef2d5bf9f59a8' }), this.reorderable ? (h("div", { class: "xpl-list__reorder-live", "aria-live": "assertive", "aria-atomic": "true" }, this.reorderLiveMessage)) : null));
18814
+ }), h("slot", { key: '922088a7fe36e8bb2ee905ac79ac845eff101707' }), this.reorderable ? (h("div", { class: "xpl-list__reorder-live", "aria-live": "assertive", "aria-atomic": "true" }, this.reorderLiveMessage)) : null));
18863
18815
  }
18864
18816
  get el() { return getElement(this); }
18865
18817
  static get watchers() { return {
@@ -19385,7 +19337,7 @@ const Modal = class {
19385
19337
  }
19386
19338
  }
19387
19339
  render() {
19388
- return (h(Host, { key: 'b6d5d1c4b2fd755b74d2b138e937cb8f70256e17', class: "xpl-modal" }, this.isOpen && h("xpl-backdrop", { key: '972f5031f80eb1c394f7e5be5dc04a604bb91a34' }), h("dialog", { key: '544203fa98a61f4f1e41cbffca3c1048fab8e236', class: `xpl-modal__dialog xpl-modal-size--${this.size} xpl-modal--${this.isOpen ? 'is-open' : 'is-closed'}` }, h("div", { key: 'f37cc41033d765577ae3280d2b4969e71aabe369', class: "xpl-modal__header" }, h("div", { key: '356a2ba82b16bd1c47813d6589b45a901a108d10', class: "xpl-modal__title" }, this.variant === 'warning' && (h("xpl-icon", { key: '4144c0f94f9760b7ed3379b2a2e7f69e31ef0829', size: 20, icon: "alert-triangle", class: "xpl-modal__alert-icon" })), h("slot", { key: 'fd2c48017a620ec83ce0f79d13d18aa2aae57b14', name: "title" }), h("xpl-button", { key: 'd6c816ff2a44911333196531641d620a0cafafaf', type: "button", class: "xpl-modal__close-button", "icon-only": true, size: "sm", variant: "tertiary", onClick: this.handleDialogClose }, h("xpl-icon", { key: 'b7c7b6754d0a94f3aa927d390c35faf165b1b776', icon: "x" }))), h("div", { key: 'fb96c212c96648434f821c2ec4169fb6499f1230', class: "xpl-modal__subtitle" }, h("slot", { key: 'b838fbe968ffdec5f5d71cffde42c02b6bf085f1', name: "subtitle" }))), h("div", { key: '7d9230791de065bdbf9703821021ce6230c8b568', class: "xpl-modal__body" }, h("slot", { key: '60449861f56680023c79139eb5dc04a2cfe5fbd5', name: "body" })), h("div", { key: 'adb79ff548bb3475c7b8bd4fe9bd3b9f2a454f89', class: "xpl-modal__footer" }, h("slot", { key: '32148fd7cabc15deb2f40b6706a5e1761dab4cde', name: "tertiary" }), h("slot", { key: 'bbacc31d2b03825ab14fb08e0307ac70767c3ebd', name: "secondary" }), h("slot", { key: '89f492273b1d71772551c2454bd4bbb56899fe3b', name: "primary" })))));
19340
+ return (h(Host, { key: 'd1457065d1448b866f21a5a7a903fbc8504567a5', class: "xpl-modal" }, this.isOpen && h("xpl-backdrop", { key: '05807b08500c1ba557c9dabe04ca059f3638f36c' }), h("dialog", { key: '14f78e63f6e19f83fd159604175381b054848ad6', class: `xpl-modal__dialog xpl-modal-size--${this.size} xpl-modal--${this.isOpen ? 'is-open' : 'is-closed'}` }, h("div", { key: '54cbd855c642bad93f74d8f6f875c32728d8539a', class: "xpl-modal__header" }, h("div", { key: 'd0ae962e9ddb8df05eeefd2cd083c0aaf6253814', class: "xpl-modal__title" }, this.variant === 'warning' && (h("xpl-icon", { key: '896dbc9e4c614b456f2b22626c294f86e655f811', size: 20, icon: "alert-triangle", class: "xpl-modal__alert-icon" })), h("slot", { key: '859b27499e4ae644c06d376225f56d47b0081dc2', name: "title" }), h("xpl-button", { key: '288822a0310d17b13360acb7d358e7b5711fa79f', type: "button", class: "xpl-modal__close-button", "icon-only": true, size: "sm", variant: "tertiary", onClick: this.handleDialogClose }, h("xpl-icon", { key: '14181eec31afd43bf07a21f6ae65664ea12f789a', icon: "x" }))), h("div", { key: '4d23417d83bdb3312f1c883a367687e1d4fdfa7c', class: "xpl-modal__subtitle" }, h("slot", { key: '5db4d5c7997a4a27f7195cdd0ff56d81238835e1', name: "subtitle" }))), h("div", { key: 'e17d7805f75d00422d6eaa8148a1f0f3297369df', class: "xpl-modal__body" }, h("slot", { key: 'f1f43ce5fce6c1567bf856071b5d283c28a64bbe', name: "body" })), h("div", { key: 'c7757cabc4d718a19ee8c91020f20e4437b73d6d', class: "xpl-modal__footer" }, h("slot", { key: 'bdcf1d5ca962025e7cdd2368b1dd6117b5dc190a', name: "tertiary" }), h("slot", { key: '483ce3eb24f84d4c08a84e97e6e6a9af9829b007', name: "secondary" }), h("slot", { key: '7c7ec707d80fecb81a21c997c84a1622370285b0', name: "primary" })))));
19389
19341
  }
19390
19342
  get element() { return getElement(this); }
19391
19343
  static get watchers() { return {
@@ -19461,11 +19413,11 @@ const NavHeaderMenu = class {
19461
19413
  }
19462
19414
  render() {
19463
19415
  const hasProfile = !!this.username || !!this.email;
19464
- return (h(Host, { key: '605d14e70deb43e79834d39cb3a078b3298e853a', class: {
19416
+ return (h(Host, { key: 'c2a9e2904ae2cd06462f7e2d4407ac3e34ded34e', class: {
19465
19417
  'xpl-nav-header-menu': true,
19466
19418
  'xpl-nav-header-menu--has-right-aside-mobile': this.rightAsideMobilePresent,
19467
19419
  dark: true,
19468
- } }, hasProfile && (h("div", { key: '4d7f4ffc4d0391fb3b20db6be3a1c32126f02dfe', class: "xpl-nav-header-menu__profile" }, h("div", { key: 'f79f233a7dd322329b4f571b6858d5f6954eb972', class: "xpl-nav-header-menu__info" }, this.username && (h("div", { key: '5672342ae08198b52525ca2fe75d0d489e678c6b', class: "xpl-nav-header-menu__username" }, this.username)), this.email && (h("div", { key: '90f13a468d30f939b3e99f932dc96746d99c4196', class: "xpl-nav-header-menu__email" }, this.email))))), h("div", { key: '70ae77baf3570e700639e7d8d387c5e4df7739c4', class: "xpl-nav-header-menu__right-aside-mobile" }, h("slot", { key: 'e9e1170bc8648f3676e083c7aa5c03d16e09b2ed', name: "right-aside-mobile" })), h("div", { key: '225c538dc72259da900406eb3fc6f222f93292e1', class: "xpl-nav-header-menu__slot", role: "list" }, h("slot", { key: '7631ce2ee1e6acdf4fdc9d54671e186de597de63' }))));
19420
+ } }, hasProfile && (h("div", { key: '0b7c1b081ac1e73b95bf36724e83511c27e522be', class: "xpl-nav-header-menu__profile" }, h("div", { key: '77ac13de474f5508b5bae03aba09f782a0a05cbc', class: "xpl-nav-header-menu__info" }, this.username && (h("div", { key: '58722b17d64c8cffe7a38b81f30f885a26b0b19e', class: "xpl-nav-header-menu__username" }, this.username)), this.email && (h("div", { key: 'ad7aa885518ee8c205cc3f0e1c84a24b3e486335', class: "xpl-nav-header-menu__email" }, this.email))))), h("div", { key: 'e8c6cdb4e57b02d8b9591eef07a9f0458b73acaa', class: "xpl-nav-header-menu__right-aside-mobile" }, h("slot", { key: 'bb884eeb89b4de9d45cb4a7466cc2d7aac90cf6f', name: "right-aside-mobile" })), h("div", { key: '4fa5347923a9f9db10e8875e9ec00407b843263c', class: "xpl-nav-header-menu__slot", role: "list" }, h("slot", { key: '694d33b2fe8b1cfa302de845a15aa24fdb33fc62' }))));
19469
19421
  }
19470
19422
  get el() { return getElement(this); }
19471
19423
  };
@@ -19482,11 +19434,11 @@ const NavItem = class {
19482
19434
  }
19483
19435
  }
19484
19436
  render() {
19485
- return (h(Host, { key: '1653225a63a82d72768a162430f11918d3b57810', class: "xpl-nav-item", role: "listitem", onClick: () => {
19437
+ return (h(Host, { key: 'f7494edb113b4eccf244c312447e69248af495ba', class: "xpl-nav-item", role: "listitem", onClick: () => {
19486
19438
  if (this.navControl) {
19487
19439
  this.onNavToggle();
19488
19440
  }
19489
- } }, h("slot", { key: 'c04f946780264be513575537ee1041b576e1834f', name: "link" }, h("slot", { key: 'cd415288c4caf0c7ffd4906531f858a0e21cbb93', name: "icon" }), h("slot", { key: 'a1678415d40e459597738013500a715396b5b759' }))));
19441
+ } }, h("slot", { key: 'acde5d80edbead75a558b964954caa18e1cc0c5f', name: "link" }, h("slot", { key: '66838cf7e6610e48d7102475cc6463aa65f4651b', name: "icon" }), h("slot", { key: 'de185eaab42a425cf82eaaf6883b1472fecb9754' }))));
19490
19442
  }
19491
19443
  };
19492
19444
 
@@ -19572,19 +19524,19 @@ const Pagination = class {
19572
19524
  render() {
19573
19525
  const disablePrev = this.currentPage <= 1;
19574
19526
  const disableNext = this.currentPage >= this.totalPages;
19575
- return (h(Host, { key: '48dc3bfd2f81b621c0c4cacd5e8aa43e974a3c2b', class: {
19527
+ return (h(Host, { key: '7ee32b9506487555cf9c96b8204bc06acff20614', class: {
19576
19528
  'xpl-pagination': true,
19577
19529
  'xpl-pagination__with-page-control': this.withPageControl,
19578
19530
  'xpl-pagination__no-page-control': !this.withPageControl,
19579
- } }, this.withPageControl && (h("div", { key: 'a8eb321da956ac31d62ee6a8e776a9949733310b', class: "xpl-pagination__rows-per-page" }, h("label", { key: '42688af51596e843faec89c04b99eef0569b9289', class: "xpl-pagination__rows-label" }, "Rows per page:"), h("xpl-select", { key: '276646a15894d4434d72bbe3a9e74fe4ec151d09', class: "xpl-pagination__rows-per-page-select", dropdownFlipFallbackPlacements: ['bottom-start'], dropdownPlacement: "top-start", choices: this.rowsPerPageOptionsArray.map((option) => ({
19531
+ } }, this.withPageControl && (h("div", { key: 'd0b77c50e30c046df37e806912d9d144066ce8ea', class: "xpl-pagination__rows-per-page" }, h("label", { key: '5a596a7f2e440f007cc51ffb965f8c6da057bd11', class: "xpl-pagination__rows-label" }, "Rows per page:"), h("xpl-select", { key: '3592c6c2b8efa704536e64bf6ae085f228921573', class: "xpl-pagination__rows-per-page-select", dropdownFlipFallbackPlacements: ['bottom-start'], dropdownPlacement: "top-start", choices: this.rowsPerPageOptionsArray.map((option) => ({
19580
19532
  label: option.toString(),
19581
19533
  value: option.toString(),
19582
19534
  isSelected: option === this.selectedRowsPerPage,
19583
19535
  })), ref: (el) => {
19584
19536
  this.rowsPerPageSelectRef = el;
19585
- } }))), h("div", { key: '808b1a352b4500e593e9887b9957a292bbc64b18', class: "xpl-pagination__pager" }, h("button", { key: '9a18f0e6843deeb1c4efcb3cbb29e8c22ebee923', class: "xpl-pagination__pager-button xpl-pagination__pager-button-prev", disabled: disablePrev, onClick: this.handlePrevPage, "aria-label": "Previous Page", tabindex: "0" }, h("xpl-icon", { key: 'd761379de5063bf5739c92f90d1a795ccda03b5f', icon: "arrow-left", size: 20 })), h("xpl-select", { key: 'cd18e7c9a1d15a6b4a353b32f90bfe646ab321ee', class: "xpl-pagination__page-select", dropdownFlipFallbackPlacements: ['bottom-start'], dropdownPlacement: "top-start", choices: this.pageChoices, "custom-display-value": true, ref: (el) => {
19537
+ } }))), h("div", { key: '0c4e020f133b9bff31e185fb3ea11d3e98f0ac00', class: "xpl-pagination__pager" }, h("button", { key: 'add5b2b91bb1c1d08637bc7e8cf907274126765c', class: "xpl-pagination__pager-button xpl-pagination__pager-button-prev", disabled: disablePrev, onClick: this.handlePrevPage, "aria-label": "Previous Page", tabindex: "0" }, h("xpl-icon", { key: 'ca29bdc9acb1f220afb7cbb5a2f1bfc8602c07c9', icon: "arrow-left", size: 20 })), h("xpl-select", { key: '89244ec17d7e8f10188a6b7b25dde30f9885aef2', class: "xpl-pagination__page-select", dropdownFlipFallbackPlacements: ['bottom-start'], dropdownPlacement: "top-start", choices: this.pageChoices, "custom-display-value": true, ref: (el) => {
19586
19538
  this.pageSelectRef = el;
19587
- } }, h("div", { key: '117fa90e904994b44fe86055aea62af0a404904e', slot: "custom-display-value" }, `${this.currentPage} of ${this.totalPages}`)), h("button", { key: 'dbd3c30917758594d41fec4a313e204ccbd56e16', class: "xpl-pagination__pager-button xpl-pagination__pager-button-next", disabled: disableNext, onClick: this.handleNextPage, "aria-label": "Next Page", tabindex: "0" }, h("xpl-icon", { key: '4ca90e03195972c79a9a6b09027d8cf594a1dacc', icon: "arrow-right", size: 20 })))));
19539
+ } }, h("div", { key: '916de27d7e201ba0920c265109edf2a6e9bd0620', slot: "custom-display-value" }, `${this.currentPage} of ${this.totalPages}`)), h("button", { key: '7ddaf9be0ab94e8e0e1fdbdca20e76294d7d2706', class: "xpl-pagination__pager-button xpl-pagination__pager-button-next", disabled: disableNext, onClick: this.handleNextPage, "aria-label": "Next Page", tabindex: "0" }, h("xpl-icon", { key: '37703d9e35a8288bf24c8675e4e973a400f7a0e9', icon: "arrow-right", size: 20 })))));
19588
19540
  }
19589
19541
  static get watchers() { return {
19590
19542
  "currentPage": [{
@@ -19607,11 +19559,11 @@ const XplPanel = class {
19607
19559
  }
19608
19560
  render() {
19609
19561
  const hasAccent = this.accent !== 'none';
19610
- return (h(Host, { key: 'e028327c45513aed4bdaf60f230292c3ca427abb', class: {
19562
+ return (h(Host, { key: 'f7216acfba4419e26d171a24aa64153991841701', class: {
19611
19563
  'xpl-panel': true,
19612
19564
  [`xpl-panel--accent-${this.accent}`]: hasAccent,
19613
19565
  [`xpl-panel--padding-${this.padding}`]: true,
19614
- } }, hasAccent && h("div", { key: '131b41a89c2d34ee7e1c9313a8659bc62c5a882a', "aria-hidden": "true", class: "xpl-panel__accent" }), h("div", { key: '67e1dae738eb616fa024fda3f64fcf8008c4fbce', class: "xpl-panel__content" }, h("slot", { key: '39ec3513aaab2138ae1c7b45dea4e3bc7ef9a9d1' }))));
19566
+ } }, hasAccent && h("div", { key: '18f1ed385cb4d29dbe18e7272e779a40a2ead05e', "aria-hidden": "true", class: "xpl-panel__accent" }), h("div", { key: 'd0a13066c9c4b472b505ffd7592f882bb886b9a2', class: "xpl-panel__content" }, h("slot", { key: '0c8c6495afcbd3a897a6f118e17df75dc7328363' }))));
19615
19567
  }
19616
19568
  };
19617
19569
 
@@ -20274,16 +20226,16 @@ const Popover = class {
20274
20226
  });
20275
20227
  }
20276
20228
  render() {
20277
- return (h(Host, { key: 'e6c2991b7550ee3d49d0e6389f0e5734873d2ec9' }, h("div", { key: '5feb4134506e40be7f1485913f197b5e976a22eb', class: {
20229
+ return (h(Host, { key: 'fd4ba66077f4909fe71a47b719fc76e8b0970bcc' }, h("div", { key: 'f54d27275be2e332ae72e225197eb76350803db3', class: {
20278
20230
  'xpl-popover': true,
20279
20231
  [`xpl-popover--${this.actualPosition}`]: true,
20280
20232
  'xpl-popover--is-open': this.isOpenState,
20281
- } }, h("span", { key: '0fd0c9ecf34e28f05b1c74cd54b259af985a8f48', role: "button", tabindex: "0", "aria-haspopup": "dialog", "aria-expanded": this.isOpenState ? 'true' : 'false', onClick: this.togglePopover, ref: (el) => {
20233
+ } }, h("span", { key: 'a45378d297636bcb6eddd0ea2927703291f27571', role: "button", tabindex: "0", "aria-haspopup": "dialog", "aria-expanded": this.isOpenState ? 'true' : 'false', onClick: this.togglePopover, ref: (el) => {
20282
20234
  this.triggerRef = el;
20283
- } }, h("slot", { key: '036625c11df6140ae5e66c5b07d48034d4f85a8c', name: "trigger" })), this.display === 'arrow' && (h("div", { key: 'dc701c9b71dfc1ac2cd5397928366c807ec12680', class: "xpl-popover__arrow" }, h("svg", { key: '714129740bb1ced6b465636e85fa006733d03e20', width: "17", height: "14", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'aa489883a369f713b6f04093ed39fe4f91088213', d: "M0 5h15l-7.5 7.5L0 5Z", fill: "white", stroke: "none", class: "arrow-fill" }), h("path", { key: '1e341b0b3f7be9c4387c3b2560d31f023090b5d8', d: "M0 5 L7.5 12.5 L15 5", fill: "none", stroke: "black", "stroke-width": "1", class: "arrow-stroke" })))), h("div", { key: 'fb1ca2715f2bbb0bd32ed532e61da5f2a8aa8b63', class: {
20235
+ } }, h("slot", { key: 'e40f33425dede71e45fefca68eed6231f569b6f4', name: "trigger" })), this.display === 'arrow' && (h("div", { key: '4c6dbd56d3b6c782bdd25c9674df29b92866e55c', class: "xpl-popover__arrow" }, h("svg", { key: '6492c5f9ffd7609ed0fb334f515bf5448db9b837', width: "17", height: "14", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'e1e92c7c65caece9b89b9b23f6031409cd67312c', d: "M0 5h15l-7.5 7.5L0 5Z", fill: "white", stroke: "none", class: "arrow-fill" }), h("path", { key: '496097d86300cdd3a09732e3fb5492e8b3e4a292', d: "M0 5 L7.5 12.5 L15 5", fill: "none", stroke: "black", "stroke-width": "1", class: "arrow-stroke" })))), h("div", { key: 'ed12d8116e9c230dbe166b4479b19d640849b873', class: {
20284
20236
  'xpl-popover__content': true,
20285
20237
  [`xpl-popover__content--display-${this.display}`]: true,
20286
- }, ref: (el) => (this.contentRef = el) }, h("slot", { key: '365e7a91de4254cc8f8423b1e832d5adeff1490a' })))));
20238
+ }, ref: (el) => (this.contentRef = el) }, h("slot", { key: 'ad827a2a95546d4e3c975cd410ba4067fd69ad04' })))));
20287
20239
  }
20288
20240
  get el() { return getElement(this); }
20289
20241
  static get watchers() { return {
@@ -20323,12 +20275,12 @@ const ProgressBar = class {
20323
20275
  return this.variant === 'indeterminate';
20324
20276
  }
20325
20277
  render() {
20326
- return (h(Host, { key: '25abe25b042ab5fb4d81246275538abaad3c4086', class: {
20278
+ return (h(Host, { key: 'bae4b080ca10ce596b7f889fc50b41199bcee67b', class: {
20327
20279
  'xpl-progress-bar': true,
20328
20280
  [`xpl-progress-bar--${this.size}`]: true,
20329
20281
  [`xpl-progress-bar--${this.variant}`]: true,
20330
20282
  'xpl-progress-bar--complete': this.isComplete,
20331
- } }, h("div", { key: '926c1407043a98c265dffbaa616b640624671352', class: "xpl-progress-bar__wrapper" }, (this.label || this.showStatusIcon) && (h("div", { key: '78ece9b7848541236ce2ad4309b664204bfb370e', class: "xpl-progress-bar__header" }, this.label && h("div", { key: '9b673b4ae9aeebb7bebd9a72dc4384383e15227d', class: "xpl-progress-bar__label" }, this.label), this.showStatusIcon && (h("div", { key: 'a144dba46c7ae48ad54e9655b4335a253b1bc1bb', class: "xpl-progress-bar__icon" }, this.isError ? (h("xpl-icon", { icon: "circle-xmark-1" })) : (h("xpl-icon", { icon: "circle-check-1" })))))), h("div", { key: 'cf0f7a209c2278e4d1ccf00577457d175abb78bc', class: "xpl-progress-bar__row" }, this.isIndeterminate ? (h("div", { class: "xpl-progress-bar__track xpl-progress-bar__track--indeterminate", role: "progressbar", "aria-label": this.label || 'Progress' }, h("div", { class: "xpl-progress-bar__indeterminate" }))) : (h("progress", { class: "xpl-progress-bar__progress", value: this.clampedValue, max: this.max, "aria-label": this.label || 'Progress' }))), this.helperText && (h("div", { key: 'ff5b336a3b3a14cb4e0531688705983350f9812f', class: "xpl-progress-bar__helper" }, this.helperText)))));
20283
+ } }, h("div", { key: '3e13c35002888a7ea5b4710ec96ea72ab6e8811c', class: "xpl-progress-bar__wrapper" }, (this.label || this.showStatusIcon) && (h("div", { key: 'c41d0c11ef55fc3be48b8007716439a0791245c5', class: "xpl-progress-bar__header" }, this.label && h("div", { key: 'c680eb355e174bfa3a17b29e64d5d9e8d3699718', class: "xpl-progress-bar__label" }, this.label), this.showStatusIcon && (h("div", { key: 'a4d541ee3fa68549dbfa8f371b8d3e5a5d9dcfd0', class: "xpl-progress-bar__icon" }, this.isError ? (h("xpl-icon", { icon: "circle-xmark-1" })) : (h("xpl-icon", { icon: "circle-check-1" })))))), h("div", { key: '24aa03523c672a1604b91da88dae9a58895a412b', class: "xpl-progress-bar__row" }, this.isIndeterminate ? (h("div", { class: "xpl-progress-bar__track xpl-progress-bar__track--indeterminate", role: "progressbar", "aria-label": this.label || 'Progress' }, h("div", { class: "xpl-progress-bar__indeterminate" }))) : (h("progress", { class: "xpl-progress-bar__progress", value: this.clampedValue, max: this.max, "aria-label": this.label || 'Progress' }))), this.helperText && (h("div", { key: '67a687ba35eb5208286833834b1a4e75d64ca47d', class: "xpl-progress-bar__helper" }, this.helperText)))));
20332
20284
  }
20333
20285
  };
20334
20286
 
@@ -20389,7 +20341,7 @@ const ProgressIndicator = class {
20389
20341
  ? `Progress: all ${totalSteps} ${totalSteps === 1 ? 'step' : 'steps'} complete`
20390
20342
  : `Progress: step ${currentStepNumber} of ${totalSteps}`
20391
20343
  : 'Progress';
20392
- return (h(Host, { key: '1c545195c093b97f72d81801efc686eb98fec787', class: hostClasses, role: "group", "aria-label": ariaLabel }, h("div", { key: '754af5ed292fb0d34c61aec88ccb87f52e2076bf', class: "xpl-progress-indicator-container", role: "list" }, steps.map((step, index) => this.renderStep(step, index)))));
20344
+ return (h(Host, { key: '267a70a3c6ceffe23390abb57a524d5ddb2b53a6', class: hostClasses, role: "group", "aria-label": ariaLabel }, h("div", { key: 'd34a875d04fb035cc5cda9c8194135d173f7ebae', class: "xpl-progress-indicator-container", role: "list" }, steps.map((step, index) => this.renderStep(step, index)))));
20393
20345
  }
20394
20346
  static get watchers() { return {
20395
20347
  "steps": [{
@@ -20423,14 +20375,14 @@ const Radio = class {
20423
20375
  return Boolean(this.checked);
20424
20376
  }
20425
20377
  render() {
20426
- return (h(Host, { key: 'a8c73f86c07a42b9d44e7778fcac685b6d6ea476', class: {
20378
+ return (h(Host, { key: 'b25d59aa55a08aa7264e1dadc670b540d3740dfc', class: {
20427
20379
  'xpl-checkbox-radio-container': true,
20428
20380
  styled: this.styled,
20429
20381
  disabled: this.disabled,
20430
- } }, h("input", { key: 'c63e056408613a586a18e6dac90cd576c604114f', class: "xpl-radio", type: "radio", checked: this.isChecked, disabled: this.disabled, id: this.id, name: this.name, required: this.required, onChange: this.onChange, value: this.value }), h("label", { key: 'd2c64304f89a583cae05c111b1a82524c2f130b3', class: {
20382
+ } }, h("input", { key: 'df724428d276baf063679829f2b1ffcdcbfbf2b2', class: "xpl-radio", type: "radio", checked: this.isChecked, disabled: this.disabled, id: this.id, name: this.name, required: this.required, onChange: this.onChange, value: this.value }), h("label", { key: 'd521ca252872494ed28826721dde6270e441a3a3', class: {
20431
20383
  'xpl-label': true,
20432
20384
  'xpl-label--disabled': this.disabled,
20433
- }, htmlFor: this.id }, h("slot", { key: '12970b242bb30cf2fd68a73db5c6f3f252262355' }), this.description && (h("small", { key: '1224b9d9f183d46a95535216d24150c1141b6cfe', class: {
20385
+ }, htmlFor: this.id }, h("slot", { key: '5093a78e1fb18908b700cb90cf932de06a3ce76d' }), this.description && (h("small", { key: '8806e9374a812df4db6fa8a9a9e1672abd282299', class: {
20434
20386
  'xpl-description': true,
20435
20387
  'xpl-description--disabled': this.disabled,
20436
20388
  } }, this.description)))));
@@ -20442,7 +20394,7 @@ const SecondaryNav = class {
20442
20394
  registerInstance(this, hostRef);
20443
20395
  }
20444
20396
  render() {
20445
- return (h(Host, { key: 'bf9cbd4351297a28d6d98d3bf1e0612fac1f5136', class: "xpl-secondary-nav" }, h("nav", { key: '764de50287c88f53f19005d50b177e85f71f7f43', "aria-label": "Secondary Nav" }, h("slot", { key: 'd7fe629382a06f62dde9f08db082854e986ba406' }))));
20397
+ return (h(Host, { key: '8137a8f7ecc1682f1b7e64d41f12c70b9030dd4d', class: "xpl-secondary-nav" }, h("nav", { key: 'f2f65911a356c4265ee583f37ffeb9f78f12d9b4', "aria-label": "Secondary Nav" }, h("slot", { key: '972a51f6d4d59f17a88681f1fbd537ff0dc9fe0b' }))));
20446
20398
  }
20447
20399
  };
20448
20400
 
@@ -20678,21 +20630,21 @@ const Select = class {
20678
20630
  this.truncate &&
20679
20631
  !this.customDisplayValue;
20680
20632
  const truncatedText = `+ ${Math.abs(this.choicesState.filter((a) => a.isSelected).length - this.visibleChoices)} more`;
20681
- return (h(Host, { key: '72887e1c0864e77cf43e502d30a796e32942f643', class: {
20633
+ return (h(Host, { key: '1428590871e33aa2b506904114caa4b36d08e9f9', class: {
20682
20634
  'xpl-select': true,
20683
20635
  'xpl-select--disabled': this.disabled,
20684
20636
  'xpl-select--no-truncate': !this.truncate,
20685
20637
  [(_c = this.classNames) !== null && _c !== void 0 ? _c : '']: !!this.classNames,
20686
20638
  }, onKeyDown: this.handleTabKeyDown, ref: (el) => {
20687
20639
  this.container = el;
20688
- } }, this.renderLabel(), h("div", { key: '2d1aa67dcf1fa9aaa5b51b1eb944958a1741ee45', class: {
20640
+ } }, this.renderLabel(), h("div", { key: '02766a897e7e1152fc7e0a65c561ac8b25cd2ce4', class: {
20689
20641
  'xpl-input': true,
20690
20642
  'xpl-input--disabled': this.disabled,
20691
20643
  'xpl-input--error': ((_d = this.error) === null || _d === void 0 ? void 0 : _d.length) >= 0,
20692
- } }, h("div", { key: 'bc34bf6bb4c306753030ec05d011dfe80377256d', class: "xpl-input-wrapper" }, h("button", { key: 'f9a1c1ce4014e780cf866f75f8852d0b234e5ccd', class: "xpl-select__trigger", disabled: this.disabled, id: this.id, onKeyDown: this.handleTabKeyDown, onClick: (e) => {
20644
+ } }, h("div", { key: 'd18740165a8c8a3334603500ad4b633783274935', class: "xpl-input-wrapper" }, h("button", { key: 'a54e65c565ace5276a72d1f1cb6ac9cccbcf3f2e', class: "xpl-select__trigger", disabled: this.disabled, id: this.id, onKeyDown: this.handleTabKeyDown, onClick: (e) => {
20693
20645
  e.preventDefault();
20694
20646
  this.handleDropdownTrigger();
20695
- }, type: "button" }, h("div", { key: '1dbd694fb71a136f578382c7d70e2a2c6077c62c', class: {
20647
+ }, type: "button" }, h("div", { key: 'fca29be85e2655a50f9ed0e1619c7de9b7220321', class: {
20696
20648
  'xpl-select-value': true,
20697
20649
  'xpl-select-value--active': this.mode === 'multi' && this.value.length > 0,
20698
20650
  'has-value': this.value.length > 0,
@@ -20712,7 +20664,7 @@ const Select = class {
20712
20664
  return this.renderSelectedTags();
20713
20665
  }
20714
20666
  return this.placeholder;
20715
- })(), isTextTruncated && truncatedText), h("xpl-icon", { key: '5fd8e1d7b0be5b3daf4c2daecbb5d6e4f02d7493', class: "xpl-select__chevron-down", icon: this.selectIcon }))), !this.disabled && (h("xpl-dropdown", { key: '312b8917cd407224c0802b8cfc285168c26a8de6', ref: (el) => {
20667
+ })(), isTextTruncated && truncatedText), h("xpl-icon", { key: 'c58b026d3e2831c832c3bc54489525119af70e8f', class: "xpl-select__chevron-down", icon: this.selectIcon }))), !this.disabled && (h("xpl-dropdown", { key: 'c0f1a6e4be933f05c5ba88ed20a3ccebeaf895c5', ref: (el) => {
20716
20668
  this.dropdown = el;
20717
20669
  }, isOpen: this.dropdownOpenState, options: this.choicesState, selectedValues: this.selectedValues, mode: this.mode, triggerId: this.id, update: (_e, { component }) => {
20718
20670
  const { options } = component;
@@ -20721,7 +20673,7 @@ const Select = class {
20721
20673
  }
20722
20674
  }, onIsOpenChange: (e) => {
20723
20675
  this.dropdownOpenState = e.detail;
20724
- }, onWheel: this.handleDropdownScroll, anchorToTrigger: true, flipFallbackPlacements: this.dropdownFlipFallbackPlacements, placement: this.dropdownPlacement })), this.renderError()), h("input", { key: '3c88344463e124f7ed752bd249563f3f8f7b9204', type: "hidden", name: this.name, value: this.value })));
20676
+ }, onWheel: this.handleDropdownScroll, anchorToTrigger: true, flipFallbackPlacements: this.dropdownFlipFallbackPlacements, placement: this.dropdownPlacement })), this.renderError()), h("input", { key: '48958ae33322efe0e3de08eb9da2baac981e58a2', type: "hidden", name: this.name, value: this.value })));
20725
20677
  }
20726
20678
  static get watchers() { return {
20727
20679
  "choices": [{
@@ -20938,10 +20890,10 @@ const SideNav = class {
20938
20890
  }
20939
20891
  }
20940
20892
  render() {
20941
- return (h(Host, { key: 'fe3b0b9e5f9facf3f7fa469a8928d7ed8971e6f5', class: {
20893
+ return (h(Host, { key: 'a007b689281cf2d2f5c24d7517a478c165c992bf', class: {
20942
20894
  'xpl-side-nav': true,
20943
20895
  'xpl-side-nav--open': this.open,
20944
- } }, h("xpl-button", { key: '09d0de65b9a40446a4801087e91c1bf3e1d3989a', class: "xpl-side-nav__toggle", variant: "tertiary", iconOnly: true, icon: this.open ? 'sidebar-left-hide' : 'sidebar-left-show', "aria-expanded": this.open ? 'true' : 'false', "aria-label": this.open ? 'Close navigation menu' : 'Open navigation menu', onClick: this.onToggleClick }), h("div", { key: '3274980b1cb4867d163e83c80520e44bcc8d0121', class: "xpl-side-nav__wrapper" }, h("nav", { key: '06ce207917af66ff8f238c6cc85e8a8d5f47efbc', class: "xpl-side-nav__content", "aria-label": this.label }, h("div", { key: 'ce08165951c7b40fc21e846f6dfe7ca44b57326d', class: "xpl-side-nav__section" }, h("slot", { key: 'da65836d8006756b3a0d408d343b445a3bccb271', name: "section" })), h("div", { key: '93b522d531086a914d2cd53fe859da2436df9552', class: "xpl-side-nav__footer" }, h("slot", { key: 'a2cce3bec1d5269316388ede23934d2cfb835cf9', name: "nav-footer" })))), h("xpl-backdrop", { key: 'e98662f2e022d9d9edfa16b2c62d3ca40755b829', class: "xpl-side-nav__backdrop", onClick: this.onBackdropClick })));
20896
+ } }, h("xpl-button", { key: '4828b88c0e14e4202535e19e406def9558533892', class: "xpl-side-nav__toggle", variant: "tertiary", iconOnly: true, icon: this.open ? 'sidebar-left-hide' : 'sidebar-left-show', "aria-expanded": this.open ? 'true' : 'false', "aria-label": this.open ? 'Close navigation menu' : 'Open navigation menu', onClick: this.onToggleClick }), h("div", { key: '193bf28ee1b495f3352e46d255e0488d38f59a03', class: "xpl-side-nav__wrapper" }, h("nav", { key: '36461f0c57dbe069381aed7d8cad57a484bdc5c6', class: "xpl-side-nav__content", "aria-label": this.label }, h("div", { key: '7e88ee25d63a9489894e54030ec5e943be803bde', class: "xpl-side-nav__section" }, h("slot", { key: '2fb0b53cd888824afcd73d1c08f35939e7729b88', name: "section" })), h("div", { key: 'ee3beba191a7633a98312f225013db4f05891388', class: "xpl-side-nav__footer" }, h("slot", { key: 'e876c45f33e5fd200cbe4a6c5ef6fcd85c43eccd', name: "nav-footer" })))), h("xpl-backdrop", { key: '74bef30e9ffb2c3d640e2cab2b2fe328b7f37c52', class: "xpl-side-nav__backdrop", onClick: this.onBackdropClick })));
20945
20897
  }
20946
20898
  get el() { return getElement(this); }
20947
20899
  static get watchers() { return {
@@ -21057,14 +21009,14 @@ const SideNavItem = class {
21057
21009
  expanded: this.expanded,
21058
21010
  selected: this.selected,
21059
21011
  };
21060
- return (h(Host, { key: 'd20950311a1dd97fff43eac3908a64a43aa2a332', class: {
21012
+ return (h(Host, { key: '9aa4038c1fd52b62a0ea393b4cd60f94dc299beb', class: {
21061
21013
  'xpl-side-nav-item': true,
21062
21014
  'xpl-side-nav-item--link-disabled': this.link && this.disabled,
21063
21015
  } }, this.link ? (h("slot", null)) : (h("button", { type: "button", class: buttonClass, "aria-current": this.selected ? 'page' : undefined, "aria-expanded": this.hasChildren ? (this.expanded ? 'true' : 'false') : undefined, onClick: this.handleClick, disabled: this.disabled }, h("span", { class: "xpl-side-nav-item__leading" }, h("slot", { name: "leading" }, this.icon ? (h("xpl-icon", { icon: this.icon, size: 16 })) : null)), h("span", { class: "xpl-side-nav-item__label" }, (_a = this.label) !== null && _a !== void 0 ? _a : ''), (this.hasTrailingSlot || this.hasChildren) && (h("span", { class: {
21064
21016
  'xpl-side-nav-item__trailing': true,
21065
21017
  'xpl-side-nav-item__trailing--chevron': showAutoChevron,
21066
21018
  expanded: showAutoChevron && this.expanded,
21067
- }, "aria-hidden": showAutoChevron ? 'true' : undefined }, h("slot", { name: "trailing" }, showAutoChevron ? (h("xpl-icon", { icon: this.expanded ? 'chevron-up' : 'chevron-down', size: 16 })) : null))))), this.hasChildren && !this.link && (h("div", { key: 'b3aa86bdacae535dae31b93fa6f5013614f682bc', class: `xpl-side-nav-item__children ${this.expanded ? 'expanded' : ''}`, inert: !this.expanded ? true : undefined }, h("div", { key: '91be28afd11a250696e003d0a8abf70f6e8b35c6', class: "xpl-side-nav-item__children-inner" }, h("slot", { key: '1536a898b39fd1f30c26d9d71f79726e377ee8f2' }))))));
21019
+ }, "aria-hidden": showAutoChevron ? 'true' : undefined }, h("slot", { name: "trailing" }, showAutoChevron ? (h("xpl-icon", { icon: this.expanded ? 'chevron-up' : 'chevron-down', size: 16 })) : null))))), this.hasChildren && !this.link && (h("div", { key: '3e8f5a31a9d65ba35b699cee901795f733a915d9', class: `xpl-side-nav-item__children ${this.expanded ? 'expanded' : ''}`, inert: !this.expanded ? true : undefined }, h("div", { key: '30d431f2d0cc3286421815e1fe0b43b59cbb56a2', class: "xpl-side-nav-item__children-inner" }, h("slot", { key: 'b5e24e70a35121b27a853d5178017927ebbf4baf' }))))));
21068
21020
  }
21069
21021
  get el() { return getElement(this); }
21070
21022
  static get watchers() { return {
@@ -21084,7 +21036,7 @@ const Skeleton = class {
21084
21036
  this.size = 'custom';
21085
21037
  }
21086
21038
  render() {
21087
- return (h(Host, { key: '2cb86d68bd14f87ab1a6467716ec456cc1bfd6a2', class: {
21039
+ return (h(Host, { key: '6d2a1a9164bb1568663b944f3f4ea66517256528', class: {
21088
21040
  'xpl-skeleton': true,
21089
21041
  [`xpl-skeleton--shape-${this.shape}`]: true,
21090
21042
  [`xpl-skeleton--size-${this.size}`]: true,
@@ -21127,7 +21079,7 @@ const Slideout = class {
21127
21079
  this.handleScroll();
21128
21080
  }
21129
21081
  render() {
21130
- return (h(Host, { key: 'f42f8f576d4e8387511d0cd5e5a24913606dce5e', class: "xpl-slideout" }, this.backdrop && this.isOpen && (h("xpl-backdrop", { key: '5e80a7f340487ee653d266edc8d7cbd7a1ae5a52', onClick: this.handleClose })), h("aside", { key: 'beb647a98119f53d01a911af9df5ea97babad7c1', class: `slideout slideout--${!this.isOpen && 'closed'}` }, h("header", { key: 'ef3ba3c61fd5542696c271d0d3d3d40214a2605e', class: "header" }, h("div", { key: 'ed343a1553fb5da4d5db9f6a746f89eadf258f68', class: "title" }, h("slot", { key: '0793234025cb9ed92e45805f74ad85928c71f585', name: "title" }), h("xpl-button", { key: 'b9049478a5ac330b6439fc5a71440db634d51b5e', class: "close-button", "icon-only": true, size: "sm", variant: "tertiary", onClick: this.handleClose }, h("xpl-icon", { key: '1dad5a0fc6d0b1888a450639b9f40d694b9942db', icon: "x" }))), h("div", { key: 'c5f3f124e81ce4b916af4dd114c8ce9b45d567c7', class: "subtitle" }, h("slot", { key: '41d10f0742562a8dc824b45b2987d45dda76abb4', name: "subtitle" })), h("div", { key: '5a60f3f9e9c5fd86d8262f47eea7b83f64e149a2', class: "search" }, h("slot", { key: '80f950ece315afe975aed51ac8a10804670eb8fe', name: "search" }))), h("xpl-divider", { key: '02e53e01c2f148c8bbd54b086bac669ee65014ba', tier: 0, class: "divider top" }), h("article", { key: '5425462fe1ef6104c5d8c7d5c4c892cf77349d38', class: "content", tabIndex: 0 }, h("slot", { key: '370dd088e84a33112f7f3e1c46341f521430485a', name: "content" })), this.showFooter && (h("footer", { key: 'becd0aea10f8a35af12cedae53814b1c9db92669' }, h("xpl-divider", { key: '5f53e23fbd9330d1b28ba705a7b9438ba098a6a7', tier: 0, class: "divider bottom" }), h("div", { key: '00c0c39b04999a12b47d5fe35bceae2ac8dc1def', class: "footer" }, h("slot", { key: '024d1c72ac7ab44b93608020ef20619b504d6725', name: "tertiary" }), h("slot", { key: '199910e96905946e393fcd600ddc7878701be5fb', name: "secondary" }), h("slot", { key: '55f351a5bb4c18833c5db4408ce01b01c1853fe3', name: "primary" })))))));
21082
+ return (h(Host, { key: '2784d3da5b726f04552fa93289f34ff0347d3e70', class: "xpl-slideout" }, this.backdrop && this.isOpen && (h("xpl-backdrop", { key: 'b8978c6811b9d1c175bfaee2296fbcb433c048d4', onClick: this.handleClose })), h("aside", { key: '0e4357253aa004531aa86fc2f93fb1332cec089b', class: `slideout slideout--${!this.isOpen && 'closed'}` }, h("header", { key: '132170bf2c8ff6c23e6bc85bce4dc8a2aec0c5d5', class: "header" }, h("div", { key: 'a38f7f2a2da8c622a9d2ef53c370560761b87b51', class: "title" }, h("slot", { key: 'ba7b485b02bd472a4f64e067cabf5cf6ae0ad1b0', name: "title" }), h("xpl-button", { key: '9538bc33599840f7756e747c63d9717cf14a0c58', class: "close-button", "icon-only": true, size: "sm", variant: "tertiary", onClick: this.handleClose }, h("xpl-icon", { key: '6d6846794afea4053736bc67b3c0c90fb822ca96', icon: "x" }))), h("div", { key: 'da9630c9cdc8d9c3e57242c58993f5815052e684', class: "subtitle" }, h("slot", { key: 'c923c0cdae7e6f09713592e31216ec10accce39f', name: "subtitle" })), h("div", { key: 'c9fc409c7e2c14987b4df6be17d7d2c9a5906100', class: "search" }, h("slot", { key: 'b963bc05b745e55bbdc27cc4bb224af97feccdda', name: "search" }))), h("xpl-divider", { key: 'e5f9201e96ac5d6b202e3e88edfa07dacfbb3786', tier: 0, class: "divider top" }), h("article", { key: '41b424ea94bdc2577b56166f45de2b1addc3a8b4', class: "content", tabIndex: 0 }, h("slot", { key: '5d316d1981d44536af9cc5d67ef7fd20f6375ec8', name: "content" })), this.showFooter && (h("footer", { key: '3d9c2b22153b6a9057d3c40b98af97d345b9e9c1' }, h("xpl-divider", { key: '77e87834d203624cc03ff2b0cf894300c2749094', tier: 0, class: "divider bottom" }), h("div", { key: '44737714daf25a087ad2c0d8938f94ec4668b071', class: "footer" }, h("slot", { key: '2c0c7b62872fa826ef117a730c92369ba7e340f1', name: "tertiary" }), h("slot", { key: '31ac0e95189487b668b3e5c0bd8d414ab7d73f30', name: "secondary" }), h("slot", { key: 'a0dd4999caac29b546cd0526e652596937dff83b', name: "primary" })))))));
21131
21083
  }
21132
21084
  get el() { return getElement(this); }
21133
21085
  static get watchers() { return {
@@ -21964,10 +21916,10 @@ const TabPanel = class {
21964
21916
  const t = (_a = this.target) !== null && _a !== void 0 ? _a : '';
21965
21917
  const panelId = tabPanelDomId(groupId, t);
21966
21918
  const labelledBy = tabTriggerId(groupId, t);
21967
- return (h(Host, { key: '90f81b56f9d1d482ebe9bfb3e11a9b796bdbc5d2', "aria-labelledby": labelledBy, class: {
21919
+ return (h(Host, { key: 'd1d6b910b84ee0aa483d605d10aaabf662d2efcf', "aria-labelledby": labelledBy, class: {
21968
21920
  'xpl-tab-panel': true,
21969
21921
  'xpl-tab-panel--selected': this.selected,
21970
- }, id: panelId, role: "tabpanel" }, h("slot", { key: 'b2de2e79c06bde4bde5c99cc3d91045b1e73b72e' })));
21922
+ }, id: panelId, role: "tabpanel" }, h("slot", { key: '1fe282e7372fb0353cf1c32db841269aaa3c44a9' })));
21971
21923
  }
21972
21924
  get el() { return getElement(this); }
21973
21925
  };
@@ -22102,24 +22054,24 @@ const Table = class {
22102
22054
  (!this.sortTypeArray || this.sortTypeArray.length !== this.columns.length)) {
22103
22055
  this.sortTypeArray = this.columns.map(() => null);
22104
22056
  }
22105
- return (h(Host, { key: 'b2ed918c3c434b6403fe6d18619d0a1a5bf864bf' }, h("div", { key: 'd55accaecba09869f07dcc7030eca5cc1175dd95', class: "xpl-table-container", onScroll: this.onScroll, ref: (el) => {
22057
+ return (h(Host, { key: 'feca62966731c111adc18988af07bd269dd63868' }, h("div", { key: 'b585fe5b3161eb7763e4292a7015fb3209a3fa90', class: "xpl-table-container", onScroll: this.onScroll, ref: (el) => {
22106
22058
  this.container = el;
22107
- } }, h("table", { key: '6406b92ee6717c80f5f363110fda38fa5bbe61ff', class: {
22059
+ } }, h("table", { key: '37930d45de6739b43ff6d541d46d7f960d922716', class: {
22108
22060
  'xpl-table': true,
22109
22061
  'xpl-table--striped': this.striped,
22110
22062
  'xpl-table--freeze': this.freeze,
22111
22063
  'xpl-table--has-scrolled': this.hasScrolled,
22112
- } }, this.columns && (h("thead", { key: '2f89526153301be4ad9ba2f2ec2dac791b4702ae' }, this.columns.map((column, i) => {
22064
+ } }, this.columns && (h("thead", { key: '40e9b8bb9cb641a2f89a63a707ecaa3a286fc99d' }, this.columns.map((column, i) => {
22113
22065
  var _a;
22114
22066
  const iconType = getIconType((_a = this.sortTypeArray) === null || _a === void 0 ? void 0 : _a[i]);
22115
22067
  const isColumnSortable = !!(this.isSortable && this.sortableColumns[i]);
22116
22068
  return (h("th", null, h("label", { onClick: (e) => this.handleSort(e, isColumnSortable, i, column.replace(/ /g, '-').toLowerCase()), class: isColumnSortable ? 'cursor-pointer' : '' }, this.multiselect && i === 0 && (h("xpl-checkbox", { checked: this.areAllSelected, indeterminate: !this.areAllSelected &&
22117
22069
  this.selected.some((a) => a), onClick: (e) => e.stopPropagation(), onCheckboxChange: (e) => this.selectAll(e), value: `select-all-${this.selectAllValue}`, "aria-label": "Select all rows" })), column, isColumnSortable && !!this.sortTypeArray[i] && (h("xpl-icon", { icon: iconType, size: 16 })))));
22118
- }))), h("tbody", { key: 'd1c762bc09191ac0b5b84ade9409d87a726f15f4' }, this.rowData.map((row, rowNum) => (h("tr", { class: this.selected && this.selected[rowNum]
22070
+ }))), h("tbody", { key: '99bc5a0fd8b91d040483cc5749490b5319097ab9' }, this.rowData.map((row, rowNum) => (h("tr", { class: this.selected && this.selected[rowNum]
22119
22071
  ? 'xpl-table-row-selected'
22120
22072
  : '' }, row.map((cell, i) => (h("td", null, this.multiselect && i === 0 ? (h("label", null, h("xpl-checkbox", { checked: !!this.selected[rowNum], onCheckboxChange: (e) => this.selectOne(e, rowNum), value: this.selectedValues.length > 0
22121
22073
  ? this.selectedValues[rowNum]
22122
- : `xpl-table-checkbox-${rowNum}`, "aria-label": `Select row ${rowNum + 1}` }), h("div", { innerHTML: cell }))) : (h("div", { innerHTML: cell }))))))))), ((_a = this.rowFooterData) === null || _a === void 0 ? void 0 : _a.length) > 0 && (h("tfoot", { key: '99e0e8cbe768f3c565d5fd6328c6e305483bf3f1' }, this.rowFooterData.map((row) => (h("tr", null, row.map((cell) => (h("td", null, h("div", { innerHTML: cell })))))))))))));
22074
+ : `xpl-table-checkbox-${rowNum}`, "aria-label": `Select row ${rowNum + 1}` }), h("div", { innerHTML: cell }))) : (h("div", { innerHTML: cell }))))))))), ((_a = this.rowFooterData) === null || _a === void 0 ? void 0 : _a.length) > 0 && (h("tfoot", { key: '404659d5846461f017e974786ec359473be0a7b6' }, this.rowFooterData.map((row) => (h("tr", null, row.map((cell) => (h("td", null, h("div", { innerHTML: cell })))))))))))));
22123
22075
  }
22124
22076
  get el() { return getElement(this); }
22125
22077
  static get watchers() { return {
@@ -22455,11 +22407,11 @@ const Tabs = class {
22455
22407
  }
22456
22408
  render() {
22457
22409
  const isSegment = this.type === 'segment';
22458
- return (h(Host, { key: 'a030a35038572d70f3fb2b979adbaa56d77a1d49', class: {
22410
+ return (h(Host, { key: '712b11ca22e287b8e981c327d1793fbc627c8508', class: {
22459
22411
  'xpl-tabs': true,
22460
22412
  'xpl-tabs--full-width': this.fullWidth,
22461
22413
  'xpl-tabs--segment': isSegment,
22462
- }, "data-choices-tick": this.choicesTick }, h("xpl-select", { key: '8260974c68020dea475f6e0780c766abfca94fda', classNames: this.mobileSelectClassNames(), choices: this.renderChoices(), disabled: this.disabled, selectedValues: this.selectedValue, onDropdownStateChange: (event) => {
22414
+ }, "data-choices-tick": this.choicesTick }, h("xpl-select", { key: 'ca013d1c4848a13e3210e3e010f90969a70b609f', classNames: this.mobileSelectClassNames(), choices: this.renderChoices(), disabled: this.disabled, selectedValues: this.selectedValue, onDropdownStateChange: (event) => {
22463
22415
  if (event.detail) {
22464
22416
  this.isMobileSelectChange = true;
22465
22417
  }
@@ -22470,17 +22422,17 @@ const Tabs = class {
22470
22422
  this.tabChange.emit(selectedValue);
22471
22423
  this.isMobileSelectChange = false;
22472
22424
  }
22473
- } }), h("nav", { key: '73a1e4ad4830b9b22b4eee00bad5793705cf3ac3', "aria-orientation": "horizontal", class: "xpl-tabs__headings", role: "tablist", ref: (el) => {
22425
+ } }), h("nav", { key: 'bbabd600ae5e210b7a3e9cfa9c5938f12ee14e1d', "aria-orientation": "horizontal", class: "xpl-tabs__headings", role: "tablist", ref: (el) => {
22474
22426
  this.headingsContainerRef = el;
22475
22427
  }, onTabChange: (event) => {
22476
22428
  event.stopPropagation();
22477
22429
  this.isMobileSelectChange = false;
22478
22430
  this.handleTabChange(event.detail);
22479
22431
  this.tabChange.emit(event.detail);
22480
- } }, !isSegment && (h("div", { key: '8008620a99470824fe61ea535fb46a3dea75afc3', class: "xpl-tabs__active-bar", style: {
22432
+ } }, !isSegment && (h("div", { key: 'fe8c53716bd0fe10b02a22ac3df643aa6627303d', class: "xpl-tabs__active-bar", style: {
22481
22433
  transform: `translateX(${this.activeBarPosition.left}px)`,
22482
22434
  width: `${this.activeBarPosition.width}px`,
22483
- } })), h("slot", { key: 'be53fe549e5b9c887ad90cbafcc8f95631361fee', name: "heading" })), h("div", { key: 'd97b138b5fcb0207684698752ec72c1dcd9464a3', class: "xpl-tabs__panels" }, h("slot", { key: 'fe40edbf2c9f20d02d75ab62a142e7df04ef0afd', name: "panel" }))));
22435
+ } })), h("slot", { key: '8a1232936ec72a91e4fcd57f1f35f598a337dd99', name: "heading" })), h("div", { key: '2ef4b61b894a326bc370a1c7631308b8b13261b5', class: "xpl-tabs__panels" }, h("slot", { key: '28c9ccce6482c7cbe9ee46960c65bd59aaacb4b9', name: "panel" }))));
22484
22436
  }
22485
22437
  get el() { return getElement(this); }
22486
22438
  static get watchers() { return {
@@ -22626,7 +22578,7 @@ const Tag = class {
22626
22578
  }
22627
22579
  render() {
22628
22580
  const dragEnabled = this.isDraggable && !this.disabled;
22629
- return (h(Host, { key: '13a500c63b29cb19a53e2abb69f86f62164d79d2', class: {
22581
+ return (h(Host, { key: '4b8228da443d411561306e790333d676fc3907e3', class: {
22630
22582
  'xpl-tag': true,
22631
22583
  'xpl-tag-container': true,
22632
22584
  'xpl-tag--disabled': this.disabled,
@@ -22634,7 +22586,7 @@ const Tag = class {
22634
22586
  'xpl-tag--dragging': this.isDragging,
22635
22587
  'xpl-tag--draggable': dragEnabled,
22636
22588
  'xpl-tag--sm': this.size === 'sm',
22637
- }, onDragOver: dragEnabled ? this.handleDragOver : undefined, onDragEnter: dragEnabled ? this.handleDragEnter : undefined, onDragStart: this.isDraggable ? this.handleHostDragStart : undefined }, dragEnabled ? (h("div", { class: "xpl-tag__content xpl-tag", role: "button", tabIndex: 0, draggable: true, "aria-grabbed": String(this.isDragging), onClick: this.handleTagClick, onKeyDown: this.handleContentKeyDown, onDragStart: this.handleDragStart, onDragEnd: this.handleDragEnd }, h("slot", null))) : (h("button", { class: "xpl-tag__content xpl-tag", type: "button", disabled: this.disabled, onClick: this.handleTagClick }, h("slot", null))), this.dismissible && (h("button", { key: 'ceb929c98cb7a66390cf1c09b32535696e4d2b04', class: "xpl-tag__dismiss xpl-tag__close", type: "button", draggable: false, disabled: this.disabled, "aria-label": `Dismiss ${this.dismissAriaLabelSuffix}`, onClick: this.handleDismissClick }, h("xpl-icon", { key: '8a5a6f13014334fee2193703674bdfd49710a265', icon: "xmark", size: 10 })))));
22589
+ }, onDragOver: dragEnabled ? this.handleDragOver : undefined, onDragEnter: dragEnabled ? this.handleDragEnter : undefined, onDragStart: this.isDraggable ? this.handleHostDragStart : undefined }, dragEnabled ? (h("div", { class: "xpl-tag__content xpl-tag", role: "button", tabIndex: 0, draggable: true, "aria-grabbed": String(this.isDragging), onClick: this.handleTagClick, onKeyDown: this.handleContentKeyDown, onDragStart: this.handleDragStart, onDragEnd: this.handleDragEnd }, h("slot", null))) : (h("button", { class: "xpl-tag__content xpl-tag", type: "button", disabled: this.disabled, onClick: this.handleTagClick }, h("slot", null))), this.dismissible && (h("button", { key: 'bf634c6b75d1cd2eaadff8e4459b74a097e3f221', class: "xpl-tag__dismiss xpl-tag__close", type: "button", draggable: false, disabled: this.disabled, "aria-label": `Dismiss ${this.dismissAriaLabelSuffix}`, onClick: this.handleDismissClick }, h("xpl-icon", { key: 'fb37896890c9afb56c02a3ff4e62f096c416a569', icon: "xmark", size: 10 })))));
22638
22590
  }
22639
22591
  get el() { return getElement(this); }
22640
22592
  static get watchers() { return {
@@ -22684,9 +22636,9 @@ const Toast = class {
22684
22636
  }
22685
22637
  render() {
22686
22638
  var _a;
22687
- return (h(Host, { key: '8b53818d7882160ab13ba700520c2c54f3d0b630', class: `xpl-toast xpl-toast--${this.variant}`, onAnimationEnd: this.handleAnimationEnd }, h("div", { key: '6cc47a618684dacf1031bdacfc6cb9134db659e1', class: "xpl-toast__left" }, this.showIcon && (h("div", { key: '2360e3bb5d173d97fb63e3ff2069ef6ac53f2a7d', class: `xpl-toast__icon xpl-toast__icon--${this.variant}` }, this.getIcon())), h("div", { key: 'e4c318a21bf17d951deade92c9288791b6664a4f', class: "xpl-toast__notification" }, h("p", { key: '6697407277294d71106c9429f5822966572c1f06', class: "xpl-toast__title" }, h("slot", { key: '108769cc76b1ed7b42ad436885831d9e7fd4412f', name: "title" })), this.caption !== '' && (h("p", { key: '7570a85eaebbd9c236841541557324b45c86dab6', class: "xpl-toast__caption" }, (_a = this.caption) === null || _a === void 0 ? void 0 : _a.substring(0, 85))))), h("div", { key: 'b5f98b93c56f877d6c749c82550aad3b86bb3786', class: "xpl-toast__action", ref: (el) => {
22639
+ return (h(Host, { key: 'c9abdb6db66a9dad0d6ed3d2e6d178ea34852c86', class: `xpl-toast xpl-toast--${this.variant}`, onAnimationEnd: this.handleAnimationEnd }, h("div", { key: '7057e31e0f25dab1ba8b093f1dca15e6f08c44e4', class: "xpl-toast__left" }, this.showIcon && (h("div", { key: '7875c518753729ae39a7bb9f2051751924a0d558', class: `xpl-toast__icon xpl-toast__icon--${this.variant}` }, this.getIcon())), h("div", { key: 'e38c7d0593c16f3dfa83bc4e521f89ee644b46d4', class: "xpl-toast__notification" }, h("p", { key: '8186437158381780554d2509a806704c52450f8c', class: "xpl-toast__title" }, h("slot", { key: '0aa8df0520c33b4576acfb1ad4750a72928b94d5', name: "title" })), this.caption !== '' && (h("p", { key: '3a4ce8f73e498373344b8b692e624f177212a70a', class: "xpl-toast__caption" }, (_a = this.caption) === null || _a === void 0 ? void 0 : _a.substring(0, 85))))), h("div", { key: '636ff5b9476cea09d21b97f3e1b78860a6f10669', class: "xpl-toast__action", ref: (el) => {
22688
22640
  this.actionSlot = el;
22689
- } }, h("slot", { key: 'c2007b4a30836c3a1b071539029c1290875bdd2c', name: "action" })), this.dismissable && (h("div", { key: 'f0706d95d8091beb32dfbe1535ebbdfb1ce9a018', class: "xpl-toast__close" }, h("button", { key: 'b1415be4d68035d21857f688f16558470cca2f81', tabIndex: 0, onClick: this.dismiss }, h("xpl-icon", { key: '61ba3accb69a2637190b5ee3a4f7105fdf896af7', icon: "x" }))))));
22641
+ } }, h("slot", { key: '733bc27fba998cdbb97cc1124d8449b539a0fc21', name: "action" })), this.dismissable && (h("div", { key: '8f555e8a02c8aed5095ab659a792e19c242dae98', class: "xpl-toast__close" }, h("button", { key: 'ca64c6cb98c4cda5d2dab208afef54db4832e103', tabIndex: 0, onClick: this.dismiss }, h("xpl-icon", { key: 'bf00f852ecffd16504a8ec95f3f6630b1aa569c9', icon: "x" }))))));
22690
22642
  }
22691
22643
  get el() { return getElement(this); }
22692
22644
  };
@@ -22700,7 +22652,7 @@ const Tooltip = class {
22700
22652
  this.hideArrow = false;
22701
22653
  }
22702
22654
  render() {
22703
- return (h(Host, { key: 'c060588959e22e35117e15925ed57e951b4fe51d' }, h("div", { key: '69572a540e2dcf3c819a2af20b6e900ea8d483c9', class: "xpl-tooltip-container" }, h("slot", { key: 'b767815cc05aec2ce3e3f0411602659d142ce64f' }), h("div", { key: 'eb80138e423992a8b5f8f823029f1a57993e5355', class: `xpl-tooltip xpl-tooltip--${this.position}` }, this.text, !this.hideArrow && (h("div", { key: '01c556ac6491bca26550dd1dc34689ff09e2d418', class: "xpl-tooltip-arrow" }, h(TooltipArrow, { key: '8844c7e4b28132fc8a11c1a9ce6920061ae741b4' })))))));
22655
+ return (h(Host, { key: '9890dea245d2fbd24c67fea6e39ce3430ffc8d81' }, h("div", { key: '0930c7ee1f0e1f6a625f41e34f31d2432fdff7eb', class: "xpl-tooltip-container" }, h("slot", { key: '3b9a8aebce020a13f3d7ef624b59c06e55398907' }), h("div", { key: '50fe33b8bef96df08899b449065558ea8f2ed820', class: `xpl-tooltip xpl-tooltip--${this.position}` }, this.text, !this.hideArrow && (h("div", { key: '53668e28af956a2293c36eb4991782aee8542378', class: "xpl-tooltip-arrow" }, h(TooltipArrow, { key: 'ebbbf0e6b2a848af99d14ddecdb70723bff5181b' })))))));
22704
22656
  }
22705
22657
  };
22706
22658
 
@@ -22757,6 +22709,7 @@ const TopNav = class {
22757
22709
  this.open = !this.open;
22758
22710
  this.navOpen.emit(this.open);
22759
22711
  if (wasOpen && !this.open) {
22712
+ this.resetMobileCascade();
22760
22713
  this.focusNavControlAfterClose();
22761
22714
  }
22762
22715
  };
@@ -22916,6 +22869,10 @@ const TopNav = class {
22916
22869
  removeDocEscapeListener() {
22917
22870
  this.el.ownerDocument.removeEventListener('keydown', this.onDocKeyDownEscape, false);
22918
22871
  }
22872
+ resetMobileCascade() {
22873
+ const openItem = this.el.querySelector('.xpl-top-nav__left-primary > xpl-top-nav-item.xpl-top-nav-item--dropdown-open');
22874
+ openItem === null || openItem === void 0 ? void 0 : openItem.closeMenu().catch(() => undefined);
22875
+ }
22919
22876
  scheduleSlotContentSyncFromObserver() {
22920
22877
  if (this.deferredSlotContentObserverSyncTimeoutId !== undefined) {
22921
22878
  clearTimeout(this.deferredSlotContentObserverSyncTimeoutId);
@@ -22939,12 +22896,13 @@ const TopNav = class {
22939
22896
  const wasOpen = this.open;
22940
22897
  this.open = false;
22941
22898
  if (wasOpen && !this.navControl) {
22899
+ this.resetMobileCascade();
22942
22900
  this.navOpen.emit(false);
22943
22901
  }
22944
22902
  }
22945
22903
  render() {
22946
22904
  var _a, _b, _c, _d;
22947
- return (h(Host, { key: '6b22351e62f90d5fec04c0dafa5208d9a495b67b', class: {
22905
+ return (h(Host, { key: 'a1556bcc2dfc2d35b9b9540a3f0e0d162d547923', class: {
22948
22906
  'xpl-top-nav': true,
22949
22907
  'xpl-top-nav--nav-control': Boolean(this.navControl),
22950
22908
  'xpl-top-nav--open': this.open,
@@ -22952,15 +22910,15 @@ const TopNav = class {
22952
22910
  'xpl-top-nav--has-brand': this.hasBrand,
22953
22911
  'xpl-top-nav--has-user-menu': this.hasUserMenu,
22954
22912
  dark: true,
22955
- } }, h("nav", { key: '5f29a00b93b1affda6aaf900e42cc6ff33f1b90c', "aria-label": (_a = this.label) !== null && _a !== void 0 ? _a : 'top-navigation-bar', class: "xpl-top-nav__bar" }, h("div", { key: 'fbe9cb0b1bc7d9bf9be1f04e64cb93ff24866879', class: "xpl-top-nav__inner-left" }, this.navControl && (h("button", { key: 'b22532e39a57f9a250617aa09e6e0dde6dfeb9e5', type: "button", class: "xpl-top-nav__nav-control", "aria-expanded": this.open ? 'true' : 'false', "aria-label": this.open ? 'Close navigation menu' : 'Open navigation menu', onClick: this.onNavToggle }, h("xpl-icon", { key: 'a9f7dbb6287d3e11ea5b839bedb8d808c67bcd8e', class: "xpl-top-nav__control-icon", icon: "menu", size: 20 }))), this.hasBrand && (h("div", { key: 'c702fc39d186f37901c8c6b4e5d378eaee2faa99', class: "xpl-top-nav__brand-bar" }, h("xpl-top-nav-item", { key: '980b470563ee3d4e3e388cd089622041f307cd0b', class: "xpl-top-nav__brand", href: this.brandHref, onNavItemClick: this.onBrandNavItemClick }, ((_b = this.brandLogo) === null || _b === void 0 ? void 0 : _b.trim()) ? (h("img", { class: "xpl-top-nav__brand-logo", src: this.brandLogo, alt: ((_c = this.brandName) === null || _c === void 0 ? void 0 : _c.trim())
22913
+ } }, h("nav", { key: '5531a9157af00cbd8b8d5459801ae00337c5e4ec', "aria-label": (_a = this.label) !== null && _a !== void 0 ? _a : 'top-navigation-bar', class: "xpl-top-nav__bar" }, h("div", { key: '5257bb97f7c388358820ae85e872644666538304', class: "xpl-top-nav__inner-left" }, this.navControl && (h("button", { key: '8e8acb60ee8cac9bf84bb559444fbdcfcee13a10', type: "button", class: "xpl-top-nav__nav-control", "aria-expanded": this.open ? 'true' : 'false', "aria-label": this.open ? 'Close navigation menu' : 'Open navigation menu', onClick: this.onNavToggle }, h("xpl-icon", { key: '7bafdf086e9df7d4a2333ea9d2fed86de8466912', class: "xpl-top-nav__control-icon", icon: "menu", size: 32 }))), this.hasBrand && (h("div", { key: '39fc108bfb4b30a98bc06ca8d12331527708d3ef', class: "xpl-top-nav__brand-bar" }, h("xpl-top-nav-item", { key: '7c951eb3c0e349170bb017f6e1d375f3b328653f', class: "xpl-top-nav__brand", href: this.brandHref, onNavItemClick: this.onBrandNavItemClick }, ((_b = this.brandLogo) === null || _b === void 0 ? void 0 : _b.trim()) ? (h("img", { class: "xpl-top-nav__brand-logo", src: this.brandLogo, alt: ((_c = this.brandName) === null || _c === void 0 ? void 0 : _c.trim())
22956
22914
  ? this.brandName.trim()
22957
- : 'Brand' })) : this.brandLogoSlotPresent ? (h("span", { class: "xpl-top-nav__brand-logo-slot" }, h("slot", { name: "brand-logo" }))) : null, ((_d = this.brandName) === null || _d === void 0 ? void 0 : _d.trim()) ? (h("span", { class: "xpl-top-nav__brand-name" }, this.brandName.trim())) : null))), h("div", { key: '0740be056833bd15c798a44c5c3dbe80ed5e15fd', class: {
22915
+ : 'Brand' })) : this.brandLogoSlotPresent ? (h("span", { class: "xpl-top-nav__brand-logo-slot" }, h("slot", { name: "brand-logo" }))) : null, ((_d = this.brandName) === null || _d === void 0 ? void 0 : _d.trim()) ? (h("span", { class: "xpl-top-nav__brand-name" }, this.brandName.trim())) : null))), h("div", { key: '16fa404db5c59741ec4a4c8c92c6f43f7502e906', class: {
22958
22916
  'xpl-top-nav__aside': true,
22959
22917
  'xpl-nav-left': true,
22960
- } }, h("div", { key: 'ff4f4534944dc54df40c289e65a4ab7d75bd572e', class: "xpl-top-nav__left-primary", role: "list" }, h("slot", { key: 'fdec30ffc838d7e73788932aa6fef46fac2fe0ab', name: "left-aside" })))), h("div", { key: '69d5b669744ff3aeb0c4316f4d5b27b9c461652f', class: {
22918
+ } }, h("div", { key: 'd5421d83454aadb4252cc244b24c9d3bf9881c69', class: "xpl-top-nav__left-primary", role: "list" }, h("slot", { key: 'c95fcd2f6365dbc03ee4e4e99db15e3460fd5358', name: "left-aside" })))), h("div", { key: 'fa5afd226b5eed1468ef066fba956852f7f0d65d', class: {
22961
22919
  'xpl-top-nav__aside': true,
22962
22920
  'xpl-nav-right': true,
22963
- } }, h("div", { key: '7ae70d39f31243b77f09af7b0e4327d0bb1b1dfd', class: "xpl-nav-right__list" }, h("div", { key: '7bafc8eab226ba0ff77ae98281d4665eb6b75fbe', class: "xpl-top-nav__right-rail" }, h("div", { key: '9914028435faebbd3d539d763b71500643017ebc', class: "xpl-top-nav__right-lead" }, h("slot", { key: '974117684ec371dc87264bfbc0da5e456adeec9b', name: "right-aside" })), this.hasUserMenu ? (h("div", { class: "xpl-top-nav__right-user" }, h("xpl-popover", { class: "xpl-top-nav__user-popover dark", position: "bottom-end", display: "menu" }, this.userMenuTriggerSlotPresent ? (h("slot", { name: "user-menu-trigger", slot: "trigger" })) : this.usesBuiltInChildAccountTrigger ? (h("xpl-button", { slot: "trigger", class: "xpl-top-nav__child-account-trigger", type: "button", variant: "tertiary", icon: "chevron-down", iconPosition: "end", iconOnly: this.childAccountLabelText.length === 0, "aria-haspopup": "dialog", "aria-label": this.childAccountLabelText.length > 0
22921
+ } }, h("div", { key: 'd84a6fc492147429d725b49681637a203fc36c35', class: "xpl-nav-right__list" }, h("div", { key: '63ef2b0eddef28da05d172bb05b2edd64ad173dd', class: "xpl-top-nav__right-rail" }, h("div", { key: '3ead1c8076e1ed51283ec6251c4ed252835457e3', class: "xpl-top-nav__right-lead" }, h("slot", { key: '8076be6d9d726a2b380f41077d114b37cdfe15e9', name: "right-aside" })), this.hasUserMenu ? (h("div", { class: "xpl-top-nav__right-user" }, h("xpl-popover", { class: "xpl-top-nav__user-popover dark", position: "bottom-end", display: "menu" }, this.userMenuTriggerSlotPresent ? (h("slot", { name: "user-menu-trigger", slot: "trigger" })) : this.usesBuiltInChildAccountTrigger ? (h("xpl-button", { slot: "trigger", class: "xpl-top-nav__child-account-trigger", type: "button", variant: "tertiary", icon: "chevron-down", iconPosition: "end", iconOnly: this.childAccountLabelText.length === 0, "aria-haspopup": "dialog", "aria-label": this.childAccountLabelText.length > 0
22964
22922
  ? undefined
22965
22923
  : 'Open account menu' }, this.childAccountLabelText.length > 0
22966
22924
  ? this.childAccountLabelText
@@ -22974,40 +22932,60 @@ const TopNav = class {
22974
22932
  }; }
22975
22933
  };
22976
22934
 
22935
+ const TOP_NAV_ITEM_HOVER_OPEN_MQ = '(hover: hover) and (pointer: fine) and (min-width: 768px)';
22936
+ const TOP_NAV_ITEM_HOVER_CLOSE_DELAY_MS = 150;
22937
+
22938
+ const TIMER = {
22939
+ hasDropdownSync: 'hasDropdownSync',
22940
+ postRender: 'postRender',
22941
+ focusTriggerAfterEscape: 'focusTriggerAfterEscape',
22942
+ hoverClose: 'hoverClose',
22943
+ };
22977
22944
  const TopNavItem = class {
22978
22945
  constructor(hostRef) {
22979
22946
  registerInstance(this, hostRef);
22980
22947
  this.navItemClick = createEvent(this, "navItemClick", 7);
22948
+ this.openChange = createEvent(this, "openChange", 7);
22949
+ this.dropdownPanelId = `xpl-top-nav-item-dropdown-${Math.random().toString(36).slice(2, 11)}`;
22950
+ this.hoverOpened = false;
22951
+ this.timers = new TimerManager();
22952
+ this.hasActiveDescendant = false;
22981
22953
  this.hasDropdown = false;
22954
+ this.isLeadingIconSlotPresent = false;
22982
22955
  this.hostListitemRole = false;
22983
- this.open = false;
22956
+ this.isTrailingIconSlotPresent = false;
22984
22957
  this.active = false;
22985
22958
  this.icon = '';
22959
+ this.open = false;
22960
+ this.openMode = 'click';
22986
22961
  this.selected = false;
22987
22962
  this.onDocClickCapture = (e) => {
22988
- if (!this.hasDropdown || !this.open) {
22963
+ if (!this.hasDropdown || !this.open)
22989
22964
  return;
22990
- }
22991
22965
  const target = e.target;
22992
22966
  if (target && !this.el.contains(target)) {
22993
22967
  this.open = false;
22994
22968
  }
22995
22969
  };
22996
22970
  this.onDocKeyDownCapture = (e) => {
22997
- if (!this.hasDropdown || !this.open) {
22971
+ if (!this.hasDropdown || !this.open)
22998
22972
  return;
22999
- }
23000
22973
  if (e.key === 'Escape') {
23001
22974
  e.preventDefault();
23002
22975
  e.stopPropagation();
23003
22976
  this.open = false;
22977
+ this.focusTriggerAfterEscape();
23004
22978
  }
23005
22979
  };
23006
22980
  this.handleClick = (e) => {
23007
22981
  if (this.hasDropdown) {
23008
22982
  e.preventDefault();
23009
22983
  e.stopPropagation();
23010
- this.broadcastCloseOtherDropdownHosts();
22984
+ this.timers.clearCoalesced(TIMER.hoverClose);
22985
+ if (this.open && this.hoverOpened && this.hoverModeActive() && e.detail > 0) {
22986
+ return;
22987
+ }
22988
+ this.hoverOpened = false;
23011
22989
  this.open = !this.open;
23012
22990
  return;
23013
22991
  }
@@ -23015,44 +22993,58 @@ const TopNavItem = class {
23015
22993
  };
23016
22994
  this.handleKeyDown = (e) => {
23017
22995
  const isLinkMode = this.href != null && !this.hasDropdown;
23018
- if (isLinkMode) {
23019
- if (e.key === 'Enter') {
23020
- return;
23021
- }
23022
- if (e.key === ' ') {
23023
- e.preventDefault();
23024
- const anchor = this.el.querySelector('.xpl-top-nav-item__inner');
23025
- anchor === null || anchor === void 0 ? void 0 : anchor.click();
23026
- return;
23027
- }
22996
+ if (isLinkMode && e.key === ' ') {
22997
+ e.preventDefault();
22998
+ const anchor = this.el.querySelector('.xpl-top-nav-item__inner');
22999
+ anchor === null || anchor === void 0 ? void 0 : anchor.click();
23028
23000
  }
23029
- if (e.key !== 'Enter' && e.key !== ' ')
23001
+ };
23002
+ this.handleMouseEnter = () => {
23003
+ if (!this.hasDropdown || !this.hoverModeActive()) {
23030
23004
  return;
23031
- e.preventDefault();
23032
- this.handleClick(this.syntheticActivationClickFromKeyboard(e));
23005
+ }
23006
+ this.timers.clearCoalesced(TIMER.hoverClose);
23007
+ if (!this.open) {
23008
+ this.hoverOpened = true;
23009
+ this.open = true;
23010
+ }
23011
+ };
23012
+ this.handleMouseLeave = () => {
23013
+ if (!this.hasDropdown || !this.open || !this.hoverOpened) {
23014
+ return;
23015
+ }
23016
+ this.timers.scheduleCoalesced(TIMER.hoverClose, () => {
23017
+ if (!this.hoverOpened || this.el.contains(this.el.ownerDocument.activeElement)) {
23018
+ return;
23019
+ }
23020
+ this.open = false;
23021
+ }, TOP_NAV_ITEM_HOVER_CLOSE_DELAY_MS);
23033
23022
  };
23034
23023
  }
23035
23024
  onHasDropdownChanged() {
23036
- if (!this.hasDropdown) {
23025
+ if (!this.hasDropdown)
23037
23026
  this.open = false;
23038
- }
23039
23027
  this.syncDropdownDocListeners();
23040
23028
  }
23029
+ onOpenChanged(next) {
23030
+ this.openChange.emit(next);
23031
+ if (!next)
23032
+ this.hoverOpened = false;
23033
+ if (next && this.hasDropdown)
23034
+ this.broadcastCloseOtherDropdownHosts();
23035
+ }
23041
23036
  connectedCallback() {
23037
+ if (typeof window !== 'undefined' && typeof window.matchMedia === 'function') {
23038
+ this.hoverOpenMq = window.matchMedia(TOP_NAV_ITEM_HOVER_OPEN_MQ);
23039
+ }
23042
23040
  this.syncHostListitemRole();
23043
23041
  this.syncHasDropdownFromDom();
23044
23042
  this.syncDropdownDocListeners();
23045
23043
  this.connectDropdownSlotObserver();
23046
23044
  }
23047
23045
  disconnectedCallback() {
23048
- if (this.deferredHasDropdownObserverSyncTimeoutId !== undefined) {
23049
- clearTimeout(this.deferredHasDropdownObserverSyncTimeoutId);
23050
- this.deferredHasDropdownObserverSyncTimeoutId = undefined;
23051
- }
23052
- if (this.deferredPostRenderTopNavItemTimeoutId !== undefined) {
23053
- clearTimeout(this.deferredPostRenderTopNavItemTimeoutId);
23054
- this.deferredPostRenderTopNavItemTimeoutId = undefined;
23055
- }
23046
+ this.timers.dispose();
23047
+ this.hoverOpenMq = undefined;
23056
23048
  this.disconnectDropdownSlotObserver();
23057
23049
  this.disconnectListitemContextObservers();
23058
23050
  const doc = this.el.ownerDocument;
@@ -23076,23 +23068,35 @@ const TopNavItem = class {
23076
23068
  this.open = false;
23077
23069
  }
23078
23070
  }
23071
+ async closeMenu() {
23072
+ if (!this.hasDropdown)
23073
+ return;
23074
+ this.open = false;
23075
+ }
23076
+ async openMenu() {
23077
+ if (!this.hasDropdown)
23078
+ return;
23079
+ this.timers.clearCoalesced(TIMER.hoverClose);
23080
+ this.hoverOpened = false;
23081
+ this.open = true;
23082
+ }
23083
+ async toggleMenu() {
23084
+ if (!this.hasDropdown)
23085
+ return;
23086
+ this.open = !this.open;
23087
+ }
23079
23088
  scheduleHasDropdownSyncFromObserver() {
23080
- if (this.deferredHasDropdownObserverSyncTimeoutId !== undefined) {
23081
- clearTimeout(this.deferredHasDropdownObserverSyncTimeoutId);
23082
- }
23083
- this.deferredHasDropdownObserverSyncTimeoutId = setTimeout(() => {
23084
- this.deferredHasDropdownObserverSyncTimeoutId = undefined;
23089
+ this.timers.scheduleCoalesced(TIMER.hasDropdownSync, () => {
23085
23090
  if (!this.el.isConnected) {
23086
23091
  return;
23087
23092
  }
23088
23093
  this.syncHasDropdownFromDom();
23089
- }, 0);
23094
+ });
23090
23095
  }
23091
23096
  connectDropdownSlotObserver() {
23092
23097
  this.disconnectDropdownSlotObserver();
23093
- if (typeof MutationObserver === 'undefined') {
23098
+ if (typeof MutationObserver === 'undefined')
23094
23099
  return;
23095
- }
23096
23100
  this.dropdownSlotObserver = new MutationObserver(() => {
23097
23101
  this.scheduleHasDropdownSyncFromObserver();
23098
23102
  });
@@ -23146,18 +23150,15 @@ const TopNavItem = class {
23146
23150
  }
23147
23151
  }
23148
23152
  schedulePostRenderTopNavItemWork() {
23149
- if (this.deferredPostRenderTopNavItemTimeoutId !== undefined) {
23150
- clearTimeout(this.deferredPostRenderTopNavItemTimeoutId);
23151
- }
23152
- this.deferredPostRenderTopNavItemTimeoutId = setTimeout(() => {
23153
- this.deferredPostRenderTopNavItemTimeoutId = undefined;
23153
+ this.timers.scheduleCoalesced(TIMER.postRender, () => {
23154
23154
  if (!this.el.isConnected) {
23155
23155
  return;
23156
23156
  }
23157
23157
  this.syncHostListitemRole();
23158
+ this.syncHasDropdownFromDom();
23158
23159
  this.connectListitemContextObservers();
23159
23160
  this.connectDropdownSlotObserver();
23160
- }, 0);
23161
+ });
23161
23162
  }
23162
23163
  syncDropdownDocListeners() {
23163
23164
  const doc = this.el.ownerDocument;
@@ -23169,35 +23170,54 @@ const TopNavItem = class {
23169
23170
  doc.addEventListener('click', this.onDocClickCapture, true);
23170
23171
  doc.addEventListener('keydown', this.onDocKeyDownCapture, true);
23171
23172
  }
23173
+ hasSlottedChildOwnedByThisHost(slotName) {
23174
+ return Array.from(this.el.querySelectorAll(`[slot="${slotName}"]`)).some((node) => node.closest('xpl-top-nav-item') === this.el);
23175
+ }
23172
23176
  syncHasDropdownFromDom() {
23173
- this.hasDropdown = !!this.el.querySelector('[slot="dropdown"]');
23177
+ const nextHasDropdown = this.el.querySelector('[slot="dropdown"]') != null;
23178
+ if (nextHasDropdown !== this.hasDropdown) {
23179
+ this.hasDropdown = nextHasDropdown;
23180
+ }
23181
+ const nextLeading = this.hasSlottedChildOwnedByThisHost('leading-icon');
23182
+ if (nextLeading !== this.isLeadingIconSlotPresent) {
23183
+ this.isLeadingIconSlotPresent = nextLeading;
23184
+ }
23185
+ const nextTrailing = this.hasSlottedChildOwnedByThisHost('trailing-icon');
23186
+ if (nextTrailing !== this.isTrailingIconSlotPresent) {
23187
+ this.isTrailingIconSlotPresent = nextTrailing;
23188
+ }
23189
+ const nextActiveDescendant = nextHasDropdown
23190
+ ? this.el.querySelector('[slot="dropdown"] .xpl-top-nav-item--active') !== null ||
23191
+ this.el.querySelector('[slot="dropdown"] .xpl-top-nav-item--selected') !== null
23192
+ : false;
23193
+ if (nextActiveDescendant !== this.hasActiveDescendant) {
23194
+ this.hasActiveDescendant = nextActiveDescendant;
23195
+ }
23174
23196
  }
23175
23197
  getNavDropdownBroadcastRoot() {
23176
- var _a, _b;
23177
- return ((_b = (_a = this.el.closest('xpl-top-nav')) !== null && _a !== void 0 ? _a : this.el.closest('xpl-nav-header-menu')) !== null && _b !== void 0 ? _b : this.el.ownerDocument);
23198
+ var _a, _b, _c;
23199
+ return ((_c = (_b = (_a = this.el.closest('xpl-top-nav-menu')) !== null && _a !== void 0 ? _a : this.el.closest('xpl-nav-header-menu')) !== null && _b !== void 0 ? _b : this.el.closest('xpl-top-nav')) !== null && _c !== void 0 ? _c : this.el.ownerDocument);
23178
23200
  }
23179
23201
  broadcastCloseOtherDropdownHosts() {
23180
23202
  const root = this.getNavDropdownBroadcastRoot();
23181
23203
  root.querySelectorAll('xpl-top-nav-item').forEach((host) => {
23182
- if (host === this.el) {
23204
+ if (host === this.el || host.parentElement !== this.el.parentElement) {
23183
23205
  return;
23184
23206
  }
23185
23207
  host.dispatchEvent(new CustomEvent('_xplCloseNavDropdown', { bubbles: false }));
23186
23208
  });
23187
23209
  }
23188
- syntheticActivationClickFromKeyboard(e) {
23189
- var _a;
23190
- const inner = this.el.querySelector('.xpl-top-nav-item__inner');
23191
- const rect = inner === null || inner === void 0 ? void 0 : inner.getBoundingClientRect();
23192
- const cx = rect ? rect.left + rect.width / 2 : 0;
23193
- const cy = rect ? rect.top + rect.height / 2 : 0;
23194
- return new MouseEvent('click', {
23195
- bubbles: true,
23196
- cancelable: true,
23197
- button: 0,
23198
- clientX: cx,
23199
- clientY: cy,
23200
- view: (_a = e.view) !== null && _a !== void 0 ? _a : undefined,
23210
+ hoverModeActive() {
23211
+ var _a, _b;
23212
+ return this.openMode === 'hover' && ((_b = (_a = this.hoverOpenMq) === null || _a === void 0 ? void 0 : _a.matches) !== null && _b !== void 0 ? _b : false);
23213
+ }
23214
+ focusTriggerAfterEscape() {
23215
+ this.timers.scheduleCoalesced(TIMER.focusTriggerAfterEscape, () => {
23216
+ var _a;
23217
+ if (!this.el.isConnected) {
23218
+ return;
23219
+ }
23220
+ (_a = this.el.querySelector('.xpl-top-nav-item__inner')) === null || _a === void 0 ? void 0 : _a.focus();
23201
23221
  });
23202
23222
  }
23203
23223
  static isInternalRenderedHostChild(el) {
@@ -23215,43 +23235,40 @@ const TopNavItem = class {
23215
23235
  if (TopNavItem.isInternalRenderedHostChild(child)) {
23216
23236
  return false;
23217
23237
  }
23218
- return child.getAttribute('slot') !== 'dropdown';
23238
+ const slotName = child.getAttribute('slot');
23239
+ return slotName == null || slotName === '';
23219
23240
  }
23220
23241
  return false;
23221
23242
  });
23222
23243
  }
23223
23244
  getInnerAriaLabel() {
23224
23245
  var _a, _b, _c;
23225
- if ((_a = this.label) === null || _a === void 0 ? void 0 : _a.trim()) {
23246
+ if ((_a = this.label) === null || _a === void 0 ? void 0 : _a.trim())
23226
23247
  return undefined;
23227
- }
23228
- if (this.hasNonDropdownLightDomChild()) {
23248
+ if (this.hasNonDropdownLightDomChild())
23229
23249
  return undefined;
23230
- }
23231
23250
  const custom = (_b = this.itemAriaLabel) === null || _b === void 0 ? void 0 : _b.trim();
23232
- if (custom) {
23251
+ if (custom)
23233
23252
  return custom;
23234
- }
23235
- if ((_c = this.icon) === null || _c === void 0 ? void 0 : _c.trim()) {
23253
+ if (((_c = this.icon) === null || _c === void 0 ? void 0 : _c.trim()) || this.isLeadingIconSlotPresent)
23236
23254
  return 'Navigation item';
23237
- }
23238
23255
  return undefined;
23239
23256
  }
23240
23257
  computeHostListitemRole() {
23241
23258
  const { el } = this;
23242
- if (el.classList.contains('xpl-top-nav__brand')) {
23259
+ if (el.classList.contains('xpl-top-nav__brand'))
23243
23260
  return false;
23244
- }
23245
- if (el.getAttribute('slot') === 'right-aside-mobile') {
23261
+ if (el.getAttribute('slot') === 'right-aside-mobile')
23246
23262
  return false;
23247
- }
23248
23263
  const parent = el.parentElement;
23249
- if ((parent === null || parent === void 0 ? void 0 : parent.getAttribute('role')) === 'list') {
23264
+ if ((parent === null || parent === void 0 ? void 0 : parent.getAttribute('role')) === 'list')
23250
23265
  return true;
23251
- }
23252
23266
  if (parent != null && parent.tagName.toLowerCase() === 'xpl-nav-header-menu') {
23253
23267
  return true;
23254
23268
  }
23269
+ if (parent != null && parent.tagName.toLowerCase() === 'xpl-top-nav-menu') {
23270
+ return true;
23271
+ }
23255
23272
  if (el.getAttribute('slot') === 'left-aside' &&
23256
23273
  (parent === null || parent === void 0 ? void 0 : parent.tagName.toLowerCase()) === 'xpl-top-nav' &&
23257
23274
  parent.querySelector('.xpl-top-nav__left-primary[role="list"]') != null) {
@@ -23261,36 +23278,68 @@ const TopNavItem = class {
23261
23278
  }
23262
23279
  syncHostListitemRole() {
23263
23280
  const next = this.computeHostListitemRole();
23264
- if (this.hostListitemRole !== next) {
23281
+ if (this.hostListitemRole !== next)
23265
23282
  this.hostListitemRole = next;
23283
+ }
23284
+ renderLabelContent() {
23285
+ var _a;
23286
+ if (!this.label) {
23287
+ return h("slot", null);
23288
+ }
23289
+ const description = (_a = this.description) === null || _a === void 0 ? void 0 : _a.trim();
23290
+ if (!description) {
23291
+ return (h("span", { class: "xpl-top-nav-item__label", title: this.label }, this.label));
23266
23292
  }
23293
+ return (h("span", { class: "xpl-top-nav-item__label-group" }, h("span", { class: "xpl-top-nav-item__label", title: this.label }, this.label), h("span", { class: "xpl-top-nav-item__description" }, description)));
23294
+ }
23295
+ renderLeading() {
23296
+ if (this.isLeadingIconSlotPresent) {
23297
+ return (h("span", { class: "xpl-top-nav-item__leading" }, h("slot", { name: "leading-icon" })));
23298
+ }
23299
+ if (this.icon) {
23300
+ return (h("span", { class: "xpl-top-nav-item__leading" }, h("xpl-icon", { size: 16, icon: this.icon })));
23301
+ }
23302
+ return null;
23303
+ }
23304
+ renderTrailing() {
23305
+ if (this.isTrailingIconSlotPresent) {
23306
+ return (h("span", { class: "xpl-top-nav-item__trailing" }, h("slot", { name: "trailing-icon" })));
23307
+ }
23308
+ if (this.hasDropdown) {
23309
+ return (h("span", { class: "xpl-top-nav-item__trailing" }, h("xpl-icon", { icon: "chevron-down" })));
23310
+ }
23311
+ return null;
23267
23312
  }
23268
23313
  renderInner() {
23269
23314
  const tabIndex = 0;
23270
23315
  const ariaCurrent = this.selected ? 'page' : undefined;
23271
23316
  const ariaExpanded = this.hasDropdown ? (this.open ? 'true' : 'false') : undefined;
23272
23317
  const ariaLabel = this.getInnerAriaLabel();
23273
- const shared = Object.assign(Object.assign({ class: 'xpl-top-nav-item__inner', tabIndex, 'aria-current': ariaCurrent, 'aria-expanded': ariaExpanded }, (ariaLabel ? { 'aria-label': ariaLabel } : {})), { onClick: this.handleClick, onKeyDown: this.handleKeyDown });
23318
+ const shared = Object.assign(Object.assign({ class: 'xpl-top-nav-item__inner', tabIndex, 'aria-current': ariaCurrent, 'aria-expanded': ariaExpanded, 'aria-haspopup': this.hasDropdown ? 'true' : undefined, 'aria-controls': this.hasDropdown ? this.dropdownPanelId : undefined }, (ariaLabel ? { 'aria-label': ariaLabel } : {})), { onClick: this.handleClick, onKeyDown: this.handleKeyDown });
23274
23319
  const useAnchor = this.href != null && !this.hasDropdown;
23275
23320
  if (useAnchor) {
23276
- return (h("a", Object.assign({}, shared, { href: this.href }), this.icon && h("xpl-icon", { size: 16, icon: this.icon }), this.label ? (h("span", { class: "xpl-top-nav-item__label", title: this.label }, this.label)) : (h("slot", null))));
23321
+ return (h("a", Object.assign({}, shared, { href: this.href }), this.renderLeading(), this.renderLabelContent(), this.renderTrailing()));
23277
23322
  }
23278
- return (h("div", Object.assign({}, shared, { role: "button" }), this.icon && h("xpl-icon", { size: 16, icon: this.icon }), this.label ? (h("span", { class: "xpl-top-nav-item__label", title: this.label }, this.label)) : (h("slot", null)), this.hasDropdown && h("xpl-icon", { icon: "chevron-down" })));
23323
+ return (h("button", Object.assign({}, shared, { type: "button" }), this.renderLeading(), this.renderLabelContent(), this.renderTrailing()));
23279
23324
  }
23280
23325
  render() {
23281
- return (h(Host, Object.assign({ key: '6d68c9bb7527410185e6ecd176c7a9a887359af9', class: {
23326
+ return (h(Host, Object.assign({ key: '5de7a361dd1f3e0aaa3f98ebb8013118cb5c1a22', class: {
23282
23327
  'xpl-top-nav-item': true,
23283
23328
  'xpl-top-nav-item--active': this.active,
23284
- 'xpl-top-nav-item--dropdown-open': this.open,
23329
+ 'xpl-top-nav-item--dropdown-open': this.hasDropdown && this.open,
23330
+ 'xpl-top-nav-item--has-active-descendant': this.hasActiveDescendant,
23285
23331
  'xpl-top-nav-item--has-dropdown': this.hasDropdown,
23286
23332
  'xpl-top-nav-item--selected': this.selected,
23287
23333
  dark: true,
23288
- } }, (this.hostListitemRole ? { role: 'listitem' } : {})), this.renderInner(), this.hasDropdown && (h("div", { key: 'da5414f6573aa6eb604721c814164b9a4987091d', class: "xpl-top-nav-item__dropdown" }, h("slot", { key: '116c436b4ef2902c50c5dd78c8d292190a3c58e4', name: "dropdown" })))));
23334
+ }, onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave }, (this.hostListitemRole ? { role: 'listitem' } : {})), this.renderInner(), this.hasDropdown && (h("div", { key: 'e076a46dab0d877fdac2eadf09c1fa1bdc97b9bd', id: this.dropdownPanelId, class: "xpl-top-nav-item__dropdown" }, h("slot", { key: '3a6c88fe606672b09b45bb5d8a22d05b26e84e30', name: "dropdown" })))));
23289
23335
  }
23290
23336
  get el() { return getElement(this); }
23291
23337
  static get watchers() { return {
23292
23338
  "hasDropdown": [{
23293
23339
  "onHasDropdownChanged": 0
23340
+ }],
23341
+ "open": [{
23342
+ "onOpenChanged": 0
23294
23343
  }]
23295
23344
  }; }
23296
23345
  };
@@ -23309,7 +23358,7 @@ const UtilityBar = class {
23309
23358
  this.open = this.isNavOpenAtStartup !== undefined ? this.isNavOpenAtStartup : this.open;
23310
23359
  }
23311
23360
  render() {
23312
- return (h(Host, { key: '965003722d536d4b9b7acd326ed7ae0cc2ac302a' }, h("nav", { key: '25d4348939fd65e00ce7bec962a31d65ff9473c3', "aria-label": "utility navigation bar", class: "xpl-utility-bar" }, this.navControl ? (h("div", null, h("button", { class: "xpl-utility-bar__nav-control", onClick: () => this.onNavToggle() }, h("xpl-icon", { class: "xpl-utility-nav__bars", icon: "three-bars" })), h("slot", { name: "aside" }))) : (h("slot", { name: "aside" })), h("slot", { key: '3cb1d9038135c1892a3780c9242bbd544f6f0f5f', name: "main" }))));
23361
+ return (h(Host, { key: 'e990b6a7176fdb1d48fd1859f359f217a6600015' }, h("nav", { key: '3b331ed5294f208dcededae078659d9b0d7b118f', "aria-label": "utility navigation bar", class: "xpl-utility-bar" }, this.navControl ? (h("div", null, h("button", { class: "xpl-utility-bar__nav-control", onClick: () => this.onNavToggle() }, h("xpl-icon", { class: "xpl-utility-nav__bars", icon: "three-bars" })), h("slot", { name: "aside" }))) : (h("slot", { name: "aside" })), h("slot", { key: '444363c10471bd6206d39d2da37bafdae6291137', name: "main" }))));
23313
23362
  }
23314
23363
  };
23315
23364