@auth0/quantum-product 1.5.1

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 (1614) hide show
  1. package/LICENSE +186 -0
  2. package/accordion/accordion-actions.d.ts +2 -0
  3. package/accordion/accordion-actions.js +8 -0
  4. package/accordion/accordion-details.d.ts +4 -0
  5. package/accordion/accordion-details.js +22 -0
  6. package/accordion/accordion-summary.d.ts +4 -0
  7. package/accordion/accordion-summary.js +25 -0
  8. package/accordion/accordion.d.ts +4 -0
  9. package/accordion/accordion.js +26 -0
  10. package/accordion/index.d.ts +8 -0
  11. package/accordion/index.js +11 -0
  12. package/alert/alert-classes.d.ts +5 -0
  13. package/alert/alert-classes.js +17 -0
  14. package/alert/alert-title/alert-title-overrides.d.ts +3 -0
  15. package/alert/alert-title/alert-title-overrides.js +23 -0
  16. package/alert/alert-title/index.d.ts +2 -0
  17. package/alert/alert-title/index.js +8 -0
  18. package/alert/alert.d.ts +145 -0
  19. package/alert/alert.js +225 -0
  20. package/alert/index.d.ts +4 -0
  21. package/alert/index.js +22 -0
  22. package/app-bar/app-bar-actions/app-bar-actions.d.ts +12 -0
  23. package/app-bar/app-bar-actions/app-bar-actions.js +19 -0
  24. package/app-bar/app-bar-actions/index.d.ts +2 -0
  25. package/app-bar/app-bar-actions/index.js +5 -0
  26. package/app-bar/app-bar-button/app-bar-button.d.ts +22 -0
  27. package/app-bar/app-bar-button/app-bar-button.js +70 -0
  28. package/app-bar/app-bar-button/index.d.ts +2 -0
  29. package/app-bar/app-bar-button/index.js +5 -0
  30. package/app-bar/app-bar-content/app-bar-content.d.ts +7 -0
  31. package/app-bar/app-bar-content/app-bar-content.js +18 -0
  32. package/app-bar/app-bar-content/index.d.ts +2 -0
  33. package/app-bar/app-bar-content/index.js +5 -0
  34. package/app-bar/app-bar-divider/app-bar-divider.d.ts +3 -0
  35. package/app-bar/app-bar-divider/app-bar-divider.js +15 -0
  36. package/app-bar/app-bar-divider/index.d.ts +2 -0
  37. package/app-bar/app-bar-divider/index.js +5 -0
  38. package/app-bar/app-bar-icon-button/app-bar-icon-button.d.ts +24 -0
  39. package/app-bar/app-bar-icon-button/app-bar-icon-button.js +65 -0
  40. package/app-bar/app-bar-icon-button/index.d.ts +2 -0
  41. package/app-bar/app-bar-icon-button/index.js +5 -0
  42. package/app-bar/app-bar-overrides.d.ts +3 -0
  43. package/app-bar/app-bar-overrides.js +36 -0
  44. package/app-bar/app-bar.d.ts +3 -0
  45. package/app-bar/app-bar.js +8 -0
  46. package/app-bar/index.d.ts +7 -0
  47. package/app-bar/index.js +24 -0
  48. package/app-layout/app-layout-classes.d.ts +6 -0
  49. package/app-layout/app-layout-classes.js +15 -0
  50. package/app-layout/app-layout.d.ts +19 -0
  51. package/app-layout/app-layout.js +123 -0
  52. package/app-layout/index.d.ts +3 -0
  53. package/app-layout/index.js +7 -0
  54. package/autocomplete/autocomplete-overrides.d.ts +3 -0
  55. package/autocomplete/autocomplete-overrides.js +45 -0
  56. package/autocomplete/index.d.ts +2 -0
  57. package/autocomplete/index.js +9 -0
  58. package/avatar/avatar-classes.d.ts +5 -0
  59. package/avatar/avatar-classes.js +10 -0
  60. package/avatar/avatar-context.d.ts +14 -0
  61. package/avatar/avatar-context.js +32 -0
  62. package/avatar/avatar.d.ts +77 -0
  63. package/avatar/avatar.js +211 -0
  64. package/avatar/index.d.ts +5 -0
  65. package/avatar/index.js +10 -0
  66. package/avatar/use-avatar-image.d.ts +13 -0
  67. package/avatar/use-avatar-image.js +104 -0
  68. package/avatar-block/avatar-block-classes.d.ts +6 -0
  69. package/avatar-block/avatar-block-classes.js +15 -0
  70. package/avatar-block/avatar-block.d.ts +22 -0
  71. package/avatar-block/avatar-block.js +95 -0
  72. package/avatar-block/index.d.ts +2 -0
  73. package/avatar-block/index.js +5 -0
  74. package/backdrop/backdrop-overrides.d.ts +3 -0
  75. package/backdrop/backdrop-overrides.js +17 -0
  76. package/backdrop/index.d.ts +2 -0
  77. package/backdrop/index.js +9 -0
  78. package/badge/badge-overrides.d.ts +2 -0
  79. package/badge/badge-overrides.js +70 -0
  80. package/badge/badge.d.ts +4 -0
  81. package/badge/badge.js +56 -0
  82. package/badge/index.d.ts +2 -0
  83. package/badge/index.js +5 -0
  84. package/banner/banner-classes.d.ts +5 -0
  85. package/banner/banner-classes.js +10 -0
  86. package/banner/banner.d.ts +13 -0
  87. package/banner/banner.js +78 -0
  88. package/banner/index.d.ts +2 -0
  89. package/banner/index.js +5 -0
  90. package/box/index.d.ts +2 -0
  91. package/box/index.js +8 -0
  92. package/breadcrumbs/breadcrumbs-item/breadcrumbs-item-classes.d.ts +5 -0
  93. package/breadcrumbs/breadcrumbs-item/breadcrumbs-item-classes.js +17 -0
  94. package/breadcrumbs/breadcrumbs-item/breadcrumbs-item.d.ts +24 -0
  95. package/breadcrumbs/breadcrumbs-item/breadcrumbs-item.js +104 -0
  96. package/breadcrumbs/breadcrumbs-item/index.d.ts +3 -0
  97. package/breadcrumbs/breadcrumbs-item/index.js +7 -0
  98. package/breadcrumbs/breadcrumbs-overrides.d.ts +2 -0
  99. package/breadcrumbs/breadcrumbs-overrides.js +15 -0
  100. package/breadcrumbs/breadcrumbs.d.ts +8 -0
  101. package/breadcrumbs/breadcrumbs.js +59 -0
  102. package/breadcrumbs/index.d.ts +3 -0
  103. package/breadcrumbs/index.js +20 -0
  104. package/button/button-overrides.d.ts +2 -0
  105. package/button/button-overrides.js +263 -0
  106. package/button/button.d.ts +27 -0
  107. package/button/button.js +84 -0
  108. package/button/index.d.ts +2 -0
  109. package/button/index.js +6 -0
  110. package/card/card-content/card-content.d.ts +3 -0
  111. package/card/card-content/card-content.js +6 -0
  112. package/card/card-content/index.d.ts +2 -0
  113. package/card/card-content/index.js +5 -0
  114. package/card/card-context.d.ts +8 -0
  115. package/card/card-context.js +33 -0
  116. package/card/card-header/card-header-classes.d.ts +5 -0
  117. package/card/card-header/card-header-classes.js +17 -0
  118. package/card/card-header/card-header-overrides.d.ts +2 -0
  119. package/card/card-header/card-header-overrides.js +49 -0
  120. package/card/card-header/card-header.d.ts +88 -0
  121. package/card/card-header/card-header.js +95 -0
  122. package/card/card-header/index.d.ts +3 -0
  123. package/card/card-header/index.js +7 -0
  124. package/card/card-overrides.d.ts +2 -0
  125. package/card/card-overrides.js +9 -0
  126. package/card/card.d.ts +21 -0
  127. package/card/card.js +126 -0
  128. package/card/index.d.ts +6 -0
  129. package/card/index.js +24 -0
  130. package/checkbox/checkbox-classes.d.ts +5 -0
  131. package/checkbox/checkbox-classes.js +10 -0
  132. package/checkbox/checkbox-icons.d.ts +3 -0
  133. package/checkbox/checkbox-icons.js +46 -0
  134. package/checkbox/checkbox-overrides.d.ts +3 -0
  135. package/checkbox/checkbox-overrides.js +65 -0
  136. package/checkbox/checkbox.d.ts +15 -0
  137. package/checkbox/checkbox.js +91 -0
  138. package/checkbox/index.d.ts +3 -0
  139. package/checkbox/index.js +7 -0
  140. package/checkbox-field/checkbox-field.d.ts +15 -0
  141. package/checkbox-field/checkbox-field.js +68 -0
  142. package/checkbox-field/index.d.ts +2 -0
  143. package/checkbox-field/index.js +5 -0
  144. package/chip/chip-overrides.d.ts +2 -0
  145. package/chip/chip-overrides.js +69 -0
  146. package/chip/chip.d.ts +7 -0
  147. package/chip/chip.js +100 -0
  148. package/chip/index.d.ts +2 -0
  149. package/chip/index.js +5 -0
  150. package/code/code.d.ts +18 -0
  151. package/code/code.js +66 -0
  152. package/code/index.d.ts +2 -0
  153. package/code/index.js +5 -0
  154. package/collapse/index.d.ts +2 -0
  155. package/collapse/index.js +8 -0
  156. package/color-text-field/color-text-field.d.ts +7 -0
  157. package/color-text-field/color-text-field.js +74 -0
  158. package/color-text-field/index.d.ts +2 -0
  159. package/color-text-field/index.js +5 -0
  160. package/column-layout/column-layout.d.ts +14 -0
  161. package/column-layout/column-layout.js +72 -0
  162. package/column-layout/index.d.ts +2 -0
  163. package/column-layout/index.js +5 -0
  164. package/config-block/config-block-classes.d.ts +5 -0
  165. package/config-block/config-block-classes.js +10 -0
  166. package/config-block/config-block.d.ts +17 -0
  167. package/config-block/config-block.js +110 -0
  168. package/config-block/index.d.ts +3 -0
  169. package/config-block/index.js +7 -0
  170. package/content/content.d.ts +1 -0
  171. package/content/content.js +101 -0
  172. package/content/index.d.ts +1 -0
  173. package/content/index.js +5 -0
  174. package/copy-button/copy-button.d.ts +34 -0
  175. package/copy-button/copy-button.js +93 -0
  176. package/copy-button/index.d.ts +2 -0
  177. package/copy-button/index.js +5 -0
  178. package/css-baseline/css-baseline-overrides.d.ts +2 -0
  179. package/css-baseline/css-baseline-overrides.js +27 -0
  180. package/css-baseline/index.d.ts +2 -0
  181. package/css-baseline/index.js +8 -0
  182. package/danger-zone/danger-zone-item/danger-zone-item.d.ts +16 -0
  183. package/danger-zone/danger-zone-item/danger-zone-item.js +91 -0
  184. package/danger-zone/danger-zone-item/index.d.ts +2 -0
  185. package/danger-zone/danger-zone-item/index.js +5 -0
  186. package/danger-zone/danger-zone-item-action/danger-zone-item-action.d.ts +6 -0
  187. package/danger-zone/danger-zone-item-action/danger-zone-item-action.js +50 -0
  188. package/danger-zone/danger-zone-item-action/index.d.ts +2 -0
  189. package/danger-zone/danger-zone-item-action/index.js +5 -0
  190. package/danger-zone/danger-zone.d.ts +8 -0
  191. package/danger-zone/danger-zone.js +58 -0
  192. package/danger-zone/index.d.ts +4 -0
  193. package/danger-zone/index.js +21 -0
  194. package/data-table/data-table-row.d.ts +21 -0
  195. package/data-table/data-table-row.js +115 -0
  196. package/data-table/data-table-types.d.ts +24 -0
  197. package/data-table/data-table-types.js +2 -0
  198. package/data-table/data-table.d.ts +36 -0
  199. package/data-table/data-table.js +81 -0
  200. package/data-table/index.d.ts +3 -0
  201. package/data-table/index.js +5 -0
  202. package/description-block/description-block.d.ts +28 -0
  203. package/description-block/description-block.js +97 -0
  204. package/description-block/index.d.ts +2 -0
  205. package/description-block/index.js +5 -0
  206. package/dialog/dialog-actions/dialog-actions-overrides.d.ts +3 -0
  207. package/dialog/dialog-actions/dialog-actions-overrides.js +14 -0
  208. package/dialog/dialog-actions/index.d.ts +2 -0
  209. package/dialog/dialog-actions/index.js +8 -0
  210. package/dialog/dialog-content/dialog-content-overrides.d.ts +3 -0
  211. package/dialog/dialog-content/dialog-content-overrides.js +20 -0
  212. package/dialog/dialog-content/index.d.ts +2 -0
  213. package/dialog/dialog-content/index.js +9 -0
  214. package/dialog/dialog-overrides.d.ts +3 -0
  215. package/dialog/dialog-overrides.js +20 -0
  216. package/dialog/dialog-title/dialog-title-classes.d.ts +5 -0
  217. package/dialog/dialog-title/dialog-title-classes.js +10 -0
  218. package/dialog/dialog-title/dialog-title-overrides.d.ts +3 -0
  219. package/dialog/dialog-title/dialog-title-overrides.js +14 -0
  220. package/dialog/dialog-title/dialog-title.d.ts +10 -0
  221. package/dialog/dialog-title/dialog-title.js +77 -0
  222. package/dialog/dialog-title/index.d.ts +3 -0
  223. package/dialog/dialog-title/index.js +7 -0
  224. package/dialog/dialog.d.ts +16 -0
  225. package/dialog/dialog.js +89 -0
  226. package/dialog/index.d.ts +5 -0
  227. package/dialog/index.js +22 -0
  228. package/divider/divider-overrides.d.ts +3 -0
  229. package/divider/divider-overrides.js +17 -0
  230. package/divider/index.d.ts +3 -0
  231. package/divider/index.js +8 -0
  232. package/drawer/index.d.ts +2 -0
  233. package/drawer/index.js +9 -0
  234. package/dropdown-menu/dropdown-menu-classes.d.ts +5 -0
  235. package/dropdown-menu/dropdown-menu-classes.js +10 -0
  236. package/dropdown-menu/dropdown-menu-context.d.ts +7 -0
  237. package/dropdown-menu/dropdown-menu-context.js +33 -0
  238. package/dropdown-menu/dropdown-menu-divider/dropdown-menu-divider.d.ts +4 -0
  239. package/dropdown-menu/dropdown-menu-divider/dropdown-menu-divider.js +62 -0
  240. package/dropdown-menu/dropdown-menu-divider/index.d.ts +2 -0
  241. package/dropdown-menu/dropdown-menu-divider/index.js +5 -0
  242. package/dropdown-menu/dropdown-menu-group/dropdown-menu-group-classes.d.ts +5 -0
  243. package/dropdown-menu/dropdown-menu-group/dropdown-menu-group-classes.js +10 -0
  244. package/dropdown-menu/dropdown-menu-group/dropdown-menu-group.d.ts +11 -0
  245. package/dropdown-menu/dropdown-menu-group/dropdown-menu-group.js +72 -0
  246. package/dropdown-menu/dropdown-menu-group/index.d.ts +3 -0
  247. package/dropdown-menu/dropdown-menu-group/index.js +7 -0
  248. package/dropdown-menu/dropdown-menu-item/dropdown-menu-item.d.ts +8 -0
  249. package/dropdown-menu/dropdown-menu-item/dropdown-menu-item.js +64 -0
  250. package/dropdown-menu/dropdown-menu-item/index.d.ts +2 -0
  251. package/dropdown-menu/dropdown-menu-item/index.js +5 -0
  252. package/dropdown-menu/dropdown-menu-list/dropdown-menu-list.d.ts +17 -0
  253. package/dropdown-menu/dropdown-menu-list/dropdown-menu-list.js +72 -0
  254. package/dropdown-menu/dropdown-menu-list/index.d.ts +2 -0
  255. package/dropdown-menu/dropdown-menu-list/index.js +5 -0
  256. package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item-classes.d.ts +5 -0
  257. package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item-classes.js +24 -0
  258. package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item.d.ts +18 -0
  259. package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item.js +202 -0
  260. package/dropdown-menu/dropdown-menu-list-item/index.d.ts +3 -0
  261. package/dropdown-menu/dropdown-menu-list-item/index.js +7 -0
  262. package/dropdown-menu/dropdown-menu-search/dropdown-menu-search-classes.d.ts +5 -0
  263. package/dropdown-menu/dropdown-menu-search/dropdown-menu-search-classes.js +10 -0
  264. package/dropdown-menu/dropdown-menu-search/dropdown-menu-search.d.ts +17 -0
  265. package/dropdown-menu/dropdown-menu-search/dropdown-menu-search.js +77 -0
  266. package/dropdown-menu/dropdown-menu-search/index.d.ts +3 -0
  267. package/dropdown-menu/dropdown-menu-search/index.js +7 -0
  268. package/dropdown-menu/dropdown-menu-state/dropdown-menu-state.d.ts +25 -0
  269. package/dropdown-menu/dropdown-menu-state/dropdown-menu-state.js +96 -0
  270. package/dropdown-menu/dropdown-menu-state/index.d.ts +2 -0
  271. package/dropdown-menu/dropdown-menu-state/index.js +8 -0
  272. package/dropdown-menu/dropdown-menu.d.ts +17 -0
  273. package/dropdown-menu/dropdown-menu.js +89 -0
  274. package/dropdown-menu/index.d.ts +12 -0
  275. package/dropdown-menu/index.js +31 -0
  276. package/empty-state/empty-state-action/empty-state-action.d.ts +3 -0
  277. package/empty-state/empty-state-action/empty-state-action.js +42 -0
  278. package/empty-state/empty-state-action/index.d.ts +2 -0
  279. package/empty-state/empty-state-action/index.js +5 -0
  280. package/empty-state/empty-state-classes.d.ts +5 -0
  281. package/empty-state/empty-state-classes.js +20 -0
  282. package/empty-state/empty-state.d.ts +41 -0
  283. package/empty-state/empty-state.js +144 -0
  284. package/empty-state/index.d.ts +4 -0
  285. package/empty-state/index.js +22 -0
  286. package/esm/accordion/accordion-actions.js +1 -0
  287. package/esm/accordion/accordion-details.js +16 -0
  288. package/esm/accordion/accordion-summary.js +19 -0
  289. package/esm/accordion/accordion.js +20 -0
  290. package/esm/accordion/index.js +4 -0
  291. package/esm/alert/alert-classes.js +13 -0
  292. package/esm/alert/alert-title/alert-title-overrides.js +19 -0
  293. package/esm/alert/alert-title/index.js +1 -0
  294. package/esm/alert/alert.js +196 -0
  295. package/esm/alert/index.js +3 -0
  296. package/esm/app-bar/app-bar-actions/app-bar-actions.js +16 -0
  297. package/esm/app-bar/app-bar-actions/index.js +1 -0
  298. package/esm/app-bar/app-bar-button/app-bar-button.js +44 -0
  299. package/esm/app-bar/app-bar-button/index.js +1 -0
  300. package/esm/app-bar/app-bar-content/app-bar-content.js +15 -0
  301. package/esm/app-bar/app-bar-content/index.js +1 -0
  302. package/esm/app-bar/app-bar-divider/app-bar-divider.js +12 -0
  303. package/esm/app-bar/app-bar-divider/index.js +1 -0
  304. package/esm/app-bar/app-bar-icon-button/app-bar-icon-button.js +39 -0
  305. package/esm/app-bar/app-bar-icon-button/index.js +1 -0
  306. package/esm/app-bar/app-bar-overrides.js +32 -0
  307. package/esm/app-bar/app-bar.js +1 -0
  308. package/esm/app-bar/index.js +6 -0
  309. package/esm/app-layout/app-layout-classes.js +11 -0
  310. package/esm/app-layout/app-layout.js +94 -0
  311. package/esm/app-layout/index.js +2 -0
  312. package/esm/autocomplete/autocomplete-overrides.js +41 -0
  313. package/esm/autocomplete/index.js +1 -0
  314. package/esm/avatar/avatar-classes.js +6 -0
  315. package/esm/avatar/avatar-context.js +5 -0
  316. package/esm/avatar/avatar.js +182 -0
  317. package/esm/avatar/index.js +3 -0
  318. package/esm/avatar/use-avatar-image.js +74 -0
  319. package/esm/avatar-block/avatar-block-classes.js +11 -0
  320. package/esm/avatar-block/avatar-block.js +66 -0
  321. package/esm/avatar-block/index.js +1 -0
  322. package/esm/backdrop/backdrop-overrides.js +13 -0
  323. package/esm/backdrop/index.js +1 -0
  324. package/esm/badge/badge-overrides.js +67 -0
  325. package/esm/badge/badge.js +30 -0
  326. package/esm/badge/index.js +1 -0
  327. package/esm/banner/banner-classes.js +6 -0
  328. package/esm/banner/banner.js +52 -0
  329. package/esm/banner/index.js +1 -0
  330. package/esm/box/index.js +1 -0
  331. package/esm/breadcrumbs/breadcrumbs-item/breadcrumbs-item-classes.js +13 -0
  332. package/esm/breadcrumbs/breadcrumbs-item/breadcrumbs-item.js +75 -0
  333. package/esm/breadcrumbs/breadcrumbs-item/index.js +2 -0
  334. package/esm/breadcrumbs/breadcrumbs-overrides.js +12 -0
  335. package/esm/breadcrumbs/breadcrumbs.js +30 -0
  336. package/esm/breadcrumbs/index.js +2 -0
  337. package/esm/button/button-overrides.js +260 -0
  338. package/esm/button/button.js +58 -0
  339. package/esm/button/index.js +1 -0
  340. package/esm/card/card-content/card-content.js +3 -0
  341. package/esm/card/card-content/index.js +1 -0
  342. package/esm/card/card-context.js +6 -0
  343. package/esm/card/card-header/card-header-classes.js +13 -0
  344. package/esm/card/card-header/card-header-overrides.js +46 -0
  345. package/esm/card/card-header/card-header.js +66 -0
  346. package/esm/card/card-header/index.js +2 -0
  347. package/esm/card/card-overrides.js +6 -0
  348. package/esm/card/card.js +97 -0
  349. package/esm/card/index.js +4 -0
  350. package/esm/checkbox/checkbox-classes.js +6 -0
  351. package/esm/checkbox/checkbox-icons.js +18 -0
  352. package/esm/checkbox/checkbox-overrides.js +61 -0
  353. package/esm/checkbox/checkbox.js +62 -0
  354. package/esm/checkbox/index.js +2 -0
  355. package/esm/checkbox-field/checkbox-field.js +42 -0
  356. package/esm/checkbox-field/index.js +1 -0
  357. package/esm/chip/chip-overrides.js +66 -0
  358. package/esm/chip/chip.js +74 -0
  359. package/esm/chip/index.js +1 -0
  360. package/esm/code/code.js +40 -0
  361. package/esm/code/index.js +1 -0
  362. package/esm/collapse/index.js +1 -0
  363. package/esm/color-text-field/color-text-field.js +48 -0
  364. package/esm/color-text-field/index.js +1 -0
  365. package/esm/column-layout/column-layout.js +46 -0
  366. package/esm/column-layout/index.js +1 -0
  367. package/esm/config-block/config-block-classes.js +6 -0
  368. package/esm/config-block/config-block.js +81 -0
  369. package/esm/config-block/index.js +2 -0
  370. package/esm/content/content.js +98 -0
  371. package/esm/content/index.js +1 -0
  372. package/esm/copy-button/copy-button.js +67 -0
  373. package/esm/copy-button/index.js +1 -0
  374. package/esm/css-baseline/css-baseline-overrides.js +24 -0
  375. package/esm/css-baseline/index.js +1 -0
  376. package/esm/danger-zone/danger-zone-item/danger-zone-item.js +65 -0
  377. package/esm/danger-zone/danger-zone-item/index.js +1 -0
  378. package/esm/danger-zone/danger-zone-item-action/danger-zone-item-action.js +24 -0
  379. package/esm/danger-zone/danger-zone-item-action/index.js +1 -0
  380. package/esm/danger-zone/danger-zone.js +32 -0
  381. package/esm/danger-zone/index.js +3 -0
  382. package/esm/data-table/data-table-row.js +87 -0
  383. package/esm/data-table/data-table-types.js +1 -0
  384. package/esm/data-table/data-table.js +55 -0
  385. package/esm/data-table/index.js +1 -0
  386. package/esm/description-block/description-block.js +71 -0
  387. package/esm/description-block/index.js +1 -0
  388. package/esm/dialog/dialog-actions/dialog-actions-overrides.js +10 -0
  389. package/esm/dialog/dialog-actions/index.js +1 -0
  390. package/esm/dialog/dialog-content/dialog-content-overrides.js +16 -0
  391. package/esm/dialog/dialog-content/index.js +1 -0
  392. package/esm/dialog/dialog-overrides.js +16 -0
  393. package/esm/dialog/dialog-title/dialog-title-classes.js +6 -0
  394. package/esm/dialog/dialog-title/dialog-title-overrides.js +10 -0
  395. package/esm/dialog/dialog-title/dialog-title.js +48 -0
  396. package/esm/dialog/dialog-title/index.js +2 -0
  397. package/esm/dialog/dialog.js +60 -0
  398. package/esm/dialog/index.js +4 -0
  399. package/esm/divider/divider-overrides.js +13 -0
  400. package/esm/divider/index.js +1 -0
  401. package/esm/drawer/index.js +1 -0
  402. package/esm/dropdown-menu/dropdown-menu-classes.js +6 -0
  403. package/esm/dropdown-menu/dropdown-menu-context.js +6 -0
  404. package/esm/dropdown-menu/dropdown-menu-divider/dropdown-menu-divider.js +36 -0
  405. package/esm/dropdown-menu/dropdown-menu-divider/index.js +1 -0
  406. package/esm/dropdown-menu/dropdown-menu-group/dropdown-menu-group-classes.js +6 -0
  407. package/esm/dropdown-menu/dropdown-menu-group/dropdown-menu-group.js +46 -0
  408. package/esm/dropdown-menu/dropdown-menu-group/index.js +2 -0
  409. package/esm/dropdown-menu/dropdown-menu-item/dropdown-menu-item.js +38 -0
  410. package/esm/dropdown-menu/dropdown-menu-item/index.js +1 -0
  411. package/esm/dropdown-menu/dropdown-menu-list/dropdown-menu-list.js +46 -0
  412. package/esm/dropdown-menu/dropdown-menu-list/index.js +1 -0
  413. package/esm/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item-classes.js +20 -0
  414. package/esm/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item.js +173 -0
  415. package/esm/dropdown-menu/dropdown-menu-list-item/index.js +2 -0
  416. package/esm/dropdown-menu/dropdown-menu-search/dropdown-menu-search-classes.js +6 -0
  417. package/esm/dropdown-menu/dropdown-menu-search/dropdown-menu-search.js +48 -0
  418. package/esm/dropdown-menu/dropdown-menu-search/index.js +2 -0
  419. package/esm/dropdown-menu/dropdown-menu-state/dropdown-menu-state.js +67 -0
  420. package/esm/dropdown-menu/dropdown-menu-state/index.js +1 -0
  421. package/esm/dropdown-menu/dropdown-menu.js +60 -0
  422. package/esm/dropdown-menu/index.js +10 -0
  423. package/esm/empty-state/empty-state-action/empty-state-action.js +16 -0
  424. package/esm/empty-state/empty-state-action/index.js +1 -0
  425. package/esm/empty-state/empty-state-classes.js +16 -0
  426. package/esm/empty-state/empty-state.js +115 -0
  427. package/esm/empty-state/index.js +3 -0
  428. package/esm/expansion-panel/expansion-panel-details.js +15 -0
  429. package/esm/expansion-panel/expansion-panel-header.js +5 -0
  430. package/esm/expansion-panel/expansion-panel-summary.js +50 -0
  431. package/esm/expansion-panel/expansion-panel.js +22 -0
  432. package/esm/expansion-panel/index.js +4 -0
  433. package/esm/field-set/field-set-classes.js +12 -0
  434. package/esm/field-set/field-set.js +69 -0
  435. package/esm/field-set/index.js +2 -0
  436. package/esm/form/form-actions/form-actions-classes.js +6 -0
  437. package/esm/form/form-actions/form-actions.js +60 -0
  438. package/esm/form/form-actions/index.js +2 -0
  439. package/esm/form/form-control/form-control-overrides.js +16 -0
  440. package/esm/form/form-control/index.js +2 -0
  441. package/esm/form/form-control-label/form-control-label-classes.js +14 -0
  442. package/esm/form/form-control-label/form-control-label.js +110 -0
  443. package/esm/form/form-control-label/form-control-overrides.js +22 -0
  444. package/esm/form/form-control-label/index.js +2 -0
  445. package/esm/form/form-field/form-field-classes.js +11 -0
  446. package/esm/form/form-field/form-field.js +61 -0
  447. package/esm/form/form-field/index.js +2 -0
  448. package/esm/form/form-group/index.js +1 -0
  449. package/esm/form/form-helper-text/form-helper-text-overrides.js +35 -0
  450. package/esm/form/form-helper-text/index.js +2 -0
  451. package/esm/form/form-label/form-label-overrides.js +28 -0
  452. package/esm/form/form-label/index.js +1 -0
  453. package/esm/form/form-layout/form-layout-context.js +5 -0
  454. package/esm/form/form-layout/form-layout.js +32 -0
  455. package/esm/form/form-layout/index.js +2 -0
  456. package/esm/form/form.js +34 -0
  457. package/esm/form/index.js +9 -0
  458. package/esm/gallery-layout/gallery-layout-item/gallery-layout-item.js +2 -0
  459. package/esm/gallery-layout/gallery-layout-item/index.js +1 -0
  460. package/esm/gallery-layout/gallery-layout.js +46 -0
  461. package/esm/gallery-layout/index.js +2 -0
  462. package/esm/icon/apis.js +34 -0
  463. package/esm/icon/application-plus.js +30 -0
  464. package/esm/icon/arrows-h.js +31 -0
  465. package/esm/icon/border-pill.js +29 -0
  466. package/esm/icon/border-rounded.js +29 -0
  467. package/esm/icon/border-sharp.js +29 -0
  468. package/esm/icon/bot.js +33 -0
  469. package/esm/icon/browsers.js +32 -0
  470. package/esm/icon/bug.js +38 -0
  471. package/esm/icon/building.js +30 -0
  472. package/esm/icon/cash.js +29 -0
  473. package/esm/icon/clipboard-check.js +31 -0
  474. package/esm/icon/enterprise.js +29 -0
  475. package/esm/icon/feather-icons.js +294 -0
  476. package/esm/icon/folder-cancel.js +30 -0
  477. package/esm/icon/font.js +29 -0
  478. package/esm/icon/help.js +29 -0
  479. package/esm/icon/hooks.js +34 -0
  480. package/esm/icon/hosted-pages.js +33 -0
  481. package/esm/icon/id-tag.js +34 -0
  482. package/esm/icon/index.js +35 -0
  483. package/esm/icon/integration.js +33 -0
  484. package/esm/icon/layout-bottom.js +29 -0
  485. package/esm/icon/layout-center.js +29 -0
  486. package/esm/icon/layout-left.js +29 -0
  487. package/esm/icon/layout-right.js +29 -0
  488. package/esm/icon/layout-top.js +29 -0
  489. package/esm/icon/megaphone.js +30 -0
  490. package/esm/icon/page-background.js +30 -0
  491. package/esm/icon/paint-brush.js +29 -0
  492. package/esm/icon/paint.js +29 -0
  493. package/esm/icon/recovery-code.js +30 -0
  494. package/esm/icon/types.js +1 -0
  495. package/esm/icon/web-authn.js +29 -0
  496. package/esm/icon/webauthn-platform.js +29 -0
  497. package/esm/icon/widget.js +29 -0
  498. package/esm/icon-button/icon-button-context.js +5 -0
  499. package/esm/icon-button/icon-button-overrides.js +180 -0
  500. package/esm/icon-button/icon-button.js +55 -0
  501. package/esm/icon-button/index.js +2 -0
  502. package/esm/identicons/common.js +34 -0
  503. package/esm/identicons/icons/icon-access-token.js +45 -0
  504. package/esm/identicons/icons/icon-account-takeover.js +47 -0
  505. package/esm/identicons/icons/icon-actions.js +46 -0
  506. package/esm/identicons/icons/icon-activity.js +46 -0
  507. package/esm/identicons/icons/icon-advanced-options.js +47 -0
  508. package/esm/identicons/icons/icon-anticipation.js +50 -0
  509. package/esm/identicons/icons/icon-api-related.js +47 -0
  510. package/esm/identicons/icons/icon-api.js +47 -0
  511. package/esm/identicons/icons/icon-applications.js +46 -0
  512. package/esm/identicons/icons/icon-attributes.js +46 -0
  513. package/esm/identicons/icons/icon-auth0-authorization-server.js +48 -0
  514. package/esm/identicons/icons/icon-auth0-dashboard.js +48 -0
  515. package/esm/identicons/icons/icon-auth0-logo-dark.js +45 -0
  516. package/esm/identicons/icons/icon-auth0-logo-light.js +45 -0
  517. package/esm/identicons/icons/icon-authentication-a.js +45 -0
  518. package/esm/identicons/icons/icon-authentication-b.js +45 -0
  519. package/esm/identicons/icons/icon-authorization-server.js +48 -0
  520. package/esm/identicons/icons/icon-backend.js +48 -0
  521. package/esm/identicons/icons/icon-biometrics.js +44 -0
  522. package/esm/identicons/icons/icon-bot-detection.js +49 -0
  523. package/esm/identicons/icons/icon-boundary-protocol.js +46 -0
  524. package/esm/identicons/icons/icon-branding.js +45 -0
  525. package/esm/identicons/icons/icon-breached-password.js +52 -0
  526. package/esm/identicons/icons/icon-browser.js +46 -0
  527. package/esm/identicons/icons/icon-brute-force.js +47 -0
  528. package/esm/identicons/icons/icon-certificate.js +49 -0
  529. package/esm/identicons/icons/icon-cli-script.js +45 -0
  530. package/esm/identicons/icons/icon-cloud.js +44 -0
  531. package/esm/identicons/icons/icon-consistency.js +49 -0
  532. package/esm/identicons/icons/icon-cookies.js +48 -0
  533. package/esm/identicons/icons/icon-credential-application.js +46 -0
  534. package/esm/identicons/icons/icon-credential-stuffing.js +48 -0
  535. package/esm/identicons/icons/icon-credential-user.js +46 -0
  536. package/esm/identicons/icons/icon-customization.js +46 -0
  537. package/esm/identicons/icons/icon-dashboard.js +48 -0
  538. package/esm/identicons/icons/icon-database.js +50 -0
  539. package/esm/identicons/icons/icon-desktop-app.js +47 -0
  540. package/esm/identicons/icons/icon-device-biometrics.js +46 -0
  541. package/esm/identicons/icons/icon-efficiency.js +52 -0
  542. package/esm/identicons/icons/icon-empathy.js +50 -0
  543. package/esm/identicons/icons/icon-enterprise-directory.js +47 -0
  544. package/esm/identicons/icons/icon-extensions.js +45 -0
  545. package/esm/identicons/icons/icon-fine-grained-authorization.js +48 -0
  546. package/esm/identicons/icons/icon-getting-started.js +45 -0
  547. package/esm/identicons/icons/icon-guardian-push-notification.js +47 -0
  548. package/esm/identicons/icons/icon-help.js +45 -0
  549. package/esm/identicons/icons/icon-id-token.js +46 -0
  550. package/esm/identicons/icons/icon-identifier-first.js +45 -0
  551. package/esm/identicons/icons/icon-identifier-password.js +46 -0
  552. package/esm/identicons/icons/icon-integrations-marketplace.js +48 -0
  553. package/esm/identicons/icons/icon-ip-throttling.js +48 -0
  554. package/esm/identicons/icons/icon-login-customization.js +53 -0
  555. package/esm/identicons/icons/icon-login.js +47 -0
  556. package/esm/identicons/icons/icon-logs.js +46 -0
  557. package/esm/identicons/icons/icon-mail-message-a.js +51 -0
  558. package/esm/identicons/icons/icon-mail-message-b.js +49 -0
  559. package/esm/identicons/icons/icon-mobile-app.js +46 -0
  560. package/esm/identicons/icons/icon-monitoring.js +46 -0
  561. package/esm/identicons/icons/icon-multifactor.js +51 -0
  562. package/esm/identicons/icons/icon-multiple-failed-logins.js +52 -0
  563. package/esm/identicons/icons/icon-one-time-password.js +52 -0
  564. package/esm/identicons/icons/icon-organizations.js +53 -0
  565. package/esm/identicons/icons/icon-phone-message-a.js +47 -0
  566. package/esm/identicons/icons/icon-phone-message-b.js +51 -0
  567. package/esm/identicons/icons/icon-pipeline-a.js +47 -0
  568. package/esm/identicons/icons/icon-pipeline-b.js +51 -0
  569. package/esm/identicons/icons/icon-refresh-token.js +46 -0
  570. package/esm/identicons/icons/icon-sdk.js +47 -0
  571. package/esm/identicons/icons/icon-security.js +46 -0
  572. package/esm/identicons/icons/icon-server.js +48 -0
  573. package/esm/identicons/icons/icon-settings.js +45 -0
  574. package/esm/identicons/icons/icon-social-providers.js +48 -0
  575. package/esm/identicons/icons/icon-spa.js +48 -0
  576. package/esm/identicons/icons/icon-teams.js +46 -0
  577. package/esm/identicons/icons/icon-tenant.js +46 -0
  578. package/esm/identicons/icons/icon-user-database.js +51 -0
  579. package/esm/identicons/icons/icon-user-management.js +46 -0
  580. package/esm/identicons/icons/icon-user.js +45 -0
  581. package/esm/identicons/icons/icon-users.js +46 -0
  582. package/esm/identicons/icons/icon-video.js +45 -0
  583. package/esm/identicons/icons/icon-web-app.js +46 -0
  584. package/esm/identicons/icons/icon-webauthn.js +47 -0
  585. package/esm/identicons/icons/index.js +86 -0
  586. package/esm/identicons/index.js +2 -0
  587. package/esm/illustrations/common.js +1 -0
  588. package/esm/illustrations/components/experienced-user.js +138 -0
  589. package/esm/illustrations/components/index.js +11 -0
  590. package/esm/illustrations/components/new-auth0-user-a.js +78 -0
  591. package/esm/illustrations/components/notifications.js +125 -0
  592. package/esm/illustrations/components/roles.js +115 -0
  593. package/esm/illustrations/components/single-sign-on.js +117 -0
  594. package/esm/illustrations/components/streams-logs.js +118 -0
  595. package/esm/illustrations/components/users.js +114 -0
  596. package/esm/illustrations/index.js +1 -0
  597. package/esm/image/image.js +27 -0
  598. package/esm/image/index.js +1 -0
  599. package/esm/image-preview-field/image-preview-field.js +111 -0
  600. package/esm/image-preview-field/index.js +1 -0
  601. package/esm/index.js +87 -0
  602. package/esm/input/index.js +4 -0
  603. package/esm/input/input-actions/index.js +1 -0
  604. package/esm/input/input-actions/input-actions.js +19 -0
  605. package/esm/input/input-adornment/index.js +1 -0
  606. package/esm/input/input-adornment/input-adornment-overrides.js +19 -0
  607. package/esm/input/input-adornment/input-adornment.js +38 -0
  608. package/esm/input/input-base-overrides.js +40 -0
  609. package/esm/input/input-label/index.js +1 -0
  610. package/esm/input/input-label/input-label-overrides.js +26 -0
  611. package/esm/input/input.js +54 -0
  612. package/esm/input/outlined-input-overrides.js +90 -0
  613. package/esm/label/index.js +1 -0
  614. package/esm/label/label.js +69 -0
  615. package/esm/link/index.js +2 -0
  616. package/esm/link/link-classes.js +6 -0
  617. package/esm/link/link.js +138 -0
  618. package/esm/list/index.js +7 -0
  619. package/esm/list/list-item/index.js +3 -0
  620. package/esm/list/list-item/list-item-overrides.js +26 -0
  621. package/esm/list/list-item-avatar/index.js +1 -0
  622. package/esm/list/list-item-icon/index.js +1 -0
  623. package/esm/list/list-item-secondary-action/index.js +1 -0
  624. package/esm/list/list-item-text/index.js +1 -0
  625. package/esm/list/list-item-text/list-item-text-overrides.js +14 -0
  626. package/esm/list/list-overrides.js +9 -0
  627. package/esm/list/list-subheader/index.js +1 -0
  628. package/esm/list/list-subheader/list-subheader-overrides.js +10 -0
  629. package/esm/list/list.js +1 -0
  630. package/esm/logo/index.js +1 -0
  631. package/esm/logo/logo-classes.js +6 -0
  632. package/esm/logo/logo.js +90 -0
  633. package/esm/menu/index.js +3 -0
  634. package/esm/menu/menu-item/index.js +1 -0
  635. package/esm/menu/menu-item/menu-item-overrides.js +21 -0
  636. package/esm/menu/menu-list/index.js +1 -0
  637. package/esm/menu/menu-overrides.js +23 -0
  638. package/esm/menu/menu.js +1 -0
  639. package/esm/mobile-stepper/index.js +1 -0
  640. package/esm/mobile-stepper/mobile-stepper-overrides.js +10 -0
  641. package/esm/no-ssr/index.js +1 -0
  642. package/esm/overridable-component.js +1 -0
  643. package/esm/page/index.js +2 -0
  644. package/esm/page/page-context.js +8 -0
  645. package/esm/page/page-header/index.js +2 -0
  646. package/esm/page/page-header/page-header-classes.js +15 -0
  647. package/esm/page/page-header/page-header.js +79 -0
  648. package/esm/page/page.js +40 -0
  649. package/esm/pagination/index.js +2 -0
  650. package/esm/pagination/pagination-classes.js +12 -0
  651. package/esm/pagination/pagination.js +109 -0
  652. package/esm/panel-layout/index.js +4 -0
  653. package/esm/panel-layout/panel/index.js +1 -0
  654. package/esm/panel-layout/panel/panel.js +39 -0
  655. package/esm/panel-layout/panel-body/index.js +1 -0
  656. package/esm/panel-layout/panel-body/panel-body.js +36 -0
  657. package/esm/panel-layout/panel-layout.js +44 -0
  658. package/esm/panel-layout/panel-title/index.js +1 -0
  659. package/esm/panel-layout/panel-title/panel-title.js +36 -0
  660. package/esm/paper/index.js +1 -0
  661. package/esm/popover/index.js +1 -0
  662. package/esm/popper/index.js +1 -0
  663. package/esm/portal/index.js +1 -0
  664. package/esm/promo-banner/index.js +2 -0
  665. package/esm/promo-banner/promo-banner-classes.js +17 -0
  666. package/esm/promo-banner/promo-banner.js +165 -0
  667. package/esm/pulsing-dot/index.js +1 -0
  668. package/esm/pulsing-dot/pulsing-dot.js +78 -0
  669. package/esm/quantum-provider/index.js +2 -0
  670. package/esm/quantum-provider/quantum-context.js +11 -0
  671. package/esm/quantum-provider/quantum-provider.js +73 -0
  672. package/esm/radio/index.js +4 -0
  673. package/esm/radio/radio-classes.js +11 -0
  674. package/esm/radio/radio-group/index.js +1 -0
  675. package/esm/radio/radio-icons.js +17 -0
  676. package/esm/radio/radio-overrides.js +67 -0
  677. package/esm/radio/radio.js +60 -0
  678. package/esm/radio-field/index.js +1 -0
  679. package/esm/radio-field/radio-field.js +32 -0
  680. package/esm/region/flags.js +153 -0
  681. package/esm/region/index.js +2 -0
  682. package/esm/region/region-classes.js +6 -0
  683. package/esm/region/region.js +93 -0
  684. package/esm/row-layout/index.js +1 -0
  685. package/esm/row-layout/row-layout.js +35 -0
  686. package/esm/select/index.js +6 -0
  687. package/esm/select/select-classes.js +14 -0
  688. package/esm/select/select-field/index.js +1 -0
  689. package/esm/select/select-field/select-field.js +30 -0
  690. package/esm/select/select-menu/index.js +1 -0
  691. package/esm/select/select-menu/select-menu.js +30 -0
  692. package/esm/select/select-menu-actions/index.js +1 -0
  693. package/esm/select/select-menu-actions/select-menu-actions.js +9 -0
  694. package/esm/select/select-menu-body/index.js +1 -0
  695. package/esm/select/select-menu-body/select-menu-body.js +7 -0
  696. package/esm/select/select-menu-header/index.js +1 -0
  697. package/esm/select/select-menu-header/select-menu-header.js +7 -0
  698. package/esm/select/select-options.js +6 -0
  699. package/esm/select/select-overrides.js +21 -0
  700. package/esm/select/select.js +76 -0
  701. package/esm/selectable-card/index.js +3 -0
  702. package/esm/selectable-card/selectable-card-classes.js +13 -0
  703. package/esm/selectable-card/selectable-card-group/index.js +2 -0
  704. package/esm/selectable-card/selectable-card-group/selectable-card-group-classes.js +9 -0
  705. package/esm/selectable-card/selectable-card-group/selectable-card-group.js +46 -0
  706. package/esm/selectable-card/selectable-card.js +71 -0
  707. package/esm/sidebar/index.js +7 -0
  708. package/esm/sidebar/sidebar-banner/index.js +1 -0
  709. package/esm/sidebar/sidebar-banner/sidebar-banner.js +41 -0
  710. package/esm/sidebar/sidebar-classes.js +11 -0
  711. package/esm/sidebar/sidebar-context.js +7 -0
  712. package/esm/sidebar/sidebar-items/index.js +1 -0
  713. package/esm/sidebar/sidebar-items/sidebar-items.js +34 -0
  714. package/esm/sidebar/sidebar-link/index.js +2 -0
  715. package/esm/sidebar/sidebar-link/sidebar-link-classes.js +15 -0
  716. package/esm/sidebar/sidebar-link/sidebar-link.js +148 -0
  717. package/esm/sidebar/sidebar-menu/index.js +2 -0
  718. package/esm/sidebar/sidebar-menu/sidebar-menu-classes.js +12 -0
  719. package/esm/sidebar/sidebar-menu/sidebar-menu.js +106 -0
  720. package/esm/sidebar/sidebar-new.js +170 -0
  721. package/esm/sidebar/sidebar-old.js +136 -0
  722. package/esm/sidebar/sidebar-types.js +1 -0
  723. package/esm/sidebar/sidebar.js +20 -0
  724. package/esm/spinner/index.js +1 -0
  725. package/esm/spinner/spinner-classes.js +6 -0
  726. package/esm/spinner/spinner.js +99 -0
  727. package/esm/stack-layout/index.js +2 -0
  728. package/esm/stack-layout/stack-layout-item/index.js +1 -0
  729. package/esm/stack-layout/stack-layout-item/stack-layout-item.js +8 -0
  730. package/esm/stack-layout/stack-layout.js +38 -0
  731. package/esm/status/index.js +2 -0
  732. package/esm/status/status-dot/index.js +2 -0
  733. package/esm/status/status-dot/status-dot-classes.js +6 -0
  734. package/esm/status/status-dot/status-dot.js +72 -0
  735. package/esm/status/status-icon/index.js +2 -0
  736. package/esm/status/status-icon/status-icon-classes.js +6 -0
  737. package/esm/status/status-icon/status-icon.js +98 -0
  738. package/esm/stepper/index.js +4 -0
  739. package/esm/stepper/step/index.js +1 -0
  740. package/esm/stepper/step-content/index.js +1 -0
  741. package/esm/stepper/step-label/index.js +1 -0
  742. package/esm/stepper/step-label/step-label.js +21 -0
  743. package/esm/stepper/stepper.js +1 -0
  744. package/esm/styled.js +7 -0
  745. package/esm/styles/classes.js +26 -0
  746. package/esm/styles/color-manipulator.js +1 -0
  747. package/esm/styles/index.js +1 -0
  748. package/esm/svg-icon/index.js +1 -0
  749. package/esm/svg-icon/svg-icon.js +29 -0
  750. package/esm/switch/index.js +3 -0
  751. package/esm/switch/switch-classes.js +6 -0
  752. package/esm/switch/switch-field/index.js +1 -0
  753. package/esm/switch/switch-field/switch-field.js +36 -0
  754. package/esm/switch/switch-overrides.js +80 -0
  755. package/esm/switch/switch.js +71 -0
  756. package/esm/table/index.js +9 -0
  757. package/esm/table/table-body/index.js +1 -0
  758. package/esm/table/table-cell/index.js +1 -0
  759. package/esm/table/table-cell/table-cell-overrides.js +23 -0
  760. package/esm/table/table-container/index.js +1 -0
  761. package/esm/table/table-container/table-container-overrides.js +9 -0
  762. package/esm/table/table-empty-state/index.js +1 -0
  763. package/esm/table/table-empty-state/table-empty-state.js +12 -0
  764. package/esm/table/table-head/index.js +1 -0
  765. package/esm/table/table-loading-state/index.js +2 -0
  766. package/esm/table/table-loading-state/table-loading-state-classes.js +6 -0
  767. package/esm/table/table-loading-state/table-loading-state.js +45 -0
  768. package/esm/table/table-overrides.js +23 -0
  769. package/esm/table/table-row/index.js +1 -0
  770. package/esm/table/table-row/table-row-overrides.js +24 -0
  771. package/esm/table/table-sort-label/index.js +15 -0
  772. package/esm/table/table-sort-label/table-sort-label-overrides.js +23 -0
  773. package/esm/tabs/index.js +5 -0
  774. package/esm/tabs/tab/index.js +1 -0
  775. package/esm/tabs/tab/tab-override.js +54 -0
  776. package/esm/tabs/tab/tab.js +30 -0
  777. package/esm/tabs/tab-list/index.js +1 -0
  778. package/esm/tabs/tab-list/tab-list.js +24 -0
  779. package/esm/tabs/tab-panel/index.js +1 -0
  780. package/esm/tabs/tab-panel/tab-panel.js +33 -0
  781. package/esm/tabs/tabs-context.js +16 -0
  782. package/esm/tabs/tabs-overrides.js +20 -0
  783. package/esm/tabs/tabs.js +32 -0
  784. package/esm/text/index.js +3 -0
  785. package/esm/text/text-overrides.js +30 -0
  786. package/esm/text-field/index.js +1 -0
  787. package/esm/text-field/text-field-overrides.js +11 -0
  788. package/esm/text-field/text-field.js +30 -0
  789. package/esm/theme/colors.js +38 -0
  790. package/esm/theme/create-component-overrides.js +1 -0
  791. package/esm/theme/create-components.js +156 -0
  792. package/esm/theme/create-layout.js +18 -0
  793. package/esm/theme/create-mixins.js +73 -0
  794. package/esm/theme/create-palette.js +90 -0
  795. package/esm/theme/create-quantum-theme.js +22 -0
  796. package/esm/theme/create-theme.js +94 -0
  797. package/esm/theme/create-typography.js +51 -0
  798. package/esm/theme/default-theme.js +7 -0
  799. package/esm/theme/index.js +6 -0
  800. package/esm/theme/theme-provider.js +7 -0
  801. package/esm/theme/tokens.js +1 -0
  802. package/esm/theme/use-theme-props.js +7 -0
  803. package/esm/theme/use-theme.js +3 -0
  804. package/esm/title-block/index.js +1 -0
  805. package/esm/title-block/title-block-classes.js +6 -0
  806. package/esm/title-block/title-block.js +33 -0
  807. package/esm/toast/index.js +3 -0
  808. package/esm/toast/toast-classes.js +6 -0
  809. package/esm/toast/toast-overrides.js +28 -0
  810. package/esm/toast/toast-provider.js +50 -0
  811. package/esm/toast/toast.js +51 -0
  812. package/esm/tooltip/index.js +1 -0
  813. package/esm/tooltip/tooltip-overrides.js +26 -0
  814. package/esm/transitions/index.js +2 -0
  815. package/esm/use-media-query/index.js +1 -0
  816. package/esm/utils/clsx.js +4 -0
  817. package/esm/utils/index.js +3 -0
  818. package/esm/utils/layouts.js +1 -0
  819. package/esm/utils/md5.js +4 -0
  820. package/esm/utils/responsive-style-value.js +18 -0
  821. package/esm/utils/use-controlled.js +1 -0
  822. package/esm/utils/use-id.js +37 -0
  823. package/expansion-panel/expansion-panel-details.d.ts +3 -0
  824. package/expansion-panel/expansion-panel-details.js +21 -0
  825. package/expansion-panel/expansion-panel-header.d.ts +13 -0
  826. package/expansion-panel/expansion-panel-header.js +8 -0
  827. package/expansion-panel/expansion-panel-summary.d.ts +3 -0
  828. package/expansion-panel/expansion-panel-summary.js +76 -0
  829. package/expansion-panel/expansion-panel.d.ts +3 -0
  830. package/expansion-panel/expansion-panel.js +48 -0
  831. package/expansion-panel/index.d.ts +8 -0
  832. package/expansion-panel/index.js +11 -0
  833. package/field-set/field-set-classes.d.ts +5 -0
  834. package/field-set/field-set-classes.js +16 -0
  835. package/field-set/field-set.d.ts +28 -0
  836. package/field-set/field-set.js +98 -0
  837. package/field-set/index.d.ts +3 -0
  838. package/field-set/index.js +7 -0
  839. package/form/form-actions/form-actions-classes.d.ts +5 -0
  840. package/form/form-actions/form-actions-classes.js +10 -0
  841. package/form/form-actions/form-actions.d.ts +16 -0
  842. package/form/form-actions/form-actions.js +89 -0
  843. package/form/form-actions/index.d.ts +3 -0
  844. package/form/form-actions/index.js +7 -0
  845. package/form/form-control/form-control-overrides.d.ts +3 -0
  846. package/form/form-control/form-control-overrides.js +20 -0
  847. package/form/form-control/index.d.ts +6 -0
  848. package/form/form-control/index.js +8 -0
  849. package/form/form-control-label/form-control-label-classes.d.ts +5 -0
  850. package/form/form-control-label/form-control-label-classes.js +18 -0
  851. package/form/form-control-label/form-control-label.d.ts +15 -0
  852. package/form/form-control-label/form-control-label.js +139 -0
  853. package/form/form-control-label/form-control-overrides.d.ts +3 -0
  854. package/form/form-control-label/form-control-overrides.js +26 -0
  855. package/form/form-control-label/index.d.ts +3 -0
  856. package/form/form-control-label/index.js +7 -0
  857. package/form/form-field/form-field-classes.d.ts +5 -0
  858. package/form/form-field/form-field-classes.js +15 -0
  859. package/form/form-field/form-field.d.ts +32 -0
  860. package/form/form-field/form-field.js +90 -0
  861. package/form/form-field/index.d.ts +3 -0
  862. package/form/form-field/index.js +7 -0
  863. package/form/form-group/index.d.ts +2 -0
  864. package/form/form-group/index.js +8 -0
  865. package/form/form-helper-text/form-helper-text-overrides.d.ts +3 -0
  866. package/form/form-helper-text/form-helper-text-overrides.js +39 -0
  867. package/form/form-helper-text/index.d.ts +4 -0
  868. package/form/form-helper-text/index.js +8 -0
  869. package/form/form-label/form-label-overrides.d.ts +3 -0
  870. package/form/form-label/form-label-overrides.js +32 -0
  871. package/form/form-label/index.d.ts +2 -0
  872. package/form/form-label/index.js +8 -0
  873. package/form/form-layout/form-layout-context.d.ts +9 -0
  874. package/form/form-layout/form-layout-context.js +32 -0
  875. package/form/form-layout/form-layout.d.ts +8 -0
  876. package/form/form-layout/form-layout.js +58 -0
  877. package/form/form-layout/index.d.ts +4 -0
  878. package/form/form-layout/index.js +8 -0
  879. package/form/form.d.ts +6 -0
  880. package/form/form.js +60 -0
  881. package/form/index.d.ts +10 -0
  882. package/form/index.js +27 -0
  883. package/gallery-layout/gallery-layout-item/gallery-layout-item.d.ts +6 -0
  884. package/gallery-layout/gallery-layout-item/gallery-layout-item.js +5 -0
  885. package/gallery-layout/gallery-layout-item/index.d.ts +2 -0
  886. package/gallery-layout/gallery-layout-item/index.js +5 -0
  887. package/gallery-layout/gallery-layout.d.ts +21 -0
  888. package/gallery-layout/gallery-layout.js +73 -0
  889. package/gallery-layout/index.d.ts +3 -0
  890. package/gallery-layout/index.js +21 -0
  891. package/icon/apis.d.ts +2 -0
  892. package/icon/apis.js +61 -0
  893. package/icon/application-plus.d.ts +2 -0
  894. package/icon/application-plus.js +57 -0
  895. package/icon/arrows-h.d.ts +2 -0
  896. package/icon/arrows-h.js +58 -0
  897. package/icon/border-pill.d.ts +2 -0
  898. package/icon/border-pill.js +56 -0
  899. package/icon/border-rounded.d.ts +2 -0
  900. package/icon/border-rounded.js +56 -0
  901. package/icon/border-sharp.d.ts +2 -0
  902. package/icon/border-sharp.js +56 -0
  903. package/icon/bot.d.ts +2 -0
  904. package/icon/bot.js +60 -0
  905. package/icon/browsers.d.ts +2 -0
  906. package/icon/browsers.js +59 -0
  907. package/icon/bug.d.ts +2 -0
  908. package/icon/bug.js +65 -0
  909. package/icon/building.d.ts +2 -0
  910. package/icon/building.js +57 -0
  911. package/icon/cash.d.ts +2 -0
  912. package/icon/cash.js +56 -0
  913. package/icon/clipboard-check.d.ts +2 -0
  914. package/icon/clipboard-check.js +58 -0
  915. package/icon/enterprise.d.ts +2 -0
  916. package/icon/enterprise.js +56 -0
  917. package/icon/feather-icons.d.ts +284 -0
  918. package/icon/feather-icons.js +302 -0
  919. package/icon/folder-cancel.d.ts +2 -0
  920. package/icon/folder-cancel.js +57 -0
  921. package/icon/font.d.ts +2 -0
  922. package/icon/font.js +56 -0
  923. package/icon/help.d.ts +2 -0
  924. package/icon/help.js +56 -0
  925. package/icon/hooks.d.ts +2 -0
  926. package/icon/hooks.js +61 -0
  927. package/icon/hosted-pages.d.ts +2 -0
  928. package/icon/hosted-pages.js +60 -0
  929. package/icon/id-tag.d.ts +2 -0
  930. package/icon/id-tag.js +61 -0
  931. package/icon/index.d.ts +35 -0
  932. package/icon/index.js +85 -0
  933. package/icon/integration.d.ts +2 -0
  934. package/icon/integration.js +60 -0
  935. package/icon/layout-bottom.d.ts +2 -0
  936. package/icon/layout-bottom.js +56 -0
  937. package/icon/layout-center.d.ts +2 -0
  938. package/icon/layout-center.js +56 -0
  939. package/icon/layout-left.d.ts +2 -0
  940. package/icon/layout-left.js +56 -0
  941. package/icon/layout-right.d.ts +2 -0
  942. package/icon/layout-right.js +56 -0
  943. package/icon/layout-top.d.ts +2 -0
  944. package/icon/layout-top.js +56 -0
  945. package/icon/megaphone.d.ts +2 -0
  946. package/icon/megaphone.js +57 -0
  947. package/icon/page-background.d.ts +2 -0
  948. package/icon/page-background.js +57 -0
  949. package/icon/paint-brush.d.ts +2 -0
  950. package/icon/paint-brush.js +56 -0
  951. package/icon/paint.d.ts +2 -0
  952. package/icon/paint.js +56 -0
  953. package/icon/recovery-code.d.ts +2 -0
  954. package/icon/recovery-code.js +57 -0
  955. package/icon/types.d.ts +9 -0
  956. package/icon/types.js +2 -0
  957. package/icon/web-authn.d.ts +2 -0
  958. package/icon/web-authn.js +56 -0
  959. package/icon/webauthn-platform.d.ts +2 -0
  960. package/icon/webauthn-platform.js +56 -0
  961. package/icon/widget.d.ts +2 -0
  962. package/icon/widget.js +56 -0
  963. package/icon-button/icon-button-context.d.ts +7 -0
  964. package/icon-button/icon-button-context.js +32 -0
  965. package/icon-button/icon-button-overrides.d.ts +2 -0
  966. package/icon-button/icon-button-overrides.js +183 -0
  967. package/icon-button/icon-button.d.ts +20 -0
  968. package/icon-button/icon-button.js +81 -0
  969. package/icon-button/index.d.ts +4 -0
  970. package/icon-button/index.js +9 -0
  971. package/identicons/common.d.ts +32 -0
  972. package/identicons/common.js +40 -0
  973. package/identicons/icons/icon-access-token.d.ts +3 -0
  974. package/identicons/icons/icon-access-token.js +71 -0
  975. package/identicons/icons/icon-account-takeover.d.ts +3 -0
  976. package/identicons/icons/icon-account-takeover.js +73 -0
  977. package/identicons/icons/icon-actions.d.ts +3 -0
  978. package/identicons/icons/icon-actions.js +72 -0
  979. package/identicons/icons/icon-activity.d.ts +3 -0
  980. package/identicons/icons/icon-activity.js +72 -0
  981. package/identicons/icons/icon-advanced-options.d.ts +3 -0
  982. package/identicons/icons/icon-advanced-options.js +73 -0
  983. package/identicons/icons/icon-anticipation.d.ts +3 -0
  984. package/identicons/icons/icon-anticipation.js +76 -0
  985. package/identicons/icons/icon-api-related.d.ts +3 -0
  986. package/identicons/icons/icon-api-related.js +73 -0
  987. package/identicons/icons/icon-api.d.ts +3 -0
  988. package/identicons/icons/icon-api.js +73 -0
  989. package/identicons/icons/icon-applications.d.ts +3 -0
  990. package/identicons/icons/icon-applications.js +72 -0
  991. package/identicons/icons/icon-attributes.d.ts +3 -0
  992. package/identicons/icons/icon-attributes.js +72 -0
  993. package/identicons/icons/icon-auth0-authorization-server.d.ts +3 -0
  994. package/identicons/icons/icon-auth0-authorization-server.js +74 -0
  995. package/identicons/icons/icon-auth0-dashboard.d.ts +3 -0
  996. package/identicons/icons/icon-auth0-dashboard.js +74 -0
  997. package/identicons/icons/icon-auth0-logo-dark.d.ts +3 -0
  998. package/identicons/icons/icon-auth0-logo-dark.js +71 -0
  999. package/identicons/icons/icon-auth0-logo-light.d.ts +3 -0
  1000. package/identicons/icons/icon-auth0-logo-light.js +71 -0
  1001. package/identicons/icons/icon-authentication-a.d.ts +3 -0
  1002. package/identicons/icons/icon-authentication-a.js +71 -0
  1003. package/identicons/icons/icon-authentication-b.d.ts +3 -0
  1004. package/identicons/icons/icon-authentication-b.js +71 -0
  1005. package/identicons/icons/icon-authorization-server.d.ts +3 -0
  1006. package/identicons/icons/icon-authorization-server.js +74 -0
  1007. package/identicons/icons/icon-backend.d.ts +3 -0
  1008. package/identicons/icons/icon-backend.js +74 -0
  1009. package/identicons/icons/icon-biometrics.d.ts +3 -0
  1010. package/identicons/icons/icon-biometrics.js +70 -0
  1011. package/identicons/icons/icon-bot-detection.d.ts +3 -0
  1012. package/identicons/icons/icon-bot-detection.js +75 -0
  1013. package/identicons/icons/icon-boundary-protocol.d.ts +3 -0
  1014. package/identicons/icons/icon-boundary-protocol.js +72 -0
  1015. package/identicons/icons/icon-branding.d.ts +3 -0
  1016. package/identicons/icons/icon-branding.js +71 -0
  1017. package/identicons/icons/icon-breached-password.d.ts +3 -0
  1018. package/identicons/icons/icon-breached-password.js +78 -0
  1019. package/identicons/icons/icon-browser.d.ts +3 -0
  1020. package/identicons/icons/icon-browser.js +72 -0
  1021. package/identicons/icons/icon-brute-force.d.ts +3 -0
  1022. package/identicons/icons/icon-brute-force.js +73 -0
  1023. package/identicons/icons/icon-certificate.d.ts +3 -0
  1024. package/identicons/icons/icon-certificate.js +75 -0
  1025. package/identicons/icons/icon-cli-script.d.ts +3 -0
  1026. package/identicons/icons/icon-cli-script.js +71 -0
  1027. package/identicons/icons/icon-cloud.d.ts +3 -0
  1028. package/identicons/icons/icon-cloud.js +70 -0
  1029. package/identicons/icons/icon-consistency.d.ts +3 -0
  1030. package/identicons/icons/icon-consistency.js +75 -0
  1031. package/identicons/icons/icon-cookies.d.ts +3 -0
  1032. package/identicons/icons/icon-cookies.js +74 -0
  1033. package/identicons/icons/icon-credential-application.d.ts +3 -0
  1034. package/identicons/icons/icon-credential-application.js +72 -0
  1035. package/identicons/icons/icon-credential-stuffing.d.ts +3 -0
  1036. package/identicons/icons/icon-credential-stuffing.js +74 -0
  1037. package/identicons/icons/icon-credential-user.d.ts +3 -0
  1038. package/identicons/icons/icon-credential-user.js +72 -0
  1039. package/identicons/icons/icon-customization.d.ts +3 -0
  1040. package/identicons/icons/icon-customization.js +72 -0
  1041. package/identicons/icons/icon-dashboard.d.ts +3 -0
  1042. package/identicons/icons/icon-dashboard.js +74 -0
  1043. package/identicons/icons/icon-database.d.ts +3 -0
  1044. package/identicons/icons/icon-database.js +76 -0
  1045. package/identicons/icons/icon-desktop-app.d.ts +3 -0
  1046. package/identicons/icons/icon-desktop-app.js +73 -0
  1047. package/identicons/icons/icon-device-biometrics.d.ts +3 -0
  1048. package/identicons/icons/icon-device-biometrics.js +72 -0
  1049. package/identicons/icons/icon-efficiency.d.ts +3 -0
  1050. package/identicons/icons/icon-efficiency.js +78 -0
  1051. package/identicons/icons/icon-empathy.d.ts +3 -0
  1052. package/identicons/icons/icon-empathy.js +76 -0
  1053. package/identicons/icons/icon-enterprise-directory.d.ts +3 -0
  1054. package/identicons/icons/icon-enterprise-directory.js +73 -0
  1055. package/identicons/icons/icon-extensions.d.ts +3 -0
  1056. package/identicons/icons/icon-extensions.js +71 -0
  1057. package/identicons/icons/icon-fine-grained-authorization.d.ts +3 -0
  1058. package/identicons/icons/icon-fine-grained-authorization.js +74 -0
  1059. package/identicons/icons/icon-getting-started.d.ts +3 -0
  1060. package/identicons/icons/icon-getting-started.js +71 -0
  1061. package/identicons/icons/icon-guardian-push-notification.d.ts +3 -0
  1062. package/identicons/icons/icon-guardian-push-notification.js +73 -0
  1063. package/identicons/icons/icon-help.d.ts +3 -0
  1064. package/identicons/icons/icon-help.js +71 -0
  1065. package/identicons/icons/icon-id-token.d.ts +3 -0
  1066. package/identicons/icons/icon-id-token.js +72 -0
  1067. package/identicons/icons/icon-identifier-first.d.ts +3 -0
  1068. package/identicons/icons/icon-identifier-first.js +71 -0
  1069. package/identicons/icons/icon-identifier-password.d.ts +3 -0
  1070. package/identicons/icons/icon-identifier-password.js +72 -0
  1071. package/identicons/icons/icon-integrations-marketplace.d.ts +3 -0
  1072. package/identicons/icons/icon-integrations-marketplace.js +74 -0
  1073. package/identicons/icons/icon-ip-throttling.d.ts +3 -0
  1074. package/identicons/icons/icon-ip-throttling.js +74 -0
  1075. package/identicons/icons/icon-login-customization.d.ts +3 -0
  1076. package/identicons/icons/icon-login-customization.js +79 -0
  1077. package/identicons/icons/icon-login.d.ts +3 -0
  1078. package/identicons/icons/icon-login.js +73 -0
  1079. package/identicons/icons/icon-logs.d.ts +3 -0
  1080. package/identicons/icons/icon-logs.js +72 -0
  1081. package/identicons/icons/icon-mail-message-a.d.ts +3 -0
  1082. package/identicons/icons/icon-mail-message-a.js +77 -0
  1083. package/identicons/icons/icon-mail-message-b.d.ts +3 -0
  1084. package/identicons/icons/icon-mail-message-b.js +75 -0
  1085. package/identicons/icons/icon-mobile-app.d.ts +3 -0
  1086. package/identicons/icons/icon-mobile-app.js +72 -0
  1087. package/identicons/icons/icon-monitoring.d.ts +3 -0
  1088. package/identicons/icons/icon-monitoring.js +72 -0
  1089. package/identicons/icons/icon-multifactor.d.ts +3 -0
  1090. package/identicons/icons/icon-multifactor.js +77 -0
  1091. package/identicons/icons/icon-multiple-failed-logins.d.ts +3 -0
  1092. package/identicons/icons/icon-multiple-failed-logins.js +78 -0
  1093. package/identicons/icons/icon-one-time-password.d.ts +3 -0
  1094. package/identicons/icons/icon-one-time-password.js +78 -0
  1095. package/identicons/icons/icon-organizations.d.ts +3 -0
  1096. package/identicons/icons/icon-organizations.js +79 -0
  1097. package/identicons/icons/icon-phone-message-a.d.ts +3 -0
  1098. package/identicons/icons/icon-phone-message-a.js +73 -0
  1099. package/identicons/icons/icon-phone-message-b.d.ts +3 -0
  1100. package/identicons/icons/icon-phone-message-b.js +77 -0
  1101. package/identicons/icons/icon-pipeline-a.d.ts +3 -0
  1102. package/identicons/icons/icon-pipeline-a.js +73 -0
  1103. package/identicons/icons/icon-pipeline-b.d.ts +3 -0
  1104. package/identicons/icons/icon-pipeline-b.js +77 -0
  1105. package/identicons/icons/icon-refresh-token.d.ts +3 -0
  1106. package/identicons/icons/icon-refresh-token.js +72 -0
  1107. package/identicons/icons/icon-sdk.d.ts +3 -0
  1108. package/identicons/icons/icon-sdk.js +73 -0
  1109. package/identicons/icons/icon-security.d.ts +3 -0
  1110. package/identicons/icons/icon-security.js +72 -0
  1111. package/identicons/icons/icon-server.d.ts +3 -0
  1112. package/identicons/icons/icon-server.js +74 -0
  1113. package/identicons/icons/icon-settings.d.ts +3 -0
  1114. package/identicons/icons/icon-settings.js +71 -0
  1115. package/identicons/icons/icon-social-providers.d.ts +3 -0
  1116. package/identicons/icons/icon-social-providers.js +74 -0
  1117. package/identicons/icons/icon-spa.d.ts +3 -0
  1118. package/identicons/icons/icon-spa.js +74 -0
  1119. package/identicons/icons/icon-teams.d.ts +3 -0
  1120. package/identicons/icons/icon-teams.js +72 -0
  1121. package/identicons/icons/icon-tenant.d.ts +3 -0
  1122. package/identicons/icons/icon-tenant.js +72 -0
  1123. package/identicons/icons/icon-user-database.d.ts +3 -0
  1124. package/identicons/icons/icon-user-database.js +77 -0
  1125. package/identicons/icons/icon-user-management.d.ts +3 -0
  1126. package/identicons/icons/icon-user-management.js +72 -0
  1127. package/identicons/icons/icon-user.d.ts +3 -0
  1128. package/identicons/icons/icon-user.js +71 -0
  1129. package/identicons/icons/icon-users.d.ts +3 -0
  1130. package/identicons/icons/icon-users.js +72 -0
  1131. package/identicons/icons/icon-video.d.ts +3 -0
  1132. package/identicons/icons/icon-video.js +71 -0
  1133. package/identicons/icons/icon-web-app.d.ts +3 -0
  1134. package/identicons/icons/icon-web-app.js +72 -0
  1135. package/identicons/icons/icon-webauthn.d.ts +3 -0
  1136. package/identicons/icons/icon-webauthn.js +73 -0
  1137. package/identicons/icons/index.d.ts +82 -0
  1138. package/identicons/icons/index.js +172 -0
  1139. package/identicons/index.d.ts +2 -0
  1140. package/identicons/index.js +18 -0
  1141. package/illustrations/common.d.ts +3 -0
  1142. package/illustrations/common.js +4 -0
  1143. package/illustrations/components/experienced-user.d.ts +3 -0
  1144. package/illustrations/components/experienced-user.js +164 -0
  1145. package/illustrations/components/index.d.ts +7 -0
  1146. package/illustrations/components/index.js +21 -0
  1147. package/illustrations/components/new-auth0-user-a.d.ts +3 -0
  1148. package/illustrations/components/new-auth0-user-a.js +104 -0
  1149. package/illustrations/components/notifications.d.ts +3 -0
  1150. package/illustrations/components/notifications.js +151 -0
  1151. package/illustrations/components/roles.d.ts +3 -0
  1152. package/illustrations/components/roles.js +141 -0
  1153. package/illustrations/components/single-sign-on.d.ts +3 -0
  1154. package/illustrations/components/single-sign-on.js +143 -0
  1155. package/illustrations/components/streams-logs.d.ts +3 -0
  1156. package/illustrations/components/streams-logs.js +144 -0
  1157. package/illustrations/components/users.d.ts +3 -0
  1158. package/illustrations/components/users.js +140 -0
  1159. package/illustrations/index.d.ts +2 -0
  1160. package/illustrations/index.js +17 -0
  1161. package/image/image.d.ts +21 -0
  1162. package/image/image.js +30 -0
  1163. package/image/index.d.ts +2 -0
  1164. package/image/index.js +5 -0
  1165. package/image-preview-field/image-preview-field.d.ts +14 -0
  1166. package/image-preview-field/image-preview-field.js +137 -0
  1167. package/image-preview-field/index.d.ts +2 -0
  1168. package/image-preview-field/index.js +5 -0
  1169. package/index.d.ts +87 -0
  1170. package/index.js +103 -0
  1171. package/input/index.d.ts +5 -0
  1172. package/input/index.js +23 -0
  1173. package/input/input-actions/index.d.ts +2 -0
  1174. package/input/input-actions/index.js +5 -0
  1175. package/input/input-actions/input-actions.d.ts +7 -0
  1176. package/input/input-actions/input-actions.js +46 -0
  1177. package/input/input-adornment/index.d.ts +2 -0
  1178. package/input/input-adornment/index.js +5 -0
  1179. package/input/input-adornment/input-adornment-overrides.d.ts +3 -0
  1180. package/input/input-adornment/input-adornment-overrides.js +23 -0
  1181. package/input/input-adornment/input-adornment.d.ts +7 -0
  1182. package/input/input-adornment/input-adornment.js +67 -0
  1183. package/input/input-base-overrides.d.ts +3 -0
  1184. package/input/input-base-overrides.js +44 -0
  1185. package/input/input-label/index.d.ts +6 -0
  1186. package/input/input-label/index.js +8 -0
  1187. package/input/input-label/input-label-overrides.d.ts +3 -0
  1188. package/input/input-label/input-label-overrides.js +30 -0
  1189. package/input/input.d.ts +23 -0
  1190. package/input/input.js +84 -0
  1191. package/input/outlined-input-overrides.d.ts +3 -0
  1192. package/input/outlined-input-overrides.js +94 -0
  1193. package/label/index.d.ts +2 -0
  1194. package/label/index.js +5 -0
  1195. package/label/label.d.ts +12 -0
  1196. package/label/label.js +72 -0
  1197. package/link/index.d.ts +3 -0
  1198. package/link/index.js +7 -0
  1199. package/link/link-classes.d.ts +5 -0
  1200. package/link/link-classes.js +10 -0
  1201. package/link/link.d.ts +58 -0
  1202. package/link/link.js +167 -0
  1203. package/list/index.d.ts +7 -0
  1204. package/list/index.js +23 -0
  1205. package/list/list-item/index.d.ts +14 -0
  1206. package/list/list-item/index.js +9 -0
  1207. package/list/list-item/list-item-overrides.d.ts +3 -0
  1208. package/list/list-item/list-item-overrides.js +30 -0
  1209. package/list/list-item-avatar/index.d.ts +2 -0
  1210. package/list/list-item-avatar/index.js +9 -0
  1211. package/list/list-item-icon/index.d.ts +2 -0
  1212. package/list/list-item-icon/index.js +9 -0
  1213. package/list/list-item-secondary-action/index.d.ts +2 -0
  1214. package/list/list-item-secondary-action/index.js +9 -0
  1215. package/list/list-item-text/index.d.ts +2 -0
  1216. package/list/list-item-text/index.js +9 -0
  1217. package/list/list-item-text/list-item-text-overrides.d.ts +3 -0
  1218. package/list/list-item-text/list-item-text-overrides.js +18 -0
  1219. package/list/list-overrides.d.ts +3 -0
  1220. package/list/list-overrides.js +13 -0
  1221. package/list/list-subheader/index.d.ts +2 -0
  1222. package/list/list-subheader/index.js +9 -0
  1223. package/list/list-subheader/list-subheader-overrides.d.ts +3 -0
  1224. package/list/list-subheader/list-subheader-overrides.js +14 -0
  1225. package/list/list.d.ts +2 -0
  1226. package/list/list.js +9 -0
  1227. package/logo/index.d.ts +2 -0
  1228. package/logo/index.js +5 -0
  1229. package/logo/logo-classes.d.ts +5 -0
  1230. package/logo/logo-classes.js +10 -0
  1231. package/logo/logo.d.ts +26 -0
  1232. package/logo/logo.js +119 -0
  1233. package/menu/index.d.ts +3 -0
  1234. package/menu/index.js +19 -0
  1235. package/menu/menu-item/index.d.ts +2 -0
  1236. package/menu/menu-item/index.js +8 -0
  1237. package/menu/menu-item/menu-item-overrides.d.ts +3 -0
  1238. package/menu/menu-item/menu-item-overrides.js +25 -0
  1239. package/menu/menu-list/index.d.ts +2 -0
  1240. package/menu/menu-list/index.js +8 -0
  1241. package/menu/menu-overrides.d.ts +3 -0
  1242. package/menu/menu-overrides.js +27 -0
  1243. package/menu/menu.d.ts +2 -0
  1244. package/menu/menu.js +8 -0
  1245. package/mobile-stepper/index.d.ts +2 -0
  1246. package/mobile-stepper/index.js +8 -0
  1247. package/mobile-stepper/mobile-stepper-overrides.d.ts +3 -0
  1248. package/mobile-stepper/mobile-stepper-overrides.js +14 -0
  1249. package/mui-type-overrides.d.ts +309 -0
  1250. package/no-ssr/index.d.ts +2 -0
  1251. package/no-ssr/index.js +8 -0
  1252. package/overridable-component.d.ts +28 -0
  1253. package/overridable-component.js +2 -0
  1254. package/package.json +68 -0
  1255. package/page/index.d.ts +3 -0
  1256. package/page/index.js +20 -0
  1257. package/page/page-context.d.ts +9 -0
  1258. package/page/page-context.js +35 -0
  1259. package/page/page-header/index.d.ts +3 -0
  1260. package/page/page-header/index.js +7 -0
  1261. package/page/page-header/page-header-classes.d.ts +5 -0
  1262. package/page/page-header/page-header-classes.js +19 -0
  1263. package/page/page-header/page-header.d.ts +25 -0
  1264. package/page/page-header/page-header.js +108 -0
  1265. package/page/page.d.ts +14 -0
  1266. package/page/page.js +66 -0
  1267. package/pagination/index.d.ts +3 -0
  1268. package/pagination/index.js +7 -0
  1269. package/pagination/pagination-classes.d.ts +5 -0
  1270. package/pagination/pagination-classes.js +16 -0
  1271. package/pagination/pagination.d.ts +22 -0
  1272. package/pagination/pagination.js +138 -0
  1273. package/panel-layout/index.d.ts +8 -0
  1274. package/panel-layout/index.js +11 -0
  1275. package/panel-layout/panel/index.d.ts +2 -0
  1276. package/panel-layout/panel/index.js +5 -0
  1277. package/panel-layout/panel/panel.d.ts +10 -0
  1278. package/panel-layout/panel/panel.js +65 -0
  1279. package/panel-layout/panel-body/index.d.ts +2 -0
  1280. package/panel-layout/panel-body/index.js +5 -0
  1281. package/panel-layout/panel-body/panel-body.d.ts +6 -0
  1282. package/panel-layout/panel-body/panel-body.js +62 -0
  1283. package/panel-layout/panel-layout.d.ts +8 -0
  1284. package/panel-layout/panel-layout.js +70 -0
  1285. package/panel-layout/panel-title/index.d.ts +2 -0
  1286. package/panel-layout/panel-title/index.js +5 -0
  1287. package/panel-layout/panel-title/panel-title.d.ts +12 -0
  1288. package/panel-layout/panel-title/panel-title.js +62 -0
  1289. package/paper/index.d.ts +2 -0
  1290. package/paper/index.js +8 -0
  1291. package/popover/index.d.ts +2 -0
  1292. package/popover/index.js +8 -0
  1293. package/popper/index.d.ts +2 -0
  1294. package/popper/index.js +8 -0
  1295. package/portal/index.d.ts +2 -0
  1296. package/portal/index.js +8 -0
  1297. package/promo-banner/index.d.ts +3 -0
  1298. package/promo-banner/index.js +7 -0
  1299. package/promo-banner/promo-banner-classes.d.ts +5 -0
  1300. package/promo-banner/promo-banner-classes.js +21 -0
  1301. package/promo-banner/promo-banner.d.ts +21 -0
  1302. package/promo-banner/promo-banner.js +194 -0
  1303. package/pulsing-dot/index.d.ts +2 -0
  1304. package/pulsing-dot/index.js +5 -0
  1305. package/pulsing-dot/pulsing-dot.d.ts +13 -0
  1306. package/pulsing-dot/pulsing-dot.js +104 -0
  1307. package/quantum-provider/index.d.ts +4 -0
  1308. package/quantum-provider/index.js +8 -0
  1309. package/quantum-provider/quantum-context.d.ts +11 -0
  1310. package/quantum-provider/quantum-context.js +38 -0
  1311. package/quantum-provider/quantum-provider.d.ts +13 -0
  1312. package/quantum-provider/quantum-provider.js +101 -0
  1313. package/radio/index.d.ts +5 -0
  1314. package/radio/index.js +25 -0
  1315. package/radio/radio-classes.d.ts +5 -0
  1316. package/radio/radio-classes.js +15 -0
  1317. package/radio/radio-group/index.d.ts +2 -0
  1318. package/radio/radio-group/index.js +9 -0
  1319. package/radio/radio-icons.d.ts +3 -0
  1320. package/radio/radio-icons.js +45 -0
  1321. package/radio/radio-overrides.d.ts +3 -0
  1322. package/radio/radio-overrides.js +71 -0
  1323. package/radio/radio.d.ts +13 -0
  1324. package/radio/radio.js +89 -0
  1325. package/radio-field/index.d.ts +2 -0
  1326. package/radio-field/index.js +5 -0
  1327. package/radio-field/radio-field.d.ts +11 -0
  1328. package/radio-field/radio-field.js +58 -0
  1329. package/region/flags.d.ts +7 -0
  1330. package/region/flags.js +185 -0
  1331. package/region/index.d.ts +3 -0
  1332. package/region/index.js +7 -0
  1333. package/region/region-classes.d.ts +5 -0
  1334. package/region/region-classes.js +10 -0
  1335. package/region/region.d.ts +25 -0
  1336. package/region/region.js +122 -0
  1337. package/row-layout/index.d.ts +2 -0
  1338. package/row-layout/index.js +5 -0
  1339. package/row-layout/row-layout.d.ts +8 -0
  1340. package/row-layout/row-layout.js +61 -0
  1341. package/select/index.d.ts +8 -0
  1342. package/select/index.js +24 -0
  1343. package/select/select-classes.d.ts +5 -0
  1344. package/select/select-classes.js +18 -0
  1345. package/select/select-field/index.d.ts +2 -0
  1346. package/select/select-field/index.js +5 -0
  1347. package/select/select-field/select-field.d.ts +8 -0
  1348. package/select/select-field/select-field.js +56 -0
  1349. package/select/select-menu/index.d.ts +2 -0
  1350. package/select/select-menu/index.js +5 -0
  1351. package/select/select-menu/select-menu.d.ts +7 -0
  1352. package/select/select-menu/select-menu.js +56 -0
  1353. package/select/select-menu-actions/index.d.ts +2 -0
  1354. package/select/select-menu-actions/index.js +5 -0
  1355. package/select/select-menu-actions/select-menu-actions.d.ts +7 -0
  1356. package/select/select-menu-actions/select-menu-actions.js +12 -0
  1357. package/select/select-menu-body/index.d.ts +2 -0
  1358. package/select/select-menu-body/index.js +5 -0
  1359. package/select/select-menu-body/select-menu-body.d.ts +6 -0
  1360. package/select/select-menu-body/select-menu-body.js +10 -0
  1361. package/select/select-menu-header/index.d.ts +2 -0
  1362. package/select/select-menu-header/index.js +5 -0
  1363. package/select/select-menu-header/select-menu-header.d.ts +6 -0
  1364. package/select/select-menu-header/select-menu-header.js +10 -0
  1365. package/select/select-options.d.ts +12 -0
  1366. package/select/select-options.js +33 -0
  1367. package/select/select-overrides.d.ts +3 -0
  1368. package/select/select-overrides.js +25 -0
  1369. package/select/select.d.ts +13 -0
  1370. package/select/select.js +105 -0
  1371. package/selectable-card/index.d.ts +4 -0
  1372. package/selectable-card/index.js +22 -0
  1373. package/selectable-card/selectable-card-classes.d.ts +5 -0
  1374. package/selectable-card/selectable-card-classes.js +17 -0
  1375. package/selectable-card/selectable-card-group/index.d.ts +3 -0
  1376. package/selectable-card/selectable-card-group/index.js +7 -0
  1377. package/selectable-card/selectable-card-group/selectable-card-group-classes.d.ts +5 -0
  1378. package/selectable-card/selectable-card-group/selectable-card-group-classes.js +13 -0
  1379. package/selectable-card/selectable-card-group/selectable-card-group.d.ts +10 -0
  1380. package/selectable-card/selectable-card-group/selectable-card-group.js +75 -0
  1381. package/selectable-card/selectable-card.d.ts +54 -0
  1382. package/selectable-card/selectable-card.js +100 -0
  1383. package/sidebar/index.d.ts +9 -0
  1384. package/sidebar/index.js +27 -0
  1385. package/sidebar/sidebar-banner/index.d.ts +2 -0
  1386. package/sidebar/sidebar-banner/index.js +5 -0
  1387. package/sidebar/sidebar-banner/sidebar-banner.d.ts +13 -0
  1388. package/sidebar/sidebar-banner/sidebar-banner.js +67 -0
  1389. package/sidebar/sidebar-classes.d.ts +5 -0
  1390. package/sidebar/sidebar-classes.js +15 -0
  1391. package/sidebar/sidebar-context.d.ts +9 -0
  1392. package/sidebar/sidebar-context.js +34 -0
  1393. package/sidebar/sidebar-items/index.d.ts +2 -0
  1394. package/sidebar/sidebar-items/index.js +5 -0
  1395. package/sidebar/sidebar-items/sidebar-items.d.ts +8 -0
  1396. package/sidebar/sidebar-items/sidebar-items.js +60 -0
  1397. package/sidebar/sidebar-link/index.d.ts +3 -0
  1398. package/sidebar/sidebar-link/index.js +7 -0
  1399. package/sidebar/sidebar-link/sidebar-link-classes.d.ts +5 -0
  1400. package/sidebar/sidebar-link/sidebar-link-classes.js +19 -0
  1401. package/sidebar/sidebar-link/sidebar-link.d.ts +53 -0
  1402. package/sidebar/sidebar-link/sidebar-link.js +177 -0
  1403. package/sidebar/sidebar-menu/index.d.ts +3 -0
  1404. package/sidebar/sidebar-menu/index.js +7 -0
  1405. package/sidebar/sidebar-menu/sidebar-menu-classes.d.ts +5 -0
  1406. package/sidebar/sidebar-menu/sidebar-menu-classes.js +16 -0
  1407. package/sidebar/sidebar-menu/sidebar-menu.d.ts +32 -0
  1408. package/sidebar/sidebar-menu/sidebar-menu.js +136 -0
  1409. package/sidebar/sidebar-new.d.ts +3 -0
  1410. package/sidebar/sidebar-new.js +199 -0
  1411. package/sidebar/sidebar-old.d.ts +3 -0
  1412. package/sidebar/sidebar-old.js +165 -0
  1413. package/sidebar/sidebar-types.d.ts +23 -0
  1414. package/sidebar/sidebar-types.js +2 -0
  1415. package/sidebar/sidebar.d.ts +3 -0
  1416. package/sidebar/sidebar.js +46 -0
  1417. package/spinner/index.d.ts +2 -0
  1418. package/spinner/index.js +5 -0
  1419. package/spinner/spinner-classes.d.ts +5 -0
  1420. package/spinner/spinner-classes.js +10 -0
  1421. package/spinner/spinner.d.ts +21 -0
  1422. package/spinner/spinner.js +128 -0
  1423. package/stack-layout/index.d.ts +3 -0
  1424. package/stack-layout/index.js +20 -0
  1425. package/stack-layout/stack-layout-item/index.d.ts +2 -0
  1426. package/stack-layout/stack-layout-item/index.js +5 -0
  1427. package/stack-layout/stack-layout-item/stack-layout-item.d.ts +7 -0
  1428. package/stack-layout/stack-layout-item/stack-layout-item.js +11 -0
  1429. package/stack-layout/stack-layout.d.ts +9 -0
  1430. package/stack-layout/stack-layout.js +64 -0
  1431. package/status/index.d.ts +2 -0
  1432. package/status/index.js +18 -0
  1433. package/status/status-dot/index.d.ts +3 -0
  1434. package/status/status-dot/index.js +7 -0
  1435. package/status/status-dot/status-dot-classes.d.ts +5 -0
  1436. package/status/status-dot/status-dot-classes.js +10 -0
  1437. package/status/status-dot/status-dot.d.ts +30 -0
  1438. package/status/status-dot/status-dot.js +101 -0
  1439. package/status/status-icon/index.d.ts +3 -0
  1440. package/status/status-icon/index.js +7 -0
  1441. package/status/status-icon/status-icon-classes.d.ts +5 -0
  1442. package/status/status-icon/status-icon-classes.js +10 -0
  1443. package/status/status-icon/status-icon.d.ts +30 -0
  1444. package/status/status-icon/status-icon.js +128 -0
  1445. package/stepper/index.d.ts +4 -0
  1446. package/stepper/index.js +20 -0
  1447. package/stepper/step/index.d.ts +2 -0
  1448. package/stepper/step/index.js +8 -0
  1449. package/stepper/step-content/index.d.ts +2 -0
  1450. package/stepper/step-content/index.js +8 -0
  1451. package/stepper/step-label/index.d.ts +2 -0
  1452. package/stepper/step-label/index.js +5 -0
  1453. package/stepper/step-label/step-label.d.ts +3 -0
  1454. package/stepper/step-label/step-label.js +50 -0
  1455. package/stepper/stepper.d.ts +2 -0
  1456. package/stepper/stepper.js +8 -0
  1457. package/styled.d.ts +20 -0
  1458. package/styled.js +11 -0
  1459. package/styles/classes.d.ts +5 -0
  1460. package/styles/classes.js +58 -0
  1461. package/styles/color-manipulator.d.ts +1 -0
  1462. package/styles/color-manipulator.js +9 -0
  1463. package/styles/index.d.ts +1 -0
  1464. package/styles/index.js +17 -0
  1465. package/svg-icon/index.d.ts +2 -0
  1466. package/svg-icon/index.js +5 -0
  1467. package/svg-icon/svg-icon.d.ts +17 -0
  1468. package/svg-icon/svg-icon.js +55 -0
  1469. package/switch/index.d.ts +4 -0
  1470. package/switch/index.js +22 -0
  1471. package/switch/switch-classes.d.ts +5 -0
  1472. package/switch/switch-classes.js +10 -0
  1473. package/switch/switch-field/index.d.ts +2 -0
  1474. package/switch/switch-field/index.js +5 -0
  1475. package/switch/switch-field/switch-field.d.ts +11 -0
  1476. package/switch/switch-field/switch-field.js +65 -0
  1477. package/switch/switch-overrides.d.ts +3 -0
  1478. package/switch/switch-overrides.js +84 -0
  1479. package/switch/switch.d.ts +17 -0
  1480. package/switch/switch.js +100 -0
  1481. package/table/index.d.ts +10 -0
  1482. package/table/index.js +30 -0
  1483. package/table/table-body/index.d.ts +2 -0
  1484. package/table/table-body/index.js +8 -0
  1485. package/table/table-cell/index.d.ts +2 -0
  1486. package/table/table-cell/index.js +9 -0
  1487. package/table/table-cell/table-cell-overrides.d.ts +3 -0
  1488. package/table/table-cell/table-cell-overrides.js +27 -0
  1489. package/table/table-container/index.d.ts +2 -0
  1490. package/table/table-container/index.js +8 -0
  1491. package/table/table-container/table-container-overrides.d.ts +3 -0
  1492. package/table/table-container/table-container-overrides.js +13 -0
  1493. package/table/table-empty-state/index.d.ts +2 -0
  1494. package/table/table-empty-state/index.js +5 -0
  1495. package/table/table-empty-state/table-empty-state.d.ts +6 -0
  1496. package/table/table-empty-state/table-empty-state.js +15 -0
  1497. package/table/table-head/index.d.ts +2 -0
  1498. package/table/table-head/index.js +8 -0
  1499. package/table/table-loading-state/index.d.ts +3 -0
  1500. package/table/table-loading-state/index.js +7 -0
  1501. package/table/table-loading-state/table-loading-state-classes.d.ts +5 -0
  1502. package/table/table-loading-state/table-loading-state-classes.js +10 -0
  1503. package/table/table-loading-state/table-loading-state.d.ts +14 -0
  1504. package/table/table-loading-state/table-loading-state.js +74 -0
  1505. package/table/table-overrides.d.ts +3 -0
  1506. package/table/table-overrides.js +27 -0
  1507. package/table/table-row/index.d.ts +2 -0
  1508. package/table/table-row/index.js +8 -0
  1509. package/table/table-row/table-row-overrides.d.ts +3 -0
  1510. package/table/table-row/table-row-overrides.js +28 -0
  1511. package/table/table-sort-label/index.d.ts +4 -0
  1512. package/table/table-sort-label/index.js +44 -0
  1513. package/table/table-sort-label/table-sort-label-overrides.d.ts +3 -0
  1514. package/table/table-sort-label/table-sort-label-overrides.js +27 -0
  1515. package/tabs/index.d.ts +7 -0
  1516. package/tabs/index.js +25 -0
  1517. package/tabs/tab/index.d.ts +2 -0
  1518. package/tabs/tab/index.js +5 -0
  1519. package/tabs/tab/tab-override.d.ts +3 -0
  1520. package/tabs/tab/tab-override.js +58 -0
  1521. package/tabs/tab/tab.d.ts +5 -0
  1522. package/tabs/tab/tab.js +59 -0
  1523. package/tabs/tab-list/index.d.ts +2 -0
  1524. package/tabs/tab-list/index.js +5 -0
  1525. package/tabs/tab-list/tab-list.d.ts +4 -0
  1526. package/tabs/tab-list/tab-list.js +54 -0
  1527. package/tabs/tab-panel/index.d.ts +2 -0
  1528. package/tabs/tab-panel/index.js +5 -0
  1529. package/tabs/tab-panel/tab-panel.d.ts +9 -0
  1530. package/tabs/tab-panel/tab-panel.js +60 -0
  1531. package/tabs/tabs-context.d.ts +11 -0
  1532. package/tabs/tabs-context.js +43 -0
  1533. package/tabs/tabs-overrides.d.ts +3 -0
  1534. package/tabs/tabs-overrides.js +24 -0
  1535. package/tabs/tabs.d.ts +7 -0
  1536. package/tabs/tabs.js +59 -0
  1537. package/text/index.d.ts +6 -0
  1538. package/text/index.js +29 -0
  1539. package/text/text-overrides.d.ts +2 -0
  1540. package/text/text-overrides.js +33 -0
  1541. package/text-field/index.d.ts +2 -0
  1542. package/text-field/index.js +5 -0
  1543. package/text-field/text-field-overrides.d.ts +3 -0
  1544. package/text-field/text-field-overrides.js +15 -0
  1545. package/text-field/text-field.d.ts +8 -0
  1546. package/text-field/text-field.js +56 -0
  1547. package/theme/colors.d.ts +8 -0
  1548. package/theme/colors.js +42 -0
  1549. package/theme/create-component-overrides.d.ts +28 -0
  1550. package/theme/create-component-overrides.js +5 -0
  1551. package/theme/create-components.d.ts +7 -0
  1552. package/theme/create-components.js +160 -0
  1553. package/theme/create-layout.d.ts +12 -0
  1554. package/theme/create-layout.js +22 -0
  1555. package/theme/create-mixins.d.ts +14 -0
  1556. package/theme/create-mixins.js +77 -0
  1557. package/theme/create-palette.d.ts +12 -0
  1558. package/theme/create-palette.js +97 -0
  1559. package/theme/create-quantum-theme.d.ts +12 -0
  1560. package/theme/create-quantum-theme.js +26 -0
  1561. package/theme/create-theme.d.ts +12 -0
  1562. package/theme/create-theme.js +98 -0
  1563. package/theme/create-typography.d.ts +6 -0
  1564. package/theme/create-typography.js +55 -0
  1565. package/theme/default-theme.d.ts +2 -0
  1566. package/theme/default-theme.js +10 -0
  1567. package/theme/index.d.ts +12 -0
  1568. package/theme/index.js +15 -0
  1569. package/theme/theme-provider.d.ts +7 -0
  1570. package/theme/theme-provider.js +34 -0
  1571. package/theme/tokens.d.ts +14 -0
  1572. package/theme/tokens.js +2 -0
  1573. package/theme/use-theme-props.d.ts +4 -0
  1574. package/theme/use-theme-props.js +11 -0
  1575. package/theme/use-theme.d.ts +1 -0
  1576. package/theme/use-theme.js +7 -0
  1577. package/title-block/index.d.ts +2 -0
  1578. package/title-block/index.js +5 -0
  1579. package/title-block/title-block-classes.d.ts +6 -0
  1580. package/title-block/title-block-classes.js +10 -0
  1581. package/title-block/title-block.d.ts +19 -0
  1582. package/title-block/title-block.js +62 -0
  1583. package/toast/index.d.ts +5 -0
  1584. package/toast/index.js +10 -0
  1585. package/toast/toast-classes.d.ts +5 -0
  1586. package/toast/toast-classes.js +10 -0
  1587. package/toast/toast-overrides.d.ts +3 -0
  1588. package/toast/toast-overrides.js +32 -0
  1589. package/toast/toast-provider.d.ts +10 -0
  1590. package/toast/toast-provider.js +78 -0
  1591. package/toast/toast.d.ts +10 -0
  1592. package/toast/toast.js +80 -0
  1593. package/tooltip/index.d.ts +2 -0
  1594. package/tooltip/index.js +9 -0
  1595. package/tooltip/tooltip-overrides.d.ts +2 -0
  1596. package/tooltip/tooltip-overrides.js +29 -0
  1597. package/transitions/index.d.ts +4 -0
  1598. package/transitions/index.js +10 -0
  1599. package/use-media-query/index.d.ts +2 -0
  1600. package/use-media-query/index.js +8 -0
  1601. package/utils/clsx.d.ts +3 -0
  1602. package/utils/clsx.js +29 -0
  1603. package/utils/index.d.ts +3 -0
  1604. package/utils/index.js +12 -0
  1605. package/utils/layouts.d.ts +8 -0
  1606. package/utils/layouts.js +2 -0
  1607. package/utils/md5.d.ts +3 -0
  1608. package/utils/md5.js +29 -0
  1609. package/utils/responsive-style-value.d.ts +9 -0
  1610. package/utils/responsive-style-value.js +24 -0
  1611. package/utils/use-controlled.d.ts +1 -0
  1612. package/utils/use-controlled.js +8 -0
  1613. package/utils/use-id.d.ts +1 -0
  1614. package/utils/use-id.js +64 -0
