@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,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IRadioProps as QuantumRadioProps, IRadioGroupProps as QuantumRadioGroupProps, IRadioGroupProps } from '../radio';
|
|
3
|
+
import { IFormFieldProps } from '../form/form-field';
|
|
4
|
+
export declare type IRadioFieldProps = QuantumRadioGroupProps & IFormFieldProps & {
|
|
5
|
+
options: IRadioProps[];
|
|
6
|
+
RadioGroupProps?: IRadioGroupProps;
|
|
7
|
+
};
|
|
8
|
+
export declare type IRadioProps = QuantumRadioProps & {
|
|
9
|
+
label: React.ReactNode;
|
|
10
|
+
};
|
|
11
|
+
export declare const RadioField: React.ForwardRefExoticComponent<Pick<IRadioFieldProps, "label" | "slot" | "style" | "title" | "color" | "error" | "disabled" | "hidden" | "size" | "row" | "translate" | "margin" | "className" | "classes" | "children" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "fullWidth" | "focused" | "name" | "value" | "component" | "hiddenLabel" | "required" | "readOnly" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "options" | "ErrorHelperTextProps" | "RadioGroupProps"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
exports.RadioField = void 0;
|
|
49
|
+
var React = __importStar(require("react"));
|
|
50
|
+
var radio_1 = require("../radio");
|
|
51
|
+
var form_field_1 = require("../form/form-field");
|
|
52
|
+
exports.RadioField = React.forwardRef(function (props, ref) {
|
|
53
|
+
var error = props.error, onBlur = props.onBlur, value = props.value, onChange = props.onChange, options = props.options, required = props.required, row = props.row, label = props.label, helperText = props.helperText, _a = props.RadioGroupProps, RadioGroupProps = _a === void 0 ? {} : _a, rootProps = __rest(props, ["error", "onBlur", "value", "onChange", "options", "required", "row", "label", "helperText", "RadioGroupProps"]);
|
|
54
|
+
return (React.createElement(form_field_1.FormField, __assign({ ref: ref, label: label, error: error, helperText: helperText, required: required }, rootProps),
|
|
55
|
+
React.createElement(radio_1.RadioGroup, __assign({ onBlur: onBlur, value: value || '', onChange: onChange, row: row }, RadioGroupProps), options.map(function (option, i) {
|
|
56
|
+
return (React.createElement(radio_1.Radio, __assign({ key: i }, option), option.label));
|
|
57
|
+
}))));
|
|
58
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export declare const JpFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
3
|
+
export declare const UsFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
4
|
+
export declare const EuFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
5
|
+
export declare const AuFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
6
|
+
export declare const UkFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
7
|
+
export declare const PiFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
package/region/flags.js
ADDED
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.PiFlagSvg = exports.UkFlagSvg = exports.AuFlagSvg = exports.EuFlagSvg = exports.UsFlagSvg = exports.JpFlagSvg = void 0;
|
|
38
|
+
var React = __importStar(require("react"));
|
|
39
|
+
var use_id_1 = require("../utils/use-id");
|
|
40
|
+
var JpFlagSvg = function (props) {
|
|
41
|
+
var id = (0, use_id_1.useId)(props.id);
|
|
42
|
+
var clip0Id = "".concat(id, "-clip0");
|
|
43
|
+
return (React.createElement("svg", __assign({ width: 24, height: 18, viewBox: "0 0 24 18", fill: "none" }, props),
|
|
44
|
+
React.createElement("g", { clipPath: "url(#".concat(clip0Id, ")") },
|
|
45
|
+
React.createElement("path", { d: "M5 0.749979C2.65279 0.749979 0.75 2.65277 0.75 4.99998V12.3333C0.75 14.6805 2.65279 16.5833 5 16.5833H19C21.3472 16.5833 23.25 14.6805 23.25 12.3333V4.99998C23.25 2.65277 21.3472 0.749979 19 0.749979H5Z", fill: "#F6F8FB", stroke: "#D6DBDE", strokeWidth: "1.5" }),
|
|
46
|
+
React.createElement("circle", { cx: "12", cy: "8.66669", r: "4.53333", fill: "#B22334" })),
|
|
47
|
+
React.createElement("defs", null,
|
|
48
|
+
React.createElement("clipPath", { id: clip0Id },
|
|
49
|
+
React.createElement("rect", { width: "24", height: "17.3333", rx: "5", fill: "white" })))));
|
|
50
|
+
};
|
|
51
|
+
exports.JpFlagSvg = JpFlagSvg;
|
|
52
|
+
var UsFlagSvg = function (props) {
|
|
53
|
+
var id = (0, use_id_1.useId)(props.id);
|
|
54
|
+
var clip0Id = "".concat(id, "-clip0");
|
|
55
|
+
return (React.createElement("svg", __assign({ width: 24, height: 18, viewBox: "0 0 24 18", fill: "none" }, props),
|
|
56
|
+
React.createElement("g", { clipPath: "url(#".concat(clip0Id, ")") },
|
|
57
|
+
React.createElement("path", { d: "M23.6297 1.33331C23.1678 0.539324 22.3178 -1.78814e-06 21.3331 -1.78814e-06H11.9999V1.33331H23.6297Z", fill: "#B22334" }),
|
|
58
|
+
React.createElement("path", { d: "M0 14.6664H23.9997V13.3331H0V14.6664Z", fill: "#B22334" }),
|
|
59
|
+
React.createElement("path", { d: "M11.9998 9.33319H23.9997V7.99988H11.9998V9.33319Z", fill: "#B22334" }),
|
|
60
|
+
React.createElement("path", { d: "M11.9998 6.66656H23.9997V5.33325H11.9998V6.66656Z", fill: "#B22334" }),
|
|
61
|
+
React.createElement("path", { d: "M0 11.9998H23.9997V10.6665H0V11.9998Z", fill: "#B22334" }),
|
|
62
|
+
React.createElement("path", { d: "M2.66663 17.3331H21.333C22.3177 17.3331 23.1677 16.7937 23.6297 15.9998H0.369995C0.831989 16.7937 1.68198 17.3331 2.66663 17.3331Z", fill: "#B22334" }),
|
|
63
|
+
React.createElement("path", { d: "M11.9998 3.99994H23.9997V2.66662H11.9998V3.99994Z", fill: "#B22334" }),
|
|
64
|
+
React.createElement("path", { d: "M0.0456684 15.119C0.0570016 15.181 0.0696681 15.243 0.0850012 15.3036C0.102334 15.371 0.124334 15.4363 0.146334 15.501C0.205666 15.6736 0.277665 15.8403 0.368331 15.9963C0.368997 15.9976 0.368997 15.999 0.369664 15.9996H23.63C23.6307 15.999 23.6307 15.9976 23.6313 15.997C23.7213 15.8416 23.7933 15.675 23.8527 15.503C23.8753 15.437 23.8973 15.371 23.9147 15.303C23.9307 15.2423 23.9427 15.181 23.954 15.1196C23.9807 14.9723 24 14.8223 24 14.6663H0.000335693C0.000335693 14.8217 0.0190021 14.9716 0.0456684 15.119Z", fill: "#EEEEEE" }),
|
|
65
|
+
React.createElement("path", { d: "M0 13.3331H23.9997V11.9998H0V13.3331Z", fill: "#EEEEEE" }),
|
|
66
|
+
React.createElement("path", { d: "M0 9.33319V10.6665H23.9997V9.33319H11.9998H0Z", fill: "#EEEEEE" }),
|
|
67
|
+
React.createElement("path", { d: "M11.9998 7.99988H23.9997V6.66656H11.9998V7.99988Z", fill: "#EEEEEE" }),
|
|
68
|
+
React.createElement("path", { d: "M11.9998 5.33325H23.9997V3.99994H11.9998V5.33325Z", fill: "#EEEEEE" }),
|
|
69
|
+
React.createElement("path", { d: "M0 2.66663C0 2.51129 0.0199997 2.36196 0.0453327 2.21397C0.0186664 2.3613 0 2.51129 0 2.66663Z", fill: "#EEEEEE" }),
|
|
70
|
+
React.createElement("path", { d: "M0.369738 1.33344C0.369104 1.33471 0.368469 1.33534 0.368469 1.33661C0.369104 1.33534 0.369104 1.33471 0.369738 1.33344Z", fill: "#EEEEEE" }),
|
|
71
|
+
React.createElement("path", { d: "M0.085144 2.02954C0.10181 1.96154 0.125143 1.89688 0.146477 1.83154C0.124477 1.89688 0.102477 1.96221 0.085144 2.02954Z", fill: "#EEEEEE" }),
|
|
72
|
+
React.createElement("path", { d: "M11.9998 2.66663H23.9997C23.9997 2.51129 23.981 2.36063 23.9537 2.2133C23.943 2.15197 23.9303 2.09063 23.915 2.03063C23.897 1.96197 23.875 1.8953 23.8523 1.8293C23.793 1.65731 23.7217 1.49131 23.631 1.33598C23.631 1.33531 23.6304 1.33398 23.6297 1.33331H11.9998V2.66663Z", fill: "#EEEEEE" }),
|
|
73
|
+
React.createElement("path", { d: "M11.9998 -1.23978e-05H2.66663C1.19398 -1.23978e-05 0 1.19397 0 2.66662V9.33319H11.9998V-1.23978e-05Z", fill: "#3C3B6E" }),
|
|
74
|
+
React.createElement("path", { d: "M1.33432 1.81702L1.74631 2.11635L1.58898 2.60034L2.00031 2.30101L2.41231 2.60034L2.25431 2.11635L2.66697 1.81702H2.15764L2.00031 1.33303L1.84365 1.81702H1.33432Z", fill: "white" }),
|
|
75
|
+
React.createElement("path", { d: "M2.66763 3.15033L3.07963 3.44966L2.92163 3.93365L3.33362 3.63433L3.74562 3.93365L3.58762 3.44966L4.00028 3.15033H3.49095L3.33362 2.66634L3.17696 3.15033H2.66763Z", fill: "white" }),
|
|
76
|
+
React.createElement("path", { d: "M5.33426 3.15033L5.74625 3.44966L5.58826 3.93365L6.00025 3.63433L6.41224 3.93365L6.25425 3.44966L6.66691 3.15033H6.15758L6.00025 2.66634L5.84359 3.15033H5.33426Z", fill: "white" }),
|
|
77
|
+
React.createElement("path", { d: "M8.00089 3.15033L8.41288 3.44966L8.25488 3.93365L8.66688 3.63433L9.07887 3.93365L8.92087 3.44966L9.33353 3.15033H8.82421L8.66688 2.66634L8.51021 3.15033H8.00089Z", fill: "white" }),
|
|
78
|
+
React.createElement("path", { d: "M2.66763 5.81696L3.07963 6.11629L2.92163 6.60028L3.33362 6.30095L3.74562 6.60028L3.58762 6.11629L4.00028 5.81696H3.49095L3.33362 5.33297L3.17696 5.81696H2.66763Z", fill: "white" }),
|
|
79
|
+
React.createElement("path", { d: "M5.33426 5.81696L5.74625 6.11629L5.58826 6.60028L6.00025 6.30095L6.41224 6.60028L6.25425 6.11629L6.66691 5.81696H6.15758L6.00025 5.33297L5.84359 5.81696H5.33426Z", fill: "white" }),
|
|
80
|
+
React.createElement("path", { d: "M8.00089 5.81696L8.41288 6.11629L8.25488 6.60028L8.66688 6.30095L9.07887 6.60028L8.92087 6.11629L9.33353 5.81696H8.82421L8.66688 5.33297L8.51021 5.81696H8.00089Z", fill: "white" }),
|
|
81
|
+
React.createElement("path", { d: "M4.00095 1.81702L4.41294 2.11635L4.25494 2.60034L4.66694 2.30101L5.07893 2.60034L4.92093 2.11635L5.33359 1.81702H4.82427L4.66694 1.33303L4.51027 1.81702H4.00095Z", fill: "white" }),
|
|
82
|
+
React.createElement("path", { d: "M6.66757 1.81702L7.07957 2.11635L6.92157 2.60034L7.33356 2.30101L7.74556 2.60034L7.58756 2.11635L8.00022 1.81702H7.49089L7.33356 1.33303L7.1769 1.81702H6.66757Z", fill: "white" }),
|
|
83
|
+
React.createElement("path", { d: "M9.3342 1.81702L9.74619 2.11635L9.58819 2.60034L10.0002 2.30101L10.4122 2.60034L10.2542 2.11635L10.6668 1.81702H10.1575L10.0002 1.33303L9.84352 1.81702H9.3342Z", fill: "white" }),
|
|
84
|
+
React.createElement("path", { d: "M1.33432 4.48365L1.74631 4.78297L1.58898 5.26697L2.00031 4.96764L2.41231 5.26697L2.25431 4.78297L2.66697 4.48365H2.15764L2.00031 3.99965L1.84365 4.48365H1.33432Z", fill: "white" }),
|
|
85
|
+
React.createElement("path", { d: "M4.25516 5.26685L4.66715 4.96752L5.07848 5.26685L4.92115 4.78285L5.33314 4.48352H4.82448L4.66715 4.0002L4.50982 4.48352H4.00116L4.41249 4.78285L4.25516 5.26685Z", fill: "white" }),
|
|
86
|
+
React.createElement("path", { d: "M6.66757 4.48365L7.07957 4.78297L6.92157 5.26697L7.33356 4.96764L7.74556 5.26697L7.58756 4.78297L8.00022 4.48365H7.49089L7.33356 3.99965L7.1769 4.48365H6.66757Z", fill: "white" }),
|
|
87
|
+
React.createElement("path", { d: "M9.3342 4.48365L9.74619 4.78297L9.58819 5.26697L10.0002 4.96764L10.4122 5.26697L10.2542 4.78297L10.6668 4.48365H10.1575L10.0002 3.99965L9.84352 4.48365H9.3342Z", fill: "white" }),
|
|
88
|
+
React.createElement("path", { d: "M1.33432 7.15027L1.74631 7.4496L1.58898 7.93359L2.00031 7.63426L2.41231 7.93359L2.25431 7.4496L2.66697 7.15027H2.15764L2.00031 6.66628L1.84365 7.15027H1.33432Z", fill: "white" }),
|
|
89
|
+
React.createElement("path", { d: "M4.25516 7.93347L4.66715 7.63414L5.07848 7.93347L4.92115 7.44948L5.33314 7.15015H4.82448L4.66715 6.66682L4.50982 7.15015H4.00116L4.41249 7.44948L4.25516 7.93347Z", fill: "white" }),
|
|
90
|
+
React.createElement("path", { d: "M6.66757 7.15027L7.07957 7.4496L6.92157 7.93359L7.33356 7.63426L7.74556 7.93359L7.58756 7.4496L8.00022 7.15027H7.49089L7.33356 6.66628L7.1769 7.15027H6.66757Z", fill: "white" }),
|
|
91
|
+
React.createElement("path", { d: "M9.3342 7.15027L9.74619 7.4496L9.58819 7.93359L10.0002 7.63426L10.4122 7.93359L10.2542 7.4496L10.6668 7.15027H10.1575L10.0002 6.66628L9.84352 7.15027H9.3342Z", fill: "white" })),
|
|
92
|
+
React.createElement("defs", null,
|
|
93
|
+
React.createElement("clipPath", { id: clip0Id },
|
|
94
|
+
React.createElement("rect", { width: "24", height: "17.3331", rx: "2.69231", fill: "white" })))));
|
|
95
|
+
};
|
|
96
|
+
exports.UsFlagSvg = UsFlagSvg;
|
|
97
|
+
var EuFlagSvg = function (props) {
|
|
98
|
+
var id = (0, use_id_1.useId)(props.id);
|
|
99
|
+
var clip0Id = "".concat(id, "-clip0");
|
|
100
|
+
return (React.createElement("svg", __assign({ width: 24, height: 18, viewBox: "0 0 24 18", fill: "none" }, props),
|
|
101
|
+
React.createElement("g", { clipPath: "url(#".concat(clip0Id, ")") },
|
|
102
|
+
React.createElement("path", { d: "M0 4.99998C0 2.23855 2.23858 -2.09808e-05 5 -2.09808e-05H19C21.7614 -2.09808e-05 24 2.23856 24 4.99998V12.3333C24 15.0947 21.7614 17.3333 19 17.3333H5C2.23858 17.3333 0 15.0947 0 12.3333V4.99998Z", fill: "#003399" }),
|
|
103
|
+
React.createElement("path", { d: "M12.3595 3.1363L12.9255 2.72497H12.2261L12.0095 2.05964L11.7935 2.72497H11.0941L11.6601 3.1363L11.4435 3.80164L12.0095 3.3903L12.5755 3.80164L12.3595 3.1363Z", fill: "#FFCC00" }),
|
|
104
|
+
React.createElement("path", { d: "M12.3595 14.6918L12.9255 14.2805H12.2261L12.0095 13.6152L11.7935 14.2805H11.0941L11.6601 14.6918L11.4435 15.3572L12.0095 14.9458L12.5755 15.3572L12.3595 14.6918Z", fill: "#FFCC00" }),
|
|
105
|
+
React.createElement("path", { d: "M6.58168 8.91413L7.14768 8.5028H6.44835L6.23168 7.83747L6.01568 8.5028H5.31635L5.88235 8.91413L5.66568 9.57947L6.23168 9.16813L6.79768 9.57947L6.58168 8.91413Z", fill: "#FFCC00" }),
|
|
106
|
+
React.createElement("path", { d: "M7.31993 6.05732L7.88593 5.64599H7.1866L6.96993 4.98066L6.75393 5.64599H6.0546L6.6206 6.05732L6.40393 6.72266L6.96993 6.31132L7.53593 6.72266L7.31993 6.05732Z", fill: "#FFCC00" }),
|
|
107
|
+
React.createElement("path", { d: "M7.31993 11.803L7.88593 11.3917H7.1866L6.96993 10.7263L6.75393 11.3917H6.0546L6.6206 11.803L6.40393 12.4683L6.96993 12.057L7.53593 12.4683L7.31993 11.803Z", fill: "#FFCC00" }),
|
|
108
|
+
React.createElement("path", { d: "M9.47053 3.91035L10.0365 3.49902H9.3372L9.12053 2.83368L8.90453 3.49902H8.2052L8.7712 3.91035L8.55453 4.57568L9.12053 4.16435L9.68653 4.57568L9.47053 3.91035Z", fill: "#FFCC00" }),
|
|
109
|
+
React.createElement("path", { d: "M9.47053 13.9555L10.0365 13.5442H9.3372L9.12053 12.8788L8.90453 13.5442H8.2052L8.7712 13.9555L8.55453 14.6208L9.12053 14.2095L9.68653 14.6208L9.47053 13.9555Z", fill: "#FFCC00" }),
|
|
110
|
+
React.createElement("path", { d: "M17.4183 8.91413L16.8523 8.5028H17.5517L17.7683 7.83747L17.9843 8.5028H18.6837L18.1177 8.91413L18.3343 9.57947L17.7683 9.16813L17.2023 9.57947L17.4183 8.91413Z", fill: "#FFCC00" }),
|
|
111
|
+
React.createElement("path", { d: "M16.6801 6.05732L16.1141 5.64599H16.8134L17.0301 4.98066L17.2461 5.64599H17.9454L17.3794 6.05732L17.5961 6.72266L17.0301 6.31132L16.4641 6.72266L16.6801 6.05732Z", fill: "#FFCC00" }),
|
|
112
|
+
React.createElement("path", { d: "M16.6801 11.803L16.1141 11.3917H16.8134L17.0301 10.7263L17.2461 11.3917H17.9454L17.3794 11.803L17.5961 12.4683L17.0301 12.057L16.4641 12.4683L16.6801 11.803Z", fill: "#FFCC00" }),
|
|
113
|
+
React.createElement("path", { d: "M14.5295 3.91035L13.9635 3.49902H14.6628L14.8795 2.83368L15.0955 3.49902H15.7948L15.2288 3.91035L15.4455 4.57568L14.8795 4.16435L14.3135 4.57568L14.5295 3.91035Z", fill: "#FFCC00" }),
|
|
114
|
+
React.createElement("path", { d: "M14.5295 13.9555L13.9635 13.5442H14.6628L14.8795 12.8788L15.0955 13.5442H15.7948L15.2288 13.9555L15.4455 14.6208L14.8795 14.2095L14.3135 14.6208L14.5295 13.9555Z", fill: "#FFCC00" })),
|
|
115
|
+
React.createElement("defs", null,
|
|
116
|
+
React.createElement("clipPath", { id: clip0Id },
|
|
117
|
+
React.createElement("rect", { width: "24", height: "17.3333", rx: "5", fill: "white" })))));
|
|
118
|
+
};
|
|
119
|
+
exports.EuFlagSvg = EuFlagSvg;
|
|
120
|
+
var AuFlagSvg = function (props) {
|
|
121
|
+
var id = (0, use_id_1.useId)(props.id);
|
|
122
|
+
var clip0Id = "".concat(id, "-clip0");
|
|
123
|
+
return (React.createElement("svg", __assign({ width: 24, height: 18, viewBox: "0 0 24 18", fill: "none" }, props),
|
|
124
|
+
React.createElement("g", { clipPath: "url(#".concat(clip0Id, ")") },
|
|
125
|
+
React.createElement("path", { d: "M24.0002 14.6665C24.0002 16.1391 22.8062 17.3331 21.3336 17.3331H2.66713C1.19447 17.3331 0.000488281 16.1391 0.000488281 14.6665V2.66663C0.000488281 1.19398 1.19447 -1.14441e-05 2.66713 -1.14441e-05H21.3336C22.8062 -1.14441e-05 24.0002 1.19398 24.0002 2.66663V14.6665Z", fill: "#00247D" }),
|
|
126
|
+
React.createElement("path", { d: "M6.00053 14.0154L5.18588 14.7681L5.26654 13.6614L4.16922 13.4941L5.08454 12.8668L4.53255 11.9054L5.5932 12.2301L6.00053 11.1974L6.40786 12.2301L7.46918 11.9054L6.91586 12.8668L7.83185 13.4941L6.73452 13.6614L6.81586 14.7681L6.00053 14.0154Z", fill: "white" }),
|
|
127
|
+
React.createElement("path", { d: "M18.6335 3.04127L18.1009 3.53326L18.1535 2.80927L17.4355 2.69994L18.0349 2.28994L17.6735 1.66062L18.3669 1.87328L18.6335 1.19796L18.9002 1.87328L19.5942 1.66062L19.2322 2.28994L19.8315 2.69994L19.1142 2.80927L19.1669 3.53326L18.6335 3.04127Z", fill: "white" }),
|
|
128
|
+
React.createElement("path", { d: "M15.9669 7.04157L15.4342 7.53357L15.4869 6.80958L14.7689 6.70025L15.3682 6.29025L15.0069 5.66092L15.7002 5.87359L15.9669 5.1976L16.2335 5.87359L16.9275 5.66092L16.5655 6.29025L17.1649 6.70025L16.4475 6.80958L16.5002 7.53357L15.9669 7.04157Z", fill: "white" }),
|
|
129
|
+
React.createElement("path", { d: "M21.9668 5.70826L21.4342 6.20026L21.4868 5.47626L20.7688 5.36693L21.3682 4.95694L21.0068 4.32761L21.7002 4.54027L21.9668 3.86428L22.2335 4.54027L22.9275 4.32761L22.5655 4.95694L23.1648 5.36693L22.4475 5.47626L22.5001 6.20026L21.9668 5.70826Z", fill: "white" }),
|
|
130
|
+
React.createElement("path", { d: "M18.6335 15.0415L18.1009 15.5335L18.1535 14.8095L17.4355 14.7002L18.0349 14.2902L17.6735 13.6609L18.3669 13.8735L18.6335 13.1975L18.9002 13.8735L19.5942 13.6609L19.2322 14.2902L19.8315 14.7002L19.1142 14.8095L19.1669 15.5335L18.6335 15.0415Z", fill: "white" }),
|
|
131
|
+
React.createElement("path", { d: "M20.6667 7.33326L20.8627 7.73059L21.3007 7.79392L20.984 8.10258L21.0587 8.53925L20.6667 8.33325L20.2747 8.53925L20.3494 8.10258L20.0327 7.79392L20.4707 7.73059L20.6667 7.33326Z", fill: "white" }),
|
|
132
|
+
React.createElement("path", { d: "M12.6668 -5.72205e-06H2.66691C1.19426 -5.72205e-06 0.000274658 1.19398 0.000274658 2.66663V8.66656H12.6668V-5.72205e-06Z", fill: "#00247D" }),
|
|
133
|
+
React.createElement("path", { d: "M12.6668 8.66656V7.31391L7.9335 3.99995H4.44754L11.1121 8.66656H12.6668Z", fill: "#EEEEEE" }),
|
|
134
|
+
React.createElement("path", { d: "M12.6668 7.72122L7.35284 3.99993H6.19086L12.6668 8.53455V7.72122Z", fill: "#CF1B2B" }),
|
|
135
|
+
React.createElement("path", { d: "M5.39994 3.99995L0 7.84391V8.66656H2.22131L8.88657 3.99995H5.39994Z", fill: "#EEEEEE" }),
|
|
136
|
+
React.createElement("path", { d: "M7.14279 3.99995L0.489532 8.66656H0.666864H1.64085L8.30545 3.99995H7.14279Z", fill: "#CF1B2B" }),
|
|
137
|
+
React.createElement("path", { d: "M11.1127 1.09673e-05L4.44815 4.66663H7.93411L12.6667 1.35266V1.09673e-05H11.1127Z", fill: "#EEEEEE" }),
|
|
138
|
+
React.createElement("path", { d: "M11.6929 1.09673e-05L5.02893 4.66663H6.19092L12.6668 0.13201V1.09673e-05H11.6929Z", fill: "#CF1B2B" }),
|
|
139
|
+
React.createElement("path", { d: "M6.66687 4.66663H8.88551L2.22159 1.62125e-05H0.666937L0.250275 1.06267L6.66687 5.55396V4.66663Z", fill: "#EEEEEE" }),
|
|
140
|
+
React.createElement("path", { d: "M6.66688 4.66662H7.14288L0.666948 0.132004L0.333618 0.708664L6.66688 5.14795V4.66662Z", fill: "#CF1B2B" }),
|
|
141
|
+
React.createElement("path", { d: "M12.6668 2.66663H8.00019V-5.72205e-06H4.66689V2.66663H0.000274658V5.99993H4.66689V8.66656H8.00019V5.99993H12.6668V2.66663Z", fill: "#EEEEEE" }),
|
|
142
|
+
React.createElement("path", { d: "M7.33353 8.66656H5.33356V-5.72205e-06H7.33353V8.66656Z", fill: "#CF1B2B" }),
|
|
143
|
+
React.createElement("path", { d: "M12.6668 5.33325H0.000274658V3.33327H12.6668V5.33325Z", fill: "#CF1B2B" })),
|
|
144
|
+
React.createElement("defs", null,
|
|
145
|
+
React.createElement("clipPath", { id: clip0Id },
|
|
146
|
+
React.createElement("rect", { width: "24", height: "17.3331", rx: "5", fill: "white" })))));
|
|
147
|
+
};
|
|
148
|
+
exports.AuFlagSvg = AuFlagSvg;
|
|
149
|
+
var UkFlagSvg = function (props) {
|
|
150
|
+
var id = (0, use_id_1.useId)(props.id);
|
|
151
|
+
var mask0Id = "".concat(id, "-mask0");
|
|
152
|
+
return (React.createElement("svg", __assign({ width: 24, height: 18, viewBox: "0 0 24 18", fill: "none" }, props),
|
|
153
|
+
React.createElement("mask", { id: mask0Id, style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: 24, height: 18 },
|
|
154
|
+
React.createElement("path", { d: "M19.95 0H4.05C1.81325 0 0 1.84845 0 4.12862V13.2014C0 15.4816 1.81325 17.33 4.05 17.33H19.95C22.1868 17.33 24 15.4816 24 13.2014V4.12862C24 1.84845 22.1868 0 19.95 0Z", fill: "#1A237B" })),
|
|
155
|
+
React.createElement("g", { mask: "url(#".concat(mask0Id, ")") },
|
|
156
|
+
React.createElement("path", { d: "M23.9697 0H0V17.6698H23.9697V0Z", fill: "white" }),
|
|
157
|
+
React.createElement("path", { d: "M16.0506 6.3765L24 0.768298V0H23.4235L14.4121 6.3765H16.0506Z", fill: "#BD0034" }),
|
|
158
|
+
React.createElement("path", { d: "M15.6865 11.6006L24 17.5162V16.3638L17.3552 11.6006H15.6865Z", fill: "#BD0034" }),
|
|
159
|
+
React.createElement("path", { d: "M0 1.30607L7.09986 6.3765H8.76864L0 0.153683V1.30607Z", fill: "#BD0034" }),
|
|
160
|
+
React.createElement("path", { d: "M8.37419 11.6006L0 17.593V17.6698L1.51707 17.6698L10.043 11.6006H8.37419Z", fill: "#BD0034" }),
|
|
161
|
+
React.createElement("path", { d: "M22.3312 0H13.957V5.91557L22.3312 0Z", fill: "#1A237B" }),
|
|
162
|
+
React.createElement("path", { d: "M10.2554 0H1.88115L10.2554 5.91557V0Z", fill: "#1A237B" }),
|
|
163
|
+
React.createElement("path", { d: "M24 6.3765V2.30478L18.2958 6.3765H24Z", fill: "#1A237B" }),
|
|
164
|
+
React.createElement("path", { d: "M24 15.5956V11.6006H18.2958L24 15.5956Z", fill: "#1A237B" }),
|
|
165
|
+
React.createElement("path", { d: "M2.36662 17.6698H10.2554V12.1384L2.36662 17.6698Z", fill: "#1A237B" }),
|
|
166
|
+
React.createElement("path", { d: "M13.957 17.6698H21.8761L13.957 12.1384V17.6698Z", fill: "#1A237B" }),
|
|
167
|
+
React.createElement("path", { d: "M0 11.6006V15.826L5.91655 11.6006H0Z", fill: "#1A237B" }),
|
|
168
|
+
React.createElement("path", { d: "M0 6.37651H5.91655L0 2.15116V6.37651Z", fill: "#1A237B" }),
|
|
169
|
+
React.createElement("path", { d: "M10.9835 0V7.45205H0V10.6019H10.9835V17.6698H13.1985V10.6019H24V7.45205H13.1985V0H10.9835Z", fill: "#BD0034" }))));
|
|
170
|
+
};
|
|
171
|
+
exports.UkFlagSvg = UkFlagSvg;
|
|
172
|
+
var PiFlagSvg = function (props) {
|
|
173
|
+
var id = (0, use_id_1.useId)(props.id);
|
|
174
|
+
var clip0Id = "".concat(id, "-clip0");
|
|
175
|
+
return (React.createElement("svg", __assign({ width: 24, height: 18, viewBox: "0 0 24 18", fill: "none" }, props),
|
|
176
|
+
React.createElement("g", { clipPath: "url(#".concat(clip0Id, ")") },
|
|
177
|
+
React.createElement("path", { d: "M19.95 0.5H4.05C1.81325 0.5 0 2.34845 0 4.62862V13.7014C0 15.9816 1.81325 17.83 4.05 17.83H19.95C22.1868 17.83 24 15.9816 24 13.7014V4.62862C24 2.34845 22.1868 0.5 19.95 0.5Z", fill: "#1E212A" }),
|
|
178
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00006 9.25C8.00006 8.83579 8.33585 8.5 8.75006 8.5H15.2501C15.6643 8.5 16.0001 8.83579 16.0001 9.25V13.25C16.0001 13.6642 15.6643 14 15.2501 14H8.75006C8.33585 14 8.00006 13.6642 8.00006 13.25V9.25Z", fill: "white", stroke: "white", strokeWidth: "0.5625", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
179
|
+
React.createElement("path", { d: "M9.60002 9.00001V6.86668C9.60002 5.39392 10.6745 4.20001 12 4.20001C13.3255 4.20001 14.4 5.39392 14.4 6.86668V9.00001", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
180
|
+
React.createElement("ellipse", { cx: "12", cy: "11", rx: "1.33333", ry: "1.33333", fill: "black" })),
|
|
181
|
+
React.createElement("defs", null,
|
|
182
|
+
React.createElement("clipPath", { id: clip0Id },
|
|
183
|
+
React.createElement("rect", { width: 24, height: 18, fill: "white" })))));
|
|
184
|
+
};
|
|
185
|
+
exports.PiFlagSvg = PiFlagSvg;
|
package/region/index.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.regionClasses = exports.Region = void 0;
|
|
4
|
+
var region_1 = require("./region");
|
|
5
|
+
Object.defineProperty(exports, "Region", { enumerable: true, get: function () { return region_1.Region; } });
|
|
6
|
+
var region_classes_1 = require("./region-classes");
|
|
7
|
+
Object.defineProperty(exports, "regionClasses", { enumerable: true, get: function () { return region_classes_1.regionClasses; } });
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const regionComponentName: "QuantumRegion";
|
|
2
|
+
export declare function getRegionUtilityClass(slot: string): string;
|
|
3
|
+
export declare const regionClasses: Record<"label" | "root" | "flag", string>;
|
|
4
|
+
export declare type RegionClasses = typeof regionClasses;
|
|
5
|
+
export declare type RegionClassKey = keyof RegionClasses;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.regionClasses = exports.getRegionUtilityClass = exports.regionComponentName = void 0;
|
|
4
|
+
var classes_1 = require("../styles/classes");
|
|
5
|
+
exports.regionComponentName = 'QuantumRegion';
|
|
6
|
+
function getRegionUtilityClass(slot) {
|
|
7
|
+
return (0, classes_1.generateUtilityClass)(exports.regionComponentName, slot);
|
|
8
|
+
}
|
|
9
|
+
exports.getRegionUtilityClass = getRegionUtilityClass;
|
|
10
|
+
exports.regionClasses = (0, classes_1.generateUtilityClasses)(exports.regionComponentName, ['root', 'flag', 'label']);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IStyledComponentProps } from '../styled';
|
|
3
|
+
import { ITextProps } from '../text';
|
|
4
|
+
import { RegionClasses } from './region-classes';
|
|
5
|
+
export declare type RegionSize = 'small' | 'medium';
|
|
6
|
+
export declare type RegionLocality = 'au' | 'eu' | 'us' | 'tus' | 'jp' | 'uk' | 'tuk' | 'pi';
|
|
7
|
+
export declare type IRegionProps = IStyledComponentProps<{
|
|
8
|
+
props: {
|
|
9
|
+
locality?: RegionLocality;
|
|
10
|
+
size?: RegionSize;
|
|
11
|
+
icon?: React.ReactNode;
|
|
12
|
+
label?: React.ReactNode;
|
|
13
|
+
labelTypographyProps?: ITextProps;
|
|
14
|
+
classes?: Partial<RegionClasses>;
|
|
15
|
+
};
|
|
16
|
+
defaultComponent: 'span';
|
|
17
|
+
}>;
|
|
18
|
+
export declare const Region: React.ForwardRefExoticComponent<{
|
|
19
|
+
locality?: RegionLocality | undefined;
|
|
20
|
+
size?: RegionSize | undefined;
|
|
21
|
+
icon?: React.ReactNode;
|
|
22
|
+
label?: React.ReactNode;
|
|
23
|
+
labelTypographyProps?: ITextProps<"span", {}> | undefined;
|
|
24
|
+
classes?: Partial<Record<"label" | "root" | "flag", string>> | undefined;
|
|
25
|
+
} & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "label" | "ref" | "size" | "icon" | "classes" | "labelTypographyProps" | "locality"> & import("../styled").IStyledCommonProps & React.RefAttributes<HTMLElement>>;
|
package/region/region.js
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
49
|
+
};
|
|
50
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51
|
+
exports.Region = void 0;
|
|
52
|
+
var React = __importStar(require("react"));
|
|
53
|
+
var clsx_1 = __importDefault(require("../utils/clsx"));
|
|
54
|
+
var styled_1 = require("../styled");
|
|
55
|
+
var classes_1 = require("../styles/classes");
|
|
56
|
+
var text_1 = require("../text");
|
|
57
|
+
var flags_1 = require("./flags");
|
|
58
|
+
var region_classes_1 = require("./region-classes");
|
|
59
|
+
var Root = (0, styled_1.styled)('span', { name: region_classes_1.regionComponentName, slot: 'Root' })(function (_a) {
|
|
60
|
+
var _b;
|
|
61
|
+
var theme = _a.theme, ownerState = _a.ownerState;
|
|
62
|
+
return _b = {
|
|
63
|
+
display: 'inline-flex',
|
|
64
|
+
alignItems: 'center'
|
|
65
|
+
},
|
|
66
|
+
_b[".".concat(region_classes_1.regionClasses.flag)] = __assign({ width: theme.typography.pxToRem(24), height: theme.typography.pxToRem(20) }, (ownerState.size === 'small' && {
|
|
67
|
+
width: theme.typography.pxToRem(20),
|
|
68
|
+
height: theme.typography.pxToRem(16),
|
|
69
|
+
})),
|
|
70
|
+
_b;
|
|
71
|
+
});
|
|
72
|
+
var Label = (0, styled_1.styled)(text_1.Text, { name: region_classes_1.regionComponentName, slot: 'Label' })(function (_a) {
|
|
73
|
+
var theme = _a.theme, ownerState = _a.ownerState;
|
|
74
|
+
return {
|
|
75
|
+
color: theme.tokens.color_fg_default,
|
|
76
|
+
marginLeft: ownerState.size === 'small' ? theme.spacing(0.5) : theme.spacing(1),
|
|
77
|
+
};
|
|
78
|
+
});
|
|
79
|
+
function localityIcon(locality) {
|
|
80
|
+
switch (locality) {
|
|
81
|
+
case 'au':
|
|
82
|
+
return flags_1.AuFlagSvg;
|
|
83
|
+
case 'eu':
|
|
84
|
+
return flags_1.EuFlagSvg;
|
|
85
|
+
case 'uk':
|
|
86
|
+
return flags_1.UkFlagSvg;
|
|
87
|
+
case 'tuk':
|
|
88
|
+
return flags_1.UkFlagSvg;
|
|
89
|
+
case 'jp':
|
|
90
|
+
return flags_1.JpFlagSvg;
|
|
91
|
+
case 'pi':
|
|
92
|
+
return flags_1.PiFlagSvg;
|
|
93
|
+
case 'us':
|
|
94
|
+
return flags_1.UsFlagSvg;
|
|
95
|
+
case 'tus':
|
|
96
|
+
return flags_1.UsFlagSvg;
|
|
97
|
+
default:
|
|
98
|
+
return flags_1.UsFlagSvg;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
function getLabelForLocality(locality) {
|
|
102
|
+
if (!locality) {
|
|
103
|
+
return 'US'; // default if none provided
|
|
104
|
+
}
|
|
105
|
+
if (locality === 'pi') {
|
|
106
|
+
return 'Private Instance';
|
|
107
|
+
}
|
|
108
|
+
return locality.toUpperCase();
|
|
109
|
+
}
|
|
110
|
+
exports.Region = React.forwardRef(function (props, ref) {
|
|
111
|
+
var locality = props.locality, _a = props.size, size = _a === void 0 ? 'medium' : _a, icon = props.icon, labelProp = props.label, _b = props.labelTypographyProps, labelTypographyProps = _b === void 0 ? {} : _b, propClasses = props.classes, className = props.className, rootProps = __rest(props, ["locality", "size", "icon", "label", "labelTypographyProps", "classes", "className"]);
|
|
112
|
+
var classes = (0, classes_1.useMergedClasses)(region_classes_1.regionClasses, region_classes_1.getRegionUtilityClass, propClasses);
|
|
113
|
+
var flag = icon;
|
|
114
|
+
if (!icon) {
|
|
115
|
+
var LocalityIcon = localityIcon(locality);
|
|
116
|
+
flag = React.createElement(LocalityIcon, { className: classes.flag, "aria-hidden": true });
|
|
117
|
+
}
|
|
118
|
+
var label = labelProp != null ? labelProp : getLabelForLocality(locality);
|
|
119
|
+
return (React.createElement(Root, __assign({ ref: ref, className: (0, clsx_1.default)(classes.root, className) }, rootProps, { ownerState: { size: size } }, rootProps),
|
|
120
|
+
flag,
|
|
121
|
+
!!label && (React.createElement(Label, __assign({ className: classes.label, ownerState: { size: size }, variant: size === 'small' ? 'caption' : 'body2', color: size === 'small' ? 'textSecondary' : 'textPrimary' }, labelTypographyProps), label))));
|
|
122
|
+
});
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RowLayout = void 0;
|
|
4
|
+
var row_layout_1 = require("./row-layout");
|
|
5
|
+
Object.defineProperty(exports, "RowLayout", { enumerable: true, get: function () { return row_layout_1.RowLayout; } });
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IStyledComponentProps } from '../styled';
|
|
3
|
+
import { ILayoutComponentProps } from '../utils/layouts';
|
|
4
|
+
export declare type IRowLayoutProps = IStyledComponentProps<{
|
|
5
|
+
props: ILayoutComponentProps;
|
|
6
|
+
defaultComponent: 'div';
|
|
7
|
+
}>;
|
|
8
|
+
export declare const RowLayout: React.ForwardRefExoticComponent<ILayoutComponentProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref" | keyof ILayoutComponentProps> & import("../styled").IStyledCommonProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
exports.RowLayout = void 0;
|
|
49
|
+
var React = __importStar(require("react"));
|
|
50
|
+
var styled_1 = require("../styled");
|
|
51
|
+
var Root = (0, styled_1.styled)('div', {
|
|
52
|
+
name: 'QuantumRowLayout',
|
|
53
|
+
slot: 'Root',
|
|
54
|
+
})({
|
|
55
|
+
display: 'grid',
|
|
56
|
+
gridTemplateColumns: 'minmax(0, 1fr)',
|
|
57
|
+
});
|
|
58
|
+
exports.RowLayout = React.forwardRef(function (_a, ref) {
|
|
59
|
+
var component = _a.component, asProp = _a.as, _b = _a.gutter, gutter = _b === void 0 ? 3 : _b, children = _a.children, _c = _a.sx, sx = _c === void 0 ? {} : _c, rootProps = __rest(_a, ["component", "as", "gutter", "children", "sx"]);
|
|
60
|
+
return (React.createElement(Root, __assign({ as: asProp || component || 'div', ref: ref, sx: __assign(__assign({}, sx), { gap: gutter }) }, rootProps), children));
|
|
61
|
+
});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { Select } from './select';
|
|
2
|
+
export type { ISelectProps } from './select';
|
|
3
|
+
export type { ISelectOption } from './select-options';
|
|
4
|
+
export * from './select-field';
|
|
5
|
+
export * from './select-menu';
|
|
6
|
+
export * from './select-menu-actions';
|
|
7
|
+
export * from './select-menu-body';
|
|
8
|
+
export * from './select-menu-header';
|
package/select/index.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.Select = void 0;
|
|
18
|
+
var select_1 = require("./select");
|
|
19
|
+
Object.defineProperty(exports, "Select", { enumerable: true, get: function () { return select_1.Select; } });
|
|
20
|
+
__exportStar(require("./select-field"), exports);
|
|
21
|
+
__exportStar(require("./select-menu"), exports);
|
|
22
|
+
__exportStar(require("./select-menu-actions"), exports);
|
|
23
|
+
__exportStar(require("./select-menu-body"), exports);
|
|
24
|
+
__exportStar(require("./select-menu-header"), exports);
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const selectComponentName: "QuantumSelect";
|
|
2
|
+
export declare function getSelectUtilityClass(slot: string): string;
|
|
3
|
+
export declare const selectClasses: Record<"select" | "root" | "clearInputAdornment" | "clearButton" | "prefixInputAdornment" | "prefixText" | "selectMenu", string>;
|
|
4
|
+
export declare type SelectClasses = typeof selectClasses;
|
|
5
|
+
export declare type SelectClassKey = keyof SelectClasses;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.selectClasses = exports.getSelectUtilityClass = exports.selectComponentName = void 0;
|
|
4
|
+
var classes_1 = require("../styles/classes");
|
|
5
|
+
exports.selectComponentName = 'QuantumSelect';
|
|
6
|
+
function getSelectUtilityClass(slot) {
|
|
7
|
+
return (0, classes_1.generateUtilityClass)(exports.selectComponentName, slot);
|
|
8
|
+
}
|
|
9
|
+
exports.getSelectUtilityClass = getSelectUtilityClass;
|
|
10
|
+
exports.selectClasses = (0, classes_1.generateUtilityClasses)(exports.selectComponentName, [
|
|
11
|
+
'root',
|
|
12
|
+
'select',
|
|
13
|
+
'clearInputAdornment',
|
|
14
|
+
'clearButton',
|
|
15
|
+
'prefixInputAdornment',
|
|
16
|
+
'prefixText',
|
|
17
|
+
'selectMenu',
|
|
18
|
+
]);
|