@xplortech/apollo-core 2.4.3 → 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 (438) hide show
  1. package/.typings/apollo-components.html-data.json +1257 -3360
  2. package/build/style.css +4227 -1019
  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-8c1f73ea.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-31461db7.entry.js → p-5549756c.entry.js} +1 -1
  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-b1f4604d.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_47.cjs.entry.js +18618 -0
  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 +10 -3
  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 +12 -26
  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/dropdown.stories.js +4 -0
  75. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +2 -2
  76. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +2 -2
  77. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +29 -4
  78. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +120 -79
  79. package/dist/collection/components/xpl-dynamic-table/dynamic-table.stories.js +4 -0
  80. package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +2 -2
  81. package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +3 -3
  82. package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +3 -3
  83. package/dist/collection/components/xpl-grid/xpl-grid.js +2 -2
  84. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +2 -2
  85. package/dist/collection/components/xpl-header-accordion/header-accordion.stories.js +4 -0
  86. package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +2 -2
  87. package/dist/collection/components/xpl-icon/icon-types.js +1 -0
  88. package/dist/collection/components/xpl-icon/icons.stories.js +47 -12
  89. package/dist/collection/components/xpl-icon/xpl-icon.js +14 -16
  90. package/dist/collection/components/xpl-input/input.stories.js +79 -9
  91. package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +9 -9
  92. package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +55 -17
  93. package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +5 -5
  94. package/dist/collection/components/xpl-input/xpl-input-phone/phone-country-data.js +58 -0
  95. package/dist/collection/components/xpl-input/xpl-input-phone/phone-format.js +219 -0
  96. package/dist/collection/components/xpl-input/xpl-input-phone/xpl-input-phone.js +469 -0
  97. package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +3 -3
  98. package/dist/collection/components/xpl-input/xpl-input.js +101 -7
  99. package/dist/collection/components/xpl-large-card/large-card.stories.js +4 -0
  100. package/dist/collection/components/xpl-large-card/xpl-large-card.js +2 -2
  101. package/dist/collection/components/xpl-list/list.stories.js +4 -0
  102. package/dist/collection/components/xpl-list/xpl-list.js +2 -2
  103. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +2 -2
  104. package/dist/collection/components/xpl-modal/modal.stories.js +4 -0
  105. package/dist/collection/components/xpl-modal/xpl-modal.js +2 -2
  106. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +3 -3
  107. package/dist/collection/components/xpl-pagination/pagination.stories.js +4 -0
  108. package/dist/collection/components/xpl-pagination/xpl-pagination.js +4 -4
  109. package/dist/collection/components/xpl-panel/panel.stories.js +51 -0
  110. package/dist/collection/components/xpl-panel/xpl-panel.js +60 -0
  111. package/dist/collection/components/xpl-popover/popover.stories.js +4 -0
  112. package/dist/collection/components/xpl-popover/xpl-popover.js +5 -5
  113. package/dist/collection/components/xpl-progress/progress.stories.js +4 -0
  114. package/dist/collection/components/xpl-progress/xpl-progress.js +2 -2
  115. package/dist/collection/components/xpl-progress-bar/progress-bar.stories.js +96 -0
  116. package/dist/collection/components/xpl-progress-bar/xpl-progress-bar.js +158 -0
  117. package/dist/collection/components/xpl-radio/radio.stories.js +4 -0
  118. package/dist/collection/components/xpl-radio/xpl-radio.js +4 -4
  119. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +2 -2
  120. package/dist/collection/components/xpl-select/select.stories.js +4 -0
  121. package/dist/collection/components/xpl-select/xpl-select.js +11 -17
  122. package/dist/collection/components/xpl-side-nav/side-nav.stories.js +519 -0
  123. package/dist/collection/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.js +259 -0
  124. package/dist/collection/components/xpl-side-nav/xpl-side-nav.js +32 -0
  125. package/dist/collection/components/xpl-skeleton/skeleton.stories.js +4 -0
  126. package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +2 -2
  127. package/dist/collection/components/xpl-slideout/slideout.stories.js +6 -0
  128. package/dist/collection/components/xpl-slideout/xpl-slideout.js +2 -2
  129. package/dist/collection/components/xpl-tab/xpl-tab.js +3 -3
  130. package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +3 -3
  131. package/dist/collection/components/xpl-table/table.stories.js +4 -0
  132. package/dist/collection/components/xpl-table/xpl-table.js +6 -6
  133. package/dist/collection/components/xpl-table-header/table-header.stories.js +4 -0
  134. package/dist/collection/components/xpl-table-header/xpl-table-header.js +2 -2
  135. package/dist/collection/components/xpl-table-header-cell/table-header-cell.stories.js +4 -0
  136. package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +6 -16
  137. package/dist/collection/components/xpl-tabs/tabs.stories.js +4 -0
  138. package/dist/collection/components/xpl-tabs/xpl-tabs.js +6 -6
  139. package/dist/collection/components/xpl-tag/xpl-tag.js +3 -3
  140. package/dist/collection/components/xpl-toast/toast.stories.js +4 -0
  141. package/dist/collection/components/xpl-toast/xpl-toast.js +3 -3
  142. package/dist/collection/components/xpl-toggle/toggle.stories.js +4 -0
  143. package/dist/collection/components/xpl-toggle/xpl-toggle.js +4 -4
  144. package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +3 -3
  145. package/dist/collection/components/xpl-tooltip/tooltip.stories.js +4 -0
  146. package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +2 -2
  147. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +2 -2
  148. package/dist/collection/utils/layout-ancestors.js +22 -0
  149. package/dist/components/index.js +1 -1
  150. package/dist/components/xpl-accordion.js +1 -1
  151. package/dist/components/xpl-application-shell.js +1 -1
  152. package/dist/components/xpl-avatar.js +1 -1
  153. package/dist/components/xpl-avatar2.js +1 -1
  154. package/dist/components/xpl-backdrop.js +1 -1
  155. package/dist/components/xpl-backdrop2.js +1 -1
  156. package/dist/components/xpl-badge.js +1 -1
  157. package/dist/components/xpl-badge2.js +1 -1
  158. package/dist/components/xpl-banner.d.ts +11 -0
  159. package/dist/components/xpl-banner.js +1 -0
  160. package/dist/components/xpl-breadcrumb-item.js +1 -1
  161. package/dist/components/xpl-breadcrumbs.js +1 -1
  162. package/dist/components/xpl-button-row.js +1 -1
  163. package/dist/components/xpl-button.js +1 -1
  164. package/dist/components/xpl-button2.js +1 -1
  165. package/dist/components/xpl-calendar.js +1 -1
  166. package/dist/components/xpl-checkbox.js +1 -1
  167. package/dist/components/xpl-checkbox2.js +1 -1
  168. package/dist/components/xpl-choicelist.js +1 -1
  169. package/dist/components/xpl-content-area.js +1 -1
  170. package/dist/components/xpl-dashboard.js +1 -1
  171. package/dist/components/xpl-data-card.js +1 -1
  172. package/dist/components/xpl-divider.js +1 -1
  173. package/dist/components/xpl-divider2.js +1 -1
  174. package/dist/components/xpl-dropdown-group.js +1 -1
  175. package/dist/components/xpl-dropdown-group2.js +1 -1
  176. package/dist/components/xpl-dropdown-heading.js +1 -1
  177. package/dist/components/xpl-dropdown-heading2.js +1 -1
  178. package/dist/components/xpl-dropdown-option.js +1 -1
  179. package/dist/components/xpl-dropdown-option2.js +1 -1
  180. package/dist/components/xpl-dropdown.js +1 -1
  181. package/dist/components/xpl-dropdown2.js +1 -1
  182. package/dist/components/xpl-dynamic-table-cell.js +1 -1
  183. package/dist/components/xpl-dynamic-table-row.js +1 -1
  184. package/dist/components/xpl-dynamic-table.js +1 -1
  185. package/dist/components/xpl-grid-item.js +1 -1
  186. package/dist/components/xpl-grid.js +1 -1
  187. package/dist/components/xpl-header-accordion.js +1 -1
  188. package/dist/components/xpl-icon.js +1 -1
  189. package/dist/components/xpl-icon2.js +1 -6
  190. package/dist/components/xpl-input-date.js +1 -1
  191. package/dist/components/xpl-input-date2.js +1 -1
  192. package/dist/components/xpl-input-file.js +1 -1
  193. package/dist/components/xpl-input-file2.js +1 -1
  194. package/dist/components/xpl-input-phone.d.ts +11 -0
  195. package/dist/components/xpl-input-phone.js +1 -0
  196. package/dist/components/xpl-input-time.js +1 -1
  197. package/dist/components/xpl-input.js +1 -1
  198. package/dist/components/xpl-input2.js +1 -1
  199. package/dist/components/xpl-large-card.js +1 -1
  200. package/dist/components/xpl-list.js +1 -1
  201. package/dist/components/xpl-main-nav.js +1 -1
  202. package/dist/components/xpl-modal.js +1 -1
  203. package/dist/components/xpl-nav-item.js +1 -1
  204. package/dist/components/xpl-pagination.js +1 -1
  205. package/dist/components/xpl-panel.d.ts +11 -0
  206. package/dist/components/xpl-panel.js +1 -0
  207. package/dist/components/xpl-popover.js +1 -1
  208. package/dist/components/xpl-popover2.js +1 -1
  209. package/dist/components/xpl-progress-bar.d.ts +11 -0
  210. package/dist/components/xpl-progress-bar.js +1 -0
  211. package/dist/components/xpl-progress.js +1 -1
  212. package/dist/components/xpl-radio.js +1 -1
  213. package/dist/components/xpl-radio2.js +1 -1
  214. package/dist/components/xpl-secondary-nav.js +1 -1
  215. package/dist/components/xpl-select.js +1 -1
  216. package/dist/components/xpl-select2.js +1 -1
  217. package/dist/components/xpl-side-nav-item.d.ts +11 -0
  218. package/dist/components/xpl-side-nav-item.js +1 -0
  219. package/dist/components/xpl-side-nav.d.ts +11 -0
  220. package/dist/components/xpl-side-nav.js +1 -0
  221. package/dist/components/xpl-skeleton.js +1 -1
  222. package/dist/components/xpl-slideout.js +1 -1
  223. package/dist/components/xpl-tab-panel.js +1 -1
  224. package/dist/components/xpl-tab.js +1 -1
  225. package/dist/components/xpl-table-header.js +1 -1
  226. package/dist/components/xpl-table.js +1 -1
  227. package/dist/components/xpl-tabs.js +1 -1
  228. package/dist/components/xpl-tag.js +1 -1
  229. package/dist/components/xpl-tag2.js +1 -1
  230. package/dist/components/xpl-toast.js +1 -1
  231. package/dist/components/xpl-toggle.js +1 -1
  232. package/dist/components/xpl-toolbar.js +1 -1
  233. package/dist/components/xpl-tooltip.js +1 -1
  234. package/dist/components/xpl-tooltip2.js +1 -1
  235. package/dist/components/xpl-utility-bar.js +1 -1
  236. package/dist/docs/xpl-accordion/readme.md +66 -0
  237. package/dist/docs/xpl-application-shell/readme.md +33 -0
  238. package/dist/docs/xpl-avatar/readme.md +40 -0
  239. package/dist/docs/xpl-backdrop/readme.md +34 -0
  240. package/dist/docs/xpl-badge/readme.md +122 -0
  241. package/dist/docs/xpl-banner/readme.md +166 -0
  242. package/dist/docs/xpl-breadcrumbs/xpl-breadcrumb-item/readme.md +19 -0
  243. package/dist/docs/xpl-breadcrumbs/xpl-breadcrumbs/readme.md +22 -0
  244. package/dist/docs/xpl-button/readme.md +181 -0
  245. package/dist/docs/xpl-button-row/readme.md +42 -0
  246. package/dist/docs/xpl-calendar/readme.md +49 -0
  247. package/dist/docs/xpl-checkbox/readme.md +49 -0
  248. package/dist/docs/xpl-choicelist/readme.md +44 -0
  249. package/dist/docs/xpl-content-area/readme.md +17 -0
  250. package/dist/docs/xpl-dashboard/readme.md +10 -0
  251. package/dist/docs/xpl-data-card/readme.md +54 -0
  252. package/dist/docs/xpl-divider/readme.md +30 -0
  253. package/dist/docs/xpl-dropdown/readme.md +83 -0
  254. package/dist/docs/xpl-dropdown/xpl-dropdown-group/readme.md +40 -0
  255. package/dist/docs/xpl-dropdown/xpl-dropdown-heading/readme.md +30 -0
  256. package/dist/docs/xpl-dropdown/xpl-dropdown-option/readme.md +42 -0
  257. package/dist/docs/xpl-dynamic-table/readme.md +19 -0
  258. package/dist/docs/xpl-dynamic-table-cell/readme.md +18 -0
  259. package/dist/docs/xpl-dynamic-table-row/readme.md +19 -0
  260. package/dist/docs/xpl-grid/readme.md +10 -0
  261. package/dist/docs/xpl-grid-item/readme.md +20 -0
  262. package/dist/docs/xpl-header-accordion/readme.md +39 -0
  263. package/dist/docs/xpl-icon/readme.md +92 -0
  264. package/dist/docs/xpl-input/readme.md +100 -0
  265. package/dist/docs/xpl-input/xpl-input-color/readme.md +65 -0
  266. package/dist/docs/xpl-input/xpl-input-date/readme.md +56 -0
  267. package/dist/docs/xpl-input/xpl-input-file/readme.md +79 -0
  268. package/dist/docs/xpl-input/xpl-input-phone/readme.md +167 -0
  269. package/dist/docs/xpl-input/xpl-input-time/readme.md +73 -0
  270. package/dist/docs/xpl-large-card/readme.md +40 -0
  271. package/dist/docs/xpl-list/readme.md +34 -0
  272. package/dist/docs/xpl-main-nav/readme.md +28 -0
  273. package/dist/docs/xpl-modal/readme.md +58 -0
  274. package/dist/docs/xpl-nav-item/readme.md +24 -0
  275. package/dist/docs/xpl-pagination/readme.md +55 -0
  276. package/dist/docs/xpl-panel/readme.md +83 -0
  277. package/dist/docs/xpl-popover/readme.md +48 -0
  278. package/dist/docs/xpl-progress/readme.md +22 -0
  279. package/dist/docs/xpl-progress-bar/readme.md +145 -0
  280. package/dist/docs/xpl-radio/readme.md +43 -0
  281. package/dist/docs/xpl-secondary-nav/readme.md +10 -0
  282. package/dist/docs/xpl-select/readme.md +89 -0
  283. package/dist/docs/xpl-side-nav/readme.md +71 -0
  284. package/dist/docs/xpl-side-nav/xpl-side-nav-item/readme.md +115 -0
  285. package/dist/docs/xpl-skeleton/readme.md +31 -0
  286. package/dist/docs/xpl-slideout/readme.md +47 -0
  287. package/dist/docs/xpl-tab/readme.md +25 -0
  288. package/dist/docs/xpl-tab-panel/readme.md +18 -0
  289. package/dist/docs/xpl-table/readme.md +46 -0
  290. package/dist/docs/xpl-table-header/readme.md +13 -0
  291. package/dist/docs/xpl-table-header-cell/readme.md +47 -0
  292. package/dist/docs/xpl-tabs/readme.md +55 -0
  293. package/dist/docs/xpl-tag/readme.md +30 -0
  294. package/dist/docs/xpl-toast/readme.md +97 -0
  295. package/dist/docs/xpl-toggle/readme.md +23 -0
  296. package/dist/docs/xpl-toolbar/readme.md +18 -0
  297. package/dist/docs/xpl-tooltip/readme.md +35 -0
  298. package/dist/docs/xpl-utility-bar/readme.md +55 -0
  299. package/dist/esm/apollo-core.js +4 -4
  300. package/dist/esm/{index-DhZas3eX.js → index-C_Z2nG0p.js} +137 -87
  301. package/dist/esm/loader.js +3 -3
  302. package/dist/esm/xpl-accordion.entry.js +5 -5
  303. package/dist/esm/xpl-application-shell.entry.js +4 -4
  304. package/dist/esm/xpl-avatar_47.entry.js +18570 -0
  305. package/dist/esm/xpl-button-row.entry.js +4 -4
  306. package/dist/esm/xpl-calendar.entry.js +4 -4
  307. package/dist/esm/xpl-dynamic-table-cell.entry.js +5 -5
  308. package/dist/esm/xpl-dynamic-table-row.entry.js +5 -5
  309. package/dist/esm/xpl-dynamic-table.entry.js +4 -4
  310. package/dist/esm/xpl-grid-item.entry.js +4 -4
  311. package/dist/esm/xpl-grid.entry.js +4 -4
  312. package/dist/esm/xpl-large-card.entry.js +4 -4
  313. package/dist/esm/xpl-list.entry.js +4 -4
  314. package/dist/esm/xpl-main-nav.entry.js +4 -4
  315. package/dist/esm/xpl-table-header-cell.entry.js +3 -3
  316. package/dist/esm/xpl-table-header.entry.js +4 -4
  317. package/dist/esm/xpl-toggle.entry.js +6 -6
  318. package/dist/esm/xpl-toolbar.entry.js +5 -5
  319. package/dist/types/components/xpl-accordion/xpl-accordion.d.ts +1 -1
  320. package/dist/types/components/xpl-application-shell/application-shell.stories.d.ts +4 -0
  321. package/dist/types/components/xpl-application-shell/xpl-application-shell.d.ts +1 -1
  322. package/dist/types/components/xpl-avatar/avatar.stories.d.ts +4 -0
  323. package/dist/types/components/xpl-avatar/xpl-avatar.d.ts +1 -1
  324. package/dist/types/components/xpl-backdrop/backdrop.stories.d.ts +4 -0
  325. package/dist/types/components/xpl-backdrop/xpl-backdrop.d.ts +1 -1
  326. package/dist/types/components/xpl-badge/badge.stories.d.ts +66 -11
  327. package/dist/types/components/xpl-badge/xpl-badge.d.ts +9 -2
  328. package/dist/types/components/xpl-banner/banner.stories.d.ts +77 -0
  329. package/dist/types/components/xpl-banner/xpl-banner.d.ts +20 -0
  330. package/dist/types/components/xpl-breadcrumbs/breadcrumbs.stories.d.ts +4 -0
  331. package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.d.ts +1 -1
  332. package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.d.ts +1 -1
  333. package/dist/types/components/xpl-button/button.stories.d.ts +68 -30
  334. package/dist/types/components/xpl-button/xpl-button.d.ts +14 -8
  335. package/dist/types/components/xpl-button-row/xpl-button-row.d.ts +1 -1
  336. package/dist/types/components/xpl-calendar/calendar.stories.d.ts +4 -0
  337. package/dist/types/components/xpl-calendar/xpl-calendar.d.ts +1 -1
  338. package/dist/types/components/xpl-checkbox/checkbox.stories.d.ts +4 -0
  339. package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +1 -1
  340. package/dist/types/components/xpl-choicelist/choicelist.stories.d.ts +4 -0
  341. package/dist/types/components/xpl-choicelist/xpl-choicelist.d.ts +1 -1
  342. package/dist/types/components/xpl-content-area/xpl-content-area.d.ts +1 -1
  343. package/dist/types/components/xpl-dashboard/xpl-dashboard.d.ts +1 -1
  344. package/dist/types/components/xpl-data-card/data-card.stories.d.ts +4 -0
  345. package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +3 -4
  346. package/dist/types/components/xpl-divider/divider.stories.d.ts +4 -0
  347. package/dist/types/components/xpl-divider/xpl-divider.d.ts +1 -1
  348. package/dist/types/components/xpl-dropdown/dropdown-option.d.ts +1 -0
  349. package/dist/types/components/xpl-dropdown/dropdown.stories.d.ts +1 -1
  350. package/dist/types/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.d.ts +1 -1
  351. package/dist/types/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.d.ts +1 -1
  352. package/dist/types/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.d.ts +3 -2
  353. package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +11 -8
  354. package/dist/types/components/xpl-dynamic-table/dynamic-table.stories.d.ts +4 -0
  355. package/dist/types/components/xpl-dynamic-table/xpl-dynamic-table.d.ts +1 -1
  356. package/dist/types/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.d.ts +1 -1
  357. package/dist/types/components/xpl-dynamic-table-row/xpl-dynamic-table-row.d.ts +1 -1
  358. package/dist/types/components/xpl-grid/xpl-grid.d.ts +1 -1
  359. package/dist/types/components/xpl-grid-item/xpl-grid-item.d.ts +1 -1
  360. package/dist/types/components/xpl-header-accordion/header-accordion.stories.d.ts +4 -0
  361. package/dist/types/components/xpl-header-accordion/xpl-header-accordion.d.ts +1 -1
  362. package/dist/types/components/xpl-icon/icon-types.d.ts +2 -0
  363. package/dist/types/components/xpl-icon/xpl-icon.d.ts +2 -4
  364. package/dist/types/components/xpl-input/input.stories.d.ts +40 -7
  365. package/dist/types/components/xpl-input/xpl-input-color/xpl-input-color.d.ts +1 -1
  366. package/dist/types/components/xpl-input/xpl-input-date/xpl-input-date.d.ts +10 -3
  367. package/dist/types/components/xpl-input/xpl-input-file/xpl-input-file.d.ts +1 -1
  368. package/dist/types/components/xpl-input/xpl-input-phone/phone-country-data.d.ts +13 -0
  369. package/dist/types/components/xpl-input/xpl-input-phone/phone-format.d.ts +5 -0
  370. package/dist/types/components/xpl-input/xpl-input-phone/xpl-input-phone.d.ts +48 -0
  371. package/dist/types/components/xpl-input/xpl-input-time/xpl-input-time.d.ts +1 -1
  372. package/dist/types/components/xpl-input/xpl-input.d.ts +12 -2
  373. package/dist/types/components/xpl-large-card/large-card.stories.d.ts +4 -0
  374. package/dist/types/components/xpl-large-card/xpl-large-card.d.ts +1 -1
  375. package/dist/types/components/xpl-list/list.stories.d.ts +4 -0
  376. package/dist/types/components/xpl-list/xpl-list.d.ts +1 -1
  377. package/dist/types/components/xpl-main-nav/xpl-main-nav.d.ts +1 -1
  378. package/dist/types/components/xpl-modal/modal.stories.d.ts +4 -0
  379. package/dist/types/components/xpl-modal/xpl-modal.d.ts +1 -1
  380. package/dist/types/components/xpl-nav-item/xpl-nav-item.d.ts +1 -1
  381. package/dist/types/components/xpl-pagination/pagination.stories.d.ts +4 -0
  382. package/dist/types/components/xpl-pagination/xpl-pagination.d.ts +1 -1
  383. package/dist/types/components/xpl-panel/panel.stories.d.ts +20 -0
  384. package/dist/types/components/xpl-panel/xpl-panel.d.ts +5 -0
  385. package/dist/types/components/xpl-popover/xpl-popover.d.ts +1 -1
  386. package/dist/types/components/xpl-progress/progress.stories.d.ts +4 -0
  387. package/dist/types/components/xpl-progress/xpl-progress.d.ts +1 -1
  388. package/dist/types/components/xpl-progress-bar/progress-bar.stories.d.ts +73 -0
  389. package/dist/types/components/xpl-progress-bar/xpl-progress-bar.d.ts +15 -0
  390. package/dist/types/components/xpl-radio/radio.stories.d.ts +4 -0
  391. package/dist/types/components/xpl-radio/xpl-radio.d.ts +1 -1
  392. package/dist/types/components/xpl-secondary-nav/xpl-secondary-nav.d.ts +1 -1
  393. package/dist/types/components/xpl-select/select.stories.d.ts +4 -0
  394. package/dist/types/components/xpl-select/xpl-select.d.ts +2 -4
  395. package/dist/types/components/xpl-side-nav/side-nav.stories.d.ts +80 -0
  396. package/dist/types/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.d.ts +20 -0
  397. package/dist/types/components/xpl-side-nav/xpl-side-nav.d.ts +4 -0
  398. package/dist/types/components/xpl-skeleton/xpl-skeleton.d.ts +1 -1
  399. package/dist/types/components/xpl-slideout/slideout.stories.d.ts +6 -0
  400. package/dist/types/components/xpl-slideout/xpl-slideout.d.ts +1 -1
  401. package/dist/types/components/xpl-tab/xpl-tab.d.ts +1 -1
  402. package/dist/types/components/xpl-tab-panel/xpl-tab-panel.d.ts +1 -1
  403. package/dist/types/components/xpl-table/table.stories.d.ts +4 -0
  404. package/dist/types/components/xpl-table/xpl-table.d.ts +1 -1
  405. package/dist/types/components/xpl-table-header/table-header.stories.d.ts +4 -0
  406. package/dist/types/components/xpl-table-header/xpl-table-header.d.ts +1 -1
  407. package/dist/types/components/xpl-table-header-cell/table-header-cell.stories.d.ts +4 -0
  408. package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +2 -3
  409. package/dist/types/components/xpl-tabs/tabs.stories.d.ts +4 -0
  410. package/dist/types/components/xpl-tabs/xpl-tabs.d.ts +2 -2
  411. package/dist/types/components/xpl-tag/xpl-tag.d.ts +1 -1
  412. package/dist/types/components/xpl-toast/toast.stories.d.ts +4 -0
  413. package/dist/types/components/xpl-toast/xpl-toast.d.ts +1 -1
  414. package/dist/types/components/xpl-toggle/toggle.stories.d.ts +4 -0
  415. package/dist/types/components/xpl-toggle/xpl-toggle.d.ts +1 -1
  416. package/dist/types/components/xpl-toolbar/xpl-toolbar.d.ts +1 -1
  417. package/dist/types/components/xpl-tooltip/tooltip.stories.d.ts +4 -0
  418. package/dist/types/components/xpl-tooltip/xpl-tooltip.d.ts +1 -1
  419. package/dist/types/components/xpl-utility-bar/xpl-utility-bar.d.ts +1 -1
  420. package/dist/types/components.d.ts +1210 -173
  421. package/dist/types/stencil-public-runtime.d.ts +23 -2
  422. package/dist/types/utils/layout-ancestors.d.ts +2 -0
  423. package/package.json +45 -28
  424. package/dist/apollo-core/p-3b5f8989.entry.js +0 -1
  425. package/dist/apollo-core/p-576ce90f.entry.js +0 -1
  426. package/dist/apollo-core/p-5c0236db.entry.js +0 -6
  427. package/dist/apollo-core/p-5ec45742.entry.js +0 -1
  428. package/dist/apollo-core/p-7b7db57a.entry.js +0 -1
  429. package/dist/apollo-core/p-7f8e5cd0.entry.js +0 -1
  430. package/dist/apollo-core/p-812bb0e4.entry.js +0 -1
  431. package/dist/apollo-core/p-845eef0d.entry.js +0 -1
  432. package/dist/apollo-core/p-94209785.entry.js +0 -1
  433. package/dist/apollo-core/p-9853028c.entry.js +0 -1
  434. package/dist/apollo-core/p-9d65ece7.entry.js +0 -1
  435. package/dist/apollo-core/p-DhZas3eX.js +0 -2
  436. package/dist/apollo-core/p-be292555.entry.js +0 -1
  437. package/dist/cjs/xpl-avatar_41.cjs.entry.js +0 -5522
  438. package/dist/esm/xpl-avatar_41.entry.js +0 -5480