@@ -0,0 +1,29 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var LayoutLeftIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 16 16" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 2.5H14.5V13.5H1.5V2.5ZM0 15V1H16V15H0ZM3.5 5C3.22386 5 3 5.22386 3 5.5V10.5C3 10.7761 3.22386 11 3.5 11H6.5C6.77614 11 7 10.7761 7 10.5V5.5C7 5.22386 6.77614 5 6.5 5H3.5Z", fill: color })));
29
+ };
@@ -0,0 +1,29 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var LayoutRightIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 16 16" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 2.5H14.5V13.5H1.5V2.5ZM0 15V1H16V15H0ZM9.5 5C9.22386 5 9 5.22386 9 5.5V10.5C9 10.7761 9.22386 11 9.5 11H12.5C12.7761 11 13 10.7761 13 10.5V5.5C13 5.22386 12.7761 5 12.5 5H9.5Z", fill: color })));
29
+ };
@@ -0,0 +1,29 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var LayoutTopIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 16 16" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", d: "M4 14.5V1.5H13V14.5H4ZM2.5 0.5C2.5 0.223858 2.72386 0 3 0H14C14.2761 0 14.5 0.223858 14.5 0.5V15.5C14.5 15.7761 14.2761 16 14 16H3C2.72386 16 2.5 15.7761 2.5 15.5V0.5ZM5.5 3.5C5.5 3.22386 5.72386 3 6 3H11C11.2761 3 11.5 3.22386 11.5 3.5C11.5 3.77614 11.2761 4 11 4H6C5.72386 4 5.5 3.77614 5.5 3.5ZM5.5 5.5C5.5 5.22386 5.72386 5 6 5H11C11.2761 5 11.5 5.22386 11.5 5.5C11.5 5.77614 11.2761 6 11 6H6C5.72386 6 5.5 5.77614 5.5 5.5Z", fill: color })));
29
+ };
@@ -0,0 +1,30 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var MegaphoneIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 20 20" }, rootProps),
28
+ React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
29
+ React.createElement("path", { d: "M17.6531721,16.4343982 L17.6531721,15.3241025 L9.88156225,14.2138069 L9.88156225,16.9901011 C9.88156225,17.0309045 9.86629659,17.0675442 9.85769231,17.106127 C9.85519429,17.1180627 9.85880254,17.1294432 9.85519429,17.1416565 C9.8538065,17.1474855 9.84936558,17.1513716 9.84742268,17.156923 C9.82993656,17.2104948 9.8035686,17.2579599 9.77192704,17.3034821 C9.76193497,17.3179159 9.75471848,17.3326273 9.74333862,17.3453957 C9.70808882,17.3867542 9.66617764,17.4186752 9.62065821,17.4480981 C9.60539255,17.4580907 9.59206979,17.4697488 9.57597145,17.478076 C9.53739096,17.4977838 9.49603489,17.5086092 9.45273592,17.5186018 C9.41887391,17.5277618 9.38612213,17.5369217 9.35003965,17.5394199 C9.34199048,17.539975 9.33477399,17.5444162 9.32672482,17.5444162 C9.31090404,17.5444162 9.29785884,17.5369217 9.28287074,17.5355338 C9.24151467,17.5338684 9.20043616,17.5388647 9.15880254,17.5280393 L4.89718477,16.4316224 C4.89302141,16.4316224 4.88996828,16.433843 4.88580492,16.433843 C4.60519429,16.433843 4.38287074,16.2223317 4.34567803,15.9519747 C4.3445678,15.947256 4.34345757,15.9428148 4.34290246,15.938096 C4.34040444,15.9178331 4.33068993,15.8997908 4.33068993,15.8786952 L4.33068993,13.4202231 L2.11050753,13.1026786 C1.49710547,13.1026786 1,12.6055437 1,11.9929381 L1,6.44146004 C1,5.82829929 1.49710547,5.33116442 2.11050753,5.33116442 L17.6537272,3.11057319 L17.6537272,2 L18.7636796,2 L18.7636796,4.22059123 L18.7636796,14.2132518 L18.7636796,16.4335654 L17.6531721,16.4335654 L17.6531721,16.4343982 Z M5.44036479,15.4401284 L8.77133228,16.2969991 L8.77133228,14.0555898 L5.44036479,13.579273 L5.44036479,15.4401284 L5.44036479,15.4401284 Z M2.10995242,6.997163 L2.10995242,11.4380679 C2.10995242,11.7445095 2.35836638,11.9932157 2.66478985,11.9932157 L14.3224822,13.7868983 L14.3224822,4.64861019 L2.66478985,6.44173761 C2.35836638,6.44173761 2.10995242,6.69072141 2.10995242,6.997163 L2.10995242,6.997163 Z M17.6531721,4.77601662 C17.6531721,4.46929745 17.4044806,4.22114638 17.0980571,4.22114638 L15.4327121,4.47762467 L15.4327121,13.9578838 L17.0980571,14.2140845 C17.4044806,14.2140845 17.6531721,13.9656559 17.6531721,13.6586591 L17.6531721,4.77601662 L17.6531721,4.77601662 Z", fill: color }))));
30
+ };
@@ -0,0 +1,30 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var PageBackgroundIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 24 24" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 6.28571C1 4.91815 1.77816 4 3.2 4H20.8C22.2218 4 23 4.91815 23 6.28571V17.7143C23 19.0818 22.2218 20 20.8 20H3.2C1.77816 20 1 19.0818 1 17.7143V6.28571ZM3.75 5.71429C3.10371 5.71429 2.65 6.23552 2.65 6.85714V17.1429C2.65 17.7645 3.10371 18.2857 3.75 18.2857H20.25C20.8963 18.2857 21.35 17.7645 21.35 17.1429V6.85714C21.35 6.23552 20.8963 5.71429 20.25 5.71429H3.75Z", fill: color }),
29
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 14.8125C15 15.5374 14.5264 16 13.8163 16H10.1837C9.47359 16 9 15.5374 9 14.8125C9 14.0876 9 9.1875 9 9.1875C9 8.46263 9.47359 8 10.1837 8H13.8163C14.5264 8 15 8.46263 15 9.1875V14.8125ZM13 14.5C13.5 14.5 13.5 14 13.5 14V10C13.5 10 13.5 9.5 13 9.5H11C11 9.5 10.5 9.5 10.5 10V14C10.5 14 10.5 14.5 11 14.5C11 14.5 12.5 14.5 13 14.5Z", fill: color })));
30
+ };
@@ -0,0 +1,29 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var PaintBrushIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 20 20", fill: "none" }, rootProps),
28
+ React.createElement("path", { d: "M18.3206582,4.66776279 L9.94314036,13.034673 C9.89484536,13.0829708 9.83378271,13.1054543 9.77993656,13.1432044 C10.0125297,13.7977236 10.1135607,14.5618846 9.77188739,15.3005088 C8.49734338,18.0504334 2,17.5149934 2,17.5149934 C5.33068993,15.8537136 2.36554322,13.7671905 4.22045995,11.9760061 C5.39369548,10.843227 6.57498017,10.7463537 7.44678826,10.9156738 C7.49286281,10.8385083 7.53005551,10.7571791 7.59639175,10.6902838 L9.16098335,9.12809786 L9.16098335,9.12782029 L9.94314036,8.34700489 L9.94341792,8.34700489 L15.9741872,2.32392875 C16.4063442,1.89202375 17.1063442,1.89202375 17.5385012,2.32392875 L18.3206582,3.10502171 C18.7525377,3.53637156 18.7525377,4.23558022 18.3206582,4.66776279 L18.3206582,4.66776279 Z M7.59639175,12.25358 C7.42125297,12.078986 7.33604282,11.8569269 7.30301348,11.6293163 C6.81950833,11.5724137 6.1425456,11.720083 5.33068993,12.5303212 C3.91542427,13.9428948 5.33068993,15.3005088 4.22045995,16.4074735 C4.22045995,16.4074735 7.82981761,16.544595 8.66137986,15.3005088 C9.13572561,14.5899196 9.09381443,13.8887679 8.90118953,13.3078057 C8.71078509,13.2614509 8.52731959,13.1828975 8.37854877,13.034673 L7.59639175,12.25358 L7.59639175,12.25358 Z M8.76990484,11.0813854 C8.55396511,11.2965052 8.55396511,11.647081 8.76990484,11.8624784 C8.98584457,12.0787085 9.33612213,12.0787085 9.55206186,11.8624784 L10.7255749,10.6908389 L9.94341792,9.9094684 L8.76990484,11.0813854 L8.76990484,11.0813854 Z M17.1471451,3.4955682 C16.9312054,3.27933812 16.5809278,3.27933812 16.3649881,3.4955682 L10.7255749,9.12782029 L11.507732,9.9094684 L17.1471451,4.27693874 C17.3633624,4.06070866 17.3633624,3.71124312 17.1471451,3.4955682 L17.1471451,3.4955682 Z", fill: color, strokeWidth: "1.5" })));
29
+ };
@@ -0,0 +1,29 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var PaintIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 24 24" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.7805 1.71967C11.6399 1.57902 11.4491 1.5 11.2502 1.5C11.0513 1.5 10.8605 1.57902 10.7199 1.71967C10.5792 1.86032 10.5002 2.05109 10.5002 2.25V3.507C10.1222 3.603 9.76519 3.7995 9.46969 4.095L2.00569 11.5605C1.58997 11.9757 1.35316 12.5371 1.34588 13.1246C1.33859 13.7121 1.5614 14.2791 1.96669 14.7045L7.39669 20.406C7.60367 20.6233 7.85204 20.797 8.12717 20.9169C8.4023 21.0368 8.69863 21.1004 8.99872 21.1041C9.29881 21.1077 9.5966 21.0513 9.87456 20.9381C10.1525 20.8249 10.405 20.6572 10.6172 20.445L18.2192 12.84C18.6405 12.4181 18.8772 11.8463 18.8772 11.25C18.8772 10.6537 18.6405 10.0819 18.2192 9.66L12.6512 4.095C12.4562 3.9015 12.2357 3.75 12.0002 3.642V2.25C12.0002 2.05109 11.9212 1.86032 11.7805 1.71967ZM10.5002 5.1855V6.75C10.5002 6.94891 10.5792 7.13968 10.7199 7.28033C10.8605 7.42098 11.0513 7.5 11.2502 7.5C11.4491 7.5 11.6399 7.42098 11.7805 7.28033C11.9212 7.13968 12.0002 6.94891 12.0002 6.75V5.565L17.1587 10.7205C17.2993 10.8611 17.3783 11.0519 17.3783 11.2507C17.3783 11.4496 17.2993 11.6404 17.1587 11.781L16.9397 12H3.68569L10.5002 5.1855ZM3.05269 13.668C3.00514 13.6178 2.96475 13.5613 2.93269 13.5H15.4397L9.55669 19.383C9.48592 19.4538 9.4017 19.5097 9.30898 19.5474C9.21626 19.5852 9.11693 19.604 9.01684 19.6027C8.91675 19.6014 8.81792 19.5802 8.72619 19.5401C8.63445 19.5001 8.55166 19.442 8.48269 19.3695L3.05269 13.668ZM19.0966 15.1217C19.2055 15.1711 19.3026 15.2431 19.3814 15.333H19.3829L21.1079 17.3055C22.8794 19.3305 21.4424 22.5 18.7499 22.5C16.0574 22.5 14.6189 19.3305 16.3934 17.3055L18.1184 15.333C18.1973 15.2431 18.2944 15.1711 18.4033 15.1217C18.5122 15.0724 18.6304 15.0469 18.7499 15.0469C18.8695 15.0469 18.9877 15.0724 19.0966 15.1217ZM18.7499 16.8885L17.5214 18.2925C16.5974 19.3485 17.3474 21 18.7499 21C20.1524 21 20.9024 19.3485 19.9784 18.2925L18.7499 16.8885Z", fill: color })));
29
+ };
@@ -0,0 +1,30 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var RecoveryCodeIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 20 20", fill: "none" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19ZM15.2923 4.00058L12.4528 6.84007C11.7755 6.31354 10.9244 6 10 6C9.07564 6 8.22452 6.31354 7.54718 6.84007L4.70769 4.00058C6.11804 2.75551 7.97079 2 10 2C12.0292 2 13.882 2.75551 15.2923 4.00058ZM14 10C14 9.07564 13.6865 8.22452 13.1599 7.54718L15.9994 4.70769C17.2445 6.11804 18 7.97079 18 10C18 12.0292 17.2445 13.882 15.9994 15.2923L13.1599 12.4528C13.6865 11.7755 14 10.9244 14 10ZM6.84007 7.54718L4.00058 4.70769C2.75551 6.11804 2 7.97079 2 10C2 12.0292 2.75551 13.882 4.00058 15.2923L6.84007 12.4528C6.31354 11.7755 6 10.9244 6 10C6 9.07564 6.31354 8.22452 6.84007 7.54718ZM4.70769 15.9994L7.54718 13.1599C8.22452 13.6865 9.07564 14 10 14C10.9244 14 11.7755 13.6865 12.4528 13.1599L15.2923 15.9994C13.882 17.2445 12.0292 18 10 18C7.97079 18 6.11804 17.2445 4.70769 15.9994ZM13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z", fill: color }),
29
+ React.createElement("path", { d: "M12.4528 6.84007L12.2994 7.03745L12.4736 7.17286L12.6296 7.01685L12.4528 6.84007ZM15.2923 4.00058L15.4691 4.17736L15.6572 3.98924L15.4578 3.81317L15.2923 4.00058ZM7.54718 6.84007L7.3704 7.01685L7.52641 7.17286L7.70061 7.03745L7.54718 6.84007ZM4.70769 4.00058L4.54224 3.81317L4.34279 3.98924L4.53091 4.17736L4.70769 4.00058ZM13.1599 7.54718L12.9832 7.3704L12.8271 7.52641L12.9625 7.70061L13.1599 7.54718ZM15.9994 4.70769L16.1868 4.54224L16.0108 4.34279L15.8226 4.53091L15.9994 4.70769ZM15.9994 15.2923L15.8226 15.4691L16.0108 15.6572L16.1868 15.4578L15.9994 15.2923ZM13.1599 12.4528L12.9625 12.2994L12.8271 12.4736L12.9832 12.6296L13.1599 12.4528ZM4.00058 4.70769L4.17736 4.53091L3.98924 4.34279L3.81317 4.54224L4.00058 4.70769ZM6.84007 7.54718L7.03745 7.70061L7.17286 7.52641L7.01685 7.3704L6.84007 7.54718ZM4.00058 15.2923L3.81317 15.4578L3.98924 15.6572L4.17736 15.4691L4.00058 15.2923ZM6.84007 12.4528L7.01685 12.6296L7.17286 12.4736L7.03745 12.2994L6.84007 12.4528ZM7.54718 13.1599L7.70061 12.9625L7.52641 12.8271L7.3704 12.9832L7.54718 13.1599ZM4.70769 15.9994L4.53091 15.8226L4.34279 16.0108L4.54224 16.1868L4.70769 15.9994ZM12.4528 13.1599L12.6296 12.9832L12.4736 12.8271L12.2994 12.9625L12.4528 13.1599ZM15.2923 15.9994L15.4578 16.1868L15.6572 16.0108L15.4691 15.8226L15.2923 15.9994ZM0.75 10C0.75 15.1086 4.89137 19.25 10 19.25V18.75C5.16751 18.75 1.25 14.8325 1.25 10H0.75ZM10 0.75C4.89137 0.75 0.75 4.89137 0.75 10H1.25C1.25 5.16751 5.16751 1.25 10 1.25V0.75ZM19.25 10C19.25 4.89137 15.1086 0.75 10 0.75V1.25C14.8325 1.25 18.75 5.16751 18.75 10H19.25ZM10 19.25C15.1086 19.25 19.25 15.1086 19.25 10H18.75C18.75 14.8325 14.8325 18.75 10 18.75V19.25ZM12.6296 7.01685L15.4691 4.17736L15.1155 3.82381L12.276 6.66329L12.6296 7.01685ZM10 6.25C10.8668 6.25 11.6644 6.54382 12.2994 7.03745L12.6063 6.64269C11.8866 6.08326 10.9819 5.75 10 5.75V6.25ZM7.70061 7.03745C8.33563 6.54382 9.13315 6.25 10 6.25V5.75C9.01814 5.75 8.11341 6.08326 7.39375 6.64269L7.70061 7.03745ZM4.53091 4.17736L7.3704 7.01685L7.72395 6.66329L4.88447 3.82381L4.53091 4.17736ZM10 1.75C7.90755 1.75 5.99651 2.52932 4.54224 3.81317L4.87314 4.188C6.23957 2.9817 8.03403 2.25 10 2.25V1.75ZM15.4578 3.81317C14.0035 2.52932 12.0925 1.75 10 1.75V2.25C11.966 2.25 13.7604 2.9817 15.1269 4.188L15.4578 3.81317ZM12.9625 7.70061C13.4562 8.33563 13.75 9.13315 13.75 10H14.25C14.25 9.01814 13.9167 8.11341 13.3573 7.39375L12.9625 7.70061ZM15.8226 4.53091L12.9832 7.3704L13.3367 7.72395L16.1762 4.88447L15.8226 4.53091ZM18.25 10C18.25 7.90755 17.4707 5.99651 16.1868 4.54224L15.812 4.87314C17.0183 6.23957 17.75 8.03403 17.75 10H18.25ZM16.1868 15.4578C17.4707 14.0035 18.25 12.0925 18.25 10H17.75C17.75 11.966 17.0183 13.7604 15.812 15.1269L16.1868 15.4578ZM12.9832 12.6296L15.8226 15.4691L16.1762 15.1155L13.3367 12.276L12.9832 12.6296ZM13.75 10C13.75 10.8668 13.4562 11.6644 12.9625 12.2994L13.3573 12.6063C13.9167 11.8866 14.25 10.9819 14.25 10H13.75ZM3.82381 4.88447L6.66329 7.72395L7.01685 7.3704L4.17736 4.53091L3.82381 4.88447ZM2.25 10C2.25 8.03403 2.9817 6.23957 4.188 4.87314L3.81317 4.54224C2.52932 5.99651 1.75 7.90755 1.75 10H2.25ZM4.188 15.1269C2.9817 13.7604 2.25 11.966 2.25 10H1.75C1.75 12.0925 2.52932 14.0035 3.81317 15.4578L4.188 15.1269ZM6.66329 12.276L3.82381 15.1155L4.17736 15.4691L7.01685 12.6296L6.66329 12.276ZM5.75 10C5.75 10.9819 6.08326 11.8866 6.64269 12.6063L7.03745 12.2994C6.54382 11.6644 6.25 10.8668 6.25 10H5.75ZM6.64269 7.39375C6.08326 8.11341 5.75 9.01814 5.75 10H6.25C6.25 9.13315 6.54382 8.33563 7.03745 7.70061L6.64269 7.39375ZM7.3704 12.9832L4.53091 15.8226L4.88447 16.1762L7.72395 13.3367L7.3704 12.9832ZM10 13.75C9.13315 13.75 8.33563 13.4562 7.70061 12.9625L7.39375 13.3573C8.11341 13.9167 9.01814 14.25 10 14.25V13.75ZM12.2994 12.9625C11.6644 13.4562 10.8668 13.75 10 13.75V14.25C10.9819 14.25 11.8866 13.9167 12.6063 13.3573L12.2994 12.9625ZM15.4691 15.8226L12.6296 12.9832L12.276 13.3367L15.1155 16.1762L15.4691 15.8226ZM10 18.25C12.0925 18.25 14.0035 17.4707 15.4578 16.1868L15.1269 15.812C13.7604 17.0183 11.966 17.75 10 17.75V18.25ZM4.54224 16.1868C5.99651 17.4707 7.90755 18.25 10 18.25V17.75C8.03403 17.75 6.23957 17.0183 4.87314 15.812L4.54224 16.1868ZM10 13.25C11.7949 13.25 13.25 11.7949 13.25 10H12.75C12.75 11.5188 11.5188 12.75 10 12.75V13.25ZM6.75 10C6.75 11.7949 8.20507 13.25 10 13.25V12.75C8.48122 12.75 7.25 11.5188 7.25 10H6.75ZM10 6.75C8.20507 6.75 6.75 8.20507 6.75 10H7.25C7.25 8.48122 8.48122 7.25 10 7.25V6.75ZM13.25 10C13.25 8.20507 11.7949 6.75 10 6.75V7.25C11.5188 7.25 12.75 8.48122 12.75 10H13.25Z", fill: color })));
30
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,29 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var WebAuthnIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 20 20", fill: "none" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 6.5L1.5 14.5L14.5 14.5L14.5 6.5L1.5 6.5ZM1 5C0.447715 5 0 5.44771 0 6L0 15C0 15.5523 0.447715 16 1 16H15C15.5523 16 16 15.5523 16 15V13.3333H16.5L19 13.3333C19.5523 13.3333 20 12.8856 20 12.3333V8.5C20 7.94772 19.5523 7.5 19 7.5L16.5 7.5H16V6C16 5.44772 15.5523 5 15 5L1 5ZM18.5 9H16.5V11.8333H18.5V9ZM9.28459 11.5C9.92892 11.5 10.4513 10.9776 10.4513 10.3333C10.4513 9.68896 9.92892 9.16663 9.28459 9.16663C8.64025 9.16663 8.11792 9.68896 8.11792 10.3333C8.11792 10.9776 8.64025 11.5 9.28459 11.5ZM9.28459 13C10.7573 13 11.9513 11.8061 11.9513 10.3333C11.9513 8.86053 10.7573 7.66663 9.28459 7.66663C7.81183 7.66663 6.61792 8.86053 6.61792 10.3333C6.61792 11.8061 7.81183 13 9.28459 13ZM3.95125 10.3333C3.95125 10.7015 3.65278 11 3.28459 11C2.9164 11 2.61792 10.7015 2.61792 10.3333C2.61792 9.9651 2.9164 9.66663 3.28459 9.66663C3.65278 9.66663 3.95125 9.9651 3.95125 10.3333Z", fill: color })));
29
+ };
@@ -0,0 +1,29 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var WebAuthnPlatformIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 24 24", fill: "none" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9842 2.18182C7.6204 2.18182 4.16113 5.08723 2.65449 9.11032L2.63441 9.16393L2.06412 10.3061C1.79504 10.8449 1.14063 11.0634 0.60247 10.7939C0.0643064 10.5245 -0.153827 9.8692 0.115255 9.33031L0.634912 8.28961C2.40834 3.6119 6.56398 0 11.9842 0C14.6931 0 17.8249 1.04734 20.2192 3.29505C22.6447 5.57201 24.2578 9.02952 23.966 13.7044C23.7659 16.9094 22.8726 18.6905 22.0271 20.3763C21.7225 20.9837 21.4241 21.5786 21.1666 22.2233C20.9431 22.7827 20.3091 23.0548 19.7504 22.8311C19.1918 22.6073 18.92 21.9724 19.1435 21.413C19.5043 20.5098 19.8643 19.7941 20.1983 19.1303C20.9811 17.5741 21.6207 16.3026 21.7913 13.5683C22.0443 9.51593 20.6613 6.70072 18.729 4.88677C16.7656 3.04357 14.1777 2.18182 11.9842 2.18182ZM11.4073 5.65903C11.2543 5.68354 11.122 5.74226 10.8372 5.88483C10.299 6.15427 9.64464 5.93585 9.37556 5.39696C9.10648 4.85807 9.32461 4.20279 9.86278 3.93335C9.87261 3.92843 9.88266 3.92339 9.89292 3.91824C10.1541 3.78719 10.5551 3.58599 11.063 3.50461C11.6139 3.41636 12.2067 3.47673 12.8888 3.71579C13.4567 3.91482 13.7559 4.53717 13.5572 5.10584C13.3584 5.6745 12.7369 5.97415 12.169 5.77512C11.7616 5.63236 11.5374 5.63819 11.4073 5.65903ZM14.8513 5.45876C15.1498 4.93565 15.8153 4.75391 16.3377 5.05283C17.8138 5.89743 20.6584 8.58089 20.1466 12.6808C20.072 13.2786 19.5275 13.7027 18.9304 13.6279C18.3334 13.5532 17.9099 13.008 17.9845 12.4101C18.3443 9.5282 16.3227 7.55712 15.2567 6.94717C14.7343 6.64825 14.5528 5.98187 14.8513 5.45876ZM6.31129 5.77407C6.73675 5.34804 7.42655 5.34804 7.85201 5.77407C8.27746 6.20009 8.27746 6.89082 7.85201 7.31684L7.85121 7.31764L7.85043 7.31843L7.8496 7.31925L7.84874 7.32011L7.84795 7.32091L7.84717 7.32168L7.8463 7.32255L7.84551 7.32335L7.84464 7.32422L7.84369 7.32517L7.84288 7.32598L7.84202 7.32684L7.84014 7.32873L7.8366 7.33227L7.83569 7.33318L7.83276 7.33611L7.83171 7.33716L7.83063 7.33825L7.82713 7.34175L7.82461 7.34428L7.82373 7.34516L7.82283 7.34606L7.82002 7.34887L7.30728 7.8623C6.66548 8.50496 6.28915 9.32108 5.944 10.2677C5.88401 10.4323 5.82309 10.608 5.75977 10.7908C5.49283 11.561 5.18309 12.4547 4.71978 13.1506C4.1285 14.0387 3.62543 14.5729 3.05581 14.9531C2.78128 15.1364 2.51699 15.2665 2.2782 15.3769C2.19784 15.414 2.12353 15.4476 2.05149 15.4801C1.89537 15.5507 1.74995 15.6164 1.5769 15.703C1.03874 15.9725 0.384337 15.754 0.115255 15.2151C-0.153827 14.6763 0.0643068 14.021 0.602471 13.7515C0.81619 13.6445 1.02503 13.5501 1.19539 13.4731C1.25765 13.445 1.31477 13.4191 1.36512 13.3959C1.56892 13.3017 1.71317 13.2272 1.84718 13.1378C2.09465 12.9726 2.40866 12.6886 2.90683 11.9403C3.20117 11.4982 3.39135 10.9547 3.64655 10.2253C3.7228 10.0074 3.80486 9.77287 3.89724 9.5195C4.26648 8.50678 4.7742 7.31322 5.76657 6.31952L6.27883 5.80658L6.28166 5.80374L6.28257 5.80283L6.28346 5.80194L6.28601 5.79938L6.2884 5.79699L6.28954 5.79585L6.2917 5.79368L6.29372 5.79167L6.29467 5.79071L6.29892 5.78645L6.30086 5.78452L6.30175 5.78363L6.30258 5.78279L6.30337 5.782L6.30428 5.78109L6.30512 5.78025L6.30589 5.77947L6.30673 5.77864L6.30759 5.77777L6.30843 5.77693L6.30922 5.77615L6.31002 5.77534L6.31129 5.77407ZM10.7034 9.82061C10.2118 10.3024 9.87465 10.9455 9.72735 11.3142C9.50389 11.8736 8.86986 12.1457 8.31121 11.922C7.75256 11.6982 7.48083 11.0633 7.70429 10.5039C7.92014 9.96359 8.40013 9.02489 9.17948 8.26121C9.97841 7.47836 11.1882 6.8008 12.7425 7.11209C14.4482 7.45369 15.6974 8.50429 16.3187 9.92638C16.93 11.3255 16.8995 12.9962 16.264 14.587C15.1069 17.4836 12.2865 21.4219 10.0309 23.6805C9.60545 24.1065 8.91564 24.1065 8.49019 23.6805C8.06473 23.2545 8.06473 22.5637 8.49019 22.1377C10.5924 20.0327 13.2192 16.3346 14.241 13.7767C14.695 12.6402 14.6644 11.5835 14.3225 10.8009C13.9906 10.0412 13.3332 9.4554 12.3152 9.25154C11.6907 9.12647 11.1755 9.358 10.7034 9.82061ZM12.2708 10.9475C12.8513 11.1061 13.1935 11.7058 13.0352 12.287C11.6301 17.446 7.97364 20.4817 6.00799 21.6627C5.49205 21.9727 4.82285 21.8052 4.51328 21.2885C4.20372 20.7719 4.37102 20.1018 4.88696 19.7918C6.5528 18.791 9.72355 16.154 10.9331 11.713C11.0914 11.1317 11.6903 10.789 12.2708 10.9475ZM7.68597 13.2741C8.1866 13.6083 8.32188 14.2856 7.98812 14.7869C6.80165 16.569 5.57221 17.7936 3.21107 18.9757C2.67291 19.2452 2.01851 19.0268 1.74943 18.4879C1.48034 17.949 1.69848 17.2937 2.23664 17.0243C4.2333 16.0246 5.18275 15.0673 6.17517 13.5767C6.50893 13.0754 7.18533 12.9399 7.68597 13.2741ZM18.9255 14.8053C19.4841 15.0291 19.7558 15.6639 19.5324 16.2233C19.4512 16.4265 19.3727 16.6248 19.2959 16.8188C18.3489 19.2102 17.6597 20.9506 15.4781 23.135C15.0527 23.5611 14.3629 23.5611 13.9374 23.135C13.512 22.709 13.512 22.0183 13.9374 21.5922C15.7943 19.7328 16.3365 18.3667 17.2836 15.9805C17.3562 15.7976 17.4312 15.6086 17.5093 15.413C17.7328 14.8536 18.3668 14.5815 18.9255 14.8053Z", fill: color })));
29
+ };
@@ -0,0 +1,29 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { SvgIcon } from '../svg-icon';
25
+ export var WidgetIcon = function (_a) {
26
+ var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
27
+ return (React.createElement(SvgIcon, __assign({ viewBox: "0 0 24 24" }, rootProps),
28
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 22.75C19.5188 22.75 20.75 21.5188 20.75 20V4C20.75 2.48122 19.5188 1.25 18 1.25H6C4.48122 1.25 3.25 2.48122 3.25 4V20C3.25 21.5188 4.48122 22.75 6 22.75H18ZM19.25 20C19.25 20.6904 18.6904 21.25 18 21.25H6C5.30964 21.25 4.75 20.6904 4.75 20V4C4.75 3.30964 5.30964 2.75 6 2.75H18C18.6904 2.75 19.25 3.30964 19.25 4V20ZM8 17C7.44772 17 7 17.4477 7 18C7 18.5523 7.44772 19 8 19H16C16.5523 19 17 18.5523 17 18C17 17.4477 16.5523 17 16 17H8Z", fill: color })));
29
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ export var IconButtonContext = React.createContext({
3
+ edge: false,
4
+ });
5
+ export var useIconButtonContext = function () { return React.useContext(IconButtonContext); };
@@ -0,0 +1,180 @@
1
+ import { createComponentOverrides } from '../theme/create-component-overrides';
2
+ import { iconButtonClasses } from '@mui/material/IconButton';
3
+ export var createMuiIconButtonOverrides = createComponentOverrides(function (_a) {
4
+ var _b;
5
+ var typography = _a.typography, tokens = _a.tokens;
6
+ return {
7
+ defaultProps: {},
8
+ styleOverrides: {
9
+ root: (_b = {},
10
+ _b["&.".concat(iconButtonClasses.disabled, ", &:disabled")] = {
11
+ color: tokens.color_fg_on_button_disabled,
12
+ backgroundColor: tokens.color_bg_button_disabled,
13
+ borderColor: tokens.color_border_disabled,
14
+ },
15
+ _b),
16
+ },
17
+ variants: [
18
+ {
19
+ props: { size: 'medium' },
20
+ style: {
21
+ fontSize: typography.pxToRem(16),
22
+ height: typography.pxToRem(34),
23
+ width: typography.pxToRem(34),
24
+ },
25
+ },
26
+ {
27
+ props: { size: 'small' },
28
+ style: {
29
+ fontSize: typography.pxToRem(16),
30
+ height: typography.pxToRem(30),
31
+ width: typography.pxToRem(30),
32
+ },
33
+ },
34
+ {
35
+ props: { size: 'large' },
36
+ style: {
37
+ fontSize: typography.pxToRem(16),
38
+ height: typography.pxToRem(40),
39
+ width: typography.pxToRem(40),
40
+ },
41
+ },
42
+ {
43
+ props: { color: 'primary' },
44
+ style: {
45
+ color: tokens.color_fg_link_primary,
46
+ '&:hover,&.Mui-hover': {
47
+ color: tokens.color_fg_link_primary_hover,
48
+ backgroundColor: tokens.color_bg_link_primary_hover,
49
+ },
50
+ '&:active,&.Mui-active': {
51
+ color: tokens.color_fg_link_primary_pressed,
52
+ backgroundColor: tokens.color_bg_link_primary_pressed,
53
+ },
54
+ },
55
+ },
56
+ {
57
+ props: { color: 'inherit' },
58
+ style: {
59
+ '&:hover,&.Mui-hover': {
60
+ backgroundColor: "rgba(0,0,0, 0.04)",
61
+ },
62
+ '&:active,&.Mui-active': {
63
+ backgroundColor: "rgba(0,0,0, 0.1)",
64
+ },
65
+ },
66
+ },
67
+ {
68
+ props: { color: 'danger' },
69
+ style: {
70
+ color: tokens.color_fg_link_danger,
71
+ '&:hover,&.Mui-hover': {
72
+ color: tokens.color_fg_link_danger_hover,
73
+ backgroundColor: tokens.color_bg_link_danger_hover,
74
+ },
75
+ '&:active,&.Mui-active': {
76
+ color: tokens.color_fg_link_danger_pressed,
77
+ backgroundColor: tokens.color_bg_link_danger_pressed,
78
+ },
79
+ },
80
+ },
81
+ {
82
+ props: { variant: 'contained', color: 'primary' },
83
+ style: {
84
+ backgroundColor: tokens.color_bg_button_primary,
85
+ color: tokens.color_fg_on_button_primary,
86
+ '&:hover,&.Mui-hover': {
87
+ color: tokens.color_fg_on_button_primary,
88
+ backgroundColor: tokens.color_bg_button_primary_hover,
89
+ },
90
+ '&:active,&.Mui-active': {
91
+ color: tokens.color_fg_on_button_primary,
92
+ backgroundColor: tokens.color_bg_button_primary_pressed,
93
+ },
94
+ },
95
+ },
96
+ {
97
+ props: { variant: 'contained', color: 'danger' },
98
+ style: {
99
+ backgroundColor: tokens.color_bg_button_danger,
100
+ color: tokens.color_fg_on_button_danger,
101
+ '&:hover,&.Mui-hover': {
102
+ color: tokens.color_fg_on_button_danger,
103
+ backgroundColor: tokens.color_bg_button_danger_hover,
104
+ },
105
+ '&:active,&.Mui-active': {
106
+ color: tokens.color_fg_on_button_danger,
107
+ backgroundColor: tokens.color_bg_button_danger_pressed,
108
+ },
109
+ },
110
+ },
111
+ {
112
+ props: { variant: 'contained', color: 'default' },
113
+ style: {
114
+ color: tokens.color_fg_on_button,
115
+ backgroundColor: tokens.color_bg_layer_alternate_bold,
116
+ '&:hover,&.Mui-hover': {
117
+ backgroundColor: tokens.color_bg_layer_bold,
118
+ },
119
+ '&:active,&.Mui-active': {
120
+ backgroundColor: tokens.color_bg_layer_bold,
121
+ },
122
+ },
123
+ },
124
+ {
125
+ props: { variant: 'outlined' },
126
+ style: {
127
+ borderStyle: 'solid',
128
+ borderWidth: 1,
129
+ },
130
+ },
131
+ {
132
+ props: { variant: 'outlined', color: 'default' },
133
+ style: {
134
+ backgroundColor: tokens.color_bg_button,
135
+ borderColor: tokens.color_border_button,
136
+ color: tokens.color_fg_on_button,
137
+ borderStyle: 'solid',
138
+ borderWidth: 1,
139
+ '&:hover,&.Mui-hover': {
140
+ backgroundColor: tokens.color_bg_button_hover,
141
+ borderColor: tokens.color_border_button,
142
+ },
143
+ '&:active,&.Mui-active': {
144
+ backgroundColor: tokens.color_bg_button_pressed,
145
+ borderColor: tokens.color_border_button,
146
+ },
147
+ },
148
+ },
149
+ {
150
+ props: { variant: 'outlined', color: 'primary' },
151
+ style: {
152
+ color: tokens.color_fg_link_primary,
153
+ // This will be removed in the new brand. Using fg for border to match since new brand doesn't have this token.
154
+ borderColor: tokens.color_fg_link_primary,
155
+ '&:hover,&.Mui-hover': {
156
+ backgroundColor: tokens.color_bg_link_primary_hover,
157
+ borderColor: tokens.color_fg_link_primary,
158
+ },
159
+ '&:active,&.Mui-active': {
160
+ backgroundColor: tokens.color_bg_link_primary_pressed,
161
+ borderColor: tokens.color_fg_link_primary,
162
+ },
163
+ },
164
+ },
165
+ {
166
+ props: { variant: 'link', color: 'default' },
167
+ style: {
168
+ backgroundColor: 'transparent',
169
+ color: tokens.color_fg_link,
170
+ '&:hover,&.Mui-hover': {
171
+ backgroundColor: tokens.color_bg_link_hover,
172
+ },
173
+ '&:active,&.Mui-active': {
174
+ backgroundColor: tokens.color_bg_link_pressed,
175
+ },
176
+ },
177
+ },
178
+ ],
179
+ };
180
+ });
@@ -0,0 +1,55 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import MuiIconButton, { iconButtonClasses } from '@mui/material/IconButton';
25
+ import { styled } from '../styled';
26
+ import { useIconButtonContext } from './icon-button-context';
27
+ export var IconButtonComponentName = 'QuantumIconButton';
28
+ export { iconButtonClasses };
29
+ // using any here to work arround TS perf issues with OverrideableComponent and styled
30
+ var Root = styled(MuiIconButton, {
31
+ name: IconButtonComponentName,
32
+ slot: 'Root',
33
+ })(function (_a) {
34
+ var _b;
35
+ var theme = _a.theme, edge = _a.edge, ownerState = _a.ownerState, color = _a.color;
36
+ return (__assign(__assign(__assign({}, (edge === 'end' && __assign({ marginRight: -11 }))), (_b = { '&:focus,&.Mui-focusVisible': color === 'danger'
37
+ ? theme.mixins.focusRing({ color: theme.tokens.color_border_focus_state_danger })
38
+ : theme.mixins.focusRing(), padding: 0, borderRadius: '4px', transition: theme.transitions.create(['background-color', 'box-shadow', 'border-color', 'color'], {
39
+ duration: theme.transitions.duration.short,
40
+ }) }, _b["&.".concat(iconButtonClasses.disabled)] = {
41
+ backgroundColor: theme.palette.action.disabledBackground,
42
+ color: theme.tokens.color_fg_default,
43
+ }, _b['& > svg:first-child'] = {
44
+ height: '1em',
45
+ width: '1em',
46
+ }, _b)), (ownerState.shape === 'circular' && {
47
+ borderRadius: '50%',
48
+ })));
49
+ });
50
+ export var IconButton = React.forwardRef(function (props, ref) {
51
+ var iconButtonContext = useIconButtonContext();
52
+ var children = props.children, _a = props.color, color = _a === void 0 ? 'default' : _a, _b = props.variant, variant = _b === void 0 ? 'link' : _b, _c = props.size, size = _c === void 0 ? 'medium' : _c, disabled = props.disabled, edgeProp = props.edge, _d = props.shape, shape = _d === void 0 ? 'default' : _d, iconButtonProps = __rest(props, ["children", "color", "variant", "size", "disabled", "edge", "shape"]);
53
+ var edge = edgeProp != null ? edgeProp : iconButtonContext.edge;
54
+ return (React.createElement(Root, __assign({ color: color, ref: ref, edge: edge, disabled: disabled, size: size, variant: variant, ownerState: { shape: shape } }, iconButtonProps), children));
55
+ });
@@ -0,0 +1,2 @@
1
+ export { IconButton, iconButtonClasses } from './icon-button';
2
+ export { IconButtonContext, useIconButtonContext } from './icon-button-context';