@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,118 @@
|
|
|
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 IllustrationStreamsLogs = 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: "M221.44 135.92v-11.48c0-.96-.78-1.74-1.74-1.74h-79.45v13.22h81.19z", fill: "#000" }),
|
|
34
|
+
React.createElement("path", { d: "M125.62 112.52H32c-1.66 0-3-1.34-3-3V36.74c0-.96.78-1.74 1.74-1.74h96.14c.96 0 1.74.78 1.74 1.74v72.78c0 1.66-1.34 3-3 3z", fill: "url(#streams-logs_svg__paint0_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
35
|
+
React.createElement("path", { d: "M126.91 35H30.7c-.94 0-1.7.76-1.7 1.7v9.34h99.62V36.7c0-.94-.76-1.7-1.71-1.7z", fill: "url(#streams-logs_svg__paint1_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
36
|
+
React.createElement("path", { d: "M35.4 42.28a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36zM41 42.28a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36zM46.61 42.28a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
37
|
+
React.createElement("path", { d: "M214.19 176.04H107.83V63.92c0-1.78 1.44-3.22 3.22-3.22h99.94c1.78 0 3.22 1.44 3.22 3.22v112.12h-.02z", fill: "#BDC3CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
38
|
+
React.createElement("path", { d: "M200.95 102.07h-8.82v22.59h8.82v-22.59zM185.8 79.48h-8.82v45.18h8.82V79.48zM169.83 93.14h-8.82v31.52h8.82V93.14zM153.86 86.84h-8.82v37.82h8.82V86.84zM137.88 75.66h-8.82v49h8.82v-49zM113.39 67.39a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36zM119 67.39a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36zM124.6 67.39a1.68 1.68 0 100-3.36 1.68 1.68 0 000 3.36z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
39
|
+
React.createElement("path", { d: "M196.54 102.82L181.4 79.48l-15.98 13.66-15.97-6.3-16.82-11.18", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
40
|
+
React.createElement("path", { d: "M196.49 103.32a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM181.4 80.73a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM165.42 94.39a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM149.45 88.14a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM133.47 76.91a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z", fill: "#000", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
41
|
+
React.createElement("path", { d: "M140.25 132.12v-7.84c0-.87-.71-1.58-1.58-1.58h-36.91c-.87 0-1.58.71-1.58 1.58v88.26c0 .87.71 1.58 1.58 1.58h118.11c.87 0 1.58-.71 1.58-1.58v-77.25c0-.87-.71-1.58-1.58-1.58h-78.03c-.88 0-1.59-.71-1.59-1.59z", fill: "url(#streams-logs_svg__paint2_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
42
|
+
React.createElement("path", { d: "M192.19 179.54h-50.75c-.76 0-1.37-.61-1.37-1.37 0-.76.61-1.37 1.37-1.37h50.75c.76 0 1.37.61 1.37 1.37 0 .76-.61 1.37-1.37 1.37zM178.9 185.23h-37.46c-.76 0-1.37-.61-1.37-1.37 0-.76.61-1.37 1.37-1.37h37.46c.76 0 1.37.61 1.37 1.37 0 .75-.62 1.37-1.37 1.37zM168.41 198.79h-26.98c-.76 0-1.37-.61-1.37-1.37 0-.76.61-1.37 1.37-1.37h26.98c.76 0 1.37.61 1.37 1.37 0 .75-.61 1.37-1.37 1.37z", fill: "#BDC3CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
43
|
+
React.createElement("path", { d: "M157.99 168.84H142c-1.07 0-1.94-.87-1.94-1.94v-15.99c0-1.07.87-1.94 1.94-1.94h15.99c1.07 0 1.94.87 1.94 1.94v15.99a1.948 1.948 0 01-1.94 1.94z", fill: "url(#streams-logs_svg__paint3_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
44
|
+
React.createElement("path", { d: "M142.16 167.07c-.31 0-.55-.25-.55-.55v-5.36c0-2.17 2.55-3.91 6.03-4.49V153.05c0-1.22.96-2.26 2.18-2.29 1.27-.03 2.31.98 2.31 2.24v.34l.76 1.55h-.76v1.74c3.59.54 6.25 2.4 6.25 4.62v5.27c0 .31-.25.55-.55.55h-15.67z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
45
|
+
React.createElement("path", { d: "M77.38 75.32l-11.3-21.37H56L34.63 75.32h42.75z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
46
|
+
React.createElement("path", { d: "M45.37 74.41l.01 31.9c0 7.98 6.47 14.45 14.45 14.45h24.34c7.98 0 6.25 6.47 6.25 14.45 0 7.98-6.47 9.11-14.45 9.11l-16.1 5.34c-7.98 0-14.45 6.47-14.45 14.45v28.03c0 4.46 3.61 8.07 8.07 8.07h3.62v-49.17c0-11.81 14.94-11.62 22.91-11.62l5.24 10.29c2.18-.06 6.47-.39 10.66-4.67 8.07-8.14 14.65-24.16 14.65-29.96 0-7.98-6.47-14.45-14.45-14.45H79.98c-7.98 0-14.45-6.47-14.45-14.45V74.99", fill: "#BDC4CF" }),
|
|
47
|
+
React.createElement("path", { d: "M45.37 74.41l.01 31.9c0 7.98 6.47 14.45 14.45 14.45h24.34c7.98 0 6.25 6.47 6.25 14.45 0 7.98-6.47 9.11-14.45 9.11l-16.1 5.34c-7.98 0-14.45 6.47-14.45 14.45v28.03c0 4.46 3.61 8.07 8.07 8.07h3.62v-49.17c0-11.81 14.94-11.62 22.91-11.62l5.24 10.29c2.18-.06 6.47-.39 10.66-4.67 8.07-8.14 14.65-24.16 14.65-29.96 0-7.98-6.47-14.45-14.45-14.45H79.98c-7.98 0-14.45-6.47-14.45-14.45V74.99", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
48
|
+
React.createElement("path", { d: "M79.88 129.54l9.36-.05s3.61 7.14-1.65 14.28c-5 6.32-10.49 5.86-10.49 5.86l-16.24.07s-3.41-.38-6.78 1.12c-1.03.46-2.3 1.15-3.46 2.06l19.43-19.52c0 .01 4.75-4.36 9.83-3.82z", fill: "url(#streams-logs_svg__paint4_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
49
|
+
React.createElement("path", { d: "M74.91 149.68h7.78c-2.33 0-5.13-.03-7.78-.03v.03z", fill: "url(#streams-logs_svg__paint5_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
50
|
+
React.createElement("path", { d: "M82.68 149.68h2.62c3.01-.01 5.81-.94 8.12-2.53a14.395 14.395 0 01-5.82 2.31c-.74.17-2.59.22-4.92.22z", fill: "url(#streams-logs_svg__paint6_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
51
|
+
React.createElement("path", { d: "M105.46 100.6H89.32c-14.65 0-14.45-6.47-14.45-14.45V75.32h12.58L66.08 53.95 44.7 75.32h10.02v30.99c0 7.98 6.47 14.45 14.45 14.45H85.3c7.98 0 14.45 6.47 14.45 14.45 0 4.97-2.51 9.35-6.33 11.96 1.59-1.08 2.82-2.35 3.76-3.51l8.27-14.15c7.98 0 14.45-6.47 14.45-14.45 0-7.98-6.47-14.46-14.44-14.46z", fill: "url(#streams-logs_svg__paint7_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
52
|
+
React.createElement("path", { d: "M119.9 115.29c-.03 2-.45 3.62-.99 5.02-1.27 3.26-3.3 5-3.3 5l-20.15 20.15s4.15-3.59 4.29-10c0 0 .29-5.49-3.67-9.91", fill: "url(#streams-logs_svg__paint8_linear)" }),
|
|
53
|
+
React.createElement("path", { d: "M119.9 115.29c-.03 2-.45 3.62-.99 5.02-1.27 3.26-3.3 5-3.3 5l-20.15 20.15s4.15-3.59 4.29-10c0 0 .29-5.49-3.67-9.91", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
54
|
+
React.createElement("path", { d: "M92.61 172.21c0-.35 2.43-.64 5.42-.64 3 0 5.42.29 5.42.64v14.5c0 10.41-8.47 18.87-18.87 18.87H63.62c-7.11 0-13.32-3.95-16.53-9.78-1.49-2.7 9.32-5.07 10.65-3.64a8.01 8.01 0 005.88 2.57h20.96c4.42 0 8.02-3.6 8.02-8.02v-14.5h.01z", fill: "#BDC3CD", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
55
|
+
React.createElement("path", { d: "M73.03 138.82v6.3c0 13.16 10.67 23.82 23.82 23.82s23.82-10.67 23.82-23.82v-6.63", fill: "url(#streams-logs_svg__paint9_linear)" }),
|
|
56
|
+
React.createElement("path", { d: "M73.03 138.82v6.3c0 13.16 10.67 23.82 23.82 23.82s23.82-10.67 23.82-23.82v-6.63", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
57
|
+
React.createElement("path", { d: "M88.94 167.57L49.36 206.5a5.02 5.02 0 01-3.56 1.47c-1.29 0-2.57-.49-3.56-1.47-1.96-1.96-4.36-4.57-4.36-4.57l44.04-41.58", fill: "url(#streams-logs_svg__paint10_linear)" }),
|
|
58
|
+
React.createElement("path", { d: "M88.94 167.57L49.36 206.5a5.02 5.02 0 01-3.56 1.47c-1.29 0-2.57-.49-3.56-1.47-1.96-1.96-4.36-4.57-4.36-4.57l44.04-41.58", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
59
|
+
React.createElement("path", { d: "M87.23 160.62l-41.89 41.63a5.02 5.02 0 01-3.56 1.47c-1.29 0-2.57-.49-3.56-1.47a5.034 5.034 0 010-7.11L79 154.63l.01-.01c-3.73-4.2-5.99-9.73-5.99-15.79 0-13.16 10.67-23.82 23.82-23.82s23.82 10.67 23.82 23.82c0 13.16-10.67 23.82-23.82 23.82-3.41-.01-6.67-.73-9.61-2.03z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
60
|
+
React.createElement("path", { d: "M87.23 160.62l1.73 6.94", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
61
|
+
React.createElement("path", { d: "M87.23 160.62l-41.89 41.63a5.02 5.02 0 01-3.56 1.47c-1.29 0-2.57-.49-3.56-1.47a5.034 5.034 0 010-7.11L79 154.63l.01-.01c-3.73-4.2-5.99-9.73-5.99-15.79 0-13.16 10.67-23.82 23.82-23.82s23.82 10.67 23.82 23.82c0 13.16-10.67 23.82-23.82 23.82-3.41-.01-6.67-.73-9.61-2.03z", fill: "url(#streams-logs_svg__paint11_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10, strokeLinejoin: "round" }),
|
|
62
|
+
React.createElement("path", { d: "M113.476 141.345c1.482-9.181-4.759-17.826-13.94-19.309-9.182-1.482-17.827 4.759-19.31 13.941-1.482 9.181 4.76 17.826 13.941 19.308 9.181 1.483 17.826-4.758 19.309-13.94z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
63
|
+
React.createElement("path", { d: "M96.85 147.63c7.2 0 13.42-3.91 16.78-9.72-3.36-5.81-9.59-9.72-16.78-9.72-7.2 0-13.45 3.91-16.81 9.72 3.36 5.81 9.61 9.72 16.81 9.72z", fill: "url(#streams-logs_svg__paint12_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
64
|
+
React.createElement("path", { d: "M100.064 145.23a7.96 7.96 0 10-6.251-14.641 7.96 7.96 0 006.251 14.641z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
65
|
+
React.createElement("path", { d: "M96.94 132.38v10.96M102.42 137.86H91.46", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
66
|
+
React.createElement("path", { d: "M90.61 165.48c0-.77 3.32-1.39 7.42-1.39s7.42.62 7.42 1.39v6.24H90.61v-6.24z", fill: "url(#streams-logs_svg__paint13_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
67
|
+
React.createElement("path", { d: "M98.03 173.11c4.098 0 7.42-.622 7.42-1.39 0-.768-3.322-1.39-7.42-1.39s-7.42.622-7.42 1.39c0 .768 3.322 1.39 7.42 1.39z", fill: "url(#streams-logs_svg__paint14_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
68
|
+
React.createElement("path", { d: "M92.61 176.47v-4.26c0-.35 2.43-.64 5.42-.64 3 0 5.42.29 5.42.64v4.26", fill: "#BDC3CD" }),
|
|
69
|
+
React.createElement("path", { d: "M92.61 176.47v-4.26c0-.35 2.43-.64 5.42-.64 3 0 5.42.29 5.42.64v4.26", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
70
|
+
React.createElement("defs", null,
|
|
71
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint0_linear", x1: 29, y1: 73.76, x2: 128.619, y2: 73.76, gradientUnits: "userSpaceOnUse" },
|
|
72
|
+
React.createElement("stop", { stopColor: "#E8EAEC" }),
|
|
73
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
74
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint1_linear", x1: 29, y1: 40.525, x2: 128.619, y2: 40.525, gradientUnits: "userSpaceOnUse" },
|
|
75
|
+
React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
|
|
76
|
+
React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
|
|
77
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint2_linear", x1: 100.173, y1: 168.411, x2: 221.443, y2: 168.411, gradientUnits: "userSpaceOnUse" },
|
|
78
|
+
React.createElement("stop", { offset: 0.284, stopColor: "#6063F5" }),
|
|
79
|
+
React.createElement("stop", { offset: 1, stopColor: "#4A85F6" })),
|
|
80
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint3_linear", x1: 139.228, y1: 170.502, x2: 160.575, y2: 147.513, gradientUnits: "userSpaceOnUse" },
|
|
81
|
+
React.createElement("stop", { stopColor: "#2BC8A0" }),
|
|
82
|
+
React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })),
|
|
83
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint4_linear", x1: 70.535, y1: 192.16, x2: 70.535, y2: 74.718, gradientUnits: "userSpaceOnUse" },
|
|
84
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
85
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
86
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint5_linear", x1: 74.906, y1: 149.664, x2: 82.682, y2: 149.664, gradientUnits: "userSpaceOnUse" },
|
|
87
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
88
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
89
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint6_linear", x1: 82.682, y1: 148.418, x2: 93.422, y2: 148.418, gradientUnits: "userSpaceOnUse" },
|
|
90
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
91
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
92
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint7_linear", x1: 82.302, y1: 192.16, x2: 82.302, y2: 74.718, gradientUnits: "userSpaceOnUse" },
|
|
93
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
94
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
95
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint8_linear", x1: 107.682, y1: 192.16, x2: 107.682, y2: 74.718, gradientUnits: "userSpaceOnUse" },
|
|
96
|
+
React.createElement("stop", { stopColor: "#2BC8A0" }),
|
|
97
|
+
React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })),
|
|
98
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint9_linear", x1: 92.556, y1: 151.162, x2: 35.085, y2: 206.006, gradientUnits: "userSpaceOnUse" },
|
|
99
|
+
React.createElement("stop", { stopColor: "#F4D" }),
|
|
100
|
+
React.createElement("stop", { offset: 1, stopColor: "#EBCA40" })),
|
|
101
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint10_linear", x1: 95.734, y1: 154.492, x2: 38.263, y2: 209.336, gradientUnits: "userSpaceOnUse" },
|
|
102
|
+
React.createElement("stop", { stopColor: "#F4D" }),
|
|
103
|
+
React.createElement("stop", { offset: 1, stopColor: "#EBCA40" })),
|
|
104
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint11_linear", x1: 36.749, y1: 159.357, x2: 120.671, y2: 159.357, gradientUnits: "userSpaceOnUse" },
|
|
105
|
+
React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
|
|
106
|
+
React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
|
|
107
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint12_linear", x1: 80.038, y1: 137.911, x2: 113.63, y2: 137.911, gradientUnits: "userSpaceOnUse" },
|
|
108
|
+
React.createElement("stop", { offset: 0.284, stopColor: "#6063F5" }),
|
|
109
|
+
React.createElement("stop", { offset: 1, stopColor: "#4A85F6" })),
|
|
110
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint13_linear", x1: 90.608, y1: 167.903, x2: 105.457, y2: 167.903, gradientUnits: "userSpaceOnUse" },
|
|
111
|
+
React.createElement("stop", { offset: 0.284, stopColor: "#6063F5" }),
|
|
112
|
+
React.createElement("stop", { offset: 1, stopColor: "#4A85F6" })),
|
|
113
|
+
React.createElement("linearGradient", { id: "streams-logs_svg__paint14_linear", x1: 90.608, y1: 171.716, x2: 105.457, y2: 171.716, gradientUnits: "userSpaceOnUse" },
|
|
114
|
+
React.createElement("stop", { offset: 0.284, stopColor: "#6063F5" }),
|
|
115
|
+
React.createElement("stop", { offset: 1, stopColor: "#4A85F6" })))));
|
|
116
|
+
}, {
|
|
117
|
+
name: illustrationComponentName,
|
|
118
|
+
})({});
|
|
@@ -0,0 +1,114 @@
|
|
|
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 IllustrationUsers = 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: "M129.489 177.593H17.939a8.549 8.549 0 01-8.549-8.549v-82.28a8.549 8.549 0 018.549-8.55h111.55a8.55 8.55 0 018.549 8.55v82.28a8.549 8.549 0 01-8.549 8.549z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
34
|
+
React.createElement("path", { d: "M38.718 111.866H20.95a3.84 3.84 0 01-3.837-3.838V90.251a3.84 3.84 0 013.837-3.837h17.768a3.84 3.84 0 013.837 3.837v17.768a3.83 3.83 0 01-3.837 3.847z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
35
|
+
React.createElement("path", { d: "M19.804 102.375c0-2.604 3.04-4.79 7.208-5.489v-4.342c0-1.506 1.234-2.76 2.74-2.73a2.69 2.69 0 012.632 2.681v.408l.913 1.855h-.903v2.08c4.294.64 7.48 2.875 7.48 5.527v5.197a.87.87 0 01-.874.874H20.736a.912.912 0 01-.913-.913v-5.148h-.019zM48.131 125.883h-29.96a1.065 1.065 0 01-1.068-1.068c0-.593.476-1.069 1.069-1.069H48.13c.593 0 1.069.476 1.069 1.069 0 .592-.476 1.068-1.069 1.068zM38.68 119.89H18.171a1.066 1.066 0 01-1.068-1.069c0-.592.476-1.068 1.068-1.068H38.67c.592 0 1.068.476 1.068 1.068 0 .593-.476 1.069-1.059 1.069zM48.131 131.877h-29.96a1.065 1.065 0 01-1.068-1.068c0-.593.476-1.069 1.069-1.069H48.13c.593 0 1.069.476 1.069 1.069 0 .592-.476 1.068-1.069 1.068zM38.795 159.32H18.172a1.065 1.065 0 01-1.069-1.068c0-.593.476-1.069 1.069-1.069h20.623c.593 0 1.07.476 1.07 1.069 0 .592-.477 1.068-1.07 1.068zM38.795 165.1H18.172a1.065 1.065 0 01-1.069-1.068c0-.593.476-1.069 1.069-1.069h20.623c.593 0 1.07.476 1.07 1.069 0 .583-.477 1.068-1.07 1.068zM170.698 84.792h51.165a4.333 4.333 0 014.323 4.323v10.87h6.577v-10.87c0-6.014-4.886-10.9-10.9-10.9h-51.136l-.029 6.577z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
36
|
+
React.createElement("path", { d: "M223.116 105.027h12.338v-2.915a3.254 3.254 0 00-3.255-3.254h-5.828a3.255 3.255 0 00-3.255 3.254v2.915z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
37
|
+
React.createElement("path", { d: "M164.393 177.583h71.867c2.059 0 3.74-1.67 3.74-3.74v-65.076c0-2.06-1.671-3.74-3.74-3.74h-71.867a3.741 3.741 0 00-3.74 3.74v65.076a3.74 3.74 0 003.74 3.74z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
38
|
+
React.createElement("path", { d: "M232.882 132.34a3.915 3.915 0 10-7.235-2.996 3.915 3.915 0 007.235 2.996zM232.883 143.988a3.916 3.916 0 10-7.236-2.996 3.916 3.916 0 007.236 2.996zM229.256 158.048a3.915 3.915 0 100-7.83 3.915 3.915 0 000 7.83zM229.256 169.695a3.915 3.915 0 100-7.83 3.915 3.915 0 000 7.83z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
39
|
+
React.createElement("path", { d: "M183.987 113.332h33.582c.574 0 1.03-.456 1.03-1.029s-.456-1.03-1.03-1.03h-33.582c-.573 0-1.03.457-1.03 1.03s.457 1.029 1.03 1.029zM183.987 117.548h33.582c.574 0 1.03-.456 1.03-1.029s-.456-1.03-1.03-1.03h-33.582c-.573 0-1.03.457-1.03 1.03s.457 1.029 1.03 1.029zM183.987 121.774h33.582c.574 0 1.03-.456 1.03-1.029 0-.574-.456-1.03-1.03-1.03h-33.582a1.03 1.03 0 000 2.059z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
40
|
+
React.createElement("path", { d: "M211.469 134.06h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
41
|
+
React.createElement("path", { d: "M204.341 134.06h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
42
|
+
React.createElement("path", { d: "M197.214 134.06h7.13v-7.131h-7.13v7.131zM190.076 134.06h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
43
|
+
React.createElement("path", { d: "M182.949 134.06h7.13v-7.131h-7.13v7.131zM211.469 141.187h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
44
|
+
React.createElement("path", { d: "M204.341 141.187h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
45
|
+
React.createElement("path", { d: "M197.214 141.187h7.13v-7.13h-7.13v7.13zM190.076 141.187h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
46
|
+
React.createElement("path", { d: "M182.949 141.187h7.13v-7.13h-7.13v7.13zM211.469 148.315h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
47
|
+
React.createElement("path", { d: "M204.341 148.315h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
48
|
+
React.createElement("path", { d: "M197.214 148.315h7.13v-7.131h-7.13v7.131zM190.076 148.315h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
49
|
+
React.createElement("path", { d: "M182.949 148.315h7.13v-7.131h-7.13v7.131zM211.469 155.442h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
50
|
+
React.createElement("path", { d: "M204.341 155.442h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
51
|
+
React.createElement("path", { d: "M197.214 155.442h7.13v-7.13h-7.13v7.13zM190.076 155.442h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
52
|
+
React.createElement("path", { d: "M182.949 155.442h7.13v-7.13h-7.13v7.13zM211.469 162.57h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
53
|
+
React.createElement("path", { d: "M204.341 162.57h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
54
|
+
React.createElement("path", { d: "M197.214 162.57h7.13v-7.13h-7.13v7.13zM190.076 162.57h7.131v-7.13h-7.131v7.13z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
55
|
+
React.createElement("path", { d: "M182.949 162.57h7.13v-7.13h-7.13v7.13zM211.469 169.698h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
56
|
+
React.createElement("path", { d: "M204.341 169.698h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
57
|
+
React.createElement("path", { d: "M197.214 169.698h7.13v-7.131h-7.13v7.131zM190.076 169.698h7.131v-7.131h-7.131v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
58
|
+
React.createElement("path", { d: "M182.949 169.698h7.13v-7.131h-7.13v7.131z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
59
|
+
React.createElement("path", { d: "M229.217 122.649a6.12 6.12 0 10-.002-12.242 6.12 6.12 0 00.002 12.242z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
60
|
+
React.createElement("path", { d: "M229.217 120.599a4.07 4.07 0 10-.001-8.141 4.07 4.07 0 00.001 8.141z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
61
|
+
React.createElement("path", { d: "M231.449 117.356a2.38 2.38 0 10-4.462-1.658 2.38 2.38 0 004.462 1.658z", fill: "#EAECEE", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
62
|
+
React.createElement("path", { d: "M199.433 182.214v16.493c0 7.725-34.822 13.984-77.784 13.984s-77.784-6.259-77.784-13.984v-16.493", fill: "#BDC4CF" }),
|
|
63
|
+
React.createElement("path", { d: "M199.433 182.214v16.493c0 7.725-34.822 13.984-77.784 13.984s-77.784-6.259-77.784-13.984v-16.493", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
64
|
+
React.createElement("path", { d: "M121.649 196.198c42.959 0 77.784-6.261 77.784-13.984 0-7.724-34.825-13.985-77.784-13.985s-77.784 6.261-77.784 13.985c0 7.723 34.825 13.984 77.784 13.984z", fill: "url(#users_svg__paint0_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
65
|
+
React.createElement("path", { d: "M181.518 185.237H61.791a4.076 4.076 0 01-4.075-4.076V52.13a4.076 4.076 0 014.075-4.076h119.727a4.076 4.076 0 014.076 4.076v129.042a4.082 4.082 0 01-4.076 4.065z", fill: "url(#users_svg__paint1_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
66
|
+
React.createElement("path", { d: "M57.716 71.13h127.866V52.164a4.105 4.105 0 00-4.109-4.109H61.825a4.105 4.105 0 00-4.11 4.11V71.13z", fill: "#BDC4CF", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
67
|
+
React.createElement("path", { d: "M103.69 127.26V99.313c0-9.45 7.658-17.109 17.108-17.109s17.109 7.659 17.109 17.109v2.598l5.811 5.811h-5.777v19.292l-16.325 16.974-17.926-16.728z", fill: "url(#users_svg__paint2_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
68
|
+
React.createElement("path", { d: "M121.604 143.977l16.247-16.896.078-.09c27.376 4.109 47.654 18.329 47.654 35.225v19.001a4.005 4.005 0 01-4.009 4.009H61.735a4.005 4.005 0 01-4.008-4.009v-19.001c0-16.571 19.404-30.556 45.962-34.978l17.915 16.739z", fill: "url(#users_svg__paint3_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
69
|
+
React.createElement("path", { d: "M85.64 158.04v27.197M156.941 158.04v27.197", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
70
|
+
React.createElement("path", { d: "M143.774 66.865a7.278 7.278 0 100-14.557 7.278 7.278 0 000 14.557z", fill: "url(#users_svg__paint4_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
71
|
+
React.createElement("path", { d: "M158.33 66.865a7.278 7.278 0 100-14.557 7.278 7.278 0 000 14.557z", fill: "url(#users_svg__paint5_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
72
|
+
React.createElement("path", { d: "M179.961 61.276a7.277 7.277 0 10-14.165-3.345 7.277 7.277 0 005.41 8.755 7.277 7.277 0 008.755-5.41z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
73
|
+
React.createElement("path", { d: "M165.596 59.273c1.411-2.25 4.143-3.773 7.278-3.773s5.867 1.534 7.278 3.785v.01c-1.411 2.251-4.131 3.774-7.266 3.774-3.147-.011-5.879-1.534-7.29-3.796z", fill: "url(#users_svg__paint6_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
74
|
+
React.createElement("path", { d: "M173.02 63.069a3.784 3.784 0 100-7.568 3.784 3.784 0 000 7.568z", fill: "#000", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
75
|
+
React.createElement("path", { d: "M162.282 54.604h-5.755v8.308h5.755v-8.308z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
76
|
+
React.createElement("path", { d: "M160.121 56.273h-5.755v8.307h5.755v-8.307z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
77
|
+
React.createElement("path", { d: "M143.774 55.657v7.871M139.844 59.587h7.871M55.275 206.007v-16.493M43.877 182.852v15.855M68.32 192.414v16.493M76.504 193.657v16.493M199.433 182.852v15.866s.66 3.896-11.399 7.3v-16.493M174.979 192.414v16.493M166.794 193.657v16.493", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
78
|
+
React.createElement("path", { d: "M48.3 61.86v6.192c0 10.547 8.554 19.101 19.101 19.101 10.547 0 19.102-8.554 19.102-19.101V61.86", fill: "#000" }),
|
|
79
|
+
React.createElement("path", { d: "M48.3 61.86v6.192c0 10.547 8.554 19.101 19.101 19.101 10.547 0 19.102-8.554 19.102-19.101V61.86", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
80
|
+
React.createElement("path", { d: "M67.412 80.962c10.55 0 19.102-8.553 19.102-19.102 0-10.55-8.552-19.102-19.102-19.102S48.31 51.31 48.31 61.86s8.553 19.102 19.102 19.102z", fill: "#fff", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
81
|
+
React.createElement("path", { d: "M67.412 75.71c7.65 0 13.85-6.2 13.85-13.85 0-7.65-6.2-13.85-13.85-13.85-7.65 0-13.85 6.2-13.85 13.85 0 7.65 6.2 13.85 13.85 13.85z", fill: "url(#users_svg__paint7_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
82
|
+
React.createElement("path", { d: "M57.66 58.176V62.7l10.413 10.413 25.853-25.854v-4.49L68.073 68.59 57.66 58.176z", fill: "#000", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
83
|
+
React.createElement("path", { d: "M68.073 68.59L57.66 58.175l6.147-6.136 4.266 4.266L87.79 36.59l6.136 6.147-25.853 25.853z", fill: "url(#users_svg__paint8_linear)", stroke: "#000", strokeWidth: 0.4, strokeMiterlimit: 10 }),
|
|
84
|
+
React.createElement("defs", null,
|
|
85
|
+
React.createElement("linearGradient", { id: "users_svg__paint0_linear", x1: 43.87, y1: 182.217, x2: 199.436, y2: 182.217, gradientUnits: "userSpaceOnUse" },
|
|
86
|
+
React.createElement("stop", { offset: 0.044, stopColor: "#FF4F40" }),
|
|
87
|
+
React.createElement("stop", { offset: 1, stopColor: "#FC44DD" })),
|
|
88
|
+
React.createElement("linearGradient", { id: "users_svg__paint1_linear", x1: 49.404, y1: 189.625, x2: 170.201, y2: 67.609, gradientUnits: "userSpaceOnUse" },
|
|
89
|
+
React.createElement("stop", { stopColor: "#3885FF" }),
|
|
90
|
+
React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
|
|
91
|
+
React.createElement("linearGradient", { id: "users_svg__paint2_linear", x1: 89.714, y1: 177.883, x2: 111.067, y2: 132.127, gradientUnits: "userSpaceOnUse" },
|
|
92
|
+
React.createElement("stop", { stopColor: "#E9ECEE" }),
|
|
93
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
94
|
+
React.createElement("linearGradient", { id: "users_svg__paint3_linear", x1: 112.834, y1: 188.672, x2: 134.187, y2: 142.916, gradientUnits: "userSpaceOnUse" },
|
|
95
|
+
React.createElement("stop", { stopColor: "#E9ECEE" }),
|
|
96
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
97
|
+
React.createElement("linearGradient", { id: "users_svg__paint4_linear", x1: 136.504, y1: 59.592, x2: 151.053, y2: 59.592, gradientUnits: "userSpaceOnUse" },
|
|
98
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
99
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
100
|
+
React.createElement("linearGradient", { id: "users_svg__paint5_linear", x1: 151.053, y1: 59.592, x2: 165.602, y2: 59.592, gradientUnits: "userSpaceOnUse" },
|
|
101
|
+
React.createElement("stop", { stopColor: "#3885FF" }),
|
|
102
|
+
React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
|
|
103
|
+
React.createElement("linearGradient", { id: "users_svg__paint6_linear", x1: 165.6, y1: 59.281, x2: 180.154, y2: 59.281, gradientUnits: "userSpaceOnUse" },
|
|
104
|
+
React.createElement("stop", { stopColor: "#1BC99F" }),
|
|
105
|
+
React.createElement("stop", { offset: 1, stopColor: "#3EC6EB" })),
|
|
106
|
+
React.createElement("linearGradient", { id: "users_svg__paint7_linear", x1: 66.828, y1: 87.133, x2: 67.903, y2: 40.499, gradientUnits: "userSpaceOnUse" },
|
|
107
|
+
React.createElement("stop", { stopColor: "#3885FF" }),
|
|
108
|
+
React.createElement("stop", { offset: 1, stopColor: "#635DFF" })),
|
|
109
|
+
React.createElement("linearGradient", { id: "users_svg__paint8_linear", x1: 57.663, y1: 52.589, x2: 93.927, y2: 52.589, gradientUnits: "userSpaceOnUse" },
|
|
110
|
+
React.createElement("stop", { stopColor: "#2BC8A0" }),
|
|
111
|
+
React.createElement("stop", { offset: 1, stopColor: "#47C7E9" })))));
|
|
112
|
+
}, {
|
|
113
|
+
name: illustrationComponentName,
|
|
114
|
+
})({});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { rootShouldForwardProp, styled } from '../styled';
|
|
2
|
+
var imageComponentName = 'QuantumImage';
|
|
3
|
+
export var imageFit = {
|
|
4
|
+
contain: 'contain',
|
|
5
|
+
cover: 'cover',
|
|
6
|
+
none: 'unset',
|
|
7
|
+
'scale-down': 'scale-down',
|
|
8
|
+
};
|
|
9
|
+
export var Image = styled('img', {
|
|
10
|
+
name: imageComponentName,
|
|
11
|
+
shouldForwardProp: function (prop) {
|
|
12
|
+
return rootShouldForwardProp(prop) &&
|
|
13
|
+
prop !== 'fit' &&
|
|
14
|
+
prop !== 'disableResponsive' &&
|
|
15
|
+
prop !== 'height' &&
|
|
16
|
+
prop !== 'width';
|
|
17
|
+
},
|
|
18
|
+
})(function (_a) {
|
|
19
|
+
var height = _a.height, width = _a.width, fit = _a.fit, disableResponsive = _a.disableResponsive;
|
|
20
|
+
return ({
|
|
21
|
+
display: 'block',
|
|
22
|
+
height: height ? height : 'auto',
|
|
23
|
+
width: width ? width : 'auto',
|
|
24
|
+
maxWidth: disableResponsive ? 'auto' : '100%',
|
|
25
|
+
objectFit: fit ? imageFit[fit] : 'unset',
|
|
26
|
+
});
|
|
27
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Image } from './image';
|
|
@@ -0,0 +1,111 @@
|
|
|
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
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
24
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
25
|
+
if (!m) return o;
|
|
26
|
+
var i = m.call(o), r, ar = [], e;
|
|
27
|
+
try {
|
|
28
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
29
|
+
}
|
|
30
|
+
catch (error) { e = { error: error }; }
|
|
31
|
+
finally {
|
|
32
|
+
try {
|
|
33
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
34
|
+
}
|
|
35
|
+
finally { if (e) throw e.error; }
|
|
36
|
+
}
|
|
37
|
+
return ar;
|
|
38
|
+
};
|
|
39
|
+
import * as React from 'react';
|
|
40
|
+
import { FormField } from '../form';
|
|
41
|
+
import { FolderCancelIcon, LinkIcon } from '../icon';
|
|
42
|
+
import { Input, InputAdornment } from '../input';
|
|
43
|
+
import { Spinner } from '../spinner';
|
|
44
|
+
import { useTheme } from '../theme';
|
|
45
|
+
import { styled } from '../styled';
|
|
46
|
+
var imagePreviewFieldComponentName = 'QuantumImagePreviewField';
|
|
47
|
+
// remove all html props it does not need them, and some come from uncontrolled areas
|
|
48
|
+
var PreviewWrapper = styled('div', { name: imagePreviewFieldComponentName, slot: 'Preview' })(function (_a) {
|
|
49
|
+
var theme = _a.theme, ownerState = _a.ownerState;
|
|
50
|
+
return ({
|
|
51
|
+
border: "1px solid ".concat(theme.tokens.color_border_bold),
|
|
52
|
+
borderRadius: theme.shape.borderRadius,
|
|
53
|
+
borderBottomLeftRadius: 0,
|
|
54
|
+
borderBottomRightRadius: 0,
|
|
55
|
+
borderBottom: 'none',
|
|
56
|
+
backgroundColor: ownerState.disabled ? theme.tokens.color_bg_input_disabled : theme.tokens.color_bg_input,
|
|
57
|
+
height: '120px',
|
|
58
|
+
display: 'flex',
|
|
59
|
+
alignItems: 'center',
|
|
60
|
+
justifyContent: 'center',
|
|
61
|
+
});
|
|
62
|
+
});
|
|
63
|
+
var ImagePreview = styled('img', { name: imagePreviewFieldComponentName, slot: 'Img' })(function (_a) {
|
|
64
|
+
var ownerState = _a.ownerState;
|
|
65
|
+
return ({
|
|
66
|
+
height: '60px',
|
|
67
|
+
maxWidth: '100%',
|
|
68
|
+
display: ownerState.visible ? 'inline' : 'none',
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
var TextInput = styled(Input)({
|
|
72
|
+
borderTopRightRadius: 0,
|
|
73
|
+
borderTopLeftRadius: 0,
|
|
74
|
+
});
|
|
75
|
+
export var ImagePreviewFieldState;
|
|
76
|
+
(function (ImagePreviewFieldState) {
|
|
77
|
+
ImagePreviewFieldState[ImagePreviewFieldState["Idle"] = 0] = "Idle";
|
|
78
|
+
ImagePreviewFieldState[ImagePreviewFieldState["Loading"] = 1] = "Loading";
|
|
79
|
+
ImagePreviewFieldState[ImagePreviewFieldState["Error"] = 2] = "Error";
|
|
80
|
+
})(ImagePreviewFieldState || (ImagePreviewFieldState = {}));
|
|
81
|
+
var ImagePreviewContainer = function (props) {
|
|
82
|
+
var value = props.value, defaultValue = props.defaultValue, fallbackValue = props.fallbackValue;
|
|
83
|
+
var _a = __read(React.useState(ImagePreviewFieldState.Idle), 2), state = _a[0], setState = _a[1];
|
|
84
|
+
var theme = useTheme();
|
|
85
|
+
var statusIndicator;
|
|
86
|
+
React.useEffect(function () {
|
|
87
|
+
setState(!value ? ImagePreviewFieldState.Idle : ImagePreviewFieldState.Loading);
|
|
88
|
+
}, [value, defaultValue]);
|
|
89
|
+
if (state === ImagePreviewFieldState.Loading) {
|
|
90
|
+
statusIndicator = React.createElement(Spinner, { size: "medium" });
|
|
91
|
+
}
|
|
92
|
+
if (state === ImagePreviewFieldState.Error) {
|
|
93
|
+
statusIndicator = React.createElement(FolderCancelIcon, { size: 40, color: theme.tokens.color_fg_default });
|
|
94
|
+
}
|
|
95
|
+
return (React.createElement(React.Fragment, null,
|
|
96
|
+
state !== ImagePreviewFieldState.Idle && statusIndicator,
|
|
97
|
+
React.createElement(ImagePreview, { ownerState: { visible: state === ImagePreviewFieldState.Idle }, "data-testid": props['data-testid'] ? "".concat(props['data-testid'], "-image-previewer") : undefined, src: value || defaultValue || fallbackValue, onError: function () { return setState(ImagePreviewFieldState.Error); }, onLoad: function () { return setState(ImagePreviewFieldState.Idle); } })));
|
|
98
|
+
};
|
|
99
|
+
export var ImagePreviewField = React.forwardRef(function (props, ref) {
|
|
100
|
+
var _a = props.autoFocus, autoFocus = _a === void 0 ? false : _a, defaultValue = props.defaultValue, _b = props.disabled, disabled = _b === void 0 ? false : _b, _c = props.readOnly, readOnly = _c === void 0 ? false : _c, FormHelperTextProps = props.FormHelperTextProps, _d = props.fullWidth, fullWidth = _d === void 0 ? false : _d, hiddenLabel = props.hiddenLabel, InputLabelProps = props.InputLabelProps, inputProps = props.inputProps, InputProps = props.InputProps, inputRef = props.inputRef, label = props.label, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onFocus = props.onFocus, placeholder = props.placeholder, _e = props.required, required = _e === void 0 ? false : _e, value = props.value,
|
|
101
|
+
// remove props below from being spread to the FormControl
|
|
102
|
+
fallbackValue = props.fallbackValue,
|
|
103
|
+
// spread the rest to the FormControl at the root
|
|
104
|
+
rootProps = __rest(props, ["autoFocus", "defaultValue", "disabled", "readOnly", "FormHelperTextProps", "fullWidth", "hiddenLabel", "InputLabelProps", "inputProps", "InputProps", "inputRef", "label", "name", "onBlur", "onChange", "onFocus", "placeholder", "required", "value", "fallbackValue"]);
|
|
105
|
+
var isDisabled = disabled || readOnly;
|
|
106
|
+
return (React.createElement(FormField, __assign({ disabled: disabled, readOnly: readOnly, hiddenLabel: hiddenLabel, ref: ref, required: required, label: label, fullWidth: fullWidth, InputLabelProps: InputLabelProps }, rootProps),
|
|
107
|
+
React.createElement(PreviewWrapper, { ownerState: { disabled: isDisabled } },
|
|
108
|
+
React.createElement(ImagePreviewContainer, __assign({}, props))),
|
|
109
|
+
React.createElement(TextInput, __assign({ autoFocus: autoFocus, defaultValue: defaultValue, fullWidth: fullWidth, name: name, value: value, inputRef: inputRef, onBlur: onBlur, onChange: onChange, onFocus: onFocus, placeholder: placeholder, inputProps: inputProps, startAdornment: React.createElement(InputAdornment, { position: "start" },
|
|
110
|
+
React.createElement(LinkIcon, { size: "1.25em" })) }, InputProps))));
|
|
111
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ImagePreviewField } from './image-preview-field';
|
package/esm/index.js
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export * from './accordion';
|
|
2
|
+
export * from './alert';
|
|
3
|
+
export * from './app-bar';
|
|
4
|
+
export * from './app-layout';
|
|
5
|
+
export * from './autocomplete';
|
|
6
|
+
export * from './avatar';
|
|
7
|
+
export * from './avatar-block';
|
|
8
|
+
export * from './backdrop';
|
|
9
|
+
export * from './badge';
|
|
10
|
+
export * from './banner';
|
|
11
|
+
export * from './box';
|
|
12
|
+
export * from './breadcrumbs';
|
|
13
|
+
export * from './button';
|
|
14
|
+
export * from './card';
|
|
15
|
+
export * from './checkbox';
|
|
16
|
+
export * from './checkbox-field';
|
|
17
|
+
export * from './chip';
|
|
18
|
+
export * from './code';
|
|
19
|
+
export * from './collapse';
|
|
20
|
+
export * from './color-text-field';
|
|
21
|
+
export * from './column-layout';
|
|
22
|
+
export * from './config-block';
|
|
23
|
+
export * from './content';
|
|
24
|
+
export * from './copy-button';
|
|
25
|
+
export * from './css-baseline';
|
|
26
|
+
export * from './danger-zone';
|
|
27
|
+
export * from './data-table';
|
|
28
|
+
export * from './description-block';
|
|
29
|
+
export * from './dialog';
|
|
30
|
+
export * from './divider';
|
|
31
|
+
export * from './drawer';
|
|
32
|
+
export * from './dropdown-menu';
|
|
33
|
+
export * from './empty-state';
|
|
34
|
+
export * from './expansion-panel';
|
|
35
|
+
export * from './field-set';
|
|
36
|
+
export * from './form';
|
|
37
|
+
export * from './gallery-layout';
|
|
38
|
+
export * from './icon';
|
|
39
|
+
export * from './icon-button';
|
|
40
|
+
export * from './identicons';
|
|
41
|
+
export * from './illustrations';
|
|
42
|
+
export * from './image';
|
|
43
|
+
export * from './image-preview-field';
|
|
44
|
+
export * from './input';
|
|
45
|
+
export * from './label';
|
|
46
|
+
export * from './link';
|
|
47
|
+
export * from './list';
|
|
48
|
+
export * from './logo';
|
|
49
|
+
export * from './menu';
|
|
50
|
+
export * from './mobile-stepper';
|
|
51
|
+
export * from './no-ssr';
|
|
52
|
+
export * from './page';
|
|
53
|
+
export * from './pagination';
|
|
54
|
+
export * from './panel-layout';
|
|
55
|
+
export * from './paper';
|
|
56
|
+
export * from './popover';
|
|
57
|
+
export * from './popper';
|
|
58
|
+
export * from './portal';
|
|
59
|
+
export * from './promo-banner';
|
|
60
|
+
export * from './pulsing-dot';
|
|
61
|
+
export * from './quantum-provider';
|
|
62
|
+
export * from './radio';
|
|
63
|
+
export * from './radio-field';
|
|
64
|
+
export * from './region';
|
|
65
|
+
export * from './row-layout';
|
|
66
|
+
export * from './select';
|
|
67
|
+
export * from './selectable-card';
|
|
68
|
+
export * from './sidebar';
|
|
69
|
+
export * from './spinner';
|
|
70
|
+
export * from './stack-layout';
|
|
71
|
+
export * from './status';
|
|
72
|
+
export * from './stepper';
|
|
73
|
+
export * from './styles';
|
|
74
|
+
export * from './svg-icon';
|
|
75
|
+
export * from './switch';
|
|
76
|
+
export * from './table';
|
|
77
|
+
export * from './tabs';
|
|
78
|
+
export * from './text';
|
|
79
|
+
export * from './text-field';
|
|
80
|
+
export * from './theme';
|
|
81
|
+
export * from './title-block';
|
|
82
|
+
export * from './toast';
|
|
83
|
+
export * from './tooltip';
|
|
84
|
+
export * from './transitions';
|
|
85
|
+
export * from './use-media-query';
|
|
86
|
+
export * from './styled';
|
|
87
|
+
export * from './utils';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputActions } from './input-actions';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconButtonContext } from '../../icon-button';
|
|
3
|
+
import { InputAdornment } from '../input-adornment';
|
|
4
|
+
var iconButtonContext = {
|
|
5
|
+
edge: 'end',
|
|
6
|
+
};
|
|
7
|
+
export var InputActions = function (_a) {
|
|
8
|
+
var actions = _a.actions, multiline = _a.multiline;
|
|
9
|
+
if (!actions || !actions.length) {
|
|
10
|
+
return null;
|
|
11
|
+
}
|
|
12
|
+
return (React.createElement(React.Fragment, null, actions.map(function (action, index) {
|
|
13
|
+
if (!action) {
|
|
14
|
+
return null;
|
|
15
|
+
}
|
|
16
|
+
return (React.createElement(InputAdornment, { align: multiline ? 'top' : undefined, position: "end", key: index },
|
|
17
|
+
React.createElement(IconButtonContext.Provider, { value: iconButtonContext }, action)));
|
|
18
|
+
})));
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputAdornment } from './input-adornment';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { inputAdornmentClasses } from '@mui/material/InputAdornment';
|
|
2
|
+
export var createMuiInputAdornmentOverrides = function (_a) {
|
|
3
|
+
var _b;
|
|
4
|
+
var spacing = _a.spacing, tokens = _a.tokens;
|
|
5
|
+
return {
|
|
6
|
+
styleOverrides: {
|
|
7
|
+
root: {
|
|
8
|
+
color: tokens.color_fg_bold,
|
|
9
|
+
},
|
|
10
|
+
positionEnd: (_b = {
|
|
11
|
+
marginLeft: spacing(1.25)
|
|
12
|
+
},
|
|
13
|
+
_b["&.".concat(inputAdornmentClasses.sizeSmall)] = {
|
|
14
|
+
marginRight: -2,
|
|
15
|
+
},
|
|
16
|
+
_b),
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import * as React from 'react';
|
|
24
|
+
import MuiInputAdornment from '@mui/material/InputAdornment';
|
|
25
|
+
import { styled } from '../../styled';
|
|
26
|
+
import { Text } from '../../text';
|
|
27
|
+
export var inputAdornmentComponentName = 'QuantumInputAdornment';
|
|
28
|
+
var Root = styled(MuiInputAdornment, { name: inputAdornmentComponentName, slot: 'Root' })(function (_a) {
|
|
29
|
+
var theme = _a.theme, ownerState = _a.ownerState;
|
|
30
|
+
return __assign({}, (ownerState.align === 'top' && {
|
|
31
|
+
alignSelf: 'flex-start',
|
|
32
|
+
marginTop: theme.spacing(2.5),
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
export var InputAdornment = React.forwardRef(function (props, ref) {
|
|
36
|
+
var _a = props.align, align = _a === void 0 ? 'center' : _a, children = props.children, disableTypography = props.disableTypography, adornmentProps = __rest(props, ["align", "children", "disableTypography"]);
|
|
37
|
+
return (React.createElement(Root, __assign({ ref: ref, ownerState: { align: align }, disableTypography: true }, adornmentProps), typeof children === 'string' && !disableTypography ? (React.createElement(Text, { color: "textSecondary", variant: "body2" }, children)) : (children)));
|
|
38
|
+
});
|