@xplortech/apollo-core 1.0.0-beta.8 → 2.4.2

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 (528) hide show
  1. package/.typings/apollo-components.html-data.json +4396 -0
  2. package/README.md +57 -25
  3. package/build/style.css +4374 -3359
  4. package/dist/apollo-core/apollo-core.css +50 -24
  5. package/dist/apollo-core/apollo-core.esm.js +1 -1
  6. package/dist/apollo-core/p-0ac33b3a.entry.js +1 -0
  7. package/dist/apollo-core/p-23ef2717.entry.js +6 -0
  8. package/dist/apollo-core/p-31461db7.entry.js +1 -0
  9. package/dist/apollo-core/p-3b5f8989.entry.js +1 -0
  10. package/dist/apollo-core/p-4fab8172.entry.js +1 -0
  11. package/dist/apollo-core/p-576ce90f.entry.js +1 -0
  12. package/dist/apollo-core/p-5ec45742.entry.js +1 -0
  13. package/dist/apollo-core/p-7b7db57a.entry.js +1 -0
  14. package/dist/apollo-core/p-7f8e5cd0.entry.js +1 -0
  15. package/dist/apollo-core/p-812bb0e4.entry.js +1 -0
  16. package/dist/apollo-core/p-845eef0d.entry.js +1 -0
  17. package/dist/apollo-core/p-8c1f73ea.entry.js +1 -0
  18. package/dist/apollo-core/p-94209785.entry.js +1 -0
  19. package/dist/apollo-core/p-9853028c.entry.js +1 -0
  20. package/dist/apollo-core/p-9d65ece7.entry.js +1 -0
  21. package/dist/apollo-core/p-CH4yJ6Qx.js +1 -0
  22. package/dist/apollo-core/p-Cqlsd6nf.js +1 -0
  23. package/dist/apollo-core/p-DQuL1Twl.js +1 -0
  24. package/dist/apollo-core/p-DhZas3eX.js +2 -0
  25. package/dist/apollo-core/p-b1f4604d.entry.js +1 -0
  26. package/dist/apollo-core/p-be292555.entry.js +1 -0
  27. package/dist/cjs/apollo-core.cjs.js +15 -13
  28. package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
  29. package/dist/{esm/xpl-input.entry.js → cjs/index-BvmWjxWc.js} +2 -94
  30. package/dist/cjs/index-D__N_vw2.js +2160 -0
  31. package/dist/cjs/loader.cjs.js +6 -15
  32. package/dist/cjs/{v4-14140ff3.js → v4-D4KzFnn8.js} +1 -11
  33. package/dist/cjs/xpl-accordion.cjs.entry.js +73 -0
  34. package/dist/cjs/xpl-application-shell.cjs.entry.js +41 -46
  35. package/dist/cjs/xpl-avatar_41.cjs.entry.js +5521 -0
  36. package/dist/cjs/xpl-button-row.cjs.entry.js +13 -18
  37. package/dist/cjs/xpl-calendar.cjs.entry.js +66 -0
  38. package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +33 -0
  39. package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +37 -0
  40. package/dist/cjs/xpl-dynamic-table.cjs.entry.js +64 -0
  41. package/dist/cjs/xpl-grid-item.cjs.entry.js +16 -18
  42. package/dist/cjs/xpl-grid.cjs.entry.js +29 -28
  43. package/dist/cjs/xpl-large-card.cjs.entry.js +27 -0
  44. package/dist/cjs/xpl-list.cjs.entry.js +23 -30
  45. package/dist/cjs/xpl-main-nav.cjs.entry.js +18 -20
  46. package/dist/cjs/xpl-table-header-cell.cjs.entry.js +57 -0
  47. package/dist/cjs/xpl-table-header.cjs.entry.js +14 -0
  48. package/dist/cjs/xpl-toggle.cjs.entry.js +22 -30
  49. package/dist/cjs/xpl-toolbar.cjs.entry.js +28 -0
  50. package/dist/collection/collection-manifest.json +59 -32
  51. package/dist/collection/components/xpl-accordion/accordion.stories.js +76 -0
  52. package/dist/collection/components/xpl-accordion/xpl-accordion.js +236 -0
  53. package/dist/collection/components/xpl-application-shell/application-shell.stories.js +733 -0
  54. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +163 -158
  55. package/dist/collection/components/xpl-avatar/avatar.stories.js +128 -0
  56. package/dist/collection/components/xpl-avatar/xpl-avatar.js +171 -162
  57. package/dist/collection/components/xpl-backdrop/backdrop.stories.js +20 -0
  58. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +39 -37
  59. package/dist/collection/components/xpl-badge/badge.stories.js +48 -0
  60. package/dist/collection/components/xpl-badge/xpl-badge.js +52 -52
  61. package/dist/collection/components/xpl-breadcrumbs/breadcrumbs.stories.js +130 -0
  62. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +8 -12
  63. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +5 -8
  64. package/dist/collection/components/xpl-button/button.stories.js +133 -0
  65. package/dist/collection/components/xpl-button/xpl-button.js +272 -245
  66. package/dist/collection/components/xpl-button-row/button-row.stories.js +69 -0
  67. package/dist/collection/components/xpl-button-row/xpl-button-row.js +119 -116
  68. package/dist/collection/components/xpl-calendar/calendar.stories.js +59 -0
  69. package/dist/collection/components/xpl-calendar/xpl-calendar.js +224 -0
  70. package/dist/collection/components/xpl-checkbox/checkbox.stories.js +79 -0
  71. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +226 -193
  72. package/dist/collection/components/xpl-choicelist/choicelist.stories.js +134 -0
  73. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +220 -154
  74. package/dist/collection/components/xpl-content-area/content-area.stories.js +55 -0
  75. package/dist/collection/components/xpl-content-area/xpl-content-area.js +35 -33
  76. package/dist/collection/components/xpl-dashboard/dashboard.stories.js +48 -0
  77. package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +7 -0
  78. package/dist/collection/components/xpl-data-card/data-card.stories.js +111 -0
  79. package/dist/collection/components/xpl-data-card/xpl-data-card.js +316 -0
  80. package/dist/collection/components/xpl-divider/divider.stories.js +32 -0
  81. package/dist/collection/components/xpl-divider/xpl-divider.js +30 -31
  82. package/dist/collection/components/xpl-dropdown/dropdown.stories.js +383 -0
  83. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +68 -66
  84. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +28 -29
  85. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +148 -114
  86. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +438 -256
  87. package/dist/collection/components/xpl-dynamic-table/dynamic-table.stories.js +161 -0
  88. package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +97 -0
  89. package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +52 -0
  90. package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +81 -0
  91. package/dist/{stories → collection/components/xpl-grid}/grid.stories.js +44 -68
  92. package/dist/collection/components/xpl-grid/xpl-grid.js +27 -24
  93. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +100 -92
  94. package/dist/collection/components/xpl-header-accordion/header-accordion.stories.js +48 -0
  95. package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +200 -0
  96. package/dist/collection/components/xpl-icon/icons.stories.js +107 -0
  97. package/dist/collection/components/xpl-icon/xpl-icon.css +5 -0
  98. package/dist/collection/components/xpl-icon/xpl-icon.js +101 -0
  99. package/dist/collection/components/xpl-input/input.stories.js +531 -0
  100. package/dist/collection/components/xpl-input/xpl-input-color/color-utils.js +167 -0
  101. package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +387 -0
  102. package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +377 -0
  103. package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +276 -0
  104. package/dist/collection/components/xpl-input/xpl-input-time/time-utils.js +63 -0
  105. package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +425 -0
  106. package/dist/collection/components/xpl-input/xpl-input.js +729 -460
  107. package/dist/collection/components/xpl-large-card/large-card.stories.js +127 -0
  108. package/dist/collection/components/xpl-large-card/xpl-large-card.js +81 -0
  109. package/dist/collection/components/xpl-list/list.stories.js +148 -0
  110. package/dist/collection/components/xpl-list/xpl-list.js +51 -53
  111. package/dist/collection/components/xpl-main-nav/main-nav.stories.js +307 -0
  112. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +65 -63
  113. package/dist/collection/components/xpl-modal/modal.stories.js +87 -0
  114. package/dist/collection/components/xpl-modal/xpl-modal.js +139 -0
  115. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +63 -61
  116. package/dist/collection/components/xpl-pagination/pagination.stories.js +35 -0
  117. package/dist/collection/components/xpl-pagination/xpl-pagination.js +217 -172
  118. package/dist/collection/components/xpl-popover/popover.stories.js +164 -0
  119. package/dist/collection/components/xpl-popover/xpl-popover.js +346 -0
  120. package/dist/collection/components/xpl-progress/progress.stories.js +102 -0
  121. package/dist/collection/components/xpl-progress/xpl-progress.js +60 -0
  122. package/dist/collection/components/xpl-radio/radio.stories.js +91 -0
  123. package/dist/collection/components/xpl-radio/xpl-radio.js +188 -175
  124. package/dist/collection/components/xpl-secondary-nav/secondary-nav.stories.js +78 -0
  125. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +5 -5
  126. package/dist/collection/components/xpl-select/select.stories.js +293 -0
  127. package/dist/collection/components/xpl-select/xpl-select.js +660 -308
  128. package/dist/collection/components/xpl-skeleton/skeleton.stories.js +67 -0
  129. package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +175 -0
  130. package/dist/collection/components/xpl-slideout/slideout.stories.js +103 -0
  131. package/dist/collection/components/xpl-slideout/xpl-slideout.js +150 -0
  132. package/dist/collection/components/xpl-tab/xpl-tab.js +77 -0
  133. package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +56 -0
  134. package/dist/collection/components/xpl-table/table.stories.js +143 -0
  135. package/dist/collection/components/xpl-table/xpl-table.js +379 -214
  136. package/dist/collection/components/xpl-table-header/table-header.stories.js +122 -0
  137. package/dist/collection/components/xpl-table-header/xpl-table-header.js +7 -0
  138. package/dist/collection/components/xpl-table-header-cell/table-header-cell.stories.js +71 -0
  139. package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +198 -0
  140. package/dist/collection/components/xpl-tabs/tabs.stories.js +77 -0
  141. package/dist/collection/components/xpl-tabs/xpl-tabs.js +206 -0
  142. package/dist/collection/components/xpl-tag/xpl-tag.js +27 -27
  143. package/dist/collection/components/xpl-toast/toast.stories.js +82 -0
  144. package/dist/collection/components/xpl-toast/xpl-toast.js +162 -0
  145. package/dist/collection/components/xpl-toggle/toggle.stories.js +84 -0
  146. package/dist/collection/components/xpl-toggle/xpl-toggle.js +165 -157
  147. package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +56 -0
  148. package/dist/collection/components/xpl-tooltip/tooltip-arrow.js +2 -0
  149. package/dist/collection/components/xpl-tooltip/tooltip.stories.js +85 -0
  150. package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +75 -0
  151. package/dist/collection/components/xpl-utility-bar/utility-bar.stories.js +87 -0
  152. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +89 -93
  153. package/dist/components/_commonjsHelpers.js +1 -0
  154. package/dist/components/index.d.ts +45 -0
  155. package/dist/components/index.js +1 -0
  156. package/dist/components/index2.js +1 -0
  157. package/dist/components/index3.js +1 -0
  158. package/dist/components/v4.js +1 -0
  159. package/dist/components/xpl-accordion.d.ts +11 -0
  160. package/dist/components/xpl-accordion.js +1 -0
  161. package/dist/components/xpl-application-shell.d.ts +11 -0
  162. package/dist/components/xpl-application-shell.js +1 -0
  163. package/dist/components/xpl-avatar.d.ts +11 -0
  164. package/dist/components/xpl-avatar.js +1 -0
  165. package/dist/components/xpl-avatar2.js +1 -0
  166. package/dist/components/xpl-backdrop.d.ts +11 -0
  167. package/dist/components/xpl-backdrop.js +1 -0
  168. package/dist/components/xpl-backdrop2.js +1 -0
  169. package/dist/components/xpl-badge.d.ts +11 -0
  170. package/dist/components/xpl-badge.js +1 -0
  171. package/dist/components/xpl-badge2.js +1 -0
  172. package/dist/components/xpl-breadcrumb-item.d.ts +11 -0
  173. package/dist/components/xpl-breadcrumb-item.js +1 -0
  174. package/dist/components/xpl-breadcrumbs.d.ts +11 -0
  175. package/dist/components/xpl-breadcrumbs.js +1 -0
  176. package/dist/components/xpl-button-row.d.ts +11 -0
  177. package/dist/components/xpl-button-row.js +1 -0
  178. package/dist/components/xpl-button.d.ts +11 -0
  179. package/dist/components/xpl-button.js +1 -0
  180. package/dist/components/xpl-button2.js +1 -0
  181. package/dist/components/xpl-calendar.d.ts +11 -0
  182. package/dist/components/xpl-calendar.js +1 -0
  183. package/dist/components/xpl-checkbox.d.ts +11 -0
  184. package/dist/components/xpl-checkbox.js +1 -0
  185. package/dist/components/xpl-checkbox2.js +1 -0
  186. package/dist/components/xpl-choicelist.d.ts +11 -0
  187. package/dist/components/xpl-choicelist.js +1 -0
  188. package/dist/components/xpl-content-area.d.ts +11 -0
  189. package/dist/components/xpl-content-area.js +1 -0
  190. package/dist/components/xpl-dashboard.d.ts +11 -0
  191. package/dist/components/xpl-dashboard.js +1 -0
  192. package/dist/components/xpl-data-card.d.ts +11 -0
  193. package/dist/components/xpl-data-card.js +1 -0
  194. package/dist/components/xpl-divider.d.ts +11 -0
  195. package/dist/components/xpl-divider.js +1 -0
  196. package/dist/components/xpl-divider2.js +1 -0
  197. package/dist/components/xpl-dropdown-group.d.ts +11 -0
  198. package/dist/components/xpl-dropdown-group.js +1 -0
  199. package/dist/components/xpl-dropdown-group2.js +1 -0
  200. package/dist/components/xpl-dropdown-heading.d.ts +11 -0
  201. package/dist/components/xpl-dropdown-heading.js +1 -0
  202. package/dist/components/xpl-dropdown-heading2.js +1 -0
  203. package/dist/components/xpl-dropdown-option.d.ts +11 -0
  204. package/dist/components/xpl-dropdown-option.js +1 -0
  205. package/dist/components/xpl-dropdown-option2.js +1 -0
  206. package/dist/components/xpl-dropdown.d.ts +11 -0
  207. package/dist/components/xpl-dropdown.js +1 -0
  208. package/dist/components/xpl-dropdown2.js +1 -0
  209. package/dist/components/xpl-dynamic-table-cell.d.ts +11 -0
  210. package/dist/components/xpl-dynamic-table-cell.js +1 -0
  211. package/dist/components/xpl-dynamic-table-row.d.ts +11 -0
  212. package/dist/components/xpl-dynamic-table-row.js +1 -0
  213. package/dist/components/xpl-dynamic-table.d.ts +11 -0
  214. package/dist/components/xpl-dynamic-table.js +1 -0
  215. package/dist/components/xpl-grid-item.d.ts +11 -0
  216. package/dist/components/xpl-grid-item.js +1 -0
  217. package/dist/components/xpl-grid.d.ts +11 -0
  218. package/dist/components/xpl-grid.js +1 -0
  219. package/dist/components/xpl-header-accordion.d.ts +11 -0
  220. package/dist/components/xpl-header-accordion.js +1 -0
  221. package/dist/components/xpl-icon.d.ts +11 -0
  222. package/dist/components/xpl-icon.js +1 -0
  223. package/dist/components/xpl-icon2.js +6 -0
  224. package/dist/components/xpl-input-color.d.ts +11 -0
  225. package/dist/components/xpl-input-color.js +1 -0
  226. package/dist/components/xpl-input-date.d.ts +11 -0
  227. package/dist/components/xpl-input-date.js +1 -0
  228. package/dist/components/xpl-input-date2.js +1 -0
  229. package/dist/components/xpl-input-file.d.ts +11 -0
  230. package/dist/components/xpl-input-file.js +1 -0
  231. package/dist/components/xpl-input-file2.js +1 -0
  232. package/dist/components/xpl-input-time.d.ts +11 -0
  233. package/dist/components/xpl-input-time.js +1 -0
  234. package/dist/components/xpl-input.d.ts +11 -0
  235. package/dist/components/xpl-input.js +1 -0
  236. package/dist/components/xpl-input2.js +1 -0
  237. package/dist/components/xpl-large-card.d.ts +11 -0
  238. package/dist/components/xpl-large-card.js +1 -0
  239. package/dist/components/xpl-list.d.ts +11 -0
  240. package/dist/components/xpl-list.js +1 -0
  241. package/dist/components/xpl-main-nav.d.ts +11 -0
  242. package/dist/components/xpl-main-nav.js +1 -0
  243. package/dist/components/xpl-modal.d.ts +11 -0
  244. package/dist/components/xpl-modal.js +1 -0
  245. package/dist/components/xpl-nav-item.d.ts +11 -0
  246. package/dist/components/xpl-nav-item.js +1 -0
  247. package/dist/components/xpl-pagination.d.ts +11 -0
  248. package/dist/components/xpl-pagination.js +1 -0
  249. package/dist/components/xpl-popover.d.ts +11 -0
  250. package/dist/components/xpl-popover.js +1 -0
  251. package/dist/components/xpl-popover2.js +1 -0
  252. package/dist/components/xpl-progress.d.ts +11 -0
  253. package/dist/components/xpl-progress.js +1 -0
  254. package/dist/components/xpl-radio.d.ts +11 -0
  255. package/dist/components/xpl-radio.js +1 -0
  256. package/dist/components/xpl-radio2.js +1 -0
  257. package/dist/components/xpl-secondary-nav.d.ts +11 -0
  258. package/dist/components/xpl-secondary-nav.js +1 -0
  259. package/dist/components/xpl-select.d.ts +11 -0
  260. package/dist/components/xpl-select.js +1 -0
  261. package/dist/components/xpl-select2.js +1 -0
  262. package/dist/components/xpl-skeleton.d.ts +11 -0
  263. package/dist/components/xpl-skeleton.js +1 -0
  264. package/dist/components/xpl-slideout.d.ts +11 -0
  265. package/dist/components/xpl-slideout.js +1 -0
  266. package/dist/components/xpl-tab-panel.d.ts +11 -0
  267. package/dist/components/xpl-tab-panel.js +1 -0
  268. package/dist/components/xpl-tab.d.ts +11 -0
  269. package/dist/components/xpl-tab.js +1 -0
  270. package/dist/components/xpl-table-header-cell.d.ts +11 -0
  271. package/dist/components/xpl-table-header-cell.js +1 -0
  272. package/dist/components/xpl-table-header.d.ts +11 -0
  273. package/dist/components/xpl-table-header.js +1 -0
  274. package/dist/components/xpl-table.d.ts +11 -0
  275. package/dist/components/xpl-table.js +1 -0
  276. package/dist/components/xpl-tabs.d.ts +11 -0
  277. package/dist/components/xpl-tabs.js +1 -0
  278. package/dist/components/xpl-tag.d.ts +11 -0
  279. package/dist/components/xpl-tag.js +1 -0
  280. package/dist/components/xpl-tag2.js +1 -0
  281. package/dist/components/xpl-toast.d.ts +11 -0
  282. package/dist/components/xpl-toast.js +1 -0
  283. package/dist/components/xpl-toggle.d.ts +11 -0
  284. package/dist/components/xpl-toggle.js +1 -0
  285. package/dist/components/xpl-toolbar.d.ts +11 -0
  286. package/dist/components/xpl-toolbar.js +1 -0
  287. package/dist/components/xpl-tooltip.d.ts +11 -0
  288. package/dist/components/xpl-tooltip.js +1 -0
  289. package/dist/components/xpl-tooltip2.js +1 -0
  290. package/dist/components/xpl-utility-bar.d.ts +11 -0
  291. package/dist/components/xpl-utility-bar.js +1 -0
  292. package/dist/css/typography.stories.js +144 -0
  293. package/dist/esm/apollo-core.js +15 -12
  294. package/dist/esm/app-globals-DQuL1Twl.js +3 -0
  295. package/dist/{cjs/xpl-input.cjs.entry.js → esm/index-CH4yJ6Qx.js} +1 -99
  296. package/dist/esm/index-DhZas3eX.js +2132 -0
  297. package/dist/esm/loader.js +7 -14
  298. package/dist/esm/{v4-929670b7.js → v4-Cqlsd6nf.js} +1 -11
  299. package/dist/esm/xpl-accordion.entry.js +71 -0
  300. package/dist/esm/xpl-application-shell.entry.js +41 -44
  301. package/dist/esm/xpl-avatar_41.entry.js +5479 -0
  302. package/dist/esm/xpl-button-row.entry.js +13 -16
  303. package/dist/esm/xpl-calendar.entry.js +64 -0
  304. package/dist/esm/xpl-dynamic-table-cell.entry.js +31 -0
  305. package/dist/esm/xpl-dynamic-table-row.entry.js +35 -0
  306. package/dist/esm/xpl-dynamic-table.entry.js +62 -0
  307. package/dist/esm/xpl-grid-item.entry.js +16 -16
  308. package/dist/esm/xpl-grid.entry.js +29 -26
  309. package/dist/esm/xpl-large-card.entry.js +25 -0
  310. package/dist/esm/xpl-list.entry.js +23 -28
  311. package/dist/esm/xpl-main-nav.entry.js +18 -18
  312. package/dist/esm/xpl-table-header-cell.entry.js +55 -0
  313. package/dist/esm/xpl-table-header.entry.js +12 -0
  314. package/dist/esm/xpl-toggle.entry.js +22 -28
  315. package/dist/esm/xpl-toolbar.entry.js +26 -0
  316. package/dist/types/components/xpl-accordion/accordion.stories.d.ts +37 -0
  317. package/dist/types/components/xpl-accordion/xpl-accordion.d.ts +16 -0
  318. package/dist/types/components/xpl-application-shell/application-shell.stories.d.ts +60 -0
  319. package/dist/types/components/xpl-application-shell/xpl-application-shell.d.ts +12 -27
  320. package/dist/types/components/xpl-avatar/avatar.stories.d.ts +75 -0
  321. package/dist/types/components/xpl-avatar/xpl-avatar.d.ts +9 -9
  322. package/dist/types/components/xpl-backdrop/backdrop.stories.d.ts +17 -0
  323. package/dist/types/components/xpl-backdrop/xpl-backdrop.d.ts +2 -6
  324. package/dist/types/components/xpl-badge/badge.stories.d.ts +44 -0
  325. package/dist/types/components/xpl-badge/xpl-badge.d.ts +3 -3
  326. package/dist/types/components/xpl-breadcrumbs/breadcrumbs.stories.d.ts +53 -0
  327. package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.d.ts +2 -5
  328. package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.d.ts +1 -4
  329. package/dist/types/components/xpl-button/button.stories.d.ts +92 -0
  330. package/dist/types/components/xpl-button/xpl-button.d.ts +14 -43
  331. package/dist/types/components/xpl-button-row/button-row.stories.d.ts +45 -0
  332. package/dist/types/components/xpl-button-row/xpl-button-row.d.ts +10 -32
  333. package/dist/types/components/xpl-calendar/calendar.stories.d.ts +58 -0
  334. package/dist/types/components/xpl-calendar/xpl-calendar.d.ts +18 -0
  335. package/dist/types/components/xpl-checkbox/checkbox.stories.d.ts +65 -0
  336. package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +13 -13
  337. package/dist/types/components/xpl-choicelist/choice.d.ts +5 -4
  338. package/dist/types/components/xpl-choicelist/choicelist.stories.d.ts +40 -0
  339. package/dist/types/components/xpl-choicelist/xpl-choicelist.d.ts +16 -32
  340. package/dist/types/components/xpl-content-area/content-area.stories.d.ts +13 -0
  341. package/dist/types/components/xpl-content-area/xpl-content-area.d.ts +2 -5
  342. package/dist/types/components/xpl-dashboard/dashboard.stories.d.ts +31 -0
  343. package/dist/types/components/xpl-dashboard/xpl-dashboard.d.ts +3 -0
  344. package/dist/types/components/xpl-data-card/data-card.stories.d.ts +114 -0
  345. package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +21 -0
  346. package/dist/types/components/xpl-divider/divider.stories.d.ts +37 -0
  347. package/dist/types/components/xpl-divider/xpl-divider.d.ts +2 -7
  348. package/dist/types/components/xpl-dropdown/dropdown-option.d.ts +12 -0
  349. package/dist/types/components/xpl-dropdown/dropdown.stories.d.ts +25 -0
  350. package/dist/types/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.d.ts +4 -6
  351. package/dist/types/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.d.ts +2 -3
  352. package/dist/types/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.d.ts +13 -14
  353. package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +34 -35
  354. package/dist/types/components/xpl-dynamic-table/dynamic-table.stories.d.ts +41 -0
  355. package/dist/types/components/xpl-dynamic-table/xpl-dynamic-table.d.ts +14 -0
  356. package/dist/types/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.d.ts +9 -0
  357. package/dist/types/components/xpl-dynamic-table-row/xpl-dynamic-table-row.d.ts +11 -0
  358. package/dist/types/components/xpl-grid/grid.stories.d.ts +133 -0
  359. package/dist/types/components/xpl-grid/xpl-grid.d.ts +3 -3
  360. package/dist/types/components/xpl-grid-item/xpl-grid-item.d.ts +5 -5
  361. package/dist/types/components/xpl-header-accordion/header-accordion.stories.d.ts +44 -0
  362. package/dist/types/components/xpl-header-accordion/xpl-header-accordion.d.ts +20 -0
  363. package/dist/types/components/xpl-icon/icons.stories.d.ts +54 -0
  364. package/dist/types/components/xpl-icon/xpl-icon.d.ts +8 -0
  365. package/dist/types/components/xpl-input/input.stories.d.ts +206 -0
  366. package/dist/types/components/xpl-input/xpl-input-color/color-utils.d.ts +41 -0
  367. package/dist/types/components/xpl-input/xpl-input-color/xpl-input-color.d.ts +30 -0
  368. package/dist/types/components/xpl-input/xpl-input-date/xpl-input-date.d.ts +30 -0
  369. package/dist/types/components/xpl-input/xpl-input-file/xpl-input-file.d.ts +24 -0
  370. package/dist/types/components/xpl-input/xpl-input-time/time-utils.d.ts +5 -0
  371. package/dist/types/components/xpl-input/xpl-input-time/xpl-input-time.d.ts +39 -0
  372. package/dist/types/components/xpl-input/xpl-input.d.ts +45 -85
  373. package/dist/types/components/xpl-large-card/large-card.stories.d.ts +71 -0
  374. package/dist/types/components/xpl-large-card/xpl-large-card.d.ts +8 -0
  375. package/dist/types/components/xpl-list/list.stories.d.ts +63 -0
  376. package/dist/types/components/xpl-list/listitem.d.ts +14 -14
  377. package/dist/types/components/xpl-list/xpl-list.d.ts +2 -26
  378. package/dist/types/components/xpl-main-nav/main-nav.stories.d.ts +13 -0
  379. package/dist/types/components/xpl-main-nav/xpl-main-nav.d.ts +6 -13
  380. package/dist/types/components/xpl-modal/modal.stories.d.ts +99 -0
  381. package/dist/types/components/xpl-modal/xpl-modal.d.ts +15 -0
  382. package/dist/types/components/xpl-nav-item/xpl-nav-item.d.ts +4 -10
  383. package/dist/types/components/xpl-pagination/pagination.stories.d.ts +35 -0
  384. package/dist/types/components/xpl-pagination/xpl-pagination.d.ts +19 -22
  385. package/dist/types/components/xpl-popover/popover.stories.d.ts +12 -0
  386. package/dist/types/components/xpl-popover/xpl-popover.d.ts +24 -0
  387. package/dist/types/components/xpl-progress/progress.stories.d.ts +34 -0
  388. package/dist/types/components/xpl-progress/xpl-progress.d.ts +6 -0
  389. package/dist/types/components/xpl-radio/radio.stories.d.ts +79 -0
  390. package/dist/types/components/xpl-radio/xpl-radio.d.ts +11 -11
  391. package/dist/types/components/xpl-secondary-nav/secondary-nav.stories.d.ts +5 -0
  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 +164 -0
  394. package/dist/types/components/xpl-select/xpl-select.d.ts +59 -55
  395. package/dist/types/components/xpl-skeleton/skeleton.stories.d.ts +26 -0
  396. package/dist/types/components/xpl-skeleton/xpl-skeleton.d.ts +10 -0
  397. package/dist/types/components/xpl-slideout/slideout.stories.d.ts +114 -0
  398. package/dist/types/components/xpl-slideout/xpl-slideout.d.ts +14 -0
  399. package/dist/types/components/xpl-tab/xpl-tab.d.ts +8 -0
  400. package/dist/types/components/xpl-tab-panel/xpl-tab-panel.d.ts +5 -0
  401. package/dist/types/components/xpl-table/table.stories.d.ts +84 -0
  402. package/dist/types/components/xpl-table/xpl-table.d.ts +37 -23
  403. package/dist/types/components/xpl-table-header/table-header.stories.d.ts +103 -0
  404. package/dist/types/components/xpl-table-header/xpl-table-header.d.ts +3 -0
  405. package/dist/types/components/xpl-table-header-cell/table-header-cell.stories.d.ts +55 -0
  406. package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +14 -0
  407. package/dist/types/components/xpl-tabs/tabs.stories.d.ts +40 -0
  408. package/dist/types/components/xpl-tabs/xpl-tabs.d.ts +28 -0
  409. package/dist/types/components/xpl-tag/xpl-tag.d.ts +2 -2
  410. package/dist/types/components/xpl-toast/toast.stories.d.ts +62 -0
  411. package/dist/types/components/xpl-toast/xpl-toast.d.ts +14 -0
  412. package/dist/types/components/xpl-toggle/toggle.stories.d.ts +67 -0
  413. package/dist/types/components/xpl-toggle/xpl-toggle.d.ts +9 -21
  414. package/dist/types/components/xpl-toolbar/xpl-toolbar.d.ts +7 -0
  415. package/dist/types/components/xpl-tooltip/tooltip-arrow.d.ts +2 -0
  416. package/dist/types/components/xpl-tooltip/tooltip.stories.d.ts +39 -0
  417. package/dist/types/components/xpl-tooltip/xpl-tooltip.d.ts +6 -0
  418. package/dist/types/components/xpl-utility-bar/utility-bar.stories.d.ts +20 -0
  419. package/dist/types/components/xpl-utility-bar/xpl-utility-bar.d.ts +7 -17
  420. package/dist/types/components.d.ts +3060 -498
  421. package/dist/types/home/runner/work/apollo/apollo/packages/apollo-core/.stencil/css/typography.stories.d.ts +90 -0
  422. package/dist/types/stencil-public-runtime.d.ts +236 -34
  423. package/loader/cdn.js +1 -3
  424. package/loader/index.cjs.js +1 -3
  425. package/loader/index.d.ts +5 -2
  426. package/loader/index.es2017.js +1 -3
  427. package/loader/index.js +1 -3
  428. package/package.json +110 -61
  429. package/CHANGELOG.md +0 -106
  430. package/dist/apollo-core/p-10f00380.entry.js +0 -1
  431. package/dist/apollo-core/p-26ec64fe.entry.js +0 -1
  432. package/dist/apollo-core/p-2f90296c.js +0 -10
  433. package/dist/apollo-core/p-31acfdb4.entry.js +0 -1
  434. package/dist/apollo-core/p-4184ac44.entry.js +0 -1
  435. package/dist/apollo-core/p-4fa14839.entry.js +0 -1
  436. package/dist/apollo-core/p-55b87345.js +0 -2
  437. package/dist/apollo-core/p-63a6c98a.entry.js +0 -1
  438. package/dist/apollo-core/p-68c33b77.entry.js +0 -1
  439. package/dist/apollo-core/p-78d07caf.entry.js +0 -1
  440. package/dist/apollo-core/p-796957d3.entry.js +0 -1
  441. package/dist/apollo-core/p-88160d68.entry.js +0 -1
  442. package/dist/apollo-core/p-9ec318bb.entry.js +0 -1
  443. package/dist/apollo-core/p-a2a34e44.entry.js +0 -1
  444. package/dist/apollo-core/p-ad90fe4d.js +0 -1
  445. package/dist/apollo-core/p-beea2502.entry.js +0 -1
  446. package/dist/apollo-core/p-d499e43f.entry.js +0 -1
  447. package/dist/apollo-core/p-d8a3d94c.entry.js +0 -1
  448. package/dist/apollo-core/p-e047b446.entry.js +0 -1
  449. package/dist/cjs/index-2ab4832e.js +0 -2003
  450. package/dist/cjs/regular-872f5226.js +0 -16043
  451. package/dist/cjs/xpl-avatar_12.cjs.entry.js +0 -362
  452. package/dist/cjs/xpl-backdrop.cjs.entry.js +0 -21
  453. package/dist/cjs/xpl-choicelist.cjs.entry.js +0 -50
  454. package/dist/cjs/xpl-divider.cjs.entry.js +0 -19
  455. package/dist/cjs/xpl-dropdown-group_3.cjs.entry.js +0 -113
  456. package/dist/cjs/xpl-dropdown_2.cjs.entry.js +0 -121
  457. package/dist/cjs/xpl-pagination.cjs.entry.js +0 -79
  458. package/dist/cjs/xpl-select.cjs.entry.js +0 -610
  459. package/dist/collection/components/xpl-select/selectchoice.js +0 -1
  460. package/dist/custom-elements/index.d.ts +0 -219
  461. package/dist/custom-elements/index.js +0 -20353
  462. package/dist/esm/index-392b5b96.js +0 -1973
  463. package/dist/esm/polyfills/core-js.js +0 -11
  464. package/dist/esm/polyfills/css-shim.js +0 -1
  465. package/dist/esm/polyfills/dom.js +0 -79
  466. package/dist/esm/polyfills/es5-html-element.js +0 -1
  467. package/dist/esm/polyfills/index.js +0 -34
  468. package/dist/esm/polyfills/system.js +0 -6
  469. package/dist/esm/regular-86225e9d.js +0 -16041
  470. package/dist/esm/xpl-avatar_12.entry.js +0 -347
  471. package/dist/esm/xpl-backdrop.entry.js +0 -17
  472. package/dist/esm/xpl-choicelist.entry.js +0 -46
  473. package/dist/esm/xpl-divider.entry.js +0 -15
  474. package/dist/esm/xpl-dropdown-group_3.entry.js +0 -107
  475. package/dist/esm/xpl-dropdown_2.entry.js +0 -116
  476. package/dist/esm/xpl-pagination.entry.js +0 -75
  477. package/dist/esm/xpl-select.entry.js +0 -606
  478. package/dist/stories/application-shell.stories.js +0 -776
  479. package/dist/stories/avatar.stories.js +0 -173
  480. package/dist/stories/backdrop.stories.js +0 -18
  481. package/dist/stories/badge.stories.js +0 -48
  482. package/dist/stories/breadcrumbs.stories.js +0 -117
  483. package/dist/stories/button-row.stories.js +0 -68
  484. package/dist/stories/button.stories.js +0 -122
  485. package/dist/stories/checkbox.stories.js +0 -78
  486. package/dist/stories/choicelist.stories.js +0 -112
  487. package/dist/stories/content-area.stories.js +0 -53
  488. package/dist/stories/divider.stories.js +0 -34
  489. package/dist/stories/dropdown.stories.js +0 -377
  490. package/dist/stories/input.stories.js +0 -268
  491. package/dist/stories/list.stories.js +0 -154
  492. package/dist/stories/main-nav.stories.js +0 -308
  493. package/dist/stories/pagination.stories.js +0 -84
  494. package/dist/stories/radio.stories.js +0 -68
  495. package/dist/stories/secondary-nav.stories.js +0 -76
  496. package/dist/stories/select.stories.js +0 -119
  497. package/dist/stories/table.stories.js +0 -107
  498. package/dist/stories/tabs.stories.js +0 -24
  499. package/dist/stories/toggle.stories.js +0 -84
  500. package/dist/stories/utility-bar.stories.js +0 -94
  501. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/application-shell.stories.d.ts +0 -71
  502. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/avatar.stories.d.ts +0 -91
  503. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/backdrop.stories.d.ts +0 -16
  504. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/badge.stories.d.ts +0 -48
  505. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/breadcrumbs.stories.d.ts +0 -53
  506. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/button-row.stories.d.ts +0 -49
  507. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/button.stories.d.ts +0 -91
  508. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/checkbox.stories.d.ts +0 -72
  509. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/choicelist.stories.d.ts +0 -41
  510. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/content-area.stories.d.ts +0 -29
  511. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/divider.stories.d.ts +0 -40
  512. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/dropdown.stories.d.ts +0 -135
  513. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/grid.stories.d.ts +0 -150
  514. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/input.stories.d.ts +0 -190
  515. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/list.stories.d.ts +0 -71
  516. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/main-nav.stories.d.ts +0 -30
  517. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/pagination.stories.d.ts +0 -0
  518. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/radio.stories.d.ts +0 -64
  519. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/secondary-nav.stories.d.ts +0 -16
  520. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/select.stories.d.ts +0 -74
  521. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/table.stories.d.ts +0 -49
  522. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/tabs.stories.d.ts +0 -0
  523. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/toggle.stories.d.ts +0 -74
  524. package/dist/types/Users/fernandogelin/Xplor/apollo/.stencil/stories/utility-bar.stories.d.ts +0 -20
  525. package/dist/types/components/xpl-dropdown/dropdownoption.d.ts +0 -10
  526. package/dist/types/components/xpl-select/selectchoice.d.ts +0 -4
  527. package/loader/package.json +0 -11
  528. /package/dist/collection/components/xpl-dropdown/{dropdownoption.js → dropdown-option.js} +0 -0
