@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,73 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.IdenticonWebauthn = void 0;
49
+ /*
50
+ This file is generated with the "identicons" script.
51
+ To update this output make changes to `scripts/svgr/identicon-icon-template.js
52
+ */
53
+ var React = __importStar(require("react"));
54
+ var common_1 = require("../common");
55
+ var styled_1 = require("../../styled");
56
+ exports.IdenticonWebauthn = (0, styled_1.styled)(function (_a) {
57
+ var color = _a.color, props = __rest(_a, ["color"]);
58
+ var colorMap = (0, common_1.useColorMap)({
59
+ color: color,
60
+ });
61
+ var fills = {
62
+ light: "var(".concat(common_1.IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
63
+ base: "var(".concat(common_1.IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
64
+ dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
+ };
66
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
+ React.createElement("rect", { x: 32.803, y: 16.098, width: 13.141, height: 15.902, rx: 1.5, fill: fills.dark }),
68
+ React.createElement("rect", { x: 2, y: 12, width: 36, height: 24, rx: 3.5, fill: fills.light }),
69
+ React.createElement("circle", { cx: 7.758, cy: 24.07, r: 2.242, fill: fills.dark }),
70
+ React.createElement("circle", { cx: 24, cy: 24, r: 6.006, stroke: fills.dark, strokeWidth: 2 })));
71
+ }, {
72
+ name: common_1.identiconComponentName,
73
+ })({});
@@ -0,0 +1,82 @@
1
+ export { IdenticonAccessToken } from './icon-access-token';
2
+ export { IdenticonAccountTakeover } from './icon-account-takeover';
3
+ export { IdenticonActions } from './icon-actions';
4
+ export { IdenticonActivity } from './icon-activity';
5
+ export { IdenticonAdvancedOptions } from './icon-advanced-options';
6
+ export { IdenticonAnticipation } from './icon-anticipation';
7
+ export { IdenticonApiRelated } from './icon-api-related';
8
+ export { IdenticonApi } from './icon-api';
9
+ export { IdenticonApplications } from './icon-applications';
10
+ export { IdenticonAttributes } from './icon-attributes';
11
+ export { IdenticonAuth0AuthorizationServer } from './icon-auth0-authorization-server';
12
+ export { IdenticonAuth0Dashboard } from './icon-auth0-dashboard';
13
+ export { IdenticonAuth0LogoDark } from './icon-auth0-logo-dark';
14
+ export { IdenticonAuth0LogoLight } from './icon-auth0-logo-light';
15
+ export { IdenticonAuthenticationA } from './icon-authentication-a';
16
+ export { IdenticonAuthenticationB } from './icon-authentication-b';
17
+ export { IdenticonAuthorizationServer } from './icon-authorization-server';
18
+ export { IdenticonBackend } from './icon-backend';
19
+ export { IdenticonBiometrics } from './icon-biometrics';
20
+ export { IdenticonBotDetection } from './icon-bot-detection';
21
+ export { IdenticonBoundaryProtocol } from './icon-boundary-protocol';
22
+ export { IdenticonBranding } from './icon-branding';
23
+ export { IdenticonBreachedPassword } from './icon-breached-password';
24
+ export { IdenticonBrowser } from './icon-browser';
25
+ export { IdenticonBruteForce } from './icon-brute-force';
26
+ export { IdenticonCertificate } from './icon-certificate';
27
+ export { IdenticonCliScript } from './icon-cli-script';
28
+ export { IdenticonCloud } from './icon-cloud';
29
+ export { IdenticonConsistency } from './icon-consistency';
30
+ export { IdenticonCookies } from './icon-cookies';
31
+ export { IdenticonCredentialApplication } from './icon-credential-application';
32
+ export { IdenticonCredentialStuffing } from './icon-credential-stuffing';
33
+ export { IdenticonCredentialUser } from './icon-credential-user';
34
+ export { IdenticonCustomization } from './icon-customization';
35
+ export { IdenticonDashboard } from './icon-dashboard';
36
+ export { IdenticonDatabase } from './icon-database';
37
+ export { IdenticonDesktopApp } from './icon-desktop-app';
38
+ export { IdenticonDeviceBiometrics } from './icon-device-biometrics';
39
+ export { IdenticonEfficiency } from './icon-efficiency';
40
+ export { IdenticonEmpathy } from './icon-empathy';
41
+ export { IdenticonEnterpriseDirectory } from './icon-enterprise-directory';
42
+ export { IdenticonExtensions } from './icon-extensions';
43
+ export { IdenticonFineGrainedAuthorization } from './icon-fine-grained-authorization';
44
+ export { IdenticonGettingStarted } from './icon-getting-started';
45
+ export { IdenticonGuardianPushNotification } from './icon-guardian-push-notification';
46
+ export { IdenticonHelp } from './icon-help';
47
+ export { IdenticonIdToken } from './icon-id-token';
48
+ export { IdenticonIdentifierFirst } from './icon-identifier-first';
49
+ export { IdenticonIdentifierPassword } from './icon-identifier-password';
50
+ export { IdenticonIntegrationsMarketplace } from './icon-integrations-marketplace';
51
+ export { IdenticonIpThrottling } from './icon-ip-throttling';
52
+ export { IdenticonLoginCustomization } from './icon-login-customization';
53
+ export { IdenticonLogin } from './icon-login';
54
+ export { IdenticonLogs } from './icon-logs';
55
+ export { IdenticonMailMessageA } from './icon-mail-message-a';
56
+ export { IdenticonMailMessageB } from './icon-mail-message-b';
57
+ export { IdenticonMobileApp } from './icon-mobile-app';
58
+ export { IdenticonMonitoring } from './icon-monitoring';
59
+ export { IdenticonMultifactor } from './icon-multifactor';
60
+ export { IdenticonMultipleFailedLogins } from './icon-multiple-failed-logins';
61
+ export { IdenticonOneTimePassword } from './icon-one-time-password';
62
+ export { IdenticonOrganizations } from './icon-organizations';
63
+ export { IdenticonPhoneMessageA } from './icon-phone-message-a';
64
+ export { IdenticonPhoneMessageB } from './icon-phone-message-b';
65
+ export { IdenticonPipelineA } from './icon-pipeline-a';
66
+ export { IdenticonPipelineB } from './icon-pipeline-b';
67
+ export { IdenticonRefreshToken } from './icon-refresh-token';
68
+ export { IdenticonSdk } from './icon-sdk';
69
+ export { IdenticonSecurity } from './icon-security';
70
+ export { IdenticonServer } from './icon-server';
71
+ export { IdenticonSettings } from './icon-settings';
72
+ export { IdenticonSocialProviders } from './icon-social-providers';
73
+ export { IdenticonSpa } from './icon-spa';
74
+ export { IdenticonTeams } from './icon-teams';
75
+ export { IdenticonTenant } from './icon-tenant';
76
+ export { IdenticonUserDatabase } from './icon-user-database';
77
+ export { IdenticonUserManagement } from './icon-user-management';
78
+ export { IdenticonUser } from './icon-user';
79
+ export { IdenticonUsers } from './icon-users';
80
+ export { IdenticonVideo } from './icon-video';
81
+ export { IdenticonWebApp } from './icon-web-app';
82
+ export { IdenticonWebauthn } from './icon-webauthn';
@@ -0,0 +1,172 @@
1
+ "use strict";
2
+ /*
3
+ This file is generated. Any changes made to this file will be lost.
4
+ To update this output make changes to `scripts/svgr/identicon-index-template.js`
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.IdenticonIntegrationsMarketplace = exports.IdenticonIdentifierPassword = exports.IdenticonIdentifierFirst = exports.IdenticonIdToken = exports.IdenticonHelp = exports.IdenticonGuardianPushNotification = exports.IdenticonGettingStarted = exports.IdenticonFineGrainedAuthorization = exports.IdenticonExtensions = exports.IdenticonEnterpriseDirectory = exports.IdenticonEmpathy = exports.IdenticonEfficiency = exports.IdenticonDeviceBiometrics = exports.IdenticonDesktopApp = exports.IdenticonDatabase = exports.IdenticonDashboard = exports.IdenticonCustomization = exports.IdenticonCredentialUser = exports.IdenticonCredentialStuffing = exports.IdenticonCredentialApplication = exports.IdenticonCookies = exports.IdenticonConsistency = exports.IdenticonCloud = exports.IdenticonCliScript = exports.IdenticonCertificate = exports.IdenticonBruteForce = exports.IdenticonBrowser = exports.IdenticonBreachedPassword = exports.IdenticonBranding = exports.IdenticonBoundaryProtocol = exports.IdenticonBotDetection = exports.IdenticonBiometrics = exports.IdenticonBackend = exports.IdenticonAuthorizationServer = exports.IdenticonAuthenticationB = exports.IdenticonAuthenticationA = exports.IdenticonAuth0LogoLight = exports.IdenticonAuth0LogoDark = exports.IdenticonAuth0Dashboard = exports.IdenticonAuth0AuthorizationServer = exports.IdenticonAttributes = exports.IdenticonApplications = exports.IdenticonApi = exports.IdenticonApiRelated = exports.IdenticonAnticipation = exports.IdenticonAdvancedOptions = exports.IdenticonActivity = exports.IdenticonActions = exports.IdenticonAccountTakeover = exports.IdenticonAccessToken = void 0;
8
+ exports.IdenticonWebauthn = exports.IdenticonWebApp = exports.IdenticonVideo = exports.IdenticonUsers = exports.IdenticonUser = exports.IdenticonUserManagement = exports.IdenticonUserDatabase = exports.IdenticonTenant = exports.IdenticonTeams = exports.IdenticonSpa = exports.IdenticonSocialProviders = exports.IdenticonSettings = exports.IdenticonServer = exports.IdenticonSecurity = exports.IdenticonSdk = exports.IdenticonRefreshToken = exports.IdenticonPipelineB = exports.IdenticonPipelineA = exports.IdenticonPhoneMessageB = exports.IdenticonPhoneMessageA = exports.IdenticonOrganizations = exports.IdenticonOneTimePassword = exports.IdenticonMultipleFailedLogins = exports.IdenticonMultifactor = exports.IdenticonMonitoring = exports.IdenticonMobileApp = exports.IdenticonMailMessageB = exports.IdenticonMailMessageA = exports.IdenticonLogs = exports.IdenticonLogin = exports.IdenticonLoginCustomization = exports.IdenticonIpThrottling = void 0;
9
+ var icon_access_token_1 = require("./icon-access-token");
10
+ Object.defineProperty(exports, "IdenticonAccessToken", { enumerable: true, get: function () { return icon_access_token_1.IdenticonAccessToken; } });
11
+ var icon_account_takeover_1 = require("./icon-account-takeover");
12
+ Object.defineProperty(exports, "IdenticonAccountTakeover", { enumerable: true, get: function () { return icon_account_takeover_1.IdenticonAccountTakeover; } });
13
+ var icon_actions_1 = require("./icon-actions");
14
+ Object.defineProperty(exports, "IdenticonActions", { enumerable: true, get: function () { return icon_actions_1.IdenticonActions; } });
15
+ var icon_activity_1 = require("./icon-activity");
16
+ Object.defineProperty(exports, "IdenticonActivity", { enumerable: true, get: function () { return icon_activity_1.IdenticonActivity; } });
17
+ var icon_advanced_options_1 = require("./icon-advanced-options");
18
+ Object.defineProperty(exports, "IdenticonAdvancedOptions", { enumerable: true, get: function () { return icon_advanced_options_1.IdenticonAdvancedOptions; } });
19
+ var icon_anticipation_1 = require("./icon-anticipation");
20
+ Object.defineProperty(exports, "IdenticonAnticipation", { enumerable: true, get: function () { return icon_anticipation_1.IdenticonAnticipation; } });
21
+ var icon_api_related_1 = require("./icon-api-related");
22
+ Object.defineProperty(exports, "IdenticonApiRelated", { enumerable: true, get: function () { return icon_api_related_1.IdenticonApiRelated; } });
23
+ var icon_api_1 = require("./icon-api");
24
+ Object.defineProperty(exports, "IdenticonApi", { enumerable: true, get: function () { return icon_api_1.IdenticonApi; } });
25
+ var icon_applications_1 = require("./icon-applications");
26
+ Object.defineProperty(exports, "IdenticonApplications", { enumerable: true, get: function () { return icon_applications_1.IdenticonApplications; } });
27
+ var icon_attributes_1 = require("./icon-attributes");
28
+ Object.defineProperty(exports, "IdenticonAttributes", { enumerable: true, get: function () { return icon_attributes_1.IdenticonAttributes; } });
29
+ var icon_auth0_authorization_server_1 = require("./icon-auth0-authorization-server");
30
+ Object.defineProperty(exports, "IdenticonAuth0AuthorizationServer", { enumerable: true, get: function () { return icon_auth0_authorization_server_1.IdenticonAuth0AuthorizationServer; } });
31
+ var icon_auth0_dashboard_1 = require("./icon-auth0-dashboard");
32
+ Object.defineProperty(exports, "IdenticonAuth0Dashboard", { enumerable: true, get: function () { return icon_auth0_dashboard_1.IdenticonAuth0Dashboard; } });
33
+ var icon_auth0_logo_dark_1 = require("./icon-auth0-logo-dark");
34
+ Object.defineProperty(exports, "IdenticonAuth0LogoDark", { enumerable: true, get: function () { return icon_auth0_logo_dark_1.IdenticonAuth0LogoDark; } });
35
+ var icon_auth0_logo_light_1 = require("./icon-auth0-logo-light");
36
+ Object.defineProperty(exports, "IdenticonAuth0LogoLight", { enumerable: true, get: function () { return icon_auth0_logo_light_1.IdenticonAuth0LogoLight; } });
37
+ var icon_authentication_a_1 = require("./icon-authentication-a");
38
+ Object.defineProperty(exports, "IdenticonAuthenticationA", { enumerable: true, get: function () { return icon_authentication_a_1.IdenticonAuthenticationA; } });
39
+ var icon_authentication_b_1 = require("./icon-authentication-b");
40
+ Object.defineProperty(exports, "IdenticonAuthenticationB", { enumerable: true, get: function () { return icon_authentication_b_1.IdenticonAuthenticationB; } });
41
+ var icon_authorization_server_1 = require("./icon-authorization-server");
42
+ Object.defineProperty(exports, "IdenticonAuthorizationServer", { enumerable: true, get: function () { return icon_authorization_server_1.IdenticonAuthorizationServer; } });
43
+ var icon_backend_1 = require("./icon-backend");
44
+ Object.defineProperty(exports, "IdenticonBackend", { enumerable: true, get: function () { return icon_backend_1.IdenticonBackend; } });
45
+ var icon_biometrics_1 = require("./icon-biometrics");
46
+ Object.defineProperty(exports, "IdenticonBiometrics", { enumerable: true, get: function () { return icon_biometrics_1.IdenticonBiometrics; } });
47
+ var icon_bot_detection_1 = require("./icon-bot-detection");
48
+ Object.defineProperty(exports, "IdenticonBotDetection", { enumerable: true, get: function () { return icon_bot_detection_1.IdenticonBotDetection; } });
49
+ var icon_boundary_protocol_1 = require("./icon-boundary-protocol");
50
+ Object.defineProperty(exports, "IdenticonBoundaryProtocol", { enumerable: true, get: function () { return icon_boundary_protocol_1.IdenticonBoundaryProtocol; } });
51
+ var icon_branding_1 = require("./icon-branding");
52
+ Object.defineProperty(exports, "IdenticonBranding", { enumerable: true, get: function () { return icon_branding_1.IdenticonBranding; } });
53
+ var icon_breached_password_1 = require("./icon-breached-password");
54
+ Object.defineProperty(exports, "IdenticonBreachedPassword", { enumerable: true, get: function () { return icon_breached_password_1.IdenticonBreachedPassword; } });
55
+ var icon_browser_1 = require("./icon-browser");
56
+ Object.defineProperty(exports, "IdenticonBrowser", { enumerable: true, get: function () { return icon_browser_1.IdenticonBrowser; } });
57
+ var icon_brute_force_1 = require("./icon-brute-force");
58
+ Object.defineProperty(exports, "IdenticonBruteForce", { enumerable: true, get: function () { return icon_brute_force_1.IdenticonBruteForce; } });
59
+ var icon_certificate_1 = require("./icon-certificate");
60
+ Object.defineProperty(exports, "IdenticonCertificate", { enumerable: true, get: function () { return icon_certificate_1.IdenticonCertificate; } });
61
+ var icon_cli_script_1 = require("./icon-cli-script");
62
+ Object.defineProperty(exports, "IdenticonCliScript", { enumerable: true, get: function () { return icon_cli_script_1.IdenticonCliScript; } });
63
+ var icon_cloud_1 = require("./icon-cloud");
64
+ Object.defineProperty(exports, "IdenticonCloud", { enumerable: true, get: function () { return icon_cloud_1.IdenticonCloud; } });
65
+ var icon_consistency_1 = require("./icon-consistency");
66
+ Object.defineProperty(exports, "IdenticonConsistency", { enumerable: true, get: function () { return icon_consistency_1.IdenticonConsistency; } });
67
+ var icon_cookies_1 = require("./icon-cookies");
68
+ Object.defineProperty(exports, "IdenticonCookies", { enumerable: true, get: function () { return icon_cookies_1.IdenticonCookies; } });
69
+ var icon_credential_application_1 = require("./icon-credential-application");
70
+ Object.defineProperty(exports, "IdenticonCredentialApplication", { enumerable: true, get: function () { return icon_credential_application_1.IdenticonCredentialApplication; } });
71
+ var icon_credential_stuffing_1 = require("./icon-credential-stuffing");
72
+ Object.defineProperty(exports, "IdenticonCredentialStuffing", { enumerable: true, get: function () { return icon_credential_stuffing_1.IdenticonCredentialStuffing; } });
73
+ var icon_credential_user_1 = require("./icon-credential-user");
74
+ Object.defineProperty(exports, "IdenticonCredentialUser", { enumerable: true, get: function () { return icon_credential_user_1.IdenticonCredentialUser; } });
75
+ var icon_customization_1 = require("./icon-customization");
76
+ Object.defineProperty(exports, "IdenticonCustomization", { enumerable: true, get: function () { return icon_customization_1.IdenticonCustomization; } });
77
+ var icon_dashboard_1 = require("./icon-dashboard");
78
+ Object.defineProperty(exports, "IdenticonDashboard", { enumerable: true, get: function () { return icon_dashboard_1.IdenticonDashboard; } });
79
+ var icon_database_1 = require("./icon-database");
80
+ Object.defineProperty(exports, "IdenticonDatabase", { enumerable: true, get: function () { return icon_database_1.IdenticonDatabase; } });
81
+ var icon_desktop_app_1 = require("./icon-desktop-app");
82
+ Object.defineProperty(exports, "IdenticonDesktopApp", { enumerable: true, get: function () { return icon_desktop_app_1.IdenticonDesktopApp; } });
83
+ var icon_device_biometrics_1 = require("./icon-device-biometrics");
84
+ Object.defineProperty(exports, "IdenticonDeviceBiometrics", { enumerable: true, get: function () { return icon_device_biometrics_1.IdenticonDeviceBiometrics; } });
85
+ var icon_efficiency_1 = require("./icon-efficiency");
86
+ Object.defineProperty(exports, "IdenticonEfficiency", { enumerable: true, get: function () { return icon_efficiency_1.IdenticonEfficiency; } });
87
+ var icon_empathy_1 = require("./icon-empathy");
88
+ Object.defineProperty(exports, "IdenticonEmpathy", { enumerable: true, get: function () { return icon_empathy_1.IdenticonEmpathy; } });
89
+ var icon_enterprise_directory_1 = require("./icon-enterprise-directory");
90
+ Object.defineProperty(exports, "IdenticonEnterpriseDirectory", { enumerable: true, get: function () { return icon_enterprise_directory_1.IdenticonEnterpriseDirectory; } });
91
+ var icon_extensions_1 = require("./icon-extensions");
92
+ Object.defineProperty(exports, "IdenticonExtensions", { enumerable: true, get: function () { return icon_extensions_1.IdenticonExtensions; } });
93
+ var icon_fine_grained_authorization_1 = require("./icon-fine-grained-authorization");
94
+ Object.defineProperty(exports, "IdenticonFineGrainedAuthorization", { enumerable: true, get: function () { return icon_fine_grained_authorization_1.IdenticonFineGrainedAuthorization; } });
95
+ var icon_getting_started_1 = require("./icon-getting-started");
96
+ Object.defineProperty(exports, "IdenticonGettingStarted", { enumerable: true, get: function () { return icon_getting_started_1.IdenticonGettingStarted; } });
97
+ var icon_guardian_push_notification_1 = require("./icon-guardian-push-notification");
98
+ Object.defineProperty(exports, "IdenticonGuardianPushNotification", { enumerable: true, get: function () { return icon_guardian_push_notification_1.IdenticonGuardianPushNotification; } });
99
+ var icon_help_1 = require("./icon-help");
100
+ Object.defineProperty(exports, "IdenticonHelp", { enumerable: true, get: function () { return icon_help_1.IdenticonHelp; } });
101
+ var icon_id_token_1 = require("./icon-id-token");
102
+ Object.defineProperty(exports, "IdenticonIdToken", { enumerable: true, get: function () { return icon_id_token_1.IdenticonIdToken; } });
103
+ var icon_identifier_first_1 = require("./icon-identifier-first");
104
+ Object.defineProperty(exports, "IdenticonIdentifierFirst", { enumerable: true, get: function () { return icon_identifier_first_1.IdenticonIdentifierFirst; } });
105
+ var icon_identifier_password_1 = require("./icon-identifier-password");
106
+ Object.defineProperty(exports, "IdenticonIdentifierPassword", { enumerable: true, get: function () { return icon_identifier_password_1.IdenticonIdentifierPassword; } });
107
+ var icon_integrations_marketplace_1 = require("./icon-integrations-marketplace");
108
+ Object.defineProperty(exports, "IdenticonIntegrationsMarketplace", { enumerable: true, get: function () { return icon_integrations_marketplace_1.IdenticonIntegrationsMarketplace; } });
109
+ var icon_ip_throttling_1 = require("./icon-ip-throttling");
110
+ Object.defineProperty(exports, "IdenticonIpThrottling", { enumerable: true, get: function () { return icon_ip_throttling_1.IdenticonIpThrottling; } });
111
+ var icon_login_customization_1 = require("./icon-login-customization");
112
+ Object.defineProperty(exports, "IdenticonLoginCustomization", { enumerable: true, get: function () { return icon_login_customization_1.IdenticonLoginCustomization; } });
113
+ var icon_login_1 = require("./icon-login");
114
+ Object.defineProperty(exports, "IdenticonLogin", { enumerable: true, get: function () { return icon_login_1.IdenticonLogin; } });
115
+ var icon_logs_1 = require("./icon-logs");
116
+ Object.defineProperty(exports, "IdenticonLogs", { enumerable: true, get: function () { return icon_logs_1.IdenticonLogs; } });
117
+ var icon_mail_message_a_1 = require("./icon-mail-message-a");
118
+ Object.defineProperty(exports, "IdenticonMailMessageA", { enumerable: true, get: function () { return icon_mail_message_a_1.IdenticonMailMessageA; } });
119
+ var icon_mail_message_b_1 = require("./icon-mail-message-b");
120
+ Object.defineProperty(exports, "IdenticonMailMessageB", { enumerable: true, get: function () { return icon_mail_message_b_1.IdenticonMailMessageB; } });
121
+ var icon_mobile_app_1 = require("./icon-mobile-app");
122
+ Object.defineProperty(exports, "IdenticonMobileApp", { enumerable: true, get: function () { return icon_mobile_app_1.IdenticonMobileApp; } });
123
+ var icon_monitoring_1 = require("./icon-monitoring");
124
+ Object.defineProperty(exports, "IdenticonMonitoring", { enumerable: true, get: function () { return icon_monitoring_1.IdenticonMonitoring; } });
125
+ var icon_multifactor_1 = require("./icon-multifactor");
126
+ Object.defineProperty(exports, "IdenticonMultifactor", { enumerable: true, get: function () { return icon_multifactor_1.IdenticonMultifactor; } });
127
+ var icon_multiple_failed_logins_1 = require("./icon-multiple-failed-logins");
128
+ Object.defineProperty(exports, "IdenticonMultipleFailedLogins", { enumerable: true, get: function () { return icon_multiple_failed_logins_1.IdenticonMultipleFailedLogins; } });
129
+ var icon_one_time_password_1 = require("./icon-one-time-password");
130
+ Object.defineProperty(exports, "IdenticonOneTimePassword", { enumerable: true, get: function () { return icon_one_time_password_1.IdenticonOneTimePassword; } });
131
+ var icon_organizations_1 = require("./icon-organizations");
132
+ Object.defineProperty(exports, "IdenticonOrganizations", { enumerable: true, get: function () { return icon_organizations_1.IdenticonOrganizations; } });
133
+ var icon_phone_message_a_1 = require("./icon-phone-message-a");
134
+ Object.defineProperty(exports, "IdenticonPhoneMessageA", { enumerable: true, get: function () { return icon_phone_message_a_1.IdenticonPhoneMessageA; } });
135
+ var icon_phone_message_b_1 = require("./icon-phone-message-b");
136
+ Object.defineProperty(exports, "IdenticonPhoneMessageB", { enumerable: true, get: function () { return icon_phone_message_b_1.IdenticonPhoneMessageB; } });
137
+ var icon_pipeline_a_1 = require("./icon-pipeline-a");
138
+ Object.defineProperty(exports, "IdenticonPipelineA", { enumerable: true, get: function () { return icon_pipeline_a_1.IdenticonPipelineA; } });
139
+ var icon_pipeline_b_1 = require("./icon-pipeline-b");
140
+ Object.defineProperty(exports, "IdenticonPipelineB", { enumerable: true, get: function () { return icon_pipeline_b_1.IdenticonPipelineB; } });
141
+ var icon_refresh_token_1 = require("./icon-refresh-token");
142
+ Object.defineProperty(exports, "IdenticonRefreshToken", { enumerable: true, get: function () { return icon_refresh_token_1.IdenticonRefreshToken; } });
143
+ var icon_sdk_1 = require("./icon-sdk");
144
+ Object.defineProperty(exports, "IdenticonSdk", { enumerable: true, get: function () { return icon_sdk_1.IdenticonSdk; } });
145
+ var icon_security_1 = require("./icon-security");
146
+ Object.defineProperty(exports, "IdenticonSecurity", { enumerable: true, get: function () { return icon_security_1.IdenticonSecurity; } });
147
+ var icon_server_1 = require("./icon-server");
148
+ Object.defineProperty(exports, "IdenticonServer", { enumerable: true, get: function () { return icon_server_1.IdenticonServer; } });
149
+ var icon_settings_1 = require("./icon-settings");
150
+ Object.defineProperty(exports, "IdenticonSettings", { enumerable: true, get: function () { return icon_settings_1.IdenticonSettings; } });
151
+ var icon_social_providers_1 = require("./icon-social-providers");
152
+ Object.defineProperty(exports, "IdenticonSocialProviders", { enumerable: true, get: function () { return icon_social_providers_1.IdenticonSocialProviders; } });
153
+ var icon_spa_1 = require("./icon-spa");
154
+ Object.defineProperty(exports, "IdenticonSpa", { enumerable: true, get: function () { return icon_spa_1.IdenticonSpa; } });
155
+ var icon_teams_1 = require("./icon-teams");
156
+ Object.defineProperty(exports, "IdenticonTeams", { enumerable: true, get: function () { return icon_teams_1.IdenticonTeams; } });
157
+ var icon_tenant_1 = require("./icon-tenant");
158
+ Object.defineProperty(exports, "IdenticonTenant", { enumerable: true, get: function () { return icon_tenant_1.IdenticonTenant; } });
159
+ var icon_user_database_1 = require("./icon-user-database");
160
+ Object.defineProperty(exports, "IdenticonUserDatabase", { enumerable: true, get: function () { return icon_user_database_1.IdenticonUserDatabase; } });
161
+ var icon_user_management_1 = require("./icon-user-management");
162
+ Object.defineProperty(exports, "IdenticonUserManagement", { enumerable: true, get: function () { return icon_user_management_1.IdenticonUserManagement; } });
163
+ var icon_user_1 = require("./icon-user");
164
+ Object.defineProperty(exports, "IdenticonUser", { enumerable: true, get: function () { return icon_user_1.IdenticonUser; } });
165
+ var icon_users_1 = require("./icon-users");
166
+ Object.defineProperty(exports, "IdenticonUsers", { enumerable: true, get: function () { return icon_users_1.IdenticonUsers; } });
167
+ var icon_video_1 = require("./icon-video");
168
+ Object.defineProperty(exports, "IdenticonVideo", { enumerable: true, get: function () { return icon_video_1.IdenticonVideo; } });
169
+ var icon_web_app_1 = require("./icon-web-app");
170
+ Object.defineProperty(exports, "IdenticonWebApp", { enumerable: true, get: function () { return icon_web_app_1.IdenticonWebApp; } });
171
+ var icon_webauthn_1 = require("./icon-webauthn");
172
+ Object.defineProperty(exports, "IdenticonWebauthn", { enumerable: true, get: function () { return icon_webauthn_1.IdenticonWebauthn; } });
@@ -0,0 +1,2 @@
1
+ export * from './common';
2
+ export * from './icons';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./common"), exports);
18
+ __exportStar(require("./icons"), exports);
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare const illustrationComponentName = "QuantumIllustration";
3
+ export declare type IIllustrationProps = React.SVGProps<SVGSVGElement>;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.illustrationComponentName = void 0;
4
+ exports.illustrationComponentName = 'QuantumIllustration';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIllustrationProps } from '../common';
3
+ export declare const IllustrationExperiencedUser: import("styled-components").StyledComponent<({ ...props }: IIllustrationProps) => JSX.Element, import("@mui/material").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, never>;
@@ -0,0 +1,164 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.IllustrationExperiencedUser = void 0;
49
+ /*
50
+ This file is generated with the "illustrations" script.
51
+ To update this output make changes to `scripts/svgr/illustration-icon-template.js
52
+ */
53
+ var React = __importStar(require("react"));
54
+ var common_1 = require("../common");
55
+ var styled_1 = require("../../styled");
56
+ exports.IllustrationExperiencedUser = (0, styled_1.styled)(function (_a) {
57
+ var props = __rest(_a, []);
58
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 251 250", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
59
+ React.createElement("path", { d: "M181.972 194.997l5.356-7.817c2.313-.062 5.397-.403 8.473-1.378h-.001l-13.828 9.195zm0 0c.665.168 1.789.319 3.245.38 1.662.07 3.74.022 6.029-.247 4.579-.538 9.984-1.956 14.575-5.063l.009-.006h0c2.42-1.453 7.891-5.921 11.204-12.604 3.307-6.67 4.469-15.551-1.717-25.873l.003-.003c-5.41-8.608-15.236-12.34-24.22-9.702-7.155 2.102-10.679 7.324-12.095 13.281l2.967 39.837zm23.027-15.037c2.064-2.188 4.522-5.482 5.65-9.593 1.13-4.119.921-9.045-2.331-14.476h0l-.003-.004c-3.357-5.282-9.329-7.757-14.899-6.121v.001a8.996 8.996 0 00-4.72 3.338c-1.451 1.969-2.517 4.954-2.454 9.457l-.573.386c-.201-.31-.408-.622-.63-.919 0 0 0 0 0 0l19.96 17.931z", fill: "url(#experienced-user_svg__paint0_linear_1503_210)", stroke: "url(#experienced-user_svg__paint1_linear_1503_210)", strokeWidth: 0.4 }),
60
+ React.createElement("path", { d: "M177.525 220.259c-8.443 6.133-18.83 7.872-30.059 7.872-11.23 0-21.617-1.728-30.06-7.872", fill: "url(#experienced-user_svg__paint2_linear_1503_210)" }),
61
+ React.createElement("path", { d: "M177.525 220.259c-8.443 6.133-18.83 7.872-30.059 7.872-11.23 0-21.617-1.728-30.06-7.872", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
62
+ React.createElement("path", { d: "M117.417 220.26c7.256-8.476 18.031-13.843 30.059-13.843 12.029 0 22.804 5.367 30.06 13.843l-33.547 8.098-26.561-8.098h-.011z", fill: "url(#experienced-user_svg__paint3_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
63
+ React.createElement("path", { d: "M147.466 231.672c-13.907 0-24.121-2.721-32.144-8.54a3.557 3.557 0 014.179-5.755c6.748 4.902 15.634 7.191 27.965 7.191 12.33 0 21.227-2.279 27.965-7.191a3.556 3.556 0 114.178 5.755c-8.022 5.83-18.236 8.54-32.143 8.54z", fill: "url(#experienced-user_svg__paint4_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
64
+ React.createElement("path", { d: "M186.53 162.818a27.08 27.08 0 01-2.343 29.196c-6.791 8.94-18.485 18.172-37.844 18.172h-.486c-17.654-.292-27.663-3.887-62.452-27.242-21.735-14.587-34.4-21.465-41.137-24.65-4.73-2.235-11.877-4.751-11.77-6.651.076-1.296 1.415-3.218 11.305-2.905 15.926.173 29.553 6.274 48.653 12.547 5.312 2.019 9.826 2.008 13.713 1.015l.226-.065c5.55-1.404 6.975-3.909 13.421-9.48a55.425 55.425 0 0110.852-7.353c3.347-1.728 7.461-3.164 11.153-3.995a35.14 35.14 0 016.533-.615c12.676 0 24.196 4.891 32.802 12.891", fill: "url(#experienced-user_svg__paint5_linear_1503_210)" }),
65
+ React.createElement("path", { d: "M186.53 162.818a27.08 27.08 0 01-2.343 29.196c-6.791 8.94-18.485 18.172-37.844 18.172h-.486c-17.654-.292-27.663-3.887-62.452-27.242-21.735-14.587-34.4-21.465-41.137-24.65-4.73-2.235-11.877-4.751-11.77-6.651.076-1.296 1.415-3.218 11.305-2.905 15.926.173 29.553 6.274 48.653 12.547 5.312 2.019 9.826 2.008 13.713 1.015l.226-.065c5.55-1.404 6.975-3.909 13.421-9.48a55.425 55.425 0 0110.852-7.353c3.347-1.728 7.461-3.164 11.153-3.995a35.14 35.14 0 016.533-.615c12.676 0 24.196 4.891 32.802 12.891", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
66
+ React.createElement("path", { d: "M174.75 150.055c-6.273 8.941-16.66 12.525-28.407 12.525-10.517 0-19.932-2.418-26.292-9.804l-.961-1.123", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
67
+ React.createElement("path", { d: "M172.807 148.986c-5.842 8.314-15.494 11.651-26.421 11.651-9.772 0-18.539-2.257-24.456-9.124l-.896-1.047", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
68
+ React.createElement("path", { d: "M146.775 135.091h3.822s-1.35 3.314 1.565 6.046c-1.544.572-3.39.799-5.139.799s-3.617-.248-5.366-.831h.01c3.034-2.754 1.512-6.014 1.512-6.014h3.822", fill: "#000" }),
69
+ React.createElement("path", { d: "M146.775 135.091h3.822s-1.35 3.314 1.565 6.046c-1.544.572-3.39.799-5.139.799s-3.617-.248-5.366-.831h.01c3.034-2.754 1.512-6.014 1.512-6.014h3.822", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
70
+ React.createElement("path", { d: "M146.893 137.336a7.235 7.235 0 10.001-14.469 7.235 7.235 0 00-.001 14.469z", fill: "url(#experienced-user_svg__paint6_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
71
+ React.createElement("path", { d: "M178.443 168.055c-1.393-9.912.248-22.74 12.611-26.367 9.081-2.667 18.993 1.112 24.456 9.804 12.449 20.763-4.675 35.814-9.556 38.751-9.253 6.262-21.756 5.701-24.283 4.88", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
72
+ React.createElement("path", { d: "M187.232 186.993c2.311-.054 5.42-.389 8.519-1.371 1.857-.583 6.241-2.7 9.113-5.788 4.103-4.351 9.739-13.053 3.293-23.829-3.315-5.215-9.199-7.645-14.673-6.036-2.786.821-7.191 3.639-7.029 12.709", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
73
+ React.createElement("path", { d: "M60.202 104.923c.313-3.585 3.325-6.403 6.986-6.403.529 0 1.036.054 1.533.162l.086.022c1.674-4.492 5.993-7.688 11.067-7.688 1.88 0 3.66.443 5.237 1.22.076-2.084.853-8.595 7.612-12.903 3.553-2.256 7.127-2.699 9.88-2.548l.054-.162s.864-18.593 23.246-16.757l45.371.42a8.67 8.67 0 018.67 8.671 8.614 8.614 0 01-1.501 4.88l.032.044c6.468 2.915 10.97 9.426 10.97 16.984 0 10.29-8.335 18.625-18.625 18.625-1.393 0-2.764-.151-4.07-.443l.054.033c-2.97 4.891-8.347 8.163-14.49 8.163a16.895 16.895 0 01-12.558-5.572l-.021.076c-3.509 6.899-10.679 11.628-18.95 11.628-6.672 0-12.622-3.066-16.519-7.882l.118-.194a13.086 13.086 0 01-10.85 5.766 13.05 13.05 0 01-9.254-3.833l-.076-.173a14.38 14.38 0 01-1.62 2.257c-6.456 7.245-20.147 6.435-26.809 7.309-11.877 2.365-15.559 19.673-16.433 24.176-.12.647-.216 1.122-.216 1.122a6.728 6.728 0 01-3.002.648c-1.782-.021-3.498-.712-3.477-1.101 0 0 1.047-19.5 5.755-31.755.454-1.188 2.548-6.122 6.316-9.782a20.216 20.216 0 0113.497-5.14c.648 0 1.274.033 1.911.087h.087l-.011.043z", fill: "url(#experienced-user_svg__paint7_linear_1503_210)" }),
74
+ React.createElement("path", { d: "M102.657 76.634s.864-18.593 23.246-16.758M178.475 73.892c6.468 2.915 10.97 9.426 10.97 16.984 0 10.29-8.335 18.625-18.625 18.625a18.529 18.529 0 01-10.409-3.185", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
75
+ React.createElement("path", { d: "M171.274 60.287a8.67 8.67 0 018.67 8.67 8.67 8.67 0 01-3.736 7.137", fill: "#fff" }),
76
+ React.createElement("path", { d: "M171.274 60.287a8.67 8.67 0 018.67 8.67 8.67 8.67 0 01-3.736 7.137M85.111 92.247c.076-2.084.853-8.595 7.612-12.903 7.364-4.686 14.836-1.544 14.836-1.544M106.63 107.989c0 7.234-5.863 13.087-13.086 13.087a13.05 13.05 0 01-9.253-3.833", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
77
+ React.createElement("path", { d: "M141.894 104.631c-1.241 10.56-10.214 18.755-21.109 18.755-6.672 0-12.622-3.066-16.519-7.882", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
78
+ React.createElement("path", { d: "M166.814 109.091c-2.969 4.891-8.346 8.162-14.49 8.162a16.894 16.894 0 01-12.557-5.571M86.914 108.95s-.723 6.349-4.33 10.387c-6.456 7.245-20.147 6.435-26.809 7.31-11.877 2.365-15.559 19.673-16.433 24.175-.12.648-.216 1.123-.216 1.123a6.728 6.728 0 01-3.002.648c-1.782-.022-3.498-.713-3.477-1.101 0 0 1.047-19.5 5.755-31.755.454-1.188 2.548-6.122 6.316-9.783a20.214 20.214 0 0113.497-5.139c.648 0 1.274.032 1.911.086M60.85 108.529a7.018 7.018 0 017.947-9.825", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
79
+ React.createElement("path", { d: "M68.062 102.828c0-6.522 5.29-11.812 11.813-11.812 4.459 0 8.346 2.472 10.354 6.133", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
80
+ React.createElement("path", { d: "M182.201 116.206c8.616 0 15.591 6.986 15.591 15.591 0-8.616 6.986-15.591 15.591-15.591-8.616 0-15.591-6.986-15.591-15.602 0 8.616-6.986 15.591-15.591 15.591v.011z", fill: "#000", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
81
+ React.createElement("path", { d: "M67.803 44.404c11.758 0 21.293 9.534 21.293 21.292 0-11.758 9.533-21.292 21.292-21.292-11.759 0-21.293-9.534-21.293-21.292 0 11.758-9.534 21.292-21.292 21.292z", fill: "url(#experienced-user_svg__paint8_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
82
+ React.createElement("path", { d: "M102.646 19.98a9.917 9.917 0 019.923 9.923 9.916 9.916 0 019.922-9.922c-5.485 0-9.922-4.449-9.922-9.923a9.917 9.917 0 01-9.923 9.923z", fill: "url(#experienced-user_svg__paint9_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
83
+ React.createElement("path", { d: "M169.762 31.728H123.55a2.818 2.818 0 00-2.819 2.818v63.272a2.818 2.818 0 002.819 2.818h46.212a2.818 2.818 0 002.818-2.818V34.546a2.818 2.818 0 00-2.818-2.818z", fill: "url(#experienced-user_svg__paint10_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
84
+ React.createElement("path", { d: "M161.221 70.879H132.09a4.923 4.923 0 00-4.923 4.923v.011a4.923 4.923 0 004.923 4.924h29.131a4.923 4.923 0 004.924-4.924v-.01a4.923 4.923 0 00-4.924-4.924z", fill: "url(#experienced-user_svg__paint11_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
85
+ React.createElement("path", { d: "M161.221 82.356H132.09a4.923 4.923 0 00-4.923 4.924v.01a4.923 4.923 0 004.923 4.924h29.131a4.923 4.923 0 004.924-4.923v-.011a4.923 4.923 0 00-4.924-4.924z", fill: "url(#experienced-user_svg__paint12_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
86
+ React.createElement("path", { d: "M133.71 96.123c.486 1.706 3.66 4.47 1.447 6.133-.842.637-2.462.507-3.455.626-.799.097-1.706-.011-2.495-.194-.604-.141-1.177-.389-1.781-.508-.68-.129-1.22-.01-1.695-.55-.357-.411-.853-1.296-.821-1.868.054-.929 1.501-2.063 2.365-2.02", fill: "url(#experienced-user_svg__paint13_linear_1503_210)" }),
87
+ React.createElement("path", { d: "M161.221 90.52a3.337 3.337 0 100-6.674 3.337 3.337 0 000 6.673z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
88
+ React.createElement("path", { d: "M132.652 76.396a.918.918 0 100-1.835.918.918 0 000 1.835zM136.15 76.396a.918.918 0 100-1.835.918.918 0 000 1.835zM139.648 76.396a.918.918 0 100-1.835.918.918 0 000 1.835zM143.147 76.396a.917.917 0 100-1.834.917.917 0 000 1.834zM146.645 76.396a.918.918 0 100-1.835.918.918 0 000 1.835zM150.143 76.396a.918.918 0 100-1.835.918.918 0 000 1.835zM153.642 76.396a.918.918 0 100-1.835.918.918 0 000 1.835zM157.14 76.396a.918.918 0 100-1.835.918.918 0 000 1.835zM160.638 76.396a.918.918 0 100-1.835.918.918 0 000 1.835z", fill: "#000", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
89
+ React.createElement("path", { d: "M152.033 102.224a3.57 3.57 0 015.398-2.797 3.584 3.584 0 011.739 2.872", fill: "url(#experienced-user_svg__paint14_linear_1503_210)" }),
90
+ React.createElement("path", { d: "M152.033 102.224a3.57 3.57 0 015.398-2.797 3.584 3.584 0 011.739 2.872", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
91
+ React.createElement("path", { d: "M125.223 98.52a6.429 6.429 0 015.345-2.84 6.41 6.41 0 013.228.864s2.948 1.825 2.948 4.697", fill: "url(#experienced-user_svg__paint15_linear_1503_210)" }),
92
+ React.createElement("path", { d: "M125.223 98.52a6.429 6.429 0 015.345-2.84 6.41 6.41 0 013.228.864s2.948 1.825 2.948 4.697", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
93
+ React.createElement("path", { d: "M109.848 99.761a9.924 9.924 0 018.292-4.459c5.485 0 9.934 4.449 9.934 9.934", fill: "url(#experienced-user_svg__paint16_linear_1503_210)" }),
94
+ React.createElement("path", { d: "M109.848 99.761a9.924 9.924 0 018.292-4.459c5.485 0 9.934 4.449 9.934 9.934", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
95
+ React.createElement("path", { d: "M155.456 42.06h-15.775a2.419 2.419 0 00-2.419 2.42v15.774a2.419 2.419 0 002.419 2.419h15.775a2.419 2.419 0 002.418-2.419V44.48a2.419 2.419 0 00-2.418-2.418z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
96
+ React.createElement("path", { d: "M150.003 49.338v1.879c3.531.54 6.122 2.289 6.122 4.351v4.233a.77.77 0 01-.766.766h-15.387a.77.77 0 01-.766-.766v-4.233c0-2.03 2.516-3.757 5.96-4.33v-3.746a2.415 2.415 0 012.419-2.419 2.415 2.415 0 012.418 2.419v.302l.821 1.544h-.821z", fill: "url(#experienced-user_svg__paint17_linear_1503_210)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
97
+ React.createElement("path", { d: "M162.388 85.963a1.672 1.672 0 01-1.167 2.872 1.668 1.668 0 01-1.673-1.674c0-.442.173-.842.453-1.144", fill: "#fff" }),
98
+ React.createElement("path", { d: "M162.388 85.963a1.672 1.672 0 01-1.167 2.872 1.668 1.668 0 01-1.673-1.674c0-.442.173-.842.453-1.144M161.221 85.293v1.998", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
99
+ React.createElement("defs", null,
100
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint0_linear_1503_210", x1: 178.033, y1: 168.227, x2: 219.948, y2: 168.227, gradientUnits: "userSpaceOnUse" },
101
+ React.createElement("stop", { stopColor: "#3E87FA" }),
102
+ React.createElement("stop", { offset: 0.35, stopColor: "#3E87FA" }),
103
+ React.createElement("stop", { offset: 0.78, stopColor: "#635DFF" }),
104
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
105
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint1_linear_1503_210", x1: 178.794, y1: 168.225, x2: 219.944, y2: 168.225, gradientUnits: "userSpaceOnUse" },
106
+ React.createElement("stop", { stopColor: "#635DFF" }),
107
+ React.createElement("stop", { offset: 1, stopColor: "#3885FF" })),
108
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint2_linear_1503_210", x1: 117.417, y1: 224.189, x2: 177.525, y2: 224.189, gradientUnits: "userSpaceOnUse" },
109
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
110
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
111
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint3_linear_1503_210", x1: 65.525, y1: 150.12, x2: 181.693, y2: 249.099, gradientUnits: "userSpaceOnUse" },
112
+ React.createElement("stop", { stopColor: "#3E87FA" }),
113
+ React.createElement("stop", { offset: 0.35, stopColor: "#3E87FA" }),
114
+ React.createElement("stop", { offset: 0.78, stopColor: "#635DFF" }),
115
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
116
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint4_linear_1503_210", x1: 113.864, y1: 224.19, x2: 181.078, y2: 224.19, gradientUnits: "userSpaceOnUse" },
117
+ React.createElement("stop", { stopColor: "#3E87FA" }),
118
+ React.createElement("stop", { offset: 0.35, stopColor: "#3E87FA" }),
119
+ React.createElement("stop", { offset: 0.78, stopColor: "#635DFF" }),
120
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
121
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint5_linear_1503_210", x1: 126.476, y1: 177.567, x2: 167.495, y2: 224.309, gradientUnits: "userSpaceOnUse" },
122
+ React.createElement("stop", { stopColor: "#3E87FA" }),
123
+ React.createElement("stop", { offset: 0.35, stopColor: "#3E87FA" }),
124
+ React.createElement("stop", { offset: 0.78, stopColor: "#635DFF" }),
125
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
126
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint6_linear_1503_210", x1: 139.658, y1: 130.102, x2: 154.127, y2: 130.102, gradientUnits: "userSpaceOnUse" },
127
+ React.createElement("stop", { stopColor: "#FF4F40" }),
128
+ React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
129
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint7_linear_1503_210", x1: 51.132, y1: 152.863, x2: 147.498, y2: 83.091, gradientUnits: "userSpaceOnUse" },
130
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
131
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
132
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint8_linear_1503_210", x1: 67.801, y1: 44.403, x2: 110.385, y2: 44.403, gradientUnits: "userSpaceOnUse" },
133
+ React.createElement("stop", { stopColor: "#FF4F40" }),
134
+ React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
135
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint9_linear_1503_210", x1: 102.646, y1: 19.981, x2: 122.491, y2: 19.981, gradientUnits: "userSpaceOnUse" },
136
+ React.createElement("stop", { stopColor: "#2BC8A0" }),
137
+ React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })),
138
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint10_linear_1503_210", x1: 146.656, y1: 114.003, x2: 146.656, y2: 42.093, gradientUnits: "userSpaceOnUse" },
139
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
140
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
141
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint11_linear_1503_210", x1: 127.165, y1: 75.808, x2: 166.143, y2: 75.808, gradientUnits: "userSpaceOnUse" },
142
+ React.createElement("stop", { stopColor: "#FF4F40" }),
143
+ React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
144
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint12_linear_1503_210", x1: 121.384, y1: 82.732, x2: 123.364, y2: 98.144, gradientUnits: "userSpaceOnUse" },
145
+ React.createElement("stop", { stopColor: "#3EC6EB" }),
146
+ React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })),
147
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint13_linear_1503_210", x1: 71.107, y1: 136.775, x2: 152, y2: 87.097, gradientUnits: "userSpaceOnUse" },
148
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
149
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
150
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint14_linear_1503_210", x1: 78.482, y1: 148.771, x2: 159.375, y2: 99.082, gradientUnits: "userSpaceOnUse" },
151
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
152
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
153
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint15_linear_1503_210", x1: 66.065, y1: 139.409, x2: 153.857, y2: 85.488, gradientUnits: "userSpaceOnUse" },
154
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
155
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
156
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint16_linear_1503_210", x1: 68.678, y1: 132.823, x2: 149.571, y2: 83.134, gradientUnits: "userSpaceOnUse" },
157
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
158
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
159
+ React.createElement("linearGradient", { id: "experienced-user_svg__paint17_linear_1503_210", x1: 139.208, y1: 52.82, x2: 156.127, y2: 52.82, gradientUnits: "userSpaceOnUse" },
160
+ React.createElement("stop", { stopColor: "#635DFF" }),
161
+ React.createElement("stop", { offset: 1, stopColor: "#3885FF" })))));
162
+ }, {
163
+ name: common_1.illustrationComponentName,
164
+ })({});
@@ -0,0 +1,7 @@
1
+ export { IllustrationExperiencedUser } from './experienced-user';
2
+ export { IllustrationNewAuth0UserA } from './new-auth0-user-a';
3
+ export { IllustrationNotifications } from './notifications';
4
+ export { IllustrationRoles } from './roles';
5
+ export { IllustrationSingleSignOn } from './single-sign-on';
6
+ export { IllustrationStreamsLogs } from './streams-logs';
7
+ export { IllustrationUsers } from './users';
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /*
3
+ This file is generated. Any changes made to this file will be lost.
4
+ To update this output make changes to `scripts/svgr/illustration-index-template.js`
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.IllustrationUsers = exports.IllustrationStreamsLogs = exports.IllustrationSingleSignOn = exports.IllustrationRoles = exports.IllustrationNotifications = exports.IllustrationNewAuth0UserA = exports.IllustrationExperiencedUser = void 0;
8
+ var experienced_user_1 = require("./experienced-user");
9
+ Object.defineProperty(exports, "IllustrationExperiencedUser", { enumerable: true, get: function () { return experienced_user_1.IllustrationExperiencedUser; } });
10
+ var new_auth0_user_a_1 = require("./new-auth0-user-a");
11
+ Object.defineProperty(exports, "IllustrationNewAuth0UserA", { enumerable: true, get: function () { return new_auth0_user_a_1.IllustrationNewAuth0UserA; } });
12
+ var notifications_1 = require("./notifications");
13
+ Object.defineProperty(exports, "IllustrationNotifications", { enumerable: true, get: function () { return notifications_1.IllustrationNotifications; } });
14
+ var roles_1 = require("./roles");
15
+ Object.defineProperty(exports, "IllustrationRoles", { enumerable: true, get: function () { return roles_1.IllustrationRoles; } });
16
+ var single_sign_on_1 = require("./single-sign-on");
17
+ Object.defineProperty(exports, "IllustrationSingleSignOn", { enumerable: true, get: function () { return single_sign_on_1.IllustrationSingleSignOn; } });
18
+ var streams_logs_1 = require("./streams-logs");
19
+ Object.defineProperty(exports, "IllustrationStreamsLogs", { enumerable: true, get: function () { return streams_logs_1.IllustrationStreamsLogs; } });
20
+ var users_1 = require("./users");
21
+ Object.defineProperty(exports, "IllustrationUsers", { enumerable: true, get: function () { return users_1.IllustrationUsers; } });
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIllustrationProps } from '../common';
3
+ export declare const IllustrationNewAuth0UserA: import("styled-components").StyledComponent<({ ...props }: IIllustrationProps) => JSX.Element, import("@mui/material").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, never>;