@@ -5,20 +5,16 @@
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
- import { IconName } from "./components/xpl-icon/xpl-icon";
10
10
  import { DropdownItem, DropdownOptionGroup } from "./components/xpl-dropdown/dropdown-option";
11
- import { IconName as IconName1 } from "./components/xpl-icon/xpl-icon";
12
11
  import { ListItem } from "./components/xpl-list/listitem";
13
12
  import { PopoverPosition } from "./components/xpl-popover/xpl-popover";
14
- import { IconName as IconName2 } from "./components/xpl-select/xpl-select";
13
+ export { BadgeVariantProp } from "./components/xpl-badge/xpl-badge";
15
14
  export { Choice } from "./components/xpl-choicelist/choice";
16
- export { IconName } from "./components/xpl-icon/xpl-icon";
17
15
  export { DropdownItem, DropdownOptionGroup } from "./components/xpl-dropdown/dropdown-option";
18
- export { IconName as IconName1 } from "./components/xpl-icon/xpl-icon";
19
16
  export { ListItem } from "./components/xpl-list/listitem";
20
17
  export { PopoverPosition } from "./components/xpl-popover/xpl-popover";
21
- export { IconName as IconName2 } from "./components/xpl-select/xpl-select";
22
18
  export namespace Components {
23
19
  interface XplAccordion {
24
20
  /**
@@ -120,13 +116,77 @@ export namespace Components {
120
116
  }
121
117
  interface XplBadge {
122
118
  /**
123
- * 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)
124
125
  */
125
126
  "dot"?: boolean;
126
127
  /**
127
- * 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
128
188
  */
129
- "variant"?: 'success' | 'warning' | 'inactive' | 'error';
189
+ "truncateDesc": boolean;
130
190
  }
131
191
  interface XplBreadcrumbItem {
132
192
  }
@@ -134,52 +194,74 @@ export namespace Components {
134
194
  }
135
195
  interface XplButton {
136
196
  /**
137
- * whether button should be disabled
197
+ * Whether button should be disabled
198
+ * @default false
138
199
  */
139
- "disabled"?: boolean;
200
+ "disabled": boolean;
140
201
  /**
141
- * @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
142
203
  */
143
204
  "form"?: string;
144
205
  /**
145
- * 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 ''
146
213
  */
147
- "fullWidth"?: boolean;
214
+ "icon": string;
148
215
  /**
149
- * 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
150
218
  */
151
- "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;
152
230
  /**
153
231
  * whether button should yield a slot for a link tag
154
232
  */
155
233
  "link"?: boolean;
156
234
  /**
157
- * @property {string} - button name attribute
235
+ * Name of the button, submitted with form data. Passed through to the native button element.
158
236
  */
159
237
  "name"?: string;
160
238
  /**
161
- * @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).
162
245
  * @default 'default'
163
246
  */
164
- "size": 'default' | 'sm' | 'xs';
247
+ "size": 'default' | 'xs' | 'sm';
165
248
  /**
166
- * @property {"neutral" | "warning" | "success"} - button state (color) neutral=purple, success=green, warning=red
167
- * @default 'neutral'
249
+ * @deprecated : Use `sentiment` with values "neutral", "negative", "positive" instead of `state` .
168
250
  */
169
- "state": 'neutral' | 'warning' | 'success';
251
+ "state"?: 'neutral' | 'warning' | 'success';
170
252
  /**
171
- * @property {"submit" | "reset" | "button"} - button type attribute
253
+ * HTML button type attribute.
172
254
  */
173
255
  "type"?: 'submit' | 'reset' | 'button';
174
256
  /**
175
- * @property {string} - button value attribute
257
+ * Value of the button, submitted with form data. Passed through to the native button element.
176
258
  */
177
259
  "value"?: string;
178
260
  /**
179
- * @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.
180
262
  * @default 'primary'
181
263
  */
182
- "variant": 'primary' | 'secondary' | 'subtle';
264
+ "variant": 'primary' | 'secondary' | 'tertiary' | 'subtle';
183
265
  }
184
266
  interface XplButtonRow {
185
267
  /**
@@ -308,9 +390,9 @@ export namespace Components {
308
390
  */
309
391
  "detail"?: string;
310
392
  /**
311
- * An optional icon leading the header. Uses <xpl-icon /> components and should reinforce the understanding of the smallStat metric shown.
393
+ * An optional icon leading the header. Uses <xpl-icon /> components and should reinforce the understanding of the smallStat metric shown. See [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names.
312
394
  */
313
- "icon"?: IconName;
395
+ "icon"?: string;
314
396
  /**
315
397
  * Whether to display the icon or not.
316
398
  * @default true
@@ -333,11 +415,11 @@ export namespace Components {
333
415
  */
334
416
  "smallStat"?: string;
335
417
  /**
336
- * An optional icon leading the small stat. Uses <xpl-icon> components and should reinforce the understanding of the smallStat metric shown.
418
+ * An optional icon leading the small stat. Uses <xpl-icon> components and should reinforce the understanding of the smallStat metric shown. See [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names.
337
419
  */
338
- "smallStatIcon"?: IconName;
420
+ "smallStatIcon"?: string;
339
421
  /**
340
- * set a variant that changes the color of the small stat based on the following rules: If trend is positive and greater than 0.5% color is green and up-right arrow is used If the trend is between -0.5% and 0.5% then its neutral the color is gray If the trend is negative less than -0.5% the color is red and down right arrow is used
422
+ * set a variant that changes the color of the small stat based on the following rules: If trend is positive and greater than 0.5% color is green and up-right arrow is used If the trend is between -0.5% and 0.5% then its neutral the color is gray If the trend is negative less than -0.5% the color is red and down right arrow is used
341
423
  */
342
424
  "smallStatVariant"?: 'positive' | 'negative' | 'neutral';
343
425
  /**
@@ -410,7 +492,7 @@ export namespace Components {
410
492
  /**
411
493
  * call back function invoked when a selection is made
412
494
  */
413
- "update"?: (e, { component }: { component: XplDropdown }) => void;
495
+ "update"?: (e, { component }: { component: Dropdown }) => void;
414
496
  }
415
497
  interface XplDropdownGroup {
416
498
  /**
@@ -429,6 +511,10 @@ export namespace Components {
429
511
  "label": string;
430
512
  }
431
513
  interface XplDropdownOption {
514
+ /**
515
+ * optional icon name to display before the label (uses xpl-icon)
516
+ */
517
+ "icon"?: string;
432
518
  /**
433
519
  * whether option is disabled
434
520
  */
@@ -527,9 +613,10 @@ export namespace Components {
527
613
  */
528
614
  "backgroundColor"?: string;
529
615
  /**
530
- * Name of icon
616
+ * Name of icon.
617
+ * @property {string} See [available icons](./ICONS.md) for the complete list, or view the [Storybook icon gallery](?path=/story/components-icons--icons).
531
618
  */
532
- "icon": IconName1;
619
+ "icon": string;
533
620
  /**
534
621
  * Size of icon
535
622
  */
@@ -559,6 +646,11 @@ export namespace Components {
559
646
  * @default 'Y-m-d'
560
647
  */
561
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;
562
654
  /**
563
655
  * Optional text that appears below the input label. Applies to all input types.
564
656
  */
@@ -590,6 +682,11 @@ export namespace Components {
590
682
  * @default false
591
683
  */
592
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;
593
690
  /**
594
691
  * Label text for the field Applies to all input types.
595
692
  */
@@ -637,6 +734,10 @@ export namespace Components {
637
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`.
638
735
  */
639
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[];
640
741
  /**
641
742
  * Whether the input is editable Applies to text, password, number, and date inputs.
642
743
  */
@@ -658,7 +759,7 @@ export namespace Components {
658
759
  * The type of form control
659
760
  * @default 'text'
660
761
  */
661
- "type"?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color';
762
+ "type"?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color' | 'phone';
662
763
  /**
663
764
  * Including a `value` will pre-populate the input with the given string. Applies to text, password, number, and date inputs.
664
765
  */
@@ -790,6 +891,50 @@ export namespace Components {
790
891
  */
791
892
  "removeFileByIndex": (fileIndex: number) => Promise<void>;
792
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
+ }
793
938
  interface XplInputTime {
794
939
  /**
795
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.
@@ -929,6 +1074,22 @@ export namespace Components {
929
1074
  */
930
1075
  "withPageControl": boolean;
931
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
+ }
932
1093
  interface XplPopover {
933
1094
  /**
934
1095
  * Whether the popover is disabled or not.
@@ -962,6 +1123,36 @@ export namespace Components {
962
1123
  */
963
1124
  "steps"?: string[];
964
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
+ }
965
1156
  interface XplRadio {
966
1157
  /**
967
1158
  * Whether the input is "on"
@@ -1042,10 +1233,10 @@ export namespace Components {
1042
1233
  */
1043
1234
  "reset": () => Promise<void>;
1044
1235
  /**
1045
- * The icon to display in the select trigger button.
1236
+ * The icon to display in the select trigger button. See [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names.
1046
1237
  * @default 'chevron-down'
1047
1238
  */
1048
- "selectIcon"?: IconName2;
1239
+ "selectIcon"?: string;
1049
1240
  /**
1050
1241
  * The value(s) currently selected in the select component.
1051
1242
  */
@@ -1056,6 +1247,52 @@ export namespace Components {
1056
1247
  */
1057
1248
  "truncate"?: boolean;
1058
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
+ }
1059
1296
  interface XplSkeleton {
1060
1297
  /**
1061
1298
  * A CSS class name to apply to the component.
@@ -1184,9 +1421,9 @@ export namespace Components {
1184
1421
  }
1185
1422
  interface XplTableHeaderCell {
1186
1423
  /**
1187
- * @property {IconName} - Icon to display in the cell
1424
+ * Icon to display in the cell. See [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names.
1188
1425
  */
1189
- "icon"?: IconName;
1426
+ "icon"?: string;
1190
1427
  /**
1191
1428
  * @property {string} - Text to display in the cell
1192
1429
  * @default ''
@@ -1318,6 +1555,10 @@ export namespace Components {
1318
1555
  "navControl"?: boolean;
1319
1556
  }
1320
1557
  }
1558
+ export interface XplBannerCustomEvent<T> extends CustomEvent<T> {
1559
+ detail: T;
1560
+ target: HTMLXplBannerElement;
1561
+ }
1321
1562
  export interface XplButtonRowCustomEvent<T> extends CustomEvent<T> {
1322
1563
  detail: T;
1323
1564
  target: HTMLXplButtonRowElement;
@@ -1358,6 +1599,10 @@ export interface XplInputFileCustomEvent<T> extends CustomEvent<T> {
1358
1599
  detail: T;
1359
1600
  target: HTMLXplInputFileElement;
1360
1601
  }
1602
+ export interface XplInputPhoneCustomEvent<T> extends CustomEvent<T> {
1603
+ detail: T;
1604
+ target: HTMLXplInputPhoneElement;
1605
+ }
1361
1606
  export interface XplInputTimeCustomEvent<T> extends CustomEvent<T> {
1362
1607
  detail: T;
1363
1608
  target: HTMLXplInputTimeElement;
@@ -1390,6 +1635,10 @@ export interface XplSelectCustomEvent<T> extends CustomEvent<T> {
1390
1635
  detail: T;
1391
1636
  target: HTMLXplSelectElement;
1392
1637
  }
1638
+ export interface XplSideNavItemCustomEvent<T> extends CustomEvent<T> {
1639
+ detail: T;
1640
+ target: HTMLXplSideNavItemElement;
1641
+ }
1393
1642
  export interface XplSlideoutCustomEvent<T> extends CustomEvent<T> {
1394
1643
  detail: T;
1395
1644
  target: HTMLXplSlideoutElement;
@@ -1449,6 +1698,25 @@ declare global {
1449
1698
  prototype: HTMLXplBadgeElement;
1450
1699
  new (): HTMLXplBadgeElement;
1451
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
+ };
1452
1720
  interface HTMLXplBreadcrumbItemElement extends Components.XplBreadcrumbItem, HTMLStencilElement {
1453
1721
  }
1454
1722
  var HTMLXplBreadcrumbItemElement: {
@@ -1730,6 +1998,24 @@ declare global {
1730
1998
  prototype: HTMLXplInputFileElement;
1731
1999
  new (): HTMLXplInputFileElement;
1732
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
+ };
1733
2019
  interface HTMLXplInputTimeElementEventMap {
1734
2020
  "valueChange": string;
1735
2021
  "hasErrorStateChanged": string | null;
@@ -1829,6 +2115,16 @@ declare global {
1829
2115
  prototype: HTMLXplPaginationElement;
1830
2116
  new (): HTMLXplPaginationElement;
1831
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
+ };
1832
2128
  interface HTMLXplPopoverElementEventMap {
1833
2129
  "isOpenChange": boolean;
1834
2130
  }
@@ -1852,6 +2148,12 @@ declare global {
1852
2148
  prototype: HTMLXplProgressElement;
1853
2149
  new (): HTMLXplProgressElement;
1854
2150
  };
2151
+ interface HTMLXplProgressBarElement extends Components.XplProgressBar, HTMLStencilElement {
2152
+ }
2153
+ var HTMLXplProgressBarElement: {
2154
+ prototype: HTMLXplProgressBarElement;
2155
+ new (): HTMLXplProgressBarElement;
2156
+ };
1855
2157
  interface HTMLXplRadioElementEventMap {
1856
2158
  "radioChange": string | boolean;
1857
2159
  }
@@ -1898,6 +2200,30 @@ declare global {
1898
2200
  prototype: HTMLXplSelectElement;
1899
2201
  new (): HTMLXplSelectElement;
1900
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
+ };
1901
2227
  interface HTMLXplSkeletonElement extends Components.XplSkeleton, HTMLStencilElement {
1902
2228
  }
1903
2229
  var HTMLXplSkeletonElement: {
@@ -2070,6 +2396,7 @@ declare global {
2070
2396
  "xpl-avatar": HTMLXplAvatarElement;
2071
2397
  "xpl-backdrop": HTMLXplBackdropElement;
2072
2398
  "xpl-badge": HTMLXplBadgeElement;
2399
+ "xpl-banner": HTMLXplBannerElement;
2073
2400
  "xpl-breadcrumb-item": HTMLXplBreadcrumbItemElement;
2074
2401
  "xpl-breadcrumbs": HTMLXplBreadcrumbsElement;
2075
2402
  "xpl-button": HTMLXplButtonElement;
@@ -2096,6 +2423,7 @@ declare global {
2096
2423
  "xpl-input-color": HTMLXplInputColorElement;
2097
2424
  "xpl-input-date": HTMLXplInputDateElement;
2098
2425
  "xpl-input-file": HTMLXplInputFileElement;
2426
+ "xpl-input-phone": HTMLXplInputPhoneElement;
2099
2427
  "xpl-input-time": HTMLXplInputTimeElement;
2100
2428
  "xpl-large-card": HTMLXplLargeCardElement;
2101
2429
  "xpl-list": HTMLXplListElement;
@@ -2103,11 +2431,15 @@ declare global {
2103
2431
  "xpl-modal": HTMLXplModalElement;
2104
2432
  "xpl-nav-item": HTMLXplNavItemElement;
2105
2433
  "xpl-pagination": HTMLXplPaginationElement;
2434
+ "xpl-panel": HTMLXplPanelElement;
2106
2435
  "xpl-popover": HTMLXplPopoverElement;
2107
2436
  "xpl-progress": HTMLXplProgressElement;
2437
+ "xpl-progress-bar": HTMLXplProgressBarElement;
2108
2438
  "xpl-radio": HTMLXplRadioElement;
2109
2439
  "xpl-secondary-nav": HTMLXplSecondaryNavElement;
2110
2440
  "xpl-select": HTMLXplSelectElement;
2441
+ "xpl-side-nav": HTMLXplSideNavElement;
2442
+ "xpl-side-nav-item": HTMLXplSideNavItemElement;
2111
2443
  "xpl-skeleton": HTMLXplSkeletonElement;
2112
2444
  "xpl-slideout": HTMLXplSlideoutElement;
2113
2445
  "xpl-tab": HTMLXplTabElement;
@@ -2125,6 +2457,8 @@ declare global {
2125
2457
  }
2126
2458
  }
2127
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
+
2128
2462
  interface XplAccordion {
2129
2463
  /**
2130
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
@@ -2220,13 +2554,89 @@ declare namespace LocalJSX {
2220
2554
  }
2221
2555
  interface XplBadge {
2222
2556
  /**
2223
- * 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)
2224
2563
  */
2225
2564
  "dot"?: boolean;
2226
2565
  /**
2227
- * 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
2568
+ */
2569
+ "dotOnly"?: boolean;
2570
+ /**
2571
+ * Badge shape rounded (pill) boxy (rounded corners)
2572
+ * @default 'rounded'
2573
+ */
2574
+ "shape"?: 'rounded' | 'boxy';
2575
+ /**
2576
+ * Badge size default | small
2577
+ * @default 'default'
2578
+ */
2579
+ "size"?: 'default' | 'small';
2580
+ /**
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'
2583
+ */
2584
+ "variant"?: BadgeVariantProp;
2585
+ }
2586
+ interface XplBanner {
2587
+ /**
2588
+ * Primary action label. When provided, an action button is rendered.
2589
+ */
2590
+ "actionText"?: string;
2591
+ /**
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'
2594
+ */
2595
+ "appearance"?: 'information' | 'positive' | 'warning' | 'error';
2596
+ /**
2597
+ * Optional supporting message shown after the heading. Description text uses `--xpl-text-default`.
2598
+ */
2599
+ "description"?: string;
2600
+ /**
2601
+ * Whether to render the leading icon in section layout. Ignored in bar layout — bar banners always show the icon.
2602
+ * @default true
2603
+ */
2604
+ "hasIcon"?: boolean;
2605
+ /**
2606
+ * Primary banner message shown with stronger title typography.
2607
+ */
2608
+ "heading"?: string;
2609
+ /**
2610
+ * Whether to show the trailing dismiss control.
2611
+ * @default true
2612
+ */
2613
+ "isDismissible"?: boolean;
2614
+ /**
2615
+ * Renders the section-style banner layout when true.
2616
+ * @default false
2617
+ */
2618
+ "isSection"?: boolean;
2619
+ /**
2620
+ * Emitted when the primary action is clicked.
2621
+ */
2622
+ "onAction"?: (event: XplBannerCustomEvent<void>) => void;
2623
+ /**
2624
+ * Emitted when the dismiss button is clicked.
2625
+ */
2626
+ "onDismiss"?: (event: XplBannerCustomEvent<void>) => void;
2627
+ /**
2628
+ * Emitted when the secondary action is clicked.
2629
+ */
2630
+ "onSecondaryAction"?: (event: XplBannerCustomEvent<void>) => void;
2631
+ /**
2632
+ * Secondary action label. When provided, a second action button is rendered.
2633
+ */
2634
+ "secondaryActionText"?: string;
2635
+ /**
2636
+ * When true, `description` is constrained to one line with ellipsis so banner height stays stable.
2637
+ * @default false
2228
2638
  */
2229
- "variant"?: 'success' | 'warning' | 'inactive' | 'error';
2639
+ "truncateDesc"?: boolean;
2230
2640
  }
2231
2641
  interface XplBreadcrumbItem {
2232
2642
  }
@@ -2234,52 +2644,74 @@ declare namespace LocalJSX {
2234
2644
  }
2235
2645
  interface XplButton {
2236
2646
  /**
2237
- * whether button should be disabled
2647
+ * Whether button should be disabled
2648
+ * @default false
2238
2649
  */
2239
2650
  "disabled"?: boolean;
2240
2651
  /**
2241
- * @property {string} - An optional form attribute for the button if type is submit
2652
+ * An optional form attribute for the button if type is submit
2242
2653
  */
2243
2654
  "form"?: string;
2244
2655
  /**
2245
- * whether button should render with full width
2656
+ * Whether the button should be of full width as per parent container.
2657
+ * @default false
2246
2658
  */
2247
2659
  "fullWidth"?: boolean;
2248
2660
  /**
2249
- * whether button should render icon only
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
2250
2668
  */
2251
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;
2252
2680
  /**
2253
2681
  * whether button should yield a slot for a link tag
2254
2682
  */
2255
2683
  "link"?: boolean;
2256
2684
  /**
2257
- * @property {string} - button name attribute
2685
+ * Name of the button, submitted with form data. Passed through to the native button element.
2258
2686
  */
2259
2687
  "name"?: string;
2260
2688
  /**
2261
- * @property {"default" | "sm" | "xs"} - button size
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).
2262
2695
  * @default 'default'
2263
2696
  */
2264
- "size"?: 'default' | 'sm' | 'xs';
2697
+ "size"?: 'default' | 'xs' | 'sm';
2265
2698
  /**
2266
- * @property {"neutral" | "warning" | "success"} - button state (color) neutral=purple, success=green, warning=red
2267
- * @default 'neutral'
2699
+ * @deprecated : Use `sentiment` with values "neutral", "negative", "positive" instead of `state` .
2268
2700
  */
2269
2701
  "state"?: 'neutral' | 'warning' | 'success';
2270
2702
  /**
2271
- * @property {"submit" | "reset" | "button"} - button type attribute
2703
+ * HTML button type attribute.
2272
2704
  */
2273
2705
  "type"?: 'submit' | 'reset' | 'button';
2274
2706
  /**
2275
- * @property {string} - button value attribute
2707
+ * Value of the button, submitted with form data. Passed through to the native button element.
2276
2708
  */
2277
2709
  "value"?: string;
2278
2710
  /**
2279
- * @property {"primary" | "secondary" | "subtle"} - button variant
2711
+ * Button variant/style. Use "primary", "secondary", "tertiary" for new usage. "subtle" is deprecated but still supported for backward compatibility.
2280
2712
  * @default 'primary'
2281
2713
  */
2282
- "variant"?: 'primary' | 'secondary' | 'subtle';
2714
+ "variant"?: 'primary' | 'secondary' | 'tertiary' | 'subtle';
2283
2715
  }
2284
2716
  interface XplButtonRow {
2285
2717
  /**
@@ -2432,9 +2864,9 @@ declare namespace LocalJSX {
2432
2864
  */
2433
2865
  "detail"?: string;
2434
2866
  /**
2435
- * An optional icon leading the header. Uses <xpl-icon /> components and should reinforce the understanding of the smallStat metric shown.
2867
+ * An optional icon leading the header. Uses <xpl-icon /> components and should reinforce the understanding of the smallStat metric shown. See [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names.
2436
2868
  */
2437
- "icon"?: IconName;
2869
+ "icon"?: string;
2438
2870
  /**
2439
2871
  * Whether to display the icon or not.
2440
2872
  * @default true
@@ -2457,11 +2889,11 @@ declare namespace LocalJSX {
2457
2889
  */
2458
2890
  "smallStat"?: string;
2459
2891
  /**
2460
- * An optional icon leading the small stat. Uses <xpl-icon> components and should reinforce the understanding of the smallStat metric shown.
2892
+ * An optional icon leading the small stat. Uses <xpl-icon> components and should reinforce the understanding of the smallStat metric shown. See [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names.
2461
2893
  */
2462
- "smallStatIcon"?: IconName;
2894
+ "smallStatIcon"?: string;
2463
2895
  /**
2464
- * set a variant that changes the color of the small stat based on the following rules: If trend is positive and greater than 0.5% color is green and up-right arrow is used If the trend is between -0.5% and 0.5% then its neutral the color is gray If the trend is negative less than -0.5% the color is red and down right arrow is used
2896
+ * set a variant that changes the color of the small stat based on the following rules: If trend is positive and greater than 0.5% color is green and up-right arrow is used If the trend is between -0.5% and 0.5% then its neutral the color is gray If the trend is negative less than -0.5% the color is red and down right arrow is used
2465
2897
  */
2466
2898
  "smallStatVariant"?: 'positive' | 'negative' | 'neutral';
2467
2899
  /**
@@ -2534,7 +2966,7 @@ declare namespace LocalJSX {
2534
2966
  /**
2535
2967
  * call back function invoked when a selection is made
2536
2968
  */
2537
- "update"?: (e, { component }: { component: XplDropdown }) => void;
2969
+ "update"?: (e, { component }: { component: Dropdown }) => void;
2538
2970
  }
2539
2971
  interface XplDropdownGroup {
2540
2972
  /**
@@ -2553,6 +2985,10 @@ declare namespace LocalJSX {
2553
2985
  "label"?: string;
2554
2986
  }
2555
2987
  interface XplDropdownOption {
2988
+ /**
2989
+ * optional icon name to display before the label (uses xpl-icon)
2990
+ */
2991
+ "icon"?: string;
2556
2992
  /**
2557
2993
  * whether option is disabled
2558
2994
  */
@@ -2655,9 +3091,10 @@ declare namespace LocalJSX {
2655
3091
  */
2656
3092
  "backgroundColor"?: string;
2657
3093
  /**
2658
- * Name of icon
3094
+ * Name of icon.
3095
+ * @property {string} See [available icons](./ICONS.md) for the complete list, or view the [Storybook icon gallery](?path=/story/components-icons--icons).
2659
3096
  */
2660
- "icon"?: IconName1;
3097
+ "icon": string;
2661
3098
  /**
2662
3099
  * Size of icon
2663
3100
  */
@@ -2687,6 +3124,11 @@ declare namespace LocalJSX {
2687
3124
  * @default 'Y-m-d'
2688
3125
  */
2689
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;
2690
3132
  /**
2691
3133
  * Optional text that appears below the input label. Applies to all input types.
2692
3134
  */
@@ -2718,6 +3160,11 @@ declare namespace LocalJSX {
2718
3160
  * @default false
2719
3161
  */
2720
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;
2721
3168
  /**
2722
3169
  * Label text for the field Applies to all input types.
2723
3170
  */
@@ -2781,6 +3228,10 @@ declare namespace LocalJSX {
2781
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`.
2782
3229
  */
2783
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[];
2784
3235
  /**
2785
3236
  * Whether the input is editable Applies to text, password, number, and date inputs.
2786
3237
  */
@@ -2802,7 +3253,7 @@ declare namespace LocalJSX {
2802
3253
  * The type of form control
2803
3254
  * @default 'text'
2804
3255
  */
2805
- "type"?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color';
3256
+ "type"?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color' | 'phone';
2806
3257
  /**
2807
3258
  * Including a `value` will pre-populate the input with the given string. Applies to text, password, number, and date inputs.
2808
3259
  */
@@ -2956,6 +3407,58 @@ declare namespace LocalJSX {
2956
3407
  value: File[] | null;
2957
3408
  }>) => void;
2958
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
+ }
2959
3462
  interface XplInputTime {
2960
3463
  /**
2961
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.
@@ -3123,6 +3626,22 @@ declare namespace LocalJSX {
3123
3626
  */
3124
3627
  "withPageControl"?: boolean;
3125
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
+ }
3126
3645
  interface XplPopover {
3127
3646
  /**
3128
3647
  * Whether the popover is disabled or not.
@@ -3160,6 +3679,36 @@ declare namespace LocalJSX {
3160
3679
  */
3161
3680
  "steps"?: string[];
3162
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
+ }
3163
3712
  interface XplRadio {
3164
3713
  /**
3165
3714
  * Whether the input is "on"
@@ -3259,10 +3808,10 @@ declare namespace LocalJSX {
3259
3808
  */
3260
3809
  "placeholder"?: string;
3261
3810
  /**
3262
- * The icon to display in the select trigger button.
3811
+ * The icon to display in the select trigger button. See [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names.
3263
3812
  * @default 'chevron-down'
3264
3813
  */
3265
- "selectIcon"?: IconName2;
3814
+ "selectIcon"?: string;
3266
3815
  /**
3267
3816
  * The value(s) currently selected in the select component.
3268
3817
  */
@@ -3273,6 +3822,60 @@ declare namespace LocalJSX {
3273
3822
  */
3274
3823
  "truncate"?: boolean;
3275
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
+ }
3276
3879
  interface XplSkeleton {
3277
3880
  /**
3278
3881
  * A CSS class name to apply to the component.
@@ -3421,9 +4024,9 @@ declare namespace LocalJSX {
3421
4024
  }
3422
4025
  interface XplTableHeaderCell {
3423
4026
  /**
3424
- * @property {IconName} - Icon to display in the cell
4027
+ * Icon to display in the cell. See [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names.
3425
4028
  */
3426
- "icon"?: IconName;
4029
+ "icon"?: string;
3427
4030
  /**
3428
4031
  * @property {string} - Text to display in the cell
3429
4032
  * @default ''
@@ -3570,130 +4173,564 @@ declare namespace LocalJSX {
3570
4173
  */
3571
4174
  "onNavOpen"?: (event: XplUtilityBarCustomEvent<boolean>) => void;
3572
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
+
3573
4594
  interface IntrinsicElements {
3574
- "xpl-accordion": XplAccordion;
3575
- "xpl-application-shell": XplApplicationShell;
3576
- "xpl-avatar": XplAvatar;
3577
- "xpl-backdrop": XplBackdrop;
3578
- "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] };
3579
4601
  "xpl-breadcrumb-item": XplBreadcrumbItem;
3580
4602
  "xpl-breadcrumbs": XplBreadcrumbs;
3581
- "xpl-button": XplButton;
3582
- "xpl-button-row": XplButtonRow;
3583
- "xpl-calendar": XplCalendar;
3584
- "xpl-checkbox": XplCheckbox;
3585
- "xpl-choicelist": XplChoicelist;
3586
- "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] };
3587
4609
  "xpl-dashboard": XplDashboard;
3588
- "xpl-data-card": XplDataCard;
3589
- "xpl-divider": XplDivider;
3590
- "xpl-dropdown": XplDropdown;
3591
- "xpl-dropdown-group": XplDropdownGroup;
3592
- "xpl-dropdown-heading": XplDropdownHeading;
3593
- "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] };
3594
4616
  "xpl-dynamic-table": XplDynamicTable;
3595
- "xpl-dynamic-table-cell": XplDynamicTableCell;
3596
- "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] };
3597
4619
  "xpl-grid": XplGrid;
3598
- "xpl-grid-item": XplGridItem;
3599
- "xpl-header-accordion": XplHeaderAccordion;
3600
- "xpl-icon": XplIcon;
3601
- "xpl-input": XplInput;
3602
- "xpl-input-color": XplInputColor;
3603
- "xpl-input-date": XplInputDate;
3604
- "xpl-input-file": XplInputFile;
3605
- "xpl-input-time": XplInputTime;
3606
- "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] };
3607
4630
  "xpl-list": XplList;
3608
- "xpl-main-nav": XplMainNav;
3609
- "xpl-modal": XplModal;
3610
- "xpl-nav-item": XplNavItem;
3611
- "xpl-pagination": XplPagination;
3612
- "xpl-popover": XplPopover;
3613
- "xpl-progress": XplProgress;
3614
- "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] };
3615
4640
  "xpl-secondary-nav": XplSecondaryNav;
3616
- "xpl-select": XplSelect;
3617
- "xpl-skeleton": XplSkeleton;
3618
- "xpl-slideout": XplSlideout;
3619
- "xpl-tab": XplTab;
3620
- "xpl-tab-panel": XplTabPanel;
3621
- "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] };
3622
4649
  "xpl-table-header": XplTableHeader;
3623
- "xpl-table-header-cell": XplTableHeaderCell;
3624
- "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] };
3625
4652
  "xpl-tag": XplTag;
3626
- "xpl-toast": XplToast;
3627
- "xpl-toggle": XplToggle;
3628
- "xpl-toolbar": XplToolbar;
3629
- "xpl-tooltip": XplTooltip;
3630
- "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] };
3631
4658
  }
3632
4659
  }
3633
4660
  export { LocalJSX as JSX };
3634
4661
  declare module "@stencil/core" {
3635
4662
  export namespace JSX {
3636
4663
  interface IntrinsicElements {
3637
- "xpl-accordion": LocalJSX.XplAccordion & JSXBase.HTMLAttributes<HTMLXplAccordionElement>;
3638
- "xpl-application-shell": LocalJSX.XplApplicationShell & JSXBase.HTMLAttributes<HTMLXplApplicationShellElement>;
3639
- "xpl-avatar": LocalJSX.XplAvatar & JSXBase.HTMLAttributes<HTMLXplAvatarElement>;
3640
- "xpl-backdrop": LocalJSX.XplBackdrop & JSXBase.HTMLAttributes<HTMLXplBackdropElement>;
3641
- "xpl-badge": LocalJSX.XplBadge & JSXBase.HTMLAttributes<HTMLXplBadgeElement>;
3642
- "xpl-breadcrumb-item": LocalJSX.XplBreadcrumbItem & JSXBase.HTMLAttributes<HTMLXplBreadcrumbItemElement>;
3643
- "xpl-breadcrumbs": LocalJSX.XplBreadcrumbs & JSXBase.HTMLAttributes<HTMLXplBreadcrumbsElement>;
3644
- "xpl-button": LocalJSX.XplButton & JSXBase.HTMLAttributes<HTMLXplButtonElement>;
3645
- "xpl-button-row": LocalJSX.XplButtonRow & JSXBase.HTMLAttributes<HTMLXplButtonRowElement>;
3646
- "xpl-calendar": LocalJSX.XplCalendar & JSXBase.HTMLAttributes<HTMLXplCalendarElement>;
3647
- "xpl-checkbox": LocalJSX.XplCheckbox & JSXBase.HTMLAttributes<HTMLXplCheckboxElement>;
3648
- "xpl-choicelist": LocalJSX.XplChoicelist & JSXBase.HTMLAttributes<HTMLXplChoicelistElement>;
3649
- "xpl-content-area": LocalJSX.XplContentArea & JSXBase.HTMLAttributes<HTMLXplContentAreaElement>;
3650
- "xpl-dashboard": LocalJSX.XplDashboard & JSXBase.HTMLAttributes<HTMLXplDashboardElement>;
3651
- "xpl-data-card": LocalJSX.XplDataCard & JSXBase.HTMLAttributes<HTMLXplDataCardElement>;
3652
- "xpl-divider": LocalJSX.XplDivider & JSXBase.HTMLAttributes<HTMLXplDividerElement>;
3653
- "xpl-dropdown": LocalJSX.XplDropdown & JSXBase.HTMLAttributes<HTMLXplDropdownElement>;
3654
- "xpl-dropdown-group": LocalJSX.XplDropdownGroup & JSXBase.HTMLAttributes<HTMLXplDropdownGroupElement>;
3655
- "xpl-dropdown-heading": LocalJSX.XplDropdownHeading & JSXBase.HTMLAttributes<HTMLXplDropdownHeadingElement>;
3656
- "xpl-dropdown-option": LocalJSX.XplDropdownOption & JSXBase.HTMLAttributes<HTMLXplDropdownOptionElement>;
3657
- "xpl-dynamic-table": LocalJSX.XplDynamicTable & JSXBase.HTMLAttributes<HTMLXplDynamicTableElement>;
3658
- "xpl-dynamic-table-cell": LocalJSX.XplDynamicTableCell & JSXBase.HTMLAttributes<HTMLXplDynamicTableCellElement>;
3659
- "xpl-dynamic-table-row": LocalJSX.XplDynamicTableRow & JSXBase.HTMLAttributes<HTMLXplDynamicTableRowElement>;
3660
- "xpl-grid": LocalJSX.XplGrid & JSXBase.HTMLAttributes<HTMLXplGridElement>;
3661
- "xpl-grid-item": LocalJSX.XplGridItem & JSXBase.HTMLAttributes<HTMLXplGridItemElement>;
3662
- "xpl-header-accordion": LocalJSX.XplHeaderAccordion & JSXBase.HTMLAttributes<HTMLXplHeaderAccordionElement>;
3663
- "xpl-icon": LocalJSX.XplIcon & JSXBase.HTMLAttributes<HTMLXplIconElement>;
3664
- "xpl-input": LocalJSX.XplInput & JSXBase.HTMLAttributes<HTMLXplInputElement>;
3665
- "xpl-input-color": LocalJSX.XplInputColor & JSXBase.HTMLAttributes<HTMLXplInputColorElement>;
3666
- "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>;
3667
4695
  /**
3668
4696
  * `xpl-input-file` is a component that allows users to upload files.
3669
4697
  */
3670
- "xpl-input-file": LocalJSX.XplInputFile & JSXBase.HTMLAttributes<HTMLXplInputFileElement>;
3671
- "xpl-input-time": LocalJSX.XplInputTime & JSXBase.HTMLAttributes<HTMLXplInputTimeElement>;
3672
- "xpl-large-card": LocalJSX.XplLargeCard & JSXBase.HTMLAttributes<HTMLXplLargeCardElement>;
3673
- "xpl-list": LocalJSX.XplList & JSXBase.HTMLAttributes<HTMLXplListElement>;
3674
- "xpl-main-nav": LocalJSX.XplMainNav & JSXBase.HTMLAttributes<HTMLXplMainNavElement>;
3675
- "xpl-modal": LocalJSX.XplModal & JSXBase.HTMLAttributes<HTMLXplModalElement>;
3676
- "xpl-nav-item": LocalJSX.XplNavItem & JSXBase.HTMLAttributes<HTMLXplNavItemElement>;
3677
- "xpl-pagination": LocalJSX.XplPagination & JSXBase.HTMLAttributes<HTMLXplPaginationElement>;
3678
- "xpl-popover": LocalJSX.XplPopover & JSXBase.HTMLAttributes<HTMLXplPopoverElement>;
3679
- "xpl-progress": LocalJSX.XplProgress & JSXBase.HTMLAttributes<HTMLXplProgressElement>;
3680
- "xpl-radio": LocalJSX.XplRadio & JSXBase.HTMLAttributes<HTMLXplRadioElement>;
3681
- "xpl-secondary-nav": LocalJSX.XplSecondaryNav & JSXBase.HTMLAttributes<HTMLXplSecondaryNavElement>;
3682
- "xpl-select": LocalJSX.XplSelect & JSXBase.HTMLAttributes<HTMLXplSelectElement>;
3683
- "xpl-skeleton": LocalJSX.XplSkeleton & JSXBase.HTMLAttributes<HTMLXplSkeletonElement>;
3684
- "xpl-slideout": LocalJSX.XplSlideout & JSXBase.HTMLAttributes<HTMLXplSlideoutElement>;
3685
- "xpl-tab": LocalJSX.XplTab & JSXBase.HTMLAttributes<HTMLXplTabElement>;
3686
- "xpl-tab-panel": LocalJSX.XplTabPanel & JSXBase.HTMLAttributes<HTMLXplTabPanelElement>;
3687
- "xpl-table": LocalJSX.XplTable & JSXBase.HTMLAttributes<HTMLXplTableElement>;
3688
- "xpl-table-header": LocalJSX.XplTableHeader & JSXBase.HTMLAttributes<HTMLXplTableHeaderElement>;
3689
- "xpl-table-header-cell": LocalJSX.XplTableHeaderCell & JSXBase.HTMLAttributes<HTMLXplTableHeaderCellElement>;
3690
- "xpl-tabs": LocalJSX.XplTabs & JSXBase.HTMLAttributes<HTMLXplTabsElement>;
3691
- "xpl-tag": LocalJSX.XplTag & JSXBase.HTMLAttributes<HTMLXplTagElement>;
3692
- "xpl-toast": LocalJSX.XplToast & JSXBase.HTMLAttributes<HTMLXplToastElement>;
3693
- "xpl-toggle": LocalJSX.XplToggle & JSXBase.HTMLAttributes<HTMLXplToggleElement>;
3694
- "xpl-toolbar": LocalJSX.XplToolbar & JSXBase.HTMLAttributes<HTMLXplToolbarElement>;
3695
- "xpl-tooltip": LocalJSX.XplTooltip & JSXBase.HTMLAttributes<HTMLXplTooltipElement>;
3696
- "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>;
3697
4734
  }
3698
4735
  }
3699
4736
  }