@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
@@ -0,0 +1,48 @@
1
+ import { EventEmitter } from '../../../stencil-public-runtime';
2
+ import { type PhoneCountry } from './phone-country-data';
3
+ export declare class InputPhone {
4
+ private dropdownRef;
5
+ private inputEl;
6
+ private lastCursorRef;
7
+ private lastFormattedRef;
8
+ el: HTMLElement;
9
+ dropdownOpen: boolean;
10
+ onDropdownOpenChange(isOpen: boolean): void;
11
+ hasErrorState: string | null;
12
+ onHasErrorStateChanged(newValue: string | null): void;
13
+ nationalNumber: string;
14
+ searchQuery: string;
15
+ selectedCountry: PhoneCountry;
16
+ triggerId: string;
17
+ defaultCountry?: string;
18
+ disabled?: boolean;
19
+ inputId?: string;
20
+ isInternational?: boolean;
21
+ name?: string;
22
+ placeholder?: string;
23
+ preferredCountries?: string[];
24
+ readonly?: boolean;
25
+ required?: boolean;
26
+ value?: string;
27
+ onValueChange(newValue: string): void;
28
+ hasErrorStateChanged: EventEmitter<string | null>;
29
+ valueChange: EventEmitter<string>;
30
+ componentWillLoad(): void;
31
+ componentDidUpdate(): void;
32
+ private get effectiveCountryCode();
33
+ private get effectiveDialCode();
34
+ private get isEditable();
35
+ private get orderedCountries();
36
+ private get filteredCountries();
37
+ private get displayValue();
38
+ private get effectivePlaceholder();
39
+ private get dropdownOptions();
40
+ private get maxInputLength();
41
+ private emitValue;
42
+ private validate;
43
+ private handleTriggerClick;
44
+ private handleNumberInput;
45
+ private handleClear;
46
+ private handleDropdownUpdate;
47
+ render(): any;
48
+ }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '../../../stencil-public-runtime';
2
2
  import { DropdownItem } from '../../xpl-dropdown/dropdown-option';
