@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,9 +1,9 @@
|
|
|
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
|
-
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
|
import React, { useContext } from 'react';
|
|
8
8
|
import PropTypes from 'prop-types';
|
|
9
9
|
import { callAllHandlers } from './fieldUtils';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormCheckboxSetContext.js","names":["React","useContext","PropTypes","callAllHandlers","identityFn","props","FormCheckboxSetContext","createContext","getCheckboxControlProps","hasCheckboxSetProvider","useCheckboxSetContext","FormCheckboxSetContextProvider","_ref","children","name","onBlur","onFocus","onChange","value","defaultValue","isControlled","Array","isArray","checkboxProps","_objectSpread","checked","includes","undefined","defaultChecked","contextValue","createElement","Provider","propTypes","node","isRequired","string","func","arrayOf","defaultProps"],"sources":["../../src/Form/FormCheckboxSetContext.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport PropTypes from 'prop-types';\nimport { callAllHandlers } from './fieldUtils';\n\nconst identityFn = props => props;\n\nconst FormCheckboxSetContext = React.createContext({\n getCheckboxControlProps: identityFn,\n hasCheckboxSetProvider: false,\n});\n\nconst useCheckboxSetContext = () => useContext(FormCheckboxSetContext);\n\nfunction FormCheckboxSetContextProvider({\n children,\n name,\n onBlur,\n onFocus,\n onChange,\n value,\n defaultValue,\n}) {\n const isControlled = !defaultValue && Array.isArray(value);\n const getCheckboxControlProps = (checkboxProps) => ({\n ...checkboxProps,\n name,\n /* istanbul ignore next */\n onBlur: checkboxProps.onBlur ? callAllHandlers(onBlur, checkboxProps.onBlur) : onBlur,\n /* istanbul ignore next */\n onFocus: checkboxProps.onFocus ? callAllHandlers(onFocus, checkboxProps.onFocus) : onFocus,\n /* istanbul ignore next */\n onChange: checkboxProps.onChange ? callAllHandlers(onChange, checkboxProps.onChange) : onChange,\n checked: isControlled ? value.includes(checkboxProps.value) : undefined,\n defaultChecked: isControlled ? undefined : (defaultValue && defaultValue.includes(checkboxProps.value)),\n });\n const contextValue = {\n name,\n value,\n defaultValue,\n getCheckboxControlProps,\n onBlur,\n onFocus,\n onChange,\n hasCheckboxSetProvider: true,\n };\n return (\n <FormCheckboxSetContext.Provider value={contextValue}>\n {children}\n </FormCheckboxSetContext.Provider>\n );\n}\n\nFormCheckboxSetContextProvider.propTypes = {\n children: PropTypes.node.isRequired,\n name: PropTypes.string,\n onBlur: PropTypes.func,\n onFocus: PropTypes.func,\n onChange: PropTypes.func,\n value: PropTypes.arrayOf(PropTypes.string),\n defaultValue: PropTypes.arrayOf(PropTypes.string),\n};\n\nFormCheckboxSetContextProvider.defaultProps = {\n onBlur: undefined,\n name: undefined,\n onFocus: undefined,\n onChange: undefined,\n value: undefined,\n defaultValue: undefined,\n};\n\nexport default FormCheckboxSetContext;\nexport {\n useCheckboxSetContext,\n FormCheckboxSetContextProvider,\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"FormCheckboxSetContext.js","names":["React","useContext","PropTypes","callAllHandlers","identityFn","props","FormCheckboxSetContext","createContext","getCheckboxControlProps","hasCheckboxSetProvider","useCheckboxSetContext","FormCheckboxSetContextProvider","_ref","children","name","onBlur","onFocus","onChange","value","defaultValue","isControlled","Array","isArray","checkboxProps","_objectSpread","checked","includes","undefined","defaultChecked","contextValue","createElement","Provider","propTypes","node","isRequired","string","func","arrayOf","defaultProps"],"sources":["../../src/Form/FormCheckboxSetContext.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport PropTypes from 'prop-types';\nimport { callAllHandlers } from './fieldUtils';\n\nconst identityFn = props => props;\n\nconst FormCheckboxSetContext = React.createContext({\n getCheckboxControlProps: identityFn,\n hasCheckboxSetProvider: false,\n});\n\nconst useCheckboxSetContext = () => useContext(FormCheckboxSetContext);\n\nfunction FormCheckboxSetContextProvider({\n children,\n name,\n onBlur,\n onFocus,\n onChange,\n value,\n defaultValue,\n}) {\n const isControlled = !defaultValue && Array.isArray(value);\n const getCheckboxControlProps = (checkboxProps) => ({\n ...checkboxProps,\n name,\n /* istanbul ignore next */\n onBlur: checkboxProps.onBlur ? callAllHandlers(onBlur, checkboxProps.onBlur) : onBlur,\n /* istanbul ignore next */\n onFocus: checkboxProps.onFocus ? callAllHandlers(onFocus, checkboxProps.onFocus) : onFocus,\n /* istanbul ignore next */\n onChange: checkboxProps.onChange ? callAllHandlers(onChange, checkboxProps.onChange) : onChange,\n checked: isControlled ? value.includes(checkboxProps.value) : undefined,\n defaultChecked: isControlled ? undefined : (defaultValue && defaultValue.includes(checkboxProps.value)),\n });\n const contextValue = {\n name,\n value,\n defaultValue,\n getCheckboxControlProps,\n onBlur,\n onFocus,\n onChange,\n hasCheckboxSetProvider: true,\n };\n return (\n <FormCheckboxSetContext.Provider value={contextValue}>\n {children}\n </FormCheckboxSetContext.Provider>\n );\n}\n\nFormCheckboxSetContextProvider.propTypes = {\n children: PropTypes.node.isRequired,\n name: PropTypes.string,\n onBlur: PropTypes.func,\n onFocus: PropTypes.func,\n onChange: PropTypes.func,\n value: PropTypes.arrayOf(PropTypes.string),\n defaultValue: PropTypes.arrayOf(PropTypes.string),\n};\n\nFormCheckboxSetContextProvider.defaultProps = {\n onBlur: undefined,\n name: undefined,\n onFocus: undefined,\n onChange: undefined,\n value: undefined,\n defaultValue: undefined,\n};\n\nexport default FormCheckboxSetContext;\nexport {\n useCheckboxSetContext,\n FormCheckboxSetContextProvider,\n};\n"],"mappings":"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","ignoreList":[]}
|
package/dist/Form/FormControl.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
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 = ["as", "className", "controlClassName", "leadingElement", "trailingElement", "floatingLabel", "autoResize", "onChange", "inputMask"],
|
|
3
3
|
_excluded2 = ["isInvalid", "isValid", "getControlProps"];
|
|
4
4
|
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); }
|
|
5
|
-
function ownKeys(
|
|
6
|
-
function _objectSpread(
|
|
5
|
+
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; }
|
|
6
|
+
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; }
|
|
7
7
|
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; }
|
|
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
11
11
|
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."); }
|
|
12
12
|
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); }
|
|
13
13
|
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; }
|
|
14
|
-
function _iterableToArrayLimit(
|
|
14
|
+
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; } }
|
|
15
15
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
16
16
|
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; }
|
|
17
17
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormControl.js","names":["React","useCallback","useEffect","PropTypes","classNames","RBFormControl","IMaskInput","useFormGroupContext","FormControlFeedback","FormControlDecoratorGroup","callAllHandlers","useHasValue","FormControl","forwardRef","_ref","ref","as","className","controlClassName","leadingElement","trailingElement","floatingLabel","autoResize","onChange","inputMask","props","_objectWithoutProperties","_excluded","_useFormGroupContext","isInvalid","isValid","getControlProps","formGroupContext","_excluded2","inputRef","useRef","resolvedRef","size","_useHasValue","defaultValue","value","_useHasValue2","_slicedToArray","hasValue","checkInputEventValue","handleResize","current","initialHeight","offsets","offsetHeight","clientHeight","style","height","concat","scrollHeight","controlProps","_objectSpread","onBlur","handleOnChange","e","createElement","_extends","mask","SIZE_CHOICES","Feedback","Description","propTypes","string","elementType","func","oneOfType","number","id","oneOf","node","plaintext","bool","defaultProps","undefined"],"sources":["../../src/Form/FormControl.jsx"],"sourcesContent":["import React, { useCallback, useEffect } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport RBFormControl from 'react-bootstrap/FormControl';\nimport { IMaskInput } from 'react-imask';\nimport { useFormGroupContext } from './FormGroupContext';\nimport FormControlFeedback from './FormControlFeedback';\nimport FormControlDecoratorGroup from './FormControlDecoratorGroup';\n\nimport { callAllHandlers, useHasValue } from './fieldUtils';\n\nconst FormControl = React.forwardRef(({\n as,\n className,\n controlClassName,\n leadingElement,\n trailingElement,\n floatingLabel,\n autoResize,\n onChange,\n inputMask,\n ...props\n}, ref) => {\n const {\n isInvalid,\n isValid,\n getControlProps,\n ...formGroupContext\n } = useFormGroupContext();\n const inputRef = React.useRef();\n const resolvedRef = ref || inputRef;\n const size = props.size || formGroupContext.size;\n\n const [hasValue, checkInputEventValue] = useHasValue({\n defaultValue: props.defaultValue,\n value: props.value,\n });\n\n const handleResize = useCallback(() => {\n if (as === 'textarea' && autoResize) {\n if (!resolvedRef.current.initialHeight && !resolvedRef.current.offsets) {\n resolvedRef.current.initialHeight = resolvedRef.current.offsetHeight;\n resolvedRef.current.offsets = resolvedRef.current.offsetHeight - resolvedRef.current.clientHeight;\n }\n resolvedRef.current.style.height = `${resolvedRef.current.initialHeight}px`;\n resolvedRef.current.style.height = `${resolvedRef.current.scrollHeight + resolvedRef.current.offsets}px`;\n }\n }, [as, autoResize, resolvedRef]);\n\n useEffect(() => {\n handleResize();\n }, [handleResize]);\n\n const controlProps = getControlProps({\n ...props,\n // eslint-disable-next-line react/prop-types\n onBlur: callAllHandlers(checkInputEventValue, props.onBlur),\n });\n\n const handleOnChange = (e) => {\n handleResize();\n if (onChange) {\n onChange(e);\n }\n };\n\n return (\n <FormControlDecoratorGroup\n size={size}\n leadingElement={leadingElement}\n trailingElement={trailingElement}\n floatingLabel={floatingLabel}\n className={className}\n >\n <RBFormControl\n as={inputMask ? IMaskInput : as}\n ref={resolvedRef}\n size={size}\n isInvalid={isInvalid}\n isValid={isValid}\n className={classNames(controlClassName, {\n 'has-value': hasValue,\n })}\n onChange={handleOnChange}\n mask={inputMask}\n {...controlProps}\n />\n </FormControlDecoratorGroup>\n );\n});\n\nconst SIZE_CHOICES = ['sm', 'lg'];\n\nFormControl.Feedback = FormControlFeedback;\nFormControl.Description = FormControlFeedback;\n\nFormControl.propTypes = {\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies base element for the control component. */\n as: PropTypes.elementType,\n /** Specifies function that is triggered on input value change. */\n onChange: PropTypes.func,\n /** Specifies default value of the input component. */\n defaultValue: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n /** Specifies current value of the input component. */\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n /** Specifies id of the control component. */\n id: PropTypes.string,\n /** Specifies class name for the control component. */\n controlClassName: PropTypes.string,\n /** Specifies size for the control component. */\n size: PropTypes.oneOf(SIZE_CHOICES),\n /** Specifies leading element to display for the input component. */\n leadingElement: PropTypes.node,\n /** Specifies trailing element to display for the input component. */\n trailingElement: PropTypes.node,\n /** Specifies floating label to display for the input component. */\n floatingLabel: PropTypes.node,\n /** Specifies whether to render input as plain text. */\n plaintext: PropTypes.bool,\n /** Specifies whether to display control in valid state, this affects styling. */\n isValid: PropTypes.bool,\n /** Specifies whether to display control in invalid state, this affects styling. */\n isInvalid: PropTypes.bool,\n /** Only for `as=\"textarea\"`. Specifies whether the input can be resized according to the height of content. */\n autoResize: PropTypes.bool,\n /** Specifies what format to use for the input mask. */\n inputMask: PropTypes.string,\n};\n\nFormControl.defaultProps = {\n as: 'input',\n className: undefined,\n id: undefined,\n controlClassName: undefined,\n onChange: undefined,\n defaultValue: undefined,\n value: undefined,\n size: undefined,\n leadingElement: undefined,\n trailingElement: undefined,\n floatingLabel: undefined,\n plaintext: false,\n isValid: undefined,\n isInvalid: undefined,\n autoResize: false,\n inputMask: undefined,\n};\n\nexport default FormControl;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"FormControl.js","names":["React","useCallback","useEffect","PropTypes","classNames","RBFormControl","IMaskInput","useFormGroupContext","FormControlFeedback","FormControlDecoratorGroup","callAllHandlers","useHasValue","FormControl","forwardRef","_ref","ref","as","className","controlClassName","leadingElement","trailingElement","floatingLabel","autoResize","onChange","inputMask","props","_objectWithoutProperties","_excluded","_useFormGroupContext","isInvalid","isValid","getControlProps","formGroupContext","_excluded2","inputRef","useRef","resolvedRef","size","_useHasValue","defaultValue","value","_useHasValue2","_slicedToArray","hasValue","checkInputEventValue","handleResize","current","initialHeight","offsets","offsetHeight","clientHeight","style","height","concat","scrollHeight","controlProps","_objectSpread","onBlur","handleOnChange","e","createElement","_extends","mask","SIZE_CHOICES","Feedback","Description","propTypes","string","elementType","func","oneOfType","number","id","oneOf","node","plaintext","bool","defaultProps","undefined"],"sources":["../../src/Form/FormControl.jsx"],"sourcesContent":["import React, { useCallback, useEffect } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport RBFormControl from 'react-bootstrap/FormControl';\nimport { IMaskInput } from 'react-imask';\nimport { useFormGroupContext } from './FormGroupContext';\nimport FormControlFeedback from './FormControlFeedback';\nimport FormControlDecoratorGroup from './FormControlDecoratorGroup';\n\nimport { callAllHandlers, useHasValue } from './fieldUtils';\n\nconst FormControl = React.forwardRef(({\n as,\n className,\n controlClassName,\n leadingElement,\n trailingElement,\n floatingLabel,\n autoResize,\n onChange,\n inputMask,\n ...props\n}, ref) => {\n const {\n isInvalid,\n isValid,\n getControlProps,\n ...formGroupContext\n } = useFormGroupContext();\n const inputRef = React.useRef();\n const resolvedRef = ref || inputRef;\n const size = props.size || formGroupContext.size;\n\n const [hasValue, checkInputEventValue] = useHasValue({\n defaultValue: props.defaultValue,\n value: props.value,\n });\n\n const handleResize = useCallback(() => {\n if (as === 'textarea' && autoResize) {\n if (!resolvedRef.current.initialHeight && !resolvedRef.current.offsets) {\n resolvedRef.current.initialHeight = resolvedRef.current.offsetHeight;\n resolvedRef.current.offsets = resolvedRef.current.offsetHeight - resolvedRef.current.clientHeight;\n }\n resolvedRef.current.style.height = `${resolvedRef.current.initialHeight}px`;\n resolvedRef.current.style.height = `${resolvedRef.current.scrollHeight + resolvedRef.current.offsets}px`;\n }\n }, [as, autoResize, resolvedRef]);\n\n useEffect(() => {\n handleResize();\n }, [handleResize]);\n\n const controlProps = getControlProps({\n ...props,\n // eslint-disable-next-line react/prop-types\n onBlur: callAllHandlers(checkInputEventValue, props.onBlur),\n });\n\n const handleOnChange = (e) => {\n handleResize();\n if (onChange) {\n onChange(e);\n }\n };\n\n return (\n <FormControlDecoratorGroup\n size={size}\n leadingElement={leadingElement}\n trailingElement={trailingElement}\n floatingLabel={floatingLabel}\n className={className}\n >\n <RBFormControl\n as={inputMask ? IMaskInput : as}\n ref={resolvedRef}\n size={size}\n isInvalid={isInvalid}\n isValid={isValid}\n className={classNames(controlClassName, {\n 'has-value': hasValue,\n })}\n onChange={handleOnChange}\n mask={inputMask}\n {...controlProps}\n />\n </FormControlDecoratorGroup>\n );\n});\n\nconst SIZE_CHOICES = ['sm', 'lg'];\n\nFormControl.Feedback = FormControlFeedback;\nFormControl.Description = FormControlFeedback;\n\nFormControl.propTypes = {\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies base element for the control component. */\n as: PropTypes.elementType,\n /** Specifies function that is triggered on input value change. */\n onChange: PropTypes.func,\n /** Specifies default value of the input component. */\n defaultValue: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n /** Specifies current value of the input component. */\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n /** Specifies id of the control component. */\n id: PropTypes.string,\n /** Specifies class name for the control component. */\n controlClassName: PropTypes.string,\n /** Specifies size for the control component. */\n size: PropTypes.oneOf(SIZE_CHOICES),\n /** Specifies leading element to display for the input component. */\n leadingElement: PropTypes.node,\n /** Specifies trailing element to display for the input component. */\n trailingElement: PropTypes.node,\n /** Specifies floating label to display for the input component. */\n floatingLabel: PropTypes.node,\n /** Specifies whether to render input as plain text. */\n plaintext: PropTypes.bool,\n /** Specifies whether to display control in valid state, this affects styling. */\n isValid: PropTypes.bool,\n /** Specifies whether to display control in invalid state, this affects styling. */\n isInvalid: PropTypes.bool,\n /** Only for `as=\"textarea\"`. Specifies whether the input can be resized according to the height of content. */\n autoResize: PropTypes.bool,\n /** Specifies what format to use for the input mask. */\n inputMask: PropTypes.string,\n};\n\nFormControl.defaultProps = {\n as: 'input',\n className: undefined,\n id: undefined,\n controlClassName: undefined,\n onChange: undefined,\n defaultValue: undefined,\n value: undefined,\n size: undefined,\n leadingElement: undefined,\n trailingElement: undefined,\n floatingLabel: undefined,\n plaintext: false,\n isValid: undefined,\n isInvalid: undefined,\n autoResize: false,\n inputMask: undefined,\n};\n\nexport default FormControl;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormControlDecorator.js","names":["React","PropTypes","FormControlDecorator","_ref","children","location","createElement","className","concat","propTypes","node","isRequired","oneOf","defaultProps"],"sources":["../../src/Form/FormControlDecorator.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nfunction FormControlDecorator({ children, location }) {\n return (\n <div className={`pgn__form-control-decorator pgn__form-control-decorator-${location}`}>\n {children}\n </div>\n );\n}\n\nFormControlDecorator.propTypes = {\n children: PropTypes.node.isRequired,\n location: PropTypes.oneOf(['leading', 'trailing']),\n};\n\nFormControlDecorator.defaultProps = {\n location: 'leading',\n};\n\nexport default FormControlDecorator;\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAElC,SAASC,oBAAoBA,CAAAC,IAAA,EAAyB;EAAA,IAAtBC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAEC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;EAChD,oBACEL,KAAA,CAAAM,aAAA;IAAKC,SAAS,6DAAAC,MAAA,CAA6DH,QAAQ;EAAG,GACnFD,QACE,CAAC;AAEV;AAEAF,oBAAoB,CAACO,SAAS,GAAG;EAC/BL,QAAQ,EAAEH,SAAS,CAACS,IAAI,CAACC,UAAU;EACnCN,QAAQ,EAAEJ,SAAS,CAACW,KAAK,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC;AACnD,CAAC;AAEDV,oBAAoB,CAACW,YAAY,GAAG;EAClCR,QAAQ,EAAE;AACZ,CAAC;AAED,eAAeH,oBAAoB"}
|
|
1
|
+
{"version":3,"file":"FormControlDecorator.js","names":["React","PropTypes","FormControlDecorator","_ref","children","location","createElement","className","concat","propTypes","node","isRequired","oneOf","defaultProps"],"sources":["../../src/Form/FormControlDecorator.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nfunction FormControlDecorator({ children, location }) {\n return (\n <div className={`pgn__form-control-decorator pgn__form-control-decorator-${location}`}>\n {children}\n </div>\n );\n}\n\nFormControlDecorator.propTypes = {\n children: PropTypes.node.isRequired,\n location: PropTypes.oneOf(['leading', 'trailing']),\n};\n\nFormControlDecorator.defaultProps = {\n location: 'leading',\n};\n\nexport default FormControlDecorator;\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAElC,SAASC,oBAAoBA,CAAAC,IAAA,EAAyB;EAAA,IAAtBC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAEC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;EAChD,oBACEL,KAAA,CAAAM,aAAA;IAAKC,SAAS,6DAAAC,MAAA,CAA6DH,QAAQ;EAAG,GACnFD,QACE,CAAC;AAEV;AAEAF,oBAAoB,CAACO,SAAS,GAAG;EAC/BL,QAAQ,EAAEH,SAAS,CAACS,IAAI,CAACC,UAAU;EACnCN,QAAQ,EAAEJ,SAAS,CAACW,KAAK,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC;AACnD,CAAC;AAEDV,oBAAoB,CAACW,YAAY,GAAG;EAClCR,QAAQ,EAAE;AACZ,CAAC;AAED,eAAeH,oBAAoB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormControlDecoratorGroup.js","names":["React","PropTypes","classNames","useFormGroupContext","FORM_CONTROL_SIZES","FormControlFloatingLabel","FormControlDecorator","FormControlDecoratorGroup","_ref","children","leadingElement","trailingElement","floatingLabel","className","props","_objectWithoutProperties","_excluded","formGroupContext","size","createElement","_extends","LARGE","SMALL","location","propTypes","node","isRequired","string","oneOf","defaultProps","undefined"],"sources":["../../src/Form/FormControlDecoratorGroup.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { useFormGroupContext } from './FormGroupContext';\nimport { FORM_CONTROL_SIZES } from './constants';\nimport FormControlFloatingLabel from './FormControlFloatingLabel';\nimport FormControlDecorator from './FormControlDecorator';\n\n/**\n * Decorates a textual input.\n */\nfunction FormControlDecoratorGroup({\n children,\n leadingElement,\n trailingElement,\n floatingLabel,\n className,\n ...props\n}) {\n const formGroupContext = useFormGroupContext(props);\n const size = props.size || formGroupContext.size;\n return (\n <div\n className={classNames(\n 'pgn__form-control-decorator-group',\n {\n 'has-prepended-node': !!leadingElement,\n 'has-appended-node': !!trailingElement,\n 'has-leading-element': !!leadingElement,\n 'has-trailing-element': !!trailingElement,\n 'has-floating-label': !!floatingLabel,\n 'pgn__form-control-decorator-group-lg': size === FORM_CONTROL_SIZES.LARGE,\n 'pgn__form-control-decorator-group-sm': size === FORM_CONTROL_SIZES.SMALL,\n },\n className,\n )}\n {...props}\n >\n {children}\n {leadingElement && <FormControlDecorator location=\"leading\">{leadingElement}</FormControlDecorator>}\n {trailingElement && <FormControlDecorator location=\"trailing\">{trailingElement}</FormControlDecorator>}\n {floatingLabel && <FormControlFloatingLabel>{floatingLabel}</FormControlFloatingLabel>}\n </div>\n );\n}\n\nFormControlDecoratorGroup.propTypes = {\n children: PropTypes.node.isRequired,\n leadingElement: PropTypes.node,\n trailingElement: PropTypes.node,\n floatingLabel: PropTypes.node,\n className: PropTypes.string,\n size: PropTypes.oneOf([\n FORM_CONTROL_SIZES.SMALL,\n FORM_CONTROL_SIZES.LARGE,\n ]),\n};\nFormControlDecoratorGroup.defaultProps = {\n leadingElement: undefined,\n trailingElement: undefined,\n floatingLabel: undefined,\n className: undefined,\n size: undefined,\n};\n\nexport default FormControlDecoratorGroup;\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,mBAAmB,QAAQ,oBAAoB;AACxD,SAASC,kBAAkB,QAAQ,aAAa;AAChD,OAAOC,wBAAwB,MAAM,4BAA4B;AACjE,OAAOC,oBAAoB,MAAM,wBAAwB;;AAEzD;AACA;AACA;AACA,SAASC,yBAAyBA,CAAAC,IAAA,EAO/B;EAAA,IANDC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IACRC,cAAc,GAAAF,IAAA,CAAdE,cAAc;IACdC,eAAe,GAAAH,IAAA,CAAfG,eAAe;IACfC,aAAa,GAAAJ,IAAA,CAAbI,aAAa;IACbC,SAAS,GAAAL,IAAA,CAATK,SAAS;IACNC,KAAK,GAAAC,wBAAA,CAAAP,IAAA,EAAAQ,SAAA;EAER,IAAMC,gBAAgB,GAAGd,mBAAmB,CAACW,KAAK,CAAC;EACnD,IAAMI,IAAI,GAAGJ,KAAK,CAACI,IAAI,IAAID,gBAAgB,CAACC,IAAI;EAChD,oBACElB,KAAA,CAAAmB,aAAA,QAAAC,QAAA;IACEP,SAAS,EAAEX,UAAU,CACnB,mCAAmC,EACnC;MACE,oBAAoB,EAAE,CAAC,CAACQ,cAAc;MACtC,mBAAmB,EAAE,CAAC,CAACC,eAAe;MACtC,qBAAqB,EAAE,CAAC,CAACD,cAAc;MACvC,sBAAsB,EAAE,CAAC,CAACC,eAAe;MACzC,oBAAoB,EAAE,CAAC,CAACC,aAAa;MACrC,sCAAsC,EAAEM,IAAI,KAAKd,kBAAkB,CAACiB,KAAK;MACzE,sCAAsC,EAAEH,IAAI,KAAKd,kBAAkB,CAACkB;IACtE,CAAC,EACDT,SACF;EAAE,GACEC,KAAK,GAERL,QAAQ,EACRC,cAAc,iBAAIV,KAAA,CAAAmB,aAAA,CAACb,oBAAoB;IAACiB,QAAQ,EAAC;EAAS,GAAEb,cAAqC,CAAC,EAClGC,eAAe,iBAAIX,KAAA,CAAAmB,aAAA,CAACb,oBAAoB;IAACiB,QAAQ,EAAC;EAAU,GAAEZ,eAAsC,CAAC,EACrGC,aAAa,iBAAIZ,KAAA,CAAAmB,aAAA,CAACd,wBAAwB,QAAEO,aAAwC,CAClF,CAAC;AAEV;AAEAL,yBAAyB,CAACiB,SAAS,GAAG;EACpCf,QAAQ,EAAER,SAAS,CAACwB,IAAI,CAACC,UAAU;EACnChB,cAAc,EAAET,SAAS,CAACwB,IAAI;EAC9Bd,eAAe,EAAEV,SAAS,CAACwB,IAAI;EAC/Bb,aAAa,EAAEX,SAAS,CAACwB,IAAI;EAC7BZ,SAAS,EAAEZ,SAAS,CAAC0B,MAAM;EAC3BT,IAAI,EAAEjB,SAAS,CAAC2B,KAAK,CAAC,CACpBxB,kBAAkB,CAACkB,KAAK,EACxBlB,kBAAkB,CAACiB,KAAK,CACzB;AACH,CAAC;AACDd,yBAAyB,CAACsB,YAAY,GAAG;EACvCnB,cAAc,EAAEoB,SAAS;EACzBnB,eAAe,EAAEmB,SAAS;EAC1BlB,aAAa,EAAEkB,SAAS;EACxBjB,SAAS,EAAEiB,SAAS;EACpBZ,IAAI,EAAEY;AACR,CAAC;AAED,eAAevB,yBAAyB"}
|
|
1
|
+
{"version":3,"file":"FormControlDecoratorGroup.js","names":["React","PropTypes","classNames","useFormGroupContext","FORM_CONTROL_SIZES","FormControlFloatingLabel","FormControlDecorator","FormControlDecoratorGroup","_ref","children","leadingElement","trailingElement","floatingLabel","className","props","_objectWithoutProperties","_excluded","formGroupContext","size","createElement","_extends","LARGE","SMALL","location","propTypes","node","isRequired","string","oneOf","defaultProps","undefined"],"sources":["../../src/Form/FormControlDecoratorGroup.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { useFormGroupContext } from './FormGroupContext';\nimport { FORM_CONTROL_SIZES } from './constants';\nimport FormControlFloatingLabel from './FormControlFloatingLabel';\nimport FormControlDecorator from './FormControlDecorator';\n\n/**\n * Decorates a textual input.\n */\nfunction FormControlDecoratorGroup({\n children,\n leadingElement,\n trailingElement,\n floatingLabel,\n className,\n ...props\n}) {\n const formGroupContext = useFormGroupContext(props);\n const size = props.size || formGroupContext.size;\n return (\n <div\n className={classNames(\n 'pgn__form-control-decorator-group',\n {\n 'has-prepended-node': !!leadingElement,\n 'has-appended-node': !!trailingElement,\n 'has-leading-element': !!leadingElement,\n 'has-trailing-element': !!trailingElement,\n 'has-floating-label': !!floatingLabel,\n 'pgn__form-control-decorator-group-lg': size === FORM_CONTROL_SIZES.LARGE,\n 'pgn__form-control-decorator-group-sm': size === FORM_CONTROL_SIZES.SMALL,\n },\n className,\n )}\n {...props}\n >\n {children}\n {leadingElement && <FormControlDecorator location=\"leading\">{leadingElement}</FormControlDecorator>}\n {trailingElement && <FormControlDecorator location=\"trailing\">{trailingElement}</FormControlDecorator>}\n {floatingLabel && <FormControlFloatingLabel>{floatingLabel}</FormControlFloatingLabel>}\n </div>\n );\n}\n\nFormControlDecoratorGroup.propTypes = {\n children: PropTypes.node.isRequired,\n leadingElement: PropTypes.node,\n trailingElement: PropTypes.node,\n floatingLabel: PropTypes.node,\n className: PropTypes.string,\n size: PropTypes.oneOf([\n FORM_CONTROL_SIZES.SMALL,\n FORM_CONTROL_SIZES.LARGE,\n ]),\n};\nFormControlDecoratorGroup.defaultProps = {\n leadingElement: undefined,\n trailingElement: undefined,\n floatingLabel: undefined,\n className: undefined,\n size: undefined,\n};\n\nexport default FormControlDecoratorGroup;\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,mBAAmB,QAAQ,oBAAoB;AACxD,SAASC,kBAAkB,QAAQ,aAAa;AAChD,OAAOC,wBAAwB,MAAM,4BAA4B;AACjE,OAAOC,oBAAoB,MAAM,wBAAwB;;AAEzD;AACA;AACA;AACA,SAASC,yBAAyBA,CAAAC,IAAA,EAO/B;EAAA,IANDC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IACRC,cAAc,GAAAF,IAAA,CAAdE,cAAc;IACdC,eAAe,GAAAH,IAAA,CAAfG,eAAe;IACfC,aAAa,GAAAJ,IAAA,CAAbI,aAAa;IACbC,SAAS,GAAAL,IAAA,CAATK,SAAS;IACNC,KAAK,GAAAC,wBAAA,CAAAP,IAAA,EAAAQ,SAAA;EAER,IAAMC,gBAAgB,GAAGd,mBAAmB,CAACW,KAAK,CAAC;EACnD,IAAMI,IAAI,GAAGJ,KAAK,CAACI,IAAI,IAAID,gBAAgB,CAACC,IAAI;EAChD,oBACElB,KAAA,CAAAmB,aAAA,QAAAC,QAAA;IACEP,SAAS,EAAEX,UAAU,CACnB,mCAAmC,EACnC;MACE,oBAAoB,EAAE,CAAC,CAACQ,cAAc;MACtC,mBAAmB,EAAE,CAAC,CAACC,eAAe;MACtC,qBAAqB,EAAE,CAAC,CAACD,cAAc;MACvC,sBAAsB,EAAE,CAAC,CAACC,eAAe;MACzC,oBAAoB,EAAE,CAAC,CAACC,aAAa;MACrC,sCAAsC,EAAEM,IAAI,KAAKd,kBAAkB,CAACiB,KAAK;MACzE,sCAAsC,EAAEH,IAAI,KAAKd,kBAAkB,CAACkB;IACtE,CAAC,EACDT,SACF;EAAE,GACEC,KAAK,GAERL,QAAQ,EACRC,cAAc,iBAAIV,KAAA,CAAAmB,aAAA,CAACb,oBAAoB;IAACiB,QAAQ,EAAC;EAAS,GAAEb,cAAqC,CAAC,EAClGC,eAAe,iBAAIX,KAAA,CAAAmB,aAAA,CAACb,oBAAoB;IAACiB,QAAQ,EAAC;EAAU,GAAEZ,eAAsC,CAAC,EACrGC,aAAa,iBAAIZ,KAAA,CAAAmB,aAAA,CAACd,wBAAwB,QAAEO,aAAwC,CAClF,CAAC;AAEV;AAEAL,yBAAyB,CAACiB,SAAS,GAAG;EACpCf,QAAQ,EAAER,SAAS,CAACwB,IAAI,CAACC,UAAU;EACnChB,cAAc,EAAET,SAAS,CAACwB,IAAI;EAC9Bd,eAAe,EAAEV,SAAS,CAACwB,IAAI;EAC/Bb,aAAa,EAAEX,SAAS,CAACwB,IAAI;EAC7BZ,SAAS,EAAEZ,SAAS,CAAC0B,MAAM;EAC3BT,IAAI,EAAEjB,SAAS,CAAC2B,KAAK,CAAC,CACpBxB,kBAAkB,CAACkB,KAAK,EACxBlB,kBAAkB,CAACiB,KAAK,CACzB;AACH,CAAC;AACDd,yBAAyB,CAACsB,YAAY,GAAG;EACvCnB,cAAc,EAAEoB,SAAS;EACzBnB,eAAe,EAAEmB,SAAS;EAC1BlB,aAAa,EAAEkB,SAAS;EACxBjB,SAAS,EAAEiB,SAAS;EACpBZ,IAAI,EAAEY;AACR,CAAC;AAED,eAAevB,yBAAyB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormControlFeedback.js","names":["React","PropTypes","classNames","useFormGroupContext","FormText","resolveTextType","FormControlFeedback","_ref","children","props","_objectWithoutProperties","_excluded","_useFormGroupContext","getDescriptorProps","isInvalid","isValid","descriptorProps","className","textType","type","createElement","_extends","FEEDBACK_TYPES","propTypes","node","isRequired","string","hasIcon","bool","oneOf","icon","muted","defaultProps","undefined"],"sources":["../../src/Form/FormControlFeedback.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { useFormGroupContext } from './FormGroupContext';\nimport FormText, { resolveTextType } from './FormText';\n\nfunction FormControlFeedback({ children, ...props }) {\n const { getDescriptorProps, isInvalid, isValid } = useFormGroupContext();\n const descriptorProps = getDescriptorProps(props);\n const className = classNames('pgn__form-control-description', props.className);\n const textType = props.type || resolveTextType({ isInvalid, isValid });\n return (\n <FormText\n {...descriptorProps}\n className={className}\n type={textType}\n >\n {children}\n </FormText>\n );\n}\n\nconst FEEDBACK_TYPES = [\n 'default',\n 'valid',\n 'invalid',\n 'warning',\n 'criteria-empty',\n 'criteria-valid',\n 'criteria-invalid',\n];\n\nFormControlFeedback.propTypes = {\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies whether to show an icon next to the text. */\n hasIcon: PropTypes.bool,\n /** Specifies feedback type, this affects styling. */\n type: PropTypes.oneOf(FEEDBACK_TYPES),\n /** Specifies icon to show, will only be shown if `hasIcon` prop is set to `true`. */\n icon: PropTypes.node,\n /** Specifies whether to show feedback with muted styling. */\n muted: PropTypes.bool,\n};\n\nFormControlFeedback.defaultProps = {\n hasIcon: true,\n type: undefined,\n icon: undefined,\n className: undefined,\n muted: false,\n};\n\nexport default FormControlFeedback;\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,mBAAmB,QAAQ,oBAAoB;AACxD,OAAOC,QAAQ,IAAIC,eAAe,QAAQ,YAAY;AAEtD,SAASC,mBAAmBA,CAAAC,IAAA,EAAyB;EAAA,IAAtBC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAKC,KAAK,GAAAC,wBAAA,CAAAH,IAAA,EAAAI,SAAA;EAC/C,IAAAC,oBAAA,GAAmDT,mBAAmB,CAAC,CAAC;IAAhEU,kBAAkB,GAAAD,oBAAA,CAAlBC,kBAAkB;IAAEC,SAAS,GAAAF,oBAAA,CAATE,SAAS;IAAEC,OAAO,GAAAH,oBAAA,CAAPG,OAAO;EAC9C,IAAMC,eAAe,GAAGH,kBAAkB,CAACJ,KAAK,CAAC;EACjD,IAAMQ,SAAS,GAAGf,UAAU,CAAC,+BAA+B,EAAEO,KAAK,CAACQ,SAAS,CAAC;EAC9E,IAAMC,QAAQ,GAAGT,KAAK,CAACU,IAAI,IAAId,eAAe,CAAC;IAAES,SAAS,EAATA,SAAS;IAAEC,OAAO,EAAPA;EAAQ,CAAC,CAAC;EACtE,oBACEf,KAAA,CAAAoB,aAAA,CAAChB,QAAQ,EAAAiB,QAAA,KACHL,eAAe;IACnBC,SAAS,EAAEA,SAAU;IACrBE,IAAI,EAAED;EAAS,IAEdV,QACO,CAAC;AAEf;AAEA,IAAMc,cAAc,GAAG,CACrB,SAAS,EACT,OAAO,EACP,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,CACnB;AAEDhB,mBAAmB,CAACiB,SAAS,GAAG;EAC9B;EACAf,QAAQ,EAAEP,SAAS,CAACuB,IAAI,CAACC,UAAU;EACnC;EACAR,SAAS,EAAEhB,SAAS,CAACyB,MAAM;EAC3B;EACAC,OAAO,EAAE1B,SAAS,CAAC2B,IAAI;EACvB;EACAT,IAAI,EAAElB,SAAS,CAAC4B,KAAK,CAACP,cAAc,CAAC;EACrC;EACAQ,IAAI,EAAE7B,SAAS,CAACuB,IAAI;EACpB;EACAO,KAAK,EAAE9B,SAAS,CAAC2B;AACnB,CAAC;AAEDtB,mBAAmB,CAAC0B,YAAY,GAAG;EACjCL,OAAO,EAAE,IAAI;EACbR,IAAI,EAAEc,SAAS;EACfH,IAAI,EAAEG,SAAS;EACfhB,SAAS,EAAEgB,SAAS;EACpBF,KAAK,EAAE;AACT,CAAC;AAED,eAAezB,mBAAmB"}
|
|
1
|
+
{"version":3,"file":"FormControlFeedback.js","names":["React","PropTypes","classNames","useFormGroupContext","FormText","resolveTextType","FormControlFeedback","_ref","children","props","_objectWithoutProperties","_excluded","_useFormGroupContext","getDescriptorProps","isInvalid","isValid","descriptorProps","className","textType","type","createElement","_extends","FEEDBACK_TYPES","propTypes","node","isRequired","string","hasIcon","bool","oneOf","icon","muted","defaultProps","undefined"],"sources":["../../src/Form/FormControlFeedback.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { useFormGroupContext } from './FormGroupContext';\nimport FormText, { resolveTextType } from './FormText';\n\nfunction FormControlFeedback({ children, ...props }) {\n const { getDescriptorProps, isInvalid, isValid } = useFormGroupContext();\n const descriptorProps = getDescriptorProps(props);\n const className = classNames('pgn__form-control-description', props.className);\n const textType = props.type || resolveTextType({ isInvalid, isValid });\n return (\n <FormText\n {...descriptorProps}\n className={className}\n type={textType}\n >\n {children}\n </FormText>\n );\n}\n\nconst FEEDBACK_TYPES = [\n 'default',\n 'valid',\n 'invalid',\n 'warning',\n 'criteria-empty',\n 'criteria-valid',\n 'criteria-invalid',\n];\n\nFormControlFeedback.propTypes = {\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies whether to show an icon next to the text. */\n hasIcon: PropTypes.bool,\n /** Specifies feedback type, this affects styling. */\n type: PropTypes.oneOf(FEEDBACK_TYPES),\n /** Specifies icon to show, will only be shown if `hasIcon` prop is set to `true`. */\n icon: PropTypes.node,\n /** Specifies whether to show feedback with muted styling. */\n muted: PropTypes.bool,\n};\n\nFormControlFeedback.defaultProps = {\n hasIcon: true,\n type: undefined,\n icon: undefined,\n className: undefined,\n muted: false,\n};\n\nexport default FormControlFeedback;\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,mBAAmB,QAAQ,oBAAoB;AACxD,OAAOC,QAAQ,IAAIC,eAAe,QAAQ,YAAY;AAEtD,SAASC,mBAAmBA,CAAAC,IAAA,EAAyB;EAAA,IAAtBC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAKC,KAAK,GAAAC,wBAAA,CAAAH,IAAA,EAAAI,SAAA;EAC/C,IAAAC,oBAAA,GAAmDT,mBAAmB,CAAC,CAAC;IAAhEU,kBAAkB,GAAAD,oBAAA,CAAlBC,kBAAkB;IAAEC,SAAS,GAAAF,oBAAA,CAATE,SAAS;IAAEC,OAAO,GAAAH,oBAAA,CAAPG,OAAO;EAC9C,IAAMC,eAAe,GAAGH,kBAAkB,CAACJ,KAAK,CAAC;EACjD,IAAMQ,SAAS,GAAGf,UAAU,CAAC,+BAA+B,EAAEO,KAAK,CAACQ,SAAS,CAAC;EAC9E,IAAMC,QAAQ,GAAGT,KAAK,CAACU,IAAI,IAAId,eAAe,CAAC;IAAES,SAAS,EAATA,SAAS;IAAEC,OAAO,EAAPA;EAAQ,CAAC,CAAC;EACtE,oBACEf,KAAA,CAAAoB,aAAA,CAAChB,QAAQ,EAAAiB,QAAA,KACHL,eAAe;IACnBC,SAAS,EAAEA,SAAU;IACrBE,IAAI,EAAED;EAAS,IAEdV,QACO,CAAC;AAEf;AAEA,IAAMc,cAAc,GAAG,CACrB,SAAS,EACT,OAAO,EACP,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,CACnB;AAEDhB,mBAAmB,CAACiB,SAAS,GAAG;EAC9B;EACAf,QAAQ,EAAEP,SAAS,CAACuB,IAAI,CAACC,UAAU;EACnC;EACAR,SAAS,EAAEhB,SAAS,CAACyB,MAAM;EAC3B;EACAC,OAAO,EAAE1B,SAAS,CAAC2B,IAAI;EACvB;EACAT,IAAI,EAAElB,SAAS,CAAC4B,KAAK,CAACP,cAAc,CAAC;EACrC;EACAQ,IAAI,EAAE7B,SAAS,CAACuB,IAAI;EACpB;EACAO,KAAK,EAAE9B,SAAS,CAAC2B;AACnB,CAAC;AAEDtB,mBAAmB,CAAC0B,YAAY,GAAG;EACjCL,OAAO,EAAE,IAAI;EACbR,IAAI,EAAEc,SAAS;EACfH,IAAI,EAAEG,SAAS;EACfhB,SAAS,EAAEgB,SAAS;EACpBF,KAAK,EAAE;AACT,CAAC;AAED,eAAezB,mBAAmB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormControlFloatingLabel.js","names":["React","PropTypes","useFormGroupContext","FormControlFloatingLabel","_ref","children","_useFormGroupContext","controlId","createElement","className","htmlFor","propTypes","node","isRequired"],"sources":["../../src/Form/FormControlFloatingLabel.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { useFormGroupContext } from './FormGroupContext';\n\nfunction FormControlFloatingLabel({ children }) {\n const { controlId } = useFormGroupContext();\n return (\n <div className=\"pgn__form-control-floating-label\">\n <div className=\"pgn__form-control-floating-label-content\">\n <label\n className=\"pgn__form-control-floating-label-text\"\n htmlFor={controlId}\n >\n {children}\n </label>\n </div>\n </div>\n );\n}\n\nFormControlFloatingLabel.propTypes = {\n children: PropTypes.node.isRequired,\n};\n\nexport default FormControlFloatingLabel;\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,SAASC,mBAAmB,QAAQ,oBAAoB;AAExD,SAASC,wBAAwBA,CAAAC,IAAA,EAAe;EAAA,IAAZC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;EAC1C,IAAAC,oBAAA,GAAsBJ,mBAAmB,CAAC,CAAC;IAAnCK,SAAS,GAAAD,oBAAA,CAATC,SAAS;EACjB,oBACEP,KAAA,CAAAQ,aAAA;IAAKC,SAAS,EAAC;EAAkC,gBAC/CT,KAAA,CAAAQ,aAAA;IAAKC,SAAS,EAAC;EAA0C,gBACvDT,KAAA,CAAAQ,aAAA;IACEC,SAAS,EAAC,uCAAuC;IACjDC,OAAO,EAAEH;EAAU,GAElBF,QACI,CACJ,CACF,CAAC;AAEV;AAEAF,wBAAwB,CAACQ,SAAS,GAAG;EACnCN,QAAQ,EAAEJ,SAAS,CAACW,IAAI,CAACC;AAC3B,CAAC;AAED,eAAeV,wBAAwB"}
|
|
1
|
+
{"version":3,"file":"FormControlFloatingLabel.js","names":["React","PropTypes","useFormGroupContext","FormControlFloatingLabel","_ref","children","_useFormGroupContext","controlId","createElement","className","htmlFor","propTypes","node","isRequired"],"sources":["../../src/Form/FormControlFloatingLabel.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { useFormGroupContext } from './FormGroupContext';\n\nfunction FormControlFloatingLabel({ children }) {\n const { controlId } = useFormGroupContext();\n return (\n <div className=\"pgn__form-control-floating-label\">\n <div className=\"pgn__form-control-floating-label-content\">\n <label\n className=\"pgn__form-control-floating-label-text\"\n htmlFor={controlId}\n >\n {children}\n </label>\n </div>\n </div>\n );\n}\n\nFormControlFloatingLabel.propTypes = {\n children: PropTypes.node.isRequired,\n};\n\nexport default FormControlFloatingLabel;\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,SAASC,mBAAmB,QAAQ,oBAAoB;AAExD,SAASC,wBAAwBA,CAAAC,IAAA,EAAe;EAAA,IAAZC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;EAC1C,IAAAC,oBAAA,GAAsBJ,mBAAmB,CAAC,CAAC;IAAnCK,SAAS,GAAAD,oBAAA,CAATC,SAAS;EACjB,oBACEP,KAAA,CAAAQ,aAAA;IAAKC,SAAS,EAAC;EAAkC,gBAC/CT,KAAA,CAAAQ,aAAA;IAAKC,SAAS,EAAC;EAA0C,gBACvDT,KAAA,CAAAQ,aAAA;IACEC,SAAS,EAAC,uCAAuC;IACjDC,OAAO,EAAEH;EAAU,GAElBF,QACI,CACJ,CACF,CAAC;AAEV;AAEAF,wBAAwB,CAACQ,SAAS,GAAG;EACnCN,QAAQ,EAAEJ,SAAS,CAACW,IAAI,CAACC;AAC3B,CAAC;AAED,eAAeV,wBAAwB","ignoreList":[]}
|
|
@@ -1,10 +1,10 @@
|
|
|
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 = ["as", "className", "isInline", "children"];
|
|
3
|
-
function ownKeys(
|
|
4
|
-
function _objectSpread(
|
|
3
|
+
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; }
|
|
4
|
+
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; }
|
|
5
5
|
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; }
|
|
6
|
-
function _toPropertyKey(
|
|
7
|
-
function _toPrimitive(
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
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); }
|
|
8
8
|
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; }
|
|
9
9
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
10
10
|
import React from 'react';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormControlSet.js","names":["React","PropTypes","classNames","FormControlSet","_ref","as","className","isInline","children","props","_objectWithoutProperties","_excluded","createElement","_objectSpread","propTypes","elementType","string","bool","node","defaultProps","undefined"],"sources":["../../src/Form/FormControlSet.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n\nfunction FormControlSet({\n as,\n className,\n isInline,\n children,\n ...props\n}) {\n return React.createElement(as, {\n className: classNames(\n className,\n {\n 'pgn__form-control-set': !isInline,\n 'pgn__form-control-set-inline': isInline,\n },\n ),\n ...props,\n }, children);\n}\n\nFormControlSet.propTypes = {\n /** Specifies the base element */\n as: PropTypes.elementType,\n /** A class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies whether the component should be displayed with inline styling. */\n isInline: PropTypes.bool,\n /** Specifies contents of the component. */\n children: PropTypes.node,\n};\n\nFormControlSet.defaultProps = {\n as: 'div',\n className: undefined,\n isInline: false,\n children: null,\n};\n\nexport default FormControlSet;\n"],"mappings":";;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AAEnC,SAASC,cAAcA,CAAAC,IAAA,EAMpB;EAAA,IALDC,EAAE,GAAAD,IAAA,CAAFC,EAAE;IACFC,SAAS,GAAAF,IAAA,CAATE,SAAS;IACTC,QAAQ,GAAAH,IAAA,CAARG,QAAQ;IACRC,QAAQ,GAAAJ,IAAA,CAARI,QAAQ;IACLC,KAAK,GAAAC,wBAAA,CAAAN,IAAA,EAAAO,SAAA;EAER,oBAAOX,KAAK,CAACY,aAAa,CAACP,EAAE,EAAAQ,aAAA;IAC3BP,SAAS,EAAEJ,UAAU,CACnBI,SAAS,EACT;MACE,uBAAuB,EAAE,CAACC,QAAQ;MAClC,8BAA8B,EAAEA;IAClC,CACF;EAAC,GACEE,KAAK,GACPD,QAAQ,CAAC;AACd;AAEAL,cAAc,CAACW,SAAS,GAAG;EACzB;EACAT,EAAE,EAAEJ,SAAS,CAACc,WAAW;EACzB;EACAT,SAAS,EAAEL,SAAS,CAACe,MAAM;EAC3B;EACAT,QAAQ,EAAEN,SAAS,CAACgB,IAAI;EACxB;EACAT,QAAQ,EAAEP,SAAS,CAACiB;AACtB,CAAC;AAEDf,cAAc,CAACgB,YAAY,GAAG;EAC5Bd,EAAE,EAAE,KAAK;EACTC,SAAS,EAAEc,SAAS;EACpBb,QAAQ,EAAE,KAAK;EACfC,QAAQ,EAAE;AACZ,CAAC;AAED,eAAeL,cAAc"}
|
|
1
|
+
{"version":3,"file":"FormControlSet.js","names":["React","PropTypes","classNames","FormControlSet","_ref","as","className","isInline","children","props","_objectWithoutProperties","_excluded","createElement","_objectSpread","propTypes","elementType","string","bool","node","defaultProps","undefined"],"sources":["../../src/Form/FormControlSet.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n\nfunction FormControlSet({\n as,\n className,\n isInline,\n children,\n ...props\n}) {\n return React.createElement(as, {\n className: classNames(\n className,\n {\n 'pgn__form-control-set': !isInline,\n 'pgn__form-control-set-inline': isInline,\n },\n ),\n ...props,\n }, children);\n}\n\nFormControlSet.propTypes = {\n /** Specifies the base element */\n as: PropTypes.elementType,\n /** A class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies whether the component should be displayed with inline styling. */\n isInline: PropTypes.bool,\n /** Specifies contents of the component. */\n children: PropTypes.node,\n};\n\nFormControlSet.defaultProps = {\n as: 'div',\n className: undefined,\n isInline: false,\n children: null,\n};\n\nexport default FormControlSet;\n"],"mappings":";;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AAEnC,SAASC,cAAcA,CAAAC,IAAA,EAMpB;EAAA,IALDC,EAAE,GAAAD,IAAA,CAAFC,EAAE;IACFC,SAAS,GAAAF,IAAA,CAATE,SAAS;IACTC,QAAQ,GAAAH,IAAA,CAARG,QAAQ;IACRC,QAAQ,GAAAJ,IAAA,CAARI,QAAQ;IACLC,KAAK,GAAAC,wBAAA,CAAAN,IAAA,EAAAO,SAAA;EAER,oBAAOX,KAAK,CAACY,aAAa,CAACP,EAAE,EAAAQ,aAAA;IAC3BP,SAAS,EAAEJ,UAAU,CACnBI,SAAS,EACT;MACE,uBAAuB,EAAE,CAACC,QAAQ;MAClC,8BAA8B,EAAEA;IAClC,CACF;EAAC,GACEE,KAAK,GACPD,QAAQ,CAAC;AACd;AAEAL,cAAc,CAACW,SAAS,GAAG;EACzB;EACAT,EAAE,EAAEJ,SAAS,CAACc,WAAW;EACzB;EACAT,SAAS,EAAEL,SAAS,CAACe,MAAM;EAC3B;EACAT,QAAQ,EAAEN,SAAS,CAACgB,IAAI;EACxB;EACAT,QAAQ,EAAEP,SAAS,CAACiB;AACtB,CAAC;AAEDf,cAAc,CAACgB,YAAY,GAAG;EAC5Bd,EAAE,EAAE,KAAK;EACTC,SAAS,EAAEc,SAAS;EACpBb,QAAQ,EAAE,KAAK;EACfC,QAAQ,EAAE;AACZ,CAAC;AAED,eAAeL,cAAc","ignoreList":[]}
|
package/dist/Form/FormGroup.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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 = ["children", "controlId", "isInvalid", "isValid", "size", "as"];
|
|
3
|
-
function ownKeys(
|
|
4
|
-
function _objectSpread(
|
|
3
|
+
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; }
|
|
4
|
+
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; }
|
|
5
5
|
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; }
|
|
6
|
-
function _toPropertyKey(
|
|
7
|
-
function _toPrimitive(
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
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); }
|
|
8
8
|
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; }
|
|
9
9
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
10
10
|
import React from 'react';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormGroup.js","names":["React","PropTypes","classNames","FormGroupContextProvider","FormGroup","_ref","children","controlId","isInvalid","isValid","size","as","props","_objectWithoutProperties","_excluded","createElement","_objectSpread","className","SIZE_CHOICES","propTypes","node","isRequired","string","elementType","bool","oneOf","defaultProps","undefined"],"sources":["../../src/Form/FormGroup.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { FormGroupContextProvider } from './FormGroupContext';\n\nfunction FormGroup({\n children,\n controlId,\n isInvalid,\n isValid,\n size,\n as,\n ...props\n}) {\n return React.createElement(\n as,\n {\n ...props,\n className: classNames('pgn__form-group', props.className),\n }, (\n <FormGroupContextProvider\n controlId={controlId}\n isInvalid={isInvalid}\n isValid={isValid}\n size={size}\n >\n {children}\n </FormGroupContextProvider>\n ),\n );\n}\n\nconst SIZE_CHOICES = ['sm', 'lg'];\n\nFormGroup.propTypes = {\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies base element for the component. */\n as: PropTypes.elementType,\n /** Specifies id to use in the group, it will be used as `htmlFor` in `FormLabel` and as `id` in input components.\n * Will be autogenerated if none is supplied. */\n controlId: PropTypes.string,\n /** Specifies whether to display components in invalid state, this affects styling. */\n isInvalid: PropTypes.bool,\n /** Specifies whether to display components in valid state, this affects styling. */\n isValid: PropTypes.bool,\n /** Specifies size for the component. */\n size: PropTypes.oneOf(SIZE_CHOICES),\n};\n\nFormGroup.defaultProps = {\n as: 'div',\n className: undefined,\n controlId: undefined,\n isInvalid: false,\n isValid: false,\n size: undefined,\n};\n\nexport default FormGroup;\n"],"mappings":";;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,wBAAwB,QAAQ,oBAAoB;AAE7D,SAASC,SAASA,CAAAC,IAAA,EAQf;EAAA,IAPDC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IACRC,SAAS,GAAAF,IAAA,CAATE,SAAS;IACTC,SAAS,GAAAH,IAAA,CAATG,SAAS;IACTC,OAAO,GAAAJ,IAAA,CAAPI,OAAO;IACPC,IAAI,GAAAL,IAAA,CAAJK,IAAI;IACJC,EAAE,GAAAN,IAAA,CAAFM,EAAE;IACCC,KAAK,GAAAC,wBAAA,CAAAR,IAAA,EAAAS,SAAA;EAER,oBAAOd,KAAK,CAACe,aAAa,CACxBJ,EAAE,EAAAK,aAAA,CAAAA,aAAA,KAEGJ,KAAK;IACRK,SAAS,EAAEf,UAAU,CAAC,iBAAiB,EAAEU,KAAK,CAACK,SAAS;EAAC,iBAEzDjB,KAAA,CAAAe,aAAA,CAACZ,wBAAwB;IACvBI,SAAS,EAAEA,SAAU;IACrBC,SAAS,EAAEA,SAAU;IACrBC,OAAO,EAAEA,OAAQ;IACjBC,IAAI,EAAEA;EAAK,GAEVJ,QACuB,CAE9B,CAAC;AACH;AAEA,IAAMY,YAAY,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC;AAEjCd,SAAS,CAACe,SAAS,GAAG;EACpB;EACAb,QAAQ,EAAEL,SAAS,CAACmB,IAAI,CAACC,UAAU;EACnC;EACAJ,SAAS,EAAEhB,SAAS,CAACqB,MAAM;EAC3B;EACAX,EAAE,EAAEV,SAAS,CAACsB,WAAW;EACzB;AACF;EACEhB,SAAS,EAAEN,SAAS,CAACqB,MAAM;EAC3B;EACAd,SAAS,EAAEP,SAAS,CAACuB,IAAI;EACzB;EACAf,OAAO,EAAER,SAAS,CAACuB,IAAI;EACvB;EACAd,IAAI,EAAET,SAAS,CAACwB,KAAK,CAACP,YAAY;AACpC,CAAC;AAEDd,SAAS,CAACsB,YAAY,GAAG;EACvBf,EAAE,EAAE,KAAK;EACTM,SAAS,EAAEU,SAAS;EACpBpB,SAAS,EAAEoB,SAAS;EACpBnB,SAAS,EAAE,KAAK;EAChBC,OAAO,EAAE,KAAK;EACdC,IAAI,EAAEiB;AACR,CAAC;AAED,eAAevB,SAAS"}
|
|
1
|
+
{"version":3,"file":"FormGroup.js","names":["React","PropTypes","classNames","FormGroupContextProvider","FormGroup","_ref","children","controlId","isInvalid","isValid","size","as","props","_objectWithoutProperties","_excluded","createElement","_objectSpread","className","SIZE_CHOICES","propTypes","node","isRequired","string","elementType","bool","oneOf","defaultProps","undefined"],"sources":["../../src/Form/FormGroup.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { FormGroupContextProvider } from './FormGroupContext';\n\nfunction FormGroup({\n children,\n controlId,\n isInvalid,\n isValid,\n size,\n as,\n ...props\n}) {\n return React.createElement(\n as,\n {\n ...props,\n className: classNames('pgn__form-group', props.className),\n }, (\n <FormGroupContextProvider\n controlId={controlId}\n isInvalid={isInvalid}\n isValid={isValid}\n size={size}\n >\n {children}\n </FormGroupContextProvider>\n ),\n );\n}\n\nconst SIZE_CHOICES = ['sm', 'lg'];\n\nFormGroup.propTypes = {\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies base element for the component. */\n as: PropTypes.elementType,\n /** Specifies id to use in the group, it will be used as `htmlFor` in `FormLabel` and as `id` in input components.\n * Will be autogenerated if none is supplied. */\n controlId: PropTypes.string,\n /** Specifies whether to display components in invalid state, this affects styling. */\n isInvalid: PropTypes.bool,\n /** Specifies whether to display components in valid state, this affects styling. */\n isValid: PropTypes.bool,\n /** Specifies size for the component. */\n size: PropTypes.oneOf(SIZE_CHOICES),\n};\n\nFormGroup.defaultProps = {\n as: 'div',\n className: undefined,\n controlId: undefined,\n isInvalid: false,\n isValid: false,\n size: undefined,\n};\n\nexport default FormGroup;\n"],"mappings":";;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,wBAAwB,QAAQ,oBAAoB;AAE7D,SAASC,SAASA,CAAAC,IAAA,EAQf;EAAA,IAPDC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IACRC,SAAS,GAAAF,IAAA,CAATE,SAAS;IACTC,SAAS,GAAAH,IAAA,CAATG,SAAS;IACTC,OAAO,GAAAJ,IAAA,CAAPI,OAAO;IACPC,IAAI,GAAAL,IAAA,CAAJK,IAAI;IACJC,EAAE,GAAAN,IAAA,CAAFM,EAAE;IACCC,KAAK,GAAAC,wBAAA,CAAAR,IAAA,EAAAS,SAAA;EAER,oBAAOd,KAAK,CAACe,aAAa,CACxBJ,EAAE,EAAAK,aAAA,CAAAA,aAAA,KAEGJ,KAAK;IACRK,SAAS,EAAEf,UAAU,CAAC,iBAAiB,EAAEU,KAAK,CAACK,SAAS;EAAC,iBAEzDjB,KAAA,CAAAe,aAAA,CAACZ,wBAAwB;IACvBI,SAAS,EAAEA,SAAU;IACrBC,SAAS,EAAEA,SAAU;IACrBC,OAAO,EAAEA,OAAQ;IACjBC,IAAI,EAAEA;EAAK,GAEVJ,QACuB,CAE9B,CAAC;AACH;AAEA,IAAMY,YAAY,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC;AAEjCd,SAAS,CAACe,SAAS,GAAG;EACpB;EACAb,QAAQ,EAAEL,SAAS,CAACmB,IAAI,CAACC,UAAU;EACnC;EACAJ,SAAS,EAAEhB,SAAS,CAACqB,MAAM;EAC3B;EACAX,EAAE,EAAEV,SAAS,CAACsB,WAAW;EACzB;AACF;EACEhB,SAAS,EAAEN,SAAS,CAACqB,MAAM;EAC3B;EACAd,SAAS,EAAEP,SAAS,CAACuB,IAAI;EACzB;EACAf,OAAO,EAAER,SAAS,CAACuB,IAAI;EACvB;EACAd,IAAI,EAAET,SAAS,CAACwB,KAAK,CAACP,YAAY;AACpC,CAAC;AAEDd,SAAS,CAACsB,YAAY,GAAG;EACvBf,EAAE,EAAE,KAAK;EACTM,SAAS,EAAEU,SAAS;EACpBpB,SAAS,EAAEoB,SAAS;EACpBnB,SAAS,EAAE,KAAK;EAChBC,OAAO,EAAE,KAAK;EACdC,IAAI,EAAEiB;AACR,CAAC;AAED,eAAevB,SAAS","ignoreList":[]}
|
|
@@ -1,14 +1,14 @@
|
|
|
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
|
-
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
8
|
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."); }
|
|
9
9
|
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); }
|
|
10
10
|
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; }
|
|
11
|
-
function _iterableToArrayLimit(
|
|
11
|
+
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; } }
|
|
12
12
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
13
|
import React, { useState, useEffect, useMemo, useCallback } from 'react';
|
|
14
14
|
import PropTypes from 'prop-types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormGroupContext.js","names":["React","useState","useEffect","useMemo","useCallback","PropTypes","classNames","newId","useIdList","omitUndefinedProperties","FORM_CONTROL_SIZES","identityFn","props","noop","FormGroupContext","createContext","getControlProps","useSetIsControlGroupEffect","getLabelProps","getDescriptorProps","hasFormGroupProvider","useFormGroupContext","useContext","useStateEffect","initialState","_useState","_useState2","_slicedToArray","state","setState","useSetStateEffect","newState","FormGroupContextProvider","_ref","children","explicitControlId","controlId","isInvalid","isValid","size","_useIdList","_useIdList2","describedByIds","registerDescriptorId","_useIdList3","_useIdList4","labelledByIds","registerLabelerId","_useStateEffect","_useStateEffect2","isControlGroup","controlProps","labelledByIdsForControl","undefined","_objectSpread","id","labelProps","htmlFor","descriptorProps","contextValue","createElement","Provider","value","propTypes","node","isRequired","string","bool","oneOf","SMALL","LARGE","defaultProps"],"sources":["../../src/Form/FormGroupContext.jsx"],"sourcesContent":["import React, {\n useState, useEffect, useMemo, useCallback,\n} from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { newId } from '../utils';\nimport { useIdList, omitUndefinedProperties } from './fieldUtils';\nimport { FORM_CONTROL_SIZES } from './constants';\n\nconst identityFn = props => props;\nconst noop = () => {};\n\nconst FormGroupContext = React.createContext({\n getControlProps: identityFn,\n useSetIsControlGroupEffect: noop,\n getLabelProps: identityFn,\n getDescriptorProps: identityFn,\n hasFormGroupProvider: false,\n});\n\nconst useFormGroupContext = () => React.useContext(FormGroupContext);\n\nconst useStateEffect = (initialState) => {\n const [state, setState] = useState(initialState);\n const useSetStateEffect = (newState) => {\n useEffect(() => setState(newState), [newState]);\n };\n return [state, useSetStateEffect];\n};\n\nfunction FormGroupContextProvider({\n children,\n controlId: explicitControlId,\n isInvalid,\n isValid,\n size,\n}) {\n const controlId = useMemo(() => explicitControlId || newId('form-field'), [explicitControlId]);\n const [describedByIds, registerDescriptorId] = useIdList(controlId);\n const [labelledByIds, registerLabelerId] = useIdList(controlId);\n const [isControlGroup, useSetIsControlGroupEffect] = useStateEffect(false);\n\n const getControlProps = useCallback((controlProps) => {\n // labelledByIds from the list above should only be added to a control\n // if it the control is a group. We prefer adding a condition here because:\n // - Hooks cannot be called inside conditionals\n // - The getLabelProps function below is forced to generate an id\n // whether it is needed or not.\n // - This is what allows consumers of Paragon to use <Form.Label>\n // interchangeably between ControlGroup type controls and regular Controls\n const labelledByIdsForControl = isControlGroup ? labelledByIds : undefined;\n return omitUndefinedProperties({\n ...controlProps,\n 'aria-describedby': classNames(controlProps['aria-describedby'], describedByIds) || undefined,\n 'aria-labelledby': classNames(controlProps['aria-labelledby'], labelledByIdsForControl) || undefined,\n id: controlId,\n });\n }, [\n isControlGroup,\n describedByIds,\n labelledByIds,\n controlId,\n ]);\n\n const getLabelProps = (labelProps) => {\n const id = registerLabelerId(labelProps?.id);\n if (isControlGroup) {\n return { ...labelProps, id };\n }\n return { ...labelProps, htmlFor: controlId };\n };\n\n const getDescriptorProps = (descriptorProps) => {\n const id = registerDescriptorId(descriptorProps?.id);\n return { ...descriptorProps, id };\n };\n\n const contextValue = {\n getControlProps,\n getLabelProps,\n getDescriptorProps,\n useSetIsControlGroupEffect,\n isControlGroup,\n controlId,\n isInvalid,\n isValid,\n size,\n hasFormGroupProvider: true,\n };\n\n return (\n <FormGroupContext.Provider value={contextValue}>\n {children}\n </FormGroupContext.Provider>\n );\n}\n\nFormGroupContextProvider.propTypes = {\n children: PropTypes.node.isRequired,\n controlId: PropTypes.string,\n isInvalid: PropTypes.bool,\n isValid: PropTypes.bool,\n size: PropTypes.oneOf([\n FORM_CONTROL_SIZES.SMALL,\n FORM_CONTROL_SIZES.LARGE,\n ]),\n};\n\nFormGroupContextProvider.defaultProps = {\n controlId: undefined,\n isInvalid: undefined,\n isValid: undefined,\n size: undefined,\n};\n\nexport {\n FormGroupContext,\n FormGroupContextProvider,\n useFormGroupContext,\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"FormGroupContext.js","names":["React","useState","useEffect","useMemo","useCallback","PropTypes","classNames","newId","useIdList","omitUndefinedProperties","FORM_CONTROL_SIZES","identityFn","props","noop","FormGroupContext","createContext","getControlProps","useSetIsControlGroupEffect","getLabelProps","getDescriptorProps","hasFormGroupProvider","useFormGroupContext","useContext","useStateEffect","initialState","_useState","_useState2","_slicedToArray","state","setState","useSetStateEffect","newState","FormGroupContextProvider","_ref","children","explicitControlId","controlId","isInvalid","isValid","size","_useIdList","_useIdList2","describedByIds","registerDescriptorId","_useIdList3","_useIdList4","labelledByIds","registerLabelerId","_useStateEffect","_useStateEffect2","isControlGroup","controlProps","labelledByIdsForControl","undefined","_objectSpread","id","labelProps","htmlFor","descriptorProps","contextValue","createElement","Provider","value","propTypes","node","isRequired","string","bool","oneOf","SMALL","LARGE","defaultProps"],"sources":["../../src/Form/FormGroupContext.jsx"],"sourcesContent":["import React, {\n useState, useEffect, useMemo, useCallback,\n} from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { newId } from '../utils';\nimport { useIdList, omitUndefinedProperties } from './fieldUtils';\nimport { FORM_CONTROL_SIZES } from './constants';\n\nconst identityFn = props => props;\nconst noop = () => {};\n\nconst FormGroupContext = React.createContext({\n getControlProps: identityFn,\n useSetIsControlGroupEffect: noop,\n getLabelProps: identityFn,\n getDescriptorProps: identityFn,\n hasFormGroupProvider: false,\n});\n\nconst useFormGroupContext = () => React.useContext(FormGroupContext);\n\nconst useStateEffect = (initialState) => {\n const [state, setState] = useState(initialState);\n const useSetStateEffect = (newState) => {\n useEffect(() => setState(newState), [newState]);\n };\n return [state, useSetStateEffect];\n};\n\nfunction FormGroupContextProvider({\n children,\n controlId: explicitControlId,\n isInvalid,\n isValid,\n size,\n}) {\n const controlId = useMemo(() => explicitControlId || newId('form-field'), [explicitControlId]);\n const [describedByIds, registerDescriptorId] = useIdList(controlId);\n const [labelledByIds, registerLabelerId] = useIdList(controlId);\n const [isControlGroup, useSetIsControlGroupEffect] = useStateEffect(false);\n\n const getControlProps = useCallback((controlProps) => {\n // labelledByIds from the list above should only be added to a control\n // if it the control is a group. We prefer adding a condition here because:\n // - Hooks cannot be called inside conditionals\n // - The getLabelProps function below is forced to generate an id\n // whether it is needed or not.\n // - This is what allows consumers of Paragon to use <Form.Label>\n // interchangeably between ControlGroup type controls and regular Controls\n const labelledByIdsForControl = isControlGroup ? labelledByIds : undefined;\n return omitUndefinedProperties({\n ...controlProps,\n 'aria-describedby': classNames(controlProps['aria-describedby'], describedByIds) || undefined,\n 'aria-labelledby': classNames(controlProps['aria-labelledby'], labelledByIdsForControl) || undefined,\n id: controlId,\n });\n }, [\n isControlGroup,\n describedByIds,\n labelledByIds,\n controlId,\n ]);\n\n const getLabelProps = (labelProps) => {\n const id = registerLabelerId(labelProps?.id);\n if (isControlGroup) {\n return { ...labelProps, id };\n }\n return { ...labelProps, htmlFor: controlId };\n };\n\n const getDescriptorProps = (descriptorProps) => {\n const id = registerDescriptorId(descriptorProps?.id);\n return { ...descriptorProps, id };\n };\n\n const contextValue = {\n getControlProps,\n getLabelProps,\n getDescriptorProps,\n useSetIsControlGroupEffect,\n isControlGroup,\n controlId,\n isInvalid,\n isValid,\n size,\n hasFormGroupProvider: true,\n };\n\n return (\n <FormGroupContext.Provider value={contextValue}>\n {children}\n </FormGroupContext.Provider>\n );\n}\n\nFormGroupContextProvider.propTypes = {\n children: PropTypes.node.isRequired,\n controlId: PropTypes.string,\n isInvalid: PropTypes.bool,\n isValid: PropTypes.bool,\n size: PropTypes.oneOf([\n FORM_CONTROL_SIZES.SMALL,\n FORM_CONTROL_SIZES.LARGE,\n ]),\n};\n\nFormGroupContextProvider.defaultProps = {\n controlId: undefined,\n isInvalid: undefined,\n isValid: undefined,\n size: undefined,\n};\n\nexport {\n FormGroupContext,\n FormGroupContextProvider,\n useFormGroupContext,\n};\n"],"mappings":"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","ignoreList":[]}
|
package/dist/Form/FormLabel.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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 = ["children", "isInline"];
|
|
3
|
-
function ownKeys(
|
|
4
|
-
function _objectSpread(
|
|
3
|
+
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; }
|
|
4
|
+
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; }
|
|
5
5
|
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; }
|
|
6
|
-
function _toPropertyKey(
|
|
7
|
-
function _toPrimitive(
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
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); }
|
|
8
8
|
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; }
|
|
9
9
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
10
10
|
import React from 'react';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormLabel.js","names":["React","PropTypes","classNames","useFormGroupContext","FORM_CONTROL_SIZES","FormLabel","_ref","children","isInline","props","_objectWithoutProperties","_excluded","_useFormGroupContext","size","isControlGroup","getLabelProps","className","LARGE","SMALL","labelProps","_objectSpread","componentType","createElement","SIZE_CHOICES","propTypes","string","node","isRequired","bool","oneOf","defaultProps","undefined"],"sources":["../../src/Form/FormLabel.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { useFormGroupContext } from './FormGroupContext';\nimport { FORM_CONTROL_SIZES } from './constants';\n\nfunction FormLabel({ children, isInline, ...props }) {\n const { size, isControlGroup, getLabelProps } = useFormGroupContext();\n const className = classNames(\n 'pgn__form-label',\n {\n 'pgn__form-label-inline': isInline,\n 'pgn__form-label-lg': size === FORM_CONTROL_SIZES.LARGE,\n 'pgn__form-label-sm': size === FORM_CONTROL_SIZES.SMALL,\n },\n props.className,\n );\n const labelProps = getLabelProps({ ...props, className });\n const componentType = isControlGroup ? 'p' : 'label';\n return React.createElement(componentType, labelProps, children);\n}\n\nconst SIZE_CHOICES = ['sm', 'lg'];\n\nFormLabel.propTypes = {\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** Specifies whether the component should be displayed with inline styling. */\n isInline: PropTypes.bool,\n /** Specifies size of the component. */\n size: PropTypes.oneOf(SIZE_CHOICES),\n};\n\nFormLabel.defaultProps = {\n isInline: false,\n size: undefined,\n className: undefined,\n};\n\nexport default FormLabel;\n"],"mappings":";;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,mBAAmB,QAAQ,oBAAoB;AACxD,SAASC,kBAAkB,QAAQ,aAAa;AAEhD,SAASC,SAASA,CAAAC,IAAA,EAAmC;EAAA,IAAhCC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAEC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IAAKC,KAAK,GAAAC,wBAAA,CAAAJ,IAAA,EAAAK,SAAA;EAC/C,IAAAC,oBAAA,GAAgDT,mBAAmB,CAAC,CAAC;IAA7DU,IAAI,GAAAD,oBAAA,CAAJC,IAAI;IAAEC,cAAc,GAAAF,oBAAA,CAAdE,cAAc;IAAEC,aAAa,GAAAH,oBAAA,CAAbG,aAAa;EAC3C,IAAMC,SAAS,GAAGd,UAAU,CAC1B,iBAAiB,EACjB;IACE,wBAAwB,EAAEM,QAAQ;IAClC,oBAAoB,EAAEK,IAAI,KAAKT,kBAAkB,CAACa,KAAK;IACvD,oBAAoB,EAAEJ,IAAI,KAAKT,kBAAkB,CAACc;EACpD,CAAC,EACDT,KAAK,CAACO,SACR,CAAC;EACD,IAAMG,UAAU,GAAGJ,aAAa,CAAAK,aAAA,CAAAA,aAAA,KAAMX,KAAK;IAAEO,SAAS,EAATA;EAAS,EAAE,CAAC;EACzD,IAAMK,aAAa,GAAGP,cAAc,GAAG,GAAG,GAAG,OAAO;EACpD,oBAAOd,KAAK,CAACsB,aAAa,CAACD,aAAa,EAAEF,UAAU,EAAEZ,QAAQ,CAAC;AACjE;AAEA,IAAMgB,YAAY,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC;AAEjClB,SAAS,CAACmB,SAAS,GAAG;EACpB;EACAR,SAAS,EAAEf,SAAS,CAACwB,MAAM;EAC3B;EACAlB,QAAQ,EAAEN,SAAS,CAACyB,IAAI,CAACC,UAAU;EACnC;EACAnB,QAAQ,EAAEP,SAAS,CAAC2B,IAAI;EACxB;EACAf,IAAI,EAAEZ,SAAS,CAAC4B,KAAK,CAACN,YAAY;AACpC,CAAC;AAEDlB,SAAS,CAACyB,YAAY,GAAG;EACvBtB,QAAQ,EAAE,KAAK;EACfK,IAAI,EAAEkB,SAAS;EACff,SAAS,EAAEe;AACb,CAAC;AAED,eAAe1B,SAAS"}
|
|
1
|
+
{"version":3,"file":"FormLabel.js","names":["React","PropTypes","classNames","useFormGroupContext","FORM_CONTROL_SIZES","FormLabel","_ref","children","isInline","props","_objectWithoutProperties","_excluded","_useFormGroupContext","size","isControlGroup","getLabelProps","className","LARGE","SMALL","labelProps","_objectSpread","componentType","createElement","SIZE_CHOICES","propTypes","string","node","isRequired","bool","oneOf","defaultProps","undefined"],"sources":["../../src/Form/FormLabel.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { useFormGroupContext } from './FormGroupContext';\nimport { FORM_CONTROL_SIZES } from './constants';\n\nfunction FormLabel({ children, isInline, ...props }) {\n const { size, isControlGroup, getLabelProps } = useFormGroupContext();\n const className = classNames(\n 'pgn__form-label',\n {\n 'pgn__form-label-inline': isInline,\n 'pgn__form-label-lg': size === FORM_CONTROL_SIZES.LARGE,\n 'pgn__form-label-sm': size === FORM_CONTROL_SIZES.SMALL,\n },\n props.className,\n );\n const labelProps = getLabelProps({ ...props, className });\n const componentType = isControlGroup ? 'p' : 'label';\n return React.createElement(componentType, labelProps, children);\n}\n\nconst SIZE_CHOICES = ['sm', 'lg'];\n\nFormLabel.propTypes = {\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** Specifies whether the component should be displayed with inline styling. */\n isInline: PropTypes.bool,\n /** Specifies size of the component. */\n size: PropTypes.oneOf(SIZE_CHOICES),\n};\n\nFormLabel.defaultProps = {\n isInline: false,\n size: undefined,\n className: undefined,\n};\n\nexport default FormLabel;\n"],"mappings":";;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,mBAAmB,QAAQ,oBAAoB;AACxD,SAASC,kBAAkB,QAAQ,aAAa;AAEhD,SAASC,SAASA,CAAAC,IAAA,EAAmC;EAAA,IAAhCC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAEC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IAAKC,KAAK,GAAAC,wBAAA,CAAAJ,IAAA,EAAAK,SAAA;EAC/C,IAAAC,oBAAA,GAAgDT,mBAAmB,CAAC,CAAC;IAA7DU,IAAI,GAAAD,oBAAA,CAAJC,IAAI;IAAEC,cAAc,GAAAF,oBAAA,CAAdE,cAAc;IAAEC,aAAa,GAAAH,oBAAA,CAAbG,aAAa;EAC3C,IAAMC,SAAS,GAAGd,UAAU,CAC1B,iBAAiB,EACjB;IACE,wBAAwB,EAAEM,QAAQ;IAClC,oBAAoB,EAAEK,IAAI,KAAKT,kBAAkB,CAACa,KAAK;IACvD,oBAAoB,EAAEJ,IAAI,KAAKT,kBAAkB,CAACc;EACpD,CAAC,EACDT,KAAK,CAACO,SACR,CAAC;EACD,IAAMG,UAAU,GAAGJ,aAAa,CAAAK,aAAA,CAAAA,aAAA,KAAMX,KAAK;IAAEO,SAAS,EAATA;EAAS,EAAE,CAAC;EACzD,IAAMK,aAAa,GAAGP,cAAc,GAAG,GAAG,GAAG,OAAO;EACpD,oBAAOd,KAAK,CAACsB,aAAa,CAACD,aAAa,EAAEF,UAAU,EAAEZ,QAAQ,CAAC;AACjE;AAEA,IAAMgB,YAAY,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC;AAEjClB,SAAS,CAACmB,SAAS,GAAG;EACpB;EACAR,SAAS,EAAEf,SAAS,CAACwB,MAAM;EAC3B;EACAlB,QAAQ,EAAEN,SAAS,CAACyB,IAAI,CAACC,UAAU;EACnC;EACAnB,QAAQ,EAAEP,SAAS,CAAC2B,IAAI;EACxB;EACAf,IAAI,EAAEZ,SAAS,CAAC4B,KAAK,CAACN,YAAY;AACpC,CAAC;AAEDlB,SAAS,CAACyB,YAAY,GAAG;EACvBtB,QAAQ,EAAE,KAAK;EACfK,IAAI,EAAEkB,SAAS;EACff,SAAS,EAAEe;AACb,CAAC;AAED,eAAe1B,SAAS","ignoreList":[]}
|
package/dist/Form/FormRadio.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
var _excluded = ["children", "className", "controlClassName", "labelClassName", "description", "isInvalid", "isValid"];
|
|
2
|
-
function _typeof(
|
|
2
|
+
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); }
|
|
3
3
|
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; }
|
|
4
4
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
5
|
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); }
|
|
6
|
-
function ownKeys(
|
|
7
|
-
function _objectSpread(
|
|
6
|
+
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; }
|
|
7
|
+
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; }
|
|
8
8
|
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; }
|
|
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
|
import React from 'react';
|
|
12
12
|
import PropTypes from 'prop-types';
|
|
13
13
|
import classNames from 'classnames';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormRadio.js","names":["React","PropTypes","classNames","useRadioSetContext","FormGroupContextProvider","useFormGroupContext","FormLabel","FormControlFeedback","RadioControl","forwardRef","props","ref","_useFormGroupContext","getControlProps","_useRadioSetContext","getRadioControlProps","hasRadioSetProvider","radioProps","_objectSpread","className","createElement","_extends","type","propTypes","string","defaultProps","undefined","FormRadio","_ref","children","controlClassName","labelClassName","description","isInvalid","isValid","_objectWithoutProperties","_excluded","controlId","id","disabled","hasIcon","node","isRequired","bool"],"sources":["../../src/Form/FormRadio.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { useRadioSetContext } from './FormRadioSetContext';\nimport { FormGroupContextProvider, useFormGroupContext } from './FormGroupContext';\nimport FormLabel from './FormLabel';\nimport FormControlFeedback from './FormControlFeedback';\n\nconst RadioControl = React.forwardRef((props, ref) => {\n const { getControlProps } = useFormGroupContext();\n const { getRadioControlProps, hasRadioSetProvider } = useRadioSetContext();\n let radioProps = getControlProps({\n ...props,\n className: classNames('pgn__form-radio-input', props.className),\n });\n\n if (hasRadioSetProvider) {\n radioProps = getRadioControlProps(radioProps);\n }\n\n return (\n <input {...radioProps} type=\"radio\" ref={ref} />\n );\n});\n\nRadioControl.propTypes = {\n className: PropTypes.string,\n};\n\nRadioControl.defaultProps = {\n className: undefined,\n};\n\nconst FormRadio = React.forwardRef(({\n children,\n className,\n controlClassName,\n labelClassName,\n description,\n isInvalid,\n isValid,\n ...props\n}, ref) => (\n <FormGroupContextProvider\n controlId={props.id}\n isInvalid={isInvalid}\n isValid={isValid}\n >\n <div\n className={classNames('pgn__form-radio', className, {\n 'pgn__form-control-valid': isValid,\n 'pgn__form-control-invalid': isInvalid,\n 'pgn__form-control-disabled': props.disabled,\n })}\n >\n <RadioControl ref={ref} className={controlClassName} {...props} />\n <div>\n <FormLabel className={labelClassName}>\n {children}\n </FormLabel>\n {description && (\n <FormControlFeedback hasIcon={false}>\n {description}\n </FormControlFeedback>\n )}\n </div>\n </div>\n </FormGroupContextProvider>\n));\n\nFormRadio.propTypes = {\n /** Specifies id of the FormRadio component. */\n id: PropTypes.string,\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies class name for control component. */\n controlClassName: PropTypes.string,\n /** Specifies class name for label component. */\n labelClassName: PropTypes.string,\n /** Specifies description to show under the radio's value. */\n description: PropTypes.node,\n /** Specifies whether to display component in invalid state, this affects styling. */\n isInvalid: PropTypes.bool,\n /** Specifies whether to display component in valid state, this affects styling. */\n isValid: PropTypes.bool,\n /** Specifies whether the `FormRadio` is disabled. */\n disabled: PropTypes.bool,\n};\n\nFormRadio.defaultProps = {\n id: undefined,\n className: undefined,\n controlClassName: undefined,\n labelClassName: undefined,\n description: undefined,\n isInvalid: false,\n isValid: false,\n disabled: false,\n};\n\nexport { RadioControl };\nexport default FormRadio;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"FormRadio.js","names":["React","PropTypes","classNames","useRadioSetContext","FormGroupContextProvider","useFormGroupContext","FormLabel","FormControlFeedback","RadioControl","forwardRef","props","ref","_useFormGroupContext","getControlProps","_useRadioSetContext","getRadioControlProps","hasRadioSetProvider","radioProps","_objectSpread","className","createElement","_extends","type","propTypes","string","defaultProps","undefined","FormRadio","_ref","children","controlClassName","labelClassName","description","isInvalid","isValid","_objectWithoutProperties","_excluded","controlId","id","disabled","hasIcon","node","isRequired","bool"],"sources":["../../src/Form/FormRadio.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { useRadioSetContext } from './FormRadioSetContext';\nimport { FormGroupContextProvider, useFormGroupContext } from './FormGroupContext';\nimport FormLabel from './FormLabel';\nimport FormControlFeedback from './FormControlFeedback';\n\nconst RadioControl = React.forwardRef((props, ref) => {\n const { getControlProps } = useFormGroupContext();\n const { getRadioControlProps, hasRadioSetProvider } = useRadioSetContext();\n let radioProps = getControlProps({\n ...props,\n className: classNames('pgn__form-radio-input', props.className),\n });\n\n if (hasRadioSetProvider) {\n radioProps = getRadioControlProps(radioProps);\n }\n\n return (\n <input {...radioProps} type=\"radio\" ref={ref} />\n );\n});\n\nRadioControl.propTypes = {\n className: PropTypes.string,\n};\n\nRadioControl.defaultProps = {\n className: undefined,\n};\n\nconst FormRadio = React.forwardRef(({\n children,\n className,\n controlClassName,\n labelClassName,\n description,\n isInvalid,\n isValid,\n ...props\n}, ref) => (\n <FormGroupContextProvider\n controlId={props.id}\n isInvalid={isInvalid}\n isValid={isValid}\n >\n <div\n className={classNames('pgn__form-radio', className, {\n 'pgn__form-control-valid': isValid,\n 'pgn__form-control-invalid': isInvalid,\n 'pgn__form-control-disabled': props.disabled,\n })}\n >\n <RadioControl ref={ref} className={controlClassName} {...props} />\n <div>\n <FormLabel className={labelClassName}>\n {children}\n </FormLabel>\n {description && (\n <FormControlFeedback hasIcon={false}>\n {description}\n </FormControlFeedback>\n )}\n </div>\n </div>\n </FormGroupContextProvider>\n));\n\nFormRadio.propTypes = {\n /** Specifies id of the FormRadio component. */\n id: PropTypes.string,\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** Specifies class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies class name for control component. */\n controlClassName: PropTypes.string,\n /** Specifies class name for label component. */\n labelClassName: PropTypes.string,\n /** Specifies description to show under the radio's value. */\n description: PropTypes.node,\n /** Specifies whether to display component in invalid state, this affects styling. */\n isInvalid: PropTypes.bool,\n /** Specifies whether to display component in valid state, this affects styling. */\n isValid: PropTypes.bool,\n /** Specifies whether the `FormRadio` is disabled. */\n disabled: PropTypes.bool,\n};\n\nFormRadio.defaultProps = {\n id: undefined,\n className: undefined,\n controlClassName: undefined,\n labelClassName: undefined,\n description: undefined,\n isInvalid: false,\n isValid: false,\n disabled: false,\n};\n\nexport { RadioControl };\nexport default FormRadio;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormRadioSet.js","names":["React","PropTypes","useFormGroupContext","FormRadioSetContextProvider","FormControlSet","FormRadioSet","_ref","children","name","value","defaultValue","isInline","onChange","onFocus","onBlur","props","_objectWithoutProperties","_excluded","_useFormGroupContext","getControlProps","useSetIsControlGroupEffect","controlProps","createElement","_extends","role","propTypes","node","isRequired","className","string","bool","func","defaultProps","undefined"],"sources":["../../src/Form/FormRadioSet.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { useFormGroupContext } from './FormGroupContext';\nimport { FormRadioSetContextProvider } from './FormRadioSetContext';\nimport FormControlSet from './FormControlSet';\n\nfunction FormRadioSet({\n children,\n name,\n value,\n defaultValue,\n isInline,\n onChange,\n onFocus,\n onBlur,\n ...props\n}) {\n const { getControlProps, useSetIsControlGroupEffect } = useFormGroupContext();\n useSetIsControlGroupEffect(true);\n const controlProps = getControlProps(props);\n return (\n <FormRadioSetContextProvider\n name={name}\n value={value}\n defaultValue={defaultValue}\n onFocus={onFocus}\n onBlur={onBlur}\n onChange={onChange}\n >\n <FormControlSet role=\"radiogroup\" isInline={isInline} {...controlProps}>\n {children}\n </FormControlSet>\n </FormRadioSetContextProvider>\n );\n}\n\nFormRadioSet.propTypes = {\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** A class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies name for the component. */\n name: PropTypes.string.isRequired,\n /** Specifies values for the FormRadioSet. */\n value: PropTypes.string,\n /** Specifies default values. */\n defaultValue: PropTypes.string,\n /** Specifies whether the component should be displayed with inline styling. */\n isInline: PropTypes.bool,\n /** Specifies onChange event handler. */\n onChange: PropTypes.func,\n /** Specifies onFocus event handler. */\n onFocus: PropTypes.func,\n /** Specifies onBlur event handler. */\n onBlur: PropTypes.func,\n};\n\nFormRadioSet.defaultProps = {\n className: undefined,\n value: undefined,\n defaultValue: undefined,\n isInline: false,\n onChange: undefined,\n onFocus: undefined,\n onBlur: undefined,\n};\n\nexport default FormRadioSet;\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,SAASC,mBAAmB,QAAQ,oBAAoB;AACxD,SAASC,2BAA2B,QAAQ,uBAAuB;AACnE,OAAOC,cAAc,MAAM,kBAAkB;AAE7C,SAASC,YAAYA,CAAAC,IAAA,EAUlB;EAAA,IATDC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IACRC,IAAI,GAAAF,IAAA,CAAJE,IAAI;IACJC,KAAK,GAAAH,IAAA,CAALG,KAAK;IACLC,YAAY,GAAAJ,IAAA,CAAZI,YAAY;IACZC,QAAQ,GAAAL,IAAA,CAARK,QAAQ;IACRC,QAAQ,GAAAN,IAAA,CAARM,QAAQ;IACRC,OAAO,GAAAP,IAAA,CAAPO,OAAO;IACPC,MAAM,GAAAR,IAAA,CAANQ,MAAM;IACHC,KAAK,GAAAC,wBAAA,CAAAV,IAAA,EAAAW,SAAA;EAER,IAAAC,oBAAA,GAAwDhB,mBAAmB,CAAC,CAAC;IAArEiB,eAAe,GAAAD,oBAAA,CAAfC,eAAe;IAAEC,0BAA0B,GAAAF,oBAAA,CAA1BE,0BAA0B;EACnDA,0BAA0B,CAAC,IAAI,CAAC;EAChC,IAAMC,YAAY,GAAGF,eAAe,CAACJ,KAAK,CAAC;EAC3C,oBACEf,KAAA,CAAAsB,aAAA,CAACnB,2BAA2B;IAC1BK,IAAI,EAAEA,IAAK;IACXC,KAAK,EAAEA,KAAM;IACbC,YAAY,EAAEA,YAAa;IAC3BG,OAAO,EAAEA,OAAQ;IACjBC,MAAM,EAAEA,MAAO;IACfF,QAAQ,EAAEA;EAAS,gBAEnBZ,KAAA,CAAAsB,aAAA,CAAClB,cAAc,EAAAmB,QAAA;IAACC,IAAI,EAAC,YAAY;IAACb,QAAQ,EAAEA;EAAS,GAAKU,YAAY,GACnEd,QACa,CACW,CAAC;AAElC;AAEAF,YAAY,CAACoB,SAAS,GAAG;EACvB;EACAlB,QAAQ,EAAEN,SAAS,CAACyB,IAAI,CAACC,UAAU;EACnC;EACAC,SAAS,EAAE3B,SAAS,CAAC4B,MAAM;EAC3B;EACArB,IAAI,EAAEP,SAAS,CAAC4B,MAAM,CAACF,UAAU;EACjC;EACAlB,KAAK,EAAER,SAAS,CAAC4B,MAAM;EACvB;EACAnB,YAAY,EAAET,SAAS,CAAC4B,MAAM;EAC9B;EACAlB,QAAQ,EAAEV,SAAS,CAAC6B,IAAI;EACxB;EACAlB,QAAQ,EAAEX,SAAS,CAAC8B,IAAI;EACxB;EACAlB,OAAO,EAAEZ,SAAS,CAAC8B,IAAI;EACvB;EACAjB,MAAM,EAAEb,SAAS,CAAC8B;AACpB,CAAC;AAED1B,YAAY,CAAC2B,YAAY,GAAG;EAC1BJ,SAAS,EAAEK,SAAS;EACpBxB,KAAK,EAAEwB,SAAS;EAChBvB,YAAY,EAAEuB,SAAS;EACvBtB,QAAQ,EAAE,KAAK;EACfC,QAAQ,EAAEqB,SAAS;EACnBpB,OAAO,EAAEoB,SAAS;EAClBnB,MAAM,EAAEmB;AACV,CAAC;AAED,eAAe5B,YAAY"}
|
|
1
|
+
{"version":3,"file":"FormRadioSet.js","names":["React","PropTypes","useFormGroupContext","FormRadioSetContextProvider","FormControlSet","FormRadioSet","_ref","children","name","value","defaultValue","isInline","onChange","onFocus","onBlur","props","_objectWithoutProperties","_excluded","_useFormGroupContext","getControlProps","useSetIsControlGroupEffect","controlProps","createElement","_extends","role","propTypes","node","isRequired","className","string","bool","func","defaultProps","undefined"],"sources":["../../src/Form/FormRadioSet.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { useFormGroupContext } from './FormGroupContext';\nimport { FormRadioSetContextProvider } from './FormRadioSetContext';\nimport FormControlSet from './FormControlSet';\n\nfunction FormRadioSet({\n children,\n name,\n value,\n defaultValue,\n isInline,\n onChange,\n onFocus,\n onBlur,\n ...props\n}) {\n const { getControlProps, useSetIsControlGroupEffect } = useFormGroupContext();\n useSetIsControlGroupEffect(true);\n const controlProps = getControlProps(props);\n return (\n <FormRadioSetContextProvider\n name={name}\n value={value}\n defaultValue={defaultValue}\n onFocus={onFocus}\n onBlur={onBlur}\n onChange={onChange}\n >\n <FormControlSet role=\"radiogroup\" isInline={isInline} {...controlProps}>\n {children}\n </FormControlSet>\n </FormRadioSetContextProvider>\n );\n}\n\nFormRadioSet.propTypes = {\n /** Specifies contents of the component. */\n children: PropTypes.node.isRequired,\n /** A class name to append to the base element. */\n className: PropTypes.string,\n /** Specifies name for the component. */\n name: PropTypes.string.isRequired,\n /** Specifies values for the FormRadioSet. */\n value: PropTypes.string,\n /** Specifies default values. */\n defaultValue: PropTypes.string,\n /** Specifies whether the component should be displayed with inline styling. */\n isInline: PropTypes.bool,\n /** Specifies onChange event handler. */\n onChange: PropTypes.func,\n /** Specifies onFocus event handler. */\n onFocus: PropTypes.func,\n /** Specifies onBlur event handler. */\n onBlur: PropTypes.func,\n};\n\nFormRadioSet.defaultProps = {\n className: undefined,\n value: undefined,\n defaultValue: undefined,\n isInline: false,\n onChange: undefined,\n onFocus: undefined,\n onBlur: undefined,\n};\n\nexport default FormRadioSet;\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,SAASC,mBAAmB,QAAQ,oBAAoB;AACxD,SAASC,2BAA2B,QAAQ,uBAAuB;AACnE,OAAOC,cAAc,MAAM,kBAAkB;AAE7C,SAASC,YAAYA,CAAAC,IAAA,EAUlB;EAAA,IATDC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IACRC,IAAI,GAAAF,IAAA,CAAJE,IAAI;IACJC,KAAK,GAAAH,IAAA,CAALG,KAAK;IACLC,YAAY,GAAAJ,IAAA,CAAZI,YAAY;IACZC,QAAQ,GAAAL,IAAA,CAARK,QAAQ;IACRC,QAAQ,GAAAN,IAAA,CAARM,QAAQ;IACRC,OAAO,GAAAP,IAAA,CAAPO,OAAO;IACPC,MAAM,GAAAR,IAAA,CAANQ,MAAM;IACHC,KAAK,GAAAC,wBAAA,CAAAV,IAAA,EAAAW,SAAA;EAER,IAAAC,oBAAA,GAAwDhB,mBAAmB,CAAC,CAAC;IAArEiB,eAAe,GAAAD,oBAAA,CAAfC,eAAe;IAAEC,0BAA0B,GAAAF,oBAAA,CAA1BE,0BAA0B;EACnDA,0BAA0B,CAAC,IAAI,CAAC;EAChC,IAAMC,YAAY,GAAGF,eAAe,CAACJ,KAAK,CAAC;EAC3C,oBACEf,KAAA,CAAAsB,aAAA,CAACnB,2BAA2B;IAC1BK,IAAI,EAAEA,IAAK;IACXC,KAAK,EAAEA,KAAM;IACbC,YAAY,EAAEA,YAAa;IAC3BG,OAAO,EAAEA,OAAQ;IACjBC,MAAM,EAAEA,MAAO;IACfF,QAAQ,EAAEA;EAAS,gBAEnBZ,KAAA,CAAAsB,aAAA,CAAClB,cAAc,EAAAmB,QAAA;IAACC,IAAI,EAAC,YAAY;IAACb,QAAQ,EAAEA;EAAS,GAAKU,YAAY,GACnEd,QACa,CACW,CAAC;AAElC;AAEAF,YAAY,CAACoB,SAAS,GAAG;EACvB;EACAlB,QAAQ,EAAEN,SAAS,CAACyB,IAAI,CAACC,UAAU;EACnC;EACAC,SAAS,EAAE3B,SAAS,CAAC4B,MAAM;EAC3B;EACArB,IAAI,EAAEP,SAAS,CAAC4B,MAAM,CAACF,UAAU;EACjC;EACAlB,KAAK,EAAER,SAAS,CAAC4B,MAAM;EACvB;EACAnB,YAAY,EAAET,SAAS,CAAC4B,MAAM;EAC9B;EACAlB,QAAQ,EAAEV,SAAS,CAAC6B,IAAI;EACxB;EACAlB,QAAQ,EAAEX,SAAS,CAAC8B,IAAI;EACxB;EACAlB,OAAO,EAAEZ,SAAS,CAAC8B,IAAI;EACvB;EACAjB,MAAM,EAAEb,SAAS,CAAC8B;AACpB,CAAC;AAED1B,YAAY,CAAC2B,YAAY,GAAG;EAC1BJ,SAAS,EAAEK,SAAS;EACpBxB,KAAK,EAAEwB,SAAS;EAChBvB,YAAY,EAAEuB,SAAS;EACvBtB,QAAQ,EAAE,KAAK;EACfC,QAAQ,EAAEqB,SAAS;EACnBpB,OAAO,EAAEoB,SAAS;EAClBnB,MAAM,EAAEmB;AACV,CAAC;AAED,eAAe5B,YAAY","ignoreList":[]}
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
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
|
import React, { useContext } from 'react';
|
|
8
8
|
import PropTypes from 'prop-types';
|
|
9
9
|
import { callAllHandlers } from './fieldUtils';
|