@ubloimmo/uikit 1.8.28 → 1.8.30
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 +1 -1
- package/dist/components/Action/components/Action.centered.js +1 -1
- package/dist/components/Action/components/Action.default.js +1 -1
- package/dist/components/Action/components/Action.large.js +1 -1
- package/dist/components/ActionIcon/ActionIcon.component.js +1 -1
- package/dist/components/ActionIcon/ActionIcon.styles.js +1 -1
- package/dist/components/Avatar/Avatar.component.js +1 -1
- package/dist/components/Avatar/Avatar.styles.js +1 -1
- package/dist/components/Avatar/Avatar.utils.js +1 -1
- package/dist/components/Badge/Badge.component.js +1 -1
- package/dist/components/Badge/Badge.styles.js +1 -1
- package/dist/components/Button/Button.component.js +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.js +1 -1
- 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 +1 -1
- package/dist/components/Chip/Chip.styles.js +1 -1
- package/dist/components/ComboBox/ComboBox.component.js +1 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.component.js +1 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.styles.js +1 -1
- package/dist/components/ContextInfoCard/ContextInfoCard.component.js +1 -1
- package/dist/components/ContextInfoCard/ContextInfoCard.styles.js +1 -1
- package/dist/components/ContextLine/ContextLine.component.js +1 -1
- package/dist/components/ContextLine/ContextLine.styles.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.component.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.component.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.utils.js +1 -1
- package/dist/components/Dialog/Dialog.component.js +1 -1
- package/dist/components/Dialog/Dialog.context.js +1 -1
- package/dist/components/Dialog/Dialog.styles.js +1 -1
- package/dist/components/Divider/Divider.component.js +1 -1
- package/dist/components/Divider/Divider.styles.js +1 -1
- package/dist/components/EmptyStateCard/EmptyStateCard.component.js +2 -1
- 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 +1 -1
- package/dist/components/EntityInfoCard/EntityInfoCard.component.js +1 -1
- package/dist/components/EntityInfoCard/EntityInfoCard.styles.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.footer.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.header.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.section.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.sectionItems.js +1 -1
- package/dist/components/FeatureSwitch/FeatureSwitch.component.js +1 -1
- package/dist/components/FeatureSwitch/FeatureSwitch.utils.js +1 -1
- package/dist/components/Field/Field.component.js +1 -1
- 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 +1 -1
- package/dist/components/Form/Form.context.js +400 -366
- package/dist/components/Form/Form.format.js +18 -8
- package/dist/components/Form/Form.styles.js +1 -1
- package/dist/components/Form/Form.types.d.ts +138 -8
- package/dist/components/Form/Form.utils.js +2 -2
- package/dist/components/Form/components/FieldSkeleton.component.js +1 -1
- package/dist/components/Form/components/FormCustomContent.component.js +1 -1
- package/dist/components/Form/components/FormCustomField.component.js +1 -1
- package/dist/components/Form/components/FormDebug.component.js +1 -1
- package/dist/components/Form/components/FormDivider.component.js +1 -1
- package/dist/components/Form/components/FormEditBanner.component.js +1 -1
- package/dist/components/Form/components/FormEditButton.component.js +1 -1
- package/dist/components/Form/components/FormFeatureSwitch.component.js +1 -1
- package/dist/components/Form/components/FormField.component.js +1 -1
- package/dist/components/Form/components/FormFieldDisplay.component.js +1 -1
- package/dist/components/Form/components/FormFieldGridItem.component.js +1 -1
- package/dist/components/Form/components/FormFieldRenderer.component.js +1 -1
- package/dist/components/Form/components/FormHeader.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTable.component.d.ts +1 -1
- package/dist/components/Form/components/FormTable/FormTable.component.js +163 -119
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCellControls.component.d.ts +2 -2
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCellControls.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCustomFieldCell.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableFieldCell.component.js +15 -15
- package/dist/components/Form/components/FormTable/FormTableEmptyState.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooter.component.d.ts +9 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooter.component.js +36 -28
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterButton.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterSelect.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableHeader/FormTableHeader.component.d.ts +11 -2
- package/dist/components/Form/components/FormTable/FormTableHeader/FormTableHeader.component.js +57 -39
- package/dist/components/Form/components/FormTable/FormTableRow.component.d.ts +4 -5
- package/dist/components/Form/components/FormTable/FormTableRow.component.js +122 -90
- package/dist/components/Form/components/FormText.component.js +1 -1
- package/dist/components/Heading/Heading.component.d.ts +1 -1
- package/dist/components/Heading/Heading.component.js +16 -15
- 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/CheckSquareFill.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/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/ConvexeSepaOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeSepaOffFill.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/DoorMoveIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DoorMoveOut.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/GeoAltOff.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/HandFinger.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandFinger45Deg.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandFingerRight.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/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/LampFillOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/LampOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Link2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Link2Break.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MapOff.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/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 +1 -1
- package/dist/components/IconPicker/IconPicker.styles.js +1 -1
- package/dist/components/IconPicker/components/IconPickerItem/IconPickerItem.component.js +1 -1
- package/dist/components/IconPicker/components/IconPickerItem/IconPickerItem.styles.js +1 -1
- package/dist/components/InfoBox/InfoBox.component.js +1 -1
- 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 +1 -1
- 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.js +1 -1
- package/dist/components/Input/EnergyScoreInput/EnergyScoreInput.utils.js +1 -1
- package/dist/components/Input/IconPickerInput/IconPickerInput.component.js +1 -1
- package/dist/components/Input/Input.common.js +1 -1
- package/dist/components/Input/Input.component.js +1 -1
- package/dist/components/Input/Input.data.js +1 -1
- package/dist/components/Input/Input.styles.js +1 -1
- 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.js +1 -1
- 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.d.ts +1 -1
- package/dist/components/Input/SelectInput/SelectInput.component.js +1 -1
- package/dist/components/Input/SelectInput/SelectInput.styles.js +3 -3
- package/dist/components/Input/SelectInput/SelectInput.utils.js +1 -1
- package/dist/components/Input/SelectInput/components/SelectInputOption.component.js +23 -23
- 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/InputAssistiveText/InputAssistiveText.component.js +2 -2
- package/dist/components/InputLabel/InputLabel.component.d.ts +1 -0
- package/dist/components/InputLabel/InputLabel.component.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/List/components/public/ListFilterPresetCollection/ListFilterPresetCollection.utils.js +1 -1
- package/dist/components/List/components/public/ListSideHeader/ListSideHeader.component.js +1 -1
- package/dist/components/List/components/public/ListSideHeader/ListSideHeader.styles.js +1 -1
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.component.js +1 -1
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.styles.js +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.js +1 -1
- package/dist/components/Modal/Modal.styles.js +1 -1
- package/dist/components/Portal/Portal.component.js +1 -1
- package/dist/components/SmallLoader/SmallLoader.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.styles.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.component.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.styles.js +1 -1
- package/dist/components/SumLine/SumLine.component.js +1 -1
- package/dist/components/SumLine/SumLine.styles.js +1 -1
- package/dist/components/Switch/Switch.component.js +1 -1
- package/dist/components/Switch/Switch.styles.js +1 -1
- package/dist/components/Text/Text.component.d.ts +1 -1
- package/dist/components/Text/Text.component.js +18 -17
- package/dist/components/Tooltip/Tooltip.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components.js +1 -1
- package/dist/fonts.js +1 -1
- package/dist/index.js +1 -1
- 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.d.ts +2 -1
- package/dist/layouts/Table/Table.layout.js +20 -18
- package/dist/layouts/Table/Table.styles.js +1 -1
- package/dist/layouts/Table/Table.types.d.ts +10 -2
- package/dist/layouts/Table/components/TableBody/TableBody.component.d.ts +2 -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.d.ts +1 -0
- package/dist/layouts/Table/components/TableFooter/TableFooter.component.js +1 -1
- package/dist/layouts/Table/components/TableHeader/TableHeader.component.d.ts +1 -0
- 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.js +1 -1
- package/dist/layouts/Table/components/TableRow/TableRow.styles.js +1 -1
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.component.d.ts +4 -2
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.component.js +31 -23
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.styles.d.ts +2 -1
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.styles.js +30 -5
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.types.d.ts +39 -0
- package/dist/layouts/VirtualTable/VirtualTable.defaults.js +1 -1
- package/dist/layouts/VirtualTable/VirtualTable.layout.js +1 -1
- package/dist/layouts/VirtualTable/VirtualTable.styles.js +1 -1
- package/dist/layouts/VirtualTable/VirtualTable.utils.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableCell.content.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableFooter.content.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableHeader.content.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableHeaderCell.content.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableRow.content.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.body.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.empty.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.footer.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.header.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.row.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.table.js +1 -1
- package/dist/layouts.js +1 -1
- 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 +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +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/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/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/typography/typography.types.d.ts +6 -0
- package/dist/types.js +1 -1
- package/dist/typography/font.utils.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-Light.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-LightItalic.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-Medium.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-MediumItalic.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-Regular.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-RegularItalic.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono.font.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 +14 -12
- 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.js +1 -1
- 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 +1 -1
- package/package.json +1 -1
- package/dist/node_modules/zod/lib/index.js +0 -2917
|
@@ -1,2917 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @ubloimmo/uikit version 1.8.28
|
|
3
|
-
*
|
|
4
|
-
* Copyright © Ublo 2025
|
|
5
|
-
* https://ublo.immo
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var v;
|
|
10
|
-
(function(r) {
|
|
11
|
-
r.assertEqual = (s) => s;
|
|
12
|
-
function e(s) {
|
|
13
|
-
}
|
|
14
|
-
r.assertIs = e;
|
|
15
|
-
function t(s) {
|
|
16
|
-
throw new Error();
|
|
17
|
-
}
|
|
18
|
-
r.assertNever = t, r.arrayToEnum = (s) => {
|
|
19
|
-
const a = {};
|
|
20
|
-
for (const i of s)
|
|
21
|
-
a[i] = i;
|
|
22
|
-
return a;
|
|
23
|
-
}, r.getValidEnumValues = (s) => {
|
|
24
|
-
const a = r.objectKeys(s).filter((d) => typeof s[s[d]] != "number"), i = {};
|
|
25
|
-
for (const d of a)
|
|
26
|
-
i[d] = s[d];
|
|
27
|
-
return r.objectValues(i);
|
|
28
|
-
}, r.objectValues = (s) => r.objectKeys(s).map(function(a) {
|
|
29
|
-
return s[a];
|
|
30
|
-
}), r.objectKeys = typeof Object.keys == "function" ? (s) => Object.keys(s) : (s) => {
|
|
31
|
-
const a = [];
|
|
32
|
-
for (const i in s)
|
|
33
|
-
Object.prototype.hasOwnProperty.call(s, i) && a.push(i);
|
|
34
|
-
return a;
|
|
35
|
-
}, r.find = (s, a) => {
|
|
36
|
-
for (const i of s)
|
|
37
|
-
if (a(i))
|
|
38
|
-
return i;
|
|
39
|
-
}, r.isInteger = typeof Number.isInteger == "function" ? (s) => Number.isInteger(s) : (s) => typeof s == "number" && isFinite(s) && Math.floor(s) === s;
|
|
40
|
-
function n(s, a = " | ") {
|
|
41
|
-
return s.map((i) => typeof i == "string" ? `'${i}'` : i).join(a);
|
|
42
|
-
}
|
|
43
|
-
r.joinValues = n, r.jsonStringifyReplacer = (s, a) => typeof a == "bigint" ? a.toString() : a;
|
|
44
|
-
})(v || (v = {}));
|
|
45
|
-
var be;
|
|
46
|
-
(function(r) {
|
|
47
|
-
r.mergeShapes = (e, t) => ({
|
|
48
|
-
...e,
|
|
49
|
-
...t
|
|
50
|
-
// second overwrites first
|
|
51
|
-
});
|
|
52
|
-
})(be || (be = {}));
|
|
53
|
-
const l = v.arrayToEnum([
|
|
54
|
-
"string",
|
|
55
|
-
"nan",
|
|
56
|
-
"number",
|
|
57
|
-
"integer",
|
|
58
|
-
"float",
|
|
59
|
-
"boolean",
|
|
60
|
-
"date",
|
|
61
|
-
"bigint",
|
|
62
|
-
"symbol",
|
|
63
|
-
"function",
|
|
64
|
-
"undefined",
|
|
65
|
-
"null",
|
|
66
|
-
"array",
|
|
67
|
-
"object",
|
|
68
|
-
"unknown",
|
|
69
|
-
"promise",
|
|
70
|
-
"void",
|
|
71
|
-
"never",
|
|
72
|
-
"map",
|
|
73
|
-
"set"
|
|
74
|
-
]), E = (r) => {
|
|
75
|
-
switch (typeof r) {
|
|
76
|
-
case "undefined":
|
|
77
|
-
return l.undefined;
|
|
78
|
-
case "string":
|
|
79
|
-
return l.string;
|
|
80
|
-
case "number":
|
|
81
|
-
return isNaN(r) ? l.nan : l.number;
|
|
82
|
-
case "boolean":
|
|
83
|
-
return l.boolean;
|
|
84
|
-
case "function":
|
|
85
|
-
return l.function;
|
|
86
|
-
case "bigint":
|
|
87
|
-
return l.bigint;
|
|
88
|
-
case "symbol":
|
|
89
|
-
return l.symbol;
|
|
90
|
-
case "object":
|
|
91
|
-
return Array.isArray(r) ? l.array : r === null ? l.null : r.then && typeof r.then == "function" && r.catch && typeof r.catch == "function" ? l.promise : typeof Map < "u" && r instanceof Map ? l.map : typeof Set < "u" && r instanceof Set ? l.set : typeof Date < "u" && r instanceof Date ? l.date : l.object;
|
|
92
|
-
default:
|
|
93
|
-
return l.unknown;
|
|
94
|
-
}
|
|
95
|
-
}, o = v.arrayToEnum([
|
|
96
|
-
"invalid_type",
|
|
97
|
-
"invalid_literal",
|
|
98
|
-
"custom",
|
|
99
|
-
"invalid_union",
|
|
100
|
-
"invalid_union_discriminator",
|
|
101
|
-
"invalid_enum_value",
|
|
102
|
-
"unrecognized_keys",
|
|
103
|
-
"invalid_arguments",
|
|
104
|
-
"invalid_return_type",
|
|
105
|
-
"invalid_date",
|
|
106
|
-
"invalid_string",
|
|
107
|
-
"too_small",
|
|
108
|
-
"too_big",
|
|
109
|
-
"invalid_intersection_types",
|
|
110
|
-
"not_multiple_of",
|
|
111
|
-
"not_finite"
|
|
112
|
-
]);
|
|
113
|
-
class T extends Error {
|
|
114
|
-
get errors() {
|
|
115
|
-
return this.issues;
|
|
116
|
-
}
|
|
117
|
-
constructor(e) {
|
|
118
|
-
super(), this.issues = [], this.addIssue = (n) => {
|
|
119
|
-
this.issues = [...this.issues, n];
|
|
120
|
-
}, this.addIssues = (n = []) => {
|
|
121
|
-
this.issues = [...this.issues, ...n];
|
|
122
|
-
};
|
|
123
|
-
const t = new.target.prototype;
|
|
124
|
-
Object.setPrototypeOf ? Object.setPrototypeOf(this, t) : this.__proto__ = t, this.name = "ZodError", this.issues = e;
|
|
125
|
-
}
|
|
126
|
-
format(e) {
|
|
127
|
-
const t = e || function(a) {
|
|
128
|
-
return a.message;
|
|
129
|
-
}, n = { _errors: [] }, s = (a) => {
|
|
130
|
-
for (const i of a.issues)
|
|
131
|
-
if (i.code === "invalid_union")
|
|
132
|
-
i.unionErrors.map(s);
|
|
133
|
-
else if (i.code === "invalid_return_type")
|
|
134
|
-
s(i.returnTypeError);
|
|
135
|
-
else if (i.code === "invalid_arguments")
|
|
136
|
-
s(i.argumentsError);
|
|
137
|
-
else if (i.path.length === 0)
|
|
138
|
-
n._errors.push(t(i));
|
|
139
|
-
else {
|
|
140
|
-
let d = n, f = 0;
|
|
141
|
-
for (; f < i.path.length; ) {
|
|
142
|
-
const c = i.path[f];
|
|
143
|
-
f === i.path.length - 1 ? (d[c] = d[c] || { _errors: [] }, d[c]._errors.push(t(i))) : d[c] = d[c] || { _errors: [] }, d = d[c], f++;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
};
|
|
147
|
-
return s(this), n;
|
|
148
|
-
}
|
|
149
|
-
static assert(e) {
|
|
150
|
-
if (!(e instanceof T))
|
|
151
|
-
throw new Error(`Not a ZodError: ${e}`);
|
|
152
|
-
}
|
|
153
|
-
toString() {
|
|
154
|
-
return this.message;
|
|
155
|
-
}
|
|
156
|
-
get message() {
|
|
157
|
-
return JSON.stringify(this.issues, v.jsonStringifyReplacer, 2);
|
|
158
|
-
}
|
|
159
|
-
get isEmpty() {
|
|
160
|
-
return this.issues.length === 0;
|
|
161
|
-
}
|
|
162
|
-
flatten(e = (t) => t.message) {
|
|
163
|
-
const t = {}, n = [];
|
|
164
|
-
for (const s of this.issues)
|
|
165
|
-
s.path.length > 0 ? (t[s.path[0]] = t[s.path[0]] || [], t[s.path[0]].push(e(s))) : n.push(e(s));
|
|
166
|
-
return { formErrors: n, fieldErrors: t };
|
|
167
|
-
}
|
|
168
|
-
get formErrors() {
|
|
169
|
-
return this.flatten();
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
T.create = (r) => new T(r);
|
|
173
|
-
const q = (r, e) => {
|
|
174
|
-
let t;
|
|
175
|
-
switch (r.code) {
|
|
176
|
-
case o.invalid_type:
|
|
177
|
-
r.received === l.undefined ? t = "Required" : t = `Expected ${r.expected}, received ${r.received}`;
|
|
178
|
-
break;
|
|
179
|
-
case o.invalid_literal:
|
|
180
|
-
t = `Invalid literal value, expected ${JSON.stringify(r.expected, v.jsonStringifyReplacer)}`;
|
|
181
|
-
break;
|
|
182
|
-
case o.unrecognized_keys:
|
|
183
|
-
t = `Unrecognized key(s) in object: ${v.joinValues(r.keys, ", ")}`;
|
|
184
|
-
break;
|
|
185
|
-
case o.invalid_union:
|
|
186
|
-
t = "Invalid input";
|
|
187
|
-
break;
|
|
188
|
-
case o.invalid_union_discriminator:
|
|
189
|
-
t = `Invalid discriminator value. Expected ${v.joinValues(r.options)}`;
|
|
190
|
-
break;
|
|
191
|
-
case o.invalid_enum_value:
|
|
192
|
-
t = `Invalid enum value. Expected ${v.joinValues(r.options)}, received '${r.received}'`;
|
|
193
|
-
break;
|
|
194
|
-
case o.invalid_arguments:
|
|
195
|
-
t = "Invalid function arguments";
|
|
196
|
-
break;
|
|
197
|
-
case o.invalid_return_type:
|
|
198
|
-
t = "Invalid function return type";
|
|
199
|
-
break;
|
|
200
|
-
case o.invalid_date:
|
|
201
|
-
t = "Invalid date";
|
|
202
|
-
break;
|
|
203
|
-
case o.invalid_string:
|
|
204
|
-
typeof r.validation == "object" ? "includes" in r.validation ? (t = `Invalid input: must include "${r.validation.includes}"`, typeof r.validation.position == "number" && (t = `${t} at one or more positions greater than or equal to ${r.validation.position}`)) : "startsWith" in r.validation ? t = `Invalid input: must start with "${r.validation.startsWith}"` : "endsWith" in r.validation ? t = `Invalid input: must end with "${r.validation.endsWith}"` : v.assertNever(r.validation) : r.validation !== "regex" ? t = `Invalid ${r.validation}` : t = "Invalid";
|
|
205
|
-
break;
|
|
206
|
-
case o.too_small:
|
|
207
|
-
r.type === "array" ? t = `Array must contain ${r.exact ? "exactly" : r.inclusive ? "at least" : "more than"} ${r.minimum} element(s)` : r.type === "string" ? t = `String must contain ${r.exact ? "exactly" : r.inclusive ? "at least" : "over"} ${r.minimum} character(s)` : r.type === "number" ? t = `Number must be ${r.exact ? "exactly equal to " : r.inclusive ? "greater than or equal to " : "greater than "}${r.minimum}` : r.type === "date" ? t = `Date must be ${r.exact ? "exactly equal to " : r.inclusive ? "greater than or equal to " : "greater than "}${new Date(Number(r.minimum))}` : t = "Invalid input";
|
|
208
|
-
break;
|
|
209
|
-
case o.too_big:
|
|
210
|
-
r.type === "array" ? t = `Array must contain ${r.exact ? "exactly" : r.inclusive ? "at most" : "less than"} ${r.maximum} element(s)` : r.type === "string" ? t = `String must contain ${r.exact ? "exactly" : r.inclusive ? "at most" : "under"} ${r.maximum} character(s)` : r.type === "number" ? t = `Number must be ${r.exact ? "exactly" : r.inclusive ? "less than or equal to" : "less than"} ${r.maximum}` : r.type === "bigint" ? t = `BigInt must be ${r.exact ? "exactly" : r.inclusive ? "less than or equal to" : "less than"} ${r.maximum}` : r.type === "date" ? t = `Date must be ${r.exact ? "exactly" : r.inclusive ? "smaller than or equal to" : "smaller than"} ${new Date(Number(r.maximum))}` : t = "Invalid input";
|
|
211
|
-
break;
|
|
212
|
-
case o.custom:
|
|
213
|
-
t = "Invalid input";
|
|
214
|
-
break;
|
|
215
|
-
case o.invalid_intersection_types:
|
|
216
|
-
t = "Intersection results could not be merged";
|
|
217
|
-
break;
|
|
218
|
-
case o.not_multiple_of:
|
|
219
|
-
t = `Number must be a multiple of ${r.multipleOf}`;
|
|
220
|
-
break;
|
|
221
|
-
case o.not_finite:
|
|
222
|
-
t = "Number must be finite";
|
|
223
|
-
break;
|
|
224
|
-
default:
|
|
225
|
-
t = e.defaultError, v.assertNever(r);
|
|
226
|
-
}
|
|
227
|
-
return { message: t };
|
|
228
|
-
};
|
|
229
|
-
let Re = q;
|
|
230
|
-
function le() {
|
|
231
|
-
return Re;
|
|
232
|
-
}
|
|
233
|
-
const fe = (r) => {
|
|
234
|
-
const { data: e, path: t, errorMaps: n, issueData: s } = r, a = [...t, ...s.path || []], i = {
|
|
235
|
-
...s,
|
|
236
|
-
path: a
|
|
237
|
-
};
|
|
238
|
-
if (s.message !== void 0)
|
|
239
|
-
return {
|
|
240
|
-
...s,
|
|
241
|
-
path: a,
|
|
242
|
-
message: s.message
|
|
243
|
-
};
|
|
244
|
-
let d = "";
|
|
245
|
-
const f = n.filter((c) => !!c).slice().reverse();
|
|
246
|
-
for (const c of f)
|
|
247
|
-
d = c(i, { data: e, defaultError: d }).message;
|
|
248
|
-
return {
|
|
249
|
-
...s,
|
|
250
|
-
path: a,
|
|
251
|
-
message: d
|
|
252
|
-
};
|
|
253
|
-
};
|
|
254
|
-
function u(r, e) {
|
|
255
|
-
const t = le(), n = fe({
|
|
256
|
-
issueData: e,
|
|
257
|
-
data: r.data,
|
|
258
|
-
path: r.path,
|
|
259
|
-
errorMaps: [
|
|
260
|
-
r.common.contextualErrorMap,
|
|
261
|
-
// contextual error map is first priority
|
|
262
|
-
r.schemaErrorMap,
|
|
263
|
-
// then schema-bound map if available
|
|
264
|
-
t,
|
|
265
|
-
// then global override map
|
|
266
|
-
t === q ? void 0 : q
|
|
267
|
-
// then global default map
|
|
268
|
-
].filter((s) => !!s)
|
|
269
|
-
});
|
|
270
|
-
r.common.issues.push(n);
|
|
271
|
-
}
|
|
272
|
-
class k {
|
|
273
|
-
constructor() {
|
|
274
|
-
this.value = "valid";
|
|
275
|
-
}
|
|
276
|
-
dirty() {
|
|
277
|
-
this.value === "valid" && (this.value = "dirty");
|
|
278
|
-
}
|
|
279
|
-
abort() {
|
|
280
|
-
this.value !== "aborted" && (this.value = "aborted");
|
|
281
|
-
}
|
|
282
|
-
static mergeArray(e, t) {
|
|
283
|
-
const n = [];
|
|
284
|
-
for (const s of t) {
|
|
285
|
-
if (s.status === "aborted")
|
|
286
|
-
return _;
|
|
287
|
-
s.status === "dirty" && e.dirty(), n.push(s.value);
|
|
288
|
-
}
|
|
289
|
-
return { status: e.value, value: n };
|
|
290
|
-
}
|
|
291
|
-
static async mergeObjectAsync(e, t) {
|
|
292
|
-
const n = [];
|
|
293
|
-
for (const s of t) {
|
|
294
|
-
const a = await s.key, i = await s.value;
|
|
295
|
-
n.push({
|
|
296
|
-
key: a,
|
|
297
|
-
value: i
|
|
298
|
-
});
|
|
299
|
-
}
|
|
300
|
-
return k.mergeObjectSync(e, n);
|
|
301
|
-
}
|
|
302
|
-
static mergeObjectSync(e, t) {
|
|
303
|
-
const n = {};
|
|
304
|
-
for (const s of t) {
|
|
305
|
-
const { key: a, value: i } = s;
|
|
306
|
-
if (a.status === "aborted" || i.status === "aborted")
|
|
307
|
-
return _;
|
|
308
|
-
a.status === "dirty" && e.dirty(), i.status === "dirty" && e.dirty(), a.value !== "__proto__" && (typeof i.value < "u" || s.alwaysSet) && (n[a.value] = i.value);
|
|
309
|
-
}
|
|
310
|
-
return { status: e.value, value: n };
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
const _ = Object.freeze({
|
|
314
|
-
status: "aborted"
|
|
315
|
-
}), U = (r) => ({ status: "dirty", value: r }), b = (r) => ({ status: "valid", value: r }), we = (r) => r.status === "aborted", Te = (r) => r.status === "dirty", P = (r) => r.status === "valid", G = (r) => typeof Promise < "u" && r instanceof Promise;
|
|
316
|
-
function H(r, e, t, n) {
|
|
317
|
-
if (typeof e == "function" ? r !== e || !0 : !e.has(r)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
318
|
-
return e.get(r);
|
|
319
|
-
}
|
|
320
|
-
function Se(r, e, t, n, s) {
|
|
321
|
-
if (typeof e == "function" ? r !== e || !0 : !e.has(r)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
322
|
-
return e.set(r, t), t;
|
|
323
|
-
}
|
|
324
|
-
var h;
|
|
325
|
-
(function(r) {
|
|
326
|
-
r.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, r.toString = (e) => typeof e == "string" ? e : e == null ? void 0 : e.message;
|
|
327
|
-
})(h || (h = {}));
|
|
328
|
-
var B, F;
|
|
329
|
-
class S {
|
|
330
|
-
constructor(e, t, n, s) {
|
|
331
|
-
this._cachedPath = [], this.parent = e, this.data = t, this._path = n, this._key = s;
|
|
332
|
-
}
|
|
333
|
-
get path() {
|
|
334
|
-
return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
const Ce = (r, e) => {
|
|
338
|
-
if (P(e))
|
|
339
|
-
return { success: !0, data: e.value };
|
|
340
|
-
if (!r.common.issues.length)
|
|
341
|
-
throw new Error("Validation failed but no issues detected.");
|
|
342
|
-
return {
|
|
343
|
-
success: !1,
|
|
344
|
-
get error() {
|
|
345
|
-
if (this._error)
|
|
346
|
-
return this._error;
|
|
347
|
-
const t = new T(r.common.issues);
|
|
348
|
-
return this._error = t, this._error;
|
|
349
|
-
}
|
|
350
|
-
};
|
|
351
|
-
};
|
|
352
|
-
function g(r) {
|
|
353
|
-
if (!r)
|
|
354
|
-
return {};
|
|
355
|
-
const { errorMap: e, invalid_type_error: t, required_error: n, description: s } = r;
|
|
356
|
-
if (e && (t || n))
|
|
357
|
-
throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
|
|
358
|
-
return e ? { errorMap: e, description: s } : { errorMap: (i, d) => {
|
|
359
|
-
var f, c;
|
|
360
|
-
const { message: p } = r;
|
|
361
|
-
return i.code === "invalid_enum_value" ? { message: p ?? d.defaultError } : typeof d.data > "u" ? { message: (f = p ?? n) !== null && f !== void 0 ? f : d.defaultError } : i.code !== "invalid_type" ? { message: d.defaultError } : { message: (c = p ?? t) !== null && c !== void 0 ? c : d.defaultError };
|
|
362
|
-
}, description: s };
|
|
363
|
-
}
|
|
364
|
-
class y {
|
|
365
|
-
get description() {
|
|
366
|
-
return this._def.description;
|
|
367
|
-
}
|
|
368
|
-
_getType(e) {
|
|
369
|
-
return E(e.data);
|
|
370
|
-
}
|
|
371
|
-
_getOrReturnCtx(e, t) {
|
|
372
|
-
return t || {
|
|
373
|
-
common: e.parent.common,
|
|
374
|
-
data: e.data,
|
|
375
|
-
parsedType: E(e.data),
|
|
376
|
-
schemaErrorMap: this._def.errorMap,
|
|
377
|
-
path: e.path,
|
|
378
|
-
parent: e.parent
|
|
379
|
-
};
|
|
380
|
-
}
|
|
381
|
-
_processInputParams(e) {
|
|
382
|
-
return {
|
|
383
|
-
status: new k(),
|
|
384
|
-
ctx: {
|
|
385
|
-
common: e.parent.common,
|
|
386
|
-
data: e.data,
|
|
387
|
-
parsedType: E(e.data),
|
|
388
|
-
schemaErrorMap: this._def.errorMap,
|
|
389
|
-
path: e.path,
|
|
390
|
-
parent: e.parent
|
|
391
|
-
}
|
|
392
|
-
};
|
|
393
|
-
}
|
|
394
|
-
_parseSync(e) {
|
|
395
|
-
const t = this._parse(e);
|
|
396
|
-
if (G(t))
|
|
397
|
-
throw new Error("Synchronous parse encountered promise.");
|
|
398
|
-
return t;
|
|
399
|
-
}
|
|
400
|
-
_parseAsync(e) {
|
|
401
|
-
const t = this._parse(e);
|
|
402
|
-
return Promise.resolve(t);
|
|
403
|
-
}
|
|
404
|
-
parse(e, t) {
|
|
405
|
-
const n = this.safeParse(e, t);
|
|
406
|
-
if (n.success)
|
|
407
|
-
return n.data;
|
|
408
|
-
throw n.error;
|
|
409
|
-
}
|
|
410
|
-
safeParse(e, t) {
|
|
411
|
-
var n;
|
|
412
|
-
const s = {
|
|
413
|
-
common: {
|
|
414
|
-
issues: [],
|
|
415
|
-
async: (n = t == null ? void 0 : t.async) !== null && n !== void 0 ? n : !1,
|
|
416
|
-
contextualErrorMap: t == null ? void 0 : t.errorMap
|
|
417
|
-
},
|
|
418
|
-
path: (t == null ? void 0 : t.path) || [],
|
|
419
|
-
schemaErrorMap: this._def.errorMap,
|
|
420
|
-
parent: null,
|
|
421
|
-
data: e,
|
|
422
|
-
parsedType: E(e)
|
|
423
|
-
}, a = this._parseSync({ data: e, path: s.path, parent: s });
|
|
424
|
-
return Ce(s, a);
|
|
425
|
-
}
|
|
426
|
-
"~validate"(e) {
|
|
427
|
-
var t, n;
|
|
428
|
-
const s = {
|
|
429
|
-
common: {
|
|
430
|
-
issues: [],
|
|
431
|
-
async: !!this["~standard"].async
|
|
432
|
-
},
|
|
433
|
-
path: [],
|
|
434
|
-
schemaErrorMap: this._def.errorMap,
|
|
435
|
-
parent: null,
|
|
436
|
-
data: e,
|
|
437
|
-
parsedType: E(e)
|
|
438
|
-
};
|
|
439
|
-
if (!this["~standard"].async)
|
|
440
|
-
try {
|
|
441
|
-
const a = this._parseSync({ data: e, path: [], parent: s });
|
|
442
|
-
return P(a) ? {
|
|
443
|
-
value: a.value
|
|
444
|
-
} : {
|
|
445
|
-
issues: s.common.issues
|
|
446
|
-
};
|
|
447
|
-
} catch (a) {
|
|
448
|
-
!((n = (t = a == null ? void 0 : a.message) === null || t === void 0 ? void 0 : t.toLowerCase()) === null || n === void 0) && n.includes("encountered") && (this["~standard"].async = !0), s.common = {
|
|
449
|
-
issues: [],
|
|
450
|
-
async: !0
|
|
451
|
-
};
|
|
452
|
-
}
|
|
453
|
-
return this._parseAsync({ data: e, path: [], parent: s }).then((a) => P(a) ? {
|
|
454
|
-
value: a.value
|
|
455
|
-
} : {
|
|
456
|
-
issues: s.common.issues
|
|
457
|
-
});
|
|
458
|
-
}
|
|
459
|
-
async parseAsync(e, t) {
|
|
460
|
-
const n = await this.safeParseAsync(e, t);
|
|
461
|
-
if (n.success)
|
|
462
|
-
return n.data;
|
|
463
|
-
throw n.error;
|
|
464
|
-
}
|
|
465
|
-
async safeParseAsync(e, t) {
|
|
466
|
-
const n = {
|
|
467
|
-
common: {
|
|
468
|
-
issues: [],
|
|
469
|
-
contextualErrorMap: t == null ? void 0 : t.errorMap,
|
|
470
|
-
async: !0
|
|
471
|
-
},
|
|
472
|
-
path: (t == null ? void 0 : t.path) || [],
|
|
473
|
-
schemaErrorMap: this._def.errorMap,
|
|
474
|
-
parent: null,
|
|
475
|
-
data: e,
|
|
476
|
-
parsedType: E(e)
|
|
477
|
-
}, s = this._parse({ data: e, path: n.path, parent: n }), a = await (G(s) ? s : Promise.resolve(s));
|
|
478
|
-
return Ce(n, a);
|
|
479
|
-
}
|
|
480
|
-
refine(e, t) {
|
|
481
|
-
const n = (s) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(s) : t;
|
|
482
|
-
return this._refinement((s, a) => {
|
|
483
|
-
const i = e(s), d = () => a.addIssue({
|
|
484
|
-
code: o.custom,
|
|
485
|
-
...n(s)
|
|
486
|
-
});
|
|
487
|
-
return typeof Promise < "u" && i instanceof Promise ? i.then((f) => f ? !0 : (d(), !1)) : i ? !0 : (d(), !1);
|
|
488
|
-
});
|
|
489
|
-
}
|
|
490
|
-
refinement(e, t) {
|
|
491
|
-
return this._refinement((n, s) => e(n) ? !0 : (s.addIssue(typeof t == "function" ? t(n, s) : t), !1));
|
|
492
|
-
}
|
|
493
|
-
_refinement(e) {
|
|
494
|
-
return new R({
|
|
495
|
-
schema: this,
|
|
496
|
-
typeName: m.ZodEffects,
|
|
497
|
-
effect: { type: "refinement", refinement: e }
|
|
498
|
-
});
|
|
499
|
-
}
|
|
500
|
-
superRefine(e) {
|
|
501
|
-
return this._refinement(e);
|
|
502
|
-
}
|
|
503
|
-
constructor(e) {
|
|
504
|
-
this.spa = this.safeParseAsync, this._def = e, this.parse = this.parse.bind(this), this.safeParse = this.safeParse.bind(this), this.parseAsync = this.parseAsync.bind(this), this.safeParseAsync = this.safeParseAsync.bind(this), this.spa = this.spa.bind(this), this.refine = this.refine.bind(this), this.refinement = this.refinement.bind(this), this.superRefine = this.superRefine.bind(this), this.optional = this.optional.bind(this), this.nullable = this.nullable.bind(this), this.nullish = this.nullish.bind(this), this.array = this.array.bind(this), this.promise = this.promise.bind(this), this.or = this.or.bind(this), this.and = this.and.bind(this), this.transform = this.transform.bind(this), this.brand = this.brand.bind(this), this.default = this.default.bind(this), this.catch = this.catch.bind(this), this.describe = this.describe.bind(this), this.pipe = this.pipe.bind(this), this.readonly = this.readonly.bind(this), this.isNullable = this.isNullable.bind(this), this.isOptional = this.isOptional.bind(this), this["~standard"] = {
|
|
505
|
-
version: 1,
|
|
506
|
-
vendor: "zod",
|
|
507
|
-
validate: (t) => this["~validate"](t)
|
|
508
|
-
};
|
|
509
|
-
}
|
|
510
|
-
optional() {
|
|
511
|
-
return Z.create(this, this._def);
|
|
512
|
-
}
|
|
513
|
-
nullable() {
|
|
514
|
-
return $.create(this, this._def);
|
|
515
|
-
}
|
|
516
|
-
nullish() {
|
|
517
|
-
return this.nullable().optional();
|
|
518
|
-
}
|
|
519
|
-
array() {
|
|
520
|
-
return C.create(this);
|
|
521
|
-
}
|
|
522
|
-
promise() {
|
|
523
|
-
return Y.create(this, this._def);
|
|
524
|
-
}
|
|
525
|
-
or(e) {
|
|
526
|
-
return K.create([this, e], this._def);
|
|
527
|
-
}
|
|
528
|
-
and(e) {
|
|
529
|
-
return ee.create(this, e, this._def);
|
|
530
|
-
}
|
|
531
|
-
transform(e) {
|
|
532
|
-
return new R({
|
|
533
|
-
...g(this._def),
|
|
534
|
-
schema: this,
|
|
535
|
-
typeName: m.ZodEffects,
|
|
536
|
-
effect: { type: "transform", transform: e }
|
|
537
|
-
});
|
|
538
|
-
}
|
|
539
|
-
default(e) {
|
|
540
|
-
const t = typeof e == "function" ? e : () => e;
|
|
541
|
-
return new ae({
|
|
542
|
-
...g(this._def),
|
|
543
|
-
innerType: this,
|
|
544
|
-
defaultValue: t,
|
|
545
|
-
typeName: m.ZodDefault
|
|
546
|
-
});
|
|
547
|
-
}
|
|
548
|
-
brand() {
|
|
549
|
-
return new Ne({
|
|
550
|
-
typeName: m.ZodBranded,
|
|
551
|
-
type: this,
|
|
552
|
-
...g(this._def)
|
|
553
|
-
});
|
|
554
|
-
}
|
|
555
|
-
catch(e) {
|
|
556
|
-
const t = typeof e == "function" ? e : () => e;
|
|
557
|
-
return new ie({
|
|
558
|
-
...g(this._def),
|
|
559
|
-
innerType: this,
|
|
560
|
-
catchValue: t,
|
|
561
|
-
typeName: m.ZodCatch
|
|
562
|
-
});
|
|
563
|
-
}
|
|
564
|
-
describe(e) {
|
|
565
|
-
const t = this.constructor;
|
|
566
|
-
return new t({
|
|
567
|
-
...this._def,
|
|
568
|
-
description: e
|
|
569
|
-
});
|
|
570
|
-
}
|
|
571
|
-
pipe(e) {
|
|
572
|
-
return oe.create(this, e);
|
|
573
|
-
}
|
|
574
|
-
readonly() {
|
|
575
|
-
return de.create(this);
|
|
576
|
-
}
|
|
577
|
-
isOptional() {
|
|
578
|
-
return this.safeParse(void 0).success;
|
|
579
|
-
}
|
|
580
|
-
isNullable() {
|
|
581
|
-
return this.safeParse(null).success;
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
|
-
const Ee = /^c[^\s-]{8,}$/i, je = /^[0-9a-z]+$/, Ie = /^[0-9A-HJKMNP-TV-Z]{26}$/i, $e = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, Me = /^[a-z0-9_-]{21}$/i, Ve = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, Pe = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, Le = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, ze = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
585
|
-
let ce;
|
|
586
|
-
const De = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, Ue = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, Be = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, Fe = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, We = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, qe = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, Oe = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", Je = new RegExp(`^${Oe}$`);
|
|
587
|
-
function Ae(r) {
|
|
588
|
-
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
589
|
-
return r.precision ? e = `${e}\\.\\d{${r.precision}}` : r.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
590
|
-
}
|
|
591
|
-
function Ye(r) {
|
|
592
|
-
return new RegExp(`^${Ae(r)}$`);
|
|
593
|
-
}
|
|
594
|
-
function Ge(r) {
|
|
595
|
-
let e = `${Oe}T${Ae(r)}`;
|
|
596
|
-
const t = [];
|
|
597
|
-
return t.push(r.local ? "Z?" : "Z"), r.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
598
|
-
}
|
|
599
|
-
function He(r, e) {
|
|
600
|
-
return !!((e === "v4" || !e) && De.test(r) || (e === "v6" || !e) && Be.test(r));
|
|
601
|
-
}
|
|
602
|
-
function Xe(r, e) {
|
|
603
|
-
if (!Ve.test(r))
|
|
604
|
-
return !1;
|
|
605
|
-
try {
|
|
606
|
-
const [t] = r.split("."), n = t.replace(/-/g, "+").replace(/_/g, "/").padEnd(t.length + (4 - t.length % 4) % 4, "="), s = JSON.parse(atob(n));
|
|
607
|
-
return !(typeof s != "object" || s === null || !s.typ || !s.alg || e && s.alg !== e);
|
|
608
|
-
} catch {
|
|
609
|
-
return !1;
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
function Qe(r, e) {
|
|
613
|
-
return !!((e === "v4" || !e) && Ue.test(r) || (e === "v6" || !e) && Fe.test(r));
|
|
614
|
-
}
|
|
615
|
-
class A extends y {
|
|
616
|
-
_parse(e) {
|
|
617
|
-
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== l.string) {
|
|
618
|
-
const a = this._getOrReturnCtx(e);
|
|
619
|
-
return u(a, {
|
|
620
|
-
code: o.invalid_type,
|
|
621
|
-
expected: l.string,
|
|
622
|
-
received: a.parsedType
|
|
623
|
-
}), _;
|
|
624
|
-
}
|
|
625
|
-
const n = new k();
|
|
626
|
-
let s;
|
|
627
|
-
for (const a of this._def.checks)
|
|
628
|
-
if (a.kind === "min")
|
|
629
|
-
e.data.length < a.value && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
630
|
-
code: o.too_small,
|
|
631
|
-
minimum: a.value,
|
|
632
|
-
type: "string",
|
|
633
|
-
inclusive: !0,
|
|
634
|
-
exact: !1,
|
|
635
|
-
message: a.message
|
|
636
|
-
}), n.dirty());
|
|
637
|
-
else if (a.kind === "max")
|
|
638
|
-
e.data.length > a.value && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
639
|
-
code: o.too_big,
|
|
640
|
-
maximum: a.value,
|
|
641
|
-
type: "string",
|
|
642
|
-
inclusive: !0,
|
|
643
|
-
exact: !1,
|
|
644
|
-
message: a.message
|
|
645
|
-
}), n.dirty());
|
|
646
|
-
else if (a.kind === "length") {
|
|
647
|
-
const i = e.data.length > a.value, d = e.data.length < a.value;
|
|
648
|
-
(i || d) && (s = this._getOrReturnCtx(e, s), i ? u(s, {
|
|
649
|
-
code: o.too_big,
|
|
650
|
-
maximum: a.value,
|
|
651
|
-
type: "string",
|
|
652
|
-
inclusive: !0,
|
|
653
|
-
exact: !0,
|
|
654
|
-
message: a.message
|
|
655
|
-
}) : d && u(s, {
|
|
656
|
-
code: o.too_small,
|
|
657
|
-
minimum: a.value,
|
|
658
|
-
type: "string",
|
|
659
|
-
inclusive: !0,
|
|
660
|
-
exact: !0,
|
|
661
|
-
message: a.message
|
|
662
|
-
}), n.dirty());
|
|
663
|
-
} else if (a.kind === "email")
|
|
664
|
-
Le.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
665
|
-
validation: "email",
|
|
666
|
-
code: o.invalid_string,
|
|
667
|
-
message: a.message
|
|
668
|
-
}), n.dirty());
|
|
669
|
-
else if (a.kind === "emoji")
|
|
670
|
-
ce || (ce = new RegExp(ze, "u")), ce.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
671
|
-
validation: "emoji",
|
|
672
|
-
code: o.invalid_string,
|
|
673
|
-
message: a.message
|
|
674
|
-
}), n.dirty());
|
|
675
|
-
else if (a.kind === "uuid")
|
|
676
|
-
$e.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
677
|
-
validation: "uuid",
|
|
678
|
-
code: o.invalid_string,
|
|
679
|
-
message: a.message
|
|
680
|
-
}), n.dirty());
|
|
681
|
-
else if (a.kind === "nanoid")
|
|
682
|
-
Me.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
683
|
-
validation: "nanoid",
|
|
684
|
-
code: o.invalid_string,
|
|
685
|
-
message: a.message
|
|
686
|
-
}), n.dirty());
|
|
687
|
-
else if (a.kind === "cuid")
|
|
688
|
-
Ee.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
689
|
-
validation: "cuid",
|
|
690
|
-
code: o.invalid_string,
|
|
691
|
-
message: a.message
|
|
692
|
-
}), n.dirty());
|
|
693
|
-
else if (a.kind === "cuid2")
|
|
694
|
-
je.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
695
|
-
validation: "cuid2",
|
|
696
|
-
code: o.invalid_string,
|
|
697
|
-
message: a.message
|
|
698
|
-
}), n.dirty());
|
|
699
|
-
else if (a.kind === "ulid")
|
|
700
|
-
Ie.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
701
|
-
validation: "ulid",
|
|
702
|
-
code: o.invalid_string,
|
|
703
|
-
message: a.message
|
|
704
|
-
}), n.dirty());
|
|
705
|
-
else if (a.kind === "url")
|
|
706
|
-
try {
|
|
707
|
-
new URL(e.data);
|
|
708
|
-
} catch {
|
|
709
|
-
s = this._getOrReturnCtx(e, s), u(s, {
|
|
710
|
-
validation: "url",
|
|
711
|
-
code: o.invalid_string,
|
|
712
|
-
message: a.message
|
|
713
|
-
}), n.dirty();
|
|
714
|
-
}
|
|
715
|
-
else a.kind === "regex" ? (a.regex.lastIndex = 0, a.regex.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
716
|
-
validation: "regex",
|
|
717
|
-
code: o.invalid_string,
|
|
718
|
-
message: a.message
|
|
719
|
-
}), n.dirty())) : a.kind === "trim" ? e.data = e.data.trim() : a.kind === "includes" ? e.data.includes(a.value, a.position) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
720
|
-
code: o.invalid_string,
|
|
721
|
-
validation: { includes: a.value, position: a.position },
|
|
722
|
-
message: a.message
|
|
723
|
-
}), n.dirty()) : a.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : a.kind === "toUpperCase" ? e.data = e.data.toUpperCase() : a.kind === "startsWith" ? e.data.startsWith(a.value) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
724
|
-
code: o.invalid_string,
|
|
725
|
-
validation: { startsWith: a.value },
|
|
726
|
-
message: a.message
|
|
727
|
-
}), n.dirty()) : a.kind === "endsWith" ? e.data.endsWith(a.value) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
728
|
-
code: o.invalid_string,
|
|
729
|
-
validation: { endsWith: a.value },
|
|
730
|
-
message: a.message
|
|
731
|
-
}), n.dirty()) : a.kind === "datetime" ? Ge(a).test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
732
|
-
code: o.invalid_string,
|
|
733
|
-
validation: "datetime",
|
|
734
|
-
message: a.message
|
|
735
|
-
}), n.dirty()) : a.kind === "date" ? Je.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
736
|
-
code: o.invalid_string,
|
|
737
|
-
validation: "date",
|
|
738
|
-
message: a.message
|
|
739
|
-
}), n.dirty()) : a.kind === "time" ? Ye(a).test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
740
|
-
code: o.invalid_string,
|
|
741
|
-
validation: "time",
|
|
742
|
-
message: a.message
|
|
743
|
-
}), n.dirty()) : a.kind === "duration" ? Pe.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
744
|
-
validation: "duration",
|
|
745
|
-
code: o.invalid_string,
|
|
746
|
-
message: a.message
|
|
747
|
-
}), n.dirty()) : a.kind === "ip" ? He(e.data, a.version) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
748
|
-
validation: "ip",
|
|
749
|
-
code: o.invalid_string,
|
|
750
|
-
message: a.message
|
|
751
|
-
}), n.dirty()) : a.kind === "jwt" ? Xe(e.data, a.alg) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
752
|
-
validation: "jwt",
|
|
753
|
-
code: o.invalid_string,
|
|
754
|
-
message: a.message
|
|
755
|
-
}), n.dirty()) : a.kind === "cidr" ? Qe(e.data, a.version) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
756
|
-
validation: "cidr",
|
|
757
|
-
code: o.invalid_string,
|
|
758
|
-
message: a.message
|
|
759
|
-
}), n.dirty()) : a.kind === "base64" ? We.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
760
|
-
validation: "base64",
|
|
761
|
-
code: o.invalid_string,
|
|
762
|
-
message: a.message
|
|
763
|
-
}), n.dirty()) : a.kind === "base64url" ? qe.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
764
|
-
validation: "base64url",
|
|
765
|
-
code: o.invalid_string,
|
|
766
|
-
message: a.message
|
|
767
|
-
}), n.dirty()) : v.assertNever(a);
|
|
768
|
-
return { status: n.value, value: e.data };
|
|
769
|
-
}
|
|
770
|
-
_regex(e, t, n) {
|
|
771
|
-
return this.refinement((s) => e.test(s), {
|
|
772
|
-
validation: t,
|
|
773
|
-
code: o.invalid_string,
|
|
774
|
-
...h.errToObj(n)
|
|
775
|
-
});
|
|
776
|
-
}
|
|
777
|
-
_addCheck(e) {
|
|
778
|
-
return new A({
|
|
779
|
-
...this._def,
|
|
780
|
-
checks: [...this._def.checks, e]
|
|
781
|
-
});
|
|
782
|
-
}
|
|
783
|
-
email(e) {
|
|
784
|
-
return this._addCheck({ kind: "email", ...h.errToObj(e) });
|
|
785
|
-
}
|
|
786
|
-
url(e) {
|
|
787
|
-
return this._addCheck({ kind: "url", ...h.errToObj(e) });
|
|
788
|
-
}
|
|
789
|
-
emoji(e) {
|
|
790
|
-
return this._addCheck({ kind: "emoji", ...h.errToObj(e) });
|
|
791
|
-
}
|
|
792
|
-
uuid(e) {
|
|
793
|
-
return this._addCheck({ kind: "uuid", ...h.errToObj(e) });
|
|
794
|
-
}
|
|
795
|
-
nanoid(e) {
|
|
796
|
-
return this._addCheck({ kind: "nanoid", ...h.errToObj(e) });
|
|
797
|
-
}
|
|
798
|
-
cuid(e) {
|
|
799
|
-
return this._addCheck({ kind: "cuid", ...h.errToObj(e) });
|
|
800
|
-
}
|
|
801
|
-
cuid2(e) {
|
|
802
|
-
return this._addCheck({ kind: "cuid2", ...h.errToObj(e) });
|
|
803
|
-
}
|
|
804
|
-
ulid(e) {
|
|
805
|
-
return this._addCheck({ kind: "ulid", ...h.errToObj(e) });
|
|
806
|
-
}
|
|
807
|
-
base64(e) {
|
|
808
|
-
return this._addCheck({ kind: "base64", ...h.errToObj(e) });
|
|
809
|
-
}
|
|
810
|
-
base64url(e) {
|
|
811
|
-
return this._addCheck({
|
|
812
|
-
kind: "base64url",
|
|
813
|
-
...h.errToObj(e)
|
|
814
|
-
});
|
|
815
|
-
}
|
|
816
|
-
jwt(e) {
|
|
817
|
-
return this._addCheck({ kind: "jwt", ...h.errToObj(e) });
|
|
818
|
-
}
|
|
819
|
-
ip(e) {
|
|
820
|
-
return this._addCheck({ kind: "ip", ...h.errToObj(e) });
|
|
821
|
-
}
|
|
822
|
-
cidr(e) {
|
|
823
|
-
return this._addCheck({ kind: "cidr", ...h.errToObj(e) });
|
|
824
|
-
}
|
|
825
|
-
datetime(e) {
|
|
826
|
-
var t, n;
|
|
827
|
-
return typeof e == "string" ? this._addCheck({
|
|
828
|
-
kind: "datetime",
|
|
829
|
-
precision: null,
|
|
830
|
-
offset: !1,
|
|
831
|
-
local: !1,
|
|
832
|
-
message: e
|
|
833
|
-
}) : this._addCheck({
|
|
834
|
-
kind: "datetime",
|
|
835
|
-
precision: typeof (e == null ? void 0 : e.precision) > "u" ? null : e == null ? void 0 : e.precision,
|
|
836
|
-
offset: (t = e == null ? void 0 : e.offset) !== null && t !== void 0 ? t : !1,
|
|
837
|
-
local: (n = e == null ? void 0 : e.local) !== null && n !== void 0 ? n : !1,
|
|
838
|
-
...h.errToObj(e == null ? void 0 : e.message)
|
|
839
|
-
});
|
|
840
|
-
}
|
|
841
|
-
date(e) {
|
|
842
|
-
return this._addCheck({ kind: "date", message: e });
|
|
843
|
-
}
|
|
844
|
-
time(e) {
|
|
845
|
-
return typeof e == "string" ? this._addCheck({
|
|
846
|
-
kind: "time",
|
|
847
|
-
precision: null,
|
|
848
|
-
message: e
|
|
849
|
-
}) : this._addCheck({
|
|
850
|
-
kind: "time",
|
|
851
|
-
precision: typeof (e == null ? void 0 : e.precision) > "u" ? null : e == null ? void 0 : e.precision,
|
|
852
|
-
...h.errToObj(e == null ? void 0 : e.message)
|
|
853
|
-
});
|
|
854
|
-
}
|
|
855
|
-
duration(e) {
|
|
856
|
-
return this._addCheck({ kind: "duration", ...h.errToObj(e) });
|
|
857
|
-
}
|
|
858
|
-
regex(e, t) {
|
|
859
|
-
return this._addCheck({
|
|
860
|
-
kind: "regex",
|
|
861
|
-
regex: e,
|
|
862
|
-
...h.errToObj(t)
|
|
863
|
-
});
|
|
864
|
-
}
|
|
865
|
-
includes(e, t) {
|
|
866
|
-
return this._addCheck({
|
|
867
|
-
kind: "includes",
|
|
868
|
-
value: e,
|
|
869
|
-
position: t == null ? void 0 : t.position,
|
|
870
|
-
...h.errToObj(t == null ? void 0 : t.message)
|
|
871
|
-
});
|
|
872
|
-
}
|
|
873
|
-
startsWith(e, t) {
|
|
874
|
-
return this._addCheck({
|
|
875
|
-
kind: "startsWith",
|
|
876
|
-
value: e,
|
|
877
|
-
...h.errToObj(t)
|
|
878
|
-
});
|
|
879
|
-
}
|
|
880
|
-
endsWith(e, t) {
|
|
881
|
-
return this._addCheck({
|
|
882
|
-
kind: "endsWith",
|
|
883
|
-
value: e,
|
|
884
|
-
...h.errToObj(t)
|
|
885
|
-
});
|
|
886
|
-
}
|
|
887
|
-
min(e, t) {
|
|
888
|
-
return this._addCheck({
|
|
889
|
-
kind: "min",
|
|
890
|
-
value: e,
|
|
891
|
-
...h.errToObj(t)
|
|
892
|
-
});
|
|
893
|
-
}
|
|
894
|
-
max(e, t) {
|
|
895
|
-
return this._addCheck({
|
|
896
|
-
kind: "max",
|
|
897
|
-
value: e,
|
|
898
|
-
...h.errToObj(t)
|
|
899
|
-
});
|
|
900
|
-
}
|
|
901
|
-
length(e, t) {
|
|
902
|
-
return this._addCheck({
|
|
903
|
-
kind: "length",
|
|
904
|
-
value: e,
|
|
905
|
-
...h.errToObj(t)
|
|
906
|
-
});
|
|
907
|
-
}
|
|
908
|
-
/**
|
|
909
|
-
* Equivalent to `.min(1)`
|
|
910
|
-
*/
|
|
911
|
-
nonempty(e) {
|
|
912
|
-
return this.min(1, h.errToObj(e));
|
|
913
|
-
}
|
|
914
|
-
trim() {
|
|
915
|
-
return new A({
|
|
916
|
-
...this._def,
|
|
917
|
-
checks: [...this._def.checks, { kind: "trim" }]
|
|
918
|
-
});
|
|
919
|
-
}
|
|
920
|
-
toLowerCase() {
|
|
921
|
-
return new A({
|
|
922
|
-
...this._def,
|
|
923
|
-
checks: [...this._def.checks, { kind: "toLowerCase" }]
|
|
924
|
-
});
|
|
925
|
-
}
|
|
926
|
-
toUpperCase() {
|
|
927
|
-
return new A({
|
|
928
|
-
...this._def,
|
|
929
|
-
checks: [...this._def.checks, { kind: "toUpperCase" }]
|
|
930
|
-
});
|
|
931
|
-
}
|
|
932
|
-
get isDatetime() {
|
|
933
|
-
return !!this._def.checks.find((e) => e.kind === "datetime");
|
|
934
|
-
}
|
|
935
|
-
get isDate() {
|
|
936
|
-
return !!this._def.checks.find((e) => e.kind === "date");
|
|
937
|
-
}
|
|
938
|
-
get isTime() {
|
|
939
|
-
return !!this._def.checks.find((e) => e.kind === "time");
|
|
940
|
-
}
|
|
941
|
-
get isDuration() {
|
|
942
|
-
return !!this._def.checks.find((e) => e.kind === "duration");
|
|
943
|
-
}
|
|
944
|
-
get isEmail() {
|
|
945
|
-
return !!this._def.checks.find((e) => e.kind === "email");
|
|
946
|
-
}
|
|
947
|
-
get isURL() {
|
|
948
|
-
return !!this._def.checks.find((e) => e.kind === "url");
|
|
949
|
-
}
|
|
950
|
-
get isEmoji() {
|
|
951
|
-
return !!this._def.checks.find((e) => e.kind === "emoji");
|
|
952
|
-
}
|
|
953
|
-
get isUUID() {
|
|
954
|
-
return !!this._def.checks.find((e) => e.kind === "uuid");
|
|
955
|
-
}
|
|
956
|
-
get isNANOID() {
|
|
957
|
-
return !!this._def.checks.find((e) => e.kind === "nanoid");
|
|
958
|
-
}
|
|
959
|
-
get isCUID() {
|
|
960
|
-
return !!this._def.checks.find((e) => e.kind === "cuid");
|
|
961
|
-
}
|
|
962
|
-
get isCUID2() {
|
|
963
|
-
return !!this._def.checks.find((e) => e.kind === "cuid2");
|
|
964
|
-
}
|
|
965
|
-
get isULID() {
|
|
966
|
-
return !!this._def.checks.find((e) => e.kind === "ulid");
|
|
967
|
-
}
|
|
968
|
-
get isIP() {
|
|
969
|
-
return !!this._def.checks.find((e) => e.kind === "ip");
|
|
970
|
-
}
|
|
971
|
-
get isCIDR() {
|
|
972
|
-
return !!this._def.checks.find((e) => e.kind === "cidr");
|
|
973
|
-
}
|
|
974
|
-
get isBase64() {
|
|
975
|
-
return !!this._def.checks.find((e) => e.kind === "base64");
|
|
976
|
-
}
|
|
977
|
-
get isBase64url() {
|
|
978
|
-
return !!this._def.checks.find((e) => e.kind === "base64url");
|
|
979
|
-
}
|
|
980
|
-
get minLength() {
|
|
981
|
-
let e = null;
|
|
982
|
-
for (const t of this._def.checks)
|
|
983
|
-
t.kind === "min" && (e === null || t.value > e) && (e = t.value);
|
|
984
|
-
return e;
|
|
985
|
-
}
|
|
986
|
-
get maxLength() {
|
|
987
|
-
let e = null;
|
|
988
|
-
for (const t of this._def.checks)
|
|
989
|
-
t.kind === "max" && (e === null || t.value < e) && (e = t.value);
|
|
990
|
-
return e;
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
A.create = (r) => {
|
|
994
|
-
var e;
|
|
995
|
-
return new A({
|
|
996
|
-
checks: [],
|
|
997
|
-
typeName: m.ZodString,
|
|
998
|
-
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
999
|
-
...g(r)
|
|
1000
|
-
});
|
|
1001
|
-
};
|
|
1002
|
-
function Ke(r, e) {
|
|
1003
|
-
const t = (r.toString().split(".")[1] || "").length, n = (e.toString().split(".")[1] || "").length, s = t > n ? t : n, a = parseInt(r.toFixed(s).replace(".", "")), i = parseInt(e.toFixed(s).replace(".", ""));
|
|
1004
|
-
return a % i / Math.pow(10, s);
|
|
1005
|
-
}
|
|
1006
|
-
class L extends y {
|
|
1007
|
-
constructor() {
|
|
1008
|
-
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
1009
|
-
}
|
|
1010
|
-
_parse(e) {
|
|
1011
|
-
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !== l.number) {
|
|
1012
|
-
const a = this._getOrReturnCtx(e);
|
|
1013
|
-
return u(a, {
|
|
1014
|
-
code: o.invalid_type,
|
|
1015
|
-
expected: l.number,
|
|
1016
|
-
received: a.parsedType
|
|
1017
|
-
}), _;
|
|
1018
|
-
}
|
|
1019
|
-
let n;
|
|
1020
|
-
const s = new k();
|
|
1021
|
-
for (const a of this._def.checks)
|
|
1022
|
-
a.kind === "int" ? v.isInteger(e.data) || (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1023
|
-
code: o.invalid_type,
|
|
1024
|
-
expected: "integer",
|
|
1025
|
-
received: "float",
|
|
1026
|
-
message: a.message
|
|
1027
|
-
}), s.dirty()) : a.kind === "min" ? (a.inclusive ? e.data < a.value : e.data <= a.value) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1028
|
-
code: o.too_small,
|
|
1029
|
-
minimum: a.value,
|
|
1030
|
-
type: "number",
|
|
1031
|
-
inclusive: a.inclusive,
|
|
1032
|
-
exact: !1,
|
|
1033
|
-
message: a.message
|
|
1034
|
-
}), s.dirty()) : a.kind === "max" ? (a.inclusive ? e.data > a.value : e.data >= a.value) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1035
|
-
code: o.too_big,
|
|
1036
|
-
maximum: a.value,
|
|
1037
|
-
type: "number",
|
|
1038
|
-
inclusive: a.inclusive,
|
|
1039
|
-
exact: !1,
|
|
1040
|
-
message: a.message
|
|
1041
|
-
}), s.dirty()) : a.kind === "multipleOf" ? Ke(e.data, a.value) !== 0 && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1042
|
-
code: o.not_multiple_of,
|
|
1043
|
-
multipleOf: a.value,
|
|
1044
|
-
message: a.message
|
|
1045
|
-
}), s.dirty()) : a.kind === "finite" ? Number.isFinite(e.data) || (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1046
|
-
code: o.not_finite,
|
|
1047
|
-
message: a.message
|
|
1048
|
-
}), s.dirty()) : v.assertNever(a);
|
|
1049
|
-
return { status: s.value, value: e.data };
|
|
1050
|
-
}
|
|
1051
|
-
gte(e, t) {
|
|
1052
|
-
return this.setLimit("min", e, !0, h.toString(t));
|
|
1053
|
-
}
|
|
1054
|
-
gt(e, t) {
|
|
1055
|
-
return this.setLimit("min", e, !1, h.toString(t));
|
|
1056
|
-
}
|
|
1057
|
-
lte(e, t) {
|
|
1058
|
-
return this.setLimit("max", e, !0, h.toString(t));
|
|
1059
|
-
}
|
|
1060
|
-
lt(e, t) {
|
|
1061
|
-
return this.setLimit("max", e, !1, h.toString(t));
|
|
1062
|
-
}
|
|
1063
|
-
setLimit(e, t, n, s) {
|
|
1064
|
-
return new L({
|
|
1065
|
-
...this._def,
|
|
1066
|
-
checks: [
|
|
1067
|
-
...this._def.checks,
|
|
1068
|
-
{
|
|
1069
|
-
kind: e,
|
|
1070
|
-
value: t,
|
|
1071
|
-
inclusive: n,
|
|
1072
|
-
message: h.toString(s)
|
|
1073
|
-
}
|
|
1074
|
-
]
|
|
1075
|
-
});
|
|
1076
|
-
}
|
|
1077
|
-
_addCheck(e) {
|
|
1078
|
-
return new L({
|
|
1079
|
-
...this._def,
|
|
1080
|
-
checks: [...this._def.checks, e]
|
|
1081
|
-
});
|
|
1082
|
-
}
|
|
1083
|
-
int(e) {
|
|
1084
|
-
return this._addCheck({
|
|
1085
|
-
kind: "int",
|
|
1086
|
-
message: h.toString(e)
|
|
1087
|
-
});
|
|
1088
|
-
}
|
|
1089
|
-
positive(e) {
|
|
1090
|
-
return this._addCheck({
|
|
1091
|
-
kind: "min",
|
|
1092
|
-
value: 0,
|
|
1093
|
-
inclusive: !1,
|
|
1094
|
-
message: h.toString(e)
|
|
1095
|
-
});
|
|
1096
|
-
}
|
|
1097
|
-
negative(e) {
|
|
1098
|
-
return this._addCheck({
|
|
1099
|
-
kind: "max",
|
|
1100
|
-
value: 0,
|
|
1101
|
-
inclusive: !1,
|
|
1102
|
-
message: h.toString(e)
|
|
1103
|
-
});
|
|
1104
|
-
}
|
|
1105
|
-
nonpositive(e) {
|
|
1106
|
-
return this._addCheck({
|
|
1107
|
-
kind: "max",
|
|
1108
|
-
value: 0,
|
|
1109
|
-
inclusive: !0,
|
|
1110
|
-
message: h.toString(e)
|
|
1111
|
-
});
|
|
1112
|
-
}
|
|
1113
|
-
nonnegative(e) {
|
|
1114
|
-
return this._addCheck({
|
|
1115
|
-
kind: "min",
|
|
1116
|
-
value: 0,
|
|
1117
|
-
inclusive: !0,
|
|
1118
|
-
message: h.toString(e)
|
|
1119
|
-
});
|
|
1120
|
-
}
|
|
1121
|
-
multipleOf(e, t) {
|
|
1122
|
-
return this._addCheck({
|
|
1123
|
-
kind: "multipleOf",
|
|
1124
|
-
value: e,
|
|
1125
|
-
message: h.toString(t)
|
|
1126
|
-
});
|
|
1127
|
-
}
|
|
1128
|
-
finite(e) {
|
|
1129
|
-
return this._addCheck({
|
|
1130
|
-
kind: "finite",
|
|
1131
|
-
message: h.toString(e)
|
|
1132
|
-
});
|
|
1133
|
-
}
|
|
1134
|
-
safe(e) {
|
|
1135
|
-
return this._addCheck({
|
|
1136
|
-
kind: "min",
|
|
1137
|
-
inclusive: !0,
|
|
1138
|
-
value: Number.MIN_SAFE_INTEGER,
|
|
1139
|
-
message: h.toString(e)
|
|
1140
|
-
})._addCheck({
|
|
1141
|
-
kind: "max",
|
|
1142
|
-
inclusive: !0,
|
|
1143
|
-
value: Number.MAX_SAFE_INTEGER,
|
|
1144
|
-
message: h.toString(e)
|
|
1145
|
-
});
|
|
1146
|
-
}
|
|
1147
|
-
get minValue() {
|
|
1148
|
-
let e = null;
|
|
1149
|
-
for (const t of this._def.checks)
|
|
1150
|
-
t.kind === "min" && (e === null || t.value > e) && (e = t.value);
|
|
1151
|
-
return e;
|
|
1152
|
-
}
|
|
1153
|
-
get maxValue() {
|
|
1154
|
-
let e = null;
|
|
1155
|
-
for (const t of this._def.checks)
|
|
1156
|
-
t.kind === "max" && (e === null || t.value < e) && (e = t.value);
|
|
1157
|
-
return e;
|
|
1158
|
-
}
|
|
1159
|
-
get isInt() {
|
|
1160
|
-
return !!this._def.checks.find((e) => e.kind === "int" || e.kind === "multipleOf" && v.isInteger(e.value));
|
|
1161
|
-
}
|
|
1162
|
-
get isFinite() {
|
|
1163
|
-
let e = null, t = null;
|
|
1164
|
-
for (const n of this._def.checks) {
|
|
1165
|
-
if (n.kind === "finite" || n.kind === "int" || n.kind === "multipleOf")
|
|
1166
|
-
return !0;
|
|
1167
|
-
n.kind === "min" ? (t === null || n.value > t) && (t = n.value) : n.kind === "max" && (e === null || n.value < e) && (e = n.value);
|
|
1168
|
-
}
|
|
1169
|
-
return Number.isFinite(t) && Number.isFinite(e);
|
|
1170
|
-
}
|
|
1171
|
-
}
|
|
1172
|
-
L.create = (r) => new L({
|
|
1173
|
-
checks: [],
|
|
1174
|
-
typeName: m.ZodNumber,
|
|
1175
|
-
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1176
|
-
...g(r)
|
|
1177
|
-
});
|
|
1178
|
-
class z extends y {
|
|
1179
|
-
constructor() {
|
|
1180
|
-
super(...arguments), this.min = this.gte, this.max = this.lte;
|
|
1181
|
-
}
|
|
1182
|
-
_parse(e) {
|
|
1183
|
-
if (this._def.coerce)
|
|
1184
|
-
try {
|
|
1185
|
-
e.data = BigInt(e.data);
|
|
1186
|
-
} catch {
|
|
1187
|
-
return this._getInvalidInput(e);
|
|
1188
|
-
}
|
|
1189
|
-
if (this._getType(e) !== l.bigint)
|
|
1190
|
-
return this._getInvalidInput(e);
|
|
1191
|
-
let n;
|
|
1192
|
-
const s = new k();
|
|
1193
|
-
for (const a of this._def.checks)
|
|
1194
|
-
a.kind === "min" ? (a.inclusive ? e.data < a.value : e.data <= a.value) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1195
|
-
code: o.too_small,
|
|
1196
|
-
type: "bigint",
|
|
1197
|
-
minimum: a.value,
|
|
1198
|
-
inclusive: a.inclusive,
|
|
1199
|
-
message: a.message
|
|
1200
|
-
}), s.dirty()) : a.kind === "max" ? (a.inclusive ? e.data > a.value : e.data >= a.value) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1201
|
-
code: o.too_big,
|
|
1202
|
-
type: "bigint",
|
|
1203
|
-
maximum: a.value,
|
|
1204
|
-
inclusive: a.inclusive,
|
|
1205
|
-
message: a.message
|
|
1206
|
-
}), s.dirty()) : a.kind === "multipleOf" ? e.data % a.value !== BigInt(0) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1207
|
-
code: o.not_multiple_of,
|
|
1208
|
-
multipleOf: a.value,
|
|
1209
|
-
message: a.message
|
|
1210
|
-
}), s.dirty()) : v.assertNever(a);
|
|
1211
|
-
return { status: s.value, value: e.data };
|
|
1212
|
-
}
|
|
1213
|
-
_getInvalidInput(e) {
|
|
1214
|
-
const t = this._getOrReturnCtx(e);
|
|
1215
|
-
return u(t, {
|
|
1216
|
-
code: o.invalid_type,
|
|
1217
|
-
expected: l.bigint,
|
|
1218
|
-
received: t.parsedType
|
|
1219
|
-
}), _;
|
|
1220
|
-
}
|
|
1221
|
-
gte(e, t) {
|
|
1222
|
-
return this.setLimit("min", e, !0, h.toString(t));
|
|
1223
|
-
}
|
|
1224
|
-
gt(e, t) {
|
|
1225
|
-
return this.setLimit("min", e, !1, h.toString(t));
|
|
1226
|
-
}
|
|
1227
|
-
lte(e, t) {
|
|
1228
|
-
return this.setLimit("max", e, !0, h.toString(t));
|
|
1229
|
-
}
|
|
1230
|
-
lt(e, t) {
|
|
1231
|
-
return this.setLimit("max", e, !1, h.toString(t));
|
|
1232
|
-
}
|
|
1233
|
-
setLimit(e, t, n, s) {
|
|
1234
|
-
return new z({
|
|
1235
|
-
...this._def,
|
|
1236
|
-
checks: [
|
|
1237
|
-
...this._def.checks,
|
|
1238
|
-
{
|
|
1239
|
-
kind: e,
|
|
1240
|
-
value: t,
|
|
1241
|
-
inclusive: n,
|
|
1242
|
-
message: h.toString(s)
|
|
1243
|
-
}
|
|
1244
|
-
]
|
|
1245
|
-
});
|
|
1246
|
-
}
|
|
1247
|
-
_addCheck(e) {
|
|
1248
|
-
return new z({
|
|
1249
|
-
...this._def,
|
|
1250
|
-
checks: [...this._def.checks, e]
|
|
1251
|
-
});
|
|
1252
|
-
}
|
|
1253
|
-
positive(e) {
|
|
1254
|
-
return this._addCheck({
|
|
1255
|
-
kind: "min",
|
|
1256
|
-
value: BigInt(0),
|
|
1257
|
-
inclusive: !1,
|
|
1258
|
-
message: h.toString(e)
|
|
1259
|
-
});
|
|
1260
|
-
}
|
|
1261
|
-
negative(e) {
|
|
1262
|
-
return this._addCheck({
|
|
1263
|
-
kind: "max",
|
|
1264
|
-
value: BigInt(0),
|
|
1265
|
-
inclusive: !1,
|
|
1266
|
-
message: h.toString(e)
|
|
1267
|
-
});
|
|
1268
|
-
}
|
|
1269
|
-
nonpositive(e) {
|
|
1270
|
-
return this._addCheck({
|
|
1271
|
-
kind: "max",
|
|
1272
|
-
value: BigInt(0),
|
|
1273
|
-
inclusive: !0,
|
|
1274
|
-
message: h.toString(e)
|
|
1275
|
-
});
|
|
1276
|
-
}
|
|
1277
|
-
nonnegative(e) {
|
|
1278
|
-
return this._addCheck({
|
|
1279
|
-
kind: "min",
|
|
1280
|
-
value: BigInt(0),
|
|
1281
|
-
inclusive: !0,
|
|
1282
|
-
message: h.toString(e)
|
|
1283
|
-
});
|
|
1284
|
-
}
|
|
1285
|
-
multipleOf(e, t) {
|
|
1286
|
-
return this._addCheck({
|
|
1287
|
-
kind: "multipleOf",
|
|
1288
|
-
value: e,
|
|
1289
|
-
message: h.toString(t)
|
|
1290
|
-
});
|
|
1291
|
-
}
|
|
1292
|
-
get minValue() {
|
|
1293
|
-
let e = null;
|
|
1294
|
-
for (const t of this._def.checks)
|
|
1295
|
-
t.kind === "min" && (e === null || t.value > e) && (e = t.value);
|
|
1296
|
-
return e;
|
|
1297
|
-
}
|
|
1298
|
-
get maxValue() {
|
|
1299
|
-
let e = null;
|
|
1300
|
-
for (const t of this._def.checks)
|
|
1301
|
-
t.kind === "max" && (e === null || t.value < e) && (e = t.value);
|
|
1302
|
-
return e;
|
|
1303
|
-
}
|
|
1304
|
-
}
|
|
1305
|
-
z.create = (r) => {
|
|
1306
|
-
var e;
|
|
1307
|
-
return new z({
|
|
1308
|
-
checks: [],
|
|
1309
|
-
typeName: m.ZodBigInt,
|
|
1310
|
-
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
1311
|
-
...g(r)
|
|
1312
|
-
});
|
|
1313
|
-
};
|
|
1314
|
-
class he extends y {
|
|
1315
|
-
_parse(e) {
|
|
1316
|
-
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== l.boolean) {
|
|
1317
|
-
const n = this._getOrReturnCtx(e);
|
|
1318
|
-
return u(n, {
|
|
1319
|
-
code: o.invalid_type,
|
|
1320
|
-
expected: l.boolean,
|
|
1321
|
-
received: n.parsedType
|
|
1322
|
-
}), _;
|
|
1323
|
-
}
|
|
1324
|
-
return b(e.data);
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
he.create = (r) => new he({
|
|
1328
|
-
typeName: m.ZodBoolean,
|
|
1329
|
-
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1330
|
-
...g(r)
|
|
1331
|
-
});
|
|
1332
|
-
class J extends y {
|
|
1333
|
-
_parse(e) {
|
|
1334
|
-
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== l.date) {
|
|
1335
|
-
const a = this._getOrReturnCtx(e);
|
|
1336
|
-
return u(a, {
|
|
1337
|
-
code: o.invalid_type,
|
|
1338
|
-
expected: l.date,
|
|
1339
|
-
received: a.parsedType
|
|
1340
|
-
}), _;
|
|
1341
|
-
}
|
|
1342
|
-
if (isNaN(e.data.getTime())) {
|
|
1343
|
-
const a = this._getOrReturnCtx(e);
|
|
1344
|
-
return u(a, {
|
|
1345
|
-
code: o.invalid_date
|
|
1346
|
-
}), _;
|
|
1347
|
-
}
|
|
1348
|
-
const n = new k();
|
|
1349
|
-
let s;
|
|
1350
|
-
for (const a of this._def.checks)
|
|
1351
|
-
a.kind === "min" ? e.data.getTime() < a.value && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
1352
|
-
code: o.too_small,
|
|
1353
|
-
message: a.message,
|
|
1354
|
-
inclusive: !0,
|
|
1355
|
-
exact: !1,
|
|
1356
|
-
minimum: a.value,
|
|
1357
|
-
type: "date"
|
|
1358
|
-
}), n.dirty()) : a.kind === "max" ? e.data.getTime() > a.value && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
1359
|
-
code: o.too_big,
|
|
1360
|
-
message: a.message,
|
|
1361
|
-
inclusive: !0,
|
|
1362
|
-
exact: !1,
|
|
1363
|
-
maximum: a.value,
|
|
1364
|
-
type: "date"
|
|
1365
|
-
}), n.dirty()) : v.assertNever(a);
|
|
1366
|
-
return {
|
|
1367
|
-
status: n.value,
|
|
1368
|
-
value: new Date(e.data.getTime())
|
|
1369
|
-
};
|
|
1370
|
-
}
|
|
1371
|
-
_addCheck(e) {
|
|
1372
|
-
return new J({
|
|
1373
|
-
...this._def,
|
|
1374
|
-
checks: [...this._def.checks, e]
|
|
1375
|
-
});
|
|
1376
|
-
}
|
|
1377
|
-
min(e, t) {
|
|
1378
|
-
return this._addCheck({
|
|
1379
|
-
kind: "min",
|
|
1380
|
-
value: e.getTime(),
|
|
1381
|
-
message: h.toString(t)
|
|
1382
|
-
});
|
|
1383
|
-
}
|
|
1384
|
-
max(e, t) {
|
|
1385
|
-
return this._addCheck({
|
|
1386
|
-
kind: "max",
|
|
1387
|
-
value: e.getTime(),
|
|
1388
|
-
message: h.toString(t)
|
|
1389
|
-
});
|
|
1390
|
-
}
|
|
1391
|
-
get minDate() {
|
|
1392
|
-
let e = null;
|
|
1393
|
-
for (const t of this._def.checks)
|
|
1394
|
-
t.kind === "min" && (e === null || t.value > e) && (e = t.value);
|
|
1395
|
-
return e != null ? new Date(e) : null;
|
|
1396
|
-
}
|
|
1397
|
-
get maxDate() {
|
|
1398
|
-
let e = null;
|
|
1399
|
-
for (const t of this._def.checks)
|
|
1400
|
-
t.kind === "max" && (e === null || t.value < e) && (e = t.value);
|
|
1401
|
-
return e != null ? new Date(e) : null;
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
J.create = (r) => new J({
|
|
1405
|
-
checks: [],
|
|
1406
|
-
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1407
|
-
typeName: m.ZodDate,
|
|
1408
|
-
...g(r)
|
|
1409
|
-
});
|
|
1410
|
-
class me extends y {
|
|
1411
|
-
_parse(e) {
|
|
1412
|
-
if (this._getType(e) !== l.symbol) {
|
|
1413
|
-
const n = this._getOrReturnCtx(e);
|
|
1414
|
-
return u(n, {
|
|
1415
|
-
code: o.invalid_type,
|
|
1416
|
-
expected: l.symbol,
|
|
1417
|
-
received: n.parsedType
|
|
1418
|
-
}), _;
|
|
1419
|
-
}
|
|
1420
|
-
return b(e.data);
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
me.create = (r) => new me({
|
|
1424
|
-
typeName: m.ZodSymbol,
|
|
1425
|
-
...g(r)
|
|
1426
|
-
});
|
|
1427
|
-
class X extends y {
|
|
1428
|
-
_parse(e) {
|
|
1429
|
-
if (this._getType(e) !== l.undefined) {
|
|
1430
|
-
const n = this._getOrReturnCtx(e);
|
|
1431
|
-
return u(n, {
|
|
1432
|
-
code: o.invalid_type,
|
|
1433
|
-
expected: l.undefined,
|
|
1434
|
-
received: n.parsedType
|
|
1435
|
-
}), _;
|
|
1436
|
-
}
|
|
1437
|
-
return b(e.data);
|
|
1438
|
-
}
|
|
1439
|
-
}
|
|
1440
|
-
X.create = (r) => new X({
|
|
1441
|
-
typeName: m.ZodUndefined,
|
|
1442
|
-
...g(r)
|
|
1443
|
-
});
|
|
1444
|
-
class Q extends y {
|
|
1445
|
-
_parse(e) {
|
|
1446
|
-
if (this._getType(e) !== l.null) {
|
|
1447
|
-
const n = this._getOrReturnCtx(e);
|
|
1448
|
-
return u(n, {
|
|
1449
|
-
code: o.invalid_type,
|
|
1450
|
-
expected: l.null,
|
|
1451
|
-
received: n.parsedType
|
|
1452
|
-
}), _;
|
|
1453
|
-
}
|
|
1454
|
-
return b(e.data);
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
|
-
Q.create = (r) => new Q({
|
|
1458
|
-
typeName: m.ZodNull,
|
|
1459
|
-
...g(r)
|
|
1460
|
-
});
|
|
1461
|
-
class pe extends y {
|
|
1462
|
-
constructor() {
|
|
1463
|
-
super(...arguments), this._any = !0;
|
|
1464
|
-
}
|
|
1465
|
-
_parse(e) {
|
|
1466
|
-
return b(e.data);
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
pe.create = (r) => new pe({
|
|
1470
|
-
typeName: m.ZodAny,
|
|
1471
|
-
...g(r)
|
|
1472
|
-
});
|
|
1473
|
-
class V extends y {
|
|
1474
|
-
constructor() {
|
|
1475
|
-
super(...arguments), this._unknown = !0;
|
|
1476
|
-
}
|
|
1477
|
-
_parse(e) {
|
|
1478
|
-
return b(e.data);
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
V.create = (r) => new V({
|
|
1482
|
-
typeName: m.ZodUnknown,
|
|
1483
|
-
...g(r)
|
|
1484
|
-
});
|
|
1485
|
-
class j extends y {
|
|
1486
|
-
_parse(e) {
|
|
1487
|
-
const t = this._getOrReturnCtx(e);
|
|
1488
|
-
return u(t, {
|
|
1489
|
-
code: o.invalid_type,
|
|
1490
|
-
expected: l.never,
|
|
1491
|
-
received: t.parsedType
|
|
1492
|
-
}), _;
|
|
1493
|
-
}
|
|
1494
|
-
}
|
|
1495
|
-
j.create = (r) => new j({
|
|
1496
|
-
typeName: m.ZodNever,
|
|
1497
|
-
...g(r)
|
|
1498
|
-
});
|
|
1499
|
-
class _e extends y {
|
|
1500
|
-
_parse(e) {
|
|
1501
|
-
if (this._getType(e) !== l.undefined) {
|
|
1502
|
-
const n = this._getOrReturnCtx(e);
|
|
1503
|
-
return u(n, {
|
|
1504
|
-
code: o.invalid_type,
|
|
1505
|
-
expected: l.void,
|
|
1506
|
-
received: n.parsedType
|
|
1507
|
-
}), _;
|
|
1508
|
-
}
|
|
1509
|
-
return b(e.data);
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
_e.create = (r) => new _e({
|
|
1513
|
-
typeName: m.ZodVoid,
|
|
1514
|
-
...g(r)
|
|
1515
|
-
});
|
|
1516
|
-
class C extends y {
|
|
1517
|
-
_parse(e) {
|
|
1518
|
-
const { ctx: t, status: n } = this._processInputParams(e), s = this._def;
|
|
1519
|
-
if (t.parsedType !== l.array)
|
|
1520
|
-
return u(t, {
|
|
1521
|
-
code: o.invalid_type,
|
|
1522
|
-
expected: l.array,
|
|
1523
|
-
received: t.parsedType
|
|
1524
|
-
}), _;
|
|
1525
|
-
if (s.exactLength !== null) {
|
|
1526
|
-
const i = t.data.length > s.exactLength.value, d = t.data.length < s.exactLength.value;
|
|
1527
|
-
(i || d) && (u(t, {
|
|
1528
|
-
code: i ? o.too_big : o.too_small,
|
|
1529
|
-
minimum: d ? s.exactLength.value : void 0,
|
|
1530
|
-
maximum: i ? s.exactLength.value : void 0,
|
|
1531
|
-
type: "array",
|
|
1532
|
-
inclusive: !0,
|
|
1533
|
-
exact: !0,
|
|
1534
|
-
message: s.exactLength.message
|
|
1535
|
-
}), n.dirty());
|
|
1536
|
-
}
|
|
1537
|
-
if (s.minLength !== null && t.data.length < s.minLength.value && (u(t, {
|
|
1538
|
-
code: o.too_small,
|
|
1539
|
-
minimum: s.minLength.value,
|
|
1540
|
-
type: "array",
|
|
1541
|
-
inclusive: !0,
|
|
1542
|
-
exact: !1,
|
|
1543
|
-
message: s.minLength.message
|
|
1544
|
-
}), n.dirty()), s.maxLength !== null && t.data.length > s.maxLength.value && (u(t, {
|
|
1545
|
-
code: o.too_big,
|
|
1546
|
-
maximum: s.maxLength.value,
|
|
1547
|
-
type: "array",
|
|
1548
|
-
inclusive: !0,
|
|
1549
|
-
exact: !1,
|
|
1550
|
-
message: s.maxLength.message
|
|
1551
|
-
}), n.dirty()), t.common.async)
|
|
1552
|
-
return Promise.all([...t.data].map((i, d) => s.type._parseAsync(new S(t, i, t.path, d)))).then((i) => k.mergeArray(n, i));
|
|
1553
|
-
const a = [...t.data].map((i, d) => s.type._parseSync(new S(t, i, t.path, d)));
|
|
1554
|
-
return k.mergeArray(n, a);
|
|
1555
|
-
}
|
|
1556
|
-
get element() {
|
|
1557
|
-
return this._def.type;
|
|
1558
|
-
}
|
|
1559
|
-
min(e, t) {
|
|
1560
|
-
return new C({
|
|
1561
|
-
...this._def,
|
|
1562
|
-
minLength: { value: e, message: h.toString(t) }
|
|
1563
|
-
});
|
|
1564
|
-
}
|
|
1565
|
-
max(e, t) {
|
|
1566
|
-
return new C({
|
|
1567
|
-
...this._def,
|
|
1568
|
-
maxLength: { value: e, message: h.toString(t) }
|
|
1569
|
-
});
|
|
1570
|
-
}
|
|
1571
|
-
length(e, t) {
|
|
1572
|
-
return new C({
|
|
1573
|
-
...this._def,
|
|
1574
|
-
exactLength: { value: e, message: h.toString(t) }
|
|
1575
|
-
});
|
|
1576
|
-
}
|
|
1577
|
-
nonempty(e) {
|
|
1578
|
-
return this.min(1, e);
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
C.create = (r, e) => new C({
|
|
1582
|
-
type: r,
|
|
1583
|
-
minLength: null,
|
|
1584
|
-
maxLength: null,
|
|
1585
|
-
exactLength: null,
|
|
1586
|
-
typeName: m.ZodArray,
|
|
1587
|
-
...g(e)
|
|
1588
|
-
});
|
|
1589
|
-
function M(r) {
|
|
1590
|
-
if (r instanceof x) {
|
|
1591
|
-
const e = {};
|
|
1592
|
-
for (const t in r.shape) {
|
|
1593
|
-
const n = r.shape[t];
|
|
1594
|
-
e[t] = Z.create(M(n));
|
|
1595
|
-
}
|
|
1596
|
-
return new x({
|
|
1597
|
-
...r._def,
|
|
1598
|
-
shape: () => e
|
|
1599
|
-
});
|
|
1600
|
-
} else return r instanceof C ? new C({
|
|
1601
|
-
...r._def,
|
|
1602
|
-
type: M(r.element)
|
|
1603
|
-
}) : r instanceof Z ? Z.create(M(r.unwrap())) : r instanceof $ ? $.create(M(r.unwrap())) : r instanceof N ? N.create(r.items.map((e) => M(e))) : r;
|
|
1604
|
-
}
|
|
1605
|
-
class x extends y {
|
|
1606
|
-
constructor() {
|
|
1607
|
-
super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend;
|
|
1608
|
-
}
|
|
1609
|
-
_getCached() {
|
|
1610
|
-
if (this._cached !== null)
|
|
1611
|
-
return this._cached;
|
|
1612
|
-
const e = this._def.shape(), t = v.objectKeys(e);
|
|
1613
|
-
return this._cached = { shape: e, keys: t };
|
|
1614
|
-
}
|
|
1615
|
-
_parse(e) {
|
|
1616
|
-
if (this._getType(e) !== l.object) {
|
|
1617
|
-
const c = this._getOrReturnCtx(e);
|
|
1618
|
-
return u(c, {
|
|
1619
|
-
code: o.invalid_type,
|
|
1620
|
-
expected: l.object,
|
|
1621
|
-
received: c.parsedType
|
|
1622
|
-
}), _;
|
|
1623
|
-
}
|
|
1624
|
-
const { status: n, ctx: s } = this._processInputParams(e), { shape: a, keys: i } = this._getCached(), d = [];
|
|
1625
|
-
if (!(this._def.catchall instanceof j && this._def.unknownKeys === "strip"))
|
|
1626
|
-
for (const c in s.data)
|
|
1627
|
-
i.includes(c) || d.push(c);
|
|
1628
|
-
const f = [];
|
|
1629
|
-
for (const c of i) {
|
|
1630
|
-
const p = a[c], w = s.data[c];
|
|
1631
|
-
f.push({
|
|
1632
|
-
key: { status: "valid", value: c },
|
|
1633
|
-
value: p._parse(new S(s, w, s.path, c)),
|
|
1634
|
-
alwaysSet: c in s.data
|
|
1635
|
-
});
|
|
1636
|
-
}
|
|
1637
|
-
if (this._def.catchall instanceof j) {
|
|
1638
|
-
const c = this._def.unknownKeys;
|
|
1639
|
-
if (c === "passthrough")
|
|
1640
|
-
for (const p of d)
|
|
1641
|
-
f.push({
|
|
1642
|
-
key: { status: "valid", value: p },
|
|
1643
|
-
value: { status: "valid", value: s.data[p] }
|
|
1644
|
-
});
|
|
1645
|
-
else if (c === "strict")
|
|
1646
|
-
d.length > 0 && (u(s, {
|
|
1647
|
-
code: o.unrecognized_keys,
|
|
1648
|
-
keys: d
|
|
1649
|
-
}), n.dirty());
|
|
1650
|
-
else if (c !== "strip") throw new Error("Internal ZodObject error: invalid unknownKeys value.");
|
|
1651
|
-
} else {
|
|
1652
|
-
const c = this._def.catchall;
|
|
1653
|
-
for (const p of d) {
|
|
1654
|
-
const w = s.data[p];
|
|
1655
|
-
f.push({
|
|
1656
|
-
key: { status: "valid", value: p },
|
|
1657
|
-
value: c._parse(
|
|
1658
|
-
new S(s, w, s.path, p)
|
|
1659
|
-
//, ctx.child(key), value, getParsedType(value)
|
|
1660
|
-
),
|
|
1661
|
-
alwaysSet: p in s.data
|
|
1662
|
-
});
|
|
1663
|
-
}
|
|
1664
|
-
}
|
|
1665
|
-
return s.common.async ? Promise.resolve().then(async () => {
|
|
1666
|
-
const c = [];
|
|
1667
|
-
for (const p of f) {
|
|
1668
|
-
const w = await p.key, ke = await p.value;
|
|
1669
|
-
c.push({
|
|
1670
|
-
key: w,
|
|
1671
|
-
value: ke,
|
|
1672
|
-
alwaysSet: p.alwaysSet
|
|
1673
|
-
});
|
|
1674
|
-
}
|
|
1675
|
-
return c;
|
|
1676
|
-
}).then((c) => k.mergeObjectSync(n, c)) : k.mergeObjectSync(n, f);
|
|
1677
|
-
}
|
|
1678
|
-
get shape() {
|
|
1679
|
-
return this._def.shape();
|
|
1680
|
-
}
|
|
1681
|
-
strict(e) {
|
|
1682
|
-
return h.errToObj, new x({
|
|
1683
|
-
...this._def,
|
|
1684
|
-
unknownKeys: "strict",
|
|
1685
|
-
...e !== void 0 ? {
|
|
1686
|
-
errorMap: (t, n) => {
|
|
1687
|
-
var s, a, i, d;
|
|
1688
|
-
const f = (i = (a = (s = this._def).errorMap) === null || a === void 0 ? void 0 : a.call(s, t, n).message) !== null && i !== void 0 ? i : n.defaultError;
|
|
1689
|
-
return t.code === "unrecognized_keys" ? {
|
|
1690
|
-
message: (d = h.errToObj(e).message) !== null && d !== void 0 ? d : f
|
|
1691
|
-
} : {
|
|
1692
|
-
message: f
|
|
1693
|
-
};
|
|
1694
|
-
}
|
|
1695
|
-
} : {}
|
|
1696
|
-
});
|
|
1697
|
-
}
|
|
1698
|
-
strip() {
|
|
1699
|
-
return new x({
|
|
1700
|
-
...this._def,
|
|
1701
|
-
unknownKeys: "strip"
|
|
1702
|
-
});
|
|
1703
|
-
}
|
|
1704
|
-
passthrough() {
|
|
1705
|
-
return new x({
|
|
1706
|
-
...this._def,
|
|
1707
|
-
unknownKeys: "passthrough"
|
|
1708
|
-
});
|
|
1709
|
-
}
|
|
1710
|
-
// const AugmentFactory =
|
|
1711
|
-
// <Def extends ZodObjectDef>(def: Def) =>
|
|
1712
|
-
// <Augmentation extends ZodRawShape>(
|
|
1713
|
-
// augmentation: Augmentation
|
|
1714
|
-
// ): ZodObject<
|
|
1715
|
-
// extendShape<ReturnType<Def["shape"]>, Augmentation>,
|
|
1716
|
-
// Def["unknownKeys"],
|
|
1717
|
-
// Def["catchall"]
|
|
1718
|
-
// > => {
|
|
1719
|
-
// return new ZodObject({
|
|
1720
|
-
// ...def,
|
|
1721
|
-
// shape: () => ({
|
|
1722
|
-
// ...def.shape(),
|
|
1723
|
-
// ...augmentation,
|
|
1724
|
-
// }),
|
|
1725
|
-
// }) as any;
|
|
1726
|
-
// };
|
|
1727
|
-
extend(e) {
|
|
1728
|
-
return new x({
|
|
1729
|
-
...this._def,
|
|
1730
|
-
shape: () => ({
|
|
1731
|
-
...this._def.shape(),
|
|
1732
|
-
...e
|
|
1733
|
-
})
|
|
1734
|
-
});
|
|
1735
|
-
}
|
|
1736
|
-
/**
|
|
1737
|
-
* Prior to zod@1.0.12 there was a bug in the
|
|
1738
|
-
* inferred type of merged objects. Please
|
|
1739
|
-
* upgrade if you are experiencing issues.
|
|
1740
|
-
*/
|
|
1741
|
-
merge(e) {
|
|
1742
|
-
return new x({
|
|
1743
|
-
unknownKeys: e._def.unknownKeys,
|
|
1744
|
-
catchall: e._def.catchall,
|
|
1745
|
-
shape: () => ({
|
|
1746
|
-
...this._def.shape(),
|
|
1747
|
-
...e._def.shape()
|
|
1748
|
-
}),
|
|
1749
|
-
typeName: m.ZodObject
|
|
1750
|
-
});
|
|
1751
|
-
}
|
|
1752
|
-
// merge<
|
|
1753
|
-
// Incoming extends AnyZodObject,
|
|
1754
|
-
// Augmentation extends Incoming["shape"],
|
|
1755
|
-
// NewOutput extends {
|
|
1756
|
-
// [k in keyof Augmentation | keyof Output]: k extends keyof Augmentation
|
|
1757
|
-
// ? Augmentation[k]["_output"]
|
|
1758
|
-
// : k extends keyof Output
|
|
1759
|
-
// ? Output[k]
|
|
1760
|
-
// : never;
|
|
1761
|
-
// },
|
|
1762
|
-
// NewInput extends {
|
|
1763
|
-
// [k in keyof Augmentation | keyof Input]: k extends keyof Augmentation
|
|
1764
|
-
// ? Augmentation[k]["_input"]
|
|
1765
|
-
// : k extends keyof Input
|
|
1766
|
-
// ? Input[k]
|
|
1767
|
-
// : never;
|
|
1768
|
-
// }
|
|
1769
|
-
// >(
|
|
1770
|
-
// merging: Incoming
|
|
1771
|
-
// ): ZodObject<
|
|
1772
|
-
// extendShape<T, ReturnType<Incoming["_def"]["shape"]>>,
|
|
1773
|
-
// Incoming["_def"]["unknownKeys"],
|
|
1774
|
-
// Incoming["_def"]["catchall"],
|
|
1775
|
-
// NewOutput,
|
|
1776
|
-
// NewInput
|
|
1777
|
-
// > {
|
|
1778
|
-
// const merged: any = new ZodObject({
|
|
1779
|
-
// unknownKeys: merging._def.unknownKeys,
|
|
1780
|
-
// catchall: merging._def.catchall,
|
|
1781
|
-
// shape: () =>
|
|
1782
|
-
// objectUtil.mergeShapes(this._def.shape(), merging._def.shape()),
|
|
1783
|
-
// typeName: ZodFirstPartyTypeKind.ZodObject,
|
|
1784
|
-
// }) as any;
|
|
1785
|
-
// return merged;
|
|
1786
|
-
// }
|
|
1787
|
-
setKey(e, t) {
|
|
1788
|
-
return this.augment({ [e]: t });
|
|
1789
|
-
}
|
|
1790
|
-
// merge<Incoming extends AnyZodObject>(
|
|
1791
|
-
// merging: Incoming
|
|
1792
|
-
// ): //ZodObject<T & Incoming["_shape"], UnknownKeys, Catchall> = (merging) => {
|
|
1793
|
-
// ZodObject<
|
|
1794
|
-
// extendShape<T, ReturnType<Incoming["_def"]["shape"]>>,
|
|
1795
|
-
// Incoming["_def"]["unknownKeys"],
|
|
1796
|
-
// Incoming["_def"]["catchall"]
|
|
1797
|
-
// > {
|
|
1798
|
-
// // const mergedShape = objectUtil.mergeShapes(
|
|
1799
|
-
// // this._def.shape(),
|
|
1800
|
-
// // merging._def.shape()
|
|
1801
|
-
// // );
|
|
1802
|
-
// const merged: any = new ZodObject({
|
|
1803
|
-
// unknownKeys: merging._def.unknownKeys,
|
|
1804
|
-
// catchall: merging._def.catchall,
|
|
1805
|
-
// shape: () =>
|
|
1806
|
-
// objectUtil.mergeShapes(this._def.shape(), merging._def.shape()),
|
|
1807
|
-
// typeName: ZodFirstPartyTypeKind.ZodObject,
|
|
1808
|
-
// }) as any;
|
|
1809
|
-
// return merged;
|
|
1810
|
-
// }
|
|
1811
|
-
catchall(e) {
|
|
1812
|
-
return new x({
|
|
1813
|
-
...this._def,
|
|
1814
|
-
catchall: e
|
|
1815
|
-
});
|
|
1816
|
-
}
|
|
1817
|
-
pick(e) {
|
|
1818
|
-
const t = {};
|
|
1819
|
-
return v.objectKeys(e).forEach((n) => {
|
|
1820
|
-
e[n] && this.shape[n] && (t[n] = this.shape[n]);
|
|
1821
|
-
}), new x({
|
|
1822
|
-
...this._def,
|
|
1823
|
-
shape: () => t
|
|
1824
|
-
});
|
|
1825
|
-
}
|
|
1826
|
-
omit(e) {
|
|
1827
|
-
const t = {};
|
|
1828
|
-
return v.objectKeys(this.shape).forEach((n) => {
|
|
1829
|
-
e[n] || (t[n] = this.shape[n]);
|
|
1830
|
-
}), new x({
|
|
1831
|
-
...this._def,
|
|
1832
|
-
shape: () => t
|
|
1833
|
-
});
|
|
1834
|
-
}
|
|
1835
|
-
/**
|
|
1836
|
-
* @deprecated
|
|
1837
|
-
*/
|
|
1838
|
-
deepPartial() {
|
|
1839
|
-
return M(this);
|
|
1840
|
-
}
|
|
1841
|
-
partial(e) {
|
|
1842
|
-
const t = {};
|
|
1843
|
-
return v.objectKeys(this.shape).forEach((n) => {
|
|
1844
|
-
const s = this.shape[n];
|
|
1845
|
-
e && !e[n] ? t[n] = s : t[n] = s.optional();
|
|
1846
|
-
}), new x({
|
|
1847
|
-
...this._def,
|
|
1848
|
-
shape: () => t
|
|
1849
|
-
});
|
|
1850
|
-
}
|
|
1851
|
-
required(e) {
|
|
1852
|
-
const t = {};
|
|
1853
|
-
return v.objectKeys(this.shape).forEach((n) => {
|
|
1854
|
-
if (e && !e[n])
|
|
1855
|
-
t[n] = this.shape[n];
|
|
1856
|
-
else {
|
|
1857
|
-
let a = this.shape[n];
|
|
1858
|
-
for (; a instanceof Z; )
|
|
1859
|
-
a = a._def.innerType;
|
|
1860
|
-
t[n] = a;
|
|
1861
|
-
}
|
|
1862
|
-
}), new x({
|
|
1863
|
-
...this._def,
|
|
1864
|
-
shape: () => t
|
|
1865
|
-
});
|
|
1866
|
-
}
|
|
1867
|
-
keyof() {
|
|
1868
|
-
return Ze(v.objectKeys(this.shape));
|
|
1869
|
-
}
|
|
1870
|
-
}
|
|
1871
|
-
x.create = (r, e) => new x({
|
|
1872
|
-
shape: () => r,
|
|
1873
|
-
unknownKeys: "strip",
|
|
1874
|
-
catchall: j.create(),
|
|
1875
|
-
typeName: m.ZodObject,
|
|
1876
|
-
...g(e)
|
|
1877
|
-
});
|
|
1878
|
-
x.strictCreate = (r, e) => new x({
|
|
1879
|
-
shape: () => r,
|
|
1880
|
-
unknownKeys: "strict",
|
|
1881
|
-
catchall: j.create(),
|
|
1882
|
-
typeName: m.ZodObject,
|
|
1883
|
-
...g(e)
|
|
1884
|
-
});
|
|
1885
|
-
x.lazycreate = (r, e) => new x({
|
|
1886
|
-
shape: r,
|
|
1887
|
-
unknownKeys: "strip",
|
|
1888
|
-
catchall: j.create(),
|
|
1889
|
-
typeName: m.ZodObject,
|
|
1890
|
-
...g(e)
|
|
1891
|
-
});
|
|
1892
|
-
class K extends y {
|
|
1893
|
-
_parse(e) {
|
|
1894
|
-
const { ctx: t } = this._processInputParams(e), n = this._def.options;
|
|
1895
|
-
function s(a) {
|
|
1896
|
-
for (const d of a)
|
|
1897
|
-
if (d.result.status === "valid")
|
|
1898
|
-
return d.result;
|
|
1899
|
-
for (const d of a)
|
|
1900
|
-
if (d.result.status === "dirty")
|
|
1901
|
-
return t.common.issues.push(...d.ctx.common.issues), d.result;
|
|
1902
|
-
const i = a.map((d) => new T(d.ctx.common.issues));
|
|
1903
|
-
return u(t, {
|
|
1904
|
-
code: o.invalid_union,
|
|
1905
|
-
unionErrors: i
|
|
1906
|
-
}), _;
|
|
1907
|
-
}
|
|
1908
|
-
if (t.common.async)
|
|
1909
|
-
return Promise.all(n.map(async (a) => {
|
|
1910
|
-
const i = {
|
|
1911
|
-
...t,
|
|
1912
|
-
common: {
|
|
1913
|
-
...t.common,
|
|
1914
|
-
issues: []
|
|
1915
|
-
},
|
|
1916
|
-
parent: null
|
|
1917
|
-
};
|
|
1918
|
-
return {
|
|
1919
|
-
result: await a._parseAsync({
|
|
1920
|
-
data: t.data,
|
|
1921
|
-
path: t.path,
|
|
1922
|
-
parent: i
|
|
1923
|
-
}),
|
|
1924
|
-
ctx: i
|
|
1925
|
-
};
|
|
1926
|
-
})).then(s);
|
|
1927
|
-
{
|
|
1928
|
-
let a;
|
|
1929
|
-
const i = [];
|
|
1930
|
-
for (const f of n) {
|
|
1931
|
-
const c = {
|
|
1932
|
-
...t,
|
|
1933
|
-
common: {
|
|
1934
|
-
...t.common,
|
|
1935
|
-
issues: []
|
|
1936
|
-
},
|
|
1937
|
-
parent: null
|
|
1938
|
-
}, p = f._parseSync({
|
|
1939
|
-
data: t.data,
|
|
1940
|
-
path: t.path,
|
|
1941
|
-
parent: c
|
|
1942
|
-
});
|
|
1943
|
-
if (p.status === "valid")
|
|
1944
|
-
return p;
|
|
1945
|
-
p.status === "dirty" && !a && (a = { result: p, ctx: c }), c.common.issues.length && i.push(c.common.issues);
|
|
1946
|
-
}
|
|
1947
|
-
if (a)
|
|
1948
|
-
return t.common.issues.push(...a.ctx.common.issues), a.result;
|
|
1949
|
-
const d = i.map((f) => new T(f));
|
|
1950
|
-
return u(t, {
|
|
1951
|
-
code: o.invalid_union,
|
|
1952
|
-
unionErrors: d
|
|
1953
|
-
}), _;
|
|
1954
|
-
}
|
|
1955
|
-
}
|
|
1956
|
-
get options() {
|
|
1957
|
-
return this._def.options;
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
1960
|
-
K.create = (r, e) => new K({
|
|
1961
|
-
options: r,
|
|
1962
|
-
typeName: m.ZodUnion,
|
|
1963
|
-
...g(e)
|
|
1964
|
-
});
|
|
1965
|
-
const O = (r) => r instanceof re ? O(r.schema) : r instanceof R ? O(r.innerType()) : r instanceof ne ? [r.value] : r instanceof I ? r.options : r instanceof se ? v.objectValues(r.enum) : r instanceof ae ? O(r._def.innerType) : r instanceof X ? [void 0] : r instanceof Q ? [null] : r instanceof Z ? [void 0, ...O(r.unwrap())] : r instanceof $ ? [null, ...O(r.unwrap())] : r instanceof Ne || r instanceof de ? O(r.unwrap()) : r instanceof ie ? O(r._def.innerType) : [];
|
|
1966
|
-
class xe extends y {
|
|
1967
|
-
_parse(e) {
|
|
1968
|
-
const { ctx: t } = this._processInputParams(e);
|
|
1969
|
-
if (t.parsedType !== l.object)
|
|
1970
|
-
return u(t, {
|
|
1971
|
-
code: o.invalid_type,
|
|
1972
|
-
expected: l.object,
|
|
1973
|
-
received: t.parsedType
|
|
1974
|
-
}), _;
|
|
1975
|
-
const n = this.discriminator, s = t.data[n], a = this.optionsMap.get(s);
|
|
1976
|
-
return a ? t.common.async ? a._parseAsync({
|
|
1977
|
-
data: t.data,
|
|
1978
|
-
path: t.path,
|
|
1979
|
-
parent: t
|
|
1980
|
-
}) : a._parseSync({
|
|
1981
|
-
data: t.data,
|
|
1982
|
-
path: t.path,
|
|
1983
|
-
parent: t
|
|
1984
|
-
}) : (u(t, {
|
|
1985
|
-
code: o.invalid_union_discriminator,
|
|
1986
|
-
options: Array.from(this.optionsMap.keys()),
|
|
1987
|
-
path: [n]
|
|
1988
|
-
}), _);
|
|
1989
|
-
}
|
|
1990
|
-
get discriminator() {
|
|
1991
|
-
return this._def.discriminator;
|
|
1992
|
-
}
|
|
1993
|
-
get options() {
|
|
1994
|
-
return this._def.options;
|
|
1995
|
-
}
|
|
1996
|
-
get optionsMap() {
|
|
1997
|
-
return this._def.optionsMap;
|
|
1998
|
-
}
|
|
1999
|
-
/**
|
|
2000
|
-
* The constructor of the discriminated union schema. Its behaviour is very similar to that of the normal z.union() constructor.
|
|
2001
|
-
* However, it only allows a union of objects, all of which need to share a discriminator property. This property must
|
|
2002
|
-
* have a different value for each object in the union.
|
|
2003
|
-
* @param discriminator the name of the discriminator property
|
|
2004
|
-
* @param types an array of object schemas
|
|
2005
|
-
* @param params
|
|
2006
|
-
*/
|
|
2007
|
-
static create(e, t, n) {
|
|
2008
|
-
const s = /* @__PURE__ */ new Map();
|
|
2009
|
-
for (const a of t) {
|
|
2010
|
-
const i = O(a.shape[e]);
|
|
2011
|
-
if (!i.length)
|
|
2012
|
-
throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);
|
|
2013
|
-
for (const d of i) {
|
|
2014
|
-
if (s.has(d))
|
|
2015
|
-
throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(d)}`);
|
|
2016
|
-
s.set(d, a);
|
|
2017
|
-
}
|
|
2018
|
-
}
|
|
2019
|
-
return new xe({
|
|
2020
|
-
typeName: m.ZodDiscriminatedUnion,
|
|
2021
|
-
discriminator: e,
|
|
2022
|
-
options: t,
|
|
2023
|
-
optionsMap: s,
|
|
2024
|
-
...g(n)
|
|
2025
|
-
});
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2028
|
-
function ge(r, e) {
|
|
2029
|
-
const t = E(r), n = E(e);
|
|
2030
|
-
if (r === e)
|
|
2031
|
-
return { valid: !0, data: r };
|
|
2032
|
-
if (t === l.object && n === l.object) {
|
|
2033
|
-
const s = v.objectKeys(e), a = v.objectKeys(r).filter((d) => s.indexOf(d) !== -1), i = { ...r, ...e };
|
|
2034
|
-
for (const d of a) {
|
|
2035
|
-
const f = ge(r[d], e[d]);
|
|
2036
|
-
if (!f.valid)
|
|
2037
|
-
return { valid: !1 };
|
|
2038
|
-
i[d] = f.data;
|
|
2039
|
-
}
|
|
2040
|
-
return { valid: !0, data: i };
|
|
2041
|
-
} else if (t === l.array && n === l.array) {
|
|
2042
|
-
if (r.length !== e.length)
|
|
2043
|
-
return { valid: !1 };
|
|
2044
|
-
const s = [];
|
|
2045
|
-
for (let a = 0; a < r.length; a++) {
|
|
2046
|
-
const i = r[a], d = e[a], f = ge(i, d);
|
|
2047
|
-
if (!f.valid)
|
|
2048
|
-
return { valid: !1 };
|
|
2049
|
-
s.push(f.data);
|
|
2050
|
-
}
|
|
2051
|
-
return { valid: !0, data: s };
|
|
2052
|
-
} else return t === l.date && n === l.date && +r == +e ? { valid: !0, data: r } : { valid: !1 };
|
|
2053
|
-
}
|
|
2054
|
-
class ee extends y {
|
|
2055
|
-
_parse(e) {
|
|
2056
|
-
const { status: t, ctx: n } = this._processInputParams(e), s = (a, i) => {
|
|
2057
|
-
if (we(a) || we(i))
|
|
2058
|
-
return _;
|
|
2059
|
-
const d = ge(a.value, i.value);
|
|
2060
|
-
return d.valid ? ((Te(a) || Te(i)) && t.dirty(), { status: t.value, value: d.data }) : (u(n, {
|
|
2061
|
-
code: o.invalid_intersection_types
|
|
2062
|
-
}), _);
|
|
2063
|
-
};
|
|
2064
|
-
return n.common.async ? Promise.all([
|
|
2065
|
-
this._def.left._parseAsync({
|
|
2066
|
-
data: n.data,
|
|
2067
|
-
path: n.path,
|
|
2068
|
-
parent: n
|
|
2069
|
-
}),
|
|
2070
|
-
this._def.right._parseAsync({
|
|
2071
|
-
data: n.data,
|
|
2072
|
-
path: n.path,
|
|
2073
|
-
parent: n
|
|
2074
|
-
})
|
|
2075
|
-
]).then(([a, i]) => s(a, i)) : s(this._def.left._parseSync({
|
|
2076
|
-
data: n.data,
|
|
2077
|
-
path: n.path,
|
|
2078
|
-
parent: n
|
|
2079
|
-
}), this._def.right._parseSync({
|
|
2080
|
-
data: n.data,
|
|
2081
|
-
path: n.path,
|
|
2082
|
-
parent: n
|
|
2083
|
-
}));
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2086
|
-
ee.create = (r, e, t) => new ee({
|
|
2087
|
-
left: r,
|
|
2088
|
-
right: e,
|
|
2089
|
-
typeName: m.ZodIntersection,
|
|
2090
|
-
...g(t)
|
|
2091
|
-
});
|
|
2092
|
-
class N extends y {
|
|
2093
|
-
_parse(e) {
|
|
2094
|
-
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2095
|
-
if (n.parsedType !== l.array)
|
|
2096
|
-
return u(n, {
|
|
2097
|
-
code: o.invalid_type,
|
|
2098
|
-
expected: l.array,
|
|
2099
|
-
received: n.parsedType
|
|
2100
|
-
}), _;
|
|
2101
|
-
if (n.data.length < this._def.items.length)
|
|
2102
|
-
return u(n, {
|
|
2103
|
-
code: o.too_small,
|
|
2104
|
-
minimum: this._def.items.length,
|
|
2105
|
-
inclusive: !0,
|
|
2106
|
-
exact: !1,
|
|
2107
|
-
type: "array"
|
|
2108
|
-
}), _;
|
|
2109
|
-
!this._def.rest && n.data.length > this._def.items.length && (u(n, {
|
|
2110
|
-
code: o.too_big,
|
|
2111
|
-
maximum: this._def.items.length,
|
|
2112
|
-
inclusive: !0,
|
|
2113
|
-
exact: !1,
|
|
2114
|
-
type: "array"
|
|
2115
|
-
}), t.dirty());
|
|
2116
|
-
const a = [...n.data].map((i, d) => {
|
|
2117
|
-
const f = this._def.items[d] || this._def.rest;
|
|
2118
|
-
return f ? f._parse(new S(n, i, n.path, d)) : null;
|
|
2119
|
-
}).filter((i) => !!i);
|
|
2120
|
-
return n.common.async ? Promise.all(a).then((i) => k.mergeArray(t, i)) : k.mergeArray(t, a);
|
|
2121
|
-
}
|
|
2122
|
-
get items() {
|
|
2123
|
-
return this._def.items;
|
|
2124
|
-
}
|
|
2125
|
-
rest(e) {
|
|
2126
|
-
return new N({
|
|
2127
|
-
...this._def,
|
|
2128
|
-
rest: e
|
|
2129
|
-
});
|
|
2130
|
-
}
|
|
2131
|
-
}
|
|
2132
|
-
N.create = (r, e) => {
|
|
2133
|
-
if (!Array.isArray(r))
|
|
2134
|
-
throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
|
|
2135
|
-
return new N({
|
|
2136
|
-
items: r,
|
|
2137
|
-
typeName: m.ZodTuple,
|
|
2138
|
-
rest: null,
|
|
2139
|
-
...g(e)
|
|
2140
|
-
});
|
|
2141
|
-
};
|
|
2142
|
-
class te extends y {
|
|
2143
|
-
get keySchema() {
|
|
2144
|
-
return this._def.keyType;
|
|
2145
|
-
}
|
|
2146
|
-
get valueSchema() {
|
|
2147
|
-
return this._def.valueType;
|
|
2148
|
-
}
|
|
2149
|
-
_parse(e) {
|
|
2150
|
-
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2151
|
-
if (n.parsedType !== l.object)
|
|
2152
|
-
return u(n, {
|
|
2153
|
-
code: o.invalid_type,
|
|
2154
|
-
expected: l.object,
|
|
2155
|
-
received: n.parsedType
|
|
2156
|
-
}), _;
|
|
2157
|
-
const s = [], a = this._def.keyType, i = this._def.valueType;
|
|
2158
|
-
for (const d in n.data)
|
|
2159
|
-
s.push({
|
|
2160
|
-
key: a._parse(new S(n, d, n.path, d)),
|
|
2161
|
-
value: i._parse(new S(n, n.data[d], n.path, d)),
|
|
2162
|
-
alwaysSet: d in n.data
|
|
2163
|
-
});
|
|
2164
|
-
return n.common.async ? k.mergeObjectAsync(t, s) : k.mergeObjectSync(t, s);
|
|
2165
|
-
}
|
|
2166
|
-
get element() {
|
|
2167
|
-
return this._def.valueType;
|
|
2168
|
-
}
|
|
2169
|
-
static create(e, t, n) {
|
|
2170
|
-
return t instanceof y ? new te({
|
|
2171
|
-
keyType: e,
|
|
2172
|
-
valueType: t,
|
|
2173
|
-
typeName: m.ZodRecord,
|
|
2174
|
-
...g(n)
|
|
2175
|
-
}) : new te({
|
|
2176
|
-
keyType: A.create(),
|
|
2177
|
-
valueType: e,
|
|
2178
|
-
typeName: m.ZodRecord,
|
|
2179
|
-
...g(t)
|
|
2180
|
-
});
|
|
2181
|
-
}
|
|
2182
|
-
}
|
|
2183
|
-
class ye extends y {
|
|
2184
|
-
get keySchema() {
|
|
2185
|
-
return this._def.keyType;
|
|
2186
|
-
}
|
|
2187
|
-
get valueSchema() {
|
|
2188
|
-
return this._def.valueType;
|
|
2189
|
-
}
|
|
2190
|
-
_parse(e) {
|
|
2191
|
-
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2192
|
-
if (n.parsedType !== l.map)
|
|
2193
|
-
return u(n, {
|
|
2194
|
-
code: o.invalid_type,
|
|
2195
|
-
expected: l.map,
|
|
2196
|
-
received: n.parsedType
|
|
2197
|
-
}), _;
|
|
2198
|
-
const s = this._def.keyType, a = this._def.valueType, i = [...n.data.entries()].map(([d, f], c) => ({
|
|
2199
|
-
key: s._parse(new S(n, d, n.path, [c, "key"])),
|
|
2200
|
-
value: a._parse(new S(n, f, n.path, [c, "value"]))
|
|
2201
|
-
}));
|
|
2202
|
-
if (n.common.async) {
|
|
2203
|
-
const d = /* @__PURE__ */ new Map();
|
|
2204
|
-
return Promise.resolve().then(async () => {
|
|
2205
|
-
for (const f of i) {
|
|
2206
|
-
const c = await f.key, p = await f.value;
|
|
2207
|
-
if (c.status === "aborted" || p.status === "aborted")
|
|
2208
|
-
return _;
|
|
2209
|
-
(c.status === "dirty" || p.status === "dirty") && t.dirty(), d.set(c.value, p.value);
|
|
2210
|
-
}
|
|
2211
|
-
return { status: t.value, value: d };
|
|
2212
|
-
});
|
|
2213
|
-
} else {
|
|
2214
|
-
const d = /* @__PURE__ */ new Map();
|
|
2215
|
-
for (const f of i) {
|
|
2216
|
-
const c = f.key, p = f.value;
|
|
2217
|
-
if (c.status === "aborted" || p.status === "aborted")
|
|
2218
|
-
return _;
|
|
2219
|
-
(c.status === "dirty" || p.status === "dirty") && t.dirty(), d.set(c.value, p.value);
|
|
2220
|
-
}
|
|
2221
|
-
return { status: t.value, value: d };
|
|
2222
|
-
}
|
|
2223
|
-
}
|
|
2224
|
-
}
|
|
2225
|
-
ye.create = (r, e, t) => new ye({
|
|
2226
|
-
valueType: e,
|
|
2227
|
-
keyType: r,
|
|
2228
|
-
typeName: m.ZodMap,
|
|
2229
|
-
...g(t)
|
|
2230
|
-
});
|
|
2231
|
-
class D extends y {
|
|
2232
|
-
_parse(e) {
|
|
2233
|
-
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2234
|
-
if (n.parsedType !== l.set)
|
|
2235
|
-
return u(n, {
|
|
2236
|
-
code: o.invalid_type,
|
|
2237
|
-
expected: l.set,
|
|
2238
|
-
received: n.parsedType
|
|
2239
|
-
}), _;
|
|
2240
|
-
const s = this._def;
|
|
2241
|
-
s.minSize !== null && n.data.size < s.minSize.value && (u(n, {
|
|
2242
|
-
code: o.too_small,
|
|
2243
|
-
minimum: s.minSize.value,
|
|
2244
|
-
type: "set",
|
|
2245
|
-
inclusive: !0,
|
|
2246
|
-
exact: !1,
|
|
2247
|
-
message: s.minSize.message
|
|
2248
|
-
}), t.dirty()), s.maxSize !== null && n.data.size > s.maxSize.value && (u(n, {
|
|
2249
|
-
code: o.too_big,
|
|
2250
|
-
maximum: s.maxSize.value,
|
|
2251
|
-
type: "set",
|
|
2252
|
-
inclusive: !0,
|
|
2253
|
-
exact: !1,
|
|
2254
|
-
message: s.maxSize.message
|
|
2255
|
-
}), t.dirty());
|
|
2256
|
-
const a = this._def.valueType;
|
|
2257
|
-
function i(f) {
|
|
2258
|
-
const c = /* @__PURE__ */ new Set();
|
|
2259
|
-
for (const p of f) {
|
|
2260
|
-
if (p.status === "aborted")
|
|
2261
|
-
return _;
|
|
2262
|
-
p.status === "dirty" && t.dirty(), c.add(p.value);
|
|
2263
|
-
}
|
|
2264
|
-
return { status: t.value, value: c };
|
|
2265
|
-
}
|
|
2266
|
-
const d = [...n.data.values()].map((f, c) => a._parse(new S(n, f, n.path, c)));
|
|
2267
|
-
return n.common.async ? Promise.all(d).then((f) => i(f)) : i(d);
|
|
2268
|
-
}
|
|
2269
|
-
min(e, t) {
|
|
2270
|
-
return new D({
|
|
2271
|
-
...this._def,
|
|
2272
|
-
minSize: { value: e, message: h.toString(t) }
|
|
2273
|
-
});
|
|
2274
|
-
}
|
|
2275
|
-
max(e, t) {
|
|
2276
|
-
return new D({
|
|
2277
|
-
...this._def,
|
|
2278
|
-
maxSize: { value: e, message: h.toString(t) }
|
|
2279
|
-
});
|
|
2280
|
-
}
|
|
2281
|
-
size(e, t) {
|
|
2282
|
-
return this.min(e, t).max(e, t);
|
|
2283
|
-
}
|
|
2284
|
-
nonempty(e) {
|
|
2285
|
-
return this.min(1, e);
|
|
2286
|
-
}
|
|
2287
|
-
}
|
|
2288
|
-
D.create = (r, e) => new D({
|
|
2289
|
-
valueType: r,
|
|
2290
|
-
minSize: null,
|
|
2291
|
-
maxSize: null,
|
|
2292
|
-
typeName: m.ZodSet,
|
|
2293
|
-
...g(e)
|
|
2294
|
-
});
|
|
2295
|
-
class W extends y {
|
|
2296
|
-
constructor() {
|
|
2297
|
-
super(...arguments), this.validate = this.implement;
|
|
2298
|
-
}
|
|
2299
|
-
_parse(e) {
|
|
2300
|
-
const { ctx: t } = this._processInputParams(e);
|
|
2301
|
-
if (t.parsedType !== l.function)
|
|
2302
|
-
return u(t, {
|
|
2303
|
-
code: o.invalid_type,
|
|
2304
|
-
expected: l.function,
|
|
2305
|
-
received: t.parsedType
|
|
2306
|
-
}), _;
|
|
2307
|
-
function n(d, f) {
|
|
2308
|
-
return fe({
|
|
2309
|
-
data: d,
|
|
2310
|
-
path: t.path,
|
|
2311
|
-
errorMaps: [
|
|
2312
|
-
t.common.contextualErrorMap,
|
|
2313
|
-
t.schemaErrorMap,
|
|
2314
|
-
le(),
|
|
2315
|
-
q
|
|
2316
|
-
].filter((c) => !!c),
|
|
2317
|
-
issueData: {
|
|
2318
|
-
code: o.invalid_arguments,
|
|
2319
|
-
argumentsError: f
|
|
2320
|
-
}
|
|
2321
|
-
});
|
|
2322
|
-
}
|
|
2323
|
-
function s(d, f) {
|
|
2324
|
-
return fe({
|
|
2325
|
-
data: d,
|
|
2326
|
-
path: t.path,
|
|
2327
|
-
errorMaps: [
|
|
2328
|
-
t.common.contextualErrorMap,
|
|
2329
|
-
t.schemaErrorMap,
|
|
2330
|
-
le(),
|
|
2331
|
-
q
|
|
2332
|
-
].filter((c) => !!c),
|
|
2333
|
-
issueData: {
|
|
2334
|
-
code: o.invalid_return_type,
|
|
2335
|
-
returnTypeError: f
|
|
2336
|
-
}
|
|
2337
|
-
});
|
|
2338
|
-
}
|
|
2339
|
-
const a = { errorMap: t.common.contextualErrorMap }, i = t.data;
|
|
2340
|
-
if (this._def.returns instanceof Y) {
|
|
2341
|
-
const d = this;
|
|
2342
|
-
return b(async function(...f) {
|
|
2343
|
-
const c = new T([]), p = await d._def.args.parseAsync(f, a).catch((ue) => {
|
|
2344
|
-
throw c.addIssue(n(f, ue)), c;
|
|
2345
|
-
}), w = await Reflect.apply(i, this, p);
|
|
2346
|
-
return await d._def.returns._def.type.parseAsync(w, a).catch((ue) => {
|
|
2347
|
-
throw c.addIssue(s(w, ue)), c;
|
|
2348
|
-
});
|
|
2349
|
-
});
|
|
2350
|
-
} else {
|
|
2351
|
-
const d = this;
|
|
2352
|
-
return b(function(...f) {
|
|
2353
|
-
const c = d._def.args.safeParse(f, a);
|
|
2354
|
-
if (!c.success)
|
|
2355
|
-
throw new T([n(f, c.error)]);
|
|
2356
|
-
const p = Reflect.apply(i, this, c.data), w = d._def.returns.safeParse(p, a);
|
|
2357
|
-
if (!w.success)
|
|
2358
|
-
throw new T([s(p, w.error)]);
|
|
2359
|
-
return w.data;
|
|
2360
|
-
});
|
|
2361
|
-
}
|
|
2362
|
-
}
|
|
2363
|
-
parameters() {
|
|
2364
|
-
return this._def.args;
|
|
2365
|
-
}
|
|
2366
|
-
returnType() {
|
|
2367
|
-
return this._def.returns;
|
|
2368
|
-
}
|
|
2369
|
-
args(...e) {
|
|
2370
|
-
return new W({
|
|
2371
|
-
...this._def,
|
|
2372
|
-
args: N.create(e).rest(V.create())
|
|
2373
|
-
});
|
|
2374
|
-
}
|
|
2375
|
-
returns(e) {
|
|
2376
|
-
return new W({
|
|
2377
|
-
...this._def,
|
|
2378
|
-
returns: e
|
|
2379
|
-
});
|
|
2380
|
-
}
|
|
2381
|
-
implement(e) {
|
|
2382
|
-
return this.parse(e);
|
|
2383
|
-
}
|
|
2384
|
-
strictImplement(e) {
|
|
2385
|
-
return this.parse(e);
|
|
2386
|
-
}
|
|
2387
|
-
static create(e, t, n) {
|
|
2388
|
-
return new W({
|
|
2389
|
-
args: e || N.create([]).rest(V.create()),
|
|
2390
|
-
returns: t || V.create(),
|
|
2391
|
-
typeName: m.ZodFunction,
|
|
2392
|
-
...g(n)
|
|
2393
|
-
});
|
|
2394
|
-
}
|
|
2395
|
-
}
|
|
2396
|
-
class re extends y {
|
|
2397
|
-
get schema() {
|
|
2398
|
-
return this._def.getter();
|
|
2399
|
-
}
|
|
2400
|
-
_parse(e) {
|
|
2401
|
-
const { ctx: t } = this._processInputParams(e);
|
|
2402
|
-
return this._def.getter()._parse({ data: t.data, path: t.path, parent: t });
|
|
2403
|
-
}
|
|
2404
|
-
}
|
|
2405
|
-
re.create = (r, e) => new re({
|
|
2406
|
-
getter: r,
|
|
2407
|
-
typeName: m.ZodLazy,
|
|
2408
|
-
...g(e)
|
|
2409
|
-
});
|
|
2410
|
-
class ne extends y {
|
|
2411
|
-
_parse(e) {
|
|
2412
|
-
if (e.data !== this._def.value) {
|
|
2413
|
-
const t = this._getOrReturnCtx(e);
|
|
2414
|
-
return u(t, {
|
|
2415
|
-
received: t.data,
|
|
2416
|
-
code: o.invalid_literal,
|
|
2417
|
-
expected: this._def.value
|
|
2418
|
-
}), _;
|
|
2419
|
-
}
|
|
2420
|
-
return { status: "valid", value: e.data };
|
|
2421
|
-
}
|
|
2422
|
-
get value() {
|
|
2423
|
-
return this._def.value;
|
|
2424
|
-
}
|
|
2425
|
-
}
|
|
2426
|
-
ne.create = (r, e) => new ne({
|
|
2427
|
-
value: r,
|
|
2428
|
-
typeName: m.ZodLiteral,
|
|
2429
|
-
...g(e)
|
|
2430
|
-
});
|
|
2431
|
-
function Ze(r, e) {
|
|
2432
|
-
return new I({
|
|
2433
|
-
values: r,
|
|
2434
|
-
typeName: m.ZodEnum,
|
|
2435
|
-
...g(e)
|
|
2436
|
-
});
|
|
2437
|
-
}
|
|
2438
|
-
class I extends y {
|
|
2439
|
-
constructor() {
|
|
2440
|
-
super(...arguments), B.set(this, void 0);
|
|
2441
|
-
}
|
|
2442
|
-
_parse(e) {
|
|
2443
|
-
if (typeof e.data != "string") {
|
|
2444
|
-
const t = this._getOrReturnCtx(e), n = this._def.values;
|
|
2445
|
-
return u(t, {
|
|
2446
|
-
expected: v.joinValues(n),
|
|
2447
|
-
received: t.parsedType,
|
|
2448
|
-
code: o.invalid_type
|
|
2449
|
-
}), _;
|
|
2450
|
-
}
|
|
2451
|
-
if (H(this, B) || Se(this, B, new Set(this._def.values)), !H(this, B).has(e.data)) {
|
|
2452
|
-
const t = this._getOrReturnCtx(e), n = this._def.values;
|
|
2453
|
-
return u(t, {
|
|
2454
|
-
received: t.data,
|
|
2455
|
-
code: o.invalid_enum_value,
|
|
2456
|
-
options: n
|
|
2457
|
-
}), _;
|
|
2458
|
-
}
|
|
2459
|
-
return b(e.data);
|
|
2460
|
-
}
|
|
2461
|
-
get options() {
|
|
2462
|
-
return this._def.values;
|
|
2463
|
-
}
|
|
2464
|
-
get enum() {
|
|
2465
|
-
const e = {};
|
|
2466
|
-
for (const t of this._def.values)
|
|
2467
|
-
e[t] = t;
|
|
2468
|
-
return e;
|
|
2469
|
-
}
|
|
2470
|
-
get Values() {
|
|
2471
|
-
const e = {};
|
|
2472
|
-
for (const t of this._def.values)
|
|
2473
|
-
e[t] = t;
|
|
2474
|
-
return e;
|
|
2475
|
-
}
|
|
2476
|
-
get Enum() {
|
|
2477
|
-
const e = {};
|
|
2478
|
-
for (const t of this._def.values)
|
|
2479
|
-
e[t] = t;
|
|
2480
|
-
return e;
|
|
2481
|
-
}
|
|
2482
|
-
extract(e, t = this._def) {
|
|
2483
|
-
return I.create(e, {
|
|
2484
|
-
...this._def,
|
|
2485
|
-
...t
|
|
2486
|
-
});
|
|
2487
|
-
}
|
|
2488
|
-
exclude(e, t = this._def) {
|
|
2489
|
-
return I.create(this.options.filter((n) => !e.includes(n)), {
|
|
2490
|
-
...this._def,
|
|
2491
|
-
...t
|
|
2492
|
-
});
|
|
2493
|
-
}
|
|
2494
|
-
}
|
|
2495
|
-
B = /* @__PURE__ */ new WeakMap();
|
|
2496
|
-
I.create = Ze;
|
|
2497
|
-
class se extends y {
|
|
2498
|
-
constructor() {
|
|
2499
|
-
super(...arguments), F.set(this, void 0);
|
|
2500
|
-
}
|
|
2501
|
-
_parse(e) {
|
|
2502
|
-
const t = v.getValidEnumValues(this._def.values), n = this._getOrReturnCtx(e);
|
|
2503
|
-
if (n.parsedType !== l.string && n.parsedType !== l.number) {
|
|
2504
|
-
const s = v.objectValues(t);
|
|
2505
|
-
return u(n, {
|
|
2506
|
-
expected: v.joinValues(s),
|
|
2507
|
-
received: n.parsedType,
|
|
2508
|
-
code: o.invalid_type
|
|
2509
|
-
}), _;
|
|
2510
|
-
}
|
|
2511
|
-
if (H(this, F) || Se(this, F, new Set(v.getValidEnumValues(this._def.values))), !H(this, F).has(e.data)) {
|
|
2512
|
-
const s = v.objectValues(t);
|
|
2513
|
-
return u(n, {
|
|
2514
|
-
received: n.data,
|
|
2515
|
-
code: o.invalid_enum_value,
|
|
2516
|
-
options: s
|
|
2517
|
-
}), _;
|
|
2518
|
-
}
|
|
2519
|
-
return b(e.data);
|
|
2520
|
-
}
|
|
2521
|
-
get enum() {
|
|
2522
|
-
return this._def.values;
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
F = /* @__PURE__ */ new WeakMap();
|
|
2526
|
-
se.create = (r, e) => new se({
|
|
2527
|
-
values: r,
|
|
2528
|
-
typeName: m.ZodNativeEnum,
|
|
2529
|
-
...g(e)
|
|
2530
|
-
});
|
|
2531
|
-
class Y extends y {
|
|
2532
|
-
unwrap() {
|
|
2533
|
-
return this._def.type;
|
|
2534
|
-
}
|
|
2535
|
-
_parse(e) {
|
|
2536
|
-
const { ctx: t } = this._processInputParams(e);
|
|
2537
|
-
if (t.parsedType !== l.promise && t.common.async === !1)
|
|
2538
|
-
return u(t, {
|
|
2539
|
-
code: o.invalid_type,
|
|
2540
|
-
expected: l.promise,
|
|
2541
|
-
received: t.parsedType
|
|
2542
|
-
}), _;
|
|
2543
|
-
const n = t.parsedType === l.promise ? t.data : Promise.resolve(t.data);
|
|
2544
|
-
return b(n.then((s) => this._def.type.parseAsync(s, {
|
|
2545
|
-
path: t.path,
|
|
2546
|
-
errorMap: t.common.contextualErrorMap
|
|
2547
|
-
})));
|
|
2548
|
-
}
|
|
2549
|
-
}
|
|
2550
|
-
Y.create = (r, e) => new Y({
|
|
2551
|
-
type: r,
|
|
2552
|
-
typeName: m.ZodPromise,
|
|
2553
|
-
...g(e)
|
|
2554
|
-
});
|
|
2555
|
-
class R extends y {
|
|
2556
|
-
innerType() {
|
|
2557
|
-
return this._def.schema;
|
|
2558
|
-
}
|
|
2559
|
-
sourceType() {
|
|
2560
|
-
return this._def.schema._def.typeName === m.ZodEffects ? this._def.schema.sourceType() : this._def.schema;
|
|
2561
|
-
}
|
|
2562
|
-
_parse(e) {
|
|
2563
|
-
const { status: t, ctx: n } = this._processInputParams(e), s = this._def.effect || null, a = {
|
|
2564
|
-
addIssue: (i) => {
|
|
2565
|
-
u(n, i), i.fatal ? t.abort() : t.dirty();
|
|
2566
|
-
},
|
|
2567
|
-
get path() {
|
|
2568
|
-
return n.path;
|
|
2569
|
-
}
|
|
2570
|
-
};
|
|
2571
|
-
if (a.addIssue = a.addIssue.bind(a), s.type === "preprocess") {
|
|
2572
|
-
const i = s.transform(n.data, a);
|
|
2573
|
-
if (n.common.async)
|
|
2574
|
-
return Promise.resolve(i).then(async (d) => {
|
|
2575
|
-
if (t.value === "aborted")
|
|
2576
|
-
return _;
|
|
2577
|
-
const f = await this._def.schema._parseAsync({
|
|
2578
|
-
data: d,
|
|
2579
|
-
path: n.path,
|
|
2580
|
-
parent: n
|
|
2581
|
-
});
|
|
2582
|
-
return f.status === "aborted" ? _ : f.status === "dirty" || t.value === "dirty" ? U(f.value) : f;
|
|
2583
|
-
});
|
|
2584
|
-
{
|
|
2585
|
-
if (t.value === "aborted")
|
|
2586
|
-
return _;
|
|
2587
|
-
const d = this._def.schema._parseSync({
|
|
2588
|
-
data: i,
|
|
2589
|
-
path: n.path,
|
|
2590
|
-
parent: n
|
|
2591
|
-
});
|
|
2592
|
-
return d.status === "aborted" ? _ : d.status === "dirty" || t.value === "dirty" ? U(d.value) : d;
|
|
2593
|
-
}
|
|
2594
|
-
}
|
|
2595
|
-
if (s.type === "refinement") {
|
|
2596
|
-
const i = (d) => {
|
|
2597
|
-
const f = s.refinement(d, a);
|
|
2598
|
-
if (n.common.async)
|
|
2599
|
-
return Promise.resolve(f);
|
|
2600
|
-
if (f instanceof Promise)
|
|
2601
|
-
throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2602
|
-
return d;
|
|
2603
|
-
};
|
|
2604
|
-
if (n.common.async === !1) {
|
|
2605
|
-
const d = this._def.schema._parseSync({
|
|
2606
|
-
data: n.data,
|
|
2607
|
-
path: n.path,
|
|
2608
|
-
parent: n
|
|
2609
|
-
});
|
|
2610
|
-
return d.status === "aborted" ? _ : (d.status === "dirty" && t.dirty(), i(d.value), { status: t.value, value: d.value });
|
|
2611
|
-
} else
|
|
2612
|
-
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((d) => d.status === "aborted" ? _ : (d.status === "dirty" && t.dirty(), i(d.value).then(() => ({ status: t.value, value: d.value }))));
|
|
2613
|
-
}
|
|
2614
|
-
if (s.type === "transform")
|
|
2615
|
-
if (n.common.async === !1) {
|
|
2616
|
-
const i = this._def.schema._parseSync({
|
|
2617
|
-
data: n.data,
|
|
2618
|
-
path: n.path,
|
|
2619
|
-
parent: n
|
|
2620
|
-
});
|
|
2621
|
-
if (!P(i))
|
|
2622
|
-
return i;
|
|
2623
|
-
const d = s.transform(i.value, a);
|
|
2624
|
-
if (d instanceof Promise)
|
|
2625
|
-
throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2626
|
-
return { status: t.value, value: d };
|
|
2627
|
-
} else
|
|
2628
|
-
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((i) => P(i) ? Promise.resolve(s.transform(i.value, a)).then((d) => ({ status: t.value, value: d })) : i);
|
|
2629
|
-
v.assertNever(s);
|
|
2630
|
-
}
|
|
2631
|
-
}
|
|
2632
|
-
R.create = (r, e, t) => new R({
|
|
2633
|
-
schema: r,
|
|
2634
|
-
typeName: m.ZodEffects,
|
|
2635
|
-
effect: e,
|
|
2636
|
-
...g(t)
|
|
2637
|
-
});
|
|
2638
|
-
R.createWithPreprocess = (r, e, t) => new R({
|
|
2639
|
-
schema: e,
|
|
2640
|
-
effect: { type: "preprocess", transform: r },
|
|
2641
|
-
typeName: m.ZodEffects,
|
|
2642
|
-
...g(t)
|
|
2643
|
-
});
|
|
2644
|
-
class Z extends y {
|
|
2645
|
-
_parse(e) {
|
|
2646
|
-
return this._getType(e) === l.undefined ? b(void 0) : this._def.innerType._parse(e);
|
|
2647
|
-
}
|
|
2648
|
-
unwrap() {
|
|
2649
|
-
return this._def.innerType;
|
|
2650
|
-
}
|
|
2651
|
-
}
|
|
2652
|
-
Z.create = (r, e) => new Z({
|
|
2653
|
-
innerType: r,
|
|
2654
|
-
typeName: m.ZodOptional,
|
|
2655
|
-
...g(e)
|
|
2656
|
-
});
|
|
2657
|
-
class $ extends y {
|
|
2658
|
-
_parse(e) {
|
|
2659
|
-
return this._getType(e) === l.null ? b(null) : this._def.innerType._parse(e);
|
|
2660
|
-
}
|
|
2661
|
-
unwrap() {
|
|
2662
|
-
return this._def.innerType;
|
|
2663
|
-
}
|
|
2664
|
-
}
|
|
2665
|
-
$.create = (r, e) => new $({
|
|
2666
|
-
innerType: r,
|
|
2667
|
-
typeName: m.ZodNullable,
|
|
2668
|
-
...g(e)
|
|
2669
|
-
});
|
|
2670
|
-
class ae extends y {
|
|
2671
|
-
_parse(e) {
|
|
2672
|
-
const { ctx: t } = this._processInputParams(e);
|
|
2673
|
-
let n = t.data;
|
|
2674
|
-
return t.parsedType === l.undefined && (n = this._def.defaultValue()), this._def.innerType._parse({
|
|
2675
|
-
data: n,
|
|
2676
|
-
path: t.path,
|
|
2677
|
-
parent: t
|
|
2678
|
-
});
|
|
2679
|
-
}
|
|
2680
|
-
removeDefault() {
|
|
2681
|
-
return this._def.innerType;
|
|
2682
|
-
}
|
|
2683
|
-
}
|
|
2684
|
-
ae.create = (r, e) => new ae({
|
|
2685
|
-
innerType: r,
|
|
2686
|
-
typeName: m.ZodDefault,
|
|
2687
|
-
defaultValue: typeof e.default == "function" ? e.default : () => e.default,
|
|
2688
|
-
...g(e)
|
|
2689
|
-
});
|
|
2690
|
-
class ie extends y {
|
|
2691
|
-
_parse(e) {
|
|
2692
|
-
const { ctx: t } = this._processInputParams(e), n = {
|
|
2693
|
-
...t,
|
|
2694
|
-
common: {
|
|
2695
|
-
...t.common,
|
|
2696
|
-
issues: []
|
|
2697
|
-
}
|
|
2698
|
-
}, s = this._def.innerType._parse({
|
|
2699
|
-
data: n.data,
|
|
2700
|
-
path: n.path,
|
|
2701
|
-
parent: {
|
|
2702
|
-
...n
|
|
2703
|
-
}
|
|
2704
|
-
});
|
|
2705
|
-
return G(s) ? s.then((a) => ({
|
|
2706
|
-
status: "valid",
|
|
2707
|
-
value: a.status === "valid" ? a.value : this._def.catchValue({
|
|
2708
|
-
get error() {
|
|
2709
|
-
return new T(n.common.issues);
|
|
2710
|
-
},
|
|
2711
|
-
input: n.data
|
|
2712
|
-
})
|
|
2713
|
-
})) : {
|
|
2714
|
-
status: "valid",
|
|
2715
|
-
value: s.status === "valid" ? s.value : this._def.catchValue({
|
|
2716
|
-
get error() {
|
|
2717
|
-
return new T(n.common.issues);
|
|
2718
|
-
},
|
|
2719
|
-
input: n.data
|
|
2720
|
-
})
|
|
2721
|
-
};
|
|
2722
|
-
}
|
|
2723
|
-
removeCatch() {
|
|
2724
|
-
return this._def.innerType;
|
|
2725
|
-
}
|
|
2726
|
-
}
|
|
2727
|
-
ie.create = (r, e) => new ie({
|
|
2728
|
-
innerType: r,
|
|
2729
|
-
typeName: m.ZodCatch,
|
|
2730
|
-
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
2731
|
-
...g(e)
|
|
2732
|
-
});
|
|
2733
|
-
class ve extends y {
|
|
2734
|
-
_parse(e) {
|
|
2735
|
-
if (this._getType(e) !== l.nan) {
|
|
2736
|
-
const n = this._getOrReturnCtx(e);
|
|
2737
|
-
return u(n, {
|
|
2738
|
-
code: o.invalid_type,
|
|
2739
|
-
expected: l.nan,
|
|
2740
|
-
received: n.parsedType
|
|
2741
|
-
}), _;
|
|
2742
|
-
}
|
|
2743
|
-
return { status: "valid", value: e.data };
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
ve.create = (r) => new ve({
|
|
2747
|
-
typeName: m.ZodNaN,
|
|
2748
|
-
...g(r)
|
|
2749
|
-
});
|
|
2750
|
-
class Ne extends y {
|
|
2751
|
-
_parse(e) {
|
|
2752
|
-
const { ctx: t } = this._processInputParams(e), n = t.data;
|
|
2753
|
-
return this._def.type._parse({
|
|
2754
|
-
data: n,
|
|
2755
|
-
path: t.path,
|
|
2756
|
-
parent: t
|
|
2757
|
-
});
|
|
2758
|
-
}
|
|
2759
|
-
unwrap() {
|
|
2760
|
-
return this._def.type;
|
|
2761
|
-
}
|
|
2762
|
-
}
|
|
2763
|
-
class oe extends y {
|
|
2764
|
-
_parse(e) {
|
|
2765
|
-
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2766
|
-
if (n.common.async)
|
|
2767
|
-
return (async () => {
|
|
2768
|
-
const a = await this._def.in._parseAsync({
|
|
2769
|
-
data: n.data,
|
|
2770
|
-
path: n.path,
|
|
2771
|
-
parent: n
|
|
2772
|
-
});
|
|
2773
|
-
return a.status === "aborted" ? _ : a.status === "dirty" ? (t.dirty(), U(a.value)) : this._def.out._parseAsync({
|
|
2774
|
-
data: a.value,
|
|
2775
|
-
path: n.path,
|
|
2776
|
-
parent: n
|
|
2777
|
-
});
|
|
2778
|
-
})();
|
|
2779
|
-
{
|
|
2780
|
-
const s = this._def.in._parseSync({
|
|
2781
|
-
data: n.data,
|
|
2782
|
-
path: n.path,
|
|
2783
|
-
parent: n
|
|
2784
|
-
});
|
|
2785
|
-
return s.status === "aborted" ? _ : s.status === "dirty" ? (t.dirty(), {
|
|
2786
|
-
status: "dirty",
|
|
2787
|
-
value: s.value
|
|
2788
|
-
}) : this._def.out._parseSync({
|
|
2789
|
-
data: s.value,
|
|
2790
|
-
path: n.path,
|
|
2791
|
-
parent: n
|
|
2792
|
-
});
|
|
2793
|
-
}
|
|
2794
|
-
}
|
|
2795
|
-
static create(e, t) {
|
|
2796
|
-
return new oe({
|
|
2797
|
-
in: e,
|
|
2798
|
-
out: t,
|
|
2799
|
-
typeName: m.ZodPipeline
|
|
2800
|
-
});
|
|
2801
|
-
}
|
|
2802
|
-
}
|
|
2803
|
-
class de extends y {
|
|
2804
|
-
_parse(e) {
|
|
2805
|
-
const t = this._def.innerType._parse(e), n = (s) => (P(s) && (s.value = Object.freeze(s.value)), s);
|
|
2806
|
-
return G(t) ? t.then((s) => n(s)) : n(t);
|
|
2807
|
-
}
|
|
2808
|
-
unwrap() {
|
|
2809
|
-
return this._def.innerType;
|
|
2810
|
-
}
|
|
2811
|
-
}
|
|
2812
|
-
de.create = (r, e) => new de({
|
|
2813
|
-
innerType: r,
|
|
2814
|
-
typeName: m.ZodReadonly,
|
|
2815
|
-
...g(e)
|
|
2816
|
-
});
|
|
2817
|
-
x.lazycreate;
|
|
2818
|
-
var m;
|
|
2819
|
-
(function(r) {
|
|
2820
|
-
r.ZodString = "ZodString", r.ZodNumber = "ZodNumber", r.ZodNaN = "ZodNaN", r.ZodBigInt = "ZodBigInt", r.ZodBoolean = "ZodBoolean", r.ZodDate = "ZodDate", r.ZodSymbol = "ZodSymbol", r.ZodUndefined = "ZodUndefined", r.ZodNull = "ZodNull", r.ZodAny = "ZodAny", r.ZodUnknown = "ZodUnknown", r.ZodNever = "ZodNever", r.ZodVoid = "ZodVoid", r.ZodArray = "ZodArray", r.ZodObject = "ZodObject", r.ZodUnion = "ZodUnion", r.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", r.ZodIntersection = "ZodIntersection", r.ZodTuple = "ZodTuple", r.ZodRecord = "ZodRecord", r.ZodMap = "ZodMap", r.ZodSet = "ZodSet", r.ZodFunction = "ZodFunction", r.ZodLazy = "ZodLazy", r.ZodLiteral = "ZodLiteral", r.ZodEnum = "ZodEnum", r.ZodEffects = "ZodEffects", r.ZodNativeEnum = "ZodNativeEnum", r.ZodOptional = "ZodOptional", r.ZodNullable = "ZodNullable", r.ZodDefault = "ZodDefault", r.ZodCatch = "ZodCatch", r.ZodPromise = "ZodPromise", r.ZodBranded = "ZodBranded", r.ZodPipeline = "ZodPipeline", r.ZodReadonly = "ZodReadonly";
|
|
2821
|
-
})(m || (m = {}));
|
|
2822
|
-
A.create;
|
|
2823
|
-
L.create;
|
|
2824
|
-
ve.create;
|
|
2825
|
-
z.create;
|
|
2826
|
-
he.create;
|
|
2827
|
-
J.create;
|
|
2828
|
-
me.create;
|
|
2829
|
-
X.create;
|
|
2830
|
-
Q.create;
|
|
2831
|
-
pe.create;
|
|
2832
|
-
V.create;
|
|
2833
|
-
j.create;
|
|
2834
|
-
_e.create;
|
|
2835
|
-
C.create;
|
|
2836
|
-
x.create;
|
|
2837
|
-
x.strictCreate;
|
|
2838
|
-
K.create;
|
|
2839
|
-
xe.create;
|
|
2840
|
-
ee.create;
|
|
2841
|
-
N.create;
|
|
2842
|
-
te.create;
|
|
2843
|
-
ye.create;
|
|
2844
|
-
D.create;
|
|
2845
|
-
W.create;
|
|
2846
|
-
re.create;
|
|
2847
|
-
ne.create;
|
|
2848
|
-
I.create;
|
|
2849
|
-
se.create;
|
|
2850
|
-
Y.create;
|
|
2851
|
-
R.create;
|
|
2852
|
-
Z.create;
|
|
2853
|
-
$.create;
|
|
2854
|
-
R.createWithPreprocess;
|
|
2855
|
-
oe.create;
|
|
2856
|
-
export {
|
|
2857
|
-
U as DIRTY,
|
|
2858
|
-
_ as INVALID,
|
|
2859
|
-
b as OK,
|
|
2860
|
-
k as ParseStatus,
|
|
2861
|
-
y as Schema,
|
|
2862
|
-
pe as ZodAny,
|
|
2863
|
-
C as ZodArray,
|
|
2864
|
-
z as ZodBigInt,
|
|
2865
|
-
he as ZodBoolean,
|
|
2866
|
-
Ne as ZodBranded,
|
|
2867
|
-
ie as ZodCatch,
|
|
2868
|
-
J as ZodDate,
|
|
2869
|
-
ae as ZodDefault,
|
|
2870
|
-
xe as ZodDiscriminatedUnion,
|
|
2871
|
-
R as ZodEffects,
|
|
2872
|
-
I as ZodEnum,
|
|
2873
|
-
T as ZodError,
|
|
2874
|
-
m as ZodFirstPartyTypeKind,
|
|
2875
|
-
W as ZodFunction,
|
|
2876
|
-
ee as ZodIntersection,
|
|
2877
|
-
o as ZodIssueCode,
|
|
2878
|
-
re as ZodLazy,
|
|
2879
|
-
ne as ZodLiteral,
|
|
2880
|
-
ye as ZodMap,
|
|
2881
|
-
ve as ZodNaN,
|
|
2882
|
-
se as ZodNativeEnum,
|
|
2883
|
-
j as ZodNever,
|
|
2884
|
-
Q as ZodNull,
|
|
2885
|
-
$ as ZodNullable,
|
|
2886
|
-
L as ZodNumber,
|
|
2887
|
-
x as ZodObject,
|
|
2888
|
-
Z as ZodOptional,
|
|
2889
|
-
l as ZodParsedType,
|
|
2890
|
-
oe as ZodPipeline,
|
|
2891
|
-
Y as ZodPromise,
|
|
2892
|
-
de as ZodReadonly,
|
|
2893
|
-
te as ZodRecord,
|
|
2894
|
-
y as ZodSchema,
|
|
2895
|
-
D as ZodSet,
|
|
2896
|
-
A as ZodString,
|
|
2897
|
-
me as ZodSymbol,
|
|
2898
|
-
R as ZodTransformer,
|
|
2899
|
-
N as ZodTuple,
|
|
2900
|
-
y as ZodType,
|
|
2901
|
-
X as ZodUndefined,
|
|
2902
|
-
K as ZodUnion,
|
|
2903
|
-
V as ZodUnknown,
|
|
2904
|
-
_e as ZodVoid,
|
|
2905
|
-
u as addIssueToContext,
|
|
2906
|
-
Ge as datetimeRegex,
|
|
2907
|
-
q as defaultErrorMap,
|
|
2908
|
-
le as getErrorMap,
|
|
2909
|
-
E as getParsedType,
|
|
2910
|
-
we as isAborted,
|
|
2911
|
-
G as isAsync,
|
|
2912
|
-
Te as isDirty,
|
|
2913
|
-
P as isValid,
|
|
2914
|
-
fe as makeIssue,
|
|
2915
|
-
be as objectUtil,
|
|
2916
|
-
v as util
|
|
2917
|
-
};
|