@ubloimmo/uikit 0.15.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/jsx-runtime.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/Action/Action.component.js +1 -1
- package/dist/components/Action/Action.styles.js +1 -1
- package/dist/components/ActionIcon/ActionIcon.component.js +1 -1
- package/dist/components/ActionIcon/ActionIcon.styles.js +1 -1
- package/dist/components/Avatar/Avatar.component.js +7 -5
- package/dist/components/Avatar/Avatar.styles.js +1 -1
- package/dist/components/Avatar/Avatar.utils.d.ts +1 -3
- 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/Badge/index.js +1 -1
- package/dist/components/Button/Button.component.js +1 -1
- package/dist/components/Button/Button.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.d.ts +1 -1
- package/dist/components/ComboBox/ComboBox.component.js +44 -39
- package/dist/components/ComboBox/ComboBox.types.d.ts +10 -0
- package/dist/components/ComboBoxButton/ComboBoxButton.component.js +1 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.styles.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.d.ts +18 -0
- package/dist/components/Divider/Divider.component.js +90 -0
- package/dist/components/Divider/Divider.styles.d.ts +3 -0
- package/dist/components/Divider/Divider.styles.js +19 -0
- package/dist/components/Divider/Divider.types.d.ts +12 -0
- package/dist/components/Divider/index.d.ts +2 -0
- package/dist/components/Field/Field.component.d.ts +8 -7
- package/dist/components/Field/Field.component.js +16 -16
- package/dist/components/Field/Field.utils.js +2 -3
- package/dist/components/Form/Form.component.d.ts +18 -0
- package/dist/components/Form/Form.component.js +94 -0
- package/dist/components/Form/Form.context.d.ts +37 -0
- package/dist/components/Form/Form.context.js +287 -0
- package/dist/components/Form/Form.styles.d.ts +10 -0
- package/dist/components/Form/Form.styles.js +158 -0
- package/dist/components/Form/Form.types.d.ts +607 -0
- package/dist/components/Form/Form.utils.d.ts +71 -0
- package/dist/components/Form/Form.utils.js +69 -0
- package/dist/components/Form/components/FormDebug.component.d.ts +8 -0
- package/dist/components/Form/components/FormDebug.component.js +217 -0
- package/dist/components/Form/components/FormDivider.component.d.ts +10 -0
- package/dist/components/Form/components/FormDivider.component.js +17 -0
- package/dist/components/Form/components/FormEditBanner.component.d.ts +6 -0
- package/dist/components/Form/components/FormEditBanner.component.js +98 -0
- package/dist/components/Form/components/FormEditButton.component.d.ts +6 -0
- package/dist/components/Form/components/FormEditButton.component.js +68 -0
- package/dist/components/Form/components/FormField.component.d.ts +13 -0
- package/dist/components/Form/components/FormField.component.js +72 -0
- package/dist/components/Form/components/FormFieldDisplay.component.d.ts +4 -0
- package/dist/components/Form/components/FormFieldDisplay.component.js +126 -0
- package/dist/components/Form/components/FormFieldRenderer.component.d.ts +1 -0
- package/dist/components/Form/components/FormFieldRenderer.component.js +52 -0
- package/dist/components/Form/components/FormHeader.component.d.ts +3 -0
- package/dist/components/Form/components/FormHeader.component.js +76 -0
- package/dist/components/Form/components/FormText.component.d.ts +3 -0
- package/dist/components/Form/components/FormText.component.js +54 -0
- package/dist/components/Form/components/index.d.ts +9 -0
- package/dist/components/Form/index.d.ts +2 -0
- package/dist/components/Heading/Heading.component.js +1 -1
- package/dist/components/Hypertext/Hypertext.component.js +1 -1
- package/dist/components/Hypertext/Hypertext.styles.js +1 -1
- package/dist/components/Icon/Icon.component.js +1 -1
- package/dist/components/Icon/Icon.types.d.ts +1 -1
- package/dist/components/Icon/Icon.utils.d.ts +2 -6
- 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/CheckSquareFillBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2CheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Data.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2DataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Minus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2MinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Pulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardData.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardDataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockHistory.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloud.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownloadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFogFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHail.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHailFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHazeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightning.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSunFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUpload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUploadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clouds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloudy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Code.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Coin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Collection.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Columns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ColumnsGap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Command.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Compass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CompassFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ConeStriped.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Controller.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cookie.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Copy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cpu.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CpuFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Back.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2BackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2FrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cup.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHotFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupStraw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyBitcoin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyDollar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyEuro.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyExchange.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyPound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyRupee.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyYen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Database.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Disc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiscFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Discord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Display.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Displayport.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayportFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Download.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dpad.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DpadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dribbble.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dropbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Droplet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Duffle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DuffleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Earbuds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Egg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFried.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eject.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EjectFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngry.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonished.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonishedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionless.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionlessFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrinFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKiss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKissFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughing.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutral.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutralFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmile.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglassesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurprise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurpriseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Envelope.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAtFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eraser.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EraserFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Escape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ethernet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclude.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Explicit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExplicitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exposure.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eye.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyedropper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyeglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Facebook.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/File.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Files.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilesAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAac.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeBmp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCsv.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDoc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDocx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeExe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeGif.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHeic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHtml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJava.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJpg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeM4P.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMdx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMov.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeOtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePhp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePng.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePptx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRaw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeScss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSql.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSvg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTxt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWav.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXls.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXlsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeYml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Film.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Filter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fingerprint.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FireBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FlagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FloppyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2Open.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fonts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Forward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPump.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDiesel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDieselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FullscreenExit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Funnel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FunnelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWideConnected.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gem.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderAmbiguous.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderFemale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderMale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderNeuter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderTrans.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Geo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAltFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gift.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GiftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Git.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Github.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gitlab.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAmericas.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAsiaAustralia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeCentralSouthAsia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeEuropeAfrica.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Google.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GooglePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GpuCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDownArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUpArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GridFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hammer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Handbag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandbagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetwork.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetworkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdmi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HdmiFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headphones.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeadsetVr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heartbreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartbreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hearts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heptagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hexagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlighter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hospital.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HospitalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hourglass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/House.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Houses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HousesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hurricane.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hypnotize.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Image.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Images.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inboxes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Incognito.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Indent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfinityBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Info.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Instagram.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Intersect.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Journal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalAlbum.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBookmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBookmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Journals.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Joystick.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Justify.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JustifyLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JustifyRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Kanban.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KanbanFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Key.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KeyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Keyboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KeyboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ladder.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lamp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LampFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Laptop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LaptopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayerBackward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayerForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Layers.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayersFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayersHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarInset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarInsetReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextSidebarReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextWindow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextWindowReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutThreeColumns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutWtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LifePreserver.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lightbulb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lightning.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningCharge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningChargeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Line.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Link.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Link45Deg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Linkedin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/List.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListColumns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListColumnsReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListNested.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListOl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListStars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListTask.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListUl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Luggage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LuggageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lungs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LungsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Magic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Magnet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MagnetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox2Flag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MailboxFlag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Map.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Markdown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MarkdownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MarkerTip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mask.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mastodon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Medium.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Megaphone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MegaphoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Memory.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuApp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuAppFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButton.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonWide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonWideFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Messenger.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Meta.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicMute.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicMuteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Microsoft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicrosoftTeams.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Minecart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MinecartLoaded.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Modem.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ModemFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Moisture.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Moon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonStars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonStarsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mortarboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MortarboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Motherboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MotherboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MouseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNoteBeamed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNoteList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicPlayer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicPlayerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Newspaper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NintendoSwitch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodeMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodeMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NoiseReduction.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nut.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NutFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nvidia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nvme.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NvmeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Octagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OctagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Opencollective.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OpticalAudio.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OpticalAudioFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Option.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Outlet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PaintBucket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Palette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Palette2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PaletteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paperclip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paragraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PassFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Passport.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PassportFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchQuestion.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchQuestionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pause.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paypal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcDisplay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcDisplayHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCardNetwork.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCardSound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Peace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PeaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pencil.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PencilFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PencilSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pentagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PentagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PentagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/People.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PeopleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Percent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Person.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonArmsUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBadge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBadgeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBoundingBox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonHearts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonLinesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonRaisedHand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonRolodex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonStanding.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonStandingDress.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVcard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVcardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWalking.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWheelchair.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWorkspace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Phone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneFlip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneLandscape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneLandscapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneVibrate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneVibrateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PieChart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PieChartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PiggyBank.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PiggyBankFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinAngle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinAngleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinMap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinMapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pinterest.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Play.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Playstation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plugin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircleDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSlashMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquareDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Postage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Postcard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Power.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Prescription.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Prescription2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Printer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PrinterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Projector.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ProjectorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Puzzle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PuzzleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QrCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QrCodeScan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Question.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Quora.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Quote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Radar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Radioactive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rainbow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Receipt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReceiptCutoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception0.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Recycle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reddit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Regex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Repeat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Repeat1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reply.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rewind.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Robot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rocket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketTakeoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketTakeoffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Router.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RouterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RssFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rulers.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SafeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SaveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Scissors.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Scooter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Screwdriver.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SdCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SdCardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Search.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SearchHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SearchHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SegmentedNav.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Send.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Server.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shadows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Share.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shield.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldShaded.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shift.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShiftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShopWindow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shuffle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDeadEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDeadEndFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDoNotEnter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDoNotEnterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersection.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionSide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionSideFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionT.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionTFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionY.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionYFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoLeftTurn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoLeftTurnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoParking.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoParkingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoRightTurn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoRightTurnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignRailroad.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignRailroadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopLights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopLightsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignYield.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignYieldFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostSplitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sim.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SinaWeibo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Skype.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Slack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Slash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders2Vertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Smartwatch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snapchat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Soundwave.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sourceforge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speaker.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SpeakerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speedometer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speedometer2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Spellcheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Spotify.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SquareHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StackOverflow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Star.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StarHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Steam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stickies.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StickiesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sticky.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StickyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stoplights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StoplightsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stopwatch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopwatchFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Strava.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stripe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Subscript.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Substack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Subtract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitClub.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitClubFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitSpade.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitSpadeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseLgFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunrise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunriseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunsetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Superscript.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SymmetryHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SymmetryVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Table.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tablet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletLandscape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletLandscapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tags.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TagsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TaxiFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TaxiFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Telegram.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Telephone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneInbound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneInboundFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneOutbound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneOutboundFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephonePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephonePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TencentQq.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Terminal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextIndentLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextIndentRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextParagraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextWrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Textarea.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextareaResize.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextareaT.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Thermometer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerSnow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerSun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Threads.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreadsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreeDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreeDotsVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Thunderbolt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThunderboltFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ticket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketDetailed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketDetailedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketPerforated.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketPerforatedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tiktok.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggle2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggle2On.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ToggleOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ToggleOn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggles.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggles2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tools.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tornado.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFreightFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFreightFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainLightrailFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainLightrailFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Translate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Transparency.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tree.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TreeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trello.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Triangle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TriangleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TriangleHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trophy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrophyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TropicalStorm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Truck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFlatbed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tsunami.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tv.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TvFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Twitch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Twitter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TwitterX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Type.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeBold.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH5.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH6.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeItalic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeStrikethrough.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeUnderline.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ubuntu.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiChecks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiChecksGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiRadios.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiRadiosGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Umbrella.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UmbrellaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unindent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Union.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unity.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UniversalAccess.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UniversalAccessCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unlock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UnlockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Upc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UpcScan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Upload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Usb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbC.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbCFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbDrive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbDriveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMicro.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMicroFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMini.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMiniFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbPlug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbPlugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbSymbol.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Valentine.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Valentine2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VectorPen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ViewList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ViewStacked.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vignette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vimeo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vinyl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VinylFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Virus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Virus2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Voicemail.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeMute.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeMuteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wallet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wallet2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WalletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Watch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Water.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Webcam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WebcamFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wechat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Whatsapp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WifiOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wikipedia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wind.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDesktop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowFullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Windows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wordpress.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wrench.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustable.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustableCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustableCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Xbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Yelp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/YinYang.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Youtube.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ZoomIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ZoomOut.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_123.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/common.types.js +1 -1
- package/dist/components/Icon/__generated__/custom/Apps.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/AppsFill.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/CatRobot.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CheckSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Delete.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DeleteIcon.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Figma.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FigmaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Fire.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FireFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTape.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ProrataCalendar.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/UnitLayout.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnpaidInvoice.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Window.icon.js +1 -1
- package/dist/components/Icon/__generated__/index.js +1 -1
- package/dist/components/InfoBox/InfoBox.component.js +1 -1
- package/dist/components/InfoBox/InfoBox.styles.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.d.ts +10 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.utils.js +92 -93
- package/dist/components/Input/EmailInput/EmailInput.component.js +1 -1
- package/dist/components/Input/EmailInput/EmailInput.utils.d.ts +3 -1
- package/dist/components/Input/EmailInput/EmailInput.utils.js +1 -1
- package/dist/components/Input/Input.common.d.ts +5 -5
- package/dist/components/Input/Input.common.js +9 -8
- package/dist/components/Input/Input.component.d.ts +3 -2
- package/dist/components/Input/Input.component.js +1 -1
- package/dist/components/Input/Input.data.js +1 -1
- package/dist/components/Input/Input.story.utils.d.ts +1 -2
- package/dist/components/Input/Input.styles.d.ts +6 -5
- package/dist/components/Input/Input.styles.js +25 -16
- package/dist/components/Input/Input.types.d.ts +7 -0
- package/dist/components/Input/Input.utils.d.ts +2 -2
- package/dist/components/Input/Input.utils.js +18 -18
- package/dist/components/Input/NumberInput/NumberInput.component.js +20 -21
- package/dist/components/Input/NumberInput/NumberInput.styles.d.ts +3 -3
- package/dist/components/Input/NumberInput/NumberInput.styles.js +1 -1
- package/dist/components/Input/PasswordInput/PasswordInput.component.js +2 -3
- 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/TextInput/TextInput.component.js +1 -1
- package/dist/components/InputAssistiveText/InputAssistiveText.component.js +1 -1
- package/dist/components/InputLabel/InputLabel.component.d.ts +1 -1
- package/dist/components/InputLabel/InputLabel.component.js +26 -22
- package/dist/components/InputLabel/InputLabel.types.d.ts +5 -0
- 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 +3 -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 +7 -5
- 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/Text/Text.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.component.js +2 -3
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components/Tooltip/Tooltip.utils.d.ts +1 -2
- package/dist/components/Tooltip/Tooltip.utils.js +2 -3
- package/dist/components/index.d.ts +2 -0
- package/dist/components.js +22 -18
- package/dist/fonts.js +1 -1
- package/dist/index.js +153 -148
- package/dist/layouts/Flex/Flex.layout.d.ts +1 -2
- package/dist/layouts/Flex/Flex.layout.js +1 -2
- 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.d.ts +1 -1
- package/dist/layouts/GridItem/GridItem.layout.js +15 -13
- package/dist/layouts/GridItem/GridItem.styles.d.ts +1 -1
- package/dist/layouts/GridItem/GridItem.styles.js +20 -15
- package/dist/layouts/GridItem/GridItem.types.d.ts +6 -0
- package/dist/layouts/GridItem/GridItem.utils.d.ts +1 -1
- package/dist/layouts/GridItem/GridItem.utils.js +24 -23
- package/dist/layouts.js +9 -10
- package/dist/node_modules/@ubloimmo/front-tokens/lib/tokens.values.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 +4 -8
- package/dist/node_modules/react/jsx-runtime.js +1 -1
- package/dist/node_modules/zod/lib/index.js +2827 -0
- package/dist/sizes/breakpoints.js +1 -1
- package/dist/sizes/size.utils.d.ts +1 -3
- package/dist/sizes/size.utils.js +2 -3
- package/dist/sizes/spacings.js +1 -1
- package/dist/sizes.js +1 -1
- package/dist/themes/palette/palette.effects.js +2 -3
- package/dist/themes/palette/palette.js +2 -3
- package/dist/themes/palette/palette.legacy.js +1 -1
- package/dist/themes/provider/GlobalStyle.js +2 -3
- package/dist/themes/provider/theme.overrides.js +1 -1
- package/dist/themes/provider/theme.provider.d.ts +2 -1
- package/dist/themes/provider/theme.provider.js +1 -1
- package/dist/themes/theme.js +4 -7
- package/dist/themes.js +1 -1
- package/dist/types/global/data.types.d.ts +5 -2
- package/dist/types/themes/palette/palette.types.js +1 -1
- package/dist/types/themes/sizes/breakpoints.types.js +1 -1
- package/dist/types/themes/sizes/spacing.types.js +1 -1
- package/dist/types/token.types.js +1 -1
- package/dist/types.js +1 -1
- package/dist/typography/font.utils.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Bold.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-BoldItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Medium.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-MediumItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regular.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regularitalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy.font.js +1 -1
- package/dist/typography/typography.font.js +1 -1
- package/dist/typography/typography.styles.js +1 -1
- package/dist/utils/array.utils.js +1 -1
- package/dist/utils/color.utils.d.ts +1 -1
- package/dist/utils/color.utils.js +3 -5
- package/dist/utils/component.utils.js +1 -1
- package/dist/utils/css.utils.d.ts +5 -5
- package/dist/utils/css.utils.js +3 -5
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/log.utils.d.ts +2 -8
- package/dist/utils/log.utils.js +19 -16
- package/dist/utils/number.utils.js +1 -1
- package/dist/utils/props.utils.d.ts +1 -2
- package/dist/utils/props.utils.js +2 -3
- package/dist/utils/string.utils.js +2 -3
- package/dist/utils.js +20 -18
- package/package.json +5 -3
|
@@ -0,0 +1,2827 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @ubloimmo/uikit version 0.16.1
|
|
3
|
+
*
|
|
4
|
+
* Copyright © Ublo 2024
|
|
5
|
+
* https://ublo.immo
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
var g;
|
|
10
|
+
(function(r) {
|
|
11
|
+
r.assertEqual = (a) => a;
|
|
12
|
+
function e(a) {
|
|
13
|
+
}
|
|
14
|
+
r.assertIs = e;
|
|
15
|
+
function t(a) {
|
|
16
|
+
throw new Error();
|
|
17
|
+
}
|
|
18
|
+
r.assertNever = t, r.arrayToEnum = (a) => {
|
|
19
|
+
const n = {};
|
|
20
|
+
for (const i of a)
|
|
21
|
+
n[i] = i;
|
|
22
|
+
return n;
|
|
23
|
+
}, r.getValidEnumValues = (a) => {
|
|
24
|
+
const n = r.objectKeys(a).filter((o) => typeof a[a[o]] != "number"), i = {};
|
|
25
|
+
for (const o of n)
|
|
26
|
+
i[o] = a[o];
|
|
27
|
+
return r.objectValues(i);
|
|
28
|
+
}, r.objectValues = (a) => r.objectKeys(a).map(function(n) {
|
|
29
|
+
return a[n];
|
|
30
|
+
}), r.objectKeys = typeof Object.keys == "function" ? (a) => Object.keys(a) : (a) => {
|
|
31
|
+
const n = [];
|
|
32
|
+
for (const i in a)
|
|
33
|
+
Object.prototype.hasOwnProperty.call(a, i) && n.push(i);
|
|
34
|
+
return n;
|
|
35
|
+
}, r.find = (a, n) => {
|
|
36
|
+
for (const i of a)
|
|
37
|
+
if (n(i))
|
|
38
|
+
return i;
|
|
39
|
+
}, r.isInteger = typeof Number.isInteger == "function" ? (a) => Number.isInteger(a) : (a) => typeof a == "number" && isFinite(a) && Math.floor(a) === a;
|
|
40
|
+
function s(a, n = " | ") {
|
|
41
|
+
return a.map((i) => typeof i == "string" ? `'${i}'` : i).join(n);
|
|
42
|
+
}
|
|
43
|
+
r.joinValues = s, r.jsonStringifyReplacer = (a, n) => typeof n == "bigint" ? n.toString() : n;
|
|
44
|
+
})(g || (g = {}));
|
|
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 = g.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
|
+
]), j = (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
|
+
}, d = g.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
|
+
constructor(e) {
|
|
115
|
+
super(), this.issues = [], this.addIssue = (s) => {
|
|
116
|
+
this.issues = [...this.issues, s];
|
|
117
|
+
}, this.addIssues = (s = []) => {
|
|
118
|
+
this.issues = [...this.issues, ...s];
|
|
119
|
+
};
|
|
120
|
+
const t = new.target.prototype;
|
|
121
|
+
Object.setPrototypeOf ? Object.setPrototypeOf(this, t) : this.__proto__ = t, this.name = "ZodError", this.issues = e;
|
|
122
|
+
}
|
|
123
|
+
get errors() {
|
|
124
|
+
return this.issues;
|
|
125
|
+
}
|
|
126
|
+
format(e) {
|
|
127
|
+
const t = e || function(n) {
|
|
128
|
+
return n.message;
|
|
129
|
+
}, s = { _errors: [] }, a = (n) => {
|
|
130
|
+
for (const i of n.issues)
|
|
131
|
+
if (i.code === "invalid_union")
|
|
132
|
+
i.unionErrors.map(a);
|
|
133
|
+
else if (i.code === "invalid_return_type")
|
|
134
|
+
a(i.returnTypeError);
|
|
135
|
+
else if (i.code === "invalid_arguments")
|
|
136
|
+
a(i.argumentsError);
|
|
137
|
+
else if (i.path.length === 0)
|
|
138
|
+
s._errors.push(t(i));
|
|
139
|
+
else {
|
|
140
|
+
let o = s, h = 0;
|
|
141
|
+
for (; h < i.path.length; ) {
|
|
142
|
+
const c = i.path[h];
|
|
143
|
+
h === i.path.length - 1 ? (o[c] = o[c] || { _errors: [] }, o[c]._errors.push(t(i))) : o[c] = o[c] || { _errors: [] }, o = o[c], h++;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
return a(this), s;
|
|
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, g.jsonStringifyReplacer, 2);
|
|
158
|
+
}
|
|
159
|
+
get isEmpty() {
|
|
160
|
+
return this.issues.length === 0;
|
|
161
|
+
}
|
|
162
|
+
flatten(e = (t) => t.message) {
|
|
163
|
+
const t = {}, s = [];
|
|
164
|
+
for (const a of this.issues)
|
|
165
|
+
a.path.length > 0 ? (t[a.path[0]] = t[a.path[0]] || [], t[a.path[0]].push(e(a))) : s.push(e(a));
|
|
166
|
+
return { formErrors: s, 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 d.invalid_type:
|
|
177
|
+
r.received === l.undefined ? t = "Required" : t = `Expected ${r.expected}, received ${r.received}`;
|
|
178
|
+
break;
|
|
179
|
+
case d.invalid_literal:
|
|
180
|
+
t = `Invalid literal value, expected ${JSON.stringify(r.expected, g.jsonStringifyReplacer)}`;
|
|
181
|
+
break;
|
|
182
|
+
case d.unrecognized_keys:
|
|
183
|
+
t = `Unrecognized key(s) in object: ${g.joinValues(r.keys, ", ")}`;
|
|
184
|
+
break;
|
|
185
|
+
case d.invalid_union:
|
|
186
|
+
t = "Invalid input";
|
|
187
|
+
break;
|
|
188
|
+
case d.invalid_union_discriminator:
|
|
189
|
+
t = `Invalid discriminator value. Expected ${g.joinValues(r.options)}`;
|
|
190
|
+
break;
|
|
191
|
+
case d.invalid_enum_value:
|
|
192
|
+
t = `Invalid enum value. Expected ${g.joinValues(r.options)}, received '${r.received}'`;
|
|
193
|
+
break;
|
|
194
|
+
case d.invalid_arguments:
|
|
195
|
+
t = "Invalid function arguments";
|
|
196
|
+
break;
|
|
197
|
+
case d.invalid_return_type:
|
|
198
|
+
t = "Invalid function return type";
|
|
199
|
+
break;
|
|
200
|
+
case d.invalid_date:
|
|
201
|
+
t = "Invalid date";
|
|
202
|
+
break;
|
|
203
|
+
case d.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}"` : g.assertNever(r.validation) : r.validation !== "regex" ? t = `Invalid ${r.validation}` : t = "Invalid";
|
|
205
|
+
break;
|
|
206
|
+
case d.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 d.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 d.custom:
|
|
213
|
+
t = "Invalid input";
|
|
214
|
+
break;
|
|
215
|
+
case d.invalid_intersection_types:
|
|
216
|
+
t = "Intersection results could not be merged";
|
|
217
|
+
break;
|
|
218
|
+
case d.not_multiple_of:
|
|
219
|
+
t = `Number must be a multiple of ${r.multipleOf}`;
|
|
220
|
+
break;
|
|
221
|
+
case d.not_finite:
|
|
222
|
+
t = "Number must be finite";
|
|
223
|
+
break;
|
|
224
|
+
default:
|
|
225
|
+
t = e.defaultError, g.assertNever(r);
|
|
226
|
+
}
|
|
227
|
+
return { message: t };
|
|
228
|
+
};
|
|
229
|
+
let Re = q;
|
|
230
|
+
function le() {
|
|
231
|
+
return Re;
|
|
232
|
+
}
|
|
233
|
+
const he = (r) => {
|
|
234
|
+
const { data: e, path: t, errorMaps: s, issueData: a } = r, n = [...t, ...a.path || []], i = {
|
|
235
|
+
...a,
|
|
236
|
+
path: n
|
|
237
|
+
};
|
|
238
|
+
if (a.message !== void 0)
|
|
239
|
+
return {
|
|
240
|
+
...a,
|
|
241
|
+
path: n,
|
|
242
|
+
message: a.message
|
|
243
|
+
};
|
|
244
|
+
let o = "";
|
|
245
|
+
const h = s.filter((c) => !!c).slice().reverse();
|
|
246
|
+
for (const c of h)
|
|
247
|
+
o = c(i, { data: e, defaultError: o }).message;
|
|
248
|
+
return {
|
|
249
|
+
...a,
|
|
250
|
+
path: n,
|
|
251
|
+
message: o
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
function u(r, e) {
|
|
255
|
+
const t = le(), s = he({
|
|
256
|
+
issueData: e,
|
|
257
|
+
data: r.data,
|
|
258
|
+
path: r.path,
|
|
259
|
+
errorMaps: [
|
|
260
|
+
r.common.contextualErrorMap,
|
|
261
|
+
r.schemaErrorMap,
|
|
262
|
+
t,
|
|
263
|
+
t === q ? void 0 : q
|
|
264
|
+
// then global default map
|
|
265
|
+
].filter((a) => !!a)
|
|
266
|
+
});
|
|
267
|
+
r.common.issues.push(s);
|
|
268
|
+
}
|
|
269
|
+
class k {
|
|
270
|
+
constructor() {
|
|
271
|
+
this.value = "valid";
|
|
272
|
+
}
|
|
273
|
+
dirty() {
|
|
274
|
+
this.value === "valid" && (this.value = "dirty");
|
|
275
|
+
}
|
|
276
|
+
abort() {
|
|
277
|
+
this.value !== "aborted" && (this.value = "aborted");
|
|
278
|
+
}
|
|
279
|
+
static mergeArray(e, t) {
|
|
280
|
+
const s = [];
|
|
281
|
+
for (const a of t) {
|
|
282
|
+
if (a.status === "aborted")
|
|
283
|
+
return v;
|
|
284
|
+
a.status === "dirty" && e.dirty(), s.push(a.value);
|
|
285
|
+
}
|
|
286
|
+
return { status: e.value, value: s };
|
|
287
|
+
}
|
|
288
|
+
static async mergeObjectAsync(e, t) {
|
|
289
|
+
const s = [];
|
|
290
|
+
for (const a of t) {
|
|
291
|
+
const n = await a.key, i = await a.value;
|
|
292
|
+
s.push({
|
|
293
|
+
key: n,
|
|
294
|
+
value: i
|
|
295
|
+
});
|
|
296
|
+
}
|
|
297
|
+
return k.mergeObjectSync(e, s);
|
|
298
|
+
}
|
|
299
|
+
static mergeObjectSync(e, t) {
|
|
300
|
+
const s = {};
|
|
301
|
+
for (const a of t) {
|
|
302
|
+
const { key: n, value: i } = a;
|
|
303
|
+
if (n.status === "aborted" || i.status === "aborted")
|
|
304
|
+
return v;
|
|
305
|
+
n.status === "dirty" && e.dirty(), i.status === "dirty" && e.dirty(), n.value !== "__proto__" && (typeof i.value < "u" || a.alwaysSet) && (s[n.value] = i.value);
|
|
306
|
+
}
|
|
307
|
+
return { status: e.value, value: s };
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
const v = Object.freeze({
|
|
311
|
+
status: "aborted"
|
|
312
|
+
}), z = (r) => ({ status: "dirty", value: r }), b = (r) => ({ status: "valid", value: r }), we = (r) => r.status === "aborted", Te = (r) => r.status === "dirty", H = (r) => r.status === "valid", J = (r) => typeof Promise < "u" && r instanceof Promise;
|
|
313
|
+
function X(r, e, t, s) {
|
|
314
|
+
if (typeof e == "function" ? r !== e || !s : !e.has(r)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
315
|
+
return e.get(r);
|
|
316
|
+
}
|
|
317
|
+
function Ce(r, e, t, s, a) {
|
|
318
|
+
if (typeof e == "function" ? r !== e || !a : !e.has(r)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
319
|
+
return e.set(r, t), t;
|
|
320
|
+
}
|
|
321
|
+
var f;
|
|
322
|
+
(function(r) {
|
|
323
|
+
r.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, r.toString = (e) => typeof e == "string" ? e : e == null ? void 0 : e.message;
|
|
324
|
+
})(f || (f = {}));
|
|
325
|
+
var U, B;
|
|
326
|
+
class C {
|
|
327
|
+
constructor(e, t, s, a) {
|
|
328
|
+
this._cachedPath = [], this.parent = e, this.data = t, this._path = s, this._key = a;
|
|
329
|
+
}
|
|
330
|
+
get path() {
|
|
331
|
+
return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
const Se = (r, e) => {
|
|
335
|
+
if (H(e))
|
|
336
|
+
return { success: !0, data: e.value };
|
|
337
|
+
if (!r.common.issues.length)
|
|
338
|
+
throw new Error("Validation failed but no issues detected.");
|
|
339
|
+
return {
|
|
340
|
+
success: !1,
|
|
341
|
+
get error() {
|
|
342
|
+
if (this._error)
|
|
343
|
+
return this._error;
|
|
344
|
+
const t = new T(r.common.issues);
|
|
345
|
+
return this._error = t, this._error;
|
|
346
|
+
}
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
function _(r) {
|
|
350
|
+
if (!r)
|
|
351
|
+
return {};
|
|
352
|
+
const { errorMap: e, invalid_type_error: t, required_error: s, description: a } = r;
|
|
353
|
+
if (e && (t || s))
|
|
354
|
+
throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
|
|
355
|
+
return e ? { errorMap: e, description: a } : { errorMap: (i, o) => {
|
|
356
|
+
var h, c;
|
|
357
|
+
const { message: p } = r;
|
|
358
|
+
return i.code === "invalid_enum_value" ? { message: p ?? o.defaultError } : typeof o.data > "u" ? { message: (h = p ?? s) !== null && h !== void 0 ? h : o.defaultError } : i.code !== "invalid_type" ? { message: o.defaultError } : { message: (c = p ?? t) !== null && c !== void 0 ? c : o.defaultError };
|
|
359
|
+
}, description: a };
|
|
360
|
+
}
|
|
361
|
+
class y {
|
|
362
|
+
constructor(e) {
|
|
363
|
+
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);
|
|
364
|
+
}
|
|
365
|
+
get description() {
|
|
366
|
+
return this._def.description;
|
|
367
|
+
}
|
|
368
|
+
_getType(e) {
|
|
369
|
+
return j(e.data);
|
|
370
|
+
}
|
|
371
|
+
_getOrReturnCtx(e, t) {
|
|
372
|
+
return t || {
|
|
373
|
+
common: e.parent.common,
|
|
374
|
+
data: e.data,
|
|
375
|
+
parsedType: j(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: j(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 (J(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 s = this.safeParse(e, t);
|
|
406
|
+
if (s.success)
|
|
407
|
+
return s.data;
|
|
408
|
+
throw s.error;
|
|
409
|
+
}
|
|
410
|
+
safeParse(e, t) {
|
|
411
|
+
var s;
|
|
412
|
+
const a = {
|
|
413
|
+
common: {
|
|
414
|
+
issues: [],
|
|
415
|
+
async: (s = t == null ? void 0 : t.async) !== null && s !== void 0 ? s : !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: j(e)
|
|
423
|
+
}, n = this._parseSync({ data: e, path: a.path, parent: a });
|
|
424
|
+
return Se(a, n);
|
|
425
|
+
}
|
|
426
|
+
async parseAsync(e, t) {
|
|
427
|
+
const s = await this.safeParseAsync(e, t);
|
|
428
|
+
if (s.success)
|
|
429
|
+
return s.data;
|
|
430
|
+
throw s.error;
|
|
431
|
+
}
|
|
432
|
+
async safeParseAsync(e, t) {
|
|
433
|
+
const s = {
|
|
434
|
+
common: {
|
|
435
|
+
issues: [],
|
|
436
|
+
contextualErrorMap: t == null ? void 0 : t.errorMap,
|
|
437
|
+
async: !0
|
|
438
|
+
},
|
|
439
|
+
path: (t == null ? void 0 : t.path) || [],
|
|
440
|
+
schemaErrorMap: this._def.errorMap,
|
|
441
|
+
parent: null,
|
|
442
|
+
data: e,
|
|
443
|
+
parsedType: j(e)
|
|
444
|
+
}, a = this._parse({ data: e, path: s.path, parent: s }), n = await (J(a) ? a : Promise.resolve(a));
|
|
445
|
+
return Se(s, n);
|
|
446
|
+
}
|
|
447
|
+
refine(e, t) {
|
|
448
|
+
const s = (a) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(a) : t;
|
|
449
|
+
return this._refinement((a, n) => {
|
|
450
|
+
const i = e(a), o = () => n.addIssue({
|
|
451
|
+
code: d.custom,
|
|
452
|
+
...s(a)
|
|
453
|
+
});
|
|
454
|
+
return typeof Promise < "u" && i instanceof Promise ? i.then((h) => h ? !0 : (o(), !1)) : i ? !0 : (o(), !1);
|
|
455
|
+
});
|
|
456
|
+
}
|
|
457
|
+
refinement(e, t) {
|
|
458
|
+
return this._refinement((s, a) => e(s) ? !0 : (a.addIssue(typeof t == "function" ? t(s, a) : t), !1));
|
|
459
|
+
}
|
|
460
|
+
_refinement(e) {
|
|
461
|
+
return new R({
|
|
462
|
+
schema: this,
|
|
463
|
+
typeName: m.ZodEffects,
|
|
464
|
+
effect: { type: "refinement", refinement: e }
|
|
465
|
+
});
|
|
466
|
+
}
|
|
467
|
+
superRefine(e) {
|
|
468
|
+
return this._refinement(e);
|
|
469
|
+
}
|
|
470
|
+
optional() {
|
|
471
|
+
return Z.create(this, this._def);
|
|
472
|
+
}
|
|
473
|
+
nullable() {
|
|
474
|
+
return $.create(this, this._def);
|
|
475
|
+
}
|
|
476
|
+
nullish() {
|
|
477
|
+
return this.nullable().optional();
|
|
478
|
+
}
|
|
479
|
+
array() {
|
|
480
|
+
return S.create(this, this._def);
|
|
481
|
+
}
|
|
482
|
+
promise() {
|
|
483
|
+
return G.create(this, this._def);
|
|
484
|
+
}
|
|
485
|
+
or(e) {
|
|
486
|
+
return F.create([this, e], this._def);
|
|
487
|
+
}
|
|
488
|
+
and(e) {
|
|
489
|
+
return ee.create(this, e, this._def);
|
|
490
|
+
}
|
|
491
|
+
transform(e) {
|
|
492
|
+
return new R({
|
|
493
|
+
..._(this._def),
|
|
494
|
+
schema: this,
|
|
495
|
+
typeName: m.ZodEffects,
|
|
496
|
+
effect: { type: "transform", transform: e }
|
|
497
|
+
});
|
|
498
|
+
}
|
|
499
|
+
default(e) {
|
|
500
|
+
const t = typeof e == "function" ? e : () => e;
|
|
501
|
+
return new ne({
|
|
502
|
+
..._(this._def),
|
|
503
|
+
innerType: this,
|
|
504
|
+
defaultValue: t,
|
|
505
|
+
typeName: m.ZodDefault
|
|
506
|
+
});
|
|
507
|
+
}
|
|
508
|
+
brand() {
|
|
509
|
+
return new Ee({
|
|
510
|
+
typeName: m.ZodBranded,
|
|
511
|
+
type: this,
|
|
512
|
+
..._(this._def)
|
|
513
|
+
});
|
|
514
|
+
}
|
|
515
|
+
catch(e) {
|
|
516
|
+
const t = typeof e == "function" ? e : () => e;
|
|
517
|
+
return new ie({
|
|
518
|
+
..._(this._def),
|
|
519
|
+
innerType: this,
|
|
520
|
+
catchValue: t,
|
|
521
|
+
typeName: m.ZodCatch
|
|
522
|
+
});
|
|
523
|
+
}
|
|
524
|
+
describe(e) {
|
|
525
|
+
const t = this.constructor;
|
|
526
|
+
return new t({
|
|
527
|
+
...this._def,
|
|
528
|
+
description: e
|
|
529
|
+
});
|
|
530
|
+
}
|
|
531
|
+
pipe(e) {
|
|
532
|
+
return de.create(this, e);
|
|
533
|
+
}
|
|
534
|
+
readonly() {
|
|
535
|
+
return oe.create(this);
|
|
536
|
+
}
|
|
537
|
+
isOptional() {
|
|
538
|
+
return this.safeParse(void 0).success;
|
|
539
|
+
}
|
|
540
|
+
isNullable() {
|
|
541
|
+
return this.safeParse(null).success;
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
const Ie = /^c[^\s-]{8,}$/i, je = /^[0-9a-z]+$/, Ae = /^[0-9A-HJKMNP-TV-Z]{26}$/, $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 = /^[-+]?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)?)??$/, Pe = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Le = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
545
|
+
let ue;
|
|
546
|
+
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])$/, ze = /^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/, Ue = /^([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])))", Be = new RegExp(`^${Oe}$`);
|
|
547
|
+
function Ne(r) {
|
|
548
|
+
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
549
|
+
return r.precision ? e = `${e}\\.\\d{${r.precision}}` : r.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
550
|
+
}
|
|
551
|
+
function We(r) {
|
|
552
|
+
return new RegExp(`^${Ne(r)}$`);
|
|
553
|
+
}
|
|
554
|
+
function qe(r) {
|
|
555
|
+
let e = `${Oe}T${Ne(r)}`;
|
|
556
|
+
const t = [];
|
|
557
|
+
return t.push(r.local ? "Z?" : "Z"), r.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
558
|
+
}
|
|
559
|
+
function Ye(r, e) {
|
|
560
|
+
return !!((e === "v4" || !e) && De.test(r) || (e === "v6" || !e) && ze.test(r));
|
|
561
|
+
}
|
|
562
|
+
class N extends y {
|
|
563
|
+
_parse(e) {
|
|
564
|
+
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== l.string) {
|
|
565
|
+
const n = this._getOrReturnCtx(e);
|
|
566
|
+
return u(n, {
|
|
567
|
+
code: d.invalid_type,
|
|
568
|
+
expected: l.string,
|
|
569
|
+
received: n.parsedType
|
|
570
|
+
}), v;
|
|
571
|
+
}
|
|
572
|
+
const s = new k();
|
|
573
|
+
let a;
|
|
574
|
+
for (const n of this._def.checks)
|
|
575
|
+
if (n.kind === "min")
|
|
576
|
+
e.data.length < n.value && (a = this._getOrReturnCtx(e, a), u(a, {
|
|
577
|
+
code: d.too_small,
|
|
578
|
+
minimum: n.value,
|
|
579
|
+
type: "string",
|
|
580
|
+
inclusive: !0,
|
|
581
|
+
exact: !1,
|
|
582
|
+
message: n.message
|
|
583
|
+
}), s.dirty());
|
|
584
|
+
else if (n.kind === "max")
|
|
585
|
+
e.data.length > n.value && (a = this._getOrReturnCtx(e, a), u(a, {
|
|
586
|
+
code: d.too_big,
|
|
587
|
+
maximum: n.value,
|
|
588
|
+
type: "string",
|
|
589
|
+
inclusive: !0,
|
|
590
|
+
exact: !1,
|
|
591
|
+
message: n.message
|
|
592
|
+
}), s.dirty());
|
|
593
|
+
else if (n.kind === "length") {
|
|
594
|
+
const i = e.data.length > n.value, o = e.data.length < n.value;
|
|
595
|
+
(i || o) && (a = this._getOrReturnCtx(e, a), i ? u(a, {
|
|
596
|
+
code: d.too_big,
|
|
597
|
+
maximum: n.value,
|
|
598
|
+
type: "string",
|
|
599
|
+
inclusive: !0,
|
|
600
|
+
exact: !0,
|
|
601
|
+
message: n.message
|
|
602
|
+
}) : o && u(a, {
|
|
603
|
+
code: d.too_small,
|
|
604
|
+
minimum: n.value,
|
|
605
|
+
type: "string",
|
|
606
|
+
inclusive: !0,
|
|
607
|
+
exact: !0,
|
|
608
|
+
message: n.message
|
|
609
|
+
}), s.dirty());
|
|
610
|
+
} else if (n.kind === "email")
|
|
611
|
+
Pe.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
612
|
+
validation: "email",
|
|
613
|
+
code: d.invalid_string,
|
|
614
|
+
message: n.message
|
|
615
|
+
}), s.dirty());
|
|
616
|
+
else if (n.kind === "emoji")
|
|
617
|
+
ue || (ue = new RegExp(Le, "u")), ue.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
618
|
+
validation: "emoji",
|
|
619
|
+
code: d.invalid_string,
|
|
620
|
+
message: n.message
|
|
621
|
+
}), s.dirty());
|
|
622
|
+
else if (n.kind === "uuid")
|
|
623
|
+
$e.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
624
|
+
validation: "uuid",
|
|
625
|
+
code: d.invalid_string,
|
|
626
|
+
message: n.message
|
|
627
|
+
}), s.dirty());
|
|
628
|
+
else if (n.kind === "nanoid")
|
|
629
|
+
Me.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
630
|
+
validation: "nanoid",
|
|
631
|
+
code: d.invalid_string,
|
|
632
|
+
message: n.message
|
|
633
|
+
}), s.dirty());
|
|
634
|
+
else if (n.kind === "cuid")
|
|
635
|
+
Ie.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
636
|
+
validation: "cuid",
|
|
637
|
+
code: d.invalid_string,
|
|
638
|
+
message: n.message
|
|
639
|
+
}), s.dirty());
|
|
640
|
+
else if (n.kind === "cuid2")
|
|
641
|
+
je.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
642
|
+
validation: "cuid2",
|
|
643
|
+
code: d.invalid_string,
|
|
644
|
+
message: n.message
|
|
645
|
+
}), s.dirty());
|
|
646
|
+
else if (n.kind === "ulid")
|
|
647
|
+
Ae.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
648
|
+
validation: "ulid",
|
|
649
|
+
code: d.invalid_string,
|
|
650
|
+
message: n.message
|
|
651
|
+
}), s.dirty());
|
|
652
|
+
else if (n.kind === "url")
|
|
653
|
+
try {
|
|
654
|
+
new URL(e.data);
|
|
655
|
+
} catch {
|
|
656
|
+
a = this._getOrReturnCtx(e, a), u(a, {
|
|
657
|
+
validation: "url",
|
|
658
|
+
code: d.invalid_string,
|
|
659
|
+
message: n.message
|
|
660
|
+
}), s.dirty();
|
|
661
|
+
}
|
|
662
|
+
else n.kind === "regex" ? (n.regex.lastIndex = 0, n.regex.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
663
|
+
validation: "regex",
|
|
664
|
+
code: d.invalid_string,
|
|
665
|
+
message: n.message
|
|
666
|
+
}), s.dirty())) : n.kind === "trim" ? e.data = e.data.trim() : n.kind === "includes" ? e.data.includes(n.value, n.position) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
667
|
+
code: d.invalid_string,
|
|
668
|
+
validation: { includes: n.value, position: n.position },
|
|
669
|
+
message: n.message
|
|
670
|
+
}), s.dirty()) : n.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : n.kind === "toUpperCase" ? e.data = e.data.toUpperCase() : n.kind === "startsWith" ? e.data.startsWith(n.value) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
671
|
+
code: d.invalid_string,
|
|
672
|
+
validation: { startsWith: n.value },
|
|
673
|
+
message: n.message
|
|
674
|
+
}), s.dirty()) : n.kind === "endsWith" ? e.data.endsWith(n.value) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
675
|
+
code: d.invalid_string,
|
|
676
|
+
validation: { endsWith: n.value },
|
|
677
|
+
message: n.message
|
|
678
|
+
}), s.dirty()) : n.kind === "datetime" ? qe(n).test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
679
|
+
code: d.invalid_string,
|
|
680
|
+
validation: "datetime",
|
|
681
|
+
message: n.message
|
|
682
|
+
}), s.dirty()) : n.kind === "date" ? Be.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
683
|
+
code: d.invalid_string,
|
|
684
|
+
validation: "date",
|
|
685
|
+
message: n.message
|
|
686
|
+
}), s.dirty()) : n.kind === "time" ? We(n).test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
687
|
+
code: d.invalid_string,
|
|
688
|
+
validation: "time",
|
|
689
|
+
message: n.message
|
|
690
|
+
}), s.dirty()) : n.kind === "duration" ? Ve.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
691
|
+
validation: "duration",
|
|
692
|
+
code: d.invalid_string,
|
|
693
|
+
message: n.message
|
|
694
|
+
}), s.dirty()) : n.kind === "ip" ? Ye(e.data, n.version) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
695
|
+
validation: "ip",
|
|
696
|
+
code: d.invalid_string,
|
|
697
|
+
message: n.message
|
|
698
|
+
}), s.dirty()) : n.kind === "base64" ? Ue.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
699
|
+
validation: "base64",
|
|
700
|
+
code: d.invalid_string,
|
|
701
|
+
message: n.message
|
|
702
|
+
}), s.dirty()) : g.assertNever(n);
|
|
703
|
+
return { status: s.value, value: e.data };
|
|
704
|
+
}
|
|
705
|
+
_regex(e, t, s) {
|
|
706
|
+
return this.refinement((a) => e.test(a), {
|
|
707
|
+
validation: t,
|
|
708
|
+
code: d.invalid_string,
|
|
709
|
+
...f.errToObj(s)
|
|
710
|
+
});
|
|
711
|
+
}
|
|
712
|
+
_addCheck(e) {
|
|
713
|
+
return new N({
|
|
714
|
+
...this._def,
|
|
715
|
+
checks: [...this._def.checks, e]
|
|
716
|
+
});
|
|
717
|
+
}
|
|
718
|
+
email(e) {
|
|
719
|
+
return this._addCheck({ kind: "email", ...f.errToObj(e) });
|
|
720
|
+
}
|
|
721
|
+
url(e) {
|
|
722
|
+
return this._addCheck({ kind: "url", ...f.errToObj(e) });
|
|
723
|
+
}
|
|
724
|
+
emoji(e) {
|
|
725
|
+
return this._addCheck({ kind: "emoji", ...f.errToObj(e) });
|
|
726
|
+
}
|
|
727
|
+
uuid(e) {
|
|
728
|
+
return this._addCheck({ kind: "uuid", ...f.errToObj(e) });
|
|
729
|
+
}
|
|
730
|
+
nanoid(e) {
|
|
731
|
+
return this._addCheck({ kind: "nanoid", ...f.errToObj(e) });
|
|
732
|
+
}
|
|
733
|
+
cuid(e) {
|
|
734
|
+
return this._addCheck({ kind: "cuid", ...f.errToObj(e) });
|
|
735
|
+
}
|
|
736
|
+
cuid2(e) {
|
|
737
|
+
return this._addCheck({ kind: "cuid2", ...f.errToObj(e) });
|
|
738
|
+
}
|
|
739
|
+
ulid(e) {
|
|
740
|
+
return this._addCheck({ kind: "ulid", ...f.errToObj(e) });
|
|
741
|
+
}
|
|
742
|
+
base64(e) {
|
|
743
|
+
return this._addCheck({ kind: "base64", ...f.errToObj(e) });
|
|
744
|
+
}
|
|
745
|
+
ip(e) {
|
|
746
|
+
return this._addCheck({ kind: "ip", ...f.errToObj(e) });
|
|
747
|
+
}
|
|
748
|
+
datetime(e) {
|
|
749
|
+
var t, s;
|
|
750
|
+
return typeof e == "string" ? this._addCheck({
|
|
751
|
+
kind: "datetime",
|
|
752
|
+
precision: null,
|
|
753
|
+
offset: !1,
|
|
754
|
+
local: !1,
|
|
755
|
+
message: e
|
|
756
|
+
}) : this._addCheck({
|
|
757
|
+
kind: "datetime",
|
|
758
|
+
precision: typeof (e == null ? void 0 : e.precision) > "u" ? null : e == null ? void 0 : e.precision,
|
|
759
|
+
offset: (t = e == null ? void 0 : e.offset) !== null && t !== void 0 ? t : !1,
|
|
760
|
+
local: (s = e == null ? void 0 : e.local) !== null && s !== void 0 ? s : !1,
|
|
761
|
+
...f.errToObj(e == null ? void 0 : e.message)
|
|
762
|
+
});
|
|
763
|
+
}
|
|
764
|
+
date(e) {
|
|
765
|
+
return this._addCheck({ kind: "date", message: e });
|
|
766
|
+
}
|
|
767
|
+
time(e) {
|
|
768
|
+
return typeof e == "string" ? this._addCheck({
|
|
769
|
+
kind: "time",
|
|
770
|
+
precision: null,
|
|
771
|
+
message: e
|
|
772
|
+
}) : this._addCheck({
|
|
773
|
+
kind: "time",
|
|
774
|
+
precision: typeof (e == null ? void 0 : e.precision) > "u" ? null : e == null ? void 0 : e.precision,
|
|
775
|
+
...f.errToObj(e == null ? void 0 : e.message)
|
|
776
|
+
});
|
|
777
|
+
}
|
|
778
|
+
duration(e) {
|
|
779
|
+
return this._addCheck({ kind: "duration", ...f.errToObj(e) });
|
|
780
|
+
}
|
|
781
|
+
regex(e, t) {
|
|
782
|
+
return this._addCheck({
|
|
783
|
+
kind: "regex",
|
|
784
|
+
regex: e,
|
|
785
|
+
...f.errToObj(t)
|
|
786
|
+
});
|
|
787
|
+
}
|
|
788
|
+
includes(e, t) {
|
|
789
|
+
return this._addCheck({
|
|
790
|
+
kind: "includes",
|
|
791
|
+
value: e,
|
|
792
|
+
position: t == null ? void 0 : t.position,
|
|
793
|
+
...f.errToObj(t == null ? void 0 : t.message)
|
|
794
|
+
});
|
|
795
|
+
}
|
|
796
|
+
startsWith(e, t) {
|
|
797
|
+
return this._addCheck({
|
|
798
|
+
kind: "startsWith",
|
|
799
|
+
value: e,
|
|
800
|
+
...f.errToObj(t)
|
|
801
|
+
});
|
|
802
|
+
}
|
|
803
|
+
endsWith(e, t) {
|
|
804
|
+
return this._addCheck({
|
|
805
|
+
kind: "endsWith",
|
|
806
|
+
value: e,
|
|
807
|
+
...f.errToObj(t)
|
|
808
|
+
});
|
|
809
|
+
}
|
|
810
|
+
min(e, t) {
|
|
811
|
+
return this._addCheck({
|
|
812
|
+
kind: "min",
|
|
813
|
+
value: e,
|
|
814
|
+
...f.errToObj(t)
|
|
815
|
+
});
|
|
816
|
+
}
|
|
817
|
+
max(e, t) {
|
|
818
|
+
return this._addCheck({
|
|
819
|
+
kind: "max",
|
|
820
|
+
value: e,
|
|
821
|
+
...f.errToObj(t)
|
|
822
|
+
});
|
|
823
|
+
}
|
|
824
|
+
length(e, t) {
|
|
825
|
+
return this._addCheck({
|
|
826
|
+
kind: "length",
|
|
827
|
+
value: e,
|
|
828
|
+
...f.errToObj(t)
|
|
829
|
+
});
|
|
830
|
+
}
|
|
831
|
+
/**
|
|
832
|
+
* @deprecated Use z.string().min(1) instead.
|
|
833
|
+
* @see {@link ZodString.min}
|
|
834
|
+
*/
|
|
835
|
+
nonempty(e) {
|
|
836
|
+
return this.min(1, f.errToObj(e));
|
|
837
|
+
}
|
|
838
|
+
trim() {
|
|
839
|
+
return new N({
|
|
840
|
+
...this._def,
|
|
841
|
+
checks: [...this._def.checks, { kind: "trim" }]
|
|
842
|
+
});
|
|
843
|
+
}
|
|
844
|
+
toLowerCase() {
|
|
845
|
+
return new N({
|
|
846
|
+
...this._def,
|
|
847
|
+
checks: [...this._def.checks, { kind: "toLowerCase" }]
|
|
848
|
+
});
|
|
849
|
+
}
|
|
850
|
+
toUpperCase() {
|
|
851
|
+
return new N({
|
|
852
|
+
...this._def,
|
|
853
|
+
checks: [...this._def.checks, { kind: "toUpperCase" }]
|
|
854
|
+
});
|
|
855
|
+
}
|
|
856
|
+
get isDatetime() {
|
|
857
|
+
return !!this._def.checks.find((e) => e.kind === "datetime");
|
|
858
|
+
}
|
|
859
|
+
get isDate() {
|
|
860
|
+
return !!this._def.checks.find((e) => e.kind === "date");
|
|
861
|
+
}
|
|
862
|
+
get isTime() {
|
|
863
|
+
return !!this._def.checks.find((e) => e.kind === "time");
|
|
864
|
+
}
|
|
865
|
+
get isDuration() {
|
|
866
|
+
return !!this._def.checks.find((e) => e.kind === "duration");
|
|
867
|
+
}
|
|
868
|
+
get isEmail() {
|
|
869
|
+
return !!this._def.checks.find((e) => e.kind === "email");
|
|
870
|
+
}
|
|
871
|
+
get isURL() {
|
|
872
|
+
return !!this._def.checks.find((e) => e.kind === "url");
|
|
873
|
+
}
|
|
874
|
+
get isEmoji() {
|
|
875
|
+
return !!this._def.checks.find((e) => e.kind === "emoji");
|
|
876
|
+
}
|
|
877
|
+
get isUUID() {
|
|
878
|
+
return !!this._def.checks.find((e) => e.kind === "uuid");
|
|
879
|
+
}
|
|
880
|
+
get isNANOID() {
|
|
881
|
+
return !!this._def.checks.find((e) => e.kind === "nanoid");
|
|
882
|
+
}
|
|
883
|
+
get isCUID() {
|
|
884
|
+
return !!this._def.checks.find((e) => e.kind === "cuid");
|
|
885
|
+
}
|
|
886
|
+
get isCUID2() {
|
|
887
|
+
return !!this._def.checks.find((e) => e.kind === "cuid2");
|
|
888
|
+
}
|
|
889
|
+
get isULID() {
|
|
890
|
+
return !!this._def.checks.find((e) => e.kind === "ulid");
|
|
891
|
+
}
|
|
892
|
+
get isIP() {
|
|
893
|
+
return !!this._def.checks.find((e) => e.kind === "ip");
|
|
894
|
+
}
|
|
895
|
+
get isBase64() {
|
|
896
|
+
return !!this._def.checks.find((e) => e.kind === "base64");
|
|
897
|
+
}
|
|
898
|
+
get minLength() {
|
|
899
|
+
let e = null;
|
|
900
|
+
for (const t of this._def.checks)
|
|
901
|
+
t.kind === "min" && (e === null || t.value > e) && (e = t.value);
|
|
902
|
+
return e;
|
|
903
|
+
}
|
|
904
|
+
get maxLength() {
|
|
905
|
+
let e = null;
|
|
906
|
+
for (const t of this._def.checks)
|
|
907
|
+
t.kind === "max" && (e === null || t.value < e) && (e = t.value);
|
|
908
|
+
return e;
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
N.create = (r) => {
|
|
912
|
+
var e;
|
|
913
|
+
return new N({
|
|
914
|
+
checks: [],
|
|
915
|
+
typeName: m.ZodString,
|
|
916
|
+
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
917
|
+
..._(r)
|
|
918
|
+
});
|
|
919
|
+
};
|
|
920
|
+
function Ge(r, e) {
|
|
921
|
+
const t = (r.toString().split(".")[1] || "").length, s = (e.toString().split(".")[1] || "").length, a = t > s ? t : s, n = parseInt(r.toFixed(a).replace(".", "")), i = parseInt(e.toFixed(a).replace(".", ""));
|
|
922
|
+
return n % i / Math.pow(10, a);
|
|
923
|
+
}
|
|
924
|
+
class P extends y {
|
|
925
|
+
constructor() {
|
|
926
|
+
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
927
|
+
}
|
|
928
|
+
_parse(e) {
|
|
929
|
+
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !== l.number) {
|
|
930
|
+
const n = this._getOrReturnCtx(e);
|
|
931
|
+
return u(n, {
|
|
932
|
+
code: d.invalid_type,
|
|
933
|
+
expected: l.number,
|
|
934
|
+
received: n.parsedType
|
|
935
|
+
}), v;
|
|
936
|
+
}
|
|
937
|
+
let s;
|
|
938
|
+
const a = new k();
|
|
939
|
+
for (const n of this._def.checks)
|
|
940
|
+
n.kind === "int" ? g.isInteger(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
941
|
+
code: d.invalid_type,
|
|
942
|
+
expected: "integer",
|
|
943
|
+
received: "float",
|
|
944
|
+
message: n.message
|
|
945
|
+
}), a.dirty()) : n.kind === "min" ? (n.inclusive ? e.data < n.value : e.data <= n.value) && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
946
|
+
code: d.too_small,
|
|
947
|
+
minimum: n.value,
|
|
948
|
+
type: "number",
|
|
949
|
+
inclusive: n.inclusive,
|
|
950
|
+
exact: !1,
|
|
951
|
+
message: n.message
|
|
952
|
+
}), a.dirty()) : n.kind === "max" ? (n.inclusive ? e.data > n.value : e.data >= n.value) && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
953
|
+
code: d.too_big,
|
|
954
|
+
maximum: n.value,
|
|
955
|
+
type: "number",
|
|
956
|
+
inclusive: n.inclusive,
|
|
957
|
+
exact: !1,
|
|
958
|
+
message: n.message
|
|
959
|
+
}), a.dirty()) : n.kind === "multipleOf" ? Ge(e.data, n.value) !== 0 && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
960
|
+
code: d.not_multiple_of,
|
|
961
|
+
multipleOf: n.value,
|
|
962
|
+
message: n.message
|
|
963
|
+
}), a.dirty()) : n.kind === "finite" ? Number.isFinite(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
|
|
964
|
+
code: d.not_finite,
|
|
965
|
+
message: n.message
|
|
966
|
+
}), a.dirty()) : g.assertNever(n);
|
|
967
|
+
return { status: a.value, value: e.data };
|
|
968
|
+
}
|
|
969
|
+
gte(e, t) {
|
|
970
|
+
return this.setLimit("min", e, !0, f.toString(t));
|
|
971
|
+
}
|
|
972
|
+
gt(e, t) {
|
|
973
|
+
return this.setLimit("min", e, !1, f.toString(t));
|
|
974
|
+
}
|
|
975
|
+
lte(e, t) {
|
|
976
|
+
return this.setLimit("max", e, !0, f.toString(t));
|
|
977
|
+
}
|
|
978
|
+
lt(e, t) {
|
|
979
|
+
return this.setLimit("max", e, !1, f.toString(t));
|
|
980
|
+
}
|
|
981
|
+
setLimit(e, t, s, a) {
|
|
982
|
+
return new P({
|
|
983
|
+
...this._def,
|
|
984
|
+
checks: [
|
|
985
|
+
...this._def.checks,
|
|
986
|
+
{
|
|
987
|
+
kind: e,
|
|
988
|
+
value: t,
|
|
989
|
+
inclusive: s,
|
|
990
|
+
message: f.toString(a)
|
|
991
|
+
}
|
|
992
|
+
]
|
|
993
|
+
});
|
|
994
|
+
}
|
|
995
|
+
_addCheck(e) {
|
|
996
|
+
return new P({
|
|
997
|
+
...this._def,
|
|
998
|
+
checks: [...this._def.checks, e]
|
|
999
|
+
});
|
|
1000
|
+
}
|
|
1001
|
+
int(e) {
|
|
1002
|
+
return this._addCheck({
|
|
1003
|
+
kind: "int",
|
|
1004
|
+
message: f.toString(e)
|
|
1005
|
+
});
|
|
1006
|
+
}
|
|
1007
|
+
positive(e) {
|
|
1008
|
+
return this._addCheck({
|
|
1009
|
+
kind: "min",
|
|
1010
|
+
value: 0,
|
|
1011
|
+
inclusive: !1,
|
|
1012
|
+
message: f.toString(e)
|
|
1013
|
+
});
|
|
1014
|
+
}
|
|
1015
|
+
negative(e) {
|
|
1016
|
+
return this._addCheck({
|
|
1017
|
+
kind: "max",
|
|
1018
|
+
value: 0,
|
|
1019
|
+
inclusive: !1,
|
|
1020
|
+
message: f.toString(e)
|
|
1021
|
+
});
|
|
1022
|
+
}
|
|
1023
|
+
nonpositive(e) {
|
|
1024
|
+
return this._addCheck({
|
|
1025
|
+
kind: "max",
|
|
1026
|
+
value: 0,
|
|
1027
|
+
inclusive: !0,
|
|
1028
|
+
message: f.toString(e)
|
|
1029
|
+
});
|
|
1030
|
+
}
|
|
1031
|
+
nonnegative(e) {
|
|
1032
|
+
return this._addCheck({
|
|
1033
|
+
kind: "min",
|
|
1034
|
+
value: 0,
|
|
1035
|
+
inclusive: !0,
|
|
1036
|
+
message: f.toString(e)
|
|
1037
|
+
});
|
|
1038
|
+
}
|
|
1039
|
+
multipleOf(e, t) {
|
|
1040
|
+
return this._addCheck({
|
|
1041
|
+
kind: "multipleOf",
|
|
1042
|
+
value: e,
|
|
1043
|
+
message: f.toString(t)
|
|
1044
|
+
});
|
|
1045
|
+
}
|
|
1046
|
+
finite(e) {
|
|
1047
|
+
return this._addCheck({
|
|
1048
|
+
kind: "finite",
|
|
1049
|
+
message: f.toString(e)
|
|
1050
|
+
});
|
|
1051
|
+
}
|
|
1052
|
+
safe(e) {
|
|
1053
|
+
return this._addCheck({
|
|
1054
|
+
kind: "min",
|
|
1055
|
+
inclusive: !0,
|
|
1056
|
+
value: Number.MIN_SAFE_INTEGER,
|
|
1057
|
+
message: f.toString(e)
|
|
1058
|
+
})._addCheck({
|
|
1059
|
+
kind: "max",
|
|
1060
|
+
inclusive: !0,
|
|
1061
|
+
value: Number.MAX_SAFE_INTEGER,
|
|
1062
|
+
message: f.toString(e)
|
|
1063
|
+
});
|
|
1064
|
+
}
|
|
1065
|
+
get minValue() {
|
|
1066
|
+
let e = null;
|
|
1067
|
+
for (const t of this._def.checks)
|
|
1068
|
+
t.kind === "min" && (e === null || t.value > e) && (e = t.value);
|
|
1069
|
+
return e;
|
|
1070
|
+
}
|
|
1071
|
+
get maxValue() {
|
|
1072
|
+
let e = null;
|
|
1073
|
+
for (const t of this._def.checks)
|
|
1074
|
+
t.kind === "max" && (e === null || t.value < e) && (e = t.value);
|
|
1075
|
+
return e;
|
|
1076
|
+
}
|
|
1077
|
+
get isInt() {
|
|
1078
|
+
return !!this._def.checks.find((e) => e.kind === "int" || e.kind === "multipleOf" && g.isInteger(e.value));
|
|
1079
|
+
}
|
|
1080
|
+
get isFinite() {
|
|
1081
|
+
let e = null, t = null;
|
|
1082
|
+
for (const s of this._def.checks) {
|
|
1083
|
+
if (s.kind === "finite" || s.kind === "int" || s.kind === "multipleOf")
|
|
1084
|
+
return !0;
|
|
1085
|
+
s.kind === "min" ? (t === null || s.value > t) && (t = s.value) : s.kind === "max" && (e === null || s.value < e) && (e = s.value);
|
|
1086
|
+
}
|
|
1087
|
+
return Number.isFinite(t) && Number.isFinite(e);
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
P.create = (r) => new P({
|
|
1091
|
+
checks: [],
|
|
1092
|
+
typeName: m.ZodNumber,
|
|
1093
|
+
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1094
|
+
..._(r)
|
|
1095
|
+
});
|
|
1096
|
+
class L extends y {
|
|
1097
|
+
constructor() {
|
|
1098
|
+
super(...arguments), this.min = this.gte, this.max = this.lte;
|
|
1099
|
+
}
|
|
1100
|
+
_parse(e) {
|
|
1101
|
+
if (this._def.coerce && (e.data = BigInt(e.data)), this._getType(e) !== l.bigint) {
|
|
1102
|
+
const n = this._getOrReturnCtx(e);
|
|
1103
|
+
return u(n, {
|
|
1104
|
+
code: d.invalid_type,
|
|
1105
|
+
expected: l.bigint,
|
|
1106
|
+
received: n.parsedType
|
|
1107
|
+
}), v;
|
|
1108
|
+
}
|
|
1109
|
+
let s;
|
|
1110
|
+
const a = new k();
|
|
1111
|
+
for (const n of this._def.checks)
|
|
1112
|
+
n.kind === "min" ? (n.inclusive ? e.data < n.value : e.data <= n.value) && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
1113
|
+
code: d.too_small,
|
|
1114
|
+
type: "bigint",
|
|
1115
|
+
minimum: n.value,
|
|
1116
|
+
inclusive: n.inclusive,
|
|
1117
|
+
message: n.message
|
|
1118
|
+
}), a.dirty()) : n.kind === "max" ? (n.inclusive ? e.data > n.value : e.data >= n.value) && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
1119
|
+
code: d.too_big,
|
|
1120
|
+
type: "bigint",
|
|
1121
|
+
maximum: n.value,
|
|
1122
|
+
inclusive: n.inclusive,
|
|
1123
|
+
message: n.message
|
|
1124
|
+
}), a.dirty()) : n.kind === "multipleOf" ? e.data % n.value !== BigInt(0) && (s = this._getOrReturnCtx(e, s), u(s, {
|
|
1125
|
+
code: d.not_multiple_of,
|
|
1126
|
+
multipleOf: n.value,
|
|
1127
|
+
message: n.message
|
|
1128
|
+
}), a.dirty()) : g.assertNever(n);
|
|
1129
|
+
return { status: a.value, value: e.data };
|
|
1130
|
+
}
|
|
1131
|
+
gte(e, t) {
|
|
1132
|
+
return this.setLimit("min", e, !0, f.toString(t));
|
|
1133
|
+
}
|
|
1134
|
+
gt(e, t) {
|
|
1135
|
+
return this.setLimit("min", e, !1, f.toString(t));
|
|
1136
|
+
}
|
|
1137
|
+
lte(e, t) {
|
|
1138
|
+
return this.setLimit("max", e, !0, f.toString(t));
|
|
1139
|
+
}
|
|
1140
|
+
lt(e, t) {
|
|
1141
|
+
return this.setLimit("max", e, !1, f.toString(t));
|
|
1142
|
+
}
|
|
1143
|
+
setLimit(e, t, s, a) {
|
|
1144
|
+
return new L({
|
|
1145
|
+
...this._def,
|
|
1146
|
+
checks: [
|
|
1147
|
+
...this._def.checks,
|
|
1148
|
+
{
|
|
1149
|
+
kind: e,
|
|
1150
|
+
value: t,
|
|
1151
|
+
inclusive: s,
|
|
1152
|
+
message: f.toString(a)
|
|
1153
|
+
}
|
|
1154
|
+
]
|
|
1155
|
+
});
|
|
1156
|
+
}
|
|
1157
|
+
_addCheck(e) {
|
|
1158
|
+
return new L({
|
|
1159
|
+
...this._def,
|
|
1160
|
+
checks: [...this._def.checks, e]
|
|
1161
|
+
});
|
|
1162
|
+
}
|
|
1163
|
+
positive(e) {
|
|
1164
|
+
return this._addCheck({
|
|
1165
|
+
kind: "min",
|
|
1166
|
+
value: BigInt(0),
|
|
1167
|
+
inclusive: !1,
|
|
1168
|
+
message: f.toString(e)
|
|
1169
|
+
});
|
|
1170
|
+
}
|
|
1171
|
+
negative(e) {
|
|
1172
|
+
return this._addCheck({
|
|
1173
|
+
kind: "max",
|
|
1174
|
+
value: BigInt(0),
|
|
1175
|
+
inclusive: !1,
|
|
1176
|
+
message: f.toString(e)
|
|
1177
|
+
});
|
|
1178
|
+
}
|
|
1179
|
+
nonpositive(e) {
|
|
1180
|
+
return this._addCheck({
|
|
1181
|
+
kind: "max",
|
|
1182
|
+
value: BigInt(0),
|
|
1183
|
+
inclusive: !0,
|
|
1184
|
+
message: f.toString(e)
|
|
1185
|
+
});
|
|
1186
|
+
}
|
|
1187
|
+
nonnegative(e) {
|
|
1188
|
+
return this._addCheck({
|
|
1189
|
+
kind: "min",
|
|
1190
|
+
value: BigInt(0),
|
|
1191
|
+
inclusive: !0,
|
|
1192
|
+
message: f.toString(e)
|
|
1193
|
+
});
|
|
1194
|
+
}
|
|
1195
|
+
multipleOf(e, t) {
|
|
1196
|
+
return this._addCheck({
|
|
1197
|
+
kind: "multipleOf",
|
|
1198
|
+
value: e,
|
|
1199
|
+
message: f.toString(t)
|
|
1200
|
+
});
|
|
1201
|
+
}
|
|
1202
|
+
get minValue() {
|
|
1203
|
+
let e = null;
|
|
1204
|
+
for (const t of this._def.checks)
|
|
1205
|
+
t.kind === "min" && (e === null || t.value > e) && (e = t.value);
|
|
1206
|
+
return e;
|
|
1207
|
+
}
|
|
1208
|
+
get maxValue() {
|
|
1209
|
+
let e = null;
|
|
1210
|
+
for (const t of this._def.checks)
|
|
1211
|
+
t.kind === "max" && (e === null || t.value < e) && (e = t.value);
|
|
1212
|
+
return e;
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
L.create = (r) => {
|
|
1216
|
+
var e;
|
|
1217
|
+
return new L({
|
|
1218
|
+
checks: [],
|
|
1219
|
+
typeName: m.ZodBigInt,
|
|
1220
|
+
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
1221
|
+
..._(r)
|
|
1222
|
+
});
|
|
1223
|
+
};
|
|
1224
|
+
class fe extends y {
|
|
1225
|
+
_parse(e) {
|
|
1226
|
+
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== l.boolean) {
|
|
1227
|
+
const s = this._getOrReturnCtx(e);
|
|
1228
|
+
return u(s, {
|
|
1229
|
+
code: d.invalid_type,
|
|
1230
|
+
expected: l.boolean,
|
|
1231
|
+
received: s.parsedType
|
|
1232
|
+
}), v;
|
|
1233
|
+
}
|
|
1234
|
+
return b(e.data);
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
fe.create = (r) => new fe({
|
|
1238
|
+
typeName: m.ZodBoolean,
|
|
1239
|
+
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1240
|
+
..._(r)
|
|
1241
|
+
});
|
|
1242
|
+
class Y extends y {
|
|
1243
|
+
_parse(e) {
|
|
1244
|
+
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== l.date) {
|
|
1245
|
+
const n = this._getOrReturnCtx(e);
|
|
1246
|
+
return u(n, {
|
|
1247
|
+
code: d.invalid_type,
|
|
1248
|
+
expected: l.date,
|
|
1249
|
+
received: n.parsedType
|
|
1250
|
+
}), v;
|
|
1251
|
+
}
|
|
1252
|
+
if (isNaN(e.data.getTime())) {
|
|
1253
|
+
const n = this._getOrReturnCtx(e);
|
|
1254
|
+
return u(n, {
|
|
1255
|
+
code: d.invalid_date
|
|
1256
|
+
}), v;
|
|
1257
|
+
}
|
|
1258
|
+
const s = new k();
|
|
1259
|
+
let a;
|
|
1260
|
+
for (const n of this._def.checks)
|
|
1261
|
+
n.kind === "min" ? e.data.getTime() < n.value && (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1262
|
+
code: d.too_small,
|
|
1263
|
+
message: n.message,
|
|
1264
|
+
inclusive: !0,
|
|
1265
|
+
exact: !1,
|
|
1266
|
+
minimum: n.value,
|
|
1267
|
+
type: "date"
|
|
1268
|
+
}), s.dirty()) : n.kind === "max" ? e.data.getTime() > n.value && (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1269
|
+
code: d.too_big,
|
|
1270
|
+
message: n.message,
|
|
1271
|
+
inclusive: !0,
|
|
1272
|
+
exact: !1,
|
|
1273
|
+
maximum: n.value,
|
|
1274
|
+
type: "date"
|
|
1275
|
+
}), s.dirty()) : g.assertNever(n);
|
|
1276
|
+
return {
|
|
1277
|
+
status: s.value,
|
|
1278
|
+
value: new Date(e.data.getTime())
|
|
1279
|
+
};
|
|
1280
|
+
}
|
|
1281
|
+
_addCheck(e) {
|
|
1282
|
+
return new Y({
|
|
1283
|
+
...this._def,
|
|
1284
|
+
checks: [...this._def.checks, e]
|
|
1285
|
+
});
|
|
1286
|
+
}
|
|
1287
|
+
min(e, t) {
|
|
1288
|
+
return this._addCheck({
|
|
1289
|
+
kind: "min",
|
|
1290
|
+
value: e.getTime(),
|
|
1291
|
+
message: f.toString(t)
|
|
1292
|
+
});
|
|
1293
|
+
}
|
|
1294
|
+
max(e, t) {
|
|
1295
|
+
return this._addCheck({
|
|
1296
|
+
kind: "max",
|
|
1297
|
+
value: e.getTime(),
|
|
1298
|
+
message: f.toString(t)
|
|
1299
|
+
});
|
|
1300
|
+
}
|
|
1301
|
+
get minDate() {
|
|
1302
|
+
let e = null;
|
|
1303
|
+
for (const t of this._def.checks)
|
|
1304
|
+
t.kind === "min" && (e === null || t.value > e) && (e = t.value);
|
|
1305
|
+
return e != null ? new Date(e) : null;
|
|
1306
|
+
}
|
|
1307
|
+
get maxDate() {
|
|
1308
|
+
let e = null;
|
|
1309
|
+
for (const t of this._def.checks)
|
|
1310
|
+
t.kind === "max" && (e === null || t.value < e) && (e = t.value);
|
|
1311
|
+
return e != null ? new Date(e) : null;
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
Y.create = (r) => new Y({
|
|
1315
|
+
checks: [],
|
|
1316
|
+
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1317
|
+
typeName: m.ZodDate,
|
|
1318
|
+
..._(r)
|
|
1319
|
+
});
|
|
1320
|
+
class me extends y {
|
|
1321
|
+
_parse(e) {
|
|
1322
|
+
if (this._getType(e) !== l.symbol) {
|
|
1323
|
+
const s = this._getOrReturnCtx(e);
|
|
1324
|
+
return u(s, {
|
|
1325
|
+
code: d.invalid_type,
|
|
1326
|
+
expected: l.symbol,
|
|
1327
|
+
received: s.parsedType
|
|
1328
|
+
}), v;
|
|
1329
|
+
}
|
|
1330
|
+
return b(e.data);
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
me.create = (r) => new me({
|
|
1334
|
+
typeName: m.ZodSymbol,
|
|
1335
|
+
..._(r)
|
|
1336
|
+
});
|
|
1337
|
+
class Q extends y {
|
|
1338
|
+
_parse(e) {
|
|
1339
|
+
if (this._getType(e) !== l.undefined) {
|
|
1340
|
+
const s = this._getOrReturnCtx(e);
|
|
1341
|
+
return u(s, {
|
|
1342
|
+
code: d.invalid_type,
|
|
1343
|
+
expected: l.undefined,
|
|
1344
|
+
received: s.parsedType
|
|
1345
|
+
}), v;
|
|
1346
|
+
}
|
|
1347
|
+
return b(e.data);
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
Q.create = (r) => new Q({
|
|
1351
|
+
typeName: m.ZodUndefined,
|
|
1352
|
+
..._(r)
|
|
1353
|
+
});
|
|
1354
|
+
class K extends y {
|
|
1355
|
+
_parse(e) {
|
|
1356
|
+
if (this._getType(e) !== l.null) {
|
|
1357
|
+
const s = this._getOrReturnCtx(e);
|
|
1358
|
+
return u(s, {
|
|
1359
|
+
code: d.invalid_type,
|
|
1360
|
+
expected: l.null,
|
|
1361
|
+
received: s.parsedType
|
|
1362
|
+
}), v;
|
|
1363
|
+
}
|
|
1364
|
+
return b(e.data);
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
K.create = (r) => new K({
|
|
1368
|
+
typeName: m.ZodNull,
|
|
1369
|
+
..._(r)
|
|
1370
|
+
});
|
|
1371
|
+
class pe extends y {
|
|
1372
|
+
constructor() {
|
|
1373
|
+
super(...arguments), this._any = !0;
|
|
1374
|
+
}
|
|
1375
|
+
_parse(e) {
|
|
1376
|
+
return b(e.data);
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
pe.create = (r) => new pe({
|
|
1380
|
+
typeName: m.ZodAny,
|
|
1381
|
+
..._(r)
|
|
1382
|
+
});
|
|
1383
|
+
class V extends y {
|
|
1384
|
+
constructor() {
|
|
1385
|
+
super(...arguments), this._unknown = !0;
|
|
1386
|
+
}
|
|
1387
|
+
_parse(e) {
|
|
1388
|
+
return b(e.data);
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
V.create = (r) => new V({
|
|
1392
|
+
typeName: m.ZodUnknown,
|
|
1393
|
+
..._(r)
|
|
1394
|
+
});
|
|
1395
|
+
class I extends y {
|
|
1396
|
+
_parse(e) {
|
|
1397
|
+
const t = this._getOrReturnCtx(e);
|
|
1398
|
+
return u(t, {
|
|
1399
|
+
code: d.invalid_type,
|
|
1400
|
+
expected: l.never,
|
|
1401
|
+
received: t.parsedType
|
|
1402
|
+
}), v;
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
I.create = (r) => new I({
|
|
1406
|
+
typeName: m.ZodNever,
|
|
1407
|
+
..._(r)
|
|
1408
|
+
});
|
|
1409
|
+
class ve extends y {
|
|
1410
|
+
_parse(e) {
|
|
1411
|
+
if (this._getType(e) !== l.undefined) {
|
|
1412
|
+
const s = this._getOrReturnCtx(e);
|
|
1413
|
+
return u(s, {
|
|
1414
|
+
code: d.invalid_type,
|
|
1415
|
+
expected: l.void,
|
|
1416
|
+
received: s.parsedType
|
|
1417
|
+
}), v;
|
|
1418
|
+
}
|
|
1419
|
+
return b(e.data);
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
ve.create = (r) => new ve({
|
|
1423
|
+
typeName: m.ZodVoid,
|
|
1424
|
+
..._(r)
|
|
1425
|
+
});
|
|
1426
|
+
class S extends y {
|
|
1427
|
+
_parse(e) {
|
|
1428
|
+
const { ctx: t, status: s } = this._processInputParams(e), a = this._def;
|
|
1429
|
+
if (t.parsedType !== l.array)
|
|
1430
|
+
return u(t, {
|
|
1431
|
+
code: d.invalid_type,
|
|
1432
|
+
expected: l.array,
|
|
1433
|
+
received: t.parsedType
|
|
1434
|
+
}), v;
|
|
1435
|
+
if (a.exactLength !== null) {
|
|
1436
|
+
const i = t.data.length > a.exactLength.value, o = t.data.length < a.exactLength.value;
|
|
1437
|
+
(i || o) && (u(t, {
|
|
1438
|
+
code: i ? d.too_big : d.too_small,
|
|
1439
|
+
minimum: o ? a.exactLength.value : void 0,
|
|
1440
|
+
maximum: i ? a.exactLength.value : void 0,
|
|
1441
|
+
type: "array",
|
|
1442
|
+
inclusive: !0,
|
|
1443
|
+
exact: !0,
|
|
1444
|
+
message: a.exactLength.message
|
|
1445
|
+
}), s.dirty());
|
|
1446
|
+
}
|
|
1447
|
+
if (a.minLength !== null && t.data.length < a.minLength.value && (u(t, {
|
|
1448
|
+
code: d.too_small,
|
|
1449
|
+
minimum: a.minLength.value,
|
|
1450
|
+
type: "array",
|
|
1451
|
+
inclusive: !0,
|
|
1452
|
+
exact: !1,
|
|
1453
|
+
message: a.minLength.message
|
|
1454
|
+
}), s.dirty()), a.maxLength !== null && t.data.length > a.maxLength.value && (u(t, {
|
|
1455
|
+
code: d.too_big,
|
|
1456
|
+
maximum: a.maxLength.value,
|
|
1457
|
+
type: "array",
|
|
1458
|
+
inclusive: !0,
|
|
1459
|
+
exact: !1,
|
|
1460
|
+
message: a.maxLength.message
|
|
1461
|
+
}), s.dirty()), t.common.async)
|
|
1462
|
+
return Promise.all([...t.data].map((i, o) => a.type._parseAsync(new C(t, i, t.path, o)))).then((i) => k.mergeArray(s, i));
|
|
1463
|
+
const n = [...t.data].map((i, o) => a.type._parseSync(new C(t, i, t.path, o)));
|
|
1464
|
+
return k.mergeArray(s, n);
|
|
1465
|
+
}
|
|
1466
|
+
get element() {
|
|
1467
|
+
return this._def.type;
|
|
1468
|
+
}
|
|
1469
|
+
min(e, t) {
|
|
1470
|
+
return new S({
|
|
1471
|
+
...this._def,
|
|
1472
|
+
minLength: { value: e, message: f.toString(t) }
|
|
1473
|
+
});
|
|
1474
|
+
}
|
|
1475
|
+
max(e, t) {
|
|
1476
|
+
return new S({
|
|
1477
|
+
...this._def,
|
|
1478
|
+
maxLength: { value: e, message: f.toString(t) }
|
|
1479
|
+
});
|
|
1480
|
+
}
|
|
1481
|
+
length(e, t) {
|
|
1482
|
+
return new S({
|
|
1483
|
+
...this._def,
|
|
1484
|
+
exactLength: { value: e, message: f.toString(t) }
|
|
1485
|
+
});
|
|
1486
|
+
}
|
|
1487
|
+
nonempty(e) {
|
|
1488
|
+
return this.min(1, e);
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
S.create = (r, e) => new S({
|
|
1492
|
+
type: r,
|
|
1493
|
+
minLength: null,
|
|
1494
|
+
maxLength: null,
|
|
1495
|
+
exactLength: null,
|
|
1496
|
+
typeName: m.ZodArray,
|
|
1497
|
+
..._(e)
|
|
1498
|
+
});
|
|
1499
|
+
function M(r) {
|
|
1500
|
+
if (r instanceof x) {
|
|
1501
|
+
const e = {};
|
|
1502
|
+
for (const t in r.shape) {
|
|
1503
|
+
const s = r.shape[t];
|
|
1504
|
+
e[t] = Z.create(M(s));
|
|
1505
|
+
}
|
|
1506
|
+
return new x({
|
|
1507
|
+
...r._def,
|
|
1508
|
+
shape: () => e
|
|
1509
|
+
});
|
|
1510
|
+
} else return r instanceof S ? new S({
|
|
1511
|
+
...r._def,
|
|
1512
|
+
type: M(r.element)
|
|
1513
|
+
}) : r instanceof Z ? Z.create(M(r.unwrap())) : r instanceof $ ? $.create(M(r.unwrap())) : r instanceof E ? E.create(r.items.map((e) => M(e))) : r;
|
|
1514
|
+
}
|
|
1515
|
+
class x extends y {
|
|
1516
|
+
constructor() {
|
|
1517
|
+
super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend;
|
|
1518
|
+
}
|
|
1519
|
+
_getCached() {
|
|
1520
|
+
if (this._cached !== null)
|
|
1521
|
+
return this._cached;
|
|
1522
|
+
const e = this._def.shape(), t = g.objectKeys(e);
|
|
1523
|
+
return this._cached = { shape: e, keys: t };
|
|
1524
|
+
}
|
|
1525
|
+
_parse(e) {
|
|
1526
|
+
if (this._getType(e) !== l.object) {
|
|
1527
|
+
const c = this._getOrReturnCtx(e);
|
|
1528
|
+
return u(c, {
|
|
1529
|
+
code: d.invalid_type,
|
|
1530
|
+
expected: l.object,
|
|
1531
|
+
received: c.parsedType
|
|
1532
|
+
}), v;
|
|
1533
|
+
}
|
|
1534
|
+
const { status: s, ctx: a } = this._processInputParams(e), { shape: n, keys: i } = this._getCached(), o = [];
|
|
1535
|
+
if (!(this._def.catchall instanceof I && this._def.unknownKeys === "strip"))
|
|
1536
|
+
for (const c in a.data)
|
|
1537
|
+
i.includes(c) || o.push(c);
|
|
1538
|
+
const h = [];
|
|
1539
|
+
for (const c of i) {
|
|
1540
|
+
const p = n[c], w = a.data[c];
|
|
1541
|
+
h.push({
|
|
1542
|
+
key: { status: "valid", value: c },
|
|
1543
|
+
value: p._parse(new C(a, w, a.path, c)),
|
|
1544
|
+
alwaysSet: c in a.data
|
|
1545
|
+
});
|
|
1546
|
+
}
|
|
1547
|
+
if (this._def.catchall instanceof I) {
|
|
1548
|
+
const c = this._def.unknownKeys;
|
|
1549
|
+
if (c === "passthrough")
|
|
1550
|
+
for (const p of o)
|
|
1551
|
+
h.push({
|
|
1552
|
+
key: { status: "valid", value: p },
|
|
1553
|
+
value: { status: "valid", value: a.data[p] }
|
|
1554
|
+
});
|
|
1555
|
+
else if (c === "strict")
|
|
1556
|
+
o.length > 0 && (u(a, {
|
|
1557
|
+
code: d.unrecognized_keys,
|
|
1558
|
+
keys: o
|
|
1559
|
+
}), s.dirty());
|
|
1560
|
+
else if (c !== "strip") throw new Error("Internal ZodObject error: invalid unknownKeys value.");
|
|
1561
|
+
} else {
|
|
1562
|
+
const c = this._def.catchall;
|
|
1563
|
+
for (const p of o) {
|
|
1564
|
+
const w = a.data[p];
|
|
1565
|
+
h.push({
|
|
1566
|
+
key: { status: "valid", value: p },
|
|
1567
|
+
value: c._parse(
|
|
1568
|
+
new C(a, w, a.path, p)
|
|
1569
|
+
//, ctx.child(key), value, getParsedType(value)
|
|
1570
|
+
),
|
|
1571
|
+
alwaysSet: p in a.data
|
|
1572
|
+
});
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
return a.common.async ? Promise.resolve().then(async () => {
|
|
1576
|
+
const c = [];
|
|
1577
|
+
for (const p of h) {
|
|
1578
|
+
const w = await p.key, ke = await p.value;
|
|
1579
|
+
c.push({
|
|
1580
|
+
key: w,
|
|
1581
|
+
value: ke,
|
|
1582
|
+
alwaysSet: p.alwaysSet
|
|
1583
|
+
});
|
|
1584
|
+
}
|
|
1585
|
+
return c;
|
|
1586
|
+
}).then((c) => k.mergeObjectSync(s, c)) : k.mergeObjectSync(s, h);
|
|
1587
|
+
}
|
|
1588
|
+
get shape() {
|
|
1589
|
+
return this._def.shape();
|
|
1590
|
+
}
|
|
1591
|
+
strict(e) {
|
|
1592
|
+
return f.errToObj, new x({
|
|
1593
|
+
...this._def,
|
|
1594
|
+
unknownKeys: "strict",
|
|
1595
|
+
...e !== void 0 ? {
|
|
1596
|
+
errorMap: (t, s) => {
|
|
1597
|
+
var a, n, i, o;
|
|
1598
|
+
const h = (i = (n = (a = this._def).errorMap) === null || n === void 0 ? void 0 : n.call(a, t, s).message) !== null && i !== void 0 ? i : s.defaultError;
|
|
1599
|
+
return t.code === "unrecognized_keys" ? {
|
|
1600
|
+
message: (o = f.errToObj(e).message) !== null && o !== void 0 ? o : h
|
|
1601
|
+
} : {
|
|
1602
|
+
message: h
|
|
1603
|
+
};
|
|
1604
|
+
}
|
|
1605
|
+
} : {}
|
|
1606
|
+
});
|
|
1607
|
+
}
|
|
1608
|
+
strip() {
|
|
1609
|
+
return new x({
|
|
1610
|
+
...this._def,
|
|
1611
|
+
unknownKeys: "strip"
|
|
1612
|
+
});
|
|
1613
|
+
}
|
|
1614
|
+
passthrough() {
|
|
1615
|
+
return new x({
|
|
1616
|
+
...this._def,
|
|
1617
|
+
unknownKeys: "passthrough"
|
|
1618
|
+
});
|
|
1619
|
+
}
|
|
1620
|
+
// const AugmentFactory =
|
|
1621
|
+
// <Def extends ZodObjectDef>(def: Def) =>
|
|
1622
|
+
// <Augmentation extends ZodRawShape>(
|
|
1623
|
+
// augmentation: Augmentation
|
|
1624
|
+
// ): ZodObject<
|
|
1625
|
+
// extendShape<ReturnType<Def["shape"]>, Augmentation>,
|
|
1626
|
+
// Def["unknownKeys"],
|
|
1627
|
+
// Def["catchall"]
|
|
1628
|
+
// > => {
|
|
1629
|
+
// return new ZodObject({
|
|
1630
|
+
// ...def,
|
|
1631
|
+
// shape: () => ({
|
|
1632
|
+
// ...def.shape(),
|
|
1633
|
+
// ...augmentation,
|
|
1634
|
+
// }),
|
|
1635
|
+
// }) as any;
|
|
1636
|
+
// };
|
|
1637
|
+
extend(e) {
|
|
1638
|
+
return new x({
|
|
1639
|
+
...this._def,
|
|
1640
|
+
shape: () => ({
|
|
1641
|
+
...this._def.shape(),
|
|
1642
|
+
...e
|
|
1643
|
+
})
|
|
1644
|
+
});
|
|
1645
|
+
}
|
|
1646
|
+
/**
|
|
1647
|
+
* Prior to zod@1.0.12 there was a bug in the
|
|
1648
|
+
* inferred type of merged objects. Please
|
|
1649
|
+
* upgrade if you are experiencing issues.
|
|
1650
|
+
*/
|
|
1651
|
+
merge(e) {
|
|
1652
|
+
return new x({
|
|
1653
|
+
unknownKeys: e._def.unknownKeys,
|
|
1654
|
+
catchall: e._def.catchall,
|
|
1655
|
+
shape: () => ({
|
|
1656
|
+
...this._def.shape(),
|
|
1657
|
+
...e._def.shape()
|
|
1658
|
+
}),
|
|
1659
|
+
typeName: m.ZodObject
|
|
1660
|
+
});
|
|
1661
|
+
}
|
|
1662
|
+
// merge<
|
|
1663
|
+
// Incoming extends AnyZodObject,
|
|
1664
|
+
// Augmentation extends Incoming["shape"],
|
|
1665
|
+
// NewOutput extends {
|
|
1666
|
+
// [k in keyof Augmentation | keyof Output]: k extends keyof Augmentation
|
|
1667
|
+
// ? Augmentation[k]["_output"]
|
|
1668
|
+
// : k extends keyof Output
|
|
1669
|
+
// ? Output[k]
|
|
1670
|
+
// : never;
|
|
1671
|
+
// },
|
|
1672
|
+
// NewInput extends {
|
|
1673
|
+
// [k in keyof Augmentation | keyof Input]: k extends keyof Augmentation
|
|
1674
|
+
// ? Augmentation[k]["_input"]
|
|
1675
|
+
// : k extends keyof Input
|
|
1676
|
+
// ? Input[k]
|
|
1677
|
+
// : never;
|
|
1678
|
+
// }
|
|
1679
|
+
// >(
|
|
1680
|
+
// merging: Incoming
|
|
1681
|
+
// ): ZodObject<
|
|
1682
|
+
// extendShape<T, ReturnType<Incoming["_def"]["shape"]>>,
|
|
1683
|
+
// Incoming["_def"]["unknownKeys"],
|
|
1684
|
+
// Incoming["_def"]["catchall"],
|
|
1685
|
+
// NewOutput,
|
|
1686
|
+
// NewInput
|
|
1687
|
+
// > {
|
|
1688
|
+
// const merged: any = new ZodObject({
|
|
1689
|
+
// unknownKeys: merging._def.unknownKeys,
|
|
1690
|
+
// catchall: merging._def.catchall,
|
|
1691
|
+
// shape: () =>
|
|
1692
|
+
// objectUtil.mergeShapes(this._def.shape(), merging._def.shape()),
|
|
1693
|
+
// typeName: ZodFirstPartyTypeKind.ZodObject,
|
|
1694
|
+
// }) as any;
|
|
1695
|
+
// return merged;
|
|
1696
|
+
// }
|
|
1697
|
+
setKey(e, t) {
|
|
1698
|
+
return this.augment({ [e]: t });
|
|
1699
|
+
}
|
|
1700
|
+
// merge<Incoming extends AnyZodObject>(
|
|
1701
|
+
// merging: Incoming
|
|
1702
|
+
// ): //ZodObject<T & Incoming["_shape"], UnknownKeys, Catchall> = (merging) => {
|
|
1703
|
+
// ZodObject<
|
|
1704
|
+
// extendShape<T, ReturnType<Incoming["_def"]["shape"]>>,
|
|
1705
|
+
// Incoming["_def"]["unknownKeys"],
|
|
1706
|
+
// Incoming["_def"]["catchall"]
|
|
1707
|
+
// > {
|
|
1708
|
+
// // const mergedShape = objectUtil.mergeShapes(
|
|
1709
|
+
// // this._def.shape(),
|
|
1710
|
+
// // merging._def.shape()
|
|
1711
|
+
// // );
|
|
1712
|
+
// const merged: any = new ZodObject({
|
|
1713
|
+
// unknownKeys: merging._def.unknownKeys,
|
|
1714
|
+
// catchall: merging._def.catchall,
|
|
1715
|
+
// shape: () =>
|
|
1716
|
+
// objectUtil.mergeShapes(this._def.shape(), merging._def.shape()),
|
|
1717
|
+
// typeName: ZodFirstPartyTypeKind.ZodObject,
|
|
1718
|
+
// }) as any;
|
|
1719
|
+
// return merged;
|
|
1720
|
+
// }
|
|
1721
|
+
catchall(e) {
|
|
1722
|
+
return new x({
|
|
1723
|
+
...this._def,
|
|
1724
|
+
catchall: e
|
|
1725
|
+
});
|
|
1726
|
+
}
|
|
1727
|
+
pick(e) {
|
|
1728
|
+
const t = {};
|
|
1729
|
+
return g.objectKeys(e).forEach((s) => {
|
|
1730
|
+
e[s] && this.shape[s] && (t[s] = this.shape[s]);
|
|
1731
|
+
}), new x({
|
|
1732
|
+
...this._def,
|
|
1733
|
+
shape: () => t
|
|
1734
|
+
});
|
|
1735
|
+
}
|
|
1736
|
+
omit(e) {
|
|
1737
|
+
const t = {};
|
|
1738
|
+
return g.objectKeys(this.shape).forEach((s) => {
|
|
1739
|
+
e[s] || (t[s] = this.shape[s]);
|
|
1740
|
+
}), new x({
|
|
1741
|
+
...this._def,
|
|
1742
|
+
shape: () => t
|
|
1743
|
+
});
|
|
1744
|
+
}
|
|
1745
|
+
/**
|
|
1746
|
+
* @deprecated
|
|
1747
|
+
*/
|
|
1748
|
+
deepPartial() {
|
|
1749
|
+
return M(this);
|
|
1750
|
+
}
|
|
1751
|
+
partial(e) {
|
|
1752
|
+
const t = {};
|
|
1753
|
+
return g.objectKeys(this.shape).forEach((s) => {
|
|
1754
|
+
const a = this.shape[s];
|
|
1755
|
+
e && !e[s] ? t[s] = a : t[s] = a.optional();
|
|
1756
|
+
}), new x({
|
|
1757
|
+
...this._def,
|
|
1758
|
+
shape: () => t
|
|
1759
|
+
});
|
|
1760
|
+
}
|
|
1761
|
+
required(e) {
|
|
1762
|
+
const t = {};
|
|
1763
|
+
return g.objectKeys(this.shape).forEach((s) => {
|
|
1764
|
+
if (e && !e[s])
|
|
1765
|
+
t[s] = this.shape[s];
|
|
1766
|
+
else {
|
|
1767
|
+
let n = this.shape[s];
|
|
1768
|
+
for (; n instanceof Z; )
|
|
1769
|
+
n = n._def.innerType;
|
|
1770
|
+
t[s] = n;
|
|
1771
|
+
}
|
|
1772
|
+
}), new x({
|
|
1773
|
+
...this._def,
|
|
1774
|
+
shape: () => t
|
|
1775
|
+
});
|
|
1776
|
+
}
|
|
1777
|
+
keyof() {
|
|
1778
|
+
return Ze(g.objectKeys(this.shape));
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
x.create = (r, e) => new x({
|
|
1782
|
+
shape: () => r,
|
|
1783
|
+
unknownKeys: "strip",
|
|
1784
|
+
catchall: I.create(),
|
|
1785
|
+
typeName: m.ZodObject,
|
|
1786
|
+
..._(e)
|
|
1787
|
+
});
|
|
1788
|
+
x.strictCreate = (r, e) => new x({
|
|
1789
|
+
shape: () => r,
|
|
1790
|
+
unknownKeys: "strict",
|
|
1791
|
+
catchall: I.create(),
|
|
1792
|
+
typeName: m.ZodObject,
|
|
1793
|
+
..._(e)
|
|
1794
|
+
});
|
|
1795
|
+
x.lazycreate = (r, e) => new x({
|
|
1796
|
+
shape: r,
|
|
1797
|
+
unknownKeys: "strip",
|
|
1798
|
+
catchall: I.create(),
|
|
1799
|
+
typeName: m.ZodObject,
|
|
1800
|
+
..._(e)
|
|
1801
|
+
});
|
|
1802
|
+
class F extends y {
|
|
1803
|
+
_parse(e) {
|
|
1804
|
+
const { ctx: t } = this._processInputParams(e), s = this._def.options;
|
|
1805
|
+
function a(n) {
|
|
1806
|
+
for (const o of n)
|
|
1807
|
+
if (o.result.status === "valid")
|
|
1808
|
+
return o.result;
|
|
1809
|
+
for (const o of n)
|
|
1810
|
+
if (o.result.status === "dirty")
|
|
1811
|
+
return t.common.issues.push(...o.ctx.common.issues), o.result;
|
|
1812
|
+
const i = n.map((o) => new T(o.ctx.common.issues));
|
|
1813
|
+
return u(t, {
|
|
1814
|
+
code: d.invalid_union,
|
|
1815
|
+
unionErrors: i
|
|
1816
|
+
}), v;
|
|
1817
|
+
}
|
|
1818
|
+
if (t.common.async)
|
|
1819
|
+
return Promise.all(s.map(async (n) => {
|
|
1820
|
+
const i = {
|
|
1821
|
+
...t,
|
|
1822
|
+
common: {
|
|
1823
|
+
...t.common,
|
|
1824
|
+
issues: []
|
|
1825
|
+
},
|
|
1826
|
+
parent: null
|
|
1827
|
+
};
|
|
1828
|
+
return {
|
|
1829
|
+
result: await n._parseAsync({
|
|
1830
|
+
data: t.data,
|
|
1831
|
+
path: t.path,
|
|
1832
|
+
parent: i
|
|
1833
|
+
}),
|
|
1834
|
+
ctx: i
|
|
1835
|
+
};
|
|
1836
|
+
})).then(a);
|
|
1837
|
+
{
|
|
1838
|
+
let n;
|
|
1839
|
+
const i = [];
|
|
1840
|
+
for (const h of s) {
|
|
1841
|
+
const c = {
|
|
1842
|
+
...t,
|
|
1843
|
+
common: {
|
|
1844
|
+
...t.common,
|
|
1845
|
+
issues: []
|
|
1846
|
+
},
|
|
1847
|
+
parent: null
|
|
1848
|
+
}, p = h._parseSync({
|
|
1849
|
+
data: t.data,
|
|
1850
|
+
path: t.path,
|
|
1851
|
+
parent: c
|
|
1852
|
+
});
|
|
1853
|
+
if (p.status === "valid")
|
|
1854
|
+
return p;
|
|
1855
|
+
p.status === "dirty" && !n && (n = { result: p, ctx: c }), c.common.issues.length && i.push(c.common.issues);
|
|
1856
|
+
}
|
|
1857
|
+
if (n)
|
|
1858
|
+
return t.common.issues.push(...n.ctx.common.issues), n.result;
|
|
1859
|
+
const o = i.map((h) => new T(h));
|
|
1860
|
+
return u(t, {
|
|
1861
|
+
code: d.invalid_union,
|
|
1862
|
+
unionErrors: o
|
|
1863
|
+
}), v;
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
get options() {
|
|
1867
|
+
return this._def.options;
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
F.create = (r, e) => new F({
|
|
1871
|
+
options: r,
|
|
1872
|
+
typeName: m.ZodUnion,
|
|
1873
|
+
..._(e)
|
|
1874
|
+
});
|
|
1875
|
+
const O = (r) => r instanceof re ? O(r.schema) : r instanceof R ? O(r.innerType()) : r instanceof se ? [r.value] : r instanceof A ? r.options : r instanceof ae ? g.objectValues(r.enum) : r instanceof ne ? O(r._def.innerType) : r instanceof Q ? [void 0] : r instanceof K ? [null] : r instanceof Z ? [void 0, ...O(r.unwrap())] : r instanceof $ ? [null, ...O(r.unwrap())] : r instanceof Ee || r instanceof oe ? O(r.unwrap()) : r instanceof ie ? O(r._def.innerType) : [];
|
|
1876
|
+
class xe extends y {
|
|
1877
|
+
_parse(e) {
|
|
1878
|
+
const { ctx: t } = this._processInputParams(e);
|
|
1879
|
+
if (t.parsedType !== l.object)
|
|
1880
|
+
return u(t, {
|
|
1881
|
+
code: d.invalid_type,
|
|
1882
|
+
expected: l.object,
|
|
1883
|
+
received: t.parsedType
|
|
1884
|
+
}), v;
|
|
1885
|
+
const s = this.discriminator, a = t.data[s], n = this.optionsMap.get(a);
|
|
1886
|
+
return n ? t.common.async ? n._parseAsync({
|
|
1887
|
+
data: t.data,
|
|
1888
|
+
path: t.path,
|
|
1889
|
+
parent: t
|
|
1890
|
+
}) : n._parseSync({
|
|
1891
|
+
data: t.data,
|
|
1892
|
+
path: t.path,
|
|
1893
|
+
parent: t
|
|
1894
|
+
}) : (u(t, {
|
|
1895
|
+
code: d.invalid_union_discriminator,
|
|
1896
|
+
options: Array.from(this.optionsMap.keys()),
|
|
1897
|
+
path: [s]
|
|
1898
|
+
}), v);
|
|
1899
|
+
}
|
|
1900
|
+
get discriminator() {
|
|
1901
|
+
return this._def.discriminator;
|
|
1902
|
+
}
|
|
1903
|
+
get options() {
|
|
1904
|
+
return this._def.options;
|
|
1905
|
+
}
|
|
1906
|
+
get optionsMap() {
|
|
1907
|
+
return this._def.optionsMap;
|
|
1908
|
+
}
|
|
1909
|
+
/**
|
|
1910
|
+
* The constructor of the discriminated union schema. Its behaviour is very similar to that of the normal z.union() constructor.
|
|
1911
|
+
* However, it only allows a union of objects, all of which need to share a discriminator property. This property must
|
|
1912
|
+
* have a different value for each object in the union.
|
|
1913
|
+
* @param discriminator the name of the discriminator property
|
|
1914
|
+
* @param types an array of object schemas
|
|
1915
|
+
* @param params
|
|
1916
|
+
*/
|
|
1917
|
+
static create(e, t, s) {
|
|
1918
|
+
const a = /* @__PURE__ */ new Map();
|
|
1919
|
+
for (const n of t) {
|
|
1920
|
+
const i = O(n.shape[e]);
|
|
1921
|
+
if (!i.length)
|
|
1922
|
+
throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);
|
|
1923
|
+
for (const o of i) {
|
|
1924
|
+
if (a.has(o))
|
|
1925
|
+
throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(o)}`);
|
|
1926
|
+
a.set(o, n);
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
return new xe({
|
|
1930
|
+
typeName: m.ZodDiscriminatedUnion,
|
|
1931
|
+
discriminator: e,
|
|
1932
|
+
options: t,
|
|
1933
|
+
optionsMap: a,
|
|
1934
|
+
..._(s)
|
|
1935
|
+
});
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
function _e(r, e) {
|
|
1939
|
+
const t = j(r), s = j(e);
|
|
1940
|
+
if (r === e)
|
|
1941
|
+
return { valid: !0, data: r };
|
|
1942
|
+
if (t === l.object && s === l.object) {
|
|
1943
|
+
const a = g.objectKeys(e), n = g.objectKeys(r).filter((o) => a.indexOf(o) !== -1), i = { ...r, ...e };
|
|
1944
|
+
for (const o of n) {
|
|
1945
|
+
const h = _e(r[o], e[o]);
|
|
1946
|
+
if (!h.valid)
|
|
1947
|
+
return { valid: !1 };
|
|
1948
|
+
i[o] = h.data;
|
|
1949
|
+
}
|
|
1950
|
+
return { valid: !0, data: i };
|
|
1951
|
+
} else if (t === l.array && s === l.array) {
|
|
1952
|
+
if (r.length !== e.length)
|
|
1953
|
+
return { valid: !1 };
|
|
1954
|
+
const a = [];
|
|
1955
|
+
for (let n = 0; n < r.length; n++) {
|
|
1956
|
+
const i = r[n], o = e[n], h = _e(i, o);
|
|
1957
|
+
if (!h.valid)
|
|
1958
|
+
return { valid: !1 };
|
|
1959
|
+
a.push(h.data);
|
|
1960
|
+
}
|
|
1961
|
+
return { valid: !0, data: a };
|
|
1962
|
+
} else return t === l.date && s === l.date && +r == +e ? { valid: !0, data: r } : { valid: !1 };
|
|
1963
|
+
}
|
|
1964
|
+
class ee extends y {
|
|
1965
|
+
_parse(e) {
|
|
1966
|
+
const { status: t, ctx: s } = this._processInputParams(e), a = (n, i) => {
|
|
1967
|
+
if (we(n) || we(i))
|
|
1968
|
+
return v;
|
|
1969
|
+
const o = _e(n.value, i.value);
|
|
1970
|
+
return o.valid ? ((Te(n) || Te(i)) && t.dirty(), { status: t.value, value: o.data }) : (u(s, {
|
|
1971
|
+
code: d.invalid_intersection_types
|
|
1972
|
+
}), v);
|
|
1973
|
+
};
|
|
1974
|
+
return s.common.async ? Promise.all([
|
|
1975
|
+
this._def.left._parseAsync({
|
|
1976
|
+
data: s.data,
|
|
1977
|
+
path: s.path,
|
|
1978
|
+
parent: s
|
|
1979
|
+
}),
|
|
1980
|
+
this._def.right._parseAsync({
|
|
1981
|
+
data: s.data,
|
|
1982
|
+
path: s.path,
|
|
1983
|
+
parent: s
|
|
1984
|
+
})
|
|
1985
|
+
]).then(([n, i]) => a(n, i)) : a(this._def.left._parseSync({
|
|
1986
|
+
data: s.data,
|
|
1987
|
+
path: s.path,
|
|
1988
|
+
parent: s
|
|
1989
|
+
}), this._def.right._parseSync({
|
|
1990
|
+
data: s.data,
|
|
1991
|
+
path: s.path,
|
|
1992
|
+
parent: s
|
|
1993
|
+
}));
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1996
|
+
ee.create = (r, e, t) => new ee({
|
|
1997
|
+
left: r,
|
|
1998
|
+
right: e,
|
|
1999
|
+
typeName: m.ZodIntersection,
|
|
2000
|
+
..._(t)
|
|
2001
|
+
});
|
|
2002
|
+
class E extends y {
|
|
2003
|
+
_parse(e) {
|
|
2004
|
+
const { status: t, ctx: s } = this._processInputParams(e);
|
|
2005
|
+
if (s.parsedType !== l.array)
|
|
2006
|
+
return u(s, {
|
|
2007
|
+
code: d.invalid_type,
|
|
2008
|
+
expected: l.array,
|
|
2009
|
+
received: s.parsedType
|
|
2010
|
+
}), v;
|
|
2011
|
+
if (s.data.length < this._def.items.length)
|
|
2012
|
+
return u(s, {
|
|
2013
|
+
code: d.too_small,
|
|
2014
|
+
minimum: this._def.items.length,
|
|
2015
|
+
inclusive: !0,
|
|
2016
|
+
exact: !1,
|
|
2017
|
+
type: "array"
|
|
2018
|
+
}), v;
|
|
2019
|
+
!this._def.rest && s.data.length > this._def.items.length && (u(s, {
|
|
2020
|
+
code: d.too_big,
|
|
2021
|
+
maximum: this._def.items.length,
|
|
2022
|
+
inclusive: !0,
|
|
2023
|
+
exact: !1,
|
|
2024
|
+
type: "array"
|
|
2025
|
+
}), t.dirty());
|
|
2026
|
+
const n = [...s.data].map((i, o) => {
|
|
2027
|
+
const h = this._def.items[o] || this._def.rest;
|
|
2028
|
+
return h ? h._parse(new C(s, i, s.path, o)) : null;
|
|
2029
|
+
}).filter((i) => !!i);
|
|
2030
|
+
return s.common.async ? Promise.all(n).then((i) => k.mergeArray(t, i)) : k.mergeArray(t, n);
|
|
2031
|
+
}
|
|
2032
|
+
get items() {
|
|
2033
|
+
return this._def.items;
|
|
2034
|
+
}
|
|
2035
|
+
rest(e) {
|
|
2036
|
+
return new E({
|
|
2037
|
+
...this._def,
|
|
2038
|
+
rest: e
|
|
2039
|
+
});
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
E.create = (r, e) => {
|
|
2043
|
+
if (!Array.isArray(r))
|
|
2044
|
+
throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
|
|
2045
|
+
return new E({
|
|
2046
|
+
items: r,
|
|
2047
|
+
typeName: m.ZodTuple,
|
|
2048
|
+
rest: null,
|
|
2049
|
+
..._(e)
|
|
2050
|
+
});
|
|
2051
|
+
};
|
|
2052
|
+
class te extends y {
|
|
2053
|
+
get keySchema() {
|
|
2054
|
+
return this._def.keyType;
|
|
2055
|
+
}
|
|
2056
|
+
get valueSchema() {
|
|
2057
|
+
return this._def.valueType;
|
|
2058
|
+
}
|
|
2059
|
+
_parse(e) {
|
|
2060
|
+
const { status: t, ctx: s } = this._processInputParams(e);
|
|
2061
|
+
if (s.parsedType !== l.object)
|
|
2062
|
+
return u(s, {
|
|
2063
|
+
code: d.invalid_type,
|
|
2064
|
+
expected: l.object,
|
|
2065
|
+
received: s.parsedType
|
|
2066
|
+
}), v;
|
|
2067
|
+
const a = [], n = this._def.keyType, i = this._def.valueType;
|
|
2068
|
+
for (const o in s.data)
|
|
2069
|
+
a.push({
|
|
2070
|
+
key: n._parse(new C(s, o, s.path, o)),
|
|
2071
|
+
value: i._parse(new C(s, s.data[o], s.path, o)),
|
|
2072
|
+
alwaysSet: o in s.data
|
|
2073
|
+
});
|
|
2074
|
+
return s.common.async ? k.mergeObjectAsync(t, a) : k.mergeObjectSync(t, a);
|
|
2075
|
+
}
|
|
2076
|
+
get element() {
|
|
2077
|
+
return this._def.valueType;
|
|
2078
|
+
}
|
|
2079
|
+
static create(e, t, s) {
|
|
2080
|
+
return t instanceof y ? new te({
|
|
2081
|
+
keyType: e,
|
|
2082
|
+
valueType: t,
|
|
2083
|
+
typeName: m.ZodRecord,
|
|
2084
|
+
..._(s)
|
|
2085
|
+
}) : new te({
|
|
2086
|
+
keyType: N.create(),
|
|
2087
|
+
valueType: e,
|
|
2088
|
+
typeName: m.ZodRecord,
|
|
2089
|
+
..._(t)
|
|
2090
|
+
});
|
|
2091
|
+
}
|
|
2092
|
+
}
|
|
2093
|
+
class ye extends y {
|
|
2094
|
+
get keySchema() {
|
|
2095
|
+
return this._def.keyType;
|
|
2096
|
+
}
|
|
2097
|
+
get valueSchema() {
|
|
2098
|
+
return this._def.valueType;
|
|
2099
|
+
}
|
|
2100
|
+
_parse(e) {
|
|
2101
|
+
const { status: t, ctx: s } = this._processInputParams(e);
|
|
2102
|
+
if (s.parsedType !== l.map)
|
|
2103
|
+
return u(s, {
|
|
2104
|
+
code: d.invalid_type,
|
|
2105
|
+
expected: l.map,
|
|
2106
|
+
received: s.parsedType
|
|
2107
|
+
}), v;
|
|
2108
|
+
const a = this._def.keyType, n = this._def.valueType, i = [...s.data.entries()].map(([o, h], c) => ({
|
|
2109
|
+
key: a._parse(new C(s, o, s.path, [c, "key"])),
|
|
2110
|
+
value: n._parse(new C(s, h, s.path, [c, "value"]))
|
|
2111
|
+
}));
|
|
2112
|
+
if (s.common.async) {
|
|
2113
|
+
const o = /* @__PURE__ */ new Map();
|
|
2114
|
+
return Promise.resolve().then(async () => {
|
|
2115
|
+
for (const h of i) {
|
|
2116
|
+
const c = await h.key, p = await h.value;
|
|
2117
|
+
if (c.status === "aborted" || p.status === "aborted")
|
|
2118
|
+
return v;
|
|
2119
|
+
(c.status === "dirty" || p.status === "dirty") && t.dirty(), o.set(c.value, p.value);
|
|
2120
|
+
}
|
|
2121
|
+
return { status: t.value, value: o };
|
|
2122
|
+
});
|
|
2123
|
+
} else {
|
|
2124
|
+
const o = /* @__PURE__ */ new Map();
|
|
2125
|
+
for (const h of i) {
|
|
2126
|
+
const c = h.key, p = h.value;
|
|
2127
|
+
if (c.status === "aborted" || p.status === "aborted")
|
|
2128
|
+
return v;
|
|
2129
|
+
(c.status === "dirty" || p.status === "dirty") && t.dirty(), o.set(c.value, p.value);
|
|
2130
|
+
}
|
|
2131
|
+
return { status: t.value, value: o };
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
}
|
|
2135
|
+
ye.create = (r, e, t) => new ye({
|
|
2136
|
+
valueType: e,
|
|
2137
|
+
keyType: r,
|
|
2138
|
+
typeName: m.ZodMap,
|
|
2139
|
+
..._(t)
|
|
2140
|
+
});
|
|
2141
|
+
class D extends y {
|
|
2142
|
+
_parse(e) {
|
|
2143
|
+
const { status: t, ctx: s } = this._processInputParams(e);
|
|
2144
|
+
if (s.parsedType !== l.set)
|
|
2145
|
+
return u(s, {
|
|
2146
|
+
code: d.invalid_type,
|
|
2147
|
+
expected: l.set,
|
|
2148
|
+
received: s.parsedType
|
|
2149
|
+
}), v;
|
|
2150
|
+
const a = this._def;
|
|
2151
|
+
a.minSize !== null && s.data.size < a.minSize.value && (u(s, {
|
|
2152
|
+
code: d.too_small,
|
|
2153
|
+
minimum: a.minSize.value,
|
|
2154
|
+
type: "set",
|
|
2155
|
+
inclusive: !0,
|
|
2156
|
+
exact: !1,
|
|
2157
|
+
message: a.minSize.message
|
|
2158
|
+
}), t.dirty()), a.maxSize !== null && s.data.size > a.maxSize.value && (u(s, {
|
|
2159
|
+
code: d.too_big,
|
|
2160
|
+
maximum: a.maxSize.value,
|
|
2161
|
+
type: "set",
|
|
2162
|
+
inclusive: !0,
|
|
2163
|
+
exact: !1,
|
|
2164
|
+
message: a.maxSize.message
|
|
2165
|
+
}), t.dirty());
|
|
2166
|
+
const n = this._def.valueType;
|
|
2167
|
+
function i(h) {
|
|
2168
|
+
const c = /* @__PURE__ */ new Set();
|
|
2169
|
+
for (const p of h) {
|
|
2170
|
+
if (p.status === "aborted")
|
|
2171
|
+
return v;
|
|
2172
|
+
p.status === "dirty" && t.dirty(), c.add(p.value);
|
|
2173
|
+
}
|
|
2174
|
+
return { status: t.value, value: c };
|
|
2175
|
+
}
|
|
2176
|
+
const o = [...s.data.values()].map((h, c) => n._parse(new C(s, h, s.path, c)));
|
|
2177
|
+
return s.common.async ? Promise.all(o).then((h) => i(h)) : i(o);
|
|
2178
|
+
}
|
|
2179
|
+
min(e, t) {
|
|
2180
|
+
return new D({
|
|
2181
|
+
...this._def,
|
|
2182
|
+
minSize: { value: e, message: f.toString(t) }
|
|
2183
|
+
});
|
|
2184
|
+
}
|
|
2185
|
+
max(e, t) {
|
|
2186
|
+
return new D({
|
|
2187
|
+
...this._def,
|
|
2188
|
+
maxSize: { value: e, message: f.toString(t) }
|
|
2189
|
+
});
|
|
2190
|
+
}
|
|
2191
|
+
size(e, t) {
|
|
2192
|
+
return this.min(e, t).max(e, t);
|
|
2193
|
+
}
|
|
2194
|
+
nonempty(e) {
|
|
2195
|
+
return this.min(1, e);
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2198
|
+
D.create = (r, e) => new D({
|
|
2199
|
+
valueType: r,
|
|
2200
|
+
minSize: null,
|
|
2201
|
+
maxSize: null,
|
|
2202
|
+
typeName: m.ZodSet,
|
|
2203
|
+
..._(e)
|
|
2204
|
+
});
|
|
2205
|
+
class W extends y {
|
|
2206
|
+
constructor() {
|
|
2207
|
+
super(...arguments), this.validate = this.implement;
|
|
2208
|
+
}
|
|
2209
|
+
_parse(e) {
|
|
2210
|
+
const { ctx: t } = this._processInputParams(e);
|
|
2211
|
+
if (t.parsedType !== l.function)
|
|
2212
|
+
return u(t, {
|
|
2213
|
+
code: d.invalid_type,
|
|
2214
|
+
expected: l.function,
|
|
2215
|
+
received: t.parsedType
|
|
2216
|
+
}), v;
|
|
2217
|
+
function s(o, h) {
|
|
2218
|
+
return he({
|
|
2219
|
+
data: o,
|
|
2220
|
+
path: t.path,
|
|
2221
|
+
errorMaps: [
|
|
2222
|
+
t.common.contextualErrorMap,
|
|
2223
|
+
t.schemaErrorMap,
|
|
2224
|
+
le(),
|
|
2225
|
+
q
|
|
2226
|
+
].filter((c) => !!c),
|
|
2227
|
+
issueData: {
|
|
2228
|
+
code: d.invalid_arguments,
|
|
2229
|
+
argumentsError: h
|
|
2230
|
+
}
|
|
2231
|
+
});
|
|
2232
|
+
}
|
|
2233
|
+
function a(o, h) {
|
|
2234
|
+
return he({
|
|
2235
|
+
data: o,
|
|
2236
|
+
path: t.path,
|
|
2237
|
+
errorMaps: [
|
|
2238
|
+
t.common.contextualErrorMap,
|
|
2239
|
+
t.schemaErrorMap,
|
|
2240
|
+
le(),
|
|
2241
|
+
q
|
|
2242
|
+
].filter((c) => !!c),
|
|
2243
|
+
issueData: {
|
|
2244
|
+
code: d.invalid_return_type,
|
|
2245
|
+
returnTypeError: h
|
|
2246
|
+
}
|
|
2247
|
+
});
|
|
2248
|
+
}
|
|
2249
|
+
const n = { errorMap: t.common.contextualErrorMap }, i = t.data;
|
|
2250
|
+
if (this._def.returns instanceof G) {
|
|
2251
|
+
const o = this;
|
|
2252
|
+
return b(async function(...h) {
|
|
2253
|
+
const c = new T([]), p = await o._def.args.parseAsync(h, n).catch((ce) => {
|
|
2254
|
+
throw c.addIssue(s(h, ce)), c;
|
|
2255
|
+
}), w = await Reflect.apply(i, this, p);
|
|
2256
|
+
return await o._def.returns._def.type.parseAsync(w, n).catch((ce) => {
|
|
2257
|
+
throw c.addIssue(a(w, ce)), c;
|
|
2258
|
+
});
|
|
2259
|
+
});
|
|
2260
|
+
} else {
|
|
2261
|
+
const o = this;
|
|
2262
|
+
return b(function(...h) {
|
|
2263
|
+
const c = o._def.args.safeParse(h, n);
|
|
2264
|
+
if (!c.success)
|
|
2265
|
+
throw new T([s(h, c.error)]);
|
|
2266
|
+
const p = Reflect.apply(i, this, c.data), w = o._def.returns.safeParse(p, n);
|
|
2267
|
+
if (!w.success)
|
|
2268
|
+
throw new T([a(p, w.error)]);
|
|
2269
|
+
return w.data;
|
|
2270
|
+
});
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
parameters() {
|
|
2274
|
+
return this._def.args;
|
|
2275
|
+
}
|
|
2276
|
+
returnType() {
|
|
2277
|
+
return this._def.returns;
|
|
2278
|
+
}
|
|
2279
|
+
args(...e) {
|
|
2280
|
+
return new W({
|
|
2281
|
+
...this._def,
|
|
2282
|
+
args: E.create(e).rest(V.create())
|
|
2283
|
+
});
|
|
2284
|
+
}
|
|
2285
|
+
returns(e) {
|
|
2286
|
+
return new W({
|
|
2287
|
+
...this._def,
|
|
2288
|
+
returns: e
|
|
2289
|
+
});
|
|
2290
|
+
}
|
|
2291
|
+
implement(e) {
|
|
2292
|
+
return this.parse(e);
|
|
2293
|
+
}
|
|
2294
|
+
strictImplement(e) {
|
|
2295
|
+
return this.parse(e);
|
|
2296
|
+
}
|
|
2297
|
+
static create(e, t, s) {
|
|
2298
|
+
return new W({
|
|
2299
|
+
args: e || E.create([]).rest(V.create()),
|
|
2300
|
+
returns: t || V.create(),
|
|
2301
|
+
typeName: m.ZodFunction,
|
|
2302
|
+
..._(s)
|
|
2303
|
+
});
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
class re extends y {
|
|
2307
|
+
get schema() {
|
|
2308
|
+
return this._def.getter();
|
|
2309
|
+
}
|
|
2310
|
+
_parse(e) {
|
|
2311
|
+
const { ctx: t } = this._processInputParams(e);
|
|
2312
|
+
return this._def.getter()._parse({ data: t.data, path: t.path, parent: t });
|
|
2313
|
+
}
|
|
2314
|
+
}
|
|
2315
|
+
re.create = (r, e) => new re({
|
|
2316
|
+
getter: r,
|
|
2317
|
+
typeName: m.ZodLazy,
|
|
2318
|
+
..._(e)
|
|
2319
|
+
});
|
|
2320
|
+
class se extends y {
|
|
2321
|
+
_parse(e) {
|
|
2322
|
+
if (e.data !== this._def.value) {
|
|
2323
|
+
const t = this._getOrReturnCtx(e);
|
|
2324
|
+
return u(t, {
|
|
2325
|
+
received: t.data,
|
|
2326
|
+
code: d.invalid_literal,
|
|
2327
|
+
expected: this._def.value
|
|
2328
|
+
}), v;
|
|
2329
|
+
}
|
|
2330
|
+
return { status: "valid", value: e.data };
|
|
2331
|
+
}
|
|
2332
|
+
get value() {
|
|
2333
|
+
return this._def.value;
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
se.create = (r, e) => new se({
|
|
2337
|
+
value: r,
|
|
2338
|
+
typeName: m.ZodLiteral,
|
|
2339
|
+
..._(e)
|
|
2340
|
+
});
|
|
2341
|
+
function Ze(r, e) {
|
|
2342
|
+
return new A({
|
|
2343
|
+
values: r,
|
|
2344
|
+
typeName: m.ZodEnum,
|
|
2345
|
+
..._(e)
|
|
2346
|
+
});
|
|
2347
|
+
}
|
|
2348
|
+
class A extends y {
|
|
2349
|
+
constructor() {
|
|
2350
|
+
super(...arguments), U.set(this, void 0);
|
|
2351
|
+
}
|
|
2352
|
+
_parse(e) {
|
|
2353
|
+
if (typeof e.data != "string") {
|
|
2354
|
+
const t = this._getOrReturnCtx(e), s = this._def.values;
|
|
2355
|
+
return u(t, {
|
|
2356
|
+
expected: g.joinValues(s),
|
|
2357
|
+
received: t.parsedType,
|
|
2358
|
+
code: d.invalid_type
|
|
2359
|
+
}), v;
|
|
2360
|
+
}
|
|
2361
|
+
if (X(this, U) || Ce(this, U, new Set(this._def.values)), !X(this, U).has(e.data)) {
|
|
2362
|
+
const t = this._getOrReturnCtx(e), s = this._def.values;
|
|
2363
|
+
return u(t, {
|
|
2364
|
+
received: t.data,
|
|
2365
|
+
code: d.invalid_enum_value,
|
|
2366
|
+
options: s
|
|
2367
|
+
}), v;
|
|
2368
|
+
}
|
|
2369
|
+
return b(e.data);
|
|
2370
|
+
}
|
|
2371
|
+
get options() {
|
|
2372
|
+
return this._def.values;
|
|
2373
|
+
}
|
|
2374
|
+
get enum() {
|
|
2375
|
+
const e = {};
|
|
2376
|
+
for (const t of this._def.values)
|
|
2377
|
+
e[t] = t;
|
|
2378
|
+
return e;
|
|
2379
|
+
}
|
|
2380
|
+
get Values() {
|
|
2381
|
+
const e = {};
|
|
2382
|
+
for (const t of this._def.values)
|
|
2383
|
+
e[t] = t;
|
|
2384
|
+
return e;
|
|
2385
|
+
}
|
|
2386
|
+
get Enum() {
|
|
2387
|
+
const e = {};
|
|
2388
|
+
for (const t of this._def.values)
|
|
2389
|
+
e[t] = t;
|
|
2390
|
+
return e;
|
|
2391
|
+
}
|
|
2392
|
+
extract(e, t = this._def) {
|
|
2393
|
+
return A.create(e, {
|
|
2394
|
+
...this._def,
|
|
2395
|
+
...t
|
|
2396
|
+
});
|
|
2397
|
+
}
|
|
2398
|
+
exclude(e, t = this._def) {
|
|
2399
|
+
return A.create(this.options.filter((s) => !e.includes(s)), {
|
|
2400
|
+
...this._def,
|
|
2401
|
+
...t
|
|
2402
|
+
});
|
|
2403
|
+
}
|
|
2404
|
+
}
|
|
2405
|
+
U = /* @__PURE__ */ new WeakMap();
|
|
2406
|
+
A.create = Ze;
|
|
2407
|
+
class ae extends y {
|
|
2408
|
+
constructor() {
|
|
2409
|
+
super(...arguments), B.set(this, void 0);
|
|
2410
|
+
}
|
|
2411
|
+
_parse(e) {
|
|
2412
|
+
const t = g.getValidEnumValues(this._def.values), s = this._getOrReturnCtx(e);
|
|
2413
|
+
if (s.parsedType !== l.string && s.parsedType !== l.number) {
|
|
2414
|
+
const a = g.objectValues(t);
|
|
2415
|
+
return u(s, {
|
|
2416
|
+
expected: g.joinValues(a),
|
|
2417
|
+
received: s.parsedType,
|
|
2418
|
+
code: d.invalid_type
|
|
2419
|
+
}), v;
|
|
2420
|
+
}
|
|
2421
|
+
if (X(this, B) || Ce(this, B, new Set(g.getValidEnumValues(this._def.values))), !X(this, B).has(e.data)) {
|
|
2422
|
+
const a = g.objectValues(t);
|
|
2423
|
+
return u(s, {
|
|
2424
|
+
received: s.data,
|
|
2425
|
+
code: d.invalid_enum_value,
|
|
2426
|
+
options: a
|
|
2427
|
+
}), v;
|
|
2428
|
+
}
|
|
2429
|
+
return b(e.data);
|
|
2430
|
+
}
|
|
2431
|
+
get enum() {
|
|
2432
|
+
return this._def.values;
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
B = /* @__PURE__ */ new WeakMap();
|
|
2436
|
+
ae.create = (r, e) => new ae({
|
|
2437
|
+
values: r,
|
|
2438
|
+
typeName: m.ZodNativeEnum,
|
|
2439
|
+
..._(e)
|
|
2440
|
+
});
|
|
2441
|
+
class G extends y {
|
|
2442
|
+
unwrap() {
|
|
2443
|
+
return this._def.type;
|
|
2444
|
+
}
|
|
2445
|
+
_parse(e) {
|
|
2446
|
+
const { ctx: t } = this._processInputParams(e);
|
|
2447
|
+
if (t.parsedType !== l.promise && t.common.async === !1)
|
|
2448
|
+
return u(t, {
|
|
2449
|
+
code: d.invalid_type,
|
|
2450
|
+
expected: l.promise,
|
|
2451
|
+
received: t.parsedType
|
|
2452
|
+
}), v;
|
|
2453
|
+
const s = t.parsedType === l.promise ? t.data : Promise.resolve(t.data);
|
|
2454
|
+
return b(s.then((a) => this._def.type.parseAsync(a, {
|
|
2455
|
+
path: t.path,
|
|
2456
|
+
errorMap: t.common.contextualErrorMap
|
|
2457
|
+
})));
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
G.create = (r, e) => new G({
|
|
2461
|
+
type: r,
|
|
2462
|
+
typeName: m.ZodPromise,
|
|
2463
|
+
..._(e)
|
|
2464
|
+
});
|
|
2465
|
+
class R extends y {
|
|
2466
|
+
innerType() {
|
|
2467
|
+
return this._def.schema;
|
|
2468
|
+
}
|
|
2469
|
+
sourceType() {
|
|
2470
|
+
return this._def.schema._def.typeName === m.ZodEffects ? this._def.schema.sourceType() : this._def.schema;
|
|
2471
|
+
}
|
|
2472
|
+
_parse(e) {
|
|
2473
|
+
const { status: t, ctx: s } = this._processInputParams(e), a = this._def.effect || null, n = {
|
|
2474
|
+
addIssue: (i) => {
|
|
2475
|
+
u(s, i), i.fatal ? t.abort() : t.dirty();
|
|
2476
|
+
},
|
|
2477
|
+
get path() {
|
|
2478
|
+
return s.path;
|
|
2479
|
+
}
|
|
2480
|
+
};
|
|
2481
|
+
if (n.addIssue = n.addIssue.bind(n), a.type === "preprocess") {
|
|
2482
|
+
const i = a.transform(s.data, n);
|
|
2483
|
+
if (s.common.async)
|
|
2484
|
+
return Promise.resolve(i).then(async (o) => {
|
|
2485
|
+
if (t.value === "aborted")
|
|
2486
|
+
return v;
|
|
2487
|
+
const h = await this._def.schema._parseAsync({
|
|
2488
|
+
data: o,
|
|
2489
|
+
path: s.path,
|
|
2490
|
+
parent: s
|
|
2491
|
+
});
|
|
2492
|
+
return h.status === "aborted" ? v : h.status === "dirty" || t.value === "dirty" ? z(h.value) : h;
|
|
2493
|
+
});
|
|
2494
|
+
{
|
|
2495
|
+
if (t.value === "aborted")
|
|
2496
|
+
return v;
|
|
2497
|
+
const o = this._def.schema._parseSync({
|
|
2498
|
+
data: i,
|
|
2499
|
+
path: s.path,
|
|
2500
|
+
parent: s
|
|
2501
|
+
});
|
|
2502
|
+
return o.status === "aborted" ? v : o.status === "dirty" || t.value === "dirty" ? z(o.value) : o;
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
if (a.type === "refinement") {
|
|
2506
|
+
const i = (o) => {
|
|
2507
|
+
const h = a.refinement(o, n);
|
|
2508
|
+
if (s.common.async)
|
|
2509
|
+
return Promise.resolve(h);
|
|
2510
|
+
if (h instanceof Promise)
|
|
2511
|
+
throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2512
|
+
return o;
|
|
2513
|
+
};
|
|
2514
|
+
if (s.common.async === !1) {
|
|
2515
|
+
const o = this._def.schema._parseSync({
|
|
2516
|
+
data: s.data,
|
|
2517
|
+
path: s.path,
|
|
2518
|
+
parent: s
|
|
2519
|
+
});
|
|
2520
|
+
return o.status === "aborted" ? v : (o.status === "dirty" && t.dirty(), i(o.value), { status: t.value, value: o.value });
|
|
2521
|
+
} else
|
|
2522
|
+
return this._def.schema._parseAsync({ data: s.data, path: s.path, parent: s }).then((o) => o.status === "aborted" ? v : (o.status === "dirty" && t.dirty(), i(o.value).then(() => ({ status: t.value, value: o.value }))));
|
|
2523
|
+
}
|
|
2524
|
+
if (a.type === "transform")
|
|
2525
|
+
if (s.common.async === !1) {
|
|
2526
|
+
const i = this._def.schema._parseSync({
|
|
2527
|
+
data: s.data,
|
|
2528
|
+
path: s.path,
|
|
2529
|
+
parent: s
|
|
2530
|
+
});
|
|
2531
|
+
if (!H(i))
|
|
2532
|
+
return i;
|
|
2533
|
+
const o = a.transform(i.value, n);
|
|
2534
|
+
if (o instanceof Promise)
|
|
2535
|
+
throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2536
|
+
return { status: t.value, value: o };
|
|
2537
|
+
} else
|
|
2538
|
+
return this._def.schema._parseAsync({ data: s.data, path: s.path, parent: s }).then((i) => H(i) ? Promise.resolve(a.transform(i.value, n)).then((o) => ({ status: t.value, value: o })) : i);
|
|
2539
|
+
g.assertNever(a);
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
R.create = (r, e, t) => new R({
|
|
2543
|
+
schema: r,
|
|
2544
|
+
typeName: m.ZodEffects,
|
|
2545
|
+
effect: e,
|
|
2546
|
+
..._(t)
|
|
2547
|
+
});
|
|
2548
|
+
R.createWithPreprocess = (r, e, t) => new R({
|
|
2549
|
+
schema: e,
|
|
2550
|
+
effect: { type: "preprocess", transform: r },
|
|
2551
|
+
typeName: m.ZodEffects,
|
|
2552
|
+
..._(t)
|
|
2553
|
+
});
|
|
2554
|
+
class Z extends y {
|
|
2555
|
+
_parse(e) {
|
|
2556
|
+
return this._getType(e) === l.undefined ? b(void 0) : this._def.innerType._parse(e);
|
|
2557
|
+
}
|
|
2558
|
+
unwrap() {
|
|
2559
|
+
return this._def.innerType;
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2562
|
+
Z.create = (r, e) => new Z({
|
|
2563
|
+
innerType: r,
|
|
2564
|
+
typeName: m.ZodOptional,
|
|
2565
|
+
..._(e)
|
|
2566
|
+
});
|
|
2567
|
+
class $ extends y {
|
|
2568
|
+
_parse(e) {
|
|
2569
|
+
return this._getType(e) === l.null ? b(null) : this._def.innerType._parse(e);
|
|
2570
|
+
}
|
|
2571
|
+
unwrap() {
|
|
2572
|
+
return this._def.innerType;
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
$.create = (r, e) => new $({
|
|
2576
|
+
innerType: r,
|
|
2577
|
+
typeName: m.ZodNullable,
|
|
2578
|
+
..._(e)
|
|
2579
|
+
});
|
|
2580
|
+
class ne extends y {
|
|
2581
|
+
_parse(e) {
|
|
2582
|
+
const { ctx: t } = this._processInputParams(e);
|
|
2583
|
+
let s = t.data;
|
|
2584
|
+
return t.parsedType === l.undefined && (s = this._def.defaultValue()), this._def.innerType._parse({
|
|
2585
|
+
data: s,
|
|
2586
|
+
path: t.path,
|
|
2587
|
+
parent: t
|
|
2588
|
+
});
|
|
2589
|
+
}
|
|
2590
|
+
removeDefault() {
|
|
2591
|
+
return this._def.innerType;
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
ne.create = (r, e) => new ne({
|
|
2595
|
+
innerType: r,
|
|
2596
|
+
typeName: m.ZodDefault,
|
|
2597
|
+
defaultValue: typeof e.default == "function" ? e.default : () => e.default,
|
|
2598
|
+
..._(e)
|
|
2599
|
+
});
|
|
2600
|
+
class ie extends y {
|
|
2601
|
+
_parse(e) {
|
|
2602
|
+
const { ctx: t } = this._processInputParams(e), s = {
|
|
2603
|
+
...t,
|
|
2604
|
+
common: {
|
|
2605
|
+
...t.common,
|
|
2606
|
+
issues: []
|
|
2607
|
+
}
|
|
2608
|
+
}, a = this._def.innerType._parse({
|
|
2609
|
+
data: s.data,
|
|
2610
|
+
path: s.path,
|
|
2611
|
+
parent: {
|
|
2612
|
+
...s
|
|
2613
|
+
}
|
|
2614
|
+
});
|
|
2615
|
+
return J(a) ? a.then((n) => ({
|
|
2616
|
+
status: "valid",
|
|
2617
|
+
value: n.status === "valid" ? n.value : this._def.catchValue({
|
|
2618
|
+
get error() {
|
|
2619
|
+
return new T(s.common.issues);
|
|
2620
|
+
},
|
|
2621
|
+
input: s.data
|
|
2622
|
+
})
|
|
2623
|
+
})) : {
|
|
2624
|
+
status: "valid",
|
|
2625
|
+
value: a.status === "valid" ? a.value : this._def.catchValue({
|
|
2626
|
+
get error() {
|
|
2627
|
+
return new T(s.common.issues);
|
|
2628
|
+
},
|
|
2629
|
+
input: s.data
|
|
2630
|
+
})
|
|
2631
|
+
};
|
|
2632
|
+
}
|
|
2633
|
+
removeCatch() {
|
|
2634
|
+
return this._def.innerType;
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
ie.create = (r, e) => new ie({
|
|
2638
|
+
innerType: r,
|
|
2639
|
+
typeName: m.ZodCatch,
|
|
2640
|
+
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
2641
|
+
..._(e)
|
|
2642
|
+
});
|
|
2643
|
+
class ge extends y {
|
|
2644
|
+
_parse(e) {
|
|
2645
|
+
if (this._getType(e) !== l.nan) {
|
|
2646
|
+
const s = this._getOrReturnCtx(e);
|
|
2647
|
+
return u(s, {
|
|
2648
|
+
code: d.invalid_type,
|
|
2649
|
+
expected: l.nan,
|
|
2650
|
+
received: s.parsedType
|
|
2651
|
+
}), v;
|
|
2652
|
+
}
|
|
2653
|
+
return { status: "valid", value: e.data };
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
2656
|
+
ge.create = (r) => new ge({
|
|
2657
|
+
typeName: m.ZodNaN,
|
|
2658
|
+
..._(r)
|
|
2659
|
+
});
|
|
2660
|
+
class Ee extends y {
|
|
2661
|
+
_parse(e) {
|
|
2662
|
+
const { ctx: t } = this._processInputParams(e), s = t.data;
|
|
2663
|
+
return this._def.type._parse({
|
|
2664
|
+
data: s,
|
|
2665
|
+
path: t.path,
|
|
2666
|
+
parent: t
|
|
2667
|
+
});
|
|
2668
|
+
}
|
|
2669
|
+
unwrap() {
|
|
2670
|
+
return this._def.type;
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
class de extends y {
|
|
2674
|
+
_parse(e) {
|
|
2675
|
+
const { status: t, ctx: s } = this._processInputParams(e);
|
|
2676
|
+
if (s.common.async)
|
|
2677
|
+
return (async () => {
|
|
2678
|
+
const n = await this._def.in._parseAsync({
|
|
2679
|
+
data: s.data,
|
|
2680
|
+
path: s.path,
|
|
2681
|
+
parent: s
|
|
2682
|
+
});
|
|
2683
|
+
return n.status === "aborted" ? v : n.status === "dirty" ? (t.dirty(), z(n.value)) : this._def.out._parseAsync({
|
|
2684
|
+
data: n.value,
|
|
2685
|
+
path: s.path,
|
|
2686
|
+
parent: s
|
|
2687
|
+
});
|
|
2688
|
+
})();
|
|
2689
|
+
{
|
|
2690
|
+
const a = this._def.in._parseSync({
|
|
2691
|
+
data: s.data,
|
|
2692
|
+
path: s.path,
|
|
2693
|
+
parent: s
|
|
2694
|
+
});
|
|
2695
|
+
return a.status === "aborted" ? v : a.status === "dirty" ? (t.dirty(), {
|
|
2696
|
+
status: "dirty",
|
|
2697
|
+
value: a.value
|
|
2698
|
+
}) : this._def.out._parseSync({
|
|
2699
|
+
data: a.value,
|
|
2700
|
+
path: s.path,
|
|
2701
|
+
parent: s
|
|
2702
|
+
});
|
|
2703
|
+
}
|
|
2704
|
+
}
|
|
2705
|
+
static create(e, t) {
|
|
2706
|
+
return new de({
|
|
2707
|
+
in: e,
|
|
2708
|
+
out: t,
|
|
2709
|
+
typeName: m.ZodPipeline
|
|
2710
|
+
});
|
|
2711
|
+
}
|
|
2712
|
+
}
|
|
2713
|
+
class oe extends y {
|
|
2714
|
+
_parse(e) {
|
|
2715
|
+
const t = this._def.innerType._parse(e), s = (a) => (H(a) && (a.value = Object.freeze(a.value)), a);
|
|
2716
|
+
return J(t) ? t.then((a) => s(a)) : s(t);
|
|
2717
|
+
}
|
|
2718
|
+
unwrap() {
|
|
2719
|
+
return this._def.innerType;
|
|
2720
|
+
}
|
|
2721
|
+
}
|
|
2722
|
+
oe.create = (r, e) => new oe({
|
|
2723
|
+
innerType: r,
|
|
2724
|
+
typeName: m.ZodReadonly,
|
|
2725
|
+
..._(e)
|
|
2726
|
+
});
|
|
2727
|
+
x.lazycreate;
|
|
2728
|
+
var m;
|
|
2729
|
+
(function(r) {
|
|
2730
|
+
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";
|
|
2731
|
+
})(m || (m = {}));
|
|
2732
|
+
N.create;
|
|
2733
|
+
P.create;
|
|
2734
|
+
ge.create;
|
|
2735
|
+
L.create;
|
|
2736
|
+
fe.create;
|
|
2737
|
+
Y.create;
|
|
2738
|
+
me.create;
|
|
2739
|
+
Q.create;
|
|
2740
|
+
K.create;
|
|
2741
|
+
pe.create;
|
|
2742
|
+
V.create;
|
|
2743
|
+
I.create;
|
|
2744
|
+
ve.create;
|
|
2745
|
+
S.create;
|
|
2746
|
+
x.create;
|
|
2747
|
+
x.strictCreate;
|
|
2748
|
+
F.create;
|
|
2749
|
+
xe.create;
|
|
2750
|
+
ee.create;
|
|
2751
|
+
E.create;
|
|
2752
|
+
te.create;
|
|
2753
|
+
ye.create;
|
|
2754
|
+
D.create;
|
|
2755
|
+
W.create;
|
|
2756
|
+
re.create;
|
|
2757
|
+
se.create;
|
|
2758
|
+
A.create;
|
|
2759
|
+
ae.create;
|
|
2760
|
+
G.create;
|
|
2761
|
+
R.create;
|
|
2762
|
+
Z.create;
|
|
2763
|
+
$.create;
|
|
2764
|
+
R.createWithPreprocess;
|
|
2765
|
+
de.create;
|
|
2766
|
+
export {
|
|
2767
|
+
z as DIRTY,
|
|
2768
|
+
v as INVALID,
|
|
2769
|
+
b as OK,
|
|
2770
|
+
k as ParseStatus,
|
|
2771
|
+
y as Schema,
|
|
2772
|
+
pe as ZodAny,
|
|
2773
|
+
S as ZodArray,
|
|
2774
|
+
L as ZodBigInt,
|
|
2775
|
+
fe as ZodBoolean,
|
|
2776
|
+
Ee as ZodBranded,
|
|
2777
|
+
ie as ZodCatch,
|
|
2778
|
+
Y as ZodDate,
|
|
2779
|
+
ne as ZodDefault,
|
|
2780
|
+
xe as ZodDiscriminatedUnion,
|
|
2781
|
+
R as ZodEffects,
|
|
2782
|
+
A as ZodEnum,
|
|
2783
|
+
T as ZodError,
|
|
2784
|
+
m as ZodFirstPartyTypeKind,
|
|
2785
|
+
W as ZodFunction,
|
|
2786
|
+
ee as ZodIntersection,
|
|
2787
|
+
d as ZodIssueCode,
|
|
2788
|
+
re as ZodLazy,
|
|
2789
|
+
se as ZodLiteral,
|
|
2790
|
+
ye as ZodMap,
|
|
2791
|
+
ge as ZodNaN,
|
|
2792
|
+
ae as ZodNativeEnum,
|
|
2793
|
+
I as ZodNever,
|
|
2794
|
+
K as ZodNull,
|
|
2795
|
+
$ as ZodNullable,
|
|
2796
|
+
P as ZodNumber,
|
|
2797
|
+
x as ZodObject,
|
|
2798
|
+
Z as ZodOptional,
|
|
2799
|
+
l as ZodParsedType,
|
|
2800
|
+
de as ZodPipeline,
|
|
2801
|
+
G as ZodPromise,
|
|
2802
|
+
oe as ZodReadonly,
|
|
2803
|
+
te as ZodRecord,
|
|
2804
|
+
y as ZodSchema,
|
|
2805
|
+
D as ZodSet,
|
|
2806
|
+
N as ZodString,
|
|
2807
|
+
me as ZodSymbol,
|
|
2808
|
+
R as ZodTransformer,
|
|
2809
|
+
E as ZodTuple,
|
|
2810
|
+
y as ZodType,
|
|
2811
|
+
Q as ZodUndefined,
|
|
2812
|
+
F as ZodUnion,
|
|
2813
|
+
V as ZodUnknown,
|
|
2814
|
+
ve as ZodVoid,
|
|
2815
|
+
u as addIssueToContext,
|
|
2816
|
+
qe as datetimeRegex,
|
|
2817
|
+
q as defaultErrorMap,
|
|
2818
|
+
le as getErrorMap,
|
|
2819
|
+
j as getParsedType,
|
|
2820
|
+
we as isAborted,
|
|
2821
|
+
J as isAsync,
|
|
2822
|
+
Te as isDirty,
|
|
2823
|
+
H as isValid,
|
|
2824
|
+
he as makeIssue,
|
|
2825
|
+
be as objectUtil,
|
|
2826
|
+
g as util
|
|
2827
|
+
};
|