@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,143 @@
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.IllustrationSingleSignOn = 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.IllustrationSingleSignOn = (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: "M206.254 196.032H43.108A6.106 6.106 0 0137 189.924V50.644a6.107 6.107 0 016.108-6.108h163.134a6.107 6.107 0 016.108 6.108v139.293a6.101 6.101 0 01-6.096 6.095z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
60
+ React.createElement("path", { d: "M189.518 196.033H59.844a6.107 6.107 0 01-6.108-6.109V74.436a6.107 6.107 0 016.108-6.108h129.674a6.107 6.107 0 016.109 6.108v115.501c0 3.362-2.734 6.096-6.109 6.096z", fill: "url(#single-sign-on_svg__paint0_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
61
+ React.createElement("path", { d: "M166.564 196.033H83.106a6.107 6.107 0 01-6.108-6.109v-93.37a6.107 6.107 0 016.108-6.108h83.458a6.107 6.107 0 016.108 6.108v93.383c-.013 3.362-2.746 6.096-6.108 6.096z", fill: "url(#single-sign-on_svg__paint1_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
62
+ React.createElement("path", { d: "M37.012 56.137h175.252M53.773 79.633h141.903M146.01 123.88h-42.449v44.038h42.449V123.88z", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
63
+ React.createElement("path", { d: "M149.015 119.533h-48.459v53.582h48.459v-53.582z", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
64
+ React.createElement("path", { d: "M156.182 114.891h-63.31v63.79h63.31v-63.79z", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
65
+ React.createElement("path", { d: "M165.258 107.194H84.326v81.129h80.932v-81.129z", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
66
+ React.createElement("path", { d: "M145.998 123.93h-42.437v44.025h42.437V123.93zM76.937 100.495h95.698M146.01 123.93l26.625-23.435M146.01 167.955l24.975 26.612M103.561 123.93l-26.624-23.435M103.561 167.955l-25.023 26.44", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
67
+ React.createElement("path", { d: "M109.62 123.93h-6.059v8.805h6.059v-8.805zM115.691 123.93h-6.059v8.805h6.059v-8.805zM121.75 123.93h-6.059v8.805h6.059v-8.805zM127.809 123.93h-6.059v8.805h6.059v-8.805zM133.88 123.93h-6.059v8.805h6.059v-8.805zM139.939 123.93h-6.059v8.805h6.059v-8.805zM145.998 123.93h-6.059v8.805h6.059v-8.805zM109.62 132.735h-6.059v8.805h6.059v-8.805zM115.691 132.735h-6.059v8.805h6.059v-8.805zM121.75 132.735h-6.059v8.805h6.059v-8.805zM127.809 132.735h-6.059v8.805h6.059v-8.805zM133.88 132.735h-6.059v8.805h6.059v-8.805zM139.939 132.735h-6.059v8.805h6.059v-8.805zM145.998 132.735h-6.059v8.805h6.059v-8.805z", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
68
+ React.createElement("path", { d: "M109.62 141.54h-6.059v8.805h6.059v-8.805zM115.691 141.54h-6.059v8.805h6.059v-8.805zM121.75 141.54h-6.059v8.805h6.059v-8.805zM127.809 141.54h-6.059v8.805h6.059v-8.805zM133.88 141.54h-6.059v8.805h6.059v-8.805zM139.939 141.54h-6.059v8.805h6.059v-8.805zM145.998 141.54h-6.059v8.805h6.059v-8.805zM109.62 150.345h-6.059v8.805h6.059v-8.805zM115.691 150.345h-6.059v8.805h6.059v-8.805zM121.75 150.345h-6.059v8.805h6.059v-8.805zM127.809 150.345h-6.059v8.805h6.059v-8.805zM133.88 150.345h-6.059v8.805h6.059v-8.805zM139.939 150.345h-6.059v8.805h6.059v-8.805zM145.998 150.345h-6.059v8.805h6.059v-8.805zM109.62 159.15h-6.059v8.805h6.059v-8.805zM115.691 159.15h-6.059v8.805h6.059v-8.805zM121.75 159.15h-6.059v8.805h6.059v-8.805zM127.809 159.15h-6.059v8.805h6.059v-8.805zM133.88 159.15h-6.059v8.805h6.059v-8.805zM139.939 159.15h-6.059v8.805h6.059v-8.805zM145.998 159.15h-6.059v8.805h6.059v-8.805zM146.01 132.735l26.625-13.202M146.01 141.54l26.625-2.845M146.01 159.15l26.625 17.893M146.01 150.345l26.625 7.524M103.561 132.735l-26.624-13.202M103.561 141.54l-26.624-2.845M103.561 159.15l-26.624 17.893M103.561 150.345l-26.624 7.524M90.717 100.445l18.915 23.485M104.362 100.495l11.329 23.435M117.982 100.495l3.768 23.435M131.59 100.495l-3.769 23.435M145.21 100.495l-11.33 23.435M158.818 100.495l-18.879 23.435M90.606 196.217l19.026-28.262M104.276 196.217l11.415-28.262M117.945 196.217l3.805-28.262M131.614 196.217l-3.793-28.262M145.161 196.082l-11.281-28.127M158.818 196.069l-18.879-28.114", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
69
+ React.createElement("path", { d: "M146.429 196.033h-42.437a3.438 3.438 0 01-3.436-3.436v-74.258a3.437 3.437 0 013.436-3.436h42.437a3.437 3.437 0 013.436 3.436v74.258a3.438 3.438 0 01-3.436 3.436z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
70
+ React.createElement("path", { d: "M145.111 118.068l-10.615-.013c-.874 0-1.663.555-1.933 1.392a2.055 2.055 0 01-1.934 1.391h-10.911c-.874 0-1.65-.554-1.933-1.366l-.025-.05a2.031 2.031 0 00-1.933-1.367l-10.776-.012a1.876 1.876 0 00-1.884 1.884v71.216c0 1.035.838 1.885 1.884 1.885l40.06.049a1.876 1.876 0 001.884-1.884v-71.241a1.891 1.891 0 00-1.884-1.884z", fill: "url(#single-sign-on_svg__paint2_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
71
+ React.createElement("path", { d: "M137.636 153.547h-25.725a4.489 4.489 0 01-4.495-4.495v-1.577a4.489 4.489 0 014.495-4.495h25.725a4.489 4.489 0 014.495 4.495v1.577c.012 2.475-2.007 4.495-4.495 4.495z", fill: "url(#single-sign-on_svg__paint3_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
72
+ React.createElement("path", { d: "M112.071 148.288H136.7M132.969 144.754l3.781 3.51-3.781 3.497", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
73
+ React.createElement("path", { d: "M130.555 140.037h-9.248a2.942 2.942 0 01-2.943-2.943v-9.248a2.943 2.943 0 012.943-2.944h9.248a2.944 2.944 0 012.944 2.944v9.248a2.935 2.935 0 01-2.944 2.943z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
74
+ React.createElement("path", { d: "M119.977 134.409c0-1.539 1.81-2.844 4.285-3.263v-2.586c0-.899.727-1.638 1.626-1.626a1.596 1.596 0 011.564 1.589v.246l.542 1.096h-.542v1.232c2.549.382 4.446 1.711 4.446 3.288v3.091a.52.52 0 01-.518.517h-10.849a.547.547 0 01-.542-.542v-3.042h-.012z", fill: "url(#single-sign-on_svg__paint4_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
75
+ React.createElement("path", { d: "M179.839 66.025h-9.384a2.943 2.943 0 01-2.943-2.943v-9.384a2.943 2.943 0 012.943-2.943h9.384a2.943 2.943 0 012.943 2.943v9.384a2.943 2.943 0 01-2.943 2.943z", fill: "url(#single-sign-on_svg__paint5_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
76
+ React.createElement("path", { d: "M169.125 60.336c0-1.564 1.823-2.87 4.323-3.288v-2.611c0-.899.738-1.65 1.637-1.638a1.604 1.604 0 011.577 1.614v.246l.542 1.108h-.542v1.244c2.574.382 4.482 1.724 4.482 3.313v3.115c0 .296-.234.53-.529.53h-10.96a.539.539 0 01-.542-.542v-3.091h.012z", fill: "url(#single-sign-on_svg__paint6_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
77
+ React.createElement("path", { d: "M197.819 42.27h-9.384a2.944 2.944 0 01-2.944-2.943v-9.384A2.944 2.944 0 01188.435 27h9.384a2.943 2.943 0 012.943 2.943v9.384a2.943 2.943 0 01-2.943 2.943z", fill: "url(#single-sign-on_svg__paint7_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
78
+ React.createElement("path", { d: "M187.117 36.58c0-1.563 1.823-2.868 4.323-3.287v-2.611c0-.899.738-1.65 1.637-1.638a1.603 1.603 0 011.577 1.613v.247l.542 1.108h-.542v1.244c2.573.382 4.482 1.724 4.482 3.313v3.115c0 .296-.234.53-.529.53h-10.96a.539.539 0 01-.542-.542V36.58h.012z", fill: "url(#single-sign-on_svg__paint8_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
79
+ React.createElement("path", { d: "M46.618 50.337a1.306 1.306 0 11-2.612-.002 1.306 1.306 0 012.612.002zM52.898 50.337c0 .726-.59 1.305-1.305 1.305a1.314 1.314 0 01-1.305-1.306 1.306 1.306 0 012.61 0zM59.179 50.337a1.306 1.306 0 11-2.612-.002 1.306 1.306 0 012.612.002zM61.913 75.434a1.305 1.305 0 100-2.61 1.305 1.305 0 000 2.61zM68.193 75.434a1.305 1.305 0 100-2.61 1.305 1.305 0 000 2.61zM74.474 75.434a1.305 1.305 0 100-2.61 1.305 1.305 0 000 2.61z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
80
+ React.createElement("path", { d: "M172.598 100.347H76.937v-3.793a6.107 6.107 0 016.108-6.108h83.457a6.107 6.107 0 016.108 6.108v3.793h-.012z", fill: "#0A0A0A", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
81
+ React.createElement("path", { d: "M85.237 95.864a1.306 1.306 0 11-2.612-.001 1.306 1.306 0 012.612.001zM91.517 95.864a1.306 1.306 0 11-2.612-.001 1.306 1.306 0 012.612.001zM97.798 95.864a1.306 1.306 0 11-2.612-.001 1.306 1.306 0 012.612.001z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
82
+ React.createElement("path", { d: "M115.051 179.814s-4.027.468-8.054 1.712c0 0-8.583 2.29-13.46 7.068", fill: "#fff" }),
83
+ React.createElement("path", { d: "M115.051 179.814s-4.027.468-8.054 1.712c0 0-8.583 2.29-13.46 7.068", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
84
+ React.createElement("path", { d: "M107.588 181.378s20.714-6.552 25.96 4.716c0 0 1.699 3.67-.776 6.958l-3.83 4.655", fill: "#fff" }),
85
+ React.createElement("path", { d: "M107.588 181.378s20.714-6.552 25.96 4.716c0 0 1.699 3.67-.776 6.958l-3.83 4.655M54.068 223.384h96.511", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
86
+ React.createElement("path", { d: "M115.999 179.752c5.961-5.455 9.47-10.258 11.921-13.62 4.101-5.628 7.167-16.046-.382-19.642-7.45-3.546-10.012 8.608-21.809 18.386-11.785 9.778-19.42 12.672-25.196 26.169-1.035 2.426-6.626 18.066-6.626 18.066l-4.778 14.273h56.008s5.788-8.276 3.657-20.997", fill: "url(#single-sign-on_svg__paint9_linear)" }),
87
+ React.createElement("path", { d: "M115.999 179.752c5.961-5.455 9.47-10.258 11.921-13.62 4.101-5.628 7.167-16.046-.382-19.642-7.45-3.546-10.012 8.608-21.809 18.386-11.785 9.778-19.42 12.672-25.196 26.169-1.035 2.426-6.626 18.066-6.626 18.066l-4.778 14.273h56.008s5.788-8.276 3.657-20.997", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
88
+ React.createElement("path", { d: "M115.051 179.814s-4.027.468-8.054 1.712c0 0-8.583 2.29-13.46 7.068", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
89
+ React.createElement("path", { d: "M107.588 181.378s20.714-6.552 25.96 4.716c0 0 1.699 3.67-.776 6.958l-3.83 4.655", fill: "url(#single-sign-on_svg__paint10_linear)" }),
90
+ React.createElement("path", { d: "M107.588 181.378s20.714-6.552 25.96 4.716c0 0 1.699 3.67-.776 6.958l-3.83 4.655M121.048 147.672s.382 1.121 1.355 2.439c.579.8 1.379 1.662 2.451 2.413.578.407.985.85 1.231 1.318.764 1.379.222 2.906-.837 3.953-.727.727-2.291 1.342-4.15.948-2.057-.517-3.683-1.182-5.517-4.568", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
91
+ React.createElement("path", { d: "M126.615 216.808c1.871 1.083 4.716 1.083 6.292.591 2.611-.801 6.084-3.412 7.241-9.741.752-4.274-.209-8.288-.209-8.288l-.197-.69c-.714-2.426-2.229-4.47-4.31-6.391-3.177-2.931-8.793-2.229-12.561-1.281 0 0-8.941 1.946-17.315 8.744", fill: "url(#single-sign-on_svg__paint11_linear)" }),
92
+ React.createElement("path", { d: "M126.615 216.808c1.871 1.083 4.716 1.083 6.292.591 2.611-.801 6.084-3.412 7.241-9.741.752-4.274-.209-8.288-.209-8.288l-.197-.69c-.714-2.426-2.229-4.47-4.31-6.391-3.177-2.931-8.793-2.229-12.561-1.281 0 0-8.941 1.946-17.315 8.744", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
93
+ React.createElement("path", { d: "M128.917 203.027s2.156 10.554-3.694 20.357l3.694-20.357z", fill: "#fff" }),
94
+ React.createElement("path", { d: "M128.917 203.027s2.156 10.554-3.694 20.357", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
95
+ React.createElement("path", { d: "M198.003 42.258h-9.396v2.266h9.396v-2.266zM179.851 66.05h-9.396v2.266h9.396V66.05zM160.591 88.18h-9.396v2.266h9.396V88.18z", fill: "#0A0A0A", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
96
+ React.createElement("path", { d: "M160.579 88.18h-9.384a2.943 2.943 0 01-2.943-2.943v-9.384a2.943 2.943 0 012.943-2.944h9.384a2.943 2.943 0 012.943 2.944v9.384a2.943 2.943 0 01-2.943 2.943z", fill: "url(#single-sign-on_svg__paint12_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
97
+ React.createElement("path", { d: "M149.865 82.49c0-1.564 1.822-2.869 4.322-3.288v-2.61c0-.9.739-1.65 1.638-1.638a1.603 1.603 0 011.576 1.613v.246l.542 1.109h-.542v1.243c2.574.382 4.483 1.724 4.483 3.313v3.116c0 .295-.234.53-.529.53h-10.961a.539.539 0 01-.541-.543v-3.09h.012z", fill: "url(#single-sign-on_svg__paint13_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
98
+ React.createElement("defs", null,
99
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint0_linear", x1: 53.756, y1: 132.178, x2: 195.645, y2: 132.178, gradientUnits: "userSpaceOnUse" },
100
+ React.createElement("stop", { stopColor: "#635DFF" }),
101
+ React.createElement("stop", { offset: 1, stopColor: "#3885FF" })),
102
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint1_linear", x1: 76.994, y1: 143.237, x2: 172.666, y2: 143.237, gradientUnits: "userSpaceOnUse" },
103
+ React.createElement("stop", { stopColor: "#FF4F40" }),
104
+ React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
105
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint2_linear", x1: 107.058, y1: 161.246, x2: 170.579, y2: 141.116, gradientUnits: "userSpaceOnUse" },
106
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
107
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
108
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint3_linear", x1: 107.414, y1: 148.263, x2: 142.129, y2: 148.263, gradientUnits: "userSpaceOnUse" },
109
+ React.createElement("stop", { stopColor: "#FF4F40" }),
110
+ React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
111
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint4_linear", x1: 118.208, y1: 127.356, x2: 124.985, y2: 141.736, gradientUnits: "userSpaceOnUse" },
112
+ React.createElement("stop", { stopColor: "#3EC6EB" }),
113
+ React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })),
114
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint5_linear", x1: 167.513, y1: 58.39, x2: 182.778, y2: 58.39, gradientUnits: "userSpaceOnUse" },
115
+ React.createElement("stop", { stopColor: "#BBC2CD" }),
116
+ React.createElement("stop", { offset: 0.973, stopColor: "#fff" })),
117
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint6_linear", x1: 167.328, y1: 53.225, x2: 174.176, y2: 67.746, gradientUnits: "userSpaceOnUse" },
118
+ React.createElement("stop", { stopColor: "#3EC6EB" }),
119
+ React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })),
120
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint7_linear", x1: 185.499, y1: 34.638, x2: 200.764, y2: 34.638, gradientUnits: "userSpaceOnUse" },
121
+ React.createElement("stop", { stopColor: "#BBC2CD" }),
122
+ React.createElement("stop", { offset: 0.973, stopColor: "#fff" })),
123
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint8_linear", x1: 185.32, y1: 29.47, x2: 192.168, y2: 43.99, gradientUnits: "userSpaceOnUse" },
124
+ React.createElement("stop", { stopColor: "#3EC6EB" }),
125
+ React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })),
126
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint9_linear", x1: 70.476, y1: 240.925, x2: 147.306, y2: 156.714, gradientUnits: "userSpaceOnUse" },
127
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
128
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
129
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint10_linear", x1: 80.431, y1: 232.184, x2: 141.259, y2: 163.633, gradientUnits: "userSpaceOnUse" },
130
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
131
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
132
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint11_linear", x1: 81.429, y1: 250.918, x2: 158.259, y2: 166.707, gradientUnits: "userSpaceOnUse" },
133
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
134
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
135
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint12_linear", x1: 148.253, y1: 80.55, x2: 163.518, y2: 80.55, gradientUnits: "userSpaceOnUse" },
136
+ React.createElement("stop", { stopColor: "#BBC2CD" }),
137
+ React.createElement("stop", { offset: 0.973, stopColor: "#fff" })),
138
+ React.createElement("linearGradient", { id: "single-sign-on_svg__paint13_linear", x1: 148.067, y1: 75.379, x2: 154.916, y2: 89.9, gradientUnits: "userSpaceOnUse" },
139
+ React.createElement("stop", { stopColor: "#3EC6EB" }),
140
+ React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })))));
141
+ }, {
142
+ name: common_1.illustrationComponentName,
143
+ })({});
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIllustrationProps } from '../common';
3
+ export declare const IllustrationStreamsLogs: import("styled-components").StyledComponent<({ ...props }: IIllustrationProps) => JSX.Element, import("@mui/material").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, never>;
@@ -0,0 +1,144 @@
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.IllustrationStreamsLogs = 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.IllustrationStreamsLogs = (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: "M221.44 135.92v-11.48c0-.96-.78-1.74-1.74-1.74h-79.45v13.22h81.19z", fill: "#000" }),
60
+ React.createElement("path", { d: "M125.62 112.52H32c-1.66 0-3-1.34-3-3V36.74c0-.96.78-1.74 1.74-1.74h96.14c.96 0 1.74.78 1.74 1.74v72.78c0 1.66-1.34 3-3 3z", fill: "url(#streams-logs_svg__paint0_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
61
+ React.createElement("path", { d: "M126.91 35H30.7c-.94 0-1.7.76-1.7 1.7v9.34h99.62V36.7c0-.94-.76-1.7-1.71-1.7z", fill: "url(#streams-logs_svg__paint1_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
62
+ React.createElement("path", { d: "M35.4 42.28a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36zM41 42.28a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36zM46.61 42.28a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
63
+ React.createElement("path", { d: "M214.19 176.04H107.83V63.92c0-1.78 1.44-3.22 3.22-3.22h99.94c1.78 0 3.22 1.44 3.22 3.22v112.12h-.02z", fill: "#BDC3CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
64
+ React.createElement("path", { d: "M200.95 102.07h-8.82v22.59h8.82v-22.59zM185.8 79.48h-8.82v45.18h8.82V79.48zM169.83 93.14h-8.82v31.52h8.82V93.14zM153.86 86.84h-8.82v37.82h8.82V86.84zM137.88 75.66h-8.82v49h8.82v-49zM113.39 67.39a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36zM119 67.39a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36zM124.6 67.39a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
65
+ React.createElement("path", { d: "M196.54 102.82L181.4 79.48l-15.98 13.66-15.97-6.3-16.82-11.18", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
66
+ React.createElement("path", { d: "M196.49 103.32a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM181.4 80.73a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM165.42 94.39a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM149.45 88.14a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM133.47 76.91a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z", fill: "#000", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
67
+ React.createElement("path", { d: "M140.25 132.12v-7.84c0-.87-.71-1.58-1.58-1.58h-36.91c-.87 0-1.58.71-1.58 1.58v88.26c0 .87.71 1.58 1.58 1.58h118.11c.87 0 1.58-.71 1.58-1.58v-77.25c0-.87-.71-1.58-1.58-1.58h-78.03c-.88 0-1.59-.71-1.59-1.59z", fill: "url(#streams-logs_svg__paint2_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
68
+ React.createElement("path", { d: "M192.19 179.54h-50.75c-.76 0-1.37-.61-1.37-1.37 0-.76.61-1.37 1.37-1.37h50.75c.76 0 1.37.61 1.37 1.37 0 .76-.61 1.37-1.37 1.37zM178.9 185.23h-37.46c-.76 0-1.37-.61-1.37-1.37 0-.76.61-1.37 1.37-1.37h37.46c.76 0 1.37.61 1.37 1.37 0 .75-.62 1.37-1.37 1.37zM168.41 198.79h-26.98c-.76 0-1.37-.61-1.37-1.37 0-.76.61-1.37 1.37-1.37h26.98c.76 0 1.37.61 1.37 1.37 0 .75-.61 1.37-1.37 1.37z", fill: "#BDC3CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
69
+ React.createElement("path", { d: "M157.99 168.84H142c-1.07 0-1.94-.87-1.94-1.94v-15.99c0-1.07.87-1.94 1.94-1.94h15.99c1.07 0 1.94.87 1.94 1.94v15.99a1.948 1.948 0 01-1.94 1.94z", fill: "url(#streams-logs_svg__paint3_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
70
+ React.createElement("path", { d: "M142.16 167.07c-.31 0-.55-.25-.55-.55v-5.36c0-2.17 2.55-3.91 6.03-4.49V153.05c0-1.22.96-2.26 2.18-2.29 1.27-.03 2.31.98 2.31 2.24v.34l.76 1.55h-.76v1.74c3.59.54 6.25 2.4 6.25 4.62v5.27c0 .31-.25.55-.55.55h-15.67z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
71
+ React.createElement("path", { d: "M77.38 75.32l-11.3-21.37H56L34.63 75.32h42.75z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
72
+ React.createElement("path", { d: "M45.37 74.41l.01 31.9c0 7.98 6.47 14.45 14.45 14.45h24.34c7.98 0 6.25 6.47 6.25 14.45 0 7.98-6.47 9.11-14.45 9.11l-16.1 5.34c-7.98 0-14.45 6.47-14.45 14.45v28.03c0 4.46 3.61 8.07 8.07 8.07h3.62v-49.17c0-11.81 14.94-11.62 22.91-11.62l5.24 10.29c2.18-.06 6.47-.39 10.66-4.67 8.07-8.14 14.65-24.16 14.65-29.96 0-7.98-6.47-14.45-14.45-14.45H79.98c-7.98 0-14.45-6.47-14.45-14.45V74.99", fill: "#BDC4CF" }),
73
+ React.createElement("path", { d: "M45.37 74.41l.01 31.9c0 7.98 6.47 14.45 14.45 14.45h24.34c7.98 0 6.25 6.47 6.25 14.45 0 7.98-6.47 9.11-14.45 9.11l-16.1 5.34c-7.98 0-14.45 6.47-14.45 14.45v28.03c0 4.46 3.61 8.07 8.07 8.07h3.62v-49.17c0-11.81 14.94-11.62 22.91-11.62l5.24 10.29c2.18-.06 6.47-.39 10.66-4.67 8.07-8.14 14.65-24.16 14.65-29.96 0-7.98-6.47-14.45-14.45-14.45H79.98c-7.98 0-14.45-6.47-14.45-14.45V74.99", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
74
+ React.createElement("path", { d: "M79.88 129.54l9.36-.05s3.61 7.14-1.65 14.28c-5 6.32-10.49 5.86-10.49 5.86l-16.24.07s-3.41-.38-6.78 1.12c-1.03.46-2.3 1.15-3.46 2.06l19.43-19.52c0 .01 4.75-4.36 9.83-3.82z", fill: "url(#streams-logs_svg__paint4_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
75
+ React.createElement("path", { d: "M74.91 149.68h7.78c-2.33 0-5.13-.03-7.78-.03v.03z", fill: "url(#streams-logs_svg__paint5_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
76
+ React.createElement("path", { d: "M82.68 149.68h2.62c3.01-.01 5.81-.94 8.12-2.53a14.395 14.395 0 01-5.82 2.31c-.74.17-2.59.22-4.92.22z", fill: "url(#streams-logs_svg__paint6_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
77
+ React.createElement("path", { d: "M105.46 100.6H89.32c-14.65 0-14.45-6.47-14.45-14.45V75.32h12.58L66.08 53.95 44.7 75.32h10.02v30.99c0 7.98 6.47 14.45 14.45 14.45H85.3c7.98 0 14.45 6.47 14.45 14.45 0 4.97-2.51 9.35-6.33 11.96 1.59-1.08 2.82-2.35 3.76-3.51l8.27-14.15c7.98 0 14.45-6.47 14.45-14.45 0-7.98-6.47-14.46-14.44-14.46z", fill: "url(#streams-logs_svg__paint7_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
78
+ React.createElement("path", { d: "M119.9 115.29c-.03 2-.45 3.62-.99 5.02-1.27 3.26-3.3 5-3.3 5l-20.15 20.15s4.15-3.59 4.29-10c0 0 .29-5.49-3.67-9.91", fill: "url(#streams-logs_svg__paint8_linear)" }),
79
+ React.createElement("path", { d: "M119.9 115.29c-.03 2-.45 3.62-.99 5.02-1.27 3.26-3.3 5-3.3 5l-20.15 20.15s4.15-3.59 4.29-10c0 0 .29-5.49-3.67-9.91", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
80
+ React.createElement("path", { d: "M92.61 172.21c0-.35 2.43-.64 5.42-.64 3 0 5.42.29 5.42.64v14.5c0 10.41-8.47 18.87-18.87 18.87H63.62c-7.11 0-13.32-3.95-16.53-9.78-1.49-2.7 9.32-5.07 10.65-3.64a8.01 8.01 0 005.88 2.57h20.96c4.42 0 8.02-3.6 8.02-8.02v-14.5h.01z", fill: "#BDC3CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
81
+ React.createElement("path", { d: "M73.03 138.82v6.3c0 13.16 10.67 23.82 23.82 23.82s23.82-10.67 23.82-23.82v-6.63", fill: "url(#streams-logs_svg__paint9_linear)" }),
82
+ React.createElement("path", { d: "M73.03 138.82v6.3c0 13.16 10.67 23.82 23.82 23.82s23.82-10.67 23.82-23.82v-6.63", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
83
+ React.createElement("path", { d: "M88.94 167.57L49.36 206.5a5.02 5.02 0 01-3.56 1.47c-1.29 0-2.57-.49-3.56-1.47-1.96-1.96-4.36-4.57-4.36-4.57l44.04-41.58", fill: "url(#streams-logs_svg__paint10_linear)" }),
84
+ React.createElement("path", { d: "M88.94 167.57L49.36 206.5a5.02 5.02 0 01-3.56 1.47c-1.29 0-2.57-.49-3.56-1.47-1.96-1.96-4.36-4.57-4.36-4.57l44.04-41.58", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
85
+ React.createElement("path", { d: "M87.23 160.62l-41.89 41.63a5.02 5.02 0 01-3.56 1.47c-1.29 0-2.57-.49-3.56-1.47a5.034 5.034 0 010-7.11L79 154.63l.01-.01c-3.73-4.2-5.99-9.73-5.99-15.79 0-13.16 10.67-23.82 23.82-23.82s23.82 10.67 23.82 23.82c0 13.16-10.67 23.82-23.82 23.82-3.41-.01-6.67-.73-9.61-2.03z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
86
+ React.createElement("path", { d: "M87.23 160.62l1.73 6.94", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
87
+ React.createElement("path", { d: "M87.23 160.62l-41.89 41.63a5.02 5.02 0 01-3.56 1.47c-1.29 0-2.57-.49-3.56-1.47a5.034 5.034 0 010-7.11L79 154.63l.01-.01c-3.73-4.2-5.99-9.73-5.99-15.79 0-13.16 10.67-23.82 23.82-23.82s23.82 10.67 23.82 23.82c0 13.16-10.67 23.82-23.82 23.82-3.41-.01-6.67-.73-9.61-2.03z", fill: "url(#streams-logs_svg__paint11_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
88
+ React.createElement("path", { d: "M113.476 141.345c1.482-9.181-4.759-17.826-13.94-19.309-9.182-1.482-17.827 4.759-19.31 13.941-1.482 9.181 4.76 17.826 13.941 19.308 9.181 1.483 17.826-4.758 19.309-13.94z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
89
+ React.createElement("path", { d: "M96.85 147.63c7.2 0 13.42-3.91 16.78-9.72-3.36-5.81-9.59-9.72-16.78-9.72-7.2 0-13.45 3.91-16.81 9.72 3.36 5.81 9.61 9.72 16.81 9.72z", fill: "url(#streams-logs_svg__paint12_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
90
+ React.createElement("path", { d: "M100.064 145.23a7.96 7.96 0 10-6.251-14.641 7.96 7.96 0 006.251 14.641z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
91
+ React.createElement("path", { d: "M96.94 132.38v10.96M102.42 137.86H91.46", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
92
+ React.createElement("path", { d: "M90.61 165.48c0-.77 3.32-1.39 7.42-1.39s7.42.62 7.42 1.39v6.24H90.61v-6.24z", fill: "url(#streams-logs_svg__paint13_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
93
+ React.createElement("path", { d: "M98.03 173.11c4.098 0 7.42-.622 7.42-1.39 0-.768-3.322-1.39-7.42-1.39s-7.42.622-7.42 1.39c0 .768 3.322 1.39 7.42 1.39z", fill: "url(#streams-logs_svg__paint14_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
94
+ React.createElement("path", { d: "M92.61 176.47v-4.26c0-.35 2.43-.64 5.42-.64 3 0 5.42.29 5.42.64v4.26", fill: "#BDC3CD" }),
95
+ React.createElement("path", { d: "M92.61 176.47v-4.26c0-.35 2.43-.64 5.42-.64 3 0 5.42.29 5.42.64v4.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
96
+ React.createElement("defs", null,
97
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint0_linear", x1: 29, y1: 73.76, x2: 128.619, y2: 73.76, gradientUnits: "userSpaceOnUse" },
98
+ React.createElement("stop", { stopColor: "#E8EAEC" }),
99
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
100
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint1_linear", x1: 29, y1: 40.525, x2: 128.619, y2: 40.525, gradientUnits: "userSpaceOnUse" },
101
+ React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
102
+ React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
103
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint2_linear", x1: 100.173, y1: 168.411, x2: 221.443, y2: 168.411, gradientUnits: "userSpaceOnUse" },
104
+ React.createElement("stop", { offset: 0.284, stopColor: "#6063F5" }),
105
+ React.createElement("stop", { offset: 1, stopColor: "#4A85F6" })),
106
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint3_linear", x1: 139.228, y1: 170.502, x2: 160.575, y2: 147.513, gradientUnits: "userSpaceOnUse" },
107
+ React.createElement("stop", { stopColor: "#2BC8A0" }),
108
+ React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })),
109
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint4_linear", x1: 70.535, y1: 192.16, x2: 70.535, y2: 74.718, gradientUnits: "userSpaceOnUse" },
110
+ React.createElement("stop", { stopColor: "#1BC99F" }),
111
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
112
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint5_linear", x1: 74.906, y1: 149.664, x2: 82.682, y2: 149.664, gradientUnits: "userSpaceOnUse" },
113
+ React.createElement("stop", { stopColor: "#1BC99F" }),
114
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
115
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint6_linear", x1: 82.682, y1: 148.418, x2: 93.422, y2: 148.418, gradientUnits: "userSpaceOnUse" },
116
+ React.createElement("stop", { stopColor: "#1BC99F" }),
117
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
118
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint7_linear", x1: 82.302, y1: 192.16, x2: 82.302, y2: 74.718, gradientUnits: "userSpaceOnUse" },
119
+ React.createElement("stop", { stopColor: "#1BC99F" }),
120
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
121
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint8_linear", x1: 107.682, y1: 192.16, x2: 107.682, y2: 74.718, gradientUnits: "userSpaceOnUse" },
122
+ React.createElement("stop", { stopColor: "#2BC8A0" }),
123
+ React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })),
124
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint9_linear", x1: 92.556, y1: 151.162, x2: 35.085, y2: 206.006, gradientUnits: "userSpaceOnUse" },
125
+ React.createElement("stop", { stopColor: "#F4D" }),
126
+ React.createElement("stop", { offset: 1, stopColor: "#EBCA40" })),
127
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint10_linear", x1: 95.734, y1: 154.492, x2: 38.263, y2: 209.336, gradientUnits: "userSpaceOnUse" },
128
+ React.createElement("stop", { stopColor: "#F4D" }),
129
+ React.createElement("stop", { offset: 1, stopColor: "#EBCA40" })),
130
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint11_linear", x1: 36.749, y1: 159.357, x2: 120.671, y2: 159.357, gradientUnits: "userSpaceOnUse" },
131
+ React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
132
+ React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
133
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint12_linear", x1: 80.038, y1: 137.911, x2: 113.63, y2: 137.911, gradientUnits: "userSpaceOnUse" },
134
+ React.createElement("stop", { offset: 0.284, stopColor: "#6063F5" }),
135
+ React.createElement("stop", { offset: 1, stopColor: "#4A85F6" })),
136
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint13_linear", x1: 90.608, y1: 167.903, x2: 105.457, y2: 167.903, gradientUnits: "userSpaceOnUse" },
137
+ React.createElement("stop", { offset: 0.284, stopColor: "#6063F5" }),
138
+ React.createElement("stop", { offset: 1, stopColor: "#4A85F6" })),
139
+ React.createElement("linearGradient", { id: "streams-logs_svg__paint14_linear", x1: 90.608, y1: 171.716, x2: 105.457, y2: 171.716, gradientUnits: "userSpaceOnUse" },
140
+ React.createElement("stop", { offset: 0.284, stopColor: "#6063F5" }),
141
+ React.createElement("stop", { offset: 1, stopColor: "#4A85F6" })))));
142
+ }, {
143
+ name: common_1.illustrationComponentName,
144
+ })({});
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IIllustrationProps } from '../common';
3
+ export declare const IllustrationUsers: import("styled-components").StyledComponent<({ ...props }: IIllustrationProps) => JSX.Element, import("@mui/material").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, never>;
@@ -0,0 +1,140 @@
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.IllustrationUsers = 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.IllustrationUsers = (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: "M129.489 177.593H17.939a8.549 8.549 0 01-8.549-8.549v-82.28a8.549 8.549 0 018.549-8.55h111.55a8.55 8.55 0 018.549 8.55v82.28a8.549 8.549 0 01-8.549 8.549z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
60
+ React.createElement("path", { d: "M38.718 111.866H20.95a3.84 3.84 0 01-3.837-3.838V90.251a3.84 3.84 0 013.837-3.837h17.768a3.84 3.84 0 013.837 3.837v17.768a3.83 3.83 0 01-3.837 3.847z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
61
+ React.createElement("path", { d: "M19.804 102.375c0-2.604 3.04-4.79 7.208-5.489v-4.342c0-1.506 1.234-2.76 2.74-2.73a2.69 2.69 0 012.632 2.681v.408l.913 1.855h-.903v2.08c4.294.64 7.48 2.875 7.48 5.527v5.197a.87.87 0 01-.874.874H20.736a.912.912 0 01-.913-.913v-5.148h-.019zM48.131 125.883h-29.96a1.065 1.065 0 01-1.068-1.068c0-.593.476-1.069 1.069-1.069H48.13c.593 0 1.069.476 1.069 1.069 0 .592-.476 1.068-1.069 1.068zM38.68 119.89H18.171a1.066 1.066 0 01-1.068-1.069c0-.592.476-1.068 1.068-1.068H38.67c.592 0 1.068.476 1.068 1.068 0 .593-.476 1.069-1.059 1.069zM48.131 131.877h-29.96a1.065 1.065 0 01-1.068-1.068c0-.593.476-1.069 1.069-1.069H48.13c.593 0 1.069.476 1.069 1.069 0 .592-.476 1.068-1.069 1.068zM38.795 159.32H18.172a1.065 1.065 0 01-1.069-1.068c0-.593.476-1.069 1.069-1.069h20.623c.593 0 1.07.476 1.07 1.069 0 .592-.477 1.068-1.07 1.068zM38.795 165.1H18.172a1.065 1.065 0 01-1.069-1.068c0-.593.476-1.069 1.069-1.069h20.623c.593 0 1.07.476 1.07 1.069 0 .583-.477 1.068-1.07 1.068zM170.698 84.792h51.165a4.333 4.333 0 014.323 4.323v10.87h6.577v-10.87c0-6.014-4.886-10.9-10.9-10.9h-51.136l-.029 6.577z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
62
+ React.createElement("path", { d: "M223.116 105.027h12.338v-2.915a3.254 3.254 0 00-3.255-3.254h-5.828a3.255 3.255 0 00-3.255 3.254v2.915z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
63
+ React.createElement("path", { d: "M164.393 177.583h71.867c2.059 0 3.74-1.67 3.74-3.74v-65.076c0-2.06-1.671-3.74-3.74-3.74h-71.867a3.741 3.741 0 00-3.74 3.74v65.076a3.74 3.74 0 003.74 3.74z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
64
+ React.createElement("path", { d: "M232.882 132.34a3.915 3.915 0 10-7.235-2.996 3.915 3.915 0 007.235 2.996zM232.883 143.988a3.916 3.916 0 10-7.236-2.996 3.916 3.916 0 007.236 2.996zM229.256 158.048a3.915 3.915 0 100-7.83 3.915 3.915 0 000 7.83zM229.256 169.695a3.915 3.915 0 100-7.83 3.915 3.915 0 000 7.83z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
65
+ React.createElement("path", { d: "M183.987 113.332h33.582c.574 0 1.03-.456 1.03-1.029s-.456-1.03-1.03-1.03h-33.582c-.573 0-1.03.457-1.03 1.03s.457 1.029 1.03 1.029zM183.987 117.548h33.582c.574 0 1.03-.456 1.03-1.029s-.456-1.03-1.03-1.03h-33.582c-.573 0-1.03.457-1.03 1.03s.457 1.029 1.03 1.029zM183.987 121.774h33.582c.574 0 1.03-.456 1.03-1.029 0-.574-.456-1.03-1.03-1.03h-33.582a1.03 1.03 0 000 2.059z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
66
+ React.createElement("path", { d: "M211.469 134.06h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
67
+ React.createElement("path", { d: "M204.341 134.06h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
68
+ React.createElement("path", { d: "M197.214 134.06h7.13v-7.131h-7.13v7.131zM190.076 134.06h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
69
+ React.createElement("path", { d: "M182.949 134.06h7.13v-7.131h-7.13v7.131zM211.469 141.187h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
70
+ React.createElement("path", { d: "M204.341 141.187h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
71
+ React.createElement("path", { d: "M197.214 141.187h7.13v-7.13h-7.13v7.13zM190.076 141.187h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
72
+ React.createElement("path", { d: "M182.949 141.187h7.13v-7.13h-7.13v7.13zM211.469 148.315h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
73
+ React.createElement("path", { d: "M204.341 148.315h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
74
+ React.createElement("path", { d: "M197.214 148.315h7.13v-7.131h-7.13v7.131zM190.076 148.315h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
75
+ React.createElement("path", { d: "M182.949 148.315h7.13v-7.131h-7.13v7.131zM211.469 155.442h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
76
+ React.createElement("path", { d: "M204.341 155.442h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
77
+ React.createElement("path", { d: "M197.214 155.442h7.13v-7.13h-7.13v7.13zM190.076 155.442h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
78
+ React.createElement("path", { d: "M182.949 155.442h7.13v-7.13h-7.13v7.13zM211.469 162.57h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
79
+ React.createElement("path", { d: "M204.341 162.57h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
80
+ React.createElement("path", { d: "M197.214 162.57h7.13v-7.13h-7.13v7.13zM190.076 162.57h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
81
+ React.createElement("path", { d: "M182.949 162.57h7.13v-7.13h-7.13v7.13zM211.469 169.698h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
82
+ React.createElement("path", { d: "M204.341 169.698h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
83
+ React.createElement("path", { d: "M197.214 169.698h7.13v-7.131h-7.13v7.131zM190.076 169.698h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
84
+ React.createElement("path", { d: "M182.949 169.698h7.13v-7.131h-7.13v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
85
+ React.createElement("path", { d: "M229.217 122.649a6.12 6.12 0 10-.002-12.242 6.12 6.12 0 00.002 12.242z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
86
+ React.createElement("path", { d: "M229.217 120.599a4.07 4.07 0 10-.001-8.141 4.07 4.07 0 00.001 8.141z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
87
+ React.createElement("path", { d: "M231.449 117.356a2.38 2.38 0 10-4.462-1.658 2.38 2.38 0 004.462 1.658z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
88
+ React.createElement("path", { d: "M199.433 182.214v16.493c0 7.725-34.822 13.984-77.784 13.984s-77.784-6.259-77.784-13.984v-16.493", fill: "#BDC4CF" }),
89
+ React.createElement("path", { d: "M199.433 182.214v16.493c0 7.725-34.822 13.984-77.784 13.984s-77.784-6.259-77.784-13.984v-16.493", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
90
+ React.createElement("path", { d: "M121.649 196.198c42.959 0 77.784-6.261 77.784-13.984 0-7.724-34.825-13.985-77.784-13.985s-77.784 6.261-77.784 13.985c0 7.723 34.825 13.984 77.784 13.984z", fill: "url(#users_svg__paint0_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
91
+ React.createElement("path", { d: "M181.518 185.237H61.791a4.076 4.076 0 01-4.075-4.076V52.13a4.076 4.076 0 014.075-4.076h119.727a4.076 4.076 0 014.076 4.076v129.042a4.082 4.082 0 01-4.076 4.065z", fill: "url(#users_svg__paint1_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
92
+ React.createElement("path", { d: "M57.716 71.13h127.866V52.164a4.105 4.105 0 00-4.109-4.109H61.825a4.105 4.105 0 00-4.11 4.11V71.13z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
93
+ React.createElement("path", { d: "M103.69 127.26V99.313c0-9.45 7.658-17.109 17.108-17.109s17.109 7.659 17.109 17.109v2.598l5.811 5.811h-5.777v19.292l-16.325 16.974-17.926-16.728z", fill: "url(#users_svg__paint2_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
94
+ React.createElement("path", { d: "M121.604 143.977l16.247-16.896.078-.09c27.376 4.109 47.654 18.329 47.654 35.225v19.001a4.005 4.005 0 01-4.009 4.009H61.735a4.005 4.005 0 01-4.008-4.009v-19.001c0-16.571 19.404-30.556 45.962-34.978l17.915 16.739z", fill: "url(#users_svg__paint3_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
95
+ React.createElement("path", { d: "M85.64 158.04v27.197M156.941 158.04v27.197", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
96
+ React.createElement("path", { d: "M143.774 66.865a7.278 7.278 0 100-14.557 7.278 7.278 0 000 14.557z", fill: "url(#users_svg__paint4_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
97
+ React.createElement("path", { d: "M158.33 66.865a7.278 7.278 0 100-14.557 7.278 7.278 0 000 14.557z", fill: "url(#users_svg__paint5_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
98
+ React.createElement("path", { d: "M179.961 61.276a7.277 7.277 0 10-14.165-3.345 7.277 7.277 0 005.41 8.755 7.277 7.277 0 008.755-5.41z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
99
+ React.createElement("path", { d: "M165.596 59.273c1.411-2.25 4.143-3.773 7.278-3.773s5.867 1.534 7.278 3.785v.01c-1.411 2.251-4.131 3.774-7.266 3.774-3.147-.011-5.879-1.534-7.29-3.796z", fill: "url(#users_svg__paint6_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
100
+ React.createElement("path", { d: "M173.02 63.069a3.784 3.784 0 100-7.568 3.784 3.784 0 000 7.568z", fill: "#000", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
101
+ React.createElement("path", { d: "M162.282 54.604h-5.755v8.308h5.755v-8.308z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
102
+ React.createElement("path", { d: "M160.121 56.273h-5.755v8.307h5.755v-8.307z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
103
+ React.createElement("path", { d: "M143.774 55.657v7.871M139.844 59.587h7.871M55.275 206.007v-16.493M43.877 182.852v15.855M68.32 192.414v16.493M76.504 193.657v16.493M199.433 182.852v15.866s.66 3.896-11.399 7.3v-16.493M174.979 192.414v16.493M166.794 193.657v16.493", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
104
+ React.createElement("path", { d: "M48.3 61.86v6.192c0 10.547 8.554 19.101 19.101 19.101 10.547 0 19.102-8.554 19.102-19.101V61.86", fill: "#000" }),
105
+ React.createElement("path", { d: "M48.3 61.86v6.192c0 10.547 8.554 19.101 19.101 19.101 10.547 0 19.102-8.554 19.102-19.101V61.86", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
106
+ React.createElement("path", { d: "M67.412 80.962c10.55 0 19.102-8.553 19.102-19.102 0-10.55-8.552-19.102-19.102-19.102S48.31 51.31 48.31 61.86s8.553 19.102 19.102 19.102z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
107
+ React.createElement("path", { d: "M67.412 75.71c7.65 0 13.85-6.2 13.85-13.85 0-7.65-6.2-13.85-13.85-13.85-7.65 0-13.85 6.2-13.85 13.85 0 7.65 6.2 13.85 13.85 13.85z", fill: "url(#users_svg__paint7_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
108
+ React.createElement("path", { d: "M57.66 58.176V62.7l10.413 10.413 25.853-25.854v-4.49L68.073 68.59 57.66 58.176z", fill: "#000", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
109
+ React.createElement("path", { d: "M68.073 68.59L57.66 58.175l6.147-6.136 4.266 4.266L87.79 36.59l6.136 6.147-25.853 25.853z", fill: "url(#users_svg__paint8_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
110
+ React.createElement("defs", null,
111
+ React.createElement("linearGradient", { id: "users_svg__paint0_linear", x1: 43.87, y1: 182.217, x2: 199.436, y2: 182.217, gradientUnits: "userSpaceOnUse" },
112
+ React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
113
+ React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
114
+ React.createElement("linearGradient", { id: "users_svg__paint1_linear", x1: 49.404, y1: 189.625, x2: 170.201, y2: 67.609, gradientUnits: "userSpaceOnUse" },
115
+ React.createElement("stop", { stopColor: "#3885FF" }),
116
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
117
+ React.createElement("linearGradient", { id: "users_svg__paint2_linear", x1: 89.714, y1: 177.883, x2: 111.067, y2: 132.127, gradientUnits: "userSpaceOnUse" },
118
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
119
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
120
+ React.createElement("linearGradient", { id: "users_svg__paint3_linear", x1: 112.834, y1: 188.672, x2: 134.187, y2: 142.916, gradientUnits: "userSpaceOnUse" },
121
+ React.createElement("stop", { stopColor: "#E9ECEE" }),
122
+ React.createElement("stop", { offset: 1, stopColor: "#fff" })),
123
+ React.createElement("linearGradient", { id: "users_svg__paint4_linear", x1: 136.504, y1: 59.592, x2: 151.053, y2: 59.592, gradientUnits: "userSpaceOnUse" },
124
+ React.createElement("stop", { stopColor: "#1BC99F" }),
125
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
126
+ React.createElement("linearGradient", { id: "users_svg__paint5_linear", x1: 151.053, y1: 59.592, x2: 165.602, y2: 59.592, gradientUnits: "userSpaceOnUse" },
127
+ React.createElement("stop", { stopColor: "#3885FF" }),
128
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
129
+ React.createElement("linearGradient", { id: "users_svg__paint6_linear", x1: 165.6, y1: 59.281, x2: 180.154, y2: 59.281, gradientUnits: "userSpaceOnUse" },
130
+ React.createElement("stop", { stopColor: "#1BC99F" }),
131
+ React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
132
+ React.createElement("linearGradient", { id: "users_svg__paint7_linear", x1: 66.828, y1: 87.133, x2: 67.903, y2: 40.499, gradientUnits: "userSpaceOnUse" },
133
+ React.createElement("stop", { stopColor: "#3885FF" }),
134
+ React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
135
+ React.createElement("linearGradient", { id: "users_svg__paint8_linear", x1: 57.663, y1: 52.589, x2: 93.927, y2: 52.589, gradientUnits: "userSpaceOnUse" },
136
+ React.createElement("stop", { stopColor: "#2BC8A0" }),
137
+ React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })))));
138
+ }, {
139
+ name: common_1.illustrationComponentName,
140
+ })({});
@@ -0,0 +1,2 @@
1
+ export type { IIllustrationProps } from './common';
2
+ export * from './components';
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./components"), exports);
@@ -0,0 +1,21 @@
1
+ import * as React from 'react';
2
+ import { IStyledComponentProps } from '../styled';
3
+ export declare type ImageFitType = 'contain' | 'cover' | 'none' | 'scale-down';
4
+ export declare const imageFit: Record<ImageFitType, React.CSSProperties['objectFit']>;
5
+ export declare type IImageProps = IStyledComponentProps<{
6
+ props: {
7
+ fit?: ImageFitType;
8
+ /** Sets the image width to auto */
9
+ disableResponsive?: boolean;
10
+ height?: React.CSSProperties['height'];
11
+ width?: React.CSSProperties['width'];
12
+ };
13
+ defaultComponent: 'img';
14
+ }>;
15
+ export declare const Image: import("styled-components").StyledComponent<"img", import("@mui/material").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
16
+ fit?: ImageFitType | undefined;
17
+ /** Sets the image width to auto */
18
+ disableResponsive?: boolean | undefined;
19
+ height?: React.CSSProperties['height'];
20
+ width?: React.CSSProperties['width'];
21
+ } & Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref" | "height" | "width" | "fit" | "disableResponsive"> & import("../styled").IStyledCommonProps, never>;
package/image/image.js ADDED
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Image = exports.imageFit = void 0;
4
+ var styled_1 = require("../styled");
5
+ var imageComponentName = 'QuantumImage';
6
+ exports.imageFit = {
7
+ contain: 'contain',
8
+ cover: 'cover',
9
+ none: 'unset',
10
+ 'scale-down': 'scale-down',
11
+ };
12
+ exports.Image = (0, styled_1.styled)('img', {
13
+ name: imageComponentName,
14
+ shouldForwardProp: function (prop) {
15
+ return (0, styled_1.rootShouldForwardProp)(prop) &&
16
+ prop !== 'fit' &&
17
+ prop !== 'disableResponsive' &&
18
+ prop !== 'height' &&
19
+ prop !== 'width';
20
+ },
21
+ })(function (_a) {
22
+ var height = _a.height, width = _a.width, fit = _a.fit, disableResponsive = _a.disableResponsive;
23
+ return ({
24
+ display: 'block',
25
+ height: height ? height : 'auto',
26
+ width: width ? width : 'auto',
27
+ maxWidth: disableResponsive ? 'auto' : '100%',
28
+ objectFit: fit ? exports.imageFit[fit] : 'unset',
29
+ });
30
+ });
@@ -0,0 +1,2 @@
1
+ export { Image } from './image';
2
+ export type { ImageFitType, IImageProps } from './image';
package/image/index.js ADDED
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Image = void 0;
4
+ var image_1 = require("./image");
5
+ Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return image_1.Image; } });