@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,104 @@
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.IllustrationNewAuth0UserA = 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.IllustrationNewAuth0UserA = (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: "M131.761 168.505c0 10.723-2.995 36.032-2.995 36.032l-9.046-1.367-90.884-13.339-.949-.14c-7.448-1.018-12.65-7.668-12.58-16.094.08-10.753 8.517-19.619 19.52-23.363l49.91-17.741 107.757 14.397-60.753 21.615-103.454-15.186", fill: "url(#new-auth0-user-a_svg__paint0_linear_1402_236)" }),
60
+ React.createElement("path", { d: "M131.761 168.505c0 10.723-2.995 36.032-2.995 36.032l-9.046-1.367-90.884-13.339-.949-.14c-7.448-1.018-12.65-7.668-12.58-16.094.08-10.753 8.517-19.619 19.52-23.363l49.91-17.741 107.757 14.397-60.753 21.615-103.454-15.186", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
61
+ React.createElement("path", { d: "M135.894 167.008l54.503-19.219v36.621l-55.172 19.658c-10.253 2.896-18.31-4.572-18.23-14.766.079-10.194 8.107-18.82 18.52-22.164l.379-.13z", fill: "url(#new-auth0-user-a_svg__paint1_linear_1402_236)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
62
+ React.createElement("path", { d: "M117.015 188.553c1.008-14.078 14.746-20.038 14.746-20.038l4.702-1.697 56.051-19.918v1.967l-56.41 20.127c-10.204 3.275-17.103 11.442-17.173 20.328-.039 4.632 1.788 8.706 5.002 11.152 2.926 2.236 6.73 2.855 10.703 1.757l57.997-20.647v2.027l-56.11 19.998s-8.746 3.904-15.495-3.165c-2.236-2.227-4.413-6.889-4.013-11.881v-.01z", fill: "#BAC1CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
63
+ React.createElement("path", { d: "M153.247 124.126c0 10.723-3.105 36.023-3.105 36.023l-8.926-1.358-90.885-13.339-.948-.14c-7.448-1.018-12.65-7.667-12.58-16.094.08-10.753 8.516-19.618 19.519-23.362l49.91-17.742 107.757 14.397-60.752 21.615-103.475-15.195", fill: "url(#new-auth0-user-a_svg__paint2_linear_1402_236)" }),
64
+ React.createElement("path", { d: "M153.247 124.126c0 10.723-3.105 36.023-3.105 36.023l-8.926-1.358-90.885-13.339-.948-.14c-7.448-1.018-12.65-7.667-12.58-16.094.08-10.753 8.516-19.618 19.519-23.362l49.91-17.742 107.757 14.397-60.752 21.615-103.475-15.195", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
65
+ React.createElement("path", { d: "M157.38 122.629l54.503-19.22v36.622l-55.172 19.658c-10.254 2.896-18.311-4.572-18.231-14.766.08-10.194 8.107-18.82 18.521-22.165l.379-.129z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
66
+ React.createElement("path", { d: "M139.069 140.3c3.225-13.628 18.88-17.871 18.88-17.871l56.05-19.918v1.967l-56.409 20.127c-10.204 3.275-17.103 11.442-17.173 20.328-.04 4.632 1.787 8.706 5.002 11.152 2.925 2.236 6.729 2.855 10.703 1.757l57.997-20.647v2.027l-56.11 19.998c-12.201 4.113-22.165-5.292-18.94-18.92z", fill: "#BAC1CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
67
+ React.createElement("path", { d: "M175.661 79.378c0 10.723-2.696 36.072-2.696 36.072l-9.335-1.417-90.884-13.339-.949-.14c-7.448-1.018-12.65-7.668-12.58-16.094.08-10.753 8.517-19.619 19.519-23.363l49.92-17.741 107.757 14.397-60.752 21.615L72.186 64.182", fill: "url(#new-auth0-user-a_svg__paint3_linear_1402_236)" }),
68
+ React.createElement("path", { d: "M175.661 79.378c0 10.723-2.696 36.072-2.696 36.072l-9.335-1.417-90.884-13.339-.949-.14c-7.448-1.018-12.65-7.668-12.58-16.094.08-10.753 8.517-19.619 19.519-23.363l49.92-17.741 107.757 14.397-60.752 21.615L72.186 64.182", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
69
+ React.createElement("path", { d: "M179.834 77.89l54.463-19.379v36.761l-55.172 19.659c-10.253 2.895-18.311-4.573-18.231-14.766.08-10.194 8.107-18.78 18.521-22.125l.419-.15z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
70
+ React.createElement("path", { d: "M171.937 115.28c-5.991-1.258-9.924-6.06-10.863-12.38-1.088-6.969 2.606-12.74 2.606-12.74 5.371-8.955 14.137-11.551 14.137-11.551l2.626-.938 55.97-19.919v1.967l-56.409 20.128c-10.204 3.275-17.103 11.442-17.173 20.328-.04 4.632 1.787 8.706 5.002 11.152 2.926 2.236 6.729 2.855 10.703 1.757l57.997-20.647v2.027l-56.11 19.998c-1.358.329-3.604 1.667-8.486.808v.01z", fill: "#BAC1CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
71
+ React.createElement("path", { d: "M126.939 50.274l-23.413 8.317c-.848.3-.729 1.547.16 1.677l44.559 6.61c2.206.33 4.462.11 6.569-.64l24.131-8.585c.689-.24.579-1.248-.139-1.338l-48.233-6.42a7.87 7.87 0 00-3.634.38z", fill: "url(#new-auth0-user-a_svg__paint4_linear_1402_236)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
72
+ React.createElement("path", { d: "M195.559 60.518l-23.892 8.506c-1.987.72-2.506 2.167.27 2.676 0 0 4.842.938 8.706-.6l22.564-8.026s2.326-.859 1.677-2.217c-.409-.878-1.937-1.118-1.937-1.118-2.466-.45-5.022-.06-7.388.779z", fill: "url(#new-auth0-user-a_svg__paint5_linear_1402_236)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
73
+ React.createElement("path", { d: "M234.297 60.498l-56.48 20.138", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
74
+ React.createElement("path", { d: "M234.297 65.77l-68.351 24.381M234.297 71.13l-71.036 25.34M234.297 76.652l-71.346 25.46M234.297 82.363l-69.848 24.92M234.297 88.344l-65.795 23.462M211.873 110.638l-68.341 24.381M211.873 115.999l-71.027 25.339M211.873 121.521l-71.336 25.449M211.873 127.231l-69.789 24.89M211.873 133.202l-65.675 23.432M190.367 154.907l-68.35 24.381M190.367 160.258l-71.036 25.34M190.367 165.79l-71.346 25.449M190.367 171.49l-69.798 24.901M190.367 177.471l-65.675 23.432", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
75
+ React.createElement("path", { d: "M234.297 93.236l-55.761 19.848", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
76
+ React.createElement("path", { d: "M203.556 61.477c0 .529-1.288.958-2.865.958-1.578 0-2.866-.43-2.866-.959 0-.529 1.288-.958 2.866-.958 1.577 0 2.865.43 2.865.959z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
77
+ React.createElement("path", { d: "M108.069 59.13c0 .22-.429.39-.959.39-.529 0-.958-.18-.958-.39 0-.21.429-.389.958-.389.53 0 .959.18.959.39zM110.565 58.342c0 .22-.429.39-.959.39-.529 0-.958-.18-.958-.39 0-.21.429-.39.958-.39.53 0 .959.18.959.39zM113.061 57.553c0 .22-.429.39-.959.39-.529 0-.958-.18-.958-.39 0-.21.429-.39.958-.39.53 0 .959.18.959.39z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
78
+ React.createElement("path", { d: "M130.074 152.122c-1.438-2.357-2.247-5.252-2.217-8.427.04-4.822 1.947-9.225 5.072-12.839M125.331 151.512c-1.437-2.356-2.246-5.251-2.216-8.426.04-4.822 1.947-9.225 5.072-12.84M109.517 194.883c-1.438-2.356-2.247-5.251-2.217-8.426.04-4.822 1.947-9.225 5.072-12.84M104.774 194.264c-1.438-2.356-2.246-5.252-2.216-8.427.04-4.822 1.947-9.225 5.072-12.839M154.405 107.413c-1.438-2.356-2.247-5.251-2.217-8.426.04-4.823 1.947-9.226 5.072-12.84M149.662 106.794c-1.437-2.356-2.246-5.251-2.216-8.426.04-4.822 1.947-9.225 5.072-12.84", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
79
+ React.createElement("path", { d: "M127.638 95.392l-5.442 10.414-18.929-2.776 5.441-10.423-4.892-.72-57.678 110.544 4.892.719 10.384-19.898 18.93 2.775-10.384 19.898 4.892.719L132.52 96.121l-4.882-.729zm-7.728 14.797l-5.671 10.872-18.93-2.775 5.671-10.873 18.93 2.776zm-40.285 38.149l5.61-10.753 18.93 2.775-5.61 10.753-18.93-2.775zm16.643 7.158l-5.691 10.903-18.93-2.776 5.691-10.902 18.93 2.775zm-8.746-22.294l5.501-10.543 18.93 2.775-5.501 10.543-18.93-2.775zM63.69 178.869l5.67-10.873 18.93 2.776-5.67 10.872-18.93-2.775z", fill: "#BAC1CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
80
+ React.createElement("path", { d: "M46.242 177.717l-13.34-1.79-.36 4.54-2.51-.34c.13-3.02-.87-4.86-3-5.52l.28-3.49 19.26 2.58-.32 4.01-.01.01zM66.325 138.302a8.171 8.171 0 01-3.14-1.35c-.97-.68-1.74-1.36-2.32-2.06-.58-.7-1.16-1.54-1.77-2.52-.22-.34-.54-.88-.96-1.61-.42-.73-.75-1.28-.99-1.64-.24-.36-.54-.78-.91-1.26-.37-.47-.76-.83-1.16-1.07-.4-.24-.84-.4-1.3-.47-.9-.15-1.64-.03-2.2.36-.56.39-.87 1.01-.93 1.86-.06.99.22 1.81.85 2.48.63.67 1.56 1.11 2.8 1.33l-.23 3.64c-2.21-.36-3.91-1.23-5.08-2.6s-1.68-3.19-1.54-5.47c.13-2.05.81-3.57 2.05-4.57 1.24-.99 2.71-1.35 4.43-1.07.85.14 1.61.39 2.29.76.68.37 1.28.88 1.82 1.52s.96 1.21 1.26 1.7c.3.49.68 1.17 1.13 2.02 1.19 2.34 2.24 3.83 3.13 4.48l.57-8.99 3.1.51-.89 14-.01.02zM90.379 86.078c-.21 2.54-1 4.38-2.36 5.53-1.36 1.14-3.12 1.56-5.28 1.24l.32-3.81c2.62.27 4.03-.83 4.24-3.31.09-1.11-.11-2.03-.61-2.74-.5-.72-1.24-1.15-2.21-1.31-.97-.16-1.69.04-2.27.58-.58.54-.92 1.41-1.02 2.63l-.1 1.23-2.89-.48.1-1.14c.08-.98-.08-1.8-.48-2.47-.4-.67-1-1.07-1.81-1.2-.81-.13-1.4.03-1.9.46-.5.43-.79 1.09-.86 1.97-.09 1.09.15 1.99.71 2.69.57.7 1.38 1.15 2.42 1.36l-.32 3.81c-1.94-.4-3.43-1.32-4.47-2.76-1.04-1.44-1.46-3.3-1.27-5.59.18-2.11.79-3.71 1.83-4.8 1.04-1.09 2.36-1.5 3.95-1.24 1.99.33 3.24 1.69 3.76 4.09h.06c.87-2.6 2.59-3.69 5.18-3.27 1.91.31 3.32 1.27 4.22 2.86.9 1.59 1.26 3.49 1.08 5.67h-.02z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
81
+ React.createElement("defs", null,
82
+ React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint0_linear_1402_236", x1: 15.317, y1: 168.515, x2: 192.514, y2: 168.515, gradientUnits: "userSpaceOnUse" },
83
+ React.createElement("stop", { stopColor: "#E8EBED" }),
84
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
85
+ React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint1_linear_1402_236", x1: 116.995, y1: 176.243, x2: 190.387, y2: 176.243, gradientUnits: "userSpaceOnUse" },
86
+ React.createElement("stop", { stopColor: "#E8EBED" }),
87
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
88
+ React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint2_linear_1402_236", x1: 36.803, y1: 124.126, x2: 213.999, y2: 124.126, gradientUnits: "userSpaceOnUse" },
89
+ React.createElement("stop", { stopColor: "#3983FD" }),
90
+ React.createElement("stop", { offset: 0.35, stopColor: "#3983FD" }),
91
+ React.createElement("stop", { offset: 0.78, stopColor: "#6256FF" }),
92
+ React.createElement("stop", { offset: 1, stopColor: "#6256FF" })),
93
+ React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint3_linear_1402_236", x1: 59.208, y1: 79.402, x2: 236.403, y2: 79.402, gradientUnits: "userSpaceOnUse" },
94
+ React.createElement("stop", { stopColor: "#FF4F40" }),
95
+ React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
96
+ React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint4_linear_1402_236", x1: 102.957, y1: 58.431, x2: 179.415, y2: 58.431, gradientUnits: "userSpaceOnUse" },
97
+ React.createElement("stop", { stopColor: "#E8EBED" }),
98
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
99
+ React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint5_linear_1402_236", x1: 164.824, y1: 60.025, x2: 168.279, y2: 79.159, gradientUnits: "userSpaceOnUse" },
100
+ React.createElement("stop", { stopColor: "#3EC6EB" }),
101
+ React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })))));
102
+ }, {
103
+ name: common_1.illustrationComponentName,
104
+ })({});
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIllustrationProps } from '../common';
3
+ export declare const IllustrationNotifications: import("styled-components").StyledComponent<({ ...props }: IIllustrationProps) => JSX.Element, import("@mui/material").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, never>;
@@ -0,0 +1,151 @@
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.IllustrationNotifications = 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.IllustrationNotifications = (0, styled_1.styled)(function (_a) {
57
+ var props = __rest(_a, []);
58
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 250 250", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
59
+ React.createElement("path", { d: "M64.346 217.06c-14.665 0-22.294-1-24.276-1.5v-17.5c2.642-12 8.224-37.3 9.413-42.5 1.189-5.2 7.431-9.833 10.404-11.5l10.424-3 15.338 9.5.99 46c3.303 1.333 9.81 4.3 9.414 5.5-.397 1.2-4.79 4.167-6.936 5.5v8c-2.147.5-10.107 1.5-24.771 1.5z", fill: "#fff" }),
60
+ React.createElement("path", { d: "M88.91 209.1c7.78.91 12.73 2.27 12.73 3.79 0 2.74-16.04 4.96-35.82 4.96S30 215.63 30 212.89c0-1.29 3.55-2.46 9.36-3.34", fill: "#fff" }),
61
+ React.createElement("path", { d: "M88.91 209.1c7.78.91 12.73 2.27 12.73 3.79 0 2.74-16.04 4.96-35.82 4.96S30 215.63 30 212.89c0-1.29 3.55-2.46 9.36-3.34", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
62
+ React.createElement("path", { d: "M130.18 156.31h-12.73c-.6 0-1.08-.48-1.08-1.08v-52.37h-7.32v53.6a7.17 7.17 0 007.17 7.17h13.96", fill: "url(#notifications_svg__paint0_linear_17_18)" }),
63
+ React.createElement("path", { d: "M130.18 156.31h-12.73c-.6 0-1.08-.48-1.08-1.08v-52.37h-7.32v53.6a7.17 7.17 0 007.17 7.17h13.96", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
64
+ React.createElement("path", { d: "M118.249 118.021v-6.09h-11.08v6.09h11.08zM135.99 154.55h-6.09v11.08h6.09v-11.08z", fill: "#0A0A0A", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
65
+ React.createElement("path", { d: "M70 77.49h-4.5c-1.74.17-3.13 2.95-3.13 6.36 0 3.4 1.38 6.19 3.13 6.36h4.44", fill: "#0A0A0A" }),
66
+ React.createElement("path", { d: "M70 77.49h-4.5c-1.74.17-3.13 2.95-3.13 6.36 0 3.4 1.38 6.19 3.13 6.36h4.44", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
67
+ React.createElement("path", { d: "M80.2 121.27l.17 34.82v45.46c0 1.41 4.98 2.54 10.93 2.53 5.95-.01 10.78-1.17 10.78-2.57v-.01l-.17-80.26", fill: "url(#notifications_svg__paint1_linear_17_18)" }),
68
+ React.createElement("path", { d: "M80.2 121.27l.17 34.82v45.46c0 1.41 4.98 2.54 10.93 2.53 5.95-.01 10.78-1.17 10.78-2.57v-.01l-.17-80.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
69
+ React.createElement("path", { d: "M80.2 121.29c0 1.41 4.86 2.54 10.86 2.53 5.99-.01 10.85-1.17 10.85-2.57 0-1.41-4.86-2.54-10.86-2.53-6 0-10.86 1.16-10.85 2.57z", fill: "url(#notifications_svg__paint2_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
70
+ React.createElement("path", { d: "M87.29 120.89c0 .5 1.7.71 3.81.71 2.1 0 3.8-.23 3.8-.73", fill: "#BBC2CD" }),
71
+ React.createElement("path", { d: "M87.29 120.89c0 .5 1.7.71 3.81.71 2.1 0 3.8-.23 3.8-.73", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
72
+ React.createElement("path", { d: "M94.9 120.9l-.02-10.11-7.61.01.02 10.12", fill: "#BDC4CF" }),
73
+ React.createElement("path", { d: "M94.9 120.9l-.02-10.11-7.61.01.02 10.12", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
74
+ React.createElement("path", { d: "M117.32 172.02s6.46 14.84-5.61 22.98c-12.07 8.15-17.8 4.16-18.93-3.46-.67-4.52 2.42-7.7 2.42-7.7", fill: "#fff" }),
75
+ React.createElement("path", { d: "M117.32 172.02s6.46 14.84-5.61 22.98c-12.07 8.15-17.8 4.16-18.93-3.46-.67-4.52 2.42-7.7 2.42-7.7", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
76
+ React.createElement("path", { d: "M116.37 154.96s6.97 15.28-4.54 24.21c-11.5 8.93-20.45 5.95-22.13-1.58-1.09-4.87 2.11-8.24 2.11-8.24", fill: "#fff" }),
77
+ React.createElement("path", { d: "M116.37 154.96s6.97 15.28-4.54 24.21c-11.5 8.93-20.45 5.95-22.13-1.58-1.09-4.87 2.11-8.24 2.11-8.24", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
78
+ React.createElement("path", { d: "M102.3 133.2s11.73 1.96 14.3 14.43c1.39 8.08-2.45 18.55-17.72 22.29-13.42 3.29-13.57-14.66-3.4-19.52l6.47-3.23-.03-13.91.38-.06z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
79
+ React.createElement("path", { d: "M104.81 167.9s-1.5-8.25-5.62-7.64c-4.65.69-3.82 6.09-3.12 10.09M107.8 181.85s-1.49-8.04-5.61-7.43c-4.65.69-3.78 6.23-3.08 10.23", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
80
+ React.createElement("path", { d: "M110.79 195.61c-.41-.89-2.95-6.03-6.21-4.94-4.03 1.35-2.7 5.05-1.46 8.5", fill: "#fff" }),
81
+ React.createElement("path", { d: "M110.79 195.61c-.41-.89-2.95-6.03-6.21-4.94-4.03 1.35-2.7 5.05-1.46 8.5", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
82
+ React.createElement("path", { d: "M80.33 158.91s12.39-4.82 21.01-14.26c5.51-6.46 4-14.65.53-17.17-2.36-1.72-6.68-3.08-12.19.3-5.57 3.42-11 7.89-22.77 12.71-4.23 1.73-7.88 3.69-11.12 5.84", fill: "#fff" }),
83
+ React.createElement("path", { d: "M80.33 158.91s12.39-4.82 21.01-14.26c5.51-6.46 4-14.65.53-17.17-2.36-1.72-6.68-3.08-12.19.3-5.57 3.42-11 7.89-22.77 12.71-4.23 1.73-7.88 3.69-11.12 5.84", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
84
+ React.createElement("path", { d: "M94.39 125.86c1.04 1.01 5.21 6.17 1.76 9.4-5.19 4.87-12.61-3.52-12.61-3.52", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
85
+ React.createElement("path", { d: "M39.36 216.2v-3.45c-.41-19.31 2.53-35.85 5.41-46.66 2.18-8 4.43-12.6 5.41-14 1.64-2.35 3.7-4.48 5.64-5.78", fill: "#fff" }),
86
+ React.createElement("path", { d: "M39.36 216.2v-3.45c-.41-19.31 2.53-35.85 5.41-46.66 2.18-8 4.43-12.6 5.41-14 1.64-2.35 3.7-4.48 5.64-5.78M94.69 203.97c-1.4 1.3-3.33 2.72-5.77 3.67v8.97", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
87
+ React.createElement("path", { d: "M76.46 176.31l-5.31 15.45-1.02 1.28.27-.3 6.21-3.35 3.77.36-.14 11.81-31.72 4.18-6.76-10.1 1.87-9.47 19.48-21.22", fill: "#fff" }),
88
+ React.createElement("path", { d: "M190.43 32.45l-52.17 23.22H84.29c-8.08 0-14.64 12.61-14.64 28.17 0 15.56 6.55 28.17 14.64 28.17h53.89l52.19 23.2", fill: "url(#notifications_svg__paint3_linear_17_18)" }),
89
+ React.createElement("path", { d: "M190.43 32.45l-52.17 23.22H84.29c-8.08 0-14.64 12.61-14.64 28.17 0 15.56 6.55 28.17 14.64 28.17h53.89l52.19 23.2", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
90
+ React.createElement("path", { d: "M138.22 112.01c-7.72-.76-13.85-13.08-13.85-28.17 0-15.09 6.14-27.41 13.85-28.17", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
91
+ React.createElement("path", { d: "M192.36 135.68c8.085 0 14.64-23.21 14.64-51.84C207 55.21 200.445 32 192.36 32s-14.64 23.21-14.64 51.84c0 28.63 6.555 51.84 14.64 51.84z", fill: "url(#notifications_svg__paint4_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
92
+ React.createElement("path", { d: "M178.56 101.09c.87.12 1.98.17 2.88.17 10.25 0 17.85-7.82 17.85-17.46s-7.6-17.46-17.85-17.46c-.96 0-1.91.07-2.83.2 0 0-.89 9.37-.89 17.31 0 7.94.84 17.24.84 17.24z", fill: "url(#notifications_svg__paint5_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
93
+ React.createElement("path", { d: "M114.22 100.35H83.54c-2.68 0-4.98-1.93-5.44-4.57-.59-3.38 2.01-6.47 5.44-6.47h30.68c2.68 0 4.98 1.93 5.44 4.57.59 3.37-2.01 6.47-5.44 6.47z", fill: "url(#notifications_svg__paint6_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
94
+ React.createElement("path", { d: "M112.32 61.44c-.58 2.04-2.75 3.7-4.85 3.7-2.1 0-3.34-1.66-2.76-3.7.58-2.04 2.75-3.7 4.85-3.7 2.1 0 3.34 1.66 2.76 3.7z", fill: "url(#notifications_svg__paint7_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
95
+ React.createElement("path", { d: "M114.12 99.01c2.347 0 4.25-1.89 4.25-4.22s-1.903-4.22-4.25-4.22-4.25 1.89-4.25 4.22 1.903 4.22 4.25 4.22z", fill: "url(#notifications_svg__paint8_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
96
+ React.createElement("path", { d: "M80.37 158.91v42.65", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
97
+ React.createElement("path", { d: "M104.58 62.24v-9.69c0-2.32-1.89-4.2-4.2-4.2H57.73c-2.32 0-4.2 1.89-4.2 4.2v23.24c0 2.32 1.89 4.2 4.2 4.2h5.32s-1.57 3.79.09 7.9h-5.4c-6.67 0-12.1-5.43-12.1-12.1V52.55c0-6.67 5.43-12.1 12.1-12.1h42.63c6.67 0 12.1 5.43 12.1 12.1v7.98", fill: "url(#notifications_svg__paint9_linear_17_18)" }),
98
+ React.createElement("path", { d: "M104.58 62.24v-9.69c0-2.32-1.89-4.2-4.2-4.2H57.73c-2.32 0-4.2 1.89-4.2 4.2v23.24c0 2.32 1.89 4.2 4.2 4.2h5.32s-1.57 3.79.09 7.9h-5.4c-6.67 0-12.1-5.43-12.1-12.1V52.55c0-6.67 5.43-12.1 12.1-12.1h42.63c6.67 0 12.1 5.43 12.1 12.1v7.98", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
99
+ React.createElement("path", { d: "M70.08 193c10.37-11.39 10.29-27.44 10.29-27.44v28.52", fill: "#fff" }),
100
+ React.createElement("path", { d: "M70.08 193c10.37-11.39 10.29-27.44 10.29-27.44v28.52", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
101
+ React.createElement("path", { d: "M214.08 202.72h-72.87c-2.92 0-5.29-2.37-5.29-5.29v-48.16c0-2.92 2.37-5.29 5.29-5.29h72.87c2.92 0 5.29 2.37 5.29 5.29v48.16a5.292 5.292 0 01-5.29 5.29z", fill: "url(#notifications_svg__paint10_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
102
+ React.createElement("path", { d: "M190.68 183.06h-42.56a3.05 3.05 0 100 6.1h42.56a3.05 3.05 0 003.05-3.05c0-1.69-1.36-3.05-3.05-3.05z", fill: "url(#notifications_svg__paint11_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
103
+ React.createElement("path", { d: "M208.06 171.68h-59.93a3.05 3.05 0 100 6.1h59.93a3.05 3.05 0 100-6.1z", fill: "url(#notifications_svg__paint12_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
104
+ React.createElement("path", { d: "M208.06 160.59h-59.93a3.05 3.05 0 100 6.1h59.93a3.05 3.05 0 003.05-3.05c-.01-1.68-1.37-3.05-3.05-3.05z", fill: "url(#notifications_svg__paint13_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
105
+ React.createElement("path", { d: "M151.17 186.11a3.05 3.05 0 10-6.1 0 3.05 3.05 0 106.1 0zM151.17 174.73a3.05 3.05 0 10-6.1 0 3.05 3.05 0 106.1 0zM151.157 164.04a3.05 3.05 0 10-6.055-.745 3.05 3.05 0 006.055.745zM201.22 150.14a1.81 1.81 0 11-3.62 0 1.81 1.81 0 013.62 0zM207.87 150.14a1.81 1.81 0 11-3.62 0 1.81 1.81 0 013.62 0zM214.51 150.14a1.81 1.81 0 11-3.62 0 1.81 1.81 0 013.62 0z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
106
+ React.createElement("defs", null,
107
+ React.createElement("linearGradient", { id: "notifications_svg__paint0_linear_17_18", x1: 119.61, y1: 112.964, x2: 119.61, y2: 172.989, gradientUnits: "userSpaceOnUse" },
108
+ React.createElement("stop", { stopColor: "#F4D" }),
109
+ React.createElement("stop", { offset: 1, stopColor: "#EBCA40" })),
110
+ React.createElement("linearGradient", { id: "notifications_svg__paint1_linear_17_18", x1: 80.196, y1: 162.666, x2: 102.074, y2: 162.666, gradientUnits: "userSpaceOnUse" },
111
+ React.createElement("stop", { stopColor: "#1BC99F" }),
112
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
113
+ React.createElement("linearGradient", { id: "notifications_svg__paint2_linear_17_18", x1: 80.195, y1: 121.263, x2: 101.903, y2: 121.263, gradientUnits: "userSpaceOnUse" },
114
+ React.createElement("stop", { stopColor: "#3885FF" }),
115
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
116
+ React.createElement("linearGradient", { id: "notifications_svg__paint3_linear_17_18", x1: 87.112, y1: 130.214, x2: 196.695, y2: 52.295, gradientUnits: "userSpaceOnUse" },
117
+ React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
118
+ React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
119
+ React.createElement("linearGradient", { id: "notifications_svg__paint4_linear_17_18", x1: 164.311, y1: 128.301, x2: 228.345, y2: 26.813, gradientUnits: "userSpaceOnUse" },
120
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
121
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
122
+ React.createElement("linearGradient", { id: "notifications_svg__paint5_linear_17_18", x1: 177.726, y1: 83.792, x2: 199.303, y2: 83.792, gradientUnits: "userSpaceOnUse" },
123
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
124
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
125
+ React.createElement("linearGradient", { id: "notifications_svg__paint6_linear_17_18", x1: 68.482, y1: 94.825, x2: 112.514, y2: 94.825, gradientUnits: "userSpaceOnUse" },
126
+ React.createElement("stop", { stopColor: "#BBC2CD" }),
127
+ React.createElement("stop", { offset: 0.973, stopColor: "#fff" })),
128
+ React.createElement("linearGradient", { id: "notifications_svg__paint7_linear_17_18", x1: 58.712, y1: 94.538, x2: 121.901, y2: 52.549, gradientUnits: "userSpaceOnUse" },
129
+ React.createElement("stop", { stopColor: "#FC50D5" }),
130
+ React.createElement("stop", { offset: 1, stopColor: "#EAC550" })),
131
+ React.createElement("linearGradient", { id: "notifications_svg__paint8_linear_17_18", x1: 109.875, y1: 94.786, x2: 118.366, y2: 94.786, gradientUnits: "userSpaceOnUse" },
132
+ React.createElement("stop", { stopColor: "#2BC8A0" }),
133
+ React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })),
134
+ React.createElement("linearGradient", { id: "notifications_svg__paint9_linear_17_18", x1: 45.934, y1: 75.308, x2: 109.123, y2: 33.319, gradientUnits: "userSpaceOnUse" },
135
+ React.createElement("stop", { stopColor: "#F4D" }),
136
+ React.createElement("stop", { offset: 1, stopColor: "#EBCA40" })),
137
+ React.createElement("linearGradient", { id: "notifications_svg__paint10_linear_17_18", x1: 146.814, y1: 192.47, x2: 219.464, y2: 147.427, gradientUnits: "userSpaceOnUse" },
138
+ React.createElement("stop", { stopColor: "#3885FF" }),
139
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
140
+ React.createElement("linearGradient", { id: "notifications_svg__paint11_linear_17_18", x1: 145.077, y1: 186.105, x2: 193.731, y2: 186.105, gradientUnits: "userSpaceOnUse" },
141
+ React.createElement("stop", { stopColor: "#1BC99F" }),
142
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
143
+ React.createElement("linearGradient", { id: "notifications_svg__paint12_linear_17_18", x1: 145.077, y1: 174.727, x2: 211.105, y2: 174.727, gradientUnits: "userSpaceOnUse" },
144
+ React.createElement("stop", { stopColor: "#1BC99F" }),
145
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
146
+ React.createElement("linearGradient", { id: "notifications_svg__paint13_linear_17_18", x1: 145.077, y1: 163.643, x2: 211.105, y2: 163.643, gradientUnits: "userSpaceOnUse" },
147
+ React.createElement("stop", { stopColor: "#1BC99F" }),
148
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })))));
149
+ }, {
150
+ name: common_1.illustrationComponentName,
151
+ })({});
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIllustrationProps } from '../common';
3
+ export declare const IllustrationRoles: import("styled-components").StyledComponent<({ ...props }: IIllustrationProps) => JSX.Element, import("@mui/material").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, never>;
@@ -0,0 +1,141 @@
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.IllustrationRoles = 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.IllustrationRoles = (0, styled_1.styled)(function (_a) {
57
+ var props = __rest(_a, []);
58
+ return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 250 250", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
59
+ React.createElement("path", { d: "M160.44 152.7h-69.9c-6.83 0-12.37-5.54-12.37-12.37 0-6.83 5.54-12.37 12.37-12.37h69.9c6.83 0 12.37 5.54 12.37 12.37-.01 6.83-5.54 12.37-12.37 12.37z", fill: "url(#roles_svg__paint0_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
60
+ React.createElement("path", { d: "M90.93 149.75a9.42 9.42 0 100-18.84 9.42 9.42 0 000 18.84z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
61
+ React.createElement("path", { d: "M93.21 134.62a6.15 6.15 0 01-2.28 11.86c-3.4 0-6.15-2.75-6.15-6.15 0-2.62 1.64-4.86 3.95-5.74M90.93 132.53v9.34", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
62
+ React.createElement("path", { d: "M115.01 170.33c-6.83-6.25-10.75-11.66-13.55-15.51-4.69-6.44-8.21-18.37.43-22.49 8.53-4.06 11.47 9.86 24.96 21.06 13.5 11.19 22.23 14.51 28.84 29.96 1.19 2.78 7.59 20.68 7.59 20.68l4.67 13.92h-64.73s-4.99-9.6-2.77-21.62", fill: "url(#roles_svg__paint1_linear)" }),
63
+ React.createElement("path", { d: "M115.01 170.33c-6.83-6.25-10.75-11.66-13.55-15.51-4.69-6.44-8.21-18.37.43-22.49 8.53-4.06 11.47 9.86 24.96 21.06 13.5 11.19 22.23 14.51 28.84 29.96 1.19 2.78 7.59 20.68 7.59 20.68l4.67 13.92h-64.73s-4.99-9.6-2.77-21.62", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
64
+ React.createElement("path", { d: "M100.27 190.98l-4.39-5.33c-2.82-3.76-.88-7.96-.88-7.96 3.55-7.63 13.27-8.14 20.63-7.28l.54.07s4.61.56 9.22 1.99c0 0 9.82 2.62 15.42 8.09", fill: "url(#roles_svg__paint2_linear)" }),
65
+ React.createElement("path", { d: "M100.27 190.98l-4.39-5.33c-2.82-3.76-.88-7.96-.88-7.96 3.55-7.63 13.27-8.14 20.63-7.28l.54.07s4.61.56 9.22 1.99c0 0 9.82 2.62 15.42 8.09", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
66
+ React.createElement("path", { d: "M109.31 133.69s-.43 1.28-1.55 2.79c-.67.91-1.59 1.91-2.8 2.77-.66.47-1.12.98-1.41 1.51-.88 1.58-.25 3.32.96 4.52.83.83 2.62 1.53 4.76 1.09 2.35-.59 4.22-1.35 6.31-5.23", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
67
+ React.createElement("path", { d: "M101.5 213.47c-1.98.6-4.33.51-5.76.06-2.98-.92-6.96-3.91-8.3-11.15-.87-4.89.24-9.49.24-9.49l.22-.78c.82-2.78 2.65-5.75 4.94-7.32 4.44-3.04 10.07-2.55 14.37-1.46 0 0 10.24 2.23 19.82 10.02", fill: "url(#roles_svg__paint3_linear)" }),
68
+ React.createElement("path", { d: "M101.5 213.47c-1.98.6-4.33.51-5.76.06-2.98-.92-6.96-3.91-8.3-11.15-.87-4.89.24-9.49.24-9.49l.22-.78c.82-2.78 2.65-5.75 4.94-7.32 4.44-3.04 10.07-2.55 14.37-1.46 0 0 10.24 2.23 19.82 10.02", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
69
+ React.createElement("path", { d: "M185.13 217.96H75.58", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
70
+ React.createElement("path", { d: "M100.45 196.34s-1.76 8.05 1.05 17.12l-1.05-17.12z", fill: "#fff" }),
71
+ React.createElement("path", { d: "M100.45 196.34s-1.76 8.05 1.05 17.12", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
72
+ React.createElement("path", { d: "M77.5 109.87H24.99c-1.65 0-2.99-1.34-2.99-2.99V45.05c0-1.65 1.34-2.99 2.99-2.99H77.5c1.65 0 2.99 1.34 2.99 2.99v61.84c0 1.65-1.34 2.98-2.99 2.98z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
73
+ React.createElement("path", { d: "M25.27 109.87v-8.5c0-6.73 7.88-12.11 18.67-13.91V76.5c0-3.76 2.82-7.14 6.58-7.33a6.947 6.947 0 017.32 6.94v1.06l2.36 4.8h-2.35v5.39c11.12 1.67 19.36 7.45 19.36 14.31v8.2H25.27zM28.12 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47zM32.8 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47zM37.48 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
74
+ React.createElement("path", { d: "M75.48 65.9H63.56c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint4_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
75
+ React.createElement("path", { d: "M64.29 53.47l10.47 10.47M74.76 53.47L64.29 63.94", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
76
+ React.createElement("path", { d: "M57.21 65.9H45.29c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.59 1.3-1.3 1.3z", fill: "url(#roles_svg__paint5_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
77
+ React.createElement("path", { d: "M56.22 53.62l-6.65 9.24-3.36-3.36", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
78
+ React.createElement("path", { d: "M38.87 65.9H26.95c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint6_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
79
+ React.createElement("path", { d: "M37.89 53.62l-6.66 9.24-3.36-3.36", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
80
+ React.createElement("path", { d: "M158.72 119.01H92.19c-2.09 0-3.79-1.69-3.79-3.79V36.79c0-2.09 1.69-3.79 3.79-3.79h66.53c2.09 0 3.79 1.69 3.79 3.79v78.44c0 2.09-1.7 3.78-3.79 3.78z", fill: "url(#roles_svg__paint7_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
81
+ React.createElement("path", { d: "M92.55 119.01v-10.86c0-8.53 9.99-15.35 23.66-17.62V76.64c0-4.77 3.57-9.04 8.33-9.29 5.08-.27 9.28 3.77 9.28 8.79v1.34l2.99 6.08h-2.98v6.84c14.09 2.12 24.53 9.43 24.53 18.13v10.48H92.55zM96.32 38.72c0 1.03-.83 1.86-1.86 1.86-1.03 0-1.86-.83-1.86-1.86 0-1.03.83-1.86 1.86-1.86 1.03.01 1.86.84 1.86 1.86zM102.25 38.72c0 1.03-.83 1.86-1.86 1.86-1.03 0-1.86-.83-1.86-1.86 0-1.03.83-1.86 1.86-1.86 1.02.01 1.86.84 1.86 1.86zM108.17 38.72c0 1.03-.83 1.86-1.86 1.86-1.03 0-1.86-.83-1.86-1.86 0-1.03.83-1.86 1.86-1.86 1.03.01 1.86.84 1.86 1.86z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
82
+ React.createElement("path", { d: "M133.18 63.2h-15.1c-.91 0-1.65-.74-1.65-1.65v-15.1c0-.91.74-1.65 1.65-1.65h15.1c.91 0 1.65.74 1.65 1.65v15.1c0 .91-.74 1.65-1.65 1.65z", fill: "url(#roles_svg__paint8_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
83
+ React.createElement("path", { d: "M131.93 47.65l-8.43 11.7-4.25-4.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
84
+ React.createElement("path", { d: "M109.79 63.2h-15.1c-.91 0-1.65-.74-1.65-1.65v-15.1c0-.91.74-1.65 1.65-1.65h15.1c.91 0 1.65.74 1.65 1.65v15.1c0 .91-.74 1.65-1.65 1.65z", fill: "url(#roles_svg__paint9_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
85
+ React.createElement("path", { d: "M108.54 47.65l-8.42 11.7-4.26-4.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
86
+ React.createElement("path", { d: "M225.92 109.87H173.4c-1.65 0-2.99-1.34-2.99-2.99V45.05c0-1.65 1.34-2.99 2.99-2.99h52.52c1.65 0 2.99 1.34 2.99 2.99v61.84c0 1.65-1.34 2.98-2.99 2.98z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
87
+ React.createElement("path", { d: "M173.69 109.88v-8.51c0-6.73 7.88-12.11 18.67-13.91V76.5c0-3.76 2.82-7.14 6.58-7.33a6.947 6.947 0 017.32 6.94v1.06l2.36 4.8h-2.35v5.39c11.12 1.67 19.36 7.45 19.36 14.31v8.21h-51.94zM176.66 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.82 0 1.47.66 1.47 1.47zM181.34 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.82 0 1.47.66 1.47 1.47zM186.03 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
88
+ React.createElement("path", { d: "M206.05 65.9h-11.92c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint10_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
89
+ React.createElement("path", { d: "M194.86 53.47l10.47 10.47M205.33 53.47l-10.47 10.47", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
90
+ React.createElement("path", { d: "M187.67 65.9h-11.92c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint11_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
91
+ React.createElement("path", { d: "M186.69 53.62l-6.65 9.24-3.36-3.36", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
92
+ React.createElement("path", { d: "M224.43 65.9h-11.92c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint12_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
93
+ React.createElement("path", { d: "M223.71 53.47l-10.47 10.47M213.33 53.47l10.47 10.47", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
94
+ React.createElement("path", { d: "M156.57 63.2h-15.1c-.91 0-1.65-.74-1.65-1.65v-15.1c0-.91.74-1.65 1.65-1.65h15.1c.91 0 1.65.74 1.65 1.65v15.1c-.01.91-.74 1.65-1.65 1.65z", fill: "url(#roles_svg__paint13_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
95
+ React.createElement("path", { d: "M155.32 47.65l-8.43 11.7-4.26-4.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
96
+ React.createElement("defs", null,
97
+ React.createElement("linearGradient", { id: "roles_svg__paint0_linear", x1: 78.166, y1: 140.332, x2: 172.803, y2: 140.332, gradientUnits: "userSpaceOnUse" },
98
+ React.createElement("stop", { stopColor: "#1BC99F" }),
99
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
100
+ React.createElement("linearGradient", { id: "roles_svg__paint1_linear", x1: 102.302, y1: 131.12, x2: 141.393, y2: 231.369, gradientUnits: "userSpaceOnUse" },
101
+ React.createElement("stop", { stopColor: "#E8EAEC" }),
102
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
103
+ React.createElement("linearGradient", { id: "roles_svg__paint2_linear", x1: 98.503, y1: 132.602, x2: 137.593, y2: 232.851, gradientUnits: "userSpaceOnUse" },
104
+ React.createElement("stop", { stopColor: "#E8EAEC" }),
105
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
106
+ React.createElement("linearGradient", { id: "roles_svg__paint3_linear", x1: 83.811, y1: 138.326, x2: 122.905, y2: 238.584, gradientUnits: "userSpaceOnUse" },
107
+ React.createElement("stop", { stopColor: "#E8EAEC" }),
108
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
109
+ React.createElement("linearGradient", { id: "roles_svg__paint4_linear", x1: 63.03, y1: 67.205, x2: 76.107, y2: 49.951, gradientUnits: "userSpaceOnUse" },
110
+ React.createElement("stop", { stopColor: "#FC50D5" }),
111
+ React.createElement("stop", { offset: 1, stopColor: "#EAC550" })),
112
+ React.createElement("linearGradient", { id: "roles_svg__paint5_linear", x1: 40.866, y1: 68.603, x2: 58.956, y2: 51.237, gradientUnits: "userSpaceOnUse" },
113
+ React.createElement("stop", { stopColor: "#1BC99F" }),
114
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
115
+ React.createElement("linearGradient", { id: "roles_svg__paint6_linear", x1: 22.533, y1: 68.603, x2: 40.623, y2: 51.237, gradientUnits: "userSpaceOnUse" },
116
+ React.createElement("stop", { stopColor: "#1BC99F" }),
117
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
118
+ React.createElement("linearGradient", { id: "roles_svg__paint7_linear", x1: 88.406, y1: 76.005, x2: 162.506, y2: 76.005, gradientUnits: "userSpaceOnUse" },
119
+ React.createElement("stop", { stopColor: "#3885FF" }),
120
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
121
+ React.createElement("linearGradient", { id: "roles_svg__paint8_linear", x1: 112.481, y1: 66.627, x2: 135.397, y2: 44.627, gradientUnits: "userSpaceOnUse" },
122
+ React.createElement("stop", { stopColor: "#1BC99F" }),
123
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
124
+ React.createElement("linearGradient", { id: "roles_svg__paint9_linear", x1: 89.093, y1: 66.627, x2: 112.009, y2: 44.627, gradientUnits: "userSpaceOnUse" },
125
+ React.createElement("stop", { stopColor: "#1BC99F" }),
126
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
127
+ React.createElement("linearGradient", { id: "roles_svg__paint10_linear", x1: 192.784, y1: 66.347, x2: 207.707, y2: 50.609, gradientUnits: "userSpaceOnUse" },
128
+ React.createElement("stop", { stopColor: "#FC50D5" }),
129
+ React.createElement("stop", { offset: 1, stopColor: "#EAC550" })),
130
+ React.createElement("linearGradient", { id: "roles_svg__paint11_linear", x1: 171.335, y1: 68.603, x2: 189.425, y2: 51.237, gradientUnits: "userSpaceOnUse" },
131
+ React.createElement("stop", { stopColor: "#1BC99F" }),
132
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
133
+ React.createElement("linearGradient", { id: "roles_svg__paint12_linear", x1: 209.945, y1: 66.74, x2: 226.225, y2: 51.274, gradientUnits: "userSpaceOnUse" },
134
+ React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
135
+ React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
136
+ React.createElement("linearGradient", { id: "roles_svg__paint13_linear", x1: 135.869, y1: 66.627, x2: 158.785, y2: 44.627, gradientUnits: "userSpaceOnUse" },
137
+ React.createElement("stop", { stopColor: "#1BC99F" }),
138
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })))));
139
+ }, {
140
+ name: common_1.illustrationComponentName,
141
+ })({});
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIllustrationProps } from '../common';
3
+ export declare const IllustrationSingleSignOn: import("styled-components").StyledComponent<({ ...props }: IIllustrationProps) => JSX.Element, import("@mui/material").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, never>;