@xplortech/apollo-core 2.5.0 → 2.6.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 (373) hide show
  1. package/.typings/apollo-components.html-data.json +393 -26
  2. package/build/style.css +4224 -1016
  3. package/dist/apollo-core/apollo-core.css +18 -27
  4. package/dist/apollo-core/apollo-core.esm.js +1 -1
  5. package/dist/apollo-core/p-02167464.entry.js +1 -0
  6. package/dist/apollo-core/p-0bce3874.entry.js +1 -0
  7. package/dist/apollo-core/{p-0e1877a2.entry.js → p-1fd3dc87.entry.js} +1 -1
  8. package/dist/apollo-core/{p-0ac33b3a.entry.js → p-42016063.entry.js} +1 -1
  9. package/dist/apollo-core/p-5549756c.entry.js +1 -0
  10. package/dist/apollo-core/p-56fa4941.entry.js +1 -0
  11. package/dist/apollo-core/p-76c324da.entry.js +1 -0
  12. package/dist/apollo-core/p-7a3224b4.entry.js +1 -0
  13. package/dist/apollo-core/p-7e924697.entry.js +1 -0
  14. package/dist/apollo-core/{p-f4c2626d.entry.js → p-8a1affce.entry.js} +1 -1
  15. package/dist/apollo-core/p-9efca9e1.entry.js +1 -0
  16. package/dist/apollo-core/p-C_Z2nG0p.js +2 -0
  17. package/dist/apollo-core/p-b252b380.entry.js +1 -0
  18. package/dist/apollo-core/p-c91daac1.entry.js +1 -0
  19. package/dist/apollo-core/p-d9b62508.entry.js +1 -0
  20. package/dist/apollo-core/p-eaea16d1.entry.js +1 -0
  21. package/dist/apollo-core/p-eed13bca.entry.js +1 -0
  22. package/dist/apollo-core/{p-4fab8172.entry.js → p-f5af9539.entry.js} +1 -1
  23. package/dist/cjs/apollo-core.cjs.js +3 -3
  24. package/dist/cjs/{index-D__N_vw2.js → index-DH6pgWru.js} +137 -87
  25. package/dist/cjs/loader.cjs.js +2 -2
  26. package/dist/cjs/xpl-accordion.cjs.entry.js +5 -5
  27. package/dist/cjs/xpl-application-shell.cjs.entry.js +4 -4
  28. package/dist/cjs/{xpl-avatar_41.cjs.entry.js → xpl-avatar_47.cjs.entry.js} +2802 -272
  29. package/dist/cjs/xpl-button-row.cjs.entry.js +4 -4
  30. package/dist/cjs/xpl-calendar.cjs.entry.js +4 -4
  31. package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +5 -5
  32. package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +5 -5
  33. package/dist/cjs/xpl-dynamic-table.cjs.entry.js +4 -4
  34. package/dist/cjs/xpl-grid-item.cjs.entry.js +4 -4
  35. package/dist/cjs/xpl-grid.cjs.entry.js +4 -4
  36. package/dist/cjs/xpl-large-card.cjs.entry.js +4 -4
  37. package/dist/cjs/xpl-list.cjs.entry.js +4 -4
  38. package/dist/cjs/xpl-main-nav.cjs.entry.js +4 -4
  39. package/dist/cjs/xpl-table-header-cell.cjs.entry.js +3 -3
  40. package/dist/cjs/xpl-table-header.cjs.entry.js +4 -4
  41. package/dist/cjs/xpl-toggle.cjs.entry.js +6 -6
  42. package/dist/cjs/xpl-toolbar.cjs.entry.js +5 -5
  43. package/dist/collection/collection-manifest.json +9 -2
  44. package/dist/collection/components/xpl-accordion/accordion.stories.js +4 -0
  45. package/dist/collection/components/xpl-accordion/xpl-accordion.js +3 -3
  46. package/dist/collection/components/xpl-application-shell/application-shell.stories.js +4 -0
  47. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +2 -2
  48. package/dist/collection/components/xpl-avatar/avatar.stories.js +4 -0
  49. package/dist/collection/components/xpl-avatar/xpl-avatar.js +3 -3
  50. package/dist/collection/components/xpl-backdrop/backdrop.stories.js +4 -0
  51. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +2 -2
  52. package/dist/collection/components/xpl-badge/badge.stories.js +108 -33
  53. package/dist/collection/components/xpl-badge/xpl-badge.js +122 -14
  54. package/dist/collection/components/xpl-banner/banner.stories.js +64 -0
  55. package/dist/collection/components/xpl-banner/xpl-banner.js +295 -0
  56. package/dist/collection/components/xpl-breadcrumbs/breadcrumbs.stories.js +4 -0
  57. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +2 -2
  58. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +2 -2
  59. package/dist/collection/components/xpl-button/button.stories.js +102 -98
  60. package/dist/collection/components/xpl-button/xpl-button.js +183 -93
  61. package/dist/collection/components/xpl-button-row/xpl-button-row.js +2 -2
  62. package/dist/collection/components/xpl-calendar/calendar.stories.js +4 -0
  63. package/dist/collection/components/xpl-calendar/xpl-calendar.js +2 -2
  64. package/dist/collection/components/xpl-checkbox/checkbox.stories.js +4 -0
  65. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +4 -4
  66. package/dist/collection/components/xpl-choicelist/choicelist.stories.js +4 -0
  67. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +2 -2
  68. package/dist/collection/components/xpl-content-area/xpl-content-area.js +2 -2
  69. package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +2 -2
  70. package/dist/collection/components/xpl-data-card/data-card.stories.js +4 -0
  71. package/dist/collection/components/xpl-data-card/xpl-data-card.js +3 -3
  72. package/dist/collection/components/xpl-divider/divider.stories.js +4 -0
  73. package/dist/collection/components/xpl-divider/xpl-divider.js +2 -2
  74. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +2 -2
  75. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +2 -2
  76. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +29 -4
  77. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +120 -79
  78. package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +2 -2
  79. package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +3 -3
  80. package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +3 -3
  81. package/dist/collection/components/xpl-grid/xpl-grid.js +2 -2
  82. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +2 -2
  83. package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +2 -2
  84. package/dist/collection/components/xpl-icon/xpl-icon.js +3 -3
  85. package/dist/collection/components/xpl-input/input.stories.js +75 -9
  86. package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +9 -9
  87. package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +55 -17
  88. package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +5 -5
  89. package/dist/collection/components/xpl-input/xpl-input-phone/phone-country-data.js +58 -0
  90. package/dist/collection/components/xpl-input/xpl-input-phone/phone-format.js +219 -0
  91. package/dist/collection/components/xpl-input/xpl-input-phone/xpl-input-phone.js +469 -0
  92. package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +3 -3
  93. package/dist/collection/components/xpl-input/xpl-input.js +101 -7
  94. package/dist/collection/components/xpl-large-card/large-card.stories.js +4 -0
  95. package/dist/collection/components/xpl-large-card/xpl-large-card.js +2 -2
  96. package/dist/collection/components/xpl-list/xpl-list.js +2 -2
  97. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +2 -2
  98. package/dist/collection/components/xpl-modal/modal.stories.js +4 -0
  99. package/dist/collection/components/xpl-modal/xpl-modal.js +2 -2
  100. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +3 -3
  101. package/dist/collection/components/xpl-pagination/pagination.stories.js +4 -0
  102. package/dist/collection/components/xpl-pagination/xpl-pagination.js +4 -4
  103. package/dist/collection/components/xpl-panel/panel.stories.js +51 -0
  104. package/dist/collection/components/xpl-panel/xpl-panel.js +60 -0
  105. package/dist/collection/components/xpl-popover/popover.stories.js +4 -0
  106. package/dist/collection/components/xpl-popover/xpl-popover.js +5 -5
  107. package/dist/collection/components/xpl-progress/xpl-progress.js +2 -2
  108. package/dist/collection/components/xpl-progress-bar/progress-bar.stories.js +96 -0
  109. package/dist/collection/components/xpl-progress-bar/xpl-progress-bar.js +158 -0
  110. package/dist/collection/components/xpl-radio/xpl-radio.js +4 -4
  111. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +2 -2
  112. package/dist/collection/components/xpl-select/xpl-select.js +7 -7
  113. package/dist/collection/components/xpl-side-nav/side-nav.stories.js +519 -0
  114. package/dist/collection/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.js +259 -0
  115. package/dist/collection/components/xpl-side-nav/xpl-side-nav.js +32 -0
  116. package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +2 -2
  117. package/dist/collection/components/xpl-slideout/xpl-slideout.js +2 -2
  118. package/dist/collection/components/xpl-tab/xpl-tab.js +3 -3
  119. package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +3 -3
  120. package/dist/collection/components/xpl-table/xpl-table.js +6 -6
  121. package/dist/collection/components/xpl-table-header/xpl-table-header.js +2 -2
  122. package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +1 -1
  123. package/dist/collection/components/xpl-tabs/xpl-tabs.js +6 -6
  124. package/dist/collection/components/xpl-tag/xpl-tag.js +3 -3
  125. package/dist/collection/components/xpl-toast/xpl-toast.js +3 -3
  126. package/dist/collection/components/xpl-toggle/xpl-toggle.js +4 -4
  127. package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +3 -3
  128. package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +2 -2
  129. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +2 -2
  130. package/dist/collection/utils/layout-ancestors.js +22 -0
  131. package/dist/components/index.js +1 -1
  132. package/dist/components/xpl-accordion.js +1 -1
  133. package/dist/components/xpl-application-shell.js +1 -1
  134. package/dist/components/xpl-avatar.js +1 -1
  135. package/dist/components/xpl-avatar2.js +1 -1
  136. package/dist/components/xpl-backdrop.js +1 -1
  137. package/dist/components/xpl-backdrop2.js +1 -1
  138. package/dist/components/xpl-badge.js +1 -1
  139. package/dist/components/xpl-badge2.js +1 -1
  140. package/dist/components/xpl-banner.d.ts +11 -0
  141. package/dist/components/xpl-banner.js +1 -0
  142. package/dist/components/xpl-breadcrumb-item.js +1 -1
  143. package/dist/components/xpl-breadcrumbs.js +1 -1
  144. package/dist/components/xpl-button-row.js +1 -1
  145. package/dist/components/xpl-button.js +1 -1
  146. package/dist/components/xpl-button2.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-checkbox2.js +1 -1
  150. package/dist/components/xpl-choicelist.js +1 -1
  151. package/dist/components/xpl-content-area.js +1 -1
  152. package/dist/components/xpl-dashboard.js +1 -1
  153. package/dist/components/xpl-data-card.js +1 -1
  154. package/dist/components/xpl-divider.js +1 -1
  155. package/dist/components/xpl-divider2.js +1 -1
  156. package/dist/components/xpl-dropdown-group.js +1 -1
  157. package/dist/components/xpl-dropdown-group2.js +1 -1
  158. package/dist/components/xpl-dropdown-heading.js +1 -1
  159. package/dist/components/xpl-dropdown-heading2.js +1 -1
  160. package/dist/components/xpl-dropdown-option.js +1 -1
  161. package/dist/components/xpl-dropdown-option2.js +1 -1
  162. package/dist/components/xpl-dropdown.js +1 -1
  163. package/dist/components/xpl-dropdown2.js +1 -1
  164. package/dist/components/xpl-dynamic-table-cell.js +1 -1
  165. package/dist/components/xpl-dynamic-table-row.js +1 -1
  166. package/dist/components/xpl-dynamic-table.js +1 -1
  167. package/dist/components/xpl-grid-item.js +1 -1
  168. package/dist/components/xpl-grid.js +1 -1
  169. package/dist/components/xpl-header-accordion.js +1 -1
  170. package/dist/components/xpl-icon.js +1 -1
  171. package/dist/components/xpl-icon2.js +1 -1
  172. package/dist/components/xpl-input-date.js +1 -1
  173. package/dist/components/xpl-input-date2.js +1 -1
  174. package/dist/components/xpl-input-file.js +1 -1
  175. package/dist/components/xpl-input-file2.js +1 -1
  176. package/dist/components/xpl-input-phone.d.ts +11 -0
  177. package/dist/components/xpl-input-phone.js +1 -0
  178. package/dist/components/xpl-input-time.js +1 -1
  179. package/dist/components/xpl-input.js +1 -1
  180. package/dist/components/xpl-input2.js +1 -1
  181. package/dist/components/xpl-large-card.js +1 -1
  182. package/dist/components/xpl-list.js +1 -1
  183. package/dist/components/xpl-main-nav.js +1 -1
  184. package/dist/components/xpl-modal.js +1 -1
  185. package/dist/components/xpl-nav-item.js +1 -1
  186. package/dist/components/xpl-pagination.js +1 -1
  187. package/dist/components/xpl-panel.d.ts +11 -0
  188. package/dist/components/xpl-panel.js +1 -0
  189. package/dist/components/xpl-popover.js +1 -1
  190. package/dist/components/xpl-popover2.js +1 -1
  191. package/dist/components/xpl-progress-bar.d.ts +11 -0
  192. package/dist/components/xpl-progress-bar.js +1 -0
  193. package/dist/components/xpl-progress.js +1 -1
  194. package/dist/components/xpl-radio.js +1 -1
  195. package/dist/components/xpl-radio2.js +1 -1
  196. package/dist/components/xpl-secondary-nav.js +1 -1
  197. package/dist/components/xpl-select.js +1 -1
  198. package/dist/components/xpl-select2.js +1 -1
  199. package/dist/components/xpl-side-nav-item.d.ts +11 -0
  200. package/dist/components/xpl-side-nav-item.js +1 -0
  201. package/dist/components/xpl-side-nav.d.ts +11 -0
  202. package/dist/components/xpl-side-nav.js +1 -0
  203. package/dist/components/xpl-skeleton.js +1 -1
  204. package/dist/components/xpl-slideout.js +1 -1
  205. package/dist/components/xpl-tab-panel.js +1 -1
  206. package/dist/components/xpl-tab.js +1 -1
  207. package/dist/components/xpl-table-header.js +1 -1
  208. package/dist/components/xpl-table.js +1 -1
  209. package/dist/components/xpl-tabs.js +1 -1
  210. package/dist/components/xpl-tag.js +1 -1
  211. package/dist/components/xpl-tag2.js +1 -1
  212. package/dist/components/xpl-toast.js +1 -1
  213. package/dist/components/xpl-toggle.js +1 -1
  214. package/dist/components/xpl-toolbar.js +1 -1
  215. package/dist/components/xpl-tooltip.js +1 -1
  216. package/dist/components/xpl-tooltip2.js +1 -1
  217. package/dist/components/xpl-utility-bar.js +1 -1
  218. package/dist/docs/xpl-accordion/readme.md +4 -0
  219. package/dist/docs/xpl-avatar/readme.md +5 -0
  220. package/dist/docs/xpl-backdrop/readme.md +1 -1
  221. package/dist/docs/xpl-badge/readme.md +97 -4
  222. package/dist/docs/xpl-banner/readme.md +166 -0
  223. package/dist/docs/xpl-button/readme.md +151 -14
  224. package/dist/docs/xpl-button-row/readme.md +1 -0
  225. package/dist/docs/xpl-calendar/readme.md +2 -1
  226. package/dist/docs/xpl-checkbox/readme.md +2 -0
  227. package/dist/docs/xpl-choicelist/readme.md +1 -0
  228. package/dist/docs/xpl-data-card/readme.md +2 -2
  229. package/dist/docs/xpl-divider/readme.md +1 -1
  230. package/dist/docs/xpl-dropdown/readme.md +14 -11
  231. package/dist/docs/xpl-dropdown/xpl-dropdown-group/readme.md +1 -0
  232. package/dist/docs/xpl-dropdown/xpl-dropdown-option/readme.md +6 -0
  233. package/dist/docs/xpl-icon/readme.md +12 -0
  234. package/dist/docs/xpl-input/readme.md +41 -31
  235. package/dist/docs/xpl-input/xpl-input-color/readme.md +4 -0
  236. package/dist/docs/xpl-input/xpl-input-phone/readme.md +167 -0
  237. package/dist/docs/xpl-input/xpl-input-time/readme.md +4 -0
  238. package/dist/docs/xpl-large-card/readme.md +1 -1
  239. package/dist/docs/xpl-modal/readme.md +3 -0
  240. package/dist/docs/xpl-pagination/readme.md +3 -0
  241. package/dist/docs/xpl-panel/readme.md +83 -0
  242. package/dist/docs/xpl-popover/readme.md +1 -1
  243. package/dist/docs/xpl-progress-bar/readme.md +145 -0
  244. package/dist/docs/xpl-select/readme.md +1 -0
  245. package/dist/docs/xpl-side-nav/readme.md +71 -0
  246. package/dist/docs/xpl-side-nav/xpl-side-nav-item/readme.md +115 -0
  247. package/dist/docs/xpl-slideout/readme.md +1 -0
  248. package/dist/docs/xpl-tabs/readme.md +1 -0
  249. package/dist/docs/xpl-toast/readme.md +55 -0
  250. package/dist/esm/apollo-core.js +4 -4
  251. package/dist/esm/{index-DhZas3eX.js → index-C_Z2nG0p.js} +137 -87
  252. package/dist/esm/loader.js +3 -3
  253. package/dist/esm/xpl-accordion.entry.js +5 -5
  254. package/dist/esm/xpl-application-shell.entry.js +4 -4
  255. package/dist/esm/{xpl-avatar_41.entry.js → xpl-avatar_47.entry.js} +2753 -229
  256. package/dist/esm/xpl-button-row.entry.js +4 -4
  257. package/dist/esm/xpl-calendar.entry.js +4 -4
  258. package/dist/esm/xpl-dynamic-table-cell.entry.js +5 -5
  259. package/dist/esm/xpl-dynamic-table-row.entry.js +5 -5
  260. package/dist/esm/xpl-dynamic-table.entry.js +4 -4
  261. package/dist/esm/xpl-grid-item.entry.js +4 -4
  262. package/dist/esm/xpl-grid.entry.js +4 -4
  263. package/dist/esm/xpl-large-card.entry.js +4 -4
  264. package/dist/esm/xpl-list.entry.js +4 -4
  265. package/dist/esm/xpl-main-nav.entry.js +4 -4
  266. package/dist/esm/xpl-table-header-cell.entry.js +3 -3
  267. package/dist/esm/xpl-table-header.entry.js +4 -4
  268. package/dist/esm/xpl-toggle.entry.js +6 -6
  269. package/dist/esm/xpl-toolbar.entry.js +5 -5
  270. package/dist/types/components/xpl-accordion/xpl-accordion.d.ts +1 -1
  271. package/dist/types/components/xpl-application-shell/application-shell.stories.d.ts +4 -0
  272. package/dist/types/components/xpl-application-shell/xpl-application-shell.d.ts +1 -1
  273. package/dist/types/components/xpl-avatar/avatar.stories.d.ts +4 -0
  274. package/dist/types/components/xpl-avatar/xpl-avatar.d.ts +1 -1
  275. package/dist/types/components/xpl-backdrop/backdrop.stories.d.ts +4 -0
  276. package/dist/types/components/xpl-backdrop/xpl-backdrop.d.ts +1 -1
  277. package/dist/types/components/xpl-badge/badge.stories.d.ts +66 -11
  278. package/dist/types/components/xpl-badge/xpl-badge.d.ts +9 -2
  279. package/dist/types/components/xpl-banner/banner.stories.d.ts +77 -0
  280. package/dist/types/components/xpl-banner/xpl-banner.d.ts +20 -0
  281. package/dist/types/components/xpl-breadcrumbs/breadcrumbs.stories.d.ts +4 -0
  282. package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.d.ts +1 -1
  283. package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.d.ts +1 -1
  284. package/dist/types/components/xpl-button/button.stories.d.ts +68 -30
  285. package/dist/types/components/xpl-button/xpl-button.d.ts +14 -8
  286. package/dist/types/components/xpl-button-row/xpl-button-row.d.ts +1 -1
  287. package/dist/types/components/xpl-calendar/calendar.stories.d.ts +4 -0
  288. package/dist/types/components/xpl-calendar/xpl-calendar.d.ts +1 -1
  289. package/dist/types/components/xpl-checkbox/checkbox.stories.d.ts +4 -0
  290. package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +1 -1
  291. package/dist/types/components/xpl-choicelist/choicelist.stories.d.ts +4 -0
  292. package/dist/types/components/xpl-choicelist/xpl-choicelist.d.ts +1 -1
  293. package/dist/types/components/xpl-content-area/xpl-content-area.d.ts +1 -1
  294. package/dist/types/components/xpl-dashboard/xpl-dashboard.d.ts +1 -1
  295. package/dist/types/components/xpl-data-card/data-card.stories.d.ts +4 -0
  296. package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +1 -1
  297. package/dist/types/components/xpl-divider/divider.stories.d.ts +4 -0
  298. package/dist/types/components/xpl-divider/xpl-divider.d.ts +1 -1
  299. package/dist/types/components/xpl-dropdown/dropdown-option.d.ts +1 -0
  300. package/dist/types/components/xpl-dropdown/dropdown.stories.d.ts +1 -1
  301. package/dist/types/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.d.ts +1 -1
  302. package/dist/types/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.d.ts +1 -1
  303. package/dist/types/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.d.ts +3 -2
  304. package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +11 -8
  305. package/dist/types/components/xpl-dynamic-table/xpl-dynamic-table.d.ts +1 -1
  306. package/dist/types/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.d.ts +1 -1
  307. package/dist/types/components/xpl-dynamic-table-row/xpl-dynamic-table-row.d.ts +1 -1
  308. package/dist/types/components/xpl-grid/xpl-grid.d.ts +1 -1
  309. package/dist/types/components/xpl-grid-item/xpl-grid-item.d.ts +1 -1
  310. package/dist/types/components/xpl-header-accordion/xpl-header-accordion.d.ts +1 -1
  311. package/dist/types/components/xpl-icon/xpl-icon.d.ts +1 -1
  312. package/dist/types/components/xpl-input/input.stories.d.ts +36 -7
  313. package/dist/types/components/xpl-input/xpl-input-color/xpl-input-color.d.ts +1 -1
  314. package/dist/types/components/xpl-input/xpl-input-date/xpl-input-date.d.ts +10 -3
  315. package/dist/types/components/xpl-input/xpl-input-file/xpl-input-file.d.ts +1 -1
  316. package/dist/types/components/xpl-input/xpl-input-phone/phone-country-data.d.ts +13 -0
  317. package/dist/types/components/xpl-input/xpl-input-phone/phone-format.d.ts +5 -0
  318. package/dist/types/components/xpl-input/xpl-input-phone/xpl-input-phone.d.ts +48 -0
  319. package/dist/types/components/xpl-input/xpl-input-time/xpl-input-time.d.ts +1 -1
  320. package/dist/types/components/xpl-input/xpl-input.d.ts +12 -2
  321. package/dist/types/components/xpl-large-card/large-card.stories.d.ts +4 -0
  322. package/dist/types/components/xpl-large-card/xpl-large-card.d.ts +1 -1
  323. package/dist/types/components/xpl-list/xpl-list.d.ts +1 -1
  324. package/dist/types/components/xpl-main-nav/xpl-main-nav.d.ts +1 -1
  325. package/dist/types/components/xpl-modal/modal.stories.d.ts +4 -0
  326. package/dist/types/components/xpl-modal/xpl-modal.d.ts +1 -1
  327. package/dist/types/components/xpl-nav-item/xpl-nav-item.d.ts +1 -1
  328. package/dist/types/components/xpl-pagination/pagination.stories.d.ts +4 -0
  329. package/dist/types/components/xpl-pagination/xpl-pagination.d.ts +1 -1
  330. package/dist/types/components/xpl-panel/panel.stories.d.ts +20 -0
  331. package/dist/types/components/xpl-panel/xpl-panel.d.ts +5 -0
  332. package/dist/types/components/xpl-popover/xpl-popover.d.ts +1 -1
  333. package/dist/types/components/xpl-progress/xpl-progress.d.ts +1 -1
  334. package/dist/types/components/xpl-progress-bar/progress-bar.stories.d.ts +73 -0
  335. package/dist/types/components/xpl-progress-bar/xpl-progress-bar.d.ts +15 -0
  336. package/dist/types/components/xpl-radio/xpl-radio.d.ts +1 -1
  337. package/dist/types/components/xpl-secondary-nav/xpl-secondary-nav.d.ts +1 -1
  338. package/dist/types/components/xpl-select/xpl-select.d.ts +1 -1
  339. package/dist/types/components/xpl-side-nav/side-nav.stories.d.ts +80 -0
  340. package/dist/types/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.d.ts +20 -0
  341. package/dist/types/components/xpl-side-nav/xpl-side-nav.d.ts +4 -0
  342. package/dist/types/components/xpl-skeleton/xpl-skeleton.d.ts +1 -1
  343. package/dist/types/components/xpl-slideout/xpl-slideout.d.ts +1 -1
  344. package/dist/types/components/xpl-tab/xpl-tab.d.ts +1 -1
  345. package/dist/types/components/xpl-tab-panel/xpl-tab-panel.d.ts +1 -1
  346. package/dist/types/components/xpl-table/xpl-table.d.ts +1 -1
  347. package/dist/types/components/xpl-table-header/xpl-table-header.d.ts +1 -1
  348. package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +1 -1
  349. package/dist/types/components/xpl-tabs/xpl-tabs.d.ts +2 -2
  350. package/dist/types/components/xpl-tag/xpl-tag.d.ts +1 -1
  351. package/dist/types/components/xpl-toast/xpl-toast.d.ts +1 -1
  352. package/dist/types/components/xpl-toggle/xpl-toggle.d.ts +1 -1
  353. package/dist/types/components/xpl-toolbar/xpl-toolbar.d.ts +1 -1
  354. package/dist/types/components/xpl-tooltip/xpl-tooltip.d.ts +1 -1
  355. package/dist/types/components/xpl-utility-bar/xpl-utility-bar.d.ts +1 -1
  356. package/dist/types/components.d.ts +1219 -178
  357. package/dist/types/stencil-public-runtime.d.ts +23 -2
  358. package/dist/types/utils/layout-ancestors.d.ts +2 -0
  359. package/package.json +41 -27
  360. package/dist/apollo-core/p-1c2e4034.entry.js +0 -1
  361. package/dist/apollo-core/p-3b5f8989.entry.js +0 -1
  362. package/dist/apollo-core/p-576ce90f.entry.js +0 -1
  363. package/dist/apollo-core/p-5ec45742.entry.js +0 -1
  364. package/dist/apollo-core/p-77f0fd4a.entry.js +0 -1
  365. package/dist/apollo-core/p-7b7db57a.entry.js +0 -1
  366. package/dist/apollo-core/p-7c22b842.entry.js +0 -1
  367. package/dist/apollo-core/p-7d245bf0.entry.js +0 -1
  368. package/dist/apollo-core/p-812bb0e4.entry.js +0 -1
  369. package/dist/apollo-core/p-845eef0d.entry.js +0 -1
  370. package/dist/apollo-core/p-9853028c.entry.js +0 -1
  371. package/dist/apollo-core/p-9d65ece7.entry.js +0 -1
  372. package/dist/apollo-core/p-DhZas3eX.js +0 -2
  373. package/dist/apollo-core/p-be292555.entry.js +0 -1
