@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.
- package/LICENSE +186 -0
- package/accordion/accordion-actions.d.ts +2 -0
- package/accordion/accordion-actions.js +8 -0
- package/accordion/accordion-details.d.ts +4 -0
- package/accordion/accordion-details.js +22 -0
- package/accordion/accordion-summary.d.ts +4 -0
- package/accordion/accordion-summary.js +25 -0
- package/accordion/accordion.d.ts +4 -0
- package/accordion/accordion.js +26 -0
- package/accordion/index.d.ts +8 -0
- package/accordion/index.js +11 -0
- package/alert/alert-classes.d.ts +5 -0
- package/alert/alert-classes.js +17 -0
- package/alert/alert-title/alert-title-overrides.d.ts +3 -0
- package/alert/alert-title/alert-title-overrides.js +23 -0
- package/alert/alert-title/index.d.ts +2 -0
- package/alert/alert-title/index.js +8 -0
- package/alert/alert.d.ts +145 -0
- package/alert/alert.js +225 -0
- package/alert/index.d.ts +4 -0
- package/alert/index.js +22 -0
- package/app-bar/app-bar-actions/app-bar-actions.d.ts +12 -0
- package/app-bar/app-bar-actions/app-bar-actions.js +19 -0
- package/app-bar/app-bar-actions/index.d.ts +2 -0
- package/app-bar/app-bar-actions/index.js +5 -0
- package/app-bar/app-bar-button/app-bar-button.d.ts +22 -0
- package/app-bar/app-bar-button/app-bar-button.js +70 -0
- package/app-bar/app-bar-button/index.d.ts +2 -0
- package/app-bar/app-bar-button/index.js +5 -0
- package/app-bar/app-bar-content/app-bar-content.d.ts +7 -0
- package/app-bar/app-bar-content/app-bar-content.js +18 -0
- package/app-bar/app-bar-content/index.d.ts +2 -0
- package/app-bar/app-bar-content/index.js +5 -0
- package/app-bar/app-bar-divider/app-bar-divider.d.ts +3 -0
- package/app-bar/app-bar-divider/app-bar-divider.js +15 -0
- package/app-bar/app-bar-divider/index.d.ts +2 -0
- package/app-bar/app-bar-divider/index.js +5 -0
- package/app-bar/app-bar-icon-button/app-bar-icon-button.d.ts +24 -0
- package/app-bar/app-bar-icon-button/app-bar-icon-button.js +65 -0
- package/app-bar/app-bar-icon-button/index.d.ts +2 -0
- package/app-bar/app-bar-icon-button/index.js +5 -0
- package/app-bar/app-bar-overrides.d.ts +3 -0
- package/app-bar/app-bar-overrides.js +36 -0
- package/app-bar/app-bar.d.ts +3 -0
- package/app-bar/app-bar.js +8 -0
- package/app-bar/index.d.ts +7 -0
- package/app-bar/index.js +24 -0
- package/app-layout/app-layout-classes.d.ts +6 -0
- package/app-layout/app-layout-classes.js +15 -0
- package/app-layout/app-layout.d.ts +19 -0
- package/app-layout/app-layout.js +123 -0
- package/app-layout/index.d.ts +3 -0
- package/app-layout/index.js +7 -0
- package/autocomplete/autocomplete-overrides.d.ts +3 -0
- package/autocomplete/autocomplete-overrides.js +45 -0
- package/autocomplete/index.d.ts +2 -0
- package/autocomplete/index.js +9 -0
- package/avatar/avatar-classes.d.ts +5 -0
- package/avatar/avatar-classes.js +10 -0
- package/avatar/avatar-context.d.ts +14 -0
- package/avatar/avatar-context.js +32 -0
- package/avatar/avatar.d.ts +77 -0
- package/avatar/avatar.js +211 -0
- package/avatar/index.d.ts +5 -0
- package/avatar/index.js +10 -0
- package/avatar/use-avatar-image.d.ts +13 -0
- package/avatar/use-avatar-image.js +104 -0
- package/avatar-block/avatar-block-classes.d.ts +6 -0
- package/avatar-block/avatar-block-classes.js +15 -0
- package/avatar-block/avatar-block.d.ts +22 -0
- package/avatar-block/avatar-block.js +95 -0
- package/avatar-block/index.d.ts +2 -0
- package/avatar-block/index.js +5 -0
- package/backdrop/backdrop-overrides.d.ts +3 -0
- package/backdrop/backdrop-overrides.js +17 -0
- package/backdrop/index.d.ts +2 -0
- package/backdrop/index.js +9 -0
- package/badge/badge-overrides.d.ts +2 -0
- package/badge/badge-overrides.js +70 -0
- package/badge/badge.d.ts +4 -0
- package/badge/badge.js +56 -0
- package/badge/index.d.ts +2 -0
- package/badge/index.js +5 -0
- package/banner/banner-classes.d.ts +5 -0
- package/banner/banner-classes.js +10 -0
- package/banner/banner.d.ts +13 -0
- package/banner/banner.js +78 -0
- package/banner/index.d.ts +2 -0
- package/banner/index.js +5 -0
- package/box/index.d.ts +2 -0
- package/box/index.js +8 -0
- package/breadcrumbs/breadcrumbs-item/breadcrumbs-item-classes.d.ts +5 -0
- package/breadcrumbs/breadcrumbs-item/breadcrumbs-item-classes.js +17 -0
- package/breadcrumbs/breadcrumbs-item/breadcrumbs-item.d.ts +24 -0
- package/breadcrumbs/breadcrumbs-item/breadcrumbs-item.js +104 -0
- package/breadcrumbs/breadcrumbs-item/index.d.ts +3 -0
- package/breadcrumbs/breadcrumbs-item/index.js +7 -0
- package/breadcrumbs/breadcrumbs-overrides.d.ts +2 -0
- package/breadcrumbs/breadcrumbs-overrides.js +15 -0
- package/breadcrumbs/breadcrumbs.d.ts +8 -0
- package/breadcrumbs/breadcrumbs.js +59 -0
- package/breadcrumbs/index.d.ts +3 -0
- package/breadcrumbs/index.js +20 -0
- package/button/button-overrides.d.ts +2 -0
- package/button/button-overrides.js +263 -0
- package/button/button.d.ts +27 -0
- package/button/button.js +84 -0
- package/button/index.d.ts +2 -0
- package/button/index.js +6 -0
- package/card/card-content/card-content.d.ts +3 -0
- package/card/card-content/card-content.js +6 -0
- package/card/card-content/index.d.ts +2 -0
- package/card/card-content/index.js +5 -0
- package/card/card-context.d.ts +8 -0
- package/card/card-context.js +33 -0
- package/card/card-header/card-header-classes.d.ts +5 -0
- package/card/card-header/card-header-classes.js +17 -0
- package/card/card-header/card-header-overrides.d.ts +2 -0
- package/card/card-header/card-header-overrides.js +49 -0
- package/card/card-header/card-header.d.ts +88 -0
- package/card/card-header/card-header.js +95 -0
- package/card/card-header/index.d.ts +3 -0
- package/card/card-header/index.js +7 -0
- package/card/card-overrides.d.ts +2 -0
- package/card/card-overrides.js +9 -0
- package/card/card.d.ts +21 -0
- package/card/card.js +126 -0
- package/card/index.d.ts +6 -0
- package/card/index.js +24 -0
- package/checkbox/checkbox-classes.d.ts +5 -0
- package/checkbox/checkbox-classes.js +10 -0
- package/checkbox/checkbox-icons.d.ts +3 -0
- package/checkbox/checkbox-icons.js +46 -0
- package/checkbox/checkbox-overrides.d.ts +3 -0
- package/checkbox/checkbox-overrides.js +65 -0
- package/checkbox/checkbox.d.ts +15 -0
- package/checkbox/checkbox.js +91 -0
- package/checkbox/index.d.ts +3 -0
- package/checkbox/index.js +7 -0
- package/checkbox-field/checkbox-field.d.ts +15 -0
- package/checkbox-field/checkbox-field.js +68 -0
- package/checkbox-field/index.d.ts +2 -0
- package/checkbox-field/index.js +5 -0
- package/chip/chip-overrides.d.ts +2 -0
- package/chip/chip-overrides.js +69 -0
- package/chip/chip.d.ts +7 -0
- package/chip/chip.js +100 -0
- package/chip/index.d.ts +2 -0
- package/chip/index.js +5 -0
- package/code/code.d.ts +18 -0
- package/code/code.js +66 -0
- package/code/index.d.ts +2 -0
- package/code/index.js +5 -0
- package/collapse/index.d.ts +2 -0
- package/collapse/index.js +8 -0
- package/color-text-field/color-text-field.d.ts +7 -0
- package/color-text-field/color-text-field.js +74 -0
- package/color-text-field/index.d.ts +2 -0
- package/color-text-field/index.js +5 -0
- package/column-layout/column-layout.d.ts +14 -0
- package/column-layout/column-layout.js +72 -0
- package/column-layout/index.d.ts +2 -0
- package/column-layout/index.js +5 -0
- package/config-block/config-block-classes.d.ts +5 -0
- package/config-block/config-block-classes.js +10 -0
- package/config-block/config-block.d.ts +17 -0
- package/config-block/config-block.js +110 -0
- package/config-block/index.d.ts +3 -0
- package/config-block/index.js +7 -0
- package/content/content.d.ts +1 -0
- package/content/content.js +101 -0
- package/content/index.d.ts +1 -0
- package/content/index.js +5 -0
- package/copy-button/copy-button.d.ts +34 -0
- package/copy-button/copy-button.js +93 -0
- package/copy-button/index.d.ts +2 -0
- package/copy-button/index.js +5 -0
- package/css-baseline/css-baseline-overrides.d.ts +2 -0
- package/css-baseline/css-baseline-overrides.js +27 -0
- package/css-baseline/index.d.ts +2 -0
- package/css-baseline/index.js +8 -0
- package/danger-zone/danger-zone-item/danger-zone-item.d.ts +16 -0
- package/danger-zone/danger-zone-item/danger-zone-item.js +91 -0
- package/danger-zone/danger-zone-item/index.d.ts +2 -0
- package/danger-zone/danger-zone-item/index.js +5 -0
- package/danger-zone/danger-zone-item-action/danger-zone-item-action.d.ts +6 -0
- package/danger-zone/danger-zone-item-action/danger-zone-item-action.js +50 -0
- package/danger-zone/danger-zone-item-action/index.d.ts +2 -0
- package/danger-zone/danger-zone-item-action/index.js +5 -0
- package/danger-zone/danger-zone.d.ts +8 -0
- package/danger-zone/danger-zone.js +58 -0
- package/danger-zone/index.d.ts +4 -0
- package/danger-zone/index.js +21 -0
- package/data-table/data-table-row.d.ts +21 -0
- package/data-table/data-table-row.js +115 -0
- package/data-table/data-table-types.d.ts +24 -0
- package/data-table/data-table-types.js +2 -0
- package/data-table/data-table.d.ts +36 -0
- package/data-table/data-table.js +81 -0
- package/data-table/index.d.ts +3 -0
- package/data-table/index.js +5 -0
- package/description-block/description-block.d.ts +28 -0
- package/description-block/description-block.js +97 -0
- package/description-block/index.d.ts +2 -0
- package/description-block/index.js +5 -0
- package/dialog/dialog-actions/dialog-actions-overrides.d.ts +3 -0
- package/dialog/dialog-actions/dialog-actions-overrides.js +14 -0
- package/dialog/dialog-actions/index.d.ts +2 -0
- package/dialog/dialog-actions/index.js +8 -0
- package/dialog/dialog-content/dialog-content-overrides.d.ts +3 -0
- package/dialog/dialog-content/dialog-content-overrides.js +20 -0
- package/dialog/dialog-content/index.d.ts +2 -0
- package/dialog/dialog-content/index.js +9 -0
- package/dialog/dialog-overrides.d.ts +3 -0
- package/dialog/dialog-overrides.js +20 -0
- package/dialog/dialog-title/dialog-title-classes.d.ts +5 -0
- package/dialog/dialog-title/dialog-title-classes.js +10 -0
- package/dialog/dialog-title/dialog-title-overrides.d.ts +3 -0
- package/dialog/dialog-title/dialog-title-overrides.js +14 -0
- package/dialog/dialog-title/dialog-title.d.ts +10 -0
- package/dialog/dialog-title/dialog-title.js +77 -0
- package/dialog/dialog-title/index.d.ts +3 -0
- package/dialog/dialog-title/index.js +7 -0
- package/dialog/dialog.d.ts +16 -0
- package/dialog/dialog.js +89 -0
- package/dialog/index.d.ts +5 -0
- package/dialog/index.js +22 -0
- package/divider/divider-overrides.d.ts +3 -0
- package/divider/divider-overrides.js +17 -0
- package/divider/index.d.ts +3 -0
- package/divider/index.js +8 -0
- package/drawer/index.d.ts +2 -0
- package/drawer/index.js +9 -0
- package/dropdown-menu/dropdown-menu-classes.d.ts +5 -0
- package/dropdown-menu/dropdown-menu-classes.js +10 -0
- package/dropdown-menu/dropdown-menu-context.d.ts +7 -0
- package/dropdown-menu/dropdown-menu-context.js +33 -0
- package/dropdown-menu/dropdown-menu-divider/dropdown-menu-divider.d.ts +4 -0
- package/dropdown-menu/dropdown-menu-divider/dropdown-menu-divider.js +62 -0
- package/dropdown-menu/dropdown-menu-divider/index.d.ts +2 -0
- package/dropdown-menu/dropdown-menu-divider/index.js +5 -0
- package/dropdown-menu/dropdown-menu-group/dropdown-menu-group-classes.d.ts +5 -0
- package/dropdown-menu/dropdown-menu-group/dropdown-menu-group-classes.js +10 -0
- package/dropdown-menu/dropdown-menu-group/dropdown-menu-group.d.ts +11 -0
- package/dropdown-menu/dropdown-menu-group/dropdown-menu-group.js +72 -0
- package/dropdown-menu/dropdown-menu-group/index.d.ts +3 -0
- package/dropdown-menu/dropdown-menu-group/index.js +7 -0
- package/dropdown-menu/dropdown-menu-item/dropdown-menu-item.d.ts +8 -0
- package/dropdown-menu/dropdown-menu-item/dropdown-menu-item.js +64 -0
- package/dropdown-menu/dropdown-menu-item/index.d.ts +2 -0
- package/dropdown-menu/dropdown-menu-item/index.js +5 -0
- package/dropdown-menu/dropdown-menu-list/dropdown-menu-list.d.ts +17 -0
- package/dropdown-menu/dropdown-menu-list/dropdown-menu-list.js +72 -0
- package/dropdown-menu/dropdown-menu-list/index.d.ts +2 -0
- package/dropdown-menu/dropdown-menu-list/index.js +5 -0
- package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item-classes.d.ts +5 -0
- package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item-classes.js +24 -0
- package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item.d.ts +18 -0
- package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item.js +202 -0
- package/dropdown-menu/dropdown-menu-list-item/index.d.ts +3 -0
- package/dropdown-menu/dropdown-menu-list-item/index.js +7 -0
- package/dropdown-menu/dropdown-menu-search/dropdown-menu-search-classes.d.ts +5 -0
- package/dropdown-menu/dropdown-menu-search/dropdown-menu-search-classes.js +10 -0
- package/dropdown-menu/dropdown-menu-search/dropdown-menu-search.d.ts +17 -0
- package/dropdown-menu/dropdown-menu-search/dropdown-menu-search.js +77 -0
- package/dropdown-menu/dropdown-menu-search/index.d.ts +3 -0
- package/dropdown-menu/dropdown-menu-search/index.js +7 -0
- package/dropdown-menu/dropdown-menu-state/dropdown-menu-state.d.ts +25 -0
- package/dropdown-menu/dropdown-menu-state/dropdown-menu-state.js +96 -0
- package/dropdown-menu/dropdown-menu-state/index.d.ts +2 -0
- package/dropdown-menu/dropdown-menu-state/index.js +8 -0
- package/dropdown-menu/dropdown-menu.d.ts +17 -0
- package/dropdown-menu/dropdown-menu.js +89 -0
- package/dropdown-menu/index.d.ts +12 -0
- package/dropdown-menu/index.js +31 -0
- package/empty-state/empty-state-action/empty-state-action.d.ts +3 -0
- package/empty-state/empty-state-action/empty-state-action.js +42 -0
- package/empty-state/empty-state-action/index.d.ts +2 -0
- package/empty-state/empty-state-action/index.js +5 -0
- package/empty-state/empty-state-classes.d.ts +5 -0
- package/empty-state/empty-state-classes.js +20 -0
- package/empty-state/empty-state.d.ts +41 -0
- package/empty-state/empty-state.js +144 -0
- package/empty-state/index.d.ts +4 -0
- package/empty-state/index.js +22 -0
- package/esm/accordion/accordion-actions.js +1 -0
- package/esm/accordion/accordion-details.js +16 -0
- package/esm/accordion/accordion-summary.js +19 -0
- package/esm/accordion/accordion.js +20 -0
- package/esm/accordion/index.js +4 -0
- package/esm/alert/alert-classes.js +13 -0
- package/esm/alert/alert-title/alert-title-overrides.js +19 -0
- package/esm/alert/alert-title/index.js +1 -0
- package/esm/alert/alert.js +196 -0
- package/esm/alert/index.js +3 -0
- package/esm/app-bar/app-bar-actions/app-bar-actions.js +16 -0
- package/esm/app-bar/app-bar-actions/index.js +1 -0
- package/esm/app-bar/app-bar-button/app-bar-button.js +44 -0
- package/esm/app-bar/app-bar-button/index.js +1 -0
- package/esm/app-bar/app-bar-content/app-bar-content.js +15 -0
- package/esm/app-bar/app-bar-content/index.js +1 -0
- package/esm/app-bar/app-bar-divider/app-bar-divider.js +12 -0
- package/esm/app-bar/app-bar-divider/index.js +1 -0
- package/esm/app-bar/app-bar-icon-button/app-bar-icon-button.js +39 -0
- package/esm/app-bar/app-bar-icon-button/index.js +1 -0
- package/esm/app-bar/app-bar-overrides.js +32 -0
- package/esm/app-bar/app-bar.js +1 -0
- package/esm/app-bar/index.js +6 -0
- package/esm/app-layout/app-layout-classes.js +11 -0
- package/esm/app-layout/app-layout.js +94 -0
- package/esm/app-layout/index.js +2 -0
- package/esm/autocomplete/autocomplete-overrides.js +41 -0
- package/esm/autocomplete/index.js +1 -0
- package/esm/avatar/avatar-classes.js +6 -0
- package/esm/avatar/avatar-context.js +5 -0
- package/esm/avatar/avatar.js +182 -0
- package/esm/avatar/index.js +3 -0
- package/esm/avatar/use-avatar-image.js +74 -0
- package/esm/avatar-block/avatar-block-classes.js +11 -0
- package/esm/avatar-block/avatar-block.js +66 -0
- package/esm/avatar-block/index.js +1 -0
- package/esm/backdrop/backdrop-overrides.js +13 -0
- package/esm/backdrop/index.js +1 -0
- package/esm/badge/badge-overrides.js +67 -0
- package/esm/badge/badge.js +30 -0
- package/esm/badge/index.js +1 -0
- package/esm/banner/banner-classes.js +6 -0
- package/esm/banner/banner.js +52 -0
- package/esm/banner/index.js +1 -0
- package/esm/box/index.js +1 -0
- package/esm/breadcrumbs/breadcrumbs-item/breadcrumbs-item-classes.js +13 -0
- package/esm/breadcrumbs/breadcrumbs-item/breadcrumbs-item.js +75 -0
- package/esm/breadcrumbs/breadcrumbs-item/index.js +2 -0
- package/esm/breadcrumbs/breadcrumbs-overrides.js +12 -0
- package/esm/breadcrumbs/breadcrumbs.js +30 -0
- package/esm/breadcrumbs/index.js +2 -0
- package/esm/button/button-overrides.js +260 -0
- package/esm/button/button.js +58 -0
- package/esm/button/index.js +1 -0
- package/esm/card/card-content/card-content.js +3 -0
- package/esm/card/card-content/index.js +1 -0
- package/esm/card/card-context.js +6 -0
- package/esm/card/card-header/card-header-classes.js +13 -0
- package/esm/card/card-header/card-header-overrides.js +46 -0
- package/esm/card/card-header/card-header.js +66 -0
- package/esm/card/card-header/index.js +2 -0
- package/esm/card/card-overrides.js +6 -0
- package/esm/card/card.js +97 -0
- package/esm/card/index.js +4 -0
- package/esm/checkbox/checkbox-classes.js +6 -0
- package/esm/checkbox/checkbox-icons.js +18 -0
- package/esm/checkbox/checkbox-overrides.js +61 -0
- package/esm/checkbox/checkbox.js +62 -0
- package/esm/checkbox/index.js +2 -0
- package/esm/checkbox-field/checkbox-field.js +42 -0
- package/esm/checkbox-field/index.js +1 -0
- package/esm/chip/chip-overrides.js +66 -0
- package/esm/chip/chip.js +74 -0
- package/esm/chip/index.js +1 -0
- package/esm/code/code.js +40 -0
- package/esm/code/index.js +1 -0
- package/esm/collapse/index.js +1 -0
- package/esm/color-text-field/color-text-field.js +48 -0
- package/esm/color-text-field/index.js +1 -0
- package/esm/column-layout/column-layout.js +46 -0
- package/esm/column-layout/index.js +1 -0
- package/esm/config-block/config-block-classes.js +6 -0
- package/esm/config-block/config-block.js +81 -0
- package/esm/config-block/index.js +2 -0
- package/esm/content/content.js +98 -0
- package/esm/content/index.js +1 -0
- package/esm/copy-button/copy-button.js +67 -0
- package/esm/copy-button/index.js +1 -0
- package/esm/css-baseline/css-baseline-overrides.js +24 -0
- package/esm/css-baseline/index.js +1 -0
- package/esm/danger-zone/danger-zone-item/danger-zone-item.js +65 -0
- package/esm/danger-zone/danger-zone-item/index.js +1 -0
- package/esm/danger-zone/danger-zone-item-action/danger-zone-item-action.js +24 -0
- package/esm/danger-zone/danger-zone-item-action/index.js +1 -0
- package/esm/danger-zone/danger-zone.js +32 -0
- package/esm/danger-zone/index.js +3 -0
- package/esm/data-table/data-table-row.js +87 -0
- package/esm/data-table/data-table-types.js +1 -0
- package/esm/data-table/data-table.js +55 -0
- package/esm/data-table/index.js +1 -0
- package/esm/description-block/description-block.js +71 -0
- package/esm/description-block/index.js +1 -0
- package/esm/dialog/dialog-actions/dialog-actions-overrides.js +10 -0
- package/esm/dialog/dialog-actions/index.js +1 -0
- package/esm/dialog/dialog-content/dialog-content-overrides.js +16 -0
- package/esm/dialog/dialog-content/index.js +1 -0
- package/esm/dialog/dialog-overrides.js +16 -0
- package/esm/dialog/dialog-title/dialog-title-classes.js +6 -0
- package/esm/dialog/dialog-title/dialog-title-overrides.js +10 -0
- package/esm/dialog/dialog-title/dialog-title.js +48 -0
- package/esm/dialog/dialog-title/index.js +2 -0
- package/esm/dialog/dialog.js +60 -0
- package/esm/dialog/index.js +4 -0
- package/esm/divider/divider-overrides.js +13 -0
- package/esm/divider/index.js +1 -0
- package/esm/drawer/index.js +1 -0
- package/esm/dropdown-menu/dropdown-menu-classes.js +6 -0
- package/esm/dropdown-menu/dropdown-menu-context.js +6 -0
- package/esm/dropdown-menu/dropdown-menu-divider/dropdown-menu-divider.js +36 -0
- package/esm/dropdown-menu/dropdown-menu-divider/index.js +1 -0
- package/esm/dropdown-menu/dropdown-menu-group/dropdown-menu-group-classes.js +6 -0
- package/esm/dropdown-menu/dropdown-menu-group/dropdown-menu-group.js +46 -0
- package/esm/dropdown-menu/dropdown-menu-group/index.js +2 -0
- package/esm/dropdown-menu/dropdown-menu-item/dropdown-menu-item.js +38 -0
- package/esm/dropdown-menu/dropdown-menu-item/index.js +1 -0
- package/esm/dropdown-menu/dropdown-menu-list/dropdown-menu-list.js +46 -0
- package/esm/dropdown-menu/dropdown-menu-list/index.js +1 -0
- package/esm/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item-classes.js +20 -0
- package/esm/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item.js +173 -0
- package/esm/dropdown-menu/dropdown-menu-list-item/index.js +2 -0
- package/esm/dropdown-menu/dropdown-menu-search/dropdown-menu-search-classes.js +6 -0
- package/esm/dropdown-menu/dropdown-menu-search/dropdown-menu-search.js +48 -0
- package/esm/dropdown-menu/dropdown-menu-search/index.js +2 -0
- package/esm/dropdown-menu/dropdown-menu-state/dropdown-menu-state.js +67 -0
- package/esm/dropdown-menu/dropdown-menu-state/index.js +1 -0
- package/esm/dropdown-menu/dropdown-menu.js +60 -0
- package/esm/dropdown-menu/index.js +10 -0
- package/esm/empty-state/empty-state-action/empty-state-action.js +16 -0
- package/esm/empty-state/empty-state-action/index.js +1 -0
- package/esm/empty-state/empty-state-classes.js +16 -0
- package/esm/empty-state/empty-state.js +115 -0
- package/esm/empty-state/index.js +3 -0
- package/esm/expansion-panel/expansion-panel-details.js +15 -0
- package/esm/expansion-panel/expansion-panel-header.js +5 -0
- package/esm/expansion-panel/expansion-panel-summary.js +50 -0
- package/esm/expansion-panel/expansion-panel.js +22 -0
- package/esm/expansion-panel/index.js +4 -0
- package/esm/field-set/field-set-classes.js +12 -0
- package/esm/field-set/field-set.js +69 -0
- package/esm/field-set/index.js +2 -0
- package/esm/form/form-actions/form-actions-classes.js +6 -0
- package/esm/form/form-actions/form-actions.js +60 -0
- package/esm/form/form-actions/index.js +2 -0
- package/esm/form/form-control/form-control-overrides.js +16 -0
- package/esm/form/form-control/index.js +2 -0
- package/esm/form/form-control-label/form-control-label-classes.js +14 -0
- package/esm/form/form-control-label/form-control-label.js +110 -0
- package/esm/form/form-control-label/form-control-overrides.js +22 -0
- package/esm/form/form-control-label/index.js +2 -0
- package/esm/form/form-field/form-field-classes.js +11 -0
- package/esm/form/form-field/form-field.js +61 -0
- package/esm/form/form-field/index.js +2 -0
- package/esm/form/form-group/index.js +1 -0
- package/esm/form/form-helper-text/form-helper-text-overrides.js +35 -0
- package/esm/form/form-helper-text/index.js +2 -0
- package/esm/form/form-label/form-label-overrides.js +28 -0
- package/esm/form/form-label/index.js +1 -0
- package/esm/form/form-layout/form-layout-context.js +5 -0
- package/esm/form/form-layout/form-layout.js +32 -0
- package/esm/form/form-layout/index.js +2 -0
- package/esm/form/form.js +34 -0
- package/esm/form/index.js +9 -0
- package/esm/gallery-layout/gallery-layout-item/gallery-layout-item.js +2 -0
- package/esm/gallery-layout/gallery-layout-item/index.js +1 -0
- package/esm/gallery-layout/gallery-layout.js +46 -0
- package/esm/gallery-layout/index.js +2 -0
- package/esm/icon/apis.js +34 -0
- package/esm/icon/application-plus.js +30 -0
- package/esm/icon/arrows-h.js +31 -0
- package/esm/icon/border-pill.js +29 -0
- package/esm/icon/border-rounded.js +29 -0
- package/esm/icon/border-sharp.js +29 -0
- package/esm/icon/bot.js +33 -0
- package/esm/icon/browsers.js +32 -0
- package/esm/icon/bug.js +38 -0
- package/esm/icon/building.js +30 -0
- package/esm/icon/cash.js +29 -0
- package/esm/icon/clipboard-check.js +31 -0
- package/esm/icon/enterprise.js +29 -0
- package/esm/icon/feather-icons.js +294 -0
- package/esm/icon/folder-cancel.js +30 -0
- package/esm/icon/font.js +29 -0
- package/esm/icon/help.js +29 -0
- package/esm/icon/hooks.js +34 -0
- package/esm/icon/hosted-pages.js +33 -0
- package/esm/icon/id-tag.js +34 -0
- package/esm/icon/index.js +35 -0
- package/esm/icon/integration.js +33 -0
- package/esm/icon/layout-bottom.js +29 -0
- package/esm/icon/layout-center.js +29 -0
- package/esm/icon/layout-left.js +29 -0
- package/esm/icon/layout-right.js +29 -0
- package/esm/icon/layout-top.js +29 -0
- package/esm/icon/megaphone.js +30 -0
- package/esm/icon/page-background.js +30 -0
- package/esm/icon/paint-brush.js +29 -0
- package/esm/icon/paint.js +29 -0
- package/esm/icon/recovery-code.js +30 -0
- package/esm/icon/types.js +1 -0
- package/esm/icon/web-authn.js +29 -0
- package/esm/icon/webauthn-platform.js +29 -0
- package/esm/icon/widget.js +29 -0
- package/esm/icon-button/icon-button-context.js +5 -0
- package/esm/icon-button/icon-button-overrides.js +180 -0
- package/esm/icon-button/icon-button.js +55 -0
- package/esm/icon-button/index.js +2 -0
- package/esm/identicons/common.js +34 -0
- package/esm/identicons/icons/icon-access-token.js +45 -0
- package/esm/identicons/icons/icon-account-takeover.js +47 -0
- package/esm/identicons/icons/icon-actions.js +46 -0
- package/esm/identicons/icons/icon-activity.js +46 -0
- package/esm/identicons/icons/icon-advanced-options.js +47 -0
- package/esm/identicons/icons/icon-anticipation.js +50 -0
- package/esm/identicons/icons/icon-api-related.js +47 -0
- package/esm/identicons/icons/icon-api.js +47 -0
- package/esm/identicons/icons/icon-applications.js +46 -0
- package/esm/identicons/icons/icon-attributes.js +46 -0
- package/esm/identicons/icons/icon-auth0-authorization-server.js +48 -0
- package/esm/identicons/icons/icon-auth0-dashboard.js +48 -0
- package/esm/identicons/icons/icon-auth0-logo-dark.js +45 -0
- package/esm/identicons/icons/icon-auth0-logo-light.js +45 -0
- package/esm/identicons/icons/icon-authentication-a.js +45 -0
- package/esm/identicons/icons/icon-authentication-b.js +45 -0
- package/esm/identicons/icons/icon-authorization-server.js +48 -0
- package/esm/identicons/icons/icon-backend.js +48 -0
- package/esm/identicons/icons/icon-biometrics.js +44 -0
- package/esm/identicons/icons/icon-bot-detection.js +49 -0
- package/esm/identicons/icons/icon-boundary-protocol.js +46 -0
- package/esm/identicons/icons/icon-branding.js +45 -0
- package/esm/identicons/icons/icon-breached-password.js +52 -0
- package/esm/identicons/icons/icon-browser.js +46 -0
- package/esm/identicons/icons/icon-brute-force.js +47 -0
- package/esm/identicons/icons/icon-certificate.js +49 -0
- package/esm/identicons/icons/icon-cli-script.js +45 -0
- package/esm/identicons/icons/icon-cloud.js +44 -0
- package/esm/identicons/icons/icon-consistency.js +49 -0
- package/esm/identicons/icons/icon-cookies.js +48 -0
- package/esm/identicons/icons/icon-credential-application.js +46 -0
- package/esm/identicons/icons/icon-credential-stuffing.js +48 -0
- package/esm/identicons/icons/icon-credential-user.js +46 -0
- package/esm/identicons/icons/icon-customization.js +46 -0
- package/esm/identicons/icons/icon-dashboard.js +48 -0
- package/esm/identicons/icons/icon-database.js +50 -0
- package/esm/identicons/icons/icon-desktop-app.js +47 -0
- package/esm/identicons/icons/icon-device-biometrics.js +46 -0
- package/esm/identicons/icons/icon-efficiency.js +52 -0
- package/esm/identicons/icons/icon-empathy.js +50 -0
- package/esm/identicons/icons/icon-enterprise-directory.js +47 -0
- package/esm/identicons/icons/icon-extensions.js +45 -0
- package/esm/identicons/icons/icon-fine-grained-authorization.js +48 -0
- package/esm/identicons/icons/icon-getting-started.js +45 -0
- package/esm/identicons/icons/icon-guardian-push-notification.js +47 -0
- package/esm/identicons/icons/icon-help.js +45 -0
- package/esm/identicons/icons/icon-id-token.js +46 -0
- package/esm/identicons/icons/icon-identifier-first.js +45 -0
- package/esm/identicons/icons/icon-identifier-password.js +46 -0
- package/esm/identicons/icons/icon-integrations-marketplace.js +48 -0
- package/esm/identicons/icons/icon-ip-throttling.js +48 -0
- package/esm/identicons/icons/icon-login-customization.js +53 -0
- package/esm/identicons/icons/icon-login.js +47 -0
- package/esm/identicons/icons/icon-logs.js +46 -0
- package/esm/identicons/icons/icon-mail-message-a.js +51 -0
- package/esm/identicons/icons/icon-mail-message-b.js +49 -0
- package/esm/identicons/icons/icon-mobile-app.js +46 -0
- package/esm/identicons/icons/icon-monitoring.js +46 -0
- package/esm/identicons/icons/icon-multifactor.js +51 -0
- package/esm/identicons/icons/icon-multiple-failed-logins.js +52 -0
- package/esm/identicons/icons/icon-one-time-password.js +52 -0
- package/esm/identicons/icons/icon-organizations.js +53 -0
- package/esm/identicons/icons/icon-phone-message-a.js +47 -0
- package/esm/identicons/icons/icon-phone-message-b.js +51 -0
- package/esm/identicons/icons/icon-pipeline-a.js +47 -0
- package/esm/identicons/icons/icon-pipeline-b.js +51 -0
- package/esm/identicons/icons/icon-refresh-token.js +46 -0
- package/esm/identicons/icons/icon-sdk.js +47 -0
- package/esm/identicons/icons/icon-security.js +46 -0
- package/esm/identicons/icons/icon-server.js +48 -0
- package/esm/identicons/icons/icon-settings.js +45 -0
- package/esm/identicons/icons/icon-social-providers.js +48 -0
- package/esm/identicons/icons/icon-spa.js +48 -0
- package/esm/identicons/icons/icon-teams.js +46 -0
- package/esm/identicons/icons/icon-tenant.js +46 -0
- package/esm/identicons/icons/icon-user-database.js +51 -0
- package/esm/identicons/icons/icon-user-management.js +46 -0
- package/esm/identicons/icons/icon-user.js +45 -0
- package/esm/identicons/icons/icon-users.js +46 -0
- package/esm/identicons/icons/icon-video.js +45 -0
- package/esm/identicons/icons/icon-web-app.js +46 -0
- package/esm/identicons/icons/icon-webauthn.js +47 -0
- package/esm/identicons/icons/index.js +86 -0
- package/esm/identicons/index.js +2 -0
- package/esm/illustrations/common.js +1 -0
- package/esm/illustrations/components/experienced-user.js +138 -0
- package/esm/illustrations/components/index.js +11 -0
- package/esm/illustrations/components/new-auth0-user-a.js +78 -0
- package/esm/illustrations/components/notifications.js +125 -0
- package/esm/illustrations/components/roles.js +115 -0
- package/esm/illustrations/components/single-sign-on.js +117 -0
- package/esm/illustrations/components/streams-logs.js +118 -0
- package/esm/illustrations/components/users.js +114 -0
- package/esm/illustrations/index.js +1 -0
- package/esm/image/image.js +27 -0
- package/esm/image/index.js +1 -0
- package/esm/image-preview-field/image-preview-field.js +111 -0
- package/esm/image-preview-field/index.js +1 -0
- package/esm/index.js +87 -0
- package/esm/input/index.js +4 -0
- package/esm/input/input-actions/index.js +1 -0
- package/esm/input/input-actions/input-actions.js +19 -0
- package/esm/input/input-adornment/index.js +1 -0
- package/esm/input/input-adornment/input-adornment-overrides.js +19 -0
- package/esm/input/input-adornment/input-adornment.js +38 -0
- package/esm/input/input-base-overrides.js +40 -0
- package/esm/input/input-label/index.js +1 -0
- package/esm/input/input-label/input-label-overrides.js +26 -0
- package/esm/input/input.js +54 -0
- package/esm/input/outlined-input-overrides.js +90 -0
- package/esm/label/index.js +1 -0
- package/esm/label/label.js +69 -0
- package/esm/link/index.js +2 -0
- package/esm/link/link-classes.js +6 -0
- package/esm/link/link.js +138 -0
- package/esm/list/index.js +7 -0
- package/esm/list/list-item/index.js +3 -0
- package/esm/list/list-item/list-item-overrides.js +26 -0
- package/esm/list/list-item-avatar/index.js +1 -0
- package/esm/list/list-item-icon/index.js +1 -0
- package/esm/list/list-item-secondary-action/index.js +1 -0
- package/esm/list/list-item-text/index.js +1 -0
- package/esm/list/list-item-text/list-item-text-overrides.js +14 -0
- package/esm/list/list-overrides.js +9 -0
- package/esm/list/list-subheader/index.js +1 -0
- package/esm/list/list-subheader/list-subheader-overrides.js +10 -0
- package/esm/list/list.js +1 -0
- package/esm/logo/index.js +1 -0
- package/esm/logo/logo-classes.js +6 -0
- package/esm/logo/logo.js +90 -0
- package/esm/menu/index.js +3 -0
- package/esm/menu/menu-item/index.js +1 -0
- package/esm/menu/menu-item/menu-item-overrides.js +21 -0
- package/esm/menu/menu-list/index.js +1 -0
- package/esm/menu/menu-overrides.js +23 -0
- package/esm/menu/menu.js +1 -0
- package/esm/mobile-stepper/index.js +1 -0
- package/esm/mobile-stepper/mobile-stepper-overrides.js +10 -0
- package/esm/no-ssr/index.js +1 -0
- package/esm/overridable-component.js +1 -0
- package/esm/page/index.js +2 -0
- package/esm/page/page-context.js +8 -0
- package/esm/page/page-header/index.js +2 -0
- package/esm/page/page-header/page-header-classes.js +15 -0
- package/esm/page/page-header/page-header.js +79 -0
- package/esm/page/page.js +40 -0
- package/esm/pagination/index.js +2 -0
- package/esm/pagination/pagination-classes.js +12 -0
- package/esm/pagination/pagination.js +109 -0
- package/esm/panel-layout/index.js +4 -0
- package/esm/panel-layout/panel/index.js +1 -0
- package/esm/panel-layout/panel/panel.js +39 -0
- package/esm/panel-layout/panel-body/index.js +1 -0
- package/esm/panel-layout/panel-body/panel-body.js +36 -0
- package/esm/panel-layout/panel-layout.js +44 -0
- package/esm/panel-layout/panel-title/index.js +1 -0
- package/esm/panel-layout/panel-title/panel-title.js +36 -0
- package/esm/paper/index.js +1 -0
- package/esm/popover/index.js +1 -0
- package/esm/popper/index.js +1 -0
- package/esm/portal/index.js +1 -0
- package/esm/promo-banner/index.js +2 -0
- package/esm/promo-banner/promo-banner-classes.js +17 -0
- package/esm/promo-banner/promo-banner.js +165 -0
- package/esm/pulsing-dot/index.js +1 -0
- package/esm/pulsing-dot/pulsing-dot.js +78 -0
- package/esm/quantum-provider/index.js +2 -0
- package/esm/quantum-provider/quantum-context.js +11 -0
- package/esm/quantum-provider/quantum-provider.js +73 -0
- package/esm/radio/index.js +4 -0
- package/esm/radio/radio-classes.js +11 -0
- package/esm/radio/radio-group/index.js +1 -0
- package/esm/radio/radio-icons.js +17 -0
- package/esm/radio/radio-overrides.js +67 -0
- package/esm/radio/radio.js +60 -0
- package/esm/radio-field/index.js +1 -0
- package/esm/radio-field/radio-field.js +32 -0
- package/esm/region/flags.js +153 -0
- package/esm/region/index.js +2 -0
- package/esm/region/region-classes.js +6 -0
- package/esm/region/region.js +93 -0
- package/esm/row-layout/index.js +1 -0
- package/esm/row-layout/row-layout.js +35 -0
- package/esm/select/index.js +6 -0
- package/esm/select/select-classes.js +14 -0
- package/esm/select/select-field/index.js +1 -0
- package/esm/select/select-field/select-field.js +30 -0
- package/esm/select/select-menu/index.js +1 -0
- package/esm/select/select-menu/select-menu.js +30 -0
- package/esm/select/select-menu-actions/index.js +1 -0
- package/esm/select/select-menu-actions/select-menu-actions.js +9 -0
- package/esm/select/select-menu-body/index.js +1 -0
- package/esm/select/select-menu-body/select-menu-body.js +7 -0
- package/esm/select/select-menu-header/index.js +1 -0
- package/esm/select/select-menu-header/select-menu-header.js +7 -0
- package/esm/select/select-options.js +6 -0
- package/esm/select/select-overrides.js +21 -0
- package/esm/select/select.js +76 -0
- package/esm/selectable-card/index.js +3 -0
- package/esm/selectable-card/selectable-card-classes.js +13 -0
- package/esm/selectable-card/selectable-card-group/index.js +2 -0
- package/esm/selectable-card/selectable-card-group/selectable-card-group-classes.js +9 -0
- package/esm/selectable-card/selectable-card-group/selectable-card-group.js +46 -0
- package/esm/selectable-card/selectable-card.js +71 -0
- package/esm/sidebar/index.js +7 -0
- package/esm/sidebar/sidebar-banner/index.js +1 -0
- package/esm/sidebar/sidebar-banner/sidebar-banner.js +41 -0
- package/esm/sidebar/sidebar-classes.js +11 -0
- package/esm/sidebar/sidebar-context.js +7 -0
- package/esm/sidebar/sidebar-items/index.js +1 -0
- package/esm/sidebar/sidebar-items/sidebar-items.js +34 -0
- package/esm/sidebar/sidebar-link/index.js +2 -0
- package/esm/sidebar/sidebar-link/sidebar-link-classes.js +15 -0
- package/esm/sidebar/sidebar-link/sidebar-link.js +148 -0
- package/esm/sidebar/sidebar-menu/index.js +2 -0
- package/esm/sidebar/sidebar-menu/sidebar-menu-classes.js +12 -0
- package/esm/sidebar/sidebar-menu/sidebar-menu.js +106 -0
- package/esm/sidebar/sidebar-new.js +170 -0
- package/esm/sidebar/sidebar-old.js +136 -0
- package/esm/sidebar/sidebar-types.js +1 -0
- package/esm/sidebar/sidebar.js +20 -0
- package/esm/spinner/index.js +1 -0
- package/esm/spinner/spinner-classes.js +6 -0
- package/esm/spinner/spinner.js +99 -0
- package/esm/stack-layout/index.js +2 -0
- package/esm/stack-layout/stack-layout-item/index.js +1 -0
- package/esm/stack-layout/stack-layout-item/stack-layout-item.js +8 -0
- package/esm/stack-layout/stack-layout.js +38 -0
- package/esm/status/index.js +2 -0
- package/esm/status/status-dot/index.js +2 -0
- package/esm/status/status-dot/status-dot-classes.js +6 -0
- package/esm/status/status-dot/status-dot.js +72 -0
- package/esm/status/status-icon/index.js +2 -0
- package/esm/status/status-icon/status-icon-classes.js +6 -0
- package/esm/status/status-icon/status-icon.js +98 -0
- package/esm/stepper/index.js +4 -0
- package/esm/stepper/step/index.js +1 -0
- package/esm/stepper/step-content/index.js +1 -0
- package/esm/stepper/step-label/index.js +1 -0
- package/esm/stepper/step-label/step-label.js +21 -0
- package/esm/stepper/stepper.js +1 -0
- package/esm/styled.js +7 -0
- package/esm/styles/classes.js +26 -0
- package/esm/styles/color-manipulator.js +1 -0
- package/esm/styles/index.js +1 -0
- package/esm/svg-icon/index.js +1 -0
- package/esm/svg-icon/svg-icon.js +29 -0
- package/esm/switch/index.js +3 -0
- package/esm/switch/switch-classes.js +6 -0
- package/esm/switch/switch-field/index.js +1 -0
- package/esm/switch/switch-field/switch-field.js +36 -0
- package/esm/switch/switch-overrides.js +80 -0
- package/esm/switch/switch.js +71 -0
- package/esm/table/index.js +9 -0
- package/esm/table/table-body/index.js +1 -0
- package/esm/table/table-cell/index.js +1 -0
- package/esm/table/table-cell/table-cell-overrides.js +23 -0
- package/esm/table/table-container/index.js +1 -0
- package/esm/table/table-container/table-container-overrides.js +9 -0
- package/esm/table/table-empty-state/index.js +1 -0
- package/esm/table/table-empty-state/table-empty-state.js +12 -0
- package/esm/table/table-head/index.js +1 -0
- package/esm/table/table-loading-state/index.js +2 -0
- package/esm/table/table-loading-state/table-loading-state-classes.js +6 -0
- package/esm/table/table-loading-state/table-loading-state.js +45 -0
- package/esm/table/table-overrides.js +23 -0
- package/esm/table/table-row/index.js +1 -0
- package/esm/table/table-row/table-row-overrides.js +24 -0
- package/esm/table/table-sort-label/index.js +15 -0
- package/esm/table/table-sort-label/table-sort-label-overrides.js +23 -0
- package/esm/tabs/index.js +5 -0
- package/esm/tabs/tab/index.js +1 -0
- package/esm/tabs/tab/tab-override.js +54 -0
- package/esm/tabs/tab/tab.js +30 -0
- package/esm/tabs/tab-list/index.js +1 -0
- package/esm/tabs/tab-list/tab-list.js +24 -0
- package/esm/tabs/tab-panel/index.js +1 -0
- package/esm/tabs/tab-panel/tab-panel.js +33 -0
- package/esm/tabs/tabs-context.js +16 -0
- package/esm/tabs/tabs-overrides.js +20 -0
- package/esm/tabs/tabs.js +32 -0
- package/esm/text/index.js +3 -0
- package/esm/text/text-overrides.js +30 -0
- package/esm/text-field/index.js +1 -0
- package/esm/text-field/text-field-overrides.js +11 -0
- package/esm/text-field/text-field.js +30 -0
- package/esm/theme/colors.js +38 -0
- package/esm/theme/create-component-overrides.js +1 -0
- package/esm/theme/create-components.js +156 -0
- package/esm/theme/create-layout.js +18 -0
- package/esm/theme/create-mixins.js +73 -0
- package/esm/theme/create-palette.js +90 -0
- package/esm/theme/create-quantum-theme.js +22 -0
- package/esm/theme/create-theme.js +94 -0
- package/esm/theme/create-typography.js +51 -0
- package/esm/theme/default-theme.js +7 -0
- package/esm/theme/index.js +6 -0
- package/esm/theme/theme-provider.js +7 -0
- package/esm/theme/tokens.js +1 -0
- package/esm/theme/use-theme-props.js +7 -0
- package/esm/theme/use-theme.js +3 -0
- package/esm/title-block/index.js +1 -0
- package/esm/title-block/title-block-classes.js +6 -0
- package/esm/title-block/title-block.js +33 -0
- package/esm/toast/index.js +3 -0
- package/esm/toast/toast-classes.js +6 -0
- package/esm/toast/toast-overrides.js +28 -0
- package/esm/toast/toast-provider.js +50 -0
- package/esm/toast/toast.js +51 -0
- package/esm/tooltip/index.js +1 -0
- package/esm/tooltip/tooltip-overrides.js +26 -0
- package/esm/transitions/index.js +2 -0
- package/esm/use-media-query/index.js +1 -0
- package/esm/utils/clsx.js +4 -0
- package/esm/utils/index.js +3 -0
- package/esm/utils/layouts.js +1 -0
- package/esm/utils/md5.js +4 -0
- package/esm/utils/responsive-style-value.js +18 -0
- package/esm/utils/use-controlled.js +1 -0
- package/esm/utils/use-id.js +37 -0
- package/expansion-panel/expansion-panel-details.d.ts +3 -0
- package/expansion-panel/expansion-panel-details.js +21 -0
- package/expansion-panel/expansion-panel-header.d.ts +13 -0
- package/expansion-panel/expansion-panel-header.js +8 -0
- package/expansion-panel/expansion-panel-summary.d.ts +3 -0
- package/expansion-panel/expansion-panel-summary.js +76 -0
- package/expansion-panel/expansion-panel.d.ts +3 -0
- package/expansion-panel/expansion-panel.js +48 -0
- package/expansion-panel/index.d.ts +8 -0
- package/expansion-panel/index.js +11 -0
- package/field-set/field-set-classes.d.ts +5 -0
- package/field-set/field-set-classes.js +16 -0
- package/field-set/field-set.d.ts +28 -0
- package/field-set/field-set.js +98 -0
- package/field-set/index.d.ts +3 -0
- package/field-set/index.js +7 -0
- package/form/form-actions/form-actions-classes.d.ts +5 -0
- package/form/form-actions/form-actions-classes.js +10 -0
- package/form/form-actions/form-actions.d.ts +16 -0
- package/form/form-actions/form-actions.js +89 -0
- package/form/form-actions/index.d.ts +3 -0
- package/form/form-actions/index.js +7 -0
- package/form/form-control/form-control-overrides.d.ts +3 -0
- package/form/form-control/form-control-overrides.js +20 -0
- package/form/form-control/index.d.ts +6 -0
- package/form/form-control/index.js +8 -0
- package/form/form-control-label/form-control-label-classes.d.ts +5 -0
- package/form/form-control-label/form-control-label-classes.js +18 -0
- package/form/form-control-label/form-control-label.d.ts +15 -0
- package/form/form-control-label/form-control-label.js +139 -0
- package/form/form-control-label/form-control-overrides.d.ts +3 -0
- package/form/form-control-label/form-control-overrides.js +26 -0
- package/form/form-control-label/index.d.ts +3 -0
- package/form/form-control-label/index.js +7 -0
- package/form/form-field/form-field-classes.d.ts +5 -0
- package/form/form-field/form-field-classes.js +15 -0
- package/form/form-field/form-field.d.ts +32 -0
- package/form/form-field/form-field.js +90 -0
- package/form/form-field/index.d.ts +3 -0
- package/form/form-field/index.js +7 -0
- package/form/form-group/index.d.ts +2 -0
- package/form/form-group/index.js +8 -0
- package/form/form-helper-text/form-helper-text-overrides.d.ts +3 -0
- package/form/form-helper-text/form-helper-text-overrides.js +39 -0
- package/form/form-helper-text/index.d.ts +4 -0
- package/form/form-helper-text/index.js +8 -0
- package/form/form-label/form-label-overrides.d.ts +3 -0
- package/form/form-label/form-label-overrides.js +32 -0
- package/form/form-label/index.d.ts +2 -0
- package/form/form-label/index.js +8 -0
- package/form/form-layout/form-layout-context.d.ts +9 -0
- package/form/form-layout/form-layout-context.js +32 -0
- package/form/form-layout/form-layout.d.ts +8 -0
- package/form/form-layout/form-layout.js +58 -0
- package/form/form-layout/index.d.ts +4 -0
- package/form/form-layout/index.js +8 -0
- package/form/form.d.ts +6 -0
- package/form/form.js +60 -0
- package/form/index.d.ts +10 -0
- package/form/index.js +27 -0
- package/gallery-layout/gallery-layout-item/gallery-layout-item.d.ts +6 -0
- package/gallery-layout/gallery-layout-item/gallery-layout-item.js +5 -0
- package/gallery-layout/gallery-layout-item/index.d.ts +2 -0
- package/gallery-layout/gallery-layout-item/index.js +5 -0
- package/gallery-layout/gallery-layout.d.ts +21 -0
- package/gallery-layout/gallery-layout.js +73 -0
- package/gallery-layout/index.d.ts +3 -0
- package/gallery-layout/index.js +21 -0
- package/icon/apis.d.ts +2 -0
- package/icon/apis.js +61 -0
- package/icon/application-plus.d.ts +2 -0
- package/icon/application-plus.js +57 -0
- package/icon/arrows-h.d.ts +2 -0
- package/icon/arrows-h.js +58 -0
- package/icon/border-pill.d.ts +2 -0
- package/icon/border-pill.js +56 -0
- package/icon/border-rounded.d.ts +2 -0
- package/icon/border-rounded.js +56 -0
- package/icon/border-sharp.d.ts +2 -0
- package/icon/border-sharp.js +56 -0
- package/icon/bot.d.ts +2 -0
- package/icon/bot.js +60 -0
- package/icon/browsers.d.ts +2 -0
- package/icon/browsers.js +59 -0
- package/icon/bug.d.ts +2 -0
- package/icon/bug.js +65 -0
- package/icon/building.d.ts +2 -0
- package/icon/building.js +57 -0
- package/icon/cash.d.ts +2 -0
- package/icon/cash.js +56 -0
- package/icon/clipboard-check.d.ts +2 -0
- package/icon/clipboard-check.js +58 -0
- package/icon/enterprise.d.ts +2 -0
- package/icon/enterprise.js +56 -0
- package/icon/feather-icons.d.ts +284 -0
- package/icon/feather-icons.js +302 -0
- package/icon/folder-cancel.d.ts +2 -0
- package/icon/folder-cancel.js +57 -0
- package/icon/font.d.ts +2 -0
- package/icon/font.js +56 -0
- package/icon/help.d.ts +2 -0
- package/icon/help.js +56 -0
- package/icon/hooks.d.ts +2 -0
- package/icon/hooks.js +61 -0
- package/icon/hosted-pages.d.ts +2 -0
- package/icon/hosted-pages.js +60 -0
- package/icon/id-tag.d.ts +2 -0
- package/icon/id-tag.js +61 -0
- package/icon/index.d.ts +35 -0
- package/icon/index.js +85 -0
- package/icon/integration.d.ts +2 -0
- package/icon/integration.js +60 -0
- package/icon/layout-bottom.d.ts +2 -0
- package/icon/layout-bottom.js +56 -0
- package/icon/layout-center.d.ts +2 -0
- package/icon/layout-center.js +56 -0
- package/icon/layout-left.d.ts +2 -0
- package/icon/layout-left.js +56 -0
- package/icon/layout-right.d.ts +2 -0
- package/icon/layout-right.js +56 -0
- package/icon/layout-top.d.ts +2 -0
- package/icon/layout-top.js +56 -0
- package/icon/megaphone.d.ts +2 -0
- package/icon/megaphone.js +57 -0
- package/icon/page-background.d.ts +2 -0
- package/icon/page-background.js +57 -0
- package/icon/paint-brush.d.ts +2 -0
- package/icon/paint-brush.js +56 -0
- package/icon/paint.d.ts +2 -0
- package/icon/paint.js +56 -0
- package/icon/recovery-code.d.ts +2 -0
- package/icon/recovery-code.js +57 -0
- package/icon/types.d.ts +9 -0
- package/icon/types.js +2 -0
- package/icon/web-authn.d.ts +2 -0
- package/icon/web-authn.js +56 -0
- package/icon/webauthn-platform.d.ts +2 -0
- package/icon/webauthn-platform.js +56 -0
- package/icon/widget.d.ts +2 -0
- package/icon/widget.js +56 -0
- package/icon-button/icon-button-context.d.ts +7 -0
- package/icon-button/icon-button-context.js +32 -0
- package/icon-button/icon-button-overrides.d.ts +2 -0
- package/icon-button/icon-button-overrides.js +183 -0
- package/icon-button/icon-button.d.ts +20 -0
- package/icon-button/icon-button.js +81 -0
- package/icon-button/index.d.ts +4 -0
- package/icon-button/index.js +9 -0
- package/identicons/common.d.ts +32 -0
- package/identicons/common.js +40 -0
- package/identicons/icons/icon-access-token.d.ts +3 -0
- package/identicons/icons/icon-access-token.js +71 -0
- package/identicons/icons/icon-account-takeover.d.ts +3 -0
- package/identicons/icons/icon-account-takeover.js +73 -0
- package/identicons/icons/icon-actions.d.ts +3 -0
- package/identicons/icons/icon-actions.js +72 -0
- package/identicons/icons/icon-activity.d.ts +3 -0
- package/identicons/icons/icon-activity.js +72 -0
- package/identicons/icons/icon-advanced-options.d.ts +3 -0
- package/identicons/icons/icon-advanced-options.js +73 -0
- package/identicons/icons/icon-anticipation.d.ts +3 -0
- package/identicons/icons/icon-anticipation.js +76 -0
- package/identicons/icons/icon-api-related.d.ts +3 -0
- package/identicons/icons/icon-api-related.js +73 -0
- package/identicons/icons/icon-api.d.ts +3 -0
- package/identicons/icons/icon-api.js +73 -0
- package/identicons/icons/icon-applications.d.ts +3 -0
- package/identicons/icons/icon-applications.js +72 -0
- package/identicons/icons/icon-attributes.d.ts +3 -0
- package/identicons/icons/icon-attributes.js +72 -0
- package/identicons/icons/icon-auth0-authorization-server.d.ts +3 -0
- package/identicons/icons/icon-auth0-authorization-server.js +74 -0
- package/identicons/icons/icon-auth0-dashboard.d.ts +3 -0
- package/identicons/icons/icon-auth0-dashboard.js +74 -0
- package/identicons/icons/icon-auth0-logo-dark.d.ts +3 -0
- package/identicons/icons/icon-auth0-logo-dark.js +71 -0
- package/identicons/icons/icon-auth0-logo-light.d.ts +3 -0
- package/identicons/icons/icon-auth0-logo-light.js +71 -0
- package/identicons/icons/icon-authentication-a.d.ts +3 -0
- package/identicons/icons/icon-authentication-a.js +71 -0
- package/identicons/icons/icon-authentication-b.d.ts +3 -0
- package/identicons/icons/icon-authentication-b.js +71 -0
- package/identicons/icons/icon-authorization-server.d.ts +3 -0
- package/identicons/icons/icon-authorization-server.js +74 -0
- package/identicons/icons/icon-backend.d.ts +3 -0
- package/identicons/icons/icon-backend.js +74 -0
- package/identicons/icons/icon-biometrics.d.ts +3 -0
- package/identicons/icons/icon-biometrics.js +70 -0
- package/identicons/icons/icon-bot-detection.d.ts +3 -0
- package/identicons/icons/icon-bot-detection.js +75 -0
- package/identicons/icons/icon-boundary-protocol.d.ts +3 -0
- package/identicons/icons/icon-boundary-protocol.js +72 -0
- package/identicons/icons/icon-branding.d.ts +3 -0
- package/identicons/icons/icon-branding.js +71 -0
- package/identicons/icons/icon-breached-password.d.ts +3 -0
- package/identicons/icons/icon-breached-password.js +78 -0
- package/identicons/icons/icon-browser.d.ts +3 -0
- package/identicons/icons/icon-browser.js +72 -0
- package/identicons/icons/icon-brute-force.d.ts +3 -0
- package/identicons/icons/icon-brute-force.js +73 -0
- package/identicons/icons/icon-certificate.d.ts +3 -0
- package/identicons/icons/icon-certificate.js +75 -0
- package/identicons/icons/icon-cli-script.d.ts +3 -0
- package/identicons/icons/icon-cli-script.js +71 -0
- package/identicons/icons/icon-cloud.d.ts +3 -0
- package/identicons/icons/icon-cloud.js +70 -0
- package/identicons/icons/icon-consistency.d.ts +3 -0
- package/identicons/icons/icon-consistency.js +75 -0
- package/identicons/icons/icon-cookies.d.ts +3 -0
- package/identicons/icons/icon-cookies.js +74 -0
- package/identicons/icons/icon-credential-application.d.ts +3 -0
- package/identicons/icons/icon-credential-application.js +72 -0
- package/identicons/icons/icon-credential-stuffing.d.ts +3 -0
- package/identicons/icons/icon-credential-stuffing.js +74 -0
- package/identicons/icons/icon-credential-user.d.ts +3 -0
- package/identicons/icons/icon-credential-user.js +72 -0
- package/identicons/icons/icon-customization.d.ts +3 -0
- package/identicons/icons/icon-customization.js +72 -0
- package/identicons/icons/icon-dashboard.d.ts +3 -0
- package/identicons/icons/icon-dashboard.js +74 -0
- package/identicons/icons/icon-database.d.ts +3 -0
- package/identicons/icons/icon-database.js +76 -0
- package/identicons/icons/icon-desktop-app.d.ts +3 -0
- package/identicons/icons/icon-desktop-app.js +73 -0
- package/identicons/icons/icon-device-biometrics.d.ts +3 -0
- package/identicons/icons/icon-device-biometrics.js +72 -0
- package/identicons/icons/icon-efficiency.d.ts +3 -0
- package/identicons/icons/icon-efficiency.js +78 -0
- package/identicons/icons/icon-empathy.d.ts +3 -0
- package/identicons/icons/icon-empathy.js +76 -0
- package/identicons/icons/icon-enterprise-directory.d.ts +3 -0
- package/identicons/icons/icon-enterprise-directory.js +73 -0
- package/identicons/icons/icon-extensions.d.ts +3 -0
- package/identicons/icons/icon-extensions.js +71 -0
- package/identicons/icons/icon-fine-grained-authorization.d.ts +3 -0
- package/identicons/icons/icon-fine-grained-authorization.js +74 -0
- package/identicons/icons/icon-getting-started.d.ts +3 -0
- package/identicons/icons/icon-getting-started.js +71 -0
- package/identicons/icons/icon-guardian-push-notification.d.ts +3 -0
- package/identicons/icons/icon-guardian-push-notification.js +73 -0
- package/identicons/icons/icon-help.d.ts +3 -0
- package/identicons/icons/icon-help.js +71 -0
- package/identicons/icons/icon-id-token.d.ts +3 -0
- package/identicons/icons/icon-id-token.js +72 -0
- package/identicons/icons/icon-identifier-first.d.ts +3 -0
- package/identicons/icons/icon-identifier-first.js +71 -0
- package/identicons/icons/icon-identifier-password.d.ts +3 -0
- package/identicons/icons/icon-identifier-password.js +72 -0
- package/identicons/icons/icon-integrations-marketplace.d.ts +3 -0
- package/identicons/icons/icon-integrations-marketplace.js +74 -0
- package/identicons/icons/icon-ip-throttling.d.ts +3 -0
- package/identicons/icons/icon-ip-throttling.js +74 -0
- package/identicons/icons/icon-login-customization.d.ts +3 -0
- package/identicons/icons/icon-login-customization.js +79 -0
- package/identicons/icons/icon-login.d.ts +3 -0
- package/identicons/icons/icon-login.js +73 -0
- package/identicons/icons/icon-logs.d.ts +3 -0
- package/identicons/icons/icon-logs.js +72 -0
- package/identicons/icons/icon-mail-message-a.d.ts +3 -0
- package/identicons/icons/icon-mail-message-a.js +77 -0
- package/identicons/icons/icon-mail-message-b.d.ts +3 -0
- package/identicons/icons/icon-mail-message-b.js +75 -0
- package/identicons/icons/icon-mobile-app.d.ts +3 -0
- package/identicons/icons/icon-mobile-app.js +72 -0
- package/identicons/icons/icon-monitoring.d.ts +3 -0
- package/identicons/icons/icon-monitoring.js +72 -0
- package/identicons/icons/icon-multifactor.d.ts +3 -0
- package/identicons/icons/icon-multifactor.js +77 -0
- package/identicons/icons/icon-multiple-failed-logins.d.ts +3 -0
- package/identicons/icons/icon-multiple-failed-logins.js +78 -0
- package/identicons/icons/icon-one-time-password.d.ts +3 -0
- package/identicons/icons/icon-one-time-password.js +78 -0
- package/identicons/icons/icon-organizations.d.ts +3 -0
- package/identicons/icons/icon-organizations.js +79 -0
- package/identicons/icons/icon-phone-message-a.d.ts +3 -0
- package/identicons/icons/icon-phone-message-a.js +73 -0
- package/identicons/icons/icon-phone-message-b.d.ts +3 -0
- package/identicons/icons/icon-phone-message-b.js +77 -0
- package/identicons/icons/icon-pipeline-a.d.ts +3 -0
- package/identicons/icons/icon-pipeline-a.js +73 -0
- package/identicons/icons/icon-pipeline-b.d.ts +3 -0
- package/identicons/icons/icon-pipeline-b.js +77 -0
- package/identicons/icons/icon-refresh-token.d.ts +3 -0
- package/identicons/icons/icon-refresh-token.js +72 -0
- package/identicons/icons/icon-sdk.d.ts +3 -0
- package/identicons/icons/icon-sdk.js +73 -0
- package/identicons/icons/icon-security.d.ts +3 -0
- package/identicons/icons/icon-security.js +72 -0
- package/identicons/icons/icon-server.d.ts +3 -0
- package/identicons/icons/icon-server.js +74 -0
- package/identicons/icons/icon-settings.d.ts +3 -0
- package/identicons/icons/icon-settings.js +71 -0
- package/identicons/icons/icon-social-providers.d.ts +3 -0
- package/identicons/icons/icon-social-providers.js +74 -0
- package/identicons/icons/icon-spa.d.ts +3 -0
- package/identicons/icons/icon-spa.js +74 -0
- package/identicons/icons/icon-teams.d.ts +3 -0
- package/identicons/icons/icon-teams.js +72 -0
- package/identicons/icons/icon-tenant.d.ts +3 -0
- package/identicons/icons/icon-tenant.js +72 -0
- package/identicons/icons/icon-user-database.d.ts +3 -0
- package/identicons/icons/icon-user-database.js +77 -0
- package/identicons/icons/icon-user-management.d.ts +3 -0
- package/identicons/icons/icon-user-management.js +72 -0
- package/identicons/icons/icon-user.d.ts +3 -0
- package/identicons/icons/icon-user.js +71 -0
- package/identicons/icons/icon-users.d.ts +3 -0
- package/identicons/icons/icon-users.js +72 -0
- package/identicons/icons/icon-video.d.ts +3 -0
- package/identicons/icons/icon-video.js +71 -0
- package/identicons/icons/icon-web-app.d.ts +3 -0
- package/identicons/icons/icon-web-app.js +72 -0
- package/identicons/icons/icon-webauthn.d.ts +3 -0
- package/identicons/icons/icon-webauthn.js +73 -0
- package/identicons/icons/index.d.ts +82 -0
- package/identicons/icons/index.js +172 -0
- package/identicons/index.d.ts +2 -0
- package/identicons/index.js +18 -0
- package/illustrations/common.d.ts +3 -0
- package/illustrations/common.js +4 -0
- package/illustrations/components/experienced-user.d.ts +3 -0
- package/illustrations/components/experienced-user.js +164 -0
- package/illustrations/components/index.d.ts +7 -0
- package/illustrations/components/index.js +21 -0
- package/illustrations/components/new-auth0-user-a.d.ts +3 -0
- package/illustrations/components/new-auth0-user-a.js +104 -0
- package/illustrations/components/notifications.d.ts +3 -0
- package/illustrations/components/notifications.js +151 -0
- package/illustrations/components/roles.d.ts +3 -0
- package/illustrations/components/roles.js +141 -0
- package/illustrations/components/single-sign-on.d.ts +3 -0
- package/illustrations/components/single-sign-on.js +143 -0
- package/illustrations/components/streams-logs.d.ts +3 -0
- package/illustrations/components/streams-logs.js +144 -0
- package/illustrations/components/users.d.ts +3 -0
- package/illustrations/components/users.js +140 -0
- package/illustrations/index.d.ts +2 -0
- package/illustrations/index.js +17 -0
- package/image/image.d.ts +21 -0
- package/image/image.js +30 -0
- package/image/index.d.ts +2 -0
- package/image/index.js +5 -0
- package/image-preview-field/image-preview-field.d.ts +14 -0
- package/image-preview-field/image-preview-field.js +137 -0
- package/image-preview-field/index.d.ts +2 -0
- package/image-preview-field/index.js +5 -0
- package/index.d.ts +87 -0
- package/index.js +103 -0
- package/input/index.d.ts +5 -0
- package/input/index.js +23 -0
- package/input/input-actions/index.d.ts +2 -0
- package/input/input-actions/index.js +5 -0
- package/input/input-actions/input-actions.d.ts +7 -0
- package/input/input-actions/input-actions.js +46 -0
- package/input/input-adornment/index.d.ts +2 -0
- package/input/input-adornment/index.js +5 -0
- package/input/input-adornment/input-adornment-overrides.d.ts +3 -0
- package/input/input-adornment/input-adornment-overrides.js +23 -0
- package/input/input-adornment/input-adornment.d.ts +7 -0
- package/input/input-adornment/input-adornment.js +67 -0
- package/input/input-base-overrides.d.ts +3 -0
- package/input/input-base-overrides.js +44 -0
- package/input/input-label/index.d.ts +6 -0
- package/input/input-label/index.js +8 -0
- package/input/input-label/input-label-overrides.d.ts +3 -0
- package/input/input-label/input-label-overrides.js +30 -0
- package/input/input.d.ts +23 -0
- package/input/input.js +84 -0
- package/input/outlined-input-overrides.d.ts +3 -0
- package/input/outlined-input-overrides.js +94 -0
- package/label/index.d.ts +2 -0
- package/label/index.js +5 -0
- package/label/label.d.ts +12 -0
- package/label/label.js +72 -0
- package/link/index.d.ts +3 -0
- package/link/index.js +7 -0
- package/link/link-classes.d.ts +5 -0
- package/link/link-classes.js +10 -0
- package/link/link.d.ts +58 -0
- package/link/link.js +167 -0
- package/list/index.d.ts +7 -0
- package/list/index.js +23 -0
- package/list/list-item/index.d.ts +14 -0
- package/list/list-item/index.js +9 -0
- package/list/list-item/list-item-overrides.d.ts +3 -0
- package/list/list-item/list-item-overrides.js +30 -0
- package/list/list-item-avatar/index.d.ts +2 -0
- package/list/list-item-avatar/index.js +9 -0
- package/list/list-item-icon/index.d.ts +2 -0
- package/list/list-item-icon/index.js +9 -0
- package/list/list-item-secondary-action/index.d.ts +2 -0
- package/list/list-item-secondary-action/index.js +9 -0
- package/list/list-item-text/index.d.ts +2 -0
- package/list/list-item-text/index.js +9 -0
- package/list/list-item-text/list-item-text-overrides.d.ts +3 -0
- package/list/list-item-text/list-item-text-overrides.js +18 -0
- package/list/list-overrides.d.ts +3 -0
- package/list/list-overrides.js +13 -0
- package/list/list-subheader/index.d.ts +2 -0
- package/list/list-subheader/index.js +9 -0
- package/list/list-subheader/list-subheader-overrides.d.ts +3 -0
- package/list/list-subheader/list-subheader-overrides.js +14 -0
- package/list/list.d.ts +2 -0
- package/list/list.js +9 -0
- package/logo/index.d.ts +2 -0
- package/logo/index.js +5 -0
- package/logo/logo-classes.d.ts +5 -0
- package/logo/logo-classes.js +10 -0
- package/logo/logo.d.ts +26 -0
- package/logo/logo.js +119 -0
- package/menu/index.d.ts +3 -0
- package/menu/index.js +19 -0
- package/menu/menu-item/index.d.ts +2 -0
- package/menu/menu-item/index.js +8 -0
- package/menu/menu-item/menu-item-overrides.d.ts +3 -0
- package/menu/menu-item/menu-item-overrides.js +25 -0
- package/menu/menu-list/index.d.ts +2 -0
- package/menu/menu-list/index.js +8 -0
- package/menu/menu-overrides.d.ts +3 -0
- package/menu/menu-overrides.js +27 -0
- package/menu/menu.d.ts +2 -0
- package/menu/menu.js +8 -0
- package/mobile-stepper/index.d.ts +2 -0
- package/mobile-stepper/index.js +8 -0
- package/mobile-stepper/mobile-stepper-overrides.d.ts +3 -0
- package/mobile-stepper/mobile-stepper-overrides.js +14 -0
- package/mui-type-overrides.d.ts +309 -0
- package/no-ssr/index.d.ts +2 -0
- package/no-ssr/index.js +8 -0
- package/overridable-component.d.ts +28 -0
- package/overridable-component.js +2 -0
- package/package.json +68 -0
- package/page/index.d.ts +3 -0
- package/page/index.js +20 -0
- package/page/page-context.d.ts +9 -0
- package/page/page-context.js +35 -0
- package/page/page-header/index.d.ts +3 -0
- package/page/page-header/index.js +7 -0
- package/page/page-header/page-header-classes.d.ts +5 -0
- package/page/page-header/page-header-classes.js +19 -0
- package/page/page-header/page-header.d.ts +25 -0
- package/page/page-header/page-header.js +108 -0
- package/page/page.d.ts +14 -0
- package/page/page.js +66 -0
- package/pagination/index.d.ts +3 -0
- package/pagination/index.js +7 -0
- package/pagination/pagination-classes.d.ts +5 -0
- package/pagination/pagination-classes.js +16 -0
- package/pagination/pagination.d.ts +22 -0
- package/pagination/pagination.js +138 -0
- package/panel-layout/index.d.ts +8 -0
- package/panel-layout/index.js +11 -0
- package/panel-layout/panel/index.d.ts +2 -0
- package/panel-layout/panel/index.js +5 -0
- package/panel-layout/panel/panel.d.ts +10 -0
- package/panel-layout/panel/panel.js +65 -0
- package/panel-layout/panel-body/index.d.ts +2 -0
- package/panel-layout/panel-body/index.js +5 -0
- package/panel-layout/panel-body/panel-body.d.ts +6 -0
- package/panel-layout/panel-body/panel-body.js +62 -0
- package/panel-layout/panel-layout.d.ts +8 -0
- package/panel-layout/panel-layout.js +70 -0
- package/panel-layout/panel-title/index.d.ts +2 -0
- package/panel-layout/panel-title/index.js +5 -0
- package/panel-layout/panel-title/panel-title.d.ts +12 -0
- package/panel-layout/panel-title/panel-title.js +62 -0
- package/paper/index.d.ts +2 -0
- package/paper/index.js +8 -0
- package/popover/index.d.ts +2 -0
- package/popover/index.js +8 -0
- package/popper/index.d.ts +2 -0
- package/popper/index.js +8 -0
- package/portal/index.d.ts +2 -0
- package/portal/index.js +8 -0
- package/promo-banner/index.d.ts +3 -0
- package/promo-banner/index.js +7 -0
- package/promo-banner/promo-banner-classes.d.ts +5 -0
- package/promo-banner/promo-banner-classes.js +21 -0
- package/promo-banner/promo-banner.d.ts +21 -0
- package/promo-banner/promo-banner.js +194 -0
- package/pulsing-dot/index.d.ts +2 -0
- package/pulsing-dot/index.js +5 -0
- package/pulsing-dot/pulsing-dot.d.ts +13 -0
- package/pulsing-dot/pulsing-dot.js +104 -0
- package/quantum-provider/index.d.ts +4 -0
- package/quantum-provider/index.js +8 -0
- package/quantum-provider/quantum-context.d.ts +11 -0
- package/quantum-provider/quantum-context.js +38 -0
- package/quantum-provider/quantum-provider.d.ts +13 -0
- package/quantum-provider/quantum-provider.js +101 -0
- package/radio/index.d.ts +5 -0
- package/radio/index.js +25 -0
- package/radio/radio-classes.d.ts +5 -0
- package/radio/radio-classes.js +15 -0
- package/radio/radio-group/index.d.ts +2 -0
- package/radio/radio-group/index.js +9 -0
- package/radio/radio-icons.d.ts +3 -0
- package/radio/radio-icons.js +45 -0
- package/radio/radio-overrides.d.ts +3 -0
- package/radio/radio-overrides.js +71 -0
- package/radio/radio.d.ts +13 -0
- package/radio/radio.js +89 -0
- package/radio-field/index.d.ts +2 -0
- package/radio-field/index.js +5 -0
- package/radio-field/radio-field.d.ts +11 -0
- package/radio-field/radio-field.js +58 -0
- package/region/flags.d.ts +7 -0
- package/region/flags.js +185 -0
- package/region/index.d.ts +3 -0
- package/region/index.js +7 -0
- package/region/region-classes.d.ts +5 -0
- package/region/region-classes.js +10 -0
- package/region/region.d.ts +25 -0
- package/region/region.js +122 -0
- package/row-layout/index.d.ts +2 -0
- package/row-layout/index.js +5 -0
- package/row-layout/row-layout.d.ts +8 -0
- package/row-layout/row-layout.js +61 -0
- package/select/index.d.ts +8 -0
- package/select/index.js +24 -0
- package/select/select-classes.d.ts +5 -0
- package/select/select-classes.js +18 -0
- package/select/select-field/index.d.ts +2 -0
- package/select/select-field/index.js +5 -0
- package/select/select-field/select-field.d.ts +8 -0
- package/select/select-field/select-field.js +56 -0
- package/select/select-menu/index.d.ts +2 -0
- package/select/select-menu/index.js +5 -0
- package/select/select-menu/select-menu.d.ts +7 -0
- package/select/select-menu/select-menu.js +56 -0
- package/select/select-menu-actions/index.d.ts +2 -0
- package/select/select-menu-actions/index.js +5 -0
- package/select/select-menu-actions/select-menu-actions.d.ts +7 -0
- package/select/select-menu-actions/select-menu-actions.js +12 -0
- package/select/select-menu-body/index.d.ts +2 -0
- package/select/select-menu-body/index.js +5 -0
- package/select/select-menu-body/select-menu-body.d.ts +6 -0
- package/select/select-menu-body/select-menu-body.js +10 -0
- package/select/select-menu-header/index.d.ts +2 -0
- package/select/select-menu-header/index.js +5 -0
- package/select/select-menu-header/select-menu-header.d.ts +6 -0
- package/select/select-menu-header/select-menu-header.js +10 -0
- package/select/select-options.d.ts +12 -0
- package/select/select-options.js +33 -0
- package/select/select-overrides.d.ts +3 -0
- package/select/select-overrides.js +25 -0
- package/select/select.d.ts +13 -0
- package/select/select.js +105 -0
- package/selectable-card/index.d.ts +4 -0
- package/selectable-card/index.js +22 -0
- package/selectable-card/selectable-card-classes.d.ts +5 -0
- package/selectable-card/selectable-card-classes.js +17 -0
- package/selectable-card/selectable-card-group/index.d.ts +3 -0
- package/selectable-card/selectable-card-group/index.js +7 -0
- package/selectable-card/selectable-card-group/selectable-card-group-classes.d.ts +5 -0
- package/selectable-card/selectable-card-group/selectable-card-group-classes.js +13 -0
- package/selectable-card/selectable-card-group/selectable-card-group.d.ts +10 -0
- package/selectable-card/selectable-card-group/selectable-card-group.js +75 -0
- package/selectable-card/selectable-card.d.ts +54 -0
- package/selectable-card/selectable-card.js +100 -0
- package/sidebar/index.d.ts +9 -0
- package/sidebar/index.js +27 -0
- package/sidebar/sidebar-banner/index.d.ts +2 -0
- package/sidebar/sidebar-banner/index.js +5 -0
- package/sidebar/sidebar-banner/sidebar-banner.d.ts +13 -0
- package/sidebar/sidebar-banner/sidebar-banner.js +67 -0
- package/sidebar/sidebar-classes.d.ts +5 -0
- package/sidebar/sidebar-classes.js +15 -0
- package/sidebar/sidebar-context.d.ts +9 -0
- package/sidebar/sidebar-context.js +34 -0
- package/sidebar/sidebar-items/index.d.ts +2 -0
- package/sidebar/sidebar-items/index.js +5 -0
- package/sidebar/sidebar-items/sidebar-items.d.ts +8 -0
- package/sidebar/sidebar-items/sidebar-items.js +60 -0
- package/sidebar/sidebar-link/index.d.ts +3 -0
- package/sidebar/sidebar-link/index.js +7 -0
- package/sidebar/sidebar-link/sidebar-link-classes.d.ts +5 -0
- package/sidebar/sidebar-link/sidebar-link-classes.js +19 -0
- package/sidebar/sidebar-link/sidebar-link.d.ts +53 -0
- package/sidebar/sidebar-link/sidebar-link.js +177 -0
- package/sidebar/sidebar-menu/index.d.ts +3 -0
- package/sidebar/sidebar-menu/index.js +7 -0
- package/sidebar/sidebar-menu/sidebar-menu-classes.d.ts +5 -0
- package/sidebar/sidebar-menu/sidebar-menu-classes.js +16 -0
- package/sidebar/sidebar-menu/sidebar-menu.d.ts +32 -0
- package/sidebar/sidebar-menu/sidebar-menu.js +136 -0
- package/sidebar/sidebar-new.d.ts +3 -0
- package/sidebar/sidebar-new.js +199 -0
- package/sidebar/sidebar-old.d.ts +3 -0
- package/sidebar/sidebar-old.js +165 -0
- package/sidebar/sidebar-types.d.ts +23 -0
- package/sidebar/sidebar-types.js +2 -0
- package/sidebar/sidebar.d.ts +3 -0
- package/sidebar/sidebar.js +46 -0
- package/spinner/index.d.ts +2 -0
- package/spinner/index.js +5 -0
- package/spinner/spinner-classes.d.ts +5 -0
- package/spinner/spinner-classes.js +10 -0
- package/spinner/spinner.d.ts +21 -0
- package/spinner/spinner.js +128 -0
- package/stack-layout/index.d.ts +3 -0
- package/stack-layout/index.js +20 -0
- package/stack-layout/stack-layout-item/index.d.ts +2 -0
- package/stack-layout/stack-layout-item/index.js +5 -0
- package/stack-layout/stack-layout-item/stack-layout-item.d.ts +7 -0
- package/stack-layout/stack-layout-item/stack-layout-item.js +11 -0
- package/stack-layout/stack-layout.d.ts +9 -0
- package/stack-layout/stack-layout.js +64 -0
- package/status/index.d.ts +2 -0
- package/status/index.js +18 -0
- package/status/status-dot/index.d.ts +3 -0
- package/status/status-dot/index.js +7 -0
- package/status/status-dot/status-dot-classes.d.ts +5 -0
- package/status/status-dot/status-dot-classes.js +10 -0
- package/status/status-dot/status-dot.d.ts +30 -0
- package/status/status-dot/status-dot.js +101 -0
- package/status/status-icon/index.d.ts +3 -0
- package/status/status-icon/index.js +7 -0
- package/status/status-icon/status-icon-classes.d.ts +5 -0
- package/status/status-icon/status-icon-classes.js +10 -0
- package/status/status-icon/status-icon.d.ts +30 -0
- package/status/status-icon/status-icon.js +128 -0
- package/stepper/index.d.ts +4 -0
- package/stepper/index.js +20 -0
- package/stepper/step/index.d.ts +2 -0
- package/stepper/step/index.js +8 -0
- package/stepper/step-content/index.d.ts +2 -0
- package/stepper/step-content/index.js +8 -0
- package/stepper/step-label/index.d.ts +2 -0
- package/stepper/step-label/index.js +5 -0
- package/stepper/step-label/step-label.d.ts +3 -0
- package/stepper/step-label/step-label.js +50 -0
- package/stepper/stepper.d.ts +2 -0
- package/stepper/stepper.js +8 -0
- package/styled.d.ts +20 -0
- package/styled.js +11 -0
- package/styles/classes.d.ts +5 -0
- package/styles/classes.js +58 -0
- package/styles/color-manipulator.d.ts +1 -0
- package/styles/color-manipulator.js +9 -0
- package/styles/index.d.ts +1 -0
- package/styles/index.js +17 -0
- package/svg-icon/index.d.ts +2 -0
- package/svg-icon/index.js +5 -0
- package/svg-icon/svg-icon.d.ts +17 -0
- package/svg-icon/svg-icon.js +55 -0
- package/switch/index.d.ts +4 -0
- package/switch/index.js +22 -0
- package/switch/switch-classes.d.ts +5 -0
- package/switch/switch-classes.js +10 -0
- package/switch/switch-field/index.d.ts +2 -0
- package/switch/switch-field/index.js +5 -0
- package/switch/switch-field/switch-field.d.ts +11 -0
- package/switch/switch-field/switch-field.js +65 -0
- package/switch/switch-overrides.d.ts +3 -0
- package/switch/switch-overrides.js +84 -0
- package/switch/switch.d.ts +17 -0
- package/switch/switch.js +100 -0
- package/table/index.d.ts +10 -0
- package/table/index.js +30 -0
- package/table/table-body/index.d.ts +2 -0
- package/table/table-body/index.js +8 -0
- package/table/table-cell/index.d.ts +2 -0
- package/table/table-cell/index.js +9 -0
- package/table/table-cell/table-cell-overrides.d.ts +3 -0
- package/table/table-cell/table-cell-overrides.js +27 -0
- package/table/table-container/index.d.ts +2 -0
- package/table/table-container/index.js +8 -0
- package/table/table-container/table-container-overrides.d.ts +3 -0
- package/table/table-container/table-container-overrides.js +13 -0
- package/table/table-empty-state/index.d.ts +2 -0
- package/table/table-empty-state/index.js +5 -0
- package/table/table-empty-state/table-empty-state.d.ts +6 -0
- package/table/table-empty-state/table-empty-state.js +15 -0
- package/table/table-head/index.d.ts +2 -0
- package/table/table-head/index.js +8 -0
- package/table/table-loading-state/index.d.ts +3 -0
- package/table/table-loading-state/index.js +7 -0
- package/table/table-loading-state/table-loading-state-classes.d.ts +5 -0
- package/table/table-loading-state/table-loading-state-classes.js +10 -0
- package/table/table-loading-state/table-loading-state.d.ts +14 -0
- package/table/table-loading-state/table-loading-state.js +74 -0
- package/table/table-overrides.d.ts +3 -0
- package/table/table-overrides.js +27 -0
- package/table/table-row/index.d.ts +2 -0
- package/table/table-row/index.js +8 -0
- package/table/table-row/table-row-overrides.d.ts +3 -0
- package/table/table-row/table-row-overrides.js +28 -0
- package/table/table-sort-label/index.d.ts +4 -0
- package/table/table-sort-label/index.js +44 -0
- package/table/table-sort-label/table-sort-label-overrides.d.ts +3 -0
- package/table/table-sort-label/table-sort-label-overrides.js +27 -0
- package/tabs/index.d.ts +7 -0
- package/tabs/index.js +25 -0
- package/tabs/tab/index.d.ts +2 -0
- package/tabs/tab/index.js +5 -0
- package/tabs/tab/tab-override.d.ts +3 -0
- package/tabs/tab/tab-override.js +58 -0
- package/tabs/tab/tab.d.ts +5 -0
- package/tabs/tab/tab.js +59 -0
- package/tabs/tab-list/index.d.ts +2 -0
- package/tabs/tab-list/index.js +5 -0
- package/tabs/tab-list/tab-list.d.ts +4 -0
- package/tabs/tab-list/tab-list.js +54 -0
- package/tabs/tab-panel/index.d.ts +2 -0
- package/tabs/tab-panel/index.js +5 -0
- package/tabs/tab-panel/tab-panel.d.ts +9 -0
- package/tabs/tab-panel/tab-panel.js +60 -0
- package/tabs/tabs-context.d.ts +11 -0
- package/tabs/tabs-context.js +43 -0
- package/tabs/tabs-overrides.d.ts +3 -0
- package/tabs/tabs-overrides.js +24 -0
- package/tabs/tabs.d.ts +7 -0
- package/tabs/tabs.js +59 -0
- package/text/index.d.ts +6 -0
- package/text/index.js +29 -0
- package/text/text-overrides.d.ts +2 -0
- package/text/text-overrides.js +33 -0
- package/text-field/index.d.ts +2 -0
- package/text-field/index.js +5 -0
- package/text-field/text-field-overrides.d.ts +3 -0
- package/text-field/text-field-overrides.js +15 -0
- package/text-field/text-field.d.ts +8 -0
- package/text-field/text-field.js +56 -0
- package/theme/colors.d.ts +8 -0
- package/theme/colors.js +42 -0
- package/theme/create-component-overrides.d.ts +28 -0
- package/theme/create-component-overrides.js +5 -0
- package/theme/create-components.d.ts +7 -0
- package/theme/create-components.js +160 -0
- package/theme/create-layout.d.ts +12 -0
- package/theme/create-layout.js +22 -0
- package/theme/create-mixins.d.ts +14 -0
- package/theme/create-mixins.js +77 -0
- package/theme/create-palette.d.ts +12 -0
- package/theme/create-palette.js +97 -0
- package/theme/create-quantum-theme.d.ts +12 -0
- package/theme/create-quantum-theme.js +26 -0
- package/theme/create-theme.d.ts +12 -0
- package/theme/create-theme.js +98 -0
- package/theme/create-typography.d.ts +6 -0
- package/theme/create-typography.js +55 -0
- package/theme/default-theme.d.ts +2 -0
- package/theme/default-theme.js +10 -0
- package/theme/index.d.ts +12 -0
- package/theme/index.js +15 -0
- package/theme/theme-provider.d.ts +7 -0
- package/theme/theme-provider.js +34 -0
- package/theme/tokens.d.ts +14 -0
- package/theme/tokens.js +2 -0
- package/theme/use-theme-props.d.ts +4 -0
- package/theme/use-theme-props.js +11 -0
- package/theme/use-theme.d.ts +1 -0
- package/theme/use-theme.js +7 -0
- package/title-block/index.d.ts +2 -0
- package/title-block/index.js +5 -0
- package/title-block/title-block-classes.d.ts +6 -0
- package/title-block/title-block-classes.js +10 -0
- package/title-block/title-block.d.ts +19 -0
- package/title-block/title-block.js +62 -0
- package/toast/index.d.ts +5 -0
- package/toast/index.js +10 -0
- package/toast/toast-classes.d.ts +5 -0
- package/toast/toast-classes.js +10 -0
- package/toast/toast-overrides.d.ts +3 -0
- package/toast/toast-overrides.js +32 -0
- package/toast/toast-provider.d.ts +10 -0
- package/toast/toast-provider.js +78 -0
- package/toast/toast.d.ts +10 -0
- package/toast/toast.js +80 -0
- package/tooltip/index.d.ts +2 -0
- package/tooltip/index.js +9 -0
- package/tooltip/tooltip-overrides.d.ts +2 -0
- package/tooltip/tooltip-overrides.js +29 -0
- package/transitions/index.d.ts +4 -0
- package/transitions/index.js +10 -0
- package/use-media-query/index.d.ts +2 -0
- package/use-media-query/index.js +8 -0
- package/utils/clsx.d.ts +3 -0
- package/utils/clsx.js +29 -0
- package/utils/index.d.ts +3 -0
- package/utils/index.js +12 -0
- package/utils/layouts.d.ts +8 -0
- package/utils/layouts.js +2 -0
- package/utils/md5.d.ts +3 -0
- package/utils/md5.js +29 -0
- package/utils/responsive-style-value.d.ts +9 -0
- package/utils/responsive-style-value.js +24 -0
- package/utils/use-controlled.d.ts +1 -0
- package/utils/use-controlled.js +8 -0
- package/utils/use-id.d.ts +1 -0
- package/utils/use-id.js +64 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
/*
|
|
24
|
+
This file is generated with the "illustrations" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/illustration-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { illustrationComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IllustrationNewAuth0UserA = styled(function (_a) {
|
|
31
|
+
var props = __rest(_a, []);
|
|
32
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 251 250", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
33
|
+
React.createElement("path", { d: "M131.761 168.505c0 10.723-2.995 36.032-2.995 36.032l-9.046-1.367-90.884-13.339-.949-.14c-7.448-1.018-12.65-7.668-12.58-16.094.08-10.753 8.517-19.619 19.52-23.363l49.91-17.741 107.757 14.397-60.753 21.615-103.454-15.186", fill: "url(#new-auth0-user-a_svg__paint0_linear_1402_236)" }),
|
|
34
|
+
React.createElement("path", { d: "M131.761 168.505c0 10.723-2.995 36.032-2.995 36.032l-9.046-1.367-90.884-13.339-.949-.14c-7.448-1.018-12.65-7.668-12.58-16.094.08-10.753 8.517-19.619 19.52-23.363l49.91-17.741 107.757 14.397-60.753 21.615-103.454-15.186", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
35
|
+
React.createElement("path", { d: "M135.894 167.008l54.503-19.219v36.621l-55.172 19.658c-10.253 2.896-18.31-4.572-18.23-14.766.079-10.194 8.107-18.82 18.52-22.164l.379-.13z", fill: "url(#new-auth0-user-a_svg__paint1_linear_1402_236)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
36
|
+
React.createElement("path", { d: "M117.015 188.553c1.008-14.078 14.746-20.038 14.746-20.038l4.702-1.697 56.051-19.918v1.967l-56.41 20.127c-10.204 3.275-17.103 11.442-17.173 20.328-.039 4.632 1.788 8.706 5.002 11.152 2.926 2.236 6.73 2.855 10.703 1.757l57.997-20.647v2.027l-56.11 19.998s-8.746 3.904-15.495-3.165c-2.236-2.227-4.413-6.889-4.013-11.881v-.01z", fill: "#BAC1CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
37
|
+
React.createElement("path", { d: "M153.247 124.126c0 10.723-3.105 36.023-3.105 36.023l-8.926-1.358-90.885-13.339-.948-.14c-7.448-1.018-12.65-7.667-12.58-16.094.08-10.753 8.516-19.618 19.519-23.362l49.91-17.742 107.757 14.397-60.752 21.615-103.475-15.195", fill: "url(#new-auth0-user-a_svg__paint2_linear_1402_236)" }),
|
|
38
|
+
React.createElement("path", { d: "M153.247 124.126c0 10.723-3.105 36.023-3.105 36.023l-8.926-1.358-90.885-13.339-.948-.14c-7.448-1.018-12.65-7.667-12.58-16.094.08-10.753 8.516-19.618 19.519-23.362l49.91-17.742 107.757 14.397-60.752 21.615-103.475-15.195", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
39
|
+
React.createElement("path", { d: "M157.38 122.629l54.503-19.22v36.622l-55.172 19.658c-10.254 2.896-18.311-4.572-18.231-14.766.08-10.194 8.107-18.82 18.521-22.165l.379-.129z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
40
|
+
React.createElement("path", { d: "M139.069 140.3c3.225-13.628 18.88-17.871 18.88-17.871l56.05-19.918v1.967l-56.409 20.127c-10.204 3.275-17.103 11.442-17.173 20.328-.04 4.632 1.787 8.706 5.002 11.152 2.925 2.236 6.729 2.855 10.703 1.757l57.997-20.647v2.027l-56.11 19.998c-12.201 4.113-22.165-5.292-18.94-18.92z", fill: "#BAC1CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
41
|
+
React.createElement("path", { d: "M175.661 79.378c0 10.723-2.696 36.072-2.696 36.072l-9.335-1.417-90.884-13.339-.949-.14c-7.448-1.018-12.65-7.668-12.58-16.094.08-10.753 8.517-19.619 19.519-23.363l49.92-17.741 107.757 14.397-60.752 21.615L72.186 64.182", fill: "url(#new-auth0-user-a_svg__paint3_linear_1402_236)" }),
|
|
42
|
+
React.createElement("path", { d: "M175.661 79.378c0 10.723-2.696 36.072-2.696 36.072l-9.335-1.417-90.884-13.339-.949-.14c-7.448-1.018-12.65-7.668-12.58-16.094.08-10.753 8.517-19.619 19.519-23.363l49.92-17.741 107.757 14.397-60.752 21.615L72.186 64.182", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
43
|
+
React.createElement("path", { d: "M179.834 77.89l54.463-19.379v36.761l-55.172 19.659c-10.253 2.895-18.311-4.573-18.231-14.766.08-10.194 8.107-18.78 18.521-22.125l.419-.15z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
44
|
+
React.createElement("path", { d: "M171.937 115.28c-5.991-1.258-9.924-6.06-10.863-12.38-1.088-6.969 2.606-12.74 2.606-12.74 5.371-8.955 14.137-11.551 14.137-11.551l2.626-.938 55.97-19.919v1.967l-56.409 20.128c-10.204 3.275-17.103 11.442-17.173 20.328-.04 4.632 1.787 8.706 5.002 11.152 2.926 2.236 6.729 2.855 10.703 1.757l57.997-20.647v2.027l-56.11 19.998c-1.358.329-3.604 1.667-8.486.808v.01z", fill: "#BAC1CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
45
|
+
React.createElement("path", { d: "M126.939 50.274l-23.413 8.317c-.848.3-.729 1.547.16 1.677l44.559 6.61c2.206.33 4.462.11 6.569-.64l24.131-8.585c.689-.24.579-1.248-.139-1.338l-48.233-6.42a7.87 7.87 0 00-3.634.38z", fill: "url(#new-auth0-user-a_svg__paint4_linear_1402_236)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
46
|
+
React.createElement("path", { d: "M195.559 60.518l-23.892 8.506c-1.987.72-2.506 2.167.27 2.676 0 0 4.842.938 8.706-.6l22.564-8.026s2.326-.859 1.677-2.217c-.409-.878-1.937-1.118-1.937-1.118-2.466-.45-5.022-.06-7.388.779z", fill: "url(#new-auth0-user-a_svg__paint5_linear_1402_236)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
47
|
+
React.createElement("path", { d: "M234.297 60.498l-56.48 20.138", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
48
|
+
React.createElement("path", { d: "M234.297 65.77l-68.351 24.381M234.297 71.13l-71.036 25.34M234.297 76.652l-71.346 25.46M234.297 82.363l-69.848 24.92M234.297 88.344l-65.795 23.462M211.873 110.638l-68.341 24.381M211.873 115.999l-71.027 25.339M211.873 121.521l-71.336 25.449M211.873 127.231l-69.789 24.89M211.873 133.202l-65.675 23.432M190.367 154.907l-68.35 24.381M190.367 160.258l-71.036 25.34M190.367 165.79l-71.346 25.449M190.367 171.49l-69.798 24.901M190.367 177.471l-65.675 23.432", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
49
|
+
React.createElement("path", { d: "M234.297 93.236l-55.761 19.848", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
50
|
+
React.createElement("path", { d: "M203.556 61.477c0 .529-1.288.958-2.865.958-1.578 0-2.866-.43-2.866-.959 0-.529 1.288-.958 2.866-.958 1.577 0 2.865.43 2.865.959z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
51
|
+
React.createElement("path", { d: "M108.069 59.13c0 .22-.429.39-.959.39-.529 0-.958-.18-.958-.39 0-.21.429-.389.958-.389.53 0 .959.18.959.39zM110.565 58.342c0 .22-.429.39-.959.39-.529 0-.958-.18-.958-.39 0-.21.429-.39.958-.39.53 0 .959.18.959.39zM113.061 57.553c0 .22-.429.39-.959.39-.529 0-.958-.18-.958-.39 0-.21.429-.39.958-.39.53 0 .959.18.959.39z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
52
|
+
React.createElement("path", { d: "M130.074 152.122c-1.438-2.357-2.247-5.252-2.217-8.427.04-4.822 1.947-9.225 5.072-12.839M125.331 151.512c-1.437-2.356-2.246-5.251-2.216-8.426.04-4.822 1.947-9.225 5.072-12.84M109.517 194.883c-1.438-2.356-2.247-5.251-2.217-8.426.04-4.822 1.947-9.225 5.072-12.84M104.774 194.264c-1.438-2.356-2.246-5.252-2.216-8.427.04-4.822 1.947-9.225 5.072-12.839M154.405 107.413c-1.438-2.356-2.247-5.251-2.217-8.426.04-4.823 1.947-9.226 5.072-12.84M149.662 106.794c-1.437-2.356-2.246-5.251-2.216-8.426.04-4.822 1.947-9.225 5.072-12.84", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
53
|
+
React.createElement("path", { d: "M127.638 95.392l-5.442 10.414-18.929-2.776 5.441-10.423-4.892-.72-57.678 110.544 4.892.719 10.384-19.898 18.93 2.775-10.384 19.898 4.892.719L132.52 96.121l-4.882-.729zm-7.728 14.797l-5.671 10.872-18.93-2.775 5.671-10.873 18.93 2.776zm-40.285 38.149l5.61-10.753 18.93 2.775-5.61 10.753-18.93-2.775zm16.643 7.158l-5.691 10.903-18.93-2.776 5.691-10.902 18.93 2.775zm-8.746-22.294l5.501-10.543 18.93 2.775-5.501 10.543-18.93-2.775zM63.69 178.869l5.67-10.873 18.93 2.776-5.67 10.872-18.93-2.775z", fill: "#BAC1CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
54
|
+
React.createElement("path", { d: "M46.242 177.717l-13.34-1.79-.36 4.54-2.51-.34c.13-3.02-.87-4.86-3-5.52l.28-3.49 19.26 2.58-.32 4.01-.01.01zM66.325 138.302a8.171 8.171 0 01-3.14-1.35c-.97-.68-1.74-1.36-2.32-2.06-.58-.7-1.16-1.54-1.77-2.52-.22-.34-.54-.88-.96-1.61-.42-.73-.75-1.28-.99-1.64-.24-.36-.54-.78-.91-1.26-.37-.47-.76-.83-1.16-1.07-.4-.24-.84-.4-1.3-.47-.9-.15-1.64-.03-2.2.36-.56.39-.87 1.01-.93 1.86-.06.99.22 1.81.85 2.48.63.67 1.56 1.11 2.8 1.33l-.23 3.64c-2.21-.36-3.91-1.23-5.08-2.6s-1.68-3.19-1.54-5.47c.13-2.05.81-3.57 2.05-4.57 1.24-.99 2.71-1.35 4.43-1.07.85.14 1.61.39 2.29.76.68.37 1.28.88 1.82 1.52s.96 1.21 1.26 1.7c.3.49.68 1.17 1.13 2.02 1.19 2.34 2.24 3.83 3.13 4.48l.57-8.99 3.1.51-.89 14-.01.02zM90.379 86.078c-.21 2.54-1 4.38-2.36 5.53-1.36 1.14-3.12 1.56-5.28 1.24l.32-3.81c2.62.27 4.03-.83 4.24-3.31.09-1.11-.11-2.03-.61-2.74-.5-.72-1.24-1.15-2.21-1.31-.97-.16-1.69.04-2.27.58-.58.54-.92 1.41-1.02 2.63l-.1 1.23-2.89-.48.1-1.14c.08-.98-.08-1.8-.48-2.47-.4-.67-1-1.07-1.81-1.2-.81-.13-1.4.03-1.9.46-.5.43-.79 1.09-.86 1.97-.09 1.09.15 1.99.71 2.69.57.7 1.38 1.15 2.42 1.36l-.32 3.81c-1.94-.4-3.43-1.32-4.47-2.76-1.04-1.44-1.46-3.3-1.27-5.59.18-2.11.79-3.71 1.83-4.8 1.04-1.09 2.36-1.5 3.95-1.24 1.99.33 3.24 1.69 3.76 4.09h.06c.87-2.6 2.59-3.69 5.18-3.27 1.91.31 3.32 1.27 4.22 2.86.9 1.59 1.26 3.49 1.08 5.67h-.02z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
55
|
+
React.createElement("defs", null,
|
|
56
|
+
React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint0_linear_1402_236", x1: 15.317, y1: 168.515, x2: 192.514, y2: 168.515, gradientUnits: "userSpaceOnUse" },
|
|
57
|
+
React.createElement("stop", { stopColor: "#E8EBED" }),
|
|
58
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
59
|
+
React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint1_linear_1402_236", x1: 116.995, y1: 176.243, x2: 190.387, y2: 176.243, gradientUnits: "userSpaceOnUse" },
|
|
60
|
+
React.createElement("stop", { stopColor: "#E8EBED" }),
|
|
61
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
62
|
+
React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint2_linear_1402_236", x1: 36.803, y1: 124.126, x2: 213.999, y2: 124.126, gradientUnits: "userSpaceOnUse" },
|
|
63
|
+
React.createElement("stop", { stopColor: "#3983FD" }),
|
|
64
|
+
React.createElement("stop", { offset: 0.35, stopColor: "#3983FD" }),
|
|
65
|
+
React.createElement("stop", { offset: 0.78, stopColor: "#6256FF" }),
|
|
66
|
+
React.createElement("stop", { offset: 1, stopColor: "#6256FF" })),
|
|
67
|
+
React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint3_linear_1402_236", x1: 59.208, y1: 79.402, x2: 236.403, y2: 79.402, gradientUnits: "userSpaceOnUse" },
|
|
68
|
+
React.createElement("stop", { stopColor: "#FF4F40" }),
|
|
69
|
+
React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
|
|
70
|
+
React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint4_linear_1402_236", x1: 102.957, y1: 58.431, x2: 179.415, y2: 58.431, gradientUnits: "userSpaceOnUse" },
|
|
71
|
+
React.createElement("stop", { stopColor: "#E8EBED" }),
|
|
72
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
73
|
+
React.createElement("linearGradient", { id: "new-auth0-user-a_svg__paint5_linear_1402_236", x1: 164.824, y1: 60.025, x2: 168.279, y2: 79.159, gradientUnits: "userSpaceOnUse" },
|
|
74
|
+
React.createElement("stop", { stopColor: "#3EC6EB" }),
|
|
75
|
+
React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })))));
|
|
76
|
+
}, {
|
|
77
|
+
name: illustrationComponentName,
|
|
78
|
+
})({});
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
/*
|
|
24
|
+
This file is generated with the "illustrations" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/illustration-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { illustrationComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IllustrationNotifications = styled(function (_a) {
|
|
31
|
+
var props = __rest(_a, []);
|
|
32
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 250 250", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
33
|
+
React.createElement("path", { d: "M64.346 217.06c-14.665 0-22.294-1-24.276-1.5v-17.5c2.642-12 8.224-37.3 9.413-42.5 1.189-5.2 7.431-9.833 10.404-11.5l10.424-3 15.338 9.5.99 46c3.303 1.333 9.81 4.3 9.414 5.5-.397 1.2-4.79 4.167-6.936 5.5v8c-2.147.5-10.107 1.5-24.771 1.5z", fill: "#fff" }),
|
|
34
|
+
React.createElement("path", { d: "M88.91 209.1c7.78.91 12.73 2.27 12.73 3.79 0 2.74-16.04 4.96-35.82 4.96S30 215.63 30 212.89c0-1.29 3.55-2.46 9.36-3.34", fill: "#fff" }),
|
|
35
|
+
React.createElement("path", { d: "M88.91 209.1c7.78.91 12.73 2.27 12.73 3.79 0 2.74-16.04 4.96-35.82 4.96S30 215.63 30 212.89c0-1.29 3.55-2.46 9.36-3.34", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
36
|
+
React.createElement("path", { d: "M130.18 156.31h-12.73c-.6 0-1.08-.48-1.08-1.08v-52.37h-7.32v53.6a7.17 7.17 0 007.17 7.17h13.96", fill: "url(#notifications_svg__paint0_linear_17_18)" }),
|
|
37
|
+
React.createElement("path", { d: "M130.18 156.31h-12.73c-.6 0-1.08-.48-1.08-1.08v-52.37h-7.32v53.6a7.17 7.17 0 007.17 7.17h13.96", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
38
|
+
React.createElement("path", { d: "M118.249 118.021v-6.09h-11.08v6.09h11.08zM135.99 154.55h-6.09v11.08h6.09v-11.08z", fill: "#0A0A0A", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
39
|
+
React.createElement("path", { d: "M70 77.49h-4.5c-1.74.17-3.13 2.95-3.13 6.36 0 3.4 1.38 6.19 3.13 6.36h4.44", fill: "#0A0A0A" }),
|
|
40
|
+
React.createElement("path", { d: "M70 77.49h-4.5c-1.74.17-3.13 2.95-3.13 6.36 0 3.4 1.38 6.19 3.13 6.36h4.44", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
41
|
+
React.createElement("path", { d: "M80.2 121.27l.17 34.82v45.46c0 1.41 4.98 2.54 10.93 2.53 5.95-.01 10.78-1.17 10.78-2.57v-.01l-.17-80.26", fill: "url(#notifications_svg__paint1_linear_17_18)" }),
|
|
42
|
+
React.createElement("path", { d: "M80.2 121.27l.17 34.82v45.46c0 1.41 4.98 2.54 10.93 2.53 5.95-.01 10.78-1.17 10.78-2.57v-.01l-.17-80.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
43
|
+
React.createElement("path", { d: "M80.2 121.29c0 1.41 4.86 2.54 10.86 2.53 5.99-.01 10.85-1.17 10.85-2.57 0-1.41-4.86-2.54-10.86-2.53-6 0-10.86 1.16-10.85 2.57z", fill: "url(#notifications_svg__paint2_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
44
|
+
React.createElement("path", { d: "M87.29 120.89c0 .5 1.7.71 3.81.71 2.1 0 3.8-.23 3.8-.73", fill: "#BBC2CD" }),
|
|
45
|
+
React.createElement("path", { d: "M87.29 120.89c0 .5 1.7.71 3.81.71 2.1 0 3.8-.23 3.8-.73", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
46
|
+
React.createElement("path", { d: "M94.9 120.9l-.02-10.11-7.61.01.02 10.12", fill: "#BDC4CF" }),
|
|
47
|
+
React.createElement("path", { d: "M94.9 120.9l-.02-10.11-7.61.01.02 10.12", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
48
|
+
React.createElement("path", { d: "M117.32 172.02s6.46 14.84-5.61 22.98c-12.07 8.15-17.8 4.16-18.93-3.46-.67-4.52 2.42-7.7 2.42-7.7", fill: "#fff" }),
|
|
49
|
+
React.createElement("path", { d: "M117.32 172.02s6.46 14.84-5.61 22.98c-12.07 8.15-17.8 4.16-18.93-3.46-.67-4.52 2.42-7.7 2.42-7.7", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
50
|
+
React.createElement("path", { d: "M116.37 154.96s6.97 15.28-4.54 24.21c-11.5 8.93-20.45 5.95-22.13-1.58-1.09-4.87 2.11-8.24 2.11-8.24", fill: "#fff" }),
|
|
51
|
+
React.createElement("path", { d: "M116.37 154.96s6.97 15.28-4.54 24.21c-11.5 8.93-20.45 5.95-22.13-1.58-1.09-4.87 2.11-8.24 2.11-8.24", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
52
|
+
React.createElement("path", { d: "M102.3 133.2s11.73 1.96 14.3 14.43c1.39 8.08-2.45 18.55-17.72 22.29-13.42 3.29-13.57-14.66-3.4-19.52l6.47-3.23-.03-13.91.38-.06z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
53
|
+
React.createElement("path", { d: "M104.81 167.9s-1.5-8.25-5.62-7.64c-4.65.69-3.82 6.09-3.12 10.09M107.8 181.85s-1.49-8.04-5.61-7.43c-4.65.69-3.78 6.23-3.08 10.23", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
54
|
+
React.createElement("path", { d: "M110.79 195.61c-.41-.89-2.95-6.03-6.21-4.94-4.03 1.35-2.7 5.05-1.46 8.5", fill: "#fff" }),
|
|
55
|
+
React.createElement("path", { d: "M110.79 195.61c-.41-.89-2.95-6.03-6.21-4.94-4.03 1.35-2.7 5.05-1.46 8.5", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
56
|
+
React.createElement("path", { d: "M80.33 158.91s12.39-4.82 21.01-14.26c5.51-6.46 4-14.65.53-17.17-2.36-1.72-6.68-3.08-12.19.3-5.57 3.42-11 7.89-22.77 12.71-4.23 1.73-7.88 3.69-11.12 5.84", fill: "#fff" }),
|
|
57
|
+
React.createElement("path", { d: "M80.33 158.91s12.39-4.82 21.01-14.26c5.51-6.46 4-14.65.53-17.17-2.36-1.72-6.68-3.08-12.19.3-5.57 3.42-11 7.89-22.77 12.71-4.23 1.73-7.88 3.69-11.12 5.84", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
58
|
+
React.createElement("path", { d: "M94.39 125.86c1.04 1.01 5.21 6.17 1.76 9.4-5.19 4.87-12.61-3.52-12.61-3.52", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
59
|
+
React.createElement("path", { d: "M39.36 216.2v-3.45c-.41-19.31 2.53-35.85 5.41-46.66 2.18-8 4.43-12.6 5.41-14 1.64-2.35 3.7-4.48 5.64-5.78", fill: "#fff" }),
|
|
60
|
+
React.createElement("path", { d: "M39.36 216.2v-3.45c-.41-19.31 2.53-35.85 5.41-46.66 2.18-8 4.43-12.6 5.41-14 1.64-2.35 3.7-4.48 5.64-5.78M94.69 203.97c-1.4 1.3-3.33 2.72-5.77 3.67v8.97", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
61
|
+
React.createElement("path", { d: "M76.46 176.31l-5.31 15.45-1.02 1.28.27-.3 6.21-3.35 3.77.36-.14 11.81-31.72 4.18-6.76-10.1 1.87-9.47 19.48-21.22", fill: "#fff" }),
|
|
62
|
+
React.createElement("path", { d: "M190.43 32.45l-52.17 23.22H84.29c-8.08 0-14.64 12.61-14.64 28.17 0 15.56 6.55 28.17 14.64 28.17h53.89l52.19 23.2", fill: "url(#notifications_svg__paint3_linear_17_18)" }),
|
|
63
|
+
React.createElement("path", { d: "M190.43 32.45l-52.17 23.22H84.29c-8.08 0-14.64 12.61-14.64 28.17 0 15.56 6.55 28.17 14.64 28.17h53.89l52.19 23.2", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
64
|
+
React.createElement("path", { d: "M138.22 112.01c-7.72-.76-13.85-13.08-13.85-28.17 0-15.09 6.14-27.41 13.85-28.17", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
65
|
+
React.createElement("path", { d: "M192.36 135.68c8.085 0 14.64-23.21 14.64-51.84C207 55.21 200.445 32 192.36 32s-14.64 23.21-14.64 51.84c0 28.63 6.555 51.84 14.64 51.84z", fill: "url(#notifications_svg__paint4_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
66
|
+
React.createElement("path", { d: "M178.56 101.09c.87.12 1.98.17 2.88.17 10.25 0 17.85-7.82 17.85-17.46s-7.6-17.46-17.85-17.46c-.96 0-1.91.07-2.83.2 0 0-.89 9.37-.89 17.31 0 7.94.84 17.24.84 17.24z", fill: "url(#notifications_svg__paint5_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
67
|
+
React.createElement("path", { d: "M114.22 100.35H83.54c-2.68 0-4.98-1.93-5.44-4.57-.59-3.38 2.01-6.47 5.44-6.47h30.68c2.68 0 4.98 1.93 5.44 4.57.59 3.37-2.01 6.47-5.44 6.47z", fill: "url(#notifications_svg__paint6_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
68
|
+
React.createElement("path", { d: "M112.32 61.44c-.58 2.04-2.75 3.7-4.85 3.7-2.1 0-3.34-1.66-2.76-3.7.58-2.04 2.75-3.7 4.85-3.7 2.1 0 3.34 1.66 2.76 3.7z", fill: "url(#notifications_svg__paint7_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
69
|
+
React.createElement("path", { d: "M114.12 99.01c2.347 0 4.25-1.89 4.25-4.22s-1.903-4.22-4.25-4.22-4.25 1.89-4.25 4.22 1.903 4.22 4.25 4.22z", fill: "url(#notifications_svg__paint8_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
70
|
+
React.createElement("path", { d: "M80.37 158.91v42.65", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
71
|
+
React.createElement("path", { d: "M104.58 62.24v-9.69c0-2.32-1.89-4.2-4.2-4.2H57.73c-2.32 0-4.2 1.89-4.2 4.2v23.24c0 2.32 1.89 4.2 4.2 4.2h5.32s-1.57 3.79.09 7.9h-5.4c-6.67 0-12.1-5.43-12.1-12.1V52.55c0-6.67 5.43-12.1 12.1-12.1h42.63c6.67 0 12.1 5.43 12.1 12.1v7.98", fill: "url(#notifications_svg__paint9_linear_17_18)" }),
|
|
72
|
+
React.createElement("path", { d: "M104.58 62.24v-9.69c0-2.32-1.89-4.2-4.2-4.2H57.73c-2.32 0-4.2 1.89-4.2 4.2v23.24c0 2.32 1.89 4.2 4.2 4.2h5.32s-1.57 3.79.09 7.9h-5.4c-6.67 0-12.1-5.43-12.1-12.1V52.55c0-6.67 5.43-12.1 12.1-12.1h42.63c6.67 0 12.1 5.43 12.1 12.1v7.98", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
73
|
+
React.createElement("path", { d: "M70.08 193c10.37-11.39 10.29-27.44 10.29-27.44v28.52", fill: "#fff" }),
|
|
74
|
+
React.createElement("path", { d: "M70.08 193c10.37-11.39 10.29-27.44 10.29-27.44v28.52", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
75
|
+
React.createElement("path", { d: "M214.08 202.72h-72.87c-2.92 0-5.29-2.37-5.29-5.29v-48.16c0-2.92 2.37-5.29 5.29-5.29h72.87c2.92 0 5.29 2.37 5.29 5.29v48.16a5.292 5.292 0 01-5.29 5.29z", fill: "url(#notifications_svg__paint10_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
76
|
+
React.createElement("path", { d: "M190.68 183.06h-42.56a3.05 3.05 0 100 6.1h42.56a3.05 3.05 0 003.05-3.05c0-1.69-1.36-3.05-3.05-3.05z", fill: "url(#notifications_svg__paint11_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
77
|
+
React.createElement("path", { d: "M208.06 171.68h-59.93a3.05 3.05 0 100 6.1h59.93a3.05 3.05 0 100-6.1z", fill: "url(#notifications_svg__paint12_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
78
|
+
React.createElement("path", { d: "M208.06 160.59h-59.93a3.05 3.05 0 100 6.1h59.93a3.05 3.05 0 003.05-3.05c-.01-1.68-1.37-3.05-3.05-3.05z", fill: "url(#notifications_svg__paint13_linear_17_18)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
79
|
+
React.createElement("path", { d: "M151.17 186.11a3.05 3.05 0 10-6.1 0 3.05 3.05 0 106.1 0zM151.17 174.73a3.05 3.05 0 10-6.1 0 3.05 3.05 0 106.1 0zM151.157 164.04a3.05 3.05 0 10-6.055-.745 3.05 3.05 0 006.055.745zM201.22 150.14a1.81 1.81 0 11-3.62 0 1.81 1.81 0 013.62 0zM207.87 150.14a1.81 1.81 0 11-3.62 0 1.81 1.81 0 013.62 0zM214.51 150.14a1.81 1.81 0 11-3.62 0 1.81 1.81 0 013.62 0z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
80
|
+
React.createElement("defs", null,
|
|
81
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint0_linear_17_18", x1: 119.61, y1: 112.964, x2: 119.61, y2: 172.989, gradientUnits: "userSpaceOnUse" },
|
|
82
|
+
React.createElement("stop", { stopColor: "#F4D" }),
|
|
83
|
+
React.createElement("stop", { offset: 1, stopColor: "#EBCA40" })),
|
|
84
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint1_linear_17_18", x1: 80.196, y1: 162.666, x2: 102.074, y2: 162.666, gradientUnits: "userSpaceOnUse" },
|
|
85
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
86
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
87
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint2_linear_17_18", x1: 80.195, y1: 121.263, x2: 101.903, y2: 121.263, gradientUnits: "userSpaceOnUse" },
|
|
88
|
+
React.createElement("stop", { stopColor: "#3885FF" }),
|
|
89
|
+
React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
|
|
90
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint3_linear_17_18", x1: 87.112, y1: 130.214, x2: 196.695, y2: 52.295, gradientUnits: "userSpaceOnUse" },
|
|
91
|
+
React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
|
|
92
|
+
React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
|
|
93
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint4_linear_17_18", x1: 164.311, y1: 128.301, x2: 228.345, y2: 26.813, gradientUnits: "userSpaceOnUse" },
|
|
94
|
+
React.createElement("stop", { stopColor: "#E9ECEE" }),
|
|
95
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
96
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint5_linear_17_18", x1: 177.726, y1: 83.792, x2: 199.303, y2: 83.792, gradientUnits: "userSpaceOnUse" },
|
|
97
|
+
React.createElement("stop", { stopColor: "#E9ECEE" }),
|
|
98
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
99
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint6_linear_17_18", x1: 68.482, y1: 94.825, x2: 112.514, y2: 94.825, gradientUnits: "userSpaceOnUse" },
|
|
100
|
+
React.createElement("stop", { stopColor: "#BBC2CD" }),
|
|
101
|
+
React.createElement("stop", { offset: 0.973, stopColor: "#fff" })),
|
|
102
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint7_linear_17_18", x1: 58.712, y1: 94.538, x2: 121.901, y2: 52.549, gradientUnits: "userSpaceOnUse" },
|
|
103
|
+
React.createElement("stop", { stopColor: "#FC50D5" }),
|
|
104
|
+
React.createElement("stop", { offset: 1, stopColor: "#EAC550" })),
|
|
105
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint8_linear_17_18", x1: 109.875, y1: 94.786, x2: 118.366, y2: 94.786, gradientUnits: "userSpaceOnUse" },
|
|
106
|
+
React.createElement("stop", { stopColor: "#2BC8A0" }),
|
|
107
|
+
React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })),
|
|
108
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint9_linear_17_18", x1: 45.934, y1: 75.308, x2: 109.123, y2: 33.319, gradientUnits: "userSpaceOnUse" },
|
|
109
|
+
React.createElement("stop", { stopColor: "#F4D" }),
|
|
110
|
+
React.createElement("stop", { offset: 1, stopColor: "#EBCA40" })),
|
|
111
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint10_linear_17_18", x1: 146.814, y1: 192.47, x2: 219.464, y2: 147.427, gradientUnits: "userSpaceOnUse" },
|
|
112
|
+
React.createElement("stop", { stopColor: "#3885FF" }),
|
|
113
|
+
React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
|
|
114
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint11_linear_17_18", x1: 145.077, y1: 186.105, x2: 193.731, y2: 186.105, gradientUnits: "userSpaceOnUse" },
|
|
115
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
116
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
117
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint12_linear_17_18", x1: 145.077, y1: 174.727, x2: 211.105, y2: 174.727, gradientUnits: "userSpaceOnUse" },
|
|
118
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
119
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
120
|
+
React.createElement("linearGradient", { id: "notifications_svg__paint13_linear_17_18", x1: 145.077, y1: 163.643, x2: 211.105, y2: 163.643, gradientUnits: "userSpaceOnUse" },
|
|
121
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
122
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })))));
|
|
123
|
+
}, {
|
|
124
|
+
name: illustrationComponentName,
|
|
125
|
+
})({});
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
/*
|
|
24
|
+
This file is generated with the "illustrations" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/illustration-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { illustrationComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IllustrationRoles = styled(function (_a) {
|
|
31
|
+
var props = __rest(_a, []);
|
|
32
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 250 250", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
33
|
+
React.createElement("path", { d: "M160.44 152.7h-69.9c-6.83 0-12.37-5.54-12.37-12.37 0-6.83 5.54-12.37 12.37-12.37h69.9c6.83 0 12.37 5.54 12.37 12.37-.01 6.83-5.54 12.37-12.37 12.37z", fill: "url(#roles_svg__paint0_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
34
|
+
React.createElement("path", { d: "M90.93 149.75a9.42 9.42 0 100-18.84 9.42 9.42 0 000 18.84z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
35
|
+
React.createElement("path", { d: "M93.21 134.62a6.15 6.15 0 01-2.28 11.86c-3.4 0-6.15-2.75-6.15-6.15 0-2.62 1.64-4.86 3.95-5.74M90.93 132.53v9.34", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
36
|
+
React.createElement("path", { d: "M115.01 170.33c-6.83-6.25-10.75-11.66-13.55-15.51-4.69-6.44-8.21-18.37.43-22.49 8.53-4.06 11.47 9.86 24.96 21.06 13.5 11.19 22.23 14.51 28.84 29.96 1.19 2.78 7.59 20.68 7.59 20.68l4.67 13.92h-64.73s-4.99-9.6-2.77-21.62", fill: "url(#roles_svg__paint1_linear)" }),
|
|
37
|
+
React.createElement("path", { d: "M115.01 170.33c-6.83-6.25-10.75-11.66-13.55-15.51-4.69-6.44-8.21-18.37.43-22.49 8.53-4.06 11.47 9.86 24.96 21.06 13.5 11.19 22.23 14.51 28.84 29.96 1.19 2.78 7.59 20.68 7.59 20.68l4.67 13.92h-64.73s-4.99-9.6-2.77-21.62", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
38
|
+
React.createElement("path", { d: "M100.27 190.98l-4.39-5.33c-2.82-3.76-.88-7.96-.88-7.96 3.55-7.63 13.27-8.14 20.63-7.28l.54.07s4.61.56 9.22 1.99c0 0 9.82 2.62 15.42 8.09", fill: "url(#roles_svg__paint2_linear)" }),
|
|
39
|
+
React.createElement("path", { d: "M100.27 190.98l-4.39-5.33c-2.82-3.76-.88-7.96-.88-7.96 3.55-7.63 13.27-8.14 20.63-7.28l.54.07s4.61.56 9.22 1.99c0 0 9.82 2.62 15.42 8.09", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
40
|
+
React.createElement("path", { d: "M109.31 133.69s-.43 1.28-1.55 2.79c-.67.91-1.59 1.91-2.8 2.77-.66.47-1.12.98-1.41 1.51-.88 1.58-.25 3.32.96 4.52.83.83 2.62 1.53 4.76 1.09 2.35-.59 4.22-1.35 6.31-5.23", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
41
|
+
React.createElement("path", { d: "M101.5 213.47c-1.98.6-4.33.51-5.76.06-2.98-.92-6.96-3.91-8.3-11.15-.87-4.89.24-9.49.24-9.49l.22-.78c.82-2.78 2.65-5.75 4.94-7.32 4.44-3.04 10.07-2.55 14.37-1.46 0 0 10.24 2.23 19.82 10.02", fill: "url(#roles_svg__paint3_linear)" }),
|
|
42
|
+
React.createElement("path", { d: "M101.5 213.47c-1.98.6-4.33.51-5.76.06-2.98-.92-6.96-3.91-8.3-11.15-.87-4.89.24-9.49.24-9.49l.22-.78c.82-2.78 2.65-5.75 4.94-7.32 4.44-3.04 10.07-2.55 14.37-1.46 0 0 10.24 2.23 19.82 10.02", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
43
|
+
React.createElement("path", { d: "M185.13 217.96H75.58", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
44
|
+
React.createElement("path", { d: "M100.45 196.34s-1.76 8.05 1.05 17.12l-1.05-17.12z", fill: "#fff" }),
|
|
45
|
+
React.createElement("path", { d: "M100.45 196.34s-1.76 8.05 1.05 17.12", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
46
|
+
React.createElement("path", { d: "M77.5 109.87H24.99c-1.65 0-2.99-1.34-2.99-2.99V45.05c0-1.65 1.34-2.99 2.99-2.99H77.5c1.65 0 2.99 1.34 2.99 2.99v61.84c0 1.65-1.34 2.98-2.99 2.98z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
47
|
+
React.createElement("path", { d: "M25.27 109.87v-8.5c0-6.73 7.88-12.11 18.67-13.91V76.5c0-3.76 2.82-7.14 6.58-7.33a6.947 6.947 0 017.32 6.94v1.06l2.36 4.8h-2.35v5.39c11.12 1.67 19.36 7.45 19.36 14.31v8.2H25.27zM28.12 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47zM32.8 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47zM37.48 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
48
|
+
React.createElement("path", { d: "M75.48 65.9H63.56c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint4_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
49
|
+
React.createElement("path", { d: "M64.29 53.47l10.47 10.47M74.76 53.47L64.29 63.94", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
50
|
+
React.createElement("path", { d: "M57.21 65.9H45.29c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.59 1.3-1.3 1.3z", fill: "url(#roles_svg__paint5_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
51
|
+
React.createElement("path", { d: "M56.22 53.62l-6.65 9.24-3.36-3.36", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
52
|
+
React.createElement("path", { d: "M38.87 65.9H26.95c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint6_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
53
|
+
React.createElement("path", { d: "M37.89 53.62l-6.66 9.24-3.36-3.36", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
54
|
+
React.createElement("path", { d: "M158.72 119.01H92.19c-2.09 0-3.79-1.69-3.79-3.79V36.79c0-2.09 1.69-3.79 3.79-3.79h66.53c2.09 0 3.79 1.69 3.79 3.79v78.44c0 2.09-1.7 3.78-3.79 3.78z", fill: "url(#roles_svg__paint7_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
55
|
+
React.createElement("path", { d: "M92.55 119.01v-10.86c0-8.53 9.99-15.35 23.66-17.62V76.64c0-4.77 3.57-9.04 8.33-9.29 5.08-.27 9.28 3.77 9.28 8.79v1.34l2.99 6.08h-2.98v6.84c14.09 2.12 24.53 9.43 24.53 18.13v10.48H92.55zM96.32 38.72c0 1.03-.83 1.86-1.86 1.86-1.03 0-1.86-.83-1.86-1.86 0-1.03.83-1.86 1.86-1.86 1.03.01 1.86.84 1.86 1.86zM102.25 38.72c0 1.03-.83 1.86-1.86 1.86-1.03 0-1.86-.83-1.86-1.86 0-1.03.83-1.86 1.86-1.86 1.02.01 1.86.84 1.86 1.86zM108.17 38.72c0 1.03-.83 1.86-1.86 1.86-1.03 0-1.86-.83-1.86-1.86 0-1.03.83-1.86 1.86-1.86 1.03.01 1.86.84 1.86 1.86z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
56
|
+
React.createElement("path", { d: "M133.18 63.2h-15.1c-.91 0-1.65-.74-1.65-1.65v-15.1c0-.91.74-1.65 1.65-1.65h15.1c.91 0 1.65.74 1.65 1.65v15.1c0 .91-.74 1.65-1.65 1.65z", fill: "url(#roles_svg__paint8_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
57
|
+
React.createElement("path", { d: "M131.93 47.65l-8.43 11.7-4.25-4.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
58
|
+
React.createElement("path", { d: "M109.79 63.2h-15.1c-.91 0-1.65-.74-1.65-1.65v-15.1c0-.91.74-1.65 1.65-1.65h15.1c.91 0 1.65.74 1.65 1.65v15.1c0 .91-.74 1.65-1.65 1.65z", fill: "url(#roles_svg__paint9_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
59
|
+
React.createElement("path", { d: "M108.54 47.65l-8.42 11.7-4.26-4.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
60
|
+
React.createElement("path", { d: "M225.92 109.87H173.4c-1.65 0-2.99-1.34-2.99-2.99V45.05c0-1.65 1.34-2.99 2.99-2.99h52.52c1.65 0 2.99 1.34 2.99 2.99v61.84c0 1.65-1.34 2.98-2.99 2.98z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
61
|
+
React.createElement("path", { d: "M173.69 109.88v-8.51c0-6.73 7.88-12.11 18.67-13.91V76.5c0-3.76 2.82-7.14 6.58-7.33a6.947 6.947 0 017.32 6.94v1.06l2.36 4.8h-2.35v5.39c11.12 1.67 19.36 7.45 19.36 14.31v8.21h-51.94zM176.66 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.82 0 1.47.66 1.47 1.47zM181.34 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.82 0 1.47.66 1.47 1.47zM186.03 46.58c0 .81-.66 1.47-1.47 1.47-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
62
|
+
React.createElement("path", { d: "M206.05 65.9h-11.92c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint10_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
63
|
+
React.createElement("path", { d: "M194.86 53.47l10.47 10.47M205.33 53.47l-10.47 10.47", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
64
|
+
React.createElement("path", { d: "M187.67 65.9h-11.92c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint11_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
65
|
+
React.createElement("path", { d: "M186.69 53.62l-6.65 9.24-3.36-3.36", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
66
|
+
React.createElement("path", { d: "M224.43 65.9h-11.92c-.72 0-1.3-.58-1.3-1.3V52.68c0-.72.58-1.3 1.3-1.3h11.92c.72 0 1.3.58 1.3 1.3V64.6c0 .72-.58 1.3-1.3 1.3z", fill: "url(#roles_svg__paint12_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
67
|
+
React.createElement("path", { d: "M223.71 53.47l-10.47 10.47M213.33 53.47l10.47 10.47", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
68
|
+
React.createElement("path", { d: "M156.57 63.2h-15.1c-.91 0-1.65-.74-1.65-1.65v-15.1c0-.91.74-1.65 1.65-1.65h15.1c.91 0 1.65.74 1.65 1.65v15.1c-.01.91-.74 1.65-1.65 1.65z", fill: "url(#roles_svg__paint13_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
69
|
+
React.createElement("path", { d: "M155.32 47.65l-8.43 11.7-4.26-4.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinecap: "round" }),
|
|
70
|
+
React.createElement("defs", null,
|
|
71
|
+
React.createElement("linearGradient", { id: "roles_svg__paint0_linear", x1: 78.166, y1: 140.332, x2: 172.803, y2: 140.332, gradientUnits: "userSpaceOnUse" },
|
|
72
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
73
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
74
|
+
React.createElement("linearGradient", { id: "roles_svg__paint1_linear", x1: 102.302, y1: 131.12, x2: 141.393, y2: 231.369, gradientUnits: "userSpaceOnUse" },
|
|
75
|
+
React.createElement("stop", { stopColor: "#E8EAEC" }),
|
|
76
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
77
|
+
React.createElement("linearGradient", { id: "roles_svg__paint2_linear", x1: 98.503, y1: 132.602, x2: 137.593, y2: 232.851, gradientUnits: "userSpaceOnUse" },
|
|
78
|
+
React.createElement("stop", { stopColor: "#E8EAEC" }),
|
|
79
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
80
|
+
React.createElement("linearGradient", { id: "roles_svg__paint3_linear", x1: 83.811, y1: 138.326, x2: 122.905, y2: 238.584, gradientUnits: "userSpaceOnUse" },
|
|
81
|
+
React.createElement("stop", { stopColor: "#E8EAEC" }),
|
|
82
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
83
|
+
React.createElement("linearGradient", { id: "roles_svg__paint4_linear", x1: 63.03, y1: 67.205, x2: 76.107, y2: 49.951, gradientUnits: "userSpaceOnUse" },
|
|
84
|
+
React.createElement("stop", { stopColor: "#FC50D5" }),
|
|
85
|
+
React.createElement("stop", { offset: 1, stopColor: "#EAC550" })),
|
|
86
|
+
React.createElement("linearGradient", { id: "roles_svg__paint5_linear", x1: 40.866, y1: 68.603, x2: 58.956, y2: 51.237, gradientUnits: "userSpaceOnUse" },
|
|
87
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
88
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
89
|
+
React.createElement("linearGradient", { id: "roles_svg__paint6_linear", x1: 22.533, y1: 68.603, x2: 40.623, y2: 51.237, gradientUnits: "userSpaceOnUse" },
|
|
90
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
91
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
92
|
+
React.createElement("linearGradient", { id: "roles_svg__paint7_linear", x1: 88.406, y1: 76.005, x2: 162.506, y2: 76.005, gradientUnits: "userSpaceOnUse" },
|
|
93
|
+
React.createElement("stop", { stopColor: "#3885FF" }),
|
|
94
|
+
React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
|
|
95
|
+
React.createElement("linearGradient", { id: "roles_svg__paint8_linear", x1: 112.481, y1: 66.627, x2: 135.397, y2: 44.627, gradientUnits: "userSpaceOnUse" },
|
|
96
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
97
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
98
|
+
React.createElement("linearGradient", { id: "roles_svg__paint9_linear", x1: 89.093, y1: 66.627, x2: 112.009, y2: 44.627, gradientUnits: "userSpaceOnUse" },
|
|
99
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
100
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
101
|
+
React.createElement("linearGradient", { id: "roles_svg__paint10_linear", x1: 192.784, y1: 66.347, x2: 207.707, y2: 50.609, gradientUnits: "userSpaceOnUse" },
|
|
102
|
+
React.createElement("stop", { stopColor: "#FC50D5" }),
|
|
103
|
+
React.createElement("stop", { offset: 1, stopColor: "#EAC550" })),
|
|
104
|
+
React.createElement("linearGradient", { id: "roles_svg__paint11_linear", x1: 171.335, y1: 68.603, x2: 189.425, y2: 51.237, gradientUnits: "userSpaceOnUse" },
|
|
105
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
106
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
107
|
+
React.createElement("linearGradient", { id: "roles_svg__paint12_linear", x1: 209.945, y1: 66.74, x2: 226.225, y2: 51.274, gradientUnits: "userSpaceOnUse" },
|
|
108
|
+
React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
|
|
109
|
+
React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
|
|
110
|
+
React.createElement("linearGradient", { id: "roles_svg__paint13_linear", x1: 135.869, y1: 66.627, x2: 158.785, y2: 44.627, gradientUnits: "userSpaceOnUse" },
|
|
111
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
112
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })))));
|
|
113
|
+
}, {
|
|
114
|
+
name: illustrationComponentName,
|
|
115
|
+
})({});
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
/*
|
|
24
|
+
This file is generated with the "illustrations" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/illustration-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { illustrationComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IllustrationSingleSignOn = styled(function (_a) {
|
|
31
|
+
var props = __rest(_a, []);
|
|
32
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 250 250", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
33
|
+
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 }),
|
|
34
|
+
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 }),
|
|
35
|
+
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 }),
|
|
36
|
+
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 }),
|
|
37
|
+
React.createElement("path", { d: "M149.015 119.533h-48.459v53.582h48.459v-53.582z", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
38
|
+
React.createElement("path", { d: "M156.182 114.891h-63.31v63.79h63.31v-63.79z", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
39
|
+
React.createElement("path", { d: "M165.258 107.194H84.326v81.129h80.932v-81.129z", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
40
|
+
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 }),
|
|
41
|
+
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 }),
|
|
42
|
+
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 }),
|
|
43
|
+
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 }),
|
|
44
|
+
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 }),
|
|
45
|
+
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 }),
|
|
46
|
+
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 }),
|
|
47
|
+
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 }),
|
|
48
|
+
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 }),
|
|
49
|
+
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 }),
|
|
50
|
+
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 }),
|
|
51
|
+
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 }),
|
|
52
|
+
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 }),
|
|
53
|
+
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 }),
|
|
54
|
+
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 }),
|
|
55
|
+
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 }),
|
|
56
|
+
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" }),
|
|
57
|
+
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 }),
|
|
58
|
+
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" }),
|
|
59
|
+
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 }),
|
|
60
|
+
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)" }),
|
|
61
|
+
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 }),
|
|
62
|
+
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 }),
|
|
63
|
+
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)" }),
|
|
64
|
+
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 }),
|
|
65
|
+
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)" }),
|
|
66
|
+
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 }),
|
|
67
|
+
React.createElement("path", { d: "M128.917 203.027s2.156 10.554-3.694 20.357l3.694-20.357z", fill: "#fff" }),
|
|
68
|
+
React.createElement("path", { d: "M128.917 203.027s2.156 10.554-3.694 20.357", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
69
|
+
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 }),
|
|
70
|
+
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 }),
|
|
71
|
+
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 }),
|
|
72
|
+
React.createElement("defs", null,
|
|
73
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint0_linear", x1: 53.756, y1: 132.178, x2: 195.645, y2: 132.178, gradientUnits: "userSpaceOnUse" },
|
|
74
|
+
React.createElement("stop", { stopColor: "#635DFF" }),
|
|
75
|
+
React.createElement("stop", { offset: 1, stopColor: "#3885FF" })),
|
|
76
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint1_linear", x1: 76.994, y1: 143.237, x2: 172.666, y2: 143.237, gradientUnits: "userSpaceOnUse" },
|
|
77
|
+
React.createElement("stop", { stopColor: "#FF4F40" }),
|
|
78
|
+
React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
|
|
79
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint2_linear", x1: 107.058, y1: 161.246, x2: 170.579, y2: 141.116, gradientUnits: "userSpaceOnUse" },
|
|
80
|
+
React.createElement("stop", { stopColor: "#E9ECEE" }),
|
|
81
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
82
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint3_linear", x1: 107.414, y1: 148.263, x2: 142.129, y2: 148.263, gradientUnits: "userSpaceOnUse" },
|
|
83
|
+
React.createElement("stop", { stopColor: "#FF4F40" }),
|
|
84
|
+
React.createElement("stop", { offset: 1, stopColor: "#F4D" })),
|
|
85
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint4_linear", x1: 118.208, y1: 127.356, x2: 124.985, y2: 141.736, gradientUnits: "userSpaceOnUse" },
|
|
86
|
+
React.createElement("stop", { stopColor: "#3EC6EB" }),
|
|
87
|
+
React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })),
|
|
88
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint5_linear", x1: 167.513, y1: 58.39, x2: 182.778, y2: 58.39, gradientUnits: "userSpaceOnUse" },
|
|
89
|
+
React.createElement("stop", { stopColor: "#BBC2CD" }),
|
|
90
|
+
React.createElement("stop", { offset: 0.973, stopColor: "#fff" })),
|
|
91
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint6_linear", x1: 167.328, y1: 53.225, x2: 174.176, y2: 67.746, gradientUnits: "userSpaceOnUse" },
|
|
92
|
+
React.createElement("stop", { stopColor: "#3EC6EB" }),
|
|
93
|
+
React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })),
|
|
94
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint7_linear", x1: 185.499, y1: 34.638, x2: 200.764, y2: 34.638, gradientUnits: "userSpaceOnUse" },
|
|
95
|
+
React.createElement("stop", { stopColor: "#BBC2CD" }),
|
|
96
|
+
React.createElement("stop", { offset: 0.973, stopColor: "#fff" })),
|
|
97
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint8_linear", x1: 185.32, y1: 29.47, x2: 192.168, y2: 43.99, gradientUnits: "userSpaceOnUse" },
|
|
98
|
+
React.createElement("stop", { stopColor: "#3EC6EB" }),
|
|
99
|
+
React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })),
|
|
100
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint9_linear", x1: 70.476, y1: 240.925, x2: 147.306, y2: 156.714, gradientUnits: "userSpaceOnUse" },
|
|
101
|
+
React.createElement("stop", { stopColor: "#E9ECEE" }),
|
|
102
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
103
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint10_linear", x1: 80.431, y1: 232.184, x2: 141.259, y2: 163.633, gradientUnits: "userSpaceOnUse" },
|
|
104
|
+
React.createElement("stop", { stopColor: "#E9ECEE" }),
|
|
105
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
106
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint11_linear", x1: 81.429, y1: 250.918, x2: 158.259, y2: 166.707, gradientUnits: "userSpaceOnUse" },
|
|
107
|
+
React.createElement("stop", { stopColor: "#E9ECEE" }),
|
|
108
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
109
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint12_linear", x1: 148.253, y1: 80.55, x2: 163.518, y2: 80.55, gradientUnits: "userSpaceOnUse" },
|
|
110
|
+
React.createElement("stop", { stopColor: "#BBC2CD" }),
|
|
111
|
+
React.createElement("stop", { offset: 0.973, stopColor: "#fff" })),
|
|
112
|
+
React.createElement("linearGradient", { id: "single-sign-on_svg__paint13_linear", x1: 148.067, y1: 75.379, x2: 154.916, y2: 89.9, gradientUnits: "userSpaceOnUse" },
|
|
113
|
+
React.createElement("stop", { stopColor: "#3EC6EB" }),
|
|
114
|
+
React.createElement("stop", { offset: 0.999, stopColor: "#1BC99F" })))));
|
|
115
|
+
}, {
|
|
116
|
+
name: illustrationComponentName,
|
|
117
|
+
})({});
|