gd-bs 5.2.8 → 5.3.2
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/.github/workflows/build.yml +7 -4
- package/build/bs.js +1 -1
- package/build/components/breadcrumb/index.js +68 -10
- package/build/components/breadcrumb/item.js +8 -0
- package/build/components/dropdown/index.js +1 -1
- package/build/components/modal/index.js +17 -1
- package/build/icons/iconTypes.js +1609 -1463
- package/build/icons/index.js +1905 -1467
- package/build/icons/svgs/_123.js +1 -1
- package/build/icons/svgs/activity.js +1 -1
- package/build/icons/svgs/alarm.js +1 -1
- package/build/icons/svgs/alarmFill.js +1 -1
- package/build/icons/svgs/alignBottom.js +1 -1
- package/build/icons/svgs/alignCenter.js +1 -1
- package/build/icons/svgs/alignEnd.js +1 -1
- package/build/icons/svgs/alignMiddle.js +1 -1
- package/build/icons/svgs/alignStart.js +1 -1
- package/build/icons/svgs/alignTop.js +1 -1
- package/build/icons/svgs/alt.js +1 -1
- package/build/icons/svgs/app.js +1 -1
- package/build/icons/svgs/appIndicator.js +1 -1
- package/build/icons/svgs/appWindow.js +1 -1
- package/build/icons/svgs/apple.js +1 -1
- package/build/icons/svgs/archive.js +1 -1
- package/build/icons/svgs/archiveFill.js +1 -1
- package/build/icons/svgs/arrow90degDown.js +1 -1
- package/build/icons/svgs/arrow90degLeft.js +1 -1
- package/build/icons/svgs/arrow90degRight.js +1 -1
- package/build/icons/svgs/arrow90degUp.js +1 -1
- package/build/icons/svgs/arrowBarDown.js +1 -1
- package/build/icons/svgs/arrowBarLeft.js +1 -1
- package/build/icons/svgs/arrowBarRight.js +1 -1
- package/build/icons/svgs/arrowBarUp.js +1 -1
- package/build/icons/svgs/arrowClockwise.js +1 -1
- package/build/icons/svgs/arrowCounterclockwise.js +1 -1
- package/build/icons/svgs/arrowDown.js +1 -1
- package/build/icons/svgs/arrowDownCircle.js +1 -1
- package/build/icons/svgs/arrowDownCircleFill.js +1 -1
- package/build/icons/svgs/arrowDownLeft.js +1 -1
- package/build/icons/svgs/arrowDownLeftCircle.js +1 -1
- package/build/icons/svgs/arrowDownLeftCircleFill.js +1 -1
- package/build/icons/svgs/arrowDownLeftSquare.js +1 -1
- package/build/icons/svgs/arrowDownLeftSquareFill.js +1 -1
- package/build/icons/svgs/arrowDownRight.js +1 -1
- package/build/icons/svgs/arrowDownRightCircle.js +1 -1
- package/build/icons/svgs/arrowDownRightCircleFill.js +1 -1
- package/build/icons/svgs/arrowDownRightSquare.js +1 -1
- package/build/icons/svgs/arrowDownRightSquareFill.js +1 -1
- package/build/icons/svgs/arrowDownShort.js +1 -1
- package/build/icons/svgs/arrowDownSquare.js +1 -1
- package/build/icons/svgs/arrowDownSquareFill.js +1 -1
- package/build/icons/svgs/arrowDownUp.js +1 -1
- package/build/icons/svgs/arrowLeft.js +1 -1
- package/build/icons/svgs/arrowLeftCircle.js +1 -1
- package/build/icons/svgs/arrowLeftCircleFill.js +1 -1
- package/build/icons/svgs/arrowLeftRight.js +1 -1
- package/build/icons/svgs/arrowLeftShort.js +1 -1
- package/build/icons/svgs/arrowLeftSquare.js +1 -1
- package/build/icons/svgs/arrowLeftSquareFill.js +1 -1
- package/build/icons/svgs/arrowRepeat.js +1 -1
- package/build/icons/svgs/arrowReturnLeft.js +1 -1
- package/build/icons/svgs/arrowReturnRight.js +1 -1
- package/build/icons/svgs/arrowRight.js +1 -1
- package/build/icons/svgs/arrowRightCircle.js +1 -1
- package/build/icons/svgs/arrowRightCircleFill.js +1 -1
- package/build/icons/svgs/arrowRightShort.js +1 -1
- package/build/icons/svgs/arrowRightSquare.js +1 -1
- package/build/icons/svgs/arrowRightSquareFill.js +1 -1
- package/build/icons/svgs/arrowThroughHeart.js +8 -0
- package/build/icons/svgs/arrowThroughHeartFill.js +8 -0
- package/build/icons/svgs/arrowUp.js +1 -1
- package/build/icons/svgs/arrowUpCircle.js +1 -1
- package/build/icons/svgs/arrowUpCircleFill.js +1 -1
- package/build/icons/svgs/arrowUpLeft.js +1 -1
- package/build/icons/svgs/arrowUpLeftCircle.js +1 -1
- package/build/icons/svgs/arrowUpLeftCircleFill.js +1 -1
- package/build/icons/svgs/arrowUpLeftSquare.js +1 -1
- package/build/icons/svgs/arrowUpLeftSquareFill.js +1 -1
- package/build/icons/svgs/arrowUpRight.js +1 -1
- package/build/icons/svgs/arrowUpRightCircle.js +1 -1
- package/build/icons/svgs/arrowUpRightCircleFill.js +1 -1
- package/build/icons/svgs/arrowUpRightSquare.js +1 -1
- package/build/icons/svgs/arrowUpRightSquareFill.js +1 -1
- package/build/icons/svgs/arrowUpShort.js +1 -1
- package/build/icons/svgs/arrowUpSquare.js +1 -1
- package/build/icons/svgs/arrowUpSquareFill.js +1 -1
- package/build/icons/svgs/arrowsAngleContract.js +1 -1
- package/build/icons/svgs/arrowsAngleExpand.js +1 -1
- package/build/icons/svgs/arrowsCollapse.js +1 -1
- package/build/icons/svgs/arrowsExpand.js +1 -1
- package/build/icons/svgs/arrowsFullscreen.js +1 -1
- package/build/icons/svgs/arrowsMove.js +1 -1
- package/build/icons/svgs/aspectRatio.js +1 -1
- package/build/icons/svgs/aspectRatioFill.js +1 -1
- package/build/icons/svgs/asterisk.js +1 -1
- package/build/icons/svgs/at.js +1 -1
- package/build/icons/svgs/award.js +1 -1
- package/build/icons/svgs/awardFill.js +1 -1
- package/build/icons/svgs/back.js +1 -1
- package/build/icons/svgs/backspace.js +1 -1
- package/build/icons/svgs/backspaceFill.js +1 -1
- package/build/icons/svgs/backspaceReverse.js +1 -1
- package/build/icons/svgs/backspaceReverseFill.js +1 -1
- package/build/icons/svgs/badge3d.js +1 -1
- package/build/icons/svgs/badge3dFill.js +1 -1
- package/build/icons/svgs/badge4k.js +1 -1
- package/build/icons/svgs/badge4kFill.js +1 -1
- package/build/icons/svgs/badge8k.js +1 -1
- package/build/icons/svgs/badge8kFill.js +1 -1
- package/build/icons/svgs/badgeAd.js +1 -1
- package/build/icons/svgs/badgeAdFill.js +1 -1
- package/build/icons/svgs/badgeAr.js +1 -1
- package/build/icons/svgs/badgeArFill.js +1 -1
- package/build/icons/svgs/badgeCc.js +1 -1
- package/build/icons/svgs/badgeCcFill.js +1 -1
- package/build/icons/svgs/badgeHd.js +1 -1
- package/build/icons/svgs/badgeHdFill.js +1 -1
- package/build/icons/svgs/badgeSd.js +8 -0
- package/build/icons/svgs/badgeSdFill.js +8 -0
- package/build/icons/svgs/badgeTm.js +1 -1
- package/build/icons/svgs/badgeTmFill.js +1 -1
- package/build/icons/svgs/badgeVo.js +1 -1
- package/build/icons/svgs/badgeVoFill.js +1 -1
- package/build/icons/svgs/badgeVr.js +1 -1
- package/build/icons/svgs/badgeVrFill.js +1 -1
- package/build/icons/svgs/badgeWc.js +1 -1
- package/build/icons/svgs/badgeWcFill.js +1 -1
- package/build/icons/svgs/bag.js +1 -1
- package/build/icons/svgs/bagCheck.js +1 -1
- package/build/icons/svgs/bagCheckFill.js +1 -1
- package/build/icons/svgs/bagDash.js +1 -1
- package/build/icons/svgs/bagDashFill.js +1 -1
- package/build/icons/svgs/bagFill.js +1 -1
- package/build/icons/svgs/bagHeart.js +8 -0
- package/build/icons/svgs/bagHeartFill.js +8 -0
- package/build/icons/svgs/bagPlus.js +1 -1
- package/build/icons/svgs/bagPlusFill.js +1 -1
- package/build/icons/svgs/bagX.js +1 -1
- package/build/icons/svgs/bagXFill.js +1 -1
- package/build/icons/svgs/balloon.js +8 -0
- package/build/icons/svgs/balloonFill.js +8 -0
- package/build/icons/svgs/balloonHeart.js +8 -0
- package/build/icons/svgs/balloonHeartFill.js +8 -0
- package/build/icons/svgs/bandaid.js +1 -1
- package/build/icons/svgs/bandaidFill.js +1 -1
- package/build/icons/svgs/bank.js +1 -1
- package/build/icons/svgs/bank2.js +1 -1
- package/build/icons/svgs/barChart.js +1 -1
- package/build/icons/svgs/barChartFill.js +1 -1
- package/build/icons/svgs/barChartLine.js +1 -1
- package/build/icons/svgs/barChartLineFill.js +1 -1
- package/build/icons/svgs/barChartSteps.js +1 -1
- package/build/icons/svgs/basket.js +1 -1
- package/build/icons/svgs/basket2.js +1 -1
- package/build/icons/svgs/basket2Fill.js +1 -1
- package/build/icons/svgs/basket3.js +1 -1
- package/build/icons/svgs/basket3Fill.js +1 -1
- package/build/icons/svgs/basketFill.js +1 -1
- package/build/icons/svgs/battery.js +1 -1
- package/build/icons/svgs/batteryCharging.js +1 -1
- package/build/icons/svgs/batteryFull.js +1 -1
- package/build/icons/svgs/batteryHalf.js +1 -1
- package/build/icons/svgs/behance.js +1 -1
- package/build/icons/svgs/bell.js +1 -1
- package/build/icons/svgs/bellFill.js +1 -1
- package/build/icons/svgs/bellSlash.js +1 -1
- package/build/icons/svgs/bellSlashFill.js +1 -1
- package/build/icons/svgs/bezier.js +1 -1
- package/build/icons/svgs/bezier2.js +1 -1
- package/build/icons/svgs/bicycle.js +1 -1
- package/build/icons/svgs/binoculars.js +1 -1
- package/build/icons/svgs/binocularsFill.js +1 -1
- package/build/icons/svgs/blockquoteLeft.js +1 -1
- package/build/icons/svgs/blockquoteRight.js +1 -1
- package/build/icons/svgs/bluetooth.js +1 -1
- package/build/icons/svgs/bodyText.js +1 -1
- package/build/icons/svgs/book.js +1 -1
- package/build/icons/svgs/bookFill.js +1 -1
- package/build/icons/svgs/bookHalf.js +1 -1
- package/build/icons/svgs/bookmark.js +1 -1
- package/build/icons/svgs/bookmarkCheck.js +1 -1
- package/build/icons/svgs/bookmarkCheckFill.js +1 -1
- package/build/icons/svgs/bookmarkDash.js +1 -1
- package/build/icons/svgs/bookmarkDashFill.js +1 -1
- package/build/icons/svgs/bookmarkFill.js +1 -1
- package/build/icons/svgs/bookmarkHeart.js +1 -1
- package/build/icons/svgs/bookmarkHeartFill.js +1 -1
- package/build/icons/svgs/bookmarkPlus.js +1 -1
- package/build/icons/svgs/bookmarkPlusFill.js +1 -1
- package/build/icons/svgs/bookmarkStar.js +1 -1
- package/build/icons/svgs/bookmarkStarFill.js +1 -1
- package/build/icons/svgs/bookmarkX.js +1 -1
- package/build/icons/svgs/bookmarkXFill.js +1 -1
- package/build/icons/svgs/bookmarks.js +1 -1
- package/build/icons/svgs/bookmarksFill.js +1 -1
- package/build/icons/svgs/bookshelf.js +1 -1
- package/build/icons/svgs/boombox.js +1 -1
- package/build/icons/svgs/boomboxFill.js +1 -1
- package/build/icons/svgs/bootstrap.js +1 -1
- package/build/icons/svgs/bootstrapFill.js +1 -1
- package/build/icons/svgs/bootstrapReboot.js +1 -1
- package/build/icons/svgs/border.js +1 -1
- package/build/icons/svgs/borderAll.js +1 -1
- package/build/icons/svgs/borderBottom.js +1 -1
- package/build/icons/svgs/borderCenter.js +1 -1
- package/build/icons/svgs/borderInner.js +1 -1
- package/build/icons/svgs/borderLeft.js +1 -1
- package/build/icons/svgs/borderMiddle.js +1 -1
- package/build/icons/svgs/borderOuter.js +1 -1
- package/build/icons/svgs/borderRight.js +1 -1
- package/build/icons/svgs/borderStyle.js +1 -1
- package/build/icons/svgs/borderTop.js +1 -1
- package/build/icons/svgs/borderWidth.js +1 -1
- package/build/icons/svgs/boundingBox.js +1 -1
- package/build/icons/svgs/boundingBoxCircles.js +1 -1
- package/build/icons/svgs/box.js +1 -1
- package/build/icons/svgs/box2.js +8 -0
- package/build/icons/svgs/box2Fill.js +8 -0
- package/build/icons/svgs/box2Heart.js +8 -0
- package/build/icons/svgs/box2HeartFill.js +8 -0
- package/build/icons/svgs/boxArrowDown.js +1 -1
- package/build/icons/svgs/boxArrowDownLeft.js +1 -1
- package/build/icons/svgs/boxArrowDownRight.js +1 -1
- package/build/icons/svgs/boxArrowInDown.js +1 -1
- package/build/icons/svgs/boxArrowInDownLeft.js +1 -1
- package/build/icons/svgs/boxArrowInDownRight.js +1 -1
- package/build/icons/svgs/boxArrowInLeft.js +1 -1
- package/build/icons/svgs/boxArrowInRight.js +1 -1
- package/build/icons/svgs/boxArrowInUp.js +1 -1
- package/build/icons/svgs/boxArrowInUpLeft.js +1 -1
- package/build/icons/svgs/boxArrowInUpRight.js +1 -1
- package/build/icons/svgs/boxArrowLeft.js +1 -1
- package/build/icons/svgs/boxArrowRight.js +1 -1
- package/build/icons/svgs/boxArrowUp.js +1 -1
- package/build/icons/svgs/boxArrowUpLeft.js +1 -1
- package/build/icons/svgs/boxArrowUpRight.js +1 -1
- package/build/icons/svgs/boxSeam.js +1 -1
- package/build/icons/svgs/boxes.js +1 -1
- package/build/icons/svgs/braces.js +1 -1
- package/build/icons/svgs/bracesAsterisk.js +8 -0
- package/build/icons/svgs/bricks.js +1 -1
- package/build/icons/svgs/briefcase.js +1 -1
- package/build/icons/svgs/briefcaseFill.js +1 -1
- package/build/icons/svgs/brightnessAltHigh.js +1 -1
- package/build/icons/svgs/brightnessAltHighFill.js +1 -1
- package/build/icons/svgs/brightnessAltLow.js +1 -1
- package/build/icons/svgs/brightnessAltLowFill.js +1 -1
- package/build/icons/svgs/brightnessHigh.js +1 -1
- package/build/icons/svgs/brightnessHighFill.js +1 -1
- package/build/icons/svgs/brightnessLow.js +1 -1
- package/build/icons/svgs/brightnessLowFill.js +1 -1
- package/build/icons/svgs/broadcast.js +1 -1
- package/build/icons/svgs/broadcastPin.js +1 -1
- package/build/icons/svgs/brush.js +1 -1
- package/build/icons/svgs/brushFill.js +1 -1
- package/build/icons/svgs/bucket.js +1 -1
- package/build/icons/svgs/bucketFill.js +1 -1
- package/build/icons/svgs/bug.js +1 -1
- package/build/icons/svgs/bugFill.js +1 -1
- package/build/icons/svgs/building.js +1 -1
- package/build/icons/svgs/bullseye.js +1 -1
- package/build/icons/svgs/calculator.js +1 -1
- package/build/icons/svgs/calculatorFill.js +1 -1
- package/build/icons/svgs/calendar.js +1 -1
- package/build/icons/svgs/calendar2.js +1 -1
- package/build/icons/svgs/calendar2Check.js +1 -1
- package/build/icons/svgs/calendar2CheckFill.js +1 -1
- package/build/icons/svgs/calendar2Date.js +1 -1
- package/build/icons/svgs/calendar2DateFill.js +1 -1
- package/build/icons/svgs/calendar2Day.js +1 -1
- package/build/icons/svgs/calendar2DayFill.js +1 -1
- package/build/icons/svgs/calendar2Event.js +1 -1
- package/build/icons/svgs/calendar2EventFill.js +1 -1
- package/build/icons/svgs/calendar2Fill.js +1 -1
- package/build/icons/svgs/calendar2Heart.js +8 -0
- package/build/icons/svgs/calendar2HeartFill.js +8 -0
- package/build/icons/svgs/calendar2Minus.js +1 -1
- package/build/icons/svgs/calendar2MinusFill.js +1 -1
- package/build/icons/svgs/calendar2Month.js +1 -1
- package/build/icons/svgs/calendar2MonthFill.js +1 -1
- package/build/icons/svgs/calendar2Plus.js +1 -1
- package/build/icons/svgs/calendar2PlusFill.js +1 -1
- package/build/icons/svgs/calendar2Range.js +1 -1
- package/build/icons/svgs/calendar2RangeFill.js +1 -1
- package/build/icons/svgs/calendar2Week.js +1 -1
- package/build/icons/svgs/calendar2WeekFill.js +1 -1
- package/build/icons/svgs/calendar2X.js +1 -1
- package/build/icons/svgs/calendar2XFill.js +1 -1
- package/build/icons/svgs/calendar3.js +1 -1
- package/build/icons/svgs/calendar3Event.js +1 -1
- package/build/icons/svgs/calendar3EventFill.js +1 -1
- package/build/icons/svgs/calendar3Fill.js +1 -1
- package/build/icons/svgs/calendar3Range.js +1 -1
- package/build/icons/svgs/calendar3RangeFill.js +1 -1
- package/build/icons/svgs/calendar3Week.js +1 -1
- package/build/icons/svgs/calendar3WeekFill.js +1 -1
- package/build/icons/svgs/calendar4.js +1 -1
- package/build/icons/svgs/calendar4Event.js +1 -1
- package/build/icons/svgs/calendar4Range.js +1 -1
- package/build/icons/svgs/calendar4Week.js +1 -1
- package/build/icons/svgs/calendarCheck.js +1 -1
- package/build/icons/svgs/calendarCheckFill.js +1 -1
- package/build/icons/svgs/calendarDate.js +1 -1
- package/build/icons/svgs/calendarDateFill.js +1 -1
- package/build/icons/svgs/calendarDay.js +1 -1
- package/build/icons/svgs/calendarDayFill.js +1 -1
- package/build/icons/svgs/calendarEvent.js +1 -1
- package/build/icons/svgs/calendarEventFill.js +1 -1
- package/build/icons/svgs/calendarFill.js +1 -1
- package/build/icons/svgs/calendarHeart.js +8 -0
- package/build/icons/svgs/calendarHeartFill.js +8 -0
- package/build/icons/svgs/calendarMinus.js +1 -1
- package/build/icons/svgs/calendarMinusFill.js +1 -1
- package/build/icons/svgs/calendarMonth.js +1 -1
- package/build/icons/svgs/calendarMonthFill.js +1 -1
- package/build/icons/svgs/calendarPlus.js +1 -1
- package/build/icons/svgs/calendarPlusFill.js +1 -1
- package/build/icons/svgs/calendarRange.js +1 -1
- package/build/icons/svgs/calendarRangeFill.js +1 -1
- package/build/icons/svgs/calendarWeek.js +1 -1
- package/build/icons/svgs/calendarWeekFill.js +1 -1
- package/build/icons/svgs/calendarX.js +1 -1
- package/build/icons/svgs/calendarXFill.js +1 -1
- package/build/icons/svgs/camera.js +1 -1
- package/build/icons/svgs/camera2.js +1 -1
- package/build/icons/svgs/cameraFill.js +1 -1
- package/build/icons/svgs/cameraReels.js +1 -1
- package/build/icons/svgs/cameraReelsFill.js +1 -1
- package/build/icons/svgs/cameraVideo.js +1 -1
- package/build/icons/svgs/cameraVideoFill.js +1 -1
- package/build/icons/svgs/cameraVideoOff.js +1 -1
- package/build/icons/svgs/cameraVideoOffFill.js +1 -1
- package/build/icons/svgs/capslock.js +1 -1
- package/build/icons/svgs/capslockFill.js +1 -1
- package/build/icons/svgs/cardChecklist.js +1 -1
- package/build/icons/svgs/cardHeading.js +1 -1
- package/build/icons/svgs/cardImage.js +1 -1
- package/build/icons/svgs/cardList.js +1 -1
- package/build/icons/svgs/cardText.js +1 -1
- package/build/icons/svgs/caretDown.js +1 -1
- package/build/icons/svgs/caretDownFill.js +1 -1
- package/build/icons/svgs/caretDownSquare.js +1 -1
- package/build/icons/svgs/caretDownSquareFill.js +1 -1
- package/build/icons/svgs/caretLeft.js +1 -1
- package/build/icons/svgs/caretLeftFill.js +1 -1
- package/build/icons/svgs/caretLeftSquare.js +1 -1
- package/build/icons/svgs/caretLeftSquareFill.js +1 -1
- package/build/icons/svgs/caretRight.js +1 -1
- package/build/icons/svgs/caretRightFill.js +1 -1
- package/build/icons/svgs/caretRightSquare.js +1 -1
- package/build/icons/svgs/caretRightSquareFill.js +1 -1
- package/build/icons/svgs/caretUp.js +1 -1
- package/build/icons/svgs/caretUpFill.js +1 -1
- package/build/icons/svgs/caretUpSquare.js +1 -1
- package/build/icons/svgs/caretUpSquareFill.js +1 -1
- package/build/icons/svgs/cart.js +1 -1
- package/build/icons/svgs/cart2.js +1 -1
- package/build/icons/svgs/cart3.js +1 -1
- package/build/icons/svgs/cart4.js +1 -1
- package/build/icons/svgs/cartCheck.js +1 -1
- package/build/icons/svgs/cartCheckFill.js +1 -1
- package/build/icons/svgs/cartDash.js +1 -1
- package/build/icons/svgs/cartDashFill.js +1 -1
- package/build/icons/svgs/cartFill.js +1 -1
- package/build/icons/svgs/cartPlus.js +1 -1
- package/build/icons/svgs/cartPlusFill.js +1 -1
- package/build/icons/svgs/cartX.js +1 -1
- package/build/icons/svgs/cartXFill.js +1 -1
- package/build/icons/svgs/cash.js +1 -1
- package/build/icons/svgs/cashCoin.js +1 -1
- package/build/icons/svgs/cashStack.js +1 -1
- package/build/icons/svgs/cast.js +1 -1
- package/build/icons/svgs/chat.js +1 -1
- package/build/icons/svgs/chatDots.js +1 -1
- package/build/icons/svgs/chatDotsFill.js +1 -1
- package/build/icons/svgs/chatFill.js +1 -1
- package/build/icons/svgs/chatHeart.js +8 -0
- package/build/icons/svgs/chatHeartFill.js +8 -0
- package/build/icons/svgs/chatLeft.js +1 -1
- package/build/icons/svgs/chatLeftDots.js +1 -1
- package/build/icons/svgs/chatLeftDotsFill.js +1 -1
- package/build/icons/svgs/chatLeftFill.js +1 -1
- package/build/icons/svgs/chatLeftHeart.js +8 -0
- package/build/icons/svgs/chatLeftHeartFill.js +8 -0
- package/build/icons/svgs/chatLeftQuote.js +1 -1
- package/build/icons/svgs/chatLeftQuoteFill.js +1 -1
- package/build/icons/svgs/chatLeftText.js +1 -1
- package/build/icons/svgs/chatLeftTextFill.js +1 -1
- package/build/icons/svgs/chatQuote.js +1 -1
- package/build/icons/svgs/chatQuoteFill.js +1 -1
- package/build/icons/svgs/chatRight.js +1 -1
- package/build/icons/svgs/chatRightDots.js +1 -1
- package/build/icons/svgs/chatRightDotsFill.js +1 -1
- package/build/icons/svgs/chatRightFill.js +1 -1
- package/build/icons/svgs/chatRightHeart.js +8 -0
- package/build/icons/svgs/chatRightHeartFill.js +8 -0
- package/build/icons/svgs/chatRightQuote.js +1 -1
- package/build/icons/svgs/chatRightQuoteFill.js +1 -1
- package/build/icons/svgs/chatRightText.js +1 -1
- package/build/icons/svgs/chatRightTextFill.js +1 -1
- package/build/icons/svgs/chatSquare.js +1 -1
- package/build/icons/svgs/chatSquareDots.js +1 -1
- package/build/icons/svgs/chatSquareDotsFill.js +1 -1
- package/build/icons/svgs/chatSquareFill.js +1 -1
- package/build/icons/svgs/chatSquareHeart.js +8 -0
- package/build/icons/svgs/chatSquareHeartFill.js +8 -0
- package/build/icons/svgs/chatSquareQuote.js +1 -1
- package/build/icons/svgs/chatSquareQuoteFill.js +1 -1
- package/build/icons/svgs/chatSquareText.js +1 -1
- package/build/icons/svgs/chatSquareTextFill.js +1 -1
- package/build/icons/svgs/chatText.js +1 -1
- package/build/icons/svgs/chatTextFill.js +1 -1
- package/build/icons/svgs/check.js +1 -1
- package/build/icons/svgs/check2.js +1 -1
- package/build/icons/svgs/check2All.js +1 -1
- package/build/icons/svgs/check2Circle.js +1 -1
- package/build/icons/svgs/check2Square.js +1 -1
- package/build/icons/svgs/checkAll.js +1 -1
- package/build/icons/svgs/checkCircle.js +1 -1
- package/build/icons/svgs/checkCircleFill.js +1 -1
- package/build/icons/svgs/checkLg.js +1 -1
- package/build/icons/svgs/checkSquare.js +1 -1
- package/build/icons/svgs/checkSquareFill.js +1 -1
- package/build/icons/svgs/chevronBarContract.js +1 -1
- package/build/icons/svgs/chevronBarDown.js +1 -1
- package/build/icons/svgs/chevronBarExpand.js +1 -1
- package/build/icons/svgs/chevronBarLeft.js +1 -1
- package/build/icons/svgs/chevronBarRight.js +1 -1
- package/build/icons/svgs/chevronBarUp.js +1 -1
- package/build/icons/svgs/chevronCompactDown.js +1 -1
- package/build/icons/svgs/chevronCompactLeft.js +1 -1
- package/build/icons/svgs/chevronCompactRight.js +1 -1
- package/build/icons/svgs/chevronCompactUp.js +1 -1
- package/build/icons/svgs/chevronContract.js +1 -1
- package/build/icons/svgs/chevronDoubleDown.js +1 -1
- package/build/icons/svgs/chevronDoubleLeft.js +1 -1
- package/build/icons/svgs/chevronDoubleRight.js +1 -1
- package/build/icons/svgs/chevronDoubleUp.js +1 -1
- package/build/icons/svgs/chevronDown.js +1 -1
- package/build/icons/svgs/chevronExpand.js +1 -1
- package/build/icons/svgs/chevronLeft.js +1 -1
- package/build/icons/svgs/chevronRight.js +1 -1
- package/build/icons/svgs/chevronUp.js +1 -1
- package/build/icons/svgs/circle.js +1 -1
- package/build/icons/svgs/circleFill.js +1 -1
- package/build/icons/svgs/circleHalf.js +1 -1
- package/build/icons/svgs/circleSquare.js +1 -1
- package/build/icons/svgs/clipboard.js +1 -1
- package/build/icons/svgs/clipboard2.js +8 -0
- package/build/icons/svgs/clipboard2Check.js +8 -0
- package/build/icons/svgs/clipboard2CheckFill.js +8 -0
- package/build/icons/svgs/clipboard2Data.js +8 -0
- package/build/icons/svgs/clipboard2DataFill.js +8 -0
- package/build/icons/svgs/clipboard2Fill.js +8 -0
- package/build/icons/svgs/clipboard2Heart.js +8 -0
- package/build/icons/svgs/clipboard2HeartFill.js +8 -0
- package/build/icons/svgs/clipboard2Minus.js +8 -0
- package/build/icons/svgs/clipboard2MinusFill.js +8 -0
- package/build/icons/svgs/clipboard2Plus.js +8 -0
- package/build/icons/svgs/clipboard2PlusFill.js +8 -0
- package/build/icons/svgs/clipboard2Pulse.js +8 -0
- package/build/icons/svgs/clipboard2PulseFill.js +8 -0
- package/build/icons/svgs/clipboard2X.js +8 -0
- package/build/icons/svgs/clipboard2XFill.js +8 -0
- package/build/icons/svgs/clipboardCheck.js +1 -1
- package/build/icons/svgs/clipboardCheckFill.js +8 -0
- package/build/icons/svgs/clipboardData.js +1 -1
- package/build/icons/svgs/clipboardDataFill.js +8 -0
- package/build/icons/svgs/clipboardFill.js +8 -0
- package/build/icons/svgs/clipboardHeart.js +8 -0
- package/build/icons/svgs/clipboardHeartFill.js +8 -0
- package/build/icons/svgs/clipboardMinus.js +1 -1
- package/build/icons/svgs/clipboardMinusFill.js +8 -0
- package/build/icons/svgs/clipboardPlus.js +1 -1
- package/build/icons/svgs/clipboardPlusFill.js +8 -0
- package/build/icons/svgs/clipboardPulse.js +8 -0
- package/build/icons/svgs/clipboardX.js +1 -1
- package/build/icons/svgs/clipboardXFill.js +8 -0
- package/build/icons/svgs/clock.js +1 -1
- package/build/icons/svgs/clockFill.js +1 -1
- package/build/icons/svgs/clockHistory.js +1 -1
- package/build/icons/svgs/cloud.js +1 -1
- package/build/icons/svgs/cloudArrowDown.js +1 -1
- package/build/icons/svgs/cloudArrowDownFill.js +1 -1
- package/build/icons/svgs/cloudArrowUp.js +1 -1
- package/build/icons/svgs/cloudArrowUpFill.js +1 -1
- package/build/icons/svgs/cloudCheck.js +1 -1
- package/build/icons/svgs/cloudCheckFill.js +1 -1
- package/build/icons/svgs/cloudDownload.js +1 -1
- package/build/icons/svgs/cloudDownloadFill.js +1 -1
- package/build/icons/svgs/cloudDrizzle.js +1 -1
- package/build/icons/svgs/cloudDrizzleFill.js +1 -1
- package/build/icons/svgs/cloudFill.js +1 -1
- package/build/icons/svgs/cloudFog.js +1 -1
- package/build/icons/svgs/cloudFog2.js +1 -1
- package/build/icons/svgs/cloudFog2Fill.js +1 -1
- package/build/icons/svgs/cloudFogFill.js +1 -1
- package/build/icons/svgs/cloudHail.js +1 -1
- package/build/icons/svgs/cloudHailFill.js +1 -1
- package/build/icons/svgs/cloudHaze.js +1 -1
- package/build/icons/svgs/cloudHaze2.js +1 -1
- package/build/icons/svgs/cloudHaze2Fill.js +1 -1
- package/build/icons/svgs/cloudHazeFill.js +1 -1
- package/build/icons/svgs/cloudLightning.js +1 -1
- package/build/icons/svgs/cloudLightningFill.js +1 -1
- package/build/icons/svgs/cloudLightningRain.js +1 -1
- package/build/icons/svgs/cloudLightningRainFill.js +1 -1
- package/build/icons/svgs/cloudMinus.js +1 -1
- package/build/icons/svgs/cloudMinusFill.js +1 -1
- package/build/icons/svgs/cloudMoon.js +1 -1
- package/build/icons/svgs/cloudMoonFill.js +1 -1
- package/build/icons/svgs/cloudPlus.js +1 -1
- package/build/icons/svgs/cloudPlusFill.js +1 -1
- package/build/icons/svgs/cloudRain.js +1 -1
- package/build/icons/svgs/cloudRainFill.js +1 -1
- package/build/icons/svgs/cloudRainHeavy.js +1 -1
- package/build/icons/svgs/cloudRainHeavyFill.js +1 -1
- package/build/icons/svgs/cloudSlash.js +1 -1
- package/build/icons/svgs/cloudSlashFill.js +1 -1
- package/build/icons/svgs/cloudSleet.js +1 -1
- package/build/icons/svgs/cloudSleetFill.js +1 -1
- package/build/icons/svgs/cloudSnow.js +1 -1
- package/build/icons/svgs/cloudSnowFill.js +1 -1
- package/build/icons/svgs/cloudSun.js +1 -1
- package/build/icons/svgs/cloudSunFill.js +1 -1
- package/build/icons/svgs/cloudUpload.js +1 -1
- package/build/icons/svgs/cloudUploadFill.js +1 -1
- package/build/icons/svgs/clouds.js +1 -1
- package/build/icons/svgs/cloudsFill.js +1 -1
- package/build/icons/svgs/cloudy.js +1 -1
- package/build/icons/svgs/cloudyFill.js +1 -1
- package/build/icons/svgs/code.js +1 -1
- package/build/icons/svgs/codeSlash.js +1 -1
- package/build/icons/svgs/codeSquare.js +1 -1
- package/build/icons/svgs/coin.js +1 -1
- package/build/icons/svgs/collection.js +1 -1
- package/build/icons/svgs/collectionFill.js +1 -1
- package/build/icons/svgs/collectionPlay.js +1 -1
- package/build/icons/svgs/collectionPlayFill.js +1 -1
- package/build/icons/svgs/columns.js +1 -1
- package/build/icons/svgs/columnsGap.js +1 -1
- package/build/icons/svgs/command.js +1 -1
- package/build/icons/svgs/compass.js +1 -1
- package/build/icons/svgs/compassFill.js +1 -1
- package/build/icons/svgs/cone.js +1 -1
- package/build/icons/svgs/coneStriped.js +1 -1
- package/build/icons/svgs/controller.js +1 -1
- package/build/icons/svgs/cpu.js +1 -1
- package/build/icons/svgs/cpuFill.js +1 -1
- package/build/icons/svgs/creditCard.js +1 -1
- package/build/icons/svgs/creditCard2Back.js +1 -1
- package/build/icons/svgs/creditCard2BackFill.js +1 -1
- package/build/icons/svgs/creditCard2Front.js +1 -1
- package/build/icons/svgs/creditCard2FrontFill.js +1 -1
- package/build/icons/svgs/creditCardFill.js +1 -1
- package/build/icons/svgs/crop.js +1 -1
- package/build/icons/svgs/cup.js +1 -1
- package/build/icons/svgs/cupFill.js +1 -1
- package/build/icons/svgs/cupStraw.js +1 -1
- package/build/icons/svgs/currencyBitcoin.js +1 -1
- package/build/icons/svgs/currencyDollar.js +1 -1
- package/build/icons/svgs/currencyEuro.js +1 -1
- package/build/icons/svgs/currencyExchange.js +1 -1
- package/build/icons/svgs/currencyPound.js +1 -1
- package/build/icons/svgs/currencyYen.js +1 -1
- package/build/icons/svgs/cursor.js +1 -1
- package/build/icons/svgs/cursorFill.js +1 -1
- package/build/icons/svgs/cursorText.js +1 -1
- package/build/icons/svgs/dash.js +1 -1
- package/build/icons/svgs/dashCircle.js +1 -1
- package/build/icons/svgs/dashCircleDotted.js +1 -1
- package/build/icons/svgs/dashCircleFill.js +1 -1
- package/build/icons/svgs/dashLg.js +1 -1
- package/build/icons/svgs/dashSquare.js +1 -1
- package/build/icons/svgs/dashSquareDotted.js +1 -1
- package/build/icons/svgs/dashSquareFill.js +1 -1
- package/build/icons/svgs/deviceHdd.js +1 -1
- package/build/icons/svgs/deviceHddFill.js +1 -1
- package/build/icons/svgs/deviceSsd.js +1 -1
- package/build/icons/svgs/deviceSsdFill.js +1 -1
- package/build/icons/svgs/diagram2.js +1 -1
- package/build/icons/svgs/diagram2Fill.js +1 -1
- package/build/icons/svgs/diagram3.js +1 -1
- package/build/icons/svgs/diagram3Fill.js +1 -1
- package/build/icons/svgs/diamond.js +1 -1
- package/build/icons/svgs/diamondFill.js +1 -1
- package/build/icons/svgs/diamondHalf.js +1 -1
- package/build/icons/svgs/dice1.js +1 -1
- package/build/icons/svgs/dice1Fill.js +1 -1
- package/build/icons/svgs/dice2.js +1 -1
- package/build/icons/svgs/dice2Fill.js +1 -1
- package/build/icons/svgs/dice3.js +1 -1
- package/build/icons/svgs/dice3Fill.js +1 -1
- package/build/icons/svgs/dice4.js +1 -1
- package/build/icons/svgs/dice4Fill.js +1 -1
- package/build/icons/svgs/dice5.js +1 -1
- package/build/icons/svgs/dice5Fill.js +1 -1
- package/build/icons/svgs/dice6.js +1 -1
- package/build/icons/svgs/dice6Fill.js +1 -1
- package/build/icons/svgs/disc.js +1 -1
- package/build/icons/svgs/discFill.js +1 -1
- package/build/icons/svgs/discord.js +1 -1
- package/build/icons/svgs/display.js +1 -1
- package/build/icons/svgs/displayFill.js +1 -1
- package/build/icons/svgs/displayport.js +1 -1
- package/build/icons/svgs/displayportFill.js +1 -1
- package/build/icons/svgs/distributeHorizontal.js +1 -1
- package/build/icons/svgs/distributeVertical.js +1 -1
- package/build/icons/svgs/doorClosed.js +1 -1
- package/build/icons/svgs/doorClosedFill.js +1 -1
- package/build/icons/svgs/doorOpen.js +1 -1
- package/build/icons/svgs/doorOpenFill.js +1 -1
- package/build/icons/svgs/dot.js +1 -1
- package/build/icons/svgs/download.js +1 -1
- package/build/icons/svgs/dpad.js +1 -1
- package/build/icons/svgs/dpadFill.js +1 -1
- package/build/icons/svgs/dribbble.js +1 -1
- package/build/icons/svgs/droplet.js +1 -1
- package/build/icons/svgs/dropletFill.js +1 -1
- package/build/icons/svgs/dropletHalf.js +1 -1
- package/build/icons/svgs/ear.js +1 -1
- package/build/icons/svgs/earFill.js +1 -1
- package/build/icons/svgs/earbuds.js +1 -1
- package/build/icons/svgs/easel.js +1 -1
- package/build/icons/svgs/easel2.js +1 -1
- package/build/icons/svgs/easel2Fill.js +1 -1
- package/build/icons/svgs/easel3.js +1 -1
- package/build/icons/svgs/easel3Fill.js +1 -1
- package/build/icons/svgs/easelFill.js +1 -1
- package/build/icons/svgs/egg.js +1 -1
- package/build/icons/svgs/eggFill.js +1 -1
- package/build/icons/svgs/eggFried.js +1 -1
- package/build/icons/svgs/eject.js +1 -1
- package/build/icons/svgs/ejectFill.js +1 -1
- package/build/icons/svgs/emojiAngry.js +1 -1
- package/build/icons/svgs/emojiAngryFill.js +1 -1
- package/build/icons/svgs/emojiDizzy.js +1 -1
- package/build/icons/svgs/emojiDizzyFill.js +1 -1
- package/build/icons/svgs/emojiExpressionless.js +1 -1
- package/build/icons/svgs/emojiExpressionlessFill.js +1 -1
- package/build/icons/svgs/emojiFrown.js +1 -1
- package/build/icons/svgs/emojiFrownFill.js +1 -1
- package/build/icons/svgs/emojiHeartEyes.js +1 -1
- package/build/icons/svgs/emojiHeartEyesFill.js +1 -1
- package/build/icons/svgs/emojiKiss.js +8 -0
- package/build/icons/svgs/emojiKissFill.js +8 -0
- package/build/icons/svgs/emojiLaughing.js +1 -1
- package/build/icons/svgs/emojiLaughingFill.js +1 -1
- package/build/icons/svgs/emojiNeutral.js +1 -1
- package/build/icons/svgs/emojiNeutralFill.js +1 -1
- package/build/icons/svgs/emojiSmile.js +1 -1
- package/build/icons/svgs/emojiSmileFill.js +1 -1
- package/build/icons/svgs/emojiSmileUpsideDown.js +1 -1
- package/build/icons/svgs/emojiSmileUpsideDownFill.js +1 -1
- package/build/icons/svgs/emojiSunglasses.js +1 -1
- package/build/icons/svgs/emojiSunglassesFill.js +1 -1
- package/build/icons/svgs/emojiWink.js +1 -1
- package/build/icons/svgs/emojiWinkFill.js +1 -1
- package/build/icons/svgs/envelope.js +1 -1
- package/build/icons/svgs/envelopeCheck.js +1 -1
- package/build/icons/svgs/envelopeCheckFill.js +1 -1
- package/build/icons/svgs/envelopeDash.js +1 -1
- package/build/icons/svgs/envelopeDashFill.js +1 -1
- package/build/icons/svgs/envelopeExclamation.js +1 -1
- package/build/icons/svgs/envelopeExclamationFill.js +1 -1
- package/build/icons/svgs/envelopeFill.js +1 -1
- package/build/icons/svgs/envelopeHeart.js +8 -0
- package/build/icons/svgs/envelopeHeartFill.js +8 -0
- package/build/icons/svgs/envelopeOpen.js +1 -1
- package/build/icons/svgs/envelopeOpenFill.js +1 -1
- package/build/icons/svgs/envelopeOpenHeart.js +8 -0
- package/build/icons/svgs/envelopeOpenHeartFill.js +8 -0
- package/build/icons/svgs/envelopePaper.js +8 -0
- package/build/icons/svgs/envelopePaperFill.js +8 -0
- package/build/icons/svgs/envelopePaperHeart.js +8 -0
- package/build/icons/svgs/envelopePaperHeartFill.js +8 -0
- package/build/icons/svgs/envelopePlus.js +1 -1
- package/build/icons/svgs/envelopePlusFill.js +1 -1
- package/build/icons/svgs/envelopeSlash.js +1 -1
- package/build/icons/svgs/envelopeSlashFill.js +1 -1
- package/build/icons/svgs/envelopeX.js +1 -1
- package/build/icons/svgs/envelopeXFill.js +1 -1
- package/build/icons/svgs/eraser.js +1 -1
- package/build/icons/svgs/eraserFill.js +1 -1
- package/build/icons/svgs/ethernet.js +1 -1
- package/build/icons/svgs/exclamation.js +1 -1
- package/build/icons/svgs/exclamationCircle.js +1 -1
- package/build/icons/svgs/exclamationCircleFill.js +1 -1
- package/build/icons/svgs/exclamationDiamond.js +1 -1
- package/build/icons/svgs/exclamationDiamondFill.js +1 -1
- package/build/icons/svgs/exclamationLg.js +1 -1
- package/build/icons/svgs/exclamationOctagon.js +1 -1
- package/build/icons/svgs/exclamationOctagonFill.js +1 -1
- package/build/icons/svgs/exclamationSquare.js +1 -1
- package/build/icons/svgs/exclamationSquareFill.js +1 -1
- package/build/icons/svgs/exclamationTriangle.js +1 -1
- package/build/icons/svgs/exclamationTriangleFill.js +1 -1
- package/build/icons/svgs/exclude.js +1 -1
- package/build/icons/svgs/explicit.js +1 -1
- package/build/icons/svgs/explicitFill.js +1 -1
- package/build/icons/svgs/eye.js +1 -1
- package/build/icons/svgs/eyeFill.js +1 -1
- package/build/icons/svgs/eyeSlash.js +1 -1
- package/build/icons/svgs/eyeSlashFill.js +1 -1
- package/build/icons/svgs/eyedropper.js +1 -1
- package/build/icons/svgs/eyeglasses.js +1 -1
- package/build/icons/svgs/facebook.js +1 -1
- package/build/icons/svgs/fan.js +1 -1
- package/build/icons/svgs/file.js +1 -1
- package/build/icons/svgs/fileArrowDown.js +1 -1
- package/build/icons/svgs/fileArrowDownFill.js +1 -1
- package/build/icons/svgs/fileArrowUp.js +1 -1
- package/build/icons/svgs/fileArrowUpFill.js +1 -1
- package/build/icons/svgs/fileBarGraph.js +1 -1
- package/build/icons/svgs/fileBarGraphFill.js +1 -1
- package/build/icons/svgs/fileBinary.js +1 -1
- package/build/icons/svgs/fileBinaryFill.js +1 -1
- package/build/icons/svgs/fileBreak.js +1 -1
- package/build/icons/svgs/fileBreakFill.js +1 -1
- package/build/icons/svgs/fileCheck.js +1 -1
- package/build/icons/svgs/fileCheckFill.js +1 -1
- package/build/icons/svgs/fileCode.js +1 -1
- package/build/icons/svgs/fileCodeFill.js +1 -1
- package/build/icons/svgs/fileDiff.js +1 -1
- package/build/icons/svgs/fileDiffFill.js +1 -1
- package/build/icons/svgs/fileEarmark.js +1 -1
- package/build/icons/svgs/fileEarmarkArrowDown.js +1 -1
- package/build/icons/svgs/fileEarmarkArrowDownFill.js +1 -1
- package/build/icons/svgs/fileEarmarkArrowUp.js +1 -1
- package/build/icons/svgs/fileEarmarkArrowUpFill.js +1 -1
- package/build/icons/svgs/fileEarmarkBarGraph.js +1 -1
- package/build/icons/svgs/fileEarmarkBarGraphFill.js +1 -1
- package/build/icons/svgs/fileEarmarkBinary.js +1 -1
- package/build/icons/svgs/fileEarmarkBinaryFill.js +1 -1
- package/build/icons/svgs/fileEarmarkBreak.js +1 -1
- package/build/icons/svgs/fileEarmarkBreakFill.js +1 -1
- package/build/icons/svgs/fileEarmarkCheck.js +1 -1
- package/build/icons/svgs/fileEarmarkCheckFill.js +1 -1
- package/build/icons/svgs/fileEarmarkCode.js +1 -1
- package/build/icons/svgs/fileEarmarkCodeFill.js +1 -1
- package/build/icons/svgs/fileEarmarkDiff.js +1 -1
- package/build/icons/svgs/fileEarmarkDiffFill.js +1 -1
- package/build/icons/svgs/fileEarmarkEasel.js +1 -1
- package/build/icons/svgs/fileEarmarkEaselFill.js +1 -1
- package/build/icons/svgs/fileEarmarkExcel.js +1 -1
- package/build/icons/svgs/fileEarmarkExcelFill.js +1 -1
- package/build/icons/svgs/fileEarmarkFill.js +1 -1
- package/build/icons/svgs/fileEarmarkFont.js +1 -1
- package/build/icons/svgs/fileEarmarkFontFill.js +1 -1
- package/build/icons/svgs/fileEarmarkImage.js +1 -1
- package/build/icons/svgs/fileEarmarkImageFill.js +1 -1
- package/build/icons/svgs/fileEarmarkLock.js +1 -1
- package/build/icons/svgs/fileEarmarkLock2.js +1 -1
- package/build/icons/svgs/fileEarmarkLock2Fill.js +1 -1
- package/build/icons/svgs/fileEarmarkLockFill.js +1 -1
- package/build/icons/svgs/fileEarmarkMedical.js +1 -1
- package/build/icons/svgs/fileEarmarkMedicalFill.js +1 -1
- package/build/icons/svgs/fileEarmarkMinus.js +1 -1
- package/build/icons/svgs/fileEarmarkMinusFill.js +1 -1
- package/build/icons/svgs/fileEarmarkMusic.js +1 -1
- package/build/icons/svgs/fileEarmarkMusicFill.js +1 -1
- package/build/icons/svgs/fileEarmarkPdf.js +1 -1
- package/build/icons/svgs/fileEarmarkPdfFill.js +1 -1
- package/build/icons/svgs/fileEarmarkPerson.js +1 -1
- package/build/icons/svgs/fileEarmarkPersonFill.js +1 -1
- package/build/icons/svgs/fileEarmarkPlay.js +1 -1
- package/build/icons/svgs/fileEarmarkPlayFill.js +1 -1
- package/build/icons/svgs/fileEarmarkPlus.js +1 -1
- package/build/icons/svgs/fileEarmarkPlusFill.js +1 -1
- package/build/icons/svgs/fileEarmarkPost.js +1 -1
- package/build/icons/svgs/fileEarmarkPostFill.js +1 -1
- package/build/icons/svgs/fileEarmarkPpt.js +1 -1
- package/build/icons/svgs/fileEarmarkPptFill.js +1 -1
- package/build/icons/svgs/fileEarmarkRichtext.js +1 -1
- package/build/icons/svgs/fileEarmarkRichtextFill.js +1 -1
- package/build/icons/svgs/fileEarmarkRuled.js +1 -1
- package/build/icons/svgs/fileEarmarkRuledFill.js +1 -1
- package/build/icons/svgs/fileEarmarkSlides.js +1 -1
- package/build/icons/svgs/fileEarmarkSlidesFill.js +1 -1
- package/build/icons/svgs/fileEarmarkSpreadsheet.js +1 -1
- package/build/icons/svgs/fileEarmarkSpreadsheetFill.js +1 -1
- package/build/icons/svgs/fileEarmarkText.js +1 -1
- package/build/icons/svgs/fileEarmarkTextFill.js +1 -1
- package/build/icons/svgs/fileEarmarkWord.js +1 -1
- package/build/icons/svgs/fileEarmarkWordFill.js +1 -1
- package/build/icons/svgs/fileEarmarkX.js +1 -1
- package/build/icons/svgs/fileEarmarkXFill.js +1 -1
- package/build/icons/svgs/fileEarmarkZip.js +1 -1
- package/build/icons/svgs/fileEarmarkZipFill.js +1 -1
- package/build/icons/svgs/fileEasel.js +1 -1
- package/build/icons/svgs/fileEaselFill.js +1 -1
- package/build/icons/svgs/fileExcel.js +1 -1
- package/build/icons/svgs/fileExcelFill.js +1 -1
- package/build/icons/svgs/fileFill.js +1 -1
- package/build/icons/svgs/fileFont.js +1 -1
- package/build/icons/svgs/fileFontFill.js +1 -1
- package/build/icons/svgs/fileImage.js +1 -1
- package/build/icons/svgs/fileImageFill.js +1 -1
- package/build/icons/svgs/fileLock.js +1 -1
- package/build/icons/svgs/fileLock2.js +1 -1
- package/build/icons/svgs/fileLock2Fill.js +1 -1
- package/build/icons/svgs/fileLockFill.js +1 -1
- package/build/icons/svgs/fileMedical.js +1 -1
- package/build/icons/svgs/fileMedicalFill.js +1 -1
- package/build/icons/svgs/fileMinus.js +1 -1
- package/build/icons/svgs/fileMinusFill.js +1 -1
- package/build/icons/svgs/fileMusic.js +1 -1
- package/build/icons/svgs/fileMusicFill.js +1 -1
- package/build/icons/svgs/filePdf.js +1 -1
- package/build/icons/svgs/filePdfFill.js +1 -1
- package/build/icons/svgs/filePerson.js +1 -1
- package/build/icons/svgs/filePersonFill.js +1 -1
- package/build/icons/svgs/filePlay.js +1 -1
- package/build/icons/svgs/filePlayFill.js +1 -1
- package/build/icons/svgs/filePlus.js +1 -1
- package/build/icons/svgs/filePlusFill.js +1 -1
- package/build/icons/svgs/filePost.js +1 -1
- package/build/icons/svgs/filePostFill.js +1 -1
- package/build/icons/svgs/filePpt.js +1 -1
- package/build/icons/svgs/filePptFill.js +1 -1
- package/build/icons/svgs/fileRichtext.js +1 -1
- package/build/icons/svgs/fileRichtextFill.js +1 -1
- package/build/icons/svgs/fileRuled.js +1 -1
- package/build/icons/svgs/fileRuledFill.js +1 -1
- package/build/icons/svgs/fileSlides.js +1 -1
- package/build/icons/svgs/fileSlidesFill.js +1 -1
- package/build/icons/svgs/fileSpreadsheet.js +1 -1
- package/build/icons/svgs/fileSpreadsheetFill.js +1 -1
- package/build/icons/svgs/fileText.js +1 -1
- package/build/icons/svgs/fileTextFill.js +1 -1
- package/build/icons/svgs/fileWord.js +1 -1
- package/build/icons/svgs/fileWordFill.js +1 -1
- package/build/icons/svgs/fileX.js +1 -1
- package/build/icons/svgs/fileXFill.js +1 -1
- package/build/icons/svgs/fileZip.js +1 -1
- package/build/icons/svgs/fileZipFill.js +1 -1
- package/build/icons/svgs/files.js +1 -1
- package/build/icons/svgs/filesAlt.js +1 -1
- package/build/icons/svgs/filetypeAac.js +8 -0
- package/build/icons/svgs/filetypeAi.js +8 -0
- package/build/icons/svgs/filetypeBmp.js +8 -0
- package/build/icons/svgs/filetypeCs.js +8 -0
- package/build/icons/svgs/filetypeCss.js +8 -0
- package/build/icons/svgs/filetypeCsv.js +8 -0
- package/build/icons/svgs/filetypeDoc.js +8 -0
- package/build/icons/svgs/filetypeDocx.js +8 -0
- package/build/icons/svgs/filetypeExe.js +8 -0
- package/build/icons/svgs/filetypeGif.js +8 -0
- package/build/icons/svgs/filetypeHeic.js +8 -0
- package/build/icons/svgs/filetypeHtml.js +8 -0
- package/build/icons/svgs/filetypeJava.js +8 -0
- package/build/icons/svgs/filetypeJpg.js +8 -0
- package/build/icons/svgs/filetypeJs.js +8 -0
- package/build/icons/svgs/filetypeJson.js +8 -0
- package/build/icons/svgs/filetypeJsx.js +8 -0
- package/build/icons/svgs/filetypeKey.js +8 -0
- package/build/icons/svgs/filetypeM4p.js +8 -0
- package/build/icons/svgs/filetypeMd.js +8 -0
- package/build/icons/svgs/filetypeMdx.js +8 -0
- package/build/icons/svgs/filetypeMov.js +8 -0
- package/build/icons/svgs/filetypeMp3.js +8 -0
- package/build/icons/svgs/filetypeMp4.js +8 -0
- package/build/icons/svgs/filetypeOtf.js +8 -0
- package/build/icons/svgs/filetypePdf.js +8 -0
- package/build/icons/svgs/filetypePhp.js +8 -0
- package/build/icons/svgs/filetypePng.js +8 -0
- package/build/icons/svgs/filetypePpt.js +8 -0
- package/build/icons/svgs/filetypePptx.js +8 -0
- package/build/icons/svgs/filetypePsd.js +8 -0
- package/build/icons/svgs/filetypePy.js +8 -0
- package/build/icons/svgs/filetypeRaw.js +8 -0
- package/build/icons/svgs/filetypeRb.js +8 -0
- package/build/icons/svgs/filetypeSass.js +8 -0
- package/build/icons/svgs/filetypeScss.js +8 -0
- package/build/icons/svgs/filetypeSh.js +8 -0
- package/build/icons/svgs/filetypeSvg.js +8 -0
- package/build/icons/svgs/filetypeTiff.js +8 -0
- package/build/icons/svgs/filetypeTsx.js +8 -0
- package/build/icons/svgs/filetypeTtf.js +8 -0
- package/build/icons/svgs/filetypeTxt.js +8 -0
- package/build/icons/svgs/filetypeWav.js +8 -0
- package/build/icons/svgs/filetypeWoff.js +8 -0
- package/build/icons/svgs/filetypeXls.js +8 -0
- package/build/icons/svgs/filetypeXlsx.js +8 -0
- package/build/icons/svgs/filetypeXml.js +8 -0
- package/build/icons/svgs/filetypeYml.js +8 -0
- package/build/icons/svgs/film.js +1 -1
- package/build/icons/svgs/filter.js +1 -1
- package/build/icons/svgs/filterCircle.js +1 -1
- package/build/icons/svgs/filterCircleFill.js +1 -1
- package/build/icons/svgs/filterLeft.js +1 -1
- package/build/icons/svgs/filterRight.js +1 -1
- package/build/icons/svgs/filterSquare.js +1 -1
- package/build/icons/svgs/filterSquareFill.js +1 -1
- package/build/icons/svgs/fingerprint.js +1 -1
- package/build/icons/svgs/flag.js +1 -1
- package/build/icons/svgs/flagFill.js +1 -1
- package/build/icons/svgs/flower1.js +1 -1
- package/build/icons/svgs/flower2.js +1 -1
- package/build/icons/svgs/flower3.js +1 -1
- package/build/icons/svgs/folder.js +1 -1
- package/build/icons/svgs/folder2.js +1 -1
- package/build/icons/svgs/folder2Open.js +1 -1
- package/build/icons/svgs/folderCheck.js +1 -1
- package/build/icons/svgs/folderFill.js +1 -1
- package/build/icons/svgs/folderMinus.js +1 -1
- package/build/icons/svgs/folderPlus.js +1 -1
- package/build/icons/svgs/folderSymlink.js +1 -1
- package/build/icons/svgs/folderSymlinkFill.js +1 -1
- package/build/icons/svgs/folderX.js +1 -1
- package/build/icons/svgs/fonts.js +1 -1
- package/build/icons/svgs/forward.js +1 -1
- package/build/icons/svgs/forwardFill.js +1 -1
- package/build/icons/svgs/front.js +1 -1
- package/build/icons/svgs/fullscreen.js +1 -1
- package/build/icons/svgs/fullscreenExit.js +1 -1
- package/build/icons/svgs/funnel.js +1 -1
- package/build/icons/svgs/funnelFill.js +1 -1
- package/build/icons/svgs/gear.js +1 -1
- package/build/icons/svgs/gearFill.js +1 -1
- package/build/icons/svgs/gearWide.js +1 -1
- package/build/icons/svgs/gearWideConnected.js +1 -1
- package/build/icons/svgs/gem.js +1 -1
- package/build/icons/svgs/genderAmbiguous.js +1 -1
- package/build/icons/svgs/genderFemale.js +1 -1
- package/build/icons/svgs/genderMale.js +1 -1
- package/build/icons/svgs/genderTrans.js +1 -1
- package/build/icons/svgs/geo.js +1 -1
- package/build/icons/svgs/geoAlt.js +1 -1
- package/build/icons/svgs/geoAltFill.js +1 -1
- package/build/icons/svgs/geoFill.js +1 -1
- package/build/icons/svgs/gift.js +1 -1
- package/build/icons/svgs/giftFill.js +1 -1
- package/build/icons/svgs/git.js +1 -1
- package/build/icons/svgs/github.js +1 -1
- package/build/icons/svgs/globe.js +1 -1
- package/build/icons/svgs/globe2.js +1 -1
- package/build/icons/svgs/google.js +1 -1
- package/build/icons/svgs/gpuCard.js +1 -1
- package/build/icons/svgs/graphDown.js +1 -1
- package/build/icons/svgs/graphDownArrow.js +1 -1
- package/build/icons/svgs/graphUp.js +1 -1
- package/build/icons/svgs/graphUpArrow.js +1 -1
- package/build/icons/svgs/grid.js +1 -1
- package/build/icons/svgs/grid1x2.js +1 -1
- package/build/icons/svgs/grid1x2Fill.js +1 -1
- package/build/icons/svgs/grid3x2.js +1 -1
- package/build/icons/svgs/grid3x2Gap.js +1 -1
- package/build/icons/svgs/grid3x2GapFill.js +1 -1
- package/build/icons/svgs/grid3x3.js +1 -1
- package/build/icons/svgs/grid3x3Gap.js +1 -1
- package/build/icons/svgs/grid3x3GapFill.js +1 -1
- package/build/icons/svgs/gridFill.js +1 -1
- package/build/icons/svgs/gripHorizontal.js +1 -1
- package/build/icons/svgs/gripVertical.js +1 -1
- package/build/icons/svgs/hammer.js +1 -1
- package/build/icons/svgs/handIndex.js +1 -1
- package/build/icons/svgs/handIndexFill.js +1 -1
- package/build/icons/svgs/handIndexThumb.js +1 -1
- package/build/icons/svgs/handIndexThumbFill.js +1 -1
- package/build/icons/svgs/handThumbsDown.js +1 -1
- package/build/icons/svgs/handThumbsDownFill.js +1 -1
- package/build/icons/svgs/handThumbsUp.js +1 -1
- package/build/icons/svgs/handThumbsUpFill.js +1 -1
- package/build/icons/svgs/handbag.js +1 -1
- package/build/icons/svgs/handbagFill.js +1 -1
- package/build/icons/svgs/hash.js +1 -1
- package/build/icons/svgs/hdd.js +1 -1
- package/build/icons/svgs/hddFill.js +1 -1
- package/build/icons/svgs/hddNetwork.js +1 -1
- package/build/icons/svgs/hddNetworkFill.js +1 -1
- package/build/icons/svgs/hddRack.js +1 -1
- package/build/icons/svgs/hddRackFill.js +1 -1
- package/build/icons/svgs/hddStack.js +1 -1
- package/build/icons/svgs/hddStackFill.js +1 -1
- package/build/icons/svgs/hdmi.js +1 -1
- package/build/icons/svgs/hdmiFill.js +1 -1
- package/build/icons/svgs/headphones.js +1 -1
- package/build/icons/svgs/headset.js +1 -1
- package/build/icons/svgs/headsetVr.js +1 -1
- package/build/icons/svgs/heart.js +1 -1
- package/build/icons/svgs/heartArrow.js +8 -0
- package/build/icons/svgs/heartFill.js +1 -1
- package/build/icons/svgs/heartHalf.js +1 -1
- package/build/icons/svgs/heartPulse.js +8 -0
- package/build/icons/svgs/heartPulseFill.js +8 -0
- package/build/icons/svgs/heartbreak.js +8 -0
- package/build/icons/svgs/heartbreakFill.js +8 -0
- package/build/icons/svgs/hearts.js +8 -0
- package/build/icons/svgs/heptagon.js +1 -1
- package/build/icons/svgs/heptagonFill.js +1 -1
- package/build/icons/svgs/heptagonHalf.js +1 -1
- package/build/icons/svgs/hexagon.js +1 -1
- package/build/icons/svgs/hexagonFill.js +1 -1
- package/build/icons/svgs/hexagonHalf.js +1 -1
- package/build/icons/svgs/hospital.js +8 -0
- package/build/icons/svgs/hospitalFill.js +8 -0
- package/build/icons/svgs/hourglass.js +1 -1
- package/build/icons/svgs/hourglassBottom.js +1 -1
- package/build/icons/svgs/hourglassSplit.js +1 -1
- package/build/icons/svgs/hourglassTop.js +1 -1
- package/build/icons/svgs/house.js +1 -1
- package/build/icons/svgs/houseDoor.js +1 -1
- package/build/icons/svgs/houseDoorFill.js +1 -1
- package/build/icons/svgs/houseFill.js +1 -1
- package/build/icons/svgs/houseHeart.js +8 -0
- package/build/icons/svgs/houseHeartFill.js +8 -0
- package/build/icons/svgs/hr.js +1 -1
- package/build/icons/svgs/hurricane.js +1 -1
- package/build/icons/svgs/hypnotize.js +1 -1
- package/build/icons/svgs/image.js +1 -1
- package/build/icons/svgs/imageAlt.js +1 -1
- package/build/icons/svgs/imageFill.js +1 -1
- package/build/icons/svgs/images.js +1 -1
- package/build/icons/svgs/inbox.js +1 -1
- package/build/icons/svgs/inboxFill.js +1 -1
- package/build/icons/svgs/inboxes.js +1 -1
- package/build/icons/svgs/inboxesFill.js +1 -1
- package/build/icons/svgs/incognito.js +8 -0
- package/build/icons/svgs/index.d.ts +296 -4
- package/build/icons/svgs/index.js +148 -2
- package/build/icons/svgs/infinity.js +1 -1
- package/build/icons/svgs/info.js +1 -1
- package/build/icons/svgs/infoCircle.js +1 -1
- package/build/icons/svgs/infoCircleFill.js +1 -1
- package/build/icons/svgs/infoLg.js +1 -1
- package/build/icons/svgs/infoSquare.js +1 -1
- package/build/icons/svgs/infoSquareFill.js +1 -1
- package/build/icons/svgs/inputCursor.js +1 -1
- package/build/icons/svgs/inputCursorText.js +1 -1
- package/build/icons/svgs/instagram.js +1 -1
- package/build/icons/svgs/intersect.js +1 -1
- package/build/icons/svgs/journal.js +1 -1
- package/build/icons/svgs/journalAlbum.js +1 -1
- package/build/icons/svgs/journalArrowDown.js +1 -1
- package/build/icons/svgs/journalArrowUp.js +1 -1
- package/build/icons/svgs/journalBookmark.js +1 -1
- package/build/icons/svgs/journalBookmarkFill.js +1 -1
- package/build/icons/svgs/journalCheck.js +1 -1
- package/build/icons/svgs/journalCode.js +1 -1
- package/build/icons/svgs/journalMedical.js +1 -1
- package/build/icons/svgs/journalMinus.js +1 -1
- package/build/icons/svgs/journalPlus.js +1 -1
- package/build/icons/svgs/journalRichtext.js +1 -1
- package/build/icons/svgs/journalText.js +1 -1
- package/build/icons/svgs/journalX.js +1 -1
- package/build/icons/svgs/journals.js +1 -1
- package/build/icons/svgs/joystick.js +1 -1
- package/build/icons/svgs/justify.js +1 -1
- package/build/icons/svgs/justifyLeft.js +1 -1
- package/build/icons/svgs/justifyRight.js +1 -1
- package/build/icons/svgs/kanban.js +1 -1
- package/build/icons/svgs/kanbanFill.js +1 -1
- package/build/icons/svgs/key.js +1 -1
- package/build/icons/svgs/keyFill.js +1 -1
- package/build/icons/svgs/keyboard.js +1 -1
- package/build/icons/svgs/keyboardFill.js +1 -1
- package/build/icons/svgs/ladder.js +1 -1
- package/build/icons/svgs/lamp.js +1 -1
- package/build/icons/svgs/lampFill.js +1 -1
- package/build/icons/svgs/laptop.js +1 -1
- package/build/icons/svgs/laptopFill.js +1 -1
- package/build/icons/svgs/layerBackward.js +1 -1
- package/build/icons/svgs/layerForward.js +1 -1
- package/build/icons/svgs/layers.js +1 -1
- package/build/icons/svgs/layersFill.js +1 -1
- package/build/icons/svgs/layersHalf.js +1 -1
- package/build/icons/svgs/layoutSidebar.js +1 -1
- package/build/icons/svgs/layoutSidebarInset.js +1 -1
- package/build/icons/svgs/layoutSidebarInsetReverse.js +1 -1
- package/build/icons/svgs/layoutSidebarReverse.js +1 -1
- package/build/icons/svgs/layoutSplit.js +1 -1
- package/build/icons/svgs/layoutTextSidebar.js +1 -1
- package/build/icons/svgs/layoutTextSidebarReverse.js +1 -1
- package/build/icons/svgs/layoutTextWindow.js +1 -1
- package/build/icons/svgs/layoutTextWindowReverse.js +1 -1
- package/build/icons/svgs/layoutThreeColumns.js +1 -1
- package/build/icons/svgs/layoutWtf.js +1 -1
- package/build/icons/svgs/lifePreserver.js +1 -1
- package/build/icons/svgs/lightbulb.js +1 -1
- package/build/icons/svgs/lightbulbFill.js +1 -1
- package/build/icons/svgs/lightbulbOff.js +1 -1
- package/build/icons/svgs/lightbulbOffFill.js +1 -1
- package/build/icons/svgs/lightning.js +1 -1
- package/build/icons/svgs/lightningCharge.js +1 -1
- package/build/icons/svgs/lightningChargeFill.js +1 -1
- package/build/icons/svgs/lightningFill.js +1 -1
- package/build/icons/svgs/line.js +1 -1
- package/build/icons/svgs/link.js +1 -1
- package/build/icons/svgs/link45deg.js +1 -1
- package/build/icons/svgs/linkedin.js +1 -1
- package/build/icons/svgs/list.js +1 -1
- package/build/icons/svgs/listCheck.js +1 -1
- package/build/icons/svgs/listColumns.js +1 -1
- package/build/icons/svgs/listColumnsReverse.js +1 -1
- package/build/icons/svgs/listNested.js +1 -1
- package/build/icons/svgs/listOl.js +1 -1
- package/build/icons/svgs/listStars.js +1 -1
- package/build/icons/svgs/listTask.js +1 -1
- package/build/icons/svgs/listUl.js +1 -1
- package/build/icons/svgs/lock.js +1 -1
- package/build/icons/svgs/lockFill.js +1 -1
- package/build/icons/svgs/magic.js +1 -1
- package/build/icons/svgs/magnet.js +8 -0
- package/build/icons/svgs/magnetFill.js +8 -0
- package/build/icons/svgs/mailbox.js +1 -1
- package/build/icons/svgs/mailbox2.js +1 -1
- package/build/icons/svgs/map.js +1 -1
- package/build/icons/svgs/mapFill.js +1 -1
- package/build/icons/svgs/markdown.js +1 -1
- package/build/icons/svgs/markdownFill.js +1 -1
- package/build/icons/svgs/mask.js +1 -1
- package/build/icons/svgs/mastodon.js +1 -1
- package/build/icons/svgs/medium.js +1 -1
- package/build/icons/svgs/megaphone.js +1 -1
- package/build/icons/svgs/megaphoneFill.js +1 -1
- package/build/icons/svgs/memory.js +1 -1
- package/build/icons/svgs/menuApp.js +1 -1
- package/build/icons/svgs/menuAppFill.js +1 -1
- package/build/icons/svgs/menuButton.js +1 -1
- package/build/icons/svgs/menuButtonFill.js +1 -1
- package/build/icons/svgs/menuButtonWide.js +1 -1
- package/build/icons/svgs/menuButtonWideFill.js +1 -1
- package/build/icons/svgs/menuDown.js +1 -1
- package/build/icons/svgs/menuUp.js +1 -1
- package/build/icons/svgs/messenger.js +1 -1
- package/build/icons/svgs/meta.js +1 -1
- package/build/icons/svgs/mic.js +1 -1
- package/build/icons/svgs/micFill.js +1 -1
- package/build/icons/svgs/micMute.js +1 -1
- package/build/icons/svgs/micMuteFill.js +1 -1
- package/build/icons/svgs/microsoft.js +1 -1
- package/build/icons/svgs/minecart.js +1 -1
- package/build/icons/svgs/minecartLoaded.js +1 -1
- package/build/icons/svgs/modem.js +1 -1
- package/build/icons/svgs/modemFill.js +1 -1
- package/build/icons/svgs/moisture.js +1 -1
- package/build/icons/svgs/moon.js +1 -1
- package/build/icons/svgs/moonFill.js +1 -1
- package/build/icons/svgs/moonStars.js +1 -1
- package/build/icons/svgs/moonStarsFill.js +1 -1
- package/build/icons/svgs/mortarboard.js +1 -1
- package/build/icons/svgs/mortarboardFill.js +1 -1
- package/build/icons/svgs/motherboard.js +1 -1
- package/build/icons/svgs/motherboardFill.js +1 -1
- package/build/icons/svgs/mouse.js +1 -1
- package/build/icons/svgs/mouse2.js +1 -1
- package/build/icons/svgs/mouse2Fill.js +1 -1
- package/build/icons/svgs/mouse3.js +1 -1
- package/build/icons/svgs/mouse3Fill.js +1 -1
- package/build/icons/svgs/mouseFill.js +1 -1
- package/build/icons/svgs/musicNote.js +1 -1
- package/build/icons/svgs/musicNoteBeamed.js +1 -1
- package/build/icons/svgs/musicNoteList.js +1 -1
- package/build/icons/svgs/musicPlayer.js +1 -1
- package/build/icons/svgs/musicPlayerFill.js +1 -1
- package/build/icons/svgs/newspaper.js +1 -1
- package/build/icons/svgs/nintendoSwitch.js +1 -1
- package/build/icons/svgs/nodeMinus.js +1 -1
- package/build/icons/svgs/nodeMinusFill.js +1 -1
- package/build/icons/svgs/nodePlus.js +1 -1
- package/build/icons/svgs/nodePlusFill.js +1 -1
- package/build/icons/svgs/nut.js +1 -1
- package/build/icons/svgs/nutFill.js +1 -1
- package/build/icons/svgs/octagon.js +1 -1
- package/build/icons/svgs/octagonFill.js +1 -1
- package/build/icons/svgs/octagonHalf.js +1 -1
- package/build/icons/svgs/opticalAudio.js +1 -1
- package/build/icons/svgs/opticalAudioFill.js +1 -1
- package/build/icons/svgs/option.js +1 -1
- package/build/icons/svgs/outlet.js +1 -1
- package/build/icons/svgs/paintBucket.js +1 -1
- package/build/icons/svgs/palette.js +1 -1
- package/build/icons/svgs/palette2.js +1 -1
- package/build/icons/svgs/paletteFill.js +1 -1
- package/build/icons/svgs/paperclip.js +1 -1
- package/build/icons/svgs/paragraph.js +1 -1
- package/build/icons/svgs/patchCheck.js +1 -1
- package/build/icons/svgs/patchCheckFill.js +1 -1
- package/build/icons/svgs/patchExclamation.js +1 -1
- package/build/icons/svgs/patchExclamationFill.js +1 -1
- package/build/icons/svgs/patchMinus.js +1 -1
- package/build/icons/svgs/patchMinusFill.js +1 -1
- package/build/icons/svgs/patchPlus.js +1 -1
- package/build/icons/svgs/patchPlusFill.js +1 -1
- package/build/icons/svgs/patchQuestion.js +1 -1
- package/build/icons/svgs/patchQuestionFill.js +1 -1
- package/build/icons/svgs/pause.js +1 -1
- package/build/icons/svgs/pauseBtn.js +1 -1
- package/build/icons/svgs/pauseBtnFill.js +1 -1
- package/build/icons/svgs/pauseCircle.js +1 -1
- package/build/icons/svgs/pauseCircleFill.js +1 -1
- package/build/icons/svgs/pauseFill.js +1 -1
- package/build/icons/svgs/paypal.js +1 -1
- package/build/icons/svgs/pc.js +1 -1
- package/build/icons/svgs/pcDisplay.js +1 -1
- package/build/icons/svgs/pcDisplayHorizontal.js +1 -1
- package/build/icons/svgs/pcHorizontal.js +1 -1
- package/build/icons/svgs/pciCard.js +1 -1
- package/build/icons/svgs/peace.js +1 -1
- package/build/icons/svgs/peaceFill.js +1 -1
- package/build/icons/svgs/pen.js +1 -1
- package/build/icons/svgs/penFill.js +1 -1
- package/build/icons/svgs/pencil.js +1 -1
- package/build/icons/svgs/pencilFill.js +1 -1
- package/build/icons/svgs/pencilSquare.js +1 -1
- package/build/icons/svgs/pentagon.js +1 -1
- package/build/icons/svgs/pentagonFill.js +1 -1
- package/build/icons/svgs/pentagonHalf.js +1 -1
- package/build/icons/svgs/people.js +1 -1
- package/build/icons/svgs/peopleFill.js +1 -1
- package/build/icons/svgs/percent.js +1 -1
- package/build/icons/svgs/person.js +1 -1
- package/build/icons/svgs/personBadge.js +1 -1
- package/build/icons/svgs/personBadgeFill.js +1 -1
- package/build/icons/svgs/personBoundingBox.js +1 -1
- package/build/icons/svgs/personCheck.js +1 -1
- package/build/icons/svgs/personCheckFill.js +1 -1
- package/build/icons/svgs/personCircle.js +1 -1
- package/build/icons/svgs/personDash.js +1 -1
- package/build/icons/svgs/personDashFill.js +1 -1
- package/build/icons/svgs/personFill.js +1 -1
- package/build/icons/svgs/personHeart.js +8 -0
- package/build/icons/svgs/personHearts.js +8 -0
- package/build/icons/svgs/personLinesFill.js +1 -1
- package/build/icons/svgs/personPlus.js +1 -1
- package/build/icons/svgs/personPlusFill.js +1 -1
- package/build/icons/svgs/personRolodex.js +1 -1
- package/build/icons/svgs/personSquare.js +1 -1
- package/build/icons/svgs/personVideo.js +1 -1
- package/build/icons/svgs/personVideo2.js +1 -1
- package/build/icons/svgs/personVideo3.js +1 -1
- package/build/icons/svgs/personWorkspace.js +1 -1
- package/build/icons/svgs/personX.js +1 -1
- package/build/icons/svgs/personXFill.js +1 -1
- package/build/icons/svgs/phone.js +1 -1
- package/build/icons/svgs/phoneFill.js +1 -1
- package/build/icons/svgs/phoneFlip.js +8 -0
- package/build/icons/svgs/phoneLandscape.js +1 -1
- package/build/icons/svgs/phoneLandscapeFill.js +1 -1
- package/build/icons/svgs/phoneVibrate.js +1 -1
- package/build/icons/svgs/phoneVibrateFill.js +1 -1
- package/build/icons/svgs/pieChart.js +1 -1
- package/build/icons/svgs/pieChartFill.js +1 -1
- package/build/icons/svgs/piggyBank.js +1 -1
- package/build/icons/svgs/piggyBankFill.js +1 -1
- package/build/icons/svgs/pin.js +1 -1
- package/build/icons/svgs/pinAngle.js +1 -1
- package/build/icons/svgs/pinAngleFill.js +1 -1
- package/build/icons/svgs/pinFill.js +1 -1
- package/build/icons/svgs/pinMap.js +1 -1
- package/build/icons/svgs/pinMapFill.js +1 -1
- package/build/icons/svgs/pinterest.js +1 -1
- package/build/icons/svgs/pip.js +1 -1
- package/build/icons/svgs/pipFill.js +1 -1
- package/build/icons/svgs/play.js +1 -1
- package/build/icons/svgs/playBtn.js +1 -1
- package/build/icons/svgs/playBtnFill.js +1 -1
- package/build/icons/svgs/playCircle.js +1 -1
- package/build/icons/svgs/playCircleFill.js +1 -1
- package/build/icons/svgs/playFill.js +1 -1
- package/build/icons/svgs/playstation.js +1 -1
- package/build/icons/svgs/plug.js +1 -1
- package/build/icons/svgs/plugFill.js +1 -1
- package/build/icons/svgs/plugin.js +8 -0
- package/build/icons/svgs/plus.js +1 -1
- package/build/icons/svgs/plusCircle.js +1 -1
- package/build/icons/svgs/plusCircleDotted.js +1 -1
- package/build/icons/svgs/plusCircleFill.js +1 -1
- package/build/icons/svgs/plusLg.js +1 -1
- package/build/icons/svgs/plusSlashMinus.js +1 -1
- package/build/icons/svgs/plusSquare.js +1 -1
- package/build/icons/svgs/plusSquareDotted.js +1 -1
- package/build/icons/svgs/plusSquareFill.js +1 -1
- package/build/icons/svgs/postage.js +8 -0
- package/build/icons/svgs/postageFill.js +8 -0
- package/build/icons/svgs/postageHeart.js +8 -0
- package/build/icons/svgs/postageHeartFill.js +8 -0
- package/build/icons/svgs/postcard.js +8 -0
- package/build/icons/svgs/postcardFill.js +8 -0
- package/build/icons/svgs/postcardHeart.js +8 -0
- package/build/icons/svgs/postcardHeartFill.js +8 -0
- package/build/icons/svgs/power.js +1 -1
- package/build/icons/svgs/printer.js +1 -1
- package/build/icons/svgs/printerFill.js +1 -1
- package/build/icons/svgs/projector.js +1 -1
- package/build/icons/svgs/projectorFill.js +1 -1
- package/build/icons/svgs/puzzle.js +1 -1
- package/build/icons/svgs/puzzleFill.js +1 -1
- package/build/icons/svgs/qrCode.js +1 -1
- package/build/icons/svgs/qrCodeScan.js +1 -1
- package/build/icons/svgs/question.js +1 -1
- package/build/icons/svgs/questionCircle.js +1 -1
- package/build/icons/svgs/questionCircleFill.js +1 -1
- package/build/icons/svgs/questionDiamond.js +1 -1
- package/build/icons/svgs/questionDiamondFill.js +1 -1
- package/build/icons/svgs/questionLg.js +1 -1
- package/build/icons/svgs/questionOctagon.js +1 -1
- package/build/icons/svgs/questionOctagonFill.js +1 -1
- package/build/icons/svgs/questionSquare.js +1 -1
- package/build/icons/svgs/questionSquareFill.js +1 -1
- package/build/icons/svgs/quora.js +1 -1
- package/build/icons/svgs/quote.js +1 -1
- package/build/icons/svgs/radioactive.js +1 -1
- package/build/icons/svgs/rainbow.js +1 -1
- package/build/icons/svgs/receipt.js +1 -1
- package/build/icons/svgs/receiptCutoff.js +1 -1
- package/build/icons/svgs/reception0.js +1 -1
- package/build/icons/svgs/reception1.js +1 -1
- package/build/icons/svgs/reception2.js +1 -1
- package/build/icons/svgs/reception3.js +1 -1
- package/build/icons/svgs/reception4.js +1 -1
- package/build/icons/svgs/record.js +1 -1
- package/build/icons/svgs/record2.js +1 -1
- package/build/icons/svgs/record2Fill.js +1 -1
- package/build/icons/svgs/recordBtn.js +1 -1
- package/build/icons/svgs/recordBtnFill.js +1 -1
- package/build/icons/svgs/recordCircle.js +1 -1
- package/build/icons/svgs/recordCircleFill.js +1 -1
- package/build/icons/svgs/recordFill.js +1 -1
- package/build/icons/svgs/recycle.js +1 -1
- package/build/icons/svgs/reddit.js +1 -1
- package/build/icons/svgs/reply.js +1 -1
- package/build/icons/svgs/replyAll.js +1 -1
- package/build/icons/svgs/replyAllFill.js +1 -1
- package/build/icons/svgs/replyFill.js +1 -1
- package/build/icons/svgs/robot.js +1 -1
- package/build/icons/svgs/router.js +1 -1
- package/build/icons/svgs/routerFill.js +1 -1
- package/build/icons/svgs/rss.js +1 -1
- package/build/icons/svgs/rssFill.js +1 -1
- package/build/icons/svgs/rulers.js +1 -1
- package/build/icons/svgs/safe.js +1 -1
- package/build/icons/svgs/safe2.js +1 -1
- package/build/icons/svgs/safe2Fill.js +1 -1
- package/build/icons/svgs/safeFill.js +1 -1
- package/build/icons/svgs/save.js +1 -1
- package/build/icons/svgs/save2.js +1 -1
- package/build/icons/svgs/save2Fill.js +1 -1
- package/build/icons/svgs/saveFill.js +1 -1
- package/build/icons/svgs/scissors.js +1 -1
- package/build/icons/svgs/screwdriver.js +1 -1
- package/build/icons/svgs/sdCard.js +1 -1
- package/build/icons/svgs/sdCardFill.js +1 -1
- package/build/icons/svgs/search.js +1 -1
- package/build/icons/svgs/searchHeart.js +8 -0
- package/build/icons/svgs/searchHeartFill.js +8 -0
- package/build/icons/svgs/segmentedNav.js +1 -1
- package/build/icons/svgs/send.js +1 -1
- package/build/icons/svgs/sendCheck.js +1 -1
- package/build/icons/svgs/sendCheckFill.js +1 -1
- package/build/icons/svgs/sendDash.js +1 -1
- package/build/icons/svgs/sendDashFill.js +1 -1
- package/build/icons/svgs/sendExclamation.js +1 -1
- package/build/icons/svgs/sendExclamationFill.js +1 -1
- package/build/icons/svgs/sendFill.js +1 -1
- package/build/icons/svgs/sendPlus.js +1 -1
- package/build/icons/svgs/sendPlusFill.js +1 -1
- package/build/icons/svgs/sendSlash.js +1 -1
- package/build/icons/svgs/sendSlashFill.js +1 -1
- package/build/icons/svgs/sendX.js +1 -1
- package/build/icons/svgs/sendXFill.js +1 -1
- package/build/icons/svgs/server.js +1 -1
- package/build/icons/svgs/share.js +1 -1
- package/build/icons/svgs/shareFill.js +1 -1
- package/build/icons/svgs/shield.js +1 -1
- package/build/icons/svgs/shieldCheck.js +1 -1
- package/build/icons/svgs/shieldExclamation.js +1 -1
- package/build/icons/svgs/shieldFill.js +1 -1
- package/build/icons/svgs/shieldFillCheck.js +1 -1
- package/build/icons/svgs/shieldFillExclamation.js +1 -1
- package/build/icons/svgs/shieldFillMinus.js +1 -1
- package/build/icons/svgs/shieldFillPlus.js +1 -1
- package/build/icons/svgs/shieldFillX.js +1 -1
- package/build/icons/svgs/shieldLock.js +1 -1
- package/build/icons/svgs/shieldLockFill.js +1 -1
- package/build/icons/svgs/shieldMinus.js +1 -1
- package/build/icons/svgs/shieldPlus.js +1 -1
- package/build/icons/svgs/shieldShaded.js +1 -1
- package/build/icons/svgs/shieldSlash.js +1 -1
- package/build/icons/svgs/shieldSlashFill.js +1 -1
- package/build/icons/svgs/shieldX.js +1 -1
- package/build/icons/svgs/shift.js +1 -1
- package/build/icons/svgs/shiftFill.js +1 -1
- package/build/icons/svgs/shop.js +1 -1
- package/build/icons/svgs/shopWindow.js +1 -1
- package/build/icons/svgs/shuffle.js +1 -1
- package/build/icons/svgs/signal.js +1 -1
- package/build/icons/svgs/signpost.js +1 -1
- package/build/icons/svgs/signpost2.js +1 -1
- package/build/icons/svgs/signpost2Fill.js +1 -1
- package/build/icons/svgs/signpostFill.js +1 -1
- package/build/icons/svgs/signpostSplit.js +1 -1
- package/build/icons/svgs/signpostSplitFill.js +1 -1
- package/build/icons/svgs/sim.js +1 -1
- package/build/icons/svgs/simFill.js +1 -1
- package/build/icons/svgs/skipBackward.js +1 -1
- package/build/icons/svgs/skipBackwardBtn.js +1 -1
- package/build/icons/svgs/skipBackwardBtnFill.js +1 -1
- package/build/icons/svgs/skipBackwardCircle.js +1 -1
- package/build/icons/svgs/skipBackwardCircleFill.js +1 -1
- package/build/icons/svgs/skipBackwardFill.js +1 -1
- package/build/icons/svgs/skipEnd.js +1 -1
- package/build/icons/svgs/skipEndBtn.js +1 -1
- package/build/icons/svgs/skipEndBtnFill.js +1 -1
- package/build/icons/svgs/skipEndCircle.js +1 -1
- package/build/icons/svgs/skipEndCircleFill.js +1 -1
- package/build/icons/svgs/skipEndFill.js +1 -1
- package/build/icons/svgs/skipForward.js +1 -1
- package/build/icons/svgs/skipForwardBtn.js +1 -1
- package/build/icons/svgs/skipForwardBtnFill.js +1 -1
- package/build/icons/svgs/skipForwardCircle.js +1 -1
- package/build/icons/svgs/skipForwardCircleFill.js +1 -1
- package/build/icons/svgs/skipForwardFill.js +1 -1
- package/build/icons/svgs/skipStart.js +1 -1
- package/build/icons/svgs/skipStartBtn.js +1 -1
- package/build/icons/svgs/skipStartBtnFill.js +1 -1
- package/build/icons/svgs/skipStartCircle.js +1 -1
- package/build/icons/svgs/skipStartCircleFill.js +1 -1
- package/build/icons/svgs/skipStartFill.js +1 -1
- package/build/icons/svgs/skype.js +1 -1
- package/build/icons/svgs/slack.js +1 -1
- package/build/icons/svgs/slash.js +1 -1
- package/build/icons/svgs/slashCircle.js +1 -1
- package/build/icons/svgs/slashCircleFill.js +1 -1
- package/build/icons/svgs/slashLg.js +1 -1
- package/build/icons/svgs/slashSquare.js +1 -1
- package/build/icons/svgs/slashSquareFill.js +1 -1
- package/build/icons/svgs/sliders.js +1 -1
- package/build/icons/svgs/sliders2.js +8 -0
- package/build/icons/svgs/sliders2Vertical.js +8 -0
- package/build/icons/svgs/smartwatch.js +1 -1
- package/build/icons/svgs/snapchat.js +1 -1
- package/build/icons/svgs/snow.js +1 -1
- package/build/icons/svgs/snow2.js +1 -1
- package/build/icons/svgs/snow3.js +1 -1
- package/build/icons/svgs/sortAlphaDown.js +1 -1
- package/build/icons/svgs/sortAlphaDownAlt.js +1 -1
- package/build/icons/svgs/sortAlphaUp.js +1 -1
- package/build/icons/svgs/sortAlphaUpAlt.js +1 -1
- package/build/icons/svgs/sortDown.js +1 -1
- package/build/icons/svgs/sortDownAlt.js +1 -1
- package/build/icons/svgs/sortNumericDown.js +1 -1
- package/build/icons/svgs/sortNumericDownAlt.js +1 -1
- package/build/icons/svgs/sortNumericUp.js +1 -1
- package/build/icons/svgs/sortNumericUpAlt.js +1 -1
- package/build/icons/svgs/sortUp.js +1 -1
- package/build/icons/svgs/sortUpAlt.js +1 -1
- package/build/icons/svgs/soundwave.js +1 -1
- package/build/icons/svgs/speaker.js +1 -1
- package/build/icons/svgs/speakerFill.js +1 -1
- package/build/icons/svgs/speedometer.js +1 -1
- package/build/icons/svgs/speedometer2.js +1 -1
- package/build/icons/svgs/spellcheck.js +1 -1
- package/build/icons/svgs/spotify.js +1 -1
- package/build/icons/svgs/square.js +1 -1
- package/build/icons/svgs/squareFill.js +1 -1
- package/build/icons/svgs/squareHalf.js +1 -1
- package/build/icons/svgs/stack.js +1 -1
- package/build/icons/svgs/stackOverflow.js +1 -1
- package/build/icons/svgs/star.js +1 -1
- package/build/icons/svgs/starFill.js +1 -1
- package/build/icons/svgs/starHalf.js +1 -1
- package/build/icons/svgs/stars.js +1 -1
- package/build/icons/svgs/steam.js +1 -1
- package/build/icons/svgs/stickies.js +1 -1
- package/build/icons/svgs/stickiesFill.js +1 -1
- package/build/icons/svgs/sticky.js +1 -1
- package/build/icons/svgs/stickyFill.js +1 -1
- package/build/icons/svgs/stop.js +1 -1
- package/build/icons/svgs/stopBtn.js +1 -1
- package/build/icons/svgs/stopBtnFill.js +1 -1
- package/build/icons/svgs/stopCircle.js +1 -1
- package/build/icons/svgs/stopCircleFill.js +1 -1
- package/build/icons/svgs/stopFill.js +1 -1
- package/build/icons/svgs/stoplights.js +1 -1
- package/build/icons/svgs/stoplightsFill.js +1 -1
- package/build/icons/svgs/stopwatch.js +1 -1
- package/build/icons/svgs/stopwatchFill.js +1 -1
- package/build/icons/svgs/strava.js +1 -1
- package/build/icons/svgs/subtract.js +1 -1
- package/build/icons/svgs/suitClub.js +1 -1
- package/build/icons/svgs/suitClubFill.js +1 -1
- package/build/icons/svgs/suitDiamond.js +1 -1
- package/build/icons/svgs/suitDiamondFill.js +1 -1
- package/build/icons/svgs/suitHeart.js +1 -1
- package/build/icons/svgs/suitHeartFill.js +1 -1
- package/build/icons/svgs/suitSpade.js +1 -1
- package/build/icons/svgs/suitSpadeFill.js +1 -1
- package/build/icons/svgs/sun.js +1 -1
- package/build/icons/svgs/sunFill.js +1 -1
- package/build/icons/svgs/sunglasses.js +1 -1
- package/build/icons/svgs/sunrise.js +1 -1
- package/build/icons/svgs/sunriseFill.js +1 -1
- package/build/icons/svgs/sunset.js +1 -1
- package/build/icons/svgs/sunsetFill.js +1 -1
- package/build/icons/svgs/symmetryHorizontal.js +1 -1
- package/build/icons/svgs/symmetryVertical.js +1 -1
- package/build/icons/svgs/table.js +1 -1
- package/build/icons/svgs/tablet.js +1 -1
- package/build/icons/svgs/tabletFill.js +1 -1
- package/build/icons/svgs/tabletLandscape.js +1 -1
- package/build/icons/svgs/tabletLandscapeFill.js +1 -1
- package/build/icons/svgs/tag.js +1 -1
- package/build/icons/svgs/tagFill.js +1 -1
- package/build/icons/svgs/tags.js +1 -1
- package/build/icons/svgs/tagsFill.js +1 -1
- package/build/icons/svgs/telegram.js +1 -1
- package/build/icons/svgs/telephone.js +1 -1
- package/build/icons/svgs/telephoneFill.js +1 -1
- package/build/icons/svgs/telephoneForward.js +1 -1
- package/build/icons/svgs/telephoneForwardFill.js +1 -1
- package/build/icons/svgs/telephoneInbound.js +1 -1
- package/build/icons/svgs/telephoneInboundFill.js +1 -1
- package/build/icons/svgs/telephoneMinus.js +1 -1
- package/build/icons/svgs/telephoneMinusFill.js +1 -1
- package/build/icons/svgs/telephoneOutbound.js +1 -1
- package/build/icons/svgs/telephoneOutboundFill.js +1 -1
- package/build/icons/svgs/telephonePlus.js +1 -1
- package/build/icons/svgs/telephonePlusFill.js +1 -1
- package/build/icons/svgs/telephoneX.js +1 -1
- package/build/icons/svgs/telephoneXFill.js +1 -1
- package/build/icons/svgs/terminal.js +1 -1
- package/build/icons/svgs/terminalDash.js +1 -1
- package/build/icons/svgs/terminalFill.js +1 -1
- package/build/icons/svgs/terminalPlus.js +1 -1
- package/build/icons/svgs/terminalSplit.js +1 -1
- package/build/icons/svgs/terminalX.js +1 -1
- package/build/icons/svgs/textCenter.js +1 -1
- package/build/icons/svgs/textIndentLeft.js +1 -1
- package/build/icons/svgs/textIndentRight.js +1 -1
- package/build/icons/svgs/textLeft.js +1 -1
- package/build/icons/svgs/textParagraph.js +1 -1
- package/build/icons/svgs/textRight.js +1 -1
- package/build/icons/svgs/textarea.js +1 -1
- package/build/icons/svgs/textareaResize.js +1 -1
- package/build/icons/svgs/textareaT.js +1 -1
- package/build/icons/svgs/thermometer.js +1 -1
- package/build/icons/svgs/thermometerHalf.js +1 -1
- package/build/icons/svgs/thermometerHigh.js +1 -1
- package/build/icons/svgs/thermometerLow.js +1 -1
- package/build/icons/svgs/thermometerSnow.js +1 -1
- package/build/icons/svgs/thermometerSun.js +1 -1
- package/build/icons/svgs/threeDots.js +1 -1
- package/build/icons/svgs/threeDotsVertical.js +1 -1
- package/build/icons/svgs/thunderbolt.js +1 -1
- package/build/icons/svgs/thunderboltFill.js +1 -1
- package/build/icons/svgs/ticket.js +1 -1
- package/build/icons/svgs/ticketDetailed.js +1 -1
- package/build/icons/svgs/ticketDetailedFill.js +1 -1
- package/build/icons/svgs/ticketFill.js +1 -1
- package/build/icons/svgs/ticketPerforated.js +8 -0
- package/build/icons/svgs/ticketPerforatedFill.js +8 -0
- package/build/icons/svgs/tiktok.js +1 -1
- package/build/icons/svgs/toggle2Off.js +1 -1
- package/build/icons/svgs/toggle2On.js +1 -1
- package/build/icons/svgs/toggleOff.js +1 -1
- package/build/icons/svgs/toggleOn.js +1 -1
- package/build/icons/svgs/toggles.js +1 -1
- package/build/icons/svgs/toggles2.js +1 -1
- package/build/icons/svgs/tools.js +1 -1
- package/build/icons/svgs/tornado.js +1 -1
- package/build/icons/svgs/translate.js +1 -1
- package/build/icons/svgs/trash.js +1 -1
- package/build/icons/svgs/trash2.js +1 -1
- package/build/icons/svgs/trash2Fill.js +1 -1
- package/build/icons/svgs/trash3.js +8 -0
- package/build/icons/svgs/trash3Fill.js +8 -0
- package/build/icons/svgs/trashFill.js +1 -1
- package/build/icons/svgs/tree.js +1 -1
- package/build/icons/svgs/treeFill.js +1 -1
- package/build/icons/svgs/triangle.js +1 -1
- package/build/icons/svgs/triangleFill.js +1 -1
- package/build/icons/svgs/triangleHalf.js +1 -1
- package/build/icons/svgs/trophy.js +1 -1
- package/build/icons/svgs/trophyFill.js +1 -1
- package/build/icons/svgs/tropicalStorm.js +1 -1
- package/build/icons/svgs/truck.js +1 -1
- package/build/icons/svgs/truckFlatbed.js +1 -1
- package/build/icons/svgs/tsunami.js +1 -1
- package/build/icons/svgs/tv.js +1 -1
- package/build/icons/svgs/tvFill.js +1 -1
- package/build/icons/svgs/twitch.js +1 -1
- package/build/icons/svgs/twitter.js +1 -1
- package/build/icons/svgs/type.js +1 -1
- package/build/icons/svgs/typeBold.js +1 -1
- package/build/icons/svgs/typeH1.js +1 -1
- package/build/icons/svgs/typeH2.js +1 -1
- package/build/icons/svgs/typeH3.js +1 -1
- package/build/icons/svgs/typeItalic.js +1 -1
- package/build/icons/svgs/typeStrikethrough.js +1 -1
- package/build/icons/svgs/typeUnderline.js +1 -1
- package/build/icons/svgs/uiChecks.js +1 -1
- package/build/icons/svgs/uiChecksGrid.js +1 -1
- package/build/icons/svgs/uiRadios.js +1 -1
- package/build/icons/svgs/uiRadiosGrid.js +1 -1
- package/build/icons/svgs/umbrella.js +1 -1
- package/build/icons/svgs/umbrellaFill.js +1 -1
- package/build/icons/svgs/union.js +1 -1
- package/build/icons/svgs/unlock.js +1 -1
- package/build/icons/svgs/unlockFill.js +1 -1
- package/build/icons/svgs/upc.js +1 -1
- package/build/icons/svgs/upcScan.js +1 -1
- package/build/icons/svgs/upload.js +1 -1
- package/build/icons/svgs/usb.js +1 -1
- package/build/icons/svgs/usbC.js +1 -1
- package/build/icons/svgs/usbCFill.js +1 -1
- package/build/icons/svgs/usbDrive.js +1 -1
- package/build/icons/svgs/usbDriveFill.js +1 -1
- package/build/icons/svgs/usbFill.js +1 -1
- package/build/icons/svgs/usbMicro.js +1 -1
- package/build/icons/svgs/usbMicroFill.js +1 -1
- package/build/icons/svgs/usbMini.js +1 -1
- package/build/icons/svgs/usbMiniFill.js +1 -1
- package/build/icons/svgs/usbPlug.js +1 -1
- package/build/icons/svgs/usbPlugFill.js +1 -1
- package/build/icons/svgs/usbSymbol.js +1 -1
- package/build/icons/svgs/valentine.js +8 -0
- package/build/icons/svgs/valentine2.js +8 -0
- package/build/icons/svgs/vectorPen.js +1 -1
- package/build/icons/svgs/viewList.js +1 -1
- package/build/icons/svgs/viewStacked.js +1 -1
- package/build/icons/svgs/vimeo.js +1 -1
- package/build/icons/svgs/vinyl.js +1 -1
- package/build/icons/svgs/vinylFill.js +1 -1
- package/build/icons/svgs/voicemail.js +1 -1
- package/build/icons/svgs/volumeDown.js +1 -1
- package/build/icons/svgs/volumeDownFill.js +1 -1
- package/build/icons/svgs/volumeMute.js +1 -1
- package/build/icons/svgs/volumeMuteFill.js +1 -1
- package/build/icons/svgs/volumeOff.js +1 -1
- package/build/icons/svgs/volumeOffFill.js +1 -1
- package/build/icons/svgs/volumeUp.js +1 -1
- package/build/icons/svgs/volumeUpFill.js +1 -1
- package/build/icons/svgs/vr.js +1 -1
- package/build/icons/svgs/wallet.js +1 -1
- package/build/icons/svgs/wallet2.js +1 -1
- package/build/icons/svgs/walletFill.js +1 -1
- package/build/icons/svgs/watch.js +1 -1
- package/build/icons/svgs/water.js +1 -1
- package/build/icons/svgs/webcam.js +1 -1
- package/build/icons/svgs/webcamFill.js +1 -1
- package/build/icons/svgs/whatsapp.js +1 -1
- package/build/icons/svgs/wifi.js +1 -1
- package/build/icons/svgs/wifi1.js +1 -1
- package/build/icons/svgs/wifi2.js +1 -1
- package/build/icons/svgs/wifiOff.js +1 -1
- package/build/icons/svgs/wind.js +1 -1
- package/build/icons/svgs/windowDash.js +1 -1
- package/build/icons/svgs/windowDesktop.js +1 -1
- package/build/icons/svgs/windowDock.js +1 -1
- package/build/icons/svgs/windowFullscreen.js +1 -1
- package/build/icons/svgs/windowPlus.js +1 -1
- package/build/icons/svgs/windowSidebar.js +1 -1
- package/build/icons/svgs/windowSplit.js +1 -1
- package/build/icons/svgs/windowStack.js +1 -1
- package/build/icons/svgs/windowX.js +1 -1
- package/build/icons/svgs/windows.js +1 -1
- package/build/icons/svgs/wordpress.js +1 -1
- package/build/icons/svgs/wrench.js +1 -1
- package/build/icons/svgs/wrenchAdjustable.js +8 -0
- package/build/icons/svgs/wrenchAdjustableCircleFill.js +8 -0
- package/build/icons/svgs/wrenchAdjustableCricle.js +8 -0
- package/build/icons/svgs/x.js +1 -1
- package/build/icons/svgs/xCircle.js +1 -1
- package/build/icons/svgs/xCircleFill.js +1 -1
- package/build/icons/svgs/xDiamond.js +1 -1
- package/build/icons/svgs/xDiamondFill.js +1 -1
- package/build/icons/svgs/xLg.js +1 -1
- package/build/icons/svgs/xOctagon.js +1 -1
- package/build/icons/svgs/xOctagonFill.js +1 -1
- package/build/icons/svgs/xSquare.js +1 -1
- package/build/icons/svgs/xSquareFill.js +1 -1
- package/build/icons/svgs/xbox.js +1 -1
- package/build/icons/svgs/yinYang.js +1 -1
- package/build/icons/svgs/youtube.js +1 -1
- package/build/icons/svgs/zoomIn.js +1 -1
- package/build/icons/svgs/zoomOut.js +1 -1
- package/dist/gd-bs-icons.js +4115 -2448
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +21 -0
- package/dist/gd-bs.js +786 -725
- package/dist/gd-bs.min.js +1 -1
- package/generateIcons.js +1 -1
- package/index.html +4 -1
- package/package.json +13 -13
- package/pnpm-lock.yaml +809 -774
- package/src/components/breadcrumb/index.ts +77 -11
- package/src/components/breadcrumb/item.ts +10 -0
- package/src/components/breadcrumb/types.d.ts +18 -0
- package/src/components/dropdown/index.ts +1 -1
- package/src/components/modal/index.ts +17 -1
- package/src/components/modal/types.d.ts +3 -0
- package/src/icons/iconTypes.ts +1609 -1463
- package/src/icons/index.d.ts +296 -4
- package/src/icons/index.ts +1905 -1467
- package/src/icons/svgs/_123.ts +1 -3
- package/src/icons/svgs/activity.ts +1 -3
- package/src/icons/svgs/alarm.ts +1 -4
- package/src/icons/svgs/alarmFill.ts +1 -3
- package/src/icons/svgs/alignBottom.ts +1 -4
- package/src/icons/svgs/alignCenter.ts +1 -3
- package/src/icons/svgs/alignEnd.ts +1 -4
- package/src/icons/svgs/alignMiddle.ts +1 -3
- package/src/icons/svgs/alignStart.ts +1 -4
- package/src/icons/svgs/alignTop.ts +1 -4
- package/src/icons/svgs/alt.ts +1 -3
- package/src/icons/svgs/app.ts +1 -3
- package/src/icons/svgs/appIndicator.ts +1 -4
- package/src/icons/svgs/appWindow.ts +1 -4
- package/src/icons/svgs/apple.ts +1 -4
- package/src/icons/svgs/archive.ts +1 -3
- package/src/icons/svgs/archiveFill.ts +1 -3
- package/src/icons/svgs/arrow90degDown.ts +1 -3
- package/src/icons/svgs/arrow90degLeft.ts +1 -3
- package/src/icons/svgs/arrow90degRight.ts +1 -3
- package/src/icons/svgs/arrow90degUp.ts +1 -3
- package/src/icons/svgs/arrowBarDown.ts +1 -3
- package/src/icons/svgs/arrowBarLeft.ts +1 -3
- package/src/icons/svgs/arrowBarRight.ts +1 -3
- package/src/icons/svgs/arrowBarUp.ts +1 -3
- package/src/icons/svgs/arrowClockwise.ts +1 -4
- package/src/icons/svgs/arrowCounterclockwise.ts +1 -4
- package/src/icons/svgs/arrowDown.ts +1 -3
- package/src/icons/svgs/arrowDownCircle.ts +1 -3
- package/src/icons/svgs/arrowDownCircleFill.ts +1 -3
- package/src/icons/svgs/arrowDownLeft.ts +1 -3
- package/src/icons/svgs/arrowDownLeftCircle.ts +1 -3
- package/src/icons/svgs/arrowDownLeftCircleFill.ts +1 -3
- package/src/icons/svgs/arrowDownLeftSquare.ts +1 -3
- package/src/icons/svgs/arrowDownLeftSquareFill.ts +1 -3
- package/src/icons/svgs/arrowDownRight.ts +1 -3
- package/src/icons/svgs/arrowDownRightCircle.ts +1 -3
- package/src/icons/svgs/arrowDownRightCircleFill.ts +1 -3
- package/src/icons/svgs/arrowDownRightSquare.ts +1 -3
- package/src/icons/svgs/arrowDownRightSquareFill.ts +1 -3
- package/src/icons/svgs/arrowDownShort.ts +1 -3
- package/src/icons/svgs/arrowDownSquare.ts +1 -3
- package/src/icons/svgs/arrowDownSquareFill.ts +1 -3
- package/src/icons/svgs/arrowDownUp.ts +1 -3
- package/src/icons/svgs/arrowLeft.ts +1 -3
- package/src/icons/svgs/arrowLeftCircle.ts +1 -3
- package/src/icons/svgs/arrowLeftCircleFill.ts +1 -3
- package/src/icons/svgs/arrowLeftRight.ts +1 -3
- package/src/icons/svgs/arrowLeftShort.ts +1 -3
- package/src/icons/svgs/arrowLeftSquare.ts +1 -3
- package/src/icons/svgs/arrowLeftSquareFill.ts +1 -3
- package/src/icons/svgs/arrowRepeat.ts +1 -4
- package/src/icons/svgs/arrowReturnLeft.ts +1 -3
- package/src/icons/svgs/arrowReturnRight.ts +1 -3
- package/src/icons/svgs/arrowRight.ts +1 -3
- package/src/icons/svgs/arrowRightCircle.ts +1 -3
- package/src/icons/svgs/arrowRightCircleFill.ts +1 -3
- package/src/icons/svgs/arrowRightShort.ts +1 -3
- package/src/icons/svgs/arrowRightSquare.ts +1 -3
- package/src/icons/svgs/arrowRightSquareFill.ts +1 -3
- package/src/icons/svgs/arrowThroughHeart.d.ts +1 -0
- package/src/icons/svgs/arrowThroughHeart.ts +4 -0
- package/src/icons/svgs/arrowThroughHeartFill.d.ts +1 -0
- package/src/icons/svgs/arrowThroughHeartFill.ts +4 -0
- package/src/icons/svgs/arrowUp.ts +1 -3
- package/src/icons/svgs/arrowUpCircle.ts +1 -3
- package/src/icons/svgs/arrowUpCircleFill.ts +1 -3
- package/src/icons/svgs/arrowUpLeft.ts +1 -3
- package/src/icons/svgs/arrowUpLeftCircle.ts +1 -3
- package/src/icons/svgs/arrowUpLeftCircleFill.ts +1 -3
- package/src/icons/svgs/arrowUpLeftSquare.ts +1 -3
- package/src/icons/svgs/arrowUpLeftSquareFill.ts +1 -3
- package/src/icons/svgs/arrowUpRight.ts +1 -3
- package/src/icons/svgs/arrowUpRightCircle.ts +1 -3
- package/src/icons/svgs/arrowUpRightCircleFill.ts +1 -3
- package/src/icons/svgs/arrowUpRightSquare.ts +1 -3
- package/src/icons/svgs/arrowUpRightSquareFill.ts +1 -3
- package/src/icons/svgs/arrowUpShort.ts +1 -3
- package/src/icons/svgs/arrowUpSquare.ts +1 -3
- package/src/icons/svgs/arrowUpSquareFill.ts +1 -3
- package/src/icons/svgs/arrowsAngleContract.ts +1 -3
- package/src/icons/svgs/arrowsAngleExpand.ts +1 -3
- package/src/icons/svgs/arrowsCollapse.ts +1 -3
- package/src/icons/svgs/arrowsExpand.ts +1 -3
- package/src/icons/svgs/arrowsFullscreen.ts +1 -3
- package/src/icons/svgs/arrowsMove.ts +1 -3
- package/src/icons/svgs/aspectRatio.ts +1 -4
- package/src/icons/svgs/aspectRatioFill.ts +1 -3
- package/src/icons/svgs/asterisk.ts +1 -3
- package/src/icons/svgs/at.ts +1 -3
- package/src/icons/svgs/award.ts +1 -4
- package/src/icons/svgs/awardFill.ts +1 -4
- package/src/icons/svgs/back.ts +1 -3
- package/src/icons/svgs/backspace.ts +1 -4
- package/src/icons/svgs/backspaceFill.ts +1 -3
- package/src/icons/svgs/backspaceReverse.ts +1 -4
- package/src/icons/svgs/backspaceReverseFill.ts +1 -3
- package/src/icons/svgs/badge3d.ts +1 -4
- package/src/icons/svgs/badge3dFill.ts +1 -4
- package/src/icons/svgs/badge4k.ts +1 -4
- package/src/icons/svgs/badge4kFill.ts +1 -4
- package/src/icons/svgs/badge8k.ts +1 -4
- package/src/icons/svgs/badge8kFill.ts +1 -4
- package/src/icons/svgs/badgeAd.ts +1 -4
- package/src/icons/svgs/badgeAdFill.ts +1 -4
- package/src/icons/svgs/badgeAr.ts +1 -4
- package/src/icons/svgs/badgeArFill.ts +1 -4
- package/src/icons/svgs/badgeCc.ts +1 -4
- package/src/icons/svgs/badgeCcFill.ts +1 -3
- package/src/icons/svgs/badgeHd.ts +1 -4
- package/src/icons/svgs/badgeHdFill.ts +1 -4
- package/src/icons/svgs/badgeSd.d.ts +1 -0
- package/src/icons/svgs/badgeSd.ts +4 -0
- package/src/icons/svgs/badgeSdFill.d.ts +1 -0
- package/src/icons/svgs/badgeSdFill.ts +4 -0
- package/src/icons/svgs/badgeTm.ts +1 -4
- package/src/icons/svgs/badgeTmFill.ts +1 -3
- package/src/icons/svgs/badgeVo.ts +1 -4
- package/src/icons/svgs/badgeVoFill.ts +1 -4
- package/src/icons/svgs/badgeVr.ts +1 -4
- package/src/icons/svgs/badgeVrFill.ts +1 -4
- package/src/icons/svgs/badgeWc.ts +1 -4
- package/src/icons/svgs/badgeWcFill.ts +1 -3
- package/src/icons/svgs/bag.ts +1 -3
- package/src/icons/svgs/bagCheck.ts +1 -4
- package/src/icons/svgs/bagCheckFill.ts +1 -3
- package/src/icons/svgs/bagDash.ts +1 -4
- package/src/icons/svgs/bagDashFill.ts +1 -3
- package/src/icons/svgs/bagFill.ts +1 -3
- package/src/icons/svgs/bagHeart.d.ts +1 -0
- package/src/icons/svgs/bagHeart.ts +4 -0
- package/src/icons/svgs/bagHeartFill.d.ts +1 -0
- package/src/icons/svgs/bagHeartFill.ts +4 -0
- package/src/icons/svgs/bagPlus.ts +1 -4
- package/src/icons/svgs/bagPlusFill.ts +1 -3
- package/src/icons/svgs/bagX.ts +1 -4
- package/src/icons/svgs/bagXFill.ts +1 -3
- package/src/icons/svgs/balloon.d.ts +1 -0
- package/src/icons/svgs/balloon.ts +4 -0
- package/src/icons/svgs/balloonFill.d.ts +1 -0
- package/src/icons/svgs/balloonFill.ts +4 -0
- package/src/icons/svgs/balloonHeart.d.ts +1 -0
- package/src/icons/svgs/balloonHeart.ts +4 -0
- package/src/icons/svgs/balloonHeartFill.d.ts +1 -0
- package/src/icons/svgs/balloonHeartFill.ts +4 -0
- package/src/icons/svgs/bandaid.ts +1 -4
- package/src/icons/svgs/bandaidFill.ts +1 -3
- package/src/icons/svgs/bank.ts +1 -3
- package/src/icons/svgs/bank2.ts +1 -3
- package/src/icons/svgs/barChart.ts +1 -3
- package/src/icons/svgs/barChartFill.ts +1 -3
- package/src/icons/svgs/barChartLine.ts +1 -3
- package/src/icons/svgs/barChartLineFill.ts +1 -3
- package/src/icons/svgs/barChartSteps.ts +1 -3
- package/src/icons/svgs/basket.ts +1 -3
- package/src/icons/svgs/basket2.ts +1 -4
- package/src/icons/svgs/basket2Fill.ts +1 -3
- package/src/icons/svgs/basket3.ts +1 -3
- package/src/icons/svgs/basket3Fill.ts +1 -3
- package/src/icons/svgs/basketFill.ts +1 -3
- package/src/icons/svgs/battery.ts +1 -3
- package/src/icons/svgs/batteryCharging.ts +1 -6
- package/src/icons/svgs/batteryFull.ts +1 -4
- package/src/icons/svgs/batteryHalf.ts +1 -4
- package/src/icons/svgs/behance.ts +1 -3
- package/src/icons/svgs/bell.ts +1 -3
- package/src/icons/svgs/bellFill.ts +1 -3
- package/src/icons/svgs/bellSlash.ts +1 -3
- package/src/icons/svgs/bellSlashFill.ts +1 -3
- package/src/icons/svgs/bezier.ts +1 -4
- package/src/icons/svgs/bezier2.ts +1 -3
- package/src/icons/svgs/bicycle.ts +1 -3
- package/src/icons/svgs/binoculars.ts +1 -3
- package/src/icons/svgs/binocularsFill.ts +1 -3
- package/src/icons/svgs/blockquoteLeft.ts +1 -3
- package/src/icons/svgs/blockquoteRight.ts +1 -3
- package/src/icons/svgs/bluetooth.ts +1 -3
- package/src/icons/svgs/bodyText.ts +1 -3
- package/src/icons/svgs/book.ts +1 -3
- package/src/icons/svgs/bookFill.ts +1 -3
- package/src/icons/svgs/bookHalf.ts +1 -3
- package/src/icons/svgs/bookmark.ts +1 -3
- package/src/icons/svgs/bookmarkCheck.ts +1 -4
- package/src/icons/svgs/bookmarkCheckFill.ts +1 -3
- package/src/icons/svgs/bookmarkDash.ts +1 -4
- package/src/icons/svgs/bookmarkDashFill.ts +1 -3
- package/src/icons/svgs/bookmarkFill.ts +1 -3
- package/src/icons/svgs/bookmarkHeart.ts +1 -4
- package/src/icons/svgs/bookmarkHeartFill.ts +1 -3
- package/src/icons/svgs/bookmarkPlus.ts +1 -4
- package/src/icons/svgs/bookmarkPlusFill.ts +1 -3
- package/src/icons/svgs/bookmarkStar.ts +1 -4
- package/src/icons/svgs/bookmarkStarFill.ts +1 -3
- package/src/icons/svgs/bookmarkX.ts +1 -4
- package/src/icons/svgs/bookmarkXFill.ts +1 -3
- package/src/icons/svgs/bookmarks.ts +1 -4
- package/src/icons/svgs/bookmarksFill.ts +1 -4
- package/src/icons/svgs/bookshelf.ts +1 -3
- package/src/icons/svgs/boombox.ts +1 -6
- package/src/icons/svgs/boomboxFill.ts +1 -4
- package/src/icons/svgs/bootstrap.ts +1 -4
- package/src/icons/svgs/bootstrapFill.ts +1 -4
- package/src/icons/svgs/bootstrapReboot.ts +1 -4
- package/src/icons/svgs/border.ts +1 -3
- package/src/icons/svgs/borderAll.ts +1 -3
- package/src/icons/svgs/borderBottom.ts +1 -3
- package/src/icons/svgs/borderCenter.ts +1 -3
- package/src/icons/svgs/borderInner.ts +1 -5
- package/src/icons/svgs/borderLeft.ts +1 -3
- package/src/icons/svgs/borderMiddle.ts +1 -3
- package/src/icons/svgs/borderOuter.ts +1 -4
- package/src/icons/svgs/borderRight.ts +1 -3
- package/src/icons/svgs/borderStyle.ts +1 -3
- package/src/icons/svgs/borderTop.ts +1 -3
- package/src/icons/svgs/borderWidth.ts +1 -3
- package/src/icons/svgs/boundingBox.ts +1 -3
- package/src/icons/svgs/boundingBoxCircles.ts +1 -3
- package/src/icons/svgs/box.ts +1 -3
- package/src/icons/svgs/box2.d.ts +1 -0
- package/src/icons/svgs/box2.ts +4 -0
- package/src/icons/svgs/box2Fill.d.ts +1 -0
- package/src/icons/svgs/box2Fill.ts +4 -0
- package/src/icons/svgs/box2Heart.d.ts +1 -0
- package/src/icons/svgs/box2Heart.ts +4 -0
- package/src/icons/svgs/box2HeartFill.d.ts +1 -0
- package/src/icons/svgs/box2HeartFill.ts +4 -0
- package/src/icons/svgs/boxArrowDown.ts +1 -4
- package/src/icons/svgs/boxArrowDownLeft.ts +1 -4
- package/src/icons/svgs/boxArrowDownRight.ts +1 -4
- package/src/icons/svgs/boxArrowInDown.ts +1 -4
- package/src/icons/svgs/boxArrowInDownLeft.ts +1 -4
- package/src/icons/svgs/boxArrowInDownRight.ts +1 -4
- package/src/icons/svgs/boxArrowInLeft.ts +1 -4
- package/src/icons/svgs/boxArrowInRight.ts +1 -4
- package/src/icons/svgs/boxArrowInUp.ts +1 -4
- package/src/icons/svgs/boxArrowInUpLeft.ts +1 -4
- package/src/icons/svgs/boxArrowInUpRight.ts +1 -4
- package/src/icons/svgs/boxArrowLeft.ts +1 -4
- package/src/icons/svgs/boxArrowRight.ts +1 -4
- package/src/icons/svgs/boxArrowUp.ts +1 -4
- package/src/icons/svgs/boxArrowUpLeft.ts +1 -4
- package/src/icons/svgs/boxArrowUpRight.ts +1 -4
- package/src/icons/svgs/boxSeam.ts +1 -3
- package/src/icons/svgs/boxes.ts +1 -3
- package/src/icons/svgs/braces.ts +1 -3
- package/src/icons/svgs/bracesAsterisk.d.ts +1 -0
- package/src/icons/svgs/bracesAsterisk.ts +4 -0
- package/src/icons/svgs/bricks.ts +1 -3
- package/src/icons/svgs/briefcase.ts +1 -3
- package/src/icons/svgs/briefcaseFill.ts +1 -4
- package/src/icons/svgs/brightnessAltHigh.ts +1 -3
- package/src/icons/svgs/brightnessAltHighFill.ts +1 -3
- package/src/icons/svgs/brightnessAltLow.ts +1 -3
- package/src/icons/svgs/brightnessAltLowFill.ts +1 -3
- package/src/icons/svgs/brightnessHigh.ts +1 -3
- package/src/icons/svgs/brightnessHighFill.ts +1 -3
- package/src/icons/svgs/brightnessLow.ts +1 -3
- package/src/icons/svgs/brightnessLowFill.ts +1 -3
- package/src/icons/svgs/broadcast.ts +1 -3
- package/src/icons/svgs/broadcastPin.ts +1 -3
- package/src/icons/svgs/brush.ts +1 -3
- package/src/icons/svgs/brushFill.ts +1 -3
- package/src/icons/svgs/bucket.ts +1 -3
- package/src/icons/svgs/bucketFill.ts +1 -3
- package/src/icons/svgs/bug.ts +1 -3
- package/src/icons/svgs/bugFill.ts +1 -4
- package/src/icons/svgs/building.ts +1 -4
- package/src/icons/svgs/bullseye.ts +1 -6
- package/src/icons/svgs/calculator.ts +1 -4
- package/src/icons/svgs/calculatorFill.ts +1 -3
- package/src/icons/svgs/calendar.ts +1 -3
- package/src/icons/svgs/calendar2.ts +1 -4
- package/src/icons/svgs/calendar2Check.ts +1 -5
- package/src/icons/svgs/calendar2CheckFill.ts +1 -3
- package/src/icons/svgs/calendar2Date.ts +1 -5
- package/src/icons/svgs/calendar2DateFill.ts +1 -4
- package/src/icons/svgs/calendar2Day.ts +1 -5
- package/src/icons/svgs/calendar2DayFill.ts +1 -3
- package/src/icons/svgs/calendar2Event.ts +1 -5
- package/src/icons/svgs/calendar2EventFill.ts +1 -3
- package/src/icons/svgs/calendar2Fill.ts +1 -3
- package/src/icons/svgs/calendar2Heart.d.ts +1 -0
- package/src/icons/svgs/calendar2Heart.ts +4 -0
- package/src/icons/svgs/calendar2HeartFill.d.ts +1 -0
- package/src/icons/svgs/calendar2HeartFill.ts +4 -0
- package/src/icons/svgs/calendar2Minus.ts +1 -5
- package/src/icons/svgs/calendar2MinusFill.ts +1 -3
- package/src/icons/svgs/calendar2Month.ts +1 -5
- package/src/icons/svgs/calendar2MonthFill.ts +1 -4
- package/src/icons/svgs/calendar2Plus.ts +1 -4
- package/src/icons/svgs/calendar2PlusFill.ts +1 -3
- package/src/icons/svgs/calendar2Range.ts +1 -4
- package/src/icons/svgs/calendar2RangeFill.ts +1 -3
- package/src/icons/svgs/calendar2Week.ts +1 -4
- package/src/icons/svgs/calendar2WeekFill.ts +1 -3
- package/src/icons/svgs/calendar2X.ts +1 -5
- package/src/icons/svgs/calendar2XFill.ts +1 -3
- package/src/icons/svgs/calendar3.ts +1 -4
- package/src/icons/svgs/calendar3Event.ts +1 -4
- package/src/icons/svgs/calendar3EventFill.ts +1 -3
- package/src/icons/svgs/calendar3Fill.ts +1 -3
- package/src/icons/svgs/calendar3Range.ts +1 -4
- package/src/icons/svgs/calendar3RangeFill.ts +1 -3
- package/src/icons/svgs/calendar3Week.ts +1 -4
- package/src/icons/svgs/calendar3WeekFill.ts +1 -3
- package/src/icons/svgs/calendar4.ts +1 -3
- package/src/icons/svgs/calendar4Event.ts +1 -4
- package/src/icons/svgs/calendar4Range.ts +1 -4
- package/src/icons/svgs/calendar4Week.ts +1 -4
- package/src/icons/svgs/calendarCheck.ts +1 -4
- package/src/icons/svgs/calendarCheckFill.ts +1 -3
- package/src/icons/svgs/calendarDate.ts +1 -4
- package/src/icons/svgs/calendarDateFill.ts +1 -4
- package/src/icons/svgs/calendarDay.ts +1 -4
- package/src/icons/svgs/calendarDayFill.ts +1 -3
- package/src/icons/svgs/calendarEvent.ts +1 -4
- package/src/icons/svgs/calendarEventFill.ts +1 -3
- package/src/icons/svgs/calendarFill.ts +1 -3
- package/src/icons/svgs/calendarHeart.d.ts +1 -0
- package/src/icons/svgs/calendarHeart.ts +4 -0
- package/src/icons/svgs/calendarHeartFill.d.ts +1 -0
- package/src/icons/svgs/calendarHeartFill.ts +4 -0
- package/src/icons/svgs/calendarMinus.ts +1 -4
- package/src/icons/svgs/calendarMinusFill.ts +1 -3
- package/src/icons/svgs/calendarMonth.ts +1 -4
- package/src/icons/svgs/calendarMonthFill.ts +1 -4
- package/src/icons/svgs/calendarPlus.ts +1 -4
- package/src/icons/svgs/calendarPlusFill.ts +1 -3
- package/src/icons/svgs/calendarRange.ts +1 -4
- package/src/icons/svgs/calendarRangeFill.ts +1 -3
- package/src/icons/svgs/calendarWeek.ts +1 -4
- package/src/icons/svgs/calendarWeekFill.ts +1 -3
- package/src/icons/svgs/calendarX.ts +1 -4
- package/src/icons/svgs/calendarXFill.ts +1 -3
- package/src/icons/svgs/camera.ts +1 -4
- package/src/icons/svgs/camera2.ts +1 -4
- package/src/icons/svgs/cameraFill.ts +1 -4
- package/src/icons/svgs/cameraReels.ts +1 -5
- package/src/icons/svgs/cameraReelsFill.ts +1 -5
- package/src/icons/svgs/cameraVideo.ts +1 -3
- package/src/icons/svgs/cameraVideoFill.ts +1 -3
- package/src/icons/svgs/cameraVideoOff.ts +1 -3
- package/src/icons/svgs/cameraVideoOffFill.ts +1 -3
- package/src/icons/svgs/capslock.ts +1 -3
- package/src/icons/svgs/capslockFill.ts +1 -3
- package/src/icons/svgs/cardChecklist.ts +1 -4
- package/src/icons/svgs/cardHeading.ts +1 -4
- package/src/icons/svgs/cardImage.ts +1 -4
- package/src/icons/svgs/cardList.ts +1 -4
- package/src/icons/svgs/cardText.ts +1 -4
- package/src/icons/svgs/caretDown.ts +1 -3
- package/src/icons/svgs/caretDownFill.ts +1 -3
- package/src/icons/svgs/caretDownSquare.ts +1 -4
- package/src/icons/svgs/caretDownSquareFill.ts +1 -3
- package/src/icons/svgs/caretLeft.ts +1 -3
- package/src/icons/svgs/caretLeftFill.ts +1 -3
- package/src/icons/svgs/caretLeftSquare.ts +1 -4
- package/src/icons/svgs/caretLeftSquareFill.ts +1 -3
- package/src/icons/svgs/caretRight.ts +1 -3
- package/src/icons/svgs/caretRightFill.ts +1 -3
- package/src/icons/svgs/caretRightSquare.ts +1 -4
- package/src/icons/svgs/caretRightSquareFill.ts +1 -3
- package/src/icons/svgs/caretUp.ts +1 -3
- package/src/icons/svgs/caretUpFill.ts +1 -3
- package/src/icons/svgs/caretUpSquare.ts +1 -4
- package/src/icons/svgs/caretUpSquareFill.ts +1 -3
- package/src/icons/svgs/cart.ts +1 -3
- package/src/icons/svgs/cart2.ts +1 -3
- package/src/icons/svgs/cart3.ts +1 -3
- package/src/icons/svgs/cart4.ts +1 -3
- package/src/icons/svgs/cartCheck.ts +1 -4
- package/src/icons/svgs/cartCheckFill.ts +1 -3
- package/src/icons/svgs/cartDash.ts +1 -4
- package/src/icons/svgs/cartDashFill.ts +1 -3
- package/src/icons/svgs/cartFill.ts +1 -3
- package/src/icons/svgs/cartPlus.ts +1 -4
- package/src/icons/svgs/cartPlusFill.ts +1 -3
- package/src/icons/svgs/cartX.ts +1 -4
- package/src/icons/svgs/cartXFill.ts +1 -3
- package/src/icons/svgs/cash.ts +1 -4
- package/src/icons/svgs/cashCoin.ts +1 -6
- package/src/icons/svgs/cashStack.ts +1 -4
- package/src/icons/svgs/cast.ts +1 -4
- package/src/icons/svgs/chat.ts +1 -3
- package/src/icons/svgs/chatDots.ts +1 -4
- package/src/icons/svgs/chatDotsFill.ts +1 -3
- package/src/icons/svgs/chatFill.ts +1 -3
- package/src/icons/svgs/chatHeart.d.ts +1 -0
- package/src/icons/svgs/chatHeart.ts +4 -0
- package/src/icons/svgs/chatHeartFill.d.ts +1 -0
- package/src/icons/svgs/chatHeartFill.ts +4 -0
- package/src/icons/svgs/chatLeft.ts +1 -3
- package/src/icons/svgs/chatLeftDots.ts +1 -4
- package/src/icons/svgs/chatLeftDotsFill.ts +1 -3
- package/src/icons/svgs/chatLeftFill.ts +1 -3
- package/src/icons/svgs/chatLeftHeart.d.ts +1 -0
- package/src/icons/svgs/chatLeftHeart.ts +4 -0
- package/src/icons/svgs/chatLeftHeartFill.d.ts +1 -0
- package/src/icons/svgs/chatLeftHeartFill.ts +4 -0
- package/src/icons/svgs/chatLeftQuote.ts +1 -4
- package/src/icons/svgs/chatLeftQuoteFill.ts +1 -3
- package/src/icons/svgs/chatLeftText.ts +1 -4
- package/src/icons/svgs/chatLeftTextFill.ts +1 -3
- package/src/icons/svgs/chatQuote.ts +1 -4
- package/src/icons/svgs/chatQuoteFill.ts +1 -3
- package/src/icons/svgs/chatRight.ts +1 -3
- package/src/icons/svgs/chatRightDots.ts +1 -4
- package/src/icons/svgs/chatRightDotsFill.ts +1 -3
- package/src/icons/svgs/chatRightFill.ts +1 -3
- package/src/icons/svgs/chatRightHeart.d.ts +1 -0
- package/src/icons/svgs/chatRightHeart.ts +4 -0
- package/src/icons/svgs/chatRightHeartFill.d.ts +1 -0
- package/src/icons/svgs/chatRightHeartFill.ts +4 -0
- package/src/icons/svgs/chatRightQuote.ts +1 -4
- package/src/icons/svgs/chatRightQuoteFill.ts +1 -3
- package/src/icons/svgs/chatRightText.ts +1 -4
- package/src/icons/svgs/chatRightTextFill.ts +1 -3
- package/src/icons/svgs/chatSquare.ts +1 -3
- package/src/icons/svgs/chatSquareDots.ts +1 -4
- package/src/icons/svgs/chatSquareDotsFill.ts +1 -3
- package/src/icons/svgs/chatSquareFill.ts +1 -3
- package/src/icons/svgs/chatSquareHeart.d.ts +1 -0
- package/src/icons/svgs/chatSquareHeart.ts +4 -0
- package/src/icons/svgs/chatSquareHeartFill.d.ts +1 -0
- package/src/icons/svgs/chatSquareHeartFill.ts +4 -0
- package/src/icons/svgs/chatSquareQuote.ts +1 -4
- package/src/icons/svgs/chatSquareQuoteFill.ts +1 -3
- package/src/icons/svgs/chatSquareText.ts +1 -4
- package/src/icons/svgs/chatSquareTextFill.ts +1 -3
- package/src/icons/svgs/chatText.ts +1 -4
- package/src/icons/svgs/chatTextFill.ts +1 -3
- package/src/icons/svgs/check.ts +1 -3
- package/src/icons/svgs/check2.ts +1 -3
- package/src/icons/svgs/check2All.ts +1 -4
- package/src/icons/svgs/check2Circle.ts +1 -4
- package/src/icons/svgs/check2Square.ts +1 -4
- package/src/icons/svgs/checkAll.ts +1 -3
- package/src/icons/svgs/checkCircle.ts +1 -4
- package/src/icons/svgs/checkCircleFill.ts +1 -3
- package/src/icons/svgs/checkLg.ts +1 -3
- package/src/icons/svgs/checkSquare.ts +1 -4
- package/src/icons/svgs/checkSquareFill.ts +1 -3
- package/src/icons/svgs/chevronBarContract.ts +1 -3
- package/src/icons/svgs/chevronBarDown.ts +1 -3
- package/src/icons/svgs/chevronBarExpand.ts +1 -3
- package/src/icons/svgs/chevronBarLeft.ts +1 -3
- package/src/icons/svgs/chevronBarRight.ts +1 -3
- package/src/icons/svgs/chevronBarUp.ts +1 -3
- package/src/icons/svgs/chevronCompactDown.ts +1 -3
- package/src/icons/svgs/chevronCompactLeft.ts +1 -3
- package/src/icons/svgs/chevronCompactRight.ts +1 -3
- package/src/icons/svgs/chevronCompactUp.ts +1 -3
- package/src/icons/svgs/chevronContract.ts +1 -3
- package/src/icons/svgs/chevronDoubleDown.ts +1 -4
- package/src/icons/svgs/chevronDoubleLeft.ts +1 -4
- package/src/icons/svgs/chevronDoubleRight.ts +1 -4
- package/src/icons/svgs/chevronDoubleUp.ts +1 -4
- package/src/icons/svgs/chevronDown.ts +1 -3
- package/src/icons/svgs/chevronExpand.ts +1 -3
- package/src/icons/svgs/chevronLeft.ts +1 -3
- package/src/icons/svgs/chevronRight.ts +1 -3
- package/src/icons/svgs/chevronUp.ts +1 -3
- package/src/icons/svgs/circle.ts +1 -3
- package/src/icons/svgs/circleFill.ts +1 -3
- package/src/icons/svgs/circleHalf.ts +1 -3
- package/src/icons/svgs/circleSquare.ts +1 -4
- package/src/icons/svgs/clipboard.ts +1 -4
- package/src/icons/svgs/clipboard2.d.ts +1 -0
- package/src/icons/svgs/clipboard2.ts +4 -0
- package/src/icons/svgs/clipboard2Check.d.ts +1 -0
- package/src/icons/svgs/clipboard2Check.ts +4 -0
- package/src/icons/svgs/clipboard2CheckFill.d.ts +1 -0
- package/src/icons/svgs/clipboard2CheckFill.ts +4 -0
- package/src/icons/svgs/clipboard2Data.d.ts +1 -0
- package/src/icons/svgs/clipboard2Data.ts +4 -0
- package/src/icons/svgs/clipboard2DataFill.d.ts +1 -0
- package/src/icons/svgs/clipboard2DataFill.ts +4 -0
- package/src/icons/svgs/clipboard2Fill.d.ts +1 -0
- package/src/icons/svgs/clipboard2Fill.ts +4 -0
- package/src/icons/svgs/clipboard2Heart.d.ts +1 -0
- package/src/icons/svgs/clipboard2Heart.ts +4 -0
- package/src/icons/svgs/clipboard2HeartFill.d.ts +1 -0
- package/src/icons/svgs/clipboard2HeartFill.ts +4 -0
- package/src/icons/svgs/clipboard2Minus.d.ts +1 -0
- package/src/icons/svgs/clipboard2Minus.ts +4 -0
- package/src/icons/svgs/clipboard2MinusFill.d.ts +1 -0
- package/src/icons/svgs/clipboard2MinusFill.ts +4 -0
- package/src/icons/svgs/clipboard2Plus.d.ts +1 -0
- package/src/icons/svgs/clipboard2Plus.ts +4 -0
- package/src/icons/svgs/clipboard2PlusFill.d.ts +1 -0
- package/src/icons/svgs/clipboard2PlusFill.ts +4 -0
- package/src/icons/svgs/clipboard2Pulse.d.ts +1 -0
- package/src/icons/svgs/clipboard2Pulse.ts +4 -0
- package/src/icons/svgs/clipboard2PulseFill.d.ts +1 -0
- package/src/icons/svgs/clipboard2PulseFill.ts +4 -0
- package/src/icons/svgs/clipboard2X.d.ts +1 -0
- package/src/icons/svgs/clipboard2X.ts +4 -0
- package/src/icons/svgs/clipboard2XFill.d.ts +1 -0
- package/src/icons/svgs/clipboard2XFill.ts +4 -0
- package/src/icons/svgs/clipboardCheck.ts +1 -5
- package/src/icons/svgs/clipboardCheckFill.d.ts +1 -0
- package/src/icons/svgs/clipboardCheckFill.ts +4 -0
- package/src/icons/svgs/clipboardData.ts +1 -5
- package/src/icons/svgs/clipboardDataFill.d.ts +1 -0
- package/src/icons/svgs/clipboardDataFill.ts +4 -0
- package/src/icons/svgs/clipboardFill.d.ts +1 -0
- package/src/icons/svgs/clipboardFill.ts +4 -0
- package/src/icons/svgs/clipboardHeart.d.ts +1 -0
- package/src/icons/svgs/clipboardHeart.ts +4 -0
- package/src/icons/svgs/clipboardHeartFill.d.ts +1 -0
- package/src/icons/svgs/clipboardHeartFill.ts +4 -0
- package/src/icons/svgs/clipboardMinus.ts +1 -5
- package/src/icons/svgs/clipboardMinusFill.d.ts +1 -0
- package/src/icons/svgs/clipboardMinusFill.ts +4 -0
- package/src/icons/svgs/clipboardPlus.ts +1 -5
- package/src/icons/svgs/clipboardPlusFill.d.ts +1 -0
- package/src/icons/svgs/clipboardPlusFill.ts +4 -0
- package/src/icons/svgs/clipboardPulse.d.ts +1 -0
- package/src/icons/svgs/clipboardPulse.ts +4 -0
- package/src/icons/svgs/clipboardX.ts +1 -5
- package/src/icons/svgs/clipboardXFill.d.ts +1 -0
- package/src/icons/svgs/clipboardXFill.ts +4 -0
- package/src/icons/svgs/clock.ts +1 -4
- package/src/icons/svgs/clockFill.ts +1 -3
- package/src/icons/svgs/clockHistory.ts +1 -5
- package/src/icons/svgs/cloud.ts +1 -3
- package/src/icons/svgs/cloudArrowDown.ts +1 -4
- package/src/icons/svgs/cloudArrowDownFill.ts +1 -3
- package/src/icons/svgs/cloudArrowUp.ts +1 -4
- package/src/icons/svgs/cloudArrowUpFill.ts +1 -3
- package/src/icons/svgs/cloudCheck.ts +1 -4
- package/src/icons/svgs/cloudCheckFill.ts +1 -3
- package/src/icons/svgs/cloudDownload.ts +1 -4
- package/src/icons/svgs/cloudDownloadFill.ts +1 -3
- package/src/icons/svgs/cloudDrizzle.ts +1 -3
- package/src/icons/svgs/cloudDrizzleFill.ts +1 -3
- package/src/icons/svgs/cloudFill.ts +1 -3
- package/src/icons/svgs/cloudFog.ts +1 -3
- package/src/icons/svgs/cloudFog2.ts +1 -3
- package/src/icons/svgs/cloudFog2Fill.ts +1 -3
- package/src/icons/svgs/cloudFogFill.ts +1 -3
- package/src/icons/svgs/cloudHail.ts +1 -3
- package/src/icons/svgs/cloudHailFill.ts +1 -3
- package/src/icons/svgs/cloudHaze.ts +1 -3
- package/src/icons/svgs/cloudHaze2.ts +1 -3
- package/src/icons/svgs/cloudHaze2Fill.ts +1 -3
- package/src/icons/svgs/cloudHazeFill.ts +1 -3
- package/src/icons/svgs/cloudLightning.ts +1 -3
- package/src/icons/svgs/cloudLightningFill.ts +1 -3
- package/src/icons/svgs/cloudLightningRain.ts +1 -3
- package/src/icons/svgs/cloudLightningRainFill.ts +1 -3
- package/src/icons/svgs/cloudMinus.ts +1 -4
- package/src/icons/svgs/cloudMinusFill.ts +1 -3
- package/src/icons/svgs/cloudMoon.ts +1 -4
- package/src/icons/svgs/cloudMoonFill.ts +1 -4
- package/src/icons/svgs/cloudPlus.ts +1 -4
- package/src/icons/svgs/cloudPlusFill.ts +1 -3
- package/src/icons/svgs/cloudRain.ts +1 -3
- package/src/icons/svgs/cloudRainFill.ts +1 -3
- package/src/icons/svgs/cloudRainHeavy.ts +1 -3
- package/src/icons/svgs/cloudRainHeavyFill.ts +1 -3
- package/src/icons/svgs/cloudSlash.ts +1 -4
- package/src/icons/svgs/cloudSlashFill.ts +1 -3
- package/src/icons/svgs/cloudSleet.ts +1 -3
- package/src/icons/svgs/cloudSleetFill.ts +1 -3
- package/src/icons/svgs/cloudSnow.ts +1 -3
- package/src/icons/svgs/cloudSnowFill.ts +1 -3
- package/src/icons/svgs/cloudSun.ts +1 -4
- package/src/icons/svgs/cloudSunFill.ts +1 -4
- package/src/icons/svgs/cloudUpload.ts +1 -4
- package/src/icons/svgs/cloudUploadFill.ts +1 -3
- package/src/icons/svgs/clouds.ts +1 -4
- package/src/icons/svgs/cloudsFill.ts +1 -4
- package/src/icons/svgs/cloudy.ts +1 -3
- package/src/icons/svgs/cloudyFill.ts +1 -3
- package/src/icons/svgs/code.ts +1 -3
- package/src/icons/svgs/codeSlash.ts +1 -3
- package/src/icons/svgs/codeSquare.ts +1 -4
- package/src/icons/svgs/coin.ts +1 -5
- package/src/icons/svgs/collection.ts +1 -3
- package/src/icons/svgs/collectionFill.ts +1 -3
- package/src/icons/svgs/collectionPlay.ts +1 -4
- package/src/icons/svgs/collectionPlayFill.ts +1 -3
- package/src/icons/svgs/columns.ts +1 -3
- package/src/icons/svgs/columnsGap.ts +1 -3
- package/src/icons/svgs/command.ts +1 -3
- package/src/icons/svgs/compass.ts +1 -4
- package/src/icons/svgs/compassFill.ts +1 -3
- package/src/icons/svgs/cone.ts +1 -3
- package/src/icons/svgs/coneStriped.ts +1 -3
- package/src/icons/svgs/controller.ts +1 -4
- package/src/icons/svgs/cpu.ts +1 -3
- package/src/icons/svgs/cpuFill.ts +1 -4
- package/src/icons/svgs/creditCard.ts +1 -4
- package/src/icons/svgs/creditCard2Back.ts +1 -4
- package/src/icons/svgs/creditCard2BackFill.ts +1 -3
- package/src/icons/svgs/creditCard2Front.ts +1 -4
- package/src/icons/svgs/creditCard2FrontFill.ts +1 -3
- package/src/icons/svgs/creditCardFill.ts +1 -3
- package/src/icons/svgs/crop.ts +1 -3
- package/src/icons/svgs/cup.ts +1 -3
- package/src/icons/svgs/cupFill.ts +1 -3
- package/src/icons/svgs/cupStraw.ts +1 -3
- package/src/icons/svgs/currencyBitcoin.ts +1 -3
- package/src/icons/svgs/currencyDollar.ts +1 -3
- package/src/icons/svgs/currencyEuro.ts +1 -3
- package/src/icons/svgs/currencyExchange.ts +1 -3
- package/src/icons/svgs/currencyPound.ts +1 -3
- package/src/icons/svgs/currencyYen.ts +1 -3
- package/src/icons/svgs/cursor.ts +1 -3
- package/src/icons/svgs/cursorFill.ts +1 -3
- package/src/icons/svgs/cursorText.ts +1 -3
- package/src/icons/svgs/dash.ts +1 -3
- package/src/icons/svgs/dashCircle.ts +1 -4
- package/src/icons/svgs/dashCircleDotted.ts +1 -3
- package/src/icons/svgs/dashCircleFill.ts +1 -3
- package/src/icons/svgs/dashLg.ts +1 -3
- package/src/icons/svgs/dashSquare.ts +1 -4
- package/src/icons/svgs/dashSquareDotted.ts +1 -3
- package/src/icons/svgs/dashSquareFill.ts +1 -3
- package/src/icons/svgs/deviceHdd.ts +1 -5
- package/src/icons/svgs/deviceHddFill.ts +1 -4
- package/src/icons/svgs/deviceSsd.ts +1 -4
- package/src/icons/svgs/deviceSsdFill.ts +1 -4
- package/src/icons/svgs/diagram2.ts +1 -3
- package/src/icons/svgs/diagram2Fill.ts +1 -3
- package/src/icons/svgs/diagram3.ts +1 -3
- package/src/icons/svgs/diagram3Fill.ts +1 -3
- package/src/icons/svgs/diamond.ts +1 -3
- package/src/icons/svgs/diamondFill.ts +1 -3
- package/src/icons/svgs/diamondHalf.ts +1 -3
- package/src/icons/svgs/dice1.ts +1 -4
- package/src/icons/svgs/dice1Fill.ts +1 -3
- package/src/icons/svgs/dice2.ts +1 -4
- package/src/icons/svgs/dice2Fill.ts +1 -3
- package/src/icons/svgs/dice3.ts +1 -4
- package/src/icons/svgs/dice3Fill.ts +1 -3
- package/src/icons/svgs/dice4.ts +1 -4
- package/src/icons/svgs/dice4Fill.ts +1 -3
- package/src/icons/svgs/dice5.ts +1 -4
- package/src/icons/svgs/dice5Fill.ts +1 -3
- package/src/icons/svgs/dice6.ts +1 -4
- package/src/icons/svgs/dice6Fill.ts +1 -3
- package/src/icons/svgs/disc.ts +1 -4
- package/src/icons/svgs/discFill.ts +1 -3
- package/src/icons/svgs/discord.ts +1 -3
- package/src/icons/svgs/display.ts +1 -3
- package/src/icons/svgs/displayFill.ts +1 -3
- package/src/icons/svgs/displayport.ts +1 -4
- package/src/icons/svgs/displayportFill.ts +1 -3
- package/src/icons/svgs/distributeHorizontal.ts +1 -4
- package/src/icons/svgs/distributeVertical.ts +1 -4
- package/src/icons/svgs/doorClosed.ts +1 -4
- package/src/icons/svgs/doorClosedFill.ts +1 -3
- package/src/icons/svgs/doorOpen.ts +1 -4
- package/src/icons/svgs/doorOpenFill.ts +1 -3
- package/src/icons/svgs/dot.ts +1 -3
- package/src/icons/svgs/download.ts +1 -4
- package/src/icons/svgs/dpad.ts +1 -4
- package/src/icons/svgs/dpadFill.ts +1 -3
- package/src/icons/svgs/dribbble.ts +1 -3
- package/src/icons/svgs/droplet.ts +1 -4
- package/src/icons/svgs/dropletFill.ts +1 -3
- package/src/icons/svgs/dropletHalf.ts +1 -4
- package/src/icons/svgs/ear.ts +1 -3
- package/src/icons/svgs/earFill.ts +1 -3
- package/src/icons/svgs/earbuds.ts +1 -3
- package/src/icons/svgs/easel.ts +1 -3
- package/src/icons/svgs/easel2.ts +1 -3
- package/src/icons/svgs/easel2Fill.ts +1 -4
- package/src/icons/svgs/easel3.ts +1 -3
- package/src/icons/svgs/easel3Fill.ts +1 -3
- package/src/icons/svgs/easelFill.ts +1 -3
- package/src/icons/svgs/egg.ts +1 -3
- package/src/icons/svgs/eggFill.ts +1 -3
- package/src/icons/svgs/eggFried.ts +1 -4
- package/src/icons/svgs/eject.ts +1 -3
- package/src/icons/svgs/ejectFill.ts +1 -3
- package/src/icons/svgs/emojiAngry.ts +1 -4
- package/src/icons/svgs/emojiAngryFill.ts +1 -3
- package/src/icons/svgs/emojiDizzy.ts +1 -4
- package/src/icons/svgs/emojiDizzyFill.ts +1 -3
- package/src/icons/svgs/emojiExpressionless.ts +1 -4
- package/src/icons/svgs/emojiExpressionlessFill.ts +1 -3
- package/src/icons/svgs/emojiFrown.ts +1 -4
- package/src/icons/svgs/emojiFrownFill.ts +1 -3
- package/src/icons/svgs/emojiHeartEyes.ts +1 -4
- package/src/icons/svgs/emojiHeartEyesFill.ts +1 -3
- package/src/icons/svgs/emojiKiss.d.ts +1 -0
- package/src/icons/svgs/emojiKiss.ts +4 -0
- package/src/icons/svgs/emojiKissFill.d.ts +1 -0
- package/src/icons/svgs/emojiKissFill.ts +4 -0
- package/src/icons/svgs/emojiLaughing.ts +1 -4
- package/src/icons/svgs/emojiLaughingFill.ts +1 -3
- package/src/icons/svgs/emojiNeutral.ts +1 -4
- package/src/icons/svgs/emojiNeutralFill.ts +1 -3
- package/src/icons/svgs/emojiSmile.ts +1 -4
- package/src/icons/svgs/emojiSmileFill.ts +1 -3
- package/src/icons/svgs/emojiSmileUpsideDown.ts +1 -4
- package/src/icons/svgs/emojiSmileUpsideDownFill.ts +1 -3
- package/src/icons/svgs/emojiSunglasses.ts +1 -4
- package/src/icons/svgs/emojiSunglassesFill.ts +1 -3
- package/src/icons/svgs/emojiWink.ts +1 -4
- package/src/icons/svgs/emojiWinkFill.ts +1 -3
- package/src/icons/svgs/envelope.ts +1 -3
- package/src/icons/svgs/envelopeCheck.ts +1 -4
- package/src/icons/svgs/envelopeCheckFill.ts +1 -4
- package/src/icons/svgs/envelopeDash.ts +1 -4
- package/src/icons/svgs/envelopeDashFill.ts +1 -4
- package/src/icons/svgs/envelopeExclamation.ts +1 -4
- package/src/icons/svgs/envelopeExclamationFill.ts +1 -4
- package/src/icons/svgs/envelopeFill.ts +1 -3
- package/src/icons/svgs/envelopeHeart.d.ts +1 -0
- package/src/icons/svgs/envelopeHeart.ts +4 -0
- package/src/icons/svgs/envelopeHeartFill.d.ts +1 -0
- package/src/icons/svgs/envelopeHeartFill.ts +4 -0
- package/src/icons/svgs/envelopeOpen.ts +1 -3
- package/src/icons/svgs/envelopeOpenFill.ts +1 -3
- package/src/icons/svgs/envelopeOpenHeart.d.ts +1 -0
- package/src/icons/svgs/envelopeOpenHeart.ts +4 -0
- package/src/icons/svgs/envelopeOpenHeartFill.d.ts +1 -0
- package/src/icons/svgs/envelopeOpenHeartFill.ts +4 -0
- package/src/icons/svgs/envelopePaper.d.ts +1 -0
- package/src/icons/svgs/envelopePaper.ts +4 -0
- package/src/icons/svgs/envelopePaperFill.d.ts +1 -0
- package/src/icons/svgs/envelopePaperFill.ts +4 -0
- package/src/icons/svgs/envelopePaperHeart.d.ts +1 -0
- package/src/icons/svgs/envelopePaperHeart.ts +4 -0
- package/src/icons/svgs/envelopePaperHeartFill.d.ts +1 -0
- package/src/icons/svgs/envelopePaperHeartFill.ts +4 -0
- package/src/icons/svgs/envelopePlus.ts +1 -4
- package/src/icons/svgs/envelopePlusFill.ts +1 -4
- package/src/icons/svgs/envelopeSlash.ts +1 -4
- package/src/icons/svgs/envelopeSlashFill.ts +1 -4
- package/src/icons/svgs/envelopeX.ts +1 -4
- package/src/icons/svgs/envelopeXFill.ts +1 -4
- package/src/icons/svgs/eraser.ts +1 -3
- package/src/icons/svgs/eraserFill.ts +1 -3
- package/src/icons/svgs/ethernet.ts +1 -4
- package/src/icons/svgs/exclamation.ts +1 -3
- package/src/icons/svgs/exclamationCircle.ts +1 -4
- package/src/icons/svgs/exclamationCircleFill.ts +1 -3
- package/src/icons/svgs/exclamationDiamond.ts +1 -4
- package/src/icons/svgs/exclamationDiamondFill.ts +1 -3
- package/src/icons/svgs/exclamationLg.ts +1 -3
- package/src/icons/svgs/exclamationOctagon.ts +1 -4
- package/src/icons/svgs/exclamationOctagonFill.ts +1 -3
- package/src/icons/svgs/exclamationSquare.ts +1 -4
- package/src/icons/svgs/exclamationSquareFill.ts +1 -3
- package/src/icons/svgs/exclamationTriangle.ts +1 -4
- package/src/icons/svgs/exclamationTriangleFill.ts +1 -3
- package/src/icons/svgs/exclude.ts +1 -3
- package/src/icons/svgs/explicit.ts +1 -4
- package/src/icons/svgs/explicitFill.ts +1 -3
- package/src/icons/svgs/eye.ts +1 -4
- package/src/icons/svgs/eyeFill.ts +1 -4
- package/src/icons/svgs/eyeSlash.ts +1 -5
- package/src/icons/svgs/eyeSlashFill.ts +1 -4
- package/src/icons/svgs/eyedropper.ts +1 -3
- package/src/icons/svgs/eyeglasses.ts +1 -3
- package/src/icons/svgs/facebook.ts +1 -3
- package/src/icons/svgs/fan.ts +1 -4
- package/src/icons/svgs/file.ts +1 -3
- package/src/icons/svgs/fileArrowDown.ts +1 -4
- package/src/icons/svgs/fileArrowDownFill.ts +1 -3
- package/src/icons/svgs/fileArrowUp.ts +1 -4
- package/src/icons/svgs/fileArrowUpFill.ts +1 -3
- package/src/icons/svgs/fileBarGraph.ts +1 -4
- package/src/icons/svgs/fileBarGraphFill.ts +1 -3
- package/src/icons/svgs/fileBinary.ts +1 -4
- package/src/icons/svgs/fileBinaryFill.ts +1 -4
- package/src/icons/svgs/fileBreak.ts +1 -3
- package/src/icons/svgs/fileBreakFill.ts +1 -3
- package/src/icons/svgs/fileCheck.ts +1 -4
- package/src/icons/svgs/fileCheckFill.ts +1 -3
- package/src/icons/svgs/fileCode.ts +1 -4
- package/src/icons/svgs/fileCodeFill.ts +1 -3
- package/src/icons/svgs/fileDiff.ts +1 -4
- package/src/icons/svgs/fileDiffFill.ts +1 -3
- package/src/icons/svgs/fileEarmark.ts +1 -3
- package/src/icons/svgs/fileEarmarkArrowDown.ts +1 -4
- package/src/icons/svgs/fileEarmarkArrowDownFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkArrowUp.ts +1 -4
- package/src/icons/svgs/fileEarmarkArrowUpFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkBarGraph.ts +1 -4
- package/src/icons/svgs/fileEarmarkBarGraphFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkBinary.ts +1 -4
- package/src/icons/svgs/fileEarmarkBinaryFill.ts +1 -4
- package/src/icons/svgs/fileEarmarkBreak.ts +1 -3
- package/src/icons/svgs/fileEarmarkBreakFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkCheck.ts +1 -4
- package/src/icons/svgs/fileEarmarkCheckFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkCode.ts +1 -4
- package/src/icons/svgs/fileEarmarkCodeFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkDiff.ts +1 -4
- package/src/icons/svgs/fileEarmarkDiffFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkEasel.ts +1 -4
- package/src/icons/svgs/fileEarmarkEaselFill.ts +1 -4
- package/src/icons/svgs/fileEarmarkExcel.ts +1 -4
- package/src/icons/svgs/fileEarmarkExcelFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkFont.ts +1 -4
- package/src/icons/svgs/fileEarmarkFontFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkImage.ts +1 -4
- package/src/icons/svgs/fileEarmarkImageFill.ts +1 -4
- package/src/icons/svgs/fileEarmarkLock.ts +1 -4
- package/src/icons/svgs/fileEarmarkLock2.ts +1 -4
- package/src/icons/svgs/fileEarmarkLock2Fill.ts +1 -4
- package/src/icons/svgs/fileEarmarkLockFill.ts +1 -4
- package/src/icons/svgs/fileEarmarkMedical.ts +1 -4
- package/src/icons/svgs/fileEarmarkMedicalFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkMinus.ts +1 -4
- package/src/icons/svgs/fileEarmarkMinusFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkMusic.ts +1 -4
- package/src/icons/svgs/fileEarmarkMusicFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkPdf.ts +1 -4
- package/src/icons/svgs/fileEarmarkPdfFill.ts +1 -4
- package/src/icons/svgs/fileEarmarkPerson.ts +1 -4
- package/src/icons/svgs/fileEarmarkPersonFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkPlay.ts +1 -4
- package/src/icons/svgs/fileEarmarkPlayFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkPlus.ts +1 -4
- package/src/icons/svgs/fileEarmarkPlusFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkPost.ts +1 -4
- package/src/icons/svgs/fileEarmarkPostFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkPpt.ts +1 -4
- package/src/icons/svgs/fileEarmarkPptFill.ts +1 -4
- package/src/icons/svgs/fileEarmarkRichtext.ts +1 -4
- package/src/icons/svgs/fileEarmarkRichtextFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkRuled.ts +1 -3
- package/src/icons/svgs/fileEarmarkRuledFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkSlides.ts +1 -4
- package/src/icons/svgs/fileEarmarkSlidesFill.ts +1 -4
- package/src/icons/svgs/fileEarmarkSpreadsheet.ts +1 -3
- package/src/icons/svgs/fileEarmarkSpreadsheetFill.ts +1 -4
- package/src/icons/svgs/fileEarmarkText.ts +1 -4
- package/src/icons/svgs/fileEarmarkTextFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkWord.ts +1 -4
- package/src/icons/svgs/fileEarmarkWordFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkX.ts +1 -4
- package/src/icons/svgs/fileEarmarkXFill.ts +1 -3
- package/src/icons/svgs/fileEarmarkZip.ts +1 -4
- package/src/icons/svgs/fileEarmarkZipFill.ts +1 -4
- package/src/icons/svgs/fileEasel.ts +1 -4
- package/src/icons/svgs/fileEaselFill.ts +1 -4
- package/src/icons/svgs/fileExcel.ts +1 -4
- package/src/icons/svgs/fileExcelFill.ts +1 -3
- package/src/icons/svgs/fileFill.ts +1 -3
- package/src/icons/svgs/fileFont.ts +1 -4
- package/src/icons/svgs/fileFontFill.ts +1 -3
- package/src/icons/svgs/fileImage.ts +1 -4
- package/src/icons/svgs/fileImageFill.ts +1 -4
- package/src/icons/svgs/fileLock.ts +1 -4
- package/src/icons/svgs/fileLock2.ts +1 -4
- package/src/icons/svgs/fileLock2Fill.ts +1 -4
- package/src/icons/svgs/fileLockFill.ts +1 -4
- package/src/icons/svgs/fileMedical.ts +1 -4
- package/src/icons/svgs/fileMedicalFill.ts +1 -3
- package/src/icons/svgs/fileMinus.ts +1 -4
- package/src/icons/svgs/fileMinusFill.ts +1 -3
- package/src/icons/svgs/fileMusic.ts +1 -4
- package/src/icons/svgs/fileMusicFill.ts +1 -3
- package/src/icons/svgs/filePdf.ts +1 -4
- package/src/icons/svgs/filePdfFill.ts +1 -4
- package/src/icons/svgs/filePerson.ts +1 -4
- package/src/icons/svgs/filePersonFill.ts +1 -3
- package/src/icons/svgs/filePlay.ts +1 -4
- package/src/icons/svgs/filePlayFill.ts +1 -3
- package/src/icons/svgs/filePlus.ts +1 -4
- package/src/icons/svgs/filePlusFill.ts +1 -3
- package/src/icons/svgs/filePost.ts +1 -4
- package/src/icons/svgs/filePostFill.ts +1 -3
- package/src/icons/svgs/filePpt.ts +1 -4
- package/src/icons/svgs/filePptFill.ts +1 -4
- package/src/icons/svgs/fileRichtext.ts +1 -4
- package/src/icons/svgs/fileRichtextFill.ts +1 -3
- package/src/icons/svgs/fileRuled.ts +1 -3
- package/src/icons/svgs/fileRuledFill.ts +1 -3
- package/src/icons/svgs/fileSlides.ts +1 -4
- package/src/icons/svgs/fileSlidesFill.ts +1 -4
- package/src/icons/svgs/fileSpreadsheet.ts +1 -3
- package/src/icons/svgs/fileSpreadsheetFill.ts +1 -3
- package/src/icons/svgs/fileText.ts +1 -4
- package/src/icons/svgs/fileTextFill.ts +1 -3
- package/src/icons/svgs/fileWord.ts +1 -4
- package/src/icons/svgs/fileWordFill.ts +1 -3
- package/src/icons/svgs/fileX.ts +1 -4
- package/src/icons/svgs/fileXFill.ts +1 -3
- package/src/icons/svgs/fileZip.ts +1 -4
- package/src/icons/svgs/fileZipFill.ts +1 -4
- package/src/icons/svgs/files.ts +1 -3
- package/src/icons/svgs/filesAlt.ts +1 -3
- package/src/icons/svgs/filetypeAac.d.ts +1 -0
- package/src/icons/svgs/filetypeAac.ts +4 -0
- package/src/icons/svgs/filetypeAi.d.ts +1 -0
- package/src/icons/svgs/filetypeAi.ts +4 -0
- package/src/icons/svgs/filetypeBmp.d.ts +1 -0
- package/src/icons/svgs/filetypeBmp.ts +4 -0
- package/src/icons/svgs/filetypeCs.d.ts +1 -0
- package/src/icons/svgs/filetypeCs.ts +4 -0
- package/src/icons/svgs/filetypeCss.d.ts +1 -0
- package/src/icons/svgs/filetypeCss.ts +4 -0
- package/src/icons/svgs/filetypeCsv.d.ts +1 -0
- package/src/icons/svgs/filetypeCsv.ts +4 -0
- package/src/icons/svgs/filetypeDoc.d.ts +1 -0
- package/src/icons/svgs/filetypeDoc.ts +4 -0
- package/src/icons/svgs/filetypeDocx.d.ts +1 -0
- package/src/icons/svgs/filetypeDocx.ts +4 -0
- package/src/icons/svgs/filetypeExe.d.ts +1 -0
- package/src/icons/svgs/filetypeExe.ts +4 -0
- package/src/icons/svgs/filetypeGif.d.ts +1 -0
- package/src/icons/svgs/filetypeGif.ts +4 -0
- package/src/icons/svgs/filetypeHeic.d.ts +1 -0
- package/src/icons/svgs/filetypeHeic.ts +4 -0
- package/src/icons/svgs/filetypeHtml.d.ts +1 -0
- package/src/icons/svgs/filetypeHtml.ts +4 -0
- package/src/icons/svgs/filetypeJava.d.ts +1 -0
- package/src/icons/svgs/filetypeJava.ts +4 -0
- package/src/icons/svgs/filetypeJpg.d.ts +1 -0
- package/src/icons/svgs/filetypeJpg.ts +4 -0
- package/src/icons/svgs/filetypeJs.d.ts +1 -0
- package/src/icons/svgs/filetypeJs.ts +4 -0
- package/src/icons/svgs/filetypeJson.d.ts +1 -0
- package/src/icons/svgs/filetypeJson.ts +4 -0
- package/src/icons/svgs/filetypeJsx.d.ts +1 -0
- package/src/icons/svgs/filetypeJsx.ts +4 -0
- package/src/icons/svgs/filetypeKey.d.ts +1 -0
- package/src/icons/svgs/filetypeKey.ts +4 -0
- package/src/icons/svgs/filetypeM4p.d.ts +1 -0
- package/src/icons/svgs/filetypeM4p.ts +4 -0
- package/src/icons/svgs/filetypeMd.d.ts +1 -0
- package/src/icons/svgs/filetypeMd.ts +4 -0
- package/src/icons/svgs/filetypeMdx.d.ts +1 -0
- package/src/icons/svgs/filetypeMdx.ts +4 -0
- package/src/icons/svgs/filetypeMov.d.ts +1 -0
- package/src/icons/svgs/filetypeMov.ts +4 -0
- package/src/icons/svgs/filetypeMp3.d.ts +1 -0
- package/src/icons/svgs/filetypeMp3.ts +4 -0
- package/src/icons/svgs/filetypeMp4.d.ts +1 -0
- package/src/icons/svgs/filetypeMp4.ts +4 -0
- package/src/icons/svgs/filetypeOtf.d.ts +1 -0
- package/src/icons/svgs/filetypeOtf.ts +4 -0
- package/src/icons/svgs/filetypePdf.d.ts +1 -0
- package/src/icons/svgs/filetypePdf.ts +4 -0
- package/src/icons/svgs/filetypePhp.d.ts +1 -0
- package/src/icons/svgs/filetypePhp.ts +4 -0
- package/src/icons/svgs/filetypePng.d.ts +1 -0
- package/src/icons/svgs/filetypePng.ts +4 -0
- package/src/icons/svgs/filetypePpt.d.ts +1 -0
- package/src/icons/svgs/filetypePpt.ts +4 -0
- package/src/icons/svgs/filetypePptx.d.ts +1 -0
- package/src/icons/svgs/filetypePptx.ts +4 -0
- package/src/icons/svgs/filetypePsd.d.ts +1 -0
- package/src/icons/svgs/filetypePsd.ts +4 -0
- package/src/icons/svgs/filetypePy.d.ts +1 -0
- package/src/icons/svgs/filetypePy.ts +4 -0
- package/src/icons/svgs/filetypeRaw.d.ts +1 -0
- package/src/icons/svgs/filetypeRaw.ts +4 -0
- package/src/icons/svgs/filetypeRb.d.ts +1 -0
- package/src/icons/svgs/filetypeRb.ts +4 -0
- package/src/icons/svgs/filetypeSass.d.ts +1 -0
- package/src/icons/svgs/filetypeSass.ts +4 -0
- package/src/icons/svgs/filetypeScss.d.ts +1 -0
- package/src/icons/svgs/filetypeScss.ts +4 -0
- package/src/icons/svgs/filetypeSh.d.ts +1 -0
- package/src/icons/svgs/filetypeSh.ts +4 -0
- package/src/icons/svgs/filetypeSvg.d.ts +1 -0
- package/src/icons/svgs/filetypeSvg.ts +4 -0
- package/src/icons/svgs/filetypeTiff.d.ts +1 -0
- package/src/icons/svgs/filetypeTiff.ts +4 -0
- package/src/icons/svgs/filetypeTsx.d.ts +1 -0
- package/src/icons/svgs/filetypeTsx.ts +4 -0
- package/src/icons/svgs/filetypeTtf.d.ts +1 -0
- package/src/icons/svgs/filetypeTtf.ts +4 -0
- package/src/icons/svgs/filetypeTxt.d.ts +1 -0
- package/src/icons/svgs/filetypeTxt.ts +4 -0
- package/src/icons/svgs/filetypeWav.d.ts +1 -0
- package/src/icons/svgs/filetypeWav.ts +4 -0
- package/src/icons/svgs/filetypeWoff.d.ts +1 -0
- package/src/icons/svgs/filetypeWoff.ts +4 -0
- package/src/icons/svgs/filetypeXls.d.ts +1 -0
- package/src/icons/svgs/filetypeXls.ts +4 -0
- package/src/icons/svgs/filetypeXlsx.d.ts +1 -0
- package/src/icons/svgs/filetypeXlsx.ts +4 -0
- package/src/icons/svgs/filetypeXml.d.ts +1 -0
- package/src/icons/svgs/filetypeXml.ts +4 -0
- package/src/icons/svgs/filetypeYml.d.ts +1 -0
- package/src/icons/svgs/filetypeYml.ts +4 -0
- package/src/icons/svgs/film.ts +1 -3
- package/src/icons/svgs/filter.ts +1 -3
- package/src/icons/svgs/filterCircle.ts +1 -4
- package/src/icons/svgs/filterCircleFill.ts +1 -3
- package/src/icons/svgs/filterLeft.ts +1 -3
- package/src/icons/svgs/filterRight.ts +1 -3
- package/src/icons/svgs/filterSquare.ts +1 -4
- package/src/icons/svgs/filterSquareFill.ts +1 -3
- package/src/icons/svgs/fingerprint.ts +1 -7
- package/src/icons/svgs/flag.ts +1 -3
- package/src/icons/svgs/flagFill.ts +1 -3
- package/src/icons/svgs/flower1.ts +1 -3
- package/src/icons/svgs/flower2.ts +1 -3
- package/src/icons/svgs/flower3.ts +1 -3
- package/src/icons/svgs/folder.ts +1 -3
- package/src/icons/svgs/folder2.ts +1 -3
- package/src/icons/svgs/folder2Open.ts +1 -3
- package/src/icons/svgs/folderCheck.ts +1 -4
- package/src/icons/svgs/folderFill.ts +1 -3
- package/src/icons/svgs/folderMinus.ts +1 -4
- package/src/icons/svgs/folderPlus.ts +1 -4
- package/src/icons/svgs/folderSymlink.ts +1 -4
- package/src/icons/svgs/folderSymlinkFill.ts +1 -3
- package/src/icons/svgs/folderX.ts +1 -4
- package/src/icons/svgs/fonts.ts +1 -3
- package/src/icons/svgs/forward.ts +1 -3
- package/src/icons/svgs/forwardFill.ts +1 -3
- package/src/icons/svgs/front.ts +1 -3
- package/src/icons/svgs/fullscreen.ts +1 -3
- package/src/icons/svgs/fullscreenExit.ts +1 -3
- package/src/icons/svgs/funnel.ts +1 -3
- package/src/icons/svgs/funnelFill.ts +1 -3
- package/src/icons/svgs/gear.ts +1 -4
- package/src/icons/svgs/gearFill.ts +1 -3
- package/src/icons/svgs/gearWide.ts +1 -3
- package/src/icons/svgs/gearWideConnected.ts +1 -3
- package/src/icons/svgs/gem.ts +1 -3
- package/src/icons/svgs/genderAmbiguous.ts +1 -3
- package/src/icons/svgs/genderFemale.ts +1 -3
- package/src/icons/svgs/genderMale.ts +1 -3
- package/src/icons/svgs/genderTrans.ts +1 -3
- package/src/icons/svgs/geo.ts +1 -3
- package/src/icons/svgs/geoAlt.ts +1 -4
- package/src/icons/svgs/geoAltFill.ts +1 -3
- package/src/icons/svgs/geoFill.ts +1 -3
- package/src/icons/svgs/gift.ts +1 -3
- package/src/icons/svgs/giftFill.ts +1 -3
- package/src/icons/svgs/git.ts +1 -3
- package/src/icons/svgs/github.ts +1 -3
- package/src/icons/svgs/globe.ts +1 -3
- package/src/icons/svgs/globe2.ts +1 -3
- package/src/icons/svgs/google.ts +1 -3
- package/src/icons/svgs/gpuCard.ts +1 -5
- package/src/icons/svgs/graphDown.ts +1 -3
- package/src/icons/svgs/graphDownArrow.ts +1 -3
- package/src/icons/svgs/graphUp.ts +1 -3
- package/src/icons/svgs/graphUpArrow.ts +1 -3
- package/src/icons/svgs/grid.ts +1 -3
- package/src/icons/svgs/grid1x2.ts +1 -3
- package/src/icons/svgs/grid1x2Fill.ts +1 -3
- package/src/icons/svgs/grid3x2.ts +1 -3
- package/src/icons/svgs/grid3x2Gap.ts +1 -3
- package/src/icons/svgs/grid3x2GapFill.ts +1 -3
- package/src/icons/svgs/grid3x3.ts +1 -3
- package/src/icons/svgs/grid3x3Gap.ts +1 -3
- package/src/icons/svgs/grid3x3GapFill.ts +1 -3
- package/src/icons/svgs/gridFill.ts +1 -3
- package/src/icons/svgs/gripHorizontal.ts +1 -3
- package/src/icons/svgs/gripVertical.ts +1 -3
- package/src/icons/svgs/hammer.ts +1 -3
- package/src/icons/svgs/handIndex.ts +1 -3
- package/src/icons/svgs/handIndexFill.ts +1 -3
- package/src/icons/svgs/handIndexThumb.ts +1 -3
- package/src/icons/svgs/handIndexThumbFill.ts +1 -3
- package/src/icons/svgs/handThumbsDown.ts +1 -3
- package/src/icons/svgs/handThumbsDownFill.ts +1 -3
- package/src/icons/svgs/handThumbsUp.ts +1 -3
- package/src/icons/svgs/handThumbsUpFill.ts +1 -3
- package/src/icons/svgs/handbag.ts +1 -3
- package/src/icons/svgs/handbagFill.ts +1 -3
- package/src/icons/svgs/hash.ts +1 -3
- package/src/icons/svgs/hdd.ts +1 -4
- package/src/icons/svgs/hddFill.ts +1 -3
- package/src/icons/svgs/hddNetwork.ts +1 -4
- package/src/icons/svgs/hddNetworkFill.ts +1 -3
- package/src/icons/svgs/hddRack.ts +1 -4
- package/src/icons/svgs/hddRackFill.ts +1 -3
- package/src/icons/svgs/hddStack.ts +1 -5
- package/src/icons/svgs/hddStackFill.ts +1 -3
- package/src/icons/svgs/hdmi.ts +1 -4
- package/src/icons/svgs/hdmiFill.ts +1 -3
- package/src/icons/svgs/headphones.ts +1 -3
- package/src/icons/svgs/headset.ts +1 -3
- package/src/icons/svgs/headsetVr.ts +1 -4
- package/src/icons/svgs/heart.ts +1 -3
- package/src/icons/svgs/heartArrow.d.ts +1 -0
- package/src/icons/svgs/heartArrow.ts +4 -0
- package/src/icons/svgs/heartFill.ts +1 -3
- package/src/icons/svgs/heartHalf.ts +1 -3
- package/src/icons/svgs/heartPulse.d.ts +1 -0
- package/src/icons/svgs/heartPulse.ts +4 -0
- package/src/icons/svgs/heartPulseFill.d.ts +1 -0
- package/src/icons/svgs/heartPulseFill.ts +4 -0
- package/src/icons/svgs/heartbreak.d.ts +1 -0
- package/src/icons/svgs/heartbreak.ts +4 -0
- package/src/icons/svgs/heartbreakFill.d.ts +1 -0
- package/src/icons/svgs/heartbreakFill.ts +4 -0
- package/src/icons/svgs/hearts.d.ts +1 -0
- package/src/icons/svgs/hearts.ts +4 -0
- package/src/icons/svgs/heptagon.ts +1 -3
- package/src/icons/svgs/heptagonFill.ts +1 -3
- package/src/icons/svgs/heptagonHalf.ts +1 -3
- package/src/icons/svgs/hexagon.ts +1 -3
- package/src/icons/svgs/hexagonFill.ts +1 -3
- package/src/icons/svgs/hexagonHalf.ts +1 -3
- package/src/icons/svgs/hospital.d.ts +1 -0
- package/src/icons/svgs/hospital.ts +4 -0
- package/src/icons/svgs/hospitalFill.d.ts +1 -0
- package/src/icons/svgs/hospitalFill.ts +4 -0
- package/src/icons/svgs/hourglass.ts +1 -3
- package/src/icons/svgs/hourglassBottom.ts +1 -3
- package/src/icons/svgs/hourglassSplit.ts +1 -3
- package/src/icons/svgs/hourglassTop.ts +1 -3
- package/src/icons/svgs/house.ts +1 -4
- package/src/icons/svgs/houseDoor.ts +1 -3
- package/src/icons/svgs/houseDoorFill.ts +1 -3
- package/src/icons/svgs/houseFill.ts +1 -4
- package/src/icons/svgs/houseHeart.d.ts +1 -0
- package/src/icons/svgs/houseHeart.ts +4 -0
- package/src/icons/svgs/houseHeartFill.d.ts +1 -0
- package/src/icons/svgs/houseHeartFill.ts +4 -0
- package/src/icons/svgs/hr.ts +1 -3
- package/src/icons/svgs/hurricane.ts +1 -3
- package/src/icons/svgs/hypnotize.ts +1 -4
- package/src/icons/svgs/image.ts +1 -4
- package/src/icons/svgs/imageAlt.ts +1 -3
- package/src/icons/svgs/imageFill.ts +1 -3
- package/src/icons/svgs/images.ts +1 -4
- package/src/icons/svgs/inbox.ts +1 -3
- package/src/icons/svgs/inboxFill.ts +1 -3
- package/src/icons/svgs/inboxes.ts +1 -3
- package/src/icons/svgs/inboxesFill.ts +1 -3
- package/src/icons/svgs/incognito.d.ts +1 -0
- package/src/icons/svgs/incognito.ts +4 -0
- package/src/icons/svgs/index.d.ts +296 -4
- package/src/icons/svgs/index.ts +148 -2
- package/src/icons/svgs/infinity.ts +1 -3
- package/src/icons/svgs/info.ts +1 -3
- package/src/icons/svgs/infoCircle.ts +1 -4
- package/src/icons/svgs/infoCircleFill.ts +1 -3
- package/src/icons/svgs/infoLg.ts +1 -3
- package/src/icons/svgs/infoSquare.ts +1 -4
- package/src/icons/svgs/infoSquareFill.ts +1 -3
- package/src/icons/svgs/inputCursor.ts +1 -4
- package/src/icons/svgs/inputCursorText.ts +1 -4
- package/src/icons/svgs/instagram.ts +1 -3
- package/src/icons/svgs/intersect.ts +1 -3
- package/src/icons/svgs/journal.ts +1 -4
- package/src/icons/svgs/journalAlbum.ts +1 -5
- package/src/icons/svgs/journalArrowDown.ts +1 -5
- package/src/icons/svgs/journalArrowUp.ts +1 -5
- package/src/icons/svgs/journalBookmark.ts +1 -5
- package/src/icons/svgs/journalBookmarkFill.ts +1 -5
- package/src/icons/svgs/journalCheck.ts +1 -5
- package/src/icons/svgs/journalCode.ts +1 -5
- package/src/icons/svgs/journalMedical.ts +1 -5
- package/src/icons/svgs/journalMinus.ts +1 -5
- package/src/icons/svgs/journalPlus.ts +1 -5
- package/src/icons/svgs/journalRichtext.ts +1 -5
- package/src/icons/svgs/journalText.ts +1 -5
- package/src/icons/svgs/journalX.ts +1 -5
- package/src/icons/svgs/journals.ts +1 -4
- package/src/icons/svgs/joystick.ts +1 -4
- package/src/icons/svgs/justify.ts +1 -3
- package/src/icons/svgs/justifyLeft.ts +1 -3
- package/src/icons/svgs/justifyRight.ts +1 -3
- package/src/icons/svgs/kanban.ts +1 -4
- package/src/icons/svgs/kanbanFill.ts +1 -3
- package/src/icons/svgs/key.ts +1 -4
- package/src/icons/svgs/keyFill.ts +1 -3
- package/src/icons/svgs/keyboard.ts +1 -4
- package/src/icons/svgs/keyboardFill.ts +1 -3
- package/src/icons/svgs/ladder.ts +1 -3
- package/src/icons/svgs/lamp.ts +1 -4
- package/src/icons/svgs/lampFill.ts +1 -4
- package/src/icons/svgs/laptop.ts +1 -3
- package/src/icons/svgs/laptopFill.ts +1 -3
- package/src/icons/svgs/layerBackward.ts +1 -4
- package/src/icons/svgs/layerForward.ts +1 -4
- package/src/icons/svgs/layers.ts +1 -3
- package/src/icons/svgs/layersFill.ts +1 -4
- package/src/icons/svgs/layersHalf.ts +1 -3
- package/src/icons/svgs/layoutSidebar.ts +1 -3
- package/src/icons/svgs/layoutSidebarInset.ts +1 -4
- package/src/icons/svgs/layoutSidebarInsetReverse.ts +1 -4
- package/src/icons/svgs/layoutSidebarReverse.ts +1 -3
- package/src/icons/svgs/layoutSplit.ts +1 -3
- package/src/icons/svgs/layoutTextSidebar.ts +1 -4
- package/src/icons/svgs/layoutTextSidebarReverse.ts +1 -4
- package/src/icons/svgs/layoutTextWindow.ts +1 -4
- package/src/icons/svgs/layoutTextWindowReverse.ts +1 -4
- package/src/icons/svgs/layoutThreeColumns.ts +1 -3
- package/src/icons/svgs/layoutWtf.ts +1 -3
- package/src/icons/svgs/lifePreserver.ts +1 -3
- package/src/icons/svgs/lightbulb.ts +1 -3
- package/src/icons/svgs/lightbulbFill.ts +1 -3
- package/src/icons/svgs/lightbulbOff.ts +1 -3
- package/src/icons/svgs/lightbulbOffFill.ts +1 -3
- package/src/icons/svgs/lightning.ts +1 -3
- package/src/icons/svgs/lightningCharge.ts +1 -3
- package/src/icons/svgs/lightningChargeFill.ts +1 -3
- package/src/icons/svgs/lightningFill.ts +1 -3
- package/src/icons/svgs/line.ts +1 -3
- package/src/icons/svgs/link.ts +1 -4
- package/src/icons/svgs/link45deg.ts +1 -4
- package/src/icons/svgs/linkedin.ts +1 -3
- package/src/icons/svgs/list.ts +1 -3
- package/src/icons/svgs/listCheck.ts +1 -3
- package/src/icons/svgs/listColumns.ts +1 -3
- package/src/icons/svgs/listColumnsReverse.ts +1 -3
- package/src/icons/svgs/listNested.ts +1 -3
- package/src/icons/svgs/listOl.ts +1 -4
- package/src/icons/svgs/listStars.ts +1 -4
- package/src/icons/svgs/listTask.ts +1 -5
- package/src/icons/svgs/listUl.ts +1 -3
- package/src/icons/svgs/lock.ts +1 -3
- package/src/icons/svgs/lockFill.ts +1 -3
- package/src/icons/svgs/magic.ts +1 -3
- package/src/icons/svgs/magnet.d.ts +1 -0
- package/src/icons/svgs/magnet.ts +4 -0
- package/src/icons/svgs/magnetFill.d.ts +1 -0
- package/src/icons/svgs/magnetFill.ts +4 -0
- package/src/icons/svgs/mailbox.ts +1 -4
- package/src/icons/svgs/mailbox2.ts +1 -4
- package/src/icons/svgs/map.ts +1 -3
- package/src/icons/svgs/mapFill.ts +1 -3
- package/src/icons/svgs/markdown.ts +1 -6
- package/src/icons/svgs/markdownFill.ts +1 -3
- package/src/icons/svgs/mask.ts +1 -3
- package/src/icons/svgs/mastodon.ts +1 -3
- package/src/icons/svgs/medium.ts +1 -3
- package/src/icons/svgs/megaphone.ts +1 -3
- package/src/icons/svgs/megaphoneFill.ts +1 -3
- package/src/icons/svgs/memory.ts +1 -3
- package/src/icons/svgs/menuApp.ts +1 -3
- package/src/icons/svgs/menuAppFill.ts +1 -3
- package/src/icons/svgs/menuButton.ts +1 -4
- package/src/icons/svgs/menuButtonFill.ts +1 -3
- package/src/icons/svgs/menuButtonWide.ts +1 -4
- package/src/icons/svgs/menuButtonWideFill.ts +1 -3
- package/src/icons/svgs/menuDown.ts +1 -3
- package/src/icons/svgs/menuUp.ts +1 -3
- package/src/icons/svgs/messenger.ts +1 -3
- package/src/icons/svgs/meta.ts +1 -3
- package/src/icons/svgs/mic.ts +1 -4
- package/src/icons/svgs/micFill.ts +1 -4
- package/src/icons/svgs/micMute.ts +1 -4
- package/src/icons/svgs/micMuteFill.ts +1 -4
- package/src/icons/svgs/microsoft.ts +1 -3
- package/src/icons/svgs/minecart.ts +1 -3
- package/src/icons/svgs/minecartLoaded.ts +1 -4
- package/src/icons/svgs/modem.ts +1 -4
- package/src/icons/svgs/modemFill.ts +1 -3
- package/src/icons/svgs/moisture.ts +1 -3
- package/src/icons/svgs/moon.ts +1 -3
- package/src/icons/svgs/moonFill.ts +1 -3
- package/src/icons/svgs/moonStars.ts +1 -4
- package/src/icons/svgs/moonStarsFill.ts +1 -4
- package/src/icons/svgs/mortarboard.ts +1 -4
- package/src/icons/svgs/mortarboardFill.ts +1 -4
- package/src/icons/svgs/motherboard.ts +1 -4
- package/src/icons/svgs/motherboardFill.ts +1 -4
- package/src/icons/svgs/mouse.ts +1 -3
- package/src/icons/svgs/mouse2.ts +1 -3
- package/src/icons/svgs/mouse2Fill.ts +1 -3
- package/src/icons/svgs/mouse3.ts +1 -3
- package/src/icons/svgs/mouse3Fill.ts +1 -3
- package/src/icons/svgs/mouseFill.ts +1 -3
- package/src/icons/svgs/musicNote.ts +1 -5
- package/src/icons/svgs/musicNoteBeamed.ts +1 -5
- package/src/icons/svgs/musicNoteList.ts +1 -6
- package/src/icons/svgs/musicPlayer.ts +1 -5
- package/src/icons/svgs/musicPlayerFill.ts +1 -4
- package/src/icons/svgs/newspaper.ts +1 -4
- package/src/icons/svgs/nintendoSwitch.ts +1 -4
- package/src/icons/svgs/nodeMinus.ts +1 -3
- package/src/icons/svgs/nodeMinusFill.ts +1 -3
- package/src/icons/svgs/nodePlus.ts +1 -3
- package/src/icons/svgs/nodePlusFill.ts +1 -3
- package/src/icons/svgs/nut.ts +1 -4
- package/src/icons/svgs/nutFill.ts +1 -3
- package/src/icons/svgs/octagon.ts +1 -3
- package/src/icons/svgs/octagonFill.ts +1 -3
- package/src/icons/svgs/octagonHalf.ts +1 -3
- package/src/icons/svgs/opticalAudio.ts +1 -5
- package/src/icons/svgs/opticalAudioFill.ts +1 -4
- package/src/icons/svgs/option.ts +1 -3
- package/src/icons/svgs/outlet.ts +1 -4
- package/src/icons/svgs/paintBucket.ts +1 -3
- package/src/icons/svgs/palette.ts +1 -4
- package/src/icons/svgs/palette2.ts +1 -4
- package/src/icons/svgs/paletteFill.ts +1 -3
- package/src/icons/svgs/paperclip.ts +1 -3
- package/src/icons/svgs/paragraph.ts +1 -3
- package/src/icons/svgs/patchCheck.ts +1 -4
- package/src/icons/svgs/patchCheckFill.ts +1 -3
- package/src/icons/svgs/patchExclamation.ts +1 -4
- package/src/icons/svgs/patchExclamationFill.ts +1 -3
- package/src/icons/svgs/patchMinus.ts +1 -4
- package/src/icons/svgs/patchMinusFill.ts +1 -3
- package/src/icons/svgs/patchPlus.ts +1 -4
- package/src/icons/svgs/patchPlusFill.ts +1 -3
- package/src/icons/svgs/patchQuestion.ts +1 -5
- package/src/icons/svgs/patchQuestionFill.ts +1 -3
- package/src/icons/svgs/pause.ts +1 -3
- package/src/icons/svgs/pauseBtn.ts +1 -4
- package/src/icons/svgs/pauseBtnFill.ts +1 -3
- package/src/icons/svgs/pauseCircle.ts +1 -4
- package/src/icons/svgs/pauseCircleFill.ts +1 -3
- package/src/icons/svgs/pauseFill.ts +1 -3
- package/src/icons/svgs/paypal.ts +1 -3
- package/src/icons/svgs/pc.ts +1 -3
- package/src/icons/svgs/pcDisplay.ts +1 -3
- package/src/icons/svgs/pcDisplayHorizontal.ts +1 -3
- package/src/icons/svgs/pcHorizontal.ts +1 -3
- package/src/icons/svgs/pciCard.ts +1 -4
- package/src/icons/svgs/peace.ts +1 -3
- package/src/icons/svgs/peaceFill.ts +1 -3
- package/src/icons/svgs/pen.ts +1 -3
- package/src/icons/svgs/penFill.ts +1 -3
- package/src/icons/svgs/pencil.ts +1 -3
- package/src/icons/svgs/pencilFill.ts +1 -3
- package/src/icons/svgs/pencilSquare.ts +1 -4
- package/src/icons/svgs/pentagon.ts +1 -3
- package/src/icons/svgs/pentagonFill.ts +1 -3
- package/src/icons/svgs/pentagonHalf.ts +1 -3
- package/src/icons/svgs/people.ts +1 -3
- package/src/icons/svgs/peopleFill.ts +1 -5
- package/src/icons/svgs/percent.ts +1 -3
- package/src/icons/svgs/person.ts +1 -3
- package/src/icons/svgs/personBadge.ts +1 -4
- package/src/icons/svgs/personBadgeFill.ts +1 -3
- package/src/icons/svgs/personBoundingBox.ts +1 -4
- package/src/icons/svgs/personCheck.ts +1 -4
- package/src/icons/svgs/personCheckFill.ts +1 -4
- package/src/icons/svgs/personCircle.ts +1 -4
- package/src/icons/svgs/personDash.ts +1 -4
- package/src/icons/svgs/personDashFill.ts +1 -4
- package/src/icons/svgs/personFill.ts +1 -3
- package/src/icons/svgs/personHeart.d.ts +1 -0
- package/src/icons/svgs/personHeart.ts +4 -0
- package/src/icons/svgs/personHearts.d.ts +1 -0
- package/src/icons/svgs/personHearts.ts +4 -0
- package/src/icons/svgs/personLinesFill.ts +1 -3
- package/src/icons/svgs/personPlus.ts +1 -4
- package/src/icons/svgs/personPlusFill.ts +1 -4
- package/src/icons/svgs/personRolodex.ts +1 -4
- package/src/icons/svgs/personSquare.ts +1 -4
- package/src/icons/svgs/personVideo.ts +1 -4
- package/src/icons/svgs/personVideo2.ts +1 -4
- package/src/icons/svgs/personVideo3.ts +1 -4
- package/src/icons/svgs/personWorkspace.ts +1 -4
- package/src/icons/svgs/personX.ts +1 -4
- package/src/icons/svgs/personXFill.ts +1 -3
- package/src/icons/svgs/phone.ts +1 -4
- package/src/icons/svgs/phoneFill.ts +1 -3
- package/src/icons/svgs/phoneFlip.d.ts +1 -0
- package/src/icons/svgs/phoneFlip.ts +4 -0
- package/src/icons/svgs/phoneLandscape.ts +1 -4
- package/src/icons/svgs/phoneLandscapeFill.ts +1 -3
- package/src/icons/svgs/phoneVibrate.ts +1 -4
- package/src/icons/svgs/phoneVibrateFill.ts +1 -3
- package/src/icons/svgs/pieChart.ts +1 -3
- package/src/icons/svgs/pieChartFill.ts +1 -3
- package/src/icons/svgs/piggyBank.ts +1 -4
- package/src/icons/svgs/piggyBankFill.ts +1 -3
- package/src/icons/svgs/pin.ts +1 -3
- package/src/icons/svgs/pinAngle.ts +1 -3
- package/src/icons/svgs/pinAngleFill.ts +1 -3
- package/src/icons/svgs/pinFill.ts +1 -3
- package/src/icons/svgs/pinMap.ts +1 -4
- package/src/icons/svgs/pinMapFill.ts +1 -4
- package/src/icons/svgs/pinterest.ts +1 -3
- package/src/icons/svgs/pip.ts +1 -4
- package/src/icons/svgs/pipFill.ts +1 -3
- package/src/icons/svgs/play.ts +1 -3
- package/src/icons/svgs/playBtn.ts +1 -4
- package/src/icons/svgs/playBtnFill.ts +1 -3
- package/src/icons/svgs/playCircle.ts +1 -4
- package/src/icons/svgs/playCircleFill.ts +1 -3
- package/src/icons/svgs/playFill.ts +1 -3
- package/src/icons/svgs/playstation.ts +1 -3
- package/src/icons/svgs/plug.ts +1 -3
- package/src/icons/svgs/plugFill.ts +1 -3
- package/src/icons/svgs/plugin.d.ts +1 -0
- package/src/icons/svgs/plugin.ts +4 -0
- package/src/icons/svgs/plus.ts +1 -3
- package/src/icons/svgs/plusCircle.ts +1 -4
- package/src/icons/svgs/plusCircleDotted.ts +1 -3
- package/src/icons/svgs/plusCircleFill.ts +1 -3
- package/src/icons/svgs/plusLg.ts +1 -3
- package/src/icons/svgs/plusSlashMinus.ts +1 -3
- package/src/icons/svgs/plusSquare.ts +1 -4
- package/src/icons/svgs/plusSquareDotted.ts +1 -3
- package/src/icons/svgs/plusSquareFill.ts +1 -3
- package/src/icons/svgs/postage.d.ts +1 -0
- package/src/icons/svgs/postage.ts +4 -0
- package/src/icons/svgs/postageFill.d.ts +1 -0
- package/src/icons/svgs/postageFill.ts +4 -0
- package/src/icons/svgs/postageHeart.d.ts +1 -0
- package/src/icons/svgs/postageHeart.ts +4 -0
- package/src/icons/svgs/postageHeartFill.d.ts +1 -0
- package/src/icons/svgs/postageHeartFill.ts +4 -0
- package/src/icons/svgs/postcard.d.ts +1 -0
- package/src/icons/svgs/postcard.ts +4 -0
- package/src/icons/svgs/postcardFill.d.ts +1 -0
- package/src/icons/svgs/postcardFill.ts +4 -0
- package/src/icons/svgs/postcardHeart.d.ts +1 -0
- package/src/icons/svgs/postcardHeart.ts +4 -0
- package/src/icons/svgs/postcardHeartFill.d.ts +1 -0
- package/src/icons/svgs/postcardHeartFill.ts +4 -0
- package/src/icons/svgs/power.ts +1 -4
- package/src/icons/svgs/printer.ts +1 -4
- package/src/icons/svgs/printerFill.ts +1 -4
- package/src/icons/svgs/projector.ts +1 -4
- package/src/icons/svgs/projectorFill.ts +1 -3
- package/src/icons/svgs/puzzle.ts +1 -3
- package/src/icons/svgs/puzzleFill.ts +1 -3
- package/src/icons/svgs/qrCode.ts +1 -7
- package/src/icons/svgs/qrCodeScan.ts +1 -7
- package/src/icons/svgs/question.ts +1 -3
- package/src/icons/svgs/questionCircle.ts +1 -4
- package/src/icons/svgs/questionCircleFill.ts +1 -3
- package/src/icons/svgs/questionDiamond.ts +1 -4
- package/src/icons/svgs/questionDiamondFill.ts +1 -3
- package/src/icons/svgs/questionLg.ts +1 -3
- package/src/icons/svgs/questionOctagon.ts +1 -4
- package/src/icons/svgs/questionOctagonFill.ts +1 -3
- package/src/icons/svgs/questionSquare.ts +1 -4
- package/src/icons/svgs/questionSquareFill.ts +1 -3
- package/src/icons/svgs/quora.ts +1 -3
- package/src/icons/svgs/quote.ts +1 -3
- package/src/icons/svgs/radioactive.ts +1 -4
- package/src/icons/svgs/rainbow.ts +1 -3
- package/src/icons/svgs/receipt.ts +1 -4
- package/src/icons/svgs/receiptCutoff.ts +1 -4
- package/src/icons/svgs/reception0.ts +1 -3
- package/src/icons/svgs/reception1.ts +1 -3
- package/src/icons/svgs/reception2.ts +1 -3
- package/src/icons/svgs/reception3.ts +1 -3
- package/src/icons/svgs/reception4.ts +1 -3
- package/src/icons/svgs/record.ts +1 -3
- package/src/icons/svgs/record2.ts +1 -4
- package/src/icons/svgs/record2Fill.ts +1 -4
- package/src/icons/svgs/recordBtn.ts +1 -4
- package/src/icons/svgs/recordBtnFill.ts +1 -3
- package/src/icons/svgs/recordCircle.ts +1 -4
- package/src/icons/svgs/recordCircleFill.ts +1 -3
- package/src/icons/svgs/recordFill.ts +1 -3
- package/src/icons/svgs/recycle.ts +1 -3
- package/src/icons/svgs/reddit.ts +1 -4
- package/src/icons/svgs/reply.ts +1 -3
- package/src/icons/svgs/replyAll.ts +1 -4
- package/src/icons/svgs/replyAllFill.ts +1 -4
- package/src/icons/svgs/replyFill.ts +1 -3
- package/src/icons/svgs/robot.ts +1 -4
- package/src/icons/svgs/router.ts +1 -6
- package/src/icons/svgs/routerFill.ts +1 -6
- package/src/icons/svgs/rss.ts +1 -4
- package/src/icons/svgs/rssFill.ts +1 -3
- package/src/icons/svgs/rulers.ts +1 -3
- package/src/icons/svgs/safe.ts +1 -4
- package/src/icons/svgs/safe2.ts +1 -4
- package/src/icons/svgs/safe2Fill.ts +1 -4
- package/src/icons/svgs/safeFill.ts +1 -4
- package/src/icons/svgs/save.ts +1 -3
- package/src/icons/svgs/save2.ts +1 -3
- package/src/icons/svgs/save2Fill.ts +1 -3
- package/src/icons/svgs/saveFill.ts +1 -3
- package/src/icons/svgs/scissors.ts +1 -3
- package/src/icons/svgs/screwdriver.ts +1 -3
- package/src/icons/svgs/sdCard.ts +1 -4
- package/src/icons/svgs/sdCardFill.ts +1 -3
- package/src/icons/svgs/search.ts +1 -3
- package/src/icons/svgs/searchHeart.d.ts +1 -0
- package/src/icons/svgs/searchHeart.ts +4 -0
- package/src/icons/svgs/searchHeartFill.d.ts +1 -0
- package/src/icons/svgs/searchHeartFill.ts +4 -0
- package/src/icons/svgs/segmentedNav.ts +1 -3
- package/src/icons/svgs/send.ts +1 -3
- package/src/icons/svgs/sendCheck.ts +1 -4
- package/src/icons/svgs/sendCheckFill.ts +1 -4
- package/src/icons/svgs/sendDash.ts +1 -4
- package/src/icons/svgs/sendDashFill.ts +1 -4
- package/src/icons/svgs/sendExclamation.ts +1 -4
- package/src/icons/svgs/sendExclamationFill.ts +1 -4
- package/src/icons/svgs/sendFill.ts +1 -3
- package/src/icons/svgs/sendPlus.ts +1 -4
- package/src/icons/svgs/sendPlusFill.ts +1 -4
- package/src/icons/svgs/sendSlash.ts +1 -4
- package/src/icons/svgs/sendSlashFill.ts +1 -4
- package/src/icons/svgs/sendX.ts +1 -4
- package/src/icons/svgs/sendXFill.ts +1 -4
- package/src/icons/svgs/server.ts +1 -5
- package/src/icons/svgs/share.ts +1 -3
- package/src/icons/svgs/shareFill.ts +1 -3
- package/src/icons/svgs/shield.ts +1 -3
- package/src/icons/svgs/shieldCheck.ts +1 -4
- package/src/icons/svgs/shieldExclamation.ts +1 -4
- package/src/icons/svgs/shieldFill.ts +1 -3
- package/src/icons/svgs/shieldFillCheck.ts +1 -3
- package/src/icons/svgs/shieldFillExclamation.ts +1 -3
- package/src/icons/svgs/shieldFillMinus.ts +1 -3
- package/src/icons/svgs/shieldFillPlus.ts +1 -3
- package/src/icons/svgs/shieldFillX.ts +1 -3
- package/src/icons/svgs/shieldLock.ts +1 -4
- package/src/icons/svgs/shieldLockFill.ts +1 -3
- package/src/icons/svgs/shieldMinus.ts +1 -4
- package/src/icons/svgs/shieldPlus.ts +1 -4
- package/src/icons/svgs/shieldShaded.ts +1 -3
- package/src/icons/svgs/shieldSlash.ts +1 -3
- package/src/icons/svgs/shieldSlashFill.ts +1 -3
- package/src/icons/svgs/shieldX.ts +1 -4
- package/src/icons/svgs/shift.ts +1 -3
- package/src/icons/svgs/shiftFill.ts +1 -3
- package/src/icons/svgs/shop.ts +1 -3
- package/src/icons/svgs/shopWindow.ts +1 -3
- package/src/icons/svgs/shuffle.ts +1 -4
- package/src/icons/svgs/signal.ts +1 -3
- package/src/icons/svgs/signpost.ts +1 -3
- package/src/icons/svgs/signpost2.ts +1 -3
- package/src/icons/svgs/signpost2Fill.ts +1 -3
- package/src/icons/svgs/signpostFill.ts +1 -3
- package/src/icons/svgs/signpostSplit.ts +1 -3
- package/src/icons/svgs/signpostSplitFill.ts +1 -3
- package/src/icons/svgs/sim.ts +1 -4
- package/src/icons/svgs/simFill.ts +1 -4
- package/src/icons/svgs/skipBackward.ts +1 -3
- package/src/icons/svgs/skipBackwardBtn.ts +1 -4
- package/src/icons/svgs/skipBackwardBtnFill.ts +1 -3
- package/src/icons/svgs/skipBackwardCircle.ts +1 -4
- package/src/icons/svgs/skipBackwardCircleFill.ts +1 -3
- package/src/icons/svgs/skipBackwardFill.ts +1 -3
- package/src/icons/svgs/skipEnd.ts +1 -3
- package/src/icons/svgs/skipEndBtn.ts +1 -4
- package/src/icons/svgs/skipEndBtnFill.ts +1 -3
- package/src/icons/svgs/skipEndCircle.ts +1 -4
- package/src/icons/svgs/skipEndCircleFill.ts +1 -3
- package/src/icons/svgs/skipEndFill.ts +1 -3
- package/src/icons/svgs/skipForward.ts +1 -3
- package/src/icons/svgs/skipForwardBtn.ts +1 -4
- package/src/icons/svgs/skipForwardBtnFill.ts +1 -3
- package/src/icons/svgs/skipForwardCircle.ts +1 -4
- package/src/icons/svgs/skipForwardCircleFill.ts +1 -3
- package/src/icons/svgs/skipForwardFill.ts +1 -3
- package/src/icons/svgs/skipStart.ts +1 -3
- package/src/icons/svgs/skipStartBtn.ts +1 -4
- package/src/icons/svgs/skipStartBtnFill.ts +1 -3
- package/src/icons/svgs/skipStartCircle.ts +1 -4
- package/src/icons/svgs/skipStartCircleFill.ts +1 -3
- package/src/icons/svgs/skipStartFill.ts +1 -3
- package/src/icons/svgs/skype.ts +1 -3
- package/src/icons/svgs/slack.ts +1 -3
- package/src/icons/svgs/slash.ts +1 -3
- package/src/icons/svgs/slashCircle.ts +1 -4
- package/src/icons/svgs/slashCircleFill.ts +1 -3
- package/src/icons/svgs/slashLg.ts +1 -3
- package/src/icons/svgs/slashSquare.ts +1 -4
- package/src/icons/svgs/slashSquareFill.ts +1 -3
- package/src/icons/svgs/sliders.ts +1 -3
- package/src/icons/svgs/sliders2.d.ts +1 -0
- package/src/icons/svgs/sliders2.ts +4 -0
- package/src/icons/svgs/sliders2Vertical.d.ts +1 -0
- package/src/icons/svgs/sliders2Vertical.ts +4 -0
- package/src/icons/svgs/smartwatch.ts +1 -4
- package/src/icons/svgs/snapchat.ts +1 -3
- package/src/icons/svgs/snow.ts +1 -3
- package/src/icons/svgs/snow2.ts +1 -3
- package/src/icons/svgs/snow3.ts +1 -4
- package/src/icons/svgs/sortAlphaDown.ts +1 -4
- package/src/icons/svgs/sortAlphaDownAlt.ts +1 -5
- package/src/icons/svgs/sortAlphaUp.ts +1 -4
- package/src/icons/svgs/sortAlphaUpAlt.ts +1 -5
- package/src/icons/svgs/sortDown.ts +1 -3
- package/src/icons/svgs/sortDownAlt.ts +1 -3
- package/src/icons/svgs/sortNumericDown.ts +1 -5
- package/src/icons/svgs/sortNumericDownAlt.ts +1 -4
- package/src/icons/svgs/sortNumericUp.ts +1 -5
- package/src/icons/svgs/sortNumericUpAlt.ts +1 -4
- package/src/icons/svgs/sortUp.ts +1 -3
- package/src/icons/svgs/sortUpAlt.ts +1 -3
- package/src/icons/svgs/soundwave.ts +1 -3
- package/src/icons/svgs/speaker.ts +1 -4
- package/src/icons/svgs/speakerFill.ts +1 -4
- package/src/icons/svgs/speedometer.ts +1 -4
- package/src/icons/svgs/speedometer2.ts +1 -4
- package/src/icons/svgs/spellcheck.ts +1 -4
- package/src/icons/svgs/spotify.ts +1 -3
- package/src/icons/svgs/square.ts +1 -3
- package/src/icons/svgs/squareFill.ts +1 -3
- package/src/icons/svgs/squareHalf.ts +1 -3
- package/src/icons/svgs/stack.ts +1 -4
- package/src/icons/svgs/stackOverflow.ts +1 -4
- package/src/icons/svgs/star.ts +1 -3
- package/src/icons/svgs/starFill.ts +1 -3
- package/src/icons/svgs/starHalf.ts +1 -3
- package/src/icons/svgs/stars.ts +1 -3
- package/src/icons/svgs/steam.ts +1 -4
- package/src/icons/svgs/stickies.ts +1 -4
- package/src/icons/svgs/stickiesFill.ts +1 -4
- package/src/icons/svgs/sticky.ts +1 -3
- package/src/icons/svgs/stickyFill.ts +1 -3
- package/src/icons/svgs/stop.ts +1 -3
- package/src/icons/svgs/stopBtn.ts +1 -4
- package/src/icons/svgs/stopBtnFill.ts +1 -3
- package/src/icons/svgs/stopCircle.ts +1 -4
- package/src/icons/svgs/stopCircleFill.ts +1 -3
- package/src/icons/svgs/stopFill.ts +1 -3
- package/src/icons/svgs/stoplights.ts +1 -4
- package/src/icons/svgs/stoplightsFill.ts +1 -3
- package/src/icons/svgs/stopwatch.ts +1 -4
- package/src/icons/svgs/stopwatchFill.ts +1 -3
- package/src/icons/svgs/strava.ts +1 -3
- package/src/icons/svgs/subtract.ts +1 -3
- package/src/icons/svgs/suitClub.ts +1 -3
- package/src/icons/svgs/suitClubFill.ts +1 -3
- package/src/icons/svgs/suitDiamond.ts +1 -3
- package/src/icons/svgs/suitDiamondFill.ts +1 -3
- package/src/icons/svgs/suitHeart.ts +1 -3
- package/src/icons/svgs/suitHeartFill.ts +1 -3
- package/src/icons/svgs/suitSpade.ts +1 -3
- package/src/icons/svgs/suitSpadeFill.ts +1 -3
- package/src/icons/svgs/sun.ts +1 -3
- package/src/icons/svgs/sunFill.ts +1 -3
- package/src/icons/svgs/sunglasses.ts +1 -3
- package/src/icons/svgs/sunrise.ts +1 -3
- package/src/icons/svgs/sunriseFill.ts +1 -3
- package/src/icons/svgs/sunset.ts +1 -3
- package/src/icons/svgs/sunsetFill.ts +1 -3
- package/src/icons/svgs/symmetryHorizontal.ts +1 -3
- package/src/icons/svgs/symmetryVertical.ts +1 -3
- package/src/icons/svgs/table.ts +1 -3
- package/src/icons/svgs/tablet.ts +1 -4
- package/src/icons/svgs/tabletFill.ts +1 -3
- package/src/icons/svgs/tabletLandscape.ts +1 -4
- package/src/icons/svgs/tabletLandscapeFill.ts +1 -3
- package/src/icons/svgs/tag.ts +1 -4
- package/src/icons/svgs/tagFill.ts +1 -3
- package/src/icons/svgs/tags.ts +1 -4
- package/src/icons/svgs/tagsFill.ts +1 -4
- package/src/icons/svgs/telegram.ts +1 -3
- package/src/icons/svgs/telephone.ts +1 -3
- package/src/icons/svgs/telephoneFill.ts +1 -3
- package/src/icons/svgs/telephoneForward.ts +1 -3
- package/src/icons/svgs/telephoneForwardFill.ts +1 -3
- package/src/icons/svgs/telephoneInbound.ts +1 -3
- package/src/icons/svgs/telephoneInboundFill.ts +1 -3
- package/src/icons/svgs/telephoneMinus.ts +1 -4
- package/src/icons/svgs/telephoneMinusFill.ts +1 -3
- package/src/icons/svgs/telephoneOutbound.ts +1 -3
- package/src/icons/svgs/telephoneOutboundFill.ts +1 -3
- package/src/icons/svgs/telephonePlus.ts +1 -4
- package/src/icons/svgs/telephonePlusFill.ts +1 -3
- package/src/icons/svgs/telephoneX.ts +1 -4
- package/src/icons/svgs/telephoneXFill.ts +1 -3
- package/src/icons/svgs/terminal.ts +1 -4
- package/src/icons/svgs/terminalDash.ts +1 -4
- package/src/icons/svgs/terminalFill.ts +1 -3
- package/src/icons/svgs/terminalPlus.ts +1 -4
- package/src/icons/svgs/terminalSplit.ts +1 -4
- package/src/icons/svgs/terminalX.ts +1 -4
- package/src/icons/svgs/textCenter.ts +1 -3
- package/src/icons/svgs/textIndentLeft.ts +1 -3
- package/src/icons/svgs/textIndentRight.ts +1 -3
- package/src/icons/svgs/textLeft.ts +1 -3
- package/src/icons/svgs/textParagraph.ts +1 -3
- package/src/icons/svgs/textRight.ts +1 -3
- package/src/icons/svgs/textarea.ts +1 -3
- package/src/icons/svgs/textareaResize.ts +1 -3
- package/src/icons/svgs/textareaT.ts +1 -4
- package/src/icons/svgs/thermometer.ts +1 -4
- package/src/icons/svgs/thermometerHalf.ts +1 -4
- package/src/icons/svgs/thermometerHigh.ts +1 -4
- package/src/icons/svgs/thermometerLow.ts +1 -4
- package/src/icons/svgs/thermometerSnow.ts +1 -4
- package/src/icons/svgs/thermometerSun.ts +1 -4
- package/src/icons/svgs/threeDots.ts +1 -3
- package/src/icons/svgs/threeDotsVertical.ts +1 -3
- package/src/icons/svgs/thunderbolt.ts +1 -4
- package/src/icons/svgs/thunderboltFill.ts +1 -3
- package/src/icons/svgs/ticket.ts +1 -3
- package/src/icons/svgs/ticketDetailed.ts +1 -4
- package/src/icons/svgs/ticketDetailedFill.ts +1 -3
- package/src/icons/svgs/ticketFill.ts +1 -3
- package/src/icons/svgs/ticketPerforated.d.ts +1 -0
- package/src/icons/svgs/ticketPerforated.ts +4 -0
- package/src/icons/svgs/ticketPerforatedFill.d.ts +1 -0
- package/src/icons/svgs/ticketPerforatedFill.ts +4 -0
- package/src/icons/svgs/tiktok.ts +1 -3
- package/src/icons/svgs/toggle2Off.ts +1 -4
- package/src/icons/svgs/toggle2On.ts +1 -4
- package/src/icons/svgs/toggleOff.ts +1 -3
- package/src/icons/svgs/toggleOn.ts +1 -3
- package/src/icons/svgs/toggles.ts +1 -3
- package/src/icons/svgs/toggles2.ts +1 -5
- package/src/icons/svgs/tools.ts +1 -3
- package/src/icons/svgs/tornado.ts +1 -3
- package/src/icons/svgs/translate.ts +1 -4
- package/src/icons/svgs/trash.ts +1 -4
- package/src/icons/svgs/trash2.ts +1 -3
- package/src/icons/svgs/trash2Fill.ts +1 -3
- package/src/icons/svgs/trash3.d.ts +1 -0
- package/src/icons/svgs/trash3.ts +4 -0
- package/src/icons/svgs/trash3Fill.d.ts +1 -0
- package/src/icons/svgs/trash3Fill.ts +4 -0
- package/src/icons/svgs/trashFill.ts +1 -3
- package/src/icons/svgs/tree.ts +1 -3
- package/src/icons/svgs/treeFill.ts +1 -3
- package/src/icons/svgs/triangle.ts +1 -3
- package/src/icons/svgs/triangleFill.ts +1 -3
- package/src/icons/svgs/triangleHalf.ts +1 -3
- package/src/icons/svgs/trophy.ts +1 -3
- package/src/icons/svgs/trophyFill.ts +1 -3
- package/src/icons/svgs/tropicalStorm.ts +1 -4
- package/src/icons/svgs/truck.ts +1 -3
- package/src/icons/svgs/truckFlatbed.ts +1 -3
- package/src/icons/svgs/tsunami.ts +1 -3
- package/src/icons/svgs/tv.ts +1 -3
- package/src/icons/svgs/tvFill.ts +1 -3
- package/src/icons/svgs/twitch.ts +1 -4
- package/src/icons/svgs/twitter.ts +1 -3
- package/src/icons/svgs/type.ts +1 -3
- package/src/icons/svgs/typeBold.ts +1 -3
- package/src/icons/svgs/typeH1.ts +1 -3
- package/src/icons/svgs/typeH2.ts +1 -3
- package/src/icons/svgs/typeH3.ts +1 -3
- package/src/icons/svgs/typeItalic.ts +1 -3
- package/src/icons/svgs/typeStrikethrough.ts +1 -3
- package/src/icons/svgs/typeUnderline.ts +1 -3
- package/src/icons/svgs/uiChecks.ts +1 -3
- package/src/icons/svgs/uiChecksGrid.ts +1 -3
- package/src/icons/svgs/uiRadios.ts +1 -3
- package/src/icons/svgs/uiRadiosGrid.ts +1 -3
- package/src/icons/svgs/umbrella.ts +1 -3
- package/src/icons/svgs/umbrellaFill.ts +1 -3
- package/src/icons/svgs/union.ts +1 -3
- package/src/icons/svgs/unlock.ts +1 -3
- package/src/icons/svgs/unlockFill.ts +1 -3
- package/src/icons/svgs/upc.ts +1 -3
- package/src/icons/svgs/upcScan.ts +1 -3
- package/src/icons/svgs/upload.ts +1 -4
- package/src/icons/svgs/usb.ts +1 -4
- package/src/icons/svgs/usbC.ts +1 -4
- package/src/icons/svgs/usbCFill.ts +1 -3
- package/src/icons/svgs/usbDrive.ts +1 -3
- package/src/icons/svgs/usbDriveFill.ts +1 -3
- package/src/icons/svgs/usbFill.ts +1 -3
- package/src/icons/svgs/usbMicro.ts +1 -4
- package/src/icons/svgs/usbMicroFill.ts +1 -3
- package/src/icons/svgs/usbMini.ts +1 -4
- package/src/icons/svgs/usbMiniFill.ts +1 -3
- package/src/icons/svgs/usbPlug.ts +1 -3
- package/src/icons/svgs/usbPlugFill.ts +1 -3
- package/src/icons/svgs/usbSymbol.ts +1 -3
- package/src/icons/svgs/valentine.d.ts +1 -0
- package/src/icons/svgs/valentine.ts +4 -0
- package/src/icons/svgs/valentine2.d.ts +1 -0
- package/src/icons/svgs/valentine2.ts +4 -0
- package/src/icons/svgs/vectorPen.ts +1 -4
- package/src/icons/svgs/viewList.ts +1 -3
- package/src/icons/svgs/viewStacked.ts +1 -3
- package/src/icons/svgs/vimeo.ts +1 -3
- package/src/icons/svgs/vinyl.ts +1 -5
- package/src/icons/svgs/vinylFill.ts +1 -4
- package/src/icons/svgs/voicemail.ts +1 -3
- package/src/icons/svgs/volumeDown.ts +1 -3
- package/src/icons/svgs/volumeDownFill.ts +1 -3
- package/src/icons/svgs/volumeMute.ts +1 -3
- package/src/icons/svgs/volumeMuteFill.ts +1 -3
- package/src/icons/svgs/volumeOff.ts +1 -3
- package/src/icons/svgs/volumeOffFill.ts +1 -3
- package/src/icons/svgs/volumeUp.ts +1 -5
- package/src/icons/svgs/volumeUpFill.ts +1 -5
- package/src/icons/svgs/vr.ts +1 -3
- package/src/icons/svgs/wallet.ts +1 -3
- package/src/icons/svgs/wallet2.ts +1 -3
- package/src/icons/svgs/walletFill.ts +1 -4
- package/src/icons/svgs/watch.ts +1 -4
- package/src/icons/svgs/water.ts +1 -3
- package/src/icons/svgs/webcam.ts +1 -4
- package/src/icons/svgs/webcamFill.ts +1 -4
- package/src/icons/svgs/whatsapp.ts +1 -3
- package/src/icons/svgs/wifi.ts +1 -4
- package/src/icons/svgs/wifi1.ts +1 -3
- package/src/icons/svgs/wifi2.ts +1 -3
- package/src/icons/svgs/wifiOff.ts +1 -3
- package/src/icons/svgs/wind.ts +1 -3
- package/src/icons/svgs/windowDash.ts +1 -5
- package/src/icons/svgs/windowDesktop.ts +1 -4
- package/src/icons/svgs/windowDock.ts +1 -4
- package/src/icons/svgs/windowFullscreen.ts +1 -4
- package/src/icons/svgs/windowPlus.ts +1 -5
- package/src/icons/svgs/windowSidebar.ts +1 -4
- package/src/icons/svgs/windowSplit.ts +1 -4
- package/src/icons/svgs/windowStack.ts +1 -4
- package/src/icons/svgs/windowX.ts +1 -5
- package/src/icons/svgs/windows.ts +1 -3
- package/src/icons/svgs/wordpress.ts +1 -5
- package/src/icons/svgs/wrench.ts +1 -3
- package/src/icons/svgs/wrenchAdjustable.d.ts +1 -0
- package/src/icons/svgs/wrenchAdjustable.ts +4 -0
- package/src/icons/svgs/wrenchAdjustableCircleFill.d.ts +1 -0
- package/src/icons/svgs/wrenchAdjustableCircleFill.ts +4 -0
- package/src/icons/svgs/wrenchAdjustableCricle.d.ts +1 -0
- package/src/icons/svgs/wrenchAdjustableCricle.ts +4 -0
- package/src/icons/svgs/x.ts +1 -3
- package/src/icons/svgs/xCircle.ts +1 -4
- package/src/icons/svgs/xCircleFill.ts +1 -3
- package/src/icons/svgs/xDiamond.ts +1 -3
- package/src/icons/svgs/xDiamondFill.ts +1 -3
- package/src/icons/svgs/xLg.ts +1 -4
- package/src/icons/svgs/xOctagon.ts +1 -4
- package/src/icons/svgs/xOctagonFill.ts +1 -3
- package/src/icons/svgs/xSquare.ts +1 -4
- package/src/icons/svgs/xSquareFill.ts +1 -3
- package/src/icons/svgs/xbox.ts +1 -3
- package/src/icons/svgs/yinYang.ts +1 -4
- package/src/icons/svgs/youtube.ts +1 -3
- package/src/icons/svgs/zoomIn.ts +1 -5
- package/src/icons/svgs/zoomOut.ts +1 -5
- package/build/icons/svgs/ticketPerferated.js +0 -8
- package/build/icons/svgs/ticketPerferatedFill.js +0 -8
- package/src/icons/svgs/ticketPerferated.d.ts +0 -1
- package/src/icons/svgs/ticketPerferated.ts +0 -7
- package/src/icons/svgs/ticketPerferatedFill.d.ts +0 -1
- package/src/icons/svgs/ticketPerferatedFill.ts +0 -6
package/pnpm-lock.yaml
CHANGED
|
@@ -1,96 +1,105 @@
|
|
|
1
1
|
dependencies:
|
|
2
2
|
bootstrap: 5.1.3
|
|
3
|
-
bootstrap-icons: 1.
|
|
4
|
-
core-js: 3.
|
|
3
|
+
bootstrap-icons: 1.8.0
|
|
4
|
+
core-js: 3.21.0
|
|
5
5
|
tippy.js: 6.3.7
|
|
6
6
|
devDependencies:
|
|
7
|
-
'@babel/core': 7.
|
|
8
|
-
'@babel/preset-env': 7.16.
|
|
9
|
-
'@types/node': 16.11.
|
|
10
|
-
autoprefixer: 10.4.
|
|
11
|
-
babel-loader: 8.2.
|
|
12
|
-
css-loader: 6.
|
|
7
|
+
'@babel/core': 7.17.0
|
|
8
|
+
'@babel/preset-env': 7.16.11_@babel+core@7.17.0
|
|
9
|
+
'@types/node': 16.11.22
|
|
10
|
+
autoprefixer: 10.4.2
|
|
11
|
+
babel-loader: 8.2.3_1ae55b9050e96e2b3bec4d845e4d3e55
|
|
12
|
+
css-loader: 6.6.0_webpack@5.68.0
|
|
13
13
|
dts-bundle: 0.7.3
|
|
14
|
-
html-loader: 2.1.2_webpack@5.
|
|
14
|
+
html-loader: 2.1.2_webpack@5.68.0
|
|
15
15
|
node-sass: 6.0.1
|
|
16
|
-
postcss-loader: 6.2.
|
|
17
|
-
sass-loader: 12.
|
|
18
|
-
style-loader: 3.3.1_webpack@5.
|
|
19
|
-
ts-loader: 9.2.6_webpack@5.
|
|
20
|
-
typedoc: 0.22.
|
|
21
|
-
webpack: 5.
|
|
22
|
-
webpack-cli: 4.9.
|
|
16
|
+
postcss-loader: 6.2.1_webpack@5.68.0
|
|
17
|
+
sass-loader: 12.4.0_node-sass@6.0.1+webpack@5.68.0
|
|
18
|
+
style-loader: 3.3.1_webpack@5.68.0
|
|
19
|
+
ts-loader: 9.2.6_webpack@5.68.0
|
|
20
|
+
typedoc: 0.22.11
|
|
21
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
22
|
+
webpack-cli: 4.9.2_webpack@5.68.0
|
|
23
23
|
lockfileVersion: 5.2
|
|
24
24
|
packages:
|
|
25
|
-
/@
|
|
25
|
+
/@ampproject/remapping/2.0.2:
|
|
26
26
|
dependencies:
|
|
27
|
-
'@
|
|
27
|
+
'@jridgewell/trace-mapping': 0.2.5
|
|
28
|
+
sourcemap-codec: 1.4.8
|
|
29
|
+
dev: true
|
|
30
|
+
engines:
|
|
31
|
+
node: '>=6.0.0'
|
|
32
|
+
resolution:
|
|
33
|
+
integrity: sha512-sE8Gx+qSDMLoJvb3QarJJlDQK7SSY4rK3hxp4XsiANeFOmjU46ZI7Y9adAQRJrmbz8zbtZkp3mJTT+rGxtF0XA==
|
|
34
|
+
/@babel/code-frame/7.16.7:
|
|
35
|
+
dependencies:
|
|
36
|
+
'@babel/highlight': 7.16.10
|
|
28
37
|
dev: true
|
|
29
38
|
engines:
|
|
30
39
|
node: '>=6.9.0'
|
|
31
40
|
resolution:
|
|
32
|
-
integrity: sha512-
|
|
33
|
-
/@babel/compat-data/7.
|
|
41
|
+
integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
|
|
42
|
+
/@babel/compat-data/7.17.0:
|
|
34
43
|
dev: true
|
|
35
44
|
engines:
|
|
36
45
|
node: '>=6.9.0'
|
|
37
46
|
resolution:
|
|
38
|
-
integrity: sha512-
|
|
39
|
-
/@babel/core/7.
|
|
40
|
-
dependencies:
|
|
41
|
-
'@
|
|
42
|
-
'@babel/
|
|
43
|
-
'@babel/
|
|
44
|
-
'@babel/helper-
|
|
45
|
-
'@babel/
|
|
46
|
-
'@babel/
|
|
47
|
-
'@babel/
|
|
48
|
-
'@babel/
|
|
49
|
-
'@babel/
|
|
47
|
+
integrity: sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==
|
|
48
|
+
/@babel/core/7.17.0:
|
|
49
|
+
dependencies:
|
|
50
|
+
'@ampproject/remapping': 2.0.2
|
|
51
|
+
'@babel/code-frame': 7.16.7
|
|
52
|
+
'@babel/generator': 7.17.0
|
|
53
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
|
|
54
|
+
'@babel/helper-module-transforms': 7.16.7
|
|
55
|
+
'@babel/helpers': 7.17.0
|
|
56
|
+
'@babel/parser': 7.17.0
|
|
57
|
+
'@babel/template': 7.16.7
|
|
58
|
+
'@babel/traverse': 7.17.0
|
|
59
|
+
'@babel/types': 7.17.0
|
|
50
60
|
convert-source-map: 1.8.0
|
|
51
|
-
debug: 4.3.
|
|
61
|
+
debug: 4.3.3
|
|
52
62
|
gensync: 1.0.0-beta.2
|
|
53
63
|
json5: 2.2.0
|
|
54
64
|
semver: 6.3.0
|
|
55
|
-
source-map: 0.5.7
|
|
56
65
|
dev: true
|
|
57
66
|
engines:
|
|
58
67
|
node: '>=6.9.0'
|
|
59
68
|
resolution:
|
|
60
|
-
integrity: sha512-
|
|
61
|
-
/@babel/generator/7.
|
|
69
|
+
integrity: sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA==
|
|
70
|
+
/@babel/generator/7.17.0:
|
|
62
71
|
dependencies:
|
|
63
|
-
'@babel/types': 7.
|
|
72
|
+
'@babel/types': 7.17.0
|
|
64
73
|
jsesc: 2.5.2
|
|
65
74
|
source-map: 0.5.7
|
|
66
75
|
dev: true
|
|
67
76
|
engines:
|
|
68
77
|
node: '>=6.9.0'
|
|
69
78
|
resolution:
|
|
70
|
-
integrity: sha512-
|
|
71
|
-
/@babel/helper-annotate-as-pure/7.16.
|
|
79
|
+
integrity: sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==
|
|
80
|
+
/@babel/helper-annotate-as-pure/7.16.7:
|
|
72
81
|
dependencies:
|
|
73
|
-
'@babel/types': 7.
|
|
82
|
+
'@babel/types': 7.17.0
|
|
74
83
|
dev: true
|
|
75
84
|
engines:
|
|
76
85
|
node: '>=6.9.0'
|
|
77
86
|
resolution:
|
|
78
|
-
integrity: sha512-
|
|
79
|
-
/@babel/helper-builder-binary-assignment-operator-visitor/7.16.
|
|
87
|
+
integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
|
|
88
|
+
/@babel/helper-builder-binary-assignment-operator-visitor/7.16.7:
|
|
80
89
|
dependencies:
|
|
81
|
-
'@babel/helper-explode-assignable-expression': 7.16.
|
|
82
|
-
'@babel/types': 7.
|
|
90
|
+
'@babel/helper-explode-assignable-expression': 7.16.7
|
|
91
|
+
'@babel/types': 7.17.0
|
|
83
92
|
dev: true
|
|
84
93
|
engines:
|
|
85
94
|
node: '>=6.9.0'
|
|
86
95
|
resolution:
|
|
87
|
-
integrity: sha512-
|
|
88
|
-
/@babel/helper-compilation-targets/7.16.
|
|
96
|
+
integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==
|
|
97
|
+
/@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.0:
|
|
89
98
|
dependencies:
|
|
90
|
-
'@babel/compat-data': 7.
|
|
91
|
-
'@babel/core': 7.
|
|
92
|
-
'@babel/helper-validator-option': 7.
|
|
93
|
-
browserslist: 4.
|
|
99
|
+
'@babel/compat-data': 7.17.0
|
|
100
|
+
'@babel/core': 7.17.0
|
|
101
|
+
'@babel/helper-validator-option': 7.16.7
|
|
102
|
+
browserslist: 4.19.1
|
|
94
103
|
semver: 6.3.0
|
|
95
104
|
dev: true
|
|
96
105
|
engines:
|
|
@@ -98,459 +107,469 @@ packages:
|
|
|
98
107
|
peerDependencies:
|
|
99
108
|
'@babel/core': ^7.0.0
|
|
100
109
|
resolution:
|
|
101
|
-
integrity: sha512-
|
|
102
|
-
/@babel/helper-create-class-features-plugin/7.
|
|
110
|
+
integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
|
|
111
|
+
/@babel/helper-create-class-features-plugin/7.17.0_@babel+core@7.17.0:
|
|
103
112
|
dependencies:
|
|
104
|
-
'@babel/core': 7.
|
|
105
|
-
'@babel/helper-annotate-as-pure': 7.16.
|
|
106
|
-
'@babel/helper-
|
|
107
|
-
'@babel/helper-
|
|
108
|
-
'@babel/helper-
|
|
109
|
-
'@babel/helper-
|
|
110
|
-
'@babel/helper-
|
|
113
|
+
'@babel/core': 7.17.0
|
|
114
|
+
'@babel/helper-annotate-as-pure': 7.16.7
|
|
115
|
+
'@babel/helper-environment-visitor': 7.16.7
|
|
116
|
+
'@babel/helper-function-name': 7.16.7
|
|
117
|
+
'@babel/helper-member-expression-to-functions': 7.16.7
|
|
118
|
+
'@babel/helper-optimise-call-expression': 7.16.7
|
|
119
|
+
'@babel/helper-replace-supers': 7.16.7
|
|
120
|
+
'@babel/helper-split-export-declaration': 7.16.7
|
|
111
121
|
dev: true
|
|
112
122
|
engines:
|
|
113
123
|
node: '>=6.9.0'
|
|
114
124
|
peerDependencies:
|
|
115
125
|
'@babel/core': ^7.0.0
|
|
116
126
|
resolution:
|
|
117
|
-
integrity: sha512-
|
|
118
|
-
/@babel/helper-create-regexp-features-plugin/7.
|
|
127
|
+
integrity: sha512-S3+IHG72pJFb0RmJgeXg/TjVKt641ZsLla028haXJjdqCf9eccE5r1JsdO//L7nzTDzXjtC+hwV/lrkEb2+t0Q==
|
|
128
|
+
/@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.0:
|
|
119
129
|
dependencies:
|
|
120
|
-
'@babel/core': 7.
|
|
121
|
-
'@babel/helper-annotate-as-pure': 7.16.
|
|
122
|
-
regexpu-core:
|
|
130
|
+
'@babel/core': 7.17.0
|
|
131
|
+
'@babel/helper-annotate-as-pure': 7.16.7
|
|
132
|
+
regexpu-core: 5.0.1
|
|
123
133
|
dev: true
|
|
124
134
|
engines:
|
|
125
135
|
node: '>=6.9.0'
|
|
126
136
|
peerDependencies:
|
|
127
137
|
'@babel/core': ^7.0.0
|
|
128
138
|
resolution:
|
|
129
|
-
integrity: sha512-
|
|
130
|
-
/@babel/helper-define-polyfill-provider/0.3.
|
|
139
|
+
integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==
|
|
140
|
+
/@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.0:
|
|
131
141
|
dependencies:
|
|
132
|
-
'@babel/core': 7.
|
|
133
|
-
'@babel/helper-compilation-targets': 7.16.
|
|
134
|
-
'@babel/helper-module-imports': 7.16.
|
|
135
|
-
'@babel/helper-plugin-utils': 7.
|
|
136
|
-
'@babel/traverse': 7.
|
|
137
|
-
debug: 4.3.
|
|
142
|
+
'@babel/core': 7.17.0
|
|
143
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
|
|
144
|
+
'@babel/helper-module-imports': 7.16.7
|
|
145
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
146
|
+
'@babel/traverse': 7.17.0
|
|
147
|
+
debug: 4.3.3
|
|
138
148
|
lodash.debounce: 4.0.8
|
|
139
|
-
resolve: 1.
|
|
149
|
+
resolve: 1.22.0
|
|
140
150
|
semver: 6.3.0
|
|
141
151
|
dev: true
|
|
142
152
|
peerDependencies:
|
|
143
153
|
'@babel/core': ^7.4.0-0
|
|
144
154
|
resolution:
|
|
145
|
-
integrity: sha512-
|
|
146
|
-
/@babel/helper-
|
|
155
|
+
integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==
|
|
156
|
+
/@babel/helper-environment-visitor/7.16.7:
|
|
147
157
|
dependencies:
|
|
148
|
-
'@babel/types': 7.
|
|
158
|
+
'@babel/types': 7.17.0
|
|
149
159
|
dev: true
|
|
150
160
|
engines:
|
|
151
161
|
node: '>=6.9.0'
|
|
152
162
|
resolution:
|
|
153
|
-
integrity: sha512-
|
|
154
|
-
/@babel/helper-
|
|
163
|
+
integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
|
|
164
|
+
/@babel/helper-explode-assignable-expression/7.16.7:
|
|
155
165
|
dependencies:
|
|
156
|
-
'@babel/
|
|
157
|
-
'@babel/template': 7.16.0
|
|
158
|
-
'@babel/types': 7.16.0
|
|
166
|
+
'@babel/types': 7.17.0
|
|
159
167
|
dev: true
|
|
160
168
|
engines:
|
|
161
169
|
node: '>=6.9.0'
|
|
162
170
|
resolution:
|
|
163
|
-
integrity: sha512-
|
|
164
|
-
/@babel/helper-
|
|
171
|
+
integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==
|
|
172
|
+
/@babel/helper-function-name/7.16.7:
|
|
165
173
|
dependencies:
|
|
166
|
-
'@babel/
|
|
174
|
+
'@babel/helper-get-function-arity': 7.16.7
|
|
175
|
+
'@babel/template': 7.16.7
|
|
176
|
+
'@babel/types': 7.17.0
|
|
167
177
|
dev: true
|
|
168
178
|
engines:
|
|
169
179
|
node: '>=6.9.0'
|
|
170
180
|
resolution:
|
|
171
|
-
integrity: sha512-
|
|
172
|
-
/@babel/helper-
|
|
181
|
+
integrity: sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
|
|
182
|
+
/@babel/helper-get-function-arity/7.16.7:
|
|
173
183
|
dependencies:
|
|
174
|
-
'@babel/types': 7.
|
|
184
|
+
'@babel/types': 7.17.0
|
|
175
185
|
dev: true
|
|
176
186
|
engines:
|
|
177
187
|
node: '>=6.9.0'
|
|
178
188
|
resolution:
|
|
179
|
-
integrity: sha512-
|
|
180
|
-
/@babel/helper-
|
|
189
|
+
integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
|
|
190
|
+
/@babel/helper-hoist-variables/7.16.7:
|
|
181
191
|
dependencies:
|
|
182
|
-
'@babel/types': 7.
|
|
192
|
+
'@babel/types': 7.17.0
|
|
183
193
|
dev: true
|
|
184
194
|
engines:
|
|
185
195
|
node: '>=6.9.0'
|
|
186
196
|
resolution:
|
|
187
|
-
integrity: sha512-
|
|
188
|
-
/@babel/helper-
|
|
197
|
+
integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
|
|
198
|
+
/@babel/helper-member-expression-to-functions/7.16.7:
|
|
189
199
|
dependencies:
|
|
190
|
-
'@babel/types': 7.
|
|
200
|
+
'@babel/types': 7.17.0
|
|
191
201
|
dev: true
|
|
192
202
|
engines:
|
|
193
203
|
node: '>=6.9.0'
|
|
194
204
|
resolution:
|
|
195
|
-
integrity: sha512-
|
|
196
|
-
/@babel/helper-module-
|
|
205
|
+
integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==
|
|
206
|
+
/@babel/helper-module-imports/7.16.7:
|
|
197
207
|
dependencies:
|
|
198
|
-
'@babel/
|
|
199
|
-
'@babel/helper-replace-supers': 7.16.0
|
|
200
|
-
'@babel/helper-simple-access': 7.16.0
|
|
201
|
-
'@babel/helper-split-export-declaration': 7.16.0
|
|
202
|
-
'@babel/helper-validator-identifier': 7.15.7
|
|
203
|
-
'@babel/template': 7.16.0
|
|
204
|
-
'@babel/traverse': 7.16.3
|
|
205
|
-
'@babel/types': 7.16.0
|
|
208
|
+
'@babel/types': 7.17.0
|
|
206
209
|
dev: true
|
|
207
210
|
engines:
|
|
208
211
|
node: '>=6.9.0'
|
|
209
212
|
resolution:
|
|
210
|
-
integrity: sha512-
|
|
211
|
-
/@babel/helper-
|
|
213
|
+
integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
|
|
214
|
+
/@babel/helper-module-transforms/7.16.7:
|
|
212
215
|
dependencies:
|
|
213
|
-
'@babel/
|
|
216
|
+
'@babel/helper-environment-visitor': 7.16.7
|
|
217
|
+
'@babel/helper-module-imports': 7.16.7
|
|
218
|
+
'@babel/helper-simple-access': 7.16.7
|
|
219
|
+
'@babel/helper-split-export-declaration': 7.16.7
|
|
220
|
+
'@babel/helper-validator-identifier': 7.16.7
|
|
221
|
+
'@babel/template': 7.16.7
|
|
222
|
+
'@babel/traverse': 7.17.0
|
|
223
|
+
'@babel/types': 7.17.0
|
|
214
224
|
dev: true
|
|
215
225
|
engines:
|
|
216
226
|
node: '>=6.9.0'
|
|
217
227
|
resolution:
|
|
218
|
-
integrity: sha512-
|
|
219
|
-
/@babel/helper-
|
|
228
|
+
integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
|
|
229
|
+
/@babel/helper-optimise-call-expression/7.16.7:
|
|
230
|
+
dependencies:
|
|
231
|
+
'@babel/types': 7.17.0
|
|
220
232
|
dev: true
|
|
221
233
|
engines:
|
|
222
234
|
node: '>=6.9.0'
|
|
223
235
|
resolution:
|
|
224
|
-
integrity: sha512
|
|
225
|
-
/@babel/helper-
|
|
236
|
+
integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==
|
|
237
|
+
/@babel/helper-plugin-utils/7.16.7:
|
|
238
|
+
dev: true
|
|
239
|
+
engines:
|
|
240
|
+
node: '>=6.9.0'
|
|
241
|
+
resolution:
|
|
242
|
+
integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
|
|
243
|
+
/@babel/helper-remap-async-to-generator/7.16.8:
|
|
226
244
|
dependencies:
|
|
227
|
-
'@babel/helper-annotate-as-pure': 7.16.
|
|
228
|
-
'@babel/helper-wrap-function': 7.16.
|
|
229
|
-
'@babel/types': 7.
|
|
245
|
+
'@babel/helper-annotate-as-pure': 7.16.7
|
|
246
|
+
'@babel/helper-wrap-function': 7.16.8
|
|
247
|
+
'@babel/types': 7.17.0
|
|
230
248
|
dev: true
|
|
231
249
|
engines:
|
|
232
250
|
node: '>=6.9.0'
|
|
233
251
|
resolution:
|
|
234
|
-
integrity: sha512-
|
|
235
|
-
/@babel/helper-replace-supers/7.16.
|
|
252
|
+
integrity: sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==
|
|
253
|
+
/@babel/helper-replace-supers/7.16.7:
|
|
236
254
|
dependencies:
|
|
237
|
-
'@babel/helper-
|
|
238
|
-
'@babel/helper-
|
|
239
|
-
'@babel/
|
|
240
|
-
'@babel/
|
|
255
|
+
'@babel/helper-environment-visitor': 7.16.7
|
|
256
|
+
'@babel/helper-member-expression-to-functions': 7.16.7
|
|
257
|
+
'@babel/helper-optimise-call-expression': 7.16.7
|
|
258
|
+
'@babel/traverse': 7.17.0
|
|
259
|
+
'@babel/types': 7.17.0
|
|
241
260
|
dev: true
|
|
242
261
|
engines:
|
|
243
262
|
node: '>=6.9.0'
|
|
244
263
|
resolution:
|
|
245
|
-
integrity: sha512-
|
|
246
|
-
/@babel/helper-simple-access/7.16.
|
|
264
|
+
integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==
|
|
265
|
+
/@babel/helper-simple-access/7.16.7:
|
|
247
266
|
dependencies:
|
|
248
|
-
'@babel/types': 7.
|
|
267
|
+
'@babel/types': 7.17.0
|
|
249
268
|
dev: true
|
|
250
269
|
engines:
|
|
251
270
|
node: '>=6.9.0'
|
|
252
271
|
resolution:
|
|
253
|
-
integrity: sha512-
|
|
272
|
+
integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==
|
|
254
273
|
/@babel/helper-skip-transparent-expression-wrappers/7.16.0:
|
|
255
274
|
dependencies:
|
|
256
|
-
'@babel/types': 7.
|
|
275
|
+
'@babel/types': 7.17.0
|
|
257
276
|
dev: true
|
|
258
277
|
engines:
|
|
259
278
|
node: '>=6.9.0'
|
|
260
279
|
resolution:
|
|
261
280
|
integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==
|
|
262
|
-
/@babel/helper-split-export-declaration/7.16.
|
|
281
|
+
/@babel/helper-split-export-declaration/7.16.7:
|
|
263
282
|
dependencies:
|
|
264
|
-
'@babel/types': 7.
|
|
283
|
+
'@babel/types': 7.17.0
|
|
265
284
|
dev: true
|
|
266
285
|
engines:
|
|
267
286
|
node: '>=6.9.0'
|
|
268
287
|
resolution:
|
|
269
|
-
integrity: sha512-
|
|
270
|
-
/@babel/helper-validator-identifier/7.
|
|
288
|
+
integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
|
|
289
|
+
/@babel/helper-validator-identifier/7.16.7:
|
|
271
290
|
dev: true
|
|
272
291
|
engines:
|
|
273
292
|
node: '>=6.9.0'
|
|
274
293
|
resolution:
|
|
275
|
-
integrity: sha512-
|
|
276
|
-
/@babel/helper-validator-option/7.
|
|
294
|
+
integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
|
295
|
+
/@babel/helper-validator-option/7.16.7:
|
|
277
296
|
dev: true
|
|
278
297
|
engines:
|
|
279
298
|
node: '>=6.9.0'
|
|
280
299
|
resolution:
|
|
281
|
-
integrity: sha512-
|
|
282
|
-
/@babel/helper-wrap-function/7.16.
|
|
300
|
+
integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
|
|
301
|
+
/@babel/helper-wrap-function/7.16.8:
|
|
283
302
|
dependencies:
|
|
284
|
-
'@babel/helper-function-name': 7.16.
|
|
285
|
-
'@babel/template': 7.16.
|
|
286
|
-
'@babel/traverse': 7.
|
|
287
|
-
'@babel/types': 7.
|
|
303
|
+
'@babel/helper-function-name': 7.16.7
|
|
304
|
+
'@babel/template': 7.16.7
|
|
305
|
+
'@babel/traverse': 7.17.0
|
|
306
|
+
'@babel/types': 7.17.0
|
|
288
307
|
dev: true
|
|
289
308
|
engines:
|
|
290
309
|
node: '>=6.9.0'
|
|
291
310
|
resolution:
|
|
292
|
-
integrity: sha512-
|
|
293
|
-
/@babel/helpers/7.
|
|
311
|
+
integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==
|
|
312
|
+
/@babel/helpers/7.17.0:
|
|
294
313
|
dependencies:
|
|
295
|
-
'@babel/template': 7.16.
|
|
296
|
-
'@babel/traverse': 7.
|
|
297
|
-
'@babel/types': 7.
|
|
314
|
+
'@babel/template': 7.16.7
|
|
315
|
+
'@babel/traverse': 7.17.0
|
|
316
|
+
'@babel/types': 7.17.0
|
|
298
317
|
dev: true
|
|
299
318
|
engines:
|
|
300
319
|
node: '>=6.9.0'
|
|
301
320
|
resolution:
|
|
302
|
-
integrity: sha512-
|
|
303
|
-
/@babel/highlight/7.16.
|
|
321
|
+
integrity: sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ==
|
|
322
|
+
/@babel/highlight/7.16.10:
|
|
304
323
|
dependencies:
|
|
305
|
-
'@babel/helper-validator-identifier': 7.
|
|
324
|
+
'@babel/helper-validator-identifier': 7.16.7
|
|
306
325
|
chalk: 2.4.2
|
|
307
326
|
js-tokens: 4.0.0
|
|
308
327
|
dev: true
|
|
309
328
|
engines:
|
|
310
329
|
node: '>=6.9.0'
|
|
311
330
|
resolution:
|
|
312
|
-
integrity: sha512-
|
|
313
|
-
/@babel/parser/7.
|
|
331
|
+
integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
|
|
332
|
+
/@babel/parser/7.17.0:
|
|
314
333
|
dev: true
|
|
315
334
|
engines:
|
|
316
335
|
node: '>=6.0.0'
|
|
317
336
|
hasBin: true
|
|
318
337
|
resolution:
|
|
319
|
-
integrity: sha512-
|
|
320
|
-
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.
|
|
338
|
+
integrity: sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
|
|
339
|
+
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.0:
|
|
321
340
|
dependencies:
|
|
322
|
-
'@babel/core': 7.
|
|
323
|
-
'@babel/helper-plugin-utils': 7.
|
|
341
|
+
'@babel/core': 7.17.0
|
|
342
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
324
343
|
dev: true
|
|
325
344
|
engines:
|
|
326
345
|
node: '>=6.9.0'
|
|
327
346
|
peerDependencies:
|
|
328
347
|
'@babel/core': ^7.0.0
|
|
329
348
|
resolution:
|
|
330
|
-
integrity: sha512-
|
|
331
|
-
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.
|
|
349
|
+
integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==
|
|
350
|
+
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.0:
|
|
332
351
|
dependencies:
|
|
333
|
-
'@babel/core': 7.
|
|
334
|
-
'@babel/helper-plugin-utils': 7.
|
|
352
|
+
'@babel/core': 7.17.0
|
|
353
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
335
354
|
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
|
|
336
|
-
'@babel/plugin-proposal-optional-chaining': 7.16.
|
|
355
|
+
'@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.0
|
|
337
356
|
dev: true
|
|
338
357
|
engines:
|
|
339
358
|
node: '>=6.9.0'
|
|
340
359
|
peerDependencies:
|
|
341
360
|
'@babel/core': ^7.13.0
|
|
342
361
|
resolution:
|
|
343
|
-
integrity: sha512-
|
|
344
|
-
/@babel/plugin-proposal-async-generator-functions/7.16.
|
|
362
|
+
integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==
|
|
363
|
+
/@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.0:
|
|
345
364
|
dependencies:
|
|
346
|
-
'@babel/core': 7.
|
|
347
|
-
'@babel/helper-plugin-utils': 7.
|
|
348
|
-
'@babel/helper-remap-async-to-generator': 7.16.
|
|
349
|
-
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.
|
|
365
|
+
'@babel/core': 7.17.0
|
|
366
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
367
|
+
'@babel/helper-remap-async-to-generator': 7.16.8
|
|
368
|
+
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.0
|
|
350
369
|
dev: true
|
|
351
370
|
engines:
|
|
352
371
|
node: '>=6.9.0'
|
|
353
372
|
peerDependencies:
|
|
354
373
|
'@babel/core': ^7.0.0-0
|
|
355
374
|
resolution:
|
|
356
|
-
integrity: sha512
|
|
357
|
-
/@babel/plugin-proposal-class-properties/7.16.
|
|
375
|
+
integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
|
|
376
|
+
/@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.0:
|
|
358
377
|
dependencies:
|
|
359
|
-
'@babel/core': 7.
|
|
360
|
-
'@babel/helper-create-class-features-plugin': 7.
|
|
361
|
-
'@babel/helper-plugin-utils': 7.
|
|
378
|
+
'@babel/core': 7.17.0
|
|
379
|
+
'@babel/helper-create-class-features-plugin': 7.17.0_@babel+core@7.17.0
|
|
380
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
362
381
|
dev: true
|
|
363
382
|
engines:
|
|
364
383
|
node: '>=6.9.0'
|
|
365
384
|
peerDependencies:
|
|
366
385
|
'@babel/core': ^7.0.0-0
|
|
367
386
|
resolution:
|
|
368
|
-
integrity: sha512-
|
|
369
|
-
/@babel/plugin-proposal-class-static-block/7.16.
|
|
387
|
+
integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==
|
|
388
|
+
/@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.17.0:
|
|
370
389
|
dependencies:
|
|
371
|
-
'@babel/core': 7.
|
|
372
|
-
'@babel/helper-create-class-features-plugin': 7.
|
|
373
|
-
'@babel/helper-plugin-utils': 7.
|
|
374
|
-
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.
|
|
390
|
+
'@babel/core': 7.17.0
|
|
391
|
+
'@babel/helper-create-class-features-plugin': 7.17.0_@babel+core@7.17.0
|
|
392
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
393
|
+
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.0
|
|
375
394
|
dev: true
|
|
376
395
|
engines:
|
|
377
396
|
node: '>=6.9.0'
|
|
378
397
|
peerDependencies:
|
|
379
398
|
'@babel/core': ^7.12.0
|
|
380
399
|
resolution:
|
|
381
|
-
integrity: sha512-
|
|
382
|
-
/@babel/plugin-proposal-dynamic-import/7.16.
|
|
400
|
+
integrity: sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==
|
|
401
|
+
/@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.0:
|
|
383
402
|
dependencies:
|
|
384
|
-
'@babel/core': 7.
|
|
385
|
-
'@babel/helper-plugin-utils': 7.
|
|
386
|
-
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.
|
|
403
|
+
'@babel/core': 7.17.0
|
|
404
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
405
|
+
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.0
|
|
387
406
|
dev: true
|
|
388
407
|
engines:
|
|
389
408
|
node: '>=6.9.0'
|
|
390
409
|
peerDependencies:
|
|
391
410
|
'@babel/core': ^7.0.0-0
|
|
392
411
|
resolution:
|
|
393
|
-
integrity: sha512-
|
|
394
|
-
/@babel/plugin-proposal-export-namespace-from/7.16.
|
|
412
|
+
integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==
|
|
413
|
+
/@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.0:
|
|
395
414
|
dependencies:
|
|
396
|
-
'@babel/core': 7.
|
|
397
|
-
'@babel/helper-plugin-utils': 7.
|
|
398
|
-
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.
|
|
415
|
+
'@babel/core': 7.17.0
|
|
416
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
417
|
+
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.0
|
|
399
418
|
dev: true
|
|
400
419
|
engines:
|
|
401
420
|
node: '>=6.9.0'
|
|
402
421
|
peerDependencies:
|
|
403
422
|
'@babel/core': ^7.0.0-0
|
|
404
423
|
resolution:
|
|
405
|
-
integrity: sha512-
|
|
406
|
-
/@babel/plugin-proposal-json-strings/7.16.
|
|
424
|
+
integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==
|
|
425
|
+
/@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.0:
|
|
407
426
|
dependencies:
|
|
408
|
-
'@babel/core': 7.
|
|
409
|
-
'@babel/helper-plugin-utils': 7.
|
|
410
|
-
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.
|
|
427
|
+
'@babel/core': 7.17.0
|
|
428
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
429
|
+
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.0
|
|
411
430
|
dev: true
|
|
412
431
|
engines:
|
|
413
432
|
node: '>=6.9.0'
|
|
414
433
|
peerDependencies:
|
|
415
434
|
'@babel/core': ^7.0.0-0
|
|
416
435
|
resolution:
|
|
417
|
-
integrity: sha512-
|
|
418
|
-
/@babel/plugin-proposal-logical-assignment-operators/7.16.
|
|
436
|
+
integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==
|
|
437
|
+
/@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.0:
|
|
419
438
|
dependencies:
|
|
420
|
-
'@babel/core': 7.
|
|
421
|
-
'@babel/helper-plugin-utils': 7.
|
|
422
|
-
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.
|
|
439
|
+
'@babel/core': 7.17.0
|
|
440
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
441
|
+
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.0
|
|
423
442
|
dev: true
|
|
424
443
|
engines:
|
|
425
444
|
node: '>=6.9.0'
|
|
426
445
|
peerDependencies:
|
|
427
446
|
'@babel/core': ^7.0.0-0
|
|
428
447
|
resolution:
|
|
429
|
-
integrity: sha512-
|
|
430
|
-
/@babel/plugin-proposal-nullish-coalescing-operator/7.16.
|
|
448
|
+
integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==
|
|
449
|
+
/@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.0:
|
|
431
450
|
dependencies:
|
|
432
|
-
'@babel/core': 7.
|
|
433
|
-
'@babel/helper-plugin-utils': 7.
|
|
434
|
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.
|
|
451
|
+
'@babel/core': 7.17.0
|
|
452
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
453
|
+
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.0
|
|
435
454
|
dev: true
|
|
436
455
|
engines:
|
|
437
456
|
node: '>=6.9.0'
|
|
438
457
|
peerDependencies:
|
|
439
458
|
'@babel/core': ^7.0.0-0
|
|
440
459
|
resolution:
|
|
441
|
-
integrity: sha512-
|
|
442
|
-
/@babel/plugin-proposal-numeric-separator/7.16.
|
|
460
|
+
integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==
|
|
461
|
+
/@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.0:
|
|
443
462
|
dependencies:
|
|
444
|
-
'@babel/core': 7.
|
|
445
|
-
'@babel/helper-plugin-utils': 7.
|
|
446
|
-
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.
|
|
463
|
+
'@babel/core': 7.17.0
|
|
464
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
465
|
+
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.0
|
|
447
466
|
dev: true
|
|
448
467
|
engines:
|
|
449
468
|
node: '>=6.9.0'
|
|
450
469
|
peerDependencies:
|
|
451
470
|
'@babel/core': ^7.0.0-0
|
|
452
471
|
resolution:
|
|
453
|
-
integrity: sha512-
|
|
454
|
-
/@babel/plugin-proposal-object-rest-spread/7.16.
|
|
472
|
+
integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==
|
|
473
|
+
/@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.17.0:
|
|
455
474
|
dependencies:
|
|
456
|
-
'@babel/compat-data': 7.
|
|
457
|
-
'@babel/core': 7.
|
|
458
|
-
'@babel/helper-compilation-targets': 7.16.
|
|
459
|
-
'@babel/helper-plugin-utils': 7.
|
|
460
|
-
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.
|
|
461
|
-
'@babel/plugin-transform-parameters': 7.16.
|
|
475
|
+
'@babel/compat-data': 7.17.0
|
|
476
|
+
'@babel/core': 7.17.0
|
|
477
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
|
|
478
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
479
|
+
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.0
|
|
480
|
+
'@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.0
|
|
462
481
|
dev: true
|
|
463
482
|
engines:
|
|
464
483
|
node: '>=6.9.0'
|
|
465
484
|
peerDependencies:
|
|
466
485
|
'@babel/core': ^7.0.0-0
|
|
467
486
|
resolution:
|
|
468
|
-
integrity: sha512-
|
|
469
|
-
/@babel/plugin-proposal-optional-catch-binding/7.16.
|
|
487
|
+
integrity: sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==
|
|
488
|
+
/@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.0:
|
|
470
489
|
dependencies:
|
|
471
|
-
'@babel/core': 7.
|
|
472
|
-
'@babel/helper-plugin-utils': 7.
|
|
473
|
-
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.
|
|
490
|
+
'@babel/core': 7.17.0
|
|
491
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
492
|
+
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.0
|
|
474
493
|
dev: true
|
|
475
494
|
engines:
|
|
476
495
|
node: '>=6.9.0'
|
|
477
496
|
peerDependencies:
|
|
478
497
|
'@babel/core': ^7.0.0-0
|
|
479
498
|
resolution:
|
|
480
|
-
integrity: sha512-
|
|
481
|
-
/@babel/plugin-proposal-optional-chaining/7.16.
|
|
499
|
+
integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==
|
|
500
|
+
/@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.0:
|
|
482
501
|
dependencies:
|
|
483
|
-
'@babel/core': 7.
|
|
484
|
-
'@babel/helper-plugin-utils': 7.
|
|
502
|
+
'@babel/core': 7.17.0
|
|
503
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
485
504
|
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
|
|
486
|
-
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.
|
|
505
|
+
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.0
|
|
487
506
|
dev: true
|
|
488
507
|
engines:
|
|
489
508
|
node: '>=6.9.0'
|
|
490
509
|
peerDependencies:
|
|
491
510
|
'@babel/core': ^7.0.0-0
|
|
492
511
|
resolution:
|
|
493
|
-
integrity: sha512-
|
|
494
|
-
/@babel/plugin-proposal-private-methods/7.16.
|
|
512
|
+
integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==
|
|
513
|
+
/@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.0:
|
|
495
514
|
dependencies:
|
|
496
|
-
'@babel/core': 7.
|
|
497
|
-
'@babel/helper-create-class-features-plugin': 7.
|
|
498
|
-
'@babel/helper-plugin-utils': 7.
|
|
515
|
+
'@babel/core': 7.17.0
|
|
516
|
+
'@babel/helper-create-class-features-plugin': 7.17.0_@babel+core@7.17.0
|
|
517
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
499
518
|
dev: true
|
|
500
519
|
engines:
|
|
501
520
|
node: '>=6.9.0'
|
|
502
521
|
peerDependencies:
|
|
503
522
|
'@babel/core': ^7.0.0-0
|
|
504
523
|
resolution:
|
|
505
|
-
integrity: sha512-
|
|
506
|
-
/@babel/plugin-proposal-private-property-in-object/7.16.
|
|
524
|
+
integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
|
|
525
|
+
/@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.0:
|
|
507
526
|
dependencies:
|
|
508
|
-
'@babel/core': 7.
|
|
509
|
-
'@babel/helper-annotate-as-pure': 7.16.
|
|
510
|
-
'@babel/helper-create-class-features-plugin': 7.
|
|
511
|
-
'@babel/helper-plugin-utils': 7.
|
|
512
|
-
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.
|
|
527
|
+
'@babel/core': 7.17.0
|
|
528
|
+
'@babel/helper-annotate-as-pure': 7.16.7
|
|
529
|
+
'@babel/helper-create-class-features-plugin': 7.17.0_@babel+core@7.17.0
|
|
530
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
531
|
+
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.0
|
|
513
532
|
dev: true
|
|
514
533
|
engines:
|
|
515
534
|
node: '>=6.9.0'
|
|
516
535
|
peerDependencies:
|
|
517
536
|
'@babel/core': ^7.0.0-0
|
|
518
537
|
resolution:
|
|
519
|
-
integrity: sha512-
|
|
520
|
-
/@babel/plugin-proposal-unicode-property-regex/7.16.
|
|
538
|
+
integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==
|
|
539
|
+
/@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.0:
|
|
521
540
|
dependencies:
|
|
522
|
-
'@babel/core': 7.
|
|
523
|
-
'@babel/helper-create-regexp-features-plugin': 7.
|
|
524
|
-
'@babel/helper-plugin-utils': 7.
|
|
541
|
+
'@babel/core': 7.17.0
|
|
542
|
+
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.0
|
|
543
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
525
544
|
dev: true
|
|
526
545
|
engines:
|
|
527
546
|
node: '>=4'
|
|
528
547
|
peerDependencies:
|
|
529
548
|
'@babel/core': ^7.0.0-0
|
|
530
549
|
resolution:
|
|
531
|
-
integrity: sha512-
|
|
532
|
-
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.
|
|
550
|
+
integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==
|
|
551
|
+
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.0:
|
|
533
552
|
dependencies:
|
|
534
|
-
'@babel/core': 7.
|
|
535
|
-
'@babel/helper-plugin-utils': 7.
|
|
553
|
+
'@babel/core': 7.17.0
|
|
554
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
536
555
|
dev: true
|
|
537
556
|
peerDependencies:
|
|
538
557
|
'@babel/core': ^7.0.0-0
|
|
539
558
|
resolution:
|
|
540
559
|
integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
|
|
541
|
-
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.
|
|
560
|
+
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.0:
|
|
542
561
|
dependencies:
|
|
543
|
-
'@babel/core': 7.
|
|
544
|
-
'@babel/helper-plugin-utils': 7.
|
|
562
|
+
'@babel/core': 7.17.0
|
|
563
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
545
564
|
dev: true
|
|
546
565
|
peerDependencies:
|
|
547
566
|
'@babel/core': ^7.0.0-0
|
|
548
567
|
resolution:
|
|
549
568
|
integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
|
|
550
|
-
/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.
|
|
569
|
+
/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.0:
|
|
551
570
|
dependencies:
|
|
552
|
-
'@babel/core': 7.
|
|
553
|
-
'@babel/helper-plugin-utils': 7.
|
|
571
|
+
'@babel/core': 7.17.0
|
|
572
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
554
573
|
dev: true
|
|
555
574
|
engines:
|
|
556
575
|
node: '>=6.9.0'
|
|
@@ -558,91 +577,91 @@ packages:
|
|
|
558
577
|
'@babel/core': ^7.0.0-0
|
|
559
578
|
resolution:
|
|
560
579
|
integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
|
|
561
|
-
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.
|
|
580
|
+
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.0:
|
|
562
581
|
dependencies:
|
|
563
|
-
'@babel/core': 7.
|
|
564
|
-
'@babel/helper-plugin-utils': 7.
|
|
582
|
+
'@babel/core': 7.17.0
|
|
583
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
565
584
|
dev: true
|
|
566
585
|
peerDependencies:
|
|
567
586
|
'@babel/core': ^7.0.0-0
|
|
568
587
|
resolution:
|
|
569
588
|
integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
|
|
570
|
-
/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.
|
|
589
|
+
/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.0:
|
|
571
590
|
dependencies:
|
|
572
|
-
'@babel/core': 7.
|
|
573
|
-
'@babel/helper-plugin-utils': 7.
|
|
591
|
+
'@babel/core': 7.17.0
|
|
592
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
574
593
|
dev: true
|
|
575
594
|
peerDependencies:
|
|
576
595
|
'@babel/core': ^7.0.0-0
|
|
577
596
|
resolution:
|
|
578
597
|
integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
|
|
579
|
-
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.
|
|
598
|
+
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.0:
|
|
580
599
|
dependencies:
|
|
581
|
-
'@babel/core': 7.
|
|
582
|
-
'@babel/helper-plugin-utils': 7.
|
|
600
|
+
'@babel/core': 7.17.0
|
|
601
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
583
602
|
dev: true
|
|
584
603
|
peerDependencies:
|
|
585
604
|
'@babel/core': ^7.0.0-0
|
|
586
605
|
resolution:
|
|
587
606
|
integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
|
|
588
|
-
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.
|
|
607
|
+
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.0:
|
|
589
608
|
dependencies:
|
|
590
|
-
'@babel/core': 7.
|
|
591
|
-
'@babel/helper-plugin-utils': 7.
|
|
609
|
+
'@babel/core': 7.17.0
|
|
610
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
592
611
|
dev: true
|
|
593
612
|
peerDependencies:
|
|
594
613
|
'@babel/core': ^7.0.0-0
|
|
595
614
|
resolution:
|
|
596
615
|
integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
|
|
597
|
-
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.
|
|
616
|
+
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.0:
|
|
598
617
|
dependencies:
|
|
599
|
-
'@babel/core': 7.
|
|
600
|
-
'@babel/helper-plugin-utils': 7.
|
|
618
|
+
'@babel/core': 7.17.0
|
|
619
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
601
620
|
dev: true
|
|
602
621
|
peerDependencies:
|
|
603
622
|
'@babel/core': ^7.0.0-0
|
|
604
623
|
resolution:
|
|
605
624
|
integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
|
|
606
|
-
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.
|
|
625
|
+
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.0:
|
|
607
626
|
dependencies:
|
|
608
|
-
'@babel/core': 7.
|
|
609
|
-
'@babel/helper-plugin-utils': 7.
|
|
627
|
+
'@babel/core': 7.17.0
|
|
628
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
610
629
|
dev: true
|
|
611
630
|
peerDependencies:
|
|
612
631
|
'@babel/core': ^7.0.0-0
|
|
613
632
|
resolution:
|
|
614
633
|
integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
|
|
615
|
-
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.
|
|
634
|
+
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.0:
|
|
616
635
|
dependencies:
|
|
617
|
-
'@babel/core': 7.
|
|
618
|
-
'@babel/helper-plugin-utils': 7.
|
|
636
|
+
'@babel/core': 7.17.0
|
|
637
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
619
638
|
dev: true
|
|
620
639
|
peerDependencies:
|
|
621
640
|
'@babel/core': ^7.0.0-0
|
|
622
641
|
resolution:
|
|
623
642
|
integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
|
|
624
|
-
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.
|
|
643
|
+
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.0:
|
|
625
644
|
dependencies:
|
|
626
|
-
'@babel/core': 7.
|
|
627
|
-
'@babel/helper-plugin-utils': 7.
|
|
645
|
+
'@babel/core': 7.17.0
|
|
646
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
628
647
|
dev: true
|
|
629
648
|
peerDependencies:
|
|
630
649
|
'@babel/core': ^7.0.0-0
|
|
631
650
|
resolution:
|
|
632
651
|
integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
|
|
633
|
-
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.
|
|
652
|
+
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.0:
|
|
634
653
|
dependencies:
|
|
635
|
-
'@babel/core': 7.
|
|
636
|
-
'@babel/helper-plugin-utils': 7.
|
|
654
|
+
'@babel/core': 7.17.0
|
|
655
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
637
656
|
dev: true
|
|
638
657
|
peerDependencies:
|
|
639
658
|
'@babel/core': ^7.0.0-0
|
|
640
659
|
resolution:
|
|
641
660
|
integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
|
|
642
|
-
/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.
|
|
661
|
+
/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.0:
|
|
643
662
|
dependencies:
|
|
644
|
-
'@babel/core': 7.
|
|
645
|
-
'@babel/helper-plugin-utils': 7.
|
|
663
|
+
'@babel/core': 7.17.0
|
|
664
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
646
665
|
dev: true
|
|
647
666
|
engines:
|
|
648
667
|
node: '>=6.9.0'
|
|
@@ -650,10 +669,10 @@ packages:
|
|
|
650
669
|
'@babel/core': ^7.0.0-0
|
|
651
670
|
resolution:
|
|
652
671
|
integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
|
|
653
|
-
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.
|
|
672
|
+
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.0:
|
|
654
673
|
dependencies:
|
|
655
|
-
'@babel/core': 7.
|
|
656
|
-
'@babel/helper-plugin-utils': 7.
|
|
674
|
+
'@babel/core': 7.17.0
|
|
675
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
657
676
|
dev: true
|
|
658
677
|
engines:
|
|
659
678
|
node: '>=6.9.0'
|
|
@@ -661,61 +680,62 @@ packages:
|
|
|
661
680
|
'@babel/core': ^7.0.0-0
|
|
662
681
|
resolution:
|
|
663
682
|
integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
|
|
664
|
-
/@babel/plugin-transform-arrow-functions/7.16.
|
|
683
|
+
/@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.0:
|
|
665
684
|
dependencies:
|
|
666
|
-
'@babel/core': 7.
|
|
667
|
-
'@babel/helper-plugin-utils': 7.
|
|
685
|
+
'@babel/core': 7.17.0
|
|
686
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
668
687
|
dev: true
|
|
669
688
|
engines:
|
|
670
689
|
node: '>=6.9.0'
|
|
671
690
|
peerDependencies:
|
|
672
691
|
'@babel/core': ^7.0.0-0
|
|
673
692
|
resolution:
|
|
674
|
-
integrity: sha512-
|
|
675
|
-
/@babel/plugin-transform-async-to-generator/7.16.
|
|
693
|
+
integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==
|
|
694
|
+
/@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.0:
|
|
676
695
|
dependencies:
|
|
677
|
-
'@babel/core': 7.
|
|
678
|
-
'@babel/helper-module-imports': 7.16.
|
|
679
|
-
'@babel/helper-plugin-utils': 7.
|
|
680
|
-
'@babel/helper-remap-async-to-generator': 7.16.
|
|
696
|
+
'@babel/core': 7.17.0
|
|
697
|
+
'@babel/helper-module-imports': 7.16.7
|
|
698
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
699
|
+
'@babel/helper-remap-async-to-generator': 7.16.8
|
|
681
700
|
dev: true
|
|
682
701
|
engines:
|
|
683
702
|
node: '>=6.9.0'
|
|
684
703
|
peerDependencies:
|
|
685
704
|
'@babel/core': ^7.0.0-0
|
|
686
705
|
resolution:
|
|
687
|
-
integrity: sha512-
|
|
688
|
-
/@babel/plugin-transform-block-scoped-functions/7.16.
|
|
706
|
+
integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
|
|
707
|
+
/@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.0:
|
|
689
708
|
dependencies:
|
|
690
|
-
'@babel/core': 7.
|
|
691
|
-
'@babel/helper-plugin-utils': 7.
|
|
709
|
+
'@babel/core': 7.17.0
|
|
710
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
692
711
|
dev: true
|
|
693
712
|
engines:
|
|
694
713
|
node: '>=6.9.0'
|
|
695
714
|
peerDependencies:
|
|
696
715
|
'@babel/core': ^7.0.0-0
|
|
697
716
|
resolution:
|
|
698
|
-
integrity: sha512-
|
|
699
|
-
/@babel/plugin-transform-block-scoping/7.16.
|
|
717
|
+
integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==
|
|
718
|
+
/@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.0:
|
|
700
719
|
dependencies:
|
|
701
|
-
'@babel/core': 7.
|
|
702
|
-
'@babel/helper-plugin-utils': 7.
|
|
720
|
+
'@babel/core': 7.17.0
|
|
721
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
703
722
|
dev: true
|
|
704
723
|
engines:
|
|
705
724
|
node: '>=6.9.0'
|
|
706
725
|
peerDependencies:
|
|
707
726
|
'@babel/core': ^7.0.0-0
|
|
708
727
|
resolution:
|
|
709
|
-
integrity: sha512-
|
|
710
|
-
/@babel/plugin-transform-classes/7.16.
|
|
711
|
-
dependencies:
|
|
712
|
-
'@babel/core': 7.
|
|
713
|
-
'@babel/helper-annotate-as-pure': 7.16.
|
|
714
|
-
'@babel/helper-
|
|
715
|
-
'@babel/helper-
|
|
716
|
-
'@babel/helper-
|
|
717
|
-
'@babel/helper-
|
|
718
|
-
'@babel/helper-
|
|
728
|
+
integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==
|
|
729
|
+
/@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.0:
|
|
730
|
+
dependencies:
|
|
731
|
+
'@babel/core': 7.17.0
|
|
732
|
+
'@babel/helper-annotate-as-pure': 7.16.7
|
|
733
|
+
'@babel/helper-environment-visitor': 7.16.7
|
|
734
|
+
'@babel/helper-function-name': 7.16.7
|
|
735
|
+
'@babel/helper-optimise-call-expression': 7.16.7
|
|
736
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
737
|
+
'@babel/helper-replace-supers': 7.16.7
|
|
738
|
+
'@babel/helper-split-export-declaration': 7.16.7
|
|
719
739
|
globals: 11.12.0
|
|
720
740
|
dev: true
|
|
721
741
|
engines:
|
|
@@ -723,114 +743,115 @@ packages:
|
|
|
723
743
|
peerDependencies:
|
|
724
744
|
'@babel/core': ^7.0.0-0
|
|
725
745
|
resolution:
|
|
726
|
-
integrity: sha512-
|
|
727
|
-
/@babel/plugin-transform-computed-properties/7.16.
|
|
746
|
+
integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==
|
|
747
|
+
/@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.0:
|
|
728
748
|
dependencies:
|
|
729
|
-
'@babel/core': 7.
|
|
730
|
-
'@babel/helper-plugin-utils': 7.
|
|
749
|
+
'@babel/core': 7.17.0
|
|
750
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
731
751
|
dev: true
|
|
732
752
|
engines:
|
|
733
753
|
node: '>=6.9.0'
|
|
734
754
|
peerDependencies:
|
|
735
755
|
'@babel/core': ^7.0.0-0
|
|
736
756
|
resolution:
|
|
737
|
-
integrity: sha512-
|
|
738
|
-
/@babel/plugin-transform-destructuring/7.16.
|
|
757
|
+
integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==
|
|
758
|
+
/@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.17.0:
|
|
739
759
|
dependencies:
|
|
740
|
-
'@babel/core': 7.
|
|
741
|
-
'@babel/helper-plugin-utils': 7.
|
|
760
|
+
'@babel/core': 7.17.0
|
|
761
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
742
762
|
dev: true
|
|
743
763
|
engines:
|
|
744
764
|
node: '>=6.9.0'
|
|
745
765
|
peerDependencies:
|
|
746
766
|
'@babel/core': ^7.0.0-0
|
|
747
767
|
resolution:
|
|
748
|
-
integrity: sha512-
|
|
749
|
-
/@babel/plugin-transform-dotall-regex/7.16.
|
|
768
|
+
integrity: sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==
|
|
769
|
+
/@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.0:
|
|
750
770
|
dependencies:
|
|
751
|
-
'@babel/core': 7.
|
|
752
|
-
'@babel/helper-create-regexp-features-plugin': 7.
|
|
753
|
-
'@babel/helper-plugin-utils': 7.
|
|
771
|
+
'@babel/core': 7.17.0
|
|
772
|
+
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.0
|
|
773
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
754
774
|
dev: true
|
|
755
775
|
engines:
|
|
756
776
|
node: '>=6.9.0'
|
|
757
777
|
peerDependencies:
|
|
758
778
|
'@babel/core': ^7.0.0-0
|
|
759
779
|
resolution:
|
|
760
|
-
integrity: sha512-
|
|
761
|
-
/@babel/plugin-transform-duplicate-keys/7.16.
|
|
780
|
+
integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==
|
|
781
|
+
/@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.0:
|
|
762
782
|
dependencies:
|
|
763
|
-
'@babel/core': 7.
|
|
764
|
-
'@babel/helper-plugin-utils': 7.
|
|
783
|
+
'@babel/core': 7.17.0
|
|
784
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
765
785
|
dev: true
|
|
766
786
|
engines:
|
|
767
787
|
node: '>=6.9.0'
|
|
768
788
|
peerDependencies:
|
|
769
789
|
'@babel/core': ^7.0.0-0
|
|
770
790
|
resolution:
|
|
771
|
-
integrity: sha512-
|
|
772
|
-
/@babel/plugin-transform-exponentiation-operator/7.16.
|
|
791
|
+
integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==
|
|
792
|
+
/@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.0:
|
|
773
793
|
dependencies:
|
|
774
|
-
'@babel/core': 7.
|
|
775
|
-
'@babel/helper-builder-binary-assignment-operator-visitor': 7.16.
|
|
776
|
-
'@babel/helper-plugin-utils': 7.
|
|
794
|
+
'@babel/core': 7.17.0
|
|
795
|
+
'@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7
|
|
796
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
777
797
|
dev: true
|
|
778
798
|
engines:
|
|
779
799
|
node: '>=6.9.0'
|
|
780
800
|
peerDependencies:
|
|
781
801
|
'@babel/core': ^7.0.0-0
|
|
782
802
|
resolution:
|
|
783
|
-
integrity: sha512-
|
|
784
|
-
/@babel/plugin-transform-for-of/7.16.
|
|
803
|
+
integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==
|
|
804
|
+
/@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.0:
|
|
785
805
|
dependencies:
|
|
786
|
-
'@babel/core': 7.
|
|
787
|
-
'@babel/helper-plugin-utils': 7.
|
|
806
|
+
'@babel/core': 7.17.0
|
|
807
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
788
808
|
dev: true
|
|
789
809
|
engines:
|
|
790
810
|
node: '>=6.9.0'
|
|
791
811
|
peerDependencies:
|
|
792
812
|
'@babel/core': ^7.0.0-0
|
|
793
813
|
resolution:
|
|
794
|
-
integrity: sha512
|
|
795
|
-
/@babel/plugin-transform-function-name/7.16.
|
|
814
|
+
integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==
|
|
815
|
+
/@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.0:
|
|
796
816
|
dependencies:
|
|
797
|
-
'@babel/core': 7.
|
|
798
|
-
'@babel/helper-
|
|
799
|
-
'@babel/helper-
|
|
817
|
+
'@babel/core': 7.17.0
|
|
818
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
|
|
819
|
+
'@babel/helper-function-name': 7.16.7
|
|
820
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
800
821
|
dev: true
|
|
801
822
|
engines:
|
|
802
823
|
node: '>=6.9.0'
|
|
803
824
|
peerDependencies:
|
|
804
825
|
'@babel/core': ^7.0.0-0
|
|
805
826
|
resolution:
|
|
806
|
-
integrity: sha512-
|
|
807
|
-
/@babel/plugin-transform-literals/7.16.
|
|
827
|
+
integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==
|
|
828
|
+
/@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.0:
|
|
808
829
|
dependencies:
|
|
809
|
-
'@babel/core': 7.
|
|
810
|
-
'@babel/helper-plugin-utils': 7.
|
|
830
|
+
'@babel/core': 7.17.0
|
|
831
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
811
832
|
dev: true
|
|
812
833
|
engines:
|
|
813
834
|
node: '>=6.9.0'
|
|
814
835
|
peerDependencies:
|
|
815
836
|
'@babel/core': ^7.0.0-0
|
|
816
837
|
resolution:
|
|
817
|
-
integrity: sha512-
|
|
818
|
-
/@babel/plugin-transform-member-expression-literals/7.16.
|
|
838
|
+
integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==
|
|
839
|
+
/@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.0:
|
|
819
840
|
dependencies:
|
|
820
|
-
'@babel/core': 7.
|
|
821
|
-
'@babel/helper-plugin-utils': 7.
|
|
841
|
+
'@babel/core': 7.17.0
|
|
842
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
822
843
|
dev: true
|
|
823
844
|
engines:
|
|
824
845
|
node: '>=6.9.0'
|
|
825
846
|
peerDependencies:
|
|
826
847
|
'@babel/core': ^7.0.0-0
|
|
827
848
|
resolution:
|
|
828
|
-
integrity: sha512-
|
|
829
|
-
/@babel/plugin-transform-modules-amd/7.16.
|
|
849
|
+
integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==
|
|
850
|
+
/@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.0:
|
|
830
851
|
dependencies:
|
|
831
|
-
'@babel/core': 7.
|
|
832
|
-
'@babel/helper-module-transforms': 7.16.
|
|
833
|
-
'@babel/helper-plugin-utils': 7.
|
|
852
|
+
'@babel/core': 7.17.0
|
|
853
|
+
'@babel/helper-module-transforms': 7.16.7
|
|
854
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
834
855
|
babel-plugin-dynamic-import-node: 2.3.3
|
|
835
856
|
dev: true
|
|
836
857
|
engines:
|
|
@@ -838,13 +859,13 @@ packages:
|
|
|
838
859
|
peerDependencies:
|
|
839
860
|
'@babel/core': ^7.0.0-0
|
|
840
861
|
resolution:
|
|
841
|
-
integrity: sha512-
|
|
842
|
-
/@babel/plugin-transform-modules-commonjs/7.16.
|
|
862
|
+
integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==
|
|
863
|
+
/@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.0:
|
|
843
864
|
dependencies:
|
|
844
|
-
'@babel/core': 7.
|
|
845
|
-
'@babel/helper-module-transforms': 7.16.
|
|
846
|
-
'@babel/helper-plugin-utils': 7.
|
|
847
|
-
'@babel/helper-simple-access': 7.16.
|
|
865
|
+
'@babel/core': 7.17.0
|
|
866
|
+
'@babel/helper-module-transforms': 7.16.7
|
|
867
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
868
|
+
'@babel/helper-simple-access': 7.16.7
|
|
848
869
|
babel-plugin-dynamic-import-node: 2.3.3
|
|
849
870
|
dev: true
|
|
850
871
|
engines:
|
|
@@ -852,14 +873,14 @@ packages:
|
|
|
852
873
|
peerDependencies:
|
|
853
874
|
'@babel/core': ^7.0.0-0
|
|
854
875
|
resolution:
|
|
855
|
-
integrity: sha512-
|
|
856
|
-
/@babel/plugin-transform-modules-systemjs/7.16.
|
|
876
|
+
integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
|
|
877
|
+
/@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.0:
|
|
857
878
|
dependencies:
|
|
858
|
-
'@babel/core': 7.
|
|
859
|
-
'@babel/helper-hoist-variables': 7.16.
|
|
860
|
-
'@babel/helper-module-transforms': 7.16.
|
|
861
|
-
'@babel/helper-plugin-utils': 7.
|
|
862
|
-
'@babel/helper-validator-identifier': 7.
|
|
879
|
+
'@babel/core': 7.17.0
|
|
880
|
+
'@babel/helper-hoist-variables': 7.16.7
|
|
881
|
+
'@babel/helper-module-transforms': 7.16.7
|
|
882
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
883
|
+
'@babel/helper-validator-identifier': 7.16.7
|
|
863
884
|
babel-plugin-dynamic-import-node: 2.3.3
|
|
864
885
|
dev: true
|
|
865
886
|
engines:
|
|
@@ -867,78 +888,78 @@ packages:
|
|
|
867
888
|
peerDependencies:
|
|
868
889
|
'@babel/core': ^7.0.0-0
|
|
869
890
|
resolution:
|
|
870
|
-
integrity: sha512-
|
|
871
|
-
/@babel/plugin-transform-modules-umd/7.16.
|
|
891
|
+
integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==
|
|
892
|
+
/@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.0:
|
|
872
893
|
dependencies:
|
|
873
|
-
'@babel/core': 7.
|
|
874
|
-
'@babel/helper-module-transforms': 7.16.
|
|
875
|
-
'@babel/helper-plugin-utils': 7.
|
|
894
|
+
'@babel/core': 7.17.0
|
|
895
|
+
'@babel/helper-module-transforms': 7.16.7
|
|
896
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
876
897
|
dev: true
|
|
877
898
|
engines:
|
|
878
899
|
node: '>=6.9.0'
|
|
879
900
|
peerDependencies:
|
|
880
901
|
'@babel/core': ^7.0.0-0
|
|
881
902
|
resolution:
|
|
882
|
-
integrity: sha512-
|
|
883
|
-
/@babel/plugin-transform-named-capturing-groups-regex/7.16.
|
|
903
|
+
integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==
|
|
904
|
+
/@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.0:
|
|
884
905
|
dependencies:
|
|
885
|
-
'@babel/core': 7.
|
|
886
|
-
'@babel/helper-create-regexp-features-plugin': 7.
|
|
906
|
+
'@babel/core': 7.17.0
|
|
907
|
+
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.0
|
|
887
908
|
dev: true
|
|
888
909
|
engines:
|
|
889
910
|
node: '>=6.9.0'
|
|
890
911
|
peerDependencies:
|
|
891
912
|
'@babel/core': ^7.0.0
|
|
892
913
|
resolution:
|
|
893
|
-
integrity: sha512-
|
|
894
|
-
/@babel/plugin-transform-new-target/7.16.
|
|
914
|
+
integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
|
|
915
|
+
/@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.0:
|
|
895
916
|
dependencies:
|
|
896
|
-
'@babel/core': 7.
|
|
897
|
-
'@babel/helper-plugin-utils': 7.
|
|
917
|
+
'@babel/core': 7.17.0
|
|
918
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
898
919
|
dev: true
|
|
899
920
|
engines:
|
|
900
921
|
node: '>=6.9.0'
|
|
901
922
|
peerDependencies:
|
|
902
923
|
'@babel/core': ^7.0.0-0
|
|
903
924
|
resolution:
|
|
904
|
-
integrity: sha512-
|
|
905
|
-
/@babel/plugin-transform-object-super/7.16.
|
|
925
|
+
integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==
|
|
926
|
+
/@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.0:
|
|
906
927
|
dependencies:
|
|
907
|
-
'@babel/core': 7.
|
|
908
|
-
'@babel/helper-plugin-utils': 7.
|
|
909
|
-
'@babel/helper-replace-supers': 7.16.
|
|
928
|
+
'@babel/core': 7.17.0
|
|
929
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
930
|
+
'@babel/helper-replace-supers': 7.16.7
|
|
910
931
|
dev: true
|
|
911
932
|
engines:
|
|
912
933
|
node: '>=6.9.0'
|
|
913
934
|
peerDependencies:
|
|
914
935
|
'@babel/core': ^7.0.0-0
|
|
915
936
|
resolution:
|
|
916
|
-
integrity: sha512-
|
|
917
|
-
/@babel/plugin-transform-parameters/7.16.
|
|
937
|
+
integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==
|
|
938
|
+
/@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.0:
|
|
918
939
|
dependencies:
|
|
919
|
-
'@babel/core': 7.
|
|
920
|
-
'@babel/helper-plugin-utils': 7.
|
|
940
|
+
'@babel/core': 7.17.0
|
|
941
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
921
942
|
dev: true
|
|
922
943
|
engines:
|
|
923
944
|
node: '>=6.9.0'
|
|
924
945
|
peerDependencies:
|
|
925
946
|
'@babel/core': ^7.0.0-0
|
|
926
947
|
resolution:
|
|
927
|
-
integrity: sha512-
|
|
928
|
-
/@babel/plugin-transform-property-literals/7.16.
|
|
948
|
+
integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==
|
|
949
|
+
/@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.0:
|
|
929
950
|
dependencies:
|
|
930
|
-
'@babel/core': 7.
|
|
931
|
-
'@babel/helper-plugin-utils': 7.
|
|
951
|
+
'@babel/core': 7.17.0
|
|
952
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
932
953
|
dev: true
|
|
933
954
|
engines:
|
|
934
955
|
node: '>=6.9.0'
|
|
935
956
|
peerDependencies:
|
|
936
957
|
'@babel/core': ^7.0.0-0
|
|
937
958
|
resolution:
|
|
938
|
-
integrity: sha512-
|
|
939
|
-
/@babel/plugin-transform-regenerator/7.16.
|
|
959
|
+
integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==
|
|
960
|
+
/@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.0:
|
|
940
961
|
dependencies:
|
|
941
|
-
'@babel/core': 7.
|
|
962
|
+
'@babel/core': 7.17.0
|
|
942
963
|
regenerator-transform: 0.14.5
|
|
943
964
|
dev: true
|
|
944
965
|
engines:
|
|
@@ -946,33 +967,33 @@ packages:
|
|
|
946
967
|
peerDependencies:
|
|
947
968
|
'@babel/core': ^7.0.0-0
|
|
948
969
|
resolution:
|
|
949
|
-
integrity: sha512-
|
|
950
|
-
/@babel/plugin-transform-reserved-words/7.16.
|
|
970
|
+
integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==
|
|
971
|
+
/@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.0:
|
|
951
972
|
dependencies:
|
|
952
|
-
'@babel/core': 7.
|
|
953
|
-
'@babel/helper-plugin-utils': 7.
|
|
973
|
+
'@babel/core': 7.17.0
|
|
974
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
954
975
|
dev: true
|
|
955
976
|
engines:
|
|
956
977
|
node: '>=6.9.0'
|
|
957
978
|
peerDependencies:
|
|
958
979
|
'@babel/core': ^7.0.0-0
|
|
959
980
|
resolution:
|
|
960
|
-
integrity: sha512-
|
|
961
|
-
/@babel/plugin-transform-shorthand-properties/7.16.
|
|
981
|
+
integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==
|
|
982
|
+
/@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.0:
|
|
962
983
|
dependencies:
|
|
963
|
-
'@babel/core': 7.
|
|
964
|
-
'@babel/helper-plugin-utils': 7.
|
|
984
|
+
'@babel/core': 7.17.0
|
|
985
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
965
986
|
dev: true
|
|
966
987
|
engines:
|
|
967
988
|
node: '>=6.9.0'
|
|
968
989
|
peerDependencies:
|
|
969
990
|
'@babel/core': ^7.0.0-0
|
|
970
991
|
resolution:
|
|
971
|
-
integrity: sha512-
|
|
972
|
-
/@babel/plugin-transform-spread/7.16.
|
|
992
|
+
integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==
|
|
993
|
+
/@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.0:
|
|
973
994
|
dependencies:
|
|
974
|
-
'@babel/core': 7.
|
|
975
|
-
'@babel/helper-plugin-utils': 7.
|
|
995
|
+
'@babel/core': 7.17.0
|
|
996
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
976
997
|
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
|
|
977
998
|
dev: true
|
|
978
999
|
engines:
|
|
@@ -980,139 +1001,139 @@ packages:
|
|
|
980
1001
|
peerDependencies:
|
|
981
1002
|
'@babel/core': ^7.0.0-0
|
|
982
1003
|
resolution:
|
|
983
|
-
integrity: sha512
|
|
984
|
-
/@babel/plugin-transform-sticky-regex/7.16.
|
|
1004
|
+
integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==
|
|
1005
|
+
/@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.0:
|
|
985
1006
|
dependencies:
|
|
986
|
-
'@babel/core': 7.
|
|
987
|
-
'@babel/helper-plugin-utils': 7.
|
|
1007
|
+
'@babel/core': 7.17.0
|
|
1008
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
988
1009
|
dev: true
|
|
989
1010
|
engines:
|
|
990
1011
|
node: '>=6.9.0'
|
|
991
1012
|
peerDependencies:
|
|
992
1013
|
'@babel/core': ^7.0.0-0
|
|
993
1014
|
resolution:
|
|
994
|
-
integrity: sha512
|
|
995
|
-
/@babel/plugin-transform-template-literals/7.16.
|
|
1015
|
+
integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==
|
|
1016
|
+
/@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.0:
|
|
996
1017
|
dependencies:
|
|
997
|
-
'@babel/core': 7.
|
|
998
|
-
'@babel/helper-plugin-utils': 7.
|
|
1018
|
+
'@babel/core': 7.17.0
|
|
1019
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
999
1020
|
dev: true
|
|
1000
1021
|
engines:
|
|
1001
1022
|
node: '>=6.9.0'
|
|
1002
1023
|
peerDependencies:
|
|
1003
1024
|
'@babel/core': ^7.0.0-0
|
|
1004
1025
|
resolution:
|
|
1005
|
-
integrity: sha512-
|
|
1006
|
-
/@babel/plugin-transform-typeof-symbol/7.16.
|
|
1026
|
+
integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==
|
|
1027
|
+
/@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.0:
|
|
1007
1028
|
dependencies:
|
|
1008
|
-
'@babel/core': 7.
|
|
1009
|
-
'@babel/helper-plugin-utils': 7.
|
|
1029
|
+
'@babel/core': 7.17.0
|
|
1030
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
1010
1031
|
dev: true
|
|
1011
1032
|
engines:
|
|
1012
1033
|
node: '>=6.9.0'
|
|
1013
1034
|
peerDependencies:
|
|
1014
1035
|
'@babel/core': ^7.0.0-0
|
|
1015
1036
|
resolution:
|
|
1016
|
-
integrity: sha512
|
|
1017
|
-
/@babel/plugin-transform-unicode-escapes/7.16.
|
|
1037
|
+
integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==
|
|
1038
|
+
/@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.0:
|
|
1018
1039
|
dependencies:
|
|
1019
|
-
'@babel/core': 7.
|
|
1020
|
-
'@babel/helper-plugin-utils': 7.
|
|
1040
|
+
'@babel/core': 7.17.0
|
|
1041
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
1021
1042
|
dev: true
|
|
1022
1043
|
engines:
|
|
1023
1044
|
node: '>=6.9.0'
|
|
1024
1045
|
peerDependencies:
|
|
1025
1046
|
'@babel/core': ^7.0.0-0
|
|
1026
1047
|
resolution:
|
|
1027
|
-
integrity: sha512-
|
|
1028
|
-
/@babel/plugin-transform-unicode-regex/7.16.
|
|
1048
|
+
integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==
|
|
1049
|
+
/@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.0:
|
|
1029
1050
|
dependencies:
|
|
1030
|
-
'@babel/core': 7.
|
|
1031
|
-
'@babel/helper-create-regexp-features-plugin': 7.
|
|
1032
|
-
'@babel/helper-plugin-utils': 7.
|
|
1051
|
+
'@babel/core': 7.17.0
|
|
1052
|
+
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.0
|
|
1053
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
1033
1054
|
dev: true
|
|
1034
1055
|
engines:
|
|
1035
1056
|
node: '>=6.9.0'
|
|
1036
1057
|
peerDependencies:
|
|
1037
1058
|
'@babel/core': ^7.0.0-0
|
|
1038
1059
|
resolution:
|
|
1039
|
-
integrity: sha512-
|
|
1040
|
-
/@babel/preset-env/7.16.
|
|
1041
|
-
dependencies:
|
|
1042
|
-
'@babel/compat-data': 7.
|
|
1043
|
-
'@babel/core': 7.
|
|
1044
|
-
'@babel/helper-compilation-targets': 7.16.
|
|
1045
|
-
'@babel/helper-plugin-utils': 7.
|
|
1046
|
-
'@babel/helper-validator-option': 7.
|
|
1047
|
-
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.
|
|
1048
|
-
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.
|
|
1049
|
-
'@babel/plugin-proposal-async-generator-functions': 7.16.
|
|
1050
|
-
'@babel/plugin-proposal-class-properties': 7.16.
|
|
1051
|
-
'@babel/plugin-proposal-class-static-block': 7.16.
|
|
1052
|
-
'@babel/plugin-proposal-dynamic-import': 7.16.
|
|
1053
|
-
'@babel/plugin-proposal-export-namespace-from': 7.16.
|
|
1054
|
-
'@babel/plugin-proposal-json-strings': 7.16.
|
|
1055
|
-
'@babel/plugin-proposal-logical-assignment-operators': 7.16.
|
|
1056
|
-
'@babel/plugin-proposal-nullish-coalescing-operator': 7.16.
|
|
1057
|
-
'@babel/plugin-proposal-numeric-separator': 7.16.
|
|
1058
|
-
'@babel/plugin-proposal-object-rest-spread': 7.16.
|
|
1059
|
-
'@babel/plugin-proposal-optional-catch-binding': 7.16.
|
|
1060
|
-
'@babel/plugin-proposal-optional-chaining': 7.16.
|
|
1061
|
-
'@babel/plugin-proposal-private-methods': 7.16.
|
|
1062
|
-
'@babel/plugin-proposal-private-property-in-object': 7.16.
|
|
1063
|
-
'@babel/plugin-proposal-unicode-property-regex': 7.16.
|
|
1064
|
-
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.
|
|
1065
|
-
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.
|
|
1066
|
-
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.
|
|
1067
|
-
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.
|
|
1068
|
-
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.
|
|
1069
|
-
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.
|
|
1070
|
-
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.
|
|
1071
|
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.
|
|
1072
|
-
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.
|
|
1073
|
-
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.
|
|
1074
|
-
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.
|
|
1075
|
-
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.
|
|
1076
|
-
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.
|
|
1077
|
-
'@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.
|
|
1078
|
-
'@babel/plugin-transform-arrow-functions': 7.16.
|
|
1079
|
-
'@babel/plugin-transform-async-to-generator': 7.16.
|
|
1080
|
-
'@babel/plugin-transform-block-scoped-functions': 7.16.
|
|
1081
|
-
'@babel/plugin-transform-block-scoping': 7.16.
|
|
1082
|
-
'@babel/plugin-transform-classes': 7.16.
|
|
1083
|
-
'@babel/plugin-transform-computed-properties': 7.16.
|
|
1084
|
-
'@babel/plugin-transform-destructuring': 7.16.
|
|
1085
|
-
'@babel/plugin-transform-dotall-regex': 7.16.
|
|
1086
|
-
'@babel/plugin-transform-duplicate-keys': 7.16.
|
|
1087
|
-
'@babel/plugin-transform-exponentiation-operator': 7.16.
|
|
1088
|
-
'@babel/plugin-transform-for-of': 7.16.
|
|
1089
|
-
'@babel/plugin-transform-function-name': 7.16.
|
|
1090
|
-
'@babel/plugin-transform-literals': 7.16.
|
|
1091
|
-
'@babel/plugin-transform-member-expression-literals': 7.16.
|
|
1092
|
-
'@babel/plugin-transform-modules-amd': 7.16.
|
|
1093
|
-
'@babel/plugin-transform-modules-commonjs': 7.16.
|
|
1094
|
-
'@babel/plugin-transform-modules-systemjs': 7.16.
|
|
1095
|
-
'@babel/plugin-transform-modules-umd': 7.16.
|
|
1096
|
-
'@babel/plugin-transform-named-capturing-groups-regex': 7.16.
|
|
1097
|
-
'@babel/plugin-transform-new-target': 7.16.
|
|
1098
|
-
'@babel/plugin-transform-object-super': 7.16.
|
|
1099
|
-
'@babel/plugin-transform-parameters': 7.16.
|
|
1100
|
-
'@babel/plugin-transform-property-literals': 7.16.
|
|
1101
|
-
'@babel/plugin-transform-regenerator': 7.16.
|
|
1102
|
-
'@babel/plugin-transform-reserved-words': 7.16.
|
|
1103
|
-
'@babel/plugin-transform-shorthand-properties': 7.16.
|
|
1104
|
-
'@babel/plugin-transform-spread': 7.16.
|
|
1105
|
-
'@babel/plugin-transform-sticky-regex': 7.16.
|
|
1106
|
-
'@babel/plugin-transform-template-literals': 7.16.
|
|
1107
|
-
'@babel/plugin-transform-typeof-symbol': 7.16.
|
|
1108
|
-
'@babel/plugin-transform-unicode-escapes': 7.16.
|
|
1109
|
-
'@babel/plugin-transform-unicode-regex': 7.16.
|
|
1110
|
-
'@babel/preset-modules': 0.1.5_@babel+core@7.
|
|
1111
|
-
'@babel/types': 7.
|
|
1112
|
-
babel-plugin-polyfill-corejs2: 0.3.
|
|
1113
|
-
babel-plugin-polyfill-corejs3: 0.
|
|
1114
|
-
babel-plugin-polyfill-regenerator: 0.3.
|
|
1115
|
-
core-js-compat: 3.
|
|
1060
|
+
integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==
|
|
1061
|
+
/@babel/preset-env/7.16.11_@babel+core@7.17.0:
|
|
1062
|
+
dependencies:
|
|
1063
|
+
'@babel/compat-data': 7.17.0
|
|
1064
|
+
'@babel/core': 7.17.0
|
|
1065
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
|
|
1066
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
1067
|
+
'@babel/helper-validator-option': 7.16.7
|
|
1068
|
+
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.0
|
|
1069
|
+
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.0
|
|
1070
|
+
'@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.0
|
|
1071
|
+
'@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.0
|
|
1072
|
+
'@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.17.0
|
|
1073
|
+
'@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.0
|
|
1074
|
+
'@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.0
|
|
1075
|
+
'@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.0
|
|
1076
|
+
'@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.0
|
|
1077
|
+
'@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.0
|
|
1078
|
+
'@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.0
|
|
1079
|
+
'@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.0
|
|
1080
|
+
'@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.0
|
|
1081
|
+
'@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.0
|
|
1082
|
+
'@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.0
|
|
1083
|
+
'@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.0
|
|
1084
|
+
'@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.0
|
|
1085
|
+
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.0
|
|
1086
|
+
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.0
|
|
1087
|
+
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.0
|
|
1088
|
+
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.0
|
|
1089
|
+
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.0
|
|
1090
|
+
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.0
|
|
1091
|
+
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.0
|
|
1092
|
+
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.0
|
|
1093
|
+
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.0
|
|
1094
|
+
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.0
|
|
1095
|
+
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.0
|
|
1096
|
+
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.0
|
|
1097
|
+
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.0
|
|
1098
|
+
'@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.0
|
|
1099
|
+
'@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.0
|
|
1100
|
+
'@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.0
|
|
1101
|
+
'@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.0
|
|
1102
|
+
'@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.0
|
|
1103
|
+
'@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.0
|
|
1104
|
+
'@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.0
|
|
1105
|
+
'@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.0
|
|
1106
|
+
'@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.0
|
|
1107
|
+
'@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.0
|
|
1108
|
+
'@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.0
|
|
1109
|
+
'@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.0
|
|
1110
|
+
'@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.0
|
|
1111
|
+
'@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.0
|
|
1112
|
+
'@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.0
|
|
1113
|
+
'@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.0
|
|
1114
|
+
'@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.0
|
|
1115
|
+
'@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.0
|
|
1116
|
+
'@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.0
|
|
1117
|
+
'@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.0
|
|
1118
|
+
'@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.0
|
|
1119
|
+
'@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.0
|
|
1120
|
+
'@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.0
|
|
1121
|
+
'@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.0
|
|
1122
|
+
'@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.0
|
|
1123
|
+
'@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.0
|
|
1124
|
+
'@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.0
|
|
1125
|
+
'@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.0
|
|
1126
|
+
'@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.0
|
|
1127
|
+
'@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.0
|
|
1128
|
+
'@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.0
|
|
1129
|
+
'@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.0
|
|
1130
|
+
'@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.0
|
|
1131
|
+
'@babel/preset-modules': 0.1.5_@babel+core@7.17.0
|
|
1132
|
+
'@babel/types': 7.17.0
|
|
1133
|
+
babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.0
|
|
1134
|
+
babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.0
|
|
1135
|
+
babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.0
|
|
1136
|
+
core-js-compat: 3.21.0
|
|
1116
1137
|
semver: 6.3.0
|
|
1117
1138
|
dev: true
|
|
1118
1139
|
engines:
|
|
@@ -1120,91 +1141,105 @@ packages:
|
|
|
1120
1141
|
peerDependencies:
|
|
1121
1142
|
'@babel/core': ^7.0.0-0
|
|
1122
1143
|
resolution:
|
|
1123
|
-
integrity: sha512-
|
|
1124
|
-
/@babel/preset-modules/0.1.5_@babel+core@7.
|
|
1144
|
+
integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
|
|
1145
|
+
/@babel/preset-modules/0.1.5_@babel+core@7.17.0:
|
|
1125
1146
|
dependencies:
|
|
1126
|
-
'@babel/core': 7.
|
|
1127
|
-
'@babel/helper-plugin-utils': 7.
|
|
1128
|
-
'@babel/plugin-proposal-unicode-property-regex': 7.16.
|
|
1129
|
-
'@babel/plugin-transform-dotall-regex': 7.16.
|
|
1130
|
-
'@babel/types': 7.
|
|
1147
|
+
'@babel/core': 7.17.0
|
|
1148
|
+
'@babel/helper-plugin-utils': 7.16.7
|
|
1149
|
+
'@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.0
|
|
1150
|
+
'@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.0
|
|
1151
|
+
'@babel/types': 7.17.0
|
|
1131
1152
|
esutils: 2.0.3
|
|
1132
1153
|
dev: true
|
|
1133
1154
|
peerDependencies:
|
|
1134
1155
|
'@babel/core': ^7.0.0-0
|
|
1135
1156
|
resolution:
|
|
1136
1157
|
integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
|
|
1137
|
-
/@babel/runtime/7.
|
|
1158
|
+
/@babel/runtime/7.17.0:
|
|
1138
1159
|
dependencies:
|
|
1139
1160
|
regenerator-runtime: 0.13.9
|
|
1140
1161
|
dev: true
|
|
1141
1162
|
engines:
|
|
1142
1163
|
node: '>=6.9.0'
|
|
1143
1164
|
resolution:
|
|
1144
|
-
integrity: sha512-
|
|
1145
|
-
/@babel/template/7.16.
|
|
1165
|
+
integrity: sha512-etcO/ohMNaNA2UBdaXBBSX/3aEzFMRrVfaPv8Ptc0k+cWpWW0QFiGZ2XnVqQZI1Cf734LbPGmqBKWESfW4x/dQ==
|
|
1166
|
+
/@babel/template/7.16.7:
|
|
1146
1167
|
dependencies:
|
|
1147
|
-
'@babel/code-frame': 7.16.
|
|
1148
|
-
'@babel/parser': 7.
|
|
1149
|
-
'@babel/types': 7.
|
|
1168
|
+
'@babel/code-frame': 7.16.7
|
|
1169
|
+
'@babel/parser': 7.17.0
|
|
1170
|
+
'@babel/types': 7.17.0
|
|
1150
1171
|
dev: true
|
|
1151
1172
|
engines:
|
|
1152
1173
|
node: '>=6.9.0'
|
|
1153
1174
|
resolution:
|
|
1154
|
-
integrity: sha512-
|
|
1155
|
-
/@babel/traverse/7.
|
|
1156
|
-
dependencies:
|
|
1157
|
-
'@babel/code-frame': 7.16.
|
|
1158
|
-
'@babel/generator': 7.
|
|
1159
|
-
'@babel/helper-
|
|
1160
|
-
'@babel/helper-
|
|
1161
|
-
'@babel/helper-
|
|
1162
|
-
'@babel/
|
|
1163
|
-
'@babel/
|
|
1164
|
-
|
|
1175
|
+
integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
|
|
1176
|
+
/@babel/traverse/7.17.0:
|
|
1177
|
+
dependencies:
|
|
1178
|
+
'@babel/code-frame': 7.16.7
|
|
1179
|
+
'@babel/generator': 7.17.0
|
|
1180
|
+
'@babel/helper-environment-visitor': 7.16.7
|
|
1181
|
+
'@babel/helper-function-name': 7.16.7
|
|
1182
|
+
'@babel/helper-hoist-variables': 7.16.7
|
|
1183
|
+
'@babel/helper-split-export-declaration': 7.16.7
|
|
1184
|
+
'@babel/parser': 7.17.0
|
|
1185
|
+
'@babel/types': 7.17.0
|
|
1186
|
+
debug: 4.3.3
|
|
1165
1187
|
globals: 11.12.0
|
|
1166
1188
|
dev: true
|
|
1167
1189
|
engines:
|
|
1168
1190
|
node: '>=6.9.0'
|
|
1169
1191
|
resolution:
|
|
1170
|
-
integrity: sha512-
|
|
1171
|
-
/@babel/types/7.
|
|
1192
|
+
integrity: sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==
|
|
1193
|
+
/@babel/types/7.17.0:
|
|
1172
1194
|
dependencies:
|
|
1173
|
-
'@babel/helper-validator-identifier': 7.
|
|
1195
|
+
'@babel/helper-validator-identifier': 7.16.7
|
|
1174
1196
|
to-fast-properties: 2.0.0
|
|
1175
1197
|
dev: true
|
|
1176
1198
|
engines:
|
|
1177
1199
|
node: '>=6.9.0'
|
|
1178
1200
|
resolution:
|
|
1179
|
-
integrity: sha512-
|
|
1180
|
-
/@discoveryjs/json-ext/0.5.
|
|
1201
|
+
integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
|
|
1202
|
+
/@discoveryjs/json-ext/0.5.6:
|
|
1181
1203
|
dev: true
|
|
1182
1204
|
engines:
|
|
1183
1205
|
node: '>=10.0.0'
|
|
1184
1206
|
resolution:
|
|
1185
|
-
integrity: sha512-
|
|
1186
|
-
/@
|
|
1207
|
+
integrity: sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==
|
|
1208
|
+
/@jridgewell/resolve-uri/3.0.4:
|
|
1209
|
+
dev: true
|
|
1210
|
+
engines:
|
|
1211
|
+
node: '>=6.0.0'
|
|
1212
|
+
resolution:
|
|
1213
|
+
integrity: sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==
|
|
1214
|
+
/@jridgewell/trace-mapping/0.2.5:
|
|
1215
|
+
dependencies:
|
|
1216
|
+
'@jridgewell/resolve-uri': 3.0.4
|
|
1217
|
+
sourcemap-codec: 1.4.8
|
|
1218
|
+
dev: true
|
|
1219
|
+
resolution:
|
|
1220
|
+
integrity: sha512-K+Eths78fXDFOvQ2hgJhCiI5s+g81r2yXmACBpbn+f2+Qt94PNoTgUcAXPT8DZkhXCsZRsHVWVtY5KIBMcpDqQ==
|
|
1221
|
+
/@popperjs/core/2.11.2:
|
|
1187
1222
|
dev: false
|
|
1188
1223
|
resolution:
|
|
1189
|
-
integrity: sha512-
|
|
1224
|
+
integrity: sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==
|
|
1190
1225
|
/@types/detect-indent/0.1.30:
|
|
1191
1226
|
dev: true
|
|
1192
1227
|
resolution:
|
|
1193
1228
|
integrity: sha1-3GgrtBK05lugmOcO2tc7SDP7kQ0=
|
|
1194
|
-
/@types/eslint-scope/3.7.
|
|
1229
|
+
/@types/eslint-scope/3.7.3:
|
|
1195
1230
|
dependencies:
|
|
1196
|
-
'@types/eslint': 8.
|
|
1231
|
+
'@types/eslint': 8.4.1
|
|
1197
1232
|
'@types/estree': 0.0.50
|
|
1198
1233
|
dev: true
|
|
1199
1234
|
resolution:
|
|
1200
|
-
integrity: sha512-
|
|
1201
|
-
/@types/eslint/8.
|
|
1235
|
+
integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==
|
|
1236
|
+
/@types/eslint/8.4.1:
|
|
1202
1237
|
dependencies:
|
|
1203
1238
|
'@types/estree': 0.0.50
|
|
1204
1239
|
'@types/json-schema': 7.0.9
|
|
1205
1240
|
dev: true
|
|
1206
1241
|
resolution:
|
|
1207
|
-
integrity: sha512-
|
|
1242
|
+
integrity: sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==
|
|
1208
1243
|
/@types/estree/0.0.50:
|
|
1209
1244
|
dev: true
|
|
1210
1245
|
resolution:
|
|
@@ -1212,7 +1247,7 @@ packages:
|
|
|
1212
1247
|
/@types/glob/5.0.30:
|
|
1213
1248
|
dependencies:
|
|
1214
1249
|
'@types/minimatch': 3.0.5
|
|
1215
|
-
'@types/node': 16.11.
|
|
1250
|
+
'@types/node': 16.11.22
|
|
1216
1251
|
dev: true
|
|
1217
1252
|
resolution:
|
|
1218
1253
|
integrity: sha1-ECZAnFYlqGiQdGAoCNCCsoZ7ilE=
|
|
@@ -1232,10 +1267,10 @@ packages:
|
|
|
1232
1267
|
dev: true
|
|
1233
1268
|
resolution:
|
|
1234
1269
|
integrity: sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY=
|
|
1235
|
-
/@types/node/16.11.
|
|
1270
|
+
/@types/node/16.11.22:
|
|
1236
1271
|
dev: true
|
|
1237
1272
|
resolution:
|
|
1238
|
-
integrity: sha512-
|
|
1273
|
+
integrity: sha512-DYNtJWauMQ9RNpesl4aVothr97/tIJM8HbyOXJ0AYT1Z2bEjLHyfjOBPAQQVMLf8h3kSShYfNk8Wnto8B2zHUA==
|
|
1239
1274
|
/@types/node/8.0.0:
|
|
1240
1275
|
dev: true
|
|
1241
1276
|
resolution:
|
|
@@ -1354,28 +1389,28 @@ packages:
|
|
|
1354
1389
|
dev: true
|
|
1355
1390
|
resolution:
|
|
1356
1391
|
integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
|
|
1357
|
-
/@webpack-cli/configtest/1.1.
|
|
1392
|
+
/@webpack-cli/configtest/1.1.1_webpack-cli@4.9.2+webpack@5.68.0:
|
|
1358
1393
|
dependencies:
|
|
1359
|
-
webpack: 5.
|
|
1360
|
-
webpack-cli: 4.9.
|
|
1394
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
1395
|
+
webpack-cli: 4.9.2_webpack@5.68.0
|
|
1361
1396
|
dev: true
|
|
1362
1397
|
peerDependencies:
|
|
1363
1398
|
webpack: 4.x.x || 5.x.x
|
|
1364
1399
|
webpack-cli: 4.x.x
|
|
1365
1400
|
resolution:
|
|
1366
|
-
integrity: sha512-
|
|
1367
|
-
/@webpack-cli/info/1.4.
|
|
1401
|
+
integrity: sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg==
|
|
1402
|
+
/@webpack-cli/info/1.4.1_webpack-cli@4.9.2:
|
|
1368
1403
|
dependencies:
|
|
1369
1404
|
envinfo: 7.8.1
|
|
1370
|
-
webpack-cli: 4.9.
|
|
1405
|
+
webpack-cli: 4.9.2_webpack@5.68.0
|
|
1371
1406
|
dev: true
|
|
1372
1407
|
peerDependencies:
|
|
1373
1408
|
webpack-cli: 4.x.x
|
|
1374
1409
|
resolution:
|
|
1375
|
-
integrity: sha512-
|
|
1376
|
-
/@webpack-cli/serve/1.6.
|
|
1410
|
+
integrity: sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA==
|
|
1411
|
+
/@webpack-cli/serve/1.6.1_webpack-cli@4.9.2:
|
|
1377
1412
|
dependencies:
|
|
1378
|
-
webpack-cli: 4.9.
|
|
1413
|
+
webpack-cli: 4.9.2_webpack@5.68.0
|
|
1379
1414
|
dev: true
|
|
1380
1415
|
peerDependencies:
|
|
1381
1416
|
webpack-cli: 4.x.x
|
|
@@ -1384,7 +1419,7 @@ packages:
|
|
|
1384
1419
|
webpack-dev-server:
|
|
1385
1420
|
optional: true
|
|
1386
1421
|
resolution:
|
|
1387
|
-
integrity: sha512-
|
|
1422
|
+
integrity: sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==
|
|
1388
1423
|
/@xtuc/ieee754/1.2.0:
|
|
1389
1424
|
dev: true
|
|
1390
1425
|
resolution:
|
|
@@ -1397,21 +1432,21 @@ packages:
|
|
|
1397
1432
|
dev: true
|
|
1398
1433
|
resolution:
|
|
1399
1434
|
integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
|
|
1400
|
-
/acorn-import-assertions/1.8.0_acorn@8.
|
|
1435
|
+
/acorn-import-assertions/1.8.0_acorn@8.7.0:
|
|
1401
1436
|
dependencies:
|
|
1402
|
-
acorn: 8.
|
|
1437
|
+
acorn: 8.7.0
|
|
1403
1438
|
dev: true
|
|
1404
1439
|
peerDependencies:
|
|
1405
1440
|
acorn: ^8
|
|
1406
1441
|
resolution:
|
|
1407
1442
|
integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
|
|
1408
|
-
/acorn/8.
|
|
1443
|
+
/acorn/8.7.0:
|
|
1409
1444
|
dev: true
|
|
1410
1445
|
engines:
|
|
1411
1446
|
node: '>=0.4.0'
|
|
1412
1447
|
hasBin: true
|
|
1413
1448
|
resolution:
|
|
1414
|
-
integrity: sha512-
|
|
1449
|
+
integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
|
|
1415
1450
|
/ajv-keywords/3.5.2_ajv@6.12.6:
|
|
1416
1451
|
dependencies:
|
|
1417
1452
|
ajv: 6.12.6
|
|
@@ -1506,14 +1541,14 @@ packages:
|
|
|
1506
1541
|
dev: true
|
|
1507
1542
|
resolution:
|
|
1508
1543
|
integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
|
1509
|
-
/autoprefixer/10.4.
|
|
1544
|
+
/autoprefixer/10.4.2:
|
|
1510
1545
|
dependencies:
|
|
1511
|
-
browserslist: 4.
|
|
1512
|
-
caniuse-lite: 1.0.
|
|
1546
|
+
browserslist: 4.19.1
|
|
1547
|
+
caniuse-lite: 1.0.30001306
|
|
1513
1548
|
fraction.js: 4.1.2
|
|
1514
1549
|
normalize-range: 0.1.2
|
|
1515
1550
|
picocolors: 1.0.0
|
|
1516
|
-
postcss-value-parser: 4.
|
|
1551
|
+
postcss-value-parser: 4.2.0
|
|
1517
1552
|
dev: true
|
|
1518
1553
|
engines:
|
|
1519
1554
|
node: ^10 || ^12 || >=14
|
|
@@ -1521,7 +1556,7 @@ packages:
|
|
|
1521
1556
|
peerDependencies:
|
|
1522
1557
|
postcss: ^8.1.0
|
|
1523
1558
|
resolution:
|
|
1524
|
-
integrity: sha512-
|
|
1559
|
+
integrity: sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==
|
|
1525
1560
|
/aws-sign2/0.7.0:
|
|
1526
1561
|
dev: true
|
|
1527
1562
|
resolution:
|
|
@@ -1530,14 +1565,14 @@ packages:
|
|
|
1530
1565
|
dev: true
|
|
1531
1566
|
resolution:
|
|
1532
1567
|
integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
|
1533
|
-
/babel-loader/8.2.
|
|
1568
|
+
/babel-loader/8.2.3_1ae55b9050e96e2b3bec4d845e4d3e55:
|
|
1534
1569
|
dependencies:
|
|
1535
|
-
'@babel/core': 7.
|
|
1570
|
+
'@babel/core': 7.17.0
|
|
1536
1571
|
find-cache-dir: 3.3.2
|
|
1537
1572
|
loader-utils: 1.4.0
|
|
1538
1573
|
make-dir: 3.1.0
|
|
1539
1574
|
schema-utils: 2.7.1
|
|
1540
|
-
webpack: 5.
|
|
1575
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
1541
1576
|
dev: true
|
|
1542
1577
|
engines:
|
|
1543
1578
|
node: '>= 8.9'
|
|
@@ -1552,36 +1587,36 @@ packages:
|
|
|
1552
1587
|
dev: true
|
|
1553
1588
|
resolution:
|
|
1554
1589
|
integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
|
1555
|
-
/babel-plugin-polyfill-corejs2/0.3.
|
|
1590
|
+
/babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.0:
|
|
1556
1591
|
dependencies:
|
|
1557
|
-
'@babel/compat-data': 7.
|
|
1558
|
-
'@babel/core': 7.
|
|
1559
|
-
'@babel/helper-define-polyfill-provider': 0.3.
|
|
1592
|
+
'@babel/compat-data': 7.17.0
|
|
1593
|
+
'@babel/core': 7.17.0
|
|
1594
|
+
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0
|
|
1560
1595
|
semver: 6.3.0
|
|
1561
1596
|
dev: true
|
|
1562
1597
|
peerDependencies:
|
|
1563
1598
|
'@babel/core': ^7.0.0-0
|
|
1564
1599
|
resolution:
|
|
1565
|
-
integrity: sha512-
|
|
1566
|
-
/babel-plugin-polyfill-corejs3/0.
|
|
1600
|
+
integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==
|
|
1601
|
+
/babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.0:
|
|
1567
1602
|
dependencies:
|
|
1568
|
-
'@babel/core': 7.
|
|
1569
|
-
'@babel/helper-define-polyfill-provider': 0.3.
|
|
1570
|
-
core-js-compat: 3.
|
|
1603
|
+
'@babel/core': 7.17.0
|
|
1604
|
+
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0
|
|
1605
|
+
core-js-compat: 3.21.0
|
|
1571
1606
|
dev: true
|
|
1572
1607
|
peerDependencies:
|
|
1573
1608
|
'@babel/core': ^7.0.0-0
|
|
1574
1609
|
resolution:
|
|
1575
|
-
integrity: sha512-
|
|
1576
|
-
/babel-plugin-polyfill-regenerator/0.3.
|
|
1610
|
+
integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==
|
|
1611
|
+
/babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.0:
|
|
1577
1612
|
dependencies:
|
|
1578
|
-
'@babel/core': 7.
|
|
1579
|
-
'@babel/helper-define-polyfill-provider': 0.3.
|
|
1613
|
+
'@babel/core': 7.17.0
|
|
1614
|
+
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0
|
|
1580
1615
|
dev: true
|
|
1581
1616
|
peerDependencies:
|
|
1582
1617
|
'@babel/core': ^7.0.0-0
|
|
1583
1618
|
resolution:
|
|
1584
|
-
integrity: sha512-
|
|
1619
|
+
integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==
|
|
1585
1620
|
/balanced-match/1.0.2:
|
|
1586
1621
|
dev: true
|
|
1587
1622
|
resolution:
|
|
@@ -1596,12 +1631,12 @@ packages:
|
|
|
1596
1631
|
dev: true
|
|
1597
1632
|
resolution:
|
|
1598
1633
|
integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
|
1599
|
-
/bootstrap-icons/1.
|
|
1634
|
+
/bootstrap-icons/1.8.0:
|
|
1600
1635
|
dev: false
|
|
1601
1636
|
engines:
|
|
1602
1637
|
node: '>=10'
|
|
1603
1638
|
resolution:
|
|
1604
|
-
integrity: sha512-
|
|
1639
|
+
integrity: sha512-plaZQb8tReUULAwQ9M98PyWh5H912eKGVC6etMtc6VqmPmp9Eq0s7Wd0qvPoPLHh0VhXxzdLk1ta5W7lwPIdCQ==
|
|
1605
1640
|
/bootstrap/5.1.3:
|
|
1606
1641
|
dev: false
|
|
1607
1642
|
peerDependencies:
|
|
@@ -1623,10 +1658,10 @@ packages:
|
|
|
1623
1658
|
node: '>=8'
|
|
1624
1659
|
resolution:
|
|
1625
1660
|
integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
|
1626
|
-
/browserslist/4.
|
|
1661
|
+
/browserslist/4.19.1:
|
|
1627
1662
|
dependencies:
|
|
1628
|
-
caniuse-lite: 1.0.
|
|
1629
|
-
electron-to-chromium: 1.
|
|
1663
|
+
caniuse-lite: 1.0.30001306
|
|
1664
|
+
electron-to-chromium: 1.4.63
|
|
1630
1665
|
escalade: 3.1.1
|
|
1631
1666
|
node-releases: 2.0.1
|
|
1632
1667
|
picocolors: 1.0.0
|
|
@@ -1635,7 +1670,7 @@ packages:
|
|
|
1635
1670
|
node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
|
|
1636
1671
|
hasBin: true
|
|
1637
1672
|
resolution:
|
|
1638
|
-
integrity: sha512-
|
|
1673
|
+
integrity: sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
|
|
1639
1674
|
/buffer-from/1.1.2:
|
|
1640
1675
|
dev: true
|
|
1641
1676
|
resolution:
|
|
@@ -1676,10 +1711,10 @@ packages:
|
|
|
1676
1711
|
node: '>=6'
|
|
1677
1712
|
resolution:
|
|
1678
1713
|
integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
|
1679
|
-
/caniuse-lite/1.0.
|
|
1714
|
+
/caniuse-lite/1.0.30001306:
|
|
1680
1715
|
dev: true
|
|
1681
1716
|
resolution:
|
|
1682
|
-
integrity: sha512-
|
|
1717
|
+
integrity: sha512-Wd1OuggRzg1rbnM5hv1wXs2VkxJH/AA+LuudlIqvZiCvivF+wJJe2mgBZC8gPMgI7D76PP5CTx8Luvaqc1V6OQ==
|
|
1683
1718
|
/caseless/0.12.0:
|
|
1684
1719
|
dev: true
|
|
1685
1720
|
resolution:
|
|
@@ -1827,18 +1862,18 @@ packages:
|
|
|
1827
1862
|
dev: true
|
|
1828
1863
|
resolution:
|
|
1829
1864
|
integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
|
1830
|
-
/core-js-compat/3.
|
|
1865
|
+
/core-js-compat/3.21.0:
|
|
1831
1866
|
dependencies:
|
|
1832
|
-
browserslist: 4.
|
|
1867
|
+
browserslist: 4.19.1
|
|
1833
1868
|
semver: 7.0.0
|
|
1834
1869
|
dev: true
|
|
1835
1870
|
resolution:
|
|
1836
|
-
integrity: sha512-
|
|
1837
|
-
/core-js/3.
|
|
1871
|
+
integrity: sha512-OSXseNPSK2OPJa6GdtkMz/XxeXx8/CJvfhQWTqd6neuUraujcL4jVsjkLQz1OWnax8xVQJnRPe0V2jqNWORA+A==
|
|
1872
|
+
/core-js/3.21.0:
|
|
1838
1873
|
dev: false
|
|
1839
1874
|
requiresBuild: true
|
|
1840
1875
|
resolution:
|
|
1841
|
-
integrity: sha512-
|
|
1876
|
+
integrity: sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==
|
|
1842
1877
|
/core-util-is/1.0.2:
|
|
1843
1878
|
dev: true
|
|
1844
1879
|
resolution:
|
|
@@ -1869,24 +1904,24 @@ packages:
|
|
|
1869
1904
|
node: '>= 8'
|
|
1870
1905
|
resolution:
|
|
1871
1906
|
integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
|
1872
|
-
/css-loader/6.
|
|
1873
|
-
dependencies:
|
|
1874
|
-
icss-utils: 5.1.0_postcss@8.
|
|
1875
|
-
postcss: 8.
|
|
1876
|
-
postcss-modules-extract-imports: 3.0.0_postcss@8.
|
|
1877
|
-
postcss-modules-local-by-default: 4.0.0_postcss@8.
|
|
1878
|
-
postcss-modules-scope: 3.0.0_postcss@8.
|
|
1879
|
-
postcss-modules-values: 4.0.0_postcss@8.
|
|
1880
|
-
postcss-value-parser: 4.
|
|
1907
|
+
/css-loader/6.6.0_webpack@5.68.0:
|
|
1908
|
+
dependencies:
|
|
1909
|
+
icss-utils: 5.1.0_postcss@8.4.6
|
|
1910
|
+
postcss: 8.4.6
|
|
1911
|
+
postcss-modules-extract-imports: 3.0.0_postcss@8.4.6
|
|
1912
|
+
postcss-modules-local-by-default: 4.0.0_postcss@8.4.6
|
|
1913
|
+
postcss-modules-scope: 3.0.0_postcss@8.4.6
|
|
1914
|
+
postcss-modules-values: 4.0.0_postcss@8.4.6
|
|
1915
|
+
postcss-value-parser: 4.2.0
|
|
1881
1916
|
semver: 7.3.5
|
|
1882
|
-
webpack: 5.
|
|
1917
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
1883
1918
|
dev: true
|
|
1884
1919
|
engines:
|
|
1885
1920
|
node: '>= 12.13.0'
|
|
1886
1921
|
peerDependencies:
|
|
1887
1922
|
webpack: ^5.0.0
|
|
1888
1923
|
resolution:
|
|
1889
|
-
integrity: sha512-
|
|
1924
|
+
integrity: sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg==
|
|
1890
1925
|
/cssesc/3.0.0:
|
|
1891
1926
|
dev: true
|
|
1892
1927
|
engines:
|
|
@@ -1902,7 +1937,7 @@ packages:
|
|
|
1902
1937
|
node: '>=0.10'
|
|
1903
1938
|
resolution:
|
|
1904
1939
|
integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
|
|
1905
|
-
/debug/4.3.
|
|
1940
|
+
/debug/4.3.3:
|
|
1906
1941
|
dependencies:
|
|
1907
1942
|
ms: 2.1.2
|
|
1908
1943
|
dev: true
|
|
@@ -1914,7 +1949,7 @@ packages:
|
|
|
1914
1949
|
supports-color:
|
|
1915
1950
|
optional: true
|
|
1916
1951
|
resolution:
|
|
1917
|
-
integrity: sha512
|
|
1952
|
+
integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
|
|
1918
1953
|
/decamelize-keys/1.1.0:
|
|
1919
1954
|
dependencies:
|
|
1920
1955
|
decamelize: 1.2.0
|
|
@@ -1988,10 +2023,10 @@ packages:
|
|
|
1988
2023
|
dev: true
|
|
1989
2024
|
resolution:
|
|
1990
2025
|
integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
|
|
1991
|
-
/electron-to-chromium/1.
|
|
2026
|
+
/electron-to-chromium/1.4.63:
|
|
1992
2027
|
dev: true
|
|
1993
2028
|
resolution:
|
|
1994
|
-
integrity: sha512
|
|
2029
|
+
integrity: sha512-e0PX/LRJPFRU4kzJKLvTobxyFdnANCvcoDCe8XcyTqP58nTWIwdsHvXLIl1RkB39X5yaosLaroMASWB0oIsgCA==
|
|
1995
2030
|
/emoji-regex/7.0.3:
|
|
1996
2031
|
dev: true
|
|
1997
2032
|
resolution:
|
|
@@ -2004,7 +2039,7 @@ packages:
|
|
|
2004
2039
|
integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
|
|
2005
2040
|
/enhanced-resolve/5.8.3:
|
|
2006
2041
|
dependencies:
|
|
2007
|
-
graceful-fs: 4.2.
|
|
2042
|
+
graceful-fs: 4.2.9
|
|
2008
2043
|
tapable: 2.2.1
|
|
2009
2044
|
dev: true
|
|
2010
2045
|
engines:
|
|
@@ -2180,7 +2215,7 @@ packages:
|
|
|
2180
2215
|
integrity: sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==
|
|
2181
2216
|
/fs-minipass/2.1.0:
|
|
2182
2217
|
dependencies:
|
|
2183
|
-
minipass: 3.1.
|
|
2218
|
+
minipass: 3.1.6
|
|
2184
2219
|
dev: true
|
|
2185
2220
|
engines:
|
|
2186
2221
|
node: '>= 8'
|
|
@@ -2311,10 +2346,10 @@ packages:
|
|
|
2311
2346
|
node: '>= 0.10'
|
|
2312
2347
|
resolution:
|
|
2313
2348
|
integrity: sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==
|
|
2314
|
-
/graceful-fs/4.2.
|
|
2349
|
+
/graceful-fs/4.2.9:
|
|
2315
2350
|
dev: true
|
|
2316
2351
|
resolution:
|
|
2317
|
-
integrity: sha512-
|
|
2352
|
+
integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
|
|
2318
2353
|
/har-schema/2.0.0:
|
|
2319
2354
|
dev: true
|
|
2320
2355
|
engines:
|
|
@@ -2384,19 +2419,19 @@ packages:
|
|
|
2384
2419
|
dev: true
|
|
2385
2420
|
resolution:
|
|
2386
2421
|
integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
|
|
2387
|
-
/hosted-git-info/4.0
|
|
2422
|
+
/hosted-git-info/4.1.0:
|
|
2388
2423
|
dependencies:
|
|
2389
2424
|
lru-cache: 6.0.0
|
|
2390
2425
|
dev: true
|
|
2391
2426
|
engines:
|
|
2392
2427
|
node: '>=10'
|
|
2393
2428
|
resolution:
|
|
2394
|
-
integrity: sha512-
|
|
2395
|
-
/html-loader/2.1.2_webpack@5.
|
|
2429
|
+
integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
|
|
2430
|
+
/html-loader/2.1.2_webpack@5.68.0:
|
|
2396
2431
|
dependencies:
|
|
2397
2432
|
html-minifier-terser: 5.1.1
|
|
2398
2433
|
parse5: 6.0.1
|
|
2399
|
-
webpack: 5.
|
|
2434
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
2400
2435
|
dev: true
|
|
2401
2436
|
engines:
|
|
2402
2437
|
node: '>= 10.13.0'
|
|
@@ -2422,8 +2457,8 @@ packages:
|
|
|
2422
2457
|
/http-signature/1.2.0:
|
|
2423
2458
|
dependencies:
|
|
2424
2459
|
assert-plus: 1.0.0
|
|
2425
|
-
jsprim: 1.4.
|
|
2426
|
-
sshpk: 1.
|
|
2460
|
+
jsprim: 1.4.2
|
|
2461
|
+
sshpk: 1.17.0
|
|
2427
2462
|
dev: true
|
|
2428
2463
|
engines:
|
|
2429
2464
|
node: '>=0.8'
|
|
@@ -2436,9 +2471,9 @@ packages:
|
|
|
2436
2471
|
node: '>=10.17.0'
|
|
2437
2472
|
resolution:
|
|
2438
2473
|
integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
|
|
2439
|
-
/icss-utils/5.1.0_postcss@8.
|
|
2474
|
+
/icss-utils/5.1.0_postcss@8.4.6:
|
|
2440
2475
|
dependencies:
|
|
2441
|
-
postcss: 8.
|
|
2476
|
+
postcss: 8.4.6
|
|
2442
2477
|
dev: true
|
|
2443
2478
|
engines:
|
|
2444
2479
|
node: ^10 || ^12 || >= 14
|
|
@@ -2455,7 +2490,7 @@ packages:
|
|
|
2455
2490
|
node: '>=6'
|
|
2456
2491
|
resolution:
|
|
2457
2492
|
integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
|
|
2458
|
-
/import-local/3.0
|
|
2493
|
+
/import-local/3.1.0:
|
|
2459
2494
|
dependencies:
|
|
2460
2495
|
pkg-dir: 4.2.0
|
|
2461
2496
|
resolve-cwd: 3.0.0
|
|
@@ -2464,7 +2499,7 @@ packages:
|
|
|
2464
2499
|
node: '>=8'
|
|
2465
2500
|
hasBin: true
|
|
2466
2501
|
resolution:
|
|
2467
|
-
integrity: sha512-
|
|
2502
|
+
integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==
|
|
2468
2503
|
/indent-string/4.0.0:
|
|
2469
2504
|
dev: true
|
|
2470
2505
|
engines:
|
|
@@ -2492,12 +2527,12 @@ packages:
|
|
|
2492
2527
|
dev: true
|
|
2493
2528
|
resolution:
|
|
2494
2529
|
integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
|
|
2495
|
-
/is-core-module/2.8.
|
|
2530
|
+
/is-core-module/2.8.1:
|
|
2496
2531
|
dependencies:
|
|
2497
2532
|
has: 1.0.3
|
|
2498
2533
|
dev: true
|
|
2499
2534
|
resolution:
|
|
2500
|
-
integrity: sha512-
|
|
2535
|
+
integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
|
|
2501
2536
|
/is-fullwidth-code-point/1.0.0:
|
|
2502
2537
|
dependencies:
|
|
2503
2538
|
number-is-nan: 1.0.1
|
|
@@ -2560,16 +2595,16 @@ packages:
|
|
|
2560
2595
|
dev: true
|
|
2561
2596
|
resolution:
|
|
2562
2597
|
integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
|
|
2563
|
-
/jest-worker/27.
|
|
2598
|
+
/jest-worker/27.4.6:
|
|
2564
2599
|
dependencies:
|
|
2565
|
-
'@types/node': 16.11.
|
|
2600
|
+
'@types/node': 16.11.22
|
|
2566
2601
|
merge-stream: 2.0.0
|
|
2567
2602
|
supports-color: 8.1.1
|
|
2568
2603
|
dev: true
|
|
2569
2604
|
engines:
|
|
2570
2605
|
node: '>= 10.13.0'
|
|
2571
2606
|
resolution:
|
|
2572
|
-
integrity: sha512-
|
|
2607
|
+
integrity: sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==
|
|
2573
2608
|
/js-base64/2.6.4:
|
|
2574
2609
|
dev: true
|
|
2575
2610
|
resolution:
|
|
@@ -2606,10 +2641,10 @@ packages:
|
|
|
2606
2641
|
dev: true
|
|
2607
2642
|
resolution:
|
|
2608
2643
|
integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
|
|
2609
|
-
/json-schema/0.
|
|
2644
|
+
/json-schema/0.4.0:
|
|
2610
2645
|
dev: true
|
|
2611
2646
|
resolution:
|
|
2612
|
-
integrity:
|
|
2647
|
+
integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
|
|
2613
2648
|
/json-stringify-safe/5.0.1:
|
|
2614
2649
|
dev: true
|
|
2615
2650
|
resolution:
|
|
@@ -2634,17 +2669,17 @@ packages:
|
|
|
2634
2669
|
dev: true
|
|
2635
2670
|
resolution:
|
|
2636
2671
|
integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==
|
|
2637
|
-
/jsprim/1.4.
|
|
2672
|
+
/jsprim/1.4.2:
|
|
2638
2673
|
dependencies:
|
|
2639
2674
|
assert-plus: 1.0.0
|
|
2640
2675
|
extsprintf: 1.3.0
|
|
2641
|
-
json-schema: 0.
|
|
2676
|
+
json-schema: 0.4.0
|
|
2642
2677
|
verror: 1.10.0
|
|
2643
2678
|
dev: true
|
|
2644
2679
|
engines:
|
|
2645
|
-
|
|
2680
|
+
node: '>=0.6.0'
|
|
2646
2681
|
resolution:
|
|
2647
|
-
integrity:
|
|
2682
|
+
integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
|
|
2648
2683
|
/kind-of/6.0.3:
|
|
2649
2684
|
dev: true
|
|
2650
2685
|
engines:
|
|
@@ -2657,10 +2692,10 @@ packages:
|
|
|
2657
2692
|
node: '>= 8'
|
|
2658
2693
|
resolution:
|
|
2659
2694
|
integrity: sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==
|
|
2660
|
-
/lines-and-columns/1.
|
|
2695
|
+
/lines-and-columns/1.2.4:
|
|
2661
2696
|
dev: true
|
|
2662
2697
|
resolution:
|
|
2663
|
-
integrity:
|
|
2698
|
+
integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
2664
2699
|
/loader-runner/4.2.0:
|
|
2665
2700
|
dev: true
|
|
2666
2701
|
engines:
|
|
@@ -2708,12 +2743,6 @@ packages:
|
|
|
2708
2743
|
dev: true
|
|
2709
2744
|
resolution:
|
|
2710
2745
|
integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==
|
|
2711
|
-
/lru-cache/5.1.1:
|
|
2712
|
-
dependencies:
|
|
2713
|
-
yallist: 3.1.1
|
|
2714
|
-
dev: true
|
|
2715
|
-
resolution:
|
|
2716
|
-
integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
|
|
2717
2746
|
/lru-cache/6.0.0:
|
|
2718
2747
|
dependencies:
|
|
2719
2748
|
yallist: 4.0.0
|
|
@@ -2746,13 +2775,13 @@ packages:
|
|
|
2746
2775
|
node: '>=8'
|
|
2747
2776
|
resolution:
|
|
2748
2777
|
integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
2749
|
-
/marked/
|
|
2778
|
+
/marked/4.0.12:
|
|
2750
2779
|
dev: true
|
|
2751
2780
|
engines:
|
|
2752
2781
|
node: '>= 12'
|
|
2753
2782
|
hasBin: true
|
|
2754
2783
|
resolution:
|
|
2755
|
-
integrity: sha512-
|
|
2784
|
+
integrity: sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==
|
|
2756
2785
|
/meow/9.0.0:
|
|
2757
2786
|
dependencies:
|
|
2758
2787
|
'@types/minimist': 1.2.2
|
|
@@ -2779,7 +2808,7 @@ packages:
|
|
|
2779
2808
|
/micromatch/4.0.4:
|
|
2780
2809
|
dependencies:
|
|
2781
2810
|
braces: 3.0.2
|
|
2782
|
-
picomatch: 2.3.
|
|
2811
|
+
picomatch: 2.3.1
|
|
2783
2812
|
dev: true
|
|
2784
2813
|
engines:
|
|
2785
2814
|
node: '>=8.6'
|
|
@@ -2835,17 +2864,17 @@ packages:
|
|
|
2835
2864
|
dev: true
|
|
2836
2865
|
resolution:
|
|
2837
2866
|
integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
|
2838
|
-
/minipass/3.1.
|
|
2867
|
+
/minipass/3.1.6:
|
|
2839
2868
|
dependencies:
|
|
2840
2869
|
yallist: 4.0.0
|
|
2841
2870
|
dev: true
|
|
2842
2871
|
engines:
|
|
2843
2872
|
node: '>=8'
|
|
2844
2873
|
resolution:
|
|
2845
|
-
integrity: sha512
|
|
2874
|
+
integrity: sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==
|
|
2846
2875
|
/minizlib/2.1.2:
|
|
2847
2876
|
dependencies:
|
|
2848
|
-
minipass: 3.1.
|
|
2877
|
+
minipass: 3.1.6
|
|
2849
2878
|
yallist: 4.0.0
|
|
2850
2879
|
dev: true
|
|
2851
2880
|
engines:
|
|
@@ -2874,13 +2903,13 @@ packages:
|
|
|
2874
2903
|
dev: true
|
|
2875
2904
|
resolution:
|
|
2876
2905
|
integrity: sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
|
|
2877
|
-
/nanoid/3.
|
|
2906
|
+
/nanoid/3.2.0:
|
|
2878
2907
|
dev: true
|
|
2879
2908
|
engines:
|
|
2880
2909
|
node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1
|
|
2881
2910
|
hasBin: true
|
|
2882
2911
|
resolution:
|
|
2883
|
-
integrity: sha512-
|
|
2912
|
+
integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
|
|
2884
2913
|
/neo-async/2.6.2:
|
|
2885
2914
|
dev: true
|
|
2886
2915
|
resolution:
|
|
@@ -2896,7 +2925,7 @@ packages:
|
|
|
2896
2925
|
dependencies:
|
|
2897
2926
|
env-paths: 2.2.1
|
|
2898
2927
|
glob: 7.2.0
|
|
2899
|
-
graceful-fs: 4.2.
|
|
2928
|
+
graceful-fs: 4.2.9
|
|
2900
2929
|
nopt: 5.0.0
|
|
2901
2930
|
npmlog: 4.1.2
|
|
2902
2931
|
request: 2.88.2
|
|
@@ -2950,7 +2979,7 @@ packages:
|
|
|
2950
2979
|
/normalize-package-data/2.5.0:
|
|
2951
2980
|
dependencies:
|
|
2952
2981
|
hosted-git-info: 2.8.9
|
|
2953
|
-
resolve: 1.
|
|
2982
|
+
resolve: 1.22.0
|
|
2954
2983
|
semver: 5.7.1
|
|
2955
2984
|
validate-npm-package-license: 3.0.4
|
|
2956
2985
|
dev: true
|
|
@@ -2958,8 +2987,8 @@ packages:
|
|
|
2958
2987
|
integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
|
|
2959
2988
|
/normalize-package-data/3.0.3:
|
|
2960
2989
|
dependencies:
|
|
2961
|
-
hosted-git-info: 4.0
|
|
2962
|
-
is-core-module: 2.8.
|
|
2990
|
+
hosted-git-info: 4.1.0
|
|
2991
|
+
is-core-module: 2.8.1
|
|
2963
2992
|
semver: 7.3.5
|
|
2964
2993
|
validate-npm-package-license: 3.0.4
|
|
2965
2994
|
dev: true
|
|
@@ -3037,12 +3066,6 @@ packages:
|
|
|
3037
3066
|
node: '>=6'
|
|
3038
3067
|
resolution:
|
|
3039
3068
|
integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
|
|
3040
|
-
/onigasm/2.2.5:
|
|
3041
|
-
dependencies:
|
|
3042
|
-
lru-cache: 5.1.1
|
|
3043
|
-
dev: true
|
|
3044
|
-
resolution:
|
|
3045
|
-
integrity: sha512-F+th54mPc0l1lp1ZcFMyL/jTs2Tlq4SqIHKIXGZOR/VkHkF9A7Fr5rRr5+ZG/lWeRsyrClLYRq7s/yFQ/XhWCA==
|
|
3046
3069
|
/p-limit/2.3.0:
|
|
3047
3070
|
dependencies:
|
|
3048
3071
|
p-try: 2.2.0
|
|
@@ -3090,10 +3113,10 @@ packages:
|
|
|
3090
3113
|
integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
|
|
3091
3114
|
/parse-json/5.2.0:
|
|
3092
3115
|
dependencies:
|
|
3093
|
-
'@babel/code-frame': 7.16.
|
|
3116
|
+
'@babel/code-frame': 7.16.7
|
|
3094
3117
|
error-ex: 1.3.2
|
|
3095
3118
|
json-parse-even-better-errors: 2.3.1
|
|
3096
|
-
lines-and-columns: 1.
|
|
3119
|
+
lines-and-columns: 1.2.4
|
|
3097
3120
|
dev: true
|
|
3098
3121
|
engines:
|
|
3099
3122
|
node: '>=8'
|
|
@@ -3152,12 +3175,12 @@ packages:
|
|
|
3152
3175
|
dev: true
|
|
3153
3176
|
resolution:
|
|
3154
3177
|
integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
|
3155
|
-
/picomatch/2.3.
|
|
3178
|
+
/picomatch/2.3.1:
|
|
3156
3179
|
dev: true
|
|
3157
3180
|
engines:
|
|
3158
3181
|
node: '>=8.6'
|
|
3159
3182
|
resolution:
|
|
3160
|
-
integrity: sha512-
|
|
3183
|
+
integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
3161
3184
|
/pkg-dir/4.2.0:
|
|
3162
3185
|
dependencies:
|
|
3163
3186
|
find-up: 4.1.0
|
|
@@ -3166,12 +3189,12 @@ packages:
|
|
|
3166
3189
|
node: '>=8'
|
|
3167
3190
|
resolution:
|
|
3168
3191
|
integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
|
|
3169
|
-
/postcss-loader/6.2.
|
|
3192
|
+
/postcss-loader/6.2.1_webpack@5.68.0:
|
|
3170
3193
|
dependencies:
|
|
3171
3194
|
cosmiconfig: 7.0.1
|
|
3172
3195
|
klona: 2.0.5
|
|
3173
3196
|
semver: 7.3.5
|
|
3174
|
-
webpack: 5.
|
|
3197
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
3175
3198
|
dev: true
|
|
3176
3199
|
engines:
|
|
3177
3200
|
node: '>= 12.13.0'
|
|
@@ -3179,10 +3202,10 @@ packages:
|
|
|
3179
3202
|
postcss: ^7.0.0 || ^8.0.1
|
|
3180
3203
|
webpack: ^5.0.0
|
|
3181
3204
|
resolution:
|
|
3182
|
-
integrity: sha512-
|
|
3183
|
-
/postcss-modules-extract-imports/3.0.0_postcss@8.
|
|
3205
|
+
integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==
|
|
3206
|
+
/postcss-modules-extract-imports/3.0.0_postcss@8.4.6:
|
|
3184
3207
|
dependencies:
|
|
3185
|
-
postcss: 8.
|
|
3208
|
+
postcss: 8.4.6
|
|
3186
3209
|
dev: true
|
|
3187
3210
|
engines:
|
|
3188
3211
|
node: ^10 || ^12 || >= 14
|
|
@@ -3190,12 +3213,12 @@ packages:
|
|
|
3190
3213
|
postcss: ^8.1.0
|
|
3191
3214
|
resolution:
|
|
3192
3215
|
integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
|
|
3193
|
-
/postcss-modules-local-by-default/4.0.0_postcss@8.
|
|
3216
|
+
/postcss-modules-local-by-default/4.0.0_postcss@8.4.6:
|
|
3194
3217
|
dependencies:
|
|
3195
|
-
icss-utils: 5.1.0_postcss@8.
|
|
3196
|
-
postcss: 8.
|
|
3197
|
-
postcss-selector-parser: 6.0.
|
|
3198
|
-
postcss-value-parser: 4.
|
|
3218
|
+
icss-utils: 5.1.0_postcss@8.4.6
|
|
3219
|
+
postcss: 8.4.6
|
|
3220
|
+
postcss-selector-parser: 6.0.9
|
|
3221
|
+
postcss-value-parser: 4.2.0
|
|
3199
3222
|
dev: true
|
|
3200
3223
|
engines:
|
|
3201
3224
|
node: ^10 || ^12 || >= 14
|
|
@@ -3203,10 +3226,10 @@ packages:
|
|
|
3203
3226
|
postcss: ^8.1.0
|
|
3204
3227
|
resolution:
|
|
3205
3228
|
integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==
|
|
3206
|
-
/postcss-modules-scope/3.0.0_postcss@8.
|
|
3229
|
+
/postcss-modules-scope/3.0.0_postcss@8.4.6:
|
|
3207
3230
|
dependencies:
|
|
3208
|
-
postcss: 8.
|
|
3209
|
-
postcss-selector-parser: 6.0.
|
|
3231
|
+
postcss: 8.4.6
|
|
3232
|
+
postcss-selector-parser: 6.0.9
|
|
3210
3233
|
dev: true
|
|
3211
3234
|
engines:
|
|
3212
3235
|
node: ^10 || ^12 || >= 14
|
|
@@ -3214,10 +3237,10 @@ packages:
|
|
|
3214
3237
|
postcss: ^8.1.0
|
|
3215
3238
|
resolution:
|
|
3216
3239
|
integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==
|
|
3217
|
-
/postcss-modules-values/4.0.0_postcss@8.
|
|
3240
|
+
/postcss-modules-values/4.0.0_postcss@8.4.6:
|
|
3218
3241
|
dependencies:
|
|
3219
|
-
icss-utils: 5.1.0_postcss@8.
|
|
3220
|
-
postcss: 8.
|
|
3242
|
+
icss-utils: 5.1.0_postcss@8.4.6
|
|
3243
|
+
postcss: 8.4.6
|
|
3221
3244
|
dev: true
|
|
3222
3245
|
engines:
|
|
3223
3246
|
node: ^10 || ^12 || >= 14
|
|
@@ -3225,7 +3248,7 @@ packages:
|
|
|
3225
3248
|
postcss: ^8.1.0
|
|
3226
3249
|
resolution:
|
|
3227
3250
|
integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
|
|
3228
|
-
/postcss-selector-parser/6.0.
|
|
3251
|
+
/postcss-selector-parser/6.0.9:
|
|
3229
3252
|
dependencies:
|
|
3230
3253
|
cssesc: 3.0.0
|
|
3231
3254
|
util-deprecate: 1.0.2
|
|
@@ -3233,21 +3256,21 @@ packages:
|
|
|
3233
3256
|
engines:
|
|
3234
3257
|
node: '>=4'
|
|
3235
3258
|
resolution:
|
|
3236
|
-
integrity: sha512-
|
|
3237
|
-
/postcss-value-parser/4.
|
|
3259
|
+
integrity: sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==
|
|
3260
|
+
/postcss-value-parser/4.2.0:
|
|
3238
3261
|
dev: true
|
|
3239
3262
|
resolution:
|
|
3240
|
-
integrity: sha512-
|
|
3241
|
-
/postcss/8.
|
|
3263
|
+
integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
|
3264
|
+
/postcss/8.4.6:
|
|
3242
3265
|
dependencies:
|
|
3243
|
-
nanoid: 3.
|
|
3266
|
+
nanoid: 3.2.0
|
|
3244
3267
|
picocolors: 1.0.0
|
|
3245
|
-
source-map-js: 0.
|
|
3268
|
+
source-map-js: 1.0.2
|
|
3246
3269
|
dev: true
|
|
3247
3270
|
engines:
|
|
3248
3271
|
node: ^10 || ^12 || >=14
|
|
3249
3272
|
resolution:
|
|
3250
|
-
integrity: sha512-
|
|
3273
|
+
integrity: sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==
|
|
3251
3274
|
/process-nextick-args/2.0.1:
|
|
3252
3275
|
dev: true
|
|
3253
3276
|
resolution:
|
|
@@ -3262,12 +3285,12 @@ packages:
|
|
|
3262
3285
|
node: '>=6'
|
|
3263
3286
|
resolution:
|
|
3264
3287
|
integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
|
3265
|
-
/qs/6.5.
|
|
3288
|
+
/qs/6.5.3:
|
|
3266
3289
|
dev: true
|
|
3267
3290
|
engines:
|
|
3268
3291
|
node: '>=0.6'
|
|
3269
3292
|
resolution:
|
|
3270
|
-
integrity: sha512-
|
|
3293
|
+
integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
|
|
3271
3294
|
/quick-lru/4.0.1:
|
|
3272
3295
|
dev: true
|
|
3273
3296
|
engines:
|
|
@@ -3315,7 +3338,7 @@ packages:
|
|
|
3315
3338
|
integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
|
|
3316
3339
|
/rechoir/0.7.1:
|
|
3317
3340
|
dependencies:
|
|
3318
|
-
resolve: 1.
|
|
3341
|
+
resolve: 1.22.0
|
|
3319
3342
|
dev: true
|
|
3320
3343
|
engines:
|
|
3321
3344
|
node: '>= 0.10'
|
|
@@ -3330,14 +3353,14 @@ packages:
|
|
|
3330
3353
|
node: '>=8'
|
|
3331
3354
|
resolution:
|
|
3332
3355
|
integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==
|
|
3333
|
-
/regenerate-unicode-properties/
|
|
3356
|
+
/regenerate-unicode-properties/10.0.1:
|
|
3334
3357
|
dependencies:
|
|
3335
3358
|
regenerate: 1.4.2
|
|
3336
3359
|
dev: true
|
|
3337
3360
|
engines:
|
|
3338
3361
|
node: '>=4'
|
|
3339
3362
|
resolution:
|
|
3340
|
-
integrity: sha512-
|
|
3363
|
+
integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==
|
|
3341
3364
|
/regenerate/1.4.2:
|
|
3342
3365
|
dev: true
|
|
3343
3366
|
resolution:
|
|
@@ -3348,34 +3371,34 @@ packages:
|
|
|
3348
3371
|
integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
|
3349
3372
|
/regenerator-transform/0.14.5:
|
|
3350
3373
|
dependencies:
|
|
3351
|
-
'@babel/runtime': 7.
|
|
3374
|
+
'@babel/runtime': 7.17.0
|
|
3352
3375
|
dev: true
|
|
3353
3376
|
resolution:
|
|
3354
3377
|
integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
|
|
3355
|
-
/regexpu-core/
|
|
3378
|
+
/regexpu-core/5.0.1:
|
|
3356
3379
|
dependencies:
|
|
3357
3380
|
regenerate: 1.4.2
|
|
3358
|
-
regenerate-unicode-properties:
|
|
3359
|
-
regjsgen: 0.
|
|
3360
|
-
regjsparser: 0.
|
|
3381
|
+
regenerate-unicode-properties: 10.0.1
|
|
3382
|
+
regjsgen: 0.6.0
|
|
3383
|
+
regjsparser: 0.8.4
|
|
3361
3384
|
unicode-match-property-ecmascript: 2.0.0
|
|
3362
3385
|
unicode-match-property-value-ecmascript: 2.0.0
|
|
3363
3386
|
dev: true
|
|
3364
3387
|
engines:
|
|
3365
3388
|
node: '>=4'
|
|
3366
3389
|
resolution:
|
|
3367
|
-
integrity: sha512-
|
|
3368
|
-
/regjsgen/0.
|
|
3390
|
+
integrity: sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==
|
|
3391
|
+
/regjsgen/0.6.0:
|
|
3369
3392
|
dev: true
|
|
3370
3393
|
resolution:
|
|
3371
|
-
integrity: sha512-
|
|
3372
|
-
/regjsparser/0.
|
|
3394
|
+
integrity: sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==
|
|
3395
|
+
/regjsparser/0.8.4:
|
|
3373
3396
|
dependencies:
|
|
3374
3397
|
jsesc: 0.5.0
|
|
3375
3398
|
dev: true
|
|
3376
3399
|
hasBin: true
|
|
3377
3400
|
resolution:
|
|
3378
|
-
integrity: sha512-
|
|
3401
|
+
integrity: sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==
|
|
3379
3402
|
/relateurl/0.2.7:
|
|
3380
3403
|
dev: true
|
|
3381
3404
|
engines:
|
|
@@ -3399,7 +3422,7 @@ packages:
|
|
|
3399
3422
|
mime-types: 2.1.34
|
|
3400
3423
|
oauth-sign: 0.9.0
|
|
3401
3424
|
performance-now: 2.1.0
|
|
3402
|
-
qs: 6.5.
|
|
3425
|
+
qs: 6.5.3
|
|
3403
3426
|
safe-buffer: 5.2.1
|
|
3404
3427
|
tough-cookie: 2.5.0
|
|
3405
3428
|
tunnel-agent: 0.6.0
|
|
@@ -3440,13 +3463,15 @@ packages:
|
|
|
3440
3463
|
node: '>=8'
|
|
3441
3464
|
resolution:
|
|
3442
3465
|
integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
|
3443
|
-
/resolve/1.
|
|
3466
|
+
/resolve/1.22.0:
|
|
3444
3467
|
dependencies:
|
|
3445
|
-
is-core-module: 2.8.
|
|
3468
|
+
is-core-module: 2.8.1
|
|
3446
3469
|
path-parse: 1.0.7
|
|
3470
|
+
supports-preserve-symlinks-flag: 1.0.0
|
|
3447
3471
|
dev: true
|
|
3472
|
+
hasBin: true
|
|
3448
3473
|
resolution:
|
|
3449
|
-
integrity: sha512-
|
|
3474
|
+
integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
|
|
3450
3475
|
/rimraf/3.0.2:
|
|
3451
3476
|
dependencies:
|
|
3452
3477
|
glob: 7.2.0
|
|
@@ -3476,18 +3501,18 @@ packages:
|
|
|
3476
3501
|
hasBin: true
|
|
3477
3502
|
resolution:
|
|
3478
3503
|
integrity: sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==
|
|
3479
|
-
/sass-loader/12.
|
|
3504
|
+
/sass-loader/12.4.0_node-sass@6.0.1+webpack@5.68.0:
|
|
3480
3505
|
dependencies:
|
|
3481
3506
|
klona: 2.0.5
|
|
3482
3507
|
neo-async: 2.6.2
|
|
3483
3508
|
node-sass: 6.0.1
|
|
3484
|
-
webpack: 5.
|
|
3509
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
3485
3510
|
dev: true
|
|
3486
3511
|
engines:
|
|
3487
3512
|
node: '>= 12.13.0'
|
|
3488
3513
|
peerDependencies:
|
|
3489
3514
|
fibers: '>= 3.1.0'
|
|
3490
|
-
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0
|
|
3515
|
+
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
3491
3516
|
sass: ^1.3.0
|
|
3492
3517
|
webpack: ^5.0.0
|
|
3493
3518
|
peerDependenciesMeta:
|
|
@@ -3498,7 +3523,7 @@ packages:
|
|
|
3498
3523
|
sass:
|
|
3499
3524
|
optional: true
|
|
3500
3525
|
resolution:
|
|
3501
|
-
integrity: sha512-
|
|
3526
|
+
integrity: sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg==
|
|
3502
3527
|
/schema-utils/2.7.1:
|
|
3503
3528
|
dependencies:
|
|
3504
3529
|
'@types/json-schema': 7.0.9
|
|
@@ -3582,24 +3607,24 @@ packages:
|
|
|
3582
3607
|
node: '>=8'
|
|
3583
3608
|
resolution:
|
|
3584
3609
|
integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
3585
|
-
/shiki/0.
|
|
3610
|
+
/shiki/0.10.0:
|
|
3586
3611
|
dependencies:
|
|
3587
3612
|
jsonc-parser: 3.0.0
|
|
3588
|
-
|
|
3613
|
+
vscode-oniguruma: 1.6.1
|
|
3589
3614
|
vscode-textmate: 5.2.0
|
|
3590
3615
|
dev: true
|
|
3591
3616
|
resolution:
|
|
3592
|
-
integrity: sha512-
|
|
3617
|
+
integrity: sha512-iczxaIYeBFHTFrQPb9DVy2SKgYxC4Wo7Iucm7C17cCh2Ge/refnvHscUOxM85u57MfLoNOtjoEFUWt9gBexblA==
|
|
3593
3618
|
/signal-exit/3.0.6:
|
|
3594
3619
|
dev: true
|
|
3595
3620
|
resolution:
|
|
3596
3621
|
integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
|
|
3597
|
-
/source-map-js/0.
|
|
3622
|
+
/source-map-js/1.0.2:
|
|
3598
3623
|
dev: true
|
|
3599
3624
|
engines:
|
|
3600
3625
|
node: '>=0.10.0'
|
|
3601
3626
|
resolution:
|
|
3602
|
-
integrity: sha512
|
|
3627
|
+
integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
|
|
3603
3628
|
/source-map-support/0.5.21:
|
|
3604
3629
|
dependencies:
|
|
3605
3630
|
buffer-from: 1.1.2
|
|
@@ -3633,6 +3658,10 @@ packages:
|
|
|
3633
3658
|
node: '>= 8'
|
|
3634
3659
|
resolution:
|
|
3635
3660
|
integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
|
|
3661
|
+
/sourcemap-codec/1.4.8:
|
|
3662
|
+
dev: true
|
|
3663
|
+
resolution:
|
|
3664
|
+
integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
|
|
3636
3665
|
/spdx-correct/3.1.1:
|
|
3637
3666
|
dependencies:
|
|
3638
3667
|
spdx-expression-parse: 3.0.1
|
|
@@ -3655,7 +3684,7 @@ packages:
|
|
|
3655
3684
|
dev: true
|
|
3656
3685
|
resolution:
|
|
3657
3686
|
integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==
|
|
3658
|
-
/sshpk/1.
|
|
3687
|
+
/sshpk/1.17.0:
|
|
3659
3688
|
dependencies:
|
|
3660
3689
|
asn1: 0.2.6
|
|
3661
3690
|
assert-plus: 1.0.0
|
|
@@ -3671,7 +3700,7 @@ packages:
|
|
|
3671
3700
|
node: '>=0.10.0'
|
|
3672
3701
|
hasBin: true
|
|
3673
3702
|
resolution:
|
|
3674
|
-
integrity: sha512
|
|
3703
|
+
integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==
|
|
3675
3704
|
/stdout-stream/1.4.1:
|
|
3676
3705
|
dependencies:
|
|
3677
3706
|
readable-stream: 2.3.7
|
|
@@ -3734,9 +3763,9 @@ packages:
|
|
|
3734
3763
|
node: '>=8'
|
|
3735
3764
|
resolution:
|
|
3736
3765
|
integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
|
|
3737
|
-
/style-loader/3.3.1_webpack@5.
|
|
3766
|
+
/style-loader/3.3.1_webpack@5.68.0:
|
|
3738
3767
|
dependencies:
|
|
3739
|
-
webpack: 5.
|
|
3768
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
3740
3769
|
dev: true
|
|
3741
3770
|
engines:
|
|
3742
3771
|
node: '>= 12.13.0'
|
|
@@ -3774,6 +3803,12 @@ packages:
|
|
|
3774
3803
|
node: '>=10'
|
|
3775
3804
|
resolution:
|
|
3776
3805
|
integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
|
3806
|
+
/supports-preserve-symlinks-flag/1.0.0:
|
|
3807
|
+
dev: true
|
|
3808
|
+
engines:
|
|
3809
|
+
node: '>= 0.4'
|
|
3810
|
+
resolution:
|
|
3811
|
+
integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
3777
3812
|
/tapable/2.2.1:
|
|
3778
3813
|
dev: true
|
|
3779
3814
|
engines:
|
|
@@ -3784,7 +3819,7 @@ packages:
|
|
|
3784
3819
|
dependencies:
|
|
3785
3820
|
chownr: 2.0.0
|
|
3786
3821
|
fs-minipass: 2.1.0
|
|
3787
|
-
minipass: 3.1.
|
|
3822
|
+
minipass: 3.1.6
|
|
3788
3823
|
minizlib: 2.1.2
|
|
3789
3824
|
mkdirp: 1.0.4
|
|
3790
3825
|
yallist: 4.0.0
|
|
@@ -3793,14 +3828,14 @@ packages:
|
|
|
3793
3828
|
node: '>= 10'
|
|
3794
3829
|
resolution:
|
|
3795
3830
|
integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
|
|
3796
|
-
/terser-webpack-plugin/5.
|
|
3831
|
+
/terser-webpack-plugin/5.3.1_acorn@8.7.0+webpack@5.68.0:
|
|
3797
3832
|
dependencies:
|
|
3798
|
-
jest-worker: 27.
|
|
3833
|
+
jest-worker: 27.4.6
|
|
3799
3834
|
schema-utils: 3.1.1
|
|
3800
3835
|
serialize-javascript: 6.0.0
|
|
3801
3836
|
source-map: 0.6.1
|
|
3802
|
-
terser: 5.10.0_acorn@8.
|
|
3803
|
-
webpack: 5.
|
|
3837
|
+
terser: 5.10.0_acorn@8.7.0
|
|
3838
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
3804
3839
|
dev: true
|
|
3805
3840
|
engines:
|
|
3806
3841
|
node: '>= 10.13.0'
|
|
@@ -3818,7 +3853,7 @@ packages:
|
|
|
3818
3853
|
uglify-js:
|
|
3819
3854
|
optional: true
|
|
3820
3855
|
resolution:
|
|
3821
|
-
integrity: sha512-
|
|
3856
|
+
integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==
|
|
3822
3857
|
/terser/4.8.0:
|
|
3823
3858
|
dependencies:
|
|
3824
3859
|
commander: 2.20.3
|
|
@@ -3830,9 +3865,9 @@ packages:
|
|
|
3830
3865
|
hasBin: true
|
|
3831
3866
|
resolution:
|
|
3832
3867
|
integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
|
|
3833
|
-
/terser/5.10.0_acorn@8.
|
|
3868
|
+
/terser/5.10.0_acorn@8.7.0:
|
|
3834
3869
|
dependencies:
|
|
3835
|
-
acorn: 8.
|
|
3870
|
+
acorn: 8.7.0
|
|
3836
3871
|
commander: 2.20.3
|
|
3837
3872
|
source-map: 0.7.3
|
|
3838
3873
|
source-map-support: 0.5.21
|
|
@@ -3849,7 +3884,7 @@ packages:
|
|
|
3849
3884
|
integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==
|
|
3850
3885
|
/tippy.js/6.3.7:
|
|
3851
3886
|
dependencies:
|
|
3852
|
-
'@popperjs/core': 2.
|
|
3887
|
+
'@popperjs/core': 2.11.2
|
|
3853
3888
|
dev: false
|
|
3854
3889
|
resolution:
|
|
3855
3890
|
integrity: sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==
|
|
@@ -3888,13 +3923,13 @@ packages:
|
|
|
3888
3923
|
dev: true
|
|
3889
3924
|
resolution:
|
|
3890
3925
|
integrity: sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==
|
|
3891
|
-
/ts-loader/9.2.6_webpack@5.
|
|
3926
|
+
/ts-loader/9.2.6_webpack@5.68.0:
|
|
3892
3927
|
dependencies:
|
|
3893
3928
|
chalk: 4.1.2
|
|
3894
3929
|
enhanced-resolve: 5.8.3
|
|
3895
3930
|
micromatch: 4.0.4
|
|
3896
3931
|
semver: 7.3.5
|
|
3897
|
-
webpack: 5.
|
|
3932
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
3898
3933
|
dev: true
|
|
3899
3934
|
engines:
|
|
3900
3935
|
node: '>=12.0.0'
|
|
@@ -3935,21 +3970,21 @@ packages:
|
|
|
3935
3970
|
node: '>=8'
|
|
3936
3971
|
resolution:
|
|
3937
3972
|
integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
|
3938
|
-
/typedoc/0.22.
|
|
3973
|
+
/typedoc/0.22.11:
|
|
3939
3974
|
dependencies:
|
|
3940
3975
|
glob: 7.2.0
|
|
3941
3976
|
lunr: 2.3.9
|
|
3942
|
-
marked:
|
|
3977
|
+
marked: 4.0.12
|
|
3943
3978
|
minimatch: 3.0.4
|
|
3944
|
-
shiki: 0.
|
|
3979
|
+
shiki: 0.10.0
|
|
3945
3980
|
dev: true
|
|
3946
3981
|
engines:
|
|
3947
3982
|
node: '>= 12.10.0'
|
|
3948
3983
|
hasBin: true
|
|
3949
3984
|
peerDependencies:
|
|
3950
|
-
typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x
|
|
3985
|
+
typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x
|
|
3951
3986
|
resolution:
|
|
3952
|
-
integrity: sha512-
|
|
3987
|
+
integrity: sha512-pVr3hh6dkS3lPPaZz1fNpvcrqLdtEvXmXayN55czlamSgvEjh+57GUqfhAI1Xsuu/hNHUT1KNSx8LH2wBP/7SA==
|
|
3953
3988
|
/unicode-canonical-property-names-ecmascript/2.0.0:
|
|
3954
3989
|
dev: true
|
|
3955
3990
|
engines:
|
|
@@ -4010,33 +4045,37 @@ packages:
|
|
|
4010
4045
|
'0': node >=0.6.0
|
|
4011
4046
|
resolution:
|
|
4012
4047
|
integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
|
|
4048
|
+
/vscode-oniguruma/1.6.1:
|
|
4049
|
+
dev: true
|
|
4050
|
+
resolution:
|
|
4051
|
+
integrity: sha512-vc4WhSIaVpgJ0jJIejjYxPvURJavX6QG41vu0mGhqywMkQqulezEqEQ3cO3gc8GvcOpX6ycmKGqRoROEMBNXTQ==
|
|
4013
4052
|
/vscode-textmate/5.2.0:
|
|
4014
4053
|
dev: true
|
|
4015
4054
|
resolution:
|
|
4016
4055
|
integrity: sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==
|
|
4017
|
-
/watchpack/2.
|
|
4056
|
+
/watchpack/2.3.1:
|
|
4018
4057
|
dependencies:
|
|
4019
4058
|
glob-to-regexp: 0.4.1
|
|
4020
|
-
graceful-fs: 4.2.
|
|
4059
|
+
graceful-fs: 4.2.9
|
|
4021
4060
|
dev: true
|
|
4022
4061
|
engines:
|
|
4023
4062
|
node: '>=10.13.0'
|
|
4024
4063
|
resolution:
|
|
4025
|
-
integrity: sha512-
|
|
4026
|
-
/webpack-cli/4.9.
|
|
4064
|
+
integrity: sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
|
|
4065
|
+
/webpack-cli/4.9.2_webpack@5.68.0:
|
|
4027
4066
|
dependencies:
|
|
4028
|
-
'@discoveryjs/json-ext': 0.5.
|
|
4029
|
-
'@webpack-cli/configtest': 1.1.
|
|
4030
|
-
'@webpack-cli/info': 1.4.
|
|
4031
|
-
'@webpack-cli/serve': 1.6.
|
|
4067
|
+
'@discoveryjs/json-ext': 0.5.6
|
|
4068
|
+
'@webpack-cli/configtest': 1.1.1_webpack-cli@4.9.2+webpack@5.68.0
|
|
4069
|
+
'@webpack-cli/info': 1.4.1_webpack-cli@4.9.2
|
|
4070
|
+
'@webpack-cli/serve': 1.6.1_webpack-cli@4.9.2
|
|
4032
4071
|
colorette: 2.0.16
|
|
4033
4072
|
commander: 7.2.0
|
|
4034
4073
|
execa: 5.1.1
|
|
4035
4074
|
fastest-levenshtein: 1.0.12
|
|
4036
|
-
import-local: 3.0
|
|
4075
|
+
import-local: 3.1.0
|
|
4037
4076
|
interpret: 2.2.0
|
|
4038
4077
|
rechoir: 0.7.1
|
|
4039
|
-
webpack: 5.
|
|
4078
|
+
webpack: 5.68.0_webpack-cli@4.9.2
|
|
4040
4079
|
webpack-merge: 5.8.0
|
|
4041
4080
|
dev: true
|
|
4042
4081
|
engines:
|
|
@@ -4058,7 +4097,7 @@ packages:
|
|
|
4058
4097
|
webpack-dev-server:
|
|
4059
4098
|
optional: true
|
|
4060
4099
|
resolution:
|
|
4061
|
-
integrity: sha512-
|
|
4100
|
+
integrity: sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==
|
|
4062
4101
|
/webpack-merge/5.8.0:
|
|
4063
4102
|
dependencies:
|
|
4064
4103
|
clone-deep: 4.0.1
|
|
@@ -4068,39 +4107,39 @@ packages:
|
|
|
4068
4107
|
node: '>=10.0.0'
|
|
4069
4108
|
resolution:
|
|
4070
4109
|
integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==
|
|
4071
|
-
/webpack-sources/3.2.
|
|
4110
|
+
/webpack-sources/3.2.3:
|
|
4072
4111
|
dev: true
|
|
4073
4112
|
engines:
|
|
4074
4113
|
node: '>=10.13.0'
|
|
4075
4114
|
resolution:
|
|
4076
|
-
integrity: sha512
|
|
4077
|
-
/webpack/5.
|
|
4115
|
+
integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
|
4116
|
+
/webpack/5.68.0_webpack-cli@4.9.2:
|
|
4078
4117
|
dependencies:
|
|
4079
|
-
'@types/eslint-scope': 3.7.
|
|
4118
|
+
'@types/eslint-scope': 3.7.3
|
|
4080
4119
|
'@types/estree': 0.0.50
|
|
4081
4120
|
'@webassemblyjs/ast': 1.11.1
|
|
4082
4121
|
'@webassemblyjs/wasm-edit': 1.11.1
|
|
4083
4122
|
'@webassemblyjs/wasm-parser': 1.11.1
|
|
4084
|
-
acorn: 8.
|
|
4085
|
-
acorn-import-assertions: 1.8.0_acorn@8.
|
|
4086
|
-
browserslist: 4.
|
|
4123
|
+
acorn: 8.7.0
|
|
4124
|
+
acorn-import-assertions: 1.8.0_acorn@8.7.0
|
|
4125
|
+
browserslist: 4.19.1
|
|
4087
4126
|
chrome-trace-event: 1.0.3
|
|
4088
4127
|
enhanced-resolve: 5.8.3
|
|
4089
4128
|
es-module-lexer: 0.9.3
|
|
4090
4129
|
eslint-scope: 5.1.1
|
|
4091
4130
|
events: 3.3.0
|
|
4092
4131
|
glob-to-regexp: 0.4.1
|
|
4093
|
-
graceful-fs: 4.2.
|
|
4132
|
+
graceful-fs: 4.2.9
|
|
4094
4133
|
json-parse-better-errors: 1.0.2
|
|
4095
4134
|
loader-runner: 4.2.0
|
|
4096
4135
|
mime-types: 2.1.34
|
|
4097
4136
|
neo-async: 2.6.2
|
|
4098
4137
|
schema-utils: 3.1.1
|
|
4099
4138
|
tapable: 2.2.1
|
|
4100
|
-
terser-webpack-plugin: 5.
|
|
4101
|
-
watchpack: 2.
|
|
4102
|
-
webpack-cli: 4.9.
|
|
4103
|
-
webpack-sources: 3.2.
|
|
4139
|
+
terser-webpack-plugin: 5.3.1_acorn@8.7.0+webpack@5.68.0
|
|
4140
|
+
watchpack: 2.3.1
|
|
4141
|
+
webpack-cli: 4.9.2_webpack@5.68.0
|
|
4142
|
+
webpack-sources: 3.2.3
|
|
4104
4143
|
dev: true
|
|
4105
4144
|
engines:
|
|
4106
4145
|
node: '>=10.13.0'
|
|
@@ -4111,7 +4150,7 @@ packages:
|
|
|
4111
4150
|
webpack-cli:
|
|
4112
4151
|
optional: true
|
|
4113
4152
|
resolution:
|
|
4114
|
-
integrity: sha512-
|
|
4153
|
+
integrity: sha512-zUcqaUO0772UuuW2bzaES2Zjlm/y3kRBQDVFVCge+s2Y8mwuUTdperGaAv65/NtRL/1zanpSJOq/MD8u61vo6g==
|
|
4115
4154
|
/which-module/2.0.0:
|
|
4116
4155
|
dev: true
|
|
4117
4156
|
resolution:
|
|
@@ -4153,10 +4192,6 @@ packages:
|
|
|
4153
4192
|
dev: true
|
|
4154
4193
|
resolution:
|
|
4155
4194
|
integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
|
|
4156
|
-
/yallist/3.1.1:
|
|
4157
|
-
dev: true
|
|
4158
|
-
resolution:
|
|
4159
|
-
integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
|
4160
4195
|
/yallist/4.0.0:
|
|
4161
4196
|
dev: true
|
|
4162
4197
|
resolution:
|
|
@@ -4196,23 +4231,23 @@ packages:
|
|
|
4196
4231
|
resolution:
|
|
4197
4232
|
integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
|
|
4198
4233
|
specifiers:
|
|
4199
|
-
'@babel/core': ^7.
|
|
4200
|
-
'@babel/preset-env': ^7.16.
|
|
4201
|
-
'@types/node': ^16.11.
|
|
4202
|
-
autoprefixer: ^10.4.
|
|
4234
|
+
'@babel/core': ^7.17.0
|
|
4235
|
+
'@babel/preset-env': ^7.16.11
|
|
4236
|
+
'@types/node': ^16.11.22
|
|
4237
|
+
autoprefixer: ^10.4.2
|
|
4203
4238
|
babel-loader: ^8.2.3
|
|
4204
4239
|
bootstrap: ^5.1.3
|
|
4205
|
-
bootstrap-icons: ^1.
|
|
4206
|
-
core-js: ^3.
|
|
4207
|
-
css-loader: ^6.
|
|
4240
|
+
bootstrap-icons: ^1.8.0
|
|
4241
|
+
core-js: ^3.21.0
|
|
4242
|
+
css-loader: ^6.6.0
|
|
4208
4243
|
dts-bundle: ^0.7.3
|
|
4209
4244
|
html-loader: ^2.1.2
|
|
4210
4245
|
node-sass: ^6.0.1
|
|
4211
|
-
postcss-loader: ^6.2.
|
|
4212
|
-
sass-loader: ^12.
|
|
4246
|
+
postcss-loader: ^6.2.1
|
|
4247
|
+
sass-loader: ^12.4.0
|
|
4213
4248
|
style-loader: ^3.3.1
|
|
4214
4249
|
tippy.js: ^6.3.7
|
|
4215
4250
|
ts-loader: ^9.2.6
|
|
4216
|
-
typedoc: ^0.22.
|
|
4217
|
-
webpack: ^5.
|
|
4218
|
-
webpack-cli: ^4.9.
|
|
4251
|
+
typedoc: ^0.22.11
|
|
4252
|
+
webpack: ^5.68.0
|
|
4253
|
+
webpack-cli: ^4.9.2
|