@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,18 +1,18 @@
|
|
|
1
|
-
function _typeof(
|
|
2
|
-
function ownKeys(
|
|
3
|
-
function _objectSpread(
|
|
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
|
+
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; }
|
|
3
|
+
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; }
|
|
4
4
|
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; }
|
|
5
5
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
6
6
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
7
7
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
8
|
-
function _toPropertyKey(
|
|
9
|
-
function _toPrimitive(
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
9
|
+
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); }
|
|
10
10
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
11
11
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
12
12
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
13
13
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
14
14
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
15
|
-
function _isNativeReflectConstruct() {
|
|
15
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
16
16
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
17
17
|
import React from 'react';
|
|
18
18
|
import PropTypes from 'prop-types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","PropTypes","CSSTransition","TransitionGroup","classNames","TransitionReplace","_React$Component","_inherits","_super","_createSuper","props","_this","_classCallCheck","call","state","height","onChildEnter","bind","_assertThisInitialized","onChildEntering","onChildEntered","onChildExit","onChildExiting","onChildExited","_createClass","key","value","htmlNode","setState","offsetHeight","renderChildTransition","child","_this2","process","env","NODE_ENV","console","warn","commonChildStyles","padding","transitionStyles","entering","entered","exiting","position","top","left","right","pointerEvents","exited","createElement","timeout","enter","enterDuration","exit","exitDuration","unmountOnExit","mountOnEnter","onEnter","onEntering","onEntered","onExit","onExiting","onExited","transitionClassNames","style","_objectSpread","render","className","Children","map","children","Component","propTypes","element","number","string","func","shape","defaultProps","undefined"],"sources":["../../src/TransitionReplace/index.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { CSSTransition, TransitionGroup } from 'react-transition-group';\nimport classNames from 'classnames';\n\nclass TransitionReplace extends React.Component {\n constructor(props) {\n super(props);\n\n this.state = { height: null };\n\n this.onChildEnter = this.onChildEnter.bind(this);\n this.onChildEntering = this.onChildEntering.bind(this);\n this.onChildEntered = this.onChildEntered.bind(this);\n this.onChildExit = this.onChildExit.bind(this);\n this.onChildExiting = this.onChildExiting.bind(this);\n this.onChildExited = this.onChildExited.bind(this);\n }\n\n // Transition events are fired in this order:\n //\n // onEnter > onEntering > onEntered\n // onExit > onExiting > onExited\n //\n // Keep in mind that we always have two transitions happening\n // both the entering and leaving children\n //\n // We set the container height (for animation) in this order:\n //\n // 1. onChildExit (explicitly set the height to match the current current)\n // 2. onChildEntering (set the height to match the new content)\n // 3. onChildExited (reset the height to null)\n\n onChildEnter(htmlNode) {\n if (this.props.onChildEnter) { this.props.onChildEnter(htmlNode); }\n }\n\n onChildEntering(htmlNode) {\n this.setState({ height: htmlNode.offsetHeight });\n if (this.props.onChildEntering) { this.props.onChildEntering(htmlNode); }\n }\n\n onChildEntered(htmlNode) {\n this.setState({ height: null });\n if (this.props.onChildEntered) { this.props.onChildEntered(htmlNode); }\n }\n\n onChildExit(htmlNode) {\n this.setState({ height: htmlNode.offsetHeight });\n if (this.props.onChildExit) { this.props.onChildExit(htmlNode); }\n }\n\n onChildExiting(htmlNode) {\n if (this.props.onChildExiting) { this.props.onChildExiting(htmlNode); }\n }\n\n onChildExited(htmlNode) {\n this.setState({ height: null });\n if (this.props.onChildExited) { this.props.onChildExited(htmlNode); }\n }\n\n renderChildTransition(child) {\n if (!child.key && process.env.NODE_ENV === 'development') {\n // eslint-disable-next-line no-console\n console.warn(\"TransitionReplace: A child is missing a 'key' prop. Keys are required for any child of this component.\");\n }\n // Makes the exiting and entering children occupy the same space\n // SCSS handles the crossfade so it can be easily overridden\n const commonChildStyles = {\n // Prevent margin-collapsing which throws off height calculations\n padding: '.1px 0',\n };\n\n const transitionStyles = {\n entering: {},\n entered: {},\n exiting: {\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n pointerEvents: 'none',\n },\n exited: {},\n };\n\n return (\n <CSSTransition\n timeout={{\n enter: this.props.enterDuration,\n exit: this.props.exitDuration,\n }}\n unmountOnExit\n mountOnEnter\n onEnter={this.onChildEnter}\n onEntering={this.onChildEntering}\n onEntered={this.onChildEntered}\n onExit={this.onChildExit}\n onExiting={this.onChildExiting}\n onExited={this.onChildExited}\n classNames={this.props.transitionClassNames}\n >\n {state => (\n <div\n style={{\n ...commonChildStyles,\n ...transitionStyles[state],\n ...this.props.transitionStyles[state],\n }}\n >\n {child}\n </div>\n )}\n </CSSTransition>\n );\n }\n\n render() {\n return (\n <TransitionGroup\n className={classNames(\n 'pgn-transition-replace-group',\n 'position-relative',\n { 'overflow-hidden': this.state.height !== null },\n this.props.className,\n )}\n style={{ height: this.state.height }}\n >\n {React.Children.map(this.props.children, this.renderChildTransition, this)}\n </TransitionGroup>\n );\n }\n}\n\nTransitionReplace.propTypes = {\n /** Specifies an additional class for the base element */\n children: PropTypes.element,\n /** Duration of the element appearance transition. */\n enterDuration: PropTypes.number,\n /** Duration of the element dismiss transition. */\n exitDuration: PropTypes.number,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** A `Transition` callback fired immediately after the `enter` or `appear` class is applied. */\n onChildEnter: PropTypes.func,\n /** A `Transition` callback fired immediately after the `enter-active` or `appear-active` class is applied. */\n onChildEntering: PropTypes.func,\n /**\n * A `Transition` callback fired immediately after the `enter` or\n * `appear` classes are removed and the done class is added to the DOM node.\n */\n onChildEntered: PropTypes.func,\n /** A `Transition` callback fired immediately after the `exit` class is applied. */\n onChildExit: PropTypes.func,\n /** A `Transition` callback fired immediately after the `exit-active` is applied. */\n onChildExiting: PropTypes.func,\n /**\n * A `Transition` callback fired immediately after the `exit` classes\n * are removed and the exit-done class is added to the DOM node.\n */\n onChildExited: PropTypes.func,\n /** An object that specifies transition styles. */\n transitionStyles: PropTypes.shape({\n entering: PropTypes.shape({}),\n entered: PropTypes.shape({}),\n exiting: PropTypes.shape({}),\n exited: PropTypes.shape({}),\n }),\n /** Specifies class name to append to the `Transition`. */\n transitionClassNames: PropTypes.string,\n};\n\nTransitionReplace.defaultProps = {\n children: undefined,\n enterDuration: 300,\n exitDuration: 300,\n className: undefined,\n onChildEnter: undefined,\n onChildEntering: undefined,\n onChildEntered: undefined,\n onChildExit: undefined,\n onChildExiting: undefined,\n onChildExited: undefined,\n transitionStyles: {},\n transitionClassNames: 'pgn__transition-replace',\n};\n\nexport default TransitionReplace;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","PropTypes","CSSTransition","TransitionGroup","classNames","TransitionReplace","_React$Component","_inherits","_super","_createSuper","props","_this","_classCallCheck","call","state","height","onChildEnter","bind","_assertThisInitialized","onChildEntering","onChildEntered","onChildExit","onChildExiting","onChildExited","_createClass","key","value","htmlNode","setState","offsetHeight","renderChildTransition","child","_this2","process","env","NODE_ENV","console","warn","commonChildStyles","padding","transitionStyles","entering","entered","exiting","position","top","left","right","pointerEvents","exited","createElement","timeout","enter","enterDuration","exit","exitDuration","unmountOnExit","mountOnEnter","onEnter","onEntering","onEntered","onExit","onExiting","onExited","transitionClassNames","style","_objectSpread","render","className","Children","map","children","Component","propTypes","element","number","string","func","shape","defaultProps","undefined"],"sources":["../../src/TransitionReplace/index.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { CSSTransition, TransitionGroup } from 'react-transition-group';\nimport classNames from 'classnames';\n\nclass TransitionReplace extends React.Component {\n constructor(props) {\n super(props);\n\n this.state = { height: null };\n\n this.onChildEnter = this.onChildEnter.bind(this);\n this.onChildEntering = this.onChildEntering.bind(this);\n this.onChildEntered = this.onChildEntered.bind(this);\n this.onChildExit = this.onChildExit.bind(this);\n this.onChildExiting = this.onChildExiting.bind(this);\n this.onChildExited = this.onChildExited.bind(this);\n }\n\n // Transition events are fired in this order:\n //\n // onEnter > onEntering > onEntered\n // onExit > onExiting > onExited\n //\n // Keep in mind that we always have two transitions happening\n // both the entering and leaving children\n //\n // We set the container height (for animation) in this order:\n //\n // 1. onChildExit (explicitly set the height to match the current current)\n // 2. onChildEntering (set the height to match the new content)\n // 3. onChildExited (reset the height to null)\n\n onChildEnter(htmlNode) {\n if (this.props.onChildEnter) { this.props.onChildEnter(htmlNode); }\n }\n\n onChildEntering(htmlNode) {\n this.setState({ height: htmlNode.offsetHeight });\n if (this.props.onChildEntering) { this.props.onChildEntering(htmlNode); }\n }\n\n onChildEntered(htmlNode) {\n this.setState({ height: null });\n if (this.props.onChildEntered) { this.props.onChildEntered(htmlNode); }\n }\n\n onChildExit(htmlNode) {\n this.setState({ height: htmlNode.offsetHeight });\n if (this.props.onChildExit) { this.props.onChildExit(htmlNode); }\n }\n\n onChildExiting(htmlNode) {\n if (this.props.onChildExiting) { this.props.onChildExiting(htmlNode); }\n }\n\n onChildExited(htmlNode) {\n this.setState({ height: null });\n if (this.props.onChildExited) { this.props.onChildExited(htmlNode); }\n }\n\n renderChildTransition(child) {\n if (!child.key && process.env.NODE_ENV === 'development') {\n // eslint-disable-next-line no-console\n console.warn(\"TransitionReplace: A child is missing a 'key' prop. Keys are required for any child of this component.\");\n }\n // Makes the exiting and entering children occupy the same space\n // SCSS handles the crossfade so it can be easily overridden\n const commonChildStyles = {\n // Prevent margin-collapsing which throws off height calculations\n padding: '.1px 0',\n };\n\n const transitionStyles = {\n entering: {},\n entered: {},\n exiting: {\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n pointerEvents: 'none',\n },\n exited: {},\n };\n\n return (\n <CSSTransition\n timeout={{\n enter: this.props.enterDuration,\n exit: this.props.exitDuration,\n }}\n unmountOnExit\n mountOnEnter\n onEnter={this.onChildEnter}\n onEntering={this.onChildEntering}\n onEntered={this.onChildEntered}\n onExit={this.onChildExit}\n onExiting={this.onChildExiting}\n onExited={this.onChildExited}\n classNames={this.props.transitionClassNames}\n >\n {state => (\n <div\n style={{\n ...commonChildStyles,\n ...transitionStyles[state],\n ...this.props.transitionStyles[state],\n }}\n >\n {child}\n </div>\n )}\n </CSSTransition>\n );\n }\n\n render() {\n return (\n <TransitionGroup\n className={classNames(\n 'pgn-transition-replace-group',\n 'position-relative',\n { 'overflow-hidden': this.state.height !== null },\n this.props.className,\n )}\n style={{ height: this.state.height }}\n >\n {React.Children.map(this.props.children, this.renderChildTransition, this)}\n </TransitionGroup>\n );\n }\n}\n\nTransitionReplace.propTypes = {\n /** Specifies an additional class for the base element */\n children: PropTypes.element,\n /** Duration of the element appearance transition. */\n enterDuration: PropTypes.number,\n /** Duration of the element dismiss transition. */\n exitDuration: PropTypes.number,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** A `Transition` callback fired immediately after the `enter` or `appear` class is applied. */\n onChildEnter: PropTypes.func,\n /** A `Transition` callback fired immediately after the `enter-active` or `appear-active` class is applied. */\n onChildEntering: PropTypes.func,\n /**\n * A `Transition` callback fired immediately after the `enter` or\n * `appear` classes are removed and the done class is added to the DOM node.\n */\n onChildEntered: PropTypes.func,\n /** A `Transition` callback fired immediately after the `exit` class is applied. */\n onChildExit: PropTypes.func,\n /** A `Transition` callback fired immediately after the `exit-active` is applied. */\n onChildExiting: PropTypes.func,\n /**\n * A `Transition` callback fired immediately after the `exit` classes\n * are removed and the exit-done class is added to the DOM node.\n */\n onChildExited: PropTypes.func,\n /** An object that specifies transition styles. */\n transitionStyles: PropTypes.shape({\n entering: PropTypes.shape({}),\n entered: PropTypes.shape({}),\n exiting: PropTypes.shape({}),\n exited: PropTypes.shape({}),\n }),\n /** Specifies class name to append to the `Transition`. */\n transitionClassNames: PropTypes.string,\n};\n\nTransitionReplace.defaultProps = {\n children: undefined,\n enterDuration: 300,\n exitDuration: 300,\n className: undefined,\n onChildEnter: undefined,\n onChildEntering: undefined,\n onChildEntered: undefined,\n onChildExit: undefined,\n onChildExiting: undefined,\n onChildExited: undefined,\n transitionStyles: {},\n transitionClassNames: 'pgn__transition-replace',\n};\n\nexport default TransitionReplace;\n"],"mappings":";;;;;;;;;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,SAASC,aAAa,EAAEC,eAAe,QAAQ,wBAAwB;AACvE,OAAOC,UAAU,MAAM,YAAY;AAAC,IAE9BC,iBAAiB,0BAAAC,gBAAA;EAAAC,SAAA,CAAAF,iBAAA,EAAAC,gBAAA;EAAA,IAAAE,MAAA,GAAAC,YAAA,CAAAJ,iBAAA;EACrB,SAAAA,kBAAYK,KAAK,EAAE;IAAA,IAAAC,KAAA;IAAAC,eAAA,OAAAP,iBAAA;IACjBM,KAAA,GAAAH,MAAA,CAAAK,IAAA,OAAMH,KAAK;IAEXC,KAAA,CAAKG,KAAK,GAAG;MAAEC,MAAM,EAAE;IAAK,CAAC;IAE7BJ,KAAA,CAAKK,YAAY,GAAGL,KAAA,CAAKK,YAAY,CAACC,IAAI,CAAAC,sBAAA,CAAAP,KAAA,CAAK,CAAC;IAChDA,KAAA,CAAKQ,eAAe,GAAGR,KAAA,CAAKQ,eAAe,CAACF,IAAI,CAAAC,sBAAA,CAAAP,KAAA,CAAK,CAAC;IACtDA,KAAA,CAAKS,cAAc,GAAGT,KAAA,CAAKS,cAAc,CAACH,IAAI,CAAAC,sBAAA,CAAAP,KAAA,CAAK,CAAC;IACpDA,KAAA,CAAKU,WAAW,GAAGV,KAAA,CAAKU,WAAW,CAACJ,IAAI,CAAAC,sBAAA,CAAAP,KAAA,CAAK,CAAC;IAC9CA,KAAA,CAAKW,cAAc,GAAGX,KAAA,CAAKW,cAAc,CAACL,IAAI,CAAAC,sBAAA,CAAAP,KAAA,CAAK,CAAC;IACpDA,KAAA,CAAKY,aAAa,GAAGZ,KAAA,CAAKY,aAAa,CAACN,IAAI,CAAAC,sBAAA,CAAAP,KAAA,CAAK,CAAC;IAAC,OAAAA,KAAA;EACrD;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAAAa,YAAA,CAAAnB,iBAAA;IAAAoB,GAAA;IAAAC,KAAA,EAEA,SAAAV,aAAaW,QAAQ,EAAE;MACrB,IAAI,IAAI,CAACjB,KAAK,CAACM,YAAY,EAAE;QAAE,IAAI,CAACN,KAAK,CAACM,YAAY,CAACW,QAAQ,CAAC;MAAE;IACpE;EAAC;IAAAF,GAAA;IAAAC,KAAA,EAED,SAAAP,gBAAgBQ,QAAQ,EAAE;MACxB,IAAI,CAACC,QAAQ,CAAC;QAAEb,MAAM,EAAEY,QAAQ,CAACE;MAAa,CAAC,CAAC;MAChD,IAAI,IAAI,CAACnB,KAAK,CAACS,eAAe,EAAE;QAAE,IAAI,CAACT,KAAK,CAACS,eAAe,CAACQ,QAAQ,CAAC;MAAE;IAC1E;EAAC;IAAAF,GAAA;IAAAC,KAAA,EAED,SAAAN,eAAeO,QAAQ,EAAE;MACvB,IAAI,CAACC,QAAQ,CAAC;QAAEb,MAAM,EAAE;MAAK,CAAC,CAAC;MAC/B,IAAI,IAAI,CAACL,KAAK,CAACU,cAAc,EAAE;QAAE,IAAI,CAACV,KAAK,CAACU,cAAc,CAACO,QAAQ,CAAC;MAAE;IACxE;EAAC;IAAAF,GAAA;IAAAC,KAAA,EAED,SAAAL,YAAYM,QAAQ,EAAE;MACpB,IAAI,CAACC,QAAQ,CAAC;QAAEb,MAAM,EAAEY,QAAQ,CAACE;MAAa,CAAC,CAAC;MAChD,IAAI,IAAI,CAACnB,KAAK,CAACW,WAAW,EAAE;QAAE,IAAI,CAACX,KAAK,CAACW,WAAW,CAACM,QAAQ,CAAC;MAAE;IAClE;EAAC;IAAAF,GAAA;IAAAC,KAAA,EAED,SAAAJ,eAAeK,QAAQ,EAAE;MACvB,IAAI,IAAI,CAACjB,KAAK,CAACY,cAAc,EAAE;QAAE,IAAI,CAACZ,KAAK,CAACY,cAAc,CAACK,QAAQ,CAAC;MAAE;IACxE;EAAC;IAAAF,GAAA;IAAAC,KAAA,EAED,SAAAH,cAAcI,QAAQ,EAAE;MACtB,IAAI,CAACC,QAAQ,CAAC;QAAEb,MAAM,EAAE;MAAK,CAAC,CAAC;MAC/B,IAAI,IAAI,CAACL,KAAK,CAACa,aAAa,EAAE;QAAE,IAAI,CAACb,KAAK,CAACa,aAAa,CAACI,QAAQ,CAAC;MAAE;IACtE;EAAC;IAAAF,GAAA;IAAAC,KAAA,EAED,SAAAI,sBAAsBC,KAAK,EAAE;MAAA,IAAAC,MAAA;MAC3B,IAAI,CAACD,KAAK,CAACN,GAAG,IAAIQ,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,aAAa,EAAE;QACxD;QACAC,OAAO,CAACC,IAAI,CAAC,wGAAwG,CAAC;MACxH;MACA;MACA;MACA,IAAMC,iBAAiB,GAAG;QACxB;QACAC,OAAO,EAAE;MACX,CAAC;MAED,IAAMC,gBAAgB,GAAG;QACvBC,QAAQ,EAAE,CAAC,CAAC;QACZC,OAAO,EAAE,CAAC,CAAC;QACXC,OAAO,EAAE;UACPC,QAAQ,EAAE,UAAU;UACpBC,GAAG,EAAE,CAAC;UACNC,IAAI,EAAE,CAAC;UACPC,KAAK,EAAE,CAAC;UACRC,aAAa,EAAE;QACjB,CAAC;QACDC,MAAM,EAAE,CAAC;MACX,CAAC;MAED,oBACEjD,KAAA,CAAAkD,aAAA,CAAChD,aAAa;QACZiD,OAAO,EAAE;UACPC,KAAK,EAAE,IAAI,CAAC1C,KAAK,CAAC2C,aAAa;UAC/BC,IAAI,EAAE,IAAI,CAAC5C,KAAK,CAAC6C;QACnB,CAAE;QACFC,aAAa;QACbC,YAAY;QACZC,OAAO,EAAE,IAAI,CAAC1C,YAAa;QAC3B2C,UAAU,EAAE,IAAI,CAACxC,eAAgB;QACjCyC,SAAS,EAAE,IAAI,CAACxC,cAAe;QAC/ByC,MAAM,EAAE,IAAI,CAACxC,WAAY;QACzByC,SAAS,EAAE,IAAI,CAACxC,cAAe;QAC/ByC,QAAQ,EAAE,IAAI,CAACxC,aAAc;QAC7BnB,UAAU,EAAE,IAAI,CAACM,KAAK,CAACsD;MAAqB,GAE3C,UAAAlD,KAAK;QAAA,oBACJd,KAAA,CAAAkD,aAAA;UACEe,KAAK,EAAAC,aAAA,CAAAA,aAAA,CAAAA,aAAA,KACA5B,iBAAiB,GACjBE,gBAAgB,CAAC1B,KAAK,CAAC,GACvBkB,MAAI,CAACtB,KAAK,CAAC8B,gBAAgB,CAAC1B,KAAK,CAAC;QACrC,GAEDiB,KACE,CAAC;MAAA,CAEK,CAAC;IAEpB;EAAC;IAAAN,GAAA;IAAAC,KAAA,EAED,SAAAyC,OAAA,EAAS;MACP,oBACEnE,KAAA,CAAAkD,aAAA,CAAC/C,eAAe;QACdiE,SAAS,EAAEhE,UAAU,CACnB,8BAA8B,EAC9B,mBAAmB,EACnB;UAAE,iBAAiB,EAAE,IAAI,CAACU,KAAK,CAACC,MAAM,KAAK;QAAK,CAAC,EACjD,IAAI,CAACL,KAAK,CAAC0D,SACb,CAAE;QACFH,KAAK,EAAE;UAAElD,MAAM,EAAE,IAAI,CAACD,KAAK,CAACC;QAAO;MAAE,GAEpCf,KAAK,CAACqE,QAAQ,CAACC,GAAG,CAAC,IAAI,CAAC5D,KAAK,CAAC6D,QAAQ,EAAE,IAAI,CAACzC,qBAAqB,EAAE,IAAI,CAC1D,CAAC;IAEtB;EAAC;EAAA,OAAAzB,iBAAA;AAAA,EA9H6BL,KAAK,CAACwE,SAAS;AAiI/CnE,iBAAiB,CAACoE,SAAS,GAAG;EAC5B;EACAF,QAAQ,EAAEtE,SAAS,CAACyE,OAAO;EAC3B;EACArB,aAAa,EAAEpD,SAAS,CAAC0E,MAAM;EAC/B;EACApB,YAAY,EAAEtD,SAAS,CAAC0E,MAAM;EAC9B;EACAP,SAAS,EAAEnE,SAAS,CAAC2E,MAAM;EAC3B;EACA5D,YAAY,EAAEf,SAAS,CAAC4E,IAAI;EAC5B;EACA1D,eAAe,EAAElB,SAAS,CAAC4E,IAAI;EAC/B;AACF;AACA;AACA;EACEzD,cAAc,EAAEnB,SAAS,CAAC4E,IAAI;EAC9B;EACAxD,WAAW,EAAEpB,SAAS,CAAC4E,IAAI;EAC3B;EACAvD,cAAc,EAAErB,SAAS,CAAC4E,IAAI;EAC9B;AACF;AACA;AACA;EACEtD,aAAa,EAAEtB,SAAS,CAAC4E,IAAI;EAC7B;EACArC,gBAAgB,EAAEvC,SAAS,CAAC6E,KAAK,CAAC;IAChCrC,QAAQ,EAAExC,SAAS,CAAC6E,KAAK,CAAC,CAAC,CAAC,CAAC;IAC7BpC,OAAO,EAAEzC,SAAS,CAAC6E,KAAK,CAAC,CAAC,CAAC,CAAC;IAC5BnC,OAAO,EAAE1C,SAAS,CAAC6E,KAAK,CAAC,CAAC,CAAC,CAAC;IAC5B7B,MAAM,EAAEhD,SAAS,CAAC6E,KAAK,CAAC,CAAC,CAAC;EAC5B,CAAC,CAAC;EACF;EACAd,oBAAoB,EAAE/D,SAAS,CAAC2E;AAClC,CAAC;AAEDvE,iBAAiB,CAAC0E,YAAY,GAAG;EAC/BR,QAAQ,EAAES,SAAS;EACnB3B,aAAa,EAAE,GAAG;EAClBE,YAAY,EAAE,GAAG;EACjBa,SAAS,EAAEY,SAAS;EACpBhE,YAAY,EAAEgE,SAAS;EACvB7D,eAAe,EAAE6D,SAAS;EAC1B5D,cAAc,EAAE4D,SAAS;EACzB3D,WAAW,EAAE2D,SAAS;EACtB1D,cAAc,EAAE0D,SAAS;EACzBzD,aAAa,EAAEyD,SAAS;EACxBxC,gBAAgB,EAAE,CAAC,CAAC;EACpBwB,oBAAoB,EAAE;AACxB,CAAC;AAED,eAAe3D,iBAAiB","ignoreList":[]}
|
package/dist/Truncate/index.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 React, { useLayoutEffect, useRef } from 'react';
|
|
8
8
|
import PropTypes from 'prop-types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","useLayoutEffect","useRef","PropTypes","truncateLines","useWindowSize","DEFAULT_TRUNCATE_LINES","DEFAULT_TRUNCATE_ELLIPSIS","DEFAULT_TRUNCATE_ELEMENT_TYPE","Truncate","_ref","children","lines","ellipsis","elementType","className","whiteSpace","onTruncate","textContainer","_useWindowSize","width","current","_truncateLines","_truncateLines2","_slicedToArray","truncated","original","setAttribute","innerHTML","forEach","element","appendChild","createElement","ref","propTypes","string","isRequired","oneOfType","number","node","bool","func","defaultProps","undefined"],"sources":["../../src/Truncate/index.jsx"],"sourcesContent":["import React, {\n useLayoutEffect, useRef,\n} from 'react';\nimport PropTypes from 'prop-types';\nimport { truncateLines } from './utils';\nimport useWindowSize from '../hooks/useWindowSize';\n\nconst DEFAULT_TRUNCATE_LINES = 1;\nconst DEFAULT_TRUNCATE_ELLIPSIS = '...';\nconst DEFAULT_TRUNCATE_ELEMENT_TYPE = 'div';\n\nfunction Truncate({\n children, lines, ellipsis, elementType, className, whiteSpace, onTruncate,\n}) {\n const textContainer = useRef();\n const { width } = useWindowSize();\n\n useLayoutEffect(() => {\n if (textContainer.current) {\n const [truncated, original] = truncateLines(children, textContainer.current, {\n ellipsis,\n whiteSpace,\n lines,\n });\n textContainer.current.setAttribute('title', original);\n textContainer.current.setAttribute('aria-label', original);\n textContainer.current.innerHTML = '';\n truncated.forEach(element => {\n textContainer.current.appendChild(element);\n });\n if (onTruncate) {\n onTruncate(truncated);\n }\n }\n }, [children, ellipsis, lines, onTruncate, whiteSpace, width]);\n\n return React.createElement(elementType, {\n ref: textContainer,\n className,\n });\n}\n\nTruncate.propTypes = {\n /** The expected text to which the ellipsis would be applied. */\n children: PropTypes.string.isRequired,\n /** The number of lines the text to be truncated to. */\n lines: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n /** Text content for the ellipsis - will appear after the truncated lines. */\n ellipsis: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.node]),\n /** Adds the whitespace from before the ellipsis. */\n whiteSpace: PropTypes.bool,\n /** Custom html element for truncated text. */\n elementType: PropTypes.string,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Callback fired when a text truncating */\n onTruncate: PropTypes.func,\n};\n\nTruncate.defaultProps = {\n lines: DEFAULT_TRUNCATE_LINES,\n ellipsis: DEFAULT_TRUNCATE_ELLIPSIS,\n whiteSpace: false,\n elementType: DEFAULT_TRUNCATE_ELEMENT_TYPE,\n className: undefined,\n onTruncate: undefined,\n};\n\nexport default Truncate;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","useLayoutEffect","useRef","PropTypes","truncateLines","useWindowSize","DEFAULT_TRUNCATE_LINES","DEFAULT_TRUNCATE_ELLIPSIS","DEFAULT_TRUNCATE_ELEMENT_TYPE","Truncate","_ref","children","lines","ellipsis","elementType","className","whiteSpace","onTruncate","textContainer","_useWindowSize","width","current","_truncateLines","_truncateLines2","_slicedToArray","truncated","original","setAttribute","innerHTML","forEach","element","appendChild","createElement","ref","propTypes","string","isRequired","oneOfType","number","node","bool","func","defaultProps","undefined"],"sources":["../../src/Truncate/index.jsx"],"sourcesContent":["import React, {\n useLayoutEffect, useRef,\n} from 'react';\nimport PropTypes from 'prop-types';\nimport { truncateLines } from './utils';\nimport useWindowSize from '../hooks/useWindowSize';\n\nconst DEFAULT_TRUNCATE_LINES = 1;\nconst DEFAULT_TRUNCATE_ELLIPSIS = '...';\nconst DEFAULT_TRUNCATE_ELEMENT_TYPE = 'div';\n\nfunction Truncate({\n children, lines, ellipsis, elementType, className, whiteSpace, onTruncate,\n}) {\n const textContainer = useRef();\n const { width } = useWindowSize();\n\n useLayoutEffect(() => {\n if (textContainer.current) {\n const [truncated, original] = truncateLines(children, textContainer.current, {\n ellipsis,\n whiteSpace,\n lines,\n });\n textContainer.current.setAttribute('title', original);\n textContainer.current.setAttribute('aria-label', original);\n textContainer.current.innerHTML = '';\n truncated.forEach(element => {\n textContainer.current.appendChild(element);\n });\n if (onTruncate) {\n onTruncate(truncated);\n }\n }\n }, [children, ellipsis, lines, onTruncate, whiteSpace, width]);\n\n return React.createElement(elementType, {\n ref: textContainer,\n className,\n });\n}\n\nTruncate.propTypes = {\n /** The expected text to which the ellipsis would be applied. */\n children: PropTypes.string.isRequired,\n /** The number of lines the text to be truncated to. */\n lines: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n /** Text content for the ellipsis - will appear after the truncated lines. */\n ellipsis: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.node]),\n /** Adds the whitespace from before the ellipsis. */\n whiteSpace: PropTypes.bool,\n /** Custom html element for truncated text. */\n elementType: PropTypes.string,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Callback fired when a text truncating */\n onTruncate: PropTypes.func,\n};\n\nTruncate.defaultProps = {\n lines: DEFAULT_TRUNCATE_LINES,\n ellipsis: DEFAULT_TRUNCATE_ELLIPSIS,\n whiteSpace: false,\n elementType: DEFAULT_TRUNCATE_ELEMENT_TYPE,\n className: undefined,\n onTruncate: undefined,\n};\n\nexport default Truncate;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,15 +1,15 @@
|
|
|
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
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
3
3
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
4
4
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
5
|
-
function _toPropertyKey(
|
|
6
|
-
function _toPrimitive(
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
|
+
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); }
|
|
7
7
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
8
8
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
9
9
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
10
10
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
11
11
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
12
|
-
function _isNativeReflectConstruct() {
|
|
12
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
13
13
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
14
14
|
import React from 'react';
|
|
15
15
|
import PropTypes from 'prop-types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","PropTypes","classNames","Variant","inputProps","id","string","isRequired","className","isValid","bool","invalidMessage","oneOfType","element","variant","shape","status","oneOf","Object","keys","map","k","variantIconDescription","defaultProps","undefined","INFO","ValidationMessage","_React$Component","_inherits","_super","_createSuper","_classCallCheck","apply","arguments","_createClass","key","value","getVariantFeedbackClassName","props","getVariantIcon","_this$props","icon","DANGER","createElement","Fragment","render","_this$props2","Component","propTypes"],"sources":["../../src/ValidationMessage/index.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n\nimport Variant from '../utils/constants';\n\nconst inputProps = {\n id: PropTypes.string.isRequired,\n\n className: PropTypes.string,\n isValid: PropTypes.bool,\n invalidMessage: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),\n variant: PropTypes.shape({\n status: PropTypes.oneOf(Object.keys(Variant.status).map(k => Variant.status[k])),\n }),\n variantIconDescription: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),\n};\n\nconst defaultProps = {\n className: undefined,\n isValid: true,\n invalidMessage: '',\n variant: {\n status: Variant.status.INFO,\n },\n variantIconDescription: '',\n};\n\nclass ValidationMessage extends React.Component {\n getVariantFeedbackClassName() {\n const { variant } = this.props;\n let className;\n\n switch (variant.status) {\n case Variant.status.INFO:\n className = 'invalid-feedback-nodanger';\n break;\n default:\n break;\n }\n\n return className;\n }\n\n getVariantIcon() {\n const {\n variantIconDescription,\n variant,\n } = this.props;\n let icon;\n\n switch (variant.status) {\n case Variant.status.DANGER:\n icon = (\n <>\n <span\n className={classNames(\n 'fa',\n 'fa-exclamation-circle',\n 'fa-icon-spacing',\n )}\n aria-hidden\n />\n <span\n className={classNames('sr-only')}\n >\n {variantIconDescription}\n </span>\n </>\n );\n break;\n default:\n break;\n }\n\n return icon;\n }\n\n render() {\n const {\n className,\n id,\n invalidMessage,\n isValid,\n } = this.props;\n return (\n <div\n className={classNames(\n 'invalid-feedback',\n this.getVariantFeedbackClassName(),\n className,\n )}\n id={id}\n aria-live=\"polite\"\n data-testid=\"validation-message\"\n >\n { isValid ? (\n <span />\n )\n : (\n <>\n {this.getVariantIcon()}\n {invalidMessage}\n </>\n )}\n </div>\n );\n }\n}\n\nValidationMessage.propTypes = inputProps;\nValidationMessage.defaultProps = defaultProps;\n\nexport default ValidationMessage;\n"],"mappings":";;;;;;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AAEnC,OAAOC,OAAO,MAAM,oBAAoB;AAExC,IAAMC,UAAU,GAAG;EACjBC,EAAE,EAAEJ,SAAS,CAACK,MAAM,CAACC,UAAU;EAE/BC,SAAS,EAAEP,SAAS,CAACK,MAAM;EAC3BG,OAAO,EAAER,SAAS,CAACS,IAAI;EACvBC,cAAc,EAAEV,SAAS,CAACW,SAAS,CAAC,CAACX,SAAS,CAACK,MAAM,EAAEL,SAAS,CAACY,OAAO,CAAC,CAAC;EAC1EC,OAAO,EAAEb,SAAS,CAACc,KAAK,CAAC;IACvBC,MAAM,EAAEf,SAAS,CAACgB,KAAK,CAACC,MAAM,CAACC,IAAI,CAAChB,OAAO,CAACa,MAAM,CAAC,CAACI,GAAG,CAAC,UAAAC,CAAC;MAAA,OAAIlB,OAAO,CAACa,MAAM,CAACK,CAAC,CAAC;IAAA,EAAC;EACjF,CAAC,CAAC;EACFC,sBAAsB,EAAErB,SAAS,CAACW,SAAS,CAAC,CAACX,SAAS,CAACK,MAAM,EAAEL,SAAS,CAACY,OAAO,CAAC;AACnF,CAAC;AAED,IAAMU,YAAY,GAAG;EACnBf,SAAS,EAAEgB,SAAS;EACpBf,OAAO,EAAE,IAAI;EACbE,cAAc,EAAE,EAAE;EAClBG,OAAO,EAAE;IACPE,MAAM,EAAEb,OAAO,CAACa,MAAM,CAACS;EACzB,CAAC;EACDH,sBAAsB,EAAE;AAC1B,CAAC;AAAC,IAEII,iBAAiB,0BAAAC,gBAAA;EAAAC,SAAA,CAAAF,iBAAA,EAAAC,gBAAA;EAAA,IAAAE,MAAA,GAAAC,YAAA,CAAAJ,iBAAA;EAAA,SAAAA,kBAAA;IAAAK,eAAA,OAAAL,iBAAA;IAAA,OAAAG,MAAA,CAAAG,KAAA,OAAAC,SAAA;EAAA;EAAAC,YAAA,CAAAR,iBAAA;IAAAS,GAAA;IAAAC,KAAA,EACrB,SAAAC,4BAAA,EAA8B;MAC5B,IAAQvB,OAAO,GAAK,IAAI,CAACwB,KAAK,CAAtBxB,OAAO;MACf,IAAIN,SAAS;MAEb,QAAQM,OAAO,CAACE,MAAM;QACpB,KAAKb,OAAO,CAACa,MAAM,CAACS,IAAI;UACtBjB,SAAS,GAAG,2BAA2B;UACvC;QACF;UACE;MACJ;MAEA,OAAOA,SAAS;IAClB;EAAC;IAAA2B,GAAA;IAAAC,KAAA,EAED,SAAAG,eAAA,EAAiB;MACf,IAAAC,WAAA,GAGI,IAAI,CAACF,KAAK;QAFZhB,sBAAsB,GAAAkB,WAAA,CAAtBlB,sBAAsB;QACtBR,OAAO,GAAA0B,WAAA,CAAP1B,OAAO;MAET,IAAI2B,IAAI;MAER,QAAQ3B,OAAO,CAACE,MAAM;QACpB,KAAKb,OAAO,CAACa,MAAM,CAAC0B,MAAM;UACxBD,IAAI,gBACFzC,KAAA,CAAA2C,aAAA,CAAA3C,KAAA,CAAA4C,QAAA,qBACE5C,KAAA,CAAA2C,aAAA;YACEnC,SAAS,EAAEN,UAAU,CACnB,IAAI,EACJ,uBAAuB,EACvB,iBACF,CAAE;YACF;UAAW,CACZ,CAAC,eACFF,KAAA,CAAA2C,aAAA;YACEnC,SAAS,EAAEN,UAAU,CAAC,SAAS;UAAE,GAEhCoB,sBACG,CACN,CACH;UACD;QACF;UACE;MACJ;MAEA,OAAOmB,IAAI;IACb;EAAC;IAAAN,GAAA;IAAAC,KAAA,EAED,SAAAS,OAAA,EAAS;MACP,IAAAC,YAAA,GAKI,IAAI,CAACR,KAAK;QAJZ9B,SAAS,GAAAsC,YAAA,CAATtC,SAAS;QACTH,EAAE,GAAAyC,YAAA,CAAFzC,EAAE;QACFM,cAAc,GAAAmC,YAAA,CAAdnC,cAAc;QACdF,OAAO,GAAAqC,YAAA,CAAPrC,OAAO;MAET,oBACET,KAAA,CAAA2C,aAAA;QACEnC,SAAS,EAAEN,UAAU,CACnB,kBAAkB,EAClB,IAAI,CAACmC,2BAA2B,CAAC,CAAC,EAClC7B,SACF,CAAE;QACFH,EAAE,EAAEA,EAAG;QACP,aAAU,QAAQ;QAClB,eAAY;MAAoB,GAE9BI,OAAO,gBACPT,KAAA,CAAA2C,aAAA,aAAO,CAAC,gBAGN3C,KAAA,CAAA2C,aAAA,CAAA3C,KAAA,CAAA4C,QAAA,QACG,IAAI,CAACL,cAAc,CAAC,CAAC,EACrB5B,cACD,CAEH,CAAC;IAEV;EAAC;EAAA,OAAAe,iBAAA;AAAA,EA/E6B1B,KAAK,CAAC+C,SAAS;AAkF/CrB,iBAAiB,CAACsB,SAAS,GAAG5C,UAAU;AACxCsB,iBAAiB,CAACH,YAAY,GAAGA,YAAY;AAE7C,eAAeG,iBAAiB"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","PropTypes","classNames","Variant","inputProps","id","string","isRequired","className","isValid","bool","invalidMessage","oneOfType","element","variant","shape","status","oneOf","Object","keys","map","k","variantIconDescription","defaultProps","undefined","INFO","ValidationMessage","_React$Component","_inherits","_super","_createSuper","_classCallCheck","apply","arguments","_createClass","key","value","getVariantFeedbackClassName","props","getVariantIcon","_this$props","icon","DANGER","createElement","Fragment","render","_this$props2","Component","propTypes"],"sources":["../../src/ValidationMessage/index.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n\nimport Variant from '../utils/constants';\n\nconst inputProps = {\n id: PropTypes.string.isRequired,\n\n className: PropTypes.string,\n isValid: PropTypes.bool,\n invalidMessage: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),\n variant: PropTypes.shape({\n status: PropTypes.oneOf(Object.keys(Variant.status).map(k => Variant.status[k])),\n }),\n variantIconDescription: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),\n};\n\nconst defaultProps = {\n className: undefined,\n isValid: true,\n invalidMessage: '',\n variant: {\n status: Variant.status.INFO,\n },\n variantIconDescription: '',\n};\n\nclass ValidationMessage extends React.Component {\n getVariantFeedbackClassName() {\n const { variant } = this.props;\n let className;\n\n switch (variant.status) {\n case Variant.status.INFO:\n className = 'invalid-feedback-nodanger';\n break;\n default:\n break;\n }\n\n return className;\n }\n\n getVariantIcon() {\n const {\n variantIconDescription,\n variant,\n } = this.props;\n let icon;\n\n switch (variant.status) {\n case Variant.status.DANGER:\n icon = (\n <>\n <span\n className={classNames(\n 'fa',\n 'fa-exclamation-circle',\n 'fa-icon-spacing',\n )}\n aria-hidden\n />\n <span\n className={classNames('sr-only')}\n >\n {variantIconDescription}\n </span>\n </>\n );\n break;\n default:\n break;\n }\n\n return icon;\n }\n\n render() {\n const {\n className,\n id,\n invalidMessage,\n isValid,\n } = this.props;\n return (\n <div\n className={classNames(\n 'invalid-feedback',\n this.getVariantFeedbackClassName(),\n className,\n )}\n id={id}\n aria-live=\"polite\"\n data-testid=\"validation-message\"\n >\n { isValid ? (\n <span />\n )\n : (\n <>\n {this.getVariantIcon()}\n {invalidMessage}\n </>\n )}\n </div>\n );\n }\n}\n\nValidationMessage.propTypes = inputProps;\nValidationMessage.defaultProps = defaultProps;\n\nexport default ValidationMessage;\n"],"mappings":"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","ignoreList":[]}
|
package/dist/asInput/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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 = ["className", "inputRef", "type", "isValid", "validator", "themes", "inline", "inputGroupPrepend", "inputGroupAppend", "label", "dangerIconDescription", "description", "validationMessage"];
|
|
3
3
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
4
|
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; }
|
|
@@ -6,14 +6,14 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
6
6
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
7
7
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
8
8
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
9
|
-
function _toPropertyKey(
|
|
10
|
-
function _toPrimitive(
|
|
9
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
10
|
+
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); }
|
|
11
11
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
12
12
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
13
13
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
14
14
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
15
15
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
16
|
-
function _isNativeReflectConstruct() {
|
|
16
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
17
17
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
18
18
|
/* eslint-disable react/no-unused-prop-types */
|
|
19
19
|
import React from 'react';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","PropTypes","classNames","newId","ValidationMessage","Variant","withDeprecatedProps","DeprTypes","getDisplayName","WrappedComponent","displayName","name","inputProps","label","oneOfType","string","element","isRequired","id","value","number","dangerIconDescription","description","disabled","bool","required","onChange","func","onKeyPress","onBlur","validator","isValid","validationMessage","className","themes","arrayOf","inline","inputGroupPrepend","inputGroupAppend","type","inputRef","shape","current","instanceOf","defaultProps","undefined","asInput","inputType","arguments","length","labelFirst","NewComponent","_React$Component","_inherits","_super","_createSuper","props","_this","_classCallCheck","call","handleChange","bind","_assertThisInitialized","handleBlur","handleKeyPress","renderInput","state","_createClass","key","componentDidUpdate","prevProps","updatedState","Object","keys","setState","event","target","checked","val","getLabel","createElement","concat","htmlFor","isGroupedInput","getDescriptions","errorId","descriptionId","desc","error","invalidMessage","variant","status","hasDangerTheme","DANGER","INFO","variantIconDescription","describedBy","trim","getAddons","_ref","_this2","addonElements","Array","isArray","map","addon","index","cloneElement","generateInputGroupAddonKey","prefix","indexOf","_ref2","_this$props","others","_objectWithoutProperties","_excluded","_extends","renderInputGroupAppend","renderInputGroupPrepend","render","_this$getDescriptions","Component","propTypes","deprType","FORMAT","expect","transform","join","message","ariaLabel","MOVED","newName"],"sources":["../../src/asInput/index.jsx"],"sourcesContent":["/* eslint-disable react/no-unused-prop-types */\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n\nimport newId from '../utils/newId';\nimport ValidationMessage from '../ValidationMessage/index';\nimport Variant from '../utils/constants';\nimport withDeprecatedProps, { DeprTypes } from '../withDeprecatedProps';\n\nexport const getDisplayName = WrappedComponent => WrappedComponent.displayName || WrappedComponent.name || 'Component';\n\nexport const inputProps = {\n label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]).isRequired,\n name: PropTypes.string.isRequired,\n id: PropTypes.string,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n dangerIconDescription: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),\n description: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.element,\n ]),\n disabled: PropTypes.bool,\n required: PropTypes.bool,\n onChange: PropTypes.func,\n onKeyPress: PropTypes.func,\n onBlur: PropTypes.func,\n validator: PropTypes.func,\n isValid: PropTypes.bool,\n validationMessage: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),\n className: PropTypes.string,\n themes: PropTypes.arrayOf(PropTypes.string),\n inline: PropTypes.bool,\n inputGroupPrepend: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.element), PropTypes.element]),\n inputGroupAppend: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.element), PropTypes.element]),\n type: PropTypes.string,\n inputRef: PropTypes.oneOfType([\n PropTypes.func,\n PropTypes.shape({ current: PropTypes.instanceOf(PropTypes.element) }),\n ]),\n};\n\nexport const defaultProps = {\n onChange: () => {},\n onBlur: () => {},\n onKeyPress: () => {},\n id: undefined,\n value: '',\n dangerIconDescription: '',\n description: undefined,\n disabled: false,\n required: false,\n validator: undefined,\n isValid: true,\n validationMessage: '',\n className: undefined,\n themes: [],\n inline: false,\n inputGroupPrepend: undefined,\n inputGroupAppend: undefined,\n type: undefined,\n inputRef: undefined,\n};\n\nconst asInput = (WrappedComponent, inputType = undefined, labelFirst = true) => {\n class NewComponent extends React.Component {\n constructor(props) {\n super(props);\n this.handleChange = this.handleChange.bind(this);\n this.handleBlur = this.handleBlur.bind(this);\n this.handleKeyPress = this.handleKeyPress.bind(this);\n this.renderInput = this.renderInput.bind(this);\n\n const id = this.props.id ? this.props.id : newId('asInput');\n const isValid = this.props.validator ? true : this.props.isValid;\n const validationMessage = this.props.validator ? '' : this.props.validationMessage;\n const dangerIconDescription = this.props.validator ? '' : this.props.dangerIconDescription;\n this.state = {\n id,\n value: this.props.value,\n isValid,\n validationMessage,\n dangerIconDescription,\n };\n }\n\n /* eslint-disable react/no-did-update-set-state */\n componentDidUpdate(prevProps) {\n const updatedState = {};\n if (this.props.value !== prevProps.value) {\n updatedState.value = this.props.value;\n }\n if (this.props.isValid !== prevProps.isValid && !this.props.validator) {\n updatedState.isValid = this.props.isValid;\n }\n if (this.props.validationMessage !== prevProps.validationMessage && !this.props.validator) {\n updatedState.validationMessage = this.props.validationMessage;\n }\n if (this.props.dangerIconDescription !== prevProps.dangerIconDescription\n && !this.props.validator) {\n updatedState.dangerIconDescription = this.props.dangerIconDescription;\n }\n // If validator goes away, revert to props\n if (this.props.validator !== prevProps.validator && !this.props.validator) {\n updatedState.isValid = this.props.isValid;\n updatedState.validationMessage = this.props.validationMessage;\n updatedState.dangerIconDescription = this.props.dangerIconDescription;\n }\n if (Object.keys(updatedState).length > 0) {\n this.setState(updatedState);\n }\n }\n\n handleChange(event) {\n this.setState({ value: event.target.value });\n\n this.props.onChange(\n event.target.type === 'checkbox' ? event.target.checked : event.target.value,\n this.props.name,\n );\n }\n\n handleKeyPress(event) {\n this.props.onKeyPress(event, this.props.name);\n }\n\n handleBlur(event) {\n const val = event.target.value;\n\n if (this.props.validator) {\n this.setState(this.props.validator(val));\n }\n this.props.onBlur(val, this.props.name);\n }\n\n getLabel() {\n return (\n // eslint-disable-next-line jsx-a11y/label-has-for\n <label\n id={`label-${this.state.id}`}\n htmlFor={this.state.id}\n className={classNames({\n 'form-check-label': this.isGroupedInput(),\n })}\n >\n {this.props.label}\n </label>\n );\n }\n\n getDescriptions() {\n // possible future work: multiple feedback msgs?\n const errorId = `error-${this.state.id}`;\n const descriptionId = `description-${this.state.id}`;\n const desc = {};\n\n // TODO: refactor this component to use Variants instead of the themes array.\n desc.error = (\n <ValidationMessage\n id={errorId}\n isValid={this.state.isValid}\n invalidMessage={this.state.validationMessage}\n variant={{\n status: this.hasDangerTheme() ? Variant.status.DANGER : Variant.status.INFO,\n }}\n variantIconDescription={this.state.dangerIconDescription}\n />\n );\n desc.describedBy = errorId;\n\n if (this.props.description) {\n desc.description = (\n <small className=\"form-text\" id={descriptionId} key=\"1\">\n {this.props.description}\n </small>\n );\n desc.describedBy = `${desc.describedBy} ${descriptionId}`.trim();\n }\n\n return desc;\n }\n\n getAddons({ addonElements, type }) {\n if (Array.isArray(addonElements)) {\n return addonElements.map((addon, index) => React.cloneElement(\n addon,\n { key: this.generateInputGroupAddonKey({ prefix: type, index }) },\n ));\n }\n return addonElements;\n }\n\n hasDangerTheme() {\n return this.props.themes.indexOf('danger') >= 0;\n }\n\n isGroupedInput() {\n switch (inputType) {\n case 'checkbox':\n return true;\n default:\n return false;\n }\n }\n\n generateInputGroupAddonKey({ prefix, index }) {\n return `${this.state.id}-${prefix}-${index}`;\n }\n\n renderInput(describedBy) {\n const {\n className,\n inputRef,\n type,\n isValid,\n // unused\n validator,\n themes,\n inline,\n inputGroupPrepend,\n inputGroupAppend,\n label,\n dangerIconDescription,\n description,\n validationMessage,\n ...others\n } = this.props;\n\n return (\n <WrappedComponent\n {...others}\n id={this.state.id}\n value={this.state.value}\n className={classNames(\n {\n 'form-control': !this.isGroupedInput(),\n 'form-check-input': this.isGroupedInput(),\n 'is-invalid': !this.state.isValid,\n 'is-invalid-nodanger': !this.hasDangerTheme(),\n },\n className,\n )}\n aria-describedby={describedBy}\n aria-invalid={!isValid}\n onChange={this.handleChange}\n onBlur={this.handleBlur}\n onKeyPress={this.handleKeyPress}\n type={type}\n inputRef={inputRef}\n />\n );\n }\n\n renderInputGroupAppend() {\n return (\n <div className=\"input-group-append\">\n {this.getAddons({ type: 'append', addonElements: this.props.inputGroupAppend })}\n </div>\n );\n }\n\n renderInputGroupPrepend() {\n return (\n <div className=\"input-group-prepend\">\n {this.getAddons({ type: 'prepend', addonElements: this.props.inputGroupPrepend })}\n </div>\n );\n }\n\n render() {\n const { description, error, describedBy } = this.getDescriptions();\n return (\n <div className={classNames({\n 'form-group': !this.isGroupedInput(),\n 'form-inline': !this.isGroupedInput() && this.props.inline,\n 'form-check': this.isGroupedInput(),\n })}\n >\n {labelFirst && this.getLabel()}\n {this.props.inputGroupPrepend || this.props.inputGroupAppend ? (\n <div className={classNames('input-group')} data-testid=\"input-group\">\n {this.renderInputGroupPrepend()}\n {this.renderInput(describedBy)}\n {this.renderInputGroupAppend()}\n </div>\n ) : this.renderInput(describedBy)}\n {!labelFirst && this.getLabel()}\n {error}\n {description}\n </div>\n );\n }\n }\n\n NewComponent.displayName = `asInput(${getDisplayName(WrappedComponent)})`;\n\n NewComponent.propTypes = inputProps;\n\n NewComponent.defaultProps = defaultProps;\n\n return withDeprecatedProps(NewComponent, 'asInput', {\n className: {\n deprType: DeprTypes.FORMAT,\n expect: value => typeof value === 'string',\n transform: value => (Array.isArray(value) ? value.join(' ') : value),\n message: 'It should be a string.',\n },\n ariaLabel: {\n deprType: DeprTypes.MOVED,\n newName: 'aria-label',\n },\n });\n};\n\nexport default asInput;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","PropTypes","classNames","newId","ValidationMessage","Variant","withDeprecatedProps","DeprTypes","getDisplayName","WrappedComponent","displayName","name","inputProps","label","oneOfType","string","element","isRequired","id","value","number","dangerIconDescription","description","disabled","bool","required","onChange","func","onKeyPress","onBlur","validator","isValid","validationMessage","className","themes","arrayOf","inline","inputGroupPrepend","inputGroupAppend","type","inputRef","shape","current","instanceOf","defaultProps","undefined","asInput","inputType","arguments","length","labelFirst","NewComponent","_React$Component","_inherits","_super","_createSuper","props","_this","_classCallCheck","call","handleChange","bind","_assertThisInitialized","handleBlur","handleKeyPress","renderInput","state","_createClass","key","componentDidUpdate","prevProps","updatedState","Object","keys","setState","event","target","checked","val","getLabel","createElement","concat","htmlFor","isGroupedInput","getDescriptions","errorId","descriptionId","desc","error","invalidMessage","variant","status","hasDangerTheme","DANGER","INFO","variantIconDescription","describedBy","trim","getAddons","_ref","_this2","addonElements","Array","isArray","map","addon","index","cloneElement","generateInputGroupAddonKey","prefix","indexOf","_ref2","_this$props","others","_objectWithoutProperties","_excluded","_extends","renderInputGroupAppend","renderInputGroupPrepend","render","_this$getDescriptions","Component","propTypes","deprType","FORMAT","expect","transform","join","message","ariaLabel","MOVED","newName"],"sources":["../../src/asInput/index.jsx"],"sourcesContent":["/* eslint-disable react/no-unused-prop-types */\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n\nimport newId from '../utils/newId';\nimport ValidationMessage from '../ValidationMessage/index';\nimport Variant from '../utils/constants';\nimport withDeprecatedProps, { DeprTypes } from '../withDeprecatedProps';\n\nexport const getDisplayName = WrappedComponent => WrappedComponent.displayName || WrappedComponent.name || 'Component';\n\nexport const inputProps = {\n label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]).isRequired,\n name: PropTypes.string.isRequired,\n id: PropTypes.string,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n dangerIconDescription: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),\n description: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.element,\n ]),\n disabled: PropTypes.bool,\n required: PropTypes.bool,\n onChange: PropTypes.func,\n onKeyPress: PropTypes.func,\n onBlur: PropTypes.func,\n validator: PropTypes.func,\n isValid: PropTypes.bool,\n validationMessage: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),\n className: PropTypes.string,\n themes: PropTypes.arrayOf(PropTypes.string),\n inline: PropTypes.bool,\n inputGroupPrepend: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.element), PropTypes.element]),\n inputGroupAppend: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.element), PropTypes.element]),\n type: PropTypes.string,\n inputRef: PropTypes.oneOfType([\n PropTypes.func,\n PropTypes.shape({ current: PropTypes.instanceOf(PropTypes.element) }),\n ]),\n};\n\nexport const defaultProps = {\n onChange: () => {},\n onBlur: () => {},\n onKeyPress: () => {},\n id: undefined,\n value: '',\n dangerIconDescription: '',\n description: undefined,\n disabled: false,\n required: false,\n validator: undefined,\n isValid: true,\n validationMessage: '',\n className: undefined,\n themes: [],\n inline: false,\n inputGroupPrepend: undefined,\n inputGroupAppend: undefined,\n type: undefined,\n inputRef: undefined,\n};\n\nconst asInput = (WrappedComponent, inputType = undefined, labelFirst = true) => {\n class NewComponent extends React.Component {\n constructor(props) {\n super(props);\n this.handleChange = this.handleChange.bind(this);\n this.handleBlur = this.handleBlur.bind(this);\n this.handleKeyPress = this.handleKeyPress.bind(this);\n this.renderInput = this.renderInput.bind(this);\n\n const id = this.props.id ? this.props.id : newId('asInput');\n const isValid = this.props.validator ? true : this.props.isValid;\n const validationMessage = this.props.validator ? '' : this.props.validationMessage;\n const dangerIconDescription = this.props.validator ? '' : this.props.dangerIconDescription;\n this.state = {\n id,\n value: this.props.value,\n isValid,\n validationMessage,\n dangerIconDescription,\n };\n }\n\n /* eslint-disable react/no-did-update-set-state */\n componentDidUpdate(prevProps) {\n const updatedState = {};\n if (this.props.value !== prevProps.value) {\n updatedState.value = this.props.value;\n }\n if (this.props.isValid !== prevProps.isValid && !this.props.validator) {\n updatedState.isValid = this.props.isValid;\n }\n if (this.props.validationMessage !== prevProps.validationMessage && !this.props.validator) {\n updatedState.validationMessage = this.props.validationMessage;\n }\n if (this.props.dangerIconDescription !== prevProps.dangerIconDescription\n && !this.props.validator) {\n updatedState.dangerIconDescription = this.props.dangerIconDescription;\n }\n // If validator goes away, revert to props\n if (this.props.validator !== prevProps.validator && !this.props.validator) {\n updatedState.isValid = this.props.isValid;\n updatedState.validationMessage = this.props.validationMessage;\n updatedState.dangerIconDescription = this.props.dangerIconDescription;\n }\n if (Object.keys(updatedState).length > 0) {\n this.setState(updatedState);\n }\n }\n\n handleChange(event) {\n this.setState({ value: event.target.value });\n\n this.props.onChange(\n event.target.type === 'checkbox' ? event.target.checked : event.target.value,\n this.props.name,\n );\n }\n\n handleKeyPress(event) {\n this.props.onKeyPress(event, this.props.name);\n }\n\n handleBlur(event) {\n const val = event.target.value;\n\n if (this.props.validator) {\n this.setState(this.props.validator(val));\n }\n this.props.onBlur(val, this.props.name);\n }\n\n getLabel() {\n return (\n // eslint-disable-next-line jsx-a11y/label-has-for\n <label\n id={`label-${this.state.id}`}\n htmlFor={this.state.id}\n className={classNames({\n 'form-check-label': this.isGroupedInput(),\n })}\n >\n {this.props.label}\n </label>\n );\n }\n\n getDescriptions() {\n // possible future work: multiple feedback msgs?\n const errorId = `error-${this.state.id}`;\n const descriptionId = `description-${this.state.id}`;\n const desc = {};\n\n // TODO: refactor this component to use Variants instead of the themes array.\n desc.error = (\n <ValidationMessage\n id={errorId}\n isValid={this.state.isValid}\n invalidMessage={this.state.validationMessage}\n variant={{\n status: this.hasDangerTheme() ? Variant.status.DANGER : Variant.status.INFO,\n }}\n variantIconDescription={this.state.dangerIconDescription}\n />\n );\n desc.describedBy = errorId;\n\n if (this.props.description) {\n desc.description = (\n <small className=\"form-text\" id={descriptionId} key=\"1\">\n {this.props.description}\n </small>\n );\n desc.describedBy = `${desc.describedBy} ${descriptionId}`.trim();\n }\n\n return desc;\n }\n\n getAddons({ addonElements, type }) {\n if (Array.isArray(addonElements)) {\n return addonElements.map((addon, index) => React.cloneElement(\n addon,\n { key: this.generateInputGroupAddonKey({ prefix: type, index }) },\n ));\n }\n return addonElements;\n }\n\n hasDangerTheme() {\n return this.props.themes.indexOf('danger') >= 0;\n }\n\n isGroupedInput() {\n switch (inputType) {\n case 'checkbox':\n return true;\n default:\n return false;\n }\n }\n\n generateInputGroupAddonKey({ prefix, index }) {\n return `${this.state.id}-${prefix}-${index}`;\n }\n\n renderInput(describedBy) {\n const {\n className,\n inputRef,\n type,\n isValid,\n // unused\n validator,\n themes,\n inline,\n inputGroupPrepend,\n inputGroupAppend,\n label,\n dangerIconDescription,\n description,\n validationMessage,\n ...others\n } = this.props;\n\n return (\n <WrappedComponent\n {...others}\n id={this.state.id}\n value={this.state.value}\n className={classNames(\n {\n 'form-control': !this.isGroupedInput(),\n 'form-check-input': this.isGroupedInput(),\n 'is-invalid': !this.state.isValid,\n 'is-invalid-nodanger': !this.hasDangerTheme(),\n },\n className,\n )}\n aria-describedby={describedBy}\n aria-invalid={!isValid}\n onChange={this.handleChange}\n onBlur={this.handleBlur}\n onKeyPress={this.handleKeyPress}\n type={type}\n inputRef={inputRef}\n />\n );\n }\n\n renderInputGroupAppend() {\n return (\n <div className=\"input-group-append\">\n {this.getAddons({ type: 'append', addonElements: this.props.inputGroupAppend })}\n </div>\n );\n }\n\n renderInputGroupPrepend() {\n return (\n <div className=\"input-group-prepend\">\n {this.getAddons({ type: 'prepend', addonElements: this.props.inputGroupPrepend })}\n </div>\n );\n }\n\n render() {\n const { description, error, describedBy } = this.getDescriptions();\n return (\n <div className={classNames({\n 'form-group': !this.isGroupedInput(),\n 'form-inline': !this.isGroupedInput() && this.props.inline,\n 'form-check': this.isGroupedInput(),\n })}\n >\n {labelFirst && this.getLabel()}\n {this.props.inputGroupPrepend || this.props.inputGroupAppend ? (\n <div className={classNames('input-group')} data-testid=\"input-group\">\n {this.renderInputGroupPrepend()}\n {this.renderInput(describedBy)}\n {this.renderInputGroupAppend()}\n </div>\n ) : this.renderInput(describedBy)}\n {!labelFirst && this.getLabel()}\n {error}\n {description}\n </div>\n );\n }\n }\n\n NewComponent.displayName = `asInput(${getDisplayName(WrappedComponent)})`;\n\n NewComponent.propTypes = inputProps;\n\n NewComponent.defaultProps = defaultProps;\n\n return withDeprecatedProps(NewComponent, 'asInput', {\n className: {\n deprType: DeprTypes.FORMAT,\n expect: value => typeof value === 'string',\n transform: value => (Array.isArray(value) ? value.join(' ') : value),\n message: 'It should be a string.',\n },\n ariaLabel: {\n deprType: DeprTypes.MOVED,\n newName: 'aria-label',\n },\n });\n};\n\nexport default asInput;\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AAEnC,OAAOC,KAAK,MAAM,gBAAgB;AAClC,OAAOC,iBAAiB,MAAM,4BAA4B;AAC1D,OAAOC,OAAO,MAAM,oBAAoB;AACxC,OAAOC,mBAAmB,IAAIC,SAAS,QAAQ,wBAAwB;AAEvE,OAAO,IAAMC,cAAc,GAAG,SAAjBA,cAAcA,CAAGC,gBAAgB;EAAA,OAAIA,gBAAgB,CAACC,WAAW,IAAID,gBAAgB,CAACE,IAAI,IAAI,WAAW;AAAA;AAEtH,OAAO,IAAMC,UAAU,GAAG;EACxBC,KAAK,EAAEZ,SAAS,CAACa,SAAS,CAAC,CAACb,SAAS,CAACc,MAAM,EAAEd,SAAS,CAACe,OAAO,CAAC,CAAC,CAACC,UAAU;EAC5EN,IAAI,EAAEV,SAAS,CAACc,MAAM,CAACE,UAAU;EACjCC,EAAE,EAAEjB,SAAS,CAACc,MAAM;EACpBI,KAAK,EAAElB,SAAS,CAACa,SAAS,CAAC,CAACb,SAAS,CAACc,MAAM,EAAEd,SAAS,CAACmB,MAAM,CAAC,CAAC;EAChEC,qBAAqB,EAAEpB,SAAS,CAACa,SAAS,CAAC,CAACb,SAAS,CAACc,MAAM,EAAEd,SAAS,CAACe,OAAO,CAAC,CAAC;EACjFM,WAAW,EAAErB,SAAS,CAACa,SAAS,CAAC,CAC/Bb,SAAS,CAACc,MAAM,EAChBd,SAAS,CAACe,OAAO,CAClB,CAAC;EACFO,QAAQ,EAAEtB,SAAS,CAACuB,IAAI;EACxBC,QAAQ,EAAExB,SAAS,CAACuB,IAAI;EACxBE,QAAQ,EAAEzB,SAAS,CAAC0B,IAAI;EACxBC,UAAU,EAAE3B,SAAS,CAAC0B,IAAI;EAC1BE,MAAM,EAAE5B,SAAS,CAAC0B,IAAI;EACtBG,SAAS,EAAE7B,SAAS,CAAC0B,IAAI;EACzBI,OAAO,EAAE9B,SAAS,CAACuB,IAAI;EACvBQ,iBAAiB,EAAE/B,SAAS,CAACa,SAAS,CAAC,CAACb,SAAS,CAACc,MAAM,EAAEd,SAAS,CAACe,OAAO,CAAC,CAAC;EAC7EiB,SAAS,EAAEhC,SAAS,CAACc,MAAM;EAC3BmB,MAAM,EAAEjC,SAAS,CAACkC,OAAO,CAAClC,SAAS,CAACc,MAAM,CAAC;EAC3CqB,MAAM,EAAEnC,SAAS,CAACuB,IAAI;EACtBa,iBAAiB,EAAEpC,SAAS,CAACa,SAAS,CAAC,CAACb,SAAS,CAACkC,OAAO,CAAClC,SAAS,CAACe,OAAO,CAAC,EAAEf,SAAS,CAACe,OAAO,CAAC,CAAC;EACjGsB,gBAAgB,EAAErC,SAAS,CAACa,SAAS,CAAC,CAACb,SAAS,CAACkC,OAAO,CAAClC,SAAS,CAACe,OAAO,CAAC,EAAEf,SAAS,CAACe,OAAO,CAAC,CAAC;EAChGuB,IAAI,EAAEtC,SAAS,CAACc,MAAM;EACtByB,QAAQ,EAAEvC,SAAS,CAACa,SAAS,CAAC,CAC5Bb,SAAS,CAAC0B,IAAI,EACd1B,SAAS,CAACwC,KAAK,CAAC;IAAEC,OAAO,EAAEzC,SAAS,CAAC0C,UAAU,CAAC1C,SAAS,CAACe,OAAO;EAAE,CAAC,CAAC,CACtE;AACH,CAAC;AAED,OAAO,IAAM4B,YAAY,GAAG;EAC1BlB,QAAQ,EAAE,SAAAA,SAAA,EAAM,CAAC,CAAC;EAClBG,MAAM,EAAE,SAAAA,OAAA,EAAM,CAAC,CAAC;EAChBD,UAAU,EAAE,SAAAA,WAAA,EAAM,CAAC,CAAC;EACpBV,EAAE,EAAE2B,SAAS;EACb1B,KAAK,EAAE,EAAE;EACTE,qBAAqB,EAAE,EAAE;EACzBC,WAAW,EAAEuB,SAAS;EACtBtB,QAAQ,EAAE,KAAK;EACfE,QAAQ,EAAE,KAAK;EACfK,SAAS,EAAEe,SAAS;EACpBd,OAAO,EAAE,IAAI;EACbC,iBAAiB,EAAE,EAAE;EACrBC,SAAS,EAAEY,SAAS;EACpBX,MAAM,EAAE,EAAE;EACVE,MAAM,EAAE,KAAK;EACbC,iBAAiB,EAAEQ,SAAS;EAC5BP,gBAAgB,EAAEO,SAAS;EAC3BN,IAAI,EAAEM,SAAS;EACfL,QAAQ,EAAEK;AACZ,CAAC;AAED,IAAMC,OAAO,GAAG,SAAVA,OAAOA,CAAIrC,gBAAgB,EAA+C;EAAA,IAA7CsC,SAAS,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAH,SAAA,GAAAG,SAAA,MAAGH,SAAS;EAAA,IAAEK,UAAU,GAAAF,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAH,SAAA,GAAAG,SAAA,MAAG,IAAI;EAAA,IACnEG,YAAY,0BAAAC,gBAAA;IAAAC,SAAA,CAAAF,YAAA,EAAAC,gBAAA;IAAA,IAAAE,MAAA,GAAAC,YAAA,CAAAJ,YAAA;IAChB,SAAAA,aAAYK,KAAK,EAAE;MAAA,IAAAC,KAAA;MAAAC,eAAA,OAAAP,YAAA;MACjBM,KAAA,GAAAH,MAAA,CAAAK,IAAA,OAAMH,KAAK;MACXC,KAAA,CAAKG,YAAY,GAAGH,KAAA,CAAKG,YAAY,CAACC,IAAI,CAAAC,sBAAA,CAAAL,KAAA,CAAK,CAAC;MAChDA,KAAA,CAAKM,UAAU,GAAGN,KAAA,CAAKM,UAAU,CAACF,IAAI,CAAAC,sBAAA,CAAAL,KAAA,CAAK,CAAC;MAC5CA,KAAA,CAAKO,cAAc,GAAGP,KAAA,CAAKO,cAAc,CAACH,IAAI,CAAAC,sBAAA,CAAAL,KAAA,CAAK,CAAC;MACpDA,KAAA,CAAKQ,WAAW,GAAGR,KAAA,CAAKQ,WAAW,CAACJ,IAAI,CAAAC,sBAAA,CAAAL,KAAA,CAAK,CAAC;MAE9C,IAAMvC,EAAE,GAAGuC,KAAA,CAAKD,KAAK,CAACtC,EAAE,GAAGuC,KAAA,CAAKD,KAAK,CAACtC,EAAE,GAAGf,KAAK,CAAC,SAAS,CAAC;MAC3D,IAAM4B,OAAO,GAAG0B,KAAA,CAAKD,KAAK,CAAC1B,SAAS,GAAG,IAAI,GAAG2B,KAAA,CAAKD,KAAK,CAACzB,OAAO;MAChE,IAAMC,iBAAiB,GAAGyB,KAAA,CAAKD,KAAK,CAAC1B,SAAS,GAAG,EAAE,GAAG2B,KAAA,CAAKD,KAAK,CAACxB,iBAAiB;MAClF,IAAMX,qBAAqB,GAAGoC,KAAA,CAAKD,KAAK,CAAC1B,SAAS,GAAG,EAAE,GAAG2B,KAAA,CAAKD,KAAK,CAACnC,qBAAqB;MAC1FoC,KAAA,CAAKS,KAAK,GAAG;QACXhD,EAAE,EAAFA,EAAE;QACFC,KAAK,EAAEsC,KAAA,CAAKD,KAAK,CAACrC,KAAK;QACvBY,OAAO,EAAPA,OAAO;QACPC,iBAAiB,EAAjBA,iBAAiB;QACjBX,qBAAqB,EAArBA;MACF,CAAC;MAAC,OAAAoC,KAAA;IACJ;;IAEA;IAAAU,YAAA,CAAAhB,YAAA;MAAAiB,GAAA;MAAAjD,KAAA,EACA,SAAAkD,mBAAmBC,SAAS,EAAE;QAC5B,IAAMC,YAAY,GAAG,CAAC,CAAC;QACvB,IAAI,IAAI,CAACf,KAAK,CAACrC,KAAK,KAAKmD,SAAS,CAACnD,KAAK,EAAE;UACxCoD,YAAY,CAACpD,KAAK,GAAG,IAAI,CAACqC,KAAK,CAACrC,KAAK;QACvC;QACA,IAAI,IAAI,CAACqC,KAAK,CAACzB,OAAO,KAAKuC,SAAS,CAACvC,OAAO,IAAI,CAAC,IAAI,CAACyB,KAAK,CAAC1B,SAAS,EAAE;UACrEyC,YAAY,CAACxC,OAAO,GAAG,IAAI,CAACyB,KAAK,CAACzB,OAAO;QAC3C;QACA,IAAI,IAAI,CAACyB,KAAK,CAACxB,iBAAiB,KAAKsC,SAAS,CAACtC,iBAAiB,IAAI,CAAC,IAAI,CAACwB,KAAK,CAAC1B,SAAS,EAAE;UACzFyC,YAAY,CAACvC,iBAAiB,GAAG,IAAI,CAACwB,KAAK,CAACxB,iBAAiB;QAC/D;QACA,IAAI,IAAI,CAACwB,KAAK,CAACnC,qBAAqB,KAAKiD,SAAS,CAACjD,qBAAqB,IACjE,CAAC,IAAI,CAACmC,KAAK,CAAC1B,SAAS,EAAE;UAC5ByC,YAAY,CAAClD,qBAAqB,GAAG,IAAI,CAACmC,KAAK,CAACnC,qBAAqB;QACvE;QACA;QACA,IAAI,IAAI,CAACmC,KAAK,CAAC1B,SAAS,KAAKwC,SAAS,CAACxC,SAAS,IAAI,CAAC,IAAI,CAAC0B,KAAK,CAAC1B,SAAS,EAAE;UACzEyC,YAAY,CAACxC,OAAO,GAAG,IAAI,CAACyB,KAAK,CAACzB,OAAO;UACzCwC,YAAY,CAACvC,iBAAiB,GAAG,IAAI,CAACwB,KAAK,CAACxB,iBAAiB;UAC7DuC,YAAY,CAAClD,qBAAqB,GAAG,IAAI,CAACmC,KAAK,CAACnC,qBAAqB;QACvE;QACA,IAAImD,MAAM,CAACC,IAAI,CAACF,YAAY,CAAC,CAACtB,MAAM,GAAG,CAAC,EAAE;UACxC,IAAI,CAACyB,QAAQ,CAACH,YAAY,CAAC;QAC7B;MACF;IAAC;MAAAH,GAAA;MAAAjD,KAAA,EAED,SAAAyC,aAAae,KAAK,EAAE;QAClB,IAAI,CAACD,QAAQ,CAAC;UAAEvD,KAAK,EAAEwD,KAAK,CAACC,MAAM,CAACzD;QAAM,CAAC,CAAC;QAE5C,IAAI,CAACqC,KAAK,CAAC9B,QAAQ,CACjBiD,KAAK,CAACC,MAAM,CAACrC,IAAI,KAAK,UAAU,GAAGoC,KAAK,CAACC,MAAM,CAACC,OAAO,GAAGF,KAAK,CAACC,MAAM,CAACzD,KAAK,EAC5E,IAAI,CAACqC,KAAK,CAAC7C,IACb,CAAC;MACH;IAAC;MAAAyD,GAAA;MAAAjD,KAAA,EAED,SAAA6C,eAAeW,KAAK,EAAE;QACpB,IAAI,CAACnB,KAAK,CAAC5B,UAAU,CAAC+C,KAAK,EAAE,IAAI,CAACnB,KAAK,CAAC7C,IAAI,CAAC;MAC/C;IAAC;MAAAyD,GAAA;MAAAjD,KAAA,EAED,SAAA4C,WAAWY,KAAK,EAAE;QAChB,IAAMG,GAAG,GAAGH,KAAK,CAACC,MAAM,CAACzD,KAAK;QAE9B,IAAI,IAAI,CAACqC,KAAK,CAAC1B,SAAS,EAAE;UACxB,IAAI,CAAC4C,QAAQ,CAAC,IAAI,CAAClB,KAAK,CAAC1B,SAAS,CAACgD,GAAG,CAAC,CAAC;QAC1C;QACA,IAAI,CAACtB,KAAK,CAAC3B,MAAM,CAACiD,GAAG,EAAE,IAAI,CAACtB,KAAK,CAAC7C,IAAI,CAAC;MACzC;IAAC;MAAAyD,GAAA;MAAAjD,KAAA,EAED,SAAA4D,SAAA,EAAW;QACT;UAAA;UACE;UACA/E,KAAA,CAAAgF,aAAA;YACE9D,EAAE,WAAA+D,MAAA,CAAW,IAAI,CAACf,KAAK,CAAChD,EAAE,CAAG;YAC7BgE,OAAO,EAAE,IAAI,CAAChB,KAAK,CAAChD,EAAG;YACvBe,SAAS,EAAE/B,UAAU,CAAC;cACpB,kBAAkB,EAAE,IAAI,CAACiF,cAAc,CAAC;YAC1C,CAAC;UAAE,GAEF,IAAI,CAAC3B,KAAK,CAAC3C,KACP;QAAC;MAEZ;IAAC;MAAAuD,GAAA;MAAAjD,KAAA,EAED,SAAAiE,gBAAA,EAAkB;QAChB;QACA,IAAMC,OAAO,YAAAJ,MAAA,CAAY,IAAI,CAACf,KAAK,CAAChD,EAAE,CAAE;QACxC,IAAMoE,aAAa,kBAAAL,MAAA,CAAkB,IAAI,CAACf,KAAK,CAAChD,EAAE,CAAE;QACpD,IAAMqE,IAAI,GAAG,CAAC,CAAC;;QAEf;QACAA,IAAI,CAACC,KAAK,gBACRxF,KAAA,CAAAgF,aAAA,CAAC5E,iBAAiB;UAChBc,EAAE,EAAEmE,OAAQ;UACZtD,OAAO,EAAE,IAAI,CAACmC,KAAK,CAACnC,OAAQ;UAC5B0D,cAAc,EAAE,IAAI,CAACvB,KAAK,CAAClC,iBAAkB;UAC7C0D,OAAO,EAAE;YACPC,MAAM,EAAE,IAAI,CAACC,cAAc,CAAC,CAAC,GAAGvF,OAAO,CAACsF,MAAM,CAACE,MAAM,GAAGxF,OAAO,CAACsF,MAAM,CAACG;UACzE,CAAE;UACFC,sBAAsB,EAAE,IAAI,CAAC7B,KAAK,CAAC7C;QAAsB,CAC1D,CACF;QACDkE,IAAI,CAACS,WAAW,GAAGX,OAAO;QAE1B,IAAI,IAAI,CAAC7B,KAAK,CAAClC,WAAW,EAAE;UAC1BiE,IAAI,CAACjE,WAAW,gBACdtB,KAAA,CAAAgF,aAAA;YAAO/C,SAAS,EAAC,WAAW;YAACf,EAAE,EAAEoE,aAAc;YAAClB,GAAG,EAAC;UAAG,GACpD,IAAI,CAACZ,KAAK,CAAClC,WACP,CACR;UACDiE,IAAI,CAACS,WAAW,GAAG,GAAAf,MAAA,CAAGM,IAAI,CAACS,WAAW,OAAAf,MAAA,CAAIK,aAAa,EAAGW,IAAI,CAAC,CAAC;QAClE;QAEA,OAAOV,IAAI;MACb;IAAC;MAAAnB,GAAA;MAAAjD,KAAA,EAED,SAAA+E,UAAAC,IAAA,EAAmC;QAAA,IAAAC,MAAA;QAAA,IAAvBC,aAAa,GAAAF,IAAA,CAAbE,aAAa;UAAE9D,IAAI,GAAA4D,IAAA,CAAJ5D,IAAI;QAC7B,IAAI+D,KAAK,CAACC,OAAO,CAACF,aAAa,CAAC,EAAE;UAChC,OAAOA,aAAa,CAACG,GAAG,CAAC,UAACC,KAAK,EAAEC,KAAK;YAAA,oBAAK1G,KAAK,CAAC2G,YAAY,CAC3DF,KAAK,EACL;cAAErC,GAAG,EAAEgC,MAAI,CAACQ,0BAA0B,CAAC;gBAAEC,MAAM,EAAEtE,IAAI;gBAAEmE,KAAK,EAALA;cAAM,CAAC;YAAE,CAClE,CAAC;UAAA,EAAC;QACJ;QACA,OAAOL,aAAa;MACtB;IAAC;MAAAjC,GAAA;MAAAjD,KAAA,EAED,SAAAyE,eAAA,EAAiB;QACf,OAAO,IAAI,CAACpC,KAAK,CAACtB,MAAM,CAAC4E,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC;MACjD;IAAC;MAAA1C,GAAA;MAAAjD,KAAA,EAED,SAAAgE,eAAA,EAAiB;QACf,QAAQpC,SAAS;UACf,KAAK,UAAU;YACb,OAAO,IAAI;UACb;YACE,OAAO,KAAK;QAChB;MACF;IAAC;MAAAqB,GAAA;MAAAjD,KAAA,EAED,SAAAyF,2BAAAG,KAAA,EAA8C;QAAA,IAAjBF,MAAM,GAAAE,KAAA,CAANF,MAAM;UAAEH,KAAK,GAAAK,KAAA,CAALL,KAAK;QACxC,UAAAzB,MAAA,CAAU,IAAI,CAACf,KAAK,CAAChD,EAAE,OAAA+D,MAAA,CAAI4B,MAAM,OAAA5B,MAAA,CAAIyB,KAAK;MAC5C;IAAC;MAAAtC,GAAA;MAAAjD,KAAA,EAED,SAAA8C,YAAY+B,WAAW,EAAE;QACvB,IAAAgB,WAAA,GAgBI,IAAI,CAACxD,KAAK;UAfZvB,SAAS,GAAA+E,WAAA,CAAT/E,SAAS;UACTO,QAAQ,GAAAwE,WAAA,CAARxE,QAAQ;UACRD,IAAI,GAAAyE,WAAA,CAAJzE,IAAI;UACJR,OAAO,GAAAiF,WAAA,CAAPjF,OAAO;UAEPD,SAAS,GAAAkF,WAAA,CAATlF,SAAS;UACTI,MAAM,GAAA8E,WAAA,CAAN9E,MAAM;UACNE,MAAM,GAAA4E,WAAA,CAAN5E,MAAM;UACNC,iBAAiB,GAAA2E,WAAA,CAAjB3E,iBAAiB;UACjBC,gBAAgB,GAAA0E,WAAA,CAAhB1E,gBAAgB;UAChBzB,KAAK,GAAAmG,WAAA,CAALnG,KAAK;UACLQ,qBAAqB,GAAA2F,WAAA,CAArB3F,qBAAqB;UACrBC,WAAW,GAAA0F,WAAA,CAAX1F,WAAW;UACXU,iBAAiB,GAAAgF,WAAA,CAAjBhF,iBAAiB;UACdiF,MAAM,GAAAC,wBAAA,CAAAF,WAAA,EAAAG,SAAA;QAGX,oBACEnH,KAAA,CAAAgF,aAAA,CAACvE,gBAAgB,EAAA2G,QAAA,KACXH,MAAM;UACV/F,EAAE,EAAE,IAAI,CAACgD,KAAK,CAAChD,EAAG;UAClBC,KAAK,EAAE,IAAI,CAAC+C,KAAK,CAAC/C,KAAM;UACxBc,SAAS,EAAE/B,UAAU,CACnB;YACE,cAAc,EAAE,CAAC,IAAI,CAACiF,cAAc,CAAC,CAAC;YACtC,kBAAkB,EAAE,IAAI,CAACA,cAAc,CAAC,CAAC;YACzC,YAAY,EAAE,CAAC,IAAI,CAACjB,KAAK,CAACnC,OAAO;YACjC,qBAAqB,EAAE,CAAC,IAAI,CAAC6D,cAAc,CAAC;UAC9C,CAAC,EACD3D,SACF,CAAE;UACF,oBAAkB+D,WAAY;UAC9B,gBAAc,CAACjE,OAAQ;UACvBL,QAAQ,EAAE,IAAI,CAACkC,YAAa;UAC5B/B,MAAM,EAAE,IAAI,CAACkC,UAAW;UACxBnC,UAAU,EAAE,IAAI,CAACoC,cAAe;UAChCzB,IAAI,EAAEA,IAAK;UACXC,QAAQ,EAAEA;QAAS,EACpB,CAAC;MAEN;IAAC;MAAA4B,GAAA;MAAAjD,KAAA,EAED,SAAAkG,uBAAA,EAAyB;QACvB,oBACErH,KAAA,CAAAgF,aAAA;UAAK/C,SAAS,EAAC;QAAoB,GAChC,IAAI,CAACiE,SAAS,CAAC;UAAE3D,IAAI,EAAE,QAAQ;UAAE8D,aAAa,EAAE,IAAI,CAAC7C,KAAK,CAAClB;QAAiB,CAAC,CAC3E,CAAC;MAEV;IAAC;MAAA8B,GAAA;MAAAjD,KAAA,EAED,SAAAmG,wBAAA,EAA0B;QACxB,oBACEtH,KAAA,CAAAgF,aAAA;UAAK/C,SAAS,EAAC;QAAqB,GACjC,IAAI,CAACiE,SAAS,CAAC;UAAE3D,IAAI,EAAE,SAAS;UAAE8D,aAAa,EAAE,IAAI,CAAC7C,KAAK,CAACnB;QAAkB,CAAC,CAC7E,CAAC;MAEV;IAAC;MAAA+B,GAAA;MAAAjD,KAAA,EAED,SAAAoG,OAAA,EAAS;QACP,IAAAC,qBAAA,GAA4C,IAAI,CAACpC,eAAe,CAAC,CAAC;UAA1D9D,WAAW,GAAAkG,qBAAA,CAAXlG,WAAW;UAAEkE,KAAK,GAAAgC,qBAAA,CAALhC,KAAK;UAAEQ,WAAW,GAAAwB,qBAAA,CAAXxB,WAAW;QACvC,oBACEhG,KAAA,CAAAgF,aAAA;UAAK/C,SAAS,EAAE/B,UAAU,CAAC;YACzB,YAAY,EAAE,CAAC,IAAI,CAACiF,cAAc,CAAC,CAAC;YACpC,aAAa,EAAE,CAAC,IAAI,CAACA,cAAc,CAAC,CAAC,IAAI,IAAI,CAAC3B,KAAK,CAACpB,MAAM;YAC1D,YAAY,EAAE,IAAI,CAAC+C,cAAc,CAAC;UACpC,CAAC;QAAE,GAEAjC,UAAU,IAAI,IAAI,CAAC6B,QAAQ,CAAC,CAAC,EAC7B,IAAI,CAACvB,KAAK,CAACnB,iBAAiB,IAAI,IAAI,CAACmB,KAAK,CAAClB,gBAAgB,gBAC1DtC,KAAA,CAAAgF,aAAA;UAAK/C,SAAS,EAAE/B,UAAU,CAAC,aAAa,CAAE;UAAC,eAAY;QAAa,GACjE,IAAI,CAACoH,uBAAuB,CAAC,CAAC,EAC9B,IAAI,CAACrD,WAAW,CAAC+B,WAAW,CAAC,EAC7B,IAAI,CAACqB,sBAAsB,CAAC,CAC1B,CAAC,GACJ,IAAI,CAACpD,WAAW,CAAC+B,WAAW,CAAC,EAChC,CAAC9C,UAAU,IAAI,IAAI,CAAC6B,QAAQ,CAAC,CAAC,EAC9BS,KAAK,EACLlE,WACE,CAAC;MAEV;IAAC;IAAA,OAAA6B,YAAA;EAAA,EAlOwBnD,KAAK,CAACyH,SAAS;EAqO1CtE,YAAY,CAACzC,WAAW,cAAAuE,MAAA,CAAczE,cAAc,CAACC,gBAAgB,CAAC,MAAG;EAEzE0C,YAAY,CAACuE,SAAS,GAAG9G,UAAU;EAEnCuC,YAAY,CAACP,YAAY,GAAGA,YAAY;EAExC,OAAOtC,mBAAmB,CAAC6C,YAAY,EAAE,SAAS,EAAE;IAClDlB,SAAS,EAAE;MACT0F,QAAQ,EAAEpH,SAAS,CAACqH,MAAM;MAC1BC,MAAM,EAAE,SAAAA,OAAA1G,KAAK;QAAA,OAAI,OAAOA,KAAK,KAAK,QAAQ;MAAA;MAC1C2G,SAAS,EAAE,SAAAA,UAAA3G,KAAK;QAAA,OAAKmF,KAAK,CAACC,OAAO,CAACpF,KAAK,CAAC,GAAGA,KAAK,CAAC4G,IAAI,CAAC,GAAG,CAAC,GAAG5G,KAAK;MAAA,CAAC;MACpE6G,OAAO,EAAE;IACX,CAAC;IACDC,SAAS,EAAE;MACTN,QAAQ,EAAEpH,SAAS,CAAC2H,KAAK;MACzBC,OAAO,EAAE;IACX;EACF,CAAC,CAAC;AACJ,CAAC;AAED,eAAerF,OAAO","ignoreList":[]}
|