3
- export declare class XplInputTime {
3
+ export declare class InputTime {
4
4
  inputId?: string;
5
5
  disabled?: boolean;
6
6
  name?: string;
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplInput {
2
+ export declare class Input {
3
+ el: HTMLElement;
3
4
  _id?: string;
4
5
  description?: string;
5
6
  disabled?: boolean;
@@ -28,7 +29,10 @@ export declare class XplInput {
28
29
  hideFileNames?: boolean;
29
30
  hideAcceptText?: boolean;
30
31
  hideEyeDropper?: boolean;
31
- type?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color';
32
+ defaultCountry?: string;
33
+ preferredCountries?: string[];
34
+ isInternational?: boolean;
35
+ type?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color' | 'phone';
32
36
  focusEvent: EventEmitter<FocusEvent>;
33
37
  blurEvent: EventEmitter<FocusEvent>;
34
38
  valueChange: EventEmitter<string>;
@@ -36,12 +40,18 @@ export declare class XplInput {
36
40
  private valueChanged;
37
41
  characterCount: number;
38
42
  passwordVisible: boolean;
43
+ hasPreSlotContent: boolean;
39
44
  private input;
40
45
  private updateCharacterCount;
41
46
  private handleFocus;
42
47
  private handleBlur;
43
48
  private handleInput;
49
+ private preSlotObserver?;
50
+ private hasDirectPreSlotChild;
51
+ private syncPreSlotContent;
44
52
  componentWillLoad(): void;
53
+ componentDidLoad(): void;
54
+ disconnectedCallback(): void;
45
55
  private renderInput;
46
56
  render(): any;
47
57
  }
@@ -67,5 +67,9 @@ export declare const LargeCard: {
67
67
  html: {
68
68
  render: string;
69
69
  };
70
+ design: {
71
+ type: string;
72
+ url: string;
73
+ };
70
74
  };
71
75
  };
@@ -1,4 +1,4 @@
1
- export declare class XplLargeCard {
1
+ export declare class LargeCard {
2
2
  el: HTMLXplLargeCardElement;
3
3
  link?: boolean;
4
4
  name: string;
@@ -59,5 +59,9 @@ export declare const List: {
59
59
  html: {
60
60
  render: void;
61
61
  };
62
+ design: {
63
+ type: string;
64
+ url: string;
65
+ };
62
66
  };
63
67
  };
@@ -1,5 +1,5 @@
1
1
  import type { ListItem } from './listitem';
2
- export declare class XplList {
2
+ export declare class List {
3
3
  items?: ListItem[];
4
4
  render(): any;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplMainNav {
2
+ export declare class MainNav {
3
3
  width: 'default' | 'md' | 'sm';
4
4
  navWidth: EventEmitter<string>;
5
5
  private navWidthHandler;
@@ -95,5 +95,9 @@ export declare const Modal: {
95
95
  };
96
96
  parameters: {
97
97
  layout: string;
98
+ design: {
99
+ type: string;
100
+ url: string;
101
+ };
98
102
  };
99
103
  };
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplModal {
2
+ export declare class Modal {
3
3
  isOpen: boolean;
4
4
  size: 'large' | 'medium' | 'small';
5
5
  variant: 'default' | 'warning';
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplNavItem {
2
+ export declare class NavItem {
3
3
  navControl?: boolean;
4
4
  navOpen: EventEmitter<boolean>;
5
5
  private onNavToggle;
@@ -31,5 +31,9 @@ export declare const Pagination: {
31
31
  'web-component': {
32
32
  render: string;
33
33
  };
34
+ design: {
35
+ type: string;
36
+ url: string;
37
+ };
34
38
  };
35
39
  };
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplPagination {
2
+ export declare class Pagination {
3
3
  totalPages: number;
4
4
  withPageControl: boolean;
5
5
  currentPage: number;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: string;
4
+ argTypes: {
5
+ accent: {
6
+ options: string[];
7
+ control: {
8
+ type: "select";
9
+ };
10
+ };
11
+ padding: {
12
+ options: string[];
13
+ control: {
14
+ type: "select";
15
+ };
16
+ };
17
+ };
18
+ };
19
+ export default _default;
20
+ export declare const Panel: any;
@@ -0,0 +1,5 @@
1
+ export declare class XplPanel {
2
+ accent: 'none' | 'primary' | 'secondary' | 'positive' | 'negative' | 'highlight';
3
+ padding: 'default' | 'tight' | 'loose';
4
+ render(): any;
5
+ }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
2
  export type PopoverPosition = 'top-left' | 'middle-left' | 'bottom-left' | 'top-right' | 'middle-right' | 'bottom-right' | 'top-start' | 'top-middle' | 'top-end' | 'bottom-start' | 'bottom-middle' | 'bottom-end';
3
- export declare class XplPopover {
3
+ export declare class Popover {
4
4
  el: HTMLElement;
5
5
  isOpen: boolean;
6
6
  disabled: boolean;
@@ -30,5 +30,9 @@ export declare const Progress: {
30
30
  html: {
31
31
  render: string;
32
32
  };
33
+ design: {
34
+ type: string;
35
+ url: string;
36
+ };
33
37
  };
34
38
  };
@@ -1,4 +1,4 @@
1
- export declare class XplProgress {
1
+ export declare class Progress {
2
2
  steps?: string[];
3
3
  currentStep: number;
4
4
  private getCircleClass;
@@ -0,0 +1,73 @@
1
+ declare const _default: {
2
+ title: string;
3
+ argTypes: {
4
+ label: {
5
+ type: {
6
+ name: "string";
7
+ required: false;
8
+ };
9
+ description: string;
10
+ };
11
+ helperText: {
12
+ type: {
13
+ name: "string";
14
+ required: false;
15
+ };
16
+ description: string;
17
+ };
18
+ max: {
19
+ control: {
20
+ type: "number";
21
+ };
22
+ description: string;
23
+ };
24
+ value: {
25
+ control: {
26
+ type: "range";
27
+ min: number;
28
+ max: number;
29
+ step: number;
30
+ };
31
+ description: string;
32
+ };
33
+ size: {
34
+ options: string[];
35
+ control: {
36
+ type: "select";
37
+ };
38
+ description: string;
39
+ };
40
+ variant: {
41
+ options: string[];
42
+ control: {
43
+ type: "select";
44
+ };
45
+ description: string;
46
+ };
47
+ };
48
+ };
49
+ export default _default;
50
+ export declare const ProgressBar: {
51
+ (args: any): string;
52
+ args: {
53
+ label: string;
54
+ helperText: string;
55
+ max: number;
56
+ value: number;
57
+ size: string;
58
+ variant: string;
59
+ };
60
+ parameters: {
61
+ layout: string;
62
+ 'web-component': {
63
+ render: string;
64
+ };
65
+ html: {
66
+ render: string;
67
+ };
68
+ design: {
69
+ type: string;
70
+ url: string;
71
+ };
72
+ };
73
+ };
@@ -0,0 +1,15 @@
1
+ export declare class ProgressBar {
2
+ helperText?: string;
3
+ label?: string;
4
+ max: number;
5
+ size: 'sm' | 'lg';
6
+ value: number;
7
+ variant: 'default' | 'success' | 'error' | 'indeterminate';
8
+ private get clampedValue();
9
+ private get isComplete();
10
+ private get isError();
11
+ private get isSuccess();
12
+ private get showStatusIcon();
13
+ private get isIndeterminate();
14
+ render(): any;
15
+ }
@@ -75,5 +75,9 @@ export declare const Radio: {
75
75
  html: {
76
76
  render: string;
77
77
  };
78
+ design: {
79
+ type: string;
80
+ url: string;
81
+ };
78
82
  };
79
83
  };
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplRadio {
2
+ export declare class Radio {
3
3
  checked?: boolean;
4
4
  description?: string;
5
5
  disabled?: boolean;
@@ -1,3 +1,3 @@
1
- export declare class XplSecondaryNav {
1
+ export declare class SecondaryNav {
2
2
  render(): any;
3
3
  }
@@ -121,6 +121,10 @@ export declare const Select: {
121
121
  html: {
122
122
  render: void;
123
123
  };
124
+ design: {
125
+ type: string;
126
+ url: string;
127
+ };
124
128
  };
125
129
  };
126
130
  export declare const SelectWValues: {
@@ -1,10 +1,8 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- import data from '@xplortech/apollo-icons/build/data.json';
3
2
  import type { DropdownItem } from '../xpl-dropdown/dropdown-option';
4
- export type IconName = keyof typeof data;
5
- export declare class XplSelect {
3
+ export declare class Select {
6
4
  choices?: DropdownItem[];
7
- selectIcon?: IconName;
5
+ selectIcon?: string;
8
6
  description?: string;
9
7
  disabled?: boolean;
10
8
  error?: string;
@@ -0,0 +1,80 @@
1
+ import type { StoryObj } from '@storybook/web-components-vite';
2
+ export interface NavItem {
3
+ label: string;
4
+ icon?: string;
5
+ selected?: boolean;
6
+ disabled?: boolean;
7
+ hidden?: boolean;
8
+ expanded?: boolean;
9
+ hasChildren?: boolean;
10
+ link?: boolean;
11
+ href?: string;
12
+ children?: NavItem[];
13
+ }
14
+ export interface NavDemoConfig {
15
+ navLabel: string;
16
+ items: NavItem[];
17
+ footerItems: NavItem[];
18
+ }
19
+ interface SideNavFullDemoArgs {
20
+ navConfig: NavDemoConfig;
21
+ }
22
+ declare const _default: {
23
+ title: string;
24
+ component: string;
25
+ parameters: {
26
+ layout: string;
27
+ };
28
+ };
29
+ export default _default;
30
+ export declare const SideNavigation: {
31
+ ({ navConfig }: SideNavFullDemoArgs): string;
32
+ args: {
33
+ navConfig: {
34
+ navLabel: string;
35
+ items: NavItem[];
36
+ footerItems: NavItem[];
37
+ };
38
+ };
39
+ argTypes: {
40
+ navConfig: {
41
+ control: string;
42
+ description: string;
43
+ };
44
+ };
45
+ parameters: {
46
+ layout: string;
47
+ design: {
48
+ type: string;
49
+ url: string;
50
+ };
51
+ docs: {
52
+ description: {
53
+ story: string;
54
+ };
55
+ };
56
+ 'web-component': {
57
+ render: string;
58
+ };
59
+ html: {
60
+ render: string;
61
+ };
62
+ };
63
+ };
64
+ type SideNavItemStory = StoryObj<{
65
+ label: string;
66
+ icon: string;
67
+ selected: boolean;
68
+ disabled: boolean;
69
+ hidden: boolean;
70
+ expanded: boolean;
71
+ hasChildren: boolean;
72
+ link: boolean;
73
+ childLabel1: string;
74
+ childLabel2: string;
75
+ }>;
76
+ export declare const ItemPlayground: SideNavItemStory;
77
+ type FooterStory = StoryObj<{
78
+ footerItems: NavItem[];
79
+ }>;
80
+ export declare const FooterSlot: FooterStory;
@@ -0,0 +1,20 @@
1
+ import { EventEmitter } from '../../../stencil-public-runtime';
2
+ export declare class SideNavItem {
3
+ el: HTMLElement;
4
+ disabled: boolean;
5
+ expanded: boolean;
6
+ hasChildren: boolean;
7
+ hidden: boolean;
8
+ icon?: string;
9
+ label?: string;
10
+ link: boolean;
11
+ private syncLinkHasChildrenExclusivity;
12
+ selected: boolean;
13
+ expandedChange: EventEmitter<boolean>;
14
+ navClick: EventEmitter<void>;
15
+ componentWillLoad(): void;
16
+ componentWillRender(): void;
17
+ private enforceLinkExcludesHasChildren;
18
+ private handleClick;
19
+ render(): any;
20
+ }
@@ -0,0 +1,4 @@
1
+ export declare class SideNav {
2
+ label?: string;
3
+ render(): any;
4
+ }
@@ -1,4 +1,4 @@
1
- export declare class XplSkeleton {
1
+ export declare class Skeleton {
2
2
  classNames?: string;
3
3
  fullWidth?: boolean;
4
4
  height?: CSSStyleDeclaration['height'];
@@ -111,4 +111,10 @@ export declare const Slideout: {
111
111
  tertiaryButtonText: string;
112
112
  variant: string;
113
113
  };
114
+ parameters: {
115
+ design: {
116
+ type: string;
117
+ url: string;
118
+ };
119
+ };
114
120
  };
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplSlideout {
2
+ export declare class Slideout {
3
3
  isOpen: boolean;
4
4
  backdrop: boolean;
5
5
  variant: 'default' | 'warning';
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplTab {
2
+ export declare class Tab {
3
3
  target: string;
4
4
  selected: boolean;
5
5
  tabChange: EventEmitter<string>;
@@ -1,4 +1,4 @@
1
- export declare class XplTabPanel {
1
+ export declare class TabPanel {
2
2
  target: string;
3
3
  selected: boolean;
4
4
  render(): any;
@@ -80,5 +80,9 @@ export declare const Table: {
80
80
  html: {
81
81
  render: string[];
82
82
  };
83
+ design: {
84
+ type: string;
85
+ url: string;
86
+ };
83
87
  };
84
88
  };
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplTable {
2
+ export declare class Table {
3
3
  el: HTMLXplTableElement;
4
4
  columns?: string[];
5
5
  data?: string[][];
@@ -99,5 +99,9 @@ export declare const TableHeader: {
99
99
  html: {
100
100
  render: string;
101
101
  };
102
+ design: {
103
+ type: string;
104
+ url: string;
105
+ };
102
106
  };
103
107
  };
@@ -1,3 +1,3 @@
1
- export declare class XplTableHeader {
1
+ export declare class TableHeader {
2
2
  render(): any;
3
3
  }
@@ -51,5 +51,9 @@ export declare const TableHeaderCell: {
51
51
  sortable: any;
52
52
  }) => string;
53
53
  };
54
+ design: {
55
+ type: string;
56
+ url: string;
57
+ };
54
58
  };
55
59
  };
@@ -1,8 +1,7 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- import { IconName } from '../xpl-icon/xpl-icon';
3
- export declare class XplTableHeaderCell {
2
+ export declare class TableHeaderCell {
4
3
  el: HTMLXplTableHeaderCellElement;
5
- icon?: IconName;
4
+ icon?: string;
6
5
  sortable?: boolean;
7
6
  label?: string;
8
7
  type: 'label' | 'checkbox' | 'icon';
@@ -36,5 +36,9 @@ export declare const Tabs: {
36
36
  html: {
37
37
  render: string[];
38
38
  };
39
+ design: {
40
+ type: string;
41
+ url: string;
42
+ };
39
43
  };
40
44
  };
@@ -1,10 +1,10 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplTabs {
2
+ export declare class Tabs {
3
3
  value: string;
4
4
  fullWidth: boolean;
5
5
  tabChange: EventEmitter<string>;
6
6
  el: HTMLElement;
7
- selectedValue: any;
7
+ selectedValue: string;
8
8
  activeBarPosition: {
9
9
  left: number;
10
10
  width: number;
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class XplTag {
2
+ export declare class Tag {
3
3
  close: EventEmitter;
4
4
  render(): any;
5
5
  }
@@ -58,5 +58,9 @@ export declare const Toast: {
58
58
  html: {
59
59
  render: string;
60
60
  };
61
+ design: {
62
+ type: string;
63
+ url: string;
64
+ };
61
65
  };
62
66
  };
@@ -1,4 +1,4 @@
1
- export declare class XplToast {
1
+ export declare class Toast {
2
2
  el: HTMLXplToastElement;
3
3
  variant: 'neutral' | 'warning' | 'success';
4
4
  showIcon?: boolean;
@@ -63,5 +63,9 @@ export declare const Toggle: {
63
63
  html: {
64
64
  render: string;
65
65
  };
66
+ design: {
67
+ type: string;
68
+ url: string;
69
+ };
66
70
  };
67
71
  };
@@ -1,4 +1,4 @@
1
- export declare class XplToggle {
1
+ export declare class Toggle {
2
2
  checked?: boolean;
3
3
  description?: string;
4
4
  disabled?: boolean;