@@ -0,0 +1,4396 @@
1
+ {
2
+ "version": 1.1,
3
+ "tags": [
4
+ {
5
+ "name": "xpl-accordion",
6
+ "description": {
7
+ "kind": "markdown",
8
+ "value": ""
9
+ },
10
+ "attributes": [
11
+ {
12
+ "name": "border-type",
13
+ "description": "set the border of the accordion\n none: there’s no border wrapping the header\n bottom:there’s a border below the header\n bordered: the header is wrapped by a white panel with a rounded border around it on every side",
14
+ "values": [
15
+ {
16
+ "name": "bordered"
17
+ },
18
+ {
19
+ "name": "bottom"
20
+ },
21
+ {
22
+ "name": "none"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "name": "content-id",
28
+ "description": "An optional id of the content slot"
29
+ },
30
+ {
31
+ "name": "description",
32
+ "description": "if defined, a text field that displays under the header"
33
+ },
34
+ {
35
+ "name": "header",
36
+ "description": "Sets the text for the header of the accordion"
37
+ },
38
+ {
39
+ "name": "initial-expanded",
40
+ "description": "Set if the content is shown\n false: the accordion is collapsed (default)\n true: the accordion is expanded"
41
+ },
42
+ {
43
+ "name": "size",
44
+ "description": "Set the size of the header and icon size can be 1(default),2,3",
45
+ "values": [
46
+ {
47
+ "name": "1"
48
+ },
49
+ {
50
+ "name": "2"
51
+ },
52
+ {
53
+ "name": "3"
54
+ }
55
+ ]
56
+ }
57
+ ]
58
+ },
59
+ {
60
+ "name": "xpl-application-shell",
61
+ "description": {
62
+ "kind": "markdown",
63
+ "value": ""
64
+ },
65
+ "attributes": [
66
+ {
67
+ "name": "is-nav-open-at-startup",
68
+ "description": ""
69
+ },
70
+ {
71
+ "name": "nav-width",
72
+ "description": ""
73
+ },
74
+ {
75
+ "name": "with-subnav",
76
+ "description": ""
77
+ },
78
+ {
79
+ "name": "with-utility",
80
+ "description": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "xpl-avatar",
86
+ "description": {
87
+ "kind": "markdown",
88
+ "value": ""
89
+ },
90
+ "attributes": [
91
+ {
92
+ "name": "color",
93
+ "description": "Background color when there is no image src",
94
+ "values": [
95
+ {
96
+ "name": "green"
97
+ },
98
+ {
99
+ "name": "pink"
100
+ },
101
+ {
102
+ "name": "primary"
103
+ },
104
+ {
105
+ "name": "secondary"
106
+ },
107
+ {
108
+ "name": "yellow"
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "name": "disabled",
114
+ "description": "Sets a disabled state on the avatar when set to true"
115
+ },
116
+ {
117
+ "name": "href",
118
+ "description": "The URL if the avatar should be hyperlinked"
119
+ },
120
+ {
121
+ "name": "name",
122
+ "description": "Alt text for the image if there is an image src"
123
+ },
124
+ {
125
+ "name": "size",
126
+ "description": "Size of the avatar",
127
+ "values": [
128
+ {
129
+ "name": "md"
130
+ },
131
+ {
132
+ "name": "sm"
133
+ }
134
+ ]
135
+ },
136
+ {
137
+ "name": "src",
138
+ "description": "The image URL"
139
+ },
140
+ {
141
+ "name": "status",
142
+ "description": "Color styles for the dot indicator to indicate varied states",
143
+ "values": [
144
+ {
145
+ "name": "active"
146
+ },
147
+ {
148
+ "name": "inactive"
149
+ },
150
+ {
151
+ "name": "warning"
152
+ }
153
+ ]
154
+ },
155
+ {
156
+ "name": "target",
157
+ "description": "Where to open the URL chosen for the `href` prop:\n`_self` (default), `_blank`, `_parent`, or `_top`"
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "name": "xpl-backdrop",
163
+ "description": {
164
+ "kind": "markdown",
165
+ "value": "This backdrop is used to add a transparent darker layer on top of the content area when the main nav is active."
166
+ },
167
+ "attributes": [
168
+ {
169
+ "name": "relative",
170
+ "description": ""
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "name": "xpl-badge",
176
+ "description": {
177
+ "kind": "markdown",
178
+ "value": ""
179
+ },
180
+ "attributes": [
181
+ {
182
+ "name": "dot",
183
+ "description": "Whether badge shows a dot icon before the text"
184
+ },
185
+ {
186
+ "name": "variant",
187
+ "description": "Color styles to indicate varied states",
188
+ "values": [
189
+ {
190
+ "name": "error"
191
+ },
192
+ {
193
+ "name": "inactive"
194
+ },
195
+ {
196
+ "name": "success"
197
+ },
198
+ {
199
+ "name": "warning"
200
+ }
201
+ ]
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "name": "xpl-breadcrumb-item",
207
+ "description": {
208
+ "kind": "markdown",
209
+ "value": "The `<xpl-breadcrumb-item>` component has a role of `listitem`. This component should only be used in combination with `<xpl-breadcrumbs>`.\nThis component yields an unnamed slot. Only links and buttons (styled as links) should be used within this component."
210
+ },
211
+ "attributes": []
212
+ },
213
+ {
214
+ "name": "xpl-breadcrumbs",
215
+ "description": {
216
+ "kind": "markdown",
217
+ "value": "The `xpl-breadcrumbs` component is a navigation group. It yields an unnamed slot that is rendered inside a `<ol></ol>` element.\n\nThis component can be used as a wrapper to `<xpl-breadcrumb-item>` components.\n\nThe number of items is not restricted, although per Apollo's design guidelines, a maximum of three items should be used.\nIn small screens (xs), only the 2 deepest items will be visible, even if 3 items are provided."
218
+ },
219
+ "attributes": []
220
+ },
221
+ {
222
+ "name": "xpl-button",
223
+ "description": {
224
+ "kind": "markdown",
225
+ "value": "Buttons allow users to take an action. Three sizes and three sentiments are available with leading and trailing icons. Hide an icon and the label for an icon-only button."
226
+ },
227
+ "attributes": [
228
+ {
229
+ "name": "disabled",
230
+ "description": "whether button should be disabled"
231
+ },
232
+ {
233
+ "name": "form",
234
+ "description": ""
235
+ },
236
+ {
237
+ "name": "full-width",
238
+ "description": "whether button should render with full width"
239
+ },
240
+ {
241
+ "name": "icon-only",
242
+ "description": "whether button should render icon only"
243
+ },
244
+ {
245
+ "name": "link",
246
+ "description": "whether button should yield a slot for a link tag"
247
+ },
248
+ {
249
+ "name": "name",
250
+ "description": ""
251
+ },
252
+ {
253
+ "name": "size",
254
+ "description": "",
255
+ "values": [
256
+ {
257
+ "name": "default"
258
+ },
259
+ {
260
+ "name": "sm"
261
+ },
262
+ {
263
+ "name": "xs"
264
+ }
265
+ ]
266
+ },
267
+ {
268
+ "name": "state",
269
+ "description": "",
270
+ "values": [
271
+ {
272
+ "name": "neutral"
273
+ },
274
+ {
275
+ "name": "success"
276
+ },
277
+ {
278
+ "name": "warning"
279
+ }
280
+ ]
281
+ },
282
+ {
283
+ "name": "type",
284
+ "description": "",
285
+ "values": [
286
+ {
287
+ "name": "button"
288
+ },
289
+ {
290
+ "name": "reset"
291
+ },
292
+ {
293
+ "name": "submit"
294
+ }
295
+ ]
296
+ },
297
+ {
298
+ "name": "value",
299
+ "description": ""
300
+ },
301
+ {
302
+ "name": "variant",
303
+ "description": "",
304
+ "values": [
305
+ {
306
+ "name": "primary"
307
+ },
308
+ {
309
+ "name": "secondary"
310
+ },
311
+ {
312
+ "name": "subtle"
313
+ }
314
+ ]
315
+ }
316
+ ]
317
+ },
318
+ {
319
+ "name": "xpl-button-row",
320
+ "description": {
321
+ "kind": "markdown",
322
+ "value": ""
323
+ },
324
+ "attributes": [
325
+ {
326
+ "name": "primary",
327
+ "description": "The text for the primary button.",
328
+ "values": [
329
+ {
330
+ "name": "string"
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "name": "secondary",
336
+ "description": "The text for the secondary button. If left\nempty, will not render a secondary button.",
337
+ "values": [
338
+ {
339
+ "name": "string"
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "name": "tertiary",
345
+ "description": "The text for the tertiary button. If left\nempty, will not render a secondary button.",
346
+ "values": [
347
+ {
348
+ "name": "string"
349
+ }
350
+ ]
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ "name": "xpl-calendar",
356
+ "description": {
357
+ "kind": "markdown",
358
+ "value": ""
359
+ },
360
+ "attributes": [
361
+ {
362
+ "name": "date-format",
363
+ "description": "Format of the date displayed in the calendar. Default is 'Y-m-d'."
364
+ },
365
+ {
366
+ "name": "default-date",
367
+ "description": "Default date to be displayed when the calendar is first loaded."
368
+ },
369
+ {
370
+ "name": "input-id",
371
+ "description": "Unique identifier for the calendar element."
372
+ },
373
+ {
374
+ "name": "max",
375
+ "description": "Maximum selectable date in the calendar."
376
+ },
377
+ {
378
+ "name": "min",
379
+ "description": "Minimum selectable date in the calendar."
380
+ },
381
+ {
382
+ "name": "mode",
383
+ "description": "Mode of the calendar, either 'single' for single date selection or 'range' for selecting a range of dates. Default is 'single'.",
384
+ "values": [
385
+ {
386
+ "name": "range"
387
+ },
388
+ {
389
+ "name": "single"
390
+ }
391
+ ]
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "name": "xpl-checkbox",
397
+ "description": {
398
+ "kind": "markdown",
399
+ "value": ""
400
+ },
401
+ "attributes": [
402
+ {
403
+ "name": "checked",
404
+ "description": "Whether the input is checked"
405
+ },
406
+ {
407
+ "name": "data-id",
408
+ "description": "A custom data attribute for the checkbox"
409
+ },
410
+ {
411
+ "name": "description",
412
+ "description": "Description text for the field"
413
+ },
414
+ {
415
+ "name": "disabled",
416
+ "description": "Whether the input is disabled"
417
+ },
418
+ {
419
+ "name": "indeterminate",
420
+ "description": "A visual state for when the input has not been interacted with"
421
+ },
422
+ {
423
+ "name": "name",
424
+ "description": "The name attribute for the html input.\n(submitted in form as name/value pair)"
425
+ },
426
+ {
427
+ "name": "required",
428
+ "description": "Whether the input is required"
429
+ },
430
+ {
431
+ "name": "styled",
432
+ "description": "Whether the input is contained in a box with a border and a background"
433
+ },
434
+ {
435
+ "name": "value",
436
+ "description": "The value attribute for the checkbox input.\n(submittted in form as name/value pair)"
437
+ }
438
+ ]
439
+ },
440
+ {
441
+ "name": "xpl-choicelist",
442
+ "description": {
443
+ "kind": "markdown",
444
+ "value": ""
445
+ },
446
+ "attributes": [
447
+ {
448
+ "name": "description",
449
+ "description": "Descriptive text to be displayed above the choice-list."
450
+ },
451
+ {
452
+ "name": "heading",
453
+ "description": "The title text to be displayed above the choice-list."
454
+ },
455
+ {
456
+ "name": "multi",
457
+ "description": "Whether the user can select more than one choice (true) or only a single choice (false). Corresponds to checkboxes vs. radio buttons."
458
+ },
459
+ {
460
+ "name": "name",
461
+ "description": "The `name` to be associated with form data."
462
+ },
463
+ {
464
+ "name": "styled",
465
+ "description": "If `true`, will include borders around the list and between individual choices."
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "name": "xpl-content-area",
471
+ "description": {
472
+ "kind": "markdown",
473
+ "value": "The `<xpl-content-area>` sets up the area for the main content of the page. This component renders a `<main>` element with an unnamed `<slot>`, and should not be combined with another `<main>` in the same page."
474
+ },
475
+ "attributes": [
476
+ {
477
+ "name": "size",
478
+ "description": "",
479
+ "values": [
480
+ {
481
+ "name": "full"
482
+ },
483
+ {
484
+ "name": "narrow"
485
+ },
486
+ {
487
+ "name": "wide"
488
+ }
489
+ ]
490
+ }
491
+ ]
492
+ },
493
+ {
494
+ "name": "xpl-dashboard",
495
+ "description": {
496
+ "kind": "markdown",
497
+ "value": ""
498
+ },
499
+ "attributes": []
500
+ },
501
+ {
502
+ "name": "xpl-data-card",
503
+ "description": {
504
+ "kind": "markdown",
505
+ "value": ""
506
+ },
507
+ "attributes": [
508
+ {
509
+ "name": "detail",
510
+ "description": "An optional field that typically describes or modifies the small stat"
511
+ },
512
+ {
513
+ "name": "icon",
514
+ "description": "An optional icon leading the header.\nUses <xpl-icon /> components and should reinforce the understanding of the smallStat metric shown.",
515
+ "values": [
516
+ {
517
+ "name": "ai"
518
+ },
519
+ {
520
+ "name": "alarm-clock"
521
+ },
522
+ {
523
+ "name": "alert-circle"
524
+ },
525
+ {
526
+ "name": "alert-hex"
527
+ },
528
+ {
529
+ "name": "alert-triangle"
530
+ },
531
+ {
532
+ "name": "apps"
533
+ },
534
+ {
535
+ "name": "archive"
536
+ },
537
+ {
538
+ "name": "arrow-down"
539
+ },
540
+ {
541
+ "name": "arrow-down-right"
542
+ },
543
+ {
544
+ "name": "arrow-left"
545
+ },
546
+ {
547
+ "name": "arrow-right"
548
+ },
549
+ {
550
+ "name": "arrow-up"
551
+ },
552
+ {
553
+ "name": "arrow-up-right"
554
+ },
555
+ {
556
+ "name": "award"
557
+ },
558
+ {
559
+ "name": "bell"
560
+ },
561
+ {
562
+ "name": "bell-slash"
563
+ },
564
+ {
565
+ "name": "bookmark"
566
+ },
567
+ {
568
+ "name": "bookmark-slash"
569
+ },
570
+ {
571
+ "name": "briefcase"
572
+ },
573
+ {
574
+ "name": "calendar"
575
+ },
576
+ {
577
+ "name": "calendar-month"
578
+ },
579
+ {
580
+ "name": "calendar-week"
581
+ },
582
+ {
583
+ "name": "camera"
584
+ },
585
+ {
586
+ "name": "cash-register"
587
+ },
588
+ {
589
+ "name": "check"
590
+ },
591
+ {
592
+ "name": "check-circle"
593
+ },
594
+ {
595
+ "name": "check-circle-fill"
596
+ },
597
+ {
598
+ "name": "chevron-down"
599
+ },
600
+ {
601
+ "name": "chevron-left"
602
+ },
603
+ {
604
+ "name": "chevron-right"
605
+ },
606
+ {
607
+ "name": "chevron-up"
608
+ },
609
+ {
610
+ "name": "chevrons-down"
611
+ },
612
+ {
613
+ "name": "chevrons-left"
614
+ },
615
+ {
616
+ "name": "chevrons-right"
617
+ },
618
+ {
619
+ "name": "chevrons-up"
620
+ },
621
+ {
622
+ "name": "circle-slash"
623
+ },
624
+ {
625
+ "name": "clipboard"
626
+ },
627
+ {
628
+ "name": "clock"
629
+ },
630
+ {
631
+ "name": "code-square"
632
+ },
633
+ {
634
+ "name": "comment"
635
+ },
636
+ {
637
+ "name": "comment-alt"
638
+ },
639
+ {
640
+ "name": "comment-check"
641
+ },
642
+ {
643
+ "name": "comment-closed"
644
+ },
645
+ {
646
+ "name": "comment-discussion"
647
+ },
648
+ {
649
+ "name": "comment-minus"
650
+ },
651
+ {
652
+ "name": "comment-plus"
653
+ },
654
+ {
655
+ "name": "comment-x"
656
+ },
657
+ {
658
+ "name": "compass"
659
+ },
660
+ {
661
+ "name": "credit-card"
662
+ },
663
+ {
664
+ "name": "dash"
665
+ },
666
+ {
667
+ "name": "dollar-bill"
668
+ },
669
+ {
670
+ "name": "dollar-sign"
671
+ },
672
+ {
673
+ "name": "download"
674
+ },
675
+ {
676
+ "name": "drag"
677
+ },
678
+ {
679
+ "name": "dumbbells"
680
+ },
681
+ {
682
+ "name": "duplicate"
683
+ },
684
+ {
685
+ "name": "edit"
686
+ },
687
+ {
688
+ "name": "expand"
689
+ },
690
+ {
691
+ "name": "eye"
692
+ },
693
+ {
694
+ "name": "eye-closed"
695
+ },
696
+ {
697
+ "name": "eye-droper"
698
+ },
699
+ {
700
+ "name": "file"
701
+ },
702
+ {
703
+ "name": "flag"
704
+ },
705
+ {
706
+ "name": "folder"
707
+ },
708
+ {
709
+ "name": "gear"
710
+ },
711
+ {
712
+ "name": "gift"
713
+ },
714
+ {
715
+ "name": "globe"
716
+ },
717
+ {
718
+ "name": "graph"
719
+ },
720
+ {
721
+ "name": "graph-bar"
722
+ },
723
+ {
724
+ "name": "grid"
725
+ },
726
+ {
727
+ "name": "heart"
728
+ },
729
+ {
730
+ "name": "home"
731
+ },
732
+ {
733
+ "name": "image"
734
+ },
735
+ {
736
+ "name": "info"
737
+ },
738
+ {
739
+ "name": "kebab-horizontal"
740
+ },
741
+ {
742
+ "name": "kebab-vertical"
743
+ },
744
+ {
745
+ "name": "key"
746
+ },
747
+ {
748
+ "name": "law"
749
+ },
750
+ {
751
+ "name": "layers"
752
+ },
753
+ {
754
+ "name": "left-align"
755
+ },
756
+ {
757
+ "name": "light-bulb"
758
+ },
759
+ {
760
+ "name": "line"
761
+ },
762
+ {
763
+ "name": "link"
764
+ },
765
+ {
766
+ "name": "link-external"
767
+ },
768
+ {
769
+ "name": "list-ordered"
770
+ },
771
+ {
772
+ "name": "list-unordered"
773
+ },
774
+ {
775
+ "name": "loader"
776
+ },
777
+ {
778
+ "name": "location"
779
+ },
780
+ {
781
+ "name": "lock"
782
+ },
783
+ {
784
+ "name": "mail"
785
+ },
786
+ {
787
+ "name": "mail-check"
788
+ },
789
+ {
790
+ "name": "mail-closed"
791
+ },
792
+ {
793
+ "name": "mail-minus"
794
+ },
795
+ {
796
+ "name": "mail-plus"
797
+ },
798
+ {
799
+ "name": "mail-x"
800
+ },
801
+ {
802
+ "name": "map"
803
+ },
804
+ {
805
+ "name": "megaphone"
806
+ },
807
+ {
808
+ "name": "minus-circle"
809
+ },
810
+ {
811
+ "name": "moon"
812
+ },
813
+ {
814
+ "name": "navigation"
815
+ },
816
+ {
817
+ "name": "organization"
818
+ },
819
+ {
820
+ "name": "package"
821
+ },
822
+ {
823
+ "name": "paperclip"
824
+ },
825
+ {
826
+ "name": "pencil"
827
+ },
828
+ {
829
+ "name": "people"
830
+ },
831
+ {
832
+ "name": "percent"
833
+ },
834
+ {
835
+ "name": "person"
836
+ },
837
+ {
838
+ "name": "person-add"
839
+ },
840
+ {
841
+ "name": "person-circle"
842
+ },
843
+ {
844
+ "name": "phone"
845
+ },
846
+ {
847
+ "name": "phone-minus"
848
+ },
849
+ {
850
+ "name": "phone-pause"
851
+ },
852
+ {
853
+ "name": "phone-plus"
854
+ },
855
+ {
856
+ "name": "phone-slash"
857
+ },
858
+ {
859
+ "name": "phone-x"
860
+ },
861
+ {
862
+ "name": "pie-chart"
863
+ },
864
+ {
865
+ "name": "pin"
866
+ },
867
+ {
868
+ "name": "pin-circle"
869
+ },
870
+ {
871
+ "name": "pin-circle-filled"
872
+ },
873
+ {
874
+ "name": "pin-filled"
875
+ },
876
+ {
877
+ "name": "play"
878
+ },
879
+ {
880
+ "name": "plus"
881
+ },
882
+ {
883
+ "name": "plus-circle"
884
+ },
885
+ {
886
+ "name": "printer"
887
+ },
888
+ {
889
+ "name": "question"
890
+ },
891
+ {
892
+ "name": "refresh-cw"
893
+ },
894
+ {
895
+ "name": "repeat"
896
+ },
897
+ {
898
+ "name": "right-align"
899
+ },
900
+ {
901
+ "name": "rocket"
902
+ },
903
+ {
904
+ "name": "rotate-ccw"
905
+ },
906
+ {
907
+ "name": "rotate-cw"
908
+ },
909
+ {
910
+ "name": "save"
911
+ },
912
+ {
913
+ "name": "search"
914
+ },
915
+ {
916
+ "name": "share"
917
+ },
918
+ {
919
+ "name": "shopping-bag"
920
+ },
921
+ {
922
+ "name": "shopping-cart"
923
+ },
924
+ {
925
+ "name": "sign-in"
926
+ },
927
+ {
928
+ "name": "sign-out"
929
+ },
930
+ {
931
+ "name": "signature"
932
+ },
933
+ {
934
+ "name": "sliders-h"
935
+ },
936
+ {
937
+ "name": "sliders-v"
938
+ },
939
+ {
940
+ "name": "sort"
941
+ },
942
+ {
943
+ "name": "star"
944
+ },
945
+ {
946
+ "name": "star-fill"
947
+ },
948
+ {
949
+ "name": "star-half-fill"
950
+ },
951
+ {
952
+ "name": "sun"
953
+ },
954
+ {
955
+ "name": "tag"
956
+ },
957
+ {
958
+ "name": "three-bars"
959
+ },
960
+ {
961
+ "name": "time-reverse"
962
+ },
963
+ {
964
+ "name": "tools"
965
+ },
966
+ {
967
+ "name": "trashcan"
968
+ },
969
+ {
970
+ "name": "triangle-down"
971
+ },
972
+ {
973
+ "name": "triangle-left"
974
+ },
975
+ {
976
+ "name": "triangle-right"
977
+ },
978
+ {
979
+ "name": "triangle-up"
980
+ },
981
+ {
982
+ "name": "trophy"
983
+ },
984
+ {
985
+ "name": "unlock"
986
+ },
987
+ {
988
+ "name": "upload"
989
+ },
990
+ {
991
+ "name": "video-camera"
992
+ },
993
+ {
994
+ "name": "x"
995
+ },
996
+ {
997
+ "name": "x-circle"
998
+ },
999
+ {
1000
+ "name": "x-circle-fill"
1001
+ },
1002
+ {
1003
+ "name": "zoom-in"
1004
+ },
1005
+ {
1006
+ "name": "zoom-out"
1007
+ }
1008
+ ]
1009
+ },
1010
+ {
1011
+ "name": "leading-icon",
1012
+ "description": "Whether to display the icon or not."
1013
+ },
1014
+ {
1015
+ "name": "link",
1016
+ "description": "Whether the card is a link"
1017
+ },
1018
+ {
1019
+ "name": "name",
1020
+ "description": "Name Term"
1021
+ },
1022
+ {
1023
+ "name": "short-stat",
1024
+ "description": "Detail, stat, or value to be displayed\nin short format. Will be rendered when card is\nsmaller than 441px."
1025
+ },
1026
+ {
1027
+ "name": "small-stat",
1028
+ "description": "An Optional stat further enhancing the main metric of the card."
1029
+ },
1030
+ {
1031
+ "name": "small-stat-icon",
1032
+ "description": "An optional icon leading the small stat.\nUses <xpl-icon> components and should reinforce the understanding of the smallStat metric shown.",
1033
+ "values": [
1034
+ {
1035
+ "name": "ai"
1036
+ },
1037
+ {
1038
+ "name": "alarm-clock"
1039
+ },
1040
+ {
1041
+ "name": "alert-circle"
1042
+ },
1043
+ {
1044
+ "name": "alert-hex"
1045
+ },
1046
+ {
1047
+ "name": "alert-triangle"
1048
+ },
1049
+ {
1050
+ "name": "apps"
1051
+ },
1052
+ {
1053
+ "name": "archive"
1054
+ },
1055
+ {
1056
+ "name": "arrow-down"
1057
+ },
1058
+ {
1059
+ "name": "arrow-down-right"
1060
+ },
1061
+ {
1062
+ "name": "arrow-left"
1063
+ },
1064
+ {
1065
+ "name": "arrow-right"
1066
+ },
1067
+ {
1068
+ "name": "arrow-up"
1069
+ },
1070
+ {
1071
+ "name": "arrow-up-right"
1072
+ },
1073
+ {
1074
+ "name": "award"
1075
+ },
1076
+ {
1077
+ "name": "bell"
1078
+ },
1079
+ {
1080
+ "name": "bell-slash"
1081
+ },
1082
+ {
1083
+ "name": "bookmark"
1084
+ },
1085
+ {
1086
+ "name": "bookmark-slash"
1087
+ },
1088
+ {
1089
+ "name": "briefcase"
1090
+ },
1091
+ {
1092
+ "name": "calendar"
1093
+ },
1094
+ {
1095
+ "name": "calendar-month"
1096
+ },
1097
+ {
1098
+ "name": "calendar-week"
1099
+ },
1100
+ {
1101
+ "name": "camera"
1102
+ },
1103
+ {
1104
+ "name": "cash-register"
1105
+ },
1106
+ {
1107
+ "name": "check"
1108
+ },
1109
+ {
1110
+ "name": "check-circle"
1111
+ },
1112
+ {
1113
+ "name": "check-circle-fill"
1114
+ },
1115
+ {
1116
+ "name": "chevron-down"
1117
+ },
1118
+ {
1119
+ "name": "chevron-left"
1120
+ },
1121
+ {
1122
+ "name": "chevron-right"
1123
+ },
1124
+ {
1125
+ "name": "chevron-up"
1126
+ },
1127
+ {
1128
+ "name": "chevrons-down"
1129
+ },
1130
+ {
1131
+ "name": "chevrons-left"
1132
+ },
1133
+ {
1134
+ "name": "chevrons-right"
1135
+ },
1136
+ {
1137
+ "name": "chevrons-up"
1138
+ },
1139
+ {
1140
+ "name": "circle-slash"
1141
+ },
1142
+ {
1143
+ "name": "clipboard"
1144
+ },
1145
+ {
1146
+ "name": "clock"
1147
+ },
1148
+ {
1149
+ "name": "code-square"
1150
+ },
1151
+ {
1152
+ "name": "comment"
1153
+ },
1154
+ {
1155
+ "name": "comment-alt"
1156
+ },
1157
+ {
1158
+ "name": "comment-check"
1159
+ },
1160
+ {
1161
+ "name": "comment-closed"
1162
+ },
1163
+ {
1164
+ "name": "comment-discussion"
1165
+ },
1166
+ {
1167
+ "name": "comment-minus"
1168
+ },
1169
+ {
1170
+ "name": "comment-plus"
1171
+ },
1172
+ {
1173
+ "name": "comment-x"
1174
+ },
1175
+ {
1176
+ "name": "compass"
1177
+ },
1178
+ {
1179
+ "name": "credit-card"
1180
+ },
1181
+ {
1182
+ "name": "dash"
1183
+ },
1184
+ {
1185
+ "name": "dollar-bill"
1186
+ },
1187
+ {
1188
+ "name": "dollar-sign"
1189
+ },
1190
+ {
1191
+ "name": "download"
1192
+ },
1193
+ {
1194
+ "name": "drag"
1195
+ },
1196
+ {
1197
+ "name": "dumbbells"
1198
+ },
1199
+ {
1200
+ "name": "duplicate"
1201
+ },
1202
+ {
1203
+ "name": "edit"
1204
+ },
1205
+ {
1206
+ "name": "expand"
1207
+ },
1208
+ {
1209
+ "name": "eye"
1210
+ },
1211
+ {
1212
+ "name": "eye-closed"
1213
+ },
1214
+ {
1215
+ "name": "eye-droper"
1216
+ },
1217
+ {
1218
+ "name": "file"
1219
+ },
1220
+ {
1221
+ "name": "flag"
1222
+ },
1223
+ {
1224
+ "name": "folder"
1225
+ },
1226
+ {
1227
+ "name": "gear"
1228
+ },
1229
+ {
1230
+ "name": "gift"
1231
+ },
1232
+ {
1233
+ "name": "globe"
1234
+ },
1235
+ {
1236
+ "name": "graph"
1237
+ },
1238
+ {
1239
+ "name": "graph-bar"
1240
+ },
1241
+ {
1242
+ "name": "grid"
1243
+ },
1244
+ {
1245
+ "name": "heart"
1246
+ },
1247
+ {
1248
+ "name": "home"
1249
+ },
1250
+ {
1251
+ "name": "image"
1252
+ },
1253
+ {
1254
+ "name": "info"
1255
+ },
1256
+ {
1257
+ "name": "kebab-horizontal"
1258
+ },
1259
+ {
1260
+ "name": "kebab-vertical"
1261
+ },
1262
+ {
1263
+ "name": "key"
1264
+ },
1265
+ {
1266
+ "name": "law"
1267
+ },
1268
+ {
1269
+ "name": "layers"
1270
+ },
1271
+ {
1272
+ "name": "left-align"
1273
+ },
1274
+ {
1275
+ "name": "light-bulb"
1276
+ },
1277
+ {
1278
+ "name": "line"
1279
+ },
1280
+ {
1281
+ "name": "link"
1282
+ },
1283
+ {
1284
+ "name": "link-external"
1285
+ },
1286
+ {
1287
+ "name": "list-ordered"
1288
+ },
1289
+ {
1290
+ "name": "list-unordered"
1291
+ },
1292
+ {
1293
+ "name": "loader"
1294
+ },
1295
+ {
1296
+ "name": "location"
1297
+ },
1298
+ {
1299
+ "name": "lock"
1300
+ },
1301
+ {
1302
+ "name": "mail"
1303
+ },
1304
+ {
1305
+ "name": "mail-check"
1306
+ },
1307
+ {
1308
+ "name": "mail-closed"
1309
+ },
1310
+ {
1311
+ "name": "mail-minus"
1312
+ },
1313
+ {
1314
+ "name": "mail-plus"
1315
+ },
1316
+ {
1317
+ "name": "mail-x"
1318
+ },
1319
+ {
1320
+ "name": "map"
1321
+ },
1322
+ {
1323
+ "name": "megaphone"
1324
+ },
1325
+ {
1326
+ "name": "minus-circle"
1327
+ },
1328
+ {
1329
+ "name": "moon"
1330
+ },
1331
+ {
1332
+ "name": "navigation"
1333
+ },
1334
+ {
1335
+ "name": "organization"
1336
+ },
1337
+ {
1338
+ "name": "package"
1339
+ },
1340
+ {
1341
+ "name": "paperclip"
1342
+ },
1343
+ {
1344
+ "name": "pencil"
1345
+ },
1346
+ {
1347
+ "name": "people"
1348
+ },
1349
+ {
1350
+ "name": "percent"
1351
+ },
1352
+ {
1353
+ "name": "person"
1354
+ },
1355
+ {
1356
+ "name": "person-add"
1357
+ },
1358
+ {
1359
+ "name": "person-circle"
1360
+ },
1361
+ {
1362
+ "name": "phone"
1363
+ },
1364
+ {
1365
+ "name": "phone-minus"
1366
+ },
1367
+ {
1368
+ "name": "phone-pause"
1369
+ },
1370
+ {
1371
+ "name": "phone-plus"
1372
+ },
1373
+ {
1374
+ "name": "phone-slash"
1375
+ },
1376
+ {
1377
+ "name": "phone-x"
1378
+ },
1379
+ {
1380
+ "name": "pie-chart"
1381
+ },
1382
+ {
1383
+ "name": "pin"
1384
+ },
1385
+ {
1386
+ "name": "pin-circle"
1387
+ },
1388
+ {
1389
+ "name": "pin-circle-filled"
1390
+ },
1391
+ {
1392
+ "name": "pin-filled"
1393
+ },
1394
+ {
1395
+ "name": "play"
1396
+ },
1397
+ {
1398
+ "name": "plus"
1399
+ },
1400
+ {
1401
+ "name": "plus-circle"
1402
+ },
1403
+ {
1404
+ "name": "printer"
1405
+ },
1406
+ {
1407
+ "name": "question"
1408
+ },
1409
+ {
1410
+ "name": "refresh-cw"
1411
+ },
1412
+ {
1413
+ "name": "repeat"
1414
+ },
1415
+ {
1416
+ "name": "right-align"
1417
+ },
1418
+ {
1419
+ "name": "rocket"
1420
+ },
1421
+ {
1422
+ "name": "rotate-ccw"
1423
+ },
1424
+ {
1425
+ "name": "rotate-cw"
1426
+ },
1427
+ {
1428
+ "name": "save"
1429
+ },
1430
+ {
1431
+ "name": "search"
1432
+ },
1433
+ {
1434
+ "name": "share"
1435
+ },
1436
+ {
1437
+ "name": "shopping-bag"
1438
+ },
1439
+ {
1440
+ "name": "shopping-cart"
1441
+ },
1442
+ {
1443
+ "name": "sign-in"
1444
+ },
1445
+ {
1446
+ "name": "sign-out"
1447
+ },
1448
+ {
1449
+ "name": "signature"
1450
+ },
1451
+ {
1452
+ "name": "sliders-h"
1453
+ },
1454
+ {
1455
+ "name": "sliders-v"
1456
+ },
1457
+ {
1458
+ "name": "sort"
1459
+ },
1460
+ {
1461
+ "name": "star"
1462
+ },
1463
+ {
1464
+ "name": "star-fill"
1465
+ },
1466
+ {
1467
+ "name": "star-half-fill"
1468
+ },
1469
+ {
1470
+ "name": "sun"
1471
+ },
1472
+ {
1473
+ "name": "tag"
1474
+ },
1475
+ {
1476
+ "name": "three-bars"
1477
+ },
1478
+ {
1479
+ "name": "time-reverse"
1480
+ },
1481
+ {
1482
+ "name": "tools"
1483
+ },
1484
+ {
1485
+ "name": "trashcan"
1486
+ },
1487
+ {
1488
+ "name": "triangle-down"
1489
+ },
1490
+ {
1491
+ "name": "triangle-left"
1492
+ },
1493
+ {
1494
+ "name": "triangle-right"
1495
+ },
1496
+ {
1497
+ "name": "triangle-up"
1498
+ },
1499
+ {
1500
+ "name": "trophy"
1501
+ },
1502
+ {
1503
+ "name": "unlock"
1504
+ },
1505
+ {
1506
+ "name": "upload"
1507
+ },
1508
+ {
1509
+ "name": "video-camera"
1510
+ },
1511
+ {
1512
+ "name": "x"
1513
+ },
1514
+ {
1515
+ "name": "x-circle"
1516
+ },
1517
+ {
1518
+ "name": "x-circle-fill"
1519
+ },
1520
+ {
1521
+ "name": "zoom-in"
1522
+ },
1523
+ {
1524
+ "name": "zoom-out"
1525
+ }
1526
+ ]
1527
+ },
1528
+ {
1529
+ "name": "small-stat-variant",
1530
+ "description": "set a variant that changes the color of the small stat based on the following rules:\n \n If trend is positive and greater than 0.5% color is green and up-right arrow is used \n\n If the trend is between -0.5% and 0.5% then its neutral the color is gray\n\n If the trend is negative less than -0.5% the color is red and down right arrow is used",
1531
+ "values": [
1532
+ {
1533
+ "name": "negative"
1534
+ },
1535
+ {
1536
+ "name": "neutral"
1537
+ },
1538
+ {
1539
+ "name": "positive"
1540
+ }
1541
+ ]
1542
+ },
1543
+ {
1544
+ "name": "stat",
1545
+ "description": "Detail, stat, or value to be displayed.\nWill be rendered when card is larger than 441px.\nWill also appear in the tooltip when shortStat\nis shown."
1546
+ },
1547
+ {
1548
+ "name": "tooltip-text-small-stat",
1549
+ "description": "An optional field for tooltip text of small stat"
1550
+ },
1551
+ {
1552
+ "name": "tooltip-text-stat",
1553
+ "description": "An optional field for tooltip text of stat"
1554
+ },
1555
+ {
1556
+ "name": "variant",
1557
+ "description": "Color variant. Used to set the icon\ncolor and background.",
1558
+ "values": [
1559
+ {
1560
+ "name": "primary"
1561
+ },
1562
+ {
1563
+ "name": "secondary"
1564
+ }
1565
+ ]
1566
+ }
1567
+ ]
1568
+ },
1569
+ {
1570
+ "name": "xpl-divider",
1571
+ "description": {
1572
+ "kind": "markdown",
1573
+ "value": ""
1574
+ },
1575
+ "attributes": [
1576
+ {
1577
+ "name": "tier",
1578
+ "description": "The tier should be an integer between 0 and 3.\nTier 0 dividers do not display text, and 1-3 increase\nin size with each increasing tier."
1579
+ }
1580
+ ]
1581
+ },
1582
+ {
1583
+ "name": "xpl-dropdown",
1584
+ "description": {
1585
+ "kind": "markdown",
1586
+ "value": ""
1587
+ },
1588
+ "attributes": [
1589
+ {
1590
+ "name": "anchor-to-trigger",
1591
+ "description": "whether to anchor the dropdown to the trigger element, requires triggerId to be set"
1592
+ },
1593
+ {
1594
+ "name": "close-on-select",
1595
+ "description": "options that are listed"
1596
+ },
1597
+ {
1598
+ "name": "open",
1599
+ "description": "text to display as heading"
1600
+ },
1601
+ {
1602
+ "name": "mode",
1603
+ "description": "constant representing number of options that can be selected",
1604
+ "values": [
1605
+ {
1606
+ "name": "multi"
1607
+ },
1608
+ {
1609
+ "name": "single"
1610
+ }
1611
+ ]
1612
+ },
1613
+ {
1614
+ "name": "select-on-focus",
1615
+ "description": "whether selection should be made when focusing on interactive element"
1616
+ },
1617
+ {
1618
+ "name": "selected-values",
1619
+ "description": "The currently selected value(s) in the dropdown."
1620
+ },
1621
+ {
1622
+ "name": "trigger-id",
1623
+ "description": "the id for the element that triggers the open state"
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "name": "xpl-dropdown-group",
1629
+ "description": {
1630
+ "kind": "markdown",
1631
+ "value": ""
1632
+ },
1633
+ "attributes": [
1634
+ {
1635
+ "name": "label",
1636
+ "description": "text to display as heading"
1637
+ }
1638
+ ]
1639
+ },
1640
+ {
1641
+ "name": "xpl-dropdown-heading",
1642
+ "description": {
1643
+ "kind": "markdown",
1644
+ "value": ""
1645
+ },
1646
+ "attributes": [
1647
+ {
1648
+ "name": "label",
1649
+ "description": "text to display as heading"
1650
+ }
1651
+ ]
1652
+ },
1653
+ {
1654
+ "name": "xpl-dropdown-option",
1655
+ "description": {
1656
+ "kind": "markdown",
1657
+ "value": ""
1658
+ },
1659
+ "attributes": [
1660
+ {
1661
+ "name": "disabled",
1662
+ "description": "whether option is disabled"
1663
+ },
1664
+ {
1665
+ "name": "selected",
1666
+ "description": "whether option is selected"
1667
+ },
1668
+ {
1669
+ "name": "label",
1670
+ "description": "text to display for option"
1671
+ },
1672
+ {
1673
+ "name": "subtitle",
1674
+ "description": "optional subtitle text to display below label"
1675
+ },
1676
+ {
1677
+ "name": "value",
1678
+ "description": "The selected options value to be submitted with the form, should this option be selected."
1679
+ }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "name": "xpl-dynamic-table",
1684
+ "description": {
1685
+ "kind": "markdown",
1686
+ "value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
1687
+ },
1688
+ "attributes": []
1689
+ },
1690
+ {
1691
+ "name": "xpl-dynamic-table-cell",
1692
+ "description": {
1693
+ "kind": "markdown",
1694
+ "value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
1695
+ },
1696
+ "attributes": [
1697
+ {
1698
+ "name": "disabled",
1699
+ "description": "Whether the cell and its contents are disabled."
1700
+ }
1701
+ ]
1702
+ },
1703
+ {
1704
+ "name": "xpl-dynamic-table-row",
1705
+ "description": {
1706
+ "kind": "markdown",
1707
+ "value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
1708
+ },
1709
+ "attributes": [
1710
+ {
1711
+ "name": "disabled",
1712
+ "description": "Whether the row and its cells are disabled."
1713
+ },
1714
+ {
1715
+ "name": "selected",
1716
+ "description": "Whether the row is selected."
1717
+ }
1718
+ ]
1719
+ },
1720
+ {
1721
+ "name": "xpl-grid",
1722
+ "description": {
1723
+ "kind": "markdown",
1724
+ "value": ""
1725
+ },
1726
+ "attributes": []
1727
+ },
1728
+ {
1729
+ "name": "xpl-grid-item",
1730
+ "description": {
1731
+ "kind": "markdown",
1732
+ "value": ""
1733
+ },
1734
+ "attributes": [
1735
+ {
1736
+ "name": "lg",
1737
+ "description": "The number of columns the element should span out of a 6 column grid on a\n lg size screen"
1738
+ },
1739
+ {
1740
+ "name": "md",
1741
+ "description": "The number of columns the element should span out of a 6 column grid on a\n md size screen"
1742
+ },
1743
+ {
1744
+ "name": "sm",
1745
+ "description": "The number of columns the element should span out of a 6 column grid on a\n sm size screen"
1746
+ },
1747
+ {
1748
+ "name": "xs",
1749
+ "description": "The number of columns the element should span out of a 6 column grid on a\n xs size screen"
1750
+ }
1751
+ ]
1752
+ },
1753
+ {
1754
+ "name": "xpl-header-accordion",
1755
+ "description": {
1756
+ "kind": "markdown",
1757
+ "value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
1758
+ },
1759
+ "attributes": [
1760
+ {
1761
+ "name": "content-id",
1762
+ "description": "The id of the content region controlled by the accordion."
1763
+ },
1764
+ {
1765
+ "name": "disabled",
1766
+ "description": "Whether the accordion is disabled."
1767
+ },
1768
+ {
1769
+ "name": "has-checkbox",
1770
+ "description": "Whether to display a parent checkbox in the accordion header."
1771
+ },
1772
+ {
1773
+ "name": "initial-expanded",
1774
+ "description": "Whether the accordion is expanded initially."
1775
+ },
1776
+ {
1777
+ "name": "selected-count",
1778
+ "description": "The number of selected child items, or -1 to auto-calculate."
1779
+ }
1780
+ ]
1781
+ },
1782
+ {
1783
+ "name": "xpl-icon",
1784
+ "description": {
1785
+ "kind": "markdown",
1786
+ "value": ""
1787
+ },
1788
+ "attributes": [
1789
+ {
1790
+ "name": "background-color",
1791
+ "description": "Icon's background color."
1792
+ },
1793
+ {
1794
+ "name": "icon",
1795
+ "description": "Name of icon",
1796
+ "values": [
1797
+ {
1798
+ "name": "ai"
1799
+ },
1800
+ {
1801
+ "name": "alarm-clock"
1802
+ },
1803
+ {
1804
+ "name": "alert-circle"
1805
+ },
1806
+ {
1807
+ "name": "alert-hex"
1808
+ },
1809
+ {
1810
+ "name": "alert-triangle"
1811
+ },
1812
+ {
1813
+ "name": "apps"
1814
+ },
1815
+ {
1816
+ "name": "archive"
1817
+ },
1818
+ {
1819
+ "name": "arrow-down"
1820
+ },
1821
+ {
1822
+ "name": "arrow-down-right"
1823
+ },
1824
+ {
1825
+ "name": "arrow-left"
1826
+ },
1827
+ {
1828
+ "name": "arrow-right"
1829
+ },
1830
+ {
1831
+ "name": "arrow-up"
1832
+ },
1833
+ {
1834
+ "name": "arrow-up-right"
1835
+ },
1836
+ {
1837
+ "name": "award"
1838
+ },
1839
+ {
1840
+ "name": "bell"
1841
+ },
1842
+ {
1843
+ "name": "bell-slash"
1844
+ },
1845
+ {
1846
+ "name": "bookmark"
1847
+ },
1848
+ {
1849
+ "name": "bookmark-slash"
1850
+ },
1851
+ {
1852
+ "name": "briefcase"
1853
+ },
1854
+ {
1855
+ "name": "calendar"
1856
+ },
1857
+ {
1858
+ "name": "calendar-month"
1859
+ },
1860
+ {
1861
+ "name": "calendar-week"
1862
+ },
1863
+ {
1864
+ "name": "camera"
1865
+ },
1866
+ {
1867
+ "name": "cash-register"
1868
+ },
1869
+ {
1870
+ "name": "check"
1871
+ },
1872
+ {
1873
+ "name": "check-circle"
1874
+ },
1875
+ {
1876
+ "name": "check-circle-fill"
1877
+ },
1878
+ {
1879
+ "name": "chevron-down"
1880
+ },
1881
+ {
1882
+ "name": "chevron-left"
1883
+ },
1884
+ {
1885
+ "name": "chevron-right"
1886
+ },
1887
+ {
1888
+ "name": "chevron-up"
1889
+ },
1890
+ {
1891
+ "name": "chevrons-down"
1892
+ },
1893
+ {
1894
+ "name": "chevrons-left"
1895
+ },
1896
+ {
1897
+ "name": "chevrons-right"
1898
+ },
1899
+ {
1900
+ "name": "chevrons-up"
1901
+ },
1902
+ {
1903
+ "name": "circle-slash"
1904
+ },
1905
+ {
1906
+ "name": "clipboard"
1907
+ },
1908
+ {
1909
+ "name": "clock"
1910
+ },
1911
+ {
1912
+ "name": "code-square"
1913
+ },
1914
+ {
1915
+ "name": "comment"
1916
+ },
1917
+ {
1918
+ "name": "comment-alt"
1919
+ },
1920
+ {
1921
+ "name": "comment-check"
1922
+ },
1923
+ {
1924
+ "name": "comment-closed"
1925
+ },
1926
+ {
1927
+ "name": "comment-discussion"
1928
+ },
1929
+ {
1930
+ "name": "comment-minus"
1931
+ },
1932
+ {
1933
+ "name": "comment-plus"
1934
+ },
1935
+ {
1936
+ "name": "comment-x"
1937
+ },
1938
+ {
1939
+ "name": "compass"
1940
+ },
1941
+ {
1942
+ "name": "credit-card"
1943
+ },
1944
+ {
1945
+ "name": "dash"
1946
+ },
1947
+ {
1948
+ "name": "dollar-bill"
1949
+ },
1950
+ {
1951
+ "name": "dollar-sign"
1952
+ },
1953
+ {
1954
+ "name": "download"
1955
+ },
1956
+ {
1957
+ "name": "drag"
1958
+ },
1959
+ {
1960
+ "name": "dumbbells"
1961
+ },
1962
+ {
1963
+ "name": "duplicate"
1964
+ },
1965
+ {
1966
+ "name": "edit"
1967
+ },
1968
+ {
1969
+ "name": "expand"
1970
+ },
1971
+ {
1972
+ "name": "eye"
1973
+ },
1974
+ {
1975
+ "name": "eye-closed"
1976
+ },
1977
+ {
1978
+ "name": "eye-droper"
1979
+ },
1980
+ {
1981
+ "name": "file"
1982
+ },
1983
+ {
1984
+ "name": "flag"
1985
+ },
1986
+ {
1987
+ "name": "folder"
1988
+ },
1989
+ {
1990
+ "name": "gear"
1991
+ },
1992
+ {
1993
+ "name": "gift"
1994
+ },
1995
+ {
1996
+ "name": "globe"
1997
+ },
1998
+ {
1999
+ "name": "graph"
2000
+ },
2001
+ {
2002
+ "name": "graph-bar"
2003
+ },
2004
+ {
2005
+ "name": "grid"
2006
+ },
2007
+ {
2008
+ "name": "heart"
2009
+ },
2010
+ {
2011
+ "name": "home"
2012
+ },
2013
+ {
2014
+ "name": "image"
2015
+ },
2016
+ {
2017
+ "name": "info"
2018
+ },
2019
+ {
2020
+ "name": "kebab-horizontal"
2021
+ },
2022
+ {
2023
+ "name": "kebab-vertical"
2024
+ },
2025
+ {
2026
+ "name": "key"
2027
+ },
2028
+ {
2029
+ "name": "law"
2030
+ },
2031
+ {
2032
+ "name": "layers"
2033
+ },
2034
+ {
2035
+ "name": "left-align"
2036
+ },
2037
+ {
2038
+ "name": "light-bulb"
2039
+ },
2040
+ {
2041
+ "name": "line"
2042
+ },
2043
+ {
2044
+ "name": "link"
2045
+ },
2046
+ {
2047
+ "name": "link-external"
2048
+ },
2049
+ {
2050
+ "name": "list-ordered"
2051
+ },
2052
+ {
2053
+ "name": "list-unordered"
2054
+ },
2055
+ {
2056
+ "name": "loader"
2057
+ },
2058
+ {
2059
+ "name": "location"
2060
+ },
2061
+ {
2062
+ "name": "lock"
2063
+ },
2064
+ {
2065
+ "name": "mail"
2066
+ },
2067
+ {
2068
+ "name": "mail-check"
2069
+ },
2070
+ {
2071
+ "name": "mail-closed"
2072
+ },
2073
+ {
2074
+ "name": "mail-minus"
2075
+ },
2076
+ {
2077
+ "name": "mail-plus"
2078
+ },
2079
+ {
2080
+ "name": "mail-x"
2081
+ },
2082
+ {
2083
+ "name": "map"
2084
+ },
2085
+ {
2086
+ "name": "megaphone"
2087
+ },
2088
+ {
2089
+ "name": "minus-circle"
2090
+ },
2091
+ {
2092
+ "name": "moon"
2093
+ },
2094
+ {
2095
+ "name": "navigation"
2096
+ },
2097
+ {
2098
+ "name": "organization"
2099
+ },
2100
+ {
2101
+ "name": "package"
2102
+ },
2103
+ {
2104
+ "name": "paperclip"
2105
+ },
2106
+ {
2107
+ "name": "pencil"
2108
+ },
2109
+ {
2110
+ "name": "people"
2111
+ },
2112
+ {
2113
+ "name": "percent"
2114
+ },
2115
+ {
2116
+ "name": "person"
2117
+ },
2118
+ {
2119
+ "name": "person-add"
2120
+ },
2121
+ {
2122
+ "name": "person-circle"
2123
+ },
2124
+ {
2125
+ "name": "phone"
2126
+ },
2127
+ {
2128
+ "name": "phone-minus"
2129
+ },
2130
+ {
2131
+ "name": "phone-pause"
2132
+ },
2133
+ {
2134
+ "name": "phone-plus"
2135
+ },
2136
+ {
2137
+ "name": "phone-slash"
2138
+ },
2139
+ {
2140
+ "name": "phone-x"
2141
+ },
2142
+ {
2143
+ "name": "pie-chart"
2144
+ },
2145
+ {
2146
+ "name": "pin"
2147
+ },
2148
+ {
2149
+ "name": "pin-circle"
2150
+ },
2151
+ {
2152
+ "name": "pin-circle-filled"
2153
+ },
2154
+ {
2155
+ "name": "pin-filled"
2156
+ },
2157
+ {
2158
+ "name": "play"
2159
+ },
2160
+ {
2161
+ "name": "plus"
2162
+ },
2163
+ {
2164
+ "name": "plus-circle"
2165
+ },
2166
+ {
2167
+ "name": "printer"
2168
+ },
2169
+ {
2170
+ "name": "question"
2171
+ },
2172
+ {
2173
+ "name": "refresh-cw"
2174
+ },
2175
+ {
2176
+ "name": "repeat"
2177
+ },
2178
+ {
2179
+ "name": "right-align"
2180
+ },
2181
+ {
2182
+ "name": "rocket"
2183
+ },
2184
+ {
2185
+ "name": "rotate-ccw"
2186
+ },
2187
+ {
2188
+ "name": "rotate-cw"
2189
+ },
2190
+ {
2191
+ "name": "save"
2192
+ },
2193
+ {
2194
+ "name": "search"
2195
+ },
2196
+ {
2197
+ "name": "share"
2198
+ },
2199
+ {
2200
+ "name": "shopping-bag"
2201
+ },
2202
+ {
2203
+ "name": "shopping-cart"
2204
+ },
2205
+ {
2206
+ "name": "sign-in"
2207
+ },
2208
+ {
2209
+ "name": "sign-out"
2210
+ },
2211
+ {
2212
+ "name": "signature"
2213
+ },
2214
+ {
2215
+ "name": "sliders-h"
2216
+ },
2217
+ {
2218
+ "name": "sliders-v"
2219
+ },
2220
+ {
2221
+ "name": "sort"
2222
+ },
2223
+ {
2224
+ "name": "star"
2225
+ },
2226
+ {
2227
+ "name": "star-fill"
2228
+ },
2229
+ {
2230
+ "name": "star-half-fill"
2231
+ },
2232
+ {
2233
+ "name": "sun"
2234
+ },
2235
+ {
2236
+ "name": "tag"
2237
+ },
2238
+ {
2239
+ "name": "three-bars"
2240
+ },
2241
+ {
2242
+ "name": "time-reverse"
2243
+ },
2244
+ {
2245
+ "name": "tools"
2246
+ },
2247
+ {
2248
+ "name": "trashcan"
2249
+ },
2250
+ {
2251
+ "name": "triangle-down"
2252
+ },
2253
+ {
2254
+ "name": "triangle-left"
2255
+ },
2256
+ {
2257
+ "name": "triangle-right"
2258
+ },
2259
+ {
2260
+ "name": "triangle-up"
2261
+ },
2262
+ {
2263
+ "name": "trophy"
2264
+ },
2265
+ {
2266
+ "name": "unlock"
2267
+ },
2268
+ {
2269
+ "name": "upload"
2270
+ },
2271
+ {
2272
+ "name": "video-camera"
2273
+ },
2274
+ {
2275
+ "name": "x"
2276
+ },
2277
+ {
2278
+ "name": "x-circle"
2279
+ },
2280
+ {
2281
+ "name": "x-circle-fill"
2282
+ },
2283
+ {
2284
+ "name": "zoom-in"
2285
+ },
2286
+ {
2287
+ "name": "zoom-out"
2288
+ }
2289
+ ]
2290
+ },
2291
+ {
2292
+ "name": "size",
2293
+ "description": "Size of icon"
2294
+ }
2295
+ ]
2296
+ },
2297
+ {
2298
+ "name": "xpl-input",
2299
+ "description": {
2300
+ "kind": "markdown",
2301
+ "value": ""
2302
+ },
2303
+ "attributes": [
2304
+ {
2305
+ "name": "_id",
2306
+ "description": "Because `id` is a reserved HTMLElement attribute,\nwe prefix it with an underscore here so that it\ndoesn't get automatically applied to the outer container.\n\nApplies to all input types."
2307
+ },
2308
+ {
2309
+ "name": "accept",
2310
+ "description": "The accepted file types for the file input.\nCorresponds to the `accept` attribute on the input element.\nExample: 'image/*' for all image types, '.pdf' for PDF files, etc.\n\nApplies to file inputs."
2311
+ },
2312
+ {
2313
+ "name": "allow-custom-option",
2314
+ "description": "For time inputs, whether to allow custom option in the input even if not available in the dropdown.\nExample: A step of 30 minutes will allow 15:03, 15:37, etc.\n\nApplies to time inputs."
2315
+ },
2316
+ {
2317
+ "name": "autocomplete",
2318
+ "description": "Hint for form autofill feature\n\nApplies to text, password, number."
2319
+ },
2320
+ {
2321
+ "name": "date-format",
2322
+ "description": "The date format to use for the datepicker input.\nThis is used by flatpickr to format the date.\nDefault is 'Y-m-d' (e.g., 2023-10-01).\n\nSee https://flatpickr.js.org/formatting/ for more details.\n\nApplies to date inputs."
2323
+ },
2324
+ {
2325
+ "name": "description",
2326
+ "description": "Optional text that appears below the input label.\n\nApplies to all input types."
2327
+ },
2328
+ {
2329
+ "name": "disabled",
2330
+ "description": "Whether the field is disabled\n\nApplies to all input types."
2331
+ },
2332
+ {
2333
+ "name": "error",
2334
+ "description": "If an empty string (attribute present with no value),\nwill display visually as an error. If a string is\nincluded, will display visually as an error and include\nthe value as an error message.\n\nApplies to all input types."
2335
+ },
2336
+ {
2337
+ "name": "hide-accept-text",
2338
+ "description": "Hides the \"Accept\" text that indicates the accepted file types\nThis is useful for cases where you want to hide the \"Accept\" text.\n\nApplies to file inputs."
2339
+ },
2340
+ {
2341
+ "name": "hide-eye-dropper",
2342
+ "description": "Hide eye dropper\n\nApplies to color inputs."
2343
+ },
2344
+ {
2345
+ "name": "hide-file-names",
2346
+ "description": "Hides the file names in the file upload component\nThis is useful for cases where you want to hide the file names after selection.\n\nApplies to file inputs."
2347
+ },
2348
+ {
2349
+ "name": "hide-trigger-on-select",
2350
+ "description": "Hides the trigger element when a file is selected.\nThis is useful for cases where you want to hide the trigger after a file is selected.\n\nApplies to file inputs."
2351
+ },
2352
+ {
2353
+ "name": "label",
2354
+ "description": "Label text for the field\n\nApplies to all input types."
2355
+ },
2356
+ {
2357
+ "name": "max",
2358
+ "description": "Maximum value for the input.\n\nApplies to number, time, and date inputs.\n\nIf the input is a time input, the value must be in 24 hour format, ex: 18:25 for 6:25 PM"
2359
+ },
2360
+ {
2361
+ "name": "max-character-count",
2362
+ "description": "For multiline inputs, a max. character count will\ndisplay along with the current character count,\nand will automatically render as an error if the\ncharacter count exceeds the max.\n\nThis is only applicable if `multiline` is `true`."
2363
+ },
2364
+ {
2365
+ "name": "min",
2366
+ "description": "The minimum value for the input.\n\nApplies to number, time, and date inputs.\n\nIf the input is a time input, the value must be in 24 hour format, ex: 05:25 for 5:25 AM"
2367
+ },
2368
+ {
2369
+ "name": "mode",
2370
+ "description": "For datepicker inputs, whether to allow only a single\ndate or a range of dates. (Multiple non-consecutive\ndates planned to be supported in the future.)\n\nApplies to date inputs.",
2371
+ "values": [
2372
+ {
2373
+ "name": "range"
2374
+ },
2375
+ {
2376
+ "name": "single"
2377
+ }
2378
+ ]
2379
+ },
2380
+ {
2381
+ "name": "multiline",
2382
+ "description": "Whether to render as a singleline text input or\nas a multiline textarea. (If `true`, `pre` and `post`\nvalues will be ignored, if present.)\n\nApplies to text inputs."
2383
+ },
2384
+ {
2385
+ "name": "multiple",
2386
+ "description": "Whether the user can select multiple files at once.\nCorresponds to the `multiple` attribute on the input element.\n\nApplies to file inputs."
2387
+ },
2388
+ {
2389
+ "name": "name",
2390
+ "description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
2391
+ },
2392
+ {
2393
+ "name": "placeholder",
2394
+ "description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
2395
+ },
2396
+ {
2397
+ "name": "post",
2398
+ "description": "A string (recommended max 3 characters) that gets shown\nvisually to the left of (before) the input.\n\nApplies to text, password, number, and date inputs.\nNote: This will be ignored if `multiline` is `true`."
2399
+ },
2400
+ {
2401
+ "name": "pre",
2402
+ "description": "A string (recommended max 8 characters) that gets shown\nvisually to the right of (after) the input.\n\nApplies to text, password, number, and date inputs.\nNote: This will be ignored if `multiline` is `true`."
2403
+ },
2404
+ {
2405
+ "name": "readonly",
2406
+ "description": "Whether the input is editable\n\nApplies to text, password, number, and date inputs."
2407
+ },
2408
+ {
2409
+ "name": "required",
2410
+ "description": "Whether the input is required\n\nApplies to all input types."
2411
+ },
2412
+ {
2413
+ "name": "step",
2414
+ "description": "The granularity that the value in a `number` input must adhere to when\nincrementing or decrementing. The default stepping value for number\ninputs is 1\n\nApplies to number and time inputs."
2415
+ },
2416
+ {
2417
+ "name": "time-format",
2418
+ "description": "The time format to display for the input.\n\nApplies to time inputs.\n\nIf 12h is selected, the value will be displayed in 12 hour format, ex: 05:25 PM for 17:25\nIf 24h is selected, the value will be displayed in 24 hour format, ex: 17:25 for 17:25",
2419
+ "values": [
2420
+ {
2421
+ "name": "12h"
2422
+ },
2423
+ {
2424
+ "name": "24h"
2425
+ }
2426
+ ]
2427
+ },
2428
+ {
2429
+ "name": "type",
2430
+ "description": "The type of form control",
2431
+ "values": [
2432
+ {
2433
+ "name": "color"
2434
+ },
2435
+ {
2436
+ "name": "date"
2437
+ },
2438
+ {
2439
+ "name": "file"
2440
+ },
2441
+ {
2442
+ "name": "number"
2443
+ },
2444
+ {
2445
+ "name": "password"
2446
+ },
2447
+ {
2448
+ "name": "text"
2449
+ },
2450
+ {
2451
+ "name": "time"
2452
+ }
2453
+ ]
2454
+ },
2455
+ {
2456
+ "name": "value",
2457
+ "description": "Including a `value` will pre-populate the input\nwith the given string.\n\nApplies to text, password, number, and date inputs."
2458
+ }
2459
+ ]
2460
+ },
2461
+ {
2462
+ "name": "xpl-input-color",
2463
+ "description": {
2464
+ "kind": "markdown",
2465
+ "value": ""
2466
+ },
2467
+ "attributes": [
2468
+ {
2469
+ "name": "disabled",
2470
+ "description": "Indicates whether the color picker is disabled."
2471
+ },
2472
+ {
2473
+ "name": "hide-eye-dropper",
2474
+ "description": "Hide eye dropper"
2475
+ },
2476
+ {
2477
+ "name": "placeholder",
2478
+ "description": "Placeholder text for the color input.\nThis is used when no color is selected."
2479
+ },
2480
+ {
2481
+ "name": "required",
2482
+ "description": "Indicates whether the color picker is required."
2483
+ },
2484
+ {
2485
+ "name": "value",
2486
+ "description": "The color value of the picker."
2487
+ }
2488
+ ]
2489
+ },
2490
+ {
2491
+ "name": "xpl-input-date",
2492
+ "description": {
2493
+ "kind": "markdown",
2494
+ "value": ""
2495
+ },
2496
+ "attributes": [
2497
+ {
2498
+ "name": "date-format",
2499
+ "description": "The date format to use for the datepicker input.\nThis is used by flatpickr to format the date.\nDefault is 'Y-m-d' (e.g., 2023-10-01).\n\nSee https://flatpickr.js.org/formatting/ for more details."
2500
+ },
2501
+ {
2502
+ "name": "disabled",
2503
+ "description": "Whether the field is disabled"
2504
+ },
2505
+ {
2506
+ "name": "input-id",
2507
+ "description": "The `inputId` is used to associate the input with a label."
2508
+ },
2509
+ {
2510
+ "name": "max",
2511
+ "description": "Maximum value for the input."
2512
+ },
2513
+ {
2514
+ "name": "min",
2515
+ "description": "The minimum value for the input."
2516
+ },
2517
+ {
2518
+ "name": "mode",
2519
+ "description": "For datepicker inputs, whether to allow only a single\ndate or a range of dates. (Multiple non-consecutive\ndates planned to be supported in the future.)",
2520
+ "values": [
2521
+ {
2522
+ "name": "range"
2523
+ },
2524
+ {
2525
+ "name": "single"
2526
+ }
2527
+ ]
2528
+ },
2529
+ {
2530
+ "name": "name",
2531
+ "description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
2532
+ },
2533
+ {
2534
+ "name": "placeholder",
2535
+ "description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
2536
+ },
2537
+ {
2538
+ "name": "post",
2539
+ "description": "A string (recommended max 3 characters) that gets shown\nvisually to the left of (before) the input."
2540
+ },
2541
+ {
2542
+ "name": "pre",
2543
+ "description": "A string (recommended max 8 characters) that gets shown\nvisually to the right of (after) the input."
2544
+ },
2545
+ {
2546
+ "name": "readonly",
2547
+ "description": "Whether the input is editable"
2548
+ },
2549
+ {
2550
+ "name": "required",
2551
+ "description": "Whether the input is required"
2552
+ },
2553
+ {
2554
+ "name": "value",
2555
+ "description": "Including a `value` will pre-populate the input\nwith the given string."
2556
+ }
2557
+ ]
2558
+ },
2559
+ {
2560
+ "name": "xpl-input-file",
2561
+ "description": {
2562
+ "kind": "markdown",
2563
+ "value": "`xpl-input-file` is a component that allows users to upload files."
2564
+ },
2565
+ "attributes": [
2566
+ {
2567
+ "name": "_id",
2568
+ "description": "Because `id` is a reserved HTMLElement attribute,\nwe prefix it with an underscore here so that it\ndoesn't get automatically applied to the outer container."
2569
+ },
2570
+ {
2571
+ "name": "accept",
2572
+ "description": "The accepted file types for the file input.\nCorresponds to the `accept` attribute on the input element.\nExample: 'image/*' for all image types, '.pdf' for PDF files, etc."
2573
+ },
2574
+ {
2575
+ "name": "disabled",
2576
+ "description": "Whether the field is disabled"
2577
+ },
2578
+ {
2579
+ "name": "hide-accept-text",
2580
+ "description": "Hides the \"Accept\" text that indicates the accepted file types"
2581
+ },
2582
+ {
2583
+ "name": "hide-file-names",
2584
+ "description": "Hides the file names in the file upload component"
2585
+ },
2586
+ {
2587
+ "name": "hide-trigger-on-select",
2588
+ "description": "Hides the trigger element when a file is selected."
2589
+ },
2590
+ {
2591
+ "name": "multiple",
2592
+ "description": "Whether the user can select multiple files at once.\nCorresponds to the `multiple` attribute on the input element."
2593
+ },
2594
+ {
2595
+ "name": "name",
2596
+ "description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data."
2597
+ }
2598
+ ]
2599
+ },
2600
+ {
2601
+ "name": "xpl-input-time",
2602
+ "description": {
2603
+ "kind": "markdown",
2604
+ "value": ""
2605
+ },
2606
+ "attributes": [
2607
+ {
2608
+ "name": "allow-custom-option",
2609
+ "description": "For time inputs, whether to allow custom option in the input even if not available in the dropdown.\nExample: A step of 30 minutes will allow 15:03, 15:37, etc.\n\nApplies to time inputs."
2610
+ },
2611
+ {
2612
+ "name": "disabled",
2613
+ "description": "Whether the field is disabled"
2614
+ },
2615
+ {
2616
+ "name": "input-id",
2617
+ "description": "The `inputId` is used to associate the input with a label."
2618
+ },
2619
+ {
2620
+ "name": "max",
2621
+ "description": "Maximum value for the input."
2622
+ },
2623
+ {
2624
+ "name": "min",
2625
+ "description": "The minimum value for the input."
2626
+ },
2627
+ {
2628
+ "name": "mode",
2629
+ "description": "Whether the input is a single time or a range of times.\n\nCurrently, only single time is supported.",
2630
+ "values": [
2631
+ {
2632
+ "name": "range"
2633
+ },
2634
+ {
2635
+ "name": "single"
2636
+ }
2637
+ ]
2638
+ },
2639
+ {
2640
+ "name": "name",
2641
+ "description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
2642
+ },
2643
+ {
2644
+ "name": "placeholder",
2645
+ "description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
2646
+ },
2647
+ {
2648
+ "name": "readonly",
2649
+ "description": "Whether the input is editable"
2650
+ },
2651
+ {
2652
+ "name": "required",
2653
+ "description": "Whether the input is required"
2654
+ },
2655
+ {
2656
+ "name": "step",
2657
+ "description": "Time increment for dropdown options"
2658
+ },
2659
+ {
2660
+ "name": "time-format",
2661
+ "description": "The time format to display for the input.",
2662
+ "values": [
2663
+ {
2664
+ "name": "12h"
2665
+ },
2666
+ {
2667
+ "name": "24h"
2668
+ }
2669
+ ]
2670
+ },
2671
+ {
2672
+ "name": "value",
2673
+ "description": "Including a `value` will pre-populate the input\nwith the given string.\n\nMust be in 24 hour format, ex: 15:25 for 3:25 PM"
2674
+ }
2675
+ ]
2676
+ },
2677
+ {
2678
+ "name": "xpl-large-card",
2679
+ "description": {
2680
+ "kind": "markdown",
2681
+ "value": ""
2682
+ },
2683
+ "attributes": [
2684
+ {
2685
+ "name": "description",
2686
+ "description": "Description of the Card"
2687
+ },
2688
+ {
2689
+ "name": "link",
2690
+ "description": "Whether the card is a link or not"
2691
+ },
2692
+ {
2693
+ "name": "name",
2694
+ "description": "Name of the Card"
2695
+ }
2696
+ ]
2697
+ },
2698
+ {
2699
+ "name": "xpl-list",
2700
+ "description": {
2701
+ "kind": "markdown",
2702
+ "value": ""
2703
+ },
2704
+ "attributes": []
2705
+ },
2706
+ {
2707
+ "name": "xpl-main-nav",
2708
+ "description": {
2709
+ "kind": "markdown",
2710
+ "value": "The Main Nav component contains is split in 3 areas. The top area is where the branding goes. It's divided into 2 slots `logo` and `brand-name`.\nThe middle area is where the main navigation links go. It's a `<nav>` tag with a slot named `navigation`, where a `<ul slot=\"navigation\">` with `<xpl-nav-items>` should be rendered.\n\nThe bottom area is fixed to the bottom and should be used for actions. To render content within this area use the slot `footer` with a `<ul slot=\"footer\">` tag."
2711
+ },
2712
+ "attributes": [
2713
+ {
2714
+ "name": "width",
2715
+ "description": "",
2716
+ "values": [
2717
+ {
2718
+ "name": "default"
2719
+ },
2720
+ {
2721
+ "name": "md"
2722
+ },
2723
+ {
2724
+ "name": "sm"
2725
+ }
2726
+ ]
2727
+ }
2728
+ ]
2729
+ },
2730
+ {
2731
+ "name": "xpl-modal",
2732
+ "description": {
2733
+ "kind": "markdown",
2734
+ "value": ""
2735
+ },
2736
+ "attributes": [
2737
+ {
2738
+ "name": "is-open",
2739
+ "description": "Whether the modal is open."
2740
+ },
2741
+ {
2742
+ "name": "size",
2743
+ "description": "The size of the modal.",
2744
+ "values": [
2745
+ {
2746
+ "name": "large"
2747
+ },
2748
+ {
2749
+ "name": "medium"
2750
+ },
2751
+ {
2752
+ "name": "small"
2753
+ }
2754
+ ]
2755
+ },
2756
+ {
2757
+ "name": "variant",
2758
+ "description": "The visual variant of the modal.",
2759
+ "values": [
2760
+ {
2761
+ "name": "default"
2762
+ },
2763
+ {
2764
+ "name": "warning"
2765
+ }
2766
+ ]
2767
+ }
2768
+ ]
2769
+ },
2770
+ {
2771
+ "name": "xpl-nav-item",
2772
+ "description": {
2773
+ "kind": "markdown",
2774
+ "value": "This component should be used within sections of the `<xpl-main-nav>`. This component yields a slot named `link`, where a `<a>` tag should be used. Within the `<a>` tag, there are two slots, one named `icon`, where any svg can be placed. An an unnamed slot, where the link text should be placed."
2775
+ },
2776
+ "attributes": [
2777
+ {
2778
+ "name": "nav-control",
2779
+ "description": ""
2780
+ }
2781
+ ]
2782
+ },
2783
+ {
2784
+ "name": "xpl-pagination",
2785
+ "description": {
2786
+ "kind": "markdown",
2787
+ "value": "> **Note:** This component is in beta. Use with caution and expect updates before the full release."
2788
+ },
2789
+ "attributes": [
2790
+ {
2791
+ "name": "current-page",
2792
+ "description": "The current active page (1-based).\nMarked as mutable so we can update from inside this component."
2793
+ },
2794
+ {
2795
+ "name": "rows-per-page-options",
2796
+ "description": "The rows-per-page options offered in the dropdown."
2797
+ },
2798
+ {
2799
+ "name": "selected-rows-per-page",
2800
+ "description": "The currently selected rows-per-page."
2801
+ },
2802
+ {
2803
+ "name": "total-pages",
2804
+ "description": "Total number of pages."
2805
+ },
2806
+ {
2807
+ "name": "with-page-control",
2808
+ "description": "Whether to allow go to page navigation."
2809
+ }
2810
+ ]
2811
+ },
2812
+ {
2813
+ "name": "xpl-popover",
2814
+ "description": {
2815
+ "kind": "markdown",
2816
+ "value": ""
2817
+ },
2818
+ "attributes": [
2819
+ {
2820
+ "name": "disabled",
2821
+ "description": "Whether the popover is disabled or not."
2822
+ },
2823
+ {
2824
+ "name": "display",
2825
+ "description": "The display style of the popover, either as an arrow or a menu.\n- 'arrow': Displays an arrow pointing to the trigger element.\n- 'menu': Displays a menu-style popover without an arrow.",
2826
+ "values": [
2827
+ {
2828
+ "name": "arrow"
2829
+ },
2830
+ {
2831
+ "name": "menu"
2832
+ }
2833
+ ]
2834
+ },
2835
+ {
2836
+ "name": "is-open",
2837
+ "description": "Whether the popover is open by default or not."
2838
+ },
2839
+ {
2840
+ "name": "position",
2841
+ "description": "The position of the trigger element relative to the popover.",
2842
+ "values": [
2843
+ {
2844
+ "name": "bottom-end"
2845
+ },
2846
+ {
2847
+ "name": "bottom-left"
2848
+ },
2849
+ {
2850
+ "name": "bottom-middle"
2851
+ },
2852
+ {
2853
+ "name": "bottom-right"
2854
+ },
2855
+ {
2856
+ "name": "bottom-start"
2857
+ },
2858
+ {
2859
+ "name": "middle-left"
2860
+ },
2861
+ {
2862
+ "name": "middle-right"
2863
+ },
2864
+ {
2865
+ "name": "top-end"
2866
+ },
2867
+ {
2868
+ "name": "top-left"
2869
+ },
2870
+ {
2871
+ "name": "top-middle"
2872
+ },
2873
+ {
2874
+ "name": "top-right"
2875
+ },
2876
+ {
2877
+ "name": "top-start"
2878
+ }
2879
+ ]
2880
+ }
2881
+ ]
2882
+ },
2883
+ {
2884
+ "name": "xpl-progress",
2885
+ "description": {
2886
+ "kind": "markdown",
2887
+ "value": ""
2888
+ },
2889
+ "attributes": [
2890
+ {
2891
+ "name": "current-step",
2892
+ "description": "Current step, is the index of the current active step"
2893
+ }
2894
+ ]
2895
+ },
2896
+ {
2897
+ "name": "xpl-radio",
2898
+ "description": {
2899
+ "kind": "markdown",
2900
+ "value": ""
2901
+ },
2902
+ "attributes": [
2903
+ {
2904
+ "name": "checked",
2905
+ "description": "Whether the input is \"on\""
2906
+ },
2907
+ {
2908
+ "name": "description",
2909
+ "description": "Description text for the field"
2910
+ },
2911
+ {
2912
+ "name": "disabled",
2913
+ "description": "Whether the input is disabled"
2914
+ },
2915
+ {
2916
+ "name": "name",
2917
+ "description": "The name attribute for the html input.\n(submittted in form as name/value pair)"
2918
+ },
2919
+ {
2920
+ "name": "required",
2921
+ "description": "Whether the input is required"
2922
+ },
2923
+ {
2924
+ "name": "styled",
2925
+ "description": "Whether the input is contained in a box with a border and, in disabled\nstate, a background"
2926
+ },
2927
+ {
2928
+ "name": "value",
2929
+ "description": "The value attribute for the radio input.\n(submittted in form as name/value pair)"
2930
+ }
2931
+ ]
2932
+ },
2933
+ {
2934
+ "name": "xpl-secondary-nav",
2935
+ "description": {
2936
+ "kind": "markdown",
2937
+ "value": "The Secondary Nav component is a component that allows navigation within the content area. It yields one slot where a <ul> element with <xpl-nav-item> elements should be rendered."
2938
+ },
2939
+ "attributes": []
2940
+ },
2941
+ {
2942
+ "name": "xpl-select",
2943
+ "description": {
2944
+ "kind": "markdown",
2945
+ "value": ""
2946
+ },
2947
+ "attributes": [
2948
+ {
2949
+ "name": "class-names",
2950
+ "description": "The class name to apply to the select component."
2951
+ },
2952
+ {
2953
+ "name": "custom-display-value",
2954
+ "description": "If true, enables custom display value rendering via slot."
2955
+ },
2956
+ {
2957
+ "name": "description",
2958
+ "description": "Optional text that appears below the input label."
2959
+ },
2960
+ {
2961
+ "name": "disabled",
2962
+ "description": "Whether the field is disabled"
2963
+ },
2964
+ {
2965
+ "name": "error",
2966
+ "description": "If an empty string (attribute present with no value),\nwill display visually as an error. If a string is\nincluded, will display visually as an error and include\nthe value as an error message."
2967
+ },
2968
+ {
2969
+ "name": "label",
2970
+ "description": "The label that appears above the select dropdown"
2971
+ },
2972
+ {
2973
+ "name": "mode",
2974
+ "description": "Whether to allow a single choice or multiple choices.",
2975
+ "values": [
2976
+ {
2977
+ "name": "multi"
2978
+ },
2979
+ {
2980
+ "name": "single"
2981
+ }
2982
+ ]
2983
+ },
2984
+ {
2985
+ "name": "name",
2986
+ "description": "The name of the hidden input field that contains the selected option's value(s)"
2987
+ },
2988
+ {
2989
+ "name": "placeholder",
2990
+ "description": "Placeholder text that appears when the field has no value"
2991
+ },
2992
+ {
2993
+ "name": "select-icon",
2994
+ "description": "The icon to display in the select trigger button.",
2995
+ "values": [
2996
+ {
2997
+ "name": "ai"
2998
+ },
2999
+ {
3000
+ "name": "alarm-clock"
3001
+ },
3002
+ {
3003
+ "name": "alert-circle"
3004
+ },
3005
+ {
3006
+ "name": "alert-hex"
3007
+ },
3008
+ {
3009
+ "name": "alert-triangle"
3010
+ },
3011
+ {
3012
+ "name": "apps"
3013
+ },
3014
+ {
3015
+ "name": "archive"
3016
+ },
3017
+ {
3018
+ "name": "arrow-down"
3019
+ },
3020
+ {
3021
+ "name": "arrow-down-right"
3022
+ },
3023
+ {
3024
+ "name": "arrow-left"
3025
+ },
3026
+ {
3027
+ "name": "arrow-right"
3028
+ },
3029
+ {
3030
+ "name": "arrow-up"
3031
+ },
3032
+ {
3033
+ "name": "arrow-up-right"
3034
+ },
3035
+ {
3036
+ "name": "award"
3037
+ },
3038
+ {
3039
+ "name": "bell"
3040
+ },
3041
+ {
3042
+ "name": "bell-slash"
3043
+ },
3044
+ {
3045
+ "name": "bookmark"
3046
+ },
3047
+ {
3048
+ "name": "bookmark-slash"
3049
+ },
3050
+ {
3051
+ "name": "briefcase"
3052
+ },
3053
+ {
3054
+ "name": "calendar"
3055
+ },
3056
+ {
3057
+ "name": "calendar-month"
3058
+ },
3059
+ {
3060
+ "name": "calendar-week"
3061
+ },
3062
+ {
3063
+ "name": "camera"
3064
+ },
3065
+ {
3066
+ "name": "cash-register"
3067
+ },
3068
+ {
3069
+ "name": "check"
3070
+ },
3071
+ {
3072
+ "name": "check-circle"
3073
+ },
3074
+ {
3075
+ "name": "check-circle-fill"
3076
+ },
3077
+ {
3078
+ "name": "chevron-down"
3079
+ },
3080
+ {
3081
+ "name": "chevron-left"
3082
+ },
3083
+ {
3084
+ "name": "chevron-right"
3085
+ },
3086
+ {
3087
+ "name": "chevron-up"
3088
+ },
3089
+ {
3090
+ "name": "chevrons-down"
3091
+ },
3092
+ {
3093
+ "name": "chevrons-left"
3094
+ },
3095
+ {
3096
+ "name": "chevrons-right"
3097
+ },
3098
+ {
3099
+ "name": "chevrons-up"
3100
+ },
3101
+ {
3102
+ "name": "circle-slash"
3103
+ },
3104
+ {
3105
+ "name": "clipboard"
3106
+ },
3107
+ {
3108
+ "name": "clock"
3109
+ },
3110
+ {
3111
+ "name": "code-square"
3112
+ },
3113
+ {
3114
+ "name": "comment"
3115
+ },
3116
+ {
3117
+ "name": "comment-alt"
3118
+ },
3119
+ {
3120
+ "name": "comment-check"
3121
+ },
3122
+ {
3123
+ "name": "comment-closed"
3124
+ },
3125
+ {
3126
+ "name": "comment-discussion"
3127
+ },
3128
+ {
3129
+ "name": "comment-minus"
3130
+ },
3131
+ {
3132
+ "name": "comment-plus"
3133
+ },
3134
+ {
3135
+ "name": "comment-x"
3136
+ },
3137
+ {
3138
+ "name": "compass"
3139
+ },
3140
+ {
3141
+ "name": "credit-card"
3142
+ },
3143
+ {
3144
+ "name": "dash"
3145
+ },
3146
+ {
3147
+ "name": "dollar-bill"
3148
+ },
3149
+ {
3150
+ "name": "dollar-sign"
3151
+ },
3152
+ {
3153
+ "name": "download"
3154
+ },
3155
+ {
3156
+ "name": "drag"
3157
+ },
3158
+ {
3159
+ "name": "dumbbells"
3160
+ },
3161
+ {
3162
+ "name": "duplicate"
3163
+ },
3164
+ {
3165
+ "name": "edit"
3166
+ },
3167
+ {
3168
+ "name": "expand"
3169
+ },
3170
+ {
3171
+ "name": "eye"
3172
+ },
3173
+ {
3174
+ "name": "eye-closed"
3175
+ },
3176
+ {
3177
+ "name": "eye-droper"
3178
+ },
3179
+ {
3180
+ "name": "file"
3181
+ },
3182
+ {
3183
+ "name": "flag"
3184
+ },
3185
+ {
3186
+ "name": "folder"
3187
+ },
3188
+ {
3189
+ "name": "gear"
3190
+ },
3191
+ {
3192
+ "name": "gift"
3193
+ },
3194
+ {
3195
+ "name": "globe"
3196
+ },
3197
+ {
3198
+ "name": "graph"
3199
+ },
3200
+ {
3201
+ "name": "graph-bar"
3202
+ },
3203
+ {
3204
+ "name": "grid"
3205
+ },
3206
+ {
3207
+ "name": "heart"
3208
+ },
3209
+ {
3210
+ "name": "home"
3211
+ },
3212
+ {
3213
+ "name": "image"
3214
+ },
3215
+ {
3216
+ "name": "info"
3217
+ },
3218
+ {
3219
+ "name": "kebab-horizontal"
3220
+ },
3221
+ {
3222
+ "name": "kebab-vertical"
3223
+ },
3224
+ {
3225
+ "name": "key"
3226
+ },
3227
+ {
3228
+ "name": "law"
3229
+ },
3230
+ {
3231
+ "name": "layers"
3232
+ },
3233
+ {
3234
+ "name": "left-align"
3235
+ },
3236
+ {
3237
+ "name": "light-bulb"
3238
+ },
3239
+ {
3240
+ "name": "line"
3241
+ },
3242
+ {
3243
+ "name": "link"
3244
+ },
3245
+ {
3246
+ "name": "link-external"
3247
+ },
3248
+ {
3249
+ "name": "list-ordered"
3250
+ },
3251
+ {
3252
+ "name": "list-unordered"
3253
+ },
3254
+ {
3255
+ "name": "loader"
3256
+ },
3257
+ {
3258
+ "name": "location"
3259
+ },
3260
+ {
3261
+ "name": "lock"
3262
+ },
3263
+ {
3264
+ "name": "mail"
3265
+ },
3266
+ {
3267
+ "name": "mail-check"
3268
+ },
3269
+ {
3270
+ "name": "mail-closed"
3271
+ },
3272
+ {
3273
+ "name": "mail-minus"
3274
+ },
3275
+ {
3276
+ "name": "mail-plus"
3277
+ },
3278
+ {
3279
+ "name": "mail-x"
3280
+ },
3281
+ {
3282
+ "name": "map"
3283
+ },
3284
+ {
3285
+ "name": "megaphone"
3286
+ },
3287
+ {
3288
+ "name": "minus-circle"
3289
+ },
3290
+ {
3291
+ "name": "moon"
3292
+ },
3293
+ {
3294
+ "name": "navigation"
3295
+ },
3296
+ {
3297
+ "name": "organization"
3298
+ },
3299
+ {
3300
+ "name": "package"
3301
+ },
3302
+ {
3303
+ "name": "paperclip"
3304
+ },
3305
+ {
3306
+ "name": "pencil"
3307
+ },
3308
+ {
3309
+ "name": "people"
3310
+ },
3311
+ {
3312
+ "name": "percent"
3313
+ },
3314
+ {
3315
+ "name": "person"
3316
+ },
3317
+ {
3318
+ "name": "person-add"
3319
+ },
3320
+ {
3321
+ "name": "person-circle"
3322
+ },
3323
+ {
3324
+ "name": "phone"
3325
+ },
3326
+ {
3327
+ "name": "phone-minus"
3328
+ },
3329
+ {
3330
+ "name": "phone-pause"
3331
+ },
3332
+ {
3333
+ "name": "phone-plus"
3334
+ },
3335
+ {
3336
+ "name": "phone-slash"
3337
+ },
3338
+ {
3339
+ "name": "phone-x"
3340
+ },
3341
+ {
3342
+ "name": "pie-chart"
3343
+ },
3344
+ {
3345
+ "name": "pin"
3346
+ },
3347
+ {
3348
+ "name": "pin-circle"
3349
+ },
3350
+ {
3351
+ "name": "pin-circle-filled"
3352
+ },
3353
+ {
3354
+ "name": "pin-filled"
3355
+ },
3356
+ {
3357
+ "name": "play"
3358
+ },
3359
+ {
3360
+ "name": "plus"
3361
+ },
3362
+ {
3363
+ "name": "plus-circle"
3364
+ },
3365
+ {
3366
+ "name": "printer"
3367
+ },
3368
+ {
3369
+ "name": "question"
3370
+ },
3371
+ {
3372
+ "name": "refresh-cw"
3373
+ },
3374
+ {
3375
+ "name": "repeat"
3376
+ },
3377
+ {
3378
+ "name": "right-align"
3379
+ },
3380
+ {
3381
+ "name": "rocket"
3382
+ },
3383
+ {
3384
+ "name": "rotate-ccw"
3385
+ },
3386
+ {
3387
+ "name": "rotate-cw"
3388
+ },
3389
+ {
3390
+ "name": "save"
3391
+ },
3392
+ {
3393
+ "name": "search"
3394
+ },
3395
+ {
3396
+ "name": "share"
3397
+ },
3398
+ {
3399
+ "name": "shopping-bag"
3400
+ },
3401
+ {
3402
+ "name": "shopping-cart"
3403
+ },
3404
+ {
3405
+ "name": "sign-in"
3406
+ },
3407
+ {
3408
+ "name": "sign-out"
3409
+ },
3410
+ {
3411
+ "name": "signature"
3412
+ },
3413
+ {
3414
+ "name": "sliders-h"
3415
+ },
3416
+ {
3417
+ "name": "sliders-v"
3418
+ },
3419
+ {
3420
+ "name": "sort"
3421
+ },
3422
+ {
3423
+ "name": "star"
3424
+ },
3425
+ {
3426
+ "name": "star-fill"
3427
+ },
3428
+ {
3429
+ "name": "star-half-fill"
3430
+ },
3431
+ {
3432
+ "name": "sun"
3433
+ },
3434
+ {
3435
+ "name": "tag"
3436
+ },
3437
+ {
3438
+ "name": "three-bars"
3439
+ },
3440
+ {
3441
+ "name": "time-reverse"
3442
+ },
3443
+ {
3444
+ "name": "tools"
3445
+ },
3446
+ {
3447
+ "name": "trashcan"
3448
+ },
3449
+ {
3450
+ "name": "triangle-down"
3451
+ },
3452
+ {
3453
+ "name": "triangle-left"
3454
+ },
3455
+ {
3456
+ "name": "triangle-right"
3457
+ },
3458
+ {
3459
+ "name": "triangle-up"
3460
+ },
3461
+ {
3462
+ "name": "trophy"
3463
+ },
3464
+ {
3465
+ "name": "unlock"
3466
+ },
3467
+ {
3468
+ "name": "upload"
3469
+ },
3470
+ {
3471
+ "name": "video-camera"
3472
+ },
3473
+ {
3474
+ "name": "x"
3475
+ },
3476
+ {
3477
+ "name": "x-circle"
3478
+ },
3479
+ {
3480
+ "name": "x-circle-fill"
3481
+ },
3482
+ {
3483
+ "name": "zoom-in"
3484
+ },
3485
+ {
3486
+ "name": "zoom-out"
3487
+ }
3488
+ ]
3489
+ },
3490
+ {
3491
+ "name": "selected-values",
3492
+ "description": "The value(s) currently selected in the select component."
3493
+ },
3494
+ {
3495
+ "name": "truncate",
3496
+ "description": "Only used in multi-choice selects. If `true`,\nbadges representing selections that would overflow the\ncontainer are replaced with \"+x more\" (where x is the\nnumber not shown). If `false`, the container's height will\nadjust to show all badges representing selections."
3497
+ }
3498
+ ]
3499
+ },
3500
+ {
3501
+ "name": "xpl-skeleton",
3502
+ "description": {
3503
+ "kind": "markdown",
3504
+ "value": ""
3505
+ },
3506
+ "attributes": [
3507
+ {
3508
+ "name": "class-names",
3509
+ "description": "A CSS class name to apply to the component."
3510
+ },
3511
+ {
3512
+ "name": "full-width",
3513
+ "description": "If true, the skeleton will take up the full width of its container."
3514
+ },
3515
+ {
3516
+ "name": "height",
3517
+ "description": "The height of the skeleton. (e.g. '100px', '100%', 'auto')\naccepts any valid CSS height value"
3518
+ },
3519
+ {
3520
+ "name": "margin",
3521
+ "description": "The margin of the skeleton. (e.g. '10px', '1rem', '1rem 0')\naccepts any valid CSS margin value"
3522
+ },
3523
+ {
3524
+ "name": "shape",
3525
+ "description": "The shape of the skeleton.",
3526
+ "values": [
3527
+ {
3528
+ "name": "circle"
3529
+ },
3530
+ {
3531
+ "name": "rectangle"
3532
+ },
3533
+ {
3534
+ "name": "square"
3535
+ }
3536
+ ]
3537
+ },
3538
+ {
3539
+ "name": "size",
3540
+ "description": "The predefined size of the skeleton.",
3541
+ "values": [
3542
+ {
3543
+ "name": "body"
3544
+ },
3545
+ {
3546
+ "name": "custom"
3547
+ },
3548
+ {
3549
+ "name": "display"
3550
+ },
3551
+ {
3552
+ "name": "title-1"
3553
+ },
3554
+ {
3555
+ "name": "title-2"
3556
+ },
3557
+ {
3558
+ "name": "title-3"
3559
+ },
3560
+ {
3561
+ "name": "title-4"
3562
+ },
3563
+ {
3564
+ "name": "title-5"
3565
+ }
3566
+ ]
3567
+ },
3568
+ {
3569
+ "name": "width",
3570
+ "description": "The width of the skeleton. (e.g. '100px', '100%', 'auto')\naccepts any valid CSS width value"
3571
+ }
3572
+ ]
3573
+ },
3574
+ {
3575
+ "name": "xpl-slideout",
3576
+ "description": {
3577
+ "kind": "markdown",
3578
+ "value": ""
3579
+ },
3580
+ "attributes": [
3581
+ {
3582
+ "name": "backdrop",
3583
+ "description": "Whether to show a backdrop behind the slideout."
3584
+ },
3585
+ {
3586
+ "name": "is-open",
3587
+ "description": "Whether the slideout is open."
3588
+ },
3589
+ {
3590
+ "name": "show-footer",
3591
+ "description": "Whether to show the footer section in the slideout."
3592
+ },
3593
+ {
3594
+ "name": "variant",
3595
+ "description": "The visual style variant of the slideout.\nCan be 'default' or 'warning'.",
3596
+ "values": [
3597
+ {
3598
+ "name": "default"
3599
+ },
3600
+ {
3601
+ "name": "warning"
3602
+ }
3603
+ ]
3604
+ }
3605
+ ]
3606
+ },
3607
+ {
3608
+ "name": "xpl-tab",
3609
+ "description": {
3610
+ "kind": "markdown",
3611
+ "value": ""
3612
+ },
3613
+ "attributes": [
3614
+ {
3615
+ "name": "selected",
3616
+ "description": "Whether the tab is selected"
3617
+ },
3618
+ {
3619
+ "name": "target",
3620
+ "description": "The target of the tab, required for the tab to be selected"
3621
+ }
3622
+ ]
3623
+ },
3624
+ {
3625
+ "name": "xpl-tab-panel",
3626
+ "description": {
3627
+ "kind": "markdown",
3628
+ "value": ""
3629
+ },
3630
+ "attributes": [
3631
+ {
3632
+ "name": "selected",
3633
+ "description": "Whether the panel is selected"
3634
+ },
3635
+ {
3636
+ "name": "target",
3637
+ "description": "The target of the tab, required for the tab to be selected"
3638
+ }
3639
+ ]
3640
+ },
3641
+ {
3642
+ "name": "xpl-table",
3643
+ "description": {
3644
+ "kind": "markdown",
3645
+ "value": ""
3646
+ },
3647
+ "attributes": [
3648
+ {
3649
+ "name": "freeze",
3650
+ "description": "When true, the first column of the table is sticky and will cover the leftmost rows in a horizontally scrollable container."
3651
+ },
3652
+ {
3653
+ "name": "is-sortable",
3654
+ "description": "Toggles to show the sort button on each table head"
3655
+ },
3656
+ {
3657
+ "name": "multiselect",
3658
+ "description": "Toggles a selectable checkbox for each row in the table"
3659
+ },
3660
+ {
3661
+ "name": "striped",
3662
+ "description": "Toggles an optional styling of the background of each even row of the table body."
3663
+ }
3664
+ ]
3665
+ },
3666
+ {
3667
+ "name": "xpl-table-header",
3668
+ "description": {
3669
+ "kind": "markdown",
3670
+ "value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
3671
+ },
3672
+ "attributes": []
3673
+ },
3674
+ {
3675
+ "name": "xpl-table-header-cell",
3676
+ "description": {
3677
+ "kind": "markdown",
3678
+ "value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
3679
+ },
3680
+ "attributes": [
3681
+ {
3682
+ "name": "icon",
3683
+ "description": "",
3684
+ "values": [
3685
+ {
3686
+ "name": "ai"
3687
+ },
3688
+ {
3689
+ "name": "alarm-clock"
3690
+ },
3691
+ {
3692
+ "name": "alert-circle"
3693
+ },
3694
+ {
3695
+ "name": "alert-hex"
3696
+ },
3697
+ {
3698
+ "name": "alert-triangle"
3699
+ },
3700
+ {
3701
+ "name": "apps"
3702
+ },
3703
+ {
3704
+ "name": "archive"
3705
+ },
3706
+ {
3707
+ "name": "arrow-down"
3708
+ },
3709
+ {
3710
+ "name": "arrow-down-right"
3711
+ },
3712
+ {
3713
+ "name": "arrow-left"
3714
+ },
3715
+ {
3716
+ "name": "arrow-right"
3717
+ },
3718
+ {
3719
+ "name": "arrow-up"
3720
+ },
3721
+ {
3722
+ "name": "arrow-up-right"
3723
+ },
3724
+ {
3725
+ "name": "award"
3726
+ },
3727
+ {
3728
+ "name": "bell"
3729
+ },
3730
+ {
3731
+ "name": "bell-slash"
3732
+ },
3733
+ {
3734
+ "name": "bookmark"
3735
+ },
3736
+ {
3737
+ "name": "bookmark-slash"
3738
+ },
3739
+ {
3740
+ "name": "briefcase"
3741
+ },
3742
+ {
3743
+ "name": "calendar"
3744
+ },
3745
+ {
3746
+ "name": "calendar-month"
3747
+ },
3748
+ {
3749
+ "name": "calendar-week"
3750
+ },
3751
+ {
3752
+ "name": "camera"
3753
+ },
3754
+ {
3755
+ "name": "cash-register"
3756
+ },
3757
+ {
3758
+ "name": "check"
3759
+ },
3760
+ {
3761
+ "name": "check-circle"
3762
+ },
3763
+ {
3764
+ "name": "check-circle-fill"
3765
+ },
3766
+ {
3767
+ "name": "chevron-down"
3768
+ },
3769
+ {
3770
+ "name": "chevron-left"
3771
+ },
3772
+ {
3773
+ "name": "chevron-right"
3774
+ },
3775
+ {
3776
+ "name": "chevron-up"
3777
+ },
3778
+ {
3779
+ "name": "chevrons-down"
3780
+ },
3781
+ {
3782
+ "name": "chevrons-left"
3783
+ },
3784
+ {
3785
+ "name": "chevrons-right"
3786
+ },
3787
+ {
3788
+ "name": "chevrons-up"
3789
+ },
3790
+ {
3791
+ "name": "circle-slash"
3792
+ },
3793
+ {
3794
+ "name": "clipboard"
3795
+ },
3796
+ {
3797
+ "name": "clock"
3798
+ },
3799
+ {
3800
+ "name": "code-square"
3801
+ },
3802
+ {
3803
+ "name": "comment"
3804
+ },
3805
+ {
3806
+ "name": "comment-alt"
3807
+ },
3808
+ {
3809
+ "name": "comment-check"
3810
+ },
3811
+ {
3812
+ "name": "comment-closed"
3813
+ },
3814
+ {
3815
+ "name": "comment-discussion"
3816
+ },
3817
+ {
3818
+ "name": "comment-minus"
3819
+ },
3820
+ {
3821
+ "name": "comment-plus"
3822
+ },
3823
+ {
3824
+ "name": "comment-x"
3825
+ },
3826
+ {
3827
+ "name": "compass"
3828
+ },
3829
+ {
3830
+ "name": "credit-card"
3831
+ },
3832
+ {
3833
+ "name": "dash"
3834
+ },
3835
+ {
3836
+ "name": "dollar-bill"
3837
+ },
3838
+ {
3839
+ "name": "dollar-sign"
3840
+ },
3841
+ {
3842
+ "name": "download"
3843
+ },
3844
+ {
3845
+ "name": "drag"
3846
+ },
3847
+ {
3848
+ "name": "dumbbells"
3849
+ },
3850
+ {
3851
+ "name": "duplicate"
3852
+ },
3853
+ {
3854
+ "name": "edit"
3855
+ },
3856
+ {
3857
+ "name": "expand"
3858
+ },
3859
+ {
3860
+ "name": "eye"
3861
+ },
3862
+ {
3863
+ "name": "eye-closed"
3864
+ },
3865
+ {
3866
+ "name": "eye-droper"
3867
+ },
3868
+ {
3869
+ "name": "file"
3870
+ },
3871
+ {
3872
+ "name": "flag"
3873
+ },
3874
+ {
3875
+ "name": "folder"
3876
+ },
3877
+ {
3878
+ "name": "gear"
3879
+ },
3880
+ {
3881
+ "name": "gift"
3882
+ },
3883
+ {
3884
+ "name": "globe"
3885
+ },
3886
+ {
3887
+ "name": "graph"
3888
+ },
3889
+ {
3890
+ "name": "graph-bar"
3891
+ },
3892
+ {
3893
+ "name": "grid"
3894
+ },
3895
+ {
3896
+ "name": "heart"
3897
+ },
3898
+ {
3899
+ "name": "home"
3900
+ },
3901
+ {
3902
+ "name": "image"
3903
+ },
3904
+ {
3905
+ "name": "info"
3906
+ },
3907
+ {
3908
+ "name": "kebab-horizontal"
3909
+ },
3910
+ {
3911
+ "name": "kebab-vertical"
3912
+ },
3913
+ {
3914
+ "name": "key"
3915
+ },
3916
+ {
3917
+ "name": "law"
3918
+ },
3919
+ {
3920
+ "name": "layers"
3921
+ },
3922
+ {
3923
+ "name": "left-align"
3924
+ },
3925
+ {
3926
+ "name": "light-bulb"
3927
+ },
3928
+ {
3929
+ "name": "line"
3930
+ },
3931
+ {
3932
+ "name": "link"
3933
+ },
3934
+ {
3935
+ "name": "link-external"
3936
+ },
3937
+ {
3938
+ "name": "list-ordered"
3939
+ },
3940
+ {
3941
+ "name": "list-unordered"
3942
+ },
3943
+ {
3944
+ "name": "loader"
3945
+ },
3946
+ {
3947
+ "name": "location"
3948
+ },
3949
+ {
3950
+ "name": "lock"
3951
+ },
3952
+ {
3953
+ "name": "mail"
3954
+ },
3955
+ {
3956
+ "name": "mail-check"
3957
+ },
3958
+ {
3959
+ "name": "mail-closed"
3960
+ },
3961
+ {
3962
+ "name": "mail-minus"
3963
+ },
3964
+ {
3965
+ "name": "mail-plus"
3966
+ },
3967
+ {
3968
+ "name": "mail-x"
3969
+ },
3970
+ {
3971
+ "name": "map"
3972
+ },
3973
+ {
3974
+ "name": "megaphone"
3975
+ },
3976
+ {
3977
+ "name": "minus-circle"
3978
+ },
3979
+ {
3980
+ "name": "moon"
3981
+ },
3982
+ {
3983
+ "name": "navigation"
3984
+ },
3985
+ {
3986
+ "name": "organization"
3987
+ },
3988
+ {
3989
+ "name": "package"
3990
+ },
3991
+ {
3992
+ "name": "paperclip"
3993
+ },
3994
+ {
3995
+ "name": "pencil"
3996
+ },
3997
+ {
3998
+ "name": "people"
3999
+ },
4000
+ {
4001
+ "name": "percent"
4002
+ },
4003
+ {
4004
+ "name": "person"
4005
+ },
4006
+ {
4007
+ "name": "person-add"
4008
+ },
4009
+ {
4010
+ "name": "person-circle"
4011
+ },
4012
+ {
4013
+ "name": "phone"
4014
+ },
4015
+ {
4016
+ "name": "phone-minus"
4017
+ },
4018
+ {
4019
+ "name": "phone-pause"
4020
+ },
4021
+ {
4022
+ "name": "phone-plus"
4023
+ },
4024
+ {
4025
+ "name": "phone-slash"
4026
+ },
4027
+ {
4028
+ "name": "phone-x"
4029
+ },
4030
+ {
4031
+ "name": "pie-chart"
4032
+ },
4033
+ {
4034
+ "name": "pin"
4035
+ },
4036
+ {
4037
+ "name": "pin-circle"
4038
+ },
4039
+ {
4040
+ "name": "pin-circle-filled"
4041
+ },
4042
+ {
4043
+ "name": "pin-filled"
4044
+ },
4045
+ {
4046
+ "name": "play"
4047
+ },
4048
+ {
4049
+ "name": "plus"
4050
+ },
4051
+ {
4052
+ "name": "plus-circle"
4053
+ },
4054
+ {
4055
+ "name": "printer"
4056
+ },
4057
+ {
4058
+ "name": "question"
4059
+ },
4060
+ {
4061
+ "name": "refresh-cw"
4062
+ },
4063
+ {
4064
+ "name": "repeat"
4065
+ },
4066
+ {
4067
+ "name": "right-align"
4068
+ },
4069
+ {
4070
+ "name": "rocket"
4071
+ },
4072
+ {
4073
+ "name": "rotate-ccw"
4074
+ },
4075
+ {
4076
+ "name": "rotate-cw"
4077
+ },
4078
+ {
4079
+ "name": "save"
4080
+ },
4081
+ {
4082
+ "name": "search"
4083
+ },
4084
+ {
4085
+ "name": "share"
4086
+ },
4087
+ {
4088
+ "name": "shopping-bag"
4089
+ },
4090
+ {
4091
+ "name": "shopping-cart"
4092
+ },
4093
+ {
4094
+ "name": "sign-in"
4095
+ },
4096
+ {
4097
+ "name": "sign-out"
4098
+ },
4099
+ {
4100
+ "name": "signature"
4101
+ },
4102
+ {
4103
+ "name": "sliders-h"
4104
+ },
4105
+ {
4106
+ "name": "sliders-v"
4107
+ },
4108
+ {
4109
+ "name": "sort"
4110
+ },
4111
+ {
4112
+ "name": "star"
4113
+ },
4114
+ {
4115
+ "name": "star-fill"
4116
+ },
4117
+ {
4118
+ "name": "star-half-fill"
4119
+ },
4120
+ {
4121
+ "name": "sun"
4122
+ },
4123
+ {
4124
+ "name": "tag"
4125
+ },
4126
+ {
4127
+ "name": "three-bars"
4128
+ },
4129
+ {
4130
+ "name": "time-reverse"
4131
+ },
4132
+ {
4133
+ "name": "tools"
4134
+ },
4135
+ {
4136
+ "name": "trashcan"
4137
+ },
4138
+ {
4139
+ "name": "triangle-down"
4140
+ },
4141
+ {
4142
+ "name": "triangle-left"
4143
+ },
4144
+ {
4145
+ "name": "triangle-right"
4146
+ },
4147
+ {
4148
+ "name": "triangle-up"
4149
+ },
4150
+ {
4151
+ "name": "trophy"
4152
+ },
4153
+ {
4154
+ "name": "unlock"
4155
+ },
4156
+ {
4157
+ "name": "upload"
4158
+ },
4159
+ {
4160
+ "name": "video-camera"
4161
+ },
4162
+ {
4163
+ "name": "x"
4164
+ },
4165
+ {
4166
+ "name": "x-circle"
4167
+ },
4168
+ {
4169
+ "name": "x-circle-fill"
4170
+ },
4171
+ {
4172
+ "name": "zoom-in"
4173
+ },
4174
+ {
4175
+ "name": "zoom-out"
4176
+ }
4177
+ ]
4178
+ },
4179
+ {
4180
+ "name": "label",
4181
+ "description": ""
4182
+ },
4183
+ {
4184
+ "name": "sortable",
4185
+ "description": ""
4186
+ },
4187
+ {
4188
+ "name": "type",
4189
+ "description": "",
4190
+ "values": [
4191
+ {
4192
+ "name": "checkbox"
4193
+ },
4194
+ {
4195
+ "name": "icon"
4196
+ },
4197
+ {
4198
+ "name": "label"
4199
+ }
4200
+ ]
4201
+ },
4202
+ {
4203
+ "name": "width",
4204
+ "description": ""
4205
+ }
4206
+ ]
4207
+ },
4208
+ {
4209
+ "name": "xpl-tabs",
4210
+ "description": {
4211
+ "kind": "markdown",
4212
+ "value": ""
4213
+ },
4214
+ "attributes": [
4215
+ {
4216
+ "name": "full-width",
4217
+ "description": "Whether to make the tabs full width"
4218
+ },
4219
+ {
4220
+ "name": "value",
4221
+ "description": "The selected tab target value, defaults to the first tab"
4222
+ }
4223
+ ]
4224
+ },
4225
+ {
4226
+ "name": "xpl-tag",
4227
+ "description": {
4228
+ "kind": "markdown",
4229
+ "value": ""
4230
+ },
4231
+ "attributes": []
4232
+ },
4233
+ {
4234
+ "name": "xpl-toast",
4235
+ "description": {
4236
+ "kind": "markdown",
4237
+ "value": ""
4238
+ },
4239
+ "attributes": [
4240
+ {
4241
+ "name": "caption",
4242
+ "description": ""
4243
+ },
4244
+ {
4245
+ "name": "dismissable",
4246
+ "description": ""
4247
+ },
4248
+ {
4249
+ "name": "show-icon",
4250
+ "description": ""
4251
+ },
4252
+ {
4253
+ "name": "timeout",
4254
+ "description": ""
4255
+ },
4256
+ {
4257
+ "name": "variant",
4258
+ "description": "",
4259
+ "values": [
4260
+ {
4261
+ "name": "neutral"
4262
+ },
4263
+ {
4264
+ "name": "success"
4265
+ },
4266
+ {
4267
+ "name": "warning"
4268
+ }
4269
+ ]
4270
+ }
4271
+ ]
4272
+ },
4273
+ {
4274
+ "name": "xpl-toggle",
4275
+ "description": {
4276
+ "kind": "markdown",
4277
+ "value": ""
4278
+ },
4279
+ "attributes": [
4280
+ {
4281
+ "name": "checked",
4282
+ "description": "Whether the toggle is `on`"
4283
+ },
4284
+ {
4285
+ "name": "description",
4286
+ "description": "The toggle's description appears *above* the toggle."
4287
+ },
4288
+ {
4289
+ "name": "disabled",
4290
+ "description": "Whether the toggle is disabled"
4291
+ },
4292
+ {
4293
+ "name": "heading",
4294
+ "description": "The toggle's heading appears *above* the toggle."
4295
+ },
4296
+ {
4297
+ "name": "label",
4298
+ "description": "The toggle's label appears *to the right of* the toggle."
4299
+ },
4300
+ {
4301
+ "name": "name",
4302
+ "description": "The name attribute for the html input.\n(submittted in form as name/value pair)"
4303
+ },
4304
+ {
4305
+ "name": "variant",
4306
+ "description": "The size of the toggle -- `default` or `small`",
4307
+ "values": [
4308
+ {
4309
+ "name": "default"
4310
+ },
4311
+ {
4312
+ "name": "small"
4313
+ }
4314
+ ]
4315
+ }
4316
+ ]
4317
+ },
4318
+ {
4319
+ "name": "xpl-toolbar",
4320
+ "description": {
4321
+ "kind": "markdown",
4322
+ "value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
4323
+ },
4324
+ "attributes": [
4325
+ {
4326
+ "name": "selected-item-count",
4327
+ "description": "The number of selected items to display in the toolbar."
4328
+ }
4329
+ ]
4330
+ },
4331
+ {
4332
+ "name": "xpl-tooltip",
4333
+ "description": {
4334
+ "kind": "markdown",
4335
+ "value": ""
4336
+ },
4337
+ "attributes": [
4338
+ {
4339
+ "name": "hide-arrow",
4340
+ "description": "Hide the arrow"
4341
+ },
4342
+ {
4343
+ "name": "position",
4344
+ "description": "Position of the tooltip relative to the element",
4345
+ "values": [
4346
+ {
4347
+ "name": "bottom-left"
4348
+ },
4349
+ {
4350
+ "name": "bottom-middle"
4351
+ },
4352
+ {
4353
+ "name": "bottom-right"
4354
+ },
4355
+ {
4356
+ "name": "left"
4357
+ },
4358
+ {
4359
+ "name": "right"
4360
+ },
4361
+ {
4362
+ "name": "top-left"
4363
+ },
4364
+ {
4365
+ "name": "top-middle"
4366
+ },
4367
+ {
4368
+ "name": "top-right"
4369
+ }
4370
+ ]
4371
+ },
4372
+ {
4373
+ "name": "text",
4374
+ "description": "The tooltip text to display"
4375
+ }
4376
+ ]
4377
+ },
4378
+ {
4379
+ "name": "xpl-utility-bar",
4380
+ "description": {
4381
+ "kind": "markdown",
4382
+ "value": "The utility bar is a top navigation bar. It contains 2 slots:\n\n`<slot name=\"main\"></slot>`\n\n- appears on the left side of the bar\n- items are justified to the start\n\n`<slot name=\"aside\"></slot>`\n\n- appears on the right side of the bar\n- items are justified to the end\n\nThe utility bar can have navigation items in just one or both slots.\nTo add content to the slots, just create a `<ul>` tag and target the desired slot:\n\n`<ul slot=\"main\">...</ul>`\n\n`<ul slot=\"aside\">...</ul>`"
4383
+ },
4384
+ "attributes": [
4385
+ {
4386
+ "name": "is-nav-open-at-startup",
4387
+ "description": ""
4388
+ },
4389
+ {
4390
+ "name": "nav-control",
4391
+ "description": ""
4392
+ }
4393
+ ]
4394
+ }
4395
+ ]
4396
+ }