@ubloimmo/uikit 1.0.1 → 1.0.3
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/dist/_virtual/_commonjsHelpers.js +1 -1
- package/dist/_virtual/jsx-runtime.js +1 -1
- package/dist/_virtual/lodash.js +1 -1
- package/dist/_virtual/react-jsx-runtime.development.js +1 -1
- package/dist/_virtual/react-jsx-runtime.production.min.js +1 -1
- package/dist/components/AccountBalance/AccountBalance.component.d.ts +1 -1
- package/dist/components/AccountBalance/AccountBalance.component.js +28 -16
- package/dist/components/AccountBalance/AccountBalance.styles.js +1 -1
- package/dist/components/AccountBalance/AccountBalance.utils.js +1 -1
- package/dist/components/Action/Action.component.js +2 -1
- package/dist/components/Action/Action.styles.js +1 -1
- package/dist/components/ActionIcon/ActionIcon.component.js +1 -1
- package/dist/components/ActionIcon/ActionIcon.styles.js +1 -1
- package/dist/components/Avatar/Avatar.component.js +1 -1
- package/dist/components/Avatar/Avatar.styles.js +1 -1
- package/dist/components/Avatar/Avatar.utils.js +1 -1
- package/dist/components/Badge/Badge.component.js +1 -1
- package/dist/components/Badge/Badge.styles.js +1 -1
- package/dist/components/Button/Button.component.js +7 -7
- package/dist/components/Button/Button.styles.js +1 -1
- package/dist/components/Calendar/Calendar.component.js +18 -16
- package/dist/components/Calendar/Calendar.styles.js +6 -4
- package/dist/components/Calendar/Calendar.utils.js +1 -1
- package/dist/components/Calendar/components/CalendarFooter.component.js +10 -8
- package/dist/components/Calendar/components/CalendarNav.component.js +8 -6
- package/dist/components/Callout/Callout.component.js +2 -1
- package/dist/components/Callout/Callout.styles.js +1 -1
- package/dist/components/Callout/components/CalloutIcon.component.js +5 -5
- package/dist/components/Checkbox/Checkbox.component.js +1 -1
- package/dist/components/Checkbox/Checkbox.styles.js +1 -1
- package/dist/components/Chip/Chip.component.js +2 -1
- package/dist/components/Chip/Chip.styles.js +1 -1
- package/dist/components/ComboBox/ComboBox.component.js +2 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.component.js +10 -9
- package/dist/components/ComboBoxButton/ComboBoxButton.styles.js +1 -1
- package/dist/components/ContextLine/ContextLine.component.js +1 -1
- package/dist/components/ContextLine/ContextLine.styles.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.component.js +2 -1
- package/dist/components/ContextMenu/ContextMenu.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.component.js +2 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.utils.js +1 -1
- package/dist/components/Dialog/Dialog.component.js +1 -1
- package/dist/components/Dialog/Dialog.context.d.ts +1 -3
- package/dist/components/Dialog/Dialog.context.js +1 -1
- package/dist/components/Dialog/Dialog.styles.js +1 -1
- package/dist/components/Divider/Divider.component.js +6 -5
- package/dist/components/Divider/Divider.styles.js +1 -1
- package/dist/components/EnergyLabel/EnergyLabel.component.js +1 -1
- package/dist/components/EnergyLabel/EnergyLabel.styles.js +1 -1
- package/dist/components/EntityInfoCard/EntityInfoCard.component.d.ts +3 -3
- package/dist/components/EntityInfoCard/EntityInfoCard.component.js +86 -71
- package/dist/components/EntityInfoCard/EntityInfoCard.styles.js +1 -1
- package/dist/components/EntityInfoCard/EntityInfoCard.types.d.ts +14 -11
- package/dist/components/FeatureSwitch/FeatureSwitch.component.js +2 -1
- package/dist/components/FeatureSwitch/FeatureSwitch.utils.js +1 -1
- package/dist/components/Field/Field.component.d.ts +8 -8
- package/dist/components/Field/Field.component.js +2 -1
- package/dist/components/Field/Field.utils.js +1 -1
- package/dist/components/Form/Form.component.js +6 -5
- package/dist/components/Form/Form.context.js +1 -1
- package/dist/components/Form/Form.format.js +4 -3
- package/dist/components/Form/Form.styles.js +1 -1
- package/dist/components/Form/Form.types.d.ts +1 -1
- package/dist/components/Form/Form.utils.js +1 -1
- package/dist/components/Form/components/FieldSkeleton.component.js +4 -3
- package/dist/components/Form/components/FormCustomContent.component.js +1 -1
- package/dist/components/Form/components/FormCustomField.component.js +1 -1
- package/dist/components/Form/components/FormDebug.component.js +25 -24
- package/dist/components/Form/components/FormDivider.component.js +4 -3
- package/dist/components/Form/components/FormEditBanner.component.js +4 -3
- package/dist/components/Form/components/FormEditButton.component.js +1 -1
- package/dist/components/Form/components/FormFeatureSwitch.component.js +1 -1
- package/dist/components/Form/components/FormField.component.js +1 -1
- package/dist/components/Form/components/FormFieldDisplay.component.js +11 -10
- package/dist/components/Form/components/FormFieldGridItem.component.js +4 -3
- package/dist/components/Form/components/FormFieldRenderer.component.js +4 -3
- package/dist/components/Form/components/FormHeader.component.js +4 -3
- package/dist/components/Form/components/FormTable/FormTable.component.js +4 -3
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCellControls.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCustomFieldCell.component.js +4 -3
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableFieldCell.component.js +4 -3
- package/dist/components/Form/components/FormTable/FormTableEmptyState.component.js +7 -6
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooter.component.js +4 -3
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterButton.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterSelect.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableHeader/FormTableHeader.component.js +11 -10
- package/dist/components/Form/components/FormTable/FormTableRow.component.js +10 -9
- package/dist/components/Form/components/FormText.component.js +1 -1
- package/dist/components/Heading/Heading.component.js +1 -1
- package/dist/components/Hypertext/Hypertext.component.js +1 -1
- package/dist/components/Hypertext/Hypertext.styles.js +1 -1
- package/dist/components/Icon/Icon.component.js +1 -1
- package/dist/components/Icon/Icon.styles.js +1 -1
- package/dist/components/Icon/Icon.utils.js +2408 -251
- package/dist/components/Icon/__generated__/bootstrap/Activity.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Airplane.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneEngines.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneEnginesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alarm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlarmFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alexa.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignMiddle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignStart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alipay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alphabet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlphabetUppercase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Amazon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Amd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Android.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Android2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/App.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AppIndicator.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Apple.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Archive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArchiveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowClockwise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowCounterclockwise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRepeat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowReturnLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowReturnRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowThroughHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowThroughHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsAngleContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsAngleExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsCollapse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsCollapseVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsExpandVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsFullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsMove.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AspectRatio.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AspectRatioFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Asterisk.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/At.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Award.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Back.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack4Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackpackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backspace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceReverseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge3D.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge3dFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge4K.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge4kFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge8K.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge8kFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeArFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeCc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeCcFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeHd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeHdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeSd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeSdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeTm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeTmFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVrFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeWc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeWcFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Balloon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ban.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BanFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bandaid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BandaidFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bank.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bank2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartLine.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartLineFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartSteps.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BasketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Battery.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryCharging.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryFull.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Behance.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bell.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bezier.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bezier2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bicycle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bing.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Binoculars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BinocularsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BlockquoteLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BlockquoteRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bluetooth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BodyText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Book.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkStar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkStarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookmarks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarksFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookshelf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Boombox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoomboxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BootstrapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BootstrapReboot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Border.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderInner.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderMiddle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderOuter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderStyle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderWidth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoundingBox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoundingBoxCircles.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxSeam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxSeamFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Boxes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Braces.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BracesAsterisk.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bricks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Briefcase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BriefcaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltHighFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltLowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessHighFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessLowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Brilliance.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Broadcast.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BroadcastPin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserChrome.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserEdge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserFirefox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserSafari.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Brush.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrushFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bucket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BucketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Building.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Buildings.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bullseye.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BusFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BusFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CakeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calculator.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalculatorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2CheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Date.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2DateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Day.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2DayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2EventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Minus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2MinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Month.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2MonthFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2PlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2RangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2WeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3EventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3RangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3WeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarEvent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarEventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMonth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMonthFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarRange.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarRangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarWeek.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarWeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Camera.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Camera2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraReels.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraReelsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Capslock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CapslockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Capsule.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CapsulePill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CarFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CarFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardChecklist.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardHeading.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CashCoin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CashStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cassette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CassetteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cast.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Chat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2All.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquareFillBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2CheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Data.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2DataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Minus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2MinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Pulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardData.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardDataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockHistory.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloud.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownloadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFogFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHail.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHailFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHazeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightning.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSunFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUpload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUploadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clouds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloudy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Code.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Coin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Collection.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Columns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ColumnsGap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Command.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Compass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CompassFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ConeStriped.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Controller.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cookie.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Copy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cpu.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CpuFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Back.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2BackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2FrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cup.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHotFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupStraw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyBitcoin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyDollar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyEuro.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyExchange.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyPound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyRupee.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyYen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Database.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Disc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiscFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Discord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Display.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Displayport.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayportFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Download.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dpad.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DpadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dribbble.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dropbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Droplet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Duffle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DuffleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Earbuds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Egg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFried.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eject.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EjectFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngry.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonished.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonishedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionless.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionlessFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrinFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKiss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKissFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughing.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutral.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutralFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmile.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglassesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurprise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurpriseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Envelope.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAtFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eraser.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EraserFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Escape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ethernet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclude.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Explicit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExplicitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exposure.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eye.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyedropper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyeglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Facebook.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/File.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Files.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilesAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAac.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeBmp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCsv.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDoc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDocx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeExe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeGif.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHeic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHtml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJava.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJpg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeM4P.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMdx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMov.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeOtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePhp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePng.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePptx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRaw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeScss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSql.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSvg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTxt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWav.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXls.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXlsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeYml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Film.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Filter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fingerprint.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FireBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FlagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FloppyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2Open.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fonts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Forward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPump.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDiesel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDieselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FullscreenExit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Funnel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FunnelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWideConnected.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gem.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderAmbiguous.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderFemale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderMale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderNeuter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderTrans.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Geo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAltFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gift.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GiftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Git.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Github.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gitlab.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAmericas.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAsiaAustralia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeCentralSouthAsia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeEuropeAfrica.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Google.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GooglePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GpuCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDownArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUpArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GridFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hammer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Handbag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandbagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetwork.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetworkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdmi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HdmiFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headphones.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeadsetVr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heartbreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartbreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hearts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heptagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hexagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlighter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hospital.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HospitalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hourglass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/House.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Houses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HousesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hurricane.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hypnotize.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Image.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Images.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inboxes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Incognito.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Indent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfinityBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Info.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Instagram.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Intersect.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Journal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalAlbum.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBookmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBookmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Journals.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Joystick.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Justify.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JustifyLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JustifyRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Kanban.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KanbanFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Key.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KeyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Keyboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KeyboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ladder.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lamp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LampFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Laptop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LaptopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayerBackward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayerForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Layers.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayersFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayersHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarInset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarInsetReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextSidebarReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextWindow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextWindowReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutThreeColumns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutWtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LifePreserver.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lightbulb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lightning.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningCharge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningChargeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Line.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Link.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Link45Deg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Linkedin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/List.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListColumns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListColumnsReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListNested.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListOl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListStars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListTask.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListUl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Luggage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LuggageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lungs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LungsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Magic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Magnet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MagnetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox2Flag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MailboxFlag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Map.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Markdown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MarkdownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MarkerTip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mask.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mastodon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Medium.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Megaphone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MegaphoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Memory.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuApp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuAppFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButton.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonWide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonWideFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Messenger.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Meta.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicMute.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicMuteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Microsoft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicrosoftTeams.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Minecart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MinecartLoaded.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Modem.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ModemFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Moisture.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Moon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonStars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonStarsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mortarboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MortarboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Motherboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MotherboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MouseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNoteBeamed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNoteList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicPlayer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicPlayerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Newspaper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NintendoSwitch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodeMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodeMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NoiseReduction.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nut.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NutFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nvidia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nvme.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NvmeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Octagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OctagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Opencollective.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OpticalAudio.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OpticalAudioFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Option.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Outlet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PaintBucket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Palette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Palette2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PaletteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paperclip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paragraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PassFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Passport.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PassportFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchQuestion.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchQuestionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pause.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paypal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcDisplay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcDisplayHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCardNetwork.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCardSound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Peace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PeaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pencil.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PencilFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PencilSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pentagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PentagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PentagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/People.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PeopleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Percent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Person.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonArmsUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBadge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBadgeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBoundingBox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonHearts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonLinesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonRaisedHand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonRolodex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonStanding.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonStandingDress.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVcard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVcardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWalking.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWheelchair.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWorkspace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Phone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneFlip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneLandscape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneLandscapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneVibrate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneVibrateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PieChart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PieChartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PiggyBank.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PiggyBankFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinAngle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinAngleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinMap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinMapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pinterest.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Play.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Playstation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plugin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircleDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSlashMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquareDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Postage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Postcard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Power.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Prescription.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Prescription2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Printer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PrinterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Projector.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ProjectorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Puzzle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PuzzleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QrCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QrCodeScan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Question.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Quora.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Quote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Radar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Radioactive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rainbow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Receipt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReceiptCutoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception0.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Recycle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reddit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Regex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Repeat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Repeat1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reply.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rewind.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Robot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rocket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketTakeoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketTakeoffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Router.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RouterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RssFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rulers.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SafeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SaveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Scissors.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Scooter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Screwdriver.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SdCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SdCardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Search.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SearchHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SearchHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SegmentedNav.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Send.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Server.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shadows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Share.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shield.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldShaded.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shift.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShiftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShopWindow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shuffle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDeadEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDeadEndFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDoNotEnter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDoNotEnterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersection.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionSide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionSideFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionT.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionTFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionY.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionYFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoLeftTurn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoLeftTurnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoParking.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoParkingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoRightTurn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoRightTurnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignRailroad.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignRailroadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopLights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopLightsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignYield.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignYieldFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostSplitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sim.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SinaWeibo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Skype.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Slack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Slash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders2Vertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Smartwatch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snapchat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Soundwave.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sourceforge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speaker.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SpeakerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speedometer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speedometer2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Spellcheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Spotify.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SquareHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StackOverflow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Star.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StarHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Steam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stickies.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StickiesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sticky.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StickyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stoplights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StoplightsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stopwatch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopwatchFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Strava.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stripe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Subscript.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Substack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Subtract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitClub.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitClubFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitSpade.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitSpadeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseLgFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunrise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunriseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunsetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Superscript.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SymmetryHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SymmetryVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Table.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tablet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletLandscape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletLandscapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tags.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TagsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TaxiFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TaxiFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Telegram.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Telephone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneInbound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneInboundFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneOutbound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneOutboundFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephonePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephonePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TencentQq.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Terminal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextIndentLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextIndentRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextParagraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextWrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Textarea.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextareaResize.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextareaT.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Thermometer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerSnow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerSun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Threads.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreadsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreeDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreeDotsVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Thunderbolt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThunderboltFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ticket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketDetailed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketDetailedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketPerforated.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketPerforatedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tiktok.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggle2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggle2On.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ToggleOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ToggleOn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggles.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggles2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tools.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tornado.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFreightFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFreightFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainLightrailFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainLightrailFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Translate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Transparency.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tree.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TreeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trello.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Triangle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TriangleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TriangleHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trophy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrophyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TropicalStorm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Truck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFlatbed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tsunami.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tv.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TvFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Twitch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Twitter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TwitterX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Type.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeBold.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH5.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH6.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeItalic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeStrikethrough.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeUnderline.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ubuntu.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiChecks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiChecksGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiRadios.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiRadiosGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Umbrella.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UmbrellaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unindent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Union.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unity.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UniversalAccess.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UniversalAccessCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unlock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UnlockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Upc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UpcScan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Upload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Usb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbC.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbCFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbDrive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbDriveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMicro.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMicroFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMini.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMiniFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbPlug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbPlugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbSymbol.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Valentine.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Valentine2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VectorPen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ViewList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ViewStacked.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vignette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vimeo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vinyl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VinylFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Virus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Virus2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Voicemail.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeMute.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeMuteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wallet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wallet2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WalletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Watch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Water.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Webcam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WebcamFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wechat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Whatsapp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WifiOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wikipedia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wind.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDesktop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowFullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Windows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wordpress.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wrench.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustable.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustableCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustableCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Xbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Yelp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/YinYang.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Youtube.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ZoomIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ZoomOut.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_123.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/common.types.js +1 -1
- package/dist/components/Icon/__generated__/custom/Abacus.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Apps.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/AppsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/AppsPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/AppsPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BackArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BinaryTree.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BuildingBlocks.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BuildingBlocksFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnit.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnitFill2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobotOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CheckSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Circle2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsOut.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConeStriped2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConeStripedFill2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Delete.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DeleteIcon.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondCorner.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondKeyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Diamonds.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsIntersect.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayers.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayers2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsStripes.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Feather3.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Figma.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FigmaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Fire.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FireFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FolderSparkle.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Grab.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/GrabHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Hand.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandStop.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Hexagon2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonQuestion.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonQuestionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Intercom.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/IntercomFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoice2In.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoice2Out.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoiceClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTape.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PaintRoller.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PaintRollerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PenOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PenOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ProrataCalendar.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Receipt2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptOff2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Shelves.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashCircleFillV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashCircleV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashSquareFillV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashSquareV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ThermometerFire3.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Core.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Core2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2CoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnitLayout.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnitTemplate.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnpaidInvoice.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Window.icon.js +1 -1
- package/dist/components/Icon/__generated__/index.js +1 -1
- package/dist/components/IconPicker/IconPicker.component.js +2 -1
- package/dist/components/IconPicker/IconPicker.styles.js +1 -1
- package/dist/components/IconPicker/components/IconPickerItem/IconPickerItem.component.js +1 -1
- package/dist/components/IconPicker/components/IconPickerItem/IconPickerItem.styles.js +1 -1
- package/dist/components/InfoBox/InfoBox.component.js +5 -4
- package/dist/components/InfoBox/InfoBox.styles.js +1 -1
- package/dist/components/Input/ComboBoxInput/ComboBoxInput.component.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.component.js +25 -25
- package/dist/components/Input/CurrencyInput/CurrencyInput.data.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.styles.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.utils.js +1 -1
- package/dist/components/Input/DateInput/DateInput.component.js +22 -21
- package/dist/components/Input/DateInput/DateInput.styles.js +1 -1
- package/dist/components/Input/DateInput/DateInput.utils.js +1 -1
- package/dist/components/Input/EmailInput/EmailInput.component.js +1 -1
- package/dist/components/Input/IconPickerInput/IconPickerInput.component.js +1 -1
- package/dist/components/Input/Input.common.js +1 -1
- package/dist/components/Input/Input.component.js +1 -1
- package/dist/components/Input/Input.data.d.ts +1 -0
- package/dist/components/Input/Input.data.js +1 -1
- package/dist/components/Input/Input.story.utils.d.ts +2 -2
- package/dist/components/Input/Input.styles.js +1 -1
- package/dist/components/Input/Input.utils.js +5 -5
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.component.js +1 -1
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.styles.js +1 -1
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.utils.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.component.js +23 -23
- package/dist/components/Input/NumberInput/NumberInput.styles.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.utils.js +1 -1
- package/dist/components/Input/PasswordInput/PasswordInput.component.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.component.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.styles.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.utils.js +1 -1
- package/dist/components/Input/SearchInput/SearchInput.component.js +1 -1
- package/dist/components/Input/SearchTextInput/SearchTextInput.component.js +1 -1
- package/dist/components/Input/SelectInput/SelectInput.component.js +16 -15
- package/dist/components/Input/SelectInput/SelectInput.styles.js +1 -1
- package/dist/components/Input/SelectInput/SelectInput.utils.js +1 -1
- package/dist/components/Input/SelectInput/components/SelectInputOption.component.js +11 -10
- package/dist/components/Input/SelectInput/components/SelectInputOptionGroup.component.js +1 -1
- package/dist/components/Input/TextAreaInput/TextAreaInput.component.js +11 -11
- package/dist/components/Input/TextAreaInput/TextAreaInput.styles.js +1 -1
- package/dist/components/Input/TextInput/TextInput.component.js +1 -1
- package/dist/components/InputAssistiveText/InputAssistiveText.component.js +1 -1
- package/dist/components/InputLabel/InputLabel.component.js +5 -4
- package/dist/components/InputLabel/InputLabel.styles.js +1 -1
- package/dist/components/Loading/Loading.component.js +1 -1
- package/dist/components/Loading/animations/BouncingBalls/BouncingBalls.animation.js +1 -1
- package/dist/components/Loading/animations/BouncingBalls/BouncingBalls.styles.js +1 -1
- package/dist/components/Loading/animations/ProgressBar/ProgressBar.animation.js +1 -1
- package/dist/components/Loading/animations/ProgressBar/ProgressBar.styles.js +1 -1
- package/dist/components/Loading/animations/Ripple/Ripple.animation.js +1 -1
- package/dist/components/Loading/animations/Ripple/Ripple.styles.js +1 -1
- package/dist/components/Loading/animations/index.js +1 -1
- package/dist/components/Modal/Modal.component.js +2 -1
- package/dist/components/Modal/Modal.styles.js +1 -1
- package/dist/components/Portal/Portal.component.js +1 -1
- package/dist/components/SmallLoader/SmallLoader.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.styles.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.component.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.styles.js +1 -1
- package/dist/components/Switch/Switch.component.js +2 -1
- package/dist/components/Switch/Switch.styles.js +1 -1
- package/dist/components/Text/Text.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components/Tooltip/Tooltip.utils.js +1 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components.js +146 -148
- package/dist/fonts.js +1 -1
- package/dist/index.js +174 -174
- package/dist/{components/Collapsible/Collapsible.component.d.ts → layouts/Collapsible/Collapsible.layout.d.ts} +1 -1
- package/dist/{components/Collapsible/Collapsible.component.js → layouts/Collapsible/Collapsible.layout.js} +22 -30
- package/dist/{components → layouts}/Collapsible/Collapsible.styles.js +1 -1
- package/dist/{components → layouts}/Collapsible/index.d.ts +1 -1
- package/dist/layouts/Flex/Flex.layout.js +15 -15
- package/dist/layouts/Flex/Flex.styles.js +1 -1
- package/dist/layouts/Grid/Grid.layout.js +1 -1
- package/dist/layouts/Grid/Grid.styles.js +1 -1
- package/dist/layouts/GridItem/GridItem.layout.js +1 -1
- package/dist/layouts/GridItem/GridItem.styles.js +1 -1
- package/dist/layouts/GridItem/GridItem.utils.js +29 -29
- package/dist/layouts/Popover/Popover.layout.d.ts +1 -16
- package/dist/layouts/Popover/Popover.layout.js +1 -1
- package/dist/layouts/Popover/Popover.styles.js +1 -1
- package/dist/layouts/Popover/Popover.types.d.ts +5 -6
- package/dist/layouts/Popover/Popover.utils.js +1 -1
- package/dist/layouts/Table/Table.layout.js +1 -1
- package/dist/layouts/Table/Table.styles.js +1 -1
- package/dist/layouts/Table/components/TableBody/TableBody.component.js +1 -1
- package/dist/layouts/Table/components/TableCell/TableCell.component.js +1 -1
- package/dist/layouts/Table/components/TableCell/TableCell.styles.js +1 -1
- package/dist/layouts/Table/components/TableFooter/TableFooter.component.js +1 -1
- package/dist/layouts/Table/components/TableHeader/TableHeader.component.js +1 -1
- package/dist/layouts/Table/components/TableHeaderCell/TableHeaderCell.component.js +1 -1
- package/dist/layouts/Table/components/TableHeaderCell/TableHeaderCell.styles.js +1 -1
- package/dist/layouts/Table/components/TableRow/TableRow.component.js +1 -1
- package/dist/layouts/Table/components/TableRow/TableRow.styles.js +1 -1
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.component.js +1 -1
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.styles.js +1 -1
- package/dist/layouts/index.d.ts +1 -0
- package/dist/layouts.js +9 -7
- package/dist/node_modules/@date-fns/tz/date/index.js +74 -0
- package/dist/node_modules/@date-fns/tz/date/mini.js +72 -0
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +31 -0
- package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +5 -3
- package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +780 -727
- package/dist/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +63 -63
- package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +18 -18
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +243 -239
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +223 -201
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +83 -79
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +85 -74
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +7 -7
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +25 -10
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +18 -15
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +8 -8
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +2 -2
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +6 -6
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +10 -10
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +43 -38
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +11 -11
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +10 -10
- package/dist/node_modules/@ubloimmo/front-tokens/lib/tokens.values.js +1 -1
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +24 -24
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +1 -1
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/formatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +1 -1
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +1 -1
- package/dist/node_modules/date-fns/addDays.js +1 -1
- package/dist/node_modules/date-fns/compareAsc.js +1 -1
- package/dist/node_modules/date-fns/constants.js +1 -1
- package/dist/node_modules/date-fns/constructFrom.js +1 -1
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +1 -1
- package/dist/node_modules/date-fns/format.js +1 -1
- package/dist/node_modules/date-fns/formatISO.js +1 -1
- package/dist/node_modules/date-fns/getDayOfYear.js +1 -1
- package/dist/node_modules/date-fns/getDefaultOptions.js +1 -1
- package/dist/node_modules/date-fns/getISODay.js +1 -1
- package/dist/node_modules/date-fns/getISOWeek.js +1 -1
- package/dist/node_modules/date-fns/getISOWeekYear.js +1 -1
- package/dist/node_modules/date-fns/getWeek.js +1 -1
- package/dist/node_modules/date-fns/getWeekYear.js +1 -1
- package/dist/node_modules/date-fns/isDate.js +1 -1
- package/dist/node_modules/date-fns/isMatch.js +1 -1
- package/dist/node_modules/date-fns/isValid.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/match.js +1 -1
- package/dist/node_modules/date-fns/locale/fr.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/Setter.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/constants.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/utils.js +1 -1
- package/dist/node_modules/date-fns/parse.js +1 -1
- package/dist/node_modules/date-fns/parseISO.js +1 -1
- package/dist/node_modules/date-fns/setDay.js +1 -1
- package/dist/node_modules/date-fns/setISODay.js +1 -1
- package/dist/node_modules/date-fns/setISOWeek.js +1 -1
- package/dist/node_modules/date-fns/setWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfDay.js +1 -1
- package/dist/node_modules/date-fns/startOfISOWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +1 -1
- package/dist/node_modules/date-fns/startOfWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfWeekYear.js +1 -1
- package/dist/node_modules/date-fns/startOfYear.js +1 -1
- package/dist/node_modules/date-fns/toDate.js +1 -1
- package/dist/node_modules/date-fns/transpose.js +1 -1
- package/dist/node_modules/get-nonce/dist/es2015/index.js +1 -1
- package/dist/node_modules/lodash/lodash.js +643 -643
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +169 -173
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +11 -11
- package/dist/node_modules/react/jsx-runtime.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +140 -140
- package/dist/node_modules/react-day-picker/dist/esm/UI.js +2 -2
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +2 -2
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +199 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +17 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +21 -5
- package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +17 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +17 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +2 -2
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +2 -2
- package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +17 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +47 -39
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +4 -4
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +5 -5
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +5 -6
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +4 -4
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +7 -6
- package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +17 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +7 -6
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +14 -18
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +12 -12
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +2 -2
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +10 -12
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +20 -26
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +9 -10
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +9 -8
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +8 -9
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +13 -13
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +5 -5
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +7 -7
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +4 -4
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +2 -2
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +3 -3
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +4 -4
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +13 -17
- package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +14 -23
- package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +11 -13
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +32 -26
- package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +3 -3
- package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useGetModifiers.js +32 -46
- package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +8 -8
- package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +5 -5
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +23 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +36 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +7 -7
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/addLeadingZeros.js +15 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/defaultOptions.js +15 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/formatters.js +525 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/lightFormatters.js +67 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/longFormatters.js +60 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +26 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/normalizeDates.js +19 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/normalizeInterval.js +16 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/protectedTokens.js +28 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addDays.js +18 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addMonths.js +28 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addWeeks.js +16 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addYears.js +16 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/constants.js +14 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/constructFrom.js +16 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/differenceInCalendarDays.js +24 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/differenceInCalendarMonths.js +21 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/eachMonthOfInterval.js +25 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfISOWeek.js +16 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfMonth.js +17 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfWeek.js +19 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfYear.js +17 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/format.js +67 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getDayOfYear.js +19 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getDaysInMonth.js +18 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getISOWeek.js +20 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getISOWeekYear.js +23 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getMonth.js +16 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getWeek.js +20 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getWeekYear.js +25 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getYear.js +16 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isAfter.js +16 -0
- package/dist/node_modules/{date-fns → react-day-picker/node_modules/date-fns}/isBefore.js +3 -4
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isDate.js +15 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameDay.js +22 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameMonth.js +21 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameYear.js +21 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isValid.js +17 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +17 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +26 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildMatchFn.js +39 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +23 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +78 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +41 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +19 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/localize.js +163 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/match.js +118 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US.js +29 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/max.js +22 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/min.js +22 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/setMonth.js +21 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/setYear.js +18 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfDay.js +17 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfISOWeek.js +16 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfISOWeekYear.js +19 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfMonth.js +17 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfWeek.js +19 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfWeekYear.js +21 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfYear.js +17 -0
- package/dist/node_modules/react-day-picker/node_modules/date-fns/toDate.js +16 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +2 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +31 -31
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +9 -9
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +37 -35
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +1 -1
- package/dist/node_modules/{tslib → react-remove-scroll/node_modules/tslib}/tslib.es6.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +17 -17
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +2 -2
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +2 -2
- package/dist/node_modules/use-sidecar/node_modules/tslib/tslib.es6.js +29 -0
- package/dist/node_modules/zod/lib/index.js +1088 -998
- package/dist/sizes/breakpoints.js +1 -1
- package/dist/sizes/size.utils.js +1 -1
- package/dist/sizes/spacings.js +1 -1
- package/dist/sizes.js +1 -1
- package/dist/themes/palette/palette.effects.js +1 -1
- package/dist/themes/palette/palette.js +1 -1
- package/dist/themes/palette/palette.legacy.js +1 -1
- package/dist/themes/provider/GlobalStyle.js +1 -1
- package/dist/themes/provider/theme.overrides.js +1 -1
- package/dist/themes/provider/theme.provider.js +1 -1
- package/dist/themes/theme.js +1 -1
- package/dist/themes.js +1 -1
- package/dist/types/themes/palette/palette.types.js +1 -1
- package/dist/types/themes/sizes/breakpoints.types.js +1 -1
- package/dist/types/themes/sizes/spacing.types.js +1 -1
- package/dist/types/token.types.js +1 -1
- package/dist/types.js +1 -1
- package/dist/typography/font.utils.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Bold.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-BoldItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Medium.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-MediumItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regular.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regularitalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy.font.js +1 -1
- package/dist/typography/typogaphy.weight.js +1 -1
- package/dist/typography/typography.font.js +1 -1
- package/dist/typography/typography.styles.js +1 -1
- package/dist/utils/array.utils.js +1 -1
- package/dist/utils/color.utils.js +1 -1
- package/dist/utils/component.utils.d.ts +0 -1
- package/dist/utils/component.utils.js +1 -1
- package/dist/utils/css.utils.js +1 -1
- package/dist/utils/data.utils.js +9 -9
- package/dist/utils/log.utils.js +1 -1
- package/dist/utils/number.utils.js +1 -1
- package/dist/utils/props.utils.d.ts +38 -0
- package/dist/utils/props.utils.js +39 -39
- package/dist/utils/string.utils.d.ts +4 -3
- package/dist/utils/string.utils.js +17 -17
- package/dist/utils/styles.utils.js +1 -1
- package/dist/utils/translation/translation.defaults.js +1 -1
- package/dist/utils/translation/translation.provider.js +1 -1
- package/dist/utils/translation/translation.utils.js +1 -1
- package/dist/utils.js +1 -1
- package/package.json +8 -5
- package/dist/node_modules/date-fns/addMonths.js +0 -28
- package/dist/node_modules/date-fns/addWeeks.js +0 -17
- package/dist/node_modules/date-fns/addYears.js +0 -16
- package/dist/node_modules/date-fns/differenceInCalendarMonths.js +0 -17
- package/dist/node_modules/date-fns/endOfISOWeek.js +0 -16
- package/dist/node_modules/date-fns/endOfMonth.js +0 -17
- package/dist/node_modules/date-fns/endOfWeek.js +0 -19
- package/dist/node_modules/date-fns/endOfYear.js +0 -17
- package/dist/node_modules/date-fns/getDaysInMonth.js +0 -18
- package/dist/node_modules/date-fns/isAfter.js +0 -17
- package/dist/node_modules/date-fns/isSameDay.js +0 -17
- package/dist/node_modules/date-fns/isSameMonth.js +0 -17
- package/dist/node_modules/date-fns/isSameYear.js +0 -17
- package/dist/node_modules/date-fns/max.js +0 -20
- package/dist/node_modules/date-fns/min.js +0 -20
- package/dist/node_modules/date-fns/setMonth.js +0 -21
- package/dist/node_modules/date-fns/setYear.js +0 -18
- package/dist/node_modules/date-fns/startOfMonth.js +0 -17
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDateLib.js +0 -18
- package/dist/node_modules/react-day-picker/dist/esm/lib/dateLib.js +0 -71
- /package/dist/{components → layouts}/Collapsible/Collapsible.styles.d.ts +0 -0
- /package/dist/{components → layouts}/Collapsible/Collapsible.types.d.ts +0 -0
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @ubloimmo/uikit version 1.0.
|
|
2
|
+
* @ubloimmo/uikit version 1.0.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright © Ublo 2025
|
|
5
5
|
* https://ublo.immo
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import { unstable_batchedUpdates as
|
|
11
|
-
import { getWindow as
|
|
12
|
-
import { useAnnouncement as
|
|
13
|
-
const Ut = /* @__PURE__ */
|
|
14
|
-
function
|
|
15
|
-
const t =
|
|
16
|
-
|
|
9
|
+
import q, { createContext as Oe, useMemo as A, memo as dn, useReducer as fn, useState as K, useRef as L, useCallback as Y, useEffect as R, useContext as be } from "react";
|
|
10
|
+
import { unstable_batchedUpdates as Be, createPortal as hn } from "react-dom";
|
|
11
|
+
import { getWindow as Z, useLatestValue as Ae, useUniqueId as Xe, getEventCoordinates as et, add as ve, useIsomorphicLayoutEffect as we, getOwnerDocument as ye, useInterval as gn, usePrevious as tt, useLazyMemo as Ne, subtract as Fe, canUseDOM as it, isHTMLElement as Ke, useNodeRef as $e, isKeyboardEvent as Ft, findFirstFocusableNode as pn, isWindow as st, isNode as vn, isDocument as $t, useEvent as Wt, isSVGElement as bn } from "../../utilities/dist/utilities.esm.js";
|
|
12
|
+
import { useAnnouncement as wn, HiddenText as yn, LiveRegion as mn } from "../../accessibility/dist/accessibility.esm.js";
|
|
13
|
+
const Ut = /* @__PURE__ */ Oe(null);
|
|
14
|
+
function Dn(e) {
|
|
15
|
+
const t = be(Ut);
|
|
16
|
+
R(() => {
|
|
17
17
|
if (!t)
|
|
18
18
|
throw new Error("useDndMonitor must be used within a children of <DndContext>");
|
|
19
19
|
return t(e);
|
|
20
20
|
}, [e, t]);
|
|
21
21
|
}
|
|
22
|
-
function
|
|
23
|
-
const [e] =
|
|
24
|
-
return [
|
|
22
|
+
function xn() {
|
|
23
|
+
const [e] = K(() => /* @__PURE__ */ new Set()), t = Y((r) => (e.add(r), () => e.delete(r)), [e]);
|
|
24
|
+
return [Y((r) => {
|
|
25
25
|
let {
|
|
26
26
|
type: i,
|
|
27
27
|
event: o
|
|
28
28
|
} = r;
|
|
29
|
-
e.forEach((
|
|
30
|
-
var
|
|
31
|
-
return (
|
|
29
|
+
e.forEach((l) => {
|
|
30
|
+
var s;
|
|
31
|
+
return (s = l[i]) == null ? void 0 : s.call(l, o);
|
|
32
32
|
});
|
|
33
33
|
}, [e]), t];
|
|
34
34
|
}
|
|
35
|
-
const
|
|
35
|
+
const Cn = {
|
|
36
36
|
draggable: `
|
|
37
37
|
To pick up a draggable item, press the space bar.
|
|
38
38
|
While dragging, use the arrow keys to move the item.
|
|
39
39
|
Press space again to drop the item in its new position, or press escape to cancel.
|
|
40
40
|
`
|
|
41
|
-
},
|
|
41
|
+
}, Sn = {
|
|
42
42
|
onDragStart(e) {
|
|
43
43
|
let {
|
|
44
44
|
active: t
|
|
@@ -66,20 +66,20 @@ const xn = {
|
|
|
66
66
|
return "Dragging was cancelled. Draggable item " + t.id + " was dropped.";
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
|
-
function
|
|
69
|
+
function Rn(e) {
|
|
70
70
|
let {
|
|
71
|
-
announcements: t =
|
|
71
|
+
announcements: t = Sn,
|
|
72
72
|
container: n,
|
|
73
73
|
hiddenTextDescribedById: r,
|
|
74
|
-
screenReaderInstructions: i =
|
|
74
|
+
screenReaderInstructions: i = Cn
|
|
75
75
|
} = e;
|
|
76
76
|
const {
|
|
77
77
|
announce: o,
|
|
78
|
-
announcement:
|
|
79
|
-
} =
|
|
80
|
-
if (
|
|
78
|
+
announcement: l
|
|
79
|
+
} = wn(), s = Xe("DndLiveRegion"), [a, c] = K(!1);
|
|
80
|
+
if (R(() => {
|
|
81
81
|
c(!0);
|
|
82
|
-
}, []),
|
|
82
|
+
}, []), Dn(A(() => ({
|
|
83
83
|
onDragStart(u) {
|
|
84
84
|
let {
|
|
85
85
|
active: g
|
|
@@ -130,23 +130,23 @@ function Sn(e) {
|
|
|
130
130
|
}
|
|
131
131
|
}), [o, t])), !a)
|
|
132
132
|
return null;
|
|
133
|
-
const d =
|
|
133
|
+
const d = q.createElement(q.Fragment, null, q.createElement(yn, {
|
|
134
134
|
id: r,
|
|
135
135
|
value: i.draggable
|
|
136
|
-
}),
|
|
137
|
-
id:
|
|
138
|
-
announcement:
|
|
136
|
+
}), q.createElement(mn, {
|
|
137
|
+
id: s,
|
|
138
|
+
announcement: l
|
|
139
139
|
}));
|
|
140
|
-
return n ?
|
|
140
|
+
return n ? hn(d, n) : d;
|
|
141
141
|
}
|
|
142
|
-
var
|
|
142
|
+
var E;
|
|
143
143
|
(function(e) {
|
|
144
144
|
e.DragStart = "dragStart", e.DragMove = "dragMove", e.DragEnd = "dragEnd", e.DragCancel = "dragCancel", e.DragOver = "dragOver", e.RegisterDroppable = "registerDroppable", e.SetDroppableDisabled = "setDroppableDisabled", e.UnregisterDroppable = "unregisterDroppable";
|
|
145
|
-
})(
|
|
146
|
-
function
|
|
145
|
+
})(E || (E = {}));
|
|
146
|
+
function We() {
|
|
147
147
|
}
|
|
148
|
-
function
|
|
149
|
-
return
|
|
148
|
+
function Br(e, t) {
|
|
149
|
+
return A(
|
|
150
150
|
() => ({
|
|
151
151
|
sensor: e,
|
|
152
152
|
options: t ?? {}
|
|
@@ -155,23 +155,23 @@ function zr(e, t) {
|
|
|
155
155
|
[e, t]
|
|
156
156
|
);
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function Pr() {
|
|
159
159
|
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
160
160
|
t[n] = arguments[n];
|
|
161
|
-
return
|
|
161
|
+
return A(
|
|
162
162
|
() => [...t].filter((r) => r != null),
|
|
163
163
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
164
164
|
[...t]
|
|
165
165
|
);
|
|
166
166
|
}
|
|
167
|
-
const
|
|
167
|
+
const j = /* @__PURE__ */ Object.freeze({
|
|
168
168
|
x: 0,
|
|
169
169
|
y: 0
|
|
170
170
|
});
|
|
171
|
-
function
|
|
171
|
+
function En(e, t) {
|
|
172
172
|
return Math.sqrt(Math.pow(e.x - t.x, 2) + Math.pow(e.y - t.y, 2));
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function An(e, t) {
|
|
175
175
|
let {
|
|
176
176
|
data: {
|
|
177
177
|
value: n
|
|
@@ -195,7 +195,7 @@ function Mn(e, t) {
|
|
|
195
195
|
} = t;
|
|
196
196
|
return r - n;
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function On(e, t) {
|
|
199
199
|
if (!e || e.length === 0)
|
|
200
200
|
return null;
|
|
201
201
|
const [n] = e;
|
|
@@ -214,32 +214,32 @@ const Fr = (e) => {
|
|
|
214
214
|
droppableContainers: r
|
|
215
215
|
} = e;
|
|
216
216
|
const i = At(t, t.left, t.top), o = [];
|
|
217
|
-
for (const
|
|
217
|
+
for (const l of r) {
|
|
218
218
|
const {
|
|
219
|
-
id:
|
|
220
|
-
} =
|
|
219
|
+
id: s
|
|
220
|
+
} = l, a = n.get(s);
|
|
221
221
|
if (a) {
|
|
222
|
-
const c =
|
|
222
|
+
const c = En(At(a), i);
|
|
223
223
|
o.push({
|
|
224
|
-
id:
|
|
224
|
+
id: s,
|
|
225
225
|
data: {
|
|
226
|
-
droppableContainer:
|
|
226
|
+
droppableContainer: l,
|
|
227
227
|
value: c
|
|
228
228
|
}
|
|
229
229
|
});
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
return o.sort(
|
|
232
|
+
return o.sort(An);
|
|
233
233
|
};
|
|
234
|
-
function
|
|
235
|
-
const n = Math.max(t.top, e.top), r = Math.max(t.left, e.left), i = Math.min(t.left + t.width, e.left + e.width), o = Math.min(t.top + t.height, e.top + e.height),
|
|
234
|
+
function Nn(e, t) {
|
|
235
|
+
const n = Math.max(t.top, e.top), r = Math.max(t.left, e.left), i = Math.min(t.left + t.width, e.left + e.width), o = Math.min(t.top + t.height, e.top + e.height), l = i - r, s = o - n;
|
|
236
236
|
if (r < i && n < o) {
|
|
237
|
-
const a = t.width * t.height, c = e.width * e.height, d =
|
|
237
|
+
const a = t.width * t.height, c = e.width * e.height, d = l * s, u = d / (a + c - d);
|
|
238
238
|
return Number(u.toFixed(4));
|
|
239
239
|
}
|
|
240
240
|
return 0;
|
|
241
241
|
}
|
|
242
|
-
const
|
|
242
|
+
const Tn = (e) => {
|
|
243
243
|
let {
|
|
244
244
|
collisionRect: t,
|
|
245
245
|
droppableRects: n,
|
|
@@ -248,12 +248,12 @@ const Nn = (e) => {
|
|
|
248
248
|
const i = [];
|
|
249
249
|
for (const o of r) {
|
|
250
250
|
const {
|
|
251
|
-
id:
|
|
252
|
-
} = o,
|
|
253
|
-
if (
|
|
254
|
-
const a =
|
|
251
|
+
id: l
|
|
252
|
+
} = o, s = n.get(l);
|
|
253
|
+
if (s) {
|
|
254
|
+
const a = Nn(s, t);
|
|
255
255
|
a > 0 && i.push({
|
|
256
|
-
id:
|
|
256
|
+
id: l,
|
|
257
257
|
data: {
|
|
258
258
|
droppableContainer: o,
|
|
259
259
|
value: a
|
|
@@ -274,25 +274,25 @@ function Xt(e, t) {
|
|
|
274
274
|
return e && t ? {
|
|
275
275
|
x: e.left - t.left,
|
|
276
276
|
y: e.top - t.top
|
|
277
|
-
} :
|
|
277
|
+
} : j;
|
|
278
278
|
}
|
|
279
|
-
function
|
|
279
|
+
function In(e) {
|
|
280
280
|
return function(n) {
|
|
281
281
|
for (var r = arguments.length, i = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
282
282
|
i[o - 1] = arguments[o];
|
|
283
|
-
return i.reduce((
|
|
284
|
-
...
|
|
285
|
-
top:
|
|
286
|
-
bottom:
|
|
287
|
-
left:
|
|
288
|
-
right:
|
|
283
|
+
return i.reduce((l, s) => ({
|
|
284
|
+
...l,
|
|
285
|
+
top: l.top + e * s.y,
|
|
286
|
+
bottom: l.bottom + e * s.y,
|
|
287
|
+
left: l.left + e * s.x,
|
|
288
|
+
right: l.right + e * s.x
|
|
289
289
|
}), {
|
|
290
290
|
...n
|
|
291
291
|
});
|
|
292
292
|
};
|
|
293
293
|
}
|
|
294
|
-
const
|
|
295
|
-
function
|
|
294
|
+
const kn = /* @__PURE__ */ In(1);
|
|
295
|
+
function zn(e) {
|
|
296
296
|
if (e.startsWith("matrix3d(")) {
|
|
297
297
|
const t = e.slice(9, -1).split(/, /);
|
|
298
298
|
return {
|
|
@@ -312,16 +312,16 @@ function kn(e) {
|
|
|
312
312
|
}
|
|
313
313
|
return null;
|
|
314
314
|
}
|
|
315
|
-
function
|
|
316
|
-
const r =
|
|
315
|
+
function Bn(e, t, n) {
|
|
316
|
+
const r = zn(t);
|
|
317
317
|
if (!r)
|
|
318
318
|
return e;
|
|
319
319
|
const {
|
|
320
320
|
scaleX: i,
|
|
321
321
|
scaleY: o,
|
|
322
|
-
x:
|
|
323
|
-
y:
|
|
324
|
-
} = r, a = e.left -
|
|
322
|
+
x: l,
|
|
323
|
+
y: s
|
|
324
|
+
} = r, a = e.left - l - (1 - i) * parseFloat(n), c = e.top - s - (1 - o) * parseFloat(n.slice(n.indexOf(" ") + 1)), d = i ? e.width / i : e.width, u = o ? e.height / o : e.height;
|
|
325
325
|
return {
|
|
326
326
|
width: d,
|
|
327
327
|
height: u,
|
|
@@ -331,38 +331,38 @@ function zn(e, t, n) {
|
|
|
331
331
|
left: a
|
|
332
332
|
};
|
|
333
333
|
}
|
|
334
|
-
const
|
|
334
|
+
const Pn = {
|
|
335
335
|
ignoreTransform: !1
|
|
336
336
|
};
|
|
337
|
-
function
|
|
338
|
-
t === void 0 && (t =
|
|
337
|
+
function Te(e, t) {
|
|
338
|
+
t === void 0 && (t = Pn);
|
|
339
339
|
let n = e.getBoundingClientRect();
|
|
340
340
|
if (t.ignoreTransform) {
|
|
341
341
|
const {
|
|
342
342
|
transform: c,
|
|
343
343
|
transformOrigin: d
|
|
344
|
-
} =
|
|
345
|
-
c && (n =
|
|
344
|
+
} = Z(e).getComputedStyle(e);
|
|
345
|
+
c && (n = Bn(n, c, d));
|
|
346
346
|
}
|
|
347
347
|
const {
|
|
348
348
|
top: r,
|
|
349
349
|
left: i,
|
|
350
350
|
width: o,
|
|
351
|
-
height:
|
|
352
|
-
bottom:
|
|
351
|
+
height: l,
|
|
352
|
+
bottom: s,
|
|
353
353
|
right: a
|
|
354
354
|
} = n;
|
|
355
355
|
return {
|
|
356
356
|
top: r,
|
|
357
357
|
left: i,
|
|
358
358
|
width: o,
|
|
359
|
-
height:
|
|
360
|
-
bottom:
|
|
359
|
+
height: l,
|
|
360
|
+
bottom: s,
|
|
361
361
|
right: a
|
|
362
362
|
};
|
|
363
363
|
}
|
|
364
|
-
function
|
|
365
|
-
return
|
|
364
|
+
function Mt(e) {
|
|
365
|
+
return Te(e, {
|
|
366
366
|
ignoreTransform: !0
|
|
367
367
|
});
|
|
368
368
|
}
|
|
@@ -377,11 +377,11 @@ function Fn(e) {
|
|
|
377
377
|
height: n
|
|
378
378
|
};
|
|
379
379
|
}
|
|
380
|
-
function Pn(e, t) {
|
|
381
|
-
return t === void 0 && (t = G(e).getComputedStyle(e)), t.position === "fixed";
|
|
382
|
-
}
|
|
383
380
|
function $n(e, t) {
|
|
384
|
-
t === void 0 && (t =
|
|
381
|
+
return t === void 0 && (t = Z(e).getComputedStyle(e)), t.position === "fixed";
|
|
382
|
+
}
|
|
383
|
+
function Wn(e, t) {
|
|
384
|
+
t === void 0 && (t = Z(e).getComputedStyle(e));
|
|
385
385
|
const n = /(auto|scroll|overlay)/;
|
|
386
386
|
return ["overflow", "overflowX", "overflowY"].some((i) => {
|
|
387
387
|
const o = t[i];
|
|
@@ -395,10 +395,10 @@ function lt(e, t) {
|
|
|
395
395
|
return n;
|
|
396
396
|
if ($t(i) && i.scrollingElement != null && !n.includes(i.scrollingElement))
|
|
397
397
|
return n.push(i.scrollingElement), n;
|
|
398
|
-
if (!
|
|
398
|
+
if (!Ke(i) || bn(i) || n.includes(i))
|
|
399
399
|
return n;
|
|
400
|
-
const o =
|
|
401
|
-
return i !== e &&
|
|
400
|
+
const o = Z(e).getComputedStyle(i);
|
|
401
|
+
return i !== e && Wn(i, o) && n.push(i), $n(i, o) ? n : r(i.parentNode);
|
|
402
402
|
}
|
|
403
403
|
return e ? r(e) : n;
|
|
404
404
|
}
|
|
@@ -406,8 +406,8 @@ function Kt(e) {
|
|
|
406
406
|
const [t] = lt(e, 1);
|
|
407
407
|
return t ?? null;
|
|
408
408
|
}
|
|
409
|
-
function
|
|
410
|
-
return !it || !e ? null : st(e) ? e : vn(e) ? $t(e) || e ===
|
|
409
|
+
function Ge(e) {
|
|
410
|
+
return !it || !e ? null : st(e) ? e : vn(e) ? $t(e) || e === ye(e).scrollingElement ? window : Ke(e) ? e : null : null;
|
|
411
411
|
}
|
|
412
412
|
function Yt(e) {
|
|
413
413
|
return st(e) ? e.scrollX : e.scrollLeft;
|
|
@@ -415,7 +415,7 @@ function Yt(e) {
|
|
|
415
415
|
function jt(e) {
|
|
416
416
|
return st(e) ? e.scrollY : e.scrollTop;
|
|
417
417
|
}
|
|
418
|
-
function
|
|
418
|
+
function nt(e) {
|
|
419
419
|
return {
|
|
420
420
|
x: Yt(e),
|
|
421
421
|
y: jt(e)
|
|
@@ -441,28 +441,28 @@ function _t(e) {
|
|
|
441
441
|
}, r = {
|
|
442
442
|
x: e.scrollWidth - n.width,
|
|
443
443
|
y: e.scrollHeight - n.height
|
|
444
|
-
}, i = e.scrollTop <= t.y, o = e.scrollLeft <= t.x,
|
|
444
|
+
}, i = e.scrollTop <= t.y, o = e.scrollLeft <= t.x, l = e.scrollTop >= r.y, s = e.scrollLeft >= r.x;
|
|
445
445
|
return {
|
|
446
446
|
isTop: i,
|
|
447
447
|
isLeft: o,
|
|
448
|
-
isBottom:
|
|
449
|
-
isRight:
|
|
448
|
+
isBottom: l,
|
|
449
|
+
isRight: s,
|
|
450
450
|
maxScroll: r,
|
|
451
451
|
minScroll: t
|
|
452
452
|
};
|
|
453
453
|
}
|
|
454
|
-
const
|
|
454
|
+
const Un = {
|
|
455
455
|
x: 0.2,
|
|
456
456
|
y: 0.2
|
|
457
457
|
};
|
|
458
|
-
function
|
|
458
|
+
function Xn(e, t, n, r, i) {
|
|
459
459
|
let {
|
|
460
460
|
top: o,
|
|
461
|
-
left:
|
|
462
|
-
right:
|
|
461
|
+
left: l,
|
|
462
|
+
right: s,
|
|
463
463
|
bottom: a
|
|
464
464
|
} = n;
|
|
465
|
-
r === void 0 && (r = 10), i === void 0 && (i =
|
|
465
|
+
r === void 0 && (r = 10), i === void 0 && (i = Un);
|
|
466
466
|
const {
|
|
467
467
|
isTop: c,
|
|
468
468
|
isBottom: d,
|
|
@@ -478,24 +478,24 @@ function Un(e, t, n, r, i) {
|
|
|
478
478
|
height: t.height * i.y,
|
|
479
479
|
width: t.width * i.x
|
|
480
480
|
};
|
|
481
|
-
return !c && o <= t.top + h.height ? (f.y = N.Backward, C.y = r * Math.abs((t.top + h.height - o) / h.height)) : !d && a >= t.bottom - h.height && (f.y = N.Forward, C.y = r * Math.abs((t.bottom - h.height - a) / h.height)), !g &&
|
|
481
|
+
return !c && o <= t.top + h.height ? (f.y = N.Backward, C.y = r * Math.abs((t.top + h.height - o) / h.height)) : !d && a >= t.bottom - h.height && (f.y = N.Forward, C.y = r * Math.abs((t.bottom - h.height - a) / h.height)), !g && s >= t.right - h.width ? (f.x = N.Forward, C.x = r * Math.abs((t.right - h.width - s) / h.width)) : !u && l <= t.left + h.width && (f.x = N.Backward, C.x = r * Math.abs((t.left + h.width - l) / h.width)), {
|
|
482
482
|
direction: f,
|
|
483
483
|
speed: C
|
|
484
484
|
};
|
|
485
485
|
}
|
|
486
|
-
function
|
|
486
|
+
function Kn(e) {
|
|
487
487
|
if (e === document.scrollingElement) {
|
|
488
488
|
const {
|
|
489
489
|
innerWidth: o,
|
|
490
|
-
innerHeight:
|
|
490
|
+
innerHeight: l
|
|
491
491
|
} = window;
|
|
492
492
|
return {
|
|
493
493
|
top: 0,
|
|
494
494
|
left: 0,
|
|
495
495
|
right: o,
|
|
496
|
-
bottom:
|
|
496
|
+
bottom: l,
|
|
497
497
|
width: o,
|
|
498
|
-
height:
|
|
498
|
+
height: l
|
|
499
499
|
};
|
|
500
500
|
}
|
|
501
501
|
const {
|
|
@@ -514,16 +514,16 @@ function Xn(e) {
|
|
|
514
514
|
};
|
|
515
515
|
}
|
|
516
516
|
function qt(e) {
|
|
517
|
-
return e.reduce((t, n) =>
|
|
517
|
+
return e.reduce((t, n) => ve(t, nt(n)), j);
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function Yn(e) {
|
|
520
520
|
return e.reduce((t, n) => t + Yt(n), 0);
|
|
521
521
|
}
|
|
522
|
-
function
|
|
522
|
+
function jn(e) {
|
|
523
523
|
return e.reduce((t, n) => t + jt(n), 0);
|
|
524
524
|
}
|
|
525
|
-
function
|
|
526
|
-
if (t === void 0 && (t =
|
|
525
|
+
function Hn(e, t) {
|
|
526
|
+
if (t === void 0 && (t = Te), !e)
|
|
527
527
|
return;
|
|
528
528
|
const {
|
|
529
529
|
top: n,
|
|
@@ -536,7 +536,7 @@ function jn(e, t) {
|
|
|
536
536
|
inline: "center"
|
|
537
537
|
});
|
|
538
538
|
}
|
|
539
|
-
const
|
|
539
|
+
const _n = [["x", ["left", "right"], Yn], ["y", ["top", "bottom"], jn]];
|
|
540
540
|
class at {
|
|
541
541
|
constructor(t, n) {
|
|
542
542
|
this.rect = void 0, this.width = void 0, this.height = void 0, this.top = void 0, this.bottom = void 0, this.right = void 0, this.left = void 0;
|
|
@@ -544,11 +544,11 @@ class at {
|
|
|
544
544
|
this.rect = {
|
|
545
545
|
...t
|
|
546
546
|
}, this.width = t.width, this.height = t.height;
|
|
547
|
-
for (const [o,
|
|
548
|
-
for (const a of
|
|
547
|
+
for (const [o, l, s] of _n)
|
|
548
|
+
for (const a of l)
|
|
549
549
|
Object.defineProperty(this, a, {
|
|
550
550
|
get: () => {
|
|
551
|
-
const c =
|
|
551
|
+
const c = s(r), d = i[o] - c;
|
|
552
552
|
return this.rect[a] + d;
|
|
553
553
|
},
|
|
554
554
|
enumerable: !0
|
|
@@ -558,7 +558,7 @@ class at {
|
|
|
558
558
|
});
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
|
-
class
|
|
561
|
+
class Se {
|
|
562
562
|
constructor(t) {
|
|
563
563
|
this.target = void 0, this.listeners = [], this.removeAll = () => {
|
|
564
564
|
this.listeners.forEach((n) => {
|
|
@@ -572,35 +572,35 @@ class xe {
|
|
|
572
572
|
(i = this.target) == null || i.addEventListener(t, n, r), this.listeners.push([t, n, r]);
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
|
-
function
|
|
575
|
+
function qn(e) {
|
|
576
576
|
const {
|
|
577
577
|
EventTarget: t
|
|
578
|
-
} =
|
|
579
|
-
return e instanceof t ? e :
|
|
578
|
+
} = Z(e);
|
|
579
|
+
return e instanceof t ? e : ye(e);
|
|
580
580
|
}
|
|
581
|
-
function
|
|
581
|
+
function Qe(e, t) {
|
|
582
582
|
const n = Math.abs(e.x), r = Math.abs(e.y);
|
|
583
583
|
return typeof t == "number" ? Math.sqrt(n ** 2 + r ** 2) > t : "x" in t && "y" in t ? n > t.x && r > t.y : "x" in t ? n > t.x : "y" in t ? r > t.y : !1;
|
|
584
584
|
}
|
|
585
|
-
var
|
|
585
|
+
var W;
|
|
586
586
|
(function(e) {
|
|
587
587
|
e.Click = "click", e.DragStart = "dragstart", e.Keydown = "keydown", e.ContextMenu = "contextmenu", e.Resize = "resize", e.SelectionChange = "selectionchange", e.VisibilityChange = "visibilitychange";
|
|
588
|
-
})(
|
|
589
|
-
function
|
|
588
|
+
})(W || (W = {}));
|
|
589
|
+
function Ot(e) {
|
|
590
590
|
e.preventDefault();
|
|
591
591
|
}
|
|
592
|
-
function
|
|
592
|
+
function Jn(e) {
|
|
593
593
|
e.stopPropagation();
|
|
594
594
|
}
|
|
595
595
|
var m;
|
|
596
596
|
(function(e) {
|
|
597
|
-
e.Space = "Space", e.Down = "ArrowDown", e.Right = "ArrowRight", e.Left = "ArrowLeft", e.Up = "ArrowUp", e.Esc = "Escape", e.Enter = "Enter";
|
|
597
|
+
e.Space = "Space", e.Down = "ArrowDown", e.Right = "ArrowRight", e.Left = "ArrowLeft", e.Up = "ArrowUp", e.Esc = "Escape", e.Enter = "Enter", e.Tab = "Tab";
|
|
598
598
|
})(m || (m = {}));
|
|
599
599
|
const Jt = {
|
|
600
600
|
start: [m.Space, m.Enter],
|
|
601
601
|
cancel: [m.Esc],
|
|
602
|
-
end: [m.Space, m.Enter]
|
|
603
|
-
},
|
|
602
|
+
end: [m.Space, m.Enter, m.Tab]
|
|
603
|
+
}, Vn = (e, t) => {
|
|
604
604
|
let {
|
|
605
605
|
currentCoordinates: n
|
|
606
606
|
} = t;
|
|
@@ -635,28 +635,28 @@ class Vt {
|
|
|
635
635
|
target: n
|
|
636
636
|
}
|
|
637
637
|
} = t;
|
|
638
|
-
this.props = t, this.listeners = new
|
|
638
|
+
this.props = t, this.listeners = new Se(ye(n)), this.windowListeners = new Se(Z(n)), this.handleKeyDown = this.handleKeyDown.bind(this), this.handleCancel = this.handleCancel.bind(this), this.attach();
|
|
639
639
|
}
|
|
640
640
|
attach() {
|
|
641
|
-
this.handleStart(), this.windowListeners.add(
|
|
641
|
+
this.handleStart(), this.windowListeners.add(W.Resize, this.handleCancel), this.windowListeners.add(W.VisibilityChange, this.handleCancel), setTimeout(() => this.listeners.add(W.Keydown, this.handleKeyDown));
|
|
642
642
|
}
|
|
643
643
|
handleStart() {
|
|
644
644
|
const {
|
|
645
645
|
activeNode: t,
|
|
646
646
|
onStart: n
|
|
647
647
|
} = this.props, r = t.node.current;
|
|
648
|
-
r &&
|
|
648
|
+
r && Hn(r), n(j);
|
|
649
649
|
}
|
|
650
650
|
handleKeyDown(t) {
|
|
651
|
-
if (
|
|
651
|
+
if (Ft(t)) {
|
|
652
652
|
const {
|
|
653
653
|
active: n,
|
|
654
654
|
context: r,
|
|
655
655
|
options: i
|
|
656
656
|
} = this.props, {
|
|
657
657
|
keyboardCodes: o = Jt,
|
|
658
|
-
coordinateGetter:
|
|
659
|
-
scrollBehavior:
|
|
658
|
+
coordinateGetter: l = Vn,
|
|
659
|
+
scrollBehavior: s = "smooth"
|
|
660
660
|
} = i, {
|
|
661
661
|
code: a
|
|
662
662
|
} = t;
|
|
@@ -673,9 +673,9 @@ class Vt {
|
|
|
673
673
|
} = r.current, d = c ? {
|
|
674
674
|
x: c.left,
|
|
675
675
|
y: c.top
|
|
676
|
-
} :
|
|
676
|
+
} : j;
|
|
677
677
|
this.referenceCoordinates || (this.referenceCoordinates = d);
|
|
678
|
-
const u =
|
|
678
|
+
const u = l(t, {
|
|
679
679
|
active: n,
|
|
680
680
|
context: r.current,
|
|
681
681
|
currentCoordinates: d
|
|
@@ -688,48 +688,48 @@ class Vt {
|
|
|
688
688
|
scrollableAncestors: C
|
|
689
689
|
} = r.current;
|
|
690
690
|
for (const h of C) {
|
|
691
|
-
const
|
|
691
|
+
const p = t.code, {
|
|
692
692
|
isTop: y,
|
|
693
693
|
isRight: D,
|
|
694
|
-
isLeft:
|
|
695
|
-
isBottom:
|
|
694
|
+
isLeft: w,
|
|
695
|
+
isBottom: I,
|
|
696
696
|
maxScroll: x,
|
|
697
697
|
minScroll: S
|
|
698
|
-
} = _t(h),
|
|
699
|
-
x: Math.min(
|
|
700
|
-
y: Math.min(
|
|
701
|
-
},
|
|
702
|
-
if (
|
|
703
|
-
const O = h.scrollLeft + g.x,
|
|
704
|
-
if (
|
|
698
|
+
} = _t(h), b = Kn(h), v = {
|
|
699
|
+
x: Math.min(p === m.Right ? b.right - b.width / 2 : b.right, Math.max(p === m.Right ? b.left : b.left + b.width / 2, u.x)),
|
|
700
|
+
y: Math.min(p === m.Down ? b.bottom - b.height / 2 : b.bottom, Math.max(p === m.Down ? b.top : b.top + b.height / 2, u.y))
|
|
701
|
+
}, M = p === m.Right && !D || p === m.Left && !w, z = p === m.Down && !I || p === m.Up && !y;
|
|
702
|
+
if (M && v.x !== u.x) {
|
|
703
|
+
const O = h.scrollLeft + g.x, J = p === m.Right && O <= x.x || p === m.Left && O >= S.x;
|
|
704
|
+
if (J && !g.y) {
|
|
705
705
|
h.scrollTo({
|
|
706
706
|
left: O,
|
|
707
|
-
behavior:
|
|
707
|
+
behavior: s
|
|
708
708
|
});
|
|
709
709
|
return;
|
|
710
710
|
}
|
|
711
|
-
|
|
711
|
+
J ? f.x = h.scrollLeft - O : f.x = p === m.Right ? h.scrollLeft - x.x : h.scrollLeft - S.x, f.x && h.scrollBy({
|
|
712
712
|
left: -f.x,
|
|
713
|
-
behavior:
|
|
713
|
+
behavior: s
|
|
714
714
|
});
|
|
715
715
|
break;
|
|
716
|
-
} else if (
|
|
717
|
-
const O = h.scrollTop + g.y,
|
|
718
|
-
if (
|
|
716
|
+
} else if (z && v.y !== u.y) {
|
|
717
|
+
const O = h.scrollTop + g.y, J = p === m.Down && O <= x.y || p === m.Up && O >= S.y;
|
|
718
|
+
if (J && !g.x) {
|
|
719
719
|
h.scrollTo({
|
|
720
720
|
top: O,
|
|
721
|
-
behavior:
|
|
721
|
+
behavior: s
|
|
722
722
|
});
|
|
723
723
|
return;
|
|
724
724
|
}
|
|
725
|
-
|
|
725
|
+
J ? f.y = h.scrollTop - O : f.y = p === m.Down ? h.scrollTop - x.y : h.scrollTop - S.y, f.y && h.scrollBy({
|
|
726
726
|
top: -f.y,
|
|
727
|
-
behavior:
|
|
727
|
+
behavior: s
|
|
728
728
|
});
|
|
729
729
|
break;
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
|
-
this.handleMove(t,
|
|
732
|
+
this.handleMove(t, ve(Fe(u, this.referenceCoordinates), f));
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
735
|
}
|
|
@@ -765,18 +765,18 @@ Vt.activators = [{
|
|
|
765
765
|
active: o
|
|
766
766
|
} = n;
|
|
767
767
|
const {
|
|
768
|
-
code:
|
|
768
|
+
code: l
|
|
769
769
|
} = e.nativeEvent;
|
|
770
|
-
if (r.start.includes(
|
|
771
|
-
const
|
|
772
|
-
return
|
|
770
|
+
if (r.start.includes(l)) {
|
|
771
|
+
const s = o.activatorNode.current;
|
|
772
|
+
return s && e.target !== s ? !1 : (e.preventDefault(), i == null || i({
|
|
773
773
|
event: e.nativeEvent
|
|
774
774
|
}), !0);
|
|
775
775
|
}
|
|
776
776
|
return !1;
|
|
777
777
|
}
|
|
778
778
|
}];
|
|
779
|
-
function
|
|
779
|
+
function Nt(e) {
|
|
780
780
|
return !!(e && "distance" in e);
|
|
781
781
|
}
|
|
782
782
|
function Tt(e) {
|
|
@@ -785,13 +785,13 @@ function Tt(e) {
|
|
|
785
785
|
class ct {
|
|
786
786
|
constructor(t, n, r) {
|
|
787
787
|
var i;
|
|
788
|
-
r === void 0 && (r =
|
|
788
|
+
r === void 0 && (r = qn(t.event.target)), this.props = void 0, this.events = void 0, this.autoScrollEnabled = !0, this.document = void 0, this.activated = !1, this.initialCoordinates = void 0, this.timeoutId = null, this.listeners = void 0, this.documentListeners = void 0, this.windowListeners = void 0, this.props = t, this.events = n;
|
|
789
789
|
const {
|
|
790
790
|
event: o
|
|
791
791
|
} = t, {
|
|
792
|
-
target:
|
|
792
|
+
target: l
|
|
793
793
|
} = o;
|
|
794
|
-
this.props = t, this.events = n, this.document =
|
|
794
|
+
this.props = t, this.events = n, this.document = ye(l), this.documentListeners = new Se(this.document), this.listeners = new Se(r), this.windowListeners = new Se(Z(l)), this.initialCoordinates = (i = et(o)) != null ? i : j, this.handleStart = this.handleStart.bind(this), this.handleMove = this.handleMove.bind(this), this.handleEnd = this.handleEnd.bind(this), this.handleCancel = this.handleCancel.bind(this), this.handleKeydown = this.handleKeydown.bind(this), this.removeTextSelection = this.removeTextSelection.bind(this), this.attach();
|
|
795
795
|
}
|
|
796
796
|
attach() {
|
|
797
797
|
const {
|
|
@@ -805,7 +805,7 @@ class ct {
|
|
|
805
805
|
} = this;
|
|
806
806
|
if (this.listeners.add(t.move.name, this.handleMove, {
|
|
807
807
|
passive: !1
|
|
808
|
-
}), this.listeners.add(t.end.name, this.handleEnd), this.windowListeners.add(
|
|
808
|
+
}), this.listeners.add(t.end.name, this.handleEnd), t.cancel && this.listeners.add(t.cancel.name, this.handleCancel), this.windowListeners.add(W.Resize, this.handleCancel), this.windowListeners.add(W.DragStart, Ot), this.windowListeners.add(W.VisibilityChange, this.handleCancel), this.windowListeners.add(W.ContextMenu, Ot), this.documentListeners.add(W.Keydown, this.handleKeydown), n) {
|
|
809
809
|
if (r != null && r({
|
|
810
810
|
event: this.props.event,
|
|
811
811
|
activeNode: this.props.activeNode,
|
|
@@ -813,26 +813,35 @@ class ct {
|
|
|
813
813
|
}))
|
|
814
814
|
return this.handleStart();
|
|
815
815
|
if (Tt(n)) {
|
|
816
|
-
this.timeoutId = setTimeout(this.handleStart, n.delay);
|
|
816
|
+
this.timeoutId = setTimeout(this.handleStart, n.delay), this.handlePending(n);
|
|
817
817
|
return;
|
|
818
818
|
}
|
|
819
|
-
if (
|
|
819
|
+
if (Nt(n)) {
|
|
820
|
+
this.handlePending(n);
|
|
820
821
|
return;
|
|
822
|
+
}
|
|
821
823
|
}
|
|
822
824
|
this.handleStart();
|
|
823
825
|
}
|
|
824
826
|
detach() {
|
|
825
827
|
this.listeners.removeAll(), this.windowListeners.removeAll(), setTimeout(this.documentListeners.removeAll, 50), this.timeoutId !== null && (clearTimeout(this.timeoutId), this.timeoutId = null);
|
|
826
828
|
}
|
|
829
|
+
handlePending(t, n) {
|
|
830
|
+
const {
|
|
831
|
+
active: r,
|
|
832
|
+
onPending: i
|
|
833
|
+
} = this.props;
|
|
834
|
+
i(r, t, this.initialCoordinates, n);
|
|
835
|
+
}
|
|
827
836
|
handleStart() {
|
|
828
837
|
const {
|
|
829
838
|
initialCoordinates: t
|
|
830
839
|
} = this, {
|
|
831
840
|
onStart: n
|
|
832
841
|
} = this.props;
|
|
833
|
-
t && (this.activated = !0, this.documentListeners.add(
|
|
842
|
+
t && (this.activated = !0, this.documentListeners.add(W.Click, Jn, {
|
|
834
843
|
capture: !0
|
|
835
|
-
}), this.removeTextSelection(), this.documentListeners.add(
|
|
844
|
+
}), this.removeTextSelection(), this.documentListeners.add(W.SelectionChange, this.removeTextSelection), n(t));
|
|
836
845
|
}
|
|
837
846
|
handleMove(t) {
|
|
838
847
|
var n;
|
|
@@ -841,36 +850,41 @@ class ct {
|
|
|
841
850
|
initialCoordinates: i,
|
|
842
851
|
props: o
|
|
843
852
|
} = this, {
|
|
844
|
-
onMove:
|
|
853
|
+
onMove: l,
|
|
845
854
|
options: {
|
|
846
|
-
activationConstraint:
|
|
855
|
+
activationConstraint: s
|
|
847
856
|
}
|
|
848
857
|
} = o;
|
|
849
858
|
if (!i)
|
|
850
859
|
return;
|
|
851
|
-
const a = (n =
|
|
852
|
-
if (!r &&
|
|
853
|
-
if (
|
|
854
|
-
if (
|
|
860
|
+
const a = (n = et(t)) != null ? n : j, c = Fe(i, a);
|
|
861
|
+
if (!r && s) {
|
|
862
|
+
if (Nt(s)) {
|
|
863
|
+
if (s.tolerance != null && Qe(c, s.tolerance))
|
|
855
864
|
return this.handleCancel();
|
|
856
|
-
if (
|
|
865
|
+
if (Qe(c, s.distance))
|
|
857
866
|
return this.handleStart();
|
|
858
867
|
}
|
|
859
|
-
|
|
868
|
+
if (Tt(s) && Qe(c, s.tolerance))
|
|
869
|
+
return this.handleCancel();
|
|
870
|
+
this.handlePending(s, c);
|
|
871
|
+
return;
|
|
860
872
|
}
|
|
861
|
-
t.cancelable && t.preventDefault(),
|
|
873
|
+
t.cancelable && t.preventDefault(), l(a);
|
|
862
874
|
}
|
|
863
875
|
handleEnd() {
|
|
864
876
|
const {
|
|
865
|
-
|
|
877
|
+
onAbort: t,
|
|
878
|
+
onEnd: n
|
|
866
879
|
} = this.props;
|
|
867
|
-
this.detach(), t();
|
|
880
|
+
this.detach(), this.activated || t(this.props.active), n();
|
|
868
881
|
}
|
|
869
882
|
handleCancel() {
|
|
870
883
|
const {
|
|
871
|
-
|
|
884
|
+
onAbort: t,
|
|
885
|
+
onCancel: n
|
|
872
886
|
} = this.props;
|
|
873
|
-
this.detach(), t();
|
|
887
|
+
this.detach(), this.activated || t(this.props.active), n();
|
|
874
888
|
}
|
|
875
889
|
handleKeydown(t) {
|
|
876
890
|
t.code === m.Esc && this.handleCancel();
|
|
@@ -880,7 +894,10 @@ class ct {
|
|
|
880
894
|
(t = this.document.getSelection()) == null || t.removeAllRanges();
|
|
881
895
|
}
|
|
882
896
|
}
|
|
883
|
-
const
|
|
897
|
+
const Gn = {
|
|
898
|
+
cancel: {
|
|
899
|
+
name: "pointercancel"
|
|
900
|
+
},
|
|
884
901
|
move: {
|
|
885
902
|
name: "pointermove"
|
|
886
903
|
},
|
|
@@ -892,8 +909,8 @@ class Gt extends ct {
|
|
|
892
909
|
constructor(t) {
|
|
893
910
|
const {
|
|
894
911
|
event: n
|
|
895
|
-
} = t, r =
|
|
896
|
-
super(t,
|
|
912
|
+
} = t, r = ye(n.target);
|
|
913
|
+
super(t, Gn, r);
|
|
897
914
|
}
|
|
898
915
|
}
|
|
899
916
|
Gt.activators = [{
|
|
@@ -909,7 +926,7 @@ Gt.activators = [{
|
|
|
909
926
|
}), !0);
|
|
910
927
|
}
|
|
911
928
|
}];
|
|
912
|
-
const
|
|
929
|
+
const Qn = {
|
|
913
930
|
move: {
|
|
914
931
|
name: "mousemove"
|
|
915
932
|
},
|
|
@@ -917,16 +934,16 @@ const Gn = {
|
|
|
917
934
|
name: "mouseup"
|
|
918
935
|
}
|
|
919
936
|
};
|
|
920
|
-
var
|
|
937
|
+
var rt;
|
|
921
938
|
(function(e) {
|
|
922
939
|
e[e.RightClick = 2] = "RightClick";
|
|
923
|
-
})(
|
|
924
|
-
class
|
|
940
|
+
})(rt || (rt = {}));
|
|
941
|
+
class Zn extends ct {
|
|
925
942
|
constructor(t) {
|
|
926
|
-
super(t,
|
|
943
|
+
super(t, Qn, ye(t.event.target));
|
|
927
944
|
}
|
|
928
945
|
}
|
|
929
|
-
|
|
946
|
+
Zn.activators = [{
|
|
930
947
|
eventName: "onMouseDown",
|
|
931
948
|
handler: (e, t) => {
|
|
932
949
|
let {
|
|
@@ -934,12 +951,15 @@ Qn.activators = [{
|
|
|
934
951
|
} = e, {
|
|
935
952
|
onActivation: r
|
|
936
953
|
} = t;
|
|
937
|
-
return n.button ===
|
|
954
|
+
return n.button === rt.RightClick ? !1 : (r == null || r({
|
|
938
955
|
event: n
|
|
939
956
|
}), !0);
|
|
940
957
|
}
|
|
941
958
|
}];
|
|
942
|
-
const
|
|
959
|
+
const Ze = {
|
|
960
|
+
cancel: {
|
|
961
|
+
name: "touchcancel"
|
|
962
|
+
},
|
|
943
963
|
move: {
|
|
944
964
|
name: "touchmove"
|
|
945
965
|
},
|
|
@@ -947,22 +967,22 @@ const Ge = {
|
|
|
947
967
|
name: "touchend"
|
|
948
968
|
}
|
|
949
969
|
};
|
|
950
|
-
class
|
|
970
|
+
class er extends ct {
|
|
951
971
|
constructor(t) {
|
|
952
|
-
super(t,
|
|
972
|
+
super(t, Ze);
|
|
953
973
|
}
|
|
954
974
|
static setup() {
|
|
955
|
-
return window.addEventListener(
|
|
975
|
+
return window.addEventListener(Ze.move.name, t, {
|
|
956
976
|
capture: !1,
|
|
957
977
|
passive: !1
|
|
958
978
|
}), function() {
|
|
959
|
-
window.removeEventListener(
|
|
979
|
+
window.removeEventListener(Ze.move.name, t);
|
|
960
980
|
};
|
|
961
981
|
function t() {
|
|
962
982
|
}
|
|
963
983
|
}
|
|
964
984
|
}
|
|
965
|
-
|
|
985
|
+
er.activators = [{
|
|
966
986
|
eventName: "onTouchStart",
|
|
967
987
|
handler: (e, t) => {
|
|
968
988
|
let {
|
|
@@ -978,58 +998,58 @@ Zn.activators = [{
|
|
|
978
998
|
}), !0);
|
|
979
999
|
}
|
|
980
1000
|
}];
|
|
981
|
-
var
|
|
1001
|
+
var Re;
|
|
982
1002
|
(function(e) {
|
|
983
1003
|
e[e.Pointer = 0] = "Pointer", e[e.DraggableRect = 1] = "DraggableRect";
|
|
984
|
-
})(
|
|
985
|
-
var
|
|
1004
|
+
})(Re || (Re = {}));
|
|
1005
|
+
var Ue;
|
|
986
1006
|
(function(e) {
|
|
987
1007
|
e[e.TreeOrder = 0] = "TreeOrder", e[e.ReversedTreeOrder = 1] = "ReversedTreeOrder";
|
|
988
|
-
})(
|
|
989
|
-
function
|
|
1008
|
+
})(Ue || (Ue = {}));
|
|
1009
|
+
function tr(e) {
|
|
990
1010
|
let {
|
|
991
1011
|
acceleration: t,
|
|
992
|
-
activator: n =
|
|
1012
|
+
activator: n = Re.Pointer,
|
|
993
1013
|
canScroll: r,
|
|
994
1014
|
draggingRect: i,
|
|
995
1015
|
enabled: o,
|
|
996
|
-
interval:
|
|
997
|
-
order:
|
|
1016
|
+
interval: l = 5,
|
|
1017
|
+
order: s = Ue.TreeOrder,
|
|
998
1018
|
pointerCoordinates: a,
|
|
999
1019
|
scrollableAncestors: c,
|
|
1000
1020
|
scrollableAncestorRects: d,
|
|
1001
1021
|
delta: u,
|
|
1002
1022
|
threshold: g
|
|
1003
1023
|
} = e;
|
|
1004
|
-
const f =
|
|
1024
|
+
const f = rr({
|
|
1005
1025
|
delta: u,
|
|
1006
1026
|
disabled: !o
|
|
1007
|
-
}), [C, h] =
|
|
1027
|
+
}), [C, h] = gn(), p = L({
|
|
1008
1028
|
x: 0,
|
|
1009
1029
|
y: 0
|
|
1010
|
-
}), y =
|
|
1030
|
+
}), y = L({
|
|
1011
1031
|
x: 0,
|
|
1012
1032
|
y: 0
|
|
1013
|
-
}), D =
|
|
1033
|
+
}), D = A(() => {
|
|
1014
1034
|
switch (n) {
|
|
1015
|
-
case
|
|
1035
|
+
case Re.Pointer:
|
|
1016
1036
|
return a ? {
|
|
1017
1037
|
top: a.y,
|
|
1018
1038
|
bottom: a.y,
|
|
1019
1039
|
left: a.x,
|
|
1020
1040
|
right: a.x
|
|
1021
1041
|
} : null;
|
|
1022
|
-
case
|
|
1042
|
+
case Re.DraggableRect:
|
|
1023
1043
|
return i;
|
|
1024
1044
|
}
|
|
1025
|
-
}, [n, i, a]),
|
|
1026
|
-
const S =
|
|
1045
|
+
}, [n, i, a]), w = L(null), I = Y(() => {
|
|
1046
|
+
const S = w.current;
|
|
1027
1047
|
if (!S)
|
|
1028
1048
|
return;
|
|
1029
|
-
const
|
|
1030
|
-
S.scrollBy(
|
|
1031
|
-
}, []), x =
|
|
1032
|
-
|
|
1049
|
+
const b = p.current.x * y.current.x, v = p.current.y * y.current.y;
|
|
1050
|
+
S.scrollBy(b, v);
|
|
1051
|
+
}, []), x = A(() => s === Ue.TreeOrder ? [...c].reverse() : c, [s, c]);
|
|
1052
|
+
R(
|
|
1033
1053
|
() => {
|
|
1034
1054
|
if (!o || !c.length || !D) {
|
|
1035
1055
|
h();
|
|
@@ -1038,21 +1058,21 @@ function er(e) {
|
|
|
1038
1058
|
for (const S of x) {
|
|
1039
1059
|
if ((r == null ? void 0 : r(S)) === !1)
|
|
1040
1060
|
continue;
|
|
1041
|
-
const
|
|
1042
|
-
if (!
|
|
1061
|
+
const b = c.indexOf(S), v = d[b];
|
|
1062
|
+
if (!v)
|
|
1043
1063
|
continue;
|
|
1044
1064
|
const {
|
|
1045
|
-
direction:
|
|
1046
|
-
speed:
|
|
1047
|
-
} =
|
|
1065
|
+
direction: M,
|
|
1066
|
+
speed: z
|
|
1067
|
+
} = Xn(S, v, D, t, g);
|
|
1048
1068
|
for (const O of ["x", "y"])
|
|
1049
|
-
f[O][
|
|
1050
|
-
if (
|
|
1051
|
-
h(),
|
|
1069
|
+
f[O][M[O]] || (z[O] = 0, M[O] = 0);
|
|
1070
|
+
if (z.x > 0 || z.y > 0) {
|
|
1071
|
+
h(), w.current = S, C(I, l), p.current = z, y.current = M;
|
|
1052
1072
|
return;
|
|
1053
1073
|
}
|
|
1054
1074
|
}
|
|
1055
|
-
|
|
1075
|
+
p.current = {
|
|
1056
1076
|
x: 0,
|
|
1057
1077
|
y: 0
|
|
1058
1078
|
}, y.current = {
|
|
@@ -1063,11 +1083,11 @@ function er(e) {
|
|
|
1063
1083
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1064
1084
|
[
|
|
1065
1085
|
t,
|
|
1066
|
-
|
|
1086
|
+
I,
|
|
1067
1087
|
r,
|
|
1068
1088
|
h,
|
|
1069
1089
|
o,
|
|
1070
|
-
|
|
1090
|
+
l,
|
|
1071
1091
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1072
1092
|
JSON.stringify(D),
|
|
1073
1093
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
@@ -1081,7 +1101,7 @@ function er(e) {
|
|
|
1081
1101
|
]
|
|
1082
1102
|
);
|
|
1083
1103
|
}
|
|
1084
|
-
const
|
|
1104
|
+
const nr = {
|
|
1085
1105
|
x: {
|
|
1086
1106
|
[N.Backward]: !1,
|
|
1087
1107
|
[N.Forward]: !1
|
|
@@ -1091,15 +1111,15 @@ const tr = {
|
|
|
1091
1111
|
[N.Forward]: !1
|
|
1092
1112
|
}
|
|
1093
1113
|
};
|
|
1094
|
-
function
|
|
1114
|
+
function rr(e) {
|
|
1095
1115
|
let {
|
|
1096
1116
|
delta: t,
|
|
1097
1117
|
disabled: n
|
|
1098
1118
|
} = e;
|
|
1099
|
-
const r =
|
|
1100
|
-
return
|
|
1119
|
+
const r = tt(t);
|
|
1120
|
+
return Ne((i) => {
|
|
1101
1121
|
if (n || !r || !i)
|
|
1102
|
-
return
|
|
1122
|
+
return nr;
|
|
1103
1123
|
const o = {
|
|
1104
1124
|
x: Math.sign(t.x - r.x),
|
|
1105
1125
|
y: Math.sign(t.y - r.y)
|
|
@@ -1116,96 +1136,96 @@ function nr(e) {
|
|
|
1116
1136
|
};
|
|
1117
1137
|
}, [n, t, r]);
|
|
1118
1138
|
}
|
|
1119
|
-
function
|
|
1120
|
-
const n = t
|
|
1121
|
-
return
|
|
1139
|
+
function or(e, t) {
|
|
1140
|
+
const n = t != null ? e.get(t) : void 0, r = n ? n.node.current : null;
|
|
1141
|
+
return Ne((i) => {
|
|
1122
1142
|
var o;
|
|
1123
|
-
return t
|
|
1143
|
+
return t == null ? null : (o = r ?? i) != null ? o : null;
|
|
1124
1144
|
}, [r, t]);
|
|
1125
1145
|
}
|
|
1126
|
-
function
|
|
1127
|
-
return
|
|
1146
|
+
function ir(e, t) {
|
|
1147
|
+
return A(() => e.reduce((n, r) => {
|
|
1128
1148
|
const {
|
|
1129
1149
|
sensor: i
|
|
1130
|
-
} = r, o = i.activators.map((
|
|
1131
|
-
eventName:
|
|
1132
|
-
handler: t(
|
|
1150
|
+
} = r, o = i.activators.map((l) => ({
|
|
1151
|
+
eventName: l.eventName,
|
|
1152
|
+
handler: t(l.handler, r)
|
|
1133
1153
|
}));
|
|
1134
1154
|
return [...n, ...o];
|
|
1135
1155
|
}, []), [e, t]);
|
|
1136
1156
|
}
|
|
1137
|
-
var
|
|
1157
|
+
var Me;
|
|
1138
1158
|
(function(e) {
|
|
1139
1159
|
e[e.Always = 0] = "Always", e[e.BeforeDragging = 1] = "BeforeDragging", e[e.WhileDragging = 2] = "WhileDragging";
|
|
1140
|
-
})(
|
|
1141
|
-
var
|
|
1160
|
+
})(Me || (Me = {}));
|
|
1161
|
+
var ot;
|
|
1142
1162
|
(function(e) {
|
|
1143
1163
|
e.Optimized = "optimized";
|
|
1144
|
-
})(
|
|
1145
|
-
const
|
|
1146
|
-
function
|
|
1164
|
+
})(ot || (ot = {}));
|
|
1165
|
+
const Lt = /* @__PURE__ */ new Map();
|
|
1166
|
+
function sr(e, t) {
|
|
1147
1167
|
let {
|
|
1148
1168
|
dragging: n,
|
|
1149
1169
|
dependencies: r,
|
|
1150
1170
|
config: i
|
|
1151
1171
|
} = t;
|
|
1152
|
-
const [o,
|
|
1153
|
-
frequency:
|
|
1172
|
+
const [o, l] = K(null), {
|
|
1173
|
+
frequency: s,
|
|
1154
1174
|
measure: a,
|
|
1155
1175
|
strategy: c
|
|
1156
|
-
} = i, d =
|
|
1157
|
-
y === void 0 && (y = []), !g.current &&
|
|
1158
|
-
}, [g]), C =
|
|
1176
|
+
} = i, d = L(e), u = p(), g = Ae(u), f = Y(function(y) {
|
|
1177
|
+
y === void 0 && (y = []), !g.current && l((D) => D === null ? y : D.concat(y.filter((w) => !D.includes(w))));
|
|
1178
|
+
}, [g]), C = L(null), h = Ne((y) => {
|
|
1159
1179
|
if (u && !n)
|
|
1160
|
-
return
|
|
1161
|
-
if (!y || y ===
|
|
1180
|
+
return Lt;
|
|
1181
|
+
if (!y || y === Lt || d.current !== e || o != null) {
|
|
1162
1182
|
const D = /* @__PURE__ */ new Map();
|
|
1163
|
-
for (let
|
|
1164
|
-
if (!
|
|
1183
|
+
for (let w of e) {
|
|
1184
|
+
if (!w)
|
|
1165
1185
|
continue;
|
|
1166
|
-
if (o && o.length > 0 && !o.includes(
|
|
1167
|
-
D.set(
|
|
1186
|
+
if (o && o.length > 0 && !o.includes(w.id) && w.rect.current) {
|
|
1187
|
+
D.set(w.id, w.rect.current);
|
|
1168
1188
|
continue;
|
|
1169
1189
|
}
|
|
1170
|
-
const
|
|
1171
|
-
|
|
1190
|
+
const I = w.node.current, x = I ? new at(a(I), I) : null;
|
|
1191
|
+
w.rect.current = x, x && D.set(w.id, x);
|
|
1172
1192
|
}
|
|
1173
1193
|
return D;
|
|
1174
1194
|
}
|
|
1175
1195
|
return y;
|
|
1176
1196
|
}, [e, o, n, u, a]);
|
|
1177
|
-
return
|
|
1197
|
+
return R(() => {
|
|
1178
1198
|
d.current = e;
|
|
1179
|
-
}, [e]),
|
|
1199
|
+
}, [e]), R(
|
|
1180
1200
|
() => {
|
|
1181
1201
|
u || f();
|
|
1182
1202
|
},
|
|
1183
1203
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1184
1204
|
[n, u]
|
|
1185
|
-
),
|
|
1205
|
+
), R(
|
|
1186
1206
|
() => {
|
|
1187
|
-
o && o.length > 0 &&
|
|
1207
|
+
o && o.length > 0 && l(null);
|
|
1188
1208
|
},
|
|
1189
1209
|
//eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1190
1210
|
[JSON.stringify(o)]
|
|
1191
|
-
),
|
|
1211
|
+
), R(
|
|
1192
1212
|
() => {
|
|
1193
|
-
u || typeof
|
|
1213
|
+
u || typeof s != "number" || C.current !== null || (C.current = setTimeout(() => {
|
|
1194
1214
|
f(), C.current = null;
|
|
1195
|
-
},
|
|
1215
|
+
}, s));
|
|
1196
1216
|
},
|
|
1197
1217
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1198
|
-
[
|
|
1218
|
+
[s, u, f, ...r]
|
|
1199
1219
|
), {
|
|
1200
1220
|
droppableRects: h,
|
|
1201
1221
|
measureDroppableContainers: f,
|
|
1202
1222
|
measuringScheduled: o != null
|
|
1203
1223
|
};
|
|
1204
|
-
function
|
|
1224
|
+
function p() {
|
|
1205
1225
|
switch (c) {
|
|
1206
|
-
case
|
|
1226
|
+
case Me.Always:
|
|
1207
1227
|
return !1;
|
|
1208
|
-
case
|
|
1228
|
+
case Me.BeforeDragging:
|
|
1209
1229
|
return n;
|
|
1210
1230
|
default:
|
|
1211
1231
|
return !n;
|
|
@@ -1213,17 +1233,17 @@ function ir(e, t) {
|
|
|
1213
1233
|
}
|
|
1214
1234
|
}
|
|
1215
1235
|
function Qt(e, t) {
|
|
1216
|
-
return
|
|
1236
|
+
return Ne((n) => e ? n || (typeof t == "function" ? t(e) : e) : null, [t, e]);
|
|
1217
1237
|
}
|
|
1218
|
-
function
|
|
1238
|
+
function lr(e, t) {
|
|
1219
1239
|
return Qt(e, t);
|
|
1220
1240
|
}
|
|
1221
|
-
function
|
|
1241
|
+
function ar(e) {
|
|
1222
1242
|
let {
|
|
1223
1243
|
callback: t,
|
|
1224
1244
|
disabled: n
|
|
1225
1245
|
} = e;
|
|
1226
|
-
const r = Wt(t), i =
|
|
1246
|
+
const r = Wt(t), i = A(() => {
|
|
1227
1247
|
if (n || typeof window > "u" || typeof window.MutationObserver > "u")
|
|
1228
1248
|
return;
|
|
1229
1249
|
const {
|
|
@@ -1231,14 +1251,14 @@ function lr(e) {
|
|
|
1231
1251
|
} = window;
|
|
1232
1252
|
return new o(r);
|
|
1233
1253
|
}, [r, n]);
|
|
1234
|
-
return
|
|
1254
|
+
return R(() => () => i == null ? void 0 : i.disconnect(), [i]), i;
|
|
1235
1255
|
}
|
|
1236
|
-
function
|
|
1256
|
+
function Ye(e) {
|
|
1237
1257
|
let {
|
|
1238
1258
|
callback: t,
|
|
1239
1259
|
disabled: n
|
|
1240
1260
|
} = e;
|
|
1241
|
-
const r = Wt(t), i =
|
|
1261
|
+
const r = Wt(t), i = A(
|
|
1242
1262
|
() => {
|
|
1243
1263
|
if (n || typeof window > "u" || typeof window.ResizeObserver > "u")
|
|
1244
1264
|
return;
|
|
@@ -1250,14 +1270,27 @@ function Ke(e) {
|
|
|
1250
1270
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1251
1271
|
[n]
|
|
1252
1272
|
);
|
|
1253
|
-
return
|
|
1273
|
+
return R(() => () => i == null ? void 0 : i.disconnect(), [i]), i;
|
|
1254
1274
|
}
|
|
1255
|
-
function
|
|
1256
|
-
return new at(
|
|
1257
|
-
}
|
|
1258
|
-
function
|
|
1259
|
-
t === void 0 && (t =
|
|
1260
|
-
const [r, i] =
|
|
1275
|
+
function cr(e) {
|
|
1276
|
+
return new at(Te(e), e);
|
|
1277
|
+
}
|
|
1278
|
+
function It(e, t, n) {
|
|
1279
|
+
t === void 0 && (t = cr);
|
|
1280
|
+
const [r, i] = K(null);
|
|
1281
|
+
function o() {
|
|
1282
|
+
i((a) => {
|
|
1283
|
+
if (!e)
|
|
1284
|
+
return null;
|
|
1285
|
+
if (e.isConnected === !1) {
|
|
1286
|
+
var c;
|
|
1287
|
+
return (c = a ?? n) != null ? c : null;
|
|
1288
|
+
}
|
|
1289
|
+
const d = t(e);
|
|
1290
|
+
return JSON.stringify(a) === JSON.stringify(d) ? a : d;
|
|
1291
|
+
});
|
|
1292
|
+
}
|
|
1293
|
+
const l = ar({
|
|
1261
1294
|
callback(a) {
|
|
1262
1295
|
if (e)
|
|
1263
1296
|
for (const c of a) {
|
|
@@ -1266,86 +1299,76 @@ function kt(e, t, n) {
|
|
|
1266
1299
|
target: u
|
|
1267
1300
|
} = c;
|
|
1268
1301
|
if (d === "childList" && u instanceof HTMLElement && u.contains(e)) {
|
|
1269
|
-
|
|
1302
|
+
o();
|
|
1270
1303
|
break;
|
|
1271
1304
|
}
|
|
1272
1305
|
}
|
|
1273
1306
|
}
|
|
1274
|
-
}), s =
|
|
1275
|
-
callback:
|
|
1307
|
+
}), s = Ye({
|
|
1308
|
+
callback: o
|
|
1276
1309
|
});
|
|
1277
|
-
return
|
|
1278
|
-
|
|
1310
|
+
return we(() => {
|
|
1311
|
+
o(), e ? (s == null || s.observe(e), l == null || l.observe(document.body, {
|
|
1279
1312
|
childList: !0,
|
|
1280
1313
|
subtree: !0
|
|
1281
|
-
})) : (s == null || s.disconnect(),
|
|
1314
|
+
})) : (s == null || s.disconnect(), l == null || l.disconnect());
|
|
1282
1315
|
}, [e]), r;
|
|
1283
|
-
function l(a) {
|
|
1284
|
-
if (!e)
|
|
1285
|
-
return null;
|
|
1286
|
-
if (e.isConnected === !1) {
|
|
1287
|
-
var c;
|
|
1288
|
-
return (c = a ?? n) != null ? c : null;
|
|
1289
|
-
}
|
|
1290
|
-
const d = t(e);
|
|
1291
|
-
return JSON.stringify(a) === JSON.stringify(d) ? a : d;
|
|
1292
|
-
}
|
|
1293
1316
|
}
|
|
1294
|
-
function
|
|
1317
|
+
function ur(e) {
|
|
1295
1318
|
const t = Qt(e);
|
|
1296
1319
|
return Xt(e, t);
|
|
1297
1320
|
}
|
|
1298
|
-
const
|
|
1299
|
-
function
|
|
1300
|
-
const t =
|
|
1301
|
-
return
|
|
1321
|
+
const kt = [];
|
|
1322
|
+
function dr(e) {
|
|
1323
|
+
const t = L(e), n = Ne((r) => e ? r && r !== kt && e && t.current && e.parentNode === t.current.parentNode ? r : lt(e) : kt, [e]);
|
|
1324
|
+
return R(() => {
|
|
1302
1325
|
t.current = e;
|
|
1303
1326
|
}, [e]), n;
|
|
1304
1327
|
}
|
|
1305
|
-
function
|
|
1306
|
-
const [t, n] =
|
|
1307
|
-
const
|
|
1308
|
-
|
|
1328
|
+
function fr(e) {
|
|
1329
|
+
const [t, n] = K(null), r = L(e), i = Y((o) => {
|
|
1330
|
+
const l = Ge(o.target);
|
|
1331
|
+
l && n((s) => s ? (s.set(l, nt(l)), new Map(s)) : null);
|
|
1309
1332
|
}, []);
|
|
1310
|
-
return
|
|
1333
|
+
return R(() => {
|
|
1311
1334
|
const o = r.current;
|
|
1312
1335
|
if (e !== o) {
|
|
1313
|
-
|
|
1314
|
-
const
|
|
1315
|
-
const c =
|
|
1336
|
+
l(o);
|
|
1337
|
+
const s = e.map((a) => {
|
|
1338
|
+
const c = Ge(a);
|
|
1316
1339
|
return c ? (c.addEventListener("scroll", i, {
|
|
1317
1340
|
passive: !0
|
|
1318
|
-
}), [c,
|
|
1341
|
+
}), [c, nt(c)]) : null;
|
|
1319
1342
|
}).filter((a) => a != null);
|
|
1320
|
-
n(
|
|
1343
|
+
n(s.length ? new Map(s) : null), r.current = e;
|
|
1321
1344
|
}
|
|
1322
1345
|
return () => {
|
|
1323
|
-
|
|
1346
|
+
l(e), l(o);
|
|
1324
1347
|
};
|
|
1325
|
-
function s
|
|
1326
|
-
|
|
1327
|
-
const c =
|
|
1348
|
+
function l(s) {
|
|
1349
|
+
s.forEach((a) => {
|
|
1350
|
+
const c = Ge(a);
|
|
1328
1351
|
c == null || c.removeEventListener("scroll", i);
|
|
1329
1352
|
});
|
|
1330
1353
|
}
|
|
1331
|
-
}, [i, e]),
|
|
1354
|
+
}, [i, e]), A(() => e.length ? t ? Array.from(t.values()).reduce((o, l) => ve(o, l), j) : qt(e) : j, [e, t]);
|
|
1332
1355
|
}
|
|
1333
|
-
function
|
|
1356
|
+
function zt(e, t) {
|
|
1334
1357
|
t === void 0 && (t = []);
|
|
1335
|
-
const n =
|
|
1336
|
-
return
|
|
1358
|
+
const n = L(null);
|
|
1359
|
+
return R(
|
|
1337
1360
|
() => {
|
|
1338
1361
|
n.current = null;
|
|
1339
1362
|
},
|
|
1340
1363
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1341
1364
|
t
|
|
1342
|
-
),
|
|
1343
|
-
const r = e !==
|
|
1365
|
+
), R(() => {
|
|
1366
|
+
const r = e !== j;
|
|
1344
1367
|
r && !n.current && (n.current = e), !r && n.current && (n.current = null);
|
|
1345
|
-
}, [e]), n.current ? Fe(e, n.current) :
|
|
1368
|
+
}, [e]), n.current ? Fe(e, n.current) : j;
|
|
1346
1369
|
}
|
|
1347
|
-
function
|
|
1348
|
-
|
|
1370
|
+
function hr(e) {
|
|
1371
|
+
R(
|
|
1349
1372
|
() => {
|
|
1350
1373
|
if (!it)
|
|
1351
1374
|
return;
|
|
@@ -1370,32 +1393,33 @@ function fr(e) {
|
|
|
1370
1393
|
})
|
|
1371
1394
|
);
|
|
1372
1395
|
}
|
|
1373
|
-
function
|
|
1374
|
-
return
|
|
1396
|
+
function gr(e, t) {
|
|
1397
|
+
return A(() => e.reduce((n, r) => {
|
|
1375
1398
|
let {
|
|
1376
1399
|
eventName: i,
|
|
1377
1400
|
handler: o
|
|
1378
1401
|
} = r;
|
|
1379
|
-
return n[i] = (
|
|
1380
|
-
o(
|
|
1402
|
+
return n[i] = (l) => {
|
|
1403
|
+
o(l, t);
|
|
1381
1404
|
}, n;
|
|
1382
1405
|
}, {}), [e, t]);
|
|
1383
1406
|
}
|
|
1384
1407
|
function Zt(e) {
|
|
1385
|
-
return
|
|
1408
|
+
return A(() => e ? Fn(e) : null, [e]);
|
|
1386
1409
|
}
|
|
1387
|
-
const
|
|
1388
|
-
function
|
|
1389
|
-
t === void 0 && (t =
|
|
1390
|
-
const [n] = e, r = Zt(n ?
|
|
1391
|
-
callback: o
|
|
1392
|
-
});
|
|
1393
|
-
return e.length > 0 && i === Qe && o(), se(() => {
|
|
1394
|
-
e.length ? e.forEach((a) => s == null ? void 0 : s.observe(a)) : (s == null || s.disconnect(), o());
|
|
1395
|
-
}, [e]), i;
|
|
1410
|
+
const Bt = [];
|
|
1411
|
+
function pr(e, t) {
|
|
1412
|
+
t === void 0 && (t = Te);
|
|
1413
|
+
const [n] = e, r = Zt(n ? Z(n) : null), [i, o] = K(Bt);
|
|
1396
1414
|
function l() {
|
|
1397
|
-
|
|
1415
|
+
o(() => e.length ? e.map((a) => Ht(a) ? r : new at(t(a), a)) : Bt);
|
|
1398
1416
|
}
|
|
1417
|
+
const s = Ye({
|
|
1418
|
+
callback: l
|
|
1419
|
+
});
|
|
1420
|
+
return we(() => {
|
|
1421
|
+
s == null || s.disconnect(), l(), e.forEach((a) => s == null ? void 0 : s.observe(a));
|
|
1422
|
+
}, [e]), i;
|
|
1399
1423
|
}
|
|
1400
1424
|
function vr(e) {
|
|
1401
1425
|
if (!e)
|
|
@@ -1403,17 +1427,17 @@ function vr(e) {
|
|
|
1403
1427
|
if (e.children.length > 1)
|
|
1404
1428
|
return e;
|
|
1405
1429
|
const t = e.children[0];
|
|
1406
|
-
return
|
|
1430
|
+
return Ke(t) ? t : e;
|
|
1407
1431
|
}
|
|
1408
|
-
function
|
|
1432
|
+
function br(e) {
|
|
1409
1433
|
let {
|
|
1410
1434
|
measure: t
|
|
1411
1435
|
} = e;
|
|
1412
|
-
const [n, r] =
|
|
1436
|
+
const [n, r] = K(null), i = Y((c) => {
|
|
1413
1437
|
for (const {
|
|
1414
1438
|
target: d
|
|
1415
1439
|
} of c)
|
|
1416
|
-
if (
|
|
1440
|
+
if (Ke(d)) {
|
|
1417
1441
|
r((u) => {
|
|
1418
1442
|
const g = t(d);
|
|
1419
1443
|
return u ? {
|
|
@@ -1424,40 +1448,40 @@ function pr(e) {
|
|
|
1424
1448
|
});
|
|
1425
1449
|
break;
|
|
1426
1450
|
}
|
|
1427
|
-
}, [t]), o =
|
|
1451
|
+
}, [t]), o = Ye({
|
|
1428
1452
|
callback: i
|
|
1429
|
-
}),
|
|
1453
|
+
}), l = Y((c) => {
|
|
1430
1454
|
const d = vr(c);
|
|
1431
1455
|
o == null || o.disconnect(), d && (o == null || o.observe(d)), r(d ? t(d) : null);
|
|
1432
|
-
}, [t, o]), [
|
|
1433
|
-
return
|
|
1434
|
-
nodeRef:
|
|
1456
|
+
}, [t, o]), [s, a] = $e(l);
|
|
1457
|
+
return A(() => ({
|
|
1458
|
+
nodeRef: s,
|
|
1435
1459
|
rect: n,
|
|
1436
1460
|
setRef: a
|
|
1437
|
-
}), [n,
|
|
1461
|
+
}), [n, s, a]);
|
|
1438
1462
|
}
|
|
1439
|
-
const
|
|
1463
|
+
const wr = [{
|
|
1440
1464
|
sensor: Gt,
|
|
1441
1465
|
options: {}
|
|
1442
1466
|
}, {
|
|
1443
1467
|
sensor: Vt,
|
|
1444
1468
|
options: {}
|
|
1445
|
-
}],
|
|
1469
|
+
}], yr = {
|
|
1446
1470
|
current: {}
|
|
1447
|
-
},
|
|
1471
|
+
}, Pe = {
|
|
1448
1472
|
draggable: {
|
|
1449
|
-
measure:
|
|
1473
|
+
measure: Mt
|
|
1450
1474
|
},
|
|
1451
1475
|
droppable: {
|
|
1452
|
-
measure:
|
|
1453
|
-
strategy:
|
|
1454
|
-
frequency:
|
|
1476
|
+
measure: Mt,
|
|
1477
|
+
strategy: Me.WhileDragging,
|
|
1478
|
+
frequency: ot.Optimized
|
|
1455
1479
|
},
|
|
1456
1480
|
dragOverlay: {
|
|
1457
|
-
measure:
|
|
1481
|
+
measure: Te
|
|
1458
1482
|
}
|
|
1459
1483
|
};
|
|
1460
|
-
class
|
|
1484
|
+
class Ee extends Map {
|
|
1461
1485
|
get(t) {
|
|
1462
1486
|
var n;
|
|
1463
1487
|
return t != null && (n = super.get(t)) != null ? n : void 0;
|
|
@@ -1478,7 +1502,7 @@ class Se extends Map {
|
|
|
1478
1502
|
return (n = (r = this.get(t)) == null ? void 0 : r.node.current) != null ? n : void 0;
|
|
1479
1503
|
}
|
|
1480
1504
|
}
|
|
1481
|
-
const
|
|
1505
|
+
const mr = {
|
|
1482
1506
|
activatorEvent: null,
|
|
1483
1507
|
active: null,
|
|
1484
1508
|
activeNode: null,
|
|
@@ -1487,22 +1511,22 @@ const yr = {
|
|
|
1487
1511
|
containerNodeRect: null,
|
|
1488
1512
|
draggableNodes: /* @__PURE__ */ new Map(),
|
|
1489
1513
|
droppableRects: /* @__PURE__ */ new Map(),
|
|
1490
|
-
droppableContainers: /* @__PURE__ */ new
|
|
1514
|
+
droppableContainers: /* @__PURE__ */ new Ee(),
|
|
1491
1515
|
over: null,
|
|
1492
1516
|
dragOverlay: {
|
|
1493
1517
|
nodeRef: {
|
|
1494
1518
|
current: null
|
|
1495
1519
|
},
|
|
1496
1520
|
rect: null,
|
|
1497
|
-
setRef:
|
|
1521
|
+
setRef: We
|
|
1498
1522
|
},
|
|
1499
1523
|
scrollableAncestors: [],
|
|
1500
1524
|
scrollableAncestorRects: [],
|
|
1501
|
-
measuringConfiguration:
|
|
1502
|
-
measureDroppableContainers:
|
|
1525
|
+
measuringConfiguration: Pe,
|
|
1526
|
+
measureDroppableContainers: We,
|
|
1503
1527
|
windowRect: null,
|
|
1504
1528
|
measuringScheduled: !1
|
|
1505
|
-
},
|
|
1529
|
+
}, Dr = {
|
|
1506
1530
|
activatorEvent: null,
|
|
1507
1531
|
activators: [],
|
|
1508
1532
|
active: null,
|
|
@@ -1510,12 +1534,12 @@ const yr = {
|
|
|
1510
1534
|
ariaDescribedById: {
|
|
1511
1535
|
draggable: ""
|
|
1512
1536
|
},
|
|
1513
|
-
dispatch:
|
|
1537
|
+
dispatch: We,
|
|
1514
1538
|
draggableNodes: /* @__PURE__ */ new Map(),
|
|
1515
1539
|
over: null,
|
|
1516
|
-
measureDroppableContainers:
|
|
1517
|
-
},
|
|
1518
|
-
function
|
|
1540
|
+
measureDroppableContainers: We
|
|
1541
|
+
}, je = /* @__PURE__ */ Oe(Dr), en = /* @__PURE__ */ Oe(mr);
|
|
1542
|
+
function xr() {
|
|
1519
1543
|
return {
|
|
1520
1544
|
draggable: {
|
|
1521
1545
|
active: null,
|
|
@@ -1530,13 +1554,13 @@ function Dr() {
|
|
|
1530
1554
|
}
|
|
1531
1555
|
},
|
|
1532
1556
|
droppable: {
|
|
1533
|
-
containers: new
|
|
1557
|
+
containers: new Ee()
|
|
1534
1558
|
}
|
|
1535
1559
|
};
|
|
1536
1560
|
}
|
|
1537
|
-
function
|
|
1561
|
+
function Cr(e, t) {
|
|
1538
1562
|
switch (t.type) {
|
|
1539
|
-
case
|
|
1563
|
+
case E.DragStart:
|
|
1540
1564
|
return {
|
|
1541
1565
|
...e,
|
|
1542
1566
|
draggable: {
|
|
@@ -1545,8 +1569,8 @@ function xr(e, t) {
|
|
|
1545
1569
|
active: t.active
|
|
1546
1570
|
}
|
|
1547
1571
|
};
|
|
1548
|
-
case
|
|
1549
|
-
return e.draggable.active ? {
|
|
1572
|
+
case E.DragMove:
|
|
1573
|
+
return e.draggable.active == null ? e : {
|
|
1550
1574
|
...e,
|
|
1551
1575
|
draggable: {
|
|
1552
1576
|
...e.draggable,
|
|
@@ -1555,9 +1579,9 @@ function xr(e, t) {
|
|
|
1555
1579
|
y: t.coordinates.y - e.draggable.initialCoordinates.y
|
|
1556
1580
|
}
|
|
1557
1581
|
}
|
|
1558
|
-
}
|
|
1559
|
-
case
|
|
1560
|
-
case
|
|
1582
|
+
};
|
|
1583
|
+
case E.DragEnd:
|
|
1584
|
+
case E.DragCancel:
|
|
1561
1585
|
return {
|
|
1562
1586
|
...e,
|
|
1563
1587
|
draggable: {
|
|
@@ -1573,12 +1597,12 @@ function xr(e, t) {
|
|
|
1573
1597
|
}
|
|
1574
1598
|
}
|
|
1575
1599
|
};
|
|
1576
|
-
case
|
|
1600
|
+
case E.RegisterDroppable: {
|
|
1577
1601
|
const {
|
|
1578
1602
|
element: n
|
|
1579
1603
|
} = t, {
|
|
1580
1604
|
id: r
|
|
1581
|
-
} = n, i = new
|
|
1605
|
+
} = n, i = new Ee(e.droppable.containers);
|
|
1582
1606
|
return i.set(r, n), {
|
|
1583
1607
|
...e,
|
|
1584
1608
|
droppable: {
|
|
@@ -1587,7 +1611,7 @@ function xr(e, t) {
|
|
|
1587
1611
|
}
|
|
1588
1612
|
};
|
|
1589
1613
|
}
|
|
1590
|
-
case
|
|
1614
|
+
case E.SetDroppableDisabled: {
|
|
1591
1615
|
const {
|
|
1592
1616
|
id: n,
|
|
1593
1617
|
key: r,
|
|
@@ -1595,26 +1619,26 @@ function xr(e, t) {
|
|
|
1595
1619
|
} = t, o = e.droppable.containers.get(n);
|
|
1596
1620
|
if (!o || r !== o.key)
|
|
1597
1621
|
return e;
|
|
1598
|
-
const
|
|
1599
|
-
return
|
|
1622
|
+
const l = new Ee(e.droppable.containers);
|
|
1623
|
+
return l.set(n, {
|
|
1600
1624
|
...o,
|
|
1601
1625
|
disabled: i
|
|
1602
1626
|
}), {
|
|
1603
1627
|
...e,
|
|
1604
1628
|
droppable: {
|
|
1605
1629
|
...e.droppable,
|
|
1606
|
-
containers:
|
|
1630
|
+
containers: l
|
|
1607
1631
|
}
|
|
1608
1632
|
};
|
|
1609
1633
|
}
|
|
1610
|
-
case
|
|
1634
|
+
case E.UnregisterDroppable: {
|
|
1611
1635
|
const {
|
|
1612
1636
|
id: n,
|
|
1613
1637
|
key: r
|
|
1614
1638
|
} = t, i = e.droppable.containers.get(n);
|
|
1615
1639
|
if (!i || r !== i.key)
|
|
1616
1640
|
return e;
|
|
1617
|
-
const o = new
|
|
1641
|
+
const o = new Ee(e.droppable.containers);
|
|
1618
1642
|
return o.delete(n), {
|
|
1619
1643
|
...e,
|
|
1620
1644
|
droppable: {
|
|
@@ -1627,7 +1651,7 @@ function xr(e, t) {
|
|
|
1627
1651
|
return e;
|
|
1628
1652
|
}
|
|
1629
1653
|
}
|
|
1630
|
-
function
|
|
1654
|
+
function Sr(e) {
|
|
1631
1655
|
let {
|
|
1632
1656
|
disabled: t
|
|
1633
1657
|
} = e;
|
|
@@ -1635,25 +1659,25 @@ function Cr(e) {
|
|
|
1635
1659
|
active: n,
|
|
1636
1660
|
activatorEvent: r,
|
|
1637
1661
|
draggableNodes: i
|
|
1638
|
-
} =
|
|
1639
|
-
return
|
|
1640
|
-
if (!t && !r && o &&
|
|
1641
|
-
if (!
|
|
1662
|
+
} = be(je), o = tt(r), l = tt(n == null ? void 0 : n.id);
|
|
1663
|
+
return R(() => {
|
|
1664
|
+
if (!t && !r && o && l != null) {
|
|
1665
|
+
if (!Ft(o) || document.activeElement === o.target)
|
|
1642
1666
|
return;
|
|
1643
|
-
const
|
|
1644
|
-
if (!
|
|
1667
|
+
const s = i.get(l);
|
|
1668
|
+
if (!s)
|
|
1645
1669
|
return;
|
|
1646
1670
|
const {
|
|
1647
1671
|
activatorNode: a,
|
|
1648
1672
|
node: c
|
|
1649
|
-
} =
|
|
1673
|
+
} = s;
|
|
1650
1674
|
if (!a.current && !c.current)
|
|
1651
1675
|
return;
|
|
1652
1676
|
requestAnimationFrame(() => {
|
|
1653
1677
|
for (const d of [a.current, c.current]) {
|
|
1654
1678
|
if (!d)
|
|
1655
1679
|
continue;
|
|
1656
|
-
const u =
|
|
1680
|
+
const u = pn(d);
|
|
1657
1681
|
if (u) {
|
|
1658
1682
|
u.focus();
|
|
1659
1683
|
break;
|
|
@@ -1661,9 +1685,9 @@ function Cr(e) {
|
|
|
1661
1685
|
}
|
|
1662
1686
|
});
|
|
1663
1687
|
}
|
|
1664
|
-
}, [r, t, i,
|
|
1688
|
+
}, [r, t, i, l, o]), null;
|
|
1665
1689
|
}
|
|
1666
|
-
function
|
|
1690
|
+
function Rr(e, t) {
|
|
1667
1691
|
let {
|
|
1668
1692
|
transform: n,
|
|
1669
1693
|
...r
|
|
@@ -1673,19 +1697,19 @@ function Sr(e, t) {
|
|
|
1673
1697
|
...r
|
|
1674
1698
|
}), n) : n;
|
|
1675
1699
|
}
|
|
1676
|
-
function
|
|
1677
|
-
return
|
|
1700
|
+
function Er(e) {
|
|
1701
|
+
return A(
|
|
1678
1702
|
() => ({
|
|
1679
1703
|
draggable: {
|
|
1680
|
-
...
|
|
1704
|
+
...Pe.draggable,
|
|
1681
1705
|
...e == null ? void 0 : e.draggable
|
|
1682
1706
|
},
|
|
1683
1707
|
droppable: {
|
|
1684
|
-
...
|
|
1708
|
+
...Pe.droppable,
|
|
1685
1709
|
...e == null ? void 0 : e.droppable
|
|
1686
1710
|
},
|
|
1687
1711
|
dragOverlay: {
|
|
1688
|
-
...
|
|
1712
|
+
...Pe.dragOverlay,
|
|
1689
1713
|
...e == null ? void 0 : e.dragOverlay
|
|
1690
1714
|
}
|
|
1691
1715
|
}),
|
|
@@ -1693,22 +1717,22 @@ function Rr(e) {
|
|
|
1693
1717
|
[e == null ? void 0 : e.draggable, e == null ? void 0 : e.droppable, e == null ? void 0 : e.dragOverlay]
|
|
1694
1718
|
);
|
|
1695
1719
|
}
|
|
1696
|
-
function
|
|
1720
|
+
function Ar(e) {
|
|
1697
1721
|
let {
|
|
1698
1722
|
activeNode: t,
|
|
1699
1723
|
measure: n,
|
|
1700
1724
|
initialRect: r,
|
|
1701
1725
|
config: i = !0
|
|
1702
1726
|
} = e;
|
|
1703
|
-
const o =
|
|
1704
|
-
x:
|
|
1705
|
-
y:
|
|
1727
|
+
const o = L(!1), {
|
|
1728
|
+
x: l,
|
|
1729
|
+
y: s
|
|
1706
1730
|
} = typeof i == "boolean" ? {
|
|
1707
1731
|
x: i,
|
|
1708
1732
|
y: i
|
|
1709
1733
|
} : i;
|
|
1710
|
-
|
|
1711
|
-
if (!
|
|
1734
|
+
we(() => {
|
|
1735
|
+
if (!l && !s || !t) {
|
|
1712
1736
|
o.current = !1;
|
|
1713
1737
|
return;
|
|
1714
1738
|
}
|
|
@@ -1718,200 +1742,228 @@ function Er(e) {
|
|
|
1718
1742
|
if (!c || c.isConnected === !1)
|
|
1719
1743
|
return;
|
|
1720
1744
|
const d = n(c), u = Xt(d, r);
|
|
1721
|
-
if (
|
|
1745
|
+
if (l || (u.x = 0), s || (u.y = 0), o.current = !0, Math.abs(u.x) > 0 || Math.abs(u.y) > 0) {
|
|
1722
1746
|
const g = Kt(c);
|
|
1723
1747
|
g && g.scrollBy({
|
|
1724
1748
|
top: u.y,
|
|
1725
1749
|
left: u.x
|
|
1726
1750
|
});
|
|
1727
1751
|
}
|
|
1728
|
-
}, [t,
|
|
1752
|
+
}, [t, l, s, r, n]);
|
|
1729
1753
|
}
|
|
1730
|
-
const tn = /* @__PURE__ */
|
|
1731
|
-
...
|
|
1754
|
+
const tn = /* @__PURE__ */ Oe({
|
|
1755
|
+
...j,
|
|
1732
1756
|
scaleX: 1,
|
|
1733
1757
|
scaleY: 1
|
|
1734
1758
|
});
|
|
1735
|
-
var
|
|
1759
|
+
var se;
|
|
1736
1760
|
(function(e) {
|
|
1737
1761
|
e[e.Uninitialized = 0] = "Uninitialized", e[e.Initializing = 1] = "Initializing", e[e.Initialized = 2] = "Initialized";
|
|
1738
|
-
})(
|
|
1739
|
-
const
|
|
1762
|
+
})(se || (se = {}));
|
|
1763
|
+
const $r = /* @__PURE__ */ dn(function(t) {
|
|
1740
1764
|
var n, r, i, o;
|
|
1741
1765
|
let {
|
|
1742
|
-
id:
|
|
1743
|
-
accessibility:
|
|
1766
|
+
id: l,
|
|
1767
|
+
accessibility: s,
|
|
1744
1768
|
autoScroll: a = !0,
|
|
1745
1769
|
children: c,
|
|
1746
|
-
sensors: d =
|
|
1747
|
-
collisionDetection: u =
|
|
1770
|
+
sensors: d = wr,
|
|
1771
|
+
collisionDetection: u = Tn,
|
|
1748
1772
|
measuring: g,
|
|
1749
1773
|
modifiers: f,
|
|
1750
1774
|
...C
|
|
1751
1775
|
} = t;
|
|
1752
|
-
const h =
|
|
1776
|
+
const h = fn(Cr, void 0, xr), [p, y] = h, [D, w] = xn(), [I, x] = K(se.Uninitialized), S = I === se.Initialized, {
|
|
1753
1777
|
draggable: {
|
|
1754
|
-
active:
|
|
1755
|
-
nodes:
|
|
1756
|
-
translate:
|
|
1778
|
+
active: b,
|
|
1779
|
+
nodes: v,
|
|
1780
|
+
translate: M
|
|
1757
1781
|
},
|
|
1758
1782
|
droppable: {
|
|
1759
|
-
containers:
|
|
1783
|
+
containers: z
|
|
1760
1784
|
}
|
|
1761
|
-
} =
|
|
1785
|
+
} = p, O = b != null ? v.get(b) : null, J = L({
|
|
1762
1786
|
initial: null,
|
|
1763
1787
|
translated: null
|
|
1764
|
-
}),
|
|
1765
|
-
var
|
|
1766
|
-
return
|
|
1767
|
-
id:
|
|
1788
|
+
}), V = A(() => {
|
|
1789
|
+
var k;
|
|
1790
|
+
return b != null ? {
|
|
1791
|
+
id: b,
|
|
1768
1792
|
// It's possible for the active node to unmount while dragging
|
|
1769
|
-
data: (
|
|
1770
|
-
rect:
|
|
1793
|
+
data: (k = O == null ? void 0 : O.data) != null ? k : yr,
|
|
1794
|
+
rect: J
|
|
1771
1795
|
} : null;
|
|
1772
|
-
}, [
|
|
1773
|
-
droppableRects:
|
|
1774
|
-
measureDroppableContainers:
|
|
1796
|
+
}, [b, O]), ee = L(null), [ut, dt] = K(null), [G, ft] = K(null), le = Ae(C, Object.values(C)), He = Xe("DndDescribedBy", l), ht = A(() => z.getEnabled(), [z]), ae = Er(g), {
|
|
1797
|
+
droppableRects: de,
|
|
1798
|
+
measureDroppableContainers: Le,
|
|
1775
1799
|
measuringScheduled: gt
|
|
1776
|
-
} =
|
|
1800
|
+
} = sr(ht, {
|
|
1777
1801
|
dragging: S,
|
|
1778
|
-
dependencies: [
|
|
1779
|
-
config:
|
|
1780
|
-
}),
|
|
1781
|
-
|
|
1782
|
-
activeNode:
|
|
1783
|
-
config:
|
|
1802
|
+
dependencies: [M.x, M.y],
|
|
1803
|
+
config: ae.droppable
|
|
1804
|
+
}), U = or(v, b), pt = A(() => G ? et(G) : null, [G]), vt = un(), bt = lr(U, ae.draggable.measure);
|
|
1805
|
+
Ar({
|
|
1806
|
+
activeNode: b != null ? v.get(b) : null,
|
|
1807
|
+
config: vt.layoutShiftCompensation,
|
|
1784
1808
|
initialRect: bt,
|
|
1785
|
-
measure:
|
|
1809
|
+
measure: ae.draggable.measure
|
|
1786
1810
|
});
|
|
1787
|
-
const
|
|
1811
|
+
const X = It(U, ae.draggable.measure, bt), _e = It(U ? U.parentElement : null), ce = L({
|
|
1788
1812
|
activatorEvent: null,
|
|
1789
1813
|
active: null,
|
|
1790
|
-
activeNode:
|
|
1814
|
+
activeNode: U,
|
|
1791
1815
|
collisionRect: null,
|
|
1792
1816
|
collisions: null,
|
|
1793
|
-
droppableRects:
|
|
1794
|
-
draggableNodes:
|
|
1817
|
+
droppableRects: de,
|
|
1818
|
+
draggableNodes: v,
|
|
1795
1819
|
draggingNode: null,
|
|
1796
1820
|
draggingNodeRect: null,
|
|
1797
|
-
droppableContainers:
|
|
1821
|
+
droppableContainers: z,
|
|
1798
1822
|
over: null,
|
|
1799
1823
|
scrollableAncestors: [],
|
|
1800
1824
|
scrollAdjustedTranslate: null
|
|
1801
|
-
}), wt =
|
|
1802
|
-
measure:
|
|
1803
|
-
}),
|
|
1825
|
+
}), wt = z.getNodeFor((n = ce.current.over) == null ? void 0 : n.id), ue = br({
|
|
1826
|
+
measure: ae.dragOverlay.measure
|
|
1827
|
+
}), Ie = (r = ue.nodeRef.current) != null ? r : U, fe = S ? (i = ue.rect) != null ? i : X : null, yt = !!(ue.nodeRef.current && ue.rect), mt = ur(yt ? null : X), qe = Zt(Ie ? Z(Ie) : null), te = dr(S ? wt ?? U : null), ke = pr(te), ze = Rr(f, {
|
|
1804
1828
|
transform: {
|
|
1805
|
-
x:
|
|
1806
|
-
y:
|
|
1829
|
+
x: M.x - mt.x,
|
|
1830
|
+
y: M.y - mt.y,
|
|
1807
1831
|
scaleX: 1,
|
|
1808
1832
|
scaleY: 1
|
|
1809
1833
|
},
|
|
1810
|
-
activatorEvent:
|
|
1811
|
-
active:
|
|
1812
|
-
activeNodeRect:
|
|
1813
|
-
containerNodeRect:
|
|
1814
|
-
draggingNodeRect:
|
|
1815
|
-
over:
|
|
1816
|
-
overlayNodeRect:
|
|
1817
|
-
scrollableAncestors:
|
|
1818
|
-
scrollableAncestorRects:
|
|
1819
|
-
windowRect:
|
|
1820
|
-
}), Dt =
|
|
1821
|
-
active:
|
|
1822
|
-
collisionRect:
|
|
1823
|
-
droppableRects:
|
|
1834
|
+
activatorEvent: G,
|
|
1835
|
+
active: V,
|
|
1836
|
+
activeNodeRect: X,
|
|
1837
|
+
containerNodeRect: _e,
|
|
1838
|
+
draggingNodeRect: fe,
|
|
1839
|
+
over: ce.current.over,
|
|
1840
|
+
overlayNodeRect: ue.rect,
|
|
1841
|
+
scrollableAncestors: te,
|
|
1842
|
+
scrollableAncestorRects: ke,
|
|
1843
|
+
windowRect: qe
|
|
1844
|
+
}), Dt = pt ? ve(pt, M) : null, xt = fr(te), nn = zt(xt), rn = zt(xt, [X]), he = ve(ze, nn), ge = fe ? kn(fe, ze) : null, me = V && ge ? u({
|
|
1845
|
+
active: V,
|
|
1846
|
+
collisionRect: ge,
|
|
1847
|
+
droppableRects: de,
|
|
1824
1848
|
droppableContainers: ht,
|
|
1825
1849
|
pointerCoordinates: Dt
|
|
1826
|
-
}) : null, Ct =
|
|
1827
|
-
(
|
|
1850
|
+
}) : null, Ct = On(me, "id"), [ne, St] = K(null), on = yt ? ze : ve(ze, rn), sn = Ln(on, (o = ne == null ? void 0 : ne.rect) != null ? o : null, X), Je = L(null), Rt = Y(
|
|
1851
|
+
(k, B) => {
|
|
1828
1852
|
let {
|
|
1829
|
-
sensor:
|
|
1830
|
-
options:
|
|
1831
|
-
} =
|
|
1832
|
-
if (
|
|
1853
|
+
sensor: P,
|
|
1854
|
+
options: re
|
|
1855
|
+
} = B;
|
|
1856
|
+
if (ee.current == null)
|
|
1833
1857
|
return;
|
|
1834
|
-
const
|
|
1835
|
-
if (
|
|
1858
|
+
const $ = v.get(ee.current);
|
|
1859
|
+
if (!$)
|
|
1836
1860
|
return;
|
|
1837
|
-
const
|
|
1838
|
-
active:
|
|
1839
|
-
activeNode:
|
|
1840
|
-
event:
|
|
1841
|
-
options:
|
|
1861
|
+
const F = k.nativeEvent, H = new P({
|
|
1862
|
+
active: ee.current,
|
|
1863
|
+
activeNode: $,
|
|
1864
|
+
event: F,
|
|
1865
|
+
options: re,
|
|
1842
1866
|
// Sensors need to be instantiated with refs for arguments that change over time
|
|
1843
1867
|
// otherwise they are frozen in time with the stale arguments
|
|
1844
|
-
context:
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
if (be == null)
|
|
1868
|
+
context: ce,
|
|
1869
|
+
onAbort(T) {
|
|
1870
|
+
if (!v.get(T))
|
|
1848
1871
|
return;
|
|
1849
|
-
const
|
|
1850
|
-
|
|
1872
|
+
const {
|
|
1873
|
+
onDragAbort: _
|
|
1874
|
+
} = le.current, Q = {
|
|
1875
|
+
id: T
|
|
1876
|
+
};
|
|
1877
|
+
_ == null || _(Q), D({
|
|
1878
|
+
type: "onDragAbort",
|
|
1879
|
+
event: Q
|
|
1880
|
+
});
|
|
1881
|
+
},
|
|
1882
|
+
onPending(T, oe, _, Q) {
|
|
1883
|
+
if (!v.get(T))
|
|
1851
1884
|
return;
|
|
1852
1885
|
const {
|
|
1853
|
-
|
|
1854
|
-
} =
|
|
1886
|
+
onDragPending: xe
|
|
1887
|
+
} = le.current, ie = {
|
|
1888
|
+
id: T,
|
|
1889
|
+
constraint: oe,
|
|
1890
|
+
initialCoordinates: _,
|
|
1891
|
+
offset: Q
|
|
1892
|
+
};
|
|
1893
|
+
xe == null || xe(ie), D({
|
|
1894
|
+
type: "onDragPending",
|
|
1895
|
+
event: ie
|
|
1896
|
+
});
|
|
1897
|
+
},
|
|
1898
|
+
onStart(T) {
|
|
1899
|
+
const oe = ee.current;
|
|
1900
|
+
if (oe == null)
|
|
1901
|
+
return;
|
|
1902
|
+
const _ = v.get(oe);
|
|
1903
|
+
if (!_)
|
|
1904
|
+
return;
|
|
1905
|
+
const {
|
|
1906
|
+
onDragStart: Q
|
|
1907
|
+
} = le.current, De = {
|
|
1908
|
+
activatorEvent: F,
|
|
1855
1909
|
active: {
|
|
1856
|
-
id:
|
|
1857
|
-
data:
|
|
1858
|
-
rect:
|
|
1910
|
+
id: oe,
|
|
1911
|
+
data: _.data,
|
|
1912
|
+
rect: J
|
|
1859
1913
|
}
|
|
1860
1914
|
};
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
type:
|
|
1864
|
-
initialCoordinates:
|
|
1865
|
-
active:
|
|
1915
|
+
Be(() => {
|
|
1916
|
+
Q == null || Q(De), x(se.Initializing), y({
|
|
1917
|
+
type: E.DragStart,
|
|
1918
|
+
initialCoordinates: T,
|
|
1919
|
+
active: oe
|
|
1866
1920
|
}), D({
|
|
1867
1921
|
type: "onDragStart",
|
|
1868
|
-
event:
|
|
1869
|
-
});
|
|
1922
|
+
event: De
|
|
1923
|
+
}), dt(Je.current), ft(F);
|
|
1870
1924
|
});
|
|
1871
1925
|
},
|
|
1872
|
-
onMove(
|
|
1926
|
+
onMove(T) {
|
|
1873
1927
|
y({
|
|
1874
|
-
type:
|
|
1875
|
-
coordinates:
|
|
1928
|
+
type: E.DragMove,
|
|
1929
|
+
coordinates: T
|
|
1876
1930
|
});
|
|
1877
1931
|
},
|
|
1878
|
-
onEnd:
|
|
1879
|
-
onCancel:
|
|
1880
|
-
});
|
|
1881
|
-
De(() => {
|
|
1882
|
-
dt(j), ft(L.nativeEvent);
|
|
1932
|
+
onEnd: pe(E.DragEnd),
|
|
1933
|
+
onCancel: pe(E.DragCancel)
|
|
1883
1934
|
});
|
|
1884
|
-
|
|
1935
|
+
Je.current = H;
|
|
1936
|
+
function pe(T) {
|
|
1885
1937
|
return async function() {
|
|
1886
1938
|
const {
|
|
1887
|
-
active:
|
|
1888
|
-
collisions:
|
|
1889
|
-
over:
|
|
1890
|
-
scrollAdjustedTranslate:
|
|
1891
|
-
} =
|
|
1892
|
-
let
|
|
1893
|
-
if (
|
|
1939
|
+
active: _,
|
|
1940
|
+
collisions: Q,
|
|
1941
|
+
over: De,
|
|
1942
|
+
scrollAdjustedTranslate: xe
|
|
1943
|
+
} = ce.current;
|
|
1944
|
+
let ie = null;
|
|
1945
|
+
if (_ && xe) {
|
|
1894
1946
|
const {
|
|
1895
|
-
cancelDrop:
|
|
1896
|
-
} =
|
|
1897
|
-
|
|
1898
|
-
activatorEvent:
|
|
1899
|
-
active:
|
|
1900
|
-
collisions:
|
|
1901
|
-
delta:
|
|
1902
|
-
over:
|
|
1903
|
-
},
|
|
1947
|
+
cancelDrop: Ce
|
|
1948
|
+
} = le.current;
|
|
1949
|
+
ie = {
|
|
1950
|
+
activatorEvent: F,
|
|
1951
|
+
active: _,
|
|
1952
|
+
collisions: Q,
|
|
1953
|
+
delta: xe,
|
|
1954
|
+
over: De
|
|
1955
|
+
}, T === E.DragEnd && typeof Ce == "function" && await Promise.resolve(Ce(ie)) && (T = E.DragCancel);
|
|
1904
1956
|
}
|
|
1905
|
-
|
|
1957
|
+
ee.current = null, Be(() => {
|
|
1906
1958
|
y({
|
|
1907
|
-
type:
|
|
1908
|
-
}), x(
|
|
1909
|
-
const
|
|
1910
|
-
if (
|
|
1911
|
-
const
|
|
1912
|
-
|
|
1913
|
-
type:
|
|
1914
|
-
event:
|
|
1959
|
+
type: T
|
|
1960
|
+
}), x(se.Uninitialized), St(null), dt(null), ft(null), Je.current = null;
|
|
1961
|
+
const Ce = T === E.DragEnd ? "onDragEnd" : "onDragCancel";
|
|
1962
|
+
if (ie) {
|
|
1963
|
+
const Ve = le.current[Ce];
|
|
1964
|
+
Ve == null || Ve(ie), D({
|
|
1965
|
+
type: Ce,
|
|
1966
|
+
event: ie
|
|
1915
1967
|
});
|
|
1916
1968
|
}
|
|
1917
1969
|
});
|
|
@@ -1919,259 +1971,259 @@ const Pr = /* @__PURE__ */ dn(function(t) {
|
|
|
1919
1971
|
}
|
|
1920
1972
|
},
|
|
1921
1973
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1922
|
-
[
|
|
1923
|
-
), ln =
|
|
1924
|
-
const
|
|
1974
|
+
[v]
|
|
1975
|
+
), ln = Y((k, B) => (P, re) => {
|
|
1976
|
+
const $ = P.nativeEvent, F = v.get(re);
|
|
1925
1977
|
if (
|
|
1926
1978
|
// Another sensor is already instantiating
|
|
1927
|
-
|
|
1928
|
-
!
|
|
1929
|
-
|
|
1979
|
+
ee.current !== null || // No active draggable
|
|
1980
|
+
!F || // Event has already been captured
|
|
1981
|
+
$.dndKit || $.defaultPrevented
|
|
1930
1982
|
)
|
|
1931
1983
|
return;
|
|
1932
|
-
const
|
|
1933
|
-
active:
|
|
1984
|
+
const H = {
|
|
1985
|
+
active: F
|
|
1934
1986
|
};
|
|
1935
|
-
|
|
1936
|
-
capturedBy:
|
|
1937
|
-
},
|
|
1938
|
-
}, [
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
}, [
|
|
1987
|
+
k(P, B.options, H) === !0 && ($.dndKit = {
|
|
1988
|
+
capturedBy: B.sensor
|
|
1989
|
+
}, ee.current = re, Rt(P, B));
|
|
1990
|
+
}, [v, Rt]), Et = ir(d, ln);
|
|
1991
|
+
hr(d), we(() => {
|
|
1992
|
+
X && I === se.Initializing && x(se.Initialized);
|
|
1993
|
+
}, [X, I]), R(
|
|
1942
1994
|
() => {
|
|
1943
1995
|
const {
|
|
1944
|
-
onDragMove:
|
|
1945
|
-
} =
|
|
1946
|
-
active:
|
|
1947
|
-
activatorEvent:
|
|
1948
|
-
collisions:
|
|
1949
|
-
over:
|
|
1950
|
-
} =
|
|
1951
|
-
if (!
|
|
1996
|
+
onDragMove: k
|
|
1997
|
+
} = le.current, {
|
|
1998
|
+
active: B,
|
|
1999
|
+
activatorEvent: P,
|
|
2000
|
+
collisions: re,
|
|
2001
|
+
over: $
|
|
2002
|
+
} = ce.current;
|
|
2003
|
+
if (!B || !P)
|
|
1952
2004
|
return;
|
|
1953
|
-
const
|
|
1954
|
-
active:
|
|
1955
|
-
activatorEvent:
|
|
1956
|
-
collisions:
|
|
2005
|
+
const F = {
|
|
2006
|
+
active: B,
|
|
2007
|
+
activatorEvent: P,
|
|
2008
|
+
collisions: re,
|
|
1957
2009
|
delta: {
|
|
1958
|
-
x:
|
|
1959
|
-
y:
|
|
2010
|
+
x: he.x,
|
|
2011
|
+
y: he.y
|
|
1960
2012
|
},
|
|
1961
|
-
over:
|
|
2013
|
+
over: $
|
|
1962
2014
|
};
|
|
1963
|
-
|
|
1964
|
-
|
|
2015
|
+
Be(() => {
|
|
2016
|
+
k == null || k(F), D({
|
|
1965
2017
|
type: "onDragMove",
|
|
1966
|
-
event:
|
|
2018
|
+
event: F
|
|
1967
2019
|
});
|
|
1968
2020
|
});
|
|
1969
2021
|
},
|
|
1970
2022
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
1971
|
-
[
|
|
1972
|
-
),
|
|
2023
|
+
[he.x, he.y]
|
|
2024
|
+
), R(
|
|
1973
2025
|
() => {
|
|
1974
2026
|
const {
|
|
1975
|
-
active:
|
|
1976
|
-
activatorEvent:
|
|
1977
|
-
collisions:
|
|
1978
|
-
droppableContainers:
|
|
1979
|
-
scrollAdjustedTranslate:
|
|
1980
|
-
} =
|
|
1981
|
-
if (!
|
|
2027
|
+
active: k,
|
|
2028
|
+
activatorEvent: B,
|
|
2029
|
+
collisions: P,
|
|
2030
|
+
droppableContainers: re,
|
|
2031
|
+
scrollAdjustedTranslate: $
|
|
2032
|
+
} = ce.current;
|
|
2033
|
+
if (!k || ee.current == null || !B || !$)
|
|
1982
2034
|
return;
|
|
1983
2035
|
const {
|
|
1984
|
-
onDragOver:
|
|
1985
|
-
} =
|
|
1986
|
-
id:
|
|
1987
|
-
rect:
|
|
1988
|
-
data:
|
|
1989
|
-
disabled:
|
|
1990
|
-
} : null,
|
|
1991
|
-
active:
|
|
1992
|
-
activatorEvent:
|
|
1993
|
-
collisions:
|
|
2036
|
+
onDragOver: F
|
|
2037
|
+
} = le.current, H = re.get(Ct), pe = H && H.rect.current ? {
|
|
2038
|
+
id: H.id,
|
|
2039
|
+
rect: H.rect.current,
|
|
2040
|
+
data: H.data,
|
|
2041
|
+
disabled: H.disabled
|
|
2042
|
+
} : null, T = {
|
|
2043
|
+
active: k,
|
|
2044
|
+
activatorEvent: B,
|
|
2045
|
+
collisions: P,
|
|
1994
2046
|
delta: {
|
|
1995
|
-
x:
|
|
1996
|
-
y:
|
|
2047
|
+
x: $.x,
|
|
2048
|
+
y: $.y
|
|
1997
2049
|
},
|
|
1998
|
-
over:
|
|
2050
|
+
over: pe
|
|
1999
2051
|
};
|
|
2000
|
-
|
|
2001
|
-
St(
|
|
2052
|
+
Be(() => {
|
|
2053
|
+
St(pe), F == null || F(T), D({
|
|
2002
2054
|
type: "onDragOver",
|
|
2003
|
-
event:
|
|
2055
|
+
event: T
|
|
2004
2056
|
});
|
|
2005
2057
|
});
|
|
2006
2058
|
},
|
|
2007
2059
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
2008
2060
|
[Ct]
|
|
2009
|
-
),
|
|
2010
|
-
|
|
2011
|
-
activatorEvent:
|
|
2012
|
-
active:
|
|
2013
|
-
activeNode:
|
|
2014
|
-
collisionRect:
|
|
2015
|
-
collisions:
|
|
2016
|
-
droppableRects:
|
|
2017
|
-
draggableNodes:
|
|
2018
|
-
draggingNode:
|
|
2019
|
-
draggingNodeRect:
|
|
2020
|
-
droppableContainers:
|
|
2021
|
-
over:
|
|
2022
|
-
scrollableAncestors:
|
|
2023
|
-
scrollAdjustedTranslate:
|
|
2024
|
-
},
|
|
2025
|
-
initial:
|
|
2026
|
-
translated:
|
|
2061
|
+
), we(() => {
|
|
2062
|
+
ce.current = {
|
|
2063
|
+
activatorEvent: G,
|
|
2064
|
+
active: V,
|
|
2065
|
+
activeNode: U,
|
|
2066
|
+
collisionRect: ge,
|
|
2067
|
+
collisions: me,
|
|
2068
|
+
droppableRects: de,
|
|
2069
|
+
draggableNodes: v,
|
|
2070
|
+
draggingNode: Ie,
|
|
2071
|
+
draggingNodeRect: fe,
|
|
2072
|
+
droppableContainers: z,
|
|
2073
|
+
over: ne,
|
|
2074
|
+
scrollableAncestors: te,
|
|
2075
|
+
scrollAdjustedTranslate: he
|
|
2076
|
+
}, J.current = {
|
|
2077
|
+
initial: fe,
|
|
2078
|
+
translated: ge
|
|
2027
2079
|
};
|
|
2028
|
-
}, [
|
|
2029
|
-
...
|
|
2030
|
-
delta:
|
|
2031
|
-
draggingRect:
|
|
2080
|
+
}, [V, U, me, ge, v, Ie, fe, de, z, ne, te, he]), tr({
|
|
2081
|
+
...vt,
|
|
2082
|
+
delta: M,
|
|
2083
|
+
draggingRect: ge,
|
|
2032
2084
|
pointerCoordinates: Dt,
|
|
2033
|
-
scrollableAncestors:
|
|
2034
|
-
scrollableAncestorRects:
|
|
2085
|
+
scrollableAncestors: te,
|
|
2086
|
+
scrollableAncestorRects: ke
|
|
2035
2087
|
});
|
|
2036
|
-
const an =
|
|
2037
|
-
active:
|
|
2038
|
-
activeNode:
|
|
2039
|
-
activeNodeRect:
|
|
2040
|
-
activatorEvent:
|
|
2041
|
-
collisions:
|
|
2042
|
-
containerNodeRect:
|
|
2043
|
-
dragOverlay:
|
|
2044
|
-
draggableNodes:
|
|
2045
|
-
droppableContainers:
|
|
2046
|
-
droppableRects:
|
|
2047
|
-
over:
|
|
2048
|
-
measureDroppableContainers:
|
|
2049
|
-
scrollableAncestors:
|
|
2050
|
-
scrollableAncestorRects:
|
|
2051
|
-
measuringConfiguration:
|
|
2088
|
+
const an = A(() => ({
|
|
2089
|
+
active: V,
|
|
2090
|
+
activeNode: U,
|
|
2091
|
+
activeNodeRect: X,
|
|
2092
|
+
activatorEvent: G,
|
|
2093
|
+
collisions: me,
|
|
2094
|
+
containerNodeRect: _e,
|
|
2095
|
+
dragOverlay: ue,
|
|
2096
|
+
draggableNodes: v,
|
|
2097
|
+
droppableContainers: z,
|
|
2098
|
+
droppableRects: de,
|
|
2099
|
+
over: ne,
|
|
2100
|
+
measureDroppableContainers: Le,
|
|
2101
|
+
scrollableAncestors: te,
|
|
2102
|
+
scrollableAncestorRects: ke,
|
|
2103
|
+
measuringConfiguration: ae,
|
|
2052
2104
|
measuringScheduled: gt,
|
|
2053
|
-
windowRect:
|
|
2054
|
-
}), [
|
|
2055
|
-
activatorEvent:
|
|
2105
|
+
windowRect: qe
|
|
2106
|
+
}), [V, U, X, G, me, _e, ue, v, z, de, ne, Le, te, ke, ae, gt, qe]), cn = A(() => ({
|
|
2107
|
+
activatorEvent: G,
|
|
2056
2108
|
activators: Et,
|
|
2057
|
-
active:
|
|
2058
|
-
activeNodeRect:
|
|
2109
|
+
active: V,
|
|
2110
|
+
activeNodeRect: X,
|
|
2059
2111
|
ariaDescribedById: {
|
|
2060
|
-
draggable:
|
|
2112
|
+
draggable: He
|
|
2061
2113
|
},
|
|
2062
2114
|
dispatch: y,
|
|
2063
|
-
draggableNodes:
|
|
2064
|
-
over:
|
|
2065
|
-
measureDroppableContainers:
|
|
2066
|
-
}), [
|
|
2067
|
-
return
|
|
2068
|
-
value:
|
|
2069
|
-
},
|
|
2115
|
+
draggableNodes: v,
|
|
2116
|
+
over: ne,
|
|
2117
|
+
measureDroppableContainers: Le
|
|
2118
|
+
}), [G, Et, V, X, y, He, v, ne, Le]);
|
|
2119
|
+
return q.createElement(Ut.Provider, {
|
|
2120
|
+
value: w
|
|
2121
|
+
}, q.createElement(je.Provider, {
|
|
2070
2122
|
value: cn
|
|
2071
|
-
},
|
|
2123
|
+
}, q.createElement(en.Provider, {
|
|
2072
2124
|
value: an
|
|
2073
|
-
},
|
|
2125
|
+
}, q.createElement(tn.Provider, {
|
|
2074
2126
|
value: sn
|
|
2075
|
-
}, c)),
|
|
2076
|
-
disabled: (
|
|
2077
|
-
})),
|
|
2078
|
-
...
|
|
2079
|
-
hiddenTextDescribedById:
|
|
2127
|
+
}, c)), q.createElement(Sr, {
|
|
2128
|
+
disabled: (s == null ? void 0 : s.restoreFocus) === !1
|
|
2129
|
+
})), q.createElement(Rn, {
|
|
2130
|
+
...s,
|
|
2131
|
+
hiddenTextDescribedById: He
|
|
2080
2132
|
}));
|
|
2081
2133
|
function un() {
|
|
2082
|
-
const
|
|
2134
|
+
const k = (ut == null ? void 0 : ut.autoScrollEnabled) === !1, B = typeof a == "object" ? a.enabled === !1 : a === !1, P = S && !k && !B;
|
|
2083
2135
|
return typeof a == "object" ? {
|
|
2084
2136
|
...a,
|
|
2085
|
-
enabled:
|
|
2137
|
+
enabled: P
|
|
2086
2138
|
} : {
|
|
2087
|
-
enabled:
|
|
2139
|
+
enabled: P
|
|
2088
2140
|
};
|
|
2089
2141
|
}
|
|
2090
|
-
}), Mr = /* @__PURE__ */
|
|
2091
|
-
function
|
|
2142
|
+
}), Mr = /* @__PURE__ */ Oe(null), Pt = "button", Or = "Draggable";
|
|
2143
|
+
function Wr(e) {
|
|
2092
2144
|
let {
|
|
2093
2145
|
id: t,
|
|
2094
2146
|
data: n,
|
|
2095
2147
|
disabled: r = !1,
|
|
2096
2148
|
attributes: i
|
|
2097
2149
|
} = e;
|
|
2098
|
-
const o =
|
|
2099
|
-
activators:
|
|
2100
|
-
activatorEvent:
|
|
2150
|
+
const o = Xe(Or), {
|
|
2151
|
+
activators: l,
|
|
2152
|
+
activatorEvent: s,
|
|
2101
2153
|
active: a,
|
|
2102
2154
|
activeNodeRect: c,
|
|
2103
2155
|
ariaDescribedById: d,
|
|
2104
2156
|
draggableNodes: u,
|
|
2105
2157
|
over: g
|
|
2106
|
-
} =
|
|
2107
|
-
role: f =
|
|
2158
|
+
} = be(je), {
|
|
2159
|
+
role: f = Pt,
|
|
2108
2160
|
roleDescription: C = "draggable",
|
|
2109
2161
|
tabIndex: h = 0
|
|
2110
|
-
} = i ?? {},
|
|
2111
|
-
|
|
2162
|
+
} = i ?? {}, p = (a == null ? void 0 : a.id) === t, y = be(p ? tn : Mr), [D, w] = $e(), [I, x] = $e(), S = gr(l, t), b = Ae(n);
|
|
2163
|
+
we(
|
|
2112
2164
|
() => (u.set(t, {
|
|
2113
2165
|
id: t,
|
|
2114
2166
|
key: o,
|
|
2115
2167
|
node: D,
|
|
2116
|
-
activatorNode:
|
|
2117
|
-
data:
|
|
2168
|
+
activatorNode: I,
|
|
2169
|
+
data: b
|
|
2118
2170
|
}), () => {
|
|
2119
|
-
const
|
|
2120
|
-
|
|
2171
|
+
const M = u.get(t);
|
|
2172
|
+
M && M.key === o && u.delete(t);
|
|
2121
2173
|
}),
|
|
2122
2174
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
2123
2175
|
[u, t]
|
|
2124
2176
|
);
|
|
2125
|
-
const
|
|
2177
|
+
const v = A(() => ({
|
|
2126
2178
|
role: f,
|
|
2127
2179
|
tabIndex: h,
|
|
2128
2180
|
"aria-disabled": r,
|
|
2129
|
-
"aria-pressed":
|
|
2181
|
+
"aria-pressed": p && f === Pt ? !0 : void 0,
|
|
2130
2182
|
"aria-roledescription": C,
|
|
2131
2183
|
"aria-describedby": d.draggable
|
|
2132
|
-
}), [r, f, h,
|
|
2184
|
+
}), [r, f, h, p, C, d.draggable]);
|
|
2133
2185
|
return {
|
|
2134
2186
|
active: a,
|
|
2135
|
-
activatorEvent:
|
|
2187
|
+
activatorEvent: s,
|
|
2136
2188
|
activeNodeRect: c,
|
|
2137
|
-
attributes:
|
|
2138
|
-
isDragging:
|
|
2189
|
+
attributes: v,
|
|
2190
|
+
isDragging: p,
|
|
2139
2191
|
listeners: r ? void 0 : S,
|
|
2140
2192
|
node: D,
|
|
2141
2193
|
over: g,
|
|
2142
|
-
setNodeRef:
|
|
2194
|
+
setNodeRef: w,
|
|
2143
2195
|
setActivatorNodeRef: x,
|
|
2144
2196
|
transform: y
|
|
2145
2197
|
};
|
|
2146
2198
|
}
|
|
2147
|
-
function
|
|
2148
|
-
return
|
|
2199
|
+
function Ur() {
|
|
2200
|
+
return be(en);
|
|
2149
2201
|
}
|
|
2150
|
-
const
|
|
2202
|
+
const Nr = "Droppable", Tr = {
|
|
2151
2203
|
timeout: 25
|
|
2152
2204
|
};
|
|
2153
|
-
function
|
|
2205
|
+
function Xr(e) {
|
|
2154
2206
|
let {
|
|
2155
2207
|
data: t,
|
|
2156
2208
|
disabled: n = !1,
|
|
2157
2209
|
id: r,
|
|
2158
2210
|
resizeObserverConfig: i
|
|
2159
2211
|
} = e;
|
|
2160
|
-
const o =
|
|
2161
|
-
active:
|
|
2162
|
-
dispatch:
|
|
2212
|
+
const o = Xe(Nr), {
|
|
2213
|
+
active: l,
|
|
2214
|
+
dispatch: s,
|
|
2163
2215
|
over: a,
|
|
2164
2216
|
measureDroppableContainers: c
|
|
2165
|
-
} =
|
|
2217
|
+
} = be(je), d = L({
|
|
2166
2218
|
disabled: n
|
|
2167
|
-
}), u =
|
|
2219
|
+
}), u = L(!1), g = L(null), f = L(null), {
|
|
2168
2220
|
disabled: C,
|
|
2169
2221
|
updateMeasurementsFor: h,
|
|
2170
|
-
timeout:
|
|
2222
|
+
timeout: p
|
|
2171
2223
|
} = {
|
|
2172
|
-
...
|
|
2224
|
+
...Tr,
|
|
2173
2225
|
...i
|
|
2174
|
-
}, y =
|
|
2226
|
+
}, y = Ae(h ?? r), D = Y(
|
|
2175
2227
|
() => {
|
|
2176
2228
|
if (!u.current) {
|
|
2177
2229
|
u.current = !0;
|
|
@@ -2179,45 +2231,45 @@ function Ur(e) {
|
|
|
2179
2231
|
}
|
|
2180
2232
|
f.current != null && clearTimeout(f.current), f.current = setTimeout(() => {
|
|
2181
2233
|
c(Array.isArray(y.current) ? y.current : [y.current]), f.current = null;
|
|
2182
|
-
},
|
|
2234
|
+
}, p);
|
|
2183
2235
|
},
|
|
2184
2236
|
//eslint-disable-next-line react-hooks/exhaustive-deps
|
|
2185
|
-
[
|
|
2186
|
-
),
|
|
2237
|
+
[p]
|
|
2238
|
+
), w = Ye({
|
|
2187
2239
|
callback: D,
|
|
2188
|
-
disabled: C || !
|
|
2189
|
-
}),
|
|
2190
|
-
|
|
2191
|
-
}, [
|
|
2192
|
-
return
|
|
2193
|
-
!
|
|
2194
|
-
}, [x,
|
|
2195
|
-
() => (
|
|
2196
|
-
type:
|
|
2240
|
+
disabled: C || !l
|
|
2241
|
+
}), I = Y((v, M) => {
|
|
2242
|
+
w && (M && (w.unobserve(M), u.current = !1), v && w.observe(v));
|
|
2243
|
+
}, [w]), [x, S] = $e(I), b = Ae(t);
|
|
2244
|
+
return R(() => {
|
|
2245
|
+
!w || !x.current || (w.disconnect(), u.current = !1, w.observe(x.current));
|
|
2246
|
+
}, [x, w]), R(
|
|
2247
|
+
() => (s({
|
|
2248
|
+
type: E.RegisterDroppable,
|
|
2197
2249
|
element: {
|
|
2198
2250
|
id: r,
|
|
2199
2251
|
key: o,
|
|
2200
2252
|
disabled: n,
|
|
2201
2253
|
node: x,
|
|
2202
2254
|
rect: g,
|
|
2203
|
-
data:
|
|
2255
|
+
data: b
|
|
2204
2256
|
}
|
|
2205
|
-
}), () =>
|
|
2206
|
-
type:
|
|
2257
|
+
}), () => s({
|
|
2258
|
+
type: E.UnregisterDroppable,
|
|
2207
2259
|
key: o,
|
|
2208
2260
|
id: r
|
|
2209
2261
|
})),
|
|
2210
2262
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
2211
2263
|
[r]
|
|
2212
|
-
),
|
|
2213
|
-
n !== d.current.disabled && (
|
|
2214
|
-
type:
|
|
2264
|
+
), R(() => {
|
|
2265
|
+
n !== d.current.disabled && (s({
|
|
2266
|
+
type: E.SetDroppableDisabled,
|
|
2215
2267
|
id: r,
|
|
2216
2268
|
key: o,
|
|
2217
2269
|
disabled: n
|
|
2218
2270
|
}), d.current.disabled = n);
|
|
2219
|
-
}, [r, o, n,
|
|
2220
|
-
active:
|
|
2271
|
+
}, [r, o, n, s]), {
|
|
2272
|
+
active: l,
|
|
2221
2273
|
rect: g,
|
|
2222
2274
|
isOver: (a == null ? void 0 : a.id) === r,
|
|
2223
2275
|
node: x,
|
|
@@ -2226,29 +2278,30 @@ function Ur(e) {
|
|
|
2226
2278
|
};
|
|
2227
2279
|
}
|
|
2228
2280
|
export {
|
|
2229
|
-
|
|
2230
|
-
|
|
2281
|
+
Re as AutoScrollActivator,
|
|
2282
|
+
$r as DndContext,
|
|
2231
2283
|
m as KeyboardCode,
|
|
2232
2284
|
Vt as KeyboardSensor,
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2285
|
+
ot as MeasuringFrequency,
|
|
2286
|
+
Me as MeasuringStrategy,
|
|
2287
|
+
Zn as MouseSensor,
|
|
2236
2288
|
Gt as PointerSensor,
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2289
|
+
er as TouchSensor,
|
|
2290
|
+
Ue as TraversalOrder,
|
|
2291
|
+
Rr as applyModifiers,
|
|
2240
2292
|
Fr as closestCenter,
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2293
|
+
Sn as defaultAnnouncements,
|
|
2294
|
+
j as defaultCoordinates,
|
|
2295
|
+
Vn as defaultKeyboardCoordinateGetter,
|
|
2296
|
+
Cn as defaultScreenReaderInstructions,
|
|
2297
|
+
Te as getClientRect,
|
|
2298
|
+
On as getFirstCollision,
|
|
2246
2299
|
lt as getScrollableAncestors,
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2300
|
+
Tn as rectIntersection,
|
|
2301
|
+
Ur as useDndContext,
|
|
2302
|
+
Dn as useDndMonitor,
|
|
2303
|
+
Wr as useDraggable,
|
|
2304
|
+
Xr as useDroppable,
|
|
2305
|
+
Br as useSensor,
|
|
2306
|
+
Pr as useSensors
|
|
2254
2307
|
};
|