@@ -5,10 +5,12 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { BadgeVariantProp } from "./components/xpl-badge/xpl-badge";
8
9
  import { Choice } from "./components/xpl-choicelist/choice";
9
10
  import { DropdownItem, DropdownOptionGroup } from "./components/xpl-dropdown/dropdown-option";
10
11
  import { ListItem } from "./components/xpl-list/listitem";
11
12
  import { PopoverPosition } from "./components/xpl-popover/xpl-popover";
13
+ export { BadgeVariantProp } from "./components/xpl-badge/xpl-badge";
12
14
  export { Choice } from "./components/xpl-choicelist/choice";
13
15
  export { DropdownItem, DropdownOptionGroup } from "./components/xpl-dropdown/dropdown-option";
14
16
  export { ListItem } from "./components/xpl-list/listitem";
@@ -114,13 +116,77 @@ export namespace Components {
114
116
  }
115
117
  interface XplBadge {
116
118
  /**
117
- * Whether badge shows a dot icon before the text
119
+ * Whether badge shows a bordered ring
120
+ * @default false
121
+ */
122
+ "bordered"?: boolean;
123
+ /**
124
+ * Whether badge shows a dot icon before the text (inside the pill)
118
125
  */
119
126
  "dot"?: boolean;
120
127
  /**
121
- * Color styles to indicate varied states
128
+ * When true, render a compact badge built around the dot. - With no children: just a dot (status/dot badge) - With children: a small dot badge with the text/number inside
129
+ * @default false
130
+ */
131
+ "dotOnly"?: boolean;
132
+ /**
133
+ * Badge shape rounded (pill) boxy (rounded corners)
134
+ * @default 'rounded'
135
+ */
136
+ "shape": 'rounded' | 'boxy';
137
+ /**
138
+ * Badge size default | small
139
+ * @default 'default'
140
+ */
141
+ "size": 'default' | 'small';
142
+ /**
143
+ * Badge variant (color). Preferred values: `purple`, `green`, `yellow`, `orange`, `gray`, `red`, `blue`. The legacy semantic names `success`, `warning`, `inactive`, and `error` are still accepted and map to `green`, `yellow`, `gray`, and `red` respectively. Prefer the color names for new code.
144
+ * @default 'purple'
145
+ */
146
+ "variant": BadgeVariantProp;
147
+ }
148
+ interface XplBanner {
149
+ /**
150
+ * Primary action label. When provided, an action button is rendered.
151
+ */
152
+ "actionText"?: string;
153
+ /**
154
+ * Controls the visual appearance and semantic meaning of the banner. These values map to messaging background/border token sets in `banner.css`. Banner icons use `--xpl-icon-default`, except `error` which uses inverse icon/text tokens for contrast on dark backgrounds.
155
+ * @default 'information'
156
+ */
157
+ "appearance": 'information' | 'positive' | 'warning' | 'error';
158
+ /**
159
+ * Optional supporting message shown after the heading. Description text uses `--xpl-text-default`.
160
+ */
161
+ "description"?: string;
162
+ /**
163
+ * Whether to render the leading icon in section layout. Ignored in bar layout — bar banners always show the icon.
164
+ * @default true
165
+ */
166
+ "hasIcon": boolean;
167
+ /**
168
+ * Primary banner message shown with stronger title typography.
169
+ */
170
+ "heading"?: string;
171
+ /**
172
+ * Whether to show the trailing dismiss control.
173
+ * @default true
174
+ */
175
+ "isDismissible": boolean;
176
+ /**
177
+ * Renders the section-style banner layout when true.
178
+ * @default false
179
+ */
180
+ "isSection": boolean;
181
+ /**
182
+ * Secondary action label. When provided, a second action button is rendered.
183
+ */
184
+ "secondaryActionText"?: string;
185
+ /**
186
+ * When true, `description` is constrained to one line with ellipsis so banner height stays stable.
187
+ * @default false
122
188
  */
123
- "variant"?: 'success' | 'warning' | 'inactive' | 'error';
189
+ "truncateDesc": boolean;
124
190
  }
125
191
  interface XplBreadcrumbItem {
126
192
  }
@@ -128,52 +194,74 @@ export namespace Components {
128
194
  }
129
195
  interface XplButton {
130
196
  /**
131
- * whether button should be disabled
197
+ * Whether button should be disabled
198
+ * @default false
132
199
  */
133
- "disabled"?: boolean;
200
+ "disabled": boolean;
134
201
  /**
135
- * @property {string} - An optional form attribute for the button if type is submit
202
+ * An optional form attribute for the button if type is submit
136
203
  */
137
204
  "form"?: string;
138
205
  /**
139
- * whether button should render with full width
206
+ * Whether the button should be of full width as per parent container.
207
+ * @default false
208
+ */
209
+ "fullWidth": boolean;
210
+ /**
211
+ * Icon to render - icon name as string (from xpl-icon library).
212
+ * @default ''
140
213
  */
141
- "fullWidth"?: boolean;
214
+ "icon": string;
142
215
  /**
143
- * whether button should render icon only
216
+ * When true, the button renders in icon-only circular style. Use for icon-only buttons.
217
+ * @default false
144
218
  */
145
- "iconOnly"?: boolean;
219
+ "iconOnly": boolean;
220
+ /**
221
+ * Icon position relative to slot content. Ignored if no icon is provided.
222
+ * @default 'start'
223
+ */
224
+ "iconPosition": 'start' | 'end';
225
+ /**
226
+ * When true, shows a loading overlay with spinner over the button. Button is non-interactive.
227
+ * @default false
228
+ */
229
+ "isLoading": boolean;
146
230
  /**
147
231
  * whether button should yield a slot for a link tag
148
232
  */
149
233
  "link"?: boolean;
150
234
  /**
151
- * @property {string} - button name attribute
235
+ * Name of the button, submitted with form data. Passed through to the native button element.
152
236
  */
153
237
  "name"?: string;
154
238
  /**
155
- * @property {"default" | "sm" | "xs"} - button size
239
+ * Sentiment of the button, which applies different color schemes to indicate purpose/intent.
240
+ * @default 'neutral'
241
+ */
242
+ "sentiment": 'neutral' | 'negative' | 'positive';
243
+ /**
244
+ * Button size. Use 'default', 'xs' (extra small), or 'sm' (small).
156
245
  * @default 'default'
157
246
  */
158
- "size": 'default' | 'sm' | 'xs';
247
+ "size": 'default' | 'xs' | 'sm';
159
248
  /**
160
- * @property {"neutral" | "warning" | "success"} - button state (color) neutral=purple, success=green, warning=red
161
- * @default 'neutral'
249
+ * @deprecated : Use `sentiment` with values "neutral", "negative", "positive" instead of `state` .
162
250
  */
163
- "state": 'neutral' | 'warning' | 'success';
251
+ "state"?: 'neutral' | 'warning' | 'success';
164
252
  /**
165
- * @property {"submit" | "reset" | "button"} - button type attribute
253
+ * HTML button type attribute.
166
254
  */
167
255
  "type"?: 'submit' | 'reset' | 'button';
168
256
  /**
169
- * @property {string} - button value attribute
257
+ * Value of the button, submitted with form data. Passed through to the native button element.
170
258
  */
171
259
  "value"?: string;
172
260
  /**
173
- * @property {"primary" | "secondary" | "subtle"} - button variant
261
+ * Button variant/style. Use "primary", "secondary", "tertiary" for new usage. "subtle" is deprecated but still supported for backward compatibility.
174
262
  * @default 'primary'
175
263
  */
176
- "variant": 'primary' | 'secondary' | 'subtle';
264
+ "variant": 'primary' | 'secondary' | 'tertiary' | 'subtle';
177
265
  }
178
266
  interface XplButtonRow {
179
267
  /**
@@ -404,7 +492,7 @@ export namespace Components {
404
492
  /**
405
493
  * call back function invoked when a selection is made
406
494
  */
407
- "update"?: (e, { component }: { component: XplDropdown }) => void;
495
+ "update"?: (e, { component }: { component: Dropdown }) => void;
408
496
  }
