@ubloimmo/uikit 1.7.9 → 1.8.0
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.js +1 -1
- 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 +1 -1
- package/dist/components/Action/Action.styles.js +1 -1
- package/dist/components/Action/components/Action.card.js +26 -38
- package/dist/components/Action/components/Action.centered.js +18 -30
- package/dist/components/Action/components/Action.default.js +18 -30
- package/dist/components/Action/components/Action.large.js +25 -37
- 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 +1 -1
- package/dist/components/Button/Button.styles.js +1 -1
- package/dist/components/Calendar/Calendar.component.js +1 -1
- package/dist/components/Calendar/Calendar.styles.js +1 -1
- package/dist/components/Calendar/Calendar.utils.js +1 -1
- package/dist/components/Calendar/components/CalendarFooter.component.js +1 -1
- package/dist/components/Calendar/components/CalendarNav.component.js +1 -1
- package/dist/components/Callout/Callout.component.d.ts +1 -1
- package/dist/components/Callout/Callout.component.js +27 -48
- package/dist/components/Callout/Callout.styles.js +1 -1
- package/dist/components/Callout/components/CalloutIcon.component.js +1 -1
- 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 +19 -31
- package/dist/components/Chip/Chip.styles.js +1 -1
- package/dist/components/ComboBox/ComboBox.component.js +24 -34
- package/dist/components/ComboBox/ComboBox.types.d.ts +1 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.component.js +51 -63
- package/dist/components/ComboBoxButton/ComboBoxButton.styles.js +1 -1
- package/dist/components/ContextInfoCard/ContextInfoCard.component.js +39 -30
- package/dist/components/ContextInfoCard/ContextInfoCard.styles.js +1 -1
- package/dist/components/ContextLine/ContextLine.component.js +26 -38
- package/dist/components/ContextLine/ContextLine.styles.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.component.js +37 -48
- package/dist/components/ContextMenu/ContextMenu.styles.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.types.d.ts +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 +11 -23
- 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.js +1 -1
- package/dist/components/Dialog/Dialog.styles.js +1 -1
- package/dist/components/Divider/Divider.component.js +13 -25
- package/dist/components/Divider/Divider.styles.js +1 -1
- package/dist/components/EmptyStateCard/EmptyStateCard.component.js +14 -26
- package/dist/components/EmptyStateCard/EmptyStateCard.styles.js +1 -1
- package/dist/components/EmptyStateCard/assets/EmptyBox.asset.js +1 -1
- package/dist/components/EmptyStateCard/assets/TaskSleepingCat.asset.js +1 -1
- package/dist/components/EmptyStateCard/assets/assets.defaults.js +1 -1
- package/dist/components/EmptyStateCard/assets/index.js +1 -1
- package/dist/components/EnergyLabel/EnergyLabel.component.js +1 -1
- package/dist/components/EnergyLabel/EnergyLabel.styles.js +14 -9
- package/dist/components/EntityInfoCard/EntityInfoCard.component.js +15 -27
- package/dist/components/EntityInfoCard/EntityInfoCard.styles.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.footer.js +18 -30
- package/dist/components/EntityInfoCard/components/EntityInfoCard.header.js +18 -30
- package/dist/components/EntityInfoCard/components/EntityInfoCard.section.js +26 -38
- package/dist/components/EntityInfoCard/components/EntityInfoCard.sectionItems.js +25 -35
- package/dist/components/FeatureSwitch/FeatureSwitch.component.js +10 -21
- package/dist/components/FeatureSwitch/FeatureSwitch.utils.js +1 -1
- package/dist/components/Field/Field.component.d.ts +6 -6
- package/dist/components/Field/Field.component.js +15 -26
- package/dist/components/Field/Field.utils.js +1 -1
- package/dist/components/Form/Form.component.d.ts +1 -1
- package/dist/components/Form/Form.component.js +29 -41
- package/dist/components/Form/Form.context.js +127 -124
- package/dist/components/Form/Form.format.d.ts +4 -1
- package/dist/components/Form/Form.format.js +122 -92
- package/dist/components/Form/Form.styles.js +1 -1
- package/dist/components/Form/Form.types.d.ts +42 -5
- package/dist/components/Form/Form.utils.js +1 -1
- package/dist/components/Form/components/FieldSkeleton.component.js +4 -16
- package/dist/components/Form/components/FormCustomContent.component.js +1 -1
- package/dist/components/Form/components/FormCustomField.component.js +4 -3
- package/dist/components/Form/components/FormDebug.component.js +66 -77
- package/dist/components/Form/components/FormDivider.component.js +5 -17
- package/dist/components/Form/components/FormEditBanner.component.js +30 -42
- 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 +8 -7
- package/dist/components/Form/components/FormFieldDisplay.component.js +19 -31
- package/dist/components/Form/components/FormFieldGridItem.component.d.ts +2 -2
- package/dist/components/Form/components/FormFieldGridItem.component.js +16 -20
- package/dist/components/Form/components/FormFieldRenderer.component.js +12 -24
- package/dist/components/Form/components/FormHeader.component.js +15 -27
- package/dist/components/Form/components/FormTable/FormTable.component.js +3 -8
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCellControls.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCustomFieldCell.component.js +4 -8
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableFieldCell.component.js +61 -51
- package/dist/components/Form/components/FormTable/FormTableEmptyState.component.js +6 -11
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooter.component.js +9 -14
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterButton.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterSelect.component.js +4 -3
- package/dist/components/Form/components/FormTable/FormTableHeader/FormTableHeader.component.js +10 -14
- package/dist/components/Form/components/FormTable/FormTableRow.component.js +19 -24
- 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 +1 -1
- 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/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/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/JournalBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCheckBootstrap.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/CalendarGraph.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/Coins.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsOut.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsRisk.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/Convexe.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeEarmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeInfo.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeInfoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeSepa.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeSepaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeTimer.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeX.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeXFill.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/File2Clock.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/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/Invoice.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoice2.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/InvoiceDelete.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoiceDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoicePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoices.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoices2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoicesLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/JournalCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/JournalOff.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/PiggyBank2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Coin.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Exclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2In.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Out.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/ReceiptClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptOff2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptPdf.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/Squircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowBottomFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowTopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleInfo.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleInfoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleLinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleX.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/TestPipe.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/TestPipeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ThermometerFire3.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Trash3Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Trash3OffFill.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/Icon/__generated__/index.lazy.js +1 -1
- package/dist/components/IconPicker/IconPicker.component.js +28 -40
- 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 +10 -22
- 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 +1 -1
- 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 +64 -76
- 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/EnergyScoreInput/EnergyScoreInput.component.d.ts +17 -0
- package/dist/components/Input/EnergyScoreInput/EnergyScoreInput.component.js +108 -0
- package/dist/components/Input/EnergyScoreInput/EnergyScoreInput.types.d.ts +47 -0
- package/dist/components/Input/EnergyScoreInput/EnergyScoreInput.utils.d.ts +27 -0
- package/dist/components/Input/EnergyScoreInput/EnergyScoreInput.utils.js +15 -0
- package/dist/components/Input/EnergyScoreInput/index.d.ts +2 -0
- 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 +31 -29
- package/dist/components/Input/Input.data.d.ts +1 -1
- package/dist/components/Input/Input.data.js +3 -2
- package/dist/components/Input/Input.generic.types.d.ts +2 -0
- package/dist/components/Input/Input.styles.js +1 -1
- package/dist/components/Input/Input.types.d.ts +1 -0
- package/dist/components/Input/Input.utils.js +1 -1
- 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.d.ts +1 -1
- package/dist/components/Input/NumberInput/NumberInput.component.js +72 -72
- 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 +76 -88
- 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 +29 -41
- package/dist/components/Input/SelectInput/components/SelectInputOptionGroup.component.js +1 -1
- package/dist/components/Input/TextAreaInput/TextAreaInput.component.js +1 -1
- package/dist/components/Input/TextAreaInput/TextAreaInput.styles.js +1 -1
- package/dist/components/Input/TextInput/TextInput.component.js +1 -1
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/InputAssistiveText/InputAssistiveText.component.js +13 -25
- package/dist/components/InputLabel/InputLabel.component.js +17 -29
- package/dist/components/InputLabel/InputLabel.styles.js +1 -1
- package/dist/components/List/List.component.js +1 -1
- package/dist/components/List/List.enums.js +1 -1
- package/dist/components/List/components/internal/ListProviderWrapper.component.js +1 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.component.js +22 -33
- package/dist/components/List/components/public/ListFilter/ListFilter.styles.js +1 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.utils.js +1 -1
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.component.js +1 -1
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.utils.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionBadge/ListFilterOptionBadge.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionChip/ListFilterOptionChip.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionDivider/ListFilterOptionDivider.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionDivider/ListFilterOptionDivider.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionItem/ListFilterOptionItem.component.js +37 -49
- package/dist/components/List/components/public/ListFilterOptionItem/ListFilterOptionItem.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.component.js +1 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.utils.js +1 -1
- package/dist/components/List/components/public/ListFilterPresetCollection/ListFilterPresetCollection.component.js +11 -23
- package/dist/components/List/components/public/ListFilterPresetCollection/ListFilterPresetCollection.types.d.ts +1 -1
- package/dist/components/List/components/public/ListFilterPresetCollection/ListFilterPresetCollection.utils.js +1 -1
- package/dist/components/List/components/public/ListSideHeader/ListSideHeader.component.js +12 -24
- package/dist/components/List/components/public/ListSideHeader/ListSideHeader.styles.js +1 -1
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.component.js +19 -22
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.styles.js +1 -1
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.types.d.ts +1 -1
- package/dist/components/List/context/ListContext.context.js +1 -1
- package/dist/components/List/context/ListContext.default.js +1 -1
- package/dist/components/List/context/ListContext.filterPresets.js +1 -1
- package/dist/components/List/context/ListContext.filters.js +1 -1
- package/dist/components/List/context/ListContext.options.js +1 -1
- package/dist/components/List/context/ListContext.provider.js +1 -1
- package/dist/components/List/context/ListContext.search.js +1 -1
- package/dist/components/List/context/ListContext.searchParams.js +1 -1
- package/dist/components/List/context/ListContext.store.js +1 -1
- package/dist/components/List/context/ListContext.utils.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.async.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.search.js +1 -1
- package/dist/components/List/modules/DataProvider/DynamicDataProvider/DynamicDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/PaginatedDataProvider/PaginatedDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/StaticDataProvider/StaticDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/StaticDataProvider/StaticDataProvider.utils.js +1 -1
- package/dist/components/List/modules/Filter/Filter.data.js +1 -1
- package/dist/components/List/modules/Filter/Filter.utils.js +1 -1
- package/dist/components/List/modules/FilterOption/FilterOption.data.js +1 -1
- package/dist/components/List/modules/FilterOption/FilterOption.hook.js +1 -1
- package/dist/components/List/modules/FilterOption/FilterOption.utils.js +1 -1
- package/dist/components/List/modules/FilterOptionDivider/FilterOptionDivider.data.js +1 -1
- package/dist/components/List/modules/FilterOptionDivider/FilterOptionDivider.utils.js +1 -1
- package/dist/components/List/modules/FilterPreset/FilterPreset.data.js +1 -1
- package/dist/components/List/modules/FilterPreset/FilterPreset.utils.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.d.ts +1 -1
- package/dist/components/Modal/Modal.component.js +29 -41
- 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/SumLine/SumLine.component.js +14 -26
- package/dist/components/SumLine/SumLine.styles.js +1 -1
- package/dist/components/Switch/Switch.component.js +25 -37
- 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 +6 -17
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components.js +98 -96
- package/dist/fonts.js +1 -1
- package/dist/index.js +365 -360
- package/dist/layouts/Collapsible/Collapsible.layout.js +1 -1
- package/dist/layouts/Collapsible/Collapsible.styles.js +1 -1
- package/dist/layouts/Flex/Flex.layout.js +1 -1
- 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 +1 -1
- package/dist/layouts/Popover/Popover.layout.js +1 -1
- package/dist/layouts/Popover/Popover.styles.js +1 -1
- 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/TableBody/TableBody.styles.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/TableHeader/TableHeader.styles.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.d.ts +1 -1
- package/dist/layouts/Table/components/TableRow/TableRow.component.js +24 -23
- 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/VirtualTable/VirtualTable.defaults.d.ts +8 -0
- package/dist/layouts/VirtualTable/VirtualTable.defaults.js +30 -0
- package/dist/layouts/VirtualTable/VirtualTable.layout.d.ts +18 -0
- package/dist/layouts/VirtualTable/VirtualTable.layout.js +56 -0
- package/dist/layouts/VirtualTable/VirtualTable.styles.d.ts +20 -0
- package/dist/layouts/VirtualTable/VirtualTable.styles.js +50 -0
- package/dist/layouts/VirtualTable/VirtualTable.types.d.ts +501 -0
- package/dist/layouts/VirtualTable/VirtualTable.utils.d.ts +74 -0
- package/dist/layouts/VirtualTable/VirtualTable.utils.js +127 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableCell.content.d.ts +12 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableCell.content.js +61 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableFooter.content.d.ts +10 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableFooter.content.js +27 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableHeader.content.d.ts +24 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableHeader.content.js +27 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableHeaderCell.content.d.ts +20 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableHeaderCell.content.js +38 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableRow.content.d.ts +24 -0
- package/dist/layouts/VirtualTable/contents/VirtualTableRow.content.js +30 -0
- package/dist/layouts/VirtualTable/contents/index.d.ts +5 -0
- package/dist/layouts/VirtualTable/index.d.ts +2 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.body.d.ts +9 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.body.js +22 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.empty.d.ts +10 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.empty.js +17 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.footer.d.ts +9 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.footer.js +22 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.header.d.ts +9 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.header.js +32 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.row.d.ts +11 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.row.js +52 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.table.d.ts +9 -0
- package/dist/layouts/VirtualTable/overrides/VirtualTable.table.js +38 -0
- package/dist/layouts/VirtualTable/overrides/index.d.ts +6 -0
- package/dist/layouts/index.d.ts +1 -0
- package/dist/layouts.js +15 -13
- package/dist/node_modules/@date-fns/tz/date/index.js +1 -1
- package/dist/node_modules/@date-fns/tz/date/mini.js +1 -1
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +1 -1
- package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +1 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +1 -1
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +1 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +1 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +1 -1
- 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 +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +1 -1
- 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 +1 -1
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/node_modules/@ubloimmo/front-tokens/lib/tokens.values.js +1 -1
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +1 -1
- package/dist/node_modules/big.js/big.js +1 -1
- 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 +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +1 -1
- package/dist/node_modules/react/jsx-runtime.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/UI.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useGetModifiers.js +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +1 -1
- 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 +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/defaultOptions.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/formatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/lightFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/longFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/normalizeDates.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/normalizeInterval.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/protectedTokens.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addDays.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addMonths.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addWeeks.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addYears.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/constants.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/constructFrom.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/differenceInCalendarDays.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/differenceInCalendarMonths.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/eachMonthOfInterval.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/format.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getDayOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getDaysInMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getISOWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isAfter.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isBefore.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isDate.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameDay.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isValid.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildMatchFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/localize.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/match.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/max.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/min.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/setMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/setYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfDay.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfISOWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/toDate.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +1 -1
- 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/react-remove-scroll/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +1 -1
- 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/react-virtuoso/dist/index.js +2984 -0
- 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 +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +1 -1
- package/dist/node_modules/use-sidecar/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/node_modules/zod/lib/index.js +1 -1
- 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.colorscheme.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/global/css.types.d.ts +11 -2
- 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.js +1 -1
- package/dist/utils/css.utils.d.ts +8 -1
- package/dist/utils/css.utils.js +45 -39
- package/dist/utils/data.utils.js +1 -1
- package/dist/utils/event.utils.js +1 -1
- package/dist/utils/log.utils.js +1 -1
- package/dist/utils/number.utils.js +1 -1
- package/dist/utils/props.utils.js +1 -1
- package/dist/utils/string.utils.js +1 -1
- 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 +65 -64
- package/package.json +4 -1
|
@@ -0,0 +1,2984 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @ubloimmo/uikit version 1.8.0
|
|
3
|
+
*
|
|
4
|
+
* Copyright © Ublo 2025
|
|
5
|
+
* https://ublo.immo
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
import { j as A } from "../../react/jsx-runtime.js";
|
|
10
|
+
import E, { createElement as Rt } from "react";
|
|
11
|
+
import $o from "react-dom";
|
|
12
|
+
const xt = 0, Be = 1, Ge = 2, go = 4;
|
|
13
|
+
function Yt(e) {
|
|
14
|
+
return () => e;
|
|
15
|
+
}
|
|
16
|
+
function Yo(e) {
|
|
17
|
+
e();
|
|
18
|
+
}
|
|
19
|
+
function ft(e, t) {
|
|
20
|
+
return (o) => e(t(o));
|
|
21
|
+
}
|
|
22
|
+
function Zt(e, t) {
|
|
23
|
+
return () => e(t);
|
|
24
|
+
}
|
|
25
|
+
function po(e, t) {
|
|
26
|
+
return (o) => e(t, o);
|
|
27
|
+
}
|
|
28
|
+
function Mt(e) {
|
|
29
|
+
return e !== void 0;
|
|
30
|
+
}
|
|
31
|
+
function Zo(...e) {
|
|
32
|
+
return () => {
|
|
33
|
+
e.map(Yo);
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
function tt() {
|
|
37
|
+
}
|
|
38
|
+
function It(e, t) {
|
|
39
|
+
return t(e), e;
|
|
40
|
+
}
|
|
41
|
+
function Xo(e, t) {
|
|
42
|
+
return t(e);
|
|
43
|
+
}
|
|
44
|
+
function J(...e) {
|
|
45
|
+
return e;
|
|
46
|
+
}
|
|
47
|
+
function N(e, t) {
|
|
48
|
+
return e(Be, t);
|
|
49
|
+
}
|
|
50
|
+
function W(e, t) {
|
|
51
|
+
e(xt, t);
|
|
52
|
+
}
|
|
53
|
+
function Lt(e) {
|
|
54
|
+
e(Ge);
|
|
55
|
+
}
|
|
56
|
+
function ne(e) {
|
|
57
|
+
return e(go);
|
|
58
|
+
}
|
|
59
|
+
function B(e, t) {
|
|
60
|
+
return N(e, po(t, xt));
|
|
61
|
+
}
|
|
62
|
+
function Ce(e, t) {
|
|
63
|
+
const o = e(Be, (n) => {
|
|
64
|
+
o(), t(n);
|
|
65
|
+
});
|
|
66
|
+
return o;
|
|
67
|
+
}
|
|
68
|
+
function Xt(e) {
|
|
69
|
+
let t, o;
|
|
70
|
+
return (n) => (r) => {
|
|
71
|
+
t = r, o && clearTimeout(o), o = setTimeout(() => {
|
|
72
|
+
n(t);
|
|
73
|
+
}, e);
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
function xo(e, t) {
|
|
77
|
+
return e === t;
|
|
78
|
+
}
|
|
79
|
+
function X(e = xo) {
|
|
80
|
+
let t;
|
|
81
|
+
return (o) => (n) => {
|
|
82
|
+
e(t, n) || (t = n, o(n));
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
function M(e) {
|
|
86
|
+
return (t) => (o) => {
|
|
87
|
+
e(o) && t(o);
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
function b(e) {
|
|
91
|
+
return (t) => ft(t, e);
|
|
92
|
+
}
|
|
93
|
+
function we(e) {
|
|
94
|
+
return (t) => () => {
|
|
95
|
+
t(e);
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
function x(e, ...t) {
|
|
99
|
+
const o = Jo(...t);
|
|
100
|
+
return (n, r) => {
|
|
101
|
+
switch (n) {
|
|
102
|
+
case Ge:
|
|
103
|
+
Lt(e);
|
|
104
|
+
return;
|
|
105
|
+
case Be:
|
|
106
|
+
return N(e, o(r));
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
function Se(e, t) {
|
|
111
|
+
return (o) => (n) => {
|
|
112
|
+
o(t = e(t, n));
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
function Ne(e) {
|
|
116
|
+
return (t) => (o) => {
|
|
117
|
+
e > 0 ? e-- : t(o);
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
function ze(e) {
|
|
121
|
+
let t = null, o;
|
|
122
|
+
return (n) => (r) => {
|
|
123
|
+
t = r, !o && (o = setTimeout(() => {
|
|
124
|
+
o = void 0, n(t);
|
|
125
|
+
}, e));
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
function j(...e) {
|
|
129
|
+
const t = new Array(e.length);
|
|
130
|
+
let o = 0, n = null;
|
|
131
|
+
const r = Math.pow(2, e.length) - 1;
|
|
132
|
+
return e.forEach((i, l) => {
|
|
133
|
+
const s = Math.pow(2, l);
|
|
134
|
+
N(i, (c) => {
|
|
135
|
+
const d = o;
|
|
136
|
+
o = o | s, t[l] = c, d !== r && o === r && n && (n(), n = null);
|
|
137
|
+
});
|
|
138
|
+
}), (i) => (l) => {
|
|
139
|
+
const s = () => {
|
|
140
|
+
i([l].concat(t));
|
|
141
|
+
};
|
|
142
|
+
o === r ? s() : n = s;
|
|
143
|
+
};
|
|
144
|
+
}
|
|
145
|
+
function Jo(...e) {
|
|
146
|
+
return (t) => e.reduceRight(Xo, t);
|
|
147
|
+
}
|
|
148
|
+
function Qo(e) {
|
|
149
|
+
let t, o;
|
|
150
|
+
const n = () => t == null ? void 0 : t();
|
|
151
|
+
return function(r, i) {
|
|
152
|
+
switch (r) {
|
|
153
|
+
case Be:
|
|
154
|
+
return i ? o === i ? void 0 : (n(), o = i, t = N(e, i), t) : (n(), tt);
|
|
155
|
+
case Ge:
|
|
156
|
+
n(), o = null;
|
|
157
|
+
return;
|
|
158
|
+
}
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
function S(e) {
|
|
162
|
+
let t = e;
|
|
163
|
+
const o = _();
|
|
164
|
+
return (n, r) => {
|
|
165
|
+
switch (n) {
|
|
166
|
+
case xt:
|
|
167
|
+
t = r;
|
|
168
|
+
break;
|
|
169
|
+
case Be: {
|
|
170
|
+
r(t);
|
|
171
|
+
break;
|
|
172
|
+
}
|
|
173
|
+
case go:
|
|
174
|
+
return t;
|
|
175
|
+
}
|
|
176
|
+
return o(n, r);
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
function se(e, t) {
|
|
180
|
+
return It(S(t), (o) => B(e, o));
|
|
181
|
+
}
|
|
182
|
+
function _() {
|
|
183
|
+
const e = [];
|
|
184
|
+
return (t, o) => {
|
|
185
|
+
switch (t) {
|
|
186
|
+
case xt:
|
|
187
|
+
e.slice().forEach((n) => {
|
|
188
|
+
n(o);
|
|
189
|
+
});
|
|
190
|
+
return;
|
|
191
|
+
case Ge:
|
|
192
|
+
e.splice(0, e.length);
|
|
193
|
+
return;
|
|
194
|
+
case Be:
|
|
195
|
+
return e.push(o), () => {
|
|
196
|
+
const n = e.indexOf(o);
|
|
197
|
+
n > -1 && e.splice(n, 1);
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
};
|
|
201
|
+
}
|
|
202
|
+
function de(e) {
|
|
203
|
+
return It(_(), (t) => B(e, t));
|
|
204
|
+
}
|
|
205
|
+
function G(e, t = [], { singleton: o } = { singleton: !0 }) {
|
|
206
|
+
return {
|
|
207
|
+
constructor: e,
|
|
208
|
+
dependencies: t,
|
|
209
|
+
id: en(),
|
|
210
|
+
singleton: o
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
const en = () => Symbol();
|
|
214
|
+
function tn(e) {
|
|
215
|
+
const t = /* @__PURE__ */ new Map(), o = ({ constructor: n, dependencies: r, id: i, singleton: l }) => {
|
|
216
|
+
if (l && t.has(i))
|
|
217
|
+
return t.get(i);
|
|
218
|
+
const s = n(r.map((c) => o(c)));
|
|
219
|
+
return l && t.set(i, s), s;
|
|
220
|
+
};
|
|
221
|
+
return o(e);
|
|
222
|
+
}
|
|
223
|
+
function te(...e) {
|
|
224
|
+
const t = _(), o = new Array(e.length);
|
|
225
|
+
let n = 0;
|
|
226
|
+
const r = Math.pow(2, e.length) - 1;
|
|
227
|
+
return e.forEach((i, l) => {
|
|
228
|
+
const s = Math.pow(2, l);
|
|
229
|
+
N(i, (c) => {
|
|
230
|
+
o[l] = c, n = n | s, n === r && W(t, o);
|
|
231
|
+
});
|
|
232
|
+
}), function(i, l) {
|
|
233
|
+
switch (i) {
|
|
234
|
+
case Ge: {
|
|
235
|
+
Lt(t);
|
|
236
|
+
return;
|
|
237
|
+
}
|
|
238
|
+
case Be:
|
|
239
|
+
return n === r && l(o), N(t, l);
|
|
240
|
+
}
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
function L(e, t = xo) {
|
|
244
|
+
return x(e, X(t));
|
|
245
|
+
}
|
|
246
|
+
function Jt(...e) {
|
|
247
|
+
return function(t, o) {
|
|
248
|
+
switch (t) {
|
|
249
|
+
case Ge:
|
|
250
|
+
return;
|
|
251
|
+
case Be:
|
|
252
|
+
return Zo(...e.map((n) => N(n, o)));
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
var me = /* @__PURE__ */ ((e) => (e[e.DEBUG = 0] = "DEBUG", e[e.INFO = 1] = "INFO", e[e.WARN = 2] = "WARN", e[e.ERROR = 3] = "ERROR", e))(me || {});
|
|
257
|
+
const on = {
|
|
258
|
+
0: "debug",
|
|
259
|
+
3: "error",
|
|
260
|
+
1: "log",
|
|
261
|
+
2: "warn"
|
|
262
|
+
}, nn = () => typeof globalThis > "u" ? window : globalThis, ke = G(
|
|
263
|
+
() => {
|
|
264
|
+
const e = S(
|
|
265
|
+
3
|
|
266
|
+
/* ERROR */
|
|
267
|
+
);
|
|
268
|
+
return {
|
|
269
|
+
log: S((t, o, n = 1) => {
|
|
270
|
+
var r;
|
|
271
|
+
const i = (r = nn().VIRTUOSO_LOG_LEVEL) != null ? r : ne(e);
|
|
272
|
+
n >= i && console[on[n]](
|
|
273
|
+
"%creact-virtuoso: %c%s %o",
|
|
274
|
+
"color: #0253b3; font-weight: bold",
|
|
275
|
+
"color: initial",
|
|
276
|
+
t,
|
|
277
|
+
o
|
|
278
|
+
);
|
|
279
|
+
}),
|
|
280
|
+
logLevel: e
|
|
281
|
+
};
|
|
282
|
+
},
|
|
283
|
+
[],
|
|
284
|
+
{ singleton: !0 }
|
|
285
|
+
);
|
|
286
|
+
function Pe(e, t, o) {
|
|
287
|
+
return Ft(e, t, o).callbackRef;
|
|
288
|
+
}
|
|
289
|
+
function Ft(e, t, o) {
|
|
290
|
+
const n = E.useRef(null);
|
|
291
|
+
let r = (i) => {
|
|
292
|
+
};
|
|
293
|
+
if (typeof ResizeObserver < "u") {
|
|
294
|
+
const i = E.useMemo(() => new ResizeObserver((l) => {
|
|
295
|
+
const s = () => {
|
|
296
|
+
const c = l[0].target;
|
|
297
|
+
c.offsetParent !== null && e(c);
|
|
298
|
+
};
|
|
299
|
+
o ? s() : requestAnimationFrame(s);
|
|
300
|
+
}), [e]);
|
|
301
|
+
r = (l) => {
|
|
302
|
+
l && t ? (i.observe(l), n.current = l) : (n.current && i.unobserve(n.current), n.current = null);
|
|
303
|
+
};
|
|
304
|
+
}
|
|
305
|
+
return { callbackRef: r, ref: n };
|
|
306
|
+
}
|
|
307
|
+
function rn(e, t, o, n, r, i, l, s, c) {
|
|
308
|
+
const d = E.useCallback(
|
|
309
|
+
(m) => {
|
|
310
|
+
const T = sn(m.children, t, "offsetHeight", r);
|
|
311
|
+
let u = m.parentElement;
|
|
312
|
+
for (; !u.dataset.virtuosoScroller; )
|
|
313
|
+
u = u.parentElement;
|
|
314
|
+
const g = u.lastElementChild.dataset.viewportType === "window", C = l ? l.scrollTop : g ? window.pageYOffset || document.documentElement.scrollTop : u.scrollTop, I = l ? l.scrollHeight : g ? document.documentElement.scrollHeight : u.scrollHeight, v = l ? l.offsetHeight : g ? window.innerHeight : u.offsetHeight;
|
|
315
|
+
n({
|
|
316
|
+
scrollHeight: I,
|
|
317
|
+
scrollTop: Math.max(C, 0),
|
|
318
|
+
viewportHeight: v
|
|
319
|
+
}), T !== null && e(T);
|
|
320
|
+
},
|
|
321
|
+
[e, t, r, i, l, n]
|
|
322
|
+
);
|
|
323
|
+
return Ft(d, o, c);
|
|
324
|
+
}
|
|
325
|
+
function sn(e, t, o, n) {
|
|
326
|
+
const r = e.length;
|
|
327
|
+
if (r === 0)
|
|
328
|
+
return null;
|
|
329
|
+
const i = [];
|
|
330
|
+
for (let l = 0; l < r; l++) {
|
|
331
|
+
const s = e.item(l);
|
|
332
|
+
if (s.dataset.index === void 0)
|
|
333
|
+
continue;
|
|
334
|
+
const c = parseInt(s.dataset.index), d = parseFloat(s.dataset.knownSize), m = t(s, o);
|
|
335
|
+
if (m === 0 && n("Zero-sized element, this should not happen", { child: s }, me.ERROR), m === d)
|
|
336
|
+
continue;
|
|
337
|
+
const T = i[i.length - 1];
|
|
338
|
+
i.length === 0 || T.size !== m || T.endIndex !== c - 1 ? i.push({ endIndex: c, size: m, startIndex: c }) : i[i.length - 1].endIndex++;
|
|
339
|
+
}
|
|
340
|
+
return i;
|
|
341
|
+
}
|
|
342
|
+
function Io(e, t, o) {
|
|
343
|
+
const n = E.useRef(null), r = E.useCallback(
|
|
344
|
+
(c) => {
|
|
345
|
+
if (!(c != null && c.offsetParent))
|
|
346
|
+
return;
|
|
347
|
+
const d = c.getBoundingClientRect(), m = d.width;
|
|
348
|
+
let T, u;
|
|
349
|
+
if (t) {
|
|
350
|
+
const g = t.getBoundingClientRect(), C = d.top - g.top;
|
|
351
|
+
u = g.height - Math.max(0, C), T = C + t.scrollTop;
|
|
352
|
+
} else
|
|
353
|
+
u = window.innerHeight - Math.max(0, d.top), T = d.top + window.pageYOffset;
|
|
354
|
+
n.current = {
|
|
355
|
+
offsetTop: T,
|
|
356
|
+
visibleHeight: u,
|
|
357
|
+
visibleWidth: m
|
|
358
|
+
}, e(n.current);
|
|
359
|
+
},
|
|
360
|
+
[e, t]
|
|
361
|
+
), { callbackRef: i, ref: l } = Ft(r, !0, o), s = E.useCallback(() => {
|
|
362
|
+
r(l.current);
|
|
363
|
+
}, [r, l]);
|
|
364
|
+
return E.useEffect(() => {
|
|
365
|
+
if (t) {
|
|
366
|
+
t.addEventListener("scroll", s);
|
|
367
|
+
const c = new ResizeObserver(() => {
|
|
368
|
+
requestAnimationFrame(s);
|
|
369
|
+
});
|
|
370
|
+
return c.observe(t), () => {
|
|
371
|
+
t.removeEventListener("scroll", s), c.unobserve(t);
|
|
372
|
+
};
|
|
373
|
+
} else
|
|
374
|
+
return window.addEventListener("scroll", s), window.addEventListener("resize", s), () => {
|
|
375
|
+
window.removeEventListener("scroll", s), window.removeEventListener("resize", s);
|
|
376
|
+
};
|
|
377
|
+
}, [s, t]), i;
|
|
378
|
+
}
|
|
379
|
+
const le = G(
|
|
380
|
+
() => {
|
|
381
|
+
const e = _(), t = _(), o = S(0), n = _(), r = S(0), i = _(), l = _(), s = S(0), c = S(0), d = S(0), m = S(0), T = _(), u = _(), g = S(!1), C = S(!1), I = S(!1);
|
|
382
|
+
return B(
|
|
383
|
+
x(
|
|
384
|
+
e,
|
|
385
|
+
b(({ scrollTop: v }) => v)
|
|
386
|
+
),
|
|
387
|
+
t
|
|
388
|
+
), B(
|
|
389
|
+
x(
|
|
390
|
+
e,
|
|
391
|
+
b(({ scrollHeight: v }) => v)
|
|
392
|
+
),
|
|
393
|
+
l
|
|
394
|
+
), B(t, r), {
|
|
395
|
+
deviation: o,
|
|
396
|
+
fixedFooterHeight: d,
|
|
397
|
+
fixedHeaderHeight: c,
|
|
398
|
+
footerHeight: m,
|
|
399
|
+
headerHeight: s,
|
|
400
|
+
horizontalDirection: C,
|
|
401
|
+
scrollBy: u,
|
|
402
|
+
// input
|
|
403
|
+
scrollContainerState: e,
|
|
404
|
+
scrollHeight: l,
|
|
405
|
+
scrollingInProgress: g,
|
|
406
|
+
// signals
|
|
407
|
+
scrollTo: T,
|
|
408
|
+
scrollTop: t,
|
|
409
|
+
skipAnimationFrameInResizeObserver: I,
|
|
410
|
+
smoothScrollTargetReached: n,
|
|
411
|
+
// state
|
|
412
|
+
statefulScrollTop: r,
|
|
413
|
+
viewportHeight: i
|
|
414
|
+
};
|
|
415
|
+
},
|
|
416
|
+
[],
|
|
417
|
+
{ singleton: !0 }
|
|
418
|
+
), Ze = { lvl: 0 };
|
|
419
|
+
function To(e, t) {
|
|
420
|
+
const o = e.length;
|
|
421
|
+
if (o === 0)
|
|
422
|
+
return [];
|
|
423
|
+
let { index: n, value: r } = t(e[0]);
|
|
424
|
+
const i = [];
|
|
425
|
+
for (let l = 1; l < o; l++) {
|
|
426
|
+
const { index: s, value: c } = t(e[l]);
|
|
427
|
+
i.push({ end: s - 1, start: n, value: r }), n = s, r = c;
|
|
428
|
+
}
|
|
429
|
+
return i.push({ end: 1 / 0, start: n, value: r }), i;
|
|
430
|
+
}
|
|
431
|
+
function q(e) {
|
|
432
|
+
return e === Ze;
|
|
433
|
+
}
|
|
434
|
+
function Xe(e, t) {
|
|
435
|
+
if (!q(e))
|
|
436
|
+
return t === e.k ? e.v : t < e.k ? Xe(e.l, t) : Xe(e.r, t);
|
|
437
|
+
}
|
|
438
|
+
function Te(e, t, o = "k") {
|
|
439
|
+
if (q(e))
|
|
440
|
+
return [-1 / 0, void 0];
|
|
441
|
+
if (Number(e[o]) === t)
|
|
442
|
+
return [e.k, e.v];
|
|
443
|
+
if (Number(e[o]) < t) {
|
|
444
|
+
const n = Te(e.r, t, o);
|
|
445
|
+
return n[0] === -1 / 0 ? [e.k, e.v] : n;
|
|
446
|
+
}
|
|
447
|
+
return Te(e.l, t, o);
|
|
448
|
+
}
|
|
449
|
+
function ae(e, t, o) {
|
|
450
|
+
return q(e) ? So(t, o, 1) : t === e.k ? ee(e, { k: t, v: o }) : t < e.k ? Qt(ee(e, { l: ae(e.l, t, o) })) : Qt(ee(e, { r: ae(e.r, t, o) }));
|
|
451
|
+
}
|
|
452
|
+
function _e() {
|
|
453
|
+
return Ze;
|
|
454
|
+
}
|
|
455
|
+
function Tt(e, t, o) {
|
|
456
|
+
if (q(e))
|
|
457
|
+
return [];
|
|
458
|
+
const n = Te(e, t)[0];
|
|
459
|
+
return ln(Et(e, n, o));
|
|
460
|
+
}
|
|
461
|
+
function zt(e, t) {
|
|
462
|
+
if (q(e)) return Ze;
|
|
463
|
+
const { k: o, l: n, r } = e;
|
|
464
|
+
if (t === o) {
|
|
465
|
+
if (q(n))
|
|
466
|
+
return r;
|
|
467
|
+
if (q(r))
|
|
468
|
+
return n;
|
|
469
|
+
{
|
|
470
|
+
const [i, l] = wo(n);
|
|
471
|
+
return at(ee(e, { k: i, l: vo(n), v: l }));
|
|
472
|
+
}
|
|
473
|
+
} else return t < o ? at(ee(e, { l: zt(n, t) })) : at(ee(e, { r: zt(r, t) }));
|
|
474
|
+
}
|
|
475
|
+
function We(e) {
|
|
476
|
+
return q(e) ? [] : [...We(e.l), { k: e.k, v: e.v }, ...We(e.r)];
|
|
477
|
+
}
|
|
478
|
+
function Et(e, t, o) {
|
|
479
|
+
if (q(e))
|
|
480
|
+
return [];
|
|
481
|
+
const { k: n, l: r, r: i, v: l } = e;
|
|
482
|
+
let s = [];
|
|
483
|
+
return n > t && (s = s.concat(Et(r, t, o))), n >= t && n <= o && s.push({ k: n, v: l }), n <= o && (s = s.concat(Et(i, t, o))), s;
|
|
484
|
+
}
|
|
485
|
+
function at(e) {
|
|
486
|
+
const { l: t, lvl: o, r: n } = e;
|
|
487
|
+
if (n.lvl >= o - 1 && t.lvl >= o - 1)
|
|
488
|
+
return e;
|
|
489
|
+
if (o > n.lvl + 1) {
|
|
490
|
+
if (Ct(t))
|
|
491
|
+
return Co(ee(e, { lvl: o - 1 }));
|
|
492
|
+
if (!q(t) && !q(t.r))
|
|
493
|
+
return ee(t.r, {
|
|
494
|
+
l: ee(t, { r: t.r.l }),
|
|
495
|
+
lvl: o,
|
|
496
|
+
r: ee(e, {
|
|
497
|
+
l: t.r.r,
|
|
498
|
+
lvl: o - 1
|
|
499
|
+
})
|
|
500
|
+
});
|
|
501
|
+
throw new Error("Unexpected empty nodes");
|
|
502
|
+
} else {
|
|
503
|
+
if (Ct(e))
|
|
504
|
+
return Bt(ee(e, { lvl: o - 1 }));
|
|
505
|
+
if (!q(n) && !q(n.l)) {
|
|
506
|
+
const r = n.l, i = Ct(r) ? n.lvl - 1 : n.lvl;
|
|
507
|
+
return ee(r, {
|
|
508
|
+
l: ee(e, {
|
|
509
|
+
lvl: o - 1,
|
|
510
|
+
r: r.l
|
|
511
|
+
}),
|
|
512
|
+
lvl: r.lvl + 1,
|
|
513
|
+
r: Bt(ee(n, { l: r.r, lvl: i }))
|
|
514
|
+
});
|
|
515
|
+
} else
|
|
516
|
+
throw new Error("Unexpected empty nodes");
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
function ee(e, t) {
|
|
520
|
+
return So(
|
|
521
|
+
t.k !== void 0 ? t.k : e.k,
|
|
522
|
+
t.v !== void 0 ? t.v : e.v,
|
|
523
|
+
t.lvl !== void 0 ? t.lvl : e.lvl,
|
|
524
|
+
t.l !== void 0 ? t.l : e.l,
|
|
525
|
+
t.r !== void 0 ? t.r : e.r
|
|
526
|
+
);
|
|
527
|
+
}
|
|
528
|
+
function vo(e) {
|
|
529
|
+
return q(e.r) ? e.l : at(ee(e, { r: vo(e.r) }));
|
|
530
|
+
}
|
|
531
|
+
function Ct(e) {
|
|
532
|
+
return q(e) || e.lvl > e.r.lvl;
|
|
533
|
+
}
|
|
534
|
+
function wo(e) {
|
|
535
|
+
return q(e.r) ? [e.k, e.v] : wo(e.r);
|
|
536
|
+
}
|
|
537
|
+
function So(e, t, o, n = Ze, r = Ze) {
|
|
538
|
+
return { k: e, l: n, lvl: o, r, v: t };
|
|
539
|
+
}
|
|
540
|
+
function Qt(e) {
|
|
541
|
+
return Bt(Co(e));
|
|
542
|
+
}
|
|
543
|
+
function Co(e) {
|
|
544
|
+
const { l: t } = e;
|
|
545
|
+
return !q(t) && t.lvl === e.lvl ? ee(t, { r: ee(e, { l: t.r }) }) : e;
|
|
546
|
+
}
|
|
547
|
+
function Bt(e) {
|
|
548
|
+
const { lvl: t, r: o } = e;
|
|
549
|
+
return !q(o) && !q(o.r) && o.lvl === t && o.r.lvl === t ? ee(o, { l: ee(e, { r: o.l }), lvl: t + 1 }) : e;
|
|
550
|
+
}
|
|
551
|
+
function ln(e) {
|
|
552
|
+
return To(e, ({ k: t, v: o }) => ({ index: t, value: o }));
|
|
553
|
+
}
|
|
554
|
+
function Ho(e, t) {
|
|
555
|
+
return !!(e && e.startIndex === t.startIndex && e.endIndex === t.endIndex);
|
|
556
|
+
}
|
|
557
|
+
function Je(e, t) {
|
|
558
|
+
return !!(e && e[0] === t[0] && e[1] === t[1]);
|
|
559
|
+
}
|
|
560
|
+
const Wt = G(
|
|
561
|
+
() => ({ recalcInProgress: S(!1) }),
|
|
562
|
+
[],
|
|
563
|
+
{ singleton: !0 }
|
|
564
|
+
);
|
|
565
|
+
function yo(e, t, o) {
|
|
566
|
+
return e[ht(e, t, o)];
|
|
567
|
+
}
|
|
568
|
+
function ht(e, t, o, n = 0) {
|
|
569
|
+
let r = e.length - 1;
|
|
570
|
+
for (; n <= r; ) {
|
|
571
|
+
const i = Math.floor((n + r) / 2), l = e[i], s = o(l, t);
|
|
572
|
+
if (s === 0)
|
|
573
|
+
return i;
|
|
574
|
+
if (s === -1) {
|
|
575
|
+
if (r - n < 2)
|
|
576
|
+
return i - 1;
|
|
577
|
+
r = i - 1;
|
|
578
|
+
} else {
|
|
579
|
+
if (r === n)
|
|
580
|
+
return i;
|
|
581
|
+
n = i + 1;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
throw new Error(`Failed binary finding record in array - ${e.join(",")}, searched for ${t}`);
|
|
585
|
+
}
|
|
586
|
+
function cn(e, t, o, n) {
|
|
587
|
+
const r = ht(e, t, n), i = ht(e, o, n, r);
|
|
588
|
+
return e.slice(r, i + 1);
|
|
589
|
+
}
|
|
590
|
+
function Ee(e, t) {
|
|
591
|
+
return Math.round(e.getBoundingClientRect()[t]);
|
|
592
|
+
}
|
|
593
|
+
function vt(e) {
|
|
594
|
+
return !q(e.groupOffsetTree);
|
|
595
|
+
}
|
|
596
|
+
function Pt({ index: e }, t) {
|
|
597
|
+
return t === e ? 0 : t < e ? -1 : 1;
|
|
598
|
+
}
|
|
599
|
+
function un() {
|
|
600
|
+
return {
|
|
601
|
+
groupIndices: [],
|
|
602
|
+
groupOffsetTree: _e(),
|
|
603
|
+
lastIndex: 0,
|
|
604
|
+
lastOffset: 0,
|
|
605
|
+
lastSize: 0,
|
|
606
|
+
offsetTree: [],
|
|
607
|
+
sizeTree: _e()
|
|
608
|
+
};
|
|
609
|
+
}
|
|
610
|
+
function an(e, t) {
|
|
611
|
+
let o = q(e) ? 0 : 1 / 0;
|
|
612
|
+
for (const n of t) {
|
|
613
|
+
const { endIndex: r, size: i, startIndex: l } = n;
|
|
614
|
+
if (o = Math.min(o, l), q(e)) {
|
|
615
|
+
e = ae(e, 0, i);
|
|
616
|
+
continue;
|
|
617
|
+
}
|
|
618
|
+
const s = Tt(e, l - 1, r + 1);
|
|
619
|
+
if (s.some(xn(n)))
|
|
620
|
+
continue;
|
|
621
|
+
let c = !1, d = !1;
|
|
622
|
+
for (const { end: m, start: T, value: u } of s)
|
|
623
|
+
c ? (r >= T || i === u) && (e = zt(e, T)) : (d = u !== i, c = !0), m > r && r >= T && u !== i && (e = ae(e, r + 1, u));
|
|
624
|
+
d && (e = ae(e, l, i));
|
|
625
|
+
}
|
|
626
|
+
return [e, o];
|
|
627
|
+
}
|
|
628
|
+
function dn(e) {
|
|
629
|
+
return typeof e.groupIndex < "u";
|
|
630
|
+
}
|
|
631
|
+
function fn({ offset: e }, t) {
|
|
632
|
+
return t === e ? 0 : t < e ? -1 : 1;
|
|
633
|
+
}
|
|
634
|
+
function Qe(e, t, o) {
|
|
635
|
+
if (t.length === 0)
|
|
636
|
+
return 0;
|
|
637
|
+
const { index: n, offset: r, size: i } = yo(t, e, Pt), l = e - n, s = i * l + (l - 1) * o + r;
|
|
638
|
+
return s > 0 ? s + o : s;
|
|
639
|
+
}
|
|
640
|
+
function bo(e, t) {
|
|
641
|
+
if (!vt(t))
|
|
642
|
+
return e;
|
|
643
|
+
let o = 0;
|
|
644
|
+
for (; t.groupIndices[o] <= e + o; )
|
|
645
|
+
o++;
|
|
646
|
+
return e + o;
|
|
647
|
+
}
|
|
648
|
+
function Ro(e, t, o) {
|
|
649
|
+
if (dn(e))
|
|
650
|
+
return t.groupIndices[e.groupIndex] + 1;
|
|
651
|
+
{
|
|
652
|
+
const n = e.index === "LAST" ? o : e.index;
|
|
653
|
+
let r = bo(n, t);
|
|
654
|
+
return r = Math.max(0, r, Math.min(o, r)), r;
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
function hn(e, t, o, n = 0) {
|
|
658
|
+
return n > 0 && (t = Math.max(t, yo(e, n, Pt).offset)), To(cn(e, t, o, fn), pn);
|
|
659
|
+
}
|
|
660
|
+
function mn(e, [t, o, n, r]) {
|
|
661
|
+
t.length > 0 && n("received item sizes", t, me.DEBUG);
|
|
662
|
+
const i = e.sizeTree;
|
|
663
|
+
let l = i, s = 0;
|
|
664
|
+
if (o.length > 0 && q(i) && t.length === 2) {
|
|
665
|
+
const u = t[0].size, g = t[1].size;
|
|
666
|
+
l = o.reduce((C, I) => ae(ae(C, I, u), I + 1, g), l);
|
|
667
|
+
} else
|
|
668
|
+
[l, s] = an(l, t);
|
|
669
|
+
if (l === i)
|
|
670
|
+
return e;
|
|
671
|
+
const { lastIndex: c, lastOffset: d, lastSize: m, offsetTree: T } = kt(e.offsetTree, s, l, r);
|
|
672
|
+
return {
|
|
673
|
+
groupIndices: o,
|
|
674
|
+
groupOffsetTree: o.reduce((u, g) => ae(u, g, Qe(g, T, r)), _e()),
|
|
675
|
+
lastIndex: c,
|
|
676
|
+
lastOffset: d,
|
|
677
|
+
lastSize: m,
|
|
678
|
+
offsetTree: T,
|
|
679
|
+
sizeTree: l
|
|
680
|
+
};
|
|
681
|
+
}
|
|
682
|
+
function gn(e) {
|
|
683
|
+
return We(e).map(({ k: t, v: o }, n, r) => {
|
|
684
|
+
const i = r[n + 1];
|
|
685
|
+
return { endIndex: i ? i.k - 1 : 1 / 0, size: o, startIndex: t };
|
|
686
|
+
});
|
|
687
|
+
}
|
|
688
|
+
function eo(e, t) {
|
|
689
|
+
let o = 0, n = 0;
|
|
690
|
+
for (; o < e; )
|
|
691
|
+
o += t[n + 1] - t[n] - 1, n++;
|
|
692
|
+
return n - (o === e ? 0 : 1);
|
|
693
|
+
}
|
|
694
|
+
function kt(e, t, o, n) {
|
|
695
|
+
let r = e, i = 0, l = 0, s = 0, c = 0;
|
|
696
|
+
if (t !== 0) {
|
|
697
|
+
c = ht(r, t - 1, Pt), s = r[c].offset;
|
|
698
|
+
const d = Te(o, t - 1);
|
|
699
|
+
i = d[0], l = d[1], r.length && r[c].size === Te(o, t)[1] && (c -= 1), r = r.slice(0, c + 1);
|
|
700
|
+
} else
|
|
701
|
+
r = [];
|
|
702
|
+
for (const { start: d, value: m } of Tt(o, t, 1 / 0)) {
|
|
703
|
+
const T = d - i, u = T * l + s + T * n;
|
|
704
|
+
r.push({
|
|
705
|
+
index: d,
|
|
706
|
+
offset: u,
|
|
707
|
+
size: m
|
|
708
|
+
}), i = d, s = u, l = m;
|
|
709
|
+
}
|
|
710
|
+
return {
|
|
711
|
+
lastIndex: i,
|
|
712
|
+
lastOffset: s,
|
|
713
|
+
lastSize: l,
|
|
714
|
+
offsetTree: r
|
|
715
|
+
};
|
|
716
|
+
}
|
|
717
|
+
function pn(e) {
|
|
718
|
+
return { index: e.index, value: e };
|
|
719
|
+
}
|
|
720
|
+
function xn(e) {
|
|
721
|
+
const { endIndex: t, size: o, startIndex: n } = e;
|
|
722
|
+
return (r) => r.start === n && (r.end === t || r.end === 1 / 0) && r.value === o;
|
|
723
|
+
}
|
|
724
|
+
const In = {
|
|
725
|
+
offsetHeight: "height",
|
|
726
|
+
offsetWidth: "width"
|
|
727
|
+
}, He = G(
|
|
728
|
+
([{ log: e }, { recalcInProgress: t }]) => {
|
|
729
|
+
const o = _(), n = _(), r = se(n, 0), i = _(), l = _(), s = S(0), c = S([]), d = S(void 0), m = S(void 0), T = S((p, f) => Ee(p, In[f])), u = S(void 0), g = S(0), C = un(), I = se(
|
|
730
|
+
x(o, j(c, e, g), Se(mn, C), X()),
|
|
731
|
+
C
|
|
732
|
+
), v = se(
|
|
733
|
+
x(
|
|
734
|
+
c,
|
|
735
|
+
X(),
|
|
736
|
+
Se((p, f) => ({ current: f, prev: p.current }), {
|
|
737
|
+
current: [],
|
|
738
|
+
prev: []
|
|
739
|
+
}),
|
|
740
|
+
b(({ prev: p }) => p)
|
|
741
|
+
),
|
|
742
|
+
[]
|
|
743
|
+
);
|
|
744
|
+
B(
|
|
745
|
+
x(
|
|
746
|
+
c,
|
|
747
|
+
M((p) => p.length > 0),
|
|
748
|
+
j(I, g),
|
|
749
|
+
b(([p, f, y]) => {
|
|
750
|
+
const z = p.reduce((O, k, F) => ae(O, k, Qe(k, f.offsetTree, y) || F), _e());
|
|
751
|
+
return {
|
|
752
|
+
...f,
|
|
753
|
+
groupIndices: p,
|
|
754
|
+
groupOffsetTree: z
|
|
755
|
+
};
|
|
756
|
+
})
|
|
757
|
+
),
|
|
758
|
+
I
|
|
759
|
+
), B(
|
|
760
|
+
x(
|
|
761
|
+
n,
|
|
762
|
+
j(I),
|
|
763
|
+
M(([p, { lastIndex: f }]) => p < f),
|
|
764
|
+
b(([p, { lastIndex: f, lastSize: y }]) => [
|
|
765
|
+
{
|
|
766
|
+
endIndex: f,
|
|
767
|
+
size: y,
|
|
768
|
+
startIndex: p
|
|
769
|
+
}
|
|
770
|
+
])
|
|
771
|
+
),
|
|
772
|
+
o
|
|
773
|
+
), B(d, m);
|
|
774
|
+
const h = se(
|
|
775
|
+
x(
|
|
776
|
+
d,
|
|
777
|
+
b((p) => p === void 0)
|
|
778
|
+
),
|
|
779
|
+
!0
|
|
780
|
+
);
|
|
781
|
+
B(
|
|
782
|
+
x(
|
|
783
|
+
m,
|
|
784
|
+
M((p) => p !== void 0 && q(ne(I).sizeTree)),
|
|
785
|
+
b((p) => [{ endIndex: 0, size: p, startIndex: 0 }])
|
|
786
|
+
),
|
|
787
|
+
o
|
|
788
|
+
);
|
|
789
|
+
const a = de(
|
|
790
|
+
x(
|
|
791
|
+
o,
|
|
792
|
+
j(I),
|
|
793
|
+
Se(
|
|
794
|
+
({ sizes: p }, [f, y]) => ({
|
|
795
|
+
changed: y !== p,
|
|
796
|
+
sizes: y
|
|
797
|
+
}),
|
|
798
|
+
{ changed: !1, sizes: C }
|
|
799
|
+
),
|
|
800
|
+
b((p) => p.changed)
|
|
801
|
+
)
|
|
802
|
+
);
|
|
803
|
+
N(
|
|
804
|
+
x(
|
|
805
|
+
s,
|
|
806
|
+
Se(
|
|
807
|
+
(p, f) => ({ diff: p.prev - f, prev: f }),
|
|
808
|
+
{ diff: 0, prev: 0 }
|
|
809
|
+
),
|
|
810
|
+
b((p) => p.diff)
|
|
811
|
+
),
|
|
812
|
+
(p) => {
|
|
813
|
+
const { groupIndices: f } = ne(I);
|
|
814
|
+
if (p > 0)
|
|
815
|
+
W(t, !0), W(i, p + eo(p, f));
|
|
816
|
+
else if (p < 0) {
|
|
817
|
+
const y = ne(v);
|
|
818
|
+
y.length > 0 && (p -= eo(-p, y)), W(l, p);
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
), N(x(s, j(e)), ([p, f]) => {
|
|
822
|
+
p < 0 && f(
|
|
823
|
+
"`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",
|
|
824
|
+
{ firstItemIndex: s },
|
|
825
|
+
me.ERROR
|
|
826
|
+
);
|
|
827
|
+
});
|
|
828
|
+
const H = de(i);
|
|
829
|
+
B(
|
|
830
|
+
x(
|
|
831
|
+
i,
|
|
832
|
+
j(I),
|
|
833
|
+
b(([p, f]) => {
|
|
834
|
+
const y = f.groupIndices.length > 0, z = [], O = f.lastSize;
|
|
835
|
+
if (y) {
|
|
836
|
+
const k = Xe(f.sizeTree, 0);
|
|
837
|
+
let F = 0, U = 0;
|
|
838
|
+
for (; F < p; ) {
|
|
839
|
+
const D = f.groupIndices[U], K = f.groupIndices.length === U + 1 ? 1 / 0 : f.groupIndices[U + 1] - D - 1;
|
|
840
|
+
z.push({
|
|
841
|
+
endIndex: D,
|
|
842
|
+
size: k,
|
|
843
|
+
startIndex: D
|
|
844
|
+
}), z.push({
|
|
845
|
+
endIndex: D + 1 + K - 1,
|
|
846
|
+
size: O,
|
|
847
|
+
startIndex: D + 1
|
|
848
|
+
}), U++, F += K + 1;
|
|
849
|
+
}
|
|
850
|
+
const $ = We(f.sizeTree);
|
|
851
|
+
return F !== p && $.shift(), $.reduce(
|
|
852
|
+
(D, { k: K, v: ue }) => {
|
|
853
|
+
let fe = D.ranges;
|
|
854
|
+
return D.prevSize !== 0 && (fe = [
|
|
855
|
+
...D.ranges,
|
|
856
|
+
{
|
|
857
|
+
endIndex: K + p - 1,
|
|
858
|
+
size: D.prevSize,
|
|
859
|
+
startIndex: D.prevIndex
|
|
860
|
+
}
|
|
861
|
+
]), {
|
|
862
|
+
prevIndex: K + p,
|
|
863
|
+
prevSize: ue,
|
|
864
|
+
ranges: fe
|
|
865
|
+
};
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
prevIndex: p,
|
|
869
|
+
prevSize: 0,
|
|
870
|
+
ranges: z
|
|
871
|
+
}
|
|
872
|
+
).ranges;
|
|
873
|
+
}
|
|
874
|
+
return We(f.sizeTree).reduce(
|
|
875
|
+
(k, { k: F, v: U }) => ({
|
|
876
|
+
prevIndex: F + p,
|
|
877
|
+
prevSize: U,
|
|
878
|
+
ranges: [...k.ranges, { endIndex: F + p - 1, size: k.prevSize, startIndex: k.prevIndex }]
|
|
879
|
+
}),
|
|
880
|
+
{
|
|
881
|
+
prevIndex: 0,
|
|
882
|
+
prevSize: O,
|
|
883
|
+
ranges: []
|
|
884
|
+
}
|
|
885
|
+
).ranges;
|
|
886
|
+
})
|
|
887
|
+
),
|
|
888
|
+
o
|
|
889
|
+
);
|
|
890
|
+
const R = de(
|
|
891
|
+
x(
|
|
892
|
+
l,
|
|
893
|
+
j(I, g),
|
|
894
|
+
b(([p, { offsetTree: f }, y]) => {
|
|
895
|
+
const z = -p;
|
|
896
|
+
return Qe(z, f, y);
|
|
897
|
+
})
|
|
898
|
+
)
|
|
899
|
+
);
|
|
900
|
+
return B(
|
|
901
|
+
x(
|
|
902
|
+
l,
|
|
903
|
+
j(I, g),
|
|
904
|
+
b(([p, f, y]) => {
|
|
905
|
+
if (f.groupIndices.length > 0) {
|
|
906
|
+
if (q(f.sizeTree))
|
|
907
|
+
return f;
|
|
908
|
+
let z = _e();
|
|
909
|
+
const O = ne(v);
|
|
910
|
+
let k = 0, F = 0, U = 0;
|
|
911
|
+
for (; k < -p; ) {
|
|
912
|
+
U = O[F];
|
|
913
|
+
const $ = O[F + 1] - U - 1;
|
|
914
|
+
F++, k += $ + 1;
|
|
915
|
+
}
|
|
916
|
+
if (z = We(f.sizeTree).reduce(($, { k: D, v: K }) => ae($, Math.max(0, D + p), K), z), k !== -p) {
|
|
917
|
+
const $ = Xe(f.sizeTree, U);
|
|
918
|
+
z = ae(z, 0, $);
|
|
919
|
+
const D = Te(f.sizeTree, -p + 1)[1];
|
|
920
|
+
z = ae(z, 1, D);
|
|
921
|
+
}
|
|
922
|
+
return {
|
|
923
|
+
...f,
|
|
924
|
+
sizeTree: z,
|
|
925
|
+
...kt(f.offsetTree, 0, z, y)
|
|
926
|
+
};
|
|
927
|
+
} else {
|
|
928
|
+
const z = We(f.sizeTree).reduce((O, { k, v: F }) => ae(O, Math.max(0, k + p), F), _e());
|
|
929
|
+
return {
|
|
930
|
+
...f,
|
|
931
|
+
sizeTree: z,
|
|
932
|
+
...kt(f.offsetTree, 0, z, y)
|
|
933
|
+
};
|
|
934
|
+
}
|
|
935
|
+
})
|
|
936
|
+
),
|
|
937
|
+
I
|
|
938
|
+
), {
|
|
939
|
+
beforeUnshiftWith: H,
|
|
940
|
+
// input
|
|
941
|
+
data: u,
|
|
942
|
+
defaultItemSize: m,
|
|
943
|
+
firstItemIndex: s,
|
|
944
|
+
fixedItemSize: d,
|
|
945
|
+
gap: g,
|
|
946
|
+
groupIndices: c,
|
|
947
|
+
itemSize: T,
|
|
948
|
+
listRefresh: a,
|
|
949
|
+
shiftWith: l,
|
|
950
|
+
shiftWithOffset: R,
|
|
951
|
+
sizeRanges: o,
|
|
952
|
+
// output
|
|
953
|
+
sizes: I,
|
|
954
|
+
statefulTotalCount: r,
|
|
955
|
+
totalCount: n,
|
|
956
|
+
trackItemSizes: h,
|
|
957
|
+
unshiftWith: i
|
|
958
|
+
};
|
|
959
|
+
},
|
|
960
|
+
J(ke, Wt),
|
|
961
|
+
{ singleton: !0 }
|
|
962
|
+
);
|
|
963
|
+
function Tn(e) {
|
|
964
|
+
return e.reduce(
|
|
965
|
+
(t, o) => (t.groupIndices.push(t.totalCount), t.totalCount += o + 1, t),
|
|
966
|
+
{
|
|
967
|
+
groupIndices: [],
|
|
968
|
+
totalCount: 0
|
|
969
|
+
}
|
|
970
|
+
);
|
|
971
|
+
}
|
|
972
|
+
const zo = G(
|
|
973
|
+
([{ groupIndices: e, sizes: t, totalCount: o }, { headerHeight: n, scrollTop: r }]) => {
|
|
974
|
+
const i = _(), l = _(), s = de(x(i, b(Tn)));
|
|
975
|
+
return B(
|
|
976
|
+
x(
|
|
977
|
+
s,
|
|
978
|
+
b((c) => c.totalCount)
|
|
979
|
+
),
|
|
980
|
+
o
|
|
981
|
+
), B(
|
|
982
|
+
x(
|
|
983
|
+
s,
|
|
984
|
+
b((c) => c.groupIndices)
|
|
985
|
+
),
|
|
986
|
+
e
|
|
987
|
+
), B(
|
|
988
|
+
x(
|
|
989
|
+
te(r, t, n),
|
|
990
|
+
M(([c, d]) => vt(d)),
|
|
991
|
+
b(([c, d, m]) => Te(d.groupOffsetTree, Math.max(c - m, 0), "v")[0]),
|
|
992
|
+
X(),
|
|
993
|
+
b((c) => [c])
|
|
994
|
+
),
|
|
995
|
+
l
|
|
996
|
+
), { groupCounts: i, topItemsIndexes: l };
|
|
997
|
+
},
|
|
998
|
+
J(He, le)
|
|
999
|
+
), Oe = G(
|
|
1000
|
+
([{ log: e }]) => {
|
|
1001
|
+
const t = S(!1), o = de(
|
|
1002
|
+
x(
|
|
1003
|
+
t,
|
|
1004
|
+
M((n) => n),
|
|
1005
|
+
X()
|
|
1006
|
+
)
|
|
1007
|
+
);
|
|
1008
|
+
return N(t, (n) => {
|
|
1009
|
+
n && ne(e)("props updated", {}, me.DEBUG);
|
|
1010
|
+
}), { didMount: o, propsReady: t };
|
|
1011
|
+
},
|
|
1012
|
+
J(ke),
|
|
1013
|
+
{ singleton: !0 }
|
|
1014
|
+
), vn = typeof document < "u" && "scrollBehavior" in document.documentElement.style;
|
|
1015
|
+
function Eo(e) {
|
|
1016
|
+
const t = typeof e == "number" ? { index: e } : e;
|
|
1017
|
+
return t.align || (t.align = "start"), (!t.behavior || !vn) && (t.behavior = "auto"), t.offset || (t.offset = 0), t;
|
|
1018
|
+
}
|
|
1019
|
+
const ot = G(
|
|
1020
|
+
([
|
|
1021
|
+
{ gap: e, listRefresh: t, sizes: o, totalCount: n },
|
|
1022
|
+
{
|
|
1023
|
+
fixedFooterHeight: r,
|
|
1024
|
+
fixedHeaderHeight: i,
|
|
1025
|
+
footerHeight: l,
|
|
1026
|
+
headerHeight: s,
|
|
1027
|
+
scrollingInProgress: c,
|
|
1028
|
+
scrollTo: d,
|
|
1029
|
+
smoothScrollTargetReached: m,
|
|
1030
|
+
viewportHeight: T
|
|
1031
|
+
},
|
|
1032
|
+
{ log: u }
|
|
1033
|
+
]) => {
|
|
1034
|
+
const g = _(), C = _(), I = S(0);
|
|
1035
|
+
let v = null, h = null, a = null;
|
|
1036
|
+
function H() {
|
|
1037
|
+
v && (v(), v = null), a && (a(), a = null), h && (clearTimeout(h), h = null), W(c, !1);
|
|
1038
|
+
}
|
|
1039
|
+
return B(
|
|
1040
|
+
x(
|
|
1041
|
+
g,
|
|
1042
|
+
j(o, T, n, I, s, l, u),
|
|
1043
|
+
j(e, i, r),
|
|
1044
|
+
b(
|
|
1045
|
+
([
|
|
1046
|
+
[R, p, f, y, z, O, k, F],
|
|
1047
|
+
U,
|
|
1048
|
+
$,
|
|
1049
|
+
D
|
|
1050
|
+
]) => {
|
|
1051
|
+
const K = Eo(R), { align: ue, behavior: fe, offset: ge } = K, pe = y - 1, ce = Ro(K, p, pe);
|
|
1052
|
+
let ie = Qe(ce, p.offsetTree, U) + O;
|
|
1053
|
+
ue === "end" ? (ie += $ + Te(p.sizeTree, ce)[1] - f + D, ce === pe && (ie += k)) : ue === "center" ? ie += ($ + Te(p.sizeTree, ce)[1] - f + D) / 2 : ie -= z, ge && (ie += ge);
|
|
1054
|
+
const Me = (xe) => {
|
|
1055
|
+
H(), xe ? (F("retrying to scroll to", { location: R }, me.DEBUG), W(g, R)) : (W(C, !0), F("list did not change, scroll successful", {}, me.DEBUG));
|
|
1056
|
+
};
|
|
1057
|
+
if (H(), fe === "smooth") {
|
|
1058
|
+
let xe = !1;
|
|
1059
|
+
a = N(t, (Ue) => {
|
|
1060
|
+
xe = xe || Ue;
|
|
1061
|
+
}), v = Ce(m, () => {
|
|
1062
|
+
Me(xe);
|
|
1063
|
+
});
|
|
1064
|
+
} else
|
|
1065
|
+
v = Ce(x(t, wn(150)), Me);
|
|
1066
|
+
return h = setTimeout(() => {
|
|
1067
|
+
H();
|
|
1068
|
+
}, 1200), W(c, !0), F("scrolling from index to", { behavior: fe, index: ce, top: ie }, me.DEBUG), { behavior: fe, top: ie };
|
|
1069
|
+
}
|
|
1070
|
+
)
|
|
1071
|
+
),
|
|
1072
|
+
d
|
|
1073
|
+
), {
|
|
1074
|
+
scrollTargetReached: C,
|
|
1075
|
+
scrollToIndex: g,
|
|
1076
|
+
topListHeight: I
|
|
1077
|
+
};
|
|
1078
|
+
},
|
|
1079
|
+
J(He, le, ke),
|
|
1080
|
+
{ singleton: !0 }
|
|
1081
|
+
);
|
|
1082
|
+
function wn(e) {
|
|
1083
|
+
return (t) => {
|
|
1084
|
+
const o = setTimeout(() => {
|
|
1085
|
+
t(!1);
|
|
1086
|
+
}, e);
|
|
1087
|
+
return (n) => {
|
|
1088
|
+
n && (t(!0), clearTimeout(o));
|
|
1089
|
+
};
|
|
1090
|
+
};
|
|
1091
|
+
}
|
|
1092
|
+
function jt(e, t) {
|
|
1093
|
+
e == 0 ? t() : requestAnimationFrame(() => {
|
|
1094
|
+
jt(e - 1, t);
|
|
1095
|
+
});
|
|
1096
|
+
}
|
|
1097
|
+
function At(e, t) {
|
|
1098
|
+
const o = t - 1;
|
|
1099
|
+
return typeof e == "number" ? e : e.index === "LAST" ? o : e.index;
|
|
1100
|
+
}
|
|
1101
|
+
const nt = G(
|
|
1102
|
+
([{ defaultItemSize: e, listRefresh: t, sizes: o }, { scrollTop: n }, { scrollTargetReached: r, scrollToIndex: i }, { didMount: l }]) => {
|
|
1103
|
+
const s = S(!0), c = S(0), d = S(!0);
|
|
1104
|
+
return B(
|
|
1105
|
+
x(
|
|
1106
|
+
l,
|
|
1107
|
+
j(c),
|
|
1108
|
+
M(([m, T]) => !!T),
|
|
1109
|
+
we(!1)
|
|
1110
|
+
),
|
|
1111
|
+
s
|
|
1112
|
+
), B(
|
|
1113
|
+
x(
|
|
1114
|
+
l,
|
|
1115
|
+
j(c),
|
|
1116
|
+
M(([m, T]) => !!T),
|
|
1117
|
+
we(!1)
|
|
1118
|
+
),
|
|
1119
|
+
d
|
|
1120
|
+
), N(
|
|
1121
|
+
x(
|
|
1122
|
+
te(t, l),
|
|
1123
|
+
j(s, o, e, d),
|
|
1124
|
+
M(([[, m], T, { sizeTree: u }, g, C]) => m && (!q(u) || Mt(g)) && !T && !C),
|
|
1125
|
+
j(c)
|
|
1126
|
+
),
|
|
1127
|
+
([, m]) => {
|
|
1128
|
+
Ce(r, () => {
|
|
1129
|
+
W(d, !0);
|
|
1130
|
+
}), jt(4, () => {
|
|
1131
|
+
Ce(n, () => {
|
|
1132
|
+
W(s, !0);
|
|
1133
|
+
}), W(i, m);
|
|
1134
|
+
});
|
|
1135
|
+
}
|
|
1136
|
+
), {
|
|
1137
|
+
initialItemFinalLocationReached: d,
|
|
1138
|
+
initialTopMostItemIndex: c,
|
|
1139
|
+
scrolledToInitialItem: s
|
|
1140
|
+
};
|
|
1141
|
+
},
|
|
1142
|
+
J(He, le, ot, Oe),
|
|
1143
|
+
{ singleton: !0 }
|
|
1144
|
+
);
|
|
1145
|
+
function Bo(e, t) {
|
|
1146
|
+
return Math.abs(e - t) < 1.01;
|
|
1147
|
+
}
|
|
1148
|
+
const et = "up", $e = "down", Sn = "none", Cn = {
|
|
1149
|
+
atBottom: !1,
|
|
1150
|
+
notAtBottomBecause: "NOT_SHOWING_LAST_ITEM",
|
|
1151
|
+
state: {
|
|
1152
|
+
offsetBottom: 0,
|
|
1153
|
+
scrollHeight: 0,
|
|
1154
|
+
scrollTop: 0,
|
|
1155
|
+
viewportHeight: 0
|
|
1156
|
+
}
|
|
1157
|
+
}, Hn = 0, rt = G(([{ footerHeight: e, headerHeight: t, scrollBy: o, scrollContainerState: n, scrollTop: r, viewportHeight: i }]) => {
|
|
1158
|
+
const l = S(!1), s = S(!0), c = _(), d = _(), m = S(4), T = S(Hn), u = se(
|
|
1159
|
+
x(
|
|
1160
|
+
Jt(x(L(r), Ne(1), we(!0)), x(L(r), Ne(1), we(!1), Xt(100))),
|
|
1161
|
+
X()
|
|
1162
|
+
),
|
|
1163
|
+
!1
|
|
1164
|
+
), g = se(
|
|
1165
|
+
x(Jt(x(o, we(!0)), x(o, we(!1), Xt(200))), X()),
|
|
1166
|
+
!1
|
|
1167
|
+
);
|
|
1168
|
+
B(
|
|
1169
|
+
x(
|
|
1170
|
+
te(L(r), L(T)),
|
|
1171
|
+
b(([a, H]) => a <= H),
|
|
1172
|
+
X()
|
|
1173
|
+
),
|
|
1174
|
+
s
|
|
1175
|
+
), B(x(s, ze(50)), d);
|
|
1176
|
+
const C = de(
|
|
1177
|
+
x(
|
|
1178
|
+
te(n, L(i), L(t), L(e), L(m)),
|
|
1179
|
+
Se((a, [{ scrollHeight: H, scrollTop: R }, p, f, y, z]) => {
|
|
1180
|
+
const O = R + p - H > -z, k = {
|
|
1181
|
+
scrollHeight: H,
|
|
1182
|
+
scrollTop: R,
|
|
1183
|
+
viewportHeight: p
|
|
1184
|
+
};
|
|
1185
|
+
if (O) {
|
|
1186
|
+
let U, $;
|
|
1187
|
+
return R > a.state.scrollTop ? (U = "SCROLLED_DOWN", $ = a.state.scrollTop - R) : (U = "SIZE_DECREASED", $ = a.state.scrollTop - R || a.scrollTopDelta), {
|
|
1188
|
+
atBottom: !0,
|
|
1189
|
+
atBottomBecause: U,
|
|
1190
|
+
scrollTopDelta: $,
|
|
1191
|
+
state: k
|
|
1192
|
+
};
|
|
1193
|
+
}
|
|
1194
|
+
let F;
|
|
1195
|
+
return k.scrollHeight > a.state.scrollHeight ? F = "SIZE_INCREASED" : p < a.state.viewportHeight ? F = "VIEWPORT_HEIGHT_DECREASING" : R < a.state.scrollTop ? F = "SCROLLING_UPWARDS" : F = "NOT_FULLY_SCROLLED_TO_LAST_ITEM_BOTTOM", {
|
|
1196
|
+
atBottom: !1,
|
|
1197
|
+
notAtBottomBecause: F,
|
|
1198
|
+
state: k
|
|
1199
|
+
};
|
|
1200
|
+
}, Cn),
|
|
1201
|
+
X((a, H) => a && a.atBottom === H.atBottom)
|
|
1202
|
+
)
|
|
1203
|
+
), I = se(
|
|
1204
|
+
x(
|
|
1205
|
+
n,
|
|
1206
|
+
Se(
|
|
1207
|
+
(a, { scrollHeight: H, scrollTop: R, viewportHeight: p }) => {
|
|
1208
|
+
if (Bo(a.scrollHeight, H))
|
|
1209
|
+
return {
|
|
1210
|
+
changed: !1,
|
|
1211
|
+
jump: 0,
|
|
1212
|
+
scrollHeight: H,
|
|
1213
|
+
scrollTop: R
|
|
1214
|
+
};
|
|
1215
|
+
{
|
|
1216
|
+
const f = H - (R + p) < 1;
|
|
1217
|
+
return a.scrollTop !== R && f ? {
|
|
1218
|
+
changed: !0,
|
|
1219
|
+
jump: a.scrollTop - R,
|
|
1220
|
+
scrollHeight: H,
|
|
1221
|
+
scrollTop: R
|
|
1222
|
+
} : {
|
|
1223
|
+
changed: !0,
|
|
1224
|
+
jump: 0,
|
|
1225
|
+
scrollHeight: H,
|
|
1226
|
+
scrollTop: R
|
|
1227
|
+
};
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
{ changed: !1, jump: 0, scrollHeight: 0, scrollTop: 0 }
|
|
1231
|
+
),
|
|
1232
|
+
M((a) => a.changed),
|
|
1233
|
+
b((a) => a.jump)
|
|
1234
|
+
),
|
|
1235
|
+
0
|
|
1236
|
+
);
|
|
1237
|
+
B(
|
|
1238
|
+
x(
|
|
1239
|
+
C,
|
|
1240
|
+
b((a) => a.atBottom)
|
|
1241
|
+
),
|
|
1242
|
+
l
|
|
1243
|
+
), B(x(l, ze(50)), c);
|
|
1244
|
+
const v = S($e);
|
|
1245
|
+
B(
|
|
1246
|
+
x(
|
|
1247
|
+
n,
|
|
1248
|
+
b(({ scrollTop: a }) => a),
|
|
1249
|
+
X(),
|
|
1250
|
+
Se(
|
|
1251
|
+
(a, H) => ne(g) ? { direction: a.direction, prevScrollTop: H } : { direction: H < a.prevScrollTop ? et : $e, prevScrollTop: H },
|
|
1252
|
+
{ direction: $e, prevScrollTop: 0 }
|
|
1253
|
+
),
|
|
1254
|
+
b((a) => a.direction)
|
|
1255
|
+
),
|
|
1256
|
+
v
|
|
1257
|
+
), B(x(n, ze(50), we(Sn)), v);
|
|
1258
|
+
const h = S(0);
|
|
1259
|
+
return B(
|
|
1260
|
+
x(
|
|
1261
|
+
u,
|
|
1262
|
+
M((a) => !a),
|
|
1263
|
+
we(0)
|
|
1264
|
+
),
|
|
1265
|
+
h
|
|
1266
|
+
), B(
|
|
1267
|
+
x(
|
|
1268
|
+
r,
|
|
1269
|
+
ze(100),
|
|
1270
|
+
j(u),
|
|
1271
|
+
M(([a, H]) => !!H),
|
|
1272
|
+
Se(([a, H], [R]) => [H, R], [0, 0]),
|
|
1273
|
+
b(([a, H]) => H - a)
|
|
1274
|
+
),
|
|
1275
|
+
h
|
|
1276
|
+
), {
|
|
1277
|
+
atBottomState: C,
|
|
1278
|
+
atBottomStateChange: c,
|
|
1279
|
+
atBottomThreshold: m,
|
|
1280
|
+
atTopStateChange: d,
|
|
1281
|
+
atTopThreshold: T,
|
|
1282
|
+
isAtBottom: l,
|
|
1283
|
+
isAtTop: s,
|
|
1284
|
+
isScrolling: u,
|
|
1285
|
+
lastJumpDueToItemResize: I,
|
|
1286
|
+
scrollDirection: v,
|
|
1287
|
+
scrollVelocity: h
|
|
1288
|
+
};
|
|
1289
|
+
}, J(le)), mt = "top", gt = "bottom", to = "none";
|
|
1290
|
+
function oo(e, t, o) {
|
|
1291
|
+
return typeof e == "number" ? o === et && t === mt || o === $e && t === gt ? e : 0 : o === et ? t === mt ? e.main : e.reverse : t === gt ? e.main : e.reverse;
|
|
1292
|
+
}
|
|
1293
|
+
function no(e, t) {
|
|
1294
|
+
var o;
|
|
1295
|
+
return typeof e == "number" ? e : (o = e[t]) != null ? o : 0;
|
|
1296
|
+
}
|
|
1297
|
+
const Vt = G(
|
|
1298
|
+
([{ deviation: e, fixedHeaderHeight: t, headerHeight: o, scrollTop: n, viewportHeight: r }]) => {
|
|
1299
|
+
const i = _(), l = S(0), s = S(0), c = S(0), d = se(
|
|
1300
|
+
x(
|
|
1301
|
+
te(
|
|
1302
|
+
L(n),
|
|
1303
|
+
L(r),
|
|
1304
|
+
L(o),
|
|
1305
|
+
L(i, Je),
|
|
1306
|
+
L(c),
|
|
1307
|
+
L(l),
|
|
1308
|
+
L(t),
|
|
1309
|
+
L(e),
|
|
1310
|
+
L(s)
|
|
1311
|
+
),
|
|
1312
|
+
b(
|
|
1313
|
+
([
|
|
1314
|
+
m,
|
|
1315
|
+
T,
|
|
1316
|
+
u,
|
|
1317
|
+
[g, C],
|
|
1318
|
+
I,
|
|
1319
|
+
v,
|
|
1320
|
+
h,
|
|
1321
|
+
a,
|
|
1322
|
+
H
|
|
1323
|
+
]) => {
|
|
1324
|
+
const R = m - a, p = v + h, f = Math.max(u - R, 0);
|
|
1325
|
+
let y = to;
|
|
1326
|
+
const z = no(H, mt), O = no(H, gt);
|
|
1327
|
+
return g -= a, g += u + h, C += u + h, C -= a, g > m + p - z && (y = et), C < m - f + T + O && (y = $e), y !== to ? [
|
|
1328
|
+
Math.max(R - u - oo(I, mt, y) - z, 0),
|
|
1329
|
+
R - f - h + T + oo(I, gt, y) + O
|
|
1330
|
+
] : null;
|
|
1331
|
+
}
|
|
1332
|
+
),
|
|
1333
|
+
M((m) => m != null),
|
|
1334
|
+
X(Je)
|
|
1335
|
+
),
|
|
1336
|
+
[0, 0]
|
|
1337
|
+
);
|
|
1338
|
+
return {
|
|
1339
|
+
increaseViewportBy: s,
|
|
1340
|
+
// input
|
|
1341
|
+
listBoundary: i,
|
|
1342
|
+
overscan: c,
|
|
1343
|
+
topListHeight: l,
|
|
1344
|
+
// output
|
|
1345
|
+
visibleRange: d
|
|
1346
|
+
};
|
|
1347
|
+
},
|
|
1348
|
+
J(le),
|
|
1349
|
+
{ singleton: !0 }
|
|
1350
|
+
);
|
|
1351
|
+
function yn(e, t, o) {
|
|
1352
|
+
if (vt(t)) {
|
|
1353
|
+
const n = bo(e, t);
|
|
1354
|
+
return [
|
|
1355
|
+
{ index: Te(t.groupOffsetTree, n)[0], offset: 0, size: 0 },
|
|
1356
|
+
{ data: o == null ? void 0 : o[0], index: n, offset: 0, size: 0 }
|
|
1357
|
+
];
|
|
1358
|
+
}
|
|
1359
|
+
return [{ data: o == null ? void 0 : o[0], index: e, offset: 0, size: 0 }];
|
|
1360
|
+
}
|
|
1361
|
+
const Ht = {
|
|
1362
|
+
bottom: 0,
|
|
1363
|
+
firstItemIndex: 0,
|
|
1364
|
+
items: [],
|
|
1365
|
+
offsetBottom: 0,
|
|
1366
|
+
offsetTop: 0,
|
|
1367
|
+
top: 0,
|
|
1368
|
+
topItems: [],
|
|
1369
|
+
topListHeight: 0,
|
|
1370
|
+
totalCount: 0
|
|
1371
|
+
};
|
|
1372
|
+
function dt(e, t, o, n, r, i) {
|
|
1373
|
+
const { lastIndex: l, lastOffset: s, lastSize: c } = r;
|
|
1374
|
+
let d = 0, m = 0;
|
|
1375
|
+
if (e.length > 0) {
|
|
1376
|
+
d = e[0].offset;
|
|
1377
|
+
const I = e[e.length - 1];
|
|
1378
|
+
m = I.offset + I.size;
|
|
1379
|
+
}
|
|
1380
|
+
const T = o - l, u = s + T * c + (T - 1) * n, g = d, C = u - m;
|
|
1381
|
+
return {
|
|
1382
|
+
bottom: m,
|
|
1383
|
+
firstItemIndex: i,
|
|
1384
|
+
items: ro(e, r, i),
|
|
1385
|
+
offsetBottom: C,
|
|
1386
|
+
offsetTop: d,
|
|
1387
|
+
top: g,
|
|
1388
|
+
topItems: ro(t, r, i),
|
|
1389
|
+
topListHeight: t.reduce((I, v) => v.size + I, 0),
|
|
1390
|
+
totalCount: o
|
|
1391
|
+
};
|
|
1392
|
+
}
|
|
1393
|
+
function ko(e, t, o, n, r, i) {
|
|
1394
|
+
let l = 0;
|
|
1395
|
+
if (o.groupIndices.length > 0)
|
|
1396
|
+
for (const m of o.groupIndices) {
|
|
1397
|
+
if (m - l >= e)
|
|
1398
|
+
break;
|
|
1399
|
+
l++;
|
|
1400
|
+
}
|
|
1401
|
+
const s = e + l, c = At(t, s), d = Array.from({ length: s }).map((m, T) => ({
|
|
1402
|
+
data: i[T + c],
|
|
1403
|
+
index: T + c,
|
|
1404
|
+
offset: 0,
|
|
1405
|
+
size: 0
|
|
1406
|
+
}));
|
|
1407
|
+
return dt(d, [], s, r, o, n);
|
|
1408
|
+
}
|
|
1409
|
+
function ro(e, t, o) {
|
|
1410
|
+
if (e.length === 0)
|
|
1411
|
+
return [];
|
|
1412
|
+
if (!vt(t))
|
|
1413
|
+
return e.map((d) => ({ ...d, index: d.index + o, originalIndex: d.index }));
|
|
1414
|
+
const n = e[0].index, r = e[e.length - 1].index, i = [], l = Tt(t.groupOffsetTree, n, r);
|
|
1415
|
+
let s, c = 0;
|
|
1416
|
+
for (const d of e) {
|
|
1417
|
+
(!s || s.end < d.index) && (s = l.shift(), c = t.groupIndices.indexOf(s.start));
|
|
1418
|
+
let m;
|
|
1419
|
+
d.index === s.start ? m = {
|
|
1420
|
+
index: c,
|
|
1421
|
+
type: "group"
|
|
1422
|
+
} : m = {
|
|
1423
|
+
groupIndex: c,
|
|
1424
|
+
index: d.index - (c + 1) + o
|
|
1425
|
+
}, i.push({
|
|
1426
|
+
...m,
|
|
1427
|
+
data: d.data,
|
|
1428
|
+
offset: d.offset,
|
|
1429
|
+
originalIndex: d.index,
|
|
1430
|
+
size: d.size
|
|
1431
|
+
});
|
|
1432
|
+
}
|
|
1433
|
+
return i;
|
|
1434
|
+
}
|
|
1435
|
+
const je = G(
|
|
1436
|
+
([
|
|
1437
|
+
{ data: e, firstItemIndex: t, gap: o, sizes: n, totalCount: r },
|
|
1438
|
+
i,
|
|
1439
|
+
{ listBoundary: l, topListHeight: s, visibleRange: c },
|
|
1440
|
+
{ initialTopMostItemIndex: d, scrolledToInitialItem: m },
|
|
1441
|
+
{ topListHeight: T },
|
|
1442
|
+
u,
|
|
1443
|
+
{ didMount: g },
|
|
1444
|
+
{ recalcInProgress: C }
|
|
1445
|
+
]) => {
|
|
1446
|
+
const I = S([]), v = S(0), h = _();
|
|
1447
|
+
B(i.topItemsIndexes, I);
|
|
1448
|
+
const a = se(
|
|
1449
|
+
x(
|
|
1450
|
+
te(
|
|
1451
|
+
g,
|
|
1452
|
+
C,
|
|
1453
|
+
L(c, Je),
|
|
1454
|
+
L(r),
|
|
1455
|
+
L(n),
|
|
1456
|
+
L(d),
|
|
1457
|
+
m,
|
|
1458
|
+
L(I),
|
|
1459
|
+
L(t),
|
|
1460
|
+
L(o),
|
|
1461
|
+
e
|
|
1462
|
+
),
|
|
1463
|
+
M(([f, y, , z, , , , , , , O]) => {
|
|
1464
|
+
const k = O && O.length !== z;
|
|
1465
|
+
return f && !y && !k;
|
|
1466
|
+
}),
|
|
1467
|
+
b(
|
|
1468
|
+
([
|
|
1469
|
+
,
|
|
1470
|
+
,
|
|
1471
|
+
[f, y],
|
|
1472
|
+
z,
|
|
1473
|
+
O,
|
|
1474
|
+
k,
|
|
1475
|
+
F,
|
|
1476
|
+
U,
|
|
1477
|
+
$,
|
|
1478
|
+
D,
|
|
1479
|
+
K
|
|
1480
|
+
]) => {
|
|
1481
|
+
const ue = O, { offsetTree: fe, sizeTree: ge } = ue, pe = ne(v);
|
|
1482
|
+
if (z === 0)
|
|
1483
|
+
return { ...Ht, totalCount: z };
|
|
1484
|
+
if (f === 0 && y === 0)
|
|
1485
|
+
return pe === 0 ? { ...Ht, totalCount: z } : ko(pe, k, O, $, D, K || []);
|
|
1486
|
+
if (q(ge))
|
|
1487
|
+
return pe > 0 ? null : dt(
|
|
1488
|
+
yn(At(k, z), ue, K),
|
|
1489
|
+
[],
|
|
1490
|
+
z,
|
|
1491
|
+
D,
|
|
1492
|
+
ue,
|
|
1493
|
+
$
|
|
1494
|
+
);
|
|
1495
|
+
const ce = [];
|
|
1496
|
+
if (U.length > 0) {
|
|
1497
|
+
const Ae = U[0], ve = U[U.length - 1];
|
|
1498
|
+
let ye = 0;
|
|
1499
|
+
for (const w of Tt(ge, Ae, ve)) {
|
|
1500
|
+
const V = w.value, Y = Math.max(w.start, Ae), oe = Math.min(w.end, ve);
|
|
1501
|
+
for (let Q = Y; Q <= oe; Q++)
|
|
1502
|
+
ce.push({ data: K == null ? void 0 : K[Q], index: Q, offset: ye, size: V }), ye += V;
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
if (!F)
|
|
1506
|
+
return dt([], ce, z, D, ue, $);
|
|
1507
|
+
const ie = U.length > 0 ? U[U.length - 1] + 1 : 0, Me = hn(fe, f, y, ie);
|
|
1508
|
+
if (Me.length === 0)
|
|
1509
|
+
return null;
|
|
1510
|
+
const xe = z - 1, Ue = It([], (Ae) => {
|
|
1511
|
+
for (const ve of Me) {
|
|
1512
|
+
const ye = ve.value;
|
|
1513
|
+
let w = ye.offset, V = ve.start;
|
|
1514
|
+
const Y = ye.size;
|
|
1515
|
+
if (ye.offset < f) {
|
|
1516
|
+
V += Math.floor((f - ye.offset + D) / (Y + D));
|
|
1517
|
+
const Q = V - ve.start;
|
|
1518
|
+
w += Q * Y + Q * D;
|
|
1519
|
+
}
|
|
1520
|
+
V < ie && (w += (ie - V) * Y, V = ie);
|
|
1521
|
+
const oe = Math.min(ve.end, xe);
|
|
1522
|
+
for (let Q = V; Q <= oe && !(w >= y); Q++)
|
|
1523
|
+
Ae.push({ data: K == null ? void 0 : K[Q], index: Q, offset: w, size: Y }), w += Y + D;
|
|
1524
|
+
}
|
|
1525
|
+
});
|
|
1526
|
+
return dt(Ue, ce, z, D, ue, $);
|
|
1527
|
+
}
|
|
1528
|
+
),
|
|
1529
|
+
//@ts-expect-error filter needs to be fixed
|
|
1530
|
+
M((f) => f !== null),
|
|
1531
|
+
X()
|
|
1532
|
+
),
|
|
1533
|
+
Ht
|
|
1534
|
+
);
|
|
1535
|
+
B(
|
|
1536
|
+
x(
|
|
1537
|
+
e,
|
|
1538
|
+
M(Mt),
|
|
1539
|
+
b((f) => f == null ? void 0 : f.length)
|
|
1540
|
+
),
|
|
1541
|
+
r
|
|
1542
|
+
), B(
|
|
1543
|
+
x(
|
|
1544
|
+
a,
|
|
1545
|
+
b((f) => f.topListHeight)
|
|
1546
|
+
),
|
|
1547
|
+
T
|
|
1548
|
+
), B(T, s), B(
|
|
1549
|
+
x(
|
|
1550
|
+
a,
|
|
1551
|
+
b((f) => [f.top, f.bottom])
|
|
1552
|
+
),
|
|
1553
|
+
l
|
|
1554
|
+
), B(
|
|
1555
|
+
x(
|
|
1556
|
+
a,
|
|
1557
|
+
b((f) => f.items)
|
|
1558
|
+
),
|
|
1559
|
+
h
|
|
1560
|
+
);
|
|
1561
|
+
const H = de(
|
|
1562
|
+
x(
|
|
1563
|
+
a,
|
|
1564
|
+
M(({ items: f }) => f.length > 0),
|
|
1565
|
+
j(r, e),
|
|
1566
|
+
M(([{ items: f }, y]) => f[f.length - 1].originalIndex === y - 1),
|
|
1567
|
+
b(([, f, y]) => [f - 1, y]),
|
|
1568
|
+
X(Je),
|
|
1569
|
+
b(([f]) => f)
|
|
1570
|
+
)
|
|
1571
|
+
), R = de(
|
|
1572
|
+
x(
|
|
1573
|
+
a,
|
|
1574
|
+
ze(200),
|
|
1575
|
+
M(({ items: f, topItems: y }) => f.length > 0 && f[0].originalIndex === y.length),
|
|
1576
|
+
b(({ items: f }) => f[0].index),
|
|
1577
|
+
X()
|
|
1578
|
+
)
|
|
1579
|
+
), p = de(
|
|
1580
|
+
x(
|
|
1581
|
+
a,
|
|
1582
|
+
M(({ items: f }) => f.length > 0),
|
|
1583
|
+
b(({ items: f }) => {
|
|
1584
|
+
let y = 0, z = f.length - 1;
|
|
1585
|
+
for (; f[y].type === "group" && y < z; )
|
|
1586
|
+
y++;
|
|
1587
|
+
for (; f[z].type === "group" && z > y; )
|
|
1588
|
+
z--;
|
|
1589
|
+
return {
|
|
1590
|
+
endIndex: f[z].index,
|
|
1591
|
+
startIndex: f[y].index
|
|
1592
|
+
};
|
|
1593
|
+
}),
|
|
1594
|
+
X(Ho)
|
|
1595
|
+
)
|
|
1596
|
+
);
|
|
1597
|
+
return { endReached: H, initialItemCount: v, itemsRendered: h, listState: a, rangeChanged: p, startReached: R, topItemsIndexes: I, ...u };
|
|
1598
|
+
},
|
|
1599
|
+
J(
|
|
1600
|
+
He,
|
|
1601
|
+
zo,
|
|
1602
|
+
Vt,
|
|
1603
|
+
nt,
|
|
1604
|
+
ot,
|
|
1605
|
+
rt,
|
|
1606
|
+
Oe,
|
|
1607
|
+
Wt
|
|
1608
|
+
),
|
|
1609
|
+
{ singleton: !0 }
|
|
1610
|
+
), Oo = G(
|
|
1611
|
+
([{ fixedFooterHeight: e, fixedHeaderHeight: t, footerHeight: o, headerHeight: n }, { listState: r }]) => {
|
|
1612
|
+
const i = _(), l = se(
|
|
1613
|
+
x(
|
|
1614
|
+
te(o, e, n, t, r),
|
|
1615
|
+
b(([s, c, d, m, T]) => s + c + d + m + T.offsetBottom + T.bottom)
|
|
1616
|
+
),
|
|
1617
|
+
0
|
|
1618
|
+
);
|
|
1619
|
+
return B(L(l), i), { totalListHeight: l, totalListHeightChanged: i };
|
|
1620
|
+
},
|
|
1621
|
+
J(le, je),
|
|
1622
|
+
{ singleton: !0 }
|
|
1623
|
+
), bn = G(
|
|
1624
|
+
([{ viewportHeight: e }, { totalListHeight: t }]) => {
|
|
1625
|
+
const o = S(!1), n = se(
|
|
1626
|
+
x(
|
|
1627
|
+
te(o, e, t),
|
|
1628
|
+
M(([r]) => r),
|
|
1629
|
+
b(([, r, i]) => Math.max(0, r - i)),
|
|
1630
|
+
ze(0),
|
|
1631
|
+
X()
|
|
1632
|
+
),
|
|
1633
|
+
0
|
|
1634
|
+
);
|
|
1635
|
+
return { alignToBottom: o, paddingTopAddition: n };
|
|
1636
|
+
},
|
|
1637
|
+
J(le, Oo),
|
|
1638
|
+
{ singleton: !0 }
|
|
1639
|
+
);
|
|
1640
|
+
function io(e) {
|
|
1641
|
+
return e ? e === "smooth" ? "smooth" : "auto" : !1;
|
|
1642
|
+
}
|
|
1643
|
+
const Rn = (e, t) => typeof e == "function" ? io(e(t)) : t && io(e), zn = G(
|
|
1644
|
+
([
|
|
1645
|
+
{ listRefresh: e, totalCount: t },
|
|
1646
|
+
{ atBottomState: o, isAtBottom: n },
|
|
1647
|
+
{ scrollToIndex: r },
|
|
1648
|
+
{ scrolledToInitialItem: i },
|
|
1649
|
+
{ didMount: l, propsReady: s },
|
|
1650
|
+
{ log: c },
|
|
1651
|
+
{ scrollingInProgress: d }
|
|
1652
|
+
]) => {
|
|
1653
|
+
const m = S(!1), T = _();
|
|
1654
|
+
let u = null;
|
|
1655
|
+
function g(I) {
|
|
1656
|
+
W(r, {
|
|
1657
|
+
align: "end",
|
|
1658
|
+
behavior: I,
|
|
1659
|
+
index: "LAST"
|
|
1660
|
+
});
|
|
1661
|
+
}
|
|
1662
|
+
N(
|
|
1663
|
+
x(
|
|
1664
|
+
te(x(L(t), Ne(1)), l),
|
|
1665
|
+
j(L(m), n, i, d),
|
|
1666
|
+
b(([[I, v], h, a, H, R]) => {
|
|
1667
|
+
let p = v && H, f = "auto";
|
|
1668
|
+
return p && (f = Rn(h, a || R), p = p && !!f), { followOutputBehavior: f, shouldFollow: p, totalCount: I };
|
|
1669
|
+
}),
|
|
1670
|
+
M(({ shouldFollow: I }) => I)
|
|
1671
|
+
),
|
|
1672
|
+
({ followOutputBehavior: I, totalCount: v }) => {
|
|
1673
|
+
u && (u(), u = null), u = Ce(e, () => {
|
|
1674
|
+
ne(c)("following output to ", { totalCount: v }, me.DEBUG), g(I), u = null;
|
|
1675
|
+
});
|
|
1676
|
+
}
|
|
1677
|
+
);
|
|
1678
|
+
function C(I) {
|
|
1679
|
+
const v = Ce(o, (h) => {
|
|
1680
|
+
I && !h.atBottom && h.notAtBottomBecause === "SIZE_INCREASED" && !u && (ne(c)("scrolling to bottom due to increased size", {}, me.DEBUG), g("auto"));
|
|
1681
|
+
});
|
|
1682
|
+
setTimeout(v, 100);
|
|
1683
|
+
}
|
|
1684
|
+
return N(
|
|
1685
|
+
x(
|
|
1686
|
+
te(L(m), t, s),
|
|
1687
|
+
M(([I, , v]) => I && v),
|
|
1688
|
+
Se(
|
|
1689
|
+
({ value: I }, [, v]) => ({ refreshed: I === v, value: v }),
|
|
1690
|
+
{ refreshed: !1, value: 0 }
|
|
1691
|
+
),
|
|
1692
|
+
M(({ refreshed: I }) => I),
|
|
1693
|
+
j(m, t)
|
|
1694
|
+
),
|
|
1695
|
+
([, I]) => {
|
|
1696
|
+
ne(i) && C(I !== !1);
|
|
1697
|
+
}
|
|
1698
|
+
), N(T, () => {
|
|
1699
|
+
C(ne(m) !== !1);
|
|
1700
|
+
}), N(te(L(m), o), ([I, v]) => {
|
|
1701
|
+
I && !v.atBottom && v.notAtBottomBecause === "VIEWPORT_HEIGHT_DECREASING" && g("auto");
|
|
1702
|
+
}), { autoscrollToBottom: T, followOutput: m };
|
|
1703
|
+
},
|
|
1704
|
+
J(He, rt, ot, nt, Oe, ke, le)
|
|
1705
|
+
), En = G(
|
|
1706
|
+
([{ data: e, firstItemIndex: t, gap: o, sizes: n }, { initialTopMostItemIndex: r }, { initialItemCount: i, listState: l }, { didMount: s }]) => (B(
|
|
1707
|
+
x(
|
|
1708
|
+
s,
|
|
1709
|
+
j(i),
|
|
1710
|
+
M(([, c]) => c !== 0),
|
|
1711
|
+
j(r, n, t, o, e),
|
|
1712
|
+
b(([[, c], d, m, T, u, g = []]) => ko(c, d, m, T, u, g))
|
|
1713
|
+
),
|
|
1714
|
+
l
|
|
1715
|
+
), {}),
|
|
1716
|
+
J(He, nt, je, Oe),
|
|
1717
|
+
{ singleton: !0 }
|
|
1718
|
+
), Bn = G(
|
|
1719
|
+
([{ didMount: e }, { scrollTo: t }, { listState: o }]) => {
|
|
1720
|
+
const n = S(0);
|
|
1721
|
+
return N(
|
|
1722
|
+
x(
|
|
1723
|
+
e,
|
|
1724
|
+
j(n),
|
|
1725
|
+
M(([, r]) => r !== 0),
|
|
1726
|
+
b(([, r]) => ({ top: r }))
|
|
1727
|
+
),
|
|
1728
|
+
(r) => {
|
|
1729
|
+
Ce(
|
|
1730
|
+
x(
|
|
1731
|
+
o,
|
|
1732
|
+
Ne(1),
|
|
1733
|
+
M((i) => i.items.length > 1)
|
|
1734
|
+
),
|
|
1735
|
+
() => {
|
|
1736
|
+
requestAnimationFrame(() => {
|
|
1737
|
+
W(t, r);
|
|
1738
|
+
});
|
|
1739
|
+
}
|
|
1740
|
+
);
|
|
1741
|
+
}
|
|
1742
|
+
), {
|
|
1743
|
+
initialScrollTop: n
|
|
1744
|
+
};
|
|
1745
|
+
},
|
|
1746
|
+
J(Oe, le, je),
|
|
1747
|
+
{ singleton: !0 }
|
|
1748
|
+
), kn = ({
|
|
1749
|
+
itemBottom: e,
|
|
1750
|
+
itemTop: t,
|
|
1751
|
+
locationParams: { align: o, behavior: n, ...r },
|
|
1752
|
+
viewportBottom: i,
|
|
1753
|
+
viewportTop: l
|
|
1754
|
+
}) => t < l ? { ...r, align: o ?? "start", behavior: n } : e > i ? { ...r, align: o ?? "end", behavior: n } : null, On = G(
|
|
1755
|
+
([
|
|
1756
|
+
{ gap: e, sizes: t, totalCount: o },
|
|
1757
|
+
{ fixedFooterHeight: n, fixedHeaderHeight: r, headerHeight: i, scrollingInProgress: l, scrollTop: s, viewportHeight: c },
|
|
1758
|
+
{ scrollToIndex: d }
|
|
1759
|
+
]) => {
|
|
1760
|
+
const m = _();
|
|
1761
|
+
return B(
|
|
1762
|
+
x(
|
|
1763
|
+
m,
|
|
1764
|
+
j(t, c, o, i, r, n, s),
|
|
1765
|
+
j(e),
|
|
1766
|
+
b(([[T, u, g, C, I, v, h, a], H]) => {
|
|
1767
|
+
const { align: R, behavior: p, calculateViewLocation: f = kn, done: y, ...z } = T, O = Ro(T, u, C - 1), k = Qe(O, u.offsetTree, H) + I + v, F = k + Te(u.sizeTree, O)[1], U = a + v, $ = a + g - h, D = f({
|
|
1768
|
+
itemBottom: F,
|
|
1769
|
+
itemTop: k,
|
|
1770
|
+
locationParams: { align: R, behavior: p, ...z },
|
|
1771
|
+
viewportBottom: $,
|
|
1772
|
+
viewportTop: U
|
|
1773
|
+
});
|
|
1774
|
+
return D ? y && Ce(
|
|
1775
|
+
x(
|
|
1776
|
+
l,
|
|
1777
|
+
M((K) => !K),
|
|
1778
|
+
// skips the initial publish of false, and the cleanup call.
|
|
1779
|
+
// but if scrollingInProgress is true, we skip the initial publish.
|
|
1780
|
+
Ne(ne(l) ? 1 : 2)
|
|
1781
|
+
),
|
|
1782
|
+
y
|
|
1783
|
+
) : y && y(), D;
|
|
1784
|
+
}),
|
|
1785
|
+
M((T) => T !== null)
|
|
1786
|
+
),
|
|
1787
|
+
d
|
|
1788
|
+
), {
|
|
1789
|
+
scrollIntoView: m
|
|
1790
|
+
};
|
|
1791
|
+
},
|
|
1792
|
+
J(He, le, ot, je, ke),
|
|
1793
|
+
{ singleton: !0 }
|
|
1794
|
+
), Mo = G(
|
|
1795
|
+
([{ scrollVelocity: e }]) => {
|
|
1796
|
+
const t = S(!1), o = _(), n = S(!1);
|
|
1797
|
+
return B(
|
|
1798
|
+
x(
|
|
1799
|
+
e,
|
|
1800
|
+
j(n, t, o),
|
|
1801
|
+
M(([r, i]) => !!i),
|
|
1802
|
+
b(([r, i, l, s]) => {
|
|
1803
|
+
const { enter: c, exit: d } = i;
|
|
1804
|
+
if (l) {
|
|
1805
|
+
if (d(r, s))
|
|
1806
|
+
return !1;
|
|
1807
|
+
} else if (c(r, s))
|
|
1808
|
+
return !0;
|
|
1809
|
+
return l;
|
|
1810
|
+
}),
|
|
1811
|
+
X()
|
|
1812
|
+
),
|
|
1813
|
+
t
|
|
1814
|
+
), N(
|
|
1815
|
+
x(te(t, e, o), j(n)),
|
|
1816
|
+
([[r, i, l], s]) => {
|
|
1817
|
+
r && s && s.change && s.change(i, l);
|
|
1818
|
+
}
|
|
1819
|
+
), { isSeeking: t, scrollSeekConfiguration: n, scrollSeekRangeChanged: o, scrollVelocity: e };
|
|
1820
|
+
},
|
|
1821
|
+
J(rt),
|
|
1822
|
+
{ singleton: !0 }
|
|
1823
|
+
), Dt = G(([{ scrollContainerState: e, scrollTo: t }]) => {
|
|
1824
|
+
const o = _(), n = _(), r = _(), i = S(!1), l = S(void 0);
|
|
1825
|
+
return B(
|
|
1826
|
+
x(
|
|
1827
|
+
te(o, n),
|
|
1828
|
+
b(([{ scrollHeight: s, scrollTop: c, viewportHeight: d }, { offsetTop: m }]) => ({
|
|
1829
|
+
scrollHeight: s,
|
|
1830
|
+
scrollTop: Math.max(0, c - m),
|
|
1831
|
+
viewportHeight: d
|
|
1832
|
+
}))
|
|
1833
|
+
),
|
|
1834
|
+
e
|
|
1835
|
+
), B(
|
|
1836
|
+
x(
|
|
1837
|
+
t,
|
|
1838
|
+
j(n),
|
|
1839
|
+
b(([s, { offsetTop: c }]) => ({
|
|
1840
|
+
...s,
|
|
1841
|
+
top: s.top + c
|
|
1842
|
+
}))
|
|
1843
|
+
),
|
|
1844
|
+
r
|
|
1845
|
+
), {
|
|
1846
|
+
customScrollParent: l,
|
|
1847
|
+
// config
|
|
1848
|
+
useWindowScroll: i,
|
|
1849
|
+
// input
|
|
1850
|
+
windowScrollContainerState: o,
|
|
1851
|
+
// signals
|
|
1852
|
+
windowScrollTo: r,
|
|
1853
|
+
windowViewportRect: n
|
|
1854
|
+
};
|
|
1855
|
+
}, J(le)), Mn = G(
|
|
1856
|
+
([
|
|
1857
|
+
{ sizeRanges: e, sizes: t },
|
|
1858
|
+
{ headerHeight: o, scrollTop: n },
|
|
1859
|
+
{ initialTopMostItemIndex: r },
|
|
1860
|
+
{ didMount: i },
|
|
1861
|
+
{ useWindowScroll: l, windowScrollContainerState: s, windowViewportRect: c }
|
|
1862
|
+
]) => {
|
|
1863
|
+
const d = _(), m = S(void 0), T = S(null), u = S(null);
|
|
1864
|
+
return B(s, T), B(c, u), N(
|
|
1865
|
+
x(
|
|
1866
|
+
d,
|
|
1867
|
+
j(t, n, l, T, u, o)
|
|
1868
|
+
),
|
|
1869
|
+
([g, C, I, v, h, a, H]) => {
|
|
1870
|
+
const R = gn(C.sizeTree);
|
|
1871
|
+
v && h !== null && a !== null && (I = h.scrollTop - a.offsetTop), I -= H, g({ ranges: R, scrollTop: I });
|
|
1872
|
+
}
|
|
1873
|
+
), B(x(m, M(Mt), b(Ln)), r), B(
|
|
1874
|
+
x(
|
|
1875
|
+
i,
|
|
1876
|
+
j(m),
|
|
1877
|
+
M(([, g]) => g !== void 0),
|
|
1878
|
+
X(),
|
|
1879
|
+
b(([, g]) => g.ranges)
|
|
1880
|
+
),
|
|
1881
|
+
e
|
|
1882
|
+
), {
|
|
1883
|
+
getState: d,
|
|
1884
|
+
restoreStateFrom: m
|
|
1885
|
+
};
|
|
1886
|
+
},
|
|
1887
|
+
J(He, le, nt, Oe, Dt)
|
|
1888
|
+
);
|
|
1889
|
+
function Ln(e) {
|
|
1890
|
+
return { align: "start", index: 0, offset: e.scrollTop };
|
|
1891
|
+
}
|
|
1892
|
+
const Fn = G(([{ topItemsIndexes: e }]) => {
|
|
1893
|
+
const t = S(0);
|
|
1894
|
+
return B(
|
|
1895
|
+
x(
|
|
1896
|
+
t,
|
|
1897
|
+
M((o) => o >= 0),
|
|
1898
|
+
b((o) => Array.from({ length: o }).map((n, r) => r))
|
|
1899
|
+
),
|
|
1900
|
+
e
|
|
1901
|
+
), { topItemCount: t };
|
|
1902
|
+
}, J(je));
|
|
1903
|
+
function Lo(e) {
|
|
1904
|
+
let t = !1, o;
|
|
1905
|
+
return () => (t || (t = !0, o = e()), o);
|
|
1906
|
+
}
|
|
1907
|
+
const Wn = Lo(() => /iP(ad|od|hone)/i.test(navigator.userAgent) && /WebKit/i.test(navigator.userAgent)), Pn = G(
|
|
1908
|
+
([
|
|
1909
|
+
{ deviation: e, scrollBy: t, scrollingInProgress: o, scrollTop: n },
|
|
1910
|
+
{ isAtBottom: r, isScrolling: i, lastJumpDueToItemResize: l, scrollDirection: s },
|
|
1911
|
+
{ listState: c },
|
|
1912
|
+
{ beforeUnshiftWith: d, gap: m, shiftWithOffset: T, sizes: u },
|
|
1913
|
+
{ log: g },
|
|
1914
|
+
{ recalcInProgress: C }
|
|
1915
|
+
]) => {
|
|
1916
|
+
const I = de(
|
|
1917
|
+
x(
|
|
1918
|
+
c,
|
|
1919
|
+
j(l),
|
|
1920
|
+
Se(
|
|
1921
|
+
([, h, a, H], [{ bottom: R, items: p, offsetBottom: f, totalCount: y }, z]) => {
|
|
1922
|
+
const O = R + f;
|
|
1923
|
+
let k = 0;
|
|
1924
|
+
return a === y && h.length > 0 && p.length > 0 && (p[0].originalIndex === 0 && h[0].originalIndex === 0 || (k = O - H, k !== 0 && (k += z))), [k, p, y, O];
|
|
1925
|
+
},
|
|
1926
|
+
[0, [], 0, 0]
|
|
1927
|
+
),
|
|
1928
|
+
M(([h]) => h !== 0),
|
|
1929
|
+
j(n, s, o, r, g, C),
|
|
1930
|
+
M(([, h, a, H, , , R]) => !R && !H && h !== 0 && a === et),
|
|
1931
|
+
b(([[h], , , , , a]) => (a("Upward scrolling compensation", { amount: h }, me.DEBUG), h))
|
|
1932
|
+
)
|
|
1933
|
+
);
|
|
1934
|
+
function v(h) {
|
|
1935
|
+
h > 0 ? (W(t, { behavior: "auto", top: -h }), W(e, 0)) : (W(e, 0), W(t, { behavior: "auto", top: -h }));
|
|
1936
|
+
}
|
|
1937
|
+
return N(x(I, j(e, i)), ([h, a, H]) => {
|
|
1938
|
+
H && Wn() ? W(e, a - h) : v(-h);
|
|
1939
|
+
}), N(
|
|
1940
|
+
x(
|
|
1941
|
+
te(se(i, !1), e, C),
|
|
1942
|
+
M(([h, a, H]) => !h && !H && a !== 0),
|
|
1943
|
+
b(([h, a]) => a),
|
|
1944
|
+
ze(1)
|
|
1945
|
+
),
|
|
1946
|
+
v
|
|
1947
|
+
), B(
|
|
1948
|
+
x(
|
|
1949
|
+
T,
|
|
1950
|
+
b((h) => ({ top: -h }))
|
|
1951
|
+
),
|
|
1952
|
+
t
|
|
1953
|
+
), N(
|
|
1954
|
+
x(
|
|
1955
|
+
d,
|
|
1956
|
+
j(u, m),
|
|
1957
|
+
b(([h, { groupIndices: a, lastSize: H, sizeTree: R }, p]) => {
|
|
1958
|
+
function f(y) {
|
|
1959
|
+
return y * (H + p);
|
|
1960
|
+
}
|
|
1961
|
+
if (a.length === 0)
|
|
1962
|
+
return f(h);
|
|
1963
|
+
{
|
|
1964
|
+
let y = 0;
|
|
1965
|
+
const z = Xe(R, 0);
|
|
1966
|
+
let O = 0, k = 0;
|
|
1967
|
+
for (; O < h; ) {
|
|
1968
|
+
O++, y += z;
|
|
1969
|
+
let F = a.length === k + 1 ? 1 / 0 : a[k + 1] - a[k] - 1;
|
|
1970
|
+
O + F > h && (y -= z, F = h - O + 1), O += F, y += f(F), k++;
|
|
1971
|
+
}
|
|
1972
|
+
return y;
|
|
1973
|
+
}
|
|
1974
|
+
})
|
|
1975
|
+
),
|
|
1976
|
+
(h) => {
|
|
1977
|
+
W(e, h), requestAnimationFrame(() => {
|
|
1978
|
+
W(t, { top: h }), requestAnimationFrame(() => {
|
|
1979
|
+
W(e, 0), W(C, !1);
|
|
1980
|
+
});
|
|
1981
|
+
});
|
|
1982
|
+
}
|
|
1983
|
+
), { deviation: e };
|
|
1984
|
+
},
|
|
1985
|
+
J(le, rt, je, He, ke, Wt)
|
|
1986
|
+
), jn = G(
|
|
1987
|
+
([
|
|
1988
|
+
e,
|
|
1989
|
+
t,
|
|
1990
|
+
o,
|
|
1991
|
+
n,
|
|
1992
|
+
r,
|
|
1993
|
+
i,
|
|
1994
|
+
l,
|
|
1995
|
+
s,
|
|
1996
|
+
c,
|
|
1997
|
+
d
|
|
1998
|
+
]) => ({
|
|
1999
|
+
...e,
|
|
2000
|
+
...t,
|
|
2001
|
+
...o,
|
|
2002
|
+
...n,
|
|
2003
|
+
...r,
|
|
2004
|
+
...i,
|
|
2005
|
+
...l,
|
|
2006
|
+
...s,
|
|
2007
|
+
...c,
|
|
2008
|
+
...d
|
|
2009
|
+
}),
|
|
2010
|
+
J(
|
|
2011
|
+
Vt,
|
|
2012
|
+
En,
|
|
2013
|
+
Oe,
|
|
2014
|
+
Mo,
|
|
2015
|
+
Oo,
|
|
2016
|
+
Bn,
|
|
2017
|
+
bn,
|
|
2018
|
+
Dt,
|
|
2019
|
+
On,
|
|
2020
|
+
ke
|
|
2021
|
+
)
|
|
2022
|
+
), An = G(
|
|
2023
|
+
([
|
|
2024
|
+
{
|
|
2025
|
+
data: e,
|
|
2026
|
+
defaultItemSize: t,
|
|
2027
|
+
firstItemIndex: o,
|
|
2028
|
+
fixedItemSize: n,
|
|
2029
|
+
gap: r,
|
|
2030
|
+
groupIndices: i,
|
|
2031
|
+
itemSize: l,
|
|
2032
|
+
sizeRanges: s,
|
|
2033
|
+
sizes: c,
|
|
2034
|
+
statefulTotalCount: d,
|
|
2035
|
+
totalCount: m,
|
|
2036
|
+
trackItemSizes: T
|
|
2037
|
+
},
|
|
2038
|
+
{ initialItemFinalLocationReached: u, initialTopMostItemIndex: g, scrolledToInitialItem: C },
|
|
2039
|
+
I,
|
|
2040
|
+
v,
|
|
2041
|
+
h,
|
|
2042
|
+
{ listState: a, topItemsIndexes: H, ...R },
|
|
2043
|
+
{ scrollToIndex: p },
|
|
2044
|
+
f,
|
|
2045
|
+
{ topItemCount: y },
|
|
2046
|
+
{ groupCounts: z },
|
|
2047
|
+
O
|
|
2048
|
+
]) => (B(R.rangeChanged, O.scrollSeekRangeChanged), B(
|
|
2049
|
+
x(
|
|
2050
|
+
O.windowViewportRect,
|
|
2051
|
+
b((k) => k.visibleHeight)
|
|
2052
|
+
),
|
|
2053
|
+
I.viewportHeight
|
|
2054
|
+
), {
|
|
2055
|
+
data: e,
|
|
2056
|
+
defaultItemHeight: t,
|
|
2057
|
+
firstItemIndex: o,
|
|
2058
|
+
fixedItemHeight: n,
|
|
2059
|
+
gap: r,
|
|
2060
|
+
groupCounts: z,
|
|
2061
|
+
initialItemFinalLocationReached: u,
|
|
2062
|
+
initialTopMostItemIndex: g,
|
|
2063
|
+
scrolledToInitialItem: C,
|
|
2064
|
+
sizeRanges: s,
|
|
2065
|
+
topItemCount: y,
|
|
2066
|
+
topItemsIndexes: H,
|
|
2067
|
+
// input
|
|
2068
|
+
totalCount: m,
|
|
2069
|
+
...h,
|
|
2070
|
+
groupIndices: i,
|
|
2071
|
+
itemSize: l,
|
|
2072
|
+
listState: a,
|
|
2073
|
+
scrollToIndex: p,
|
|
2074
|
+
// output
|
|
2075
|
+
statefulTotalCount: d,
|
|
2076
|
+
trackItemSizes: T,
|
|
2077
|
+
// exported from stateFlagsSystem
|
|
2078
|
+
...R,
|
|
2079
|
+
// the bag of IO from featureGroup1System
|
|
2080
|
+
...O,
|
|
2081
|
+
...I,
|
|
2082
|
+
sizes: c,
|
|
2083
|
+
...v
|
|
2084
|
+
}),
|
|
2085
|
+
J(
|
|
2086
|
+
He,
|
|
2087
|
+
nt,
|
|
2088
|
+
le,
|
|
2089
|
+
Mn,
|
|
2090
|
+
zn,
|
|
2091
|
+
je,
|
|
2092
|
+
ot,
|
|
2093
|
+
Pn,
|
|
2094
|
+
Fn,
|
|
2095
|
+
zo,
|
|
2096
|
+
jn
|
|
2097
|
+
)
|
|
2098
|
+
);
|
|
2099
|
+
function Vn(e, t) {
|
|
2100
|
+
const o = {}, n = {};
|
|
2101
|
+
let r = 0;
|
|
2102
|
+
const i = e.length;
|
|
2103
|
+
for (; r < i; )
|
|
2104
|
+
n[e[r]] = 1, r += 1;
|
|
2105
|
+
for (const l in t)
|
|
2106
|
+
Object.hasOwn(n, l) || (o[l] = t[l]);
|
|
2107
|
+
return o;
|
|
2108
|
+
}
|
|
2109
|
+
const ct = typeof document < "u" ? E.useLayoutEffect : E.useEffect;
|
|
2110
|
+
function Fo(e, t, o) {
|
|
2111
|
+
const n = Object.keys(t.required || {}), r = Object.keys(t.optional || {}), i = Object.keys(t.methods || {}), l = Object.keys(t.events || {}), s = E.createContext({});
|
|
2112
|
+
function c(v, h) {
|
|
2113
|
+
v.propsReady && W(v.propsReady, !1);
|
|
2114
|
+
for (const a of n) {
|
|
2115
|
+
const H = v[t.required[a]];
|
|
2116
|
+
W(H, h[a]);
|
|
2117
|
+
}
|
|
2118
|
+
for (const a of r)
|
|
2119
|
+
if (a in h) {
|
|
2120
|
+
const H = v[t.optional[a]];
|
|
2121
|
+
W(H, h[a]);
|
|
2122
|
+
}
|
|
2123
|
+
v.propsReady && W(v.propsReady, !0);
|
|
2124
|
+
}
|
|
2125
|
+
function d(v) {
|
|
2126
|
+
return i.reduce((h, a) => (h[a] = (H) => {
|
|
2127
|
+
const R = v[t.methods[a]];
|
|
2128
|
+
W(R, H);
|
|
2129
|
+
}, h), {});
|
|
2130
|
+
}
|
|
2131
|
+
function m(v) {
|
|
2132
|
+
return l.reduce((h, a) => (h[a] = Qo(v[t.events[a]]), h), {});
|
|
2133
|
+
}
|
|
2134
|
+
const T = E.forwardRef((v, h) => {
|
|
2135
|
+
const { children: a, ...H } = v, [R] = E.useState(() => It(tn(e), (y) => {
|
|
2136
|
+
c(y, H);
|
|
2137
|
+
})), [p] = E.useState(Zt(m, R));
|
|
2138
|
+
ct(() => {
|
|
2139
|
+
for (const y of l)
|
|
2140
|
+
y in H && N(p[y], H[y]);
|
|
2141
|
+
return () => {
|
|
2142
|
+
Object.values(p).map(Lt);
|
|
2143
|
+
};
|
|
2144
|
+
}, [H, p, R]), ct(() => {
|
|
2145
|
+
c(R, H);
|
|
2146
|
+
}), E.useImperativeHandle(h, Yt(d(R)));
|
|
2147
|
+
const f = o;
|
|
2148
|
+
return /* @__PURE__ */ A.jsx(s.Provider, { value: R, children: o ? /* @__PURE__ */ A.jsx(f, { ...Vn([...n, ...r, ...l], H), children: a }) : a });
|
|
2149
|
+
}), u = (v) => E.useCallback(po(W, E.useContext(s)[v]), [v]), g = (v) => {
|
|
2150
|
+
const h = E.useContext(s)[v], a = E.useCallback(
|
|
2151
|
+
(H) => N(h, H),
|
|
2152
|
+
[h]
|
|
2153
|
+
);
|
|
2154
|
+
return E.useSyncExternalStore(
|
|
2155
|
+
a,
|
|
2156
|
+
() => ne(h),
|
|
2157
|
+
() => ne(h)
|
|
2158
|
+
);
|
|
2159
|
+
}, C = (v) => {
|
|
2160
|
+
const h = E.useContext(s)[v], [a, H] = E.useState(Zt(ne, h));
|
|
2161
|
+
return ct(
|
|
2162
|
+
() => N(h, (R) => {
|
|
2163
|
+
R !== a && H(Yt(R));
|
|
2164
|
+
}),
|
|
2165
|
+
[h, a]
|
|
2166
|
+
), a;
|
|
2167
|
+
}, I = E.version.startsWith("18") ? g : C;
|
|
2168
|
+
return {
|
|
2169
|
+
Component: T,
|
|
2170
|
+
useEmitter: (v, h) => {
|
|
2171
|
+
const a = E.useContext(s)[v];
|
|
2172
|
+
ct(() => N(a, h), [h, a]);
|
|
2173
|
+
},
|
|
2174
|
+
useEmitterValue: I,
|
|
2175
|
+
usePublisher: u
|
|
2176
|
+
};
|
|
2177
|
+
}
|
|
2178
|
+
const Wo = E.createContext(void 0), Po = E.createContext(void 0), jo = typeof document < "u" ? E.useLayoutEffect : E.useEffect;
|
|
2179
|
+
function Ao(e, t, o, n = tt, r, i) {
|
|
2180
|
+
const l = E.useRef(null), s = E.useRef(null), c = E.useRef(null), d = E.useCallback(
|
|
2181
|
+
(u) => {
|
|
2182
|
+
const g = u.target, C = g === window || g === document, I = i ? C ? window.pageXOffset || document.documentElement.scrollLeft : g.scrollLeft : C ? window.pageYOffset || document.documentElement.scrollTop : g.scrollTop, v = i ? C ? document.documentElement.scrollWidth : g.scrollWidth : C ? document.documentElement.scrollHeight : g.scrollHeight, h = i ? C ? window.innerWidth : g.offsetWidth : C ? window.innerHeight : g.offsetHeight, a = () => {
|
|
2183
|
+
e({
|
|
2184
|
+
scrollHeight: v,
|
|
2185
|
+
scrollTop: Math.max(I, 0),
|
|
2186
|
+
viewportHeight: h
|
|
2187
|
+
});
|
|
2188
|
+
};
|
|
2189
|
+
u.suppressFlushSync ? a() : $o.flushSync(a), s.current !== null && (I === s.current || I <= 0 || I === v - h) && (s.current = null, t(!0), c.current && (clearTimeout(c.current), c.current = null));
|
|
2190
|
+
},
|
|
2191
|
+
[e, t]
|
|
2192
|
+
);
|
|
2193
|
+
E.useEffect(() => {
|
|
2194
|
+
const u = r || l.current;
|
|
2195
|
+
return n(r || l.current), d({ suppressFlushSync: !0, target: u }), u.addEventListener("scroll", d, { passive: !0 }), () => {
|
|
2196
|
+
n(null), u.removeEventListener("scroll", d);
|
|
2197
|
+
};
|
|
2198
|
+
}, [l, d, o, n, r]);
|
|
2199
|
+
function m(u) {
|
|
2200
|
+
const g = l.current;
|
|
2201
|
+
if (!g || (i ? "offsetWidth" in g && g.offsetWidth === 0 : "offsetHeight" in g && g.offsetHeight === 0))
|
|
2202
|
+
return;
|
|
2203
|
+
const C = u.behavior === "smooth";
|
|
2204
|
+
let I, v, h;
|
|
2205
|
+
g === window ? (v = Math.max(
|
|
2206
|
+
Ee(document.documentElement, i ? "width" : "height"),
|
|
2207
|
+
i ? document.documentElement.scrollWidth : document.documentElement.scrollHeight
|
|
2208
|
+
), I = i ? window.innerWidth : window.innerHeight, h = i ? document.documentElement.scrollLeft : document.documentElement.scrollTop) : (v = g[i ? "scrollWidth" : "scrollHeight"], I = Ee(g, i ? "width" : "height"), h = g[i ? "scrollLeft" : "scrollTop"]);
|
|
2209
|
+
const a = v - I;
|
|
2210
|
+
if (u.top = Math.ceil(Math.max(Math.min(a, u.top), 0)), Bo(I, v) || u.top === h) {
|
|
2211
|
+
e({ scrollHeight: v, scrollTop: h, viewportHeight: I }), C && t(!0);
|
|
2212
|
+
return;
|
|
2213
|
+
}
|
|
2214
|
+
C ? (s.current = u.top, c.current && clearTimeout(c.current), c.current = setTimeout(() => {
|
|
2215
|
+
c.current = null, s.current = null, t(!0);
|
|
2216
|
+
}, 1e3)) : s.current = null, i && (u = { behavior: u.behavior, left: u.top }), g.scrollTo(u);
|
|
2217
|
+
}
|
|
2218
|
+
function T(u) {
|
|
2219
|
+
i && (u = { behavior: u.behavior, left: u.top }), l.current.scrollBy(u);
|
|
2220
|
+
}
|
|
2221
|
+
return { scrollByCallback: T, scrollerRef: l, scrollToCallback: m };
|
|
2222
|
+
}
|
|
2223
|
+
const yt = "-webkit-sticky", so = "sticky", Vo = Lo(() => {
|
|
2224
|
+
if (typeof document > "u")
|
|
2225
|
+
return so;
|
|
2226
|
+
const e = document.createElement("div");
|
|
2227
|
+
return e.style.position = yt, e.style.position === yt ? yt : so;
|
|
2228
|
+
});
|
|
2229
|
+
function Do(e) {
|
|
2230
|
+
return e;
|
|
2231
|
+
}
|
|
2232
|
+
Vo();
|
|
2233
|
+
const Dn = {
|
|
2234
|
+
height: "100%",
|
|
2235
|
+
outline: "none",
|
|
2236
|
+
overflowY: "auto",
|
|
2237
|
+
position: "relative",
|
|
2238
|
+
WebkitOverflowScrolling: "touch"
|
|
2239
|
+
}, _n = {
|
|
2240
|
+
outline: "none",
|
|
2241
|
+
overflowX: "auto",
|
|
2242
|
+
position: "relative"
|
|
2243
|
+
}, wt = (e) => ({
|
|
2244
|
+
height: "100%",
|
|
2245
|
+
position: "absolute",
|
|
2246
|
+
top: 0,
|
|
2247
|
+
width: "100%"
|
|
2248
|
+
});
|
|
2249
|
+
Vo();
|
|
2250
|
+
function re(e, t) {
|
|
2251
|
+
if (typeof e != "string")
|
|
2252
|
+
return { context: t };
|
|
2253
|
+
}
|
|
2254
|
+
function Nn(e, t) {
|
|
2255
|
+
return { item: typeof e == "string" ? void 0 : t };
|
|
2256
|
+
}
|
|
2257
|
+
function _o({ useEmitter: e, useEmitterValue: t, usePublisher: o }) {
|
|
2258
|
+
return E.memo(function({ children: n, style: r, ...i }) {
|
|
2259
|
+
const l = o("scrollContainerState"), s = t("ScrollerComponent"), c = o("smoothScrollTargetReached"), d = t("scrollerRef"), m = t("context"), T = t("horizontalDirection") || !1, { scrollByCallback: u, scrollerRef: g, scrollToCallback: C } = Ao(
|
|
2260
|
+
l,
|
|
2261
|
+
c,
|
|
2262
|
+
s,
|
|
2263
|
+
d,
|
|
2264
|
+
void 0,
|
|
2265
|
+
T
|
|
2266
|
+
);
|
|
2267
|
+
return e("scrollTo", C), e("scrollBy", u), /* @__PURE__ */ A.jsx(
|
|
2268
|
+
s,
|
|
2269
|
+
{
|
|
2270
|
+
"data-testid": "virtuoso-scroller",
|
|
2271
|
+
"data-virtuoso-scroller": !0,
|
|
2272
|
+
ref: g,
|
|
2273
|
+
style: { ...T ? _n : Dn, ...r },
|
|
2274
|
+
tabIndex: 0,
|
|
2275
|
+
...i,
|
|
2276
|
+
...re(s, m),
|
|
2277
|
+
children: n
|
|
2278
|
+
}
|
|
2279
|
+
);
|
|
2280
|
+
});
|
|
2281
|
+
}
|
|
2282
|
+
function No({ useEmitter: e, useEmitterValue: t, usePublisher: o }) {
|
|
2283
|
+
return E.memo(function({ children: n, style: r, ...i }) {
|
|
2284
|
+
const l = o("windowScrollContainerState"), s = t("ScrollerComponent"), c = o("smoothScrollTargetReached"), d = t("totalListHeight"), m = t("deviation"), T = t("customScrollParent"), u = t("context"), { scrollByCallback: g, scrollerRef: C, scrollToCallback: I } = Ao(
|
|
2285
|
+
l,
|
|
2286
|
+
c,
|
|
2287
|
+
s,
|
|
2288
|
+
tt,
|
|
2289
|
+
T
|
|
2290
|
+
);
|
|
2291
|
+
return jo(() => (C.current = T || window, () => {
|
|
2292
|
+
C.current = null;
|
|
2293
|
+
}), [C, T]), e("windowScrollTo", I), e("scrollBy", g), /* @__PURE__ */ A.jsx(
|
|
2294
|
+
s,
|
|
2295
|
+
{
|
|
2296
|
+
"data-virtuoso-scroller": !0,
|
|
2297
|
+
style: { position: "relative", ...r, ...d !== 0 ? { height: d + m } : {} },
|
|
2298
|
+
...i,
|
|
2299
|
+
...re(s, u),
|
|
2300
|
+
children: n
|
|
2301
|
+
}
|
|
2302
|
+
);
|
|
2303
|
+
});
|
|
2304
|
+
}
|
|
2305
|
+
const Gn = /* @__PURE__ */ G(() => {
|
|
2306
|
+
const e = S((c) => /* @__PURE__ */ A.jsxs("td", { children: [
|
|
2307
|
+
"Item $",
|
|
2308
|
+
c
|
|
2309
|
+
] })), t = S(null), o = S(null), n = S(null), r = S({}), i = S(Do), l = S(tt), s = (c, d = null) => se(
|
|
2310
|
+
x(
|
|
2311
|
+
r,
|
|
2312
|
+
b((m) => m[c]),
|
|
2313
|
+
X()
|
|
2314
|
+
),
|
|
2315
|
+
d
|
|
2316
|
+
);
|
|
2317
|
+
return {
|
|
2318
|
+
components: r,
|
|
2319
|
+
computeItemKey: i,
|
|
2320
|
+
context: t,
|
|
2321
|
+
EmptyPlaceholder: s("EmptyPlaceholder"),
|
|
2322
|
+
FillerRow: s("FillerRow"),
|
|
2323
|
+
fixedFooterContent: n,
|
|
2324
|
+
fixedHeaderContent: o,
|
|
2325
|
+
itemContent: e,
|
|
2326
|
+
ScrollerComponent: s("Scroller", "div"),
|
|
2327
|
+
scrollerRef: l,
|
|
2328
|
+
ScrollSeekPlaceholder: s("ScrollSeekPlaceholder"),
|
|
2329
|
+
TableBodyComponent: s("TableBody", "tbody"),
|
|
2330
|
+
TableComponent: s("Table", "table"),
|
|
2331
|
+
TableFooterComponent: s("TableFoot", "tfoot"),
|
|
2332
|
+
TableHeadComponent: s("TableHead", "thead"),
|
|
2333
|
+
TableRowComponent: s("TableRow", "tr")
|
|
2334
|
+
};
|
|
2335
|
+
}), Un = /* @__PURE__ */ G(
|
|
2336
|
+
([e, t]) => ({ ...e, ...t }),
|
|
2337
|
+
J(An, Gn)
|
|
2338
|
+
), qn = ({ height: e }) => /* @__PURE__ */ A.jsx("tr", { children: /* @__PURE__ */ A.jsx("td", { style: { height: e } }) }), Kn = ({ height: e }) => /* @__PURE__ */ A.jsx("tr", { children: /* @__PURE__ */ A.jsx("td", { style: { border: 0, height: e, padding: 0 } }) }), $n = { overflowAnchor: "none" }, lo = /* @__PURE__ */ E.memo(function({ showTopList: e = !1 }) {
|
|
2339
|
+
const t = P("listState"), o = P("computeItemKey"), n = P("firstItemIndex"), r = P("isSeeking"), i = P("ScrollSeekPlaceholder") || qn, l = P("context"), s = P("TableRowComponent"), c = P("fixedHeaderHeight"), d = P("itemContent"), m = (e ? t.topItems : []).reduce((u, g, C) => (C === 0 ? u.push(g.size) : u.push(u[C - 1] + g.size), u), []), T = (e ? t.topItems : t.items).map((u) => {
|
|
2340
|
+
const g = u.originalIndex, C = o(g + n, u.data, l), I = e ? g === 0 ? 0 : m[g - 1] : 0;
|
|
2341
|
+
return r ? /* @__PURE__ */ Rt(
|
|
2342
|
+
i,
|
|
2343
|
+
{
|
|
2344
|
+
...re(i, l),
|
|
2345
|
+
height: u.size,
|
|
2346
|
+
index: u.index,
|
|
2347
|
+
key: C,
|
|
2348
|
+
type: u.type || "item"
|
|
2349
|
+
}
|
|
2350
|
+
) : /* @__PURE__ */ Rt(
|
|
2351
|
+
s,
|
|
2352
|
+
{
|
|
2353
|
+
...re(s, l),
|
|
2354
|
+
...Nn(s, u.data),
|
|
2355
|
+
"data-index": g,
|
|
2356
|
+
"data-item-index": u.index,
|
|
2357
|
+
"data-known-size": u.size,
|
|
2358
|
+
key: C,
|
|
2359
|
+
style: e ? { overflowAnchor: "none", position: "sticky", top: c + I, zIndex: 2 } : $n
|
|
2360
|
+
},
|
|
2361
|
+
d(u.index, u.data, l)
|
|
2362
|
+
);
|
|
2363
|
+
});
|
|
2364
|
+
return /* @__PURE__ */ A.jsx(A.Fragment, { children: T });
|
|
2365
|
+
}), Yn = /* @__PURE__ */ E.memo(function() {
|
|
2366
|
+
const e = P("listState"), t = P("topItemsIndexes").length > 0, o = Ie("sizeRanges"), n = P("useWindowScroll"), r = P("customScrollParent"), i = Ie("windowScrollContainerState"), l = Ie("scrollContainerState"), s = r || n ? i : l, c = P("trackItemSizes"), d = P("itemSize"), m = P("log"), { callbackRef: T, ref: u } = rn(
|
|
2367
|
+
o,
|
|
2368
|
+
d,
|
|
2369
|
+
c,
|
|
2370
|
+
s,
|
|
2371
|
+
m,
|
|
2372
|
+
void 0,
|
|
2373
|
+
r,
|
|
2374
|
+
!1,
|
|
2375
|
+
P("skipAnimationFrameInResizeObserver")
|
|
2376
|
+
), [g, C] = E.useState(0);
|
|
2377
|
+
_t("deviation", (k) => {
|
|
2378
|
+
g !== k && (u.current.style.marginTop = `${k}px`, C(k));
|
|
2379
|
+
});
|
|
2380
|
+
const I = P("EmptyPlaceholder"), v = P("FillerRow") || Kn, h = P("TableBodyComponent"), a = P("paddingTopAddition"), H = P("statefulTotalCount"), R = P("context");
|
|
2381
|
+
if (H === 0 && I)
|
|
2382
|
+
return /* @__PURE__ */ A.jsx(I, { ...re(I, R) });
|
|
2383
|
+
const p = (t ? e.topItems : []).reduce((k, F) => k + F.size, 0), f = e.offsetTop + a + g - p, y = e.offsetBottom, z = f > 0 ? /* @__PURE__ */ A.jsx(v, { context: R, height: f }, "padding-top") : null, O = y > 0 ? /* @__PURE__ */ A.jsx(v, { context: R, height: y }, "padding-bottom") : null;
|
|
2384
|
+
return /* @__PURE__ */ A.jsxs(h, { "data-testid": "virtuoso-item-list", ref: T, ...re(h, R), children: [
|
|
2385
|
+
z,
|
|
2386
|
+
t && /* @__PURE__ */ A.jsx(lo, { showTopList: !0 }),
|
|
2387
|
+
/* @__PURE__ */ A.jsx(lo, {}),
|
|
2388
|
+
O
|
|
2389
|
+
] });
|
|
2390
|
+
}), Zn = ({ children: e }) => {
|
|
2391
|
+
const t = E.useContext(Wo), o = Ie("viewportHeight"), n = Ie("fixedItemHeight"), r = Pe(
|
|
2392
|
+
E.useMemo(() => ft(o, (i) => Ee(i, "height")), [o]),
|
|
2393
|
+
!0,
|
|
2394
|
+
P("skipAnimationFrameInResizeObserver")
|
|
2395
|
+
);
|
|
2396
|
+
return E.useEffect(() => {
|
|
2397
|
+
t && (o(t.viewportHeight), n(t.itemHeight));
|
|
2398
|
+
}, [t, o, n]), /* @__PURE__ */ A.jsx("div", { "data-viewport-type": "element", ref: r, style: wt(), children: e });
|
|
2399
|
+
}, Xn = ({ children: e }) => {
|
|
2400
|
+
const t = E.useContext(Wo), o = Ie("windowViewportRect"), n = Ie("fixedItemHeight"), r = P("customScrollParent"), i = Io(
|
|
2401
|
+
o,
|
|
2402
|
+
r,
|
|
2403
|
+
P("skipAnimationFrameInResizeObserver")
|
|
2404
|
+
);
|
|
2405
|
+
return E.useEffect(() => {
|
|
2406
|
+
t && (n(t.itemHeight), o({ offsetTop: 0, visibleHeight: t.viewportHeight, visibleWidth: 100 }));
|
|
2407
|
+
}, [t, o, n]), /* @__PURE__ */ A.jsx("div", { "data-viewport-type": "window", ref: i, style: wt(), children: e });
|
|
2408
|
+
}, Jn = /* @__PURE__ */ E.memo(function(e) {
|
|
2409
|
+
const t = P("useWindowScroll"), o = P("customScrollParent"), n = Ie("fixedHeaderHeight"), r = Ie("fixedFooterHeight"), i = P("fixedHeaderContent"), l = P("fixedFooterContent"), s = P("context"), c = Pe(
|
|
2410
|
+
E.useMemo(() => ft(n, (h) => Ee(h, "height")), [n]),
|
|
2411
|
+
!0,
|
|
2412
|
+
P("skipAnimationFrameInResizeObserver")
|
|
2413
|
+
), d = Pe(
|
|
2414
|
+
E.useMemo(() => ft(r, (h) => Ee(h, "height")), [r]),
|
|
2415
|
+
!0,
|
|
2416
|
+
P("skipAnimationFrameInResizeObserver")
|
|
2417
|
+
), m = o || t ? tr : er, T = o || t ? Xn : Zn, u = P("TableComponent"), g = P("TableHeadComponent"), C = P("TableFooterComponent"), I = i ? /* @__PURE__ */ A.jsx(
|
|
2418
|
+
g,
|
|
2419
|
+
{
|
|
2420
|
+
ref: c,
|
|
2421
|
+
style: { position: "sticky", top: 0, zIndex: 2 },
|
|
2422
|
+
...re(g, s),
|
|
2423
|
+
children: i()
|
|
2424
|
+
},
|
|
2425
|
+
"TableHead"
|
|
2426
|
+
) : null, v = l ? /* @__PURE__ */ A.jsx(
|
|
2427
|
+
C,
|
|
2428
|
+
{
|
|
2429
|
+
ref: d,
|
|
2430
|
+
style: { bottom: 0, position: "sticky", zIndex: 1 },
|
|
2431
|
+
...re(C, s),
|
|
2432
|
+
children: l()
|
|
2433
|
+
},
|
|
2434
|
+
"TableFoot"
|
|
2435
|
+
) : null;
|
|
2436
|
+
return /* @__PURE__ */ A.jsx(m, { ...e, ...re(m, s), children: /* @__PURE__ */ A.jsx(T, { children: /* @__PURE__ */ A.jsxs(u, { style: { borderSpacing: 0, overflowAnchor: "none" }, ...re(u, s), children: [
|
|
2437
|
+
I,
|
|
2438
|
+
/* @__PURE__ */ A.jsx(Yn, {}, "TableBody"),
|
|
2439
|
+
v
|
|
2440
|
+
] }) }) });
|
|
2441
|
+
}), {
|
|
2442
|
+
Component: Qn,
|
|
2443
|
+
useEmitter: _t,
|
|
2444
|
+
useEmitterValue: P,
|
|
2445
|
+
usePublisher: Ie
|
|
2446
|
+
} = /* @__PURE__ */ Fo(
|
|
2447
|
+
Un,
|
|
2448
|
+
{
|
|
2449
|
+
events: {
|
|
2450
|
+
atBottomStateChange: "atBottomStateChange",
|
|
2451
|
+
atTopStateChange: "atTopStateChange",
|
|
2452
|
+
endReached: "endReached",
|
|
2453
|
+
groupIndices: "groupIndices",
|
|
2454
|
+
isScrolling: "isScrolling",
|
|
2455
|
+
itemsRendered: "itemsRendered",
|
|
2456
|
+
rangeChanged: "rangeChanged",
|
|
2457
|
+
startReached: "startReached",
|
|
2458
|
+
totalListHeightChanged: "totalListHeightChanged"
|
|
2459
|
+
},
|
|
2460
|
+
methods: {
|
|
2461
|
+
getState: "getState",
|
|
2462
|
+
scrollBy: "scrollBy",
|
|
2463
|
+
scrollIntoView: "scrollIntoView",
|
|
2464
|
+
scrollTo: "scrollTo",
|
|
2465
|
+
scrollToIndex: "scrollToIndex"
|
|
2466
|
+
},
|
|
2467
|
+
optional: {
|
|
2468
|
+
alignToBottom: "alignToBottom",
|
|
2469
|
+
atBottomThreshold: "atBottomThreshold",
|
|
2470
|
+
atTopThreshold: "atTopThreshold",
|
|
2471
|
+
components: "components",
|
|
2472
|
+
computeItemKey: "computeItemKey",
|
|
2473
|
+
context: "context",
|
|
2474
|
+
customScrollParent: "customScrollParent",
|
|
2475
|
+
data: "data",
|
|
2476
|
+
defaultItemHeight: "defaultItemHeight",
|
|
2477
|
+
firstItemIndex: "firstItemIndex",
|
|
2478
|
+
fixedFooterContent: "fixedFooterContent",
|
|
2479
|
+
fixedHeaderContent: "fixedHeaderContent",
|
|
2480
|
+
fixedItemHeight: "fixedItemHeight",
|
|
2481
|
+
followOutput: "followOutput",
|
|
2482
|
+
groupCounts: "groupCounts",
|
|
2483
|
+
increaseViewportBy: "increaseViewportBy",
|
|
2484
|
+
initialItemCount: "initialItemCount",
|
|
2485
|
+
initialScrollTop: "initialScrollTop",
|
|
2486
|
+
initialTopMostItemIndex: "initialTopMostItemIndex",
|
|
2487
|
+
itemContent: "itemContent",
|
|
2488
|
+
itemSize: "itemSize",
|
|
2489
|
+
logLevel: "logLevel",
|
|
2490
|
+
overscan: "overscan",
|
|
2491
|
+
restoreStateFrom: "restoreStateFrom",
|
|
2492
|
+
scrollerRef: "scrollerRef",
|
|
2493
|
+
scrollSeekConfiguration: "scrollSeekConfiguration",
|
|
2494
|
+
topItemCount: "topItemCount",
|
|
2495
|
+
totalCount: "totalCount",
|
|
2496
|
+
useWindowScroll: "useWindowScroll"
|
|
2497
|
+
},
|
|
2498
|
+
required: {}
|
|
2499
|
+
},
|
|
2500
|
+
Jn
|
|
2501
|
+
), er = /* @__PURE__ */ _o({ useEmitter: _t, useEmitterValue: P, usePublisher: Ie }), tr = /* @__PURE__ */ No({ useEmitter: _t, useEmitterValue: P, usePublisher: Ie }), Tr = Qn, co = {
|
|
2502
|
+
bottom: 0,
|
|
2503
|
+
itemHeight: 0,
|
|
2504
|
+
items: [],
|
|
2505
|
+
itemWidth: 0,
|
|
2506
|
+
offsetBottom: 0,
|
|
2507
|
+
offsetTop: 0,
|
|
2508
|
+
top: 0
|
|
2509
|
+
}, or = {
|
|
2510
|
+
bottom: 0,
|
|
2511
|
+
itemHeight: 0,
|
|
2512
|
+
items: [{ index: 0 }],
|
|
2513
|
+
itemWidth: 0,
|
|
2514
|
+
offsetBottom: 0,
|
|
2515
|
+
offsetTop: 0,
|
|
2516
|
+
top: 0
|
|
2517
|
+
}, { ceil: uo, floor: pt, max: Ye, min: bt, round: ao } = Math;
|
|
2518
|
+
function fo(e, t, o) {
|
|
2519
|
+
return Array.from({ length: t - e + 1 }).map((n, r) => ({ data: o === null ? null : o[r + e], index: r + e }));
|
|
2520
|
+
}
|
|
2521
|
+
function nr(e) {
|
|
2522
|
+
return {
|
|
2523
|
+
...or,
|
|
2524
|
+
items: e
|
|
2525
|
+
};
|
|
2526
|
+
}
|
|
2527
|
+
function ut(e, t) {
|
|
2528
|
+
return e && e.width === t.width && e.height === t.height;
|
|
2529
|
+
}
|
|
2530
|
+
function rr(e, t) {
|
|
2531
|
+
return e && e.column === t.column && e.row === t.row;
|
|
2532
|
+
}
|
|
2533
|
+
const ir = /* @__PURE__ */ G(
|
|
2534
|
+
([
|
|
2535
|
+
{ increaseViewportBy: e, listBoundary: t, overscan: o, visibleRange: n },
|
|
2536
|
+
{ footerHeight: r, headerHeight: i, scrollBy: l, scrollContainerState: s, scrollTo: c, scrollTop: d, smoothScrollTargetReached: m, viewportHeight: T },
|
|
2537
|
+
u,
|
|
2538
|
+
g,
|
|
2539
|
+
{ didMount: C, propsReady: I },
|
|
2540
|
+
{ customScrollParent: v, useWindowScroll: h, windowScrollContainerState: a, windowScrollTo: H, windowViewportRect: R },
|
|
2541
|
+
p
|
|
2542
|
+
]) => {
|
|
2543
|
+
const f = S(0), y = S(0), z = S(co), O = S({ height: 0, width: 0 }), k = S({ height: 0, width: 0 }), F = _(), U = _(), $ = S(0), D = S(null), K = S({ column: 0, row: 0 }), ue = _(), fe = _(), ge = S(!1), pe = S(0), ce = S(!0), ie = S(!1), Me = S(!1);
|
|
2544
|
+
N(
|
|
2545
|
+
x(
|
|
2546
|
+
C,
|
|
2547
|
+
j(pe),
|
|
2548
|
+
M(([w, V]) => !!V)
|
|
2549
|
+
),
|
|
2550
|
+
() => {
|
|
2551
|
+
W(ce, !1);
|
|
2552
|
+
}
|
|
2553
|
+
), N(
|
|
2554
|
+
x(
|
|
2555
|
+
te(C, ce, k, O, pe, ie),
|
|
2556
|
+
M(([w, V, Y, oe, , Q]) => w && !V && Y.height !== 0 && oe.height !== 0 && !Q)
|
|
2557
|
+
),
|
|
2558
|
+
([, , , , w]) => {
|
|
2559
|
+
W(ie, !0), jt(1, () => {
|
|
2560
|
+
W(F, w);
|
|
2561
|
+
}), Ce(x(d), () => {
|
|
2562
|
+
W(t, [0, 0]), W(ce, !0);
|
|
2563
|
+
});
|
|
2564
|
+
}
|
|
2565
|
+
), B(
|
|
2566
|
+
x(
|
|
2567
|
+
fe,
|
|
2568
|
+
M((w) => w != null && w.scrollTop > 0),
|
|
2569
|
+
we(0)
|
|
2570
|
+
),
|
|
2571
|
+
y
|
|
2572
|
+
), N(
|
|
2573
|
+
x(
|
|
2574
|
+
C,
|
|
2575
|
+
j(fe),
|
|
2576
|
+
M(([, w]) => w != null)
|
|
2577
|
+
),
|
|
2578
|
+
([, w]) => {
|
|
2579
|
+
w && (W(O, w.viewport), W(k, w.item), W(K, w.gap), w.scrollTop > 0 && (W(ge, !0), Ce(x(d, Ne(1)), (V) => {
|
|
2580
|
+
W(ge, !1);
|
|
2581
|
+
}), W(c, { top: w.scrollTop })));
|
|
2582
|
+
}
|
|
2583
|
+
), B(
|
|
2584
|
+
x(
|
|
2585
|
+
O,
|
|
2586
|
+
b(({ height: w }) => w)
|
|
2587
|
+
),
|
|
2588
|
+
T
|
|
2589
|
+
), B(
|
|
2590
|
+
x(
|
|
2591
|
+
te(
|
|
2592
|
+
L(O, ut),
|
|
2593
|
+
L(k, ut),
|
|
2594
|
+
L(K, (w, V) => w && w.column === V.column && w.row === V.row),
|
|
2595
|
+
L(d)
|
|
2596
|
+
),
|
|
2597
|
+
b(([w, V, Y, oe]) => ({
|
|
2598
|
+
gap: Y,
|
|
2599
|
+
item: V,
|
|
2600
|
+
scrollTop: oe,
|
|
2601
|
+
viewport: w
|
|
2602
|
+
}))
|
|
2603
|
+
),
|
|
2604
|
+
ue
|
|
2605
|
+
), B(
|
|
2606
|
+
x(
|
|
2607
|
+
te(
|
|
2608
|
+
L(f),
|
|
2609
|
+
n,
|
|
2610
|
+
L(K, rr),
|
|
2611
|
+
L(k, ut),
|
|
2612
|
+
L(O, ut),
|
|
2613
|
+
L(D),
|
|
2614
|
+
L(y),
|
|
2615
|
+
L(ge),
|
|
2616
|
+
L(ce),
|
|
2617
|
+
L(pe)
|
|
2618
|
+
),
|
|
2619
|
+
M(([, , , , , , , w]) => !w),
|
|
2620
|
+
b(
|
|
2621
|
+
([
|
|
2622
|
+
w,
|
|
2623
|
+
[V, Y],
|
|
2624
|
+
oe,
|
|
2625
|
+
Q,
|
|
2626
|
+
Le,
|
|
2627
|
+
qe,
|
|
2628
|
+
Ve,
|
|
2629
|
+
,
|
|
2630
|
+
it,
|
|
2631
|
+
be
|
|
2632
|
+
]) => {
|
|
2633
|
+
const { column: Re, row: Ke } = oe, { height: st, width: St } = Q, { width: Nt } = Le;
|
|
2634
|
+
if (Ve === 0 && (w === 0 || Nt === 0))
|
|
2635
|
+
return co;
|
|
2636
|
+
if (St === 0) {
|
|
2637
|
+
const $t = At(be, w), Ko = $t + Math.max(Ve - 1, 0);
|
|
2638
|
+
return nr(fo($t, Ko, qe));
|
|
2639
|
+
}
|
|
2640
|
+
const lt = Go(Nt, St, Re);
|
|
2641
|
+
let De, Fe;
|
|
2642
|
+
it ? V === 0 && Y === 0 && Ve > 0 ? (De = 0, Fe = Ve - 1) : (De = lt * pt((V + Ke) / (st + Ke)), Fe = lt * uo((Y + Ke) / (st + Ke)) - 1, Fe = bt(w - 1, Ye(Fe, lt - 1)), De = bt(Fe, Ye(0, De))) : (De = 0, Fe = -1);
|
|
2643
|
+
const Gt = fo(De, Fe, qe), { bottom: Ut, top: qt } = ho(Le, oe, Q, Gt), Kt = uo(w / lt), qo = Kt * st + (Kt - 1) * Ke - Ut;
|
|
2644
|
+
return { bottom: Ut, itemHeight: st, items: Gt, itemWidth: St, offsetBottom: qo, offsetTop: qt, top: qt };
|
|
2645
|
+
}
|
|
2646
|
+
)
|
|
2647
|
+
),
|
|
2648
|
+
z
|
|
2649
|
+
), B(
|
|
2650
|
+
x(
|
|
2651
|
+
D,
|
|
2652
|
+
M((w) => w !== null),
|
|
2653
|
+
b((w) => w.length)
|
|
2654
|
+
),
|
|
2655
|
+
f
|
|
2656
|
+
), B(
|
|
2657
|
+
x(
|
|
2658
|
+
te(O, k, z, K),
|
|
2659
|
+
M(([w, V, { items: Y }]) => Y.length > 0 && V.height !== 0 && w.height !== 0),
|
|
2660
|
+
b(([w, V, { items: Y }, oe]) => {
|
|
2661
|
+
const { bottom: Q, top: Le } = ho(w, oe, V, Y);
|
|
2662
|
+
return [Le, Q];
|
|
2663
|
+
}),
|
|
2664
|
+
X(Je)
|
|
2665
|
+
),
|
|
2666
|
+
t
|
|
2667
|
+
);
|
|
2668
|
+
const xe = S(!1);
|
|
2669
|
+
B(
|
|
2670
|
+
x(
|
|
2671
|
+
d,
|
|
2672
|
+
j(xe),
|
|
2673
|
+
b(([w, V]) => V || w !== 0)
|
|
2674
|
+
),
|
|
2675
|
+
xe
|
|
2676
|
+
);
|
|
2677
|
+
const Ue = de(
|
|
2678
|
+
x(
|
|
2679
|
+
te(z, f),
|
|
2680
|
+
M(([{ items: w }]) => w.length > 0),
|
|
2681
|
+
j(xe),
|
|
2682
|
+
M(([[w, V], Y]) => {
|
|
2683
|
+
const oe = w.items[w.items.length - 1].index === V - 1;
|
|
2684
|
+
return (Y || w.bottom > 0 && w.itemHeight > 0 && w.offsetBottom === 0 && w.items.length === V) && oe;
|
|
2685
|
+
}),
|
|
2686
|
+
b(([[, w]]) => w - 1),
|
|
2687
|
+
X()
|
|
2688
|
+
)
|
|
2689
|
+
), Ae = de(
|
|
2690
|
+
x(
|
|
2691
|
+
L(z),
|
|
2692
|
+
M(({ items: w }) => w.length > 0 && w[0].index === 0),
|
|
2693
|
+
we(0),
|
|
2694
|
+
X()
|
|
2695
|
+
)
|
|
2696
|
+
), ve = de(
|
|
2697
|
+
x(
|
|
2698
|
+
L(z),
|
|
2699
|
+
j(ge),
|
|
2700
|
+
M(([{ items: w }, V]) => w.length > 0 && !V),
|
|
2701
|
+
b(([{ items: w }]) => ({
|
|
2702
|
+
endIndex: w[w.length - 1].index,
|
|
2703
|
+
startIndex: w[0].index
|
|
2704
|
+
})),
|
|
2705
|
+
X(Ho),
|
|
2706
|
+
ze(0)
|
|
2707
|
+
)
|
|
2708
|
+
);
|
|
2709
|
+
B(ve, g.scrollSeekRangeChanged), B(
|
|
2710
|
+
x(
|
|
2711
|
+
F,
|
|
2712
|
+
j(O, k, f, K),
|
|
2713
|
+
b(([w, V, Y, oe, Q]) => {
|
|
2714
|
+
const Le = Eo(w), { align: qe, behavior: Ve, offset: it } = Le;
|
|
2715
|
+
let be = Le.index;
|
|
2716
|
+
be === "LAST" && (be = oe - 1), be = Ye(0, be, bt(oe - 1, be));
|
|
2717
|
+
let Re = Ot(V, Q, Y, be);
|
|
2718
|
+
return qe === "end" ? Re = ao(Re - V.height + Y.height) : qe === "center" && (Re = ao(Re - V.height / 2 + Y.height / 2)), it && (Re += it), { behavior: Ve, top: Re };
|
|
2719
|
+
})
|
|
2720
|
+
),
|
|
2721
|
+
c
|
|
2722
|
+
);
|
|
2723
|
+
const ye = se(
|
|
2724
|
+
x(
|
|
2725
|
+
z,
|
|
2726
|
+
b((w) => w.offsetBottom + w.bottom)
|
|
2727
|
+
),
|
|
2728
|
+
0
|
|
2729
|
+
);
|
|
2730
|
+
return B(
|
|
2731
|
+
x(
|
|
2732
|
+
R,
|
|
2733
|
+
b((w) => ({ height: w.visibleHeight, width: w.visibleWidth }))
|
|
2734
|
+
),
|
|
2735
|
+
O
|
|
2736
|
+
), {
|
|
2737
|
+
customScrollParent: v,
|
|
2738
|
+
// input
|
|
2739
|
+
data: D,
|
|
2740
|
+
deviation: $,
|
|
2741
|
+
footerHeight: r,
|
|
2742
|
+
gap: K,
|
|
2743
|
+
headerHeight: i,
|
|
2744
|
+
increaseViewportBy: e,
|
|
2745
|
+
initialItemCount: y,
|
|
2746
|
+
itemDimensions: k,
|
|
2747
|
+
overscan: o,
|
|
2748
|
+
restoreStateFrom: fe,
|
|
2749
|
+
scrollBy: l,
|
|
2750
|
+
scrollContainerState: s,
|
|
2751
|
+
scrollHeight: U,
|
|
2752
|
+
scrollTo: c,
|
|
2753
|
+
scrollToIndex: F,
|
|
2754
|
+
scrollTop: d,
|
|
2755
|
+
smoothScrollTargetReached: m,
|
|
2756
|
+
totalCount: f,
|
|
2757
|
+
useWindowScroll: h,
|
|
2758
|
+
viewportDimensions: O,
|
|
2759
|
+
windowScrollContainerState: a,
|
|
2760
|
+
windowScrollTo: H,
|
|
2761
|
+
windowViewportRect: R,
|
|
2762
|
+
...g,
|
|
2763
|
+
// output
|
|
2764
|
+
gridState: z,
|
|
2765
|
+
horizontalDirection: Me,
|
|
2766
|
+
initialTopMostItemIndex: pe,
|
|
2767
|
+
totalListHeight: ye,
|
|
2768
|
+
...u,
|
|
2769
|
+
endReached: Ue,
|
|
2770
|
+
propsReady: I,
|
|
2771
|
+
rangeChanged: ve,
|
|
2772
|
+
startReached: Ae,
|
|
2773
|
+
stateChanged: ue,
|
|
2774
|
+
stateRestoreInProgress: ge,
|
|
2775
|
+
...p
|
|
2776
|
+
};
|
|
2777
|
+
},
|
|
2778
|
+
J(Vt, le, rt, Mo, Oe, Dt, ke)
|
|
2779
|
+
);
|
|
2780
|
+
function Go(e, t, o) {
|
|
2781
|
+
return Ye(1, pt((e + o) / (pt(t) + o)));
|
|
2782
|
+
}
|
|
2783
|
+
function ho(e, t, o, n) {
|
|
2784
|
+
const { height: r } = o;
|
|
2785
|
+
if (r === void 0 || n.length === 0)
|
|
2786
|
+
return { bottom: 0, top: 0 };
|
|
2787
|
+
const i = Ot(e, t, o, n[0].index);
|
|
2788
|
+
return { bottom: Ot(e, t, o, n[n.length - 1].index) + r, top: i };
|
|
2789
|
+
}
|
|
2790
|
+
function Ot(e, t, o, n) {
|
|
2791
|
+
const r = Go(e.width, o.width, t.column), i = pt(n / r), l = i * o.height + Ye(0, i - 1) * t.row;
|
|
2792
|
+
return l > 0 ? l + t.row : l;
|
|
2793
|
+
}
|
|
2794
|
+
const sr = /* @__PURE__ */ G(() => {
|
|
2795
|
+
const e = S((T) => `Item ${T}`), t = S({}), o = S(null), n = S("virtuoso-grid-item"), r = S("virtuoso-grid-list"), i = S(Do), l = S("div"), s = S(tt), c = (T, u = null) => se(
|
|
2796
|
+
x(
|
|
2797
|
+
t,
|
|
2798
|
+
b((g) => g[T]),
|
|
2799
|
+
X()
|
|
2800
|
+
),
|
|
2801
|
+
u
|
|
2802
|
+
), d = S(!1), m = S(!1);
|
|
2803
|
+
return B(L(m), d), {
|
|
2804
|
+
components: t,
|
|
2805
|
+
computeItemKey: i,
|
|
2806
|
+
context: o,
|
|
2807
|
+
FooterComponent: c("Footer"),
|
|
2808
|
+
HeaderComponent: c("Header"),
|
|
2809
|
+
headerFooterTag: l,
|
|
2810
|
+
itemClassName: n,
|
|
2811
|
+
ItemComponent: c("Item", "div"),
|
|
2812
|
+
itemContent: e,
|
|
2813
|
+
listClassName: r,
|
|
2814
|
+
ListComponent: c("List", "div"),
|
|
2815
|
+
readyStateChanged: d,
|
|
2816
|
+
reportReadyState: m,
|
|
2817
|
+
ScrollerComponent: c("Scroller", "div"),
|
|
2818
|
+
scrollerRef: s,
|
|
2819
|
+
ScrollSeekPlaceholder: c("ScrollSeekPlaceholder", "div")
|
|
2820
|
+
};
|
|
2821
|
+
}), lr = /* @__PURE__ */ G(
|
|
2822
|
+
([e, t]) => ({ ...e, ...t }),
|
|
2823
|
+
J(ir, sr)
|
|
2824
|
+
), cr = /* @__PURE__ */ E.memo(function() {
|
|
2825
|
+
const e = Z("gridState"), t = Z("listClassName"), o = Z("itemClassName"), n = Z("itemContent"), r = Z("computeItemKey"), i = Z("isSeeking"), l = he("scrollHeight"), s = Z("ItemComponent"), c = Z("ListComponent"), d = Z("ScrollSeekPlaceholder"), m = Z("context"), T = he("itemDimensions"), u = he("gap"), g = Z("log"), C = Z("stateRestoreInProgress"), I = he("reportReadyState"), v = Pe(
|
|
2826
|
+
E.useMemo(
|
|
2827
|
+
() => (h) => {
|
|
2828
|
+
const a = h.parentElement.parentElement.scrollHeight;
|
|
2829
|
+
l(a);
|
|
2830
|
+
const H = h.firstChild;
|
|
2831
|
+
if (H) {
|
|
2832
|
+
const { height: R, width: p } = H.getBoundingClientRect();
|
|
2833
|
+
T({ height: R, width: p });
|
|
2834
|
+
}
|
|
2835
|
+
u({
|
|
2836
|
+
column: mo("column-gap", getComputedStyle(h).columnGap, g),
|
|
2837
|
+
row: mo("row-gap", getComputedStyle(h).rowGap, g)
|
|
2838
|
+
});
|
|
2839
|
+
},
|
|
2840
|
+
[l, T, u, g]
|
|
2841
|
+
),
|
|
2842
|
+
!0,
|
|
2843
|
+
!1
|
|
2844
|
+
);
|
|
2845
|
+
return jo(() => {
|
|
2846
|
+
e.itemHeight > 0 && e.itemWidth > 0 && I(!0);
|
|
2847
|
+
}, [e]), C ? null : /* @__PURE__ */ A.jsx(
|
|
2848
|
+
c,
|
|
2849
|
+
{
|
|
2850
|
+
className: t,
|
|
2851
|
+
ref: v,
|
|
2852
|
+
...re(c, m),
|
|
2853
|
+
"data-testid": "virtuoso-item-list",
|
|
2854
|
+
style: { paddingBottom: e.offsetBottom, paddingTop: e.offsetTop },
|
|
2855
|
+
children: e.items.map((h) => {
|
|
2856
|
+
const a = r(h.index, h.data, m);
|
|
2857
|
+
return i ? /* @__PURE__ */ A.jsx(
|
|
2858
|
+
d,
|
|
2859
|
+
{
|
|
2860
|
+
...re(d, m),
|
|
2861
|
+
height: e.itemHeight,
|
|
2862
|
+
index: h.index,
|
|
2863
|
+
width: e.itemWidth
|
|
2864
|
+
},
|
|
2865
|
+
a
|
|
2866
|
+
) : /* @__PURE__ */ Rt(
|
|
2867
|
+
s,
|
|
2868
|
+
{
|
|
2869
|
+
...re(s, m),
|
|
2870
|
+
className: o,
|
|
2871
|
+
"data-index": h.index,
|
|
2872
|
+
key: a
|
|
2873
|
+
},
|
|
2874
|
+
n(h.index, h.data, m)
|
|
2875
|
+
);
|
|
2876
|
+
})
|
|
2877
|
+
}
|
|
2878
|
+
);
|
|
2879
|
+
}), ur = E.memo(function() {
|
|
2880
|
+
const e = Z("HeaderComponent"), t = he("headerHeight"), o = Z("headerFooterTag"), n = Pe(
|
|
2881
|
+
E.useMemo(
|
|
2882
|
+
() => (i) => {
|
|
2883
|
+
t(Ee(i, "height"));
|
|
2884
|
+
},
|
|
2885
|
+
[t]
|
|
2886
|
+
),
|
|
2887
|
+
!0,
|
|
2888
|
+
!1
|
|
2889
|
+
), r = Z("context");
|
|
2890
|
+
return e ? /* @__PURE__ */ A.jsx(o, { ref: n, children: /* @__PURE__ */ A.jsx(e, { ...re(e, r) }) }) : null;
|
|
2891
|
+
}), ar = E.memo(function() {
|
|
2892
|
+
const e = Z("FooterComponent"), t = he("footerHeight"), o = Z("headerFooterTag"), n = Pe(
|
|
2893
|
+
E.useMemo(
|
|
2894
|
+
() => (i) => {
|
|
2895
|
+
t(Ee(i, "height"));
|
|
2896
|
+
},
|
|
2897
|
+
[t]
|
|
2898
|
+
),
|
|
2899
|
+
!0,
|
|
2900
|
+
!1
|
|
2901
|
+
), r = Z("context");
|
|
2902
|
+
return e ? /* @__PURE__ */ A.jsx(o, { ref: n, children: /* @__PURE__ */ A.jsx(e, { ...re(e, r) }) }) : null;
|
|
2903
|
+
}), dr = ({ children: e }) => {
|
|
2904
|
+
const t = E.useContext(Po), o = he("itemDimensions"), n = he("viewportDimensions"), r = Pe(
|
|
2905
|
+
E.useMemo(
|
|
2906
|
+
() => (i) => {
|
|
2907
|
+
n(i.getBoundingClientRect());
|
|
2908
|
+
},
|
|
2909
|
+
[n]
|
|
2910
|
+
),
|
|
2911
|
+
!0,
|
|
2912
|
+
!1
|
|
2913
|
+
);
|
|
2914
|
+
return E.useEffect(() => {
|
|
2915
|
+
t && (n({ height: t.viewportHeight, width: t.viewportWidth }), o({ height: t.itemHeight, width: t.itemWidth }));
|
|
2916
|
+
}, [t, n, o]), /* @__PURE__ */ A.jsx("div", { ref: r, style: wt(), children: e });
|
|
2917
|
+
}, fr = ({ children: e }) => {
|
|
2918
|
+
const t = E.useContext(Po), o = he("windowViewportRect"), n = he("itemDimensions"), r = Z("customScrollParent"), i = Io(o, r, !1);
|
|
2919
|
+
return E.useEffect(() => {
|
|
2920
|
+
t && (n({ height: t.itemHeight, width: t.itemWidth }), o({ offsetTop: 0, visibleHeight: t.viewportHeight, visibleWidth: t.viewportWidth }));
|
|
2921
|
+
}, [t, o, n]), /* @__PURE__ */ A.jsx("div", { ref: i, style: wt(), children: e });
|
|
2922
|
+
}, hr = /* @__PURE__ */ E.memo(function({ ...e }) {
|
|
2923
|
+
const t = Z("useWindowScroll"), o = Z("customScrollParent"), n = o || t ? gr : mr, r = o || t ? fr : dr, i = Z("context");
|
|
2924
|
+
return /* @__PURE__ */ A.jsx(n, { ...e, ...re(n, i), children: /* @__PURE__ */ A.jsxs(r, { children: [
|
|
2925
|
+
/* @__PURE__ */ A.jsx(ur, {}),
|
|
2926
|
+
/* @__PURE__ */ A.jsx(cr, {}),
|
|
2927
|
+
/* @__PURE__ */ A.jsx(ar, {})
|
|
2928
|
+
] }) });
|
|
2929
|
+
}), {
|
|
2930
|
+
Component: vr,
|
|
2931
|
+
useEmitter: Uo,
|
|
2932
|
+
useEmitterValue: Z,
|
|
2933
|
+
usePublisher: he
|
|
2934
|
+
} = /* @__PURE__ */ Fo(
|
|
2935
|
+
lr,
|
|
2936
|
+
{
|
|
2937
|
+
events: {
|
|
2938
|
+
atBottomStateChange: "atBottomStateChange",
|
|
2939
|
+
atTopStateChange: "atTopStateChange",
|
|
2940
|
+
endReached: "endReached",
|
|
2941
|
+
isScrolling: "isScrolling",
|
|
2942
|
+
rangeChanged: "rangeChanged",
|
|
2943
|
+
readyStateChanged: "readyStateChanged",
|
|
2944
|
+
startReached: "startReached",
|
|
2945
|
+
stateChanged: "stateChanged"
|
|
2946
|
+
},
|
|
2947
|
+
methods: {
|
|
2948
|
+
scrollBy: "scrollBy",
|
|
2949
|
+
scrollTo: "scrollTo",
|
|
2950
|
+
scrollToIndex: "scrollToIndex"
|
|
2951
|
+
},
|
|
2952
|
+
optional: {
|
|
2953
|
+
components: "components",
|
|
2954
|
+
computeItemKey: "computeItemKey",
|
|
2955
|
+
context: "context",
|
|
2956
|
+
customScrollParent: "customScrollParent",
|
|
2957
|
+
data: "data",
|
|
2958
|
+
headerFooterTag: "headerFooterTag",
|
|
2959
|
+
increaseViewportBy: "increaseViewportBy",
|
|
2960
|
+
initialItemCount: "initialItemCount",
|
|
2961
|
+
initialTopMostItemIndex: "initialTopMostItemIndex",
|
|
2962
|
+
itemClassName: "itemClassName",
|
|
2963
|
+
itemContent: "itemContent",
|
|
2964
|
+
listClassName: "listClassName",
|
|
2965
|
+
logLevel: "logLevel",
|
|
2966
|
+
overscan: "overscan",
|
|
2967
|
+
restoreStateFrom: "restoreStateFrom",
|
|
2968
|
+
scrollerRef: "scrollerRef",
|
|
2969
|
+
scrollSeekConfiguration: "scrollSeekConfiguration",
|
|
2970
|
+
totalCount: "totalCount",
|
|
2971
|
+
useWindowScroll: "useWindowScroll"
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2974
|
+
hr
|
|
2975
|
+
), mr = /* @__PURE__ */ _o({ useEmitter: Uo, useEmitterValue: Z, usePublisher: he }), gr = /* @__PURE__ */ No({ useEmitter: Uo, useEmitterValue: Z, usePublisher: he });
|
|
2976
|
+
function mo(e, t, o) {
|
|
2977
|
+
return t !== "normal" && !(t != null && t.endsWith("px")) && o(`${e} was not resolved to pixel value correctly`, t, me.WARN), t === "normal" ? 0 : parseInt(t ?? "0", 10);
|
|
2978
|
+
}
|
|
2979
|
+
export {
|
|
2980
|
+
me as LogLevel,
|
|
2981
|
+
Tr as TableVirtuoso,
|
|
2982
|
+
Po as VirtuosoGridMockContext,
|
|
2983
|
+
Wo as VirtuosoMockContext
|
|
2984
|
+
};
|