@openedx/paragon 22.3.2 → 23.0.0-alpha.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/README.md +36 -5
- package/bin/paragon-scripts.js +128 -9
- package/dist/ActionRow/_index.scss +2 -4
- package/dist/ActionRow/index.js +5 -5
- package/dist/ActionRow/index.js.map +1 -1
- package/dist/Alert/index.js +6 -6
- package/dist/Alert/index.js.map +1 -1
- package/dist/Alert/index.scss +41 -32
- package/dist/Annotation/_mixins.scss +104 -0
- package/dist/Annotation/index.js.map +1 -1
- package/dist/Annotation/index.scss +130 -103
- package/dist/Avatar/index.js.map +1 -1
- package/dist/Avatar/index.scss +18 -20
- package/dist/AvatarButton/index.js.map +1 -1
- package/dist/AvatarButton/index.scss +3 -5
- package/dist/Badge/index.js.map +1 -1
- package/dist/Badge/index.scss +112 -2
- package/dist/Breadcrumb/BreadcrumbLink.js +5 -5
- package/dist/Breadcrumb/BreadcrumbLink.js.map +1 -1
- package/dist/Breadcrumb/index.js.map +1 -1
- package/dist/Breadcrumb/index.scss +14 -16
- package/dist/Bubble/index.js.map +1 -1
- package/dist/Bubble/index.scss +25 -12
- package/dist/Button/_mixins.scss +14 -0
- package/dist/Button/button-group.scss +126 -0
- package/dist/Button/index.js +5 -7
- package/dist/Button/index.js.map +1 -1
- package/dist/Button/index.scss +855 -370
- package/dist/Card/CardBody.js.map +1 -1
- package/dist/Card/CardCarousel/CardCarousel.js.map +1 -1
- package/dist/Card/CardCarousel/CardCarouselControls.js.map +1 -1
- package/dist/Card/CardCarousel/CardCarouselHeader.js.map +1 -1
- package/dist/Card/CardCarousel/CardCarouselItems.js.map +1 -1
- package/dist/Card/CardCarousel/CardCarouselProvider.js.map +1 -1
- package/dist/Card/CardCarousel/CardCarouselSubtitle.js.map +1 -1
- package/dist/Card/CardCarousel/CardCarouselTitle.js.map +1 -1
- package/dist/Card/CardContext.js.map +1 -1
- package/dist/Card/CardDeck.js.map +1 -1
- package/dist/Card/CardDivider.js.map +1 -1
- package/dist/Card/CardFooter.js.map +1 -1
- package/dist/Card/CardGrid.js.map +1 -1
- package/dist/Card/CardHeader.js.map +1 -1
- package/dist/Card/CardImageCap.js +1 -1
- package/dist/Card/CardImageCap.js.map +1 -1
- package/dist/Card/CardSection.js.map +1 -1
- package/dist/Card/CardStatus.js.map +1 -1
- package/dist/Card/card-bootstrap.scss +168 -0
- package/dist/Card/index.js +5 -5
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.scss +78 -79
- package/dist/Carousel/index.js.map +1 -1
- package/dist/Carousel/index.scss +168 -2
- package/dist/Chip/ChipIcon.js.map +1 -1
- package/dist/Chip/index.js.map +1 -1
- package/dist/Chip/index.scss +46 -37
- package/dist/Chip/mixins.scss +8 -3
- package/dist/ChipCarousel/index.js +5 -5
- package/dist/ChipCarousel/index.js.map +1 -1
- package/dist/ChipCarousel/index.scss +4 -4
- package/dist/CloseButton/index.js.map +1 -1
- package/dist/CloseButton/index.scss +31 -2
- package/dist/Code/index.scss +47 -2
- package/dist/Collapse/index.js.map +1 -1
- package/dist/Collapsible/CollapsibleAdvanced.js +4 -4
- package/dist/Collapsible/CollapsibleAdvanced.js.map +1 -1
- package/dist/Collapsible/CollapsibleBody.js +5 -5
- package/dist/Collapsible/CollapsibleBody.js.map +1 -1
- package/dist/Collapsible/CollapsibleTrigger.js +5 -5
- package/dist/Collapsible/CollapsibleTrigger.js.map +1 -1
- package/dist/Collapsible/CollapsibleVisible.js.map +1 -1
- package/dist/Collapsible/index.js +5 -6
- package/dist/Collapsible/index.js.map +1 -1
- package/dist/Collapsible/index.scss +15 -15
- package/dist/ColorPicker/index.js +6 -6
- package/dist/ColorPicker/index.js.map +1 -1
- package/dist/ColorPicker/index.scss +9 -11
- package/dist/Container/index.js +5 -5
- package/dist/Container/index.js.map +1 -1
- package/dist/DataTable/ActionDisplay.js.map +1 -1
- package/dist/DataTable/BulkActions.js +1 -1
- package/dist/DataTable/BulkActions.js.map +1 -1
- package/dist/DataTable/CardView.js.map +1 -1
- package/dist/DataTable/CollapsibleButtonGroup.js +8 -8
- package/dist/DataTable/CollapsibleButtonGroup.js.map +1 -1
- package/dist/DataTable/DataTableContext.js.map +1 -1
- package/dist/DataTable/DataTableLayout.js.map +1 -1
- package/dist/DataTable/DataViewToggle.js +1 -1
- package/dist/DataTable/DataViewToggle.js.map +1 -1
- package/dist/DataTable/DropdownFilters.js +1 -1
- package/dist/DataTable/DropdownFilters.js.map +1 -1
- package/dist/DataTable/EmptyTable.js.map +1 -1
- package/dist/DataTable/ExpandAll.js.map +1 -1
- package/dist/DataTable/ExpandRow.js.map +1 -1
- package/dist/DataTable/FilterStatus.js.map +1 -1
- package/dist/DataTable/RowStatus.js.map +1 -1
- package/dist/DataTable/SidebarFilters.js.map +1 -1
- package/dist/DataTable/SmartStatus.js.map +1 -1
- package/dist/DataTable/Table.js.map +1 -1
- package/dist/DataTable/TableActions.js.map +1 -1
- package/dist/DataTable/TableCell.js.map +1 -1
- package/dist/DataTable/TableControlBar.js.map +1 -1
- package/dist/DataTable/TableFilters.js.map +1 -1
- package/dist/DataTable/TableFooter.js.map +1 -1
- package/dist/DataTable/TableHeaderCell.js.map +1 -1
- package/dist/DataTable/TableHeaderRow.js.map +1 -1
- package/dist/DataTable/TablePagination.js.map +1 -1
- package/dist/DataTable/TablePaginationMinimal.js.map +1 -1
- package/dist/DataTable/TableRow.js.map +1 -1
- package/dist/DataTable/filters/CheckboxFilter.js.map +1 -1
- package/dist/DataTable/filters/DropdownFilter.js.map +1 -1
- package/dist/DataTable/filters/MultiSelectDropdownFilter.js.map +1 -1
- package/dist/DataTable/filters/TextFilter.js +0 -1
- package/dist/DataTable/filters/TextFilter.js.map +1 -1
- package/dist/DataTable/hooks.js +1 -1
- package/dist/DataTable/hooks.js.map +1 -1
- package/dist/DataTable/index.js +6 -6
- package/dist/DataTable/index.js.map +1 -1
- package/dist/DataTable/index.scss +48 -50
- package/dist/DataTable/selection/BaseSelectionStatus.js.map +1 -1
- package/dist/DataTable/selection/ControlledSelect.js +1 -1
- package/dist/DataTable/selection/ControlledSelect.js.map +1 -1
- package/dist/DataTable/selection/ControlledSelectHeader.js +1 -1
- package/dist/DataTable/selection/ControlledSelectHeader.js.map +1 -1
- package/dist/DataTable/selection/ControlledSelectionStatus.js +1 -1
- package/dist/DataTable/selection/ControlledSelectionStatus.js.map +1 -1
- package/dist/DataTable/selection/SelectionStatus.js.map +1 -1
- package/dist/DataTable/utils/getVisibleColumns.js.map +1 -1
- package/dist/Dropdown/dropdown-bootstrap.scss +181 -0
- package/dist/Dropdown/index.js +6 -8
- package/dist/Dropdown/index.js.map +1 -1
- package/dist/Dropdown/index.scss +11 -12
- package/dist/Dropzone/DefaultContent.js.map +1 -1
- package/dist/Dropzone/DragError.js.map +1 -1
- package/dist/Dropzone/GenericError.js.map +1 -1
- package/dist/Dropzone/UploadProgress.js.map +1 -1
- package/dist/Dropzone/index.js +5 -5
- package/dist/Dropzone/index.js.map +1 -1
- package/dist/Dropzone/index.scss +12 -14
- package/dist/Fade/index.js.map +1 -1
- package/dist/Form/FormAutosuggest.js +6 -6
- package/dist/Form/FormAutosuggest.js.map +1 -1
- package/dist/Form/FormAutosuggestOption.js.map +1 -1
- package/dist/Form/FormCheckbox.js +5 -5
- package/dist/Form/FormCheckbox.js.map +1 -1
- package/dist/Form/FormCheckboxSet.js.map +1 -1
- package/dist/Form/FormCheckboxSetContext.js +5 -5
- package/dist/Form/FormCheckboxSetContext.js.map +1 -1
- package/dist/Form/FormControl.js +6 -6
- package/dist/Form/FormControl.js.map +1 -1
- package/dist/Form/FormControlDecorator.js.map +1 -1
- package/dist/Form/FormControlDecoratorGroup.js.map +1 -1
- package/dist/Form/FormControlFeedback.js.map +1 -1
- package/dist/Form/FormControlFloatingLabel.js.map +1 -1
- package/dist/Form/FormControlSet.js +5 -5
- package/dist/Form/FormControlSet.js.map +1 -1
- package/dist/Form/FormGroup.js +5 -5
- package/dist/Form/FormGroup.js.map +1 -1
- package/dist/Form/FormGroupContext.js +6 -6
- package/dist/Form/FormGroupContext.js.map +1 -1
- package/dist/Form/FormLabel.js +5 -5
- package/dist/Form/FormLabel.js.map +1 -1
- package/dist/Form/FormRadio.js +5 -5
- package/dist/Form/FormRadio.js.map +1 -1
- package/dist/Form/FormRadioSet.js.map +1 -1
- package/dist/Form/FormRadioSetContext.js +5 -5
- package/dist/Form/FormRadioSetContext.js.map +1 -1
- package/dist/Form/FormSwitch.js +5 -5
- package/dist/Form/FormSwitch.js.map +1 -1
- package/dist/Form/FormSwitchSet.js.map +1 -1
- package/dist/Form/FormText.js +3 -3
- package/dist/Form/FormText.js.map +1 -1
- package/dist/Form/_FormText.scss +8 -8
- package/dist/Form/_bootstrap-custom-forms.scss +551 -0
- package/dist/Form/_bootstrap-forms.scss +381 -0
- package/dist/Form/_index.scss +168 -146
- package/dist/Form/_input-group.scss +188 -0
- package/dist/Form/_mixins.scss +216 -3
- package/dist/Form/index.js.map +1 -1
- package/dist/Form/useCheckboxSetValues.js +1 -1
- package/dist/Form/useCheckboxSetValues.js.map +1 -1
- package/dist/Hyperlink/index.js.map +1 -1
- package/dist/Hyperlink/index.scss +1 -1
- package/dist/Icon/index.js +5 -5
- package/dist/Icon/index.js.map +1 -1
- package/dist/Icon/index.scss +10 -12
- package/dist/IconButton/_mixins.scss +4 -0
- package/dist/IconButton/index.js +8 -14
- package/dist/IconButton/index.js.map +1 -1
- package/dist/IconButton/index.scss +387 -74
- package/dist/IconButtonToggle/index.js.map +1 -1
- package/dist/IconButtonToggle/index.scss +1 -1
- package/dist/Image/index.js.map +1 -1
- package/dist/Image/index.scss +53 -2
- package/dist/Layout/index.js +5 -5
- package/dist/Layout/index.js.map +1 -1
- package/dist/MailtoLink/index.js +5 -5
- package/dist/MailtoLink/index.js.map +1 -1
- package/dist/Media/index.js.map +1 -1
- package/dist/Menu/MenuItem.js +5 -5
- package/dist/Menu/MenuItem.js.map +1 -1
- package/dist/Menu/SelectMenu.js +1 -1
- package/dist/Menu/SelectMenu.js.map +1 -1
- package/dist/Menu/index.js +5 -5
- package/dist/Menu/index.js.map +1 -1
- package/dist/Menu/index.scss +25 -27
- package/dist/Modal/AlertModal.js.map +1 -1
- package/dist/Modal/FullscreenModal.js.map +1 -1
- package/dist/Modal/MarketingModal.js.map +1 -1
- package/dist/Modal/ModalCloseButton.js +5 -5
- package/dist/Modal/ModalCloseButton.js.map +1 -1
- package/dist/Modal/ModalContext.js.map +1 -1
- package/dist/Modal/ModalDialog.js +3 -3
- package/dist/Modal/ModalDialog.js.map +1 -1
- package/dist/Modal/ModalDialogBody.js +6 -6
- package/dist/Modal/ModalDialogBody.js.map +1 -1
- package/dist/Modal/ModalDialogFooter.js +5 -5
- package/dist/Modal/ModalDialogFooter.js.map +1 -1
- package/dist/Modal/ModalDialogHeader.js +5 -5
- package/dist/Modal/ModalDialogHeader.js.map +1 -1
- package/dist/Modal/ModalDialogHero.js +5 -5
- package/dist/Modal/ModalDialogHero.js.map +1 -1
- package/dist/Modal/ModalDialogHeroBackground.js +5 -5
- package/dist/Modal/ModalDialogHeroBackground.js.map +1 -1
- package/dist/Modal/ModalDialogHeroContent.js +5 -5
- package/dist/Modal/ModalDialogHeroContent.js.map +1 -1
- package/dist/Modal/ModalDialogTitle.js +5 -5
- package/dist/Modal/ModalDialogTitle.js.map +1 -1
- package/dist/Modal/ModalLayer.js.map +1 -1
- package/dist/Modal/ModalPopup.js.map +1 -1
- package/dist/Modal/PopperElement.js +6 -6
- package/dist/Modal/PopperElement.js.map +1 -1
- package/dist/Modal/Portal.js +4 -4
- package/dist/Modal/Portal.js.map +1 -1
- package/dist/Modal/StandardModal.js.map +1 -1
- package/dist/Modal/_ModalDialog.scss +52 -50
- package/dist/Modal/index.scss +6 -73
- package/dist/Nav/_mixins.scss +4 -4
- package/dist/Nav/index.js +5 -5
- package/dist/Nav/index.js.map +1 -1
- package/dist/Nav/index.scss +70 -66
- package/dist/Navbar/index.js +5 -5
- package/dist/Navbar/index.js.map +1 -1
- package/dist/Navbar/index.scss +276 -2
- package/dist/OverflowScroll/OverflowScroll.js +1 -1
- package/dist/OverflowScroll/OverflowScroll.js.map +1 -1
- package/dist/OverflowScroll/OverflowScrollContext.js.map +1 -1
- package/dist/OverflowScroll/OverflowScrollItems.js.map +1 -1
- package/dist/OverflowScroll/data/useOverflowScrollElementAttributes.js +3 -3
- package/dist/Overlay/index.js +2 -3
- package/dist/Overlay/index.js.map +1 -1
- package/dist/PageBanner/index.js.map +1 -1
- package/dist/PageBanner/index.scss +17 -21
- package/dist/Pagination/DefaultPagination.js.map +1 -1
- package/dist/Pagination/MinimalPagination.js.map +1 -1
- package/dist/Pagination/PaginationContext.js +1 -1
- package/dist/Pagination/PaginationContext.js.map +1 -1
- package/dist/Pagination/ReducedPagination.js.map +1 -1
- package/dist/Pagination/index.js +3 -3
- package/dist/Pagination/index.js.map +1 -1
- package/dist/Pagination/index.scss +32 -34
- package/dist/Pagination/pagination-bootstrap.scss +83 -0
- package/dist/Pagination/subcomponents/Ellipsis.js.map +1 -1
- package/dist/Pagination/subcomponents/NextPageButton.js.map +1 -1
- package/dist/Pagination/subcomponents/PageButton.js.map +1 -1
- package/dist/Pagination/subcomponents/PageOfCountButton.js.map +1 -1
- package/dist/Pagination/subcomponents/PaginationDropdown.js.map +1 -1
- package/dist/Pagination/subcomponents/PreviousPageButton.js.map +1 -1
- package/dist/Pagination/subcomponents/ScreenReaderText.js.map +1 -1
- package/dist/Popover/index.js +5 -5
- package/dist/Popover/index.js.map +1 -1
- package/dist/Popover/index.scss +9 -10
- package/dist/Popover/popover-bootstrap.scss +198 -0
- package/dist/ProductTour/Checkpoint.js +1 -1
- package/dist/ProductTour/Checkpoint.js.map +1 -1
- package/dist/ProductTour/Checkpoint.scss +71 -43
- package/dist/ProductTour/CheckpointActionRow.js.map +1 -1
- package/dist/ProductTour/CheckpointBody.js.map +1 -1
- package/dist/ProductTour/CheckpointBreadcrumbs.js.map +1 -1
- package/dist/ProductTour/CheckpointTitle.js.map +1 -1
- package/dist/ProductTour/index.js +1 -1
- package/dist/ProductTour/index.js.map +1 -1
- package/dist/ProgressBar/_mixins.scss +22 -0
- package/dist/ProgressBar/bootstrap-progress.scss +49 -0
- package/dist/ProgressBar/index.js.map +1 -1
- package/dist/ProgressBar/index.scss +28 -36
- package/dist/ResponsiveEmbed/index.js.map +1 -1
- package/dist/Scrollable/index.js +4 -4
- package/dist/Scrollable/index.js.map +1 -1
- package/dist/Scrollable/index.scss +2 -2
- package/dist/SearchField/SearchFieldAdvanced.js +1 -1
- package/dist/SearchField/SearchFieldAdvanced.js.map +1 -1
- package/dist/SearchField/SearchFieldClearButton.js.map +1 -1
- package/dist/SearchField/SearchFieldInput.js +2 -2
- package/dist/SearchField/SearchFieldInput.js.map +1 -1
- package/dist/SearchField/SearchFieldLabel.js.map +1 -1
- package/dist/SearchField/SearchFieldSubmitButton.js.map +1 -1
- package/dist/SearchField/index.js.map +1 -1
- package/dist/SearchField/index.scss +15 -17
- package/dist/SelectableBox/SelectableBoxSet.js +5 -5
- package/dist/SelectableBox/SelectableBoxSet.js.map +1 -1
- package/dist/SelectableBox/index.js +5 -5
- package/dist/SelectableBox/index.js.map +1 -1
- package/dist/SelectableBox/index.scss +11 -13
- package/dist/Sheet/SheetContainer.js +4 -4
- package/dist/Sheet/SheetContainer.js.map +1 -1
- package/dist/Sheet/index.js +4 -4
- package/dist/Sheet/index.js.map +1 -1
- package/dist/Sheet/index.scss +10 -10
- package/dist/Skeleton/index.js.map +1 -1
- package/dist/Spinner/index.js +5 -5
- package/dist/Spinner/index.js.map +1 -1
- package/dist/Spinner/index.scss +57 -2
- package/dist/Stack/index.js.map +1 -1
- package/dist/Stack/index.scss +1 -3
- package/dist/StatefulButton/index.js.map +1 -1
- package/dist/Stepper/Stepper.js.map +1 -1
- package/dist/Stepper/StepperActionRow.js.map +1 -1
- package/dist/Stepper/StepperContext.js +1 -1
- package/dist/Stepper/StepperContext.js.map +1 -1
- package/dist/Stepper/StepperHeader.js.map +1 -1
- package/dist/Stepper/StepperHeaderStep.js.map +1 -1
- package/dist/Stepper/StepperStep.js.map +1 -1
- package/dist/Stepper/index.scss +19 -20
- package/dist/Sticky/index.js +1 -1
- package/dist/Sticky/index.js.map +1 -1
- package/dist/Sticky/index.scss +4 -6
- package/dist/Tabs/Tab.js.map +1 -1
- package/dist/Tabs/index.js +6 -8
- package/dist/Tabs/index.js.map +1 -1
- package/dist/Tabs/index.scss +26 -25
- package/dist/Toast/ToastContainer.js +4 -4
- package/dist/Toast/ToastContainer.js.map +1 -1
- package/dist/Toast/ToastContainer.scss +9 -11
- package/dist/Toast/bootstrap-toast.scss +46 -0
- package/dist/Toast/index.js +1 -1
- package/dist/Toast/index.js.map +1 -1
- package/dist/Toast/index.scss +9 -10
- package/dist/ToggleButton/index.js.map +1 -1
- package/dist/Tooltip/index.js +5 -5
- package/dist/Tooltip/index.js.map +1 -1
- package/dist/Tooltip/index.scss +136 -10
- package/dist/TransitionReplace/DemoTransitionReplace.js +1 -1
- package/dist/TransitionReplace/DemoTransitionReplace.js.map +1 -1
- package/dist/TransitionReplace/index.js +6 -6
- package/dist/TransitionReplace/index.js.map +1 -1
- package/dist/Truncate/index.js +1 -1
- package/dist/Truncate/index.js.map +1 -1
- package/dist/ValidationMessage/index.js +4 -4
- package/dist/ValidationMessage/index.js.map +1 -1
- package/dist/ValidationMessage/index.scss +1 -1
- package/dist/asInput/index.js +4 -4
- package/dist/asInput/index.js.map +1 -1
- package/dist/core.css +16788 -0
- package/dist/core.css.map +1 -0
- package/dist/core.min.css +2 -0
- package/dist/hooks/useArrowKeyNavigation.js +1 -1
- package/dist/hooks/useArrowKeyNavigation.js.map +1 -1
- package/dist/hooks/useIndexOfLastVisibleChild.js +1 -1
- package/dist/hooks/useIndexOfLastVisibleChild.js.map +1 -1
- package/dist/hooks/useIsVisible.js +1 -2
- package/dist/hooks/useIsVisible.js.map +1 -1
- package/dist/hooks/useToggle.js +1 -1
- package/dist/hooks/useToggle.js.map +1 -1
- package/dist/hooks/useWindowSize.js +1 -1
- package/dist/hooks/useWindowSize.js.map +1 -1
- package/dist/index.js +0 -14
- package/dist/index.scss +0 -4
- package/dist/light.css +4098 -0
- package/dist/light.css.map +1 -0
- package/dist/light.min.css +2 -0
- package/dist/theme-urls.json +21 -0
- package/dist/utils/breakpoints.js +1 -1
- package/dist/withDeprecatedProps.js +4 -4
- package/dist/withDeprecatedProps.js.map +1 -1
- package/icons/copy-brand-icons.js +2 -2
- package/icons/es5/BsAlexa.js +1 -1
- package/icons/es5/BsAlipay.js +1 -1
- package/icons/es5/BsAmd.js +1 -1
- package/icons/es5/BsAndroid.js +1 -1
- package/icons/es5/BsAndroid2.js +1 -1
- package/icons/es5/BsApple.js +2 -2
- package/icons/es5/BsBehance.js +1 -1
- package/icons/es5/BsBluetooth.js +1 -1
- package/icons/es5/BsBrowserChrome.js +1 -1
- package/icons/es5/BsBrowserEdge.js +3 -3
- package/icons/es5/BsBrowserFirefox.js +1 -1
- package/icons/es5/BsBrowserSafari.js +1 -1
- package/icons/es5/BsDiscord.js +1 -1
- package/icons/es5/BsDribbble.js +1 -1
- package/icons/es5/BsDropbox.js +1 -1
- package/icons/es5/BsFacebook.js +1 -1
- package/icons/es5/BsGit.js +1 -1
- package/icons/es5/BsGithub.js +1 -1
- package/icons/es5/BsGoogle.js +1 -1
- package/icons/es5/BsGooglePlay.js +1 -1
- package/icons/es5/BsInstagram.js +1 -1
- package/icons/es5/BsLine.js +1 -1
- package/icons/es5/BsLinkedin.js +1 -1
- package/icons/es5/BsMastodon.js +1 -1
- package/icons/es5/BsMedium.js +1 -1
- package/icons/es5/BsMessenger.js +1 -1
- package/icons/es5/BsMeta.js +1 -1
- package/icons/es5/BsMicrosoft.js +1 -1
- package/icons/es5/BsMicrosoftTeams.js +2 -2
- package/icons/es5/BsNintendoSwitch.js +2 -2
- package/icons/es5/BsNvidia.js +1 -1
- package/icons/es5/BsPaypal.js +1 -1
- package/icons/es5/BsPinterest.js +1 -1
- package/icons/es5/BsPlaystation.js +1 -1
- package/icons/es5/BsQuora.js +1 -1
- package/icons/es5/BsReddit.js +2 -2
- package/icons/es5/BsSignal.js +1 -1
- package/icons/es5/BsSinaWeibo.js +2 -2
- package/icons/es5/BsSkype.js +1 -1
- package/icons/es5/BsSlack.js +1 -1
- package/icons/es5/BsSnapchat.js +1 -1
- package/icons/es5/BsSpotify.js +1 -1
- package/icons/es5/BsStackOverflow.js +2 -2
- package/icons/es5/BsSteam.js +2 -2
- package/icons/es5/BsStrava.js +1 -1
- package/icons/es5/BsStripe.js +1 -1
- package/icons/es5/BsTelegram.js +1 -1
- package/icons/es5/BsTencentQq.js +2 -2
- package/icons/es5/BsTiktok.js +1 -1
- package/icons/es5/BsTrello.js +1 -1
- package/icons/es5/BsTwitch.js +2 -2
- package/icons/es5/BsTwitter.js +1 -1
- package/icons/es5/BsTwitterX.js +16 -0
- package/icons/es5/BsUbuntu.js +1 -1
- package/icons/es5/BsUnity.js +1 -1
- package/icons/es5/BsVimeo.js +1 -1
- package/icons/es5/BsWechat.js +2 -2
- package/icons/es5/BsWhatsapp.js +1 -1
- package/icons/es5/BsWikipedia.js +1 -1
- package/icons/es5/BsWindows.js +1 -1
- package/icons/es5/BsWordpress.js +3 -3
- package/icons/es5/BsXbox.js +1 -1
- package/icons/es5/BsYelp.js +1 -1
- package/icons/es5/BsYoutube.js +1 -1
- package/icons/es5/index.js +1 -0
- package/icons/es5/index.ts +1 -0
- package/icons/jsx/BsAlexa.jsx +1 -1
- package/icons/jsx/BsAlipay.jsx +1 -1
- package/icons/jsx/BsAmd.jsx +1 -1
- package/icons/jsx/BsAndroid.jsx +1 -1
- package/icons/jsx/BsAndroid2.jsx +1 -1
- package/icons/jsx/BsApple.jsx +2 -2
- package/icons/jsx/BsBehance.jsx +1 -1
- package/icons/jsx/BsBluetooth.jsx +1 -1
- package/icons/jsx/BsBrowserChrome.jsx +1 -1
- package/icons/jsx/BsBrowserEdge.jsx +3 -3
- package/icons/jsx/BsBrowserFirefox.jsx +1 -1
- package/icons/jsx/BsBrowserSafari.jsx +1 -1
- package/icons/jsx/BsDiscord.jsx +1 -1
- package/icons/jsx/BsDribbble.jsx +1 -1
- package/icons/jsx/BsDropbox.jsx +1 -1
- package/icons/jsx/BsFacebook.jsx +1 -1
- package/icons/jsx/BsGit.jsx +1 -1
- package/icons/jsx/BsGithub.jsx +1 -1
- package/icons/jsx/BsGoogle.jsx +1 -1
- package/icons/jsx/BsGooglePlay.jsx +1 -1
- package/icons/jsx/BsInstagram.jsx +1 -1
- package/icons/jsx/BsLine.jsx +1 -1
- package/icons/jsx/BsLinkedin.jsx +1 -1
- package/icons/jsx/BsMastodon.jsx +1 -1
- package/icons/jsx/BsMedium.jsx +1 -1
- package/icons/jsx/BsMessenger.jsx +1 -1
- package/icons/jsx/BsMeta.jsx +1 -1
- package/icons/jsx/BsMicrosoft.jsx +1 -1
- package/icons/jsx/BsMicrosoftTeams.jsx +2 -2
- package/icons/jsx/BsNintendoSwitch.jsx +2 -2
- package/icons/jsx/BsNvidia.jsx +1 -1
- package/icons/jsx/BsPaypal.jsx +1 -1
- package/icons/jsx/BsPinterest.jsx +1 -1
- package/icons/jsx/BsPlaystation.jsx +1 -1
- package/icons/jsx/BsQuora.jsx +1 -1
- package/icons/jsx/BsReddit.jsx +2 -2
- package/icons/jsx/BsSignal.jsx +1 -1
- package/icons/jsx/BsSinaWeibo.jsx +2 -2
- package/icons/jsx/BsSkype.jsx +1 -1
- package/icons/jsx/BsSlack.jsx +1 -1
- package/icons/jsx/BsSnapchat.jsx +1 -1
- package/icons/jsx/BsSpotify.jsx +1 -1
- package/icons/jsx/BsStackOverflow.jsx +2 -2
- package/icons/jsx/BsSteam.jsx +2 -2
- package/icons/jsx/BsStrava.jsx +1 -1
- package/icons/jsx/BsStripe.jsx +1 -1
- package/icons/jsx/BsTelegram.jsx +1 -1
- package/icons/jsx/BsTencentQq.jsx +2 -2
- package/icons/jsx/BsTiktok.jsx +1 -1
- package/icons/jsx/BsTrello.jsx +1 -1
- package/icons/jsx/BsTwitch.jsx +2 -2
- package/icons/jsx/BsTwitter.jsx +1 -1
- package/icons/jsx/BsTwitterX.jsx +18 -0
- package/icons/jsx/BsUbuntu.jsx +1 -1
- package/icons/jsx/BsUnity.jsx +1 -1
- package/icons/jsx/BsVimeo.jsx +1 -1
- package/icons/jsx/BsWechat.jsx +2 -2
- package/icons/jsx/BsWhatsapp.jsx +1 -1
- package/icons/jsx/BsWikipedia.jsx +1 -1
- package/icons/jsx/BsWindows.jsx +1 -1
- package/icons/jsx/BsWordpress.jsx +3 -3
- package/icons/jsx/BsXbox.jsx +1 -1
- package/icons/jsx/BsYelp.jsx +1 -1
- package/icons/jsx/BsYoutube.jsx +1 -1
- package/icons/jsx/index.jsx +1 -0
- package/icons/node_modules/bootstrap-icons/LICENSE +21 -0
- package/icons/node_modules/bootstrap-icons/README.md +100 -0
- package/icons/node_modules/bootstrap-icons/bootstrap-icons.svg +1 -0
- package/icons/node_modules/bootstrap-icons/font/bootstrap-icons.css +2078 -0
- package/icons/node_modules/bootstrap-icons/font/bootstrap-icons.json +2052 -0
- package/icons/node_modules/bootstrap-icons/font/bootstrap-icons.min.css +5 -0
- package/icons/node_modules/bootstrap-icons/font/bootstrap-icons.scss +2090 -0
- package/icons/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
- package/icons/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
- package/icons/node_modules/bootstrap-icons/icons/0-circle-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/0-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/0-square-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/0-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/1-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/1-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/1-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/1-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/123.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/2-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/2-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/2-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/2-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/3-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/3-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/3-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/3-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/4-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/4-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/4-square-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/4-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/5-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/5-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/5-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/5-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/6-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/6-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/6-square-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/6-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/7-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/7-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/7-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/7-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/8-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/8-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/8-square-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/8-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/9-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/9-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/9-square-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/9-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/activity.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/airplane-engines-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/airplane-engines.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/airplane-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/airplane.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/alarm-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/alarm.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/alexa.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/align-bottom.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/align-center.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/align-end.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/align-middle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/align-start.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/align-top.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/alipay.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/alphabet-uppercase.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/alphabet.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/alt.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/amazon.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/amd.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/android.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/android2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/app-indicator.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/app.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/apple.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/archive-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/archive.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-90deg-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-90deg-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-90deg-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-90deg-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-bar-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-bar-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-bar-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-bar-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-clockwise.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-counterclockwise.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-left-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-left-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-left-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-left-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-right-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-right-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-right-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-right-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-short.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-left-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-left-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-left-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-left-short.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-left-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-left-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-repeat.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-return-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-return-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-right-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-right-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-right-short.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-right-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-right-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-through-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-through-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-left-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-left-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-left-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-left-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-right-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-right-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-right-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-right-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-short.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrow-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-angle-contract.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-angle-expand.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-collapse-vertical.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-collapse.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-expand-vertical.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-expand.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-fullscreen.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-move.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows-vertical.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/arrows.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/aspect-ratio-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/aspect-ratio.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/asterisk.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/at.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/award-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/award.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/back.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/backpack-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/backpack.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/backpack2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/backpack2.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/backpack3-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/backpack3.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/backpack4-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/backpack4.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/backspace-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/backspace-reverse-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/backspace-reverse.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/backspace.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-3d-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-3d.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-4k-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-4k.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-8k-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-8k.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-ad-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-ad.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-ar-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-ar.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-cc-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-cc.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-hd-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-hd.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-sd-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-sd.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-tm-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-tm.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-vo-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-vo.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-vr-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-vr.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-wc-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/badge-wc.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-dash-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bag-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bag.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/balloon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/balloon-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/balloon-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/balloon.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ban-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ban.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bandaid-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bandaid.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bank.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bank2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bar-chart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bar-chart-line-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bar-chart-line.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bar-chart-steps.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bar-chart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/basket-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/basket.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/basket2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/basket2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/basket3-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/basket3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/battery-charging.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/battery-full.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/battery-half.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/battery.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/behance.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bell-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bell-slash-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bell-slash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bell.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bezier.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bezier2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bicycle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bing.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/binoculars-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/binoculars.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/blockquote-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/blockquote-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bluetooth.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/body-text.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/book-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/book-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/book.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-dash-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-star-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-star.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmark.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmarks-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bookmarks.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bookshelf.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/boombox-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/boombox.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/bootstrap-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bootstrap-reboot.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bootstrap.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/border-all.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border-bottom.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border-center.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border-inner.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/border-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border-middle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border-outer.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/border-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border-style.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border-top.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border-width.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/border.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bounding-box-circles.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bounding-box.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-down-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-down-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-down-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-down-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-up-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-up-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-up-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-up-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-arrow-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/box-seam-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/box-seam.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/box.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/box2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/box2-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/box2-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/box2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/boxes.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/braces-asterisk.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/braces.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bricks.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/briefcase-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/briefcase.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brightness-alt-high-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brightness-alt-high.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brightness-alt-low-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brightness-alt-low.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brightness-high-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brightness-high.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brightness-low-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brightness-low.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brilliance.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/broadcast-pin.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/broadcast.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/browser-chrome.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/browser-edge.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/browser-firefox.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/browser-safari.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brush-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/brush.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bucket-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bucket.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bug-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bug.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/building-add.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/building-check.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/building-dash.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/building-down.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/building-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-add.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-gear.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-lock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-slash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/building-gear.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-lock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building-slash.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/building-up.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/building-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/building.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/buildings-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/buildings.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/bullseye.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/bus-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/bus-front.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/c-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/c-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/c-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/c-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cake-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cake.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cake2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cake2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calculator-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calculator.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-date-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-date.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-day-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-day.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-event-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-event.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-minus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-minus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-month-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-month.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-range-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-range.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-week-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-week.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-check.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-date-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-date.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-day-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-day.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-event-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-event.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-minus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-minus.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-month-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-month.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-range-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-range.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-week-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-week.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2-x.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar3-event-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar3-event.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar3-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar3-range-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar3-range.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar3-week-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar3-week.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar3.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar4-event.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar4-range.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar4-week.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/calendar4.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/camera-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/camera-reels-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/camera-reels.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/camera-video-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/camera-video-off-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/camera-video-off.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/camera-video.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/camera.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/camera2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/capslock-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/capslock.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/capsule-pill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/capsule.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/car-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/car-front.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/card-checklist.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/card-heading.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/card-image.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/card-list.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/card-text.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-down-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-down-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-down-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-left-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-left-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-left-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-right-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-right-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-right-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-up-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-up-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-up-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/caret-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-dash-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cart4.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cash-coin.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/cash-stack.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cassette-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cassette.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cast.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cc-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cc-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cc-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cc-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-dots-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-dots.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-dots-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-dots.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-quote-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-quote.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-text-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left-text.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-quote-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-quote.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-dots-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-dots.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-quote-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-quote.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-text-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right-text.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-dots-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-dots.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-quote-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-quote.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-text-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square-text.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-text-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chat-text.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chat.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/check-all.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/check-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/check-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/check-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/check-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/check-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/check.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/check2-all.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/check2-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/check2-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/check2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-bar-contract.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-bar-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-bar-expand.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-bar-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-bar-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-bar-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-compact-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-compact-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-compact-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-compact-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-contract.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-double-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-double-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-double-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-double-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-expand.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/chevron-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/circle-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/circle-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-check-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-check.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-data-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-data.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-heart-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-heart.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-minus-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-minus.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-plus-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-plus.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-pulse.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-x-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard-x.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-check-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-check.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-data-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-data.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-heart-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-heart.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-minus-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-minus.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-plus-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-plus.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-pulse-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-pulse.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-x-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2-x.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clipboard2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clock-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/clock-history.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/clock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-arrow-down-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-arrow-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-arrow-up-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-arrow-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-download-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-download.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-drizzle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-drizzle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-fog-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-fog.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-fog2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-fog2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-hail-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-hail.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-haze-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-haze.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-haze2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-haze2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-lightning-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-lightning-rain-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-lightning-rain.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-lightning.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-minus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-minus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-moon-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-moon.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-rain-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-rain-heavy-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-rain-heavy.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-rain.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-slash-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-slash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-sleet-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-sleet.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-snow-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-snow.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-sun-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-sun.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-upload-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud-upload.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloud.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/clouds-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/clouds.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cloudy-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cloudy.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/code-slash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/code-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/code.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/coin.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/collection-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/collection-play-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/collection-play.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/collection.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/columns-gap.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/columns.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/command.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/compass-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/compass.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cone-striped.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cone.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/controller.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cookie.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/copy.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cpu-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cpu.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/credit-card-2-back-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/credit-card-2-back.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/credit-card-2-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/credit-card-2-front.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/credit-card-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/credit-card.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/crop.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/crosshair.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/crosshair2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cup-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cup-hot-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cup-hot.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/cup-straw.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cup.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/currency-bitcoin.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/currency-dollar.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/currency-euro.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/currency-exchange.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/currency-pound.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/currency-rupee.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/currency-yen.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cursor-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cursor-text.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/cursor.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dash-circle-dotted.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dash-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dash-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dash-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dash-square-dotted.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dash-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dash-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/database-add.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-add.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-exclamation.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-gear.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-lock.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-slash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill-x.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/database-fill.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/database-gear.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-lock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-slash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/database.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/device-hdd-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/device-hdd.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/device-ssd-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/device-ssd.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/diagram-2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/diagram-2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/diagram-3-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/diagram-3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/diamond-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/diamond-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/diamond.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-1-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-1.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-3-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-3.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-4-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-4.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-5-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-5.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-6-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dice-6.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/disc-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/disc.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/discord.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/display-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/display.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/displayport-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/displayport.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/distribute-horizontal.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/distribute-vertical.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/door-closed-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/door-closed.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/door-open-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/door-open.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dot.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/download.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dpad-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dpad.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/dribbble.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/dropbox.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/droplet-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/droplet-half.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/droplet.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/duffle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/duffle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/ear-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ear.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/earbuds.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/easel-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/easel.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/easel2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/easel2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/easel3-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/easel3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/egg-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/egg-fried.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/egg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/eject-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/eject.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-angry-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-angry.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-astonished-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-astonished.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-dizzy-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-dizzy.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-expressionless-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-expressionless.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-frown-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-frown.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-grimace-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-grimace.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-grin-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-grin.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-heart-eyes-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-heart-eyes.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-kiss-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-kiss.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-laughing-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-laughing.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-neutral-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-neutral.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-smile-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-smile-upside-down-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-smile-upside-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-smile.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-sunglasses-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-sunglasses.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-surprise-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-surprise.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-tear-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-tear.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-wink-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/emoji-wink.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-arrow-down-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-arrow-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-arrow-up-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-arrow-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-at-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-at.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-check-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-dash-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-exclamation-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-heart-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-open-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-open-heart-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-open-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-open.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-paper-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-paper-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-paper-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-paper.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-plus-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-slash-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-slash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-x-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/envelope.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/eraser-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/eraser.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/escape.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/ethernet.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/ev-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ev-front.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/ev-station-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ev-station.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-diamond-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-diamond.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-octagon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-octagon.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-triangle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation-triangle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/exclamation.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/exclude.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/explicit-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/explicit.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/exposure.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/eye-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/eye-slash-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/eye-slash.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/eye.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/eyedropper.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/eyeglasses.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/facebook.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/fan.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/fast-forward-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/fast-forward-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/fast-forward-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/fast-forward-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/fast-forward-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/fast-forward.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/feather.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/feather2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-arrow-down-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-arrow-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-arrow-up-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-arrow-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-bar-graph-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-bar-graph.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-binary-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-binary.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-break-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-break.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-code-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-code.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-diff-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-diff.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-arrow-down-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-arrow-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-arrow-up-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-arrow-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-bar-graph-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-bar-graph.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-binary-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-binary.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-break-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-break.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-code-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-code.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-diff-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-diff.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-easel-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-easel.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-excel-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-excel.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-font-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-font.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-image-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-image.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-lock-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-lock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-lock2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-lock2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-medical-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-medical.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-minus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-minus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-music-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-music.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-pdf-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-pdf.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-person-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-person.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-play-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-play.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-post-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-post.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-ppt-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-ppt.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-richtext-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-richtext.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-ruled-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-ruled.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-slides-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-slides.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-spreadsheet-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-text-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-text.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-word-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-word.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-zip-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark-zip.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-earmark.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-easel-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-easel.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-excel-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-excel.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-font-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-font.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-image-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-image.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-lock-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-lock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-lock2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-lock2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-medical-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-medical.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-minus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-minus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-music-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-music.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-pdf-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-pdf.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-person-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-person.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-play-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-play.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-post-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-post.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-ppt-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-ppt.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-richtext-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-richtext.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-ruled-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-ruled.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-slides-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-slides.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-spreadsheet-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-spreadsheet.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-text-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-text.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-word-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-word.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/file-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-zip-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file-zip.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/file.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/files-alt.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/files.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-aac.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-ai.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-bmp.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-cs.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-css.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-csv.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-doc.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-docx.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-exe.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-gif.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-heic.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-html.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-java.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-jpg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-js.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-json.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-jsx.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-key.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-m4p.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-md.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-mdx.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-mov.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-mp3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-mp4.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-otf.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-pdf.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-php.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-png.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-ppt.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-pptx.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-psd.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-py.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-raw.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-rb.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-sass.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-scss.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-sh.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-sql.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-svg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-tiff.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-tsx.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-ttf.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-txt.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-wav.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-woff.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-xls.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-xlsx.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-xml.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filetype-yml.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/film.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filter-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filter-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/filter-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filter-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filter-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/filter-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/filter.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/fingerprint.svg +7 -0
- package/icons/node_modules/bootstrap-icons/icons/fire.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/flag-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/flag.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/floppy-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/floppy.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/floppy2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/floppy2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/flower1.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/flower2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/flower3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/folder-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/folder-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/folder-minus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/folder-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/folder-symlink-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/folder-symlink.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/folder-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/folder.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/folder2-open.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/folder2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/fonts.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/forward-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/forward.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/front.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/fuel-pump-diesel-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/fuel-pump-diesel.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/fuel-pump-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/fuel-pump.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/fullscreen-exit.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/fullscreen.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/funnel-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/funnel.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gear-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gear-wide-connected.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gear-wide.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gear.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/gem.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gender-ambiguous.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gender-female.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gender-male.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gender-neuter.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gender-trans.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/geo-alt-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/geo-alt.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/geo-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/geo.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gift-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gift.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/git.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/github.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gitlab.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/globe-americas.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/globe-asia-australia.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/globe-central-south-asia.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/globe-europe-africa.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/globe.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/globe2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/google-play.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/google.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/gpu-card.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/graph-down-arrow.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/graph-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/graph-up-arrow.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/graph-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-1x2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-1x2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-3x2-gap-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-3x2-gap.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-3x2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-3x3-gap-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-3x3-gap.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-3x3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grid.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grip-horizontal.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/grip-vertical.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/h-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/h-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/h-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/h-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/hammer.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hand-index-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hand-index-thumb-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hand-index-thumb.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hand-index.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hand-thumbs-down-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hand-thumbs-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hand-thumbs-up-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hand-thumbs-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/handbag-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/handbag.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hdd-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hdd-network-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hdd-network.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/hdd-rack-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hdd-rack.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/hdd-stack-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hdd-stack.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/hdd.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/hdmi-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hdmi.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/headphones.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/headset-vr.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/headset.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heart-arrow.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heart-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heart-pulse-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/heart-pulse.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heartbreak-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heartbreak.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hearts.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heptagon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heptagon-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/heptagon.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hexagon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hexagon-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hexagon.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/highlighter.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/highlights.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hospital-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hospital.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/hourglass-bottom.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hourglass-split.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hourglass-top.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hourglass.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/house-add-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-add.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-check-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-dash-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-door-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/house-door.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/house-down-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-exclamation-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-gear-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-gear.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-heart-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-lock-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-lock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-slash-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-slash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-up-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house-x-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/house-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/house.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/houses-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/houses.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hr.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hurricane.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/hypnotize.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/image-alt.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/image-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/image.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/images.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/inbox-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/inbox.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/inboxes-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/inboxes.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/incognito.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/indent.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/infinity.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/info-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/info-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/info-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/info-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/info-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/info.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/input-cursor-text.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/input-cursor.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/instagram.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/intersect.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-album.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-arrow-down.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-arrow-up.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-bookmark-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-bookmark.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-check.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-code.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-medical.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-minus.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-plus.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-richtext.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-text.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal-x.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/journal.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/journals.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/joystick.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/justify-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/justify-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/justify.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/kanban-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/kanban.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/key-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/key.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/keyboard-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/keyboard.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/ladder.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lamp-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/lamp.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/laptop-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/laptop.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/layer-backward.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layer-forward.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layers-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layers-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/layers.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-sidebar-inset-reverse.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-sidebar-inset.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-sidebar-reverse.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-sidebar.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-split.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-text-sidebar-reverse.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-text-sidebar.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-text-window-reverse.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-text-window.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-three-columns.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/layout-wtf.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/life-preserver.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lightbulb-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lightbulb-off-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lightbulb-off.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lightbulb.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lightning-charge-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lightning-charge.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lightning-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lightning.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/line.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/link-45deg.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/link.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/linkedin.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/list-check.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/list-columns-reverse.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/list-columns.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/list-nested.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/list-ol.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/list-stars.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/list-task.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/list-ul.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/list.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lock-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lock.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/luggage-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/luggage.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/lungs-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/lungs.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/magic.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/magnet-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/magnet.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mailbox-flag.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/mailbox.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/mailbox2-flag.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/mailbox2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/map-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/map.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/markdown-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/markdown.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/marker-tip.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mask.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mastodon.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/medium.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/megaphone-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/megaphone.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/memory.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/menu-app-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/menu-app.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/menu-button-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/menu-button-wide-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/menu-button-wide.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/menu-button.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/menu-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/menu-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/messenger.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/meta.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mic-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/mic-mute-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/mic-mute.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/mic.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/microsoft-teams.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/microsoft.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/minecart-loaded.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/minecart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/modem-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/modem.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/moisture.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/moon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/moon-stars-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/moon-stars.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/moon.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mortarboard-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/mortarboard.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/motherboard-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/motherboard.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/mouse-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mouse.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mouse2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mouse2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mouse3-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/mouse3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/music-note-beamed.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/music-note-list.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/music-note.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/music-player-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/music-player.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/newspaper.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/nintendo-switch.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/node-minus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/node-minus.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/node-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/node-plus.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/noise-reduction.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/nut-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/nut.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/nvidia.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/nvme-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/nvme.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/octagon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/octagon-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/octagon.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/opencollective.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/optical-audio-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/optical-audio.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/option.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/outlet.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/p-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/p-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/p-square-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/p-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/paint-bucket.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/palette-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/palette.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/palette2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/paperclip.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/paragraph.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pass-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pass.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/passport-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/passport.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-check-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-exclamation-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-minus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-minus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-question-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/patch-question.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/pause-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pause-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/pause-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pause-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/pause-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pause.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/paypal.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pc-display-horizontal.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pc-display.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pc-horizontal.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pc.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pci-card-network.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/pci-card-sound.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/pci-card.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/peace-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/peace.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pen-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pen.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pencil-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pencil-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/pencil.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pentagon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pentagon-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pentagon.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/people-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/people.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/percent.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-add.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-arms-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-badge-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-badge.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-bounding-box.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-check-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-dash-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-add.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-gear.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-lock.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-slash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-gear.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-hearts.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-lines-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-lock.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-plus-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-raised-hand.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-rolodex.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-slash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-standing-dress.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-standing.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-vcard-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-vcard.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-video.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-video2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-video3.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-walking.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-wheelchair.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-workspace.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/person-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/person.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/phone-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/phone-flip.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/phone-landscape-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/phone-landscape.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/phone-vibrate-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/phone-vibrate.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/phone.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/pie-chart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pie-chart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/piggy-bank-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/piggy-bank.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/pin-angle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pin-angle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pin-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pin-map-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/pin-map.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/pin.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pinterest.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pip-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/pip.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/play-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/play-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/play-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/play-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/play-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/play.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/playstation.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plug-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plug.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plugin.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plus-circle-dotted.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plus-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plus-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/plus-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plus-slash-minus.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plus-square-dotted.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plus-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/plus-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/plus.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/postage-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/postage-heart-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/postage-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/postage.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/postcard-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/postcard-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/postcard-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/postcard.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/power.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/prescription.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/prescription2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/printer-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/printer.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/projector-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/projector.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/puzzle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/puzzle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/qr-code-scan.svg +7 -0
- package/icons/node_modules/bootstrap-icons/icons/qr-code.svg +7 -0
- package/icons/node_modules/bootstrap-icons/icons/question-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/question-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/question-diamond-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/question-diamond.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/question-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/question-octagon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/question-octagon.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/question-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/question-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/question.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/quora.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/quote.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/r-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/r-circle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/r-square-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/r-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/radar.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/radioactive.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/rainbow.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/receipt-cutoff.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/receipt.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/reception-0.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/reception-1.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/reception-2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/reception-3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/reception-4.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/record-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/record-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/record-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/record-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/record-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/record.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/record2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/record2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/recycle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/reddit.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/regex.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/repeat-1.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/repeat.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/reply-all-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/reply-all.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/reply-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/reply.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/rewind-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/rewind-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/rewind-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/rewind-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/rewind-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/rewind.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/robot.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/rocket-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/rocket-takeoff-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/rocket-takeoff.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/rocket.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/router-fill.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/router.svg +6 -0
- package/icons/node_modules/bootstrap-icons/icons/rss-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/rss.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/rulers.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/safe-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/safe.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/safe2-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/safe2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/save-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/save.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/save2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/save2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/scissors.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/scooter.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/screwdriver.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sd-card-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sd-card.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/search-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/search-heart.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/search.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/segmented-nav.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/send-arrow-down-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-arrow-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-arrow-up-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-arrow-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-check-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-dash-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-exclamation-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/send-plus-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-slash-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-slash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-x-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/send.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/server.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/shadows.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/share-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/share.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-check.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-exclamation.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-fill-check.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-fill-exclamation.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-fill-minus.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-fill-plus.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-fill-x.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-lock-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-lock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-minus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-shaded.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-slash-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-slash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shield-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/shield.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shift-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shift.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shop-window.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shop.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/shuffle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-dead-end-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-dead-end.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-do-not-enter-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-do-not-enter.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-intersection-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-intersection-side-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-intersection-side.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-intersection-t-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-intersection-t.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-intersection-y-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-intersection-y.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-intersection.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-merge-left-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-merge-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-merge-right-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-merge-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-no-left-turn-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-no-left-turn.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-no-parking-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-no-parking.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-no-right-turn-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-no-right-turn.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-railroad-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-railroad.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-stop-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-stop-lights-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-stop-lights.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-stop.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-turn-left-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-turn-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-turn-right-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-turn-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-turn-slight-left-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-turn-slight-left.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-turn-slight-right-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-turn-slight-right.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-yield-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sign-yield.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/signal.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/signpost-2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/signpost-2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/signpost-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/signpost-split-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/signpost-split.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/signpost.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sim-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sim-slash-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sim-slash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sim.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sina-weibo.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-backward-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-backward-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-backward-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-backward-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-backward-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-backward.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-end-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-end-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-end-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-end-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-end-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-end.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-forward-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-forward-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-forward-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-forward-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-forward-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-forward.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-start-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-start-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-start-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-start-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-start-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skip-start.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/skype.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/slack.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/slash-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/slash-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/slash-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/slash-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/slash-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/slash.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sliders.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sliders2-vertical.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sliders2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/smartwatch.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/snapchat.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/snow.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/snow2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/snow3.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-alpha-down-alt.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-alpha-down.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-alpha-up-alt.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-alpha-up.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-down-alt.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-numeric-down-alt.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-numeric-down.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-numeric-up-alt.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-numeric-up.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-up-alt.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sort-up.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/soundwave.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sourceforge.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/speaker-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/speaker.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/speedometer.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/speedometer2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/spellcheck.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/spotify.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/square-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/square.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stack-overflow.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/stack.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/star-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/star-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/star.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stars.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/steam.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/stickies-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/stickies.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/sticky-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sticky.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stop-btn-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stop-btn.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/stop-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stop-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/stop-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stop.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stoplights-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stoplights.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/stopwatch-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stopwatch.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/strava.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/stripe.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/subscript.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/substack.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/subtract.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suit-club-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suit-club.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suit-diamond-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suit-diamond.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suit-heart-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suit-heart.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suit-spade-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suit-spade.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suitcase-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suitcase-lg-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suitcase-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suitcase.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/suitcase2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/suitcase2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sun-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sun.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sunglasses.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sunrise-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sunrise.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sunset-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/sunset.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/superscript.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/symmetry-horizontal.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/symmetry-vertical.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/table.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tablet-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tablet-landscape-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tablet-landscape.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/tablet.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/tag-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tag.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/tags-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/tags.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/taxi-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/taxi-front.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/telegram.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-forward-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-forward.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-inbound-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-inbound.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-minus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-minus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-outbound-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-outbound.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-plus-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-x-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/telephone.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tencent-qq.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/terminal-dash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/terminal-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/terminal-plus.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/terminal-split.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/terminal-x.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/terminal.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/text-center.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/text-indent-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/text-indent-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/text-left.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/text-paragraph.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/text-right.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/text-wrap.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/textarea-resize.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/textarea-t.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/textarea.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/thermometer-half.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/thermometer-high.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/thermometer-low.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/thermometer-snow.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/thermometer-sun.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/thermometer.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/threads-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/threads.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/three-dots-vertical.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/three-dots.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/thunderbolt-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/thunderbolt.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/ticket-detailed-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ticket-detailed.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/ticket-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ticket-perforated-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ticket-perforated.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/ticket.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tiktok.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/toggle-off.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/toggle-on.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/toggle2-off.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/toggle2-on.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/toggles.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/toggles2.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/tools.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tornado.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/train-freight-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/train-freight-front.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/train-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/train-front.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/train-lightrail-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/train-lightrail-front.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/translate.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/transparency.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/trash-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/trash.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/trash2-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/trash2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/trash3-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/trash3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tree-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tree.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/trello.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/triangle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/triangle-half.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/triangle.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/trophy-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/trophy.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tropical-storm.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/truck-flatbed.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/truck-front-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/truck-front.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/truck.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tsunami.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tv-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/tv.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/twitch.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/twitter-x.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/twitter.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-bold.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-h1.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-h2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-h3.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-h4.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-h5.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-h6.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-italic.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-strikethrough.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type-underline.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/type.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ubuntu.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ui-checks-grid.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ui-checks.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ui-radios-grid.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/ui-radios.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/umbrella-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/umbrella.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/unindent.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/union.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/unity.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/universal-access-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/universal-access.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/unlock-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/unlock.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/upc-scan.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/upc.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/upload.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-c-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-c.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-drive-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-drive.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-micro-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-micro.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-mini-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-mini.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-plug-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-plug.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb-symbol.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/usb.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/valentine.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/valentine2.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/vector-pen.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/view-list.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/view-stacked.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/vignette.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/vimeo.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/vinyl-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/vinyl.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/virus.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/virus2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/voicemail.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/volume-down-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/volume-down.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/volume-mute-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/volume-mute.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/volume-off-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/volume-off.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/volume-up-fill.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/volume-up.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/vr.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/wallet-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/wallet.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/wallet2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/watch.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/water.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/webcam-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/webcam.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/wechat.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/whatsapp.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/wifi-1.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/wifi-2.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/wifi-off.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/wifi.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/wikipedia.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/wind.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/window-dash.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/window-desktop.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/window-dock.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/window-fullscreen.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/window-plus.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/window-sidebar.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/window-split.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/window-stack.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/window-x.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/window.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/windows.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/wordpress.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/wrench-adjustable-circle-fill.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/wrench-adjustable-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/wrench-adjustable.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/wrench.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/x-circle-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/x-circle.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/x-diamond-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/x-diamond.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/x-lg.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/x-octagon-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/x-octagon.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/x-square-fill.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/x-square.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/x.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/xbox.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/yelp.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/yin-yang.svg +4 -0
- package/icons/node_modules/bootstrap-icons/icons/youtube.svg +3 -0
- package/icons/node_modules/bootstrap-icons/icons/zoom-in.svg +5 -0
- package/icons/node_modules/bootstrap-icons/icons/zoom-out.svg +5 -0
- package/icons/node_modules/bootstrap-icons/package.json +91 -0
- package/icons/package.json +1 -1
- package/icons/svg/bs-alexa.svg +1 -1
- package/icons/svg/bs-alipay.svg +1 -1
- package/icons/svg/bs-amd.svg +1 -1
- package/icons/svg/bs-android.svg +1 -1
- package/icons/svg/bs-android2.svg +1 -1
- package/icons/svg/bs-apple.svg +2 -2
- package/icons/svg/bs-behance.svg +1 -1
- package/icons/svg/bs-bluetooth.svg +1 -1
- package/icons/svg/bs-browser-chrome.svg +1 -1
- package/icons/svg/bs-browser-edge.svg +3 -3
- package/icons/svg/bs-browser-firefox.svg +1 -1
- package/icons/svg/bs-browser-safari.svg +1 -1
- package/icons/svg/bs-discord.svg +1 -1
- package/icons/svg/bs-dribbble.svg +1 -1
- package/icons/svg/bs-dropbox.svg +1 -1
- package/icons/svg/bs-facebook.svg +1 -1
- package/icons/svg/bs-git.svg +1 -1
- package/icons/svg/bs-github.svg +1 -1
- package/icons/svg/bs-google-play.svg +1 -1
- package/icons/svg/bs-google.svg +1 -1
- package/icons/svg/bs-instagram.svg +1 -1
- package/icons/svg/bs-line.svg +1 -1
- package/icons/svg/bs-linkedin.svg +1 -1
- package/icons/svg/bs-mastodon.svg +1 -1
- package/icons/svg/bs-medium.svg +1 -1
- package/icons/svg/bs-messenger.svg +1 -1
- package/icons/svg/bs-meta.svg +1 -1
- package/icons/svg/bs-microsoft-teams.svg +2 -2
- package/icons/svg/bs-microsoft.svg +1 -1
- package/icons/svg/bs-nintendo-switch.svg +2 -2
- package/icons/svg/bs-nvidia.svg +1 -1
- package/icons/svg/bs-paypal.svg +1 -1
- package/icons/svg/bs-pinterest.svg +1 -1
- package/icons/svg/bs-playstation.svg +1 -1
- package/icons/svg/bs-quora.svg +1 -1
- package/icons/svg/bs-reddit.svg +2 -2
- package/icons/svg/bs-signal.svg +1 -1
- package/icons/svg/bs-sina-weibo.svg +2 -2
- package/icons/svg/bs-skype.svg +1 -1
- package/icons/svg/bs-slack.svg +1 -1
- package/icons/svg/bs-snapchat.svg +1 -1
- package/icons/svg/bs-spotify.svg +1 -1
- package/icons/svg/bs-stack-overflow.svg +2 -2
- package/icons/svg/bs-steam.svg +2 -2
- package/icons/svg/bs-strava.svg +1 -1
- package/icons/svg/bs-stripe.svg +1 -1
- package/icons/svg/bs-telegram.svg +1 -1
- package/icons/svg/bs-tencent-qq.svg +2 -2
- package/icons/svg/bs-tiktok.svg +1 -1
- package/icons/svg/bs-trello.svg +1 -1
- package/icons/svg/bs-twitch.svg +2 -2
- package/icons/svg/bs-twitter-x.svg +3 -0
- package/icons/svg/bs-twitter.svg +1 -1
- package/icons/svg/bs-ubuntu.svg +1 -1
- package/icons/svg/bs-unity.svg +1 -1
- package/icons/svg/bs-vimeo.svg +1 -1
- package/icons/svg/bs-wechat.svg +2 -2
- package/icons/svg/bs-whatsapp.svg +1 -1
- package/icons/svg/bs-wikipedia.svg +1 -1
- package/icons/svg/bs-windows.svg +1 -1
- package/icons/svg/bs-wordpress.svg +3 -3
- package/icons/svg/bs-xbox.svg +1 -1
- package/icons/svg/bs-yelp.svg +1 -1
- package/icons/svg/bs-youtube.svg +1 -1
- package/lib/build-scss.js +188 -0
- package/lib/build-tokens.js +119 -0
- package/lib/help.js +36 -23
- package/lib/replace-variables.js +38 -0
- package/lib/utils.js +30 -0
- package/package.json +31 -16
- package/src/ActionRow/_index.scss +2 -4
- package/src/Alert/index.scss +41 -32
- package/src/Annotation/__snapshots__/Annotation.test.jsx.snap +1 -1
- package/src/Annotation/_mixins.scss +104 -0
- package/src/Annotation/index.scss +130 -103
- package/src/Avatar/__snapshots__/Avatar.test.jsx.snap +1 -1
- package/src/Avatar/index.scss +18 -20
- package/src/AvatarButton/__snapshots__/AvatarButton.test.jsx.snap +1 -1
- package/src/AvatarButton/index.scss +3 -5
- package/src/Badge/index.scss +112 -2
- package/src/Breadcrumb/index.scss +14 -16
- package/src/Bubble/index.scss +25 -12
- package/src/Button/README.md +0 -84
- package/src/Button/_mixins.scss +14 -0
- package/src/Button/button-group.scss +126 -0
- package/src/Button/index.jsx +0 -3
- package/src/Button/index.scss +855 -370
- package/src/Card/card-bootstrap.scss +168 -0
- package/src/Card/index.scss +78 -79
- package/src/Carousel/index.scss +168 -2
- package/src/Chip/index.scss +46 -37
- package/src/Chip/mixins.scss +8 -3
- package/src/ChipCarousel/index.scss +4 -4
- package/src/CloseButton/index.scss +31 -2
- package/src/Code/index.scss +47 -2
- package/src/Collapsible/index.scss +15 -15
- package/src/ColorPicker/__snapshots__/ColorPicker.test.jsx.snap +1 -1
- package/src/ColorPicker/index.scss +9 -11
- package/src/DataTable/CollapsibleButtonGroup.jsx +2 -2
- package/src/DataTable/index.scss +48 -50
- package/src/Dropdown/README.md +0 -93
- package/src/Dropdown/dropdown-bootstrap.scss +181 -0
- package/src/Dropdown/index.jsx +0 -2
- package/src/Dropdown/index.scss +11 -12
- package/src/Dropzone/index.scss +12 -14
- package/src/Dropzone/tests/__snapshots__/DefaultContent.test.jsx.snap +1 -1
- package/src/Dropzone/tests/__snapshots__/Dropzone.test.jsx.snap +1 -1
- package/src/Form/_FormText.scss +8 -8
- package/src/Form/_bootstrap-custom-forms.scss +551 -0
- package/src/Form/_bootstrap-forms.scss +381 -0
- package/src/Form/_index.scss +168 -146
- package/src/Form/_input-group.scss +188 -0
- package/src/Form/_mixins.scss +216 -3
- package/src/Hyperlink/index.scss +1 -1
- package/src/Icon/index.scss +10 -12
- package/src/IconButton/README.md +1 -15
- package/src/IconButton/__snapshots__/IconButton.test.jsx.snap +5 -28
- package/src/IconButton/_mixins.scss +4 -0
- package/src/IconButton/index.jsx +6 -13
- package/src/IconButton/index.scss +387 -74
- package/src/IconButtonToggle/index.scss +1 -1
- package/src/Image/index.scss +53 -2
- package/src/Menu/index.scss +25 -27
- package/src/Modal/_ModalDialog.scss +52 -50
- package/src/Modal/index.scss +6 -73
- package/src/Nav/_mixins.scss +4 -4
- package/src/Nav/index.scss +70 -66
- package/src/Navbar/index.scss +276 -2
- package/src/OverflowScroll/data/useOverflowScrollElementAttributes.js +3 -3
- package/src/Overlay/index.jsx +2 -3
- package/src/PageBanner/index.scss +17 -21
- package/src/Pagination/index.scss +32 -34
- package/src/Pagination/pagination-bootstrap.scss +83 -0
- package/src/Popover/index.scss +9 -10
- package/src/Popover/popover-bootstrap.scss +198 -0
- package/src/ProductTour/Checkpoint.scss +71 -43
- package/src/ProgressBar/_mixins.scss +22 -0
- package/src/ProgressBar/bootstrap-progress.scss +49 -0
- package/src/ProgressBar/index.scss +28 -36
- package/src/ProgressBar/tests/__snapshots__/ProgressBar.test.jsx.snap +1 -1
- package/src/Scrollable/index.scss +2 -2
- package/src/SearchField/SearchFieldInput.jsx +2 -2
- package/src/SearchField/__snapshots__/SearchField.test.jsx.snap +12 -8
- package/src/SearchField/index.scss +15 -17
- package/src/SelectableBox/index.scss +11 -13
- package/src/Sheet/__snapshots__/Sheet.test.jsx.snap +6 -6
- package/src/Sheet/index.scss +10 -10
- package/src/Spinner/index.scss +57 -2
- package/src/Stack/index.scss +1 -3
- package/src/StatefulButton/__snapshots__/StatefulButtontest.test.jsx.snap +2 -2
- package/src/Stepper/index.scss +19 -20
- package/src/Sticky/index.scss +4 -6
- package/src/Tabs/README.md +1 -23
- package/src/Tabs/index.jsx +0 -3
- package/src/Tabs/index.scss +26 -25
- package/src/Toast/ToastContainer.scss +9 -11
- package/src/Toast/bootstrap-toast.scss +46 -0
- package/src/Toast/index.scss +9 -10
- package/src/Tooltip/index.scss +136 -10
- package/src/TransitionReplace/README.md +4 -4
- package/src/ValidationMessage/index.scss +1 -1
- package/src/index.js +0 -14
- package/src/index.scss +0 -4
- package/src/setupTest.js +0 -6
- package/src/utils/breakpoints.js +1 -1
- package/styles/css/core/custom-media-breakpoints.css +17 -0
- package/styles/css/core/index.css +2 -0
- package/styles/css/core/variables.css +614 -0
- package/styles/css/themes/light/index.css +2 -0
- package/styles/css/themes/light/utility-classes.css +2454 -0
- package/styles/css/themes/light/variables.css +1644 -0
- package/styles/scss/core/_functions.scss +35 -0
- package/styles/scss/core/_grid.scss +21 -0
- package/styles/scss/core/_utilities.scss +119 -0
- package/styles/scss/core/_variables.scss +869 -0
- package/styles/scss/core/bootstrap-override/_functions.scss +104 -0
- package/styles/scss/core/bootstrap-override/_mixins.scss +4 -0
- package/styles/scss/core/bootstrap-override/_utilities.scss +4 -0
- package/styles/scss/core/bootstrap-override/bootstrap.scss +2 -0
- package/styles/scss/core/bootstrap-override/mixins/_grid-framework.scss +80 -0
- package/styles/scss/core/bootstrap-override/mixins/_grid.scss +69 -0
- package/styles/scss/core/bootstrap-override/mixins/_list-group.scss +22 -0
- package/styles/scss/core/bootstrap-override/utilities/_background.scss +7 -0
- package/styles/scss/core/bootstrap-override/utilities/_borders.scss +67 -0
- package/styles/scss/core/bootstrap-override/utilities/_spacing.scss +70 -0
- package/styles/scss/core/bootstrap-override/utilities/_text.scss +68 -0
- package/styles/scss/core/core.scss +21 -0
- package/styles/scss/core/utilities-only.scss +7 -0
- package/tokens/README.md +158 -0
- package/tokens/css-utilities.js +56 -0
- package/tokens/map-scss-to-css.js +24 -0
- package/tokens/replace-variables.js +32 -0
- package/tokens/sass-helpers.js +98 -0
- package/tokens/src/core/alias/size.json +15 -0
- package/tokens/src/core/components/ActionRow.json +10 -0
- package/tokens/src/core/components/Alert.json +30 -0
- package/tokens/src/core/components/Annotation.json +25 -0
- package/tokens/src/core/components/Avatar.json +17 -0
- package/tokens/src/core/components/AvatarButton.json +11 -0
- package/tokens/src/core/components/Badge.json +33 -0
- package/tokens/src/core/components/Breadcrumb.json +37 -0
- package/tokens/src/core/components/Bubble.json +10 -0
- package/tokens/src/core/components/Button/core.json +105 -0
- package/tokens/src/core/components/Card.json +91 -0
- package/tokens/src/core/components/Carousel.json +37 -0
- package/tokens/src/core/components/Chip.json +43 -0
- package/tokens/src/core/components/ChipCarousel.json +15 -0
- package/tokens/src/core/components/CloseButton.json +14 -0
- package/tokens/src/core/components/Code.json +34 -0
- package/tokens/src/core/components/Collapsible.json +29 -0
- package/tokens/src/core/components/ColorPicker.json +8 -0
- package/tokens/src/core/components/Container.json +13 -0
- package/tokens/src/core/components/DataTable.json +27 -0
- package/tokens/src/core/components/Dropdown.json +67 -0
- package/tokens/src/core/components/Dropzone.json +21 -0
- package/tokens/src/core/components/Form/other.json +14 -0
- package/tokens/src/core/components/Form/size.json +233 -0
- package/tokens/src/core/components/Form/spacing.json +155 -0
- package/tokens/src/core/components/Form/transition.json +16 -0
- package/tokens/src/core/components/Form/typography.json +122 -0
- package/tokens/src/core/components/Icon.json +11 -0
- package/tokens/src/core/components/IconButton.json +15 -0
- package/tokens/src/core/components/Image.json +28 -0
- package/tokens/src/core/components/Menu.json +48 -0
- package/tokens/src/core/components/Modal.json +47 -0
- package/tokens/src/core/components/Nav.json +55 -0
- package/tokens/src/core/components/Navbar.json +70 -0
- package/tokens/src/core/components/Pagination.json +70 -0
- package/tokens/src/core/components/Popover.json +48 -0
- package/tokens/src/core/components/ProductTour.json +37 -0
- package/tokens/src/core/components/ProgressBar.json +39 -0
- package/tokens/src/core/components/SearchField.json +23 -0
- package/tokens/src/core/components/SelectableBox.json +9 -0
- package/tokens/src/core/components/Sheet.json +10 -0
- package/tokens/src/core/components/Spinner.json +19 -0
- package/tokens/src/core/components/Stack.json +7 -0
- package/tokens/src/core/components/Stepper.json +42 -0
- package/tokens/src/core/components/Sticky.json +7 -0
- package/tokens/src/core/components/Tab.json +19 -0
- package/tokens/src/core/components/Tabs.json +19 -0
- package/tokens/src/core/components/Toast.json +30 -0
- package/tokens/src/core/components/Tooltip.json +33 -0
- package/tokens/src/core/components/general/caret.json +13 -0
- package/tokens/src/core/components/general/headings.json +16 -0
- package/tokens/src/core/components/general/hr.json +10 -0
- package/tokens/src/core/components/general/input.json +51 -0
- package/tokens/src/core/components/general/link.json +30 -0
- package/tokens/src/core/components/general/list.json +26 -0
- package/tokens/src/core/components/general/text.json +24 -0
- package/tokens/src/core/global/breakpoints.json +12 -0
- package/tokens/src/core/global/display.json +21 -0
- package/tokens/src/core/global/elevation.json +19 -0
- package/tokens/src/core/global/other.json +4 -0
- package/tokens/src/core/global/spacing.json +35 -0
- package/tokens/src/core/global/transition.json +14 -0
- package/tokens/src/core/global/typography.json +91 -0
- package/tokens/src/core/utilities/color.json +12 -0
- package/tokens/src/themes/light/alias/color.json +114 -0
- package/tokens/src/themes/light/components/Alert.json +47 -0
- package/tokens/src/themes/light/components/Annotation.json +29 -0
- package/tokens/src/themes/light/components/Avatar.json +7 -0
- package/tokens/src/themes/light/components/Badge.json +186 -0
- package/tokens/src/themes/light/components/Breadcrumb.json +14 -0
- package/tokens/src/themes/light/components/Bubble.json +18 -0
- package/tokens/src/themes/light/components/Button/brand.json +260 -0
- package/tokens/src/themes/light/components/Button/core.json +24 -0
- package/tokens/src/themes/light/components/Button/danger.json +247 -0
- package/tokens/src/themes/light/components/Button/dark.json +230 -0
- package/tokens/src/themes/light/components/Button/info.json +238 -0
- package/tokens/src/themes/light/components/Button/light.json +236 -0
- package/tokens/src/themes/light/components/Button/primary.json +250 -0
- package/tokens/src/themes/light/components/Button/secondary.json +278 -0
- package/tokens/src/themes/light/components/Button/success.json +253 -0
- package/tokens/src/themes/light/components/Button/tertiary.json +109 -0
- package/tokens/src/themes/light/components/Button/warning.json +276 -0
- package/tokens/src/themes/light/components/Card.json +40 -0
- package/tokens/src/themes/light/components/Carousel.json +45 -0
- package/tokens/src/themes/light/components/Chip.json +50 -0
- package/tokens/src/themes/light/components/CloseButton.json +10 -0
- package/tokens/src/themes/light/components/Code.json +23 -0
- package/tokens/src/themes/light/components/DataTable.json +26 -0
- package/tokens/src/themes/light/components/Dropdown.json +41 -0
- package/tokens/src/themes/light/components/Dropzone.json +23 -0
- package/tokens/src/themes/light/components/Form/color.json +270 -0
- package/tokens/src/themes/light/components/Form/elevation.json +76 -0
- package/tokens/src/themes/light/components/Form/other.json +131 -0
- package/tokens/src/themes/light/components/IconButton.json +451 -0
- package/tokens/src/themes/light/components/Image.json +18 -0
- package/tokens/src/themes/light/components/Menu.json +30 -0
- package/tokens/src/themes/light/components/Modal.json +37 -0
- package/tokens/src/themes/light/components/Nav.json +166 -0
- package/tokens/src/themes/light/components/Navbar.json +136 -0
- package/tokens/src/themes/light/components/OverflowScroll.json +9 -0
- package/tokens/src/themes/light/components/PageBanner.json +24 -0
- package/tokens/src/themes/light/components/Pagination.json +45 -0
- package/tokens/src/themes/light/components/Popover.json +55 -0
- package/tokens/src/themes/light/components/ProductTour.json +35 -0
- package/tokens/src/themes/light/components/ProgressBar.json +20 -0
- package/tokens/src/themes/light/components/Scrollable.json +14 -0
- package/tokens/src/themes/light/components/SearchField.json +25 -0
- package/tokens/src/themes/light/components/Sheet.json +22 -0
- package/tokens/src/themes/light/components/Stepper.json +34 -0
- package/tokens/src/themes/light/components/Sticky.json +18 -0
- package/tokens/src/themes/light/components/Tab.json +62 -0
- package/tokens/src/themes/light/components/Toast.json +33 -0
- package/tokens/src/themes/light/components/Tooltip.json +30 -0
- package/tokens/src/themes/light/components/general/body.json +8 -0
- package/tokens/src/themes/light/components/general/headings.json +7 -0
- package/tokens/src/themes/light/components/general/hr.json +15 -0
- package/tokens/src/themes/light/components/general/input.json +18 -0
- package/tokens/src/themes/light/components/general/link.json +109 -0
- package/tokens/src/themes/light/components/general/list.json +38 -0
- package/tokens/src/themes/light/components/general/text.json +6 -0
- package/tokens/src/themes/light/global/color.json +1661 -0
- package/tokens/src/themes/light/global/elevation.json +201 -0
- package/tokens/src/themes/light/global/other.json +4 -0
- package/tokens/style-dictionary.js +223 -0
- package/tokens/utils.js +210 -0
- package/dist/ActionRow/_variables.scss +0 -2
- package/dist/Alert/_variables.scss +0 -24
- package/dist/Annotation/_variables.scss +0 -18
- package/dist/Avatar/_variables.scss +0 -10
- package/dist/AvatarButton/_variables.scss +0 -3
- package/dist/Badge/_variables.scss +0 -16
- package/dist/Breadcrumb/_variables.scss +0 -27
- package/dist/Bubble/_variables.scss +0 -8
- package/dist/Button/_variables.scss +0 -52
- package/dist/Button/deprecated/index.js +0 -149
- package/dist/Button/deprecated/index.js.map +0 -1
- package/dist/Card/_variables.scss +0 -55
- package/dist/Carousel/_variables.scss +0 -27
- package/dist/CheckBox/index.js +0 -102
- package/dist/CheckBox/index.js.map +0 -1
- package/dist/CheckBoxGroup/index.js +0 -15
- package/dist/CheckBoxGroup/index.js.map +0 -1
- package/dist/Chip/_variables.scss +0 -28
- package/dist/ChipCarousel/_variables.scss +0 -3
- package/dist/CloseButton/_variables.scss +0 -6
- package/dist/Code/_variables.scss +0 -17
- package/dist/Collapsible/_variables.scss +0 -12
- package/dist/ColorPicker/_variables.scss +0 -2
- package/dist/Container/_variables.scss +0 -5
- package/dist/DataTable/_variables.scss +0 -11
- package/dist/Dropdown/_variables.scss +0 -33
- package/dist/Dropdown/deprecated/DropdownButton.js +0 -44
- package/dist/Dropdown/deprecated/DropdownButton.js.map +0 -1
- package/dist/Dropdown/deprecated/DropdownItem.js +0 -33
- package/dist/Dropdown/deprecated/DropdownItem.js.map +0 -1
- package/dist/Dropdown/deprecated/DropdownMenu.js +0 -46
- package/dist/Dropdown/deprecated/DropdownMenu.js.map +0 -1
- package/dist/Dropdown/deprecated/index.js +0 -242
- package/dist/Dropdown/deprecated/index.js.map +0 -1
- package/dist/Dropzone/_variables.scss +0 -9
- package/dist/Fieldset/index.js +0 -117
- package/dist/Fieldset/index.js.map +0 -1
- package/dist/Fieldset/index.scss +0 -12
- package/dist/Form/_variables.scss +0 -267
- package/dist/Icon/_variables.scss +0 -7
- package/dist/Image/_variables.scss +0 -13
- package/dist/Input/index.js +0 -166
- package/dist/Input/index.js.map +0 -1
- package/dist/InputSelect/index.js +0 -105
- package/dist/InputSelect/index.js.map +0 -1
- package/dist/InputText/index.js +0 -45
- package/dist/InputText/index.js.map +0 -1
- package/dist/ListBox/index.js +0 -148
- package/dist/ListBox/index.js.map +0 -1
- package/dist/ListBoxOption/index.js +0 -94
- package/dist/ListBoxOption/index.js.map +0 -1
- package/dist/Menu/_variables.scss +0 -24
- package/dist/Modal/_variables.scss +0 -50
- package/dist/Modal/index.js +0 -293
- package/dist/Modal/index.js.map +0 -1
- package/dist/Nav/_variables.scss +0 -58
- package/dist/Navbar/_variables.scss +0 -40
- package/dist/OverflowScroll/_variables.scss +0 -5
- package/dist/OverflowScroll/index.scss +0 -1
- package/dist/Pagination/_variables.scss +0 -19
- package/dist/Popover/_variables.scss +0 -36
- package/dist/ProductTour/_variables.scss +0 -15
- package/dist/ProgressBar/_variables.scss +0 -23
- package/dist/RadioButtonGroup/index.js +0 -188
- package/dist/RadioButtonGroup/index.js.map +0 -1
- package/dist/SearchField/_variables.scss +0 -14
- package/dist/SelectableBox/_variables.scss +0 -5
- package/dist/Spinner/_variables.scss +0 -9
- package/dist/Stack/_variables.scss +0 -1
- package/dist/StatusAlert/index.js +0 -168
- package/dist/StatusAlert/index.js.map +0 -1
- package/dist/Stepper/_variables.scss +0 -18
- package/dist/Sticky/_variables.scss +0 -3
- package/dist/Table/_variables.scss +0 -34
- package/dist/Table/index.js +0 -267
- package/dist/Table/index.js.map +0 -1
- package/dist/Table/index.scss +0 -12
- package/dist/Tabs/_variables.scss +0 -24
- package/dist/Tabs/deprecated/Tabs.scss +0 -3
- package/dist/Tabs/deprecated/index.js +0 -123
- package/dist/Tabs/deprecated/index.js.map +0 -1
- package/dist/TextArea/index.js +0 -44
- package/dist/TextArea/index.js.map +0 -1
- package/dist/Toast/_variables.scss +0 -19
- package/dist/Tooltip/_variables.scss +0 -21
- package/dist/ValidationFormGroup/index.js +0 -106
- package/dist/ValidationFormGroup/index.js.map +0 -1
- package/dist/paragon.css +0 -45
- package/scss/core/_functions.scss +0 -35
- package/scss/core/_grid.scss +0 -21
- package/scss/core/_utilities.scss +0 -113
- package/scss/core/_variables.scss +0 -875
- package/scss/core/core.scss +0 -21
- package/scss/core/utilities-only.scss +0 -6
- package/src/ActionRow/_variables.scss +0 -2
- package/src/Alert/_variables.scss +0 -24
- package/src/Annotation/_variables.scss +0 -18
- package/src/Avatar/_variables.scss +0 -10
- package/src/AvatarButton/_variables.scss +0 -3
- package/src/Badge/_variables.scss +0 -16
- package/src/Breadcrumb/_variables.scss +0 -27
- package/src/Bubble/_variables.scss +0 -8
- package/src/Button/_variables.scss +0 -52
- package/src/Button/deprecated/Button.test.jsx +0 -34
- package/src/Button/deprecated/index.jsx +0 -145
- package/src/Card/_variables.scss +0 -55
- package/src/Carousel/_variables.scss +0 -27
- package/src/CheckBox/CheckBox.test.jsx +0 -65
- package/src/CheckBox/README.md +0 -93
- package/src/CheckBox/index.jsx +0 -80
- package/src/CheckBoxGroup/CheckBoxGroup.test.jsx +0 -33
- package/src/CheckBoxGroup/README.md +0 -35
- package/src/CheckBoxGroup/index.jsx +0 -19
- package/src/Chip/_variables.scss +0 -28
- package/src/ChipCarousel/_variables.scss +0 -3
- package/src/CloseButton/_variables.scss +0 -6
- package/src/Code/_variables.scss +0 -17
- package/src/Collapsible/_variables.scss +0 -12
- package/src/ColorPicker/_variables.scss +0 -2
- package/src/Container/_variables.scss +0 -5
- package/src/DataTable/_variables.scss +0 -11
- package/src/Dropdown/_variables.scss +0 -33
- package/src/Dropdown/deprecated/Dropdown.test.jsx +0 -238
- package/src/Dropdown/deprecated/DropdownButton.jsx +0 -52
- package/src/Dropdown/deprecated/DropdownItem.jsx +0 -34
- package/src/Dropdown/deprecated/DropdownMenu.jsx +0 -50
- package/src/Dropdown/deprecated/__snapshots__/Dropdown.test.jsx.snap +0 -229
- package/src/Dropdown/deprecated/index.jsx +0 -222
- package/src/Dropzone/_variables.scss +0 -9
- package/src/Fieldset/Fieldset.test.jsx +0 -101
- package/src/Fieldset/README.md +0 -146
- package/src/Fieldset/index.jsx +0 -107
- package/src/Fieldset/index.scss +0 -12
- package/src/Form/_variables.scss +0 -267
- package/src/Icon/_variables.scss +0 -7
- package/src/Image/_variables.scss +0 -13
- package/src/Input/README.md +0 -74
- package/src/Input/__snapshots__/input.test.jsx.snap +0 -53
- package/src/Input/index.jsx +0 -151
- package/src/Input/input.test.jsx +0 -85
- package/src/InputSelect/README.md +0 -136
- package/src/InputSelect/index.jsx +0 -92
- package/src/InputText/InputText.test.jsx +0 -74
- package/src/InputText/README.md +0 -293
- package/src/InputText/index.jsx +0 -49
- package/src/ListBox/ListBox.test.jsx +0 -161
- package/src/ListBox/README.md +0 -185
- package/src/ListBox/index.jsx +0 -115
- package/src/ListBoxOption/ListBoxOption.test.jsx +0 -154
- package/src/ListBoxOption/index.jsx +0 -78
- package/src/Menu/_variables.scss +0 -24
- package/src/Modal/README.md +0 -148
- package/src/Modal/_variables.scss +0 -50
- package/src/Modal/index.jsx +0 -319
- package/src/Modal/tests/Modal.test.jsx +0 -261
- package/src/Nav/_variables.scss +0 -58
- package/src/Navbar/_variables.scss +0 -40
- package/src/OverflowScroll/_variables.scss +0 -5
- package/src/OverflowScroll/index.scss +0 -1
- package/src/Pagination/_variables.scss +0 -19
- package/src/Popover/_variables.scss +0 -36
- package/src/ProductTour/_variables.scss +0 -15
- package/src/ProgressBar/_variables.scss +0 -23
- package/src/RadioButtonGroup/README.md +0 -50
- package/src/RadioButtonGroup/RadioButtonGroup.test.jsx +0 -127
- package/src/RadioButtonGroup/index.jsx +0 -185
- package/src/SearchField/_variables.scss +0 -14
- package/src/SelectableBox/_variables.scss +0 -5
- package/src/Spinner/_variables.scss +0 -9
- package/src/Stack/_variables.scss +0 -1
- package/src/StatusAlert/README.md +0 -149
- package/src/StatusAlert/StatusAlert.test.jsx +0 -150
- package/src/StatusAlert/index.jsx +0 -144
- package/src/Stepper/_variables.scss +0 -18
- package/src/Sticky/_variables.scss +0 -3
- package/src/Table/README.md +0 -506
- package/src/Table/Table.test.jsx +0 -367
- package/src/Table/_variables.scss +0 -34
- package/src/Table/index.jsx +0 -264
- package/src/Table/index.scss +0 -12
- package/src/Tabs/_variables.scss +0 -24
- package/src/Tabs/deprecated/Tabs.scss +0 -3
- package/src/Tabs/deprecated/Tabs.test.jsx +0 -50
- package/src/Tabs/deprecated/index.jsx +0 -117
- package/src/TextArea/README.md +0 -63
- package/src/TextArea/index.jsx +0 -48
- package/src/Toast/_variables.scss +0 -19
- package/src/Tooltip/_variables.scss +0 -21
- package/src/ValidationFormGroup/README.md +0 -116
- package/src/ValidationFormGroup/ValidationFormGroup.test.jsx +0 -146
- package/src/ValidationFormGroup/__snapshots__/ValidationFormGroup.test.jsx.snap +0 -161
- package/src/ValidationFormGroup/index.jsx +0 -114
- /package/{scss → styles/scss}/core/_exports.module.scss +0 -0
- /package/{scss → styles/scss}/core/_typography.scss +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TablePagination.js","names":["React","useContext","DataTableContext","Pagination","TablePagination","_useContext","pageCount","state","gotoPage","pageIndex","createElement","variant","currentPage","onPageSelect","pageNum","icons","leftIcon","rightIcon"],"sources":["../../src/DataTable/TablePagination.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport DataTableContext from './DataTableContext';\nimport Pagination from '../Pagination';\n\nfunction TablePagination() {\n const {\n pageCount, state, gotoPage,\n } = useContext(DataTableContext);\n\n if (!pageCount || pageCount < 2) {\n return null;\n }\n\n const pageIndex = state?.pageIndex;\n\n return (\n <Pagination\n variant=\"reduced\"\n currentPage={pageIndex + 1}\n onPageSelect={(pageNum) => gotoPage(pageNum - 1)}\n pageCount={pageCount}\n icons={{\n leftIcon: null,\n rightIcon: null,\n }}\n />\n );\n}\n\nexport default TablePagination;\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AACzC,OAAOC,gBAAgB,MAAM,oBAAoB;AACjD,OAAOC,UAAU,MAAM,eAAe;AAEtC,SAASC,eAAeA,CAAA,EAAG;EACzB,IAAAC,WAAA,GAEIJ,UAAU,CAACC,gBAAgB,CAAC;IAD9BI,SAAS,GAAAD,WAAA,CAATC,SAAS;IAAEC,KAAK,GAAAF,WAAA,CAALE,KAAK;IAAEC,QAAQ,GAAAH,WAAA,CAARG,QAAQ;EAG5B,IAAI,CAACF,SAAS,IAAIA,SAAS,GAAG,CAAC,EAAE;IAC/B,OAAO,IAAI;EACb;EAEA,IAAMG,SAAS,GAAGF,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEE,SAAS;EAElC,oBACET,KAAA,CAAAU,aAAA,CAACP,UAAU;IACTQ,OAAO,EAAC,SAAS;IACjBC,WAAW,EAAEH,SAAS,GAAG,CAAE;IAC3BI,YAAY,EAAE,SAAAA,aAACC,OAAO;MAAA,OAAKN,QAAQ,CAACM,OAAO,GAAG,CAAC,CAAC;IAAA,CAAC;IACjDR,SAAS,EAAEA,SAAU;IACrBS,KAAK,EAAE;MACLC,QAAQ,EAAE,IAAI;MACdC,SAAS,EAAE;IACb;EAAE,CACH,CAAC;AAEN;AAEA,eAAeb,eAAe"}
|
|
1
|
+
{"version":3,"file":"TablePagination.js","names":["React","useContext","DataTableContext","Pagination","TablePagination","_useContext","pageCount","state","gotoPage","pageIndex","createElement","variant","currentPage","onPageSelect","pageNum","icons","leftIcon","rightIcon"],"sources":["../../src/DataTable/TablePagination.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport DataTableContext from './DataTableContext';\nimport Pagination from '../Pagination';\n\nfunction TablePagination() {\n const {\n pageCount, state, gotoPage,\n } = useContext(DataTableContext);\n\n if (!pageCount || pageCount < 2) {\n return null;\n }\n\n const pageIndex = state?.pageIndex;\n\n return (\n <Pagination\n variant=\"reduced\"\n currentPage={pageIndex + 1}\n onPageSelect={(pageNum) => gotoPage(pageNum - 1)}\n pageCount={pageCount}\n icons={{\n leftIcon: null,\n rightIcon: null,\n }}\n />\n );\n}\n\nexport default TablePagination;\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AACzC,OAAOC,gBAAgB,MAAM,oBAAoB;AACjD,OAAOC,UAAU,MAAM,eAAe;AAEtC,SAASC,eAAeA,CAAA,EAAG;EACzB,IAAAC,WAAA,GAEIJ,UAAU,CAACC,gBAAgB,CAAC;IAD9BI,SAAS,GAAAD,WAAA,CAATC,SAAS;IAAEC,KAAK,GAAAF,WAAA,CAALE,KAAK;IAAEC,QAAQ,GAAAH,WAAA,CAARG,QAAQ;EAG5B,IAAI,CAACF,SAAS,IAAIA,SAAS,GAAG,CAAC,EAAE;IAC/B,OAAO,IAAI;EACb;EAEA,IAAMG,SAAS,GAAGF,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEE,SAAS;EAElC,oBACET,KAAA,CAAAU,aAAA,CAACP,UAAU;IACTQ,OAAO,EAAC,SAAS;IACjBC,WAAW,EAAEH,SAAS,GAAG,CAAE;IAC3BI,YAAY,EAAE,SAAAA,aAACC,OAAO;MAAA,OAAKN,QAAQ,CAACM,OAAO,GAAG,CAAC,CAAC;IAAA,CAAC;IACjDR,SAAS,EAAEA,SAAU;IACrBS,KAAK,EAAE;MACLC,QAAQ,EAAE,IAAI;MACdC,SAAS,EAAE;IACb;EAAE,CACH,CAAC;AAEN;AAEA,eAAeb,eAAe","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TablePaginationMinimal.js","names":["React","useContext","DataTableContext","Pagination","ArrowBackIos","ArrowForwardIos","TablePaginationMinimal","_useContext","nextPage","pageCount","gotoPage","state","pageIndex","createElement","variant","currentPage","paginationLabel","onPageSelect","pageNum","icons","leftIcon","rightIcon"],"sources":["../../src/DataTable/TablePaginationMinimal.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport DataTableContext from './DataTableContext';\nimport Pagination from '../Pagination';\nimport { ArrowBackIos, ArrowForwardIos } from '../../icons';\n\nfunction TablePaginationMinimal() {\n const {\n nextPage, pageCount, gotoPage, state,\n } = useContext(DataTableContext);\n\n // Use nextPage as a proxy for whether or not the table is paginated\n if (!nextPage) {\n return null;\n }\n\n const pageIndex = state?.pageIndex;\n\n return (\n <Pagination\n variant=\"minimal\"\n currentPage={pageIndex + 1}\n pageCount={pageCount}\n paginationLabel=\"table pagination\"\n onPageSelect={(pageNum) => gotoPage(pageNum - 1)}\n icons={{\n leftIcon: ArrowBackIos,\n rightIcon: ArrowForwardIos,\n }}\n />\n );\n}\n\nexport default TablePaginationMinimal;\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AACzC,OAAOC,gBAAgB,MAAM,oBAAoB;AACjD,OAAOC,UAAU,MAAM,eAAe;AACtC,SAASC,YAAY,EAAEC,eAAe,QAAQ,aAAa;AAE3D,SAASC,sBAAsBA,CAAA,EAAG;EAChC,IAAAC,WAAA,GAEIN,UAAU,CAACC,gBAAgB,CAAC;IAD9BM,QAAQ,GAAAD,WAAA,CAARC,QAAQ;IAAEC,SAAS,GAAAF,WAAA,CAATE,SAAS;IAAEC,QAAQ,GAAAH,WAAA,CAARG,QAAQ;IAAEC,KAAK,GAAAJ,WAAA,CAALI,KAAK;;EAGtC;EACA,IAAI,CAACH,QAAQ,EAAE;IACb,OAAO,IAAI;EACb;EAEA,IAAMI,SAAS,GAAGD,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEC,SAAS;EAElC,oBACEZ,KAAA,CAAAa,aAAA,CAACV,UAAU;IACTW,OAAO,EAAC,SAAS;IACjBC,WAAW,EAAEH,SAAS,GAAG,CAAE;IAC3BH,SAAS,EAAEA,SAAU;IACrBO,eAAe,EAAC,kBAAkB;IAClCC,YAAY,EAAE,SAAAA,aAACC,OAAO;MAAA,OAAKR,QAAQ,CAACQ,OAAO,GAAG,CAAC,CAAC;IAAA,CAAC;IACjDC,KAAK,EAAE;MACLC,QAAQ,EAAEhB,YAAY;MACtBiB,SAAS,EAAEhB;IACb;EAAE,CACH,CAAC;AAEN;AAEA,eAAeC,sBAAsB"}
|
|
1
|
+
{"version":3,"file":"TablePaginationMinimal.js","names":["React","useContext","DataTableContext","Pagination","ArrowBackIos","ArrowForwardIos","TablePaginationMinimal","_useContext","nextPage","pageCount","gotoPage","state","pageIndex","createElement","variant","currentPage","paginationLabel","onPageSelect","pageNum","icons","leftIcon","rightIcon"],"sources":["../../src/DataTable/TablePaginationMinimal.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport DataTableContext from './DataTableContext';\nimport Pagination from '../Pagination';\nimport { ArrowBackIos, ArrowForwardIos } from '../../icons';\n\nfunction TablePaginationMinimal() {\n const {\n nextPage, pageCount, gotoPage, state,\n } = useContext(DataTableContext);\n\n // Use nextPage as a proxy for whether or not the table is paginated\n if (!nextPage) {\n return null;\n }\n\n const pageIndex = state?.pageIndex;\n\n return (\n <Pagination\n variant=\"minimal\"\n currentPage={pageIndex + 1}\n pageCount={pageCount}\n paginationLabel=\"table pagination\"\n onPageSelect={(pageNum) => gotoPage(pageNum - 1)}\n icons={{\n leftIcon: ArrowBackIos,\n rightIcon: ArrowForwardIos,\n }}\n />\n );\n}\n\nexport default TablePaginationMinimal;\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AACzC,OAAOC,gBAAgB,MAAM,oBAAoB;AACjD,OAAOC,UAAU,MAAM,eAAe;AACtC,SAASC,YAAY,EAAEC,eAAe,QAAQ,aAAa;AAE3D,SAASC,sBAAsBA,CAAA,EAAG;EAChC,IAAAC,WAAA,GAEIN,UAAU,CAACC,gBAAgB,CAAC;IAD9BM,QAAQ,GAAAD,WAAA,CAARC,QAAQ;IAAEC,SAAS,GAAAF,WAAA,CAATE,SAAS;IAAEC,QAAQ,GAAAH,WAAA,CAARG,QAAQ;IAAEC,KAAK,GAAAJ,WAAA,CAALI,KAAK;;EAGtC;EACA,IAAI,CAACH,QAAQ,EAAE;IACb,OAAO,IAAI;EACb;EAEA,IAAMI,SAAS,GAAGD,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEC,SAAS;EAElC,oBACEZ,KAAA,CAAAa,aAAA,CAACV,UAAU;IACTW,OAAO,EAAC,SAAS;IACjBC,WAAW,EAAEH,SAAS,GAAG,CAAE;IAC3BH,SAAS,EAAEA,SAAU;IACrBO,eAAe,EAAC,kBAAkB;IAClCC,YAAY,EAAE,SAAAA,aAACC,OAAO;MAAA,OAAKR,QAAQ,CAACQ,OAAO,GAAG,CAAC,CAAC;IAAA,CAAC;IACjDC,KAAK,EAAE;MACLC,QAAQ,EAAEhB,YAAY;MACtBiB,SAAS,EAAEhB;IACb;EAAE,CACH,CAAC;AAEN;AAEA,eAAeC,sBAAsB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRow.js","names":["React","useContext","PropTypes","classNames","TableCell","DataTableContext","TableRow","_ref","row","getRowProps","cells","id","isSelected","isExpanded","_useContext","renderRowSubComponent","visibleColumns","createElement","Fragment","className","map","cell","_extends","key","concat","column","Header","colSpan","length","propTypes","shape","func","isRequired","arrayOf","string","bool"],"sources":["../../src/DataTable/TableRow.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n\nimport TableCell from './TableCell';\nimport DataTableContext from './DataTableContext';\n\nfunction TableRow({ row }) {\n const {\n getRowProps, cells, id, isSelected, isExpanded,\n } = row;\n const { renderRowSubComponent, visibleColumns } = useContext(DataTableContext);\n\n return (\n <>\n <tr {...getRowProps({\n className: classNames({\n 'pgn__data-table-row': true,\n 'is-selected': isSelected,\n }),\n })}\n >\n {cells.map(cell => <TableCell {...cell} key={`${cell.column.Header}${id}`} />)}\n </tr>\n {isExpanded && renderRowSubComponent ? (\n <tr>\n <td colSpan={visibleColumns.length}>\n {renderRowSubComponent({ row })}\n </td>\n </tr>\n ) : null}\n </>\n );\n}\n\nTableRow.propTypes = {\n /** Row data that is received from `react-table` API. */\n row: PropTypes.shape({\n /** props to include on the tr tag (must include id) */\n getRowProps: PropTypes.func.isRequired,\n /** cells in the row */\n cells: PropTypes.arrayOf(PropTypes.shape({})).isRequired,\n /** row id */\n id: PropTypes.string.isRequired,\n /** indicates if row has been selected */\n isSelected: PropTypes.bool,\n /** Indicates if row has been expanded. */\n isExpanded: PropTypes.bool,\n }).isRequired,\n};\n\nexport default TableRow;\n"],"mappings":";AAAA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AACzC,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AAEnC,OAAOC,SAAS,MAAM,aAAa;AACnC,OAAOC,gBAAgB,MAAM,oBAAoB;AAEjD,SAASC,QAAQA,CAAAC,IAAA,EAAU;EAAA,IAAPC,GAAG,GAAAD,IAAA,CAAHC,GAAG;EACrB,IACEC,WAAW,GACTD,GAAG,CADLC,WAAW;IAAEC,KAAK,GAChBF,GAAG,CADQE,KAAK;IAAEC,EAAE,GACpBH,GAAG,CADeG,EAAE;IAAEC,UAAU,GAChCJ,GAAG,CADmBI,UAAU;IAAEC,UAAU,GAC5CL,GAAG,CAD+BK,UAAU;EAEhD,IAAAC,WAAA,GAAkDb,UAAU,CAACI,gBAAgB,CAAC;IAAtEU,qBAAqB,GAAAD,WAAA,CAArBC,qBAAqB;IAAEC,cAAc,GAAAF,WAAA,CAAdE,cAAc;EAE7C,oBACEhB,KAAA,CAAAiB,aAAA,CAAAjB,KAAA,CAAAkB,QAAA,qBACElB,KAAA,CAAAiB,aAAA,OAAQR,WAAW,CAAC;IAClBU,SAAS,EAAEhB,UAAU,CAAC;MACpB,qBAAqB,EAAE,IAAI;MAC3B,aAAa,EAAES;IACjB,CAAC;EACH,CAAC,CAAC,EAECF,KAAK,CAACU,GAAG,CAAC,UAAAC,IAAI;IAAA,oBAAIrB,KAAA,CAAAiB,aAAA,CAACb,SAAS,EAAAkB,QAAA,KAAKD,IAAI;MAAEE,GAAG,KAAAC,MAAA,CAAKH,IAAI,CAACI,MAAM,CAACC,MAAM,EAAAF,MAAA,CAAGb,EAAE;IAAG,EAAE,CAAC;EAAA,EAC3E,CAAC,EACJE,UAAU,IAAIE,qBAAqB,gBAClCf,KAAA,CAAAiB,aAAA,0BACEjB,KAAA,CAAAiB,aAAA;IAAIU,OAAO,EAAEX,cAAc,CAACY;EAAO,GAChCb,qBAAqB,CAAC;IAAEP,GAAG,EAAHA;EAAI,CAAC,CAC5B,CACF,CAAC,GACH,IACJ,CAAC;AAEP;AAEAF,QAAQ,CAACuB,SAAS,GAAG;EACnB;EACArB,GAAG,EAAEN,SAAS,CAAC4B,KAAK,CAAC;IACnB;IACArB,WAAW,EAAEP,SAAS,CAAC6B,IAAI,CAACC,UAAU;IACtC;IACAtB,KAAK,EAAER,SAAS,CAAC+B,OAAO,CAAC/B,SAAS,CAAC4B,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAACE,UAAU;IACxD;IACArB,EAAE,EAAET,SAAS,CAACgC,MAAM,CAACF,UAAU;IAC/B;IACApB,UAAU,EAAEV,SAAS,CAACiC,IAAI;IAC1B;IACAtB,UAAU,EAAEX,SAAS,CAACiC;EACxB,CAAC,CAAC,CAACH;AACL,CAAC;AAED,eAAe1B,QAAQ"}
|
|
1
|
+
{"version":3,"file":"TableRow.js","names":["React","useContext","PropTypes","classNames","TableCell","DataTableContext","TableRow","_ref","row","getRowProps","cells","id","isSelected","isExpanded","_useContext","renderRowSubComponent","visibleColumns","createElement","Fragment","className","map","cell","_extends","key","concat","column","Header","colSpan","length","propTypes","shape","func","isRequired","arrayOf","string","bool"],"sources":["../../src/DataTable/TableRow.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n\nimport TableCell from './TableCell';\nimport DataTableContext from './DataTableContext';\n\nfunction TableRow({ row }) {\n const {\n getRowProps, cells, id, isSelected, isExpanded,\n } = row;\n const { renderRowSubComponent, visibleColumns } = useContext(DataTableContext);\n\n return (\n <>\n <tr {...getRowProps({\n className: classNames({\n 'pgn__data-table-row': true,\n 'is-selected': isSelected,\n }),\n })}\n >\n {cells.map(cell => <TableCell {...cell} key={`${cell.column.Header}${id}`} />)}\n </tr>\n {isExpanded && renderRowSubComponent ? (\n <tr>\n <td colSpan={visibleColumns.length}>\n {renderRowSubComponent({ row })}\n </td>\n </tr>\n ) : null}\n </>\n );\n}\n\nTableRow.propTypes = {\n /** Row data that is received from `react-table` API. */\n row: PropTypes.shape({\n /** props to include on the tr tag (must include id) */\n getRowProps: PropTypes.func.isRequired,\n /** cells in the row */\n cells: PropTypes.arrayOf(PropTypes.shape({})).isRequired,\n /** row id */\n id: PropTypes.string.isRequired,\n /** indicates if row has been selected */\n isSelected: PropTypes.bool,\n /** Indicates if row has been expanded. */\n isExpanded: PropTypes.bool,\n }).isRequired,\n};\n\nexport default TableRow;\n"],"mappings":";AAAA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AACzC,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AAEnC,OAAOC,SAAS,MAAM,aAAa;AACnC,OAAOC,gBAAgB,MAAM,oBAAoB;AAEjD,SAASC,QAAQA,CAAAC,IAAA,EAAU;EAAA,IAAPC,GAAG,GAAAD,IAAA,CAAHC,GAAG;EACrB,IACEC,WAAW,GACTD,GAAG,CADLC,WAAW;IAAEC,KAAK,GAChBF,GAAG,CADQE,KAAK;IAAEC,EAAE,GACpBH,GAAG,CADeG,EAAE;IAAEC,UAAU,GAChCJ,GAAG,CADmBI,UAAU;IAAEC,UAAU,GAC5CL,GAAG,CAD+BK,UAAU;EAEhD,IAAAC,WAAA,GAAkDb,UAAU,CAACI,gBAAgB,CAAC;IAAtEU,qBAAqB,GAAAD,WAAA,CAArBC,qBAAqB;IAAEC,cAAc,GAAAF,WAAA,CAAdE,cAAc;EAE7C,oBACEhB,KAAA,CAAAiB,aAAA,CAAAjB,KAAA,CAAAkB,QAAA,qBACElB,KAAA,CAAAiB,aAAA,OAAQR,WAAW,CAAC;IAClBU,SAAS,EAAEhB,UAAU,CAAC;MACpB,qBAAqB,EAAE,IAAI;MAC3B,aAAa,EAAES;IACjB,CAAC;EACH,CAAC,CAAC,EAECF,KAAK,CAACU,GAAG,CAAC,UAAAC,IAAI;IAAA,oBAAIrB,KAAA,CAAAiB,aAAA,CAACb,SAAS,EAAAkB,QAAA,KAAKD,IAAI;MAAEE,GAAG,KAAAC,MAAA,CAAKH,IAAI,CAACI,MAAM,CAACC,MAAM,EAAAF,MAAA,CAAGb,EAAE;IAAG,EAAE,CAAC;EAAA,EAC3E,CAAC,EACJE,UAAU,IAAIE,qBAAqB,gBAClCf,KAAA,CAAAiB,aAAA,0BACEjB,KAAA,CAAAiB,aAAA;IAAIU,OAAO,EAAEX,cAAc,CAACY;EAAO,GAChCb,qBAAqB,CAAC;IAAEP,GAAG,EAAHA;EAAI,CAAC,CAC5B,CACF,CAAC,GACH,IACJ,CAAC;AAEP;AAEAF,QAAQ,CAACuB,SAAS,GAAG;EACnB;EACArB,GAAG,EAAEN,SAAS,CAAC4B,KAAK,CAAC;IACnB;IACArB,WAAW,EAAEP,SAAS,CAAC6B,IAAI,CAACC,UAAU;IACtC;IACAtB,KAAK,EAAER,SAAS,CAAC+B,OAAO,CAAC/B,SAAS,CAAC4B,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAACE,UAAU;IACxD;IACArB,EAAE,EAAET,SAAS,CAACgC,MAAM,CAACF,UAAU;IAC/B;IACApB,UAAU,EAAEV,SAAS,CAACiC,IAAI;IAC1B;IACAtB,UAAU,EAAEX,SAAS,CAACiC;EACxB,CAAC,CAAC,CAACH;AACL,CAAC;AAED,eAAe1B,QAAQ","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxFilter.js","names":["React","useRef","useMemo","PropTypes","Form","FormLabel","Badge","Stack","newId","CheckboxFilter","_ref","_ref$column","column","filterValue","setFilter","Header","filterChoices","getHeaderProps","ariaLabel","concat","key","checkedBoxes","changeCheckbox","value","includes","newCheckedBoxes","filter","val","push","headerBasedId","createElement","Group","role","current","id","className","CheckboxSet","name","map","_ref2","number","Checkbox","checked","onChange","direction","gap","undefined","variant","propTypes","shape","func","isRequired","oneOfType","elementType","node","arrayOf","string"],"sources":["../../../src/DataTable/filters/CheckboxFilter.jsx"],"sourcesContent":["import React, { useRef, useMemo } from 'react';\nimport PropTypes from 'prop-types';\nimport Form, { FormLabel } from '../../Form';\nimport Badge from '../../Badge';\nimport Stack from '../../Stack';\nimport { newId } from '../../utils';\n\nfunction CheckboxFilter({\n column: {\n filterValue, setFilter, Header, filterChoices, getHeaderProps,\n },\n}) {\n // creates a unique label that does not change on re-render in case there are multiple checkbox filters in the dom\n const ariaLabel = useRef(newId(`checkbox-filter-label-${getHeaderProps().key}-`));\n\n const checkedBoxes = filterValue || [];\n const changeCheckbox = (value) => {\n if (checkedBoxes.includes(value)) {\n const newCheckedBoxes = checkedBoxes.filter((val) => val !== value);\n return setFilter(newCheckedBoxes);\n }\n checkedBoxes.push(value);\n return setFilter(checkedBoxes);\n };\n const headerBasedId = useMemo(() => `checkbox-filter-check-${getHeaderProps().key}-`, [getHeaderProps]);\n\n return (\n <Form.Group role=\"group\" aria-labelledby={ariaLabel.current}>\n <FormLabel id={ariaLabel.current} className=\"pgn__checkbox-filter-label\">{Header}</FormLabel>\n <Form.CheckboxSet name={Header}>\n {filterChoices.map(({ name, number, value }) => (\n <Form.Checkbox\n key={`${headerBasedId}${name}`}\n value={name}\n checked={checkedBoxes.includes(value)}\n onChange={() => changeCheckbox(value)}\n aria-label={name}\n >\n <Stack direction=\"horizontal\" gap={2}>\n {name} {number !== undefined && <Badge variant=\"light\">{number}</Badge>}\n </Stack>\n </Form.Checkbox>\n ))}\n </Form.CheckboxSet>\n </Form.Group>\n );\n}\n\nCheckboxFilter.propTypes = {\n /**\n * Specifies a column object.\n *\n * `setFilter`: Function to set the filter value.\n *\n * `Header`: Column header used for labels and placeholders.\n *\n * `filterChoices`: Specifies array of choices.\n *\n * `getHeaderProps`: Generates a key unique to the column being filtered.\n *\n * `filterValue`: Value for the filter input.\n */\n column: PropTypes.shape({\n setFilter: PropTypes.func.isRequired,\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n filterChoices: PropTypes.arrayOf(PropTypes.shape({\n name: PropTypes.string.isRequired,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n number: PropTypes.number,\n })).isRequired,\n getHeaderProps: PropTypes.func.isRequired,\n filterValue: PropTypes.arrayOf(PropTypes.string),\n }).isRequired,\n};\n\nexport default CheckboxFilter;\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,MAAM,EAAEC,OAAO,QAAQ,OAAO;AAC9C,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,IAAI,IAAIC,SAAS,QAAQ,YAAY;AAC5C,OAAOC,KAAK,MAAM,aAAa;AAC/B,OAAOC,KAAK,MAAM,aAAa;AAC/B,SAASC,KAAK,QAAQ,aAAa;AAEnC,SAASC,cAAcA,CAAAC,IAAA,EAIpB;EAAA,IAAAC,WAAA,GAAAD,IAAA,CAHDE,MAAM;IACJC,WAAW,GAAAF,WAAA,CAAXE,WAAW;IAAEC,SAAS,GAAAH,WAAA,CAATG,SAAS;IAAEC,MAAM,GAAAJ,WAAA,CAANI,MAAM;IAAEC,aAAa,GAAAL,WAAA,CAAbK,aAAa;IAAEC,cAAc,GAAAN,WAAA,CAAdM,cAAc;EAG/D;EACA,IAAMC,SAAS,GAAGjB,MAAM,CAACO,KAAK,0BAAAW,MAAA,CAA0BF,cAAc,CAAC,CAAC,CAACG,GAAG,MAAG,CAAC,CAAC;EAEjF,IAAMC,YAAY,GAAGR,WAAW,IAAI,EAAE;EACtC,IAAMS,cAAc,GAAG,SAAjBA,cAAcA,CAAIC,KAAK,EAAK;IAChC,IAAIF,YAAY,CAACG,QAAQ,CAACD,KAAK,CAAC,EAAE;MAChC,IAAME,eAAe,GAAGJ,YAAY,CAACK,MAAM,CAAC,UAACC,GAAG;QAAA,OAAKA,GAAG,KAAKJ,KAAK;MAAA,EAAC;MACnE,OAAOT,SAAS,CAACW,eAAe,CAAC;IACnC;IACAJ,YAAY,CAACO,IAAI,CAACL,KAAK,CAAC;IACxB,OAAOT,SAAS,CAACO,YAAY,CAAC;EAChC,CAAC;EACD,IAAMQ,aAAa,GAAG3B,OAAO,CAAC;IAAA,gCAAAiB,MAAA,CAA+BF,cAAc,CAAC,CAAC,CAACG,GAAG;EAAA,CAAG,EAAE,CAACH,cAAc,CAAC,CAAC;EAEvG,oBACEjB,KAAA,CAAA8B,aAAA,CAAC1B,IAAI,CAAC2B,KAAK;IAACC,IAAI,EAAC,OAAO;IAAC,mBAAiBd,SAAS,CAACe;EAAQ,gBAC1DjC,KAAA,CAAA8B,aAAA,CAACzB,SAAS;IAAC6B,EAAE,EAAEhB,SAAS,CAACe,OAAQ;IAACE,SAAS,EAAC;EAA4B,GAAEpB,MAAkB,CAAC,eAC7Ff,KAAA,CAAA8B,aAAA,CAAC1B,IAAI,CAACgC,WAAW;IAACC,IAAI,EAAEtB;EAAO,GAC5BC,aAAa,CAACsB,GAAG,CAAC,UAAAC,KAAA;IAAA,IAAGF,IAAI,GAAAE,KAAA,CAAJF,IAAI;MAAEG,MAAM,GAAAD,KAAA,CAANC,MAAM;MAAEjB,KAAK,GAAAgB,KAAA,CAALhB,KAAK;IAAA,oBACvCvB,KAAA,CAAA8B,aAAA,CAAC1B,IAAI,CAACqC,QAAQ;MACZrB,GAAG,KAAAD,MAAA,CAAKU,aAAa,EAAAV,MAAA,CAAGkB,IAAI,CAAG;MAC/Bd,KAAK,EAAEc,IAAK;MACZK,OAAO,EAAErB,YAAY,CAACG,QAAQ,CAACD,KAAK,CAAE;MACtCoB,QAAQ,EAAE,SAAAA,SAAA;QAAA,OAAMrB,cAAc,CAACC,KAAK,CAAC;MAAA,CAAC;MACtC,cAAYc;IAAK,gBAEjBrC,KAAA,CAAA8B,aAAA,CAACvB,KAAK;MAACqC,SAAS,EAAC,YAAY;MAACC,GAAG,EAAE;IAAE,GAClCR,IAAI,EAAC,GAAC,EAACG,MAAM,KAAKM,SAAS,iBAAI9C,KAAA,CAAA8B,aAAA,CAACxB,KAAK;MAACyC,OAAO,EAAC;IAAO,GAAEP,MAAc,CACjE,CACM,CAAC;EAAA,CACjB,CACe,CACR,CAAC;AAEjB;AAEA/B,cAAc,CAACuC,SAAS,GAAG;EACzB;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACEpC,MAAM,EAAET,SAAS,CAAC8C,KAAK,CAAC;IACtBnC,SAAS,EAAEX,SAAS,CAAC+C,IAAI,CAACC,UAAU;IACpCpC,MAAM,EAAEZ,SAAS,CAACiD,SAAS,CAAC,CAACjD,SAAS,CAACkD,WAAW,EAAElD,SAAS,CAACmD,IAAI,CAAC,CAAC,CAACH,UAAU;IAC/EnC,aAAa,EAAEb,SAAS,CAACoD,OAAO,CAACpD,SAAS,CAAC8C,KAAK,CAAC;MAC/CZ,IAAI,EAAElC,SAAS,CAACqD,MAAM,CAACL,UAAU;MACjC5B,KAAK,EAAEpB,SAAS,CAACiD,SAAS,CAAC,CAACjD,SAAS,CAACqD,MAAM,EAAErD,SAAS,CAACqC,MAAM,CAAC,CAAC;MAChEA,MAAM,EAAErC,SAAS,CAACqC;IACpB,CAAC,CAAC,CAAC,CAACW,UAAU;IACdlC,cAAc,EAAEd,SAAS,CAAC+C,IAAI,CAACC,UAAU;IACzCtC,WAAW,EAAEV,SAAS,CAACoD,OAAO,CAACpD,SAAS,CAACqD,MAAM;EACjD,CAAC,CAAC,CAACL;AACL,CAAC;AAED,eAAe1C,cAAc"}
|
|
1
|
+
{"version":3,"file":"CheckboxFilter.js","names":["React","useRef","useMemo","PropTypes","Form","FormLabel","Badge","Stack","newId","CheckboxFilter","_ref","_ref$column","column","filterValue","setFilter","Header","filterChoices","getHeaderProps","ariaLabel","concat","key","checkedBoxes","changeCheckbox","value","includes","newCheckedBoxes","filter","val","push","headerBasedId","createElement","Group","role","current","id","className","CheckboxSet","name","map","_ref2","number","Checkbox","checked","onChange","direction","gap","undefined","variant","propTypes","shape","func","isRequired","oneOfType","elementType","node","arrayOf","string"],"sources":["../../../src/DataTable/filters/CheckboxFilter.jsx"],"sourcesContent":["import React, { useRef, useMemo } from 'react';\nimport PropTypes from 'prop-types';\nimport Form, { FormLabel } from '../../Form';\nimport Badge from '../../Badge';\nimport Stack from '../../Stack';\nimport { newId } from '../../utils';\n\nfunction CheckboxFilter({\n column: {\n filterValue, setFilter, Header, filterChoices, getHeaderProps,\n },\n}) {\n // creates a unique label that does not change on re-render in case there are multiple checkbox filters in the dom\n const ariaLabel = useRef(newId(`checkbox-filter-label-${getHeaderProps().key}-`));\n\n const checkedBoxes = filterValue || [];\n const changeCheckbox = (value) => {\n if (checkedBoxes.includes(value)) {\n const newCheckedBoxes = checkedBoxes.filter((val) => val !== value);\n return setFilter(newCheckedBoxes);\n }\n checkedBoxes.push(value);\n return setFilter(checkedBoxes);\n };\n const headerBasedId = useMemo(() => `checkbox-filter-check-${getHeaderProps().key}-`, [getHeaderProps]);\n\n return (\n <Form.Group role=\"group\" aria-labelledby={ariaLabel.current}>\n <FormLabel id={ariaLabel.current} className=\"pgn__checkbox-filter-label\">{Header}</FormLabel>\n <Form.CheckboxSet name={Header}>\n {filterChoices.map(({ name, number, value }) => (\n <Form.Checkbox\n key={`${headerBasedId}${name}`}\n value={name}\n checked={checkedBoxes.includes(value)}\n onChange={() => changeCheckbox(value)}\n aria-label={name}\n >\n <Stack direction=\"horizontal\" gap={2}>\n {name} {number !== undefined && <Badge variant=\"light\">{number}</Badge>}\n </Stack>\n </Form.Checkbox>\n ))}\n </Form.CheckboxSet>\n </Form.Group>\n );\n}\n\nCheckboxFilter.propTypes = {\n /**\n * Specifies a column object.\n *\n * `setFilter`: Function to set the filter value.\n *\n * `Header`: Column header used for labels and placeholders.\n *\n * `filterChoices`: Specifies array of choices.\n *\n * `getHeaderProps`: Generates a key unique to the column being filtered.\n *\n * `filterValue`: Value for the filter input.\n */\n column: PropTypes.shape({\n setFilter: PropTypes.func.isRequired,\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n filterChoices: PropTypes.arrayOf(PropTypes.shape({\n name: PropTypes.string.isRequired,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n number: PropTypes.number,\n })).isRequired,\n getHeaderProps: PropTypes.func.isRequired,\n filterValue: PropTypes.arrayOf(PropTypes.string),\n }).isRequired,\n};\n\nexport default CheckboxFilter;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownFilter.js","names":["React","useRef","PropTypes","Form","newId","DEFAULT_VALUE","DropdownFilter","_ref","_ref$column","column","setFilter","Header","filterChoices","getHeaderProps","ariaLabel","concat","key","onChange","e","target","value","undefined","createElement","Group","Label","id","current","className","Control","as","map","_ref2","name","number","propTypes","shape","func","isRequired","oneOfType","elementType","node","arrayOf","string"],"sources":["../../../src/DataTable/filters/DropdownFilter.jsx"],"sourcesContent":["import React, { useRef } from 'react';\nimport PropTypes from 'prop-types';\nimport Form from '../../Form';\nimport { newId } from '../../utils';\n\nconst DEFAULT_VALUE = '';\n\nfunction DropdownFilter({\n column: {\n setFilter, Header, filterChoices, getHeaderProps,\n },\n}) {\n // creates a unique label that does not change on re-render in case there are multiple checkbox filters in the dom\n const ariaLabel = useRef(newId(`dropdown-filter-label-${getHeaderProps().key}-`));\n const onChange = (e) => {\n if (e.target.value === DEFAULT_VALUE) {\n // setting undefined resets the filter\n return setFilter(undefined);\n }\n return setFilter(e.target.value);\n };\n\n return (\n <Form.Group>\n <Form.Label id={ariaLabel.current} className=\"sr-only\">{Header}</Form.Label>\n <Form.Control\n as=\"select\"\n default={DEFAULT_VALUE}\n onChange={onChange}\n aria-labelledby={ariaLabel.current}\n >\n <option value={DEFAULT_VALUE}>{Header}</option>\n {filterChoices.map(({ name, number, value }) => (<option key={value} value={value}>{name} {number && `(${number})`}</option>))}\n </Form.Control>\n </Form.Group>\n );\n}\n\nDropdownFilter.propTypes = {\n /**\n * Specifies a column object.\n *\n * `setFilter`: Function to set the filter value.\n *\n * `Header`: Column header used for labels and placeholders.\n *\n * `filterChoices`: Specifies array of choices.\n *\n * `getHeaderProps`: Generates a key unique to the column being filtered.\n */\n column: PropTypes.shape({\n setFilter: PropTypes.func.isRequired,\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n filterChoices: PropTypes.arrayOf(PropTypes.shape({\n name: PropTypes.string.isRequired,\n number: PropTypes.number,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\n })).isRequired,\n getHeaderProps: PropTypes.func.isRequired,\n }).isRequired,\n};\n\nexport default DropdownFilter;\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,IAAI,MAAM,YAAY;AAC7B,SAASC,KAAK,QAAQ,aAAa;AAEnC,IAAMC,aAAa,GAAG,EAAE;AAExB,SAASC,cAAcA,CAAAC,IAAA,EAIpB;EAAA,IAAAC,WAAA,GAAAD,IAAA,CAHDE,MAAM;IACJC,SAAS,GAAAF,WAAA,CAATE,SAAS;IAAEC,MAAM,GAAAH,WAAA,CAANG,MAAM;IAAEC,aAAa,GAAAJ,WAAA,CAAbI,aAAa;IAAEC,cAAc,GAAAL,WAAA,CAAdK,cAAc;EAGlD;EACA,IAAMC,SAAS,GAAGb,MAAM,CAACG,KAAK,0BAAAW,MAAA,CAA0BF,cAAc,CAAC,CAAC,CAACG,GAAG,MAAG,CAAC,CAAC;EACjF,IAAMC,QAAQ,GAAG,SAAXA,QAAQA,CAAIC,CAAC,EAAK;IACtB,IAAIA,CAAC,CAACC,MAAM,CAACC,KAAK,KAAKf,aAAa,EAAE;MACpC;MACA,OAAOK,SAAS,CAACW,SAAS,CAAC;IAC7B;IACA,OAAOX,SAAS,CAACQ,CAAC,CAACC,MAAM,CAACC,KAAK,CAAC;EAClC,CAAC;EAED,oBACEpB,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACoB,KAAK,qBACTvB,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACqB,KAAK;IAACC,EAAE,EAAEX,SAAS,CAACY,OAAQ;IAACC,SAAS,EAAC;EAAS,GAAEhB,MAAmB,CAAC,eAC5EX,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACyB,OAAO;IACXC,EAAE,EAAC,QAAQ;IACX,WAASxB,aAAc;IACvBY,QAAQ,EAAEA,QAAS;IACnB,mBAAiBH,SAAS,CAACY;EAAQ,gBAEnC1B,KAAA,CAAAsB,aAAA;IAAQF,KAAK,EAAEf;EAAc,GAAEM,MAAe,CAAC,EAC9CC,aAAa,CAACkB,GAAG,CAAC,UAAAC,KAAA;IAAA,IAAGC,IAAI,GAAAD,KAAA,CAAJC,IAAI;MAAEC,MAAM,GAAAF,KAAA,CAANE,MAAM;MAAEb,KAAK,GAAAW,KAAA,CAALX,KAAK;IAAA,oBAAQpB,KAAA,CAAAsB,aAAA;MAAQN,GAAG,EAAEI,KAAM;MAACA,KAAK,EAAEA;IAAM,GAAEY,IAAI,EAAC,GAAC,EAACC,MAAM,QAAAlB,MAAA,CAAQkB,MAAM,MAAY,CAAC;EAAA,CAAC,CACjH,CACJ,CAAC;AAEjB;AAEA3B,cAAc,CAAC4B,SAAS,GAAG;EACzB;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACEzB,MAAM,EAAEP,SAAS,CAACiC,KAAK,CAAC;IACtBzB,SAAS,EAAER,SAAS,CAACkC,IAAI,CAACC,UAAU;IACpC1B,MAAM,EAAET,SAAS,CAACoC,SAAS,CAAC,CAACpC,SAAS,CAACqC,WAAW,EAAErC,SAAS,CAACsC,IAAI,CAAC,CAAC,CAACH,UAAU;IAC/EzB,aAAa,EAAEV,SAAS,CAACuC,OAAO,CAACvC,SAAS,CAACiC,KAAK,CAAC;MAC/CH,IAAI,EAAE9B,SAAS,CAACwC,MAAM,CAACL,UAAU;MACjCJ,MAAM,EAAE/B,SAAS,CAAC+B,MAAM;MACxBb,KAAK,EAAElB,SAAS,CAACoC,SAAS,CAAC,CAACpC,SAAS,CAACwC,MAAM,EAAExC,SAAS,CAAC+B,MAAM,CAAC,CAAC,CAACI;IACnE,CAAC,CAAC,CAAC,CAACA,UAAU;IACdxB,cAAc,EAAEX,SAAS,CAACkC,IAAI,CAACC;EACjC,CAAC,CAAC,CAACA;AACL,CAAC;AAED,eAAe/B,cAAc"}
|
|
1
|
+
{"version":3,"file":"DropdownFilter.js","names":["React","useRef","PropTypes","Form","newId","DEFAULT_VALUE","DropdownFilter","_ref","_ref$column","column","setFilter","Header","filterChoices","getHeaderProps","ariaLabel","concat","key","onChange","e","target","value","undefined","createElement","Group","Label","id","current","className","Control","as","map","_ref2","name","number","propTypes","shape","func","isRequired","oneOfType","elementType","node","arrayOf","string"],"sources":["../../../src/DataTable/filters/DropdownFilter.jsx"],"sourcesContent":["import React, { useRef } from 'react';\nimport PropTypes from 'prop-types';\nimport Form from '../../Form';\nimport { newId } from '../../utils';\n\nconst DEFAULT_VALUE = '';\n\nfunction DropdownFilter({\n column: {\n setFilter, Header, filterChoices, getHeaderProps,\n },\n}) {\n // creates a unique label that does not change on re-render in case there are multiple checkbox filters in the dom\n const ariaLabel = useRef(newId(`dropdown-filter-label-${getHeaderProps().key}-`));\n const onChange = (e) => {\n if (e.target.value === DEFAULT_VALUE) {\n // setting undefined resets the filter\n return setFilter(undefined);\n }\n return setFilter(e.target.value);\n };\n\n return (\n <Form.Group>\n <Form.Label id={ariaLabel.current} className=\"sr-only\">{Header}</Form.Label>\n <Form.Control\n as=\"select\"\n default={DEFAULT_VALUE}\n onChange={onChange}\n aria-labelledby={ariaLabel.current}\n >\n <option value={DEFAULT_VALUE}>{Header}</option>\n {filterChoices.map(({ name, number, value }) => (<option key={value} value={value}>{name} {number && `(${number})`}</option>))}\n </Form.Control>\n </Form.Group>\n );\n}\n\nDropdownFilter.propTypes = {\n /**\n * Specifies a column object.\n *\n * `setFilter`: Function to set the filter value.\n *\n * `Header`: Column header used for labels and placeholders.\n *\n * `filterChoices`: Specifies array of choices.\n *\n * `getHeaderProps`: Generates a key unique to the column being filtered.\n */\n column: PropTypes.shape({\n setFilter: PropTypes.func.isRequired,\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n filterChoices: PropTypes.arrayOf(PropTypes.shape({\n name: PropTypes.string.isRequired,\n number: PropTypes.number,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\n })).isRequired,\n getHeaderProps: PropTypes.func.isRequired,\n }).isRequired,\n};\n\nexport default DropdownFilter;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelectDropdownFilter.js","names":["React","useRef","PropTypes","Badge","Stack","DropdownButton","newId","Form","MultiSelectDropdownFilter","_ref","_ref$column","column","setFilter","Header","filterChoices","getHeaderProps","filterValue","ariaLabel","concat","key","checkedBoxes","changeCheckbox","value","includes","newCheckedBoxes","filter","val","push","createElement","variant","id","current","title","CheckboxSet","className","name","map","_ref2","number","Checkbox","checked","onChange","direction","gap","propTypes","shape","func","isRequired","oneOfType","elementType","node","arrayOf","string"],"sources":["../../../src/DataTable/filters/MultiSelectDropdownFilter.jsx"],"sourcesContent":["import React, { useRef } from 'react';\nimport PropTypes from 'prop-types';\nimport Badge from '../../Badge';\nimport Stack from '../../Stack';\nimport { DropdownButton } from '../../Dropdown';\nimport { newId } from '../../utils';\nimport Form from '../../Form';\n\nfunction MultiSelectDropdownFilter({\n column: {\n setFilter, Header, filterChoices, getHeaderProps, filterValue,\n },\n}) {\n // creates a unique label that does not change on re-render in case there are multiple checkbox filters in the dom\n const ariaLabel = useRef(newId(`multi-dropdown-filter-label-${getHeaderProps().key}-`));\n const checkedBoxes = filterValue || [];\n const changeCheckbox = (value) => {\n if (checkedBoxes.includes(value)) {\n const newCheckedBoxes = checkedBoxes.filter((val) => val !== value);\n return setFilter(newCheckedBoxes);\n }\n checkedBoxes.push(value);\n return setFilter(checkedBoxes);\n };\n\n return (\n <DropdownButton variant=\"outline-primary\" id={ariaLabel.current} title={Header}>\n <Form.CheckboxSet\n className=\"pgn__dropdown-filter-checkbox-group\"\n name={Header}\n aria-label={Header}\n >\n {filterChoices.map(({ name, number, value }) => (\n <Form.Checkbox\n key={name}\n value={name}\n checked={checkedBoxes.includes(value)}\n onChange={() => changeCheckbox(value)}\n aria-label={name}\n >\n <Stack direction=\"horizontal\" gap={2}>\n {name} {number && <Badge variant=\"light\">{number}</Badge>}\n </Stack>\n </Form.Checkbox>\n ))}\n </Form.CheckboxSet>\n </DropdownButton>\n );\n}\n\nMultiSelectDropdownFilter.propTypes = {\n /**\n * Specifies a column object.\n *\n * `setFilter`: Function to set the filter value.\n *\n * `Header`: Column header used for labels and placeholders.\n *\n * `filterChoices`: Specifies array of choices.\n *\n * `getHeaderProps`: Generates a key unique to the column being filtered.\n *\n * `filterValue`: Value for the filter input.\n */\n column: PropTypes.shape({\n /** Function to set the filter value */\n setFilter: PropTypes.func.isRequired,\n /** Column header used for labels and placeholders */\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n /** Names and values for the select options */\n filterChoices: PropTypes.arrayOf(PropTypes.shape({\n name: PropTypes.string.isRequired,\n number: PropTypes.number,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\n })).isRequired,\n /** Generates a key unique to the column being filtered */\n getHeaderProps: PropTypes.func.isRequired,\n filterValue: PropTypes.arrayOf(PropTypes.string),\n }).isRequired,\n};\n\nexport default MultiSelectDropdownFilter;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"MultiSelectDropdownFilter.js","names":["React","useRef","PropTypes","Badge","Stack","DropdownButton","newId","Form","MultiSelectDropdownFilter","_ref","_ref$column","column","setFilter","Header","filterChoices","getHeaderProps","filterValue","ariaLabel","concat","key","checkedBoxes","changeCheckbox","value","includes","newCheckedBoxes","filter","val","push","createElement","variant","id","current","title","CheckboxSet","className","name","map","_ref2","number","Checkbox","checked","onChange","direction","gap","propTypes","shape","func","isRequired","oneOfType","elementType","node","arrayOf","string"],"sources":["../../../src/DataTable/filters/MultiSelectDropdownFilter.jsx"],"sourcesContent":["import React, { useRef } from 'react';\nimport PropTypes from 'prop-types';\nimport Badge from '../../Badge';\nimport Stack from '../../Stack';\nimport { DropdownButton } from '../../Dropdown';\nimport { newId } from '../../utils';\nimport Form from '../../Form';\n\nfunction MultiSelectDropdownFilter({\n column: {\n setFilter, Header, filterChoices, getHeaderProps, filterValue,\n },\n}) {\n // creates a unique label that does not change on re-render in case there are multiple checkbox filters in the dom\n const ariaLabel = useRef(newId(`multi-dropdown-filter-label-${getHeaderProps().key}-`));\n const checkedBoxes = filterValue || [];\n const changeCheckbox = (value) => {\n if (checkedBoxes.includes(value)) {\n const newCheckedBoxes = checkedBoxes.filter((val) => val !== value);\n return setFilter(newCheckedBoxes);\n }\n checkedBoxes.push(value);\n return setFilter(checkedBoxes);\n };\n\n return (\n <DropdownButton variant=\"outline-primary\" id={ariaLabel.current} title={Header}>\n <Form.CheckboxSet\n className=\"pgn__dropdown-filter-checkbox-group\"\n name={Header}\n aria-label={Header}\n >\n {filterChoices.map(({ name, number, value }) => (\n <Form.Checkbox\n key={name}\n value={name}\n checked={checkedBoxes.includes(value)}\n onChange={() => changeCheckbox(value)}\n aria-label={name}\n >\n <Stack direction=\"horizontal\" gap={2}>\n {name} {number && <Badge variant=\"light\">{number}</Badge>}\n </Stack>\n </Form.Checkbox>\n ))}\n </Form.CheckboxSet>\n </DropdownButton>\n );\n}\n\nMultiSelectDropdownFilter.propTypes = {\n /**\n * Specifies a column object.\n *\n * `setFilter`: Function to set the filter value.\n *\n * `Header`: Column header used for labels and placeholders.\n *\n * `filterChoices`: Specifies array of choices.\n *\n * `getHeaderProps`: Generates a key unique to the column being filtered.\n *\n * `filterValue`: Value for the filter input.\n */\n column: PropTypes.shape({\n /** Function to set the filter value */\n setFilter: PropTypes.func.isRequired,\n /** Column header used for labels and placeholders */\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n /** Names and values for the select options */\n filterChoices: PropTypes.arrayOf(PropTypes.shape({\n name: PropTypes.string.isRequired,\n number: PropTypes.number,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\n })).isRequired,\n /** Generates a key unique to the column being filtered */\n getHeaderProps: PropTypes.func.isRequired,\n filterValue: PropTypes.arrayOf(PropTypes.string),\n }).isRequired,\n};\n\nexport default MultiSelectDropdownFilter;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextFilter.js","names":["React","useRef","PropTypes","Form","newId","formatHeaderForLabel","header","toLowerCase","TextFilter","_ref","_ref$column","column","filterValue","setFilter","Header","getHeaderProps","ariaLabel","concat","key","formattedHeader","inputText","isValidElement","createElement","Group","controlId","current","Label","className","Control","value","type","onChange","e","target","undefined","placeholder","propTypes","shape","func","isRequired","oneOfType","elementType","node","string"],"sources":["../../../src/DataTable/filters/TextFilter.jsx"],"sourcesContent":["import React, { useRef } from 'react';\nimport PropTypes from 'prop-types';\nimport Form from '../../Form';\nimport { newId } from '../../utils';\n\nconst formatHeaderForLabel = (header) => {\n if (typeof header === 'function') {\n return header();\n }\n if (typeof header === 'string') {\n return header.toLowerCase();\n }\n return header;\n};\n\nfunction TextFilter({\n column: {\n filterValue, setFilter, Header, getHeaderProps,\n },\n}) {\n const ariaLabel = useRef(newId(`text-filter-label-${getHeaderProps().key}-`));\n const formattedHeader = formatHeaderForLabel(Header);\n const inputText = React.isValidElement(formattedHeader) ? formattedHeader : `Search ${formattedHeader}`;\n return (\n <Form.Group controlId={ariaLabel.current}>\n <Form.Label className=\"sr-only\">{inputText}</Form.Label>\n <Form.Control\n value={filterValue || ''}\n type=\"text\"\n onChange={e => {\n setFilter(e.target.value || undefined); // Set undefined to remove the filter entirely\n }}\n placeholder={inputText}\n />\n </Form.Group>\n );\n}\n\nTextFilter.propTypes = {\n /**\n * Specifies a column object.\n *\n * `setFilter`: Function to set the filter value.\n *\n * `Header`: Column header used for labels and placeholders.\n *\n * `getHeaderProps`: Generates a key unique to the column being filtered.\n *\n * `filterValue`: Value for the filter input.\n */\n column: PropTypes.shape({\n setFilter: PropTypes.func.isRequired,\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n getHeaderProps: PropTypes.func.isRequired,\n filterValue: PropTypes.string,\n }).isRequired,\n};\n\nexport default TextFilter;\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,IAAI,MAAM,YAAY;AAC7B,SAASC,KAAK,QAAQ,aAAa;AAEnC,IAAMC,oBAAoB,GAAG,SAAvBA,oBAAoBA,CAAIC,MAAM,EAAK;EACvC,IAAI,OAAOA,MAAM,KAAK,UAAU,EAAE;IAChC,OAAOA,MAAM,CAAC,CAAC;EACjB;EACA,IAAI,OAAOA,MAAM,KAAK,QAAQ,EAAE;IAC9B,OAAOA,MAAM,CAACC,WAAW,CAAC,CAAC;EAC7B;EACA,OAAOD,MAAM;AACf,CAAC;AAED,SAASE,UAAUA,CAAAC,IAAA,EAIhB;EAAA,IAAAC,WAAA,GAAAD,IAAA,CAHDE,MAAM;IACJC,WAAW,GAAAF,WAAA,CAAXE,WAAW;IAAEC,SAAS,GAAAH,WAAA,CAATG,SAAS;IAAEC,MAAM,GAAAJ,WAAA,CAANI,MAAM;IAAEC,cAAc,GAAAL,WAAA,CAAdK,cAAc;EAGhD,IAAMC,SAAS,GAAGf,MAAM,CAACG,KAAK,sBAAAa,MAAA,CAAsBF,cAAc,CAAC,CAAC,CAACG,GAAG,MAAG,CAAC,CAAC;EAC7E,IAAMC,eAAe,GAAGd,oBAAoB,CAACS,MAAM,CAAC;EACpD,IAAMM,SAAS,GAAG,aAAApB,KAAK,CAACqB,cAAc,CAACF,eAAe,CAAC,GAAGA,eAAe,aAAAF,MAAA,CAAaE,eAAe,CAAE;EACvG,oBACEnB,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACoB,KAAK;IAACC,SAAS,EAAER,SAAS,CAACS;EAAQ,gBACvCzB,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACuB,KAAK;IAACC,SAAS,EAAC;EAAS,GAAEP,SAAsB,CAAC,eACxDpB,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACyB,OAAO;IACXC,KAAK,EAAEjB,WAAW,IAAI,EAAG;IACzBkB,IAAI,EAAC,MAAM;IACXC,QAAQ,EAAE,SAAAA,SAAAC,CAAC,EAAI;MACbnB,SAAS,CAACmB,CAAC,CAACC,MAAM,CAACJ,KAAK,IAAIK,SAAS,CAAC,CAAC,CAAC;IAC1C,CAAE
|
|
1
|
+
{"version":3,"file":"TextFilter.js","names":["React","useRef","PropTypes","Form","newId","formatHeaderForLabel","header","toLowerCase","TextFilter","_ref","_ref$column","column","filterValue","setFilter","Header","getHeaderProps","ariaLabel","concat","key","formattedHeader","inputText","isValidElement","createElement","Group","controlId","current","Label","className","Control","value","type","onChange","e","target","undefined","placeholder","propTypes","shape","func","isRequired","oneOfType","elementType","node","string"],"sources":["../../../src/DataTable/filters/TextFilter.jsx"],"sourcesContent":["import React, { useRef } from 'react';\nimport PropTypes from 'prop-types';\nimport Form from '../../Form';\nimport { newId } from '../../utils';\n\nconst formatHeaderForLabel = (header) => {\n if (typeof header === 'function') {\n return header();\n }\n if (typeof header === 'string') {\n return header.toLowerCase();\n }\n return header;\n};\n\nfunction TextFilter({\n column: {\n filterValue, setFilter, Header, getHeaderProps,\n },\n}) {\n const ariaLabel = useRef(newId(`text-filter-label-${getHeaderProps().key}-`));\n const formattedHeader = formatHeaderForLabel(Header);\n const inputText = React.isValidElement(formattedHeader) ? formattedHeader : `Search ${formattedHeader}`;\n return (\n <Form.Group controlId={ariaLabel.current}>\n <Form.Label className=\"sr-only\">{inputText}</Form.Label>\n <Form.Control\n value={filterValue || ''}\n type=\"text\"\n onChange={e => {\n setFilter(e.target.value || undefined); // Set undefined to remove the filter entirely\n }}\n placeholder={inputText}\n />\n </Form.Group>\n );\n}\n\nTextFilter.propTypes = {\n /**\n * Specifies a column object.\n *\n * `setFilter`: Function to set the filter value.\n *\n * `Header`: Column header used for labels and placeholders.\n *\n * `getHeaderProps`: Generates a key unique to the column being filtered.\n *\n * `filterValue`: Value for the filter input.\n */\n column: PropTypes.shape({\n setFilter: PropTypes.func.isRequired,\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n getHeaderProps: PropTypes.func.isRequired,\n filterValue: PropTypes.string,\n }).isRequired,\n};\n\nexport default TextFilter;\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,IAAI,MAAM,YAAY;AAC7B,SAASC,KAAK,QAAQ,aAAa;AAEnC,IAAMC,oBAAoB,GAAG,SAAvBA,oBAAoBA,CAAIC,MAAM,EAAK;EACvC,IAAI,OAAOA,MAAM,KAAK,UAAU,EAAE;IAChC,OAAOA,MAAM,CAAC,CAAC;EACjB;EACA,IAAI,OAAOA,MAAM,KAAK,QAAQ,EAAE;IAC9B,OAAOA,MAAM,CAACC,WAAW,CAAC,CAAC;EAC7B;EACA,OAAOD,MAAM;AACf,CAAC;AAED,SAASE,UAAUA,CAAAC,IAAA,EAIhB;EAAA,IAAAC,WAAA,GAAAD,IAAA,CAHDE,MAAM;IACJC,WAAW,GAAAF,WAAA,CAAXE,WAAW;IAAEC,SAAS,GAAAH,WAAA,CAATG,SAAS;IAAEC,MAAM,GAAAJ,WAAA,CAANI,MAAM;IAAEC,cAAc,GAAAL,WAAA,CAAdK,cAAc;EAGhD,IAAMC,SAAS,GAAGf,MAAM,CAACG,KAAK,sBAAAa,MAAA,CAAsBF,cAAc,CAAC,CAAC,CAACG,GAAG,MAAG,CAAC,CAAC;EAC7E,IAAMC,eAAe,GAAGd,oBAAoB,CAACS,MAAM,CAAC;EACpD,IAAMM,SAAS,GAAG,aAAApB,KAAK,CAACqB,cAAc,CAACF,eAAe,CAAC,GAAGA,eAAe,aAAAF,MAAA,CAAaE,eAAe,CAAE;EACvG,oBACEnB,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACoB,KAAK;IAACC,SAAS,EAAER,SAAS,CAACS;EAAQ,gBACvCzB,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACuB,KAAK;IAACC,SAAS,EAAC;EAAS,GAAEP,SAAsB,CAAC,eACxDpB,KAAA,CAAAsB,aAAA,CAACnB,IAAI,CAACyB,OAAO;IACXC,KAAK,EAAEjB,WAAW,IAAI,EAAG;IACzBkB,IAAI,EAAC,MAAM;IACXC,QAAQ,EAAE,SAAAA,SAAAC,CAAC,EAAI;MACbnB,SAAS,CAACmB,CAAC,CAACC,MAAM,CAACJ,KAAK,IAAIK,SAAS,CAAC,CAAC,CAAC;IAC1C,CAAE;IACFC,WAAW,EAAEf;EAAU,CACxB,CACS,CAAC;AAEjB;AAEAZ,UAAU,CAAC4B,SAAS,GAAG;EACrB;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACEzB,MAAM,EAAET,SAAS,CAACmC,KAAK,CAAC;IACtBxB,SAAS,EAAEX,SAAS,CAACoC,IAAI,CAACC,UAAU;IACpCzB,MAAM,EAAEZ,SAAS,CAACsC,SAAS,CAAC,CAACtC,SAAS,CAACuC,WAAW,EAAEvC,SAAS,CAACwC,IAAI,CAAC,CAAC,CAACH,UAAU;IAC/ExB,cAAc,EAAEb,SAAS,CAACoC,IAAI,CAACC,UAAU;IACzC3B,WAAW,EAAEV,SAAS,CAACyC;EACzB,CAAC,CAAC,CAACJ;AACL,CAAC;AAED,eAAe/B,UAAU","ignoreList":[]}
|
package/dist/DataTable/hooks.js
CHANGED
|
@@ -2,7 +2,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
|
|
|
2
2
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
3
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4
4
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
5
|
-
function _iterableToArrayLimit(
|
|
5
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
6
6
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
7
|
import { useContext } from 'react';
|
|
8
8
|
import DataTableContext from './DataTableContext';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.js","names":["useContext","DataTableContext","clearSelectionAction","useRows","_useContext","getTableProps","prepareRow","page","rows","headerGroups","getTableBodyProps","displayRows","useSelectionActions","_ref","controlledTableSelections","toggleAllRowsSelected","_controlledTableSelec","_slicedToArray","_controlledTableSelec2","selectedRows","isEntireTableSelected","dispatch","clearSelection","length"],"sources":["../../src/DataTable/hooks.jsx"],"sourcesContent":["import { useContext } from 'react';\nimport DataTableContext from './DataTableContext';\nimport { clearSelectionAction } from './selection/data/actions';\n\nexport const useRows = () => {\n const {\n getTableProps, prepareRow, page, rows, headerGroups, getTableBodyProps,\n } = useContext(DataTableContext);\n\n const displayRows = page || rows;\n\n return {\n getTableProps, prepareRow, displayRows, headerGroups, getTableBodyProps,\n };\n};\n\n/**\n * Hook that provides selection state functionality\n * @param {Object} param0 Table instance\n * @param {Array} controlledTableSelections Selection Object and dispatch function\n * @returns\n */\nexport const useSelectionActions = (\n { toggleAllRowsSelected },\n controlledTableSelections,\n) => {\n const [{ selectedRows, isEntireTableSelected }, dispatch] = controlledTableSelections;\n\n const clearSelection = () => {\n // if using controlled selection component DataTable.ControlledSelectionStatus\n if (selectedRows.length > 0 || isEntireTableSelected) {\n dispatch(clearSelectionAction());\n } else {\n toggleAllRowsSelected(false);\n }\n };\n\n return {\n clearSelection,\n };\n};\n"],"mappings":";;;;;;AAAA,SAASA,UAAU,QAAQ,OAAO;AAClC,OAAOC,gBAAgB,MAAM,oBAAoB;AACjD,SAASC,oBAAoB,QAAQ,0BAA0B;AAE/D,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAOA,CAAA,EAAS;EAC3B,IAAAC,WAAA,GAEIJ,UAAU,CAACC,gBAAgB,CAAC;IAD9BI,aAAa,GAAAD,WAAA,CAAbC,aAAa;IAAEC,UAAU,GAAAF,WAAA,CAAVE,UAAU;IAAEC,IAAI,GAAAH,WAAA,CAAJG,IAAI;IAAEC,IAAI,GAAAJ,WAAA,CAAJI,IAAI;IAAEC,YAAY,GAAAL,WAAA,CAAZK,YAAY;IAAEC,iBAAiB,GAAAN,WAAA,CAAjBM,iBAAiB;EAGxE,IAAMC,WAAW,GAAGJ,IAAI,IAAIC,IAAI;EAEhC,OAAO;IACLH,aAAa,EAAbA,aAAa;IAAEC,UAAU,EAAVA,UAAU;IAAEK,WAAW,EAAXA,WAAW;IAAEF,YAAY,EAAZA,YAAY;IAAEC,iBAAiB,EAAjBA;EACxD,CAAC;AACH,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,IAAME,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAAC,IAAA,EAE9BC,yBAAyB,EACtB;EAAA,IAFDC,qBAAqB,GAAAF,IAAA,CAArBE,qBAAqB;EAGvB,IAAAC,qBAAA,GAAAC,cAAA,CAA4DH,yBAAyB;IAAAI,sBAAA,GAAAF,qBAAA;IAA5EG,YAAY,GAAAD,sBAAA,CAAZC,YAAY;IAAEC,qBAAqB,GAAAF,sBAAA,CAArBE,qBAAqB;IAAIC,QAAQ,GAAAL,qBAAA;EAExD,IAAMM,cAAc,GAAG,SAAjBA,cAAcA,CAAA,EAAS;IAC3B;IACA,IAAIH,YAAY,CAACI,MAAM,GAAG,CAAC,IAAIH,qBAAqB,EAAE;MACpDC,QAAQ,CAACnB,oBAAoB,CAAC,CAAC,CAAC;IAClC,CAAC,MAAM;MACLa,qBAAqB,CAAC,KAAK,CAAC;IAC9B;EACF,CAAC;EAED,OAAO;IACLO,cAAc,EAAdA;EACF,CAAC;AACH,CAAC"}
|
|
1
|
+
{"version":3,"file":"hooks.js","names":["useContext","DataTableContext","clearSelectionAction","useRows","_useContext","getTableProps","prepareRow","page","rows","headerGroups","getTableBodyProps","displayRows","useSelectionActions","_ref","controlledTableSelections","toggleAllRowsSelected","_controlledTableSelec","_slicedToArray","_controlledTableSelec2","selectedRows","isEntireTableSelected","dispatch","clearSelection","length"],"sources":["../../src/DataTable/hooks.jsx"],"sourcesContent":["import { useContext } from 'react';\nimport DataTableContext from './DataTableContext';\nimport { clearSelectionAction } from './selection/data/actions';\n\nexport const useRows = () => {\n const {\n getTableProps, prepareRow, page, rows, headerGroups, getTableBodyProps,\n } = useContext(DataTableContext);\n\n const displayRows = page || rows;\n\n return {\n getTableProps, prepareRow, displayRows, headerGroups, getTableBodyProps,\n };\n};\n\n/**\n * Hook that provides selection state functionality\n * @param {Object} param0 Table instance\n * @param {Array} controlledTableSelections Selection Object and dispatch function\n * @returns\n */\nexport const useSelectionActions = (\n { toggleAllRowsSelected },\n controlledTableSelections,\n) => {\n const [{ selectedRows, isEntireTableSelected }, dispatch] = controlledTableSelections;\n\n const clearSelection = () => {\n // if using controlled selection component DataTable.ControlledSelectionStatus\n if (selectedRows.length > 0 || isEntireTableSelected) {\n dispatch(clearSelectionAction());\n } else {\n toggleAllRowsSelected(false);\n }\n };\n\n return {\n clearSelection,\n };\n};\n"],"mappings":";;;;;;AAAA,SAASA,UAAU,QAAQ,OAAO;AAClC,OAAOC,gBAAgB,MAAM,oBAAoB;AACjD,SAASC,oBAAoB,QAAQ,0BAA0B;AAE/D,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAOA,CAAA,EAAS;EAC3B,IAAAC,WAAA,GAEIJ,UAAU,CAACC,gBAAgB,CAAC;IAD9BI,aAAa,GAAAD,WAAA,CAAbC,aAAa;IAAEC,UAAU,GAAAF,WAAA,CAAVE,UAAU;IAAEC,IAAI,GAAAH,WAAA,CAAJG,IAAI;IAAEC,IAAI,GAAAJ,WAAA,CAAJI,IAAI;IAAEC,YAAY,GAAAL,WAAA,CAAZK,YAAY;IAAEC,iBAAiB,GAAAN,WAAA,CAAjBM,iBAAiB;EAGxE,IAAMC,WAAW,GAAGJ,IAAI,IAAIC,IAAI;EAEhC,OAAO;IACLH,aAAa,EAAbA,aAAa;IAAEC,UAAU,EAAVA,UAAU;IAAEK,WAAW,EAAXA,WAAW;IAAEF,YAAY,EAAZA,YAAY;IAAEC,iBAAiB,EAAjBA;EACxD,CAAC;AACH,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,IAAME,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAAC,IAAA,EAE9BC,yBAAyB,EACtB;EAAA,IAFDC,qBAAqB,GAAAF,IAAA,CAArBE,qBAAqB;EAGvB,IAAAC,qBAAA,GAAAC,cAAA,CAA4DH,yBAAyB;IAAAI,sBAAA,GAAAF,qBAAA;IAA5EG,YAAY,GAAAD,sBAAA,CAAZC,YAAY;IAAEC,qBAAqB,GAAAF,sBAAA,CAArBE,qBAAqB;IAAIC,QAAQ,GAAAL,qBAAA;EAExD,IAAMM,cAAc,GAAG,SAAjBA,cAAcA,CAAA,EAAS;IAC3B;IACA,IAAIH,YAAY,CAACI,MAAM,GAAG,CAAC,IAAIH,qBAAqB,EAAE;MACpDC,QAAQ,CAACnB,oBAAoB,CAAC,CAAC,CAAC;IAClC,CAAC,MAAM;MACLa,qBAAqB,CAAC,KAAK,CAAC;IAC9B;EACF,CAAC;EAED,OAAO;IACLO,cAAc,EAAdA;EACF,CAAC;AACH,CAAC","ignoreList":[]}
|
package/dist/DataTable/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
function _typeof(
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
2
|
var _excluded = ["columns", "data", "defaultColumnValues", "additionalColumns", "isSelectable", "isPaginated", "manualPagination", "pageCount", "itemCount", "isFilterable", "manualFilters", "fetchData", "initialState", "isSortable", "manualSortBy", "isExpandable", "renderRowSubComponent", "bulkActions", "tableActions", "numBreakoutFilters", "initialTableOptions", "EmptyTableComponent", "manualSelectColumn", "showFiltersInSidebar", "dataViewToggleOptions", "disableElevation", "isLoading", "children", "onSelectedRowsChanged", "maxSelectedRows", "onMaxSelectedRows"];
|
|
3
3
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
4
4
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
5
|
-
function _iterableToArrayLimit(
|
|
5
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
6
6
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
7
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
8
8
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -10,11 +10,11 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
10
10
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
11
11
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
12
12
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
13
|
-
function ownKeys(
|
|
14
|
-
function _objectSpread(
|
|
13
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15
15
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
-
function _toPropertyKey(
|
|
17
|
-
function _toPrimitive(
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
18
18
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
19
19
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
20
20
|
import React, { useEffect, useMemo, useReducer } from 'react';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","useEffect","useMemo","useReducer","PropTypes","useTable","useMountedLayoutEffect","classNames","Table","getVisibleColumns","requiredWhen","requiredWhenNot","getTableArgs","TableControlBar","EmptyTableContent","TableFooter","BulkActions","DropdownFilters","FilterStatus","RowStatus","SelectionStatus","ControlledSelectionStatus","SmartStatus","TableFilters","TableHeaderCell","TableCell","TableHeaderRow","TablePagination","TablePaginationMinimal","DataTableContext","TableActions","ControlledSelect","ControlledSelectHeader","DataTableLayout","ExpandAll","ExpandRow","useSelectionActions","selectionsReducer","initialState","initialSelectionsState","DataTable","_ref","columns","data","defaultColumnValues","additionalColumns","isSelectable","isPaginated","manualPagination","pageCount","itemCount","isFilterable","manualFilters","fetchData","isSortable","manualSortBy","isExpandable","renderRowSubComponent","bulkActions","tableActions","numBreakoutFilters","initialTableOptions","EmptyTableComponent","manualSelectColumn","showFiltersInSidebar","dataViewToggleOptions","disableElevation","isLoading","children","onSelectedRowsChanged","maxSelectedRows","onMaxSelectedRows","props","_objectWithoutProperties","_excluded","defaultColumn","tableOptions","updatedTableOptions","_objectSpread","stateReducer","newState","action","previousState","type","value","selectedRowIds","rowIndex","parseInt","id","_previousState$select","selectedRowsOrdered","newSelectedRowsOrdered","concat","_toConsumableArray","filter","item","_useReducer","_useReducer2","_slicedToArray","selections","selectionsDispatch","tableArgs","push","hooks","visibleColumns","selectionProps","selectedRows","length","selectedRowsById","forEach","row","useControlledState","state","selectedFlatRows","controlledTableSelections","instance","apply","_instance$state","tableStatePageSize","pageSize","tableStatePageIndex","pageIndex","tableStateSortBy","sortBy","tableStateFilters","filters","tableStateSelectedRowIds","selectionActions","enhancedInstance","createElement","Provider","className","Fragment","content","defaultProps","undefined","SelectionStatusComponent","FilterStatusComponent","RowStatusComponent","isDataViewToggleEnabled","onDataViewToggle","defaultActiveStateValue","togglePlacement","propTypes","arrayOf","shape","Header","oneOfType","elementType","node","isRequired","accessor","string","Cell","Filter","filterChoices","name","number","bool","disableSortBy","func","buttonText","handleClick","variant","disabled","element","oneOf","EmptyTable"],"sources":["../../src/DataTable/index.jsx"],"sourcesContent":["import React, {\n useEffect, useMemo, useReducer,\n} from 'react';\nimport PropTypes from 'prop-types';\nimport { useTable, useMountedLayoutEffect } from 'react-table';\n\nimport classNames from 'classnames';\nimport Table from './Table';\nimport getVisibleColumns from './utils/getVisibleColumns';\nimport { requiredWhen, requiredWhenNot } from '../utils/propTypes';\nimport getTableArgs from './utils/getTableArgs';\nimport TableControlBar from './TableControlBar';\nimport EmptyTableContent from './EmptyTable';\nimport TableFooter from './TableFooter';\nimport BulkActions from './BulkActions';\nimport DropdownFilters from './DropdownFilters';\nimport FilterStatus from './FilterStatus';\nimport RowStatus from './RowStatus';\nimport SelectionStatus from './selection/SelectionStatus';\nimport ControlledSelectionStatus from './selection/ControlledSelectionStatus';\nimport SmartStatus from './SmartStatus';\nimport TableFilters from './TableFilters';\nimport TableHeaderCell from './TableHeaderCell';\nimport TableCell from './TableCell';\nimport TableHeaderRow from './TableHeaderRow';\nimport TablePagination from './TablePagination';\nimport TablePaginationMinimal from './TablePaginationMinimal';\nimport DataTableContext from './DataTableContext';\nimport TableActions from './TableActions';\nimport ControlledSelect from './selection/ControlledSelect';\nimport ControlledSelectHeader from './selection/ControlledSelectHeader';\nimport DataTableLayout from './DataTableLayout';\nimport ExpandAll from './ExpandAll';\nimport ExpandRow from './ExpandRow';\n\nimport { useSelectionActions } from './hooks';\nimport selectionsReducer, { initialState as initialSelectionsState } from './selection/data/reducer';\n\nfunction DataTable({\n columns, data, defaultColumnValues, additionalColumns, isSelectable,\n isPaginated, manualPagination, pageCount, itemCount,\n isFilterable, manualFilters, fetchData, initialState,\n isSortable, manualSortBy,\n isExpandable, renderRowSubComponent,\n bulkActions, tableActions, numBreakoutFilters,\n initialTableOptions,\n EmptyTableComponent,\n manualSelectColumn,\n showFiltersInSidebar,\n dataViewToggleOptions,\n disableElevation,\n isLoading,\n children,\n onSelectedRowsChanged,\n maxSelectedRows,\n onMaxSelectedRows,\n ...props\n}) {\n const defaultColumn = useMemo(\n () => (defaultColumnValues),\n [defaultColumnValues],\n );\n const tableOptions = useMemo(() => {\n const updatedTableOptions = {\n stateReducer: (newState, action, previousState) => {\n switch (action.type) {\n // Note: we override the `toggleAllRowsSelected` action\n // from react-table because it only clears the selections on the\n // currently visible page; it does not clear the `selectedRowIds`\n // as we would expect for selections on different pages. Instead, we\n // force `selectedRowIds` to be cleared when `toggleAllRowsSelected(false)`\n // is called.\n case 'toggleAllRowsSelected': {\n if (action.value) {\n return newState;\n }\n return {\n ...newState,\n selectedRowIds: {},\n };\n }\n /* Note: We override the `toggleRowSelected` action from react-table\n because we need to preserve the order of the selected rows.\n While `selectedRowIds` is an object that contains the selected rows as key-value pairs,\n it does not maintain the order of selection. Therefore, we have added the `selectedRowsOrdered` property\n to keep track of the order in which the rows were selected.\n */\n case 'toggleRowSelected': {\n const rowIndex = parseInt(action.id, 10);\n const { selectedRowsOrdered = [] } = previousState;\n\n let newSelectedRowsOrdered;\n if (action.value) {\n newSelectedRowsOrdered = [...selectedRowsOrdered, rowIndex];\n } else {\n newSelectedRowsOrdered = selectedRowsOrdered.filter((item) => item !== rowIndex);\n }\n\n return {\n ...newState,\n selectedRowsOrdered: newSelectedRowsOrdered,\n };\n }\n default:\n return newState;\n }\n },\n ...initialTableOptions,\n };\n return {\n columns,\n data,\n defaultColumn,\n manualFilters,\n manualPagination,\n manualSortBy,\n initialState,\n ...updatedTableOptions,\n };\n }, [initialTableOptions, columns, data, defaultColumn, manualFilters, manualPagination, manualSortBy, initialState]);\n\n const [selections, selectionsDispatch] = useReducer(selectionsReducer, initialSelectionsState);\n\n if (isPaginated && manualPagination) {\n // pageCount is required when pagination is manual, if it's not there passing -1 as per react-table docs\n tableOptions.pageCount = pageCount || -1;\n }\n\n // NB: Table args *must* be in a particular order\n const tableArgs = getTableArgs({\n tableOptions, isFilterable, isSelectable, isPaginated, isSortable, isExpandable,\n });\n // adds selection column and action columns as necessary\n tableArgs.push(hooks => {\n hooks.visibleColumns.push(\n visibleColumns => getVisibleColumns(isSelectable, visibleColumns, additionalColumns, manualSelectColumn),\n );\n });\n\n // Pass any controlled selections from context to the appropriate ``useTable`` arguments to maintain\n // correct selection states on rows, both from a data perspective and in the UI.\n const selectionProps = {};\n const { selectedRows } = selections;\n if (selectedRows.length > 0) {\n const selectedRowsById = {};\n selectedRows.forEach((row) => {\n selectedRowsById[row.id] = true;\n });\n tableArgs.push(hooks => {\n hooks.useControlledState.push(\n (state) => ({ ...state, selectedRowIds: selectedRowsById }),\n );\n });\n selectionProps.selectedFlatRows = selectedRows;\n }\n const controlledTableSelections = [selections, selectionsDispatch];\n\n // Use the state and functions returned from useTable to build your UI\n const instance = useTable(...tableArgs);\n\n const {\n pageSize: tableStatePageSize,\n pageIndex: tableStatePageIndex,\n sortBy: tableStateSortBy,\n filters: tableStateFilters,\n selectedRowIds: tableStateSelectedRowIds,\n } = instance.state;\n\n useEffect(() => {\n if (fetchData) {\n fetchData({\n pageSize: tableStatePageSize,\n pageIndex: tableStatePageIndex,\n sortBy: tableStateSortBy,\n filters: tableStateFilters,\n });\n }\n }, [fetchData, tableStatePageSize, tableStatePageIndex, tableStateSortBy, tableStateFilters]);\n\n useMountedLayoutEffect(() => {\n if (onSelectedRowsChanged) {\n onSelectedRowsChanged(tableStateSelectedRowIds);\n }\n }, [tableStateSelectedRowIds, onSelectedRowsChanged]);\n\n const selectionActions = useSelectionActions(instance, controlledTableSelections);\n\n const enhancedInstance = {\n ...instance,\n manualFilters,\n itemCount,\n numBreakoutFilters,\n bulkActions,\n tableActions,\n controlledTableSelections,\n showFiltersInSidebar,\n dataViewToggleOptions,\n renderRowSubComponent,\n disableElevation,\n isLoading,\n isSelectable,\n isPaginated,\n manualSelectColumn,\n maxSelectedRows,\n onMaxSelectedRows,\n ...selectionProps,\n ...selectionActions,\n ...props,\n };\n\n return (\n <DataTableContext.Provider value={enhancedInstance}>\n <DataTableLayout>\n <div className={classNames('pgn__data-table-wrapper', {\n 'hide-shadow': !!disableElevation,\n })}\n >\n {children || (\n <>\n <TableControlBar />\n <Table />\n <EmptyTableComponent content=\"No results found\" />\n <TableFooter />\n </>\n )}\n </div>\n </DataTableLayout>\n </DataTableContext.Provider>\n );\n}\n\nDataTable.defaultProps = {\n additionalColumns: [],\n defaultColumnValues: {},\n isFilterable: false,\n isPaginated: false,\n isSelectable: false,\n isSortable: false,\n manualFilters: false,\n manualPagination: false,\n manualSortBy: false,\n fetchData: null,\n initialState: {},\n initialTableOptions: {},\n EmptyTableComponent: EmptyTableContent,\n children: null,\n bulkActions: [],\n tableActions: [],\n numBreakoutFilters: 1,\n manualSelectColumn: undefined,\n SelectionStatusComponent: SelectionStatus,\n FilterStatusComponent: FilterStatus,\n RowStatusComponent: RowStatus,\n showFiltersInSidebar: false,\n dataViewToggleOptions: {\n isDataViewToggleEnabled: false,\n onDataViewToggle: () => {},\n defaultActiveStateValue: 'card',\n togglePlacement: 'left',\n },\n disableElevation: false,\n renderRowSubComponent: undefined,\n isExpandable: false,\n isLoading: false,\n onSelectedRowsChanged: undefined,\n maxSelectedRows: undefined,\n onMaxSelectedRows: undefined,\n};\n\nDataTable.propTypes = {\n /** Definition of table columns */\n columns: PropTypes.arrayOf(PropTypes.shape({\n /** User visible column name */\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n /** String used to access the correct cell data for this column */\n accessor: requiredWhenNot(PropTypes.string, 'Cell'),\n /** Specifies a function that receives `row` as argument and returns cell content */\n Cell: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]),\n /** Specifies filter component */\n Filter: PropTypes.elementType,\n /** Specifies filter type */\n filter: PropTypes.string,\n /** Specifies filter choices */\n filterChoices: PropTypes.arrayOf(PropTypes.shape({\n name: PropTypes.string,\n number: PropTypes.number,\n value: PropTypes.string,\n })),\n })).isRequired,\n /** Data to be displayed in the table */\n data: PropTypes.arrayOf(PropTypes.shape({})).isRequired,\n /** table rows can be selected */\n isSelectable: PropTypes.bool,\n /** Alternate column for selecting rows. See react table useSort docs for more information */\n manualSelectColumn: PropTypes.shape({\n id: PropTypes.string.isRequired,\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n Cell: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]),\n disableSortBy: PropTypes.bool.isRequired,\n }),\n /** Table columns can be sorted */\n isSortable: PropTypes.bool,\n /** Indicates that sorting will be done via backend API. A fetchData function must be provided */\n manualSortBy: PropTypes.bool,\n /** Paginate the table */\n isPaginated: PropTypes.bool,\n /** Indicates that pagination will be done manually. A fetchData function must be provided */\n manualPagination: PropTypes.bool,\n // eslint-disable-next-line react/require-default-props\n pageCount: requiredWhen(PropTypes.number, 'manualPagination'),\n /** Table rows can be filtered, using a default filter in the default column values, or in the column definition */\n isFilterable: PropTypes.bool,\n /** Indicates that filtering will be done via a backend API. A fetchData function must be provided */\n manualFilters: PropTypes.bool,\n\n /** defaults that will be set on each column. Will be overridden by individual column values */\n defaultColumnValues: PropTypes.shape({\n /** A default filter component for the column */\n Filter: PropTypes.elementType,\n }),\n /** Actions or other additional non-data columns can be added here */\n additionalColumns: PropTypes.arrayOf(PropTypes.shape({\n /** id must be unique from other columns ids */\n id: PropTypes.string.isRequired,\n /** column header that will be displayed to the user */\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]),\n /** Component that renders in the added column. It will receive the row as a prop */\n Cell: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]),\n })),\n /** Function that will fetch table data. Called when page size, page index or filters change.\n * Meant to be used with manual filters and pagination */\n fetchData: PropTypes.func,\n /** Initial state passed to react-table's documentation https://github.com/TanStack/table/blob/v7/docs/src/pages/docs/api/useTable.md */\n initialState: PropTypes.shape({\n pageSize: requiredWhen(PropTypes.number, 'isPaginated'),\n pageIndex: requiredWhen(PropTypes.number, 'isPaginated'),\n filters: requiredWhen(PropTypes.arrayOf(PropTypes.shape()), 'manualFilters'),\n sortBy: requiredWhen(PropTypes.arrayOf(PropTypes.shape()), 'manualSortBy'),\n selectedRowIds: PropTypes.shape(),\n selectedRowsOrdered: PropTypes.arrayOf(PropTypes.number),\n }),\n /** Table options passed to react-table's useTable hook. Will override some options passed in to DataTable, such\n as: data, columns, defaultColumn, manualFilters, manualPagination, manualSortBy, and initialState */\n initialTableOptions: PropTypes.shape({}),\n /** Actions to be performed on the table. Called with the table instance. Not displayed if rows are selected. */\n itemCount: PropTypes.number.isRequired,\n /** Actions to be performed on selected rows of the table. Called with the selected rows.\n * Only displayed if rows are selected. */\n bulkActions: PropTypes.oneOfType([\n PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape({\n /** Bulk action button text */\n buttonText: PropTypes.string.isRequired,\n /** handleClick will be passed the selected rows */\n handleClick: PropTypes.func.isRequired,\n /** classnames for button class */\n className: PropTypes.string,\n /** optional button variant; only relevant for the first two buttons */\n variant: PropTypes.string,\n /** disables button */\n disabled: PropTypes.bool,\n }),\n /** function passed selected items, should return action object */\n PropTypes.func,\n /** A custom component representing an action */\n PropTypes.element,\n ]),\n ),\n /** Function for rendering custom components */\n PropTypes.func,\n /** A custom component representing an action */\n PropTypes.element,\n ]),\n /** Function for rendering custom components, called with the table instance */\n tableActions: PropTypes.oneOfType([\n PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape({\n /** Bulk action button text */\n buttonText: PropTypes.string.isRequired,\n /** handleClick will be passed the selected rows */\n handleClick: PropTypes.func.isRequired,\n /** classnames for button class */\n className: PropTypes.string,\n /** optional button variant; only relevant for the first two buttons */\n variant: PropTypes.string,\n /** disables button */\n disabled: PropTypes.bool,\n }),\n /** function passed table instance, should return action object */\n PropTypes.func,\n /** A custom component representing an action */\n PropTypes.element,\n ]),\n ),\n /** Function for rendering custom components */\n PropTypes.func,\n /** A custom component representing an action */\n PropTypes.element,\n ]),\n /** Number between one and four filters that can be shown on the top row. */\n numBreakoutFilters: PropTypes.oneOf([1, 2, 3, 4]),\n /** Component to be displayed when the table is empty */\n EmptyTableComponent: PropTypes.elementType,\n /** Component to be displayed for row status, ie, 10 of 20 rows. Displayed by default in the TableControlBar */\n RowStatusComponent: PropTypes.elementType,\n /** Component to be displayed for selection status. Displayed when there are selected rows and no active filters */\n SelectionStatusComponent: PropTypes.elementType,\n /** Component to be displayed for filter status. Displayed when there are active filters. */\n FilterStatusComponent: PropTypes.elementType,\n /** If children are not provided a table with control bar and footer will be rendered */\n children: PropTypes.node,\n /** If true filters will be shown on sidebar instead */\n showFiltersInSidebar: PropTypes.bool,\n /** options for data view toggle */\n dataViewToggleOptions: PropTypes.shape({\n /** Whether to show a toggle button group which allows view switching between card and table views */\n isDataViewToggleEnabled: PropTypes.bool,\n /** Callback invoked when the toggle buttons are clicked, with value of selected button passed in */\n onDataViewToggle: PropTypes.func,\n /** default value for toggle active state */\n defaultActiveStateValue: PropTypes.string,\n /** placement of toggle 'bottom' will push it to the bottom row in\n * actions section. Only 'left' and 'bottom' are supported */\n togglePlacement: PropTypes.string,\n }),\n /** Remove the default box shadow on the component */\n disableElevation: PropTypes.bool,\n /** A function that will render contents of expanded row, accepts `row` as a prop. */\n renderRowSubComponent: PropTypes.func,\n /** Indicates whether table supports expandable rows. */\n isExpandable: PropTypes.bool,\n /** Indicates whether the table should show loading states. */\n isLoading: PropTypes.bool,\n /** Callback function called when row selections change. */\n onSelectedRowsChanged: PropTypes.func,\n /** Indicates the max of rows selectable in the table. Requires isSelectable prop */\n maxSelectedRows: PropTypes.number,\n /** Callback after selected max rows. Requires isSelectable and maxSelectedRows props */\n onMaxSelectedRows: PropTypes.func,\n};\n\nDataTable.BulkActions = BulkActions;\nDataTable.EmptyTable = EmptyTableContent;\nDataTable.DropdownFilters = DropdownFilters;\nDataTable.FilterStatus = FilterStatus;\nDataTable.RowStatus = RowStatus;\nDataTable.SelectionStatus = SelectionStatus;\nDataTable.SmartStatus = SmartStatus;\nDataTable.Table = Table;\nDataTable.TableCell = TableCell;\nDataTable.TableControlBar = TableControlBar;\nDataTable.TableFilters = TableFilters;\nDataTable.TableFooter = TableFooter;\nDataTable.TableHeaderCell = TableHeaderCell;\nDataTable.TableHeaderRow = TableHeaderRow;\nDataTable.TablePagination = TablePagination;\nDataTable.TablePaginationMinimal = TablePaginationMinimal;\nDataTable.TableActions = TableActions;\nDataTable.ControlledSelectionStatus = ControlledSelectionStatus;\nDataTable.ControlledSelect = ControlledSelect;\nDataTable.ControlledSelectHeader = ControlledSelectHeader;\nDataTable.ExpandAll = ExpandAll;\nDataTable.ExpandRow = ExpandRow;\n\nexport default DataTable;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","useEffect","useMemo","useReducer","PropTypes","useTable","useMountedLayoutEffect","classNames","Table","getVisibleColumns","requiredWhen","requiredWhenNot","getTableArgs","TableControlBar","EmptyTableContent","TableFooter","BulkActions","DropdownFilters","FilterStatus","RowStatus","SelectionStatus","ControlledSelectionStatus","SmartStatus","TableFilters","TableHeaderCell","TableCell","TableHeaderRow","TablePagination","TablePaginationMinimal","DataTableContext","TableActions","ControlledSelect","ControlledSelectHeader","DataTableLayout","ExpandAll","ExpandRow","useSelectionActions","selectionsReducer","initialState","initialSelectionsState","DataTable","_ref","columns","data","defaultColumnValues","additionalColumns","isSelectable","isPaginated","manualPagination","pageCount","itemCount","isFilterable","manualFilters","fetchData","isSortable","manualSortBy","isExpandable","renderRowSubComponent","bulkActions","tableActions","numBreakoutFilters","initialTableOptions","EmptyTableComponent","manualSelectColumn","showFiltersInSidebar","dataViewToggleOptions","disableElevation","isLoading","children","onSelectedRowsChanged","maxSelectedRows","onMaxSelectedRows","props","_objectWithoutProperties","_excluded","defaultColumn","tableOptions","updatedTableOptions","_objectSpread","stateReducer","newState","action","previousState","type","value","selectedRowIds","rowIndex","parseInt","id","_previousState$select","selectedRowsOrdered","newSelectedRowsOrdered","concat","_toConsumableArray","filter","item","_useReducer","_useReducer2","_slicedToArray","selections","selectionsDispatch","tableArgs","push","hooks","visibleColumns","selectionProps","selectedRows","length","selectedRowsById","forEach","row","useControlledState","state","selectedFlatRows","controlledTableSelections","instance","apply","_instance$state","tableStatePageSize","pageSize","tableStatePageIndex","pageIndex","tableStateSortBy","sortBy","tableStateFilters","filters","tableStateSelectedRowIds","selectionActions","enhancedInstance","createElement","Provider","className","Fragment","content","defaultProps","undefined","SelectionStatusComponent","FilterStatusComponent","RowStatusComponent","isDataViewToggleEnabled","onDataViewToggle","defaultActiveStateValue","togglePlacement","propTypes","arrayOf","shape","Header","oneOfType","elementType","node","isRequired","accessor","string","Cell","Filter","filterChoices","name","number","bool","disableSortBy","func","buttonText","handleClick","variant","disabled","element","oneOf","EmptyTable"],"sources":["../../src/DataTable/index.jsx"],"sourcesContent":["import React, {\n useEffect, useMemo, useReducer,\n} from 'react';\nimport PropTypes from 'prop-types';\nimport { useTable, useMountedLayoutEffect } from 'react-table';\n\nimport classNames from 'classnames';\nimport Table from './Table';\nimport getVisibleColumns from './utils/getVisibleColumns';\nimport { requiredWhen, requiredWhenNot } from '../utils/propTypes';\nimport getTableArgs from './utils/getTableArgs';\nimport TableControlBar from './TableControlBar';\nimport EmptyTableContent from './EmptyTable';\nimport TableFooter from './TableFooter';\nimport BulkActions from './BulkActions';\nimport DropdownFilters from './DropdownFilters';\nimport FilterStatus from './FilterStatus';\nimport RowStatus from './RowStatus';\nimport SelectionStatus from './selection/SelectionStatus';\nimport ControlledSelectionStatus from './selection/ControlledSelectionStatus';\nimport SmartStatus from './SmartStatus';\nimport TableFilters from './TableFilters';\nimport TableHeaderCell from './TableHeaderCell';\nimport TableCell from './TableCell';\nimport TableHeaderRow from './TableHeaderRow';\nimport TablePagination from './TablePagination';\nimport TablePaginationMinimal from './TablePaginationMinimal';\nimport DataTableContext from './DataTableContext';\nimport TableActions from './TableActions';\nimport ControlledSelect from './selection/ControlledSelect';\nimport ControlledSelectHeader from './selection/ControlledSelectHeader';\nimport DataTableLayout from './DataTableLayout';\nimport ExpandAll from './ExpandAll';\nimport ExpandRow from './ExpandRow';\n\nimport { useSelectionActions } from './hooks';\nimport selectionsReducer, { initialState as initialSelectionsState } from './selection/data/reducer';\n\nfunction DataTable({\n columns, data, defaultColumnValues, additionalColumns, isSelectable,\n isPaginated, manualPagination, pageCount, itemCount,\n isFilterable, manualFilters, fetchData, initialState,\n isSortable, manualSortBy,\n isExpandable, renderRowSubComponent,\n bulkActions, tableActions, numBreakoutFilters,\n initialTableOptions,\n EmptyTableComponent,\n manualSelectColumn,\n showFiltersInSidebar,\n dataViewToggleOptions,\n disableElevation,\n isLoading,\n children,\n onSelectedRowsChanged,\n maxSelectedRows,\n onMaxSelectedRows,\n ...props\n}) {\n const defaultColumn = useMemo(\n () => (defaultColumnValues),\n [defaultColumnValues],\n );\n const tableOptions = useMemo(() => {\n const updatedTableOptions = {\n stateReducer: (newState, action, previousState) => {\n switch (action.type) {\n // Note: we override the `toggleAllRowsSelected` action\n // from react-table because it only clears the selections on the\n // currently visible page; it does not clear the `selectedRowIds`\n // as we would expect for selections on different pages. Instead, we\n // force `selectedRowIds` to be cleared when `toggleAllRowsSelected(false)`\n // is called.\n case 'toggleAllRowsSelected': {\n if (action.value) {\n return newState;\n }\n return {\n ...newState,\n selectedRowIds: {},\n };\n }\n /* Note: We override the `toggleRowSelected` action from react-table\n because we need to preserve the order of the selected rows.\n While `selectedRowIds` is an object that contains the selected rows as key-value pairs,\n it does not maintain the order of selection. Therefore, we have added the `selectedRowsOrdered` property\n to keep track of the order in which the rows were selected.\n */\n case 'toggleRowSelected': {\n const rowIndex = parseInt(action.id, 10);\n const { selectedRowsOrdered = [] } = previousState;\n\n let newSelectedRowsOrdered;\n if (action.value) {\n newSelectedRowsOrdered = [...selectedRowsOrdered, rowIndex];\n } else {\n newSelectedRowsOrdered = selectedRowsOrdered.filter((item) => item !== rowIndex);\n }\n\n return {\n ...newState,\n selectedRowsOrdered: newSelectedRowsOrdered,\n };\n }\n default:\n return newState;\n }\n },\n ...initialTableOptions,\n };\n return {\n columns,\n data,\n defaultColumn,\n manualFilters,\n manualPagination,\n manualSortBy,\n initialState,\n ...updatedTableOptions,\n };\n }, [initialTableOptions, columns, data, defaultColumn, manualFilters, manualPagination, manualSortBy, initialState]);\n\n const [selections, selectionsDispatch] = useReducer(selectionsReducer, initialSelectionsState);\n\n if (isPaginated && manualPagination) {\n // pageCount is required when pagination is manual, if it's not there passing -1 as per react-table docs\n tableOptions.pageCount = pageCount || -1;\n }\n\n // NB: Table args *must* be in a particular order\n const tableArgs = getTableArgs({\n tableOptions, isFilterable, isSelectable, isPaginated, isSortable, isExpandable,\n });\n // adds selection column and action columns as necessary\n tableArgs.push(hooks => {\n hooks.visibleColumns.push(\n visibleColumns => getVisibleColumns(isSelectable, visibleColumns, additionalColumns, manualSelectColumn),\n );\n });\n\n // Pass any controlled selections from context to the appropriate ``useTable`` arguments to maintain\n // correct selection states on rows, both from a data perspective and in the UI.\n const selectionProps = {};\n const { selectedRows } = selections;\n if (selectedRows.length > 0) {\n const selectedRowsById = {};\n selectedRows.forEach((row) => {\n selectedRowsById[row.id] = true;\n });\n tableArgs.push(hooks => {\n hooks.useControlledState.push(\n (state) => ({ ...state, selectedRowIds: selectedRowsById }),\n );\n });\n selectionProps.selectedFlatRows = selectedRows;\n }\n const controlledTableSelections = [selections, selectionsDispatch];\n\n // Use the state and functions returned from useTable to build your UI\n const instance = useTable(...tableArgs);\n\n const {\n pageSize: tableStatePageSize,\n pageIndex: tableStatePageIndex,\n sortBy: tableStateSortBy,\n filters: tableStateFilters,\n selectedRowIds: tableStateSelectedRowIds,\n } = instance.state;\n\n useEffect(() => {\n if (fetchData) {\n fetchData({\n pageSize: tableStatePageSize,\n pageIndex: tableStatePageIndex,\n sortBy: tableStateSortBy,\n filters: tableStateFilters,\n });\n }\n }, [fetchData, tableStatePageSize, tableStatePageIndex, tableStateSortBy, tableStateFilters]);\n\n useMountedLayoutEffect(() => {\n if (onSelectedRowsChanged) {\n onSelectedRowsChanged(tableStateSelectedRowIds);\n }\n }, [tableStateSelectedRowIds, onSelectedRowsChanged]);\n\n const selectionActions = useSelectionActions(instance, controlledTableSelections);\n\n const enhancedInstance = {\n ...instance,\n manualFilters,\n itemCount,\n numBreakoutFilters,\n bulkActions,\n tableActions,\n controlledTableSelections,\n showFiltersInSidebar,\n dataViewToggleOptions,\n renderRowSubComponent,\n disableElevation,\n isLoading,\n isSelectable,\n isPaginated,\n manualSelectColumn,\n maxSelectedRows,\n onMaxSelectedRows,\n ...selectionProps,\n ...selectionActions,\n ...props,\n };\n\n return (\n <DataTableContext.Provider value={enhancedInstance}>\n <DataTableLayout>\n <div className={classNames('pgn__data-table-wrapper', {\n 'hide-shadow': !!disableElevation,\n })}\n >\n {children || (\n <>\n <TableControlBar />\n <Table />\n <EmptyTableComponent content=\"No results found\" />\n <TableFooter />\n </>\n )}\n </div>\n </DataTableLayout>\n </DataTableContext.Provider>\n );\n}\n\nDataTable.defaultProps = {\n additionalColumns: [],\n defaultColumnValues: {},\n isFilterable: false,\n isPaginated: false,\n isSelectable: false,\n isSortable: false,\n manualFilters: false,\n manualPagination: false,\n manualSortBy: false,\n fetchData: null,\n initialState: {},\n initialTableOptions: {},\n EmptyTableComponent: EmptyTableContent,\n children: null,\n bulkActions: [],\n tableActions: [],\n numBreakoutFilters: 1,\n manualSelectColumn: undefined,\n SelectionStatusComponent: SelectionStatus,\n FilterStatusComponent: FilterStatus,\n RowStatusComponent: RowStatus,\n showFiltersInSidebar: false,\n dataViewToggleOptions: {\n isDataViewToggleEnabled: false,\n onDataViewToggle: () => {},\n defaultActiveStateValue: 'card',\n togglePlacement: 'left',\n },\n disableElevation: false,\n renderRowSubComponent: undefined,\n isExpandable: false,\n isLoading: false,\n onSelectedRowsChanged: undefined,\n maxSelectedRows: undefined,\n onMaxSelectedRows: undefined,\n};\n\nDataTable.propTypes = {\n /** Definition of table columns */\n columns: PropTypes.arrayOf(PropTypes.shape({\n /** User visible column name */\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n /** String used to access the correct cell data for this column */\n accessor: requiredWhenNot(PropTypes.string, 'Cell'),\n /** Specifies a function that receives `row` as argument and returns cell content */\n Cell: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]),\n /** Specifies filter component */\n Filter: PropTypes.elementType,\n /** Specifies filter type */\n filter: PropTypes.string,\n /** Specifies filter choices */\n filterChoices: PropTypes.arrayOf(PropTypes.shape({\n name: PropTypes.string,\n number: PropTypes.number,\n value: PropTypes.string,\n })),\n })).isRequired,\n /** Data to be displayed in the table */\n data: PropTypes.arrayOf(PropTypes.shape({})).isRequired,\n /** table rows can be selected */\n isSelectable: PropTypes.bool,\n /** Alternate column for selecting rows. See react table useSort docs for more information */\n manualSelectColumn: PropTypes.shape({\n id: PropTypes.string.isRequired,\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]).isRequired,\n Cell: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]),\n disableSortBy: PropTypes.bool.isRequired,\n }),\n /** Table columns can be sorted */\n isSortable: PropTypes.bool,\n /** Indicates that sorting will be done via backend API. A fetchData function must be provided */\n manualSortBy: PropTypes.bool,\n /** Paginate the table */\n isPaginated: PropTypes.bool,\n /** Indicates that pagination will be done manually. A fetchData function must be provided */\n manualPagination: PropTypes.bool,\n // eslint-disable-next-line react/require-default-props\n pageCount: requiredWhen(PropTypes.number, 'manualPagination'),\n /** Table rows can be filtered, using a default filter in the default column values, or in the column definition */\n isFilterable: PropTypes.bool,\n /** Indicates that filtering will be done via a backend API. A fetchData function must be provided */\n manualFilters: PropTypes.bool,\n\n /** defaults that will be set on each column. Will be overridden by individual column values */\n defaultColumnValues: PropTypes.shape({\n /** A default filter component for the column */\n Filter: PropTypes.elementType,\n }),\n /** Actions or other additional non-data columns can be added here */\n additionalColumns: PropTypes.arrayOf(PropTypes.shape({\n /** id must be unique from other columns ids */\n id: PropTypes.string.isRequired,\n /** column header that will be displayed to the user */\n Header: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]),\n /** Component that renders in the added column. It will receive the row as a prop */\n Cell: PropTypes.oneOfType([PropTypes.elementType, PropTypes.node]),\n })),\n /** Function that will fetch table data. Called when page size, page index or filters change.\n * Meant to be used with manual filters and pagination */\n fetchData: PropTypes.func,\n /** Initial state passed to react-table's documentation https://github.com/TanStack/table/blob/v7/docs/src/pages/docs/api/useTable.md */\n initialState: PropTypes.shape({\n pageSize: requiredWhen(PropTypes.number, 'isPaginated'),\n pageIndex: requiredWhen(PropTypes.number, 'isPaginated'),\n filters: requiredWhen(PropTypes.arrayOf(PropTypes.shape()), 'manualFilters'),\n sortBy: requiredWhen(PropTypes.arrayOf(PropTypes.shape()), 'manualSortBy'),\n selectedRowIds: PropTypes.shape(),\n selectedRowsOrdered: PropTypes.arrayOf(PropTypes.number),\n }),\n /** Table options passed to react-table's useTable hook. Will override some options passed in to DataTable, such\n as: data, columns, defaultColumn, manualFilters, manualPagination, manualSortBy, and initialState */\n initialTableOptions: PropTypes.shape({}),\n /** Actions to be performed on the table. Called with the table instance. Not displayed if rows are selected. */\n itemCount: PropTypes.number.isRequired,\n /** Actions to be performed on selected rows of the table. Called with the selected rows.\n * Only displayed if rows are selected. */\n bulkActions: PropTypes.oneOfType([\n PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape({\n /** Bulk action button text */\n buttonText: PropTypes.string.isRequired,\n /** handleClick will be passed the selected rows */\n handleClick: PropTypes.func.isRequired,\n /** classnames for button class */\n className: PropTypes.string,\n /** optional button variant; only relevant for the first two buttons */\n variant: PropTypes.string,\n /** disables button */\n disabled: PropTypes.bool,\n }),\n /** function passed selected items, should return action object */\n PropTypes.func,\n /** A custom component representing an action */\n PropTypes.element,\n ]),\n ),\n /** Function for rendering custom components */\n PropTypes.func,\n /** A custom component representing an action */\n PropTypes.element,\n ]),\n /** Function for rendering custom components, called with the table instance */\n tableActions: PropTypes.oneOfType([\n PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape({\n /** Bulk action button text */\n buttonText: PropTypes.string.isRequired,\n /** handleClick will be passed the selected rows */\n handleClick: PropTypes.func.isRequired,\n /** classnames for button class */\n className: PropTypes.string,\n /** optional button variant; only relevant for the first two buttons */\n variant: PropTypes.string,\n /** disables button */\n disabled: PropTypes.bool,\n }),\n /** function passed table instance, should return action object */\n PropTypes.func,\n /** A custom component representing an action */\n PropTypes.element,\n ]),\n ),\n /** Function for rendering custom components */\n PropTypes.func,\n /** A custom component representing an action */\n PropTypes.element,\n ]),\n /** Number between one and four filters that can be shown on the top row. */\n numBreakoutFilters: PropTypes.oneOf([1, 2, 3, 4]),\n /** Component to be displayed when the table is empty */\n EmptyTableComponent: PropTypes.elementType,\n /** Component to be displayed for row status, ie, 10 of 20 rows. Displayed by default in the TableControlBar */\n RowStatusComponent: PropTypes.elementType,\n /** Component to be displayed for selection status. Displayed when there are selected rows and no active filters */\n SelectionStatusComponent: PropTypes.elementType,\n /** Component to be displayed for filter status. Displayed when there are active filters. */\n FilterStatusComponent: PropTypes.elementType,\n /** If children are not provided a table with control bar and footer will be rendered */\n children: PropTypes.node,\n /** If true filters will be shown on sidebar instead */\n showFiltersInSidebar: PropTypes.bool,\n /** options for data view toggle */\n dataViewToggleOptions: PropTypes.shape({\n /** Whether to show a toggle button group which allows view switching between card and table views */\n isDataViewToggleEnabled: PropTypes.bool,\n /** Callback invoked when the toggle buttons are clicked, with value of selected button passed in */\n onDataViewToggle: PropTypes.func,\n /** default value for toggle active state */\n defaultActiveStateValue: PropTypes.string,\n /** placement of toggle 'bottom' will push it to the bottom row in\n * actions section. Only 'left' and 'bottom' are supported */\n togglePlacement: PropTypes.string,\n }),\n /** Remove the default box shadow on the component */\n disableElevation: PropTypes.bool,\n /** A function that will render contents of expanded row, accepts `row` as a prop. */\n renderRowSubComponent: PropTypes.func,\n /** Indicates whether table supports expandable rows. */\n isExpandable: PropTypes.bool,\n /** Indicates whether the table should show loading states. */\n isLoading: PropTypes.bool,\n /** Callback function called when row selections change. */\n onSelectedRowsChanged: PropTypes.func,\n /** Indicates the max of rows selectable in the table. Requires isSelectable prop */\n maxSelectedRows: PropTypes.number,\n /** Callback after selected max rows. Requires isSelectable and maxSelectedRows props */\n onMaxSelectedRows: PropTypes.func,\n};\n\nDataTable.BulkActions = BulkActions;\nDataTable.EmptyTable = EmptyTableContent;\nDataTable.DropdownFilters = DropdownFilters;\nDataTable.FilterStatus = FilterStatus;\nDataTable.RowStatus = RowStatus;\nDataTable.SelectionStatus = SelectionStatus;\nDataTable.SmartStatus = SmartStatus;\nDataTable.Table = Table;\nDataTable.TableCell = TableCell;\nDataTable.TableControlBar = TableControlBar;\nDataTable.TableFilters = TableFilters;\nDataTable.TableFooter = TableFooter;\nDataTable.TableHeaderCell = TableHeaderCell;\nDataTable.TableHeaderRow = TableHeaderRow;\nDataTable.TablePagination = TablePagination;\nDataTable.TablePaginationMinimal = TablePaginationMinimal;\nDataTable.TableActions = TableActions;\nDataTable.ControlledSelectionStatus = ControlledSelectionStatus;\nDataTable.ControlledSelect = ControlledSelect;\nDataTable.ControlledSelectHeader = ControlledSelectHeader;\nDataTable.ExpandAll = ExpandAll;\nDataTable.ExpandRow = ExpandRow;\n\nexport default DataTable;\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,OAAOA,KAAK,IACVC,SAAS,EAAEC,OAAO,EAAEC,UAAU,QACzB,OAAO;AACd,OAAOC,SAAS,MAAM,YAAY;AAClC,SAASC,QAAQ,EAAEC,sBAAsB,QAAQ,aAAa;AAE9D,OAAOC,UAAU,MAAM,YAAY;AACnC,OAAOC,KAAK,MAAM,SAAS;AAC3B,OAAOC,iBAAiB,MAAM,2BAA2B;AACzD,SAASC,YAAY,EAAEC,eAAe,QAAQ,oBAAoB;AAClE,OAAOC,YAAY,MAAM,sBAAsB;AAC/C,OAAOC,eAAe,MAAM,mBAAmB;AAC/C,OAAOC,iBAAiB,MAAM,cAAc;AAC5C,OAAOC,WAAW,MAAM,eAAe;AACvC,OAAOC,WAAW,MAAM,eAAe;AACvC,OAAOC,eAAe,MAAM,mBAAmB;AAC/C,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAOC,SAAS,MAAM,aAAa;AACnC,OAAOC,eAAe,MAAM,6BAA6B;AACzD,OAAOC,yBAAyB,MAAM,uCAAuC;AAC7E,OAAOC,WAAW,MAAM,eAAe;AACvC,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAOC,eAAe,MAAM,mBAAmB;AAC/C,OAAOC,SAAS,MAAM,aAAa;AACnC,OAAOC,cAAc,MAAM,kBAAkB;AAC7C,OAAOC,eAAe,MAAM,mBAAmB;AAC/C,OAAOC,sBAAsB,MAAM,0BAA0B;AAC7D,OAAOC,gBAAgB,MAAM,oBAAoB;AACjD,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAOC,gBAAgB,MAAM,8BAA8B;AAC3D,OAAOC,sBAAsB,MAAM,oCAAoC;AACvE,OAAOC,eAAe,MAAM,mBAAmB;AAC/C,OAAOC,SAAS,MAAM,aAAa;AACnC,OAAOC,SAAS,MAAM,aAAa;AAEnC,SAASC,mBAAmB,QAAQ,SAAS;AAC7C,OAAOC,iBAAiB,IAAIC,YAAY,IAAIC,sBAAsB,QAAQ,0BAA0B;AAEpG,SAASC,SAASA,CAAAC,IAAA,EAmBf;EAAA,IAlBDC,OAAO,GAAAD,IAAA,CAAPC,OAAO;IAAEC,IAAI,GAAAF,IAAA,CAAJE,IAAI;IAAEC,mBAAmB,GAAAH,IAAA,CAAnBG,mBAAmB;IAAEC,iBAAiB,GAAAJ,IAAA,CAAjBI,iBAAiB;IAAEC,YAAY,GAAAL,IAAA,CAAZK,YAAY;IACnEC,WAAW,GAAAN,IAAA,CAAXM,WAAW;IAAEC,gBAAgB,GAAAP,IAAA,CAAhBO,gBAAgB;IAAEC,SAAS,GAAAR,IAAA,CAATQ,SAAS;IAAEC,SAAS,GAAAT,IAAA,CAATS,SAAS;IACnDC,YAAY,GAAAV,IAAA,CAAZU,YAAY;IAAEC,aAAa,GAAAX,IAAA,CAAbW,aAAa;IAAEC,SAAS,GAAAZ,IAAA,CAATY,SAAS;IAAEf,YAAY,GAAAG,IAAA,CAAZH,YAAY;IACpDgB,UAAU,GAAAb,IAAA,CAAVa,UAAU;IAAEC,YAAY,GAAAd,IAAA,CAAZc,YAAY;IACxBC,YAAY,GAAAf,IAAA,CAAZe,YAAY;IAAEC,qBAAqB,GAAAhB,IAAA,CAArBgB,qBAAqB;IACnCC,WAAW,GAAAjB,IAAA,CAAXiB,WAAW;IAAEC,YAAY,GAAAlB,IAAA,CAAZkB,YAAY;IAAEC,kBAAkB,GAAAnB,IAAA,CAAlBmB,kBAAkB;IAC7CC,mBAAmB,GAAApB,IAAA,CAAnBoB,mBAAmB;IACnBC,mBAAmB,GAAArB,IAAA,CAAnBqB,mBAAmB;IACnBC,kBAAkB,GAAAtB,IAAA,CAAlBsB,kBAAkB;IAClBC,oBAAoB,GAAAvB,IAAA,CAApBuB,oBAAoB;IACpBC,qBAAqB,GAAAxB,IAAA,CAArBwB,qBAAqB;IACrBC,gBAAgB,GAAAzB,IAAA,CAAhByB,gBAAgB;IAChBC,SAAS,GAAA1B,IAAA,CAAT0B,SAAS;IACTC,QAAQ,GAAA3B,IAAA,CAAR2B,QAAQ;IACRC,qBAAqB,GAAA5B,IAAA,CAArB4B,qBAAqB;IACrBC,eAAe,GAAA7B,IAAA,CAAf6B,eAAe;IACfC,iBAAiB,GAAA9B,IAAA,CAAjB8B,iBAAiB;IACdC,KAAK,GAAAC,wBAAA,CAAAhC,IAAA,EAAAiC,SAAA;EAER,IAAMC,aAAa,GAAGzE,OAAO,CAC3B;IAAA,OAAO0C,mBAAmB;EAAA,CAAC,EAC3B,CAACA,mBAAmB,CACtB,CAAC;EACD,IAAMgC,YAAY,GAAG1E,OAAO,CAAC,YAAM;IACjC,IAAM2E,mBAAmB,GAAAC,aAAA;MACvBC,YAAY,EAAE,SAAAA,aAACC,QAAQ,EAAEC,MAAM,EAAEC,aAAa,EAAK;QACjD,QAAQD,MAAM,CAACE,IAAI;UACjB;UACA;UACA;UACA;UACA;UACA;UACA,KAAK,uBAAuB;YAAE;cAC5B,IAAIF,MAAM,CAACG,KAAK,EAAE;gBAChB,OAAOJ,QAAQ;cACjB;cACA,OAAAF,aAAA,CAAAA,aAAA,KACKE,QAAQ;gBACXK,cAAc,EAAE,CAAC;cAAC;YAEtB;UACA;AACV;AACA;AACA;AACA;AACA;UACU,KAAK,mBAAmB;YAAE;cACxB,IAAMC,QAAQ,GAAGC,QAAQ,CAACN,MAAM,CAACO,EAAE,EAAE,EAAE,CAAC;cACxC,IAAAC,qBAAA,GAAqCP,aAAa,CAA1CQ,mBAAmB;gBAAnBA,mBAAmB,GAAAD,qBAAA,cAAG,EAAE,GAAAA,qBAAA;cAEhC,IAAIE,sBAAsB;cAC1B,IAAIV,MAAM,CAACG,KAAK,EAAE;gBAChBO,sBAAsB,MAAAC,MAAA,CAAAC,kBAAA,CAAOH,mBAAmB,IAAEJ,QAAQ,EAAC;cAC7D,CAAC,MAAM;gBACLK,sBAAsB,GAAGD,mBAAmB,CAACI,MAAM,CAAC,UAACC,IAAI;kBAAA,OAAKA,IAAI,KAAKT,QAAQ;gBAAA,EAAC;cAClF;cAEA,OAAAR,aAAA,CAAAA,aAAA,KACKE,QAAQ;gBACXU,mBAAmB,EAAEC;cAAsB;YAE/C;UACA;YACE,OAAOX,QAAQ;QACnB;MACF;IAAC,GACEnB,mBAAmB,CACvB;IACD,OAAAiB,aAAA;MACEpC,OAAO,EAAPA,OAAO;MACPC,IAAI,EAAJA,IAAI;MACJgC,aAAa,EAAbA,aAAa;MACbvB,aAAa,EAAbA,aAAa;MACbJ,gBAAgB,EAAhBA,gBAAgB;MAChBO,YAAY,EAAZA,YAAY;MACZjB,YAAY,EAAZA;IAAY,GACTuC,mBAAmB;EAE1B,CAAC,EAAE,CAAChB,mBAAmB,EAAEnB,OAAO,EAAEC,IAAI,EAAEgC,aAAa,EAAEvB,aAAa,EAAEJ,gBAAgB,EAAEO,YAAY,EAAEjB,YAAY,CAAC,CAAC;EAEpH,IAAA0D,WAAA,GAAyC7F,UAAU,CAACkC,iBAAiB,EAAEE,sBAAsB,CAAC;IAAA0D,YAAA,GAAAC,cAAA,CAAAF,WAAA;IAAvFG,UAAU,GAAAF,YAAA;IAAEG,kBAAkB,GAAAH,YAAA;EAErC,IAAIlD,WAAW,IAAIC,gBAAgB,EAAE;IACnC;IACA4B,YAAY,CAAC3B,SAAS,GAAGA,SAAS,IAAI,CAAC,CAAC;EAC1C;;EAEA;EACA,IAAMoD,SAAS,GAAGzF,YAAY,CAAC;IAC7BgE,YAAY,EAAZA,YAAY;IAAEzB,YAAY,EAAZA,YAAY;IAAEL,YAAY,EAAZA,YAAY;IAAEC,WAAW,EAAXA,WAAW;IAAEO,UAAU,EAAVA,UAAU;IAAEE,YAAY,EAAZA;EACrE,CAAC,CAAC;EACF;EACA6C,SAAS,CAACC,IAAI,CAAC,UAAAC,KAAK,EAAI;IACtBA,KAAK,CAACC,cAAc,CAACF,IAAI,CACvB,UAAAE,cAAc;MAAA,OAAI/F,iBAAiB,CAACqC,YAAY,EAAE0D,cAAc,EAAE3D,iBAAiB,EAAEkB,kBAAkB,CAAC;IAAA,CAC1G,CAAC;EACH,CAAC,CAAC;;EAEF;EACA;EACA,IAAM0C,cAAc,GAAG,CAAC,CAAC;EACzB,IAAQC,YAAY,GAAKP,UAAU,CAA3BO,YAAY;EACpB,IAAIA,YAAY,CAACC,MAAM,GAAG,CAAC,EAAE;IAC3B,IAAMC,gBAAgB,GAAG,CAAC,CAAC;IAC3BF,YAAY,CAACG,OAAO,CAAC,UAACC,GAAG,EAAK;MAC5BF,gBAAgB,CAACE,GAAG,CAACtB,EAAE,CAAC,GAAG,IAAI;IACjC,CAAC,CAAC;IACFa,SAAS,CAACC,IAAI,CAAC,UAAAC,KAAK,EAAI;MACtBA,KAAK,CAACQ,kBAAkB,CAACT,IAAI,CAC3B,UAACU,KAAK;QAAA,OAAAlC,aAAA,CAAAA,aAAA,KAAWkC,KAAK;UAAE3B,cAAc,EAAEuB;QAAgB;MAAA,CAC1D,CAAC;IACH,CAAC,CAAC;IACFH,cAAc,CAACQ,gBAAgB,GAAGP,YAAY;EAChD;EACA,IAAMQ,yBAAyB,GAAG,CAACf,UAAU,EAAEC,kBAAkB,CAAC;;EAElE;EACA,IAAMe,QAAQ,GAAG9G,QAAQ,CAAA+G,KAAA,SAAAvB,kBAAA,CAAIQ,SAAS,EAAC;EAEvC,IAAAgB,eAAA,GAMIF,QAAQ,CAACH,KAAK;IALNM,kBAAkB,GAAAD,eAAA,CAA5BE,QAAQ;IACGC,mBAAmB,GAAAH,eAAA,CAA9BI,SAAS;IACDC,gBAAgB,GAAAL,eAAA,CAAxBM,MAAM;IACGC,iBAAiB,GAAAP,eAAA,CAA1BQ,OAAO;IACSC,wBAAwB,GAAAT,eAAA,CAAxChC,cAAc;EAGhBpF,SAAS,CAAC,YAAM;IACd,IAAIoD,SAAS,EAAE;MACbA,SAAS,CAAC;QACRkE,QAAQ,EAAED,kBAAkB;QAC5BG,SAAS,EAAED,mBAAmB;QAC9BG,MAAM,EAAED,gBAAgB;QACxBG,OAAO,EAAED;MACX,CAAC,CAAC;IACJ;EACF,CAAC,EAAE,CAACvE,SAAS,EAAEiE,kBAAkB,EAAEE,mBAAmB,EAAEE,gBAAgB,EAAEE,iBAAiB,CAAC,CAAC;EAE7FtH,sBAAsB,CAAC,YAAM;IAC3B,IAAI+D,qBAAqB,EAAE;MACzBA,qBAAqB,CAACyD,wBAAwB,CAAC;IACjD;EACF,CAAC,EAAE,CAACA,wBAAwB,EAAEzD,qBAAqB,CAAC,CAAC;EAErD,IAAM0D,gBAAgB,GAAG3F,mBAAmB,CAAC+E,QAAQ,EAAED,yBAAyB,CAAC;EAEjF,IAAMc,gBAAgB,GAAAlD,aAAA,CAAAA,aAAA,CAAAA,aAAA,CAAAA,aAAA,KACjBqC,QAAQ;IACX/D,aAAa,EAAbA,aAAa;IACbF,SAAS,EAATA,SAAS;IACTU,kBAAkB,EAAlBA,kBAAkB;IAClBF,WAAW,EAAXA,WAAW;IACXC,YAAY,EAAZA,YAAY;IACZuD,yBAAyB,EAAzBA,yBAAyB;IACzBlD,oBAAoB,EAApBA,oBAAoB;IACpBC,qBAAqB,EAArBA,qBAAqB;IACrBR,qBAAqB,EAArBA,qBAAqB;IACrBS,gBAAgB,EAAhBA,gBAAgB;IAChBC,SAAS,EAATA,SAAS;IACTrB,YAAY,EAAZA,YAAY;IACZC,WAAW,EAAXA,WAAW;IACXgB,kBAAkB,EAAlBA,kBAAkB;IAClBO,eAAe,EAAfA,eAAe;IACfC,iBAAiB,EAAjBA;EAAiB,GACdkC,cAAc,GACdsB,gBAAgB,GAChBvD,KAAK,CACT;EAED,oBACExE,KAAA,CAAAiI,aAAA,CAACpG,gBAAgB,CAACqG,QAAQ;IAAC9C,KAAK,EAAE4C;EAAiB,gBACjDhI,KAAA,CAAAiI,aAAA,CAAChG,eAAe,qBACdjC,KAAA,CAAAiI,aAAA;IAAKE,SAAS,EAAE5H,UAAU,CAAC,yBAAyB,EAAE;MACpD,aAAa,EAAE,CAAC,CAAC2D;IACnB,CAAC;EAAE,GAEAE,QAAQ,iBACTpE,KAAA,CAAAiI,aAAA,CAAAjI,KAAA,CAAAoI,QAAA,qBACEpI,KAAA,CAAAiI,aAAA,CAACpH,eAAe,MAAE,CAAC,eACnBb,KAAA,CAAAiI,aAAA,CAACzH,KAAK,MAAE,CAAC,eACTR,KAAA,CAAAiI,aAAA,CAACnE,mBAAmB;IAACuE,OAAO,EAAC;EAAkB,CAAE,CAAC,eAClDrI,KAAA,CAAAiI,aAAA,CAAClH,WAAW,MAAE,CACd,CAEC,CACU,CACQ,CAAC;AAEhC;AAEAyB,SAAS,CAAC8F,YAAY,GAAG;EACvBzF,iBAAiB,EAAE,EAAE;EACrBD,mBAAmB,EAAE,CAAC,CAAC;EACvBO,YAAY,EAAE,KAAK;EACnBJ,WAAW,EAAE,KAAK;EAClBD,YAAY,EAAE,KAAK;EACnBQ,UAAU,EAAE,KAAK;EACjBF,aAAa,EAAE,KAAK;EACpBJ,gBAAgB,EAAE,KAAK;EACvBO,YAAY,EAAE,KAAK;EACnBF,SAAS,EAAE,IAAI;EACff,YAAY,EAAE,CAAC,CAAC;EAChBuB,mBAAmB,EAAE,CAAC,CAAC;EACvBC,mBAAmB,EAAEhD,iBAAiB;EACtCsD,QAAQ,EAAE,IAAI;EACdV,WAAW,EAAE,EAAE;EACfC,YAAY,EAAE,EAAE;EAChBC,kBAAkB,EAAE,CAAC;EACrBG,kBAAkB,EAAEwE,SAAS;EAC7BC,wBAAwB,EAAEpH,eAAe;EACzCqH,qBAAqB,EAAEvH,YAAY;EACnCwH,kBAAkB,EAAEvH,SAAS;EAC7B6C,oBAAoB,EAAE,KAAK;EAC3BC,qBAAqB,EAAE;IACrB0E,uBAAuB,EAAE,KAAK;IAC9BC,gBAAgB,EAAE,SAAAA,iBAAA,EAAM,CAAC,CAAC;IAC1BC,uBAAuB,EAAE,MAAM;IAC/BC,eAAe,EAAE;EACnB,CAAC;EACD5E,gBAAgB,EAAE,KAAK;EACvBT,qBAAqB,EAAE8E,SAAS;EAChC/E,YAAY,EAAE,KAAK;EACnBW,SAAS,EAAE,KAAK;EAChBE,qBAAqB,EAAEkE,SAAS;EAChCjE,eAAe,EAAEiE,SAAS;EAC1BhE,iBAAiB,EAAEgE;AACrB,CAAC;AAED/F,SAAS,CAACuG,SAAS,GAAG;EACpB;EACArG,OAAO,EAAEtC,SAAS,CAAC4I,OAAO,CAAC5I,SAAS,CAAC6I,KAAK,CAAC;IACzC;IACAC,MAAM,EAAE9I,SAAS,CAAC+I,SAAS,CAAC,CAAC/I,SAAS,CAACgJ,WAAW,EAAEhJ,SAAS,CAACiJ,IAAI,CAAC,CAAC,CAACC,UAAU;IAC/E;IACAC,QAAQ,EAAE5I,eAAe,CAACP,SAAS,CAACoJ,MAAM,EAAE,MAAM,CAAC;IACnD;IACAC,IAAI,EAAErJ,SAAS,CAAC+I,SAAS,CAAC,CAAC/I,SAAS,CAACgJ,WAAW,EAAEhJ,SAAS,CAACiJ,IAAI,CAAC,CAAC;IAClE;IACAK,MAAM,EAAEtJ,SAAS,CAACgJ,WAAW;IAC7B;IACAtD,MAAM,EAAE1F,SAAS,CAACoJ,MAAM;IACxB;IACAG,aAAa,EAAEvJ,SAAS,CAAC4I,OAAO,CAAC5I,SAAS,CAAC6I,KAAK,CAAC;MAC/CW,IAAI,EAAExJ,SAAS,CAACoJ,MAAM;MACtBK,MAAM,EAAEzJ,SAAS,CAACyJ,MAAM;MACxBzE,KAAK,EAAEhF,SAAS,CAACoJ;IACnB,CAAC,CAAC;EACJ,CAAC,CAAC,CAAC,CAACF,UAAU;EACd;EACA3G,IAAI,EAAEvC,SAAS,CAAC4I,OAAO,CAAC5I,SAAS,CAAC6I,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAACK,UAAU;EACvD;EACAxG,YAAY,EAAE1C,SAAS,CAAC0J,IAAI;EAC5B;EACA/F,kBAAkB,EAAE3D,SAAS,CAAC6I,KAAK,CAAC;IAClCzD,EAAE,EAAEpF,SAAS,CAACoJ,MAAM,CAACF,UAAU;IAC/BJ,MAAM,EAAE9I,SAAS,CAAC+I,SAAS,CAAC,CAAC/I,SAAS,CAACgJ,WAAW,EAAEhJ,SAAS,CAACiJ,IAAI,CAAC,CAAC,CAACC,UAAU;IAC/EG,IAAI,EAAErJ,SAAS,CAAC+I,SAAS,CAAC,CAAC/I,SAAS,CAACgJ,WAAW,EAAEhJ,SAAS,CAACiJ,IAAI,CAAC,CAAC;IAClEU,aAAa,EAAE3J,SAAS,CAAC0J,IAAI,CAACR;EAChC,CAAC,CAAC;EACF;EACAhG,UAAU,EAAElD,SAAS,CAAC0J,IAAI;EAC1B;EACAvG,YAAY,EAAEnD,SAAS,CAAC0J,IAAI;EAC5B;EACA/G,WAAW,EAAE3C,SAAS,CAAC0J,IAAI;EAC3B;EACA9G,gBAAgB,EAAE5C,SAAS,CAAC0J,IAAI;EAChC;EACA7G,SAAS,EAAEvC,YAAY,CAACN,SAAS,CAACyJ,MAAM,EAAE,kBAAkB,CAAC;EAC7D;EACA1G,YAAY,EAAE/C,SAAS,CAAC0J,IAAI;EAC5B;EACA1G,aAAa,EAAEhD,SAAS,CAAC0J,IAAI;EAE7B;EACAlH,mBAAmB,EAAExC,SAAS,CAAC6I,KAAK,CAAC;IACnC;IACAS,MAAM,EAAEtJ,SAAS,CAACgJ;EACpB,CAAC,CAAC;EACF;EACAvG,iBAAiB,EAAEzC,SAAS,CAAC4I,OAAO,CAAC5I,SAAS,CAAC6I,KAAK,CAAC;IACnD;IACAzD,EAAE,EAAEpF,SAAS,CAACoJ,MAAM,CAACF,UAAU;IAC/B;IACAJ,MAAM,EAAE9I,SAAS,CAAC+I,SAAS,CAAC,CAAC/I,SAAS,CAACgJ,WAAW,EAAEhJ,SAAS,CAACiJ,IAAI,CAAC,CAAC;IACpE;IACAI,IAAI,EAAErJ,SAAS,CAAC+I,SAAS,CAAC,CAAC/I,SAAS,CAACgJ,WAAW,EAAEhJ,SAAS,CAACiJ,IAAI,CAAC;EACnE,CAAC,CAAC,CAAC;EACH;AACF;EACEhG,SAAS,EAAEjD,SAAS,CAAC4J,IAAI;EACzB;EACA1H,YAAY,EAAElC,SAAS,CAAC6I,KAAK,CAAC;IAC5B1B,QAAQ,EAAE7G,YAAY,CAACN,SAAS,CAACyJ,MAAM,EAAE,aAAa,CAAC;IACvDpC,SAAS,EAAE/G,YAAY,CAACN,SAAS,CAACyJ,MAAM,EAAE,aAAa,CAAC;IACxDhC,OAAO,EAAEnH,YAAY,CAACN,SAAS,CAAC4I,OAAO,CAAC5I,SAAS,CAAC6I,KAAK,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC;IAC5EtB,MAAM,EAAEjH,YAAY,CAACN,SAAS,CAAC4I,OAAO,CAAC5I,SAAS,CAAC6I,KAAK,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC;IAC1E5D,cAAc,EAAEjF,SAAS,CAAC6I,KAAK,CAAC,CAAC;IACjCvD,mBAAmB,EAAEtF,SAAS,CAAC4I,OAAO,CAAC5I,SAAS,CAACyJ,MAAM;EACzD,CAAC,CAAC;EACF;AACF;EACEhG,mBAAmB,EAAEzD,SAAS,CAAC6I,KAAK,CAAC,CAAC,CAAC,CAAC;EACxC;EACA/F,SAAS,EAAE9C,SAAS,CAACyJ,MAAM,CAACP,UAAU;EACtC;AACF;EACE5F,WAAW,EAAEtD,SAAS,CAAC+I,SAAS,CAAC,CAC/B/I,SAAS,CAAC4I,OAAO,CACf5I,SAAS,CAAC+I,SAAS,CAAC,CAClB/I,SAAS,CAAC6I,KAAK,CAAC;IACd;IACAgB,UAAU,EAAE7J,SAAS,CAACoJ,MAAM,CAACF,UAAU;IACvC;IACAY,WAAW,EAAE9J,SAAS,CAAC4J,IAAI,CAACV,UAAU;IACtC;IACAnB,SAAS,EAAE/H,SAAS,CAACoJ,MAAM;IAC3B;IACAW,OAAO,EAAE/J,SAAS,CAACoJ,MAAM;IACzB;IACAY,QAAQ,EAAEhK,SAAS,CAAC0J;EACtB,CAAC,CAAC,EACF;EACA1J,SAAS,CAAC4J,IAAI,EACd;EACA5J,SAAS,CAACiK,OAAO,CAClB,CACH,CAAC,EACD;EACAjK,SAAS,CAAC4J,IAAI,EACd;EACA5J,SAAS,CAACiK,OAAO,CAClB,CAAC;EACF;EACA1G,YAAY,EAAEvD,SAAS,CAAC+I,SAAS,CAAC,CAChC/I,SAAS,CAAC4I,OAAO,CACf5I,SAAS,CAAC+I,SAAS,CAAC,CAClB/I,SAAS,CAAC6I,KAAK,CAAC;IACd;IACAgB,UAAU,EAAE7J,SAAS,CAACoJ,MAAM,CAACF,UAAU;IACvC;IACAY,WAAW,EAAE9J,SAAS,CAAC4J,IAAI,CAACV,UAAU;IACtC;IACAnB,SAAS,EAAE/H,SAAS,CAACoJ,MAAM;IAC3B;IACAW,OAAO,EAAE/J,SAAS,CAACoJ,MAAM;IACzB;IACAY,QAAQ,EAAEhK,SAAS,CAAC0J;EACtB,CAAC,CAAC,EACF;EACA1J,SAAS,CAAC4J,IAAI,EACd;EACA5J,SAAS,CAACiK,OAAO,CAClB,CACH,CAAC,EACD;EACAjK,SAAS,CAAC4J,IAAI,EACd;EACA5J,SAAS,CAACiK,OAAO,CAClB,CAAC;EACF;EACAzG,kBAAkB,EAAExD,SAAS,CAACkK,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;EACjD;EACAxG,mBAAmB,EAAE1D,SAAS,CAACgJ,WAAW;EAC1C;EACAV,kBAAkB,EAAEtI,SAAS,CAACgJ,WAAW;EACzC;EACAZ,wBAAwB,EAAEpI,SAAS,CAACgJ,WAAW;EAC/C;EACAX,qBAAqB,EAAErI,SAAS,CAACgJ,WAAW;EAC5C;EACAhF,QAAQ,EAAEhE,SAAS,CAACiJ,IAAI;EACxB;EACArF,oBAAoB,EAAE5D,SAAS,CAAC0J,IAAI;EACpC;EACA7F,qBAAqB,EAAE7D,SAAS,CAAC6I,KAAK,CAAC;IACrC;IACAN,uBAAuB,EAAEvI,SAAS,CAAC0J,IAAI;IACvC;IACAlB,gBAAgB,EAAExI,SAAS,CAAC4J,IAAI;IAChC;IACAnB,uBAAuB,EAAEzI,SAAS,CAACoJ,MAAM;IACzC;AACJ;IACIV,eAAe,EAAE1I,SAAS,CAACoJ;EAC7B,CAAC,CAAC;EACF;EACAtF,gBAAgB,EAAE9D,SAAS,CAAC0J,IAAI;EAChC;EACArG,qBAAqB,EAAErD,SAAS,CAAC4J,IAAI;EACrC;EACAxG,YAAY,EAAEpD,SAAS,CAAC0J,IAAI;EAC5B;EACA3F,SAAS,EAAE/D,SAAS,CAAC0J,IAAI;EACzB;EACAzF,qBAAqB,EAAEjE,SAAS,CAAC4J,IAAI;EACrC;EACA1F,eAAe,EAAElE,SAAS,CAACyJ,MAAM;EACjC;EACAtF,iBAAiB,EAAEnE,SAAS,CAAC4J;AAC/B,CAAC;AAEDxH,SAAS,CAACxB,WAAW,GAAGA,WAAW;AACnCwB,SAAS,CAAC+H,UAAU,GAAGzJ,iBAAiB;AACxC0B,SAAS,CAACvB,eAAe,GAAGA,eAAe;AAC3CuB,SAAS,CAACtB,YAAY,GAAGA,YAAY;AACrCsB,SAAS,CAACrB,SAAS,GAAGA,SAAS;AAC/BqB,SAAS,CAACpB,eAAe,GAAGA,eAAe;AAC3CoB,SAAS,CAAClB,WAAW,GAAGA,WAAW;AACnCkB,SAAS,CAAChC,KAAK,GAAGA,KAAK;AACvBgC,SAAS,CAACf,SAAS,GAAGA,SAAS;AAC/Be,SAAS,CAAC3B,eAAe,GAAGA,eAAe;AAC3C2B,SAAS,CAACjB,YAAY,GAAGA,YAAY;AACrCiB,SAAS,CAACzB,WAAW,GAAGA,WAAW;AACnCyB,SAAS,CAAChB,eAAe,GAAGA,eAAe;AAC3CgB,SAAS,CAACd,cAAc,GAAGA,cAAc;AACzCc,SAAS,CAACb,eAAe,GAAGA,eAAe;AAC3Ca,SAAS,CAACZ,sBAAsB,GAAGA,sBAAsB;AACzDY,SAAS,CAACV,YAAY,GAAGA,YAAY;AACrCU,SAAS,CAACnB,yBAAyB,GAAGA,yBAAyB;AAC/DmB,SAAS,CAACT,gBAAgB,GAAGA,gBAAgB;AAC7CS,SAAS,CAACR,sBAAsB,GAAGA,sBAAsB;AACzDQ,SAAS,CAACN,SAAS,GAAGA,SAAS;AAC/BM,SAAS,CAACL,SAAS,GAAGA,SAAS;AAE/B,eAAeK,SAAS","ignoreList":[]}
|