409
497
  interface XplDropdownGroup {
410
498
  /**
@@ -423,6 +511,10 @@ export namespace Components {
423
511
  "label": string;
424
512
  }
425
513
  interface XplDropdownOption {
514
+ /**
515
+ * optional icon name to display before the label (uses xpl-icon)
516
+ */
517
+ "icon"?: string;
426
518
  /**
427
519
  * whether option is disabled
428
520
  */
@@ -554,6 +646,11 @@ export namespace Components {
554
646
  * @default 'Y-m-d'
555
647
  */
556
648
  "dateFormat"?: string;
649
+ /**
650
+ * Default country code (ISO 3166-1 alpha-2) when value is empty, e.g. "US". Applies to phone inputs.
651
+ * @default 'US'
652
+ */
653
+ "defaultCountry"?: string;
557
654
  /**
558
655
  * Optional text that appears below the input label. Applies to all input types.
559
656
  */
@@ -585,6 +682,11 @@ export namespace Components {
585
682
  * @default false
586
683
  */
587
684
  "hideTriggerOnSelect"?: boolean;
685
+ /**
686
+ * Enables international mode with country selector for phone inputs. When false, the phone input is locked to defaultCountry with no country picker.
687
+ * @default true Applies to phone inputs.
688
+ */
689
+ "isInternational"?: boolean;
588
690
  /**
589
691
  * Label text for the field Applies to all input types.
590
692
  */
@@ -632,6 +734,10 @@ export namespace Components {
632
734
  * A string (recommended max 8 characters) that gets shown visually to the right of (after) the input. Applies to text, password, number, and date inputs. Note: This will be ignored if `multiline` is `true`.
633
735
  */
634
736
  "pre"?: string;
737
+ /**
738
+ * Country codes to show at the top of the country list, e.g. ["US", "CA", "GB"]. Applies to phone inputs.
739
+ */
740
+ "preferredCountries"?: string[];
635
741
  /**
636
742
  * Whether the input is editable Applies to text, password, number, and date inputs.
637
743
  */
@@ -653,7 +759,7 @@ export namespace Components {
653
759
  * The type of form control
654
760
  * @default 'text'
655
761
  */
656
- "type"?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color';
762
+ "type"?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color' | 'phone';
657
763
  /**
658
764
  * Including a `value` will pre-populate the input with the given string. Applies to text, password, number, and date inputs.
659
765
  */
@@ -785,6 +891,50 @@ export namespace Components {
785
891
  */
786
892
  "removeFileByIndex": (fileIndex: number) => Promise<void>;
787
893
  }
894
+ interface XplInputPhone {
895
+ /**
896
+ * Default country code (ISO 3166-1 alpha-2) when value is empty, e.g. "US".
897
+ * @default 'US'
898
+ */
899
+ "defaultCountry"?: string;
900
+ /**
901
+ * Whether the field is disabled
902
+ */
903
+ "disabled"?: boolean;
904
+ /**
905
+ * The `inputId` is used to associate the input with a label.
906
+ */
907
+ "inputId"?: string;
908
+ /**
909
+ * Enables international mode with a country selector and dial code prefix. When false, the input is locked to `defaultCountry` with no country picker and no dial code shown in the display value. Emitted value is still E.164.
910
+ * @default true
911
+ */
912
+ "isInternational"?: boolean;
913
+ /**
914
+ * Most inputs are used in forms, and should have a `name` associated with the input for handling form data.
915
+ */
916
+ "name"?: string;
917
+ /**
918
+ * Placeholder text that appears when the field has no value
919
+ */
920
+ "placeholder"?: string;
921
+ /**
922
+ * Country codes to show at the top of the country list, e.g. ["US", "CA", "GB"].
923
+ */
924
+ "preferredCountries"?: string[];
925
+ /**
926
+ * Whether the input is editable
927
+ */
928
+ "readonly"?: boolean;
929
+ /**
930
+ * Whether the input is required
931
+ */
932
+ "required"?: boolean;
933
+ /**
934
+ * Including a `value` will pre-populate the input (E.164 format, e.g. +14155551234).
935
+ */
936
+ "value"?: string;
937
+ }
788
938
  interface XplInputTime {
789
939
  /**
790
940
  * For time inputs, whether to allow custom option in the input even if not available in the dropdown. Example: A step of 30 minutes will allow 15:03, 15:37, etc. Applies to time inputs.
@@ -924,6 +1074,22 @@ export namespace Components {
924
1074
  */
925
1075
  "withPageControl": boolean;
926
1076
  }
1077
+ /**
1078
+ * A stateless container that defines a section on a page and can house any
1079
+ * type of content. Panels are not dismissible and may contain a top accent.
1080
+ */
1081
+ interface XplPanel {
1082
+ /**
1083
+ * Color accent bar displayed at the top of the panel. - `none` – no accent (default) - `primary` – brand primary color - `secondary` – brand secondary color - `positive` – positive / success color - `negative` – negative / error color - `highlight` – highlight / warning color
1084
+ * @default 'none'
1085
+ */
1086
+ "accent": 'none' | 'primary' | 'secondary' | 'positive' | 'negative' | 'highlight';
1087
+ /**
1088
+ * Padding density applied to the content area. Responsive: scales down at tablet and mobile breakpoints. - `default` – 24 px desktop / 16 px tablet+mobile - `tight` – 16 px desktop / 8 px tablet+mobile - `loose` – 40 px desktop / 32 px tablet / 24 px mobile
1089
+ * @default 'default'
1090
+ */
1091
+ "padding": 'default' | 'tight' | 'loose';
1092
+ }
927
1093
  interface XplPopover {
928
1094
  /**
929
1095
  * Whether the popover is disabled or not.
@@ -957,6 +1123,36 @@ export namespace Components {
957
1123
  */
958
1124
  "steps"?: string[];
959
1125
  }
1126
+ interface XplProgressBar {
1127
+ /**
1128
+ * The helper text displayed below the progress bar (recommended for error state)
1129
+ */
1130
+ "helperText"?: string;
1131
+ /**
1132
+ * The label text displayed above the progress bar
1133
+ */
1134
+ "label"?: string;
1135
+ /**
1136
+ * The maximum value of the progress (mirrors native <progress> max attribute)
1137
+ * @default 100
1138
+ */
1139
+ "max": number;
1140
+ /**
1141
+ * The size of the progress bar height: sm = 4px, lg = 6px
1142
+ * @default 'lg'
1143
+ */
1144
+ "size": 'sm' | 'lg';
1145
+ /**
1146
+ * The current value of the progress (mirrors native <progress> value attribute)
1147
+ * @default 0
1148
+ */
1149
+ "value": number;
1150
+ /**
1151
+ * The visual variant of the progress bar
1152
+ * @default 'default'
1153
+ */
1154
+ "variant": 'default' | 'success' | 'error' | 'indeterminate';
1155
+ }
960
1156
  interface XplRadio {
961
1157
  /**
962
1158
  * Whether the input is "on"
@@ -1051,6 +1247,52 @@ export namespace Components {
1051
1247
  */
1052
1248
  "truncate"?: boolean;
1053
1249
  }
1250
+ interface XplSideNav {
1251
+ /**
1252
+ * Accessible label for the navigation landmark. Maps to `aria-label` on the `<nav>` element. Recommended when multiple navigation landmarks exist on a page (e.g., side nav + top nav + breadcrumbs) to help screen readers distinguish them.
1253
+ */
1254
+ "label"?: string;
1255
+ }
1256
+ interface XplSideNavItem {
1257
+ /**
1258
+ * Whether the component is disabled
1259
+ * @default false
1260
+ */
1261
+ "disabled": boolean;
1262
+ /**
1263
+ * Whether the item is currently expanded (only applies when hasChildren is true)
1264
+ * @default false
1265
+ */
1266
+ "expanded": boolean;
1267
+ /**
1268
+ * Whether the item has child items; when true, shows expand/collapse and a default slot for nested items. Mutually exclusive with <code>link</code>. If <code>link</code> is already true, setting <code>has-children</code> is reverted (<code>@Watch('hasChildren')</code>, <code>@Watch('link')</code>, <code>componentWillLoad</code>, and <code>componentWillRender</code>) so reflected attributes match CSS.
1269
+ * @default false
1270
+ */
1271
+ "hasChildren": boolean;
1272
+ /**
1273
+ * Whether the component is hidden
1274
+ * @default false
1275
+ */
1276
+ "hidden": boolean;
1277
+ /**
1278
+ * Optional icon name; default content for <code>slot="icon"</code> (leaf and footer rows only). Expandable parents (<code>has-children</code>) do not show an icon column — only the chevron and label. Omit for nested children under a <code>has-children</code> parent — the icon column is hidden for sub-items.
1279
+ */
1280
+ "icon"?: string;
1281
+ /**
1282
+ * The display label for the navigation item (button / expandable rows; omit in <code>link</code> mode).
1283
+ */
1284
+ "label"?: string;
1285
+ /**
1286
+ * When true, the row becomes a slot-only container for consumer-provided links. The consumer provides the full anchor element (or router link) via the default slot. In link mode, <code>label</code> and <code>icon</code> props should not be used. Link mode does not support <code>has-children</code>; use the default button mode for expandable items. When <code>link</code> is true, <code>hasChildren</code> is always false (enforced by <code>@Watch('link')</code>, <code>@Watch('hasChildren')</code>, <code>componentWillLoad</code>, and <code>componentWillRender</code>).
1287
+ * @default false
1288
+ */
1289
+ "link": boolean;
1290
+ /**
1291
+ * Whether the item is currently in a selected state
1292
+ * @default false
1293
+ */
1294
+ "selected": boolean;
1295
+ }
1054
1296
  interface XplSkeleton {
1055
1297
  /**
1056
1298
  * A CSS class name to apply to the component.
@@ -1313,6 +1555,10 @@ export namespace Components {
1313
1555
  "navControl"?: boolean;
1314
1556
  }
1315
1557
  }
1558
+ export interface XplBannerCustomEvent<T> extends CustomEvent<T> {
1559
+ detail: T;
1560
+ target: HTMLXplBannerElement;
1561
+ }
1316
1562
  export interface XplButtonRowCustomEvent<T> extends CustomEvent<T> {
1317
1563
  detail: T;
1318
1564
  target: HTMLXplButtonRowElement;
@@ -1353,6 +1599,10 @@ export interface XplInputFileCustomEvent<T> extends CustomEvent<T> {
1353
1599
  detail: T;
1354
1600
  target: HTMLXplInputFileElement;
1355
1601
  }
1602
+ export interface XplInputPhoneCustomEvent<T> extends CustomEvent<T> {
1603
+ detail: T;
1604
+ target: HTMLXplInputPhoneElement;
1605
+ }
1356
1606
  export interface XplInputTimeCustomEvent<T> extends CustomEvent<T> {
1357
1607
  detail: T;
1358
1608
  target: HTMLXplInputTimeElement;
@@ -1385,6 +1635,10 @@ export interface XplSelectCustomEvent<T> extends CustomEvent<T> {
1385
1635
  detail: T;
1386
1636
  target: HTMLXplSelectElement;
1387
1637
  }
1638
+ export interface XplSideNavItemCustomEvent<T> extends CustomEvent<T> {
1639
+ detail: T;
1640
+ target: HTMLXplSideNavItemElement;
1641
+ }
1388
1642
  export interface XplSlideoutCustomEvent<T> extends CustomEvent<T> {
1389
1643
  detail: T;
1390
1644
  target: HTMLXplSlideoutElement;
@@ -1444,6 +1698,25 @@ declare global {
1444
1698
  prototype: HTMLXplBadgeElement;
1445
1699
  new (): HTMLXplBadgeElement;
1446
1700
  };
1701
+ interface HTMLXplBannerElementEventMap {
1702
+ "action": void;
1703
+ "dismiss": void;
1704
+ "secondaryAction": void;
1705
+ }
1706
+ interface HTMLXplBannerElement extends Components.XplBanner, HTMLStencilElement {
1707
+ addEventListener<K extends keyof HTMLXplBannerElementEventMap>(type: K, listener: (this: HTMLXplBannerElement, ev: XplBannerCustomEvent<HTMLXplBannerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1708
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1709
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1710
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1711
+ removeEventListener<K extends keyof HTMLXplBannerElementEventMap>(type: K, listener: (this: HTMLXplBannerElement, ev: XplBannerCustomEvent<HTMLXplBannerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1712
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1713
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1714
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1715
+ }
1716
+ var HTMLXplBannerElement: {
1717
+ prototype: HTMLXplBannerElement;
1718
+ new (): HTMLXplBannerElement;
1719
+ };
1447
1720
  interface HTMLXplBreadcrumbItemElement extends Components.XplBreadcrumbItem, HTMLStencilElement {
1448
1721
  }
1449
1722
  var HTMLXplBreadcrumbItemElement: {
@@ -1725,6 +1998,24 @@ declare global {
1725
1998
  prototype: HTMLXplInputFileElement;
1726
1999
  new (): HTMLXplInputFileElement;
1727
2000
  };
2001
+ interface HTMLXplInputPhoneElementEventMap {
2002
+ "hasErrorStateChanged": string | null;
2003
+ "valueChange": string;
2004
+ }
2005
+ interface HTMLXplInputPhoneElement extends Components.XplInputPhone, HTMLStencilElement {
2006
+ addEventListener<K extends keyof HTMLXplInputPhoneElementEventMap>(type: K, listener: (this: HTMLXplInputPhoneElement, ev: XplInputPhoneCustomEvent<HTMLXplInputPhoneElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2007
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2008
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2009
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2010
+ removeEventListener<K extends keyof HTMLXplInputPhoneElementEventMap>(type: K, listener: (this: HTMLXplInputPhoneElement, ev: XplInputPhoneCustomEvent<HTMLXplInputPhoneElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2011
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2012
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2013
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2014
+ }
2015
+ var HTMLXplInputPhoneElement: {
2016
+ prototype: HTMLXplInputPhoneElement;
2017
+ new (): HTMLXplInputPhoneElement;
2018
+ };
1728
2019
  interface HTMLXplInputTimeElementEventMap {
1729
2020
  "valueChange": string;
1730
2021
  "hasErrorStateChanged": string | null;
@@ -1824,6 +2115,16 @@ declare global {
1824
2115
  prototype: HTMLXplPaginationElement;
1825
2116
  new (): HTMLXplPaginationElement;
1826
2117
  };
2118
+ /**
2119
+ * A stateless container that defines a section on a page and can house any
2120
+ * type of content. Panels are not dismissible and may contain a top accent.
2121
+ */
2122
+ interface HTMLXplPanelElement extends Components.XplPanel, HTMLStencilElement {
2123
+ }
2124
+ var HTMLXplPanelElement: {
2125
+ prototype: HTMLXplPanelElement;
2126
+ new (): HTMLXplPanelElement;
2127
+ };
1827
2128
  interface HTMLXplPopoverElementEventMap {
1828
2129
  "isOpenChange": boolean;
1829
2130
  }
@@ -1847,6 +2148,12 @@ declare global {
1847
2148
  prototype: HTMLXplProgressElement;
1848
2149
  new (): HTMLXplProgressElement;
1849
2150
  };
2151
+ interface HTMLXplProgressBarElement extends Components.XplProgressBar, HTMLStencilElement {
2152
+ }
2153
+ var HTMLXplProgressBarElement: {
2154
+ prototype: HTMLXplProgressBarElement;
2155
+ new (): HTMLXplProgressBarElement;
2156
+ };
1850
2157
  interface HTMLXplRadioElementEventMap {
1851
2158
  "radioChange": string | boolean;
1852
2159
  }
@@ -1893,6 +2200,30 @@ declare global {
1893
2200
  prototype: HTMLXplSelectElement;
1894
2201
  new (): HTMLXplSelectElement;
1895
2202
  };
2203
+ interface HTMLXplSideNavElement extends Components.XplSideNav, HTMLStencilElement {
2204
+ }
2205
+ var HTMLXplSideNavElement: {
2206
+ prototype: HTMLXplSideNavElement;
2207
+ new (): HTMLXplSideNavElement;
2208
+ };
2209
+ interface HTMLXplSideNavItemElementEventMap {
2210
+ "expandedChange": boolean;
2211
+ "navClick": void;
2212
+ }
2213
+ interface HTMLXplSideNavItemElement extends Components.XplSideNavItem, HTMLStencilElement {
2214
+ addEventListener<K extends keyof HTMLXplSideNavItemElementEventMap>(type: K, listener: (this: HTMLXplSideNavItemElement, ev: XplSideNavItemCustomEvent<HTMLXplSideNavItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2215
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2216
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2217
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2218
+ removeEventListener<K extends keyof HTMLXplSideNavItemElementEventMap>(type: K, listener: (this: HTMLXplSideNavItemElement, ev: XplSideNavItemCustomEvent<HTMLXplSideNavItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2219
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2220
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2221
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2222
+ }
2223
+ var HTMLXplSideNavItemElement: {
2224
+ prototype: HTMLXplSideNavItemElement;
2225
+ new (): HTMLXplSideNavItemElement;
2226
+ };
1896
2227
  interface HTMLXplSkeletonElement extends Components.XplSkeleton, HTMLStencilElement {
1897
2228
  }
1898
2229
  var HTMLXplSkeletonElement: {
@@ -2065,6 +2396,7 @@ declare global {
2065
2396
  "xpl-avatar": HTMLXplAvatarElement;
2066
2397
  "xpl-backdrop": HTMLXplBackdropElement;
2067
2398
  "xpl-badge": HTMLXplBadgeElement;
2399
+ "xpl-banner": HTMLXplBannerElement;
2068
2400
  "xpl-breadcrumb-item": HTMLXplBreadcrumbItemElement;
2069
2401
  "xpl-breadcrumbs": HTMLXplBreadcrumbsElement;
2070
2402
  "xpl-button": HTMLXplButtonElement;
@@ -2091,6 +2423,7 @@ declare global {
2091
2423
  "xpl-input-color": HTMLXplInputColorElement;
2092
2424
  "xpl-input-date": HTMLXplInputDateElement;
2093
2425
  "xpl-input-file": HTMLXplInputFileElement;
2426
+ "xpl-input-phone": HTMLXplInputPhoneElement;
2094
2427
  "xpl-input-time": HTMLXplInputTimeElement;
2095
2428
  "xpl-large-card": HTMLXplLargeCardElement;
2096
2429
  "xpl-list": HTMLXplListElement;
@@ -2098,11 +2431,15 @@ declare global {
2098
2431
  "xpl-modal": HTMLXplModalElement;
2099
2432
  "xpl-nav-item": HTMLXplNavItemElement;
2100
2433
  "xpl-pagination": HTMLXplPaginationElement;
2434
+ "xpl-panel": HTMLXplPanelElement;
2101
2435
  "xpl-popover": HTMLXplPopoverElement;
2102
2436
  "xpl-progress": HTMLXplProgressElement;
2437
+ "xpl-progress-bar": HTMLXplProgressBarElement;
2103
2438
  "xpl-radio": HTMLXplRadioElement;
2104
2439
  "xpl-secondary-nav": HTMLXplSecondaryNavElement;
2105
2440
  "xpl-select": HTMLXplSelectElement;
2441
+ "xpl-side-nav": HTMLXplSideNavElement;
2442
+ "xpl-side-nav-item": HTMLXplSideNavItemElement;
2106
2443
  "xpl-skeleton": HTMLXplSkeletonElement;
2107
2444
  "xpl-slideout": HTMLXplSlideoutElement;
2108
2445
  "xpl-tab": HTMLXplTabElement;
@@ -2120,6 +2457,8 @@ declare global {
2120
2457
  }
2121
2458
  }
2122
2459
  declare namespace LocalJSX {
2460
+ type OneOf<K extends string, PropT, AttrT = PropT> = { [P in K]: PropT } & { [P in `attr:${K}` | `prop:${K}`]?: never } | { [P in `attr:${K}`]: AttrT } & { [P in K | `prop:${K}`]?: never } | { [P in `prop:${K}`]: PropT } & { [P in K | `attr:${K}`]?: never };
2461
+
2123
2462
  interface XplAccordion {
2124
2463
  /**
2125
2464
  * set the border of the accordion none: there’s no border wrapping the header bottom:there’s a border below the header bordered: the header is wrapped by a white panel with a rounded border around it on every side
@@ -2215,93 +2554,191 @@ declare namespace LocalJSX {
2215
2554
  }
2216
2555
  interface XplBadge {
2217
2556
  /**
2218
- * Whether badge shows a dot icon before the text
2557
+ * Whether badge shows a bordered ring
2558
+ * @default false
2559
+ */
2560
+ "bordered"?: boolean;
2561
+ /**
2562
+ * Whether badge shows a dot icon before the text (inside the pill)
2219
2563
  */
2220
2564
  "dot"?: boolean;
2221
2565
  /**
2222
- * Color styles to indicate varied states
2566
+ * When true, render a compact badge built around the dot. - With no children: just a dot (status/dot badge) - With children: a small dot badge with the text/number inside
2567
+ * @default false
2223
2568
  */
2224
- "variant"?: 'success' | 'warning' | 'inactive' | 'error';
2225
- }
2226
- interface XplBreadcrumbItem {
2227
- }
2228
- interface XplBreadcrumbs {
2229
- }
2230
- interface XplButton {
2569
+ "dotOnly"?: boolean;
2231
2570
  /**
2232
- * whether button should be disabled
2571
+ * Badge shape rounded (pill) boxy (rounded corners)
2572
+ * @default 'rounded'
2233
2573
  */
2234
- "disabled"?: boolean;
2574
+ "shape"?: 'rounded' | 'boxy';
2235
2575
  /**
2236
- * @property {string} - An optional form attribute for the button if type is submit
2576
+ * Badge size default | small
2577
+ * @default 'default'
2237
2578
  */
2238
- "form"?: string;
2579
+ "size"?: 'default' | 'small';
2239
2580
  /**
2240
- * whether button should render with full width
2581
+ * Badge variant (color). Preferred values: `purple`, `green`, `yellow`, `orange`, `gray`, `red`, `blue`. The legacy semantic names `success`, `warning`, `inactive`, and `error` are still accepted and map to `green`, `yellow`, `gray`, and `red` respectively. Prefer the color names for new code.
2582
+ * @default 'purple'
2241
2583
  */
2242
- "fullWidth"?: boolean;
2584
+ "variant"?: BadgeVariantProp;
2585
+ }
2586
+ interface XplBanner {
2243
2587
  /**
2244
- * whether button should render icon only
2588
+ * Primary action label. When provided, an action button is rendered.
2245
2589
  */
2246
- "iconOnly"?: boolean;
2590
+ "actionText"?: string;
2247
2591
  /**
2248
- * whether button should yield a slot for a link tag
2592
+ * Controls the visual appearance and semantic meaning of the banner. These values map to messaging background/border token sets in `banner.css`. Banner icons use `--xpl-icon-default`, except `error` which uses inverse icon/text tokens for contrast on dark backgrounds.
2593
+ * @default 'information'
2249
2594
  */
2250
- "link"?: boolean;
2595
+ "appearance"?: 'information' | 'positive' | 'warning' | 'error';
2251
2596
  /**
2252
- * @property {string} - button name attribute
2597
+ * Optional supporting message shown after the heading. Description text uses `--xpl-text-default`.
2253
2598
  */
2254
- "name"?: string;
2599
+ "description"?: string;
2255
2600
  /**
2256
- * @property {"default" | "sm" | "xs"} - button size
2257
- * @default 'default'
2601
+ * Whether to render the leading icon in section layout. Ignored in bar layout — bar banners always show the icon.
2602
+ * @default true
2258
2603
  */
2259
- "size"?: 'default' | 'sm' | 'xs';
2604
+ "hasIcon"?: boolean;
2260
2605
  /**
2261
- * @property {"neutral" | "warning" | "success"} - button state (color) neutral=purple, success=green, warning=red
2262
- * @default 'neutral'
2606
+ * Primary banner message shown with stronger title typography.
2263
2607
  */
2264
- "state"?: 'neutral' | 'warning' | 'success';
2608
+ "heading"?: string;
2265
2609
  /**
2266
- * @property {"submit" | "reset" | "button"} - button type attribute
2610
+ * Whether to show the trailing dismiss control.
2611
+ * @default true
2267
2612
  */
2268
- "type"?: 'submit' | 'reset' | 'button';
2613
+ "isDismissible"?: boolean;
2269
2614
  /**
2270
- * @property {string} - button value attribute
2615
+ * Renders the section-style banner layout when true.
2616
+ * @default false
2271
2617
  */
2272
- "value"?: string;
2618
+ "isSection"?: boolean;
2273
2619
  /**
2274
- * @property {"primary" | "secondary" | "subtle"} - button variant
2275
- * @default 'primary'
2620
+ * Emitted when the primary action is clicked.
2276
2621
  */
2277
- "variant"?: 'primary' | 'secondary' | 'subtle';
2278
- }
2279
- interface XplButtonRow {
2622
+ "onAction"?: (event: XplBannerCustomEvent<void>) => void;
2280
2623
  /**
2281
- * Fires on the primary button. If not set, the button can act as a standard submit button for a form.
2624
+ * Emitted when the dismiss button is clicked.
2282
2625
  */
2283
- "onClickPrimary"?: (event: XplButtonRowCustomEvent<any>) => void;
2626
+ "onDismiss"?: (event: XplBannerCustomEvent<void>) => void;
2284
2627
  /**
2285
- * Adds an event listener to the secondary button.
2628
+ * Emitted when the secondary action is clicked.
2286
2629
  */
2287
- "onClickSecondary"?: (event: XplButtonRowCustomEvent<any>) => void;
2630
+ "onSecondaryAction"?: (event: XplBannerCustomEvent<void>) => void;
2288
2631
  /**
2289
- * Adds an event listener to the tertiary button.
2632
+ * Secondary action label. When provided, a second action button is rendered.
2290
2633
  */
2291
- "onClickTertiary"?: (event: XplButtonRowCustomEvent<any>) => void;
2634
+ "secondaryActionText"?: string;
2292
2635
  /**
2293
- * The text for the primary button.
2636
+ * When true, `description` is constrained to one line with ellipsis so banner height stays stable.
2637
+ * @default false
2294
2638
  */
2295
- "primary"?: 'string';
2639
+ "truncateDesc"?: boolean;
2640
+ }
2641
+ interface XplBreadcrumbItem {
2642
+ }
2643
+ interface XplBreadcrumbs {
2644
+ }
2645
+ interface XplButton {
2296
2646
  /**
2297
- * The text for the secondary button. If left empty, will not render a secondary button.
2647
+ * Whether button should be disabled
2648
+ * @default false
2298
2649
  */
2299
- "secondary"?: 'string';
2650
+ "disabled"?: boolean;
2300
2651
  /**
2301
- * The text for the tertiary button. If left empty, will not render a secondary button.
2652
+ * An optional form attribute for the button if type is submit
2302
2653
  */
2303
- "tertiary"?: 'string';
2304
- }
2654
+ "form"?: string;
2655
+ /**
2656
+ * Whether the button should be of full width as per parent container.
2657
+ * @default false
2658
+ */
2659
+ "fullWidth"?: boolean;
2660
+ /**
2661
+ * Icon to render - icon name as string (from xpl-icon library).
2662
+ * @default ''
2663
+ */
2664
+ "icon"?: string;
2665
+ /**
2666
+ * When true, the button renders in icon-only circular style. Use for icon-only buttons.
2667
+ * @default false
2668
+ */
2669
+ "iconOnly"?: boolean;
2670
+ /**
2671
+ * Icon position relative to slot content. Ignored if no icon is provided.
2672
+ * @default 'start'
2673
+ */
2674
+ "iconPosition"?: 'start' | 'end';
2675
+ /**
2676
+ * When true, shows a loading overlay with spinner over the button. Button is non-interactive.
2677
+ * @default false
2678
+ */
2679
+ "isLoading"?: boolean;
2680
+ /**
2681
+ * whether button should yield a slot for a link tag
2682
+ */
2683
+ "link"?: boolean;
2684
+ /**
2685
+ * Name of the button, submitted with form data. Passed through to the native button element.
2686
+ */
2687
+ "name"?: string;
2688
+ /**
2689
+ * Sentiment of the button, which applies different color schemes to indicate purpose/intent.
2690
+ * @default 'neutral'
2691
+ */
2692
+ "sentiment"?: 'neutral' | 'negative' | 'positive';
2693
+ /**
2694
+ * Button size. Use 'default', 'xs' (extra small), or 'sm' (small).
2695
+ * @default 'default'
2696
+ */
2697
+ "size"?: 'default' | 'xs' | 'sm';
2698
+ /**
2699
+ * @deprecated : Use `sentiment` with values "neutral", "negative", "positive" instead of `state` .
2700
+ */
2701
+ "state"?: 'neutral' | 'warning' | 'success';
2702
+ /**
2703
+ * HTML button type attribute.
2704
+ */
2705
+ "type"?: 'submit' | 'reset' | 'button';
2706
+ /**
2707
+ * Value of the button, submitted with form data. Passed through to the native button element.
2708
+ */
2709
+ "value"?: string;
2710
+ /**
2711
+ * Button variant/style. Use "primary", "secondary", "tertiary" for new usage. "subtle" is deprecated but still supported for backward compatibility.
2712
+ * @default 'primary'
2713
+ */
2714
+ "variant"?: 'primary' | 'secondary' | 'tertiary' | 'subtle';
2715
+ }
2716
+ interface XplButtonRow {
2717
+ /**
2718
+ * Fires on the primary button. If not set, the button can act as a standard submit button for a form.
2719
+ */
2720
+ "onClickPrimary"?: (event: XplButtonRowCustomEvent<any>) => void;
2721
+ /**
2722
+ * Adds an event listener to the secondary button.
2723
+ */
2724
+ "onClickSecondary"?: (event: XplButtonRowCustomEvent<any>) => void;
2725
+ /**
2726
+ * Adds an event listener to the tertiary button.
2727
+ */
2728
+ "onClickTertiary"?: (event: XplButtonRowCustomEvent<any>) => void;
2729
+ /**
2730
+ * The text for the primary button.
2731
+ */
2732
+ "primary"?: 'string';
2733
+ /**
2734
+ * The text for the secondary button. If left empty, will not render a secondary button.
2735
+ */
2736
+ "secondary"?: 'string';
2737
+ /**
2738
+ * The text for the tertiary button. If left empty, will not render a secondary button.
2739
+ */
2740
+ "tertiary"?: 'string';
2741
+ }
2305
2742
  interface XplCalendar {
2306
2743
  /**
2307
2744
  * Format of the date displayed in the calendar. Default is 'Y-m-d'.
@@ -2529,7 +2966,7 @@ declare namespace LocalJSX {
2529
2966
  /**
2530
2967
  * call back function invoked when a selection is made
2531
2968
  */
2532
- "update"?: (e, { component }: { component: XplDropdown }) => void;
2969
+ "update"?: (e, { component }: { component: Dropdown }) => void;
2533
2970
  }
2534
2971
  interface XplDropdownGroup {
2535
2972
  /**
@@ -2548,6 +2985,10 @@ declare namespace LocalJSX {
2548
2985
  "label"?: string;
2549
2986
  }
2550
2987
  interface XplDropdownOption {
2988
+ /**
2989
+ * optional icon name to display before the label (uses xpl-icon)
2990
+ */
2991
+ "icon"?: string;
2551
2992
  /**
2552
2993
  * whether option is disabled
2553
2994
  */
@@ -2683,6 +3124,11 @@ declare namespace LocalJSX {
2683
3124
  * @default 'Y-m-d'
2684
3125
  */
2685
3126
  "dateFormat"?: string;
3127
+ /**
3128
+ * Default country code (ISO 3166-1 alpha-2) when value is empty, e.g. "US". Applies to phone inputs.
3129
+ * @default 'US'
3130
+ */
3131
+ "defaultCountry"?: string;
2686
3132
  /**
2687
3133
  * Optional text that appears below the input label. Applies to all input types.
2688
3134
  */
@@ -2714,6 +3160,11 @@ declare namespace LocalJSX {
2714
3160
  * @default false
2715
3161
  */
2716
3162
  "hideTriggerOnSelect"?: boolean;
3163
+ /**
3164
+ * Enables international mode with country selector for phone inputs. When false, the phone input is locked to defaultCountry with no country picker.
3165
+ * @default true Applies to phone inputs.
3166
+ */
3167
+ "isInternational"?: boolean;
2717
3168
  /**
2718
3169
  * Label text for the field Applies to all input types.
2719
3170
  */
@@ -2777,6 +3228,10 @@ declare namespace LocalJSX {
2777
3228
  * A string (recommended max 8 characters) that gets shown visually to the right of (after) the input. Applies to text, password, number, and date inputs. Note: This will be ignored if `multiline` is `true`.
2778
3229
  */
2779
3230
  "pre"?: string;
3231
+ /**
3232
+ * Country codes to show at the top of the country list, e.g. ["US", "CA", "GB"]. Applies to phone inputs.
3233
+ */
3234
+ "preferredCountries"?: string[];
2780
3235
  /**
2781
3236
  * Whether the input is editable Applies to text, password, number, and date inputs.
2782
3237
  */
@@ -2798,7 +3253,7 @@ declare namespace LocalJSX {
2798
3253
  * The type of form control
2799
3254
  * @default 'text'
2800
3255
  */
2801
- "type"?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color';
3256
+ "type"?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color' | 'phone';
2802
3257
  /**
2803
3258
  * Including a `value` will pre-populate the input with the given string. Applies to text, password, number, and date inputs.
2804
3259
  */
@@ -2952,6 +3407,58 @@ declare namespace LocalJSX {
2952
3407
  value: File[] | null;
2953
3408
  }>) => void;
2954
3409
  }
3410
+ interface XplInputPhone {
3411
+ /**
3412
+ * Default country code (ISO 3166-1 alpha-2) when value is empty, e.g. "US".
3413
+ * @default 'US'
3414
+ */
3415
+ "defaultCountry"?: string;
3416
+ /**
3417
+ * Whether the field is disabled
3418
+ */
3419
+ "disabled"?: boolean;
3420
+ /**
3421
+ * The `inputId` is used to associate the input with a label.
3422
+ */
3423
+ "inputId"?: string;
3424
+ /**
3425
+ * Enables international mode with a country selector and dial code prefix. When false, the input is locked to `defaultCountry` with no country picker and no dial code shown in the display value. Emitted value is still E.164.
3426
+ * @default true
3427
+ */
3428
+ "isInternational"?: boolean;
3429
+ /**
3430
+ * Most inputs are used in forms, and should have a `name` associated with the input for handling form data.
3431
+ */
3432
+ "name"?: string;
3433
+ /**
3434
+ * Event that is emitted when the hasErrorState state changes.
3435
+ */
3436
+ "onHasErrorStateChanged"?: (event: XplInputPhoneCustomEvent<string | null>) => void;
3437
+ /**
3438
+ * Event that emits the current value of the input (E.164 format).
3439
+ */
3440
+ "onValueChange"?: (event: XplInputPhoneCustomEvent<string>) => void;
3441
+ /**
3442
+ * Placeholder text that appears when the field has no value
3443
+ */
3444
+ "placeholder"?: string;
3445
+ /**
3446
+ * Country codes to show at the top of the country list, e.g. ["US", "CA", "GB"].
3447
+ */
3448
+ "preferredCountries"?: string[];
3449
+ /**
3450
+ * Whether the input is editable
3451
+ */
3452
+ "readonly"?: boolean;
3453
+ /**
3454
+ * Whether the input is required
3455
+ */
3456
+ "required"?: boolean;
3457
+ /**
3458
+ * Including a `value` will pre-populate the input (E.164 format, e.g. +14155551234).
3459
+ */
3460
+ "value"?: string;
3461
+ }
2955
3462
  interface XplInputTime {
2956
3463
  /**
2957
3464
  * For time inputs, whether to allow custom option in the input even if not available in the dropdown. Example: A step of 30 minutes will allow 15:03, 15:37, etc. Applies to time inputs.
@@ -3119,6 +3626,22 @@ declare namespace LocalJSX {
3119
3626
  */
3120
3627
  "withPageControl"?: boolean;
3121
3628
  }
3629
+ /**
3630
+ * A stateless container that defines a section on a page and can house any
3631
+ * type of content. Panels are not dismissible and may contain a top accent.
3632
+ */
3633
+ interface XplPanel {
3634
+ /**
3635
+ * Color accent bar displayed at the top of the panel. - `none` – no accent (default) - `primary` – brand primary color - `secondary` – brand secondary color - `positive` – positive / success color - `negative` – negative / error color - `highlight` – highlight / warning color
3636
+ * @default 'none'
3637
+ */
3638
+ "accent"?: 'none' | 'primary' | 'secondary' | 'positive' | 'negative' | 'highlight';
3639
+ /**
3640
+ * Padding density applied to the content area. Responsive: scales down at tablet and mobile breakpoints. - `default` – 24 px desktop / 16 px tablet+mobile - `tight` – 16 px desktop / 8 px tablet+mobile - `loose` – 40 px desktop / 32 px tablet / 24 px mobile
3641
+ * @default 'default'
3642
+ */
3643
+ "padding"?: 'default' | 'tight' | 'loose';
3644
+ }
3122
3645
  interface XplPopover {
3123
3646
  /**
3124
3647
  * Whether the popover is disabled or not.
@@ -3156,6 +3679,36 @@ declare namespace LocalJSX {
3156
3679
  */
3157
3680
  "steps"?: string[];
3158
3681
  }
3682
+ interface XplProgressBar {
3683
+ /**
3684
+ * The helper text displayed below the progress bar (recommended for error state)
3685
+ */
3686
+ "helperText"?: string;
3687
+ /**
3688
+ * The label text displayed above the progress bar
3689
+ */
3690
+ "label"?: string;
3691
+ /**
3692
+ * The maximum value of the progress (mirrors native <progress> max attribute)
3693
+ * @default 100
3694
+ */
3695
+ "max"?: number;
3696
+ /**
3697
+ * The size of the progress bar height: sm = 4px, lg = 6px
3698
+ * @default 'lg'
3699
+ */
3700
+ "size"?: 'sm' | 'lg';
3701
+ /**
3702
+ * The current value of the progress (mirrors native <progress> value attribute)
3703
+ * @default 0
3704
+ */
3705
+ "value"?: number;
3706
+ /**
3707
+ * The visual variant of the progress bar
3708
+ * @default 'default'
3709
+ */
3710
+ "variant"?: 'default' | 'success' | 'error' | 'indeterminate';
3711
+ }
3159
3712
  interface XplRadio {
3160
3713
  /**
3161
3714
  * Whether the input is "on"
@@ -3269,6 +3822,60 @@ declare namespace LocalJSX {
3269
3822
  */
3270
3823
  "truncate"?: boolean;
3271
3824
  }
3825
+ interface XplSideNav {
3826
+ /**
3827
+ * Accessible label for the navigation landmark. Maps to `aria-label` on the `<nav>` element. Recommended when multiple navigation landmarks exist on a page (e.g., side nav + top nav + breadcrumbs) to help screen readers distinguish them.
3828
+ */
3829
+ "label"?: string;
3830
+ }
3831
+ interface XplSideNavItem {
3832
+ /**
3833
+ * Whether the component is disabled
3834
+ * @default false
3835
+ */
3836
+ "disabled"?: boolean;
3837
+ /**
3838
+ * Whether the item is currently expanded (only applies when hasChildren is true)
3839
+ * @default false
3840
+ */
3841
+ "expanded"?: boolean;
3842
+ /**
3843
+ * Whether the item has child items; when true, shows expand/collapse and a default slot for nested items. Mutually exclusive with <code>link</code>. If <code>link</code> is already true, setting <code>has-children</code> is reverted (<code>@Watch('hasChildren')</code>, <code>@Watch('link')</code>, <code>componentWillLoad</code>, and <code>componentWillRender</code>) so reflected attributes match CSS.
3844
+ * @default false
3845
+ */
3846
+ "hasChildren"?: boolean;
3847
+ /**
3848
+ * Whether the component is hidden
3849
+ * @default false
3850
+ */
3851
+ "hidden"?: boolean;
3852
+ /**
3853
+ * Optional icon name; default content for <code>slot="icon"</code> (leaf and footer rows only). Expandable parents (<code>has-children</code>) do not show an icon column — only the chevron and label. Omit for nested children under a <code>has-children</code> parent — the icon column is hidden for sub-items.
3854
+ */
3855
+ "icon"?: string;
3856
+ /**
3857
+ * The display label for the navigation item (button / expandable rows; omit in <code>link</code> mode).
3858
+ */
3859
+ "label"?: string;
3860
+ /**
3861
+ * When true, the row becomes a slot-only container for consumer-provided links. The consumer provides the full anchor element (or router link) via the default slot. In link mode, <code>label</code> and <code>icon</code> props should not be used. Link mode does not support <code>has-children</code>; use the default button mode for expandable items. When <code>link</code> is true, <code>hasChildren</code> is always false (enforced by <code>@Watch('link')</code>, <code>@Watch('hasChildren')</code>, <code>componentWillLoad</code>, and <code>componentWillRender</code>).
3862
+ * @default false
3863
+ */
3864
+ "link"?: boolean;
3865
+ /**
3866
+ * Emitted when the expanded state changes (hasChildren items only). Detail is the new expanded value.
3867
+ */
3868
+ "onExpandedChange"?: (event: XplSideNavItemCustomEvent<boolean>) => void;
3869
+ /**
3870
+ * Emitted when a leaf item is clicked. Expandable parents use expandedChange instead.
3871
+ */
3872
+ "onNavClick"?: (event: XplSideNavItemCustomEvent<void>) => void;
3873
+ /**
3874
+ * Whether the item is currently in a selected state
3875
+ * @default false
3876
+ */
3877
+ "selected"?: boolean;
3878
+ }
3272
3879
  interface XplSkeleton {
3273
3880
  /**
3274
3881
  * A CSS class name to apply to the component.
@@ -3566,130 +4173,564 @@ declare namespace LocalJSX {
3566
4173
  */
3567
4174
  "onNavOpen"?: (event: XplUtilityBarCustomEvent<boolean>) => void;
3568
4175
  }
4176
+
4177
+ interface XplAccordionAttributes {
4178
+ "contentId": string;
4179
+ "header": string;
4180
+ "description": string;
4181
+ "initialExpanded": boolean;
4182
+ "size": '1' | '2' | '3';
4183
+ "borderType": '' | 'none' | 'bottom' | 'bordered';
4184
+ }
4185
+ interface XplApplicationShellAttributes {
4186
+ "withSubnav": boolean;
4187
+ "withUtility": boolean;
4188
+ "navWidth": string;
4189
+ "isNavOpenAtStartup": boolean;
4190
+ }
4191
+ interface XplAvatarAttributes {
4192
+ "color": 'green' | 'yellow' | 'pink' | 'primary' | 'secondary';
4193
+ "disabled": boolean;
4194
+ "href": string;
4195
+ "name": string;
4196
+ "size": 'md' | 'sm';
4197
+ "src": string;
4198
+ "status": 'active' | 'warning' | 'inactive';
4199
+ "target": string;
4200
+ }
4201
+ interface XplBackdropAttributes {
4202
+ "relative": boolean;
4203
+ }
4204
+ interface XplBadgeAttributes {
4205
+ "bordered": boolean;
4206
+ "dot": boolean;
4207
+ "dotOnly": boolean;
4208
+ "shape": 'rounded' | 'boxy';
4209
+ "size": 'default' | 'small';
4210
+ "variant": BadgeVariantProp;
4211
+ }
4212
+ interface XplBannerAttributes {
4213
+ "actionText": string;
4214
+ "appearance": 'information' | 'positive' | 'warning' | 'error';
4215
+ "description": string;
4216
+ "hasIcon": boolean;
4217
+ "heading": string;
4218
+ "isDismissible": boolean;
4219
+ "isSection": boolean;
4220
+ "secondaryActionText": string;
4221
+ "truncateDesc": boolean;
4222
+ }
4223
+ interface XplButtonAttributes {
4224
+ "disabled": boolean;
4225
+ "form": string;
4226
+ "fullWidth": boolean;
4227
+ "icon": string;
4228
+ "iconOnly": boolean;
4229
+ "iconPosition": 'start' | 'end';
4230
+ "isLoading": boolean;
4231
+ "link": boolean;
4232
+ "name": string;
4233
+ "sentiment": 'neutral' | 'negative' | 'positive';
4234
+ "size": 'default' | 'xs' | 'sm';
4235
+ "state": 'neutral' | 'warning' | 'success';
4236
+ "type": 'submit' | 'reset' | 'button';
4237
+ "value": string;
4238
+ "variant": 'primary' | 'secondary' | 'tertiary' | 'subtle';
4239
+ }
4240
+ interface XplButtonRowAttributes {
4241
+ "primary": 'string';
4242
+ "secondary": 'string';
4243
+ "tertiary": 'string';
4244
+ }
4245
+ interface XplCalendarAttributes {
4246
+ "inputId": string;
4247
+ "dateFormat": string;
4248
+ "max": string;
4249
+ "min": string;
4250
+ "mode": 'single' | 'range';
4251
+ "defaultDate": string;
4252
+ }
4253
+ interface XplCheckboxAttributes {
4254
+ "checked": boolean;
4255
+ "description": string;
4256
+ "disabled": boolean;
4257
+ "indeterminate": boolean;
4258
+ "name": string;
4259
+ "value": string;
4260
+ "required": boolean;
4261
+ "styled": boolean;
4262
+ "dataId": string;
4263
+ }
4264
+ interface XplChoicelistAttributes {
4265
+ "description": string;
4266
+ "heading": string;
4267
+ "multi": boolean;
4268
+ "name": string;
4269
+ "styled": boolean;
4270
+ }
4271
+ interface XplContentAreaAttributes {
4272
+ "size": 'wide' | 'narrow' | 'full';
4273
+ }
4274
+ interface XplDataCardAttributes {
4275
+ "link": boolean;
4276
+ "name": string;
4277
+ "stat": string;
4278
+ "shortStat": string;
4279
+ "variant": 'primary' | 'secondary';
4280
+ "leadingIcon": boolean;
4281
+ "icon": string;
4282
+ "smallStat": string;
4283
+ "smallStatIcon": string;
4284
+ "detail": string;
4285
+ "smallStatVariant": 'positive' | 'negative' | 'neutral';
4286
+ "tooltipTextSmallStat": string;
4287
+ "tooltipTextStat": string;
4288
+ }
4289
+ interface XplDividerAttributes {
4290
+ "tier": number;
4291
+ }
4292
+ interface XplDropdownAttributes {
4293
+ "isOpen": boolean;
4294
+ "closeOnSelect": boolean;
4295
+ "mode": 'single' | 'multi';
4296
+ "anchorToTrigger": boolean;
4297
+ "selectedValues": string | string[];
4298
+ "selectOnFocus": boolean;
4299
+ "triggerId": string;
4300
+ }
4301
+ interface XplDropdownGroupAttributes {
4302
+ "groupName": string;
4303
+ }
4304
+ interface XplDropdownHeadingAttributes {
4305
+ "label": string;
4306
+ }
4307
+ interface XplDropdownOptionAttributes {
4308
+ "isDisabled": boolean;
4309
+ "label": string;
4310
+ "value": string;
4311
+ "subtitle": string;
4312
+ "icon": string;
4313
+ "isSelected": boolean;
4314
+ }
4315
+ interface XplDynamicTableCellAttributes {
4316
+ "disabled": boolean;
4317
+ }
4318
+ interface XplDynamicTableRowAttributes {
4319
+ "disabled": boolean;
4320
+ "selected": boolean;
4321
+ }
4322
+ interface XplGridItemAttributes {
4323
+ "xs": number;
4324
+ "sm": number;
4325
+ "md": number;
4326
+ "lg": number;
4327
+ }
4328
+ interface XplHeaderAccordionAttributes {
4329
+ "contentId": string;
4330
+ "initialExpanded": boolean;
4331
+ "disabled": boolean;
4332
+ "selectedCount": number;
4333
+ "hasCheckbox": boolean;
4334
+ }
4335
+ interface XplIconAttributes {
4336
+ "icon": string;
4337
+ "size": number;
4338
+ "backgroundColor": string;
4339
+ }
4340
+ interface XplInputAttributes {
4341
+ "_id": string;
4342
+ "description": string;
4343
+ "disabled": boolean;
4344
+ "error": string;
4345
+ "label": string;
4346
+ "name": string;
4347
+ "required": boolean;
4348
+ "readonly": boolean;
4349
+ "value": string;
4350
+ "autocomplete": string;
4351
+ "placeholder": string;
4352
+ "post": string;
4353
+ "pre": string;
4354
+ "max": string;
4355
+ "min": string;
4356
+ "step": number;
4357
+ "multiline": boolean;
4358
+ "maxCharacterCount": number;
4359
+ "dateFormat": string;
4360
+ "timeFormat": '12h' | '24h';
4361
+ "allowCustomOption": boolean;
4362
+ "mode": 'single' | /* "multiple" | */ 'range';
4363
+ "accept": string;
4364
+ "multiple": boolean;
4365
+ "hideTriggerOnSelect": boolean;
4366
+ "hideFileNames": boolean;
4367
+ "hideAcceptText": boolean;
4368
+ "hideEyeDropper": boolean;
4369
+ "defaultCountry": string;
4370
+ "isInternational": boolean;
4371
+ "type": 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color' | 'phone';
4372
+ }
4373
+ interface XplInputColorAttributes {
4374
+ "value": string;
4375
+ "placeholder": string;
4376
+ "disabled": boolean;
4377
+ "required": boolean;
4378
+ "hideEyeDropper": boolean;
4379
+ }
4380
+ interface XplInputDateAttributes {
4381
+ "inputId": string;
4382
+ "disabled": boolean;
4383
+ "name": string;
4384
+ "required": boolean;
4385
+ "readonly": boolean;
4386
+ "value": string;
4387
+ "placeholder": string;
4388
+ "post": string;
4389
+ "pre": string;
4390
+ "max": string;
4391
+ "min": string;
4392
+ "dateFormat": string;
4393
+ "mode": 'single' | /* "multiple" | */ 'range';
4394
+ }
4395
+ interface XplInputFileAttributes {
4396
+ "disabled": boolean;
4397
+ "name": string;
4398
+ "_id": string;
4399
+ "accept": string;
4400
+ "multiple": boolean;
4401
+ "hideTriggerOnSelect": boolean;
4402
+ "hideFileNames": boolean;
4403
+ "hideAcceptText": boolean;
4404
+ }
4405
+ interface XplInputPhoneAttributes {
4406
+ "defaultCountry": string;
4407
+ "disabled": boolean;
4408
+ "inputId": string;
4409
+ "isInternational": boolean;
4410
+ "name": string;
4411
+ "placeholder": string;
4412
+ "readonly": boolean;
4413
+ "required": boolean;
4414
+ "value": string;
4415
+ }
4416
+ interface XplInputTimeAttributes {
4417
+ "inputId": string;
4418
+ "disabled": boolean;
4419
+ "name": string;
4420
+ "required": boolean;
4421
+ "readonly": boolean;
4422
+ "value": string;
4423
+ "placeholder": string;
4424
+ "max": string;
4425
+ "min": string;
4426
+ "step": number;
4427
+ "mode": 'single' | 'range';
4428
+ "timeFormat": '12h' | '24h';
4429
+ "allowCustomOption": boolean;
4430
+ }
4431
+ interface XplLargeCardAttributes {
4432
+ "link": boolean;
4433
+ "name": string;
4434
+ "description": string;
4435
+ }
4436
+ interface XplMainNavAttributes {
4437
+ "width": 'default' | 'md' | 'sm';
4438
+ }
4439
+ interface XplModalAttributes {
4440
+ "isOpen": boolean;
4441
+ "size": 'large' | 'medium' | 'small';
4442
+ "variant": 'default' | 'warning';
4443
+ }
4444
+ interface XplNavItemAttributes {
4445
+ "navControl": boolean;
4446
+ }
4447
+ interface XplPaginationAttributes {
4448
+ "totalPages": number;
4449
+ "withPageControl": boolean;
4450
+ "currentPage": number;
4451
+ "rowsPerPageOptions": string;
4452
+ "selectedRowsPerPage": number;
4453
+ }
4454
+ interface XplPanelAttributes {
4455
+ "accent": 'none' | 'primary' | 'secondary' | 'positive' | 'negative' | 'highlight';
4456
+ "padding": 'default' | 'tight' | 'loose';
4457
+ }
4458
+ interface XplPopoverAttributes {
4459
+ "isOpen": boolean;
4460
+ "disabled": boolean;
4461
+ "position": PopoverPosition;
4462
+ "display": 'arrow' | 'menu';
4463
+ }
4464
+ interface XplProgressAttributes {
4465
+ "currentStep": number;
4466
+ }
4467
+ interface XplProgressBarAttributes {
4468
+ "helperText": string;
4469
+ "label": string;
4470
+ "max": number;
4471
+ "size": 'sm' | 'lg';
4472
+ "value": number;
4473
+ "variant": 'default' | 'success' | 'error' | 'indeterminate';
4474
+ }
4475
+ interface XplRadioAttributes {
4476
+ "checked": boolean;
4477
+ "description": string;
4478
+ "disabled": boolean;
4479
+ "name": string;
4480
+ "value": string;
4481
+ "required": boolean;
4482
+ "styled": boolean;
4483
+ }
4484
+ interface XplSelectAttributes {
4485
+ "selectIcon": string;
4486
+ "description": string;
4487
+ "disabled": boolean;
4488
+ "error": string;
4489
+ "label": string;
4490
+ "mode": 'single' | 'multi';
4491
+ "name": string;
4492
+ "placeholder": string;
4493
+ "truncate": boolean;
4494
+ "customDisplayValue": boolean;
4495
+ "selectedValues": string | string[];
4496
+ "classNames": string;
4497
+ }
4498
+ interface XplSideNavAttributes {
4499
+ "label": string;
4500
+ }
4501
+ interface XplSideNavItemAttributes {
4502
+ "disabled": boolean;
4503
+ "expanded": boolean;
4504
+ "hasChildren": boolean;
4505
+ "hidden": boolean;
4506
+ "icon": string;
4507
+ "label": string;
4508
+ "link": boolean;
4509
+ "selected": boolean;
4510
+ }
4511
+ interface XplSkeletonAttributes {
4512
+ "classNames": string;
4513
+ "fullWidth": boolean;
4514
+ "height": CSSStyleDeclaration['height'];
4515
+ "width": CSSStyleDeclaration['width'];
4516
+ "margin": CSSStyleDeclaration['margin'];
4517
+ "shape": 'rectangle' | 'circle' | 'square';
4518
+ "size": | 'display'
4519
+ | 'title-1'
4520
+ | 'title-2'
4521
+ | 'title-3'
4522
+ | 'title-4'
4523
+ | 'title-5'
4524
+ | 'body'
4525
+ | 'custom';
4526
+ }
4527
+ interface XplSlideoutAttributes {
4528
+ "isOpen": boolean;
4529
+ "backdrop": boolean;
4530
+ "variant": 'default' | 'warning';
4531
+ "showFooter": boolean;
4532
+ }
4533
+ interface XplTabAttributes {
4534
+ "target": string;
4535
+ "selected": boolean;
4536
+ }
4537
+ interface XplTabPanelAttributes {
4538
+ "target": string;
4539
+ "selected": boolean;
4540
+ }
4541
+ interface XplTableAttributes {
4542
+ "freeze": boolean;
4543
+ "multiselect": boolean;
4544
+ "striped": boolean;
4545
+ "isSortable": boolean;
4546
+ }
4547
+ interface XplTableHeaderCellAttributes {
4548
+ "icon": string;
4549
+ "sortable": boolean;
4550
+ "label": string;
4551
+ "type": 'label' | 'checkbox' | 'icon';
4552
+ "width": number;
4553
+ }
4554
+ interface XplTabsAttributes {
4555
+ "value": string;
4556
+ "fullWidth": boolean;
4557
+ }
4558
+ interface XplToastAttributes {
4559
+ "variant": 'neutral' | 'warning' | 'success';
4560
+ "showIcon": boolean;
4561
+ "caption": string;
4562
+ "dismissable": boolean;
4563
+ "timeout": number;
4564
+ }
4565
+ interface XplToggleAttributes {
4566
+ "checked": boolean;
4567
+ "description": string;
4568
+ "disabled": boolean;
4569
+ "heading": string;
4570
+ "label": string;
4571
+ "name": string;
4572
+ "variant": 'default' | 'small';
4573
+ }
4574
+ interface XplToolbarAttributes {
4575
+ "selectedItemCount": number;
4576
+ }
4577
+ interface XplTooltipAttributes {
4578
+ "text": string;
4579
+ "position": | 'top-middle'
4580
+ | 'right'
4581
+ | 'bottom-middle'
4582
+ | 'left'
4583
+ | 'top-left'
4584
+ | 'top-right'
4585
+ | 'bottom-left'
4586
+ | 'bottom-right';
4587
+ "hideArrow": boolean;
4588
+ }
4589
+ interface XplUtilityBarAttributes {
4590
+ "navControl": boolean;
4591
+ "isNavOpenAtStartup": boolean;
4592
+ }
4593
+
3569
4594
  interface IntrinsicElements {
3570
- "xpl-accordion": XplAccordion;
3571
- "xpl-application-shell": XplApplicationShell;
3572
- "xpl-avatar": XplAvatar;
3573
- "xpl-backdrop": XplBackdrop;
3574
- "xpl-badge": XplBadge;
4595
+ "xpl-accordion": Omit<XplAccordion, keyof XplAccordionAttributes> & { [K in keyof XplAccordion & keyof XplAccordionAttributes]?: XplAccordion[K] } & { [K in keyof XplAccordion & keyof XplAccordionAttributes as `attr:${K}`]?: XplAccordionAttributes[K] } & { [K in keyof XplAccordion & keyof XplAccordionAttributes as `prop:${K}`]?: XplAccordion[K] };
4596
+ "xpl-application-shell": Omit<XplApplicationShell, keyof XplApplicationShellAttributes> & { [K in keyof XplApplicationShell & keyof XplApplicationShellAttributes]?: XplApplicationShell[K] } & { [K in keyof XplApplicationShell & keyof XplApplicationShellAttributes as `attr:${K}`]?: XplApplicationShellAttributes[K] } & { [K in keyof XplApplicationShell & keyof XplApplicationShellAttributes as `prop:${K}`]?: XplApplicationShell[K] };
4597
+ "xpl-avatar": Omit<XplAvatar, keyof XplAvatarAttributes> & { [K in keyof XplAvatar & keyof XplAvatarAttributes]?: XplAvatar[K] } & { [K in keyof XplAvatar & keyof XplAvatarAttributes as `attr:${K}`]?: XplAvatarAttributes[K] } & { [K in keyof XplAvatar & keyof XplAvatarAttributes as `prop:${K}`]?: XplAvatar[K] };
4598
+ "xpl-backdrop": Omit<XplBackdrop, keyof XplBackdropAttributes> & { [K in keyof XplBackdrop & keyof XplBackdropAttributes]?: XplBackdrop[K] } & { [K in keyof XplBackdrop & keyof XplBackdropAttributes as `attr:${K}`]?: XplBackdropAttributes[K] } & { [K in keyof XplBackdrop & keyof XplBackdropAttributes as `prop:${K}`]?: XplBackdrop[K] };
4599
+ "xpl-badge": Omit<XplBadge, keyof XplBadgeAttributes> & { [K in keyof XplBadge & keyof XplBadgeAttributes]?: XplBadge[K] } & { [K in keyof XplBadge & keyof XplBadgeAttributes as `attr:${K}`]?: XplBadgeAttributes[K] } & { [K in keyof XplBadge & keyof XplBadgeAttributes as `prop:${K}`]?: XplBadge[K] };
4600
+ "xpl-banner": Omit<XplBanner, keyof XplBannerAttributes> & { [K in keyof XplBanner & keyof XplBannerAttributes]?: XplBanner[K] } & { [K in keyof XplBanner & keyof XplBannerAttributes as `attr:${K}`]?: XplBannerAttributes[K] } & { [K in keyof XplBanner & keyof XplBannerAttributes as `prop:${K}`]?: XplBanner[K] };
3575
4601
  "xpl-breadcrumb-item": XplBreadcrumbItem;
3576
4602
  "xpl-breadcrumbs": XplBreadcrumbs;
3577
- "xpl-button": XplButton;
3578
- "xpl-button-row": XplButtonRow;
3579
- "xpl-calendar": XplCalendar;
3580
- "xpl-checkbox": XplCheckbox;
3581
- "xpl-choicelist": XplChoicelist;
3582
- "xpl-content-area": XplContentArea;
4603
+ "xpl-button": Omit<XplButton, keyof XplButtonAttributes> & { [K in keyof XplButton & keyof XplButtonAttributes]?: XplButton[K] } & { [K in keyof XplButton & keyof XplButtonAttributes as `attr:${K}`]?: XplButtonAttributes[K] } & { [K in keyof XplButton & keyof XplButtonAttributes as `prop:${K}`]?: XplButton[K] };
4604
+ "xpl-button-row": Omit<XplButtonRow, keyof XplButtonRowAttributes> & { [K in keyof XplButtonRow & keyof XplButtonRowAttributes]?: XplButtonRow[K] } & { [K in keyof XplButtonRow & keyof XplButtonRowAttributes as `attr:${K}`]?: XplButtonRowAttributes[K] } & { [K in keyof XplButtonRow & keyof XplButtonRowAttributes as `prop:${K}`]?: XplButtonRow[K] };
4605
+ "xpl-calendar": Omit<XplCalendar, keyof XplCalendarAttributes> & { [K in keyof XplCalendar & keyof XplCalendarAttributes]?: XplCalendar[K] } & { [K in keyof XplCalendar & keyof XplCalendarAttributes as `attr:${K}`]?: XplCalendarAttributes[K] } & { [K in keyof XplCalendar & keyof XplCalendarAttributes as `prop:${K}`]?: XplCalendar[K] };
4606
+ "xpl-checkbox": Omit<XplCheckbox, keyof XplCheckboxAttributes> & { [K in keyof XplCheckbox & keyof XplCheckboxAttributes]?: XplCheckbox[K] } & { [K in keyof XplCheckbox & keyof XplCheckboxAttributes as `attr:${K}`]?: XplCheckboxAttributes[K] } & { [K in keyof XplCheckbox & keyof XplCheckboxAttributes as `prop:${K}`]?: XplCheckbox[K] };
4607
+ "xpl-choicelist": Omit<XplChoicelist, keyof XplChoicelistAttributes> & { [K in keyof XplChoicelist & keyof XplChoicelistAttributes]?: XplChoicelist[K] } & { [K in keyof XplChoicelist & keyof XplChoicelistAttributes as `attr:${K}`]?: XplChoicelistAttributes[K] } & { [K in keyof XplChoicelist & keyof XplChoicelistAttributes as `prop:${K}`]?: XplChoicelist[K] };
4608
+ "xpl-content-area": Omit<XplContentArea, keyof XplContentAreaAttributes> & { [K in keyof XplContentArea & keyof XplContentAreaAttributes]?: XplContentArea[K] } & { [K in keyof XplContentArea & keyof XplContentAreaAttributes as `attr:${K}`]?: XplContentAreaAttributes[K] } & { [K in keyof XplContentArea & keyof XplContentAreaAttributes as `prop:${K}`]?: XplContentArea[K] };
3583
4609
  "xpl-dashboard": XplDashboard;
3584
- "xpl-data-card": XplDataCard;
3585
- "xpl-divider": XplDivider;
3586
- "xpl-dropdown": XplDropdown;
3587
- "xpl-dropdown-group": XplDropdownGroup;
3588
- "xpl-dropdown-heading": XplDropdownHeading;
3589
- "xpl-dropdown-option": XplDropdownOption;
4610
+ "xpl-data-card": Omit<XplDataCard, keyof XplDataCardAttributes> & { [K in keyof XplDataCard & keyof XplDataCardAttributes]?: XplDataCard[K] } & { [K in keyof XplDataCard & keyof XplDataCardAttributes as `attr:${K}`]?: XplDataCardAttributes[K] } & { [K in keyof XplDataCard & keyof XplDataCardAttributes as `prop:${K}`]?: XplDataCard[K] };
4611
+ "xpl-divider": Omit<XplDivider, keyof XplDividerAttributes> & { [K in keyof XplDivider & keyof XplDividerAttributes]?: XplDivider[K] } & { [K in keyof XplDivider & keyof XplDividerAttributes as `attr:${K}`]?: XplDividerAttributes[K] } & { [K in keyof XplDivider & keyof XplDividerAttributes as `prop:${K}`]?: XplDivider[K] };
4612
+ "xpl-dropdown": Omit<XplDropdown, keyof XplDropdownAttributes> & { [K in keyof XplDropdown & keyof XplDropdownAttributes]?: XplDropdown[K] } & { [K in keyof XplDropdown & keyof XplDropdownAttributes as `attr:${K}`]?: XplDropdownAttributes[K] } & { [K in keyof XplDropdown & keyof XplDropdownAttributes as `prop:${K}`]?: XplDropdown[K] };
4613
+ "xpl-dropdown-group": Omit<XplDropdownGroup, keyof XplDropdownGroupAttributes> & { [K in keyof XplDropdownGroup & keyof XplDropdownGroupAttributes]?: XplDropdownGroup[K] } & { [K in keyof XplDropdownGroup & keyof XplDropdownGroupAttributes as `attr:${K}`]?: XplDropdownGroupAttributes[K] } & { [K in keyof XplDropdownGroup & keyof XplDropdownGroupAttributes as `prop:${K}`]?: XplDropdownGroup[K] };
4614
+ "xpl-dropdown-heading": Omit<XplDropdownHeading, keyof XplDropdownHeadingAttributes> & { [K in keyof XplDropdownHeading & keyof XplDropdownHeadingAttributes]?: XplDropdownHeading[K] } & { [K in keyof XplDropdownHeading & keyof XplDropdownHeadingAttributes as `attr:${K}`]?: XplDropdownHeadingAttributes[K] } & { [K in keyof XplDropdownHeading & keyof XplDropdownHeadingAttributes as `prop:${K}`]?: XplDropdownHeading[K] };
4615
+ "xpl-dropdown-option": Omit<XplDropdownOption, keyof XplDropdownOptionAttributes> & { [K in keyof XplDropdownOption & keyof XplDropdownOptionAttributes]?: XplDropdownOption[K] } & { [K in keyof XplDropdownOption & keyof XplDropdownOptionAttributes as `attr:${K}`]?: XplDropdownOptionAttributes[K] } & { [K in keyof XplDropdownOption & keyof XplDropdownOptionAttributes as `prop:${K}`]?: XplDropdownOption[K] };
3590
4616
  "xpl-dynamic-table": XplDynamicTable;
3591
- "xpl-dynamic-table-cell": XplDynamicTableCell;
3592
- "xpl-dynamic-table-row": XplDynamicTableRow;
4617
+ "xpl-dynamic-table-cell": Omit<XplDynamicTableCell, keyof XplDynamicTableCellAttributes> & { [K in keyof XplDynamicTableCell & keyof XplDynamicTableCellAttributes]?: XplDynamicTableCell[K] } & { [K in keyof XplDynamicTableCell & keyof XplDynamicTableCellAttributes as `attr:${K}`]?: XplDynamicTableCellAttributes[K] } & { [K in keyof XplDynamicTableCell & keyof XplDynamicTableCellAttributes as `prop:${K}`]?: XplDynamicTableCell[K] };
4618
+ "xpl-dynamic-table-row": Omit<XplDynamicTableRow, keyof XplDynamicTableRowAttributes> & { [K in keyof XplDynamicTableRow & keyof XplDynamicTableRowAttributes]?: XplDynamicTableRow[K] } & { [K in keyof XplDynamicTableRow & keyof XplDynamicTableRowAttributes as `attr:${K}`]?: XplDynamicTableRowAttributes[K] } & { [K in keyof XplDynamicTableRow & keyof XplDynamicTableRowAttributes as `prop:${K}`]?: XplDynamicTableRow[K] };
3593
4619
  "xpl-grid": XplGrid;
3594
- "xpl-grid-item": XplGridItem;
3595
- "xpl-header-accordion": XplHeaderAccordion;
3596
- "xpl-icon": XplIcon;
3597
- "xpl-input": XplInput;
3598
- "xpl-input-color": XplInputColor;
3599
- "xpl-input-date": XplInputDate;
3600
- "xpl-input-file": XplInputFile;
3601
- "xpl-input-time": XplInputTime;
3602
- "xpl-large-card": XplLargeCard;
4620
+ "xpl-grid-item": Omit<XplGridItem, keyof XplGridItemAttributes> & { [K in keyof XplGridItem & keyof XplGridItemAttributes]?: XplGridItem[K] } & { [K in keyof XplGridItem & keyof XplGridItemAttributes as `attr:${K}`]?: XplGridItemAttributes[K] } & { [K in keyof XplGridItem & keyof XplGridItemAttributes as `prop:${K}`]?: XplGridItem[K] };
4621
+ "xpl-header-accordion": Omit<XplHeaderAccordion, keyof XplHeaderAccordionAttributes> & { [K in keyof XplHeaderAccordion & keyof XplHeaderAccordionAttributes]?: XplHeaderAccordion[K] } & { [K in keyof XplHeaderAccordion & keyof XplHeaderAccordionAttributes as `attr:${K}`]?: XplHeaderAccordionAttributes[K] } & { [K in keyof XplHeaderAccordion & keyof XplHeaderAccordionAttributes as `prop:${K}`]?: XplHeaderAccordion[K] };
4622
+ "xpl-icon": Omit<XplIcon, keyof XplIconAttributes> & { [K in keyof XplIcon & keyof XplIconAttributes]?: XplIcon[K] } & { [K in keyof XplIcon & keyof XplIconAttributes as `attr:${K}`]?: XplIconAttributes[K] } & { [K in keyof XplIcon & keyof XplIconAttributes as `prop:${K}`]?: XplIcon[K] } & OneOf<"icon", XplIcon["icon"], XplIconAttributes["icon"]>;
4623
+ "xpl-input": Omit<XplInput, keyof XplInputAttributes> & { [K in keyof XplInput & keyof XplInputAttributes]?: XplInput[K] } & { [K in keyof XplInput & keyof XplInputAttributes as `attr:${K}`]?: XplInputAttributes[K] } & { [K in keyof XplInput & keyof XplInputAttributes as `prop:${K}`]?: XplInput[K] };
4624
+ "xpl-input-color": Omit<XplInputColor, keyof XplInputColorAttributes> & { [K in keyof XplInputColor & keyof XplInputColorAttributes]?: XplInputColor[K] } & { [K in keyof XplInputColor & keyof XplInputColorAttributes as `attr:${K}`]?: XplInputColorAttributes[K] } & { [K in keyof XplInputColor & keyof XplInputColorAttributes as `prop:${K}`]?: XplInputColor[K] };
4625
+ "xpl-input-date": Omit<XplInputDate, keyof XplInputDateAttributes> & { [K in keyof XplInputDate & keyof XplInputDateAttributes]?: XplInputDate[K] } & { [K in keyof XplInputDate & keyof XplInputDateAttributes as `attr:${K}`]?: XplInputDateAttributes[K] } & { [K in keyof XplInputDate & keyof XplInputDateAttributes as `prop:${K}`]?: XplInputDate[K] };
4626
+ "xpl-input-file": Omit<XplInputFile, keyof XplInputFileAttributes> & { [K in keyof XplInputFile & keyof XplInputFileAttributes]?: XplInputFile[K] } & { [K in keyof XplInputFile & keyof XplInputFileAttributes as `attr:${K}`]?: XplInputFileAttributes[K] } & { [K in keyof XplInputFile & keyof XplInputFileAttributes as `prop:${K}`]?: XplInputFile[K] };
4627
+ "xpl-input-phone": Omit<XplInputPhone, keyof XplInputPhoneAttributes> & { [K in keyof XplInputPhone & keyof XplInputPhoneAttributes]?: XplInputPhone[K] } & { [K in keyof XplInputPhone & keyof XplInputPhoneAttributes as `attr:${K}`]?: XplInputPhoneAttributes[K] } & { [K in keyof XplInputPhone & keyof XplInputPhoneAttributes as `prop:${K}`]?: XplInputPhone[K] };
4628
+ "xpl-input-time": Omit<XplInputTime, keyof XplInputTimeAttributes> & { [K in keyof XplInputTime & keyof XplInputTimeAttributes]?: XplInputTime[K] } & { [K in keyof XplInputTime & keyof XplInputTimeAttributes as `attr:${K}`]?: XplInputTimeAttributes[K] } & { [K in keyof XplInputTime & keyof XplInputTimeAttributes as `prop:${K}`]?: XplInputTime[K] };
4629
+ "xpl-large-card": Omit<XplLargeCard, keyof XplLargeCardAttributes> & { [K in keyof XplLargeCard & keyof XplLargeCardAttributes]?: XplLargeCard[K] } & { [K in keyof XplLargeCard & keyof XplLargeCardAttributes as `attr:${K}`]?: XplLargeCardAttributes[K] } & { [K in keyof XplLargeCard & keyof XplLargeCardAttributes as `prop:${K}`]?: XplLargeCard[K] };
3603
4630
  "xpl-list": XplList;
3604
- "xpl-main-nav": XplMainNav;
3605
- "xpl-modal": XplModal;
3606
- "xpl-nav-item": XplNavItem;
3607
- "xpl-pagination": XplPagination;
3608
- "xpl-popover": XplPopover;
3609
- "xpl-progress": XplProgress;
3610
- "xpl-radio": XplRadio;
4631
+ "xpl-main-nav": Omit<XplMainNav, keyof XplMainNavAttributes> & { [K in keyof XplMainNav & keyof XplMainNavAttributes]?: XplMainNav[K] } & { [K in keyof XplMainNav & keyof XplMainNavAttributes as `attr:${K}`]?: XplMainNavAttributes[K] } & { [K in keyof XplMainNav & keyof XplMainNavAttributes as `prop:${K}`]?: XplMainNav[K] };
4632
+ "xpl-modal": Omit<XplModal, keyof XplModalAttributes> & { [K in keyof XplModal & keyof XplModalAttributes]?: XplModal[K] } & { [K in keyof XplModal & keyof XplModalAttributes as `attr:${K}`]?: XplModalAttributes[K] } & { [K in keyof XplModal & keyof XplModalAttributes as `prop:${K}`]?: XplModal[K] };
4633
+ "xpl-nav-item": Omit<XplNavItem, keyof XplNavItemAttributes> & { [K in keyof XplNavItem & keyof XplNavItemAttributes]?: XplNavItem[K] } & { [K in keyof XplNavItem & keyof XplNavItemAttributes as `attr:${K}`]?: XplNavItemAttributes[K] } & { [K in keyof XplNavItem & keyof XplNavItemAttributes as `prop:${K}`]?: XplNavItem[K] };
4634
+ "xpl-pagination": Omit<XplPagination, keyof XplPaginationAttributes> & { [K in keyof XplPagination & keyof XplPaginationAttributes]?: XplPagination[K] } & { [K in keyof XplPagination & keyof XplPaginationAttributes as `attr:${K}`]?: XplPaginationAttributes[K] } & { [K in keyof XplPagination & keyof XplPaginationAttributes as `prop:${K}`]?: XplPagination[K] };
4635
+ "xpl-panel": Omit<XplPanel, keyof XplPanelAttributes> & { [K in keyof XplPanel & keyof XplPanelAttributes]?: XplPanel[K] } & { [K in keyof XplPanel & keyof XplPanelAttributes as `attr:${K}`]?: XplPanelAttributes[K] } & { [K in keyof XplPanel & keyof XplPanelAttributes as `prop:${K}`]?: XplPanel[K] };
4636
+ "xpl-popover": Omit<XplPopover, keyof XplPopoverAttributes> & { [K in keyof XplPopover & keyof XplPopoverAttributes]?: XplPopover[K] } & { [K in keyof XplPopover & keyof XplPopoverAttributes as `attr:${K}`]?: XplPopoverAttributes[K] } & { [K in keyof XplPopover & keyof XplPopoverAttributes as `prop:${K}`]?: XplPopover[K] };
4637
+ "xpl-progress": Omit<XplProgress, keyof XplProgressAttributes> & { [K in keyof XplProgress & keyof XplProgressAttributes]?: XplProgress[K] } & { [K in keyof XplProgress & keyof XplProgressAttributes as `attr:${K}`]?: XplProgressAttributes[K] } & { [K in keyof XplProgress & keyof XplProgressAttributes as `prop:${K}`]?: XplProgress[K] };
4638
+ "xpl-progress-bar": Omit<XplProgressBar, keyof XplProgressBarAttributes> & { [K in keyof XplProgressBar & keyof XplProgressBarAttributes]?: XplProgressBar[K] } & { [K in keyof XplProgressBar & keyof XplProgressBarAttributes as `attr:${K}`]?: XplProgressBarAttributes[K] } & { [K in keyof XplProgressBar & keyof XplProgressBarAttributes as `prop:${K}`]?: XplProgressBar[K] };
4639
+ "xpl-radio": Omit<XplRadio, keyof XplRadioAttributes> & { [K in keyof XplRadio & keyof XplRadioAttributes]?: XplRadio[K] } & { [K in keyof XplRadio & keyof XplRadioAttributes as `attr:${K}`]?: XplRadioAttributes[K] } & { [K in keyof XplRadio & keyof XplRadioAttributes as `prop:${K}`]?: XplRadio[K] };
3611
4640
  "xpl-secondary-nav": XplSecondaryNav;
3612
- "xpl-select": XplSelect;
3613
- "xpl-skeleton": XplSkeleton;
3614
- "xpl-slideout": XplSlideout;
3615
- "xpl-tab": XplTab;
3616
- "xpl-tab-panel": XplTabPanel;
3617
- "xpl-table": XplTable;
4641
+ "xpl-select": Omit<XplSelect, keyof XplSelectAttributes> & { [K in keyof XplSelect & keyof XplSelectAttributes]?: XplSelect[K] } & { [K in keyof XplSelect & keyof XplSelectAttributes as `attr:${K}`]?: XplSelectAttributes[K] } & { [K in keyof XplSelect & keyof XplSelectAttributes as `prop:${K}`]?: XplSelect[K] };
4642
+ "xpl-side-nav": Omit<XplSideNav, keyof XplSideNavAttributes> & { [K in keyof XplSideNav & keyof XplSideNavAttributes]?: XplSideNav[K] } & { [K in keyof XplSideNav & keyof XplSideNavAttributes as `attr:${K}`]?: XplSideNavAttributes[K] } & { [K in keyof XplSideNav & keyof XplSideNavAttributes as `prop:${K}`]?: XplSideNav[K] };
4643
+ "xpl-side-nav-item": Omit<XplSideNavItem, keyof XplSideNavItemAttributes> & { [K in keyof XplSideNavItem & keyof XplSideNavItemAttributes]?: XplSideNavItem[K] } & { [K in keyof XplSideNavItem & keyof XplSideNavItemAttributes as `attr:${K}`]?: XplSideNavItemAttributes[K] } & { [K in keyof XplSideNavItem & keyof XplSideNavItemAttributes as `prop:${K}`]?: XplSideNavItem[K] };
4644
+ "xpl-skeleton": Omit<XplSkeleton, keyof XplSkeletonAttributes> & { [K in keyof XplSkeleton & keyof XplSkeletonAttributes]?: XplSkeleton[K] } & { [K in keyof XplSkeleton & keyof XplSkeletonAttributes as `attr:${K}`]?: XplSkeletonAttributes[K] } & { [K in keyof XplSkeleton & keyof XplSkeletonAttributes as `prop:${K}`]?: XplSkeleton[K] };
4645
+ "xpl-slideout": Omit<XplSlideout, keyof XplSlideoutAttributes> & { [K in keyof XplSlideout & keyof XplSlideoutAttributes]?: XplSlideout[K] } & { [K in keyof XplSlideout & keyof XplSlideoutAttributes as `attr:${K}`]?: XplSlideoutAttributes[K] } & { [K in keyof XplSlideout & keyof XplSlideoutAttributes as `prop:${K}`]?: XplSlideout[K] };
4646
+ "xpl-tab": Omit<XplTab, keyof XplTabAttributes> & { [K in keyof XplTab & keyof XplTabAttributes]?: XplTab[K] } & { [K in keyof XplTab & keyof XplTabAttributes as `attr:${K}`]?: XplTabAttributes[K] } & { [K in keyof XplTab & keyof XplTabAttributes as `prop:${K}`]?: XplTab[K] };
4647
+ "xpl-tab-panel": Omit<XplTabPanel, keyof XplTabPanelAttributes> & { [K in keyof XplTabPanel & keyof XplTabPanelAttributes]?: XplTabPanel[K] } & { [K in keyof XplTabPanel & keyof XplTabPanelAttributes as `attr:${K}`]?: XplTabPanelAttributes[K] } & { [K in keyof XplTabPanel & keyof XplTabPanelAttributes as `prop:${K}`]?: XplTabPanel[K] };
4648
+ "xpl-table": Omit<XplTable, keyof XplTableAttributes> & { [K in keyof XplTable & keyof XplTableAttributes]?: XplTable[K] } & { [K in keyof XplTable & keyof XplTableAttributes as `attr:${K}`]?: XplTableAttributes[K] } & { [K in keyof XplTable & keyof XplTableAttributes as `prop:${K}`]?: XplTable[K] };
3618
4649
  "xpl-table-header": XplTableHeader;
3619
- "xpl-table-header-cell": XplTableHeaderCell;
3620
- "xpl-tabs": XplTabs;
4650
+ "xpl-table-header-cell": Omit<XplTableHeaderCell, keyof XplTableHeaderCellAttributes> & { [K in keyof XplTableHeaderCell & keyof XplTableHeaderCellAttributes]?: XplTableHeaderCell[K] } & { [K in keyof XplTableHeaderCell & keyof XplTableHeaderCellAttributes as `attr:${K}`]?: XplTableHeaderCellAttributes[K] } & { [K in keyof XplTableHeaderCell & keyof XplTableHeaderCellAttributes as `prop:${K}`]?: XplTableHeaderCell[K] };
4651
+ "xpl-tabs": Omit<XplTabs, keyof XplTabsAttributes> & { [K in keyof XplTabs & keyof XplTabsAttributes]?: XplTabs[K] } & { [K in keyof XplTabs & keyof XplTabsAttributes as `attr:${K}`]?: XplTabsAttributes[K] } & { [K in keyof XplTabs & keyof XplTabsAttributes as `prop:${K}`]?: XplTabs[K] };
3621
4652
  "xpl-tag": XplTag;
3622
- "xpl-toast": XplToast;
3623
- "xpl-toggle": XplToggle;
3624
- "xpl-toolbar": XplToolbar;
3625
- "xpl-tooltip": XplTooltip;
3626
- "xpl-utility-bar": XplUtilityBar;
4653
+ "xpl-toast": Omit<XplToast, keyof XplToastAttributes> & { [K in keyof XplToast & keyof XplToastAttributes]?: XplToast[K] } & { [K in keyof XplToast & keyof XplToastAttributes as `attr:${K}`]?: XplToastAttributes[K] } & { [K in keyof XplToast & keyof XplToastAttributes as `prop:${K}`]?: XplToast[K] };
4654
+ "xpl-toggle": Omit<XplToggle, keyof XplToggleAttributes> & { [K in keyof XplToggle & keyof XplToggleAttributes]?: XplToggle[K] } & { [K in keyof XplToggle & keyof XplToggleAttributes as `attr:${K}`]?: XplToggleAttributes[K] } & { [K in keyof XplToggle & keyof XplToggleAttributes as `prop:${K}`]?: XplToggle[K] };
4655
+ "xpl-toolbar": Omit<XplToolbar, keyof XplToolbarAttributes> & { [K in keyof XplToolbar & keyof XplToolbarAttributes]?: XplToolbar[K] } & { [K in keyof XplToolbar & keyof XplToolbarAttributes as `attr:${K}`]?: XplToolbarAttributes[K] } & { [K in keyof XplToolbar & keyof XplToolbarAttributes as `prop:${K}`]?: XplToolbar[K] };
4656
+ "xpl-tooltip": Omit<XplTooltip, keyof XplTooltipAttributes> & { [K in keyof XplTooltip & keyof XplTooltipAttributes]?: XplTooltip[K] } & { [K in keyof XplTooltip & keyof XplTooltipAttributes as `attr:${K}`]?: XplTooltipAttributes[K] } & { [K in keyof XplTooltip & keyof XplTooltipAttributes as `prop:${K}`]?: XplTooltip[K] };
4657
+ "xpl-utility-bar": Omit<XplUtilityBar, keyof XplUtilityBarAttributes> & { [K in keyof XplUtilityBar & keyof XplUtilityBarAttributes]?: XplUtilityBar[K] } & { [K in keyof XplUtilityBar & keyof XplUtilityBarAttributes as `attr:${K}`]?: XplUtilityBarAttributes[K] } & { [K in keyof XplUtilityBar & keyof XplUtilityBarAttributes as `prop:${K}`]?: XplUtilityBar[K] };
3627
4658
  }
3628
4659
  }
3629
4660
  export { LocalJSX as JSX };
3630
4661
  declare module "@stencil/core" {
3631
4662
  export namespace JSX {
3632
4663
  interface IntrinsicElements {
3633
- "xpl-accordion": LocalJSX.XplAccordion & JSXBase.HTMLAttributes<HTMLXplAccordionElement>;
3634
- "xpl-application-shell": LocalJSX.XplApplicationShell & JSXBase.HTMLAttributes<HTMLXplApplicationShellElement>;
3635
- "xpl-avatar": LocalJSX.XplAvatar & JSXBase.HTMLAttributes<HTMLXplAvatarElement>;
3636
- "xpl-backdrop": LocalJSX.XplBackdrop & JSXBase.HTMLAttributes<HTMLXplBackdropElement>;
3637
- "xpl-badge": LocalJSX.XplBadge & JSXBase.HTMLAttributes<HTMLXplBadgeElement>;
3638
- "xpl-breadcrumb-item": LocalJSX.XplBreadcrumbItem & JSXBase.HTMLAttributes<HTMLXplBreadcrumbItemElement>;
3639
- "xpl-breadcrumbs": LocalJSX.XplBreadcrumbs & JSXBase.HTMLAttributes<HTMLXplBreadcrumbsElement>;
3640
- "xpl-button": LocalJSX.XplButton & JSXBase.HTMLAttributes<HTMLXplButtonElement>;
3641
- "xpl-button-row": LocalJSX.XplButtonRow & JSXBase.HTMLAttributes<HTMLXplButtonRowElement>;
3642
- "xpl-calendar": LocalJSX.XplCalendar & JSXBase.HTMLAttributes<HTMLXplCalendarElement>;
3643
- "xpl-checkbox": LocalJSX.XplCheckbox & JSXBase.HTMLAttributes<HTMLXplCheckboxElement>;
3644
- "xpl-choicelist": LocalJSX.XplChoicelist & JSXBase.HTMLAttributes<HTMLXplChoicelistElement>;
3645
- "xpl-content-area": LocalJSX.XplContentArea & JSXBase.HTMLAttributes<HTMLXplContentAreaElement>;
3646
- "xpl-dashboard": LocalJSX.XplDashboard & JSXBase.HTMLAttributes<HTMLXplDashboardElement>;
3647
- "xpl-data-card": LocalJSX.XplDataCard & JSXBase.HTMLAttributes<HTMLXplDataCardElement>;
3648
- "xpl-divider": LocalJSX.XplDivider & JSXBase.HTMLAttributes<HTMLXplDividerElement>;
3649
- "xpl-dropdown": LocalJSX.XplDropdown & JSXBase.HTMLAttributes<HTMLXplDropdownElement>;
3650
- "xpl-dropdown-group": LocalJSX.XplDropdownGroup & JSXBase.HTMLAttributes<HTMLXplDropdownGroupElement>;
3651
- "xpl-dropdown-heading": LocalJSX.XplDropdownHeading & JSXBase.HTMLAttributes<HTMLXplDropdownHeadingElement>;
3652
- "xpl-dropdown-option": LocalJSX.XplDropdownOption & JSXBase.HTMLAttributes<HTMLXplDropdownOptionElement>;
3653
- "xpl-dynamic-table": LocalJSX.XplDynamicTable & JSXBase.HTMLAttributes<HTMLXplDynamicTableElement>;
3654
- "xpl-dynamic-table-cell": LocalJSX.XplDynamicTableCell & JSXBase.HTMLAttributes<HTMLXplDynamicTableCellElement>;
3655
- "xpl-dynamic-table-row": LocalJSX.XplDynamicTableRow & JSXBase.HTMLAttributes<HTMLXplDynamicTableRowElement>;
3656
- "xpl-grid": LocalJSX.XplGrid & JSXBase.HTMLAttributes<HTMLXplGridElement>;
3657
- "xpl-grid-item": LocalJSX.XplGridItem & JSXBase.HTMLAttributes<HTMLXplGridItemElement>;
3658
- "xpl-header-accordion": LocalJSX.XplHeaderAccordion & JSXBase.HTMLAttributes<HTMLXplHeaderAccordionElement>;
3659
- "xpl-icon": LocalJSX.XplIcon & JSXBase.HTMLAttributes<HTMLXplIconElement>;
3660
- "xpl-input": LocalJSX.XplInput & JSXBase.HTMLAttributes<HTMLXplInputElement>;
3661
- "xpl-input-color": LocalJSX.XplInputColor & JSXBase.HTMLAttributes<HTMLXplInputColorElement>;
3662
- "xpl-input-date": LocalJSX.XplInputDate & JSXBase.HTMLAttributes<HTMLXplInputDateElement>;
4664
+ "xpl-accordion": LocalJSX.IntrinsicElements["xpl-accordion"] & JSXBase.HTMLAttributes<HTMLXplAccordionElement>;
4665
+ "xpl-application-shell": LocalJSX.IntrinsicElements["xpl-application-shell"] & JSXBase.HTMLAttributes<HTMLXplApplicationShellElement>;
4666
+ "xpl-avatar": LocalJSX.IntrinsicElements["xpl-avatar"] & JSXBase.HTMLAttributes<HTMLXplAvatarElement>;
4667
+ "xpl-backdrop": LocalJSX.IntrinsicElements["xpl-backdrop"] & JSXBase.HTMLAttributes<HTMLXplBackdropElement>;
4668
+ "xpl-badge": LocalJSX.IntrinsicElements["xpl-badge"] & JSXBase.HTMLAttributes<HTMLXplBadgeElement>;
4669
+ "xpl-banner": LocalJSX.IntrinsicElements["xpl-banner"] & JSXBase.HTMLAttributes<HTMLXplBannerElement>;
4670
+ "xpl-breadcrumb-item": LocalJSX.IntrinsicElements["xpl-breadcrumb-item"] & JSXBase.HTMLAttributes<HTMLXplBreadcrumbItemElement>;
4671
+ "xpl-breadcrumbs": LocalJSX.IntrinsicElements["xpl-breadcrumbs"] & JSXBase.HTMLAttributes<HTMLXplBreadcrumbsElement>;
4672
+ "xpl-button": LocalJSX.IntrinsicElements["xpl-button"] & JSXBase.HTMLAttributes<HTMLXplButtonElement>;
4673
+ "xpl-button-row": LocalJSX.IntrinsicElements["xpl-button-row"] & JSXBase.HTMLAttributes<HTMLXplButtonRowElement>;
4674
+ "xpl-calendar": LocalJSX.IntrinsicElements["xpl-calendar"] & JSXBase.HTMLAttributes<HTMLXplCalendarElement>;
4675
+ "xpl-checkbox": LocalJSX.IntrinsicElements["xpl-checkbox"] & JSXBase.HTMLAttributes<HTMLXplCheckboxElement>;
4676
+ "xpl-choicelist": LocalJSX.IntrinsicElements["xpl-choicelist"] & JSXBase.HTMLAttributes<HTMLXplChoicelistElement>;
4677
+ "xpl-content-area": LocalJSX.IntrinsicElements["xpl-content-area"] & JSXBase.HTMLAttributes<HTMLXplContentAreaElement>;
4678
+ "xpl-dashboard": LocalJSX.IntrinsicElements["xpl-dashboard"] & JSXBase.HTMLAttributes<HTMLXplDashboardElement>;
4679
+ "xpl-data-card": LocalJSX.IntrinsicElements["xpl-data-card"] & JSXBase.HTMLAttributes<HTMLXplDataCardElement>;
4680
+ "xpl-divider": LocalJSX.IntrinsicElements["xpl-divider"] & JSXBase.HTMLAttributes<HTMLXplDividerElement>;
4681
+ "xpl-dropdown": LocalJSX.IntrinsicElements["xpl-dropdown"] & JSXBase.HTMLAttributes<HTMLXplDropdownElement>;
4682
+ "xpl-dropdown-group": LocalJSX.IntrinsicElements["xpl-dropdown-group"] & JSXBase.HTMLAttributes<HTMLXplDropdownGroupElement>;
4683
+ "xpl-dropdown-heading": LocalJSX.IntrinsicElements["xpl-dropdown-heading"] & JSXBase.HTMLAttributes<HTMLXplDropdownHeadingElement>;
4684
+ "xpl-dropdown-option": LocalJSX.IntrinsicElements["xpl-dropdown-option"] & JSXBase.HTMLAttributes<HTMLXplDropdownOptionElement>;
4685
+ "xpl-dynamic-table": LocalJSX.IntrinsicElements["xpl-dynamic-table"] & JSXBase.HTMLAttributes<HTMLXplDynamicTableElement>;
4686
+ "xpl-dynamic-table-cell": LocalJSX.IntrinsicElements["xpl-dynamic-table-cell"] & JSXBase.HTMLAttributes<HTMLXplDynamicTableCellElement>;
4687
+ "xpl-dynamic-table-row": LocalJSX.IntrinsicElements["xpl-dynamic-table-row"] & JSXBase.HTMLAttributes<HTMLXplDynamicTableRowElement>;
4688
+ "xpl-grid": LocalJSX.IntrinsicElements["xpl-grid"] & JSXBase.HTMLAttributes<HTMLXplGridElement>;
4689
+ "xpl-grid-item": LocalJSX.IntrinsicElements["xpl-grid-item"] & JSXBase.HTMLAttributes<HTMLXplGridItemElement>;
4690
+ "xpl-header-accordion": LocalJSX.IntrinsicElements["xpl-header-accordion"] & JSXBase.HTMLAttributes<HTMLXplHeaderAccordionElement>;
4691
+ "xpl-icon": LocalJSX.IntrinsicElements["xpl-icon"] & JSXBase.HTMLAttributes<HTMLXplIconElement>;
4692
+ "xpl-input": LocalJSX.IntrinsicElements["xpl-input"] & JSXBase.HTMLAttributes<HTMLXplInputElement>;
4693
+ "xpl-input-color": LocalJSX.IntrinsicElements["xpl-input-color"] & JSXBase.HTMLAttributes<HTMLXplInputColorElement>;
4694
+ "xpl-input-date": LocalJSX.IntrinsicElements["xpl-input-date"] & JSXBase.HTMLAttributes<HTMLXplInputDateElement>;
3663
4695
  /**
3664
4696
  * `xpl-input-file` is a component that allows users to upload files.
3665
4697
  */
3666
- "xpl-input-file": LocalJSX.XplInputFile & JSXBase.HTMLAttributes<HTMLXplInputFileElement>;
3667
- "xpl-input-time": LocalJSX.XplInputTime & JSXBase.HTMLAttributes<HTMLXplInputTimeElement>;
3668
- "xpl-large-card": LocalJSX.XplLargeCard & JSXBase.HTMLAttributes<HTMLXplLargeCardElement>;
3669
- "xpl-list": LocalJSX.XplList & JSXBase.HTMLAttributes<HTMLXplListElement>;
3670
- "xpl-main-nav": LocalJSX.XplMainNav & JSXBase.HTMLAttributes<HTMLXplMainNavElement>;
3671
- "xpl-modal": LocalJSX.XplModal & JSXBase.HTMLAttributes<HTMLXplModalElement>;
3672
- "xpl-nav-item": LocalJSX.XplNavItem & JSXBase.HTMLAttributes<HTMLXplNavItemElement>;
3673
- "xpl-pagination": LocalJSX.XplPagination & JSXBase.HTMLAttributes<HTMLXplPaginationElement>;
3674
- "xpl-popover": LocalJSX.XplPopover & JSXBase.HTMLAttributes<HTMLXplPopoverElement>;
3675
- "xpl-progress": LocalJSX.XplProgress & JSXBase.HTMLAttributes<HTMLXplProgressElement>;
3676
- "xpl-radio": LocalJSX.XplRadio & JSXBase.HTMLAttributes<HTMLXplRadioElement>;
3677
- "xpl-secondary-nav": LocalJSX.XplSecondaryNav & JSXBase.HTMLAttributes<HTMLXplSecondaryNavElement>;
3678
- "xpl-select": LocalJSX.XplSelect & JSXBase.HTMLAttributes<HTMLXplSelectElement>;
3679
- "xpl-skeleton": LocalJSX.XplSkeleton & JSXBase.HTMLAttributes<HTMLXplSkeletonElement>;
3680
- "xpl-slideout": LocalJSX.XplSlideout & JSXBase.HTMLAttributes<HTMLXplSlideoutElement>;
3681
- "xpl-tab": LocalJSX.XplTab & JSXBase.HTMLAttributes<HTMLXplTabElement>;
3682
- "xpl-tab-panel": LocalJSX.XplTabPanel & JSXBase.HTMLAttributes<HTMLXplTabPanelElement>;
3683
- "xpl-table": LocalJSX.XplTable & JSXBase.HTMLAttributes<HTMLXplTableElement>;
3684
- "xpl-table-header": LocalJSX.XplTableHeader & JSXBase.HTMLAttributes<HTMLXplTableHeaderElement>;
3685
- "xpl-table-header-cell": LocalJSX.XplTableHeaderCell & JSXBase.HTMLAttributes<HTMLXplTableHeaderCellElement>;
3686
- "xpl-tabs": LocalJSX.XplTabs & JSXBase.HTMLAttributes<HTMLXplTabsElement>;
3687
- "xpl-tag": LocalJSX.XplTag & JSXBase.HTMLAttributes<HTMLXplTagElement>;
3688
- "xpl-toast": LocalJSX.XplToast & JSXBase.HTMLAttributes<HTMLXplToastElement>;
3689
- "xpl-toggle": LocalJSX.XplToggle & JSXBase.HTMLAttributes<HTMLXplToggleElement>;
3690
- "xpl-toolbar": LocalJSX.XplToolbar & JSXBase.HTMLAttributes<HTMLXplToolbarElement>;
3691
- "xpl-tooltip": LocalJSX.XplTooltip & JSXBase.HTMLAttributes<HTMLXplTooltipElement>;
3692
- "xpl-utility-bar": LocalJSX.XplUtilityBar & JSXBase.HTMLAttributes<HTMLXplUtilityBarElement>;
4698
+ "xpl-input-file": LocalJSX.IntrinsicElements["xpl-input-file"] & JSXBase.HTMLAttributes<HTMLXplInputFileElement>;
4699
+ "xpl-input-phone": LocalJSX.IntrinsicElements["xpl-input-phone"] & JSXBase.HTMLAttributes<HTMLXplInputPhoneElement>;
4700
+ "xpl-input-time": LocalJSX.IntrinsicElements["xpl-input-time"] & JSXBase.HTMLAttributes<HTMLXplInputTimeElement>;
4701
+ "xpl-large-card": LocalJSX.IntrinsicElements["xpl-large-card"] & JSXBase.HTMLAttributes<HTMLXplLargeCardElement>;
4702
+ "xpl-list": LocalJSX.IntrinsicElements["xpl-list"] & JSXBase.HTMLAttributes<HTMLXplListElement>;
4703
+ "xpl-main-nav": LocalJSX.IntrinsicElements["xpl-main-nav"] & JSXBase.HTMLAttributes<HTMLXplMainNavElement>;
4704
+ "xpl-modal": LocalJSX.IntrinsicElements["xpl-modal"] & JSXBase.HTMLAttributes<HTMLXplModalElement>;
4705
+ "xpl-nav-item": LocalJSX.IntrinsicElements["xpl-nav-item"] & JSXBase.HTMLAttributes<HTMLXplNavItemElement>;
4706
+ "xpl-pagination": LocalJSX.IntrinsicElements["xpl-pagination"] & JSXBase.HTMLAttributes<HTMLXplPaginationElement>;
4707
+ /**
4708
+ * A stateless container that defines a section on a page and can house any
4709
+ * type of content. Panels are not dismissible and may contain a top accent.
4710
+ */
4711
+ "xpl-panel": LocalJSX.IntrinsicElements["xpl-panel"] & JSXBase.HTMLAttributes<HTMLXplPanelElement>;
4712
+ "xpl-popover": LocalJSX.IntrinsicElements["xpl-popover"] & JSXBase.HTMLAttributes<HTMLXplPopoverElement>;
4713
+ "xpl-progress": LocalJSX.IntrinsicElements["xpl-progress"] & JSXBase.HTMLAttributes<HTMLXplProgressElement>;
4714
+ "xpl-progress-bar": LocalJSX.IntrinsicElements["xpl-progress-bar"] & JSXBase.HTMLAttributes<HTMLXplProgressBarElement>;
4715
+ "xpl-radio": LocalJSX.IntrinsicElements["xpl-radio"] & JSXBase.HTMLAttributes<HTMLXplRadioElement>;
4716
+ "xpl-secondary-nav": LocalJSX.IntrinsicElements["xpl-secondary-nav"] & JSXBase.HTMLAttributes<HTMLXplSecondaryNavElement>;
4717
+ "xpl-select": LocalJSX.IntrinsicElements["xpl-select"] & JSXBase.HTMLAttributes<HTMLXplSelectElement>;
4718
+ "xpl-side-nav": LocalJSX.IntrinsicElements["xpl-side-nav"] & JSXBase.HTMLAttributes<HTMLXplSideNavElement>;
4719
+ "xpl-side-nav-item": LocalJSX.IntrinsicElements["xpl-side-nav-item"] & JSXBase.HTMLAttributes<HTMLXplSideNavItemElement>;
4720
+ "xpl-skeleton": LocalJSX.IntrinsicElements["xpl-skeleton"] & JSXBase.HTMLAttributes<HTMLXplSkeletonElement>;
4721
+ "xpl-slideout": LocalJSX.IntrinsicElements["xpl-slideout"] & JSXBase.HTMLAttributes<HTMLXplSlideoutElement>;
4722
+ "xpl-tab": LocalJSX.IntrinsicElements["xpl-tab"] & JSXBase.HTMLAttributes<HTMLXplTabElement>;
4723
+ "xpl-tab-panel": LocalJSX.IntrinsicElements["xpl-tab-panel"] & JSXBase.HTMLAttributes<HTMLXplTabPanelElement>;
4724
+ "xpl-table": LocalJSX.IntrinsicElements["xpl-table"] & JSXBase.HTMLAttributes<HTMLXplTableElement>;
4725
+ "xpl-table-header": LocalJSX.IntrinsicElements["xpl-table-header"] & JSXBase.HTMLAttributes<HTMLXplTableHeaderElement>;
4726
+ "xpl-table-header-cell": LocalJSX.IntrinsicElements["xpl-table-header-cell"] & JSXBase.HTMLAttributes<HTMLXplTableHeaderCellElement>;
4727
+ "xpl-tabs": LocalJSX.IntrinsicElements["xpl-tabs"] & JSXBase.HTMLAttributes<HTMLXplTabsElement>;
4728
+ "xpl-tag": LocalJSX.IntrinsicElements["xpl-tag"] & JSXBase.HTMLAttributes<HTMLXplTagElement>;
4729
+ "xpl-toast": LocalJSX.IntrinsicElements["xpl-toast"] & JSXBase.HTMLAttributes<HTMLXplToastElement>;
4730
+ "xpl-toggle": LocalJSX.IntrinsicElements["xpl-toggle"] & JSXBase.HTMLAttributes<HTMLXplToggleElement>;
4731
+ "xpl-toolbar": LocalJSX.IntrinsicElements["xpl-toolbar"] & JSXBase.HTMLAttributes<HTMLXplToolbarElement>;
4732
+ "xpl-tooltip": LocalJSX.IntrinsicElements["xpl-tooltip"] & JSXBase.HTMLAttributes<HTMLXplTooltipElement>;
4733
+ "xpl-utility-bar": LocalJSX.IntrinsicElements["xpl-utility-bar"] & JSXBase.HTMLAttributes<HTMLXplUtilityBarElement>;
3693
4734
  }
3694
4735
  }
3695
4736
  }