@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,34 @@
|
|
|
1
|
+
import { useTheme } from '../theme/use-theme';
|
|
2
|
+
export var identiconComponentName = 'QuantumIdenticon';
|
|
3
|
+
export var IdenticonsCustomProperty;
|
|
4
|
+
(function (IdenticonsCustomProperty) {
|
|
5
|
+
IdenticonsCustomProperty["light"] = "--identicons-color-light";
|
|
6
|
+
IdenticonsCustomProperty["base"] = "--identicons-color-base";
|
|
7
|
+
IdenticonsCustomProperty["dark"] = "--identicons-color-dark";
|
|
8
|
+
})(IdenticonsCustomProperty || (IdenticonsCustomProperty = {}));
|
|
9
|
+
export var getIdenticonsColorMap = function (color, theme) {
|
|
10
|
+
if (color === void 0) { color = 'default'; }
|
|
11
|
+
/*
|
|
12
|
+
These are hardcoded since Identicons does not use palette colors. It was decided by design to keep this divergence for now.
|
|
13
|
+
See: https://auth0team.atlassian.net/browse/DXDP-2354
|
|
14
|
+
*/
|
|
15
|
+
if (color === 'primary') {
|
|
16
|
+
return theme.palette.identicons.primary;
|
|
17
|
+
}
|
|
18
|
+
return theme.palette.identicons.default;
|
|
19
|
+
};
|
|
20
|
+
export var getIdenticonsVariableOverrides = function (color, theme) {
|
|
21
|
+
var _a;
|
|
22
|
+
if (color === void 0) { color = 'default'; }
|
|
23
|
+
var map = getIdenticonsColorMap(color, theme);
|
|
24
|
+
return _a = {},
|
|
25
|
+
_a[IdenticonsCustomProperty.light] = map.light,
|
|
26
|
+
_a[IdenticonsCustomProperty.base] = map.base,
|
|
27
|
+
_a[IdenticonsCustomProperty.dark] = map.dark,
|
|
28
|
+
_a;
|
|
29
|
+
};
|
|
30
|
+
export var useColorMap = function (_a) {
|
|
31
|
+
var color = _a.color;
|
|
32
|
+
var theme = useTheme();
|
|
33
|
+
return getIdenticonsColorMap(color, theme);
|
|
34
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonAccessToken = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M20.425 5.301L6.478 15.827c-2.109 1.591-2.99 4.4-2.182 6.96l5.325 16.9C10.43 42.262 12.756 44 15.38 44H32.62c2.624 0 4.95-1.742 5.76-4.312l5.324-16.9c.807-2.561-.073-5.37-2.182-6.96L27.585 5.3a5.911 5.911 0 00-7.16 0z", fill: fills.dark }),
|
|
42
|
+
React.createElement("path", { d: "M19.516 36.157a6.346 6.346 0 01-4.47-1.831l-.061-.061a6.33 6.33 0 01-1.796-4.543c.03-1.7.72-3.286 1.942-4.468a6.34 6.34 0 017.876-.772l3.031-3.031 4.437-4.437.01-.01.666-.666a1.256 1.256 0 011.775 1.775l-1.182 1.181 1.902 1.902c.49.49.49 1.285 0 1.775l-2.834 2.83c-.49.489-1.283.489-1.775 0l-1.902-1.902-2.34 2.34c1.658 2.459 1.413 5.834-.75 8.026a6.338 6.338 0 01-4.529 1.892zm.035-9.326a2.995 2.995 0 00-2.151 5.075l.021.021a2.997 2.997 0 004.232-.028c.563-.57.869-1.323.862-2.12a2.965 2.965 0 00-.864-2.084l-.021-.019a2.98 2.98 0 00-2.079-.845z", fill: fills.light })));
|
|
43
|
+
}, {
|
|
44
|
+
name: identiconComponentName,
|
|
45
|
+
})({});
|
|
@@ -0,0 +1,47 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonAccountTakeover = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("circle", { cx: 24, cy: 23.99, r: 20.005, fill: fills.dark }),
|
|
42
|
+
React.createElement("circle", { cx: 24, cy: 23.99, r: 13.988, fill: fills.light }),
|
|
43
|
+
React.createElement("circle", { cx: 24, cy: 24, r: 7.949, fill: fills.dark }),
|
|
44
|
+
React.createElement("circle", { cx: 24, cy: 24, r: 2, fill: fills.light })));
|
|
45
|
+
}, {
|
|
46
|
+
name: identiconComponentName,
|
|
47
|
+
})({});
|
|
@@ -0,0 +1,46 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonActions = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M18 16.025V5.997A2.003 2.003 0 0016.006 4H5.994C4.898 4 4 4.9 4 5.997v10.006C4 17.1 4.898 18 5.994 18h9.99A1.975 1.975 0 0018 16.025z", fill: fills.light }),
|
|
42
|
+
React.createElement("path", { d: "M16.722 35.983c-2.8 0-5.039-2.485-4.759-5.436.259-2.553 2.541-4.417 5.039-4.417h13.803c4.586 0 8.7-3.44 9.151-8.166C40.473 12.57 36.34 8 31.192 8h-8.247c-1.077 0-1.96.91-1.96 2.02 0 1.109.883 2.019 1.96 2.019h7.967c2.541 0 4.867 1.886 5.125 4.482.302 2.996-1.98 5.526-4.845 5.526H17.11c-4.544 0-8.614 3.418-9.066 8.078C7.527 35.473 11.62 40 16.722 40h8.333c1.077 0 1.96-.91 1.96-2.02 0-1.109-.883-2.019-1.96-2.019h-8.333v.022z", fill: fills.dark }),
|
|
43
|
+
React.createElement("path", { d: "M44.08 42.031v-9.864c0-1.082-.902-1.97-2.004-1.97h-10.07c-1.102 0-2.006.888-2.006 1.97v9.864c0 1.082.904 1.969 2.005 1.969h10.049c1.123 0 2.027-.887 2.027-1.969z", fill: fills.base })));
|
|
44
|
+
}, {
|
|
45
|
+
name: identiconComponentName,
|
|
46
|
+
})({});
|
|
@@ -0,0 +1,46 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonActivity = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M6.003 8h35.934a4.003 4.003 0 014.004 4.003v23.994A4.003 4.003 0 0141.937 40H6.003A4.003 4.003 0 012 35.997V12.003A4.003 4.003 0 016.003 8z", fill: fills.light }),
|
|
42
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.538 15.533c.634.664.61 1.717-.054 2.353L26.67 29.16a1.663 1.663 0 01-2.298 0l-5.084-4.854-7.437 6.902a1.663 1.663 0 01-2.263-2.437l8.586-7.966a1.663 1.663 0 012.28.016l5.067 4.84 10.665-10.18a1.661 1.661 0 012.352.051z", fill: fills.dark }),
|
|
43
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.145 16.047a1.663 1.663 0 011.538-1.027h6.654c.919 0 1.663.744 1.663 1.662v6.655a1.665 1.665 0 01-2.84 1.178l-6.655-6.655a1.667 1.667 0 01-.36-1.813z", fill: fills.dark })));
|
|
44
|
+
}, {
|
|
45
|
+
name: identiconComponentName,
|
|
46
|
+
})({});
|
|
@@ -0,0 +1,47 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonAdvancedOptions = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("rect", { x: 42, y: 22, width: 36, height: 18, rx: 9, transform: "rotate(-180 42 22)", fill: fills.dark }),
|
|
42
|
+
React.createElement("circle", { cx: 33, cy: 13, r: 5, transform: "rotate(-180 33 13)", fill: fills.light }),
|
|
43
|
+
React.createElement("rect", { x: 42, y: 44, width: 36, height: 18, rx: 9, transform: "rotate(-180 42 44)", fill: fills.light }),
|
|
44
|
+
React.createElement("circle", { cx: 15, cy: 35, r: 5, transform: "rotate(-180 15 35)", fill: "#fff" })));
|
|
45
|
+
}, {
|
|
46
|
+
name: identiconComponentName,
|
|
47
|
+
})({});
|
|
@@ -0,0 +1,50 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonAnticipation = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 49", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("g", { clipPath: "url(#icon-anticipation_svg__clip0_827_218)" },
|
|
42
|
+
React.createElement("path", { d: "M29.632 36.423a4.992 4.992 0 013.512-1.456h3.914A4.967 4.967 0 0142 39.91v2.734a1.982 1.982 0 01-1.982 1.982h-9.834a1.982 1.982 0 01-1.982-1.982V39.91a4.917 4.917 0 011.43-3.487zM29.883 26.864a5.218 5.218 0 1110.436 0 5.218 5.218 0 01-10.436 0z", fill: fills.light }),
|
|
43
|
+
React.createElement("path", { d: "M7.455 36.423a4.943 4.943 0 013.512-1.456h3.889a4.967 4.967 0 014.967 4.943v2.734a1.984 1.984 0 01-2.007 1.982H7.982A1.982 1.982 0 016 42.644V39.91a4.942 4.942 0 011.455-3.487zM7.706 26.864a5.218 5.218 0 1110.436 0 5.218 5.218 0 01-10.436 0zM35.352 18.46a1.304 1.304 0 01-1.305-1.304V9.755a2.735 2.735 0 00-2.734-2.735H17.139a2.735 2.735 0 00-2.76 2.735v6.397a1.304 1.304 0 11-2.609 0V9.755a5.369 5.369 0 015.369-5.369h14.174a5.344 5.344 0 015.343 5.369v7.4a1.304 1.304 0 01-1.304 1.305z", fill: fills.dark }),
|
|
44
|
+
React.createElement("path", { d: "M35.076 19.012a1.28 1.28 0 01-.928-.376l-4.616-4.616a1.33 1.33 0 010-1.857 1.33 1.33 0 011.881 0l3.663 3.688 3.688-3.688a1.313 1.313 0 111.856 1.857l-4.616 4.616a1.278 1.278 0 01-.928.376z", fill: fills.dark })),
|
|
45
|
+
React.createElement("defs", null,
|
|
46
|
+
React.createElement("clipPath", { id: "icon-anticipation_svg__clip0_827_218" },
|
|
47
|
+
React.createElement("path", { fill: "#fff", transform: "translate(6 4.386)", d: "M0 0h36v40.24H0z" })))));
|
|
48
|
+
}, {
|
|
49
|
+
name: identiconComponentName,
|
|
50
|
+
})({});
|
|
@@ -0,0 +1,47 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonApiRelated = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M30.237 31.286c0-.714.578-1.292 1.292-1.292h1.778a7.015 7.015 0 016.993 7.012A7.015 7.015 0 0133.307 44h-1.778a1.291 1.291 0 01-1.292-1.292V31.286z", fill: fills.dark }),
|
|
42
|
+
React.createElement("path", { d: "M22.23 31.286c0-.714-.579-1.292-1.293-1.292h-1.778a7.015 7.015 0 00-6.993 7.012A7.015 7.015 0 0019.159 44h1.778c.714 0 1.292-.578 1.292-1.292V31.286zM33.99 11.486H31.74c-1.377-5.336-6.82-8.545-12.155-7.168-5.336 1.377-8.543 6.822-7.166 12.156a9.98 9.98 0 009.667 7.484h11.906a6.236 6.236 0 100-12.472z", fill: fills.light }),
|
|
43
|
+
React.createElement("path", { d: "M15.11 38.077H9.07c-2.797 0-5.07-2.2-5.07-4.905V17.777c0-2.704 2.275-4.904 5.07-4.904h6.04v2.122H9.07c-1.625 0-2.948 1.247-2.948 2.782v15.395c0 1.535 1.323 2.783 2.948 2.783h6.04v2.122z", fill: fills.light }),
|
|
44
|
+
React.createElement("path", { d: "M31.088 34.017H27.18a1.021 1.021 0 010-2.043h3.907v2.043zM39.31 38.044h3.907a1.021 1.021 0 000-2.042H39.31v2.042zM31.088 41.984H27.18a1.021 1.021 0 010-2.042h3.907v2.042z", fill: fills.dark })));
|
|
45
|
+
}, {
|
|
46
|
+
name: identiconComponentName,
|
|
47
|
+
})({});
|
|
@@ -0,0 +1,47 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonApi = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M13.451 22.05a1.989 1.989 0 00-2.812 0l-1.936 1.936c-4.194 4.218-4.185 11.035.022 15.244 4.21 4.187 11.01 4.187 15.222 0l1.936-1.936a1.989 1.989 0 000-2.812L13.45 22.05z", fill: fills.light }),
|
|
42
|
+
React.createElement("path", { d: "M10.933 39.277l-4.254 4.254a1.57 1.57 0 01-2.22-2.22l4.254-4.254 2.22 2.22z", fill: fills.light }),
|
|
43
|
+
React.createElement("path", { d: "M22.06 13.441a1.989 1.989 0 010-2.812l1.937-1.936C28.215 4.5 35.03 4.508 39.24 8.715c4.187 4.21 4.187 11.01 0 15.222l-1.936 1.936a1.989 1.989 0 01-2.812 0L22.06 13.441z", fill: fills.dark }),
|
|
44
|
+
React.createElement("path", { d: "M25.961 15.486l-4.253 4.254a1.57 1.57 0 01-2.22-2.22l4.253-4.254 2.22 2.22zM39.287 10.923l4.254-4.254a1.57 1.57 0 00-2.22-2.22l-4.254 4.254 2.22 2.22zM34.629 24.157l-4.253 4.253a1.57 1.57 0 01-2.22-2.22l4.253-4.253 2.22 2.22z", fill: fills.dark })));
|
|
45
|
+
}, {
|
|
46
|
+
name: identiconComponentName,
|
|
47
|
+
})({});
|
|
@@ -0,0 +1,46 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonApplications = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M34.54 29.135l6.373 3.183c1.566.782 1.566 3.017 0 3.8l-14.815 7.396a4.623 4.623 0 01-4.125 0L7.174 36.12c-1.565-.782-1.565-3.017 0-3.798l6.532-3.214", fill: fills.dark }),
|
|
42
|
+
React.createElement("path", { d: "M34.54 18.86l6.373 3.183c1.566.782 1.566 3.016 0 3.8L26.098 33.24a4.623 4.623 0 01-4.125 0L7.174 25.843c-1.565-.781-1.565-3.016 0-3.798l6.33-3.164", fill: fills.base }),
|
|
43
|
+
React.createElement("path", { d: "M21.94 23.058L7.306 15.745c-1.62-.81-1.62-3.123 0-3.932l14.631-7.319a4.693 4.693 0 014.194 0l14.648 7.319c1.622.81 1.62 3.124 0 3.932L26.13 23.058c-1.32.66-2.873.66-4.191 0z", fill: fills.light })));
|
|
44
|
+
}, {
|
|
45
|
+
name: identiconComponentName,
|
|
46
|
+
})({});
|
|
@@ -0,0 +1,46 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonAttributes = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M37.954 14.174V40a3.992 3.992 0 01-3.992 3.992h-19.97A3.992 3.992 0 0110 40V8.018a3.992 3.992 0 013.992-3.992h13.986l9.976 10.148z", fill: fills.light }),
|
|
42
|
+
React.createElement("path", { d: "M37.97 14.11H31.22a3.3 3.3 0 01-3.3-3.3V4l10.052 10.11z", fill: fills.dark }),
|
|
43
|
+
React.createElement("path", { d: "M29.986 22H18.014A2.007 2.007 0 0016 24c0 1.103.9 2 2.014 2h11.972A2.007 2.007 0 0032 24c0-1.106-.9-2-2.014-2zM26.1 28h-8.2c-1.048 0-1.9.894-1.9 2 0 1.103.85 2 1.9 2h8.2c1.048 0 1.9-.894 1.9-2 0-1.106-.852-2-1.9-2z", fill: fills.base })));
|
|
44
|
+
}, {
|
|
45
|
+
name: identiconComponentName,
|
|
46
|
+
})({});
|
|
@@ -0,0 +1,48 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonAuth0AuthorizationServer = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M8.082 20.62c-.156 0-.06-.679.058-1.366.117-.674.296-1.335.54-1.974l2.89-7.537C11.935 8.76 12.492 8 13.387 8H34.32c.898 0 1.452.76 1.82 1.743l2.89 7.537c.244.639.426 1.3.54 1.974.119.687.214 1.365.058 1.365M8.082 34.499c-.157 0-.061-.678.058-1.366.116-.673.296-1.335.54-1.973l2.89-7.538c.365-.983.922-1.742 1.82-1.742h20.932c.897 0 1.451.76 1.82 1.742l2.889 7.538c.244.638.426 1.3.54 1.973.119.688.214 1.366.058 1.366", fill: fills.light }),
|
|
42
|
+
React.createElement("path", { d: "M10.342 32.204H37.38a2.326 2.326 0 012.325 2.325v5.261a2.326 2.326 0 01-2.325 2.325H10.34a2.326 2.326 0 01-2.325-2.325V34.53a2.326 2.326 0 012.326-2.325z", fill: fills.base }),
|
|
43
|
+
React.createElement("path", { d: "M34.911 38.248a1.167 1.167 0 100-2.335 1.167 1.167 0 000 2.335z", fill: fills.dark }),
|
|
44
|
+
React.createElement("path", { d: "M10.342 18.324H37.38a2.326 2.326 0 012.325 2.325v5.261a2.326 2.326 0 01-2.325 2.326H10.34a2.326 2.326 0 01-2.325-2.326v-5.26a2.326 2.326 0 012.326-2.326z", fill: fills.base }),
|
|
45
|
+
React.createElement("path", { d: "M34.911 24.368a1.167 1.167 0 100-2.335 1.167 1.167 0 000 2.335zM22.082 14.645L24 16.038l1.918-1.393-1.916-1.262-1.919 1.262zm-.83-3.07c-.538 1.074-.198 2.323.83 3.07l.82-1.984-1.65-1.086h2.098l.65-1.57h-1.96l-.787 1.57zm5.495 0l-.788-1.57h-1.958l.648 1.57h2.098l-1.65 1.086.82 1.984c1.083-.785 1.341-2.053.83-3.07zM36.117 4.223l-4.032 2.93c-.41.296-.579.824-.425 1.304l1.54 4.74c.156.48.604.806 1.11.806h4.982c.505 0 .953-.326 1.11-.806l1.539-4.74a1.166 1.166 0 00-.425-1.304l-4.03-2.93a1.169 1.169 0 00-1.37 0z", fill: fills.dark })));
|
|
46
|
+
}, {
|
|
47
|
+
name: identiconComponentName,
|
|
48
|
+
})({});
|
|
@@ -0,0 +1,48 @@
|
|
|
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 "identicons" script.
|
|
25
|
+
To update this output make changes to `scripts/svgr/identicon-icon-template.js
|
|
26
|
+
*/
|
|
27
|
+
import * as React from 'react';
|
|
28
|
+
import { IdenticonsCustomProperty, useColorMap, identiconComponentName } from '../common';
|
|
29
|
+
import { styled } from '../../styled';
|
|
30
|
+
export var IdenticonAuth0Dashboard = styled(function (_a) {
|
|
31
|
+
var color = _a.color, props = __rest(_a, ["color"]);
|
|
32
|
+
var colorMap = useColorMap({
|
|
33
|
+
color: color,
|
|
34
|
+
});
|
|
35
|
+
var fills = {
|
|
36
|
+
light: "var(".concat(IdenticonsCustomProperty.light, ", ").concat(colorMap.light, ")"),
|
|
37
|
+
base: "var(".concat(IdenticonsCustomProperty.base, ", ").concat(colorMap.base, ")"),
|
|
38
|
+
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
|
+
};
|
|
40
|
+
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
+
React.createElement("path", { d: "M39.998 40.026H19.97V8h20.027A4.002 4.002 0 0144 12.002v24.022a4.002 4.002 0 01-4.002 4.002z", fill: fills.light }),
|
|
42
|
+
React.createElement("path", { d: "M28.787 27.712l3.228 2.344 3.23-2.347-3.23-2.345-3.228 2.348zm-1.996-6.145a5.497 5.497 0 001.996 6.142l1.234-3.795-3.23-2.347h3.99l1.234-3.795h-3.99l-1.234 3.795zm10.45 0l-1.233-3.795h-3.993l1.233 3.795h3.993l-3.23 2.347 1.234 3.795a5.495 5.495 0 001.996-6.142zM8.002 40.026h11.99V8H8.002A4.002 4.002 0 004 12.002v24.022a4.002 4.002 0 004.002 4.002z", fill: fills.dark }),
|
|
43
|
+
React.createElement("path", { d: "M9.151 14.152a1.144 1.144 0 100-2.289 1.144 1.144 0 000 2.289z", fill: fills.light }),
|
|
44
|
+
React.createElement("path", { d: "M13.097 20.016H8.996a.986.986 0 110-1.973h4.1a.986.986 0 110 1.973zM13.097 28.032H8.996a.986.986 0 110-1.973h4.1a.986.986 0 110 1.973zM15.09 24.023H8.997a.986.986 0 110-1.973h6.095a.986.986 0 110 1.973z", fill: fills.base }),
|
|
45
|
+
React.createElement("path", { d: "M10.992 36.029H8.996a.986.986 0 110-1.973h1.996a.986.986 0 110 1.973z", fill: fills.light })));
|
|
46
|
+
}, {
|
|
47
|
+
name: identiconComponentName,
|
|
48
|
+
})({});
|