gd-bs 5.3.7 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/bs.js +1 -0
- package/build/components/accordion/index.js +76 -0
- package/build/components/accordion/item.js +163 -0
- package/build/components/accordion/templates.js +7 -0
- package/build/components/alert/index.js +142 -0
- package/build/components/alert/templates.js +4 -0
- package/build/components/badge/index.js +90 -0
- package/build/components/badge/templates.js +7 -0
- package/build/components/base.js +88 -0
- package/build/components/breadcrumb/index.js +127 -0
- package/build/components/breadcrumb/item.js +84 -0
- package/build/components/breadcrumb/templates.js +9 -0
- package/build/components/button/index.js +206 -0
- package/build/components/button/templates.js +9 -0
- package/build/components/buttonGroup/index.js +86 -0
- package/build/components/buttonGroup/templates.js +4 -0
- package/build/components/card/action.js +59 -0
- package/build/components/card/index.js +134 -0
- package/build/components/card/item.js +110 -0
- package/build/components/card/templates.js +9 -0
- package/build/components/cardGroup/index.js +47 -0
- package/build/components/cardGroup/templates.js +4 -0
- package/build/components/carousel/index.js +352 -0
- package/build/components/carousel/item.js +64 -0
- package/build/components/carousel/templates.js +7 -0
- package/build/components/checkboxGroup/index.js +199 -0
- package/build/components/checkboxGroup/item.js +152 -0
- package/build/components/checkboxGroup/templates.js +11 -0
- package/build/components/classNames.js +27 -0
- package/build/components/collapse/index.js +101 -0
- package/build/components/collapse/templates.js +4 -0
- package/build/components/common.js +71 -0
- package/build/components/dropdown/formItem.js +106 -0
- package/build/components/dropdown/index.js +572 -0
- package/build/components/dropdown/item.js +171 -0
- package/build/components/dropdown/templates.js +11 -0
- package/build/components/form/control.js +659 -0
- package/build/components/form/custom.js +17 -0
- package/build/components/form/group.js +135 -0
- package/build/components/form/index.js +210 -0
- package/build/components/form/row.js +115 -0
- package/build/components/form/templates.js +9 -0
- package/build/components/form/types.js +36 -0
- package/build/components/index.js +43 -0
- package/build/components/inputGroup/index.js +289 -0
- package/build/components/inputGroup/templates.js +4 -0
- package/build/components/jumbotron/index.js +75 -0
- package/build/components/jumbotron/templates.js +4 -0
- package/build/components/listBox/index.js +288 -0
- package/build/components/listBox/templates.js +5 -0
- package/build/components/listGroup/index.js +156 -0
- package/build/components/listGroup/item.js +140 -0
- package/build/components/listGroup/templates.js +13 -0
- package/build/components/modal/index.js +359 -0
- package/build/components/modal/templates.js +4 -0
- package/build/components/nav/index.js +157 -0
- package/build/components/nav/link.js +142 -0
- package/build/components/nav/templates.js +13 -0
- package/build/components/navbar/index.js +301 -0
- package/build/components/navbar/item.js +126 -0
- package/build/components/navbar/templates.js +9 -0
- package/build/components/offcanvas/index.js +252 -0
- package/build/components/offcanvas/templates.js +4 -0
- package/build/components/pagination/index.js +197 -0
- package/build/components/pagination/templates.js +7 -0
- package/build/components/popover/index.js +312 -0
- package/build/components/progress/index.js +101 -0
- package/build/components/progress/templates.js +4 -0
- package/build/components/progressGroup/index.js +47 -0
- package/build/components/progressGroup/templates.js +4 -0
- package/build/components/spinner/index.js +87 -0
- package/build/components/spinner/templates.js +4 -0
- package/build/components/table/index.js +152 -0
- package/build/components/table/templates.js +4 -0
- package/build/components/toast/index.js +184 -0
- package/build/components/toast/templates.js +4 -0
- package/build/components/toolbar/index.js +67 -0
- package/build/components/toolbar/templates.js +4 -0
- package/build/components/tooltip/index.js +366 -0
- package/build/components/tooltipGroup/index.js +93 -0
- package/build/components/tooltipGroup/templates.js +4 -0
- package/build/icons/generate.js +32 -0
- package/build/icons/iconTypes.js +1675 -0
- package/build/icons/index.js +5026 -0
- package/build/icons/svgs/_123.js +8 -0
- package/build/icons/svgs/activity.js +8 -0
- package/build/icons/svgs/alarm.js +8 -0
- package/build/icons/svgs/alarmFill.js +8 -0
- package/build/icons/svgs/alignBottom.js +8 -0
- package/build/icons/svgs/alignCenter.js +8 -0
- package/build/icons/svgs/alignEnd.js +8 -0
- package/build/icons/svgs/alignMiddle.js +8 -0
- package/build/icons/svgs/alignStart.js +8 -0
- package/build/icons/svgs/alignTop.js +8 -0
- package/build/icons/svgs/alt.js +8 -0
- package/build/icons/svgs/app.js +8 -0
- package/build/icons/svgs/appIndicator.js +8 -0
- package/build/icons/svgs/appWindow.js +8 -0
- package/build/icons/svgs/apple.js +8 -0
- package/build/icons/svgs/archive.js +8 -0
- package/build/icons/svgs/archiveFill.js +8 -0
- package/build/icons/svgs/arrow90degDown.js +8 -0
- package/build/icons/svgs/arrow90degLeft.js +8 -0
- package/build/icons/svgs/arrow90degRight.js +8 -0
- package/build/icons/svgs/arrow90degUp.js +8 -0
- package/build/icons/svgs/arrowBarDown.js +8 -0
- package/build/icons/svgs/arrowBarLeft.js +8 -0
- package/build/icons/svgs/arrowBarRight.js +8 -0
- package/build/icons/svgs/arrowBarUp.js +8 -0
- package/build/icons/svgs/arrowClockwise.js +8 -0
- package/build/icons/svgs/arrowCounterclockwise.js +8 -0
- package/build/icons/svgs/arrowDown.js +8 -0
- package/build/icons/svgs/arrowDownCircle.js +8 -0
- package/build/icons/svgs/arrowDownCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownLeft.js +8 -0
- package/build/icons/svgs/arrowDownLeftCircle.js +8 -0
- package/build/icons/svgs/arrowDownLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownLeftSquare.js +8 -0
- package/build/icons/svgs/arrowDownLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownRight.js +8 -0
- package/build/icons/svgs/arrowDownRightCircle.js +8 -0
- package/build/icons/svgs/arrowDownRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownRightSquare.js +8 -0
- package/build/icons/svgs/arrowDownRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownShort.js +8 -0
- package/build/icons/svgs/arrowDownSquare.js +8 -0
- package/build/icons/svgs/arrowDownSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownUp.js +8 -0
- package/build/icons/svgs/arrowLeft.js +8 -0
- package/build/icons/svgs/arrowLeftCircle.js +8 -0
- package/build/icons/svgs/arrowLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowLeftRight.js +8 -0
- package/build/icons/svgs/arrowLeftShort.js +8 -0
- package/build/icons/svgs/arrowLeftSquare.js +8 -0
- package/build/icons/svgs/arrowLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowRepeat.js +8 -0
- package/build/icons/svgs/arrowReturnLeft.js +8 -0
- package/build/icons/svgs/arrowReturnRight.js +8 -0
- package/build/icons/svgs/arrowRight.js +8 -0
- package/build/icons/svgs/arrowRightCircle.js +8 -0
- package/build/icons/svgs/arrowRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowRightShort.js +8 -0
- package/build/icons/svgs/arrowRightSquare.js +8 -0
- package/build/icons/svgs/arrowRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowThroughHeart.js +8 -0
- package/build/icons/svgs/arrowThroughHeartFill.js +8 -0
- package/build/icons/svgs/arrowUp.js +8 -0
- package/build/icons/svgs/arrowUpCircle.js +8 -0
- package/build/icons/svgs/arrowUpCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpLeft.js +8 -0
- package/build/icons/svgs/arrowUpLeftCircle.js +8 -0
- package/build/icons/svgs/arrowUpLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpLeftSquare.js +8 -0
- package/build/icons/svgs/arrowUpLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowUpRight.js +8 -0
- package/build/icons/svgs/arrowUpRightCircle.js +8 -0
- package/build/icons/svgs/arrowUpRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpRightSquare.js +8 -0
- package/build/icons/svgs/arrowUpRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowUpShort.js +8 -0
- package/build/icons/svgs/arrowUpSquare.js +8 -0
- package/build/icons/svgs/arrowUpSquareFill.js +8 -0
- package/build/icons/svgs/arrowsAngleContract.js +8 -0
- package/build/icons/svgs/arrowsAngleExpand.js +8 -0
- package/build/icons/svgs/arrowsCollapse.js +8 -0
- package/build/icons/svgs/arrowsExpand.js +8 -0
- package/build/icons/svgs/arrowsFullscreen.js +8 -0
- package/build/icons/svgs/arrowsMove.js +8 -0
- package/build/icons/svgs/aspectRatio.js +8 -0
- package/build/icons/svgs/aspectRatioFill.js +8 -0
- package/build/icons/svgs/asterisk.js +8 -0
- package/build/icons/svgs/at.js +8 -0
- package/build/icons/svgs/award.js +8 -0
- package/build/icons/svgs/awardFill.js +8 -0
- package/build/icons/svgs/back.js +8 -0
- package/build/icons/svgs/backspace.js +8 -0
- package/build/icons/svgs/backspaceFill.js +8 -0
- package/build/icons/svgs/backspaceReverse.js +8 -0
- package/build/icons/svgs/backspaceReverseFill.js +8 -0
- package/build/icons/svgs/badge3d.js +8 -0
- package/build/icons/svgs/badge3dFill.js +8 -0
- package/build/icons/svgs/badge4k.js +8 -0
- package/build/icons/svgs/badge4kFill.js +8 -0
- package/build/icons/svgs/badge8k.js +8 -0
- package/build/icons/svgs/badge8kFill.js +8 -0
- package/build/icons/svgs/badgeAd.js +8 -0
- package/build/icons/svgs/badgeAdFill.js +8 -0
- package/build/icons/svgs/badgeAr.js +8 -0
- package/build/icons/svgs/badgeArFill.js +8 -0
- package/build/icons/svgs/badgeCc.js +8 -0
- package/build/icons/svgs/badgeCcFill.js +8 -0
- package/build/icons/svgs/badgeHd.js +8 -0
- package/build/icons/svgs/badgeHdFill.js +8 -0
- package/build/icons/svgs/badgeSd.js +8 -0
- package/build/icons/svgs/badgeSdFill.js +8 -0
- package/build/icons/svgs/badgeTm.js +8 -0
- package/build/icons/svgs/badgeTmFill.js +8 -0
- package/build/icons/svgs/badgeVo.js +8 -0
- package/build/icons/svgs/badgeVoFill.js +8 -0
- package/build/icons/svgs/badgeVr.js +8 -0
- package/build/icons/svgs/badgeVrFill.js +8 -0
- package/build/icons/svgs/badgeWc.js +8 -0
- package/build/icons/svgs/badgeWcFill.js +8 -0
- package/build/icons/svgs/bag.js +8 -0
- package/build/icons/svgs/bagCheck.js +8 -0
- package/build/icons/svgs/bagCheckFill.js +8 -0
- package/build/icons/svgs/bagDash.js +8 -0
- package/build/icons/svgs/bagDashFill.js +8 -0
- package/build/icons/svgs/bagFill.js +8 -0
- package/build/icons/svgs/bagHeart.js +8 -0
- package/build/icons/svgs/bagHeartFill.js +8 -0
- package/build/icons/svgs/bagPlus.js +8 -0
- package/build/icons/svgs/bagPlusFill.js +8 -0
- package/build/icons/svgs/bagX.js +8 -0
- package/build/icons/svgs/bagXFill.js +8 -0
- 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 +8 -0
- package/build/icons/svgs/bandaidFill.js +8 -0
- package/build/icons/svgs/bank.js +8 -0
- package/build/icons/svgs/bank2.js +8 -0
- package/build/icons/svgs/barChart.js +8 -0
- package/build/icons/svgs/barChartFill.js +8 -0
- package/build/icons/svgs/barChartLine.js +8 -0
- package/build/icons/svgs/barChartLineFill.js +8 -0
- package/build/icons/svgs/barChartSteps.js +8 -0
- package/build/icons/svgs/basket.js +8 -0
- package/build/icons/svgs/basket2.js +8 -0
- package/build/icons/svgs/basket2Fill.js +8 -0
- package/build/icons/svgs/basket3.js +8 -0
- package/build/icons/svgs/basket3Fill.js +8 -0
- package/build/icons/svgs/basketFill.js +8 -0
- package/build/icons/svgs/battery.js +8 -0
- package/build/icons/svgs/batteryCharging.js +8 -0
- package/build/icons/svgs/batteryFull.js +8 -0
- package/build/icons/svgs/batteryHalf.js +8 -0
- package/build/icons/svgs/behance.js +8 -0
- package/build/icons/svgs/bell.js +8 -0
- package/build/icons/svgs/bellFill.js +8 -0
- package/build/icons/svgs/bellSlash.js +8 -0
- package/build/icons/svgs/bellSlashFill.js +8 -0
- package/build/icons/svgs/bezier.js +8 -0
- package/build/icons/svgs/bezier2.js +8 -0
- package/build/icons/svgs/bicycle.js +8 -0
- package/build/icons/svgs/binoculars.js +8 -0
- package/build/icons/svgs/binocularsFill.js +8 -0
- package/build/icons/svgs/blockquoteLeft.js +8 -0
- package/build/icons/svgs/blockquoteRight.js +8 -0
- package/build/icons/svgs/bluetooth.js +8 -0
- package/build/icons/svgs/bodyText.js +8 -0
- package/build/icons/svgs/book.js +8 -0
- package/build/icons/svgs/bookFill.js +8 -0
- package/build/icons/svgs/bookHalf.js +8 -0
- package/build/icons/svgs/bookmark.js +8 -0
- package/build/icons/svgs/bookmarkCheck.js +8 -0
- package/build/icons/svgs/bookmarkCheckFill.js +8 -0
- package/build/icons/svgs/bookmarkDash.js +8 -0
- package/build/icons/svgs/bookmarkDashFill.js +8 -0
- package/build/icons/svgs/bookmarkFill.js +8 -0
- package/build/icons/svgs/bookmarkHeart.js +8 -0
- package/build/icons/svgs/bookmarkHeartFill.js +8 -0
- package/build/icons/svgs/bookmarkPlus.js +8 -0
- package/build/icons/svgs/bookmarkPlusFill.js +8 -0
- package/build/icons/svgs/bookmarkStar.js +8 -0
- package/build/icons/svgs/bookmarkStarFill.js +8 -0
- package/build/icons/svgs/bookmarkX.js +8 -0
- package/build/icons/svgs/bookmarkXFill.js +8 -0
- package/build/icons/svgs/bookmarks.js +8 -0
- package/build/icons/svgs/bookmarksFill.js +8 -0
- package/build/icons/svgs/bookshelf.js +8 -0
- package/build/icons/svgs/boombox.js +8 -0
- package/build/icons/svgs/boomboxFill.js +8 -0
- package/build/icons/svgs/bootstrap.js +8 -0
- package/build/icons/svgs/bootstrapFill.js +8 -0
- package/build/icons/svgs/bootstrapReboot.js +8 -0
- package/build/icons/svgs/border.js +8 -0
- package/build/icons/svgs/borderAll.js +8 -0
- package/build/icons/svgs/borderBottom.js +8 -0
- package/build/icons/svgs/borderCenter.js +8 -0
- package/build/icons/svgs/borderInner.js +8 -0
- package/build/icons/svgs/borderLeft.js +8 -0
- package/build/icons/svgs/borderMiddle.js +8 -0
- package/build/icons/svgs/borderOuter.js +8 -0
- package/build/icons/svgs/borderRight.js +8 -0
- package/build/icons/svgs/borderStyle.js +8 -0
- package/build/icons/svgs/borderTop.js +8 -0
- package/build/icons/svgs/borderWidth.js +8 -0
- package/build/icons/svgs/boundingBox.js +8 -0
- package/build/icons/svgs/boundingBoxCircles.js +8 -0
- package/build/icons/svgs/box.js +8 -0
- 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 +8 -0
- package/build/icons/svgs/boxArrowDownLeft.js +8 -0
- package/build/icons/svgs/boxArrowDownRight.js +8 -0
- package/build/icons/svgs/boxArrowInDown.js +8 -0
- package/build/icons/svgs/boxArrowInDownLeft.js +8 -0
- package/build/icons/svgs/boxArrowInDownRight.js +8 -0
- package/build/icons/svgs/boxArrowInLeft.js +8 -0
- package/build/icons/svgs/boxArrowInRight.js +8 -0
- package/build/icons/svgs/boxArrowInUp.js +8 -0
- package/build/icons/svgs/boxArrowInUpLeft.js +8 -0
- package/build/icons/svgs/boxArrowInUpRight.js +8 -0
- package/build/icons/svgs/boxArrowLeft.js +8 -0
- package/build/icons/svgs/boxArrowRight.js +8 -0
- package/build/icons/svgs/boxArrowUp.js +8 -0
- package/build/icons/svgs/boxArrowUpLeft.js +8 -0
- package/build/icons/svgs/boxArrowUpRight.js +8 -0
- package/build/icons/svgs/boxSeam.js +8 -0
- package/build/icons/svgs/boxes.js +8 -0
- package/build/icons/svgs/braces.js +8 -0
- package/build/icons/svgs/bracesAsterisk.js +8 -0
- package/build/icons/svgs/bricks.js +8 -0
- package/build/icons/svgs/briefcase.js +8 -0
- package/build/icons/svgs/briefcaseFill.js +8 -0
- package/build/icons/svgs/brightnessAltHigh.js +8 -0
- package/build/icons/svgs/brightnessAltHighFill.js +8 -0
- package/build/icons/svgs/brightnessAltLow.js +8 -0
- package/build/icons/svgs/brightnessAltLowFill.js +8 -0
- package/build/icons/svgs/brightnessHigh.js +8 -0
- package/build/icons/svgs/brightnessHighFill.js +8 -0
- package/build/icons/svgs/brightnessLow.js +8 -0
- package/build/icons/svgs/brightnessLowFill.js +8 -0
- package/build/icons/svgs/broadcast.js +8 -0
- package/build/icons/svgs/broadcastPin.js +8 -0
- package/build/icons/svgs/brush.js +8 -0
- package/build/icons/svgs/brushFill.js +8 -0
- package/build/icons/svgs/bucket.js +8 -0
- package/build/icons/svgs/bucketFill.js +8 -0
- package/build/icons/svgs/bug.js +8 -0
- package/build/icons/svgs/bugFill.js +8 -0
- package/build/icons/svgs/building.js +8 -0
- package/build/icons/svgs/bullseye.js +8 -0
- package/build/icons/svgs/calculator.js +8 -0
- package/build/icons/svgs/calculatorFill.js +8 -0
- package/build/icons/svgs/calendar.js +8 -0
- package/build/icons/svgs/calendar2.js +8 -0
- package/build/icons/svgs/calendar2Check.js +8 -0
- package/build/icons/svgs/calendar2CheckFill.js +8 -0
- package/build/icons/svgs/calendar2Date.js +8 -0
- package/build/icons/svgs/calendar2DateFill.js +8 -0
- package/build/icons/svgs/calendar2Day.js +8 -0
- package/build/icons/svgs/calendar2DayFill.js +8 -0
- package/build/icons/svgs/calendar2Event.js +8 -0
- package/build/icons/svgs/calendar2EventFill.js +8 -0
- package/build/icons/svgs/calendar2Fill.js +8 -0
- package/build/icons/svgs/calendar2Heart.js +8 -0
- package/build/icons/svgs/calendar2HeartFill.js +8 -0
- package/build/icons/svgs/calendar2Minus.js +8 -0
- package/build/icons/svgs/calendar2MinusFill.js +8 -0
- package/build/icons/svgs/calendar2Month.js +8 -0
- package/build/icons/svgs/calendar2MonthFill.js +8 -0
- package/build/icons/svgs/calendar2Plus.js +8 -0
- package/build/icons/svgs/calendar2PlusFill.js +8 -0
- package/build/icons/svgs/calendar2Range.js +8 -0
- package/build/icons/svgs/calendar2RangeFill.js +8 -0
- package/build/icons/svgs/calendar2Week.js +8 -0
- package/build/icons/svgs/calendar2WeekFill.js +8 -0
- package/build/icons/svgs/calendar2X.js +8 -0
- package/build/icons/svgs/calendar2XFill.js +8 -0
- package/build/icons/svgs/calendar3.js +8 -0
- package/build/icons/svgs/calendar3Event.js +8 -0
- package/build/icons/svgs/calendar3EventFill.js +8 -0
- package/build/icons/svgs/calendar3Fill.js +8 -0
- package/build/icons/svgs/calendar3Range.js +8 -0
- package/build/icons/svgs/calendar3RangeFill.js +8 -0
- package/build/icons/svgs/calendar3Week.js +8 -0
- package/build/icons/svgs/calendar3WeekFill.js +8 -0
- package/build/icons/svgs/calendar4.js +8 -0
- package/build/icons/svgs/calendar4Event.js +8 -0
- package/build/icons/svgs/calendar4Range.js +8 -0
- package/build/icons/svgs/calendar4Week.js +8 -0
- package/build/icons/svgs/calendarCheck.js +8 -0
- package/build/icons/svgs/calendarCheckFill.js +8 -0
- package/build/icons/svgs/calendarDate.js +8 -0
- package/build/icons/svgs/calendarDateFill.js +8 -0
- package/build/icons/svgs/calendarDay.js +8 -0
- package/build/icons/svgs/calendarDayFill.js +8 -0
- package/build/icons/svgs/calendarEvent.js +8 -0
- package/build/icons/svgs/calendarEventFill.js +8 -0
- package/build/icons/svgs/calendarFill.js +8 -0
- package/build/icons/svgs/calendarHeart.js +8 -0
- package/build/icons/svgs/calendarHeartFill.js +8 -0
- package/build/icons/svgs/calendarMinus.js +8 -0
- package/build/icons/svgs/calendarMinusFill.js +8 -0
- package/build/icons/svgs/calendarMonth.js +8 -0
- package/build/icons/svgs/calendarMonthFill.js +8 -0
- package/build/icons/svgs/calendarPlus.js +8 -0
- package/build/icons/svgs/calendarPlusFill.js +8 -0
- package/build/icons/svgs/calendarRange.js +8 -0
- package/build/icons/svgs/calendarRangeFill.js +8 -0
- package/build/icons/svgs/calendarWeek.js +8 -0
- package/build/icons/svgs/calendarWeekFill.js +8 -0
- package/build/icons/svgs/calendarX.js +8 -0
- package/build/icons/svgs/calendarXFill.js +8 -0
- package/build/icons/svgs/camera.js +8 -0
- package/build/icons/svgs/camera2.js +8 -0
- package/build/icons/svgs/cameraFill.js +8 -0
- package/build/icons/svgs/cameraReels.js +8 -0
- package/build/icons/svgs/cameraReelsFill.js +8 -0
- package/build/icons/svgs/cameraVideo.js +8 -0
- package/build/icons/svgs/cameraVideoFill.js +8 -0
- package/build/icons/svgs/cameraVideoOff.js +8 -0
- package/build/icons/svgs/cameraVideoOffFill.js +8 -0
- package/build/icons/svgs/capslock.js +8 -0
- package/build/icons/svgs/capslockFill.js +8 -0
- package/build/icons/svgs/cardChecklist.js +8 -0
- package/build/icons/svgs/cardHeading.js +8 -0
- package/build/icons/svgs/cardImage.js +8 -0
- package/build/icons/svgs/cardList.js +8 -0
- package/build/icons/svgs/cardText.js +8 -0
- package/build/icons/svgs/caretDown.js +8 -0
- package/build/icons/svgs/caretDownFill.js +8 -0
- package/build/icons/svgs/caretDownSquare.js +8 -0
- package/build/icons/svgs/caretDownSquareFill.js +8 -0
- package/build/icons/svgs/caretLeft.js +8 -0
- package/build/icons/svgs/caretLeftFill.js +8 -0
- package/build/icons/svgs/caretLeftSquare.js +8 -0
- package/build/icons/svgs/caretLeftSquareFill.js +8 -0
- package/build/icons/svgs/caretRight.js +8 -0
- package/build/icons/svgs/caretRightFill.js +8 -0
- package/build/icons/svgs/caretRightSquare.js +8 -0
- package/build/icons/svgs/caretRightSquareFill.js +8 -0
- package/build/icons/svgs/caretUp.js +8 -0
- package/build/icons/svgs/caretUpFill.js +8 -0
- package/build/icons/svgs/caretUpSquare.js +8 -0
- package/build/icons/svgs/caretUpSquareFill.js +8 -0
- package/build/icons/svgs/cart.js +8 -0
- package/build/icons/svgs/cart2.js +8 -0
- package/build/icons/svgs/cart3.js +8 -0
- package/build/icons/svgs/cart4.js +8 -0
- package/build/icons/svgs/cartCheck.js +8 -0
- package/build/icons/svgs/cartCheckFill.js +8 -0
- package/build/icons/svgs/cartDash.js +8 -0
- package/build/icons/svgs/cartDashFill.js +8 -0
- package/build/icons/svgs/cartFill.js +8 -0
- package/build/icons/svgs/cartPlus.js +8 -0
- package/build/icons/svgs/cartPlusFill.js +8 -0
- package/build/icons/svgs/cartX.js +8 -0
- package/build/icons/svgs/cartXFill.js +8 -0
- package/build/icons/svgs/cash.js +8 -0
- package/build/icons/svgs/cashCoin.js +8 -0
- package/build/icons/svgs/cashStack.js +8 -0
- package/build/icons/svgs/cast.js +8 -0
- package/build/icons/svgs/chat.js +8 -0
- package/build/icons/svgs/chatDots.js +8 -0
- package/build/icons/svgs/chatDotsFill.js +8 -0
- package/build/icons/svgs/chatFill.js +8 -0
- package/build/icons/svgs/chatHeart.js +8 -0
- package/build/icons/svgs/chatHeartFill.js +8 -0
- package/build/icons/svgs/chatLeft.js +8 -0
- package/build/icons/svgs/chatLeftDots.js +8 -0
- package/build/icons/svgs/chatLeftDotsFill.js +8 -0
- package/build/icons/svgs/chatLeftFill.js +8 -0
- package/build/icons/svgs/chatLeftHeart.js +8 -0
- package/build/icons/svgs/chatLeftHeartFill.js +8 -0
- package/build/icons/svgs/chatLeftQuote.js +8 -0
- package/build/icons/svgs/chatLeftQuoteFill.js +8 -0
- package/build/icons/svgs/chatLeftText.js +8 -0
- package/build/icons/svgs/chatLeftTextFill.js +8 -0
- package/build/icons/svgs/chatQuote.js +8 -0
- package/build/icons/svgs/chatQuoteFill.js +8 -0
- package/build/icons/svgs/chatRight.js +8 -0
- package/build/icons/svgs/chatRightDots.js +8 -0
- package/build/icons/svgs/chatRightDotsFill.js +8 -0
- package/build/icons/svgs/chatRightFill.js +8 -0
- package/build/icons/svgs/chatRightHeart.js +8 -0
- package/build/icons/svgs/chatRightHeartFill.js +8 -0
- package/build/icons/svgs/chatRightQuote.js +8 -0
- package/build/icons/svgs/chatRightQuoteFill.js +8 -0
- package/build/icons/svgs/chatRightText.js +8 -0
- package/build/icons/svgs/chatRightTextFill.js +8 -0
- package/build/icons/svgs/chatSquare.js +8 -0
- package/build/icons/svgs/chatSquareDots.js +8 -0
- package/build/icons/svgs/chatSquareDotsFill.js +8 -0
- package/build/icons/svgs/chatSquareFill.js +8 -0
- package/build/icons/svgs/chatSquareHeart.js +8 -0
- package/build/icons/svgs/chatSquareHeartFill.js +8 -0
- package/build/icons/svgs/chatSquareQuote.js +8 -0
- package/build/icons/svgs/chatSquareQuoteFill.js +8 -0
- package/build/icons/svgs/chatSquareText.js +8 -0
- package/build/icons/svgs/chatSquareTextFill.js +8 -0
- package/build/icons/svgs/chatText.js +8 -0
- package/build/icons/svgs/chatTextFill.js +8 -0
- package/build/icons/svgs/check.js +8 -0
- package/build/icons/svgs/check2.js +8 -0
- package/build/icons/svgs/check2All.js +8 -0
- package/build/icons/svgs/check2Circle.js +8 -0
- package/build/icons/svgs/check2Square.js +8 -0
- package/build/icons/svgs/checkAll.js +8 -0
- package/build/icons/svgs/checkCircle.js +8 -0
- package/build/icons/svgs/checkCircleFill.js +8 -0
- package/build/icons/svgs/checkLg.js +8 -0
- package/build/icons/svgs/checkSquare.js +8 -0
- package/build/icons/svgs/checkSquareFill.js +8 -0
- package/build/icons/svgs/chevronBarContract.js +8 -0
- package/build/icons/svgs/chevronBarDown.js +8 -0
- package/build/icons/svgs/chevronBarExpand.js +8 -0
- package/build/icons/svgs/chevronBarLeft.js +8 -0
- package/build/icons/svgs/chevronBarRight.js +8 -0
- package/build/icons/svgs/chevronBarUp.js +8 -0
- package/build/icons/svgs/chevronCompactDown.js +8 -0
- package/build/icons/svgs/chevronCompactLeft.js +8 -0
- package/build/icons/svgs/chevronCompactRight.js +8 -0
- package/build/icons/svgs/chevronCompactUp.js +8 -0
- package/build/icons/svgs/chevronContract.js +8 -0
- package/build/icons/svgs/chevronDoubleDown.js +8 -0
- package/build/icons/svgs/chevronDoubleLeft.js +8 -0
- package/build/icons/svgs/chevronDoubleRight.js +8 -0
- package/build/icons/svgs/chevronDoubleUp.js +8 -0
- package/build/icons/svgs/chevronDown.js +8 -0
- package/build/icons/svgs/chevronExpand.js +8 -0
- package/build/icons/svgs/chevronLeft.js +8 -0
- package/build/icons/svgs/chevronRight.js +8 -0
- package/build/icons/svgs/chevronUp.js +8 -0
- package/build/icons/svgs/circle.js +8 -0
- package/build/icons/svgs/circleFill.js +8 -0
- package/build/icons/svgs/circleHalf.js +8 -0
- package/build/icons/svgs/circleSquare.js +8 -0
- package/build/icons/svgs/clipboard.js +8 -0
- 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 +8 -0
- package/build/icons/svgs/clipboardCheckFill.js +8 -0
- package/build/icons/svgs/clipboardData.js +8 -0
- 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 +8 -0
- package/build/icons/svgs/clipboardMinusFill.js +8 -0
- package/build/icons/svgs/clipboardPlus.js +8 -0
- package/build/icons/svgs/clipboardPlusFill.js +8 -0
- package/build/icons/svgs/clipboardPulse.js +8 -0
- package/build/icons/svgs/clipboardX.js +8 -0
- package/build/icons/svgs/clipboardXFill.js +8 -0
- package/build/icons/svgs/clock.js +8 -0
- package/build/icons/svgs/clockFill.js +8 -0
- package/build/icons/svgs/clockHistory.js +8 -0
- package/build/icons/svgs/cloud.js +8 -0
- package/build/icons/svgs/cloudArrowDown.js +8 -0
- package/build/icons/svgs/cloudArrowDownFill.js +8 -0
- package/build/icons/svgs/cloudArrowUp.js +8 -0
- package/build/icons/svgs/cloudArrowUpFill.js +8 -0
- package/build/icons/svgs/cloudCheck.js +8 -0
- package/build/icons/svgs/cloudCheckFill.js +8 -0
- package/build/icons/svgs/cloudDownload.js +8 -0
- package/build/icons/svgs/cloudDownloadFill.js +8 -0
- package/build/icons/svgs/cloudDrizzle.js +8 -0
- package/build/icons/svgs/cloudDrizzleFill.js +8 -0
- package/build/icons/svgs/cloudFill.js +8 -0
- package/build/icons/svgs/cloudFog.js +8 -0
- package/build/icons/svgs/cloudFog2.js +8 -0
- package/build/icons/svgs/cloudFog2Fill.js +8 -0
- package/build/icons/svgs/cloudFogFill.js +8 -0
- package/build/icons/svgs/cloudHail.js +8 -0
- package/build/icons/svgs/cloudHailFill.js +8 -0
- package/build/icons/svgs/cloudHaze.js +8 -0
- package/build/icons/svgs/cloudHaze2.js +8 -0
- package/build/icons/svgs/cloudHaze2Fill.js +8 -0
- package/build/icons/svgs/cloudHazeFill.js +8 -0
- package/build/icons/svgs/cloudLightning.js +8 -0
- package/build/icons/svgs/cloudLightningFill.js +8 -0
- package/build/icons/svgs/cloudLightningRain.js +8 -0
- package/build/icons/svgs/cloudLightningRainFill.js +8 -0
- package/build/icons/svgs/cloudMinus.js +8 -0
- package/build/icons/svgs/cloudMinusFill.js +8 -0
- package/build/icons/svgs/cloudMoon.js +8 -0
- package/build/icons/svgs/cloudMoonFill.js +8 -0
- package/build/icons/svgs/cloudPlus.js +8 -0
- package/build/icons/svgs/cloudPlusFill.js +8 -0
- package/build/icons/svgs/cloudRain.js +8 -0
- package/build/icons/svgs/cloudRainFill.js +8 -0
- package/build/icons/svgs/cloudRainHeavy.js +8 -0
- package/build/icons/svgs/cloudRainHeavyFill.js +8 -0
- package/build/icons/svgs/cloudSlash.js +8 -0
- package/build/icons/svgs/cloudSlashFill.js +8 -0
- package/build/icons/svgs/cloudSleet.js +8 -0
- package/build/icons/svgs/cloudSleetFill.js +8 -0
- package/build/icons/svgs/cloudSnow.js +8 -0
- package/build/icons/svgs/cloudSnowFill.js +8 -0
- package/build/icons/svgs/cloudSun.js +8 -0
- package/build/icons/svgs/cloudSunFill.js +8 -0
- package/build/icons/svgs/cloudUpload.js +8 -0
- package/build/icons/svgs/cloudUploadFill.js +8 -0
- package/build/icons/svgs/clouds.js +8 -0
- package/build/icons/svgs/cloudsFill.js +8 -0
- package/build/icons/svgs/cloudy.js +8 -0
- package/build/icons/svgs/cloudyFill.js +8 -0
- package/build/icons/svgs/code.js +8 -0
- package/build/icons/svgs/codeSlash.js +8 -0
- package/build/icons/svgs/codeSquare.js +8 -0
- package/build/icons/svgs/coin.js +8 -0
- package/build/icons/svgs/collection.js +8 -0
- package/build/icons/svgs/collectionFill.js +8 -0
- package/build/icons/svgs/collectionPlay.js +8 -0
- package/build/icons/svgs/collectionPlayFill.js +8 -0
- package/build/icons/svgs/columns.js +8 -0
- package/build/icons/svgs/columnsGap.js +8 -0
- package/build/icons/svgs/command.js +8 -0
- package/build/icons/svgs/compass.js +8 -0
- package/build/icons/svgs/compassFill.js +8 -0
- package/build/icons/svgs/cone.js +8 -0
- package/build/icons/svgs/coneStriped.js +8 -0
- package/build/icons/svgs/controller.js +8 -0
- package/build/icons/svgs/cpu.js +8 -0
- package/build/icons/svgs/cpuFill.js +8 -0
- package/build/icons/svgs/creditCard.js +8 -0
- package/build/icons/svgs/creditCard2Back.js +8 -0
- package/build/icons/svgs/creditCard2BackFill.js +8 -0
- package/build/icons/svgs/creditCard2Front.js +8 -0
- package/build/icons/svgs/creditCard2FrontFill.js +8 -0
- package/build/icons/svgs/creditCardFill.js +8 -0
- package/build/icons/svgs/crop.js +8 -0
- package/build/icons/svgs/cup.js +8 -0
- package/build/icons/svgs/cupFill.js +8 -0
- package/build/icons/svgs/cupStraw.js +8 -0
- package/build/icons/svgs/currencyBitcoin.js +8 -0
- package/build/icons/svgs/currencyDollar.js +8 -0
- package/build/icons/svgs/currencyEuro.js +8 -0
- package/build/icons/svgs/currencyExchange.js +8 -0
- package/build/icons/svgs/currencyPound.js +8 -0
- package/build/icons/svgs/currencyYen.js +8 -0
- package/build/icons/svgs/cursor.js +8 -0
- package/build/icons/svgs/cursorFill.js +8 -0
- package/build/icons/svgs/cursorText.js +8 -0
- package/build/icons/svgs/dash.js +8 -0
- package/build/icons/svgs/dashCircle.js +8 -0
- package/build/icons/svgs/dashCircleDotted.js +8 -0
- package/build/icons/svgs/dashCircleFill.js +8 -0
- package/build/icons/svgs/dashLg.js +8 -0
- package/build/icons/svgs/dashSquare.js +8 -0
- package/build/icons/svgs/dashSquareDotted.js +8 -0
- package/build/icons/svgs/dashSquareFill.js +8 -0
- package/build/icons/svgs/deviceHdd.js +8 -0
- package/build/icons/svgs/deviceHddFill.js +8 -0
- package/build/icons/svgs/deviceSsd.js +8 -0
- package/build/icons/svgs/deviceSsdFill.js +8 -0
- package/build/icons/svgs/diagram2.js +8 -0
- package/build/icons/svgs/diagram2Fill.js +8 -0
- package/build/icons/svgs/diagram3.js +8 -0
- package/build/icons/svgs/diagram3Fill.js +8 -0
- package/build/icons/svgs/diamond.js +8 -0
- package/build/icons/svgs/diamondFill.js +8 -0
- package/build/icons/svgs/diamondHalf.js +8 -0
- package/build/icons/svgs/dice1.js +8 -0
- package/build/icons/svgs/dice1Fill.js +8 -0
- package/build/icons/svgs/dice2.js +8 -0
- package/build/icons/svgs/dice2Fill.js +8 -0
- package/build/icons/svgs/dice3.js +8 -0
- package/build/icons/svgs/dice3Fill.js +8 -0
- package/build/icons/svgs/dice4.js +8 -0
- package/build/icons/svgs/dice4Fill.js +8 -0
- package/build/icons/svgs/dice5.js +8 -0
- package/build/icons/svgs/dice5Fill.js +8 -0
- package/build/icons/svgs/dice6.js +8 -0
- package/build/icons/svgs/dice6Fill.js +8 -0
- package/build/icons/svgs/disc.js +8 -0
- package/build/icons/svgs/discFill.js +8 -0
- package/build/icons/svgs/discord.js +8 -0
- package/build/icons/svgs/display.js +8 -0
- package/build/icons/svgs/displayFill.js +8 -0
- package/build/icons/svgs/displayport.js +8 -0
- package/build/icons/svgs/displayportFill.js +8 -0
- package/build/icons/svgs/distributeHorizontal.js +8 -0
- package/build/icons/svgs/distributeVertical.js +8 -0
- package/build/icons/svgs/doorClosed.js +8 -0
- package/build/icons/svgs/doorClosedFill.js +8 -0
- package/build/icons/svgs/doorOpen.js +8 -0
- package/build/icons/svgs/doorOpenFill.js +8 -0
- package/build/icons/svgs/dot.js +8 -0
- package/build/icons/svgs/download.js +8 -0
- package/build/icons/svgs/dpad.js +8 -0
- package/build/icons/svgs/dpadFill.js +8 -0
- package/build/icons/svgs/dribbble.js +8 -0
- package/build/icons/svgs/droplet.js +8 -0
- package/build/icons/svgs/dropletFill.js +8 -0
- package/build/icons/svgs/dropletHalf.js +8 -0
- package/build/icons/svgs/ear.js +8 -0
- package/build/icons/svgs/earFill.js +8 -0
- package/build/icons/svgs/earbuds.js +8 -0
- package/build/icons/svgs/easel.js +8 -0
- package/build/icons/svgs/easel2.js +8 -0
- package/build/icons/svgs/easel2Fill.js +8 -0
- package/build/icons/svgs/easel3.js +8 -0
- package/build/icons/svgs/easel3Fill.js +8 -0
- package/build/icons/svgs/easelFill.js +8 -0
- package/build/icons/svgs/egg.js +8 -0
- package/build/icons/svgs/eggFill.js +8 -0
- package/build/icons/svgs/eggFried.js +8 -0
- package/build/icons/svgs/eject.js +8 -0
- package/build/icons/svgs/ejectFill.js +8 -0
- package/build/icons/svgs/emojiAngry.js +8 -0
- package/build/icons/svgs/emojiAngryFill.js +8 -0
- package/build/icons/svgs/emojiDizzy.js +8 -0
- package/build/icons/svgs/emojiDizzyFill.js +8 -0
- package/build/icons/svgs/emojiExpressionless.js +8 -0
- package/build/icons/svgs/emojiExpressionlessFill.js +8 -0
- package/build/icons/svgs/emojiFrown.js +8 -0
- package/build/icons/svgs/emojiFrownFill.js +8 -0
- package/build/icons/svgs/emojiHeartEyes.js +8 -0
- package/build/icons/svgs/emojiHeartEyesFill.js +8 -0
- package/build/icons/svgs/emojiKiss.js +8 -0
- package/build/icons/svgs/emojiKissFill.js +8 -0
- package/build/icons/svgs/emojiLaughing.js +8 -0
- package/build/icons/svgs/emojiLaughingFill.js +8 -0
- package/build/icons/svgs/emojiNeutral.js +8 -0
- package/build/icons/svgs/emojiNeutralFill.js +8 -0
- package/build/icons/svgs/emojiSmile.js +8 -0
- package/build/icons/svgs/emojiSmileFill.js +8 -0
- package/build/icons/svgs/emojiSmileUpsideDown.js +8 -0
- package/build/icons/svgs/emojiSmileUpsideDownFill.js +8 -0
- package/build/icons/svgs/emojiSunglasses.js +8 -0
- package/build/icons/svgs/emojiSunglassesFill.js +8 -0
- package/build/icons/svgs/emojiWink.js +8 -0
- package/build/icons/svgs/emojiWinkFill.js +8 -0
- package/build/icons/svgs/envelope.js +8 -0
- package/build/icons/svgs/envelopeCheck.js +8 -0
- package/build/icons/svgs/envelopeCheckFill.js +8 -0
- package/build/icons/svgs/envelopeDash.js +8 -0
- package/build/icons/svgs/envelopeDashFill.js +8 -0
- package/build/icons/svgs/envelopeExclamation.js +8 -0
- package/build/icons/svgs/envelopeExclamationFill.js +8 -0
- package/build/icons/svgs/envelopeFill.js +8 -0
- package/build/icons/svgs/envelopeHeart.js +8 -0
- package/build/icons/svgs/envelopeHeartFill.js +8 -0
- package/build/icons/svgs/envelopeOpen.js +8 -0
- package/build/icons/svgs/envelopeOpenFill.js +8 -0
- 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 +8 -0
- package/build/icons/svgs/envelopePlusFill.js +8 -0
- package/build/icons/svgs/envelopeSlash.js +8 -0
- package/build/icons/svgs/envelopeSlashFill.js +8 -0
- package/build/icons/svgs/envelopeX.js +8 -0
- package/build/icons/svgs/envelopeXFill.js +8 -0
- package/build/icons/svgs/eraser.js +8 -0
- package/build/icons/svgs/eraserFill.js +8 -0
- package/build/icons/svgs/ethernet.js +8 -0
- package/build/icons/svgs/exclamation.js +8 -0
- package/build/icons/svgs/exclamationCircle.js +8 -0
- package/build/icons/svgs/exclamationCircleFill.js +8 -0
- package/build/icons/svgs/exclamationDiamond.js +8 -0
- package/build/icons/svgs/exclamationDiamondFill.js +8 -0
- package/build/icons/svgs/exclamationLg.js +8 -0
- package/build/icons/svgs/exclamationOctagon.js +8 -0
- package/build/icons/svgs/exclamationOctagonFill.js +8 -0
- package/build/icons/svgs/exclamationSquare.js +8 -0
- package/build/icons/svgs/exclamationSquareFill.js +8 -0
- package/build/icons/svgs/exclamationTriangle.js +8 -0
- package/build/icons/svgs/exclamationTriangleFill.js +8 -0
- package/build/icons/svgs/exclude.js +8 -0
- package/build/icons/svgs/explicit.js +8 -0
- package/build/icons/svgs/explicitFill.js +8 -0
- package/build/icons/svgs/eye.js +8 -0
- package/build/icons/svgs/eyeFill.js +8 -0
- package/build/icons/svgs/eyeSlash.js +8 -0
- package/build/icons/svgs/eyeSlashFill.js +8 -0
- package/build/icons/svgs/eyedropper.js +8 -0
- package/build/icons/svgs/eyeglasses.js +8 -0
- package/build/icons/svgs/facebook.js +8 -0
- package/build/icons/svgs/fan.js +8 -0
- package/build/icons/svgs/file.js +8 -0
- package/build/icons/svgs/fileArrowDown.js +8 -0
- package/build/icons/svgs/fileArrowDownFill.js +8 -0
- package/build/icons/svgs/fileArrowUp.js +8 -0
- package/build/icons/svgs/fileArrowUpFill.js +8 -0
- package/build/icons/svgs/fileBarGraph.js +8 -0
- package/build/icons/svgs/fileBarGraphFill.js +8 -0
- package/build/icons/svgs/fileBinary.js +8 -0
- package/build/icons/svgs/fileBinaryFill.js +8 -0
- package/build/icons/svgs/fileBreak.js +8 -0
- package/build/icons/svgs/fileBreakFill.js +8 -0
- package/build/icons/svgs/fileCheck.js +8 -0
- package/build/icons/svgs/fileCheckFill.js +8 -0
- package/build/icons/svgs/fileCode.js +8 -0
- package/build/icons/svgs/fileCodeFill.js +8 -0
- package/build/icons/svgs/fileDiff.js +8 -0
- package/build/icons/svgs/fileDiffFill.js +8 -0
- package/build/icons/svgs/fileEarmark.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowDown.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowDownFill.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowUp.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowUpFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBarGraph.js +8 -0
- package/build/icons/svgs/fileEarmarkBarGraphFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBinary.js +8 -0
- package/build/icons/svgs/fileEarmarkBinaryFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBreak.js +8 -0
- package/build/icons/svgs/fileEarmarkBreakFill.js +8 -0
- package/build/icons/svgs/fileEarmarkCheck.js +8 -0
- package/build/icons/svgs/fileEarmarkCheckFill.js +8 -0
- package/build/icons/svgs/fileEarmarkCode.js +8 -0
- package/build/icons/svgs/fileEarmarkCodeFill.js +8 -0
- package/build/icons/svgs/fileEarmarkDiff.js +8 -0
- package/build/icons/svgs/fileEarmarkDiffFill.js +8 -0
- package/build/icons/svgs/fileEarmarkEasel.js +8 -0
- package/build/icons/svgs/fileEarmarkEaselFill.js +8 -0
- package/build/icons/svgs/fileEarmarkExcel.js +8 -0
- package/build/icons/svgs/fileEarmarkExcelFill.js +8 -0
- package/build/icons/svgs/fileEarmarkFill.js +8 -0
- package/build/icons/svgs/fileEarmarkFont.js +8 -0
- package/build/icons/svgs/fileEarmarkFontFill.js +8 -0
- package/build/icons/svgs/fileEarmarkImage.js +8 -0
- package/build/icons/svgs/fileEarmarkImageFill.js +8 -0
- package/build/icons/svgs/fileEarmarkLock.js +8 -0
- package/build/icons/svgs/fileEarmarkLock2.js +8 -0
- package/build/icons/svgs/fileEarmarkLock2Fill.js +8 -0
- package/build/icons/svgs/fileEarmarkLockFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMedical.js +8 -0
- package/build/icons/svgs/fileEarmarkMedicalFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMinus.js +8 -0
- package/build/icons/svgs/fileEarmarkMinusFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMusic.js +8 -0
- package/build/icons/svgs/fileEarmarkMusicFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPdf.js +8 -0
- package/build/icons/svgs/fileEarmarkPdfFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPerson.js +8 -0
- package/build/icons/svgs/fileEarmarkPersonFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPlay.js +8 -0
- package/build/icons/svgs/fileEarmarkPlayFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPlus.js +8 -0
- package/build/icons/svgs/fileEarmarkPlusFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPost.js +8 -0
- package/build/icons/svgs/fileEarmarkPostFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPpt.js +8 -0
- package/build/icons/svgs/fileEarmarkPptFill.js +8 -0
- package/build/icons/svgs/fileEarmarkRichtext.js +8 -0
- package/build/icons/svgs/fileEarmarkRichtextFill.js +8 -0
- package/build/icons/svgs/fileEarmarkRuled.js +8 -0
- package/build/icons/svgs/fileEarmarkRuledFill.js +8 -0
- package/build/icons/svgs/fileEarmarkSlides.js +8 -0
- package/build/icons/svgs/fileEarmarkSlidesFill.js +8 -0
- package/build/icons/svgs/fileEarmarkSpreadsheet.js +8 -0
- package/build/icons/svgs/fileEarmarkSpreadsheetFill.js +8 -0
- package/build/icons/svgs/fileEarmarkText.js +8 -0
- package/build/icons/svgs/fileEarmarkTextFill.js +8 -0
- package/build/icons/svgs/fileEarmarkWord.js +8 -0
- package/build/icons/svgs/fileEarmarkWordFill.js +8 -0
- package/build/icons/svgs/fileEarmarkX.js +8 -0
- package/build/icons/svgs/fileEarmarkXFill.js +8 -0
- package/build/icons/svgs/fileEarmarkZip.js +8 -0
- package/build/icons/svgs/fileEarmarkZipFill.js +8 -0
- package/build/icons/svgs/fileEasel.js +8 -0
- package/build/icons/svgs/fileEaselFill.js +8 -0
- package/build/icons/svgs/fileExcel.js +8 -0
- package/build/icons/svgs/fileExcelFill.js +8 -0
- package/build/icons/svgs/fileFill.js +8 -0
- package/build/icons/svgs/fileFont.js +8 -0
- package/build/icons/svgs/fileFontFill.js +8 -0
- package/build/icons/svgs/fileImage.js +8 -0
- package/build/icons/svgs/fileImageFill.js +8 -0
- package/build/icons/svgs/fileLock.js +8 -0
- package/build/icons/svgs/fileLock2.js +8 -0
- package/build/icons/svgs/fileLock2Fill.js +8 -0
- package/build/icons/svgs/fileLockFill.js +8 -0
- package/build/icons/svgs/fileMedical.js +8 -0
- package/build/icons/svgs/fileMedicalFill.js +8 -0
- package/build/icons/svgs/fileMinus.js +8 -0
- package/build/icons/svgs/fileMinusFill.js +8 -0
- package/build/icons/svgs/fileMusic.js +8 -0
- package/build/icons/svgs/fileMusicFill.js +8 -0
- package/build/icons/svgs/filePdf.js +8 -0
- package/build/icons/svgs/filePdfFill.js +8 -0
- package/build/icons/svgs/filePerson.js +8 -0
- package/build/icons/svgs/filePersonFill.js +8 -0
- package/build/icons/svgs/filePlay.js +8 -0
- package/build/icons/svgs/filePlayFill.js +8 -0
- package/build/icons/svgs/filePlus.js +8 -0
- package/build/icons/svgs/filePlusFill.js +8 -0
- package/build/icons/svgs/filePost.js +8 -0
- package/build/icons/svgs/filePostFill.js +8 -0
- package/build/icons/svgs/filePpt.js +8 -0
- package/build/icons/svgs/filePptFill.js +8 -0
- package/build/icons/svgs/fileRichtext.js +8 -0
- package/build/icons/svgs/fileRichtextFill.js +8 -0
- package/build/icons/svgs/fileRuled.js +8 -0
- package/build/icons/svgs/fileRuledFill.js +8 -0
- package/build/icons/svgs/fileSlides.js +8 -0
- package/build/icons/svgs/fileSlidesFill.js +8 -0
- package/build/icons/svgs/fileSpreadsheet.js +8 -0
- package/build/icons/svgs/fileSpreadsheetFill.js +8 -0
- package/build/icons/svgs/fileText.js +8 -0
- package/build/icons/svgs/fileTextFill.js +8 -0
- package/build/icons/svgs/fileWord.js +8 -0
- package/build/icons/svgs/fileWordFill.js +8 -0
- package/build/icons/svgs/fileX.js +8 -0
- package/build/icons/svgs/fileXFill.js +8 -0
- package/build/icons/svgs/fileZip.js +8 -0
- package/build/icons/svgs/fileZipFill.js +8 -0
- package/build/icons/svgs/files.js +8 -0
- package/build/icons/svgs/filesAlt.js +8 -0
- 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 +8 -0
- package/build/icons/svgs/filter.js +8 -0
- package/build/icons/svgs/filterCircle.js +8 -0
- package/build/icons/svgs/filterCircleFill.js +8 -0
- package/build/icons/svgs/filterLeft.js +8 -0
- package/build/icons/svgs/filterRight.js +8 -0
- package/build/icons/svgs/filterSquare.js +8 -0
- package/build/icons/svgs/filterSquareFill.js +8 -0
- package/build/icons/svgs/fingerprint.js +8 -0
- package/build/icons/svgs/flag.js +8 -0
- package/build/icons/svgs/flagFill.js +8 -0
- package/build/icons/svgs/flower1.js +8 -0
- package/build/icons/svgs/flower2.js +8 -0
- package/build/icons/svgs/flower3.js +8 -0
- package/build/icons/svgs/folder.js +8 -0
- package/build/icons/svgs/folder2.js +8 -0
- package/build/icons/svgs/folder2Open.js +8 -0
- package/build/icons/svgs/folderCheck.js +8 -0
- package/build/icons/svgs/folderFill.js +8 -0
- package/build/icons/svgs/folderMinus.js +8 -0
- package/build/icons/svgs/folderPlus.js +8 -0
- package/build/icons/svgs/folderSymlink.js +8 -0
- package/build/icons/svgs/folderSymlinkFill.js +8 -0
- package/build/icons/svgs/folderX.js +8 -0
- package/build/icons/svgs/fonts.js +8 -0
- package/build/icons/svgs/forward.js +8 -0
- package/build/icons/svgs/forwardFill.js +8 -0
- package/build/icons/svgs/front.js +8 -0
- package/build/icons/svgs/fullscreen.js +8 -0
- package/build/icons/svgs/fullscreenExit.js +8 -0
- package/build/icons/svgs/funnel.js +8 -0
- package/build/icons/svgs/funnelFill.js +8 -0
- package/build/icons/svgs/gear.js +8 -0
- package/build/icons/svgs/gearFill.js +8 -0
- package/build/icons/svgs/gearWide.js +8 -0
- package/build/icons/svgs/gearWideConnected.js +8 -0
- package/build/icons/svgs/gem.js +8 -0
- package/build/icons/svgs/genderAmbiguous.js +8 -0
- package/build/icons/svgs/genderFemale.js +8 -0
- package/build/icons/svgs/genderMale.js +8 -0
- package/build/icons/svgs/genderTrans.js +8 -0
- package/build/icons/svgs/geo.js +8 -0
- package/build/icons/svgs/geoAlt.js +8 -0
- package/build/icons/svgs/geoAltFill.js +8 -0
- package/build/icons/svgs/geoFill.js +8 -0
- package/build/icons/svgs/gift.js +8 -0
- package/build/icons/svgs/giftFill.js +8 -0
- package/build/icons/svgs/git.js +8 -0
- package/build/icons/svgs/github.js +8 -0
- package/build/icons/svgs/globe.js +8 -0
- package/build/icons/svgs/globe2.js +8 -0
- package/build/icons/svgs/google.js +8 -0
- package/build/icons/svgs/gpuCard.js +8 -0
- package/build/icons/svgs/graphDown.js +8 -0
- package/build/icons/svgs/graphDownArrow.js +8 -0
- package/build/icons/svgs/graphUp.js +8 -0
- package/build/icons/svgs/graphUpArrow.js +8 -0
- package/build/icons/svgs/grid.js +8 -0
- package/build/icons/svgs/grid1x2.js +8 -0
- package/build/icons/svgs/grid1x2Fill.js +8 -0
- package/build/icons/svgs/grid3x2.js +8 -0
- package/build/icons/svgs/grid3x2Gap.js +8 -0
- package/build/icons/svgs/grid3x2GapFill.js +8 -0
- package/build/icons/svgs/grid3x3.js +8 -0
- package/build/icons/svgs/grid3x3Gap.js +8 -0
- package/build/icons/svgs/grid3x3GapFill.js +8 -0
- package/build/icons/svgs/gridFill.js +8 -0
- package/build/icons/svgs/gripHorizontal.js +8 -0
- package/build/icons/svgs/gripVertical.js +8 -0
- package/build/icons/svgs/hammer.js +8 -0
- package/build/icons/svgs/handIndex.js +8 -0
- package/build/icons/svgs/handIndexFill.js +8 -0
- package/build/icons/svgs/handIndexThumb.js +8 -0
- package/build/icons/svgs/handIndexThumbFill.js +8 -0
- package/build/icons/svgs/handThumbsDown.js +8 -0
- package/build/icons/svgs/handThumbsDownFill.js +8 -0
- package/build/icons/svgs/handThumbsUp.js +8 -0
- package/build/icons/svgs/handThumbsUpFill.js +8 -0
- package/build/icons/svgs/handbag.js +8 -0
- package/build/icons/svgs/handbagFill.js +8 -0
- package/build/icons/svgs/hash.js +8 -0
- package/build/icons/svgs/hdd.js +8 -0
- package/build/icons/svgs/hddFill.js +8 -0
- package/build/icons/svgs/hddNetwork.js +8 -0
- package/build/icons/svgs/hddNetworkFill.js +8 -0
- package/build/icons/svgs/hddRack.js +8 -0
- package/build/icons/svgs/hddRackFill.js +8 -0
- package/build/icons/svgs/hddStack.js +8 -0
- package/build/icons/svgs/hddStackFill.js +8 -0
- package/build/icons/svgs/hdmi.js +8 -0
- package/build/icons/svgs/hdmiFill.js +8 -0
- package/build/icons/svgs/headphones.js +8 -0
- package/build/icons/svgs/headset.js +8 -0
- package/build/icons/svgs/headsetVr.js +8 -0
- package/build/icons/svgs/heart.js +8 -0
- package/build/icons/svgs/heartArrow.js +8 -0
- package/build/icons/svgs/heartFill.js +8 -0
- package/build/icons/svgs/heartHalf.js +8 -0
- 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 +8 -0
- package/build/icons/svgs/heptagonFill.js +8 -0
- package/build/icons/svgs/heptagonHalf.js +8 -0
- package/build/icons/svgs/hexagon.js +8 -0
- package/build/icons/svgs/hexagonFill.js +8 -0
- package/build/icons/svgs/hexagonHalf.js +8 -0
- package/build/icons/svgs/hospital.js +8 -0
- package/build/icons/svgs/hospitalFill.js +8 -0
- package/build/icons/svgs/hourglass.js +8 -0
- package/build/icons/svgs/hourglassBottom.js +8 -0
- package/build/icons/svgs/hourglassSplit.js +8 -0
- package/build/icons/svgs/hourglassTop.js +8 -0
- package/build/icons/svgs/house.js +8 -0
- package/build/icons/svgs/houseDoor.js +8 -0
- package/build/icons/svgs/houseDoorFill.js +8 -0
- package/build/icons/svgs/houseFill.js +8 -0
- package/build/icons/svgs/houseHeart.js +8 -0
- package/build/icons/svgs/houseHeartFill.js +8 -0
- package/build/icons/svgs/hr.js +8 -0
- package/build/icons/svgs/hurricane.js +8 -0
- package/build/icons/svgs/hypnotize.js +8 -0
- package/build/icons/svgs/image.js +8 -0
- package/build/icons/svgs/imageAlt.js +8 -0
- package/build/icons/svgs/imageFill.js +8 -0
- package/build/icons/svgs/images.js +8 -0
- package/build/icons/svgs/inbox.js +8 -0
- package/build/icons/svgs/inboxFill.js +8 -0
- package/build/icons/svgs/inboxes.js +8 -0
- package/build/icons/svgs/inboxesFill.js +8 -0
- package/build/icons/svgs/incognito.js +8 -0
- package/build/icons/svgs/index.d.ts +3336 -0
- package/build/icons/svgs/index.js +1680 -0
- package/build/icons/svgs/infinity.js +8 -0
- package/build/icons/svgs/info.js +8 -0
- package/build/icons/svgs/infoCircle.js +8 -0
- package/build/icons/svgs/infoCircleFill.js +8 -0
- package/build/icons/svgs/infoLg.js +8 -0
- package/build/icons/svgs/infoSquare.js +8 -0
- package/build/icons/svgs/infoSquareFill.js +8 -0
- package/build/icons/svgs/inputCursor.js +8 -0
- package/build/icons/svgs/inputCursorText.js +8 -0
- package/build/icons/svgs/instagram.js +8 -0
- package/build/icons/svgs/intersect.js +8 -0
- package/build/icons/svgs/journal.js +8 -0
- package/build/icons/svgs/journalAlbum.js +8 -0
- package/build/icons/svgs/journalArrowDown.js +8 -0
- package/build/icons/svgs/journalArrowUp.js +8 -0
- package/build/icons/svgs/journalBookmark.js +8 -0
- package/build/icons/svgs/journalBookmarkFill.js +8 -0
- package/build/icons/svgs/journalCheck.js +8 -0
- package/build/icons/svgs/journalCode.js +8 -0
- package/build/icons/svgs/journalMedical.js +8 -0
- package/build/icons/svgs/journalMinus.js +8 -0
- package/build/icons/svgs/journalPlus.js +8 -0
- package/build/icons/svgs/journalRichtext.js +8 -0
- package/build/icons/svgs/journalText.js +8 -0
- package/build/icons/svgs/journalX.js +8 -0
- package/build/icons/svgs/journals.js +8 -0
- package/build/icons/svgs/joystick.js +8 -0
- package/build/icons/svgs/justify.js +8 -0
- package/build/icons/svgs/justifyLeft.js +8 -0
- package/build/icons/svgs/justifyRight.js +8 -0
- package/build/icons/svgs/kanban.js +8 -0
- package/build/icons/svgs/kanbanFill.js +8 -0
- package/build/icons/svgs/key.js +8 -0
- package/build/icons/svgs/keyFill.js +8 -0
- package/build/icons/svgs/keyboard.js +8 -0
- package/build/icons/svgs/keyboardFill.js +8 -0
- package/build/icons/svgs/ladder.js +8 -0
- package/build/icons/svgs/lamp.js +8 -0
- package/build/icons/svgs/lampFill.js +8 -0
- package/build/icons/svgs/laptop.js +8 -0
- package/build/icons/svgs/laptopFill.js +8 -0
- package/build/icons/svgs/layerBackward.js +8 -0
- package/build/icons/svgs/layerForward.js +8 -0
- package/build/icons/svgs/layers.js +8 -0
- package/build/icons/svgs/layersFill.js +8 -0
- package/build/icons/svgs/layersHalf.js +8 -0
- package/build/icons/svgs/layoutSidebar.js +8 -0
- package/build/icons/svgs/layoutSidebarInset.js +8 -0
- package/build/icons/svgs/layoutSidebarInsetReverse.js +8 -0
- package/build/icons/svgs/layoutSidebarReverse.js +8 -0
- package/build/icons/svgs/layoutSplit.js +8 -0
- package/build/icons/svgs/layoutTextSidebar.js +8 -0
- package/build/icons/svgs/layoutTextSidebarReverse.js +8 -0
- package/build/icons/svgs/layoutTextWindow.js +8 -0
- package/build/icons/svgs/layoutTextWindowReverse.js +8 -0
- package/build/icons/svgs/layoutThreeColumns.js +8 -0
- package/build/icons/svgs/layoutWtf.js +8 -0
- package/build/icons/svgs/lifePreserver.js +8 -0
- package/build/icons/svgs/lightbulb.js +8 -0
- package/build/icons/svgs/lightbulbFill.js +8 -0
- package/build/icons/svgs/lightbulbOff.js +8 -0
- package/build/icons/svgs/lightbulbOffFill.js +8 -0
- package/build/icons/svgs/lightning.js +8 -0
- package/build/icons/svgs/lightningCharge.js +8 -0
- package/build/icons/svgs/lightningChargeFill.js +8 -0
- package/build/icons/svgs/lightningFill.js +8 -0
- package/build/icons/svgs/line.js +8 -0
- package/build/icons/svgs/link.js +8 -0
- package/build/icons/svgs/link45deg.js +8 -0
- package/build/icons/svgs/linkedin.js +8 -0
- package/build/icons/svgs/list.js +8 -0
- package/build/icons/svgs/listCheck.js +8 -0
- package/build/icons/svgs/listColumns.js +8 -0
- package/build/icons/svgs/listColumnsReverse.js +8 -0
- package/build/icons/svgs/listNested.js +8 -0
- package/build/icons/svgs/listOl.js +8 -0
- package/build/icons/svgs/listStars.js +8 -0
- package/build/icons/svgs/listTask.js +8 -0
- package/build/icons/svgs/listUl.js +8 -0
- package/build/icons/svgs/lock.js +8 -0
- package/build/icons/svgs/lockFill.js +8 -0
- package/build/icons/svgs/magic.js +8 -0
- package/build/icons/svgs/magnet.js +8 -0
- package/build/icons/svgs/magnetFill.js +8 -0
- package/build/icons/svgs/mailbox.js +8 -0
- package/build/icons/svgs/mailbox2.js +8 -0
- package/build/icons/svgs/map.js +8 -0
- package/build/icons/svgs/mapFill.js +8 -0
- package/build/icons/svgs/markdown.js +8 -0
- package/build/icons/svgs/markdownFill.js +8 -0
- package/build/icons/svgs/mask.js +8 -0
- package/build/icons/svgs/mastodon.js +8 -0
- package/build/icons/svgs/medium.js +8 -0
- package/build/icons/svgs/megaphone.js +8 -0
- package/build/icons/svgs/megaphoneFill.js +8 -0
- package/build/icons/svgs/memory.js +8 -0
- package/build/icons/svgs/menuApp.js +8 -0
- package/build/icons/svgs/menuAppFill.js +8 -0
- package/build/icons/svgs/menuButton.js +8 -0
- package/build/icons/svgs/menuButtonFill.js +8 -0
- package/build/icons/svgs/menuButtonWide.js +8 -0
- package/build/icons/svgs/menuButtonWideFill.js +8 -0
- package/build/icons/svgs/menuDown.js +8 -0
- package/build/icons/svgs/menuUp.js +8 -0
- package/build/icons/svgs/messenger.js +8 -0
- package/build/icons/svgs/meta.js +8 -0
- package/build/icons/svgs/mic.js +8 -0
- package/build/icons/svgs/micFill.js +8 -0
- package/build/icons/svgs/micMute.js +8 -0
- package/build/icons/svgs/micMuteFill.js +8 -0
- package/build/icons/svgs/microsoft.js +8 -0
- package/build/icons/svgs/minecart.js +8 -0
- package/build/icons/svgs/minecartLoaded.js +8 -0
- package/build/icons/svgs/modem.js +8 -0
- package/build/icons/svgs/modemFill.js +8 -0
- package/build/icons/svgs/moisture.js +8 -0
- package/build/icons/svgs/moon.js +8 -0
- package/build/icons/svgs/moonFill.js +8 -0
- package/build/icons/svgs/moonStars.js +8 -0
- package/build/icons/svgs/moonStarsFill.js +8 -0
- package/build/icons/svgs/mortarboard.js +8 -0
- package/build/icons/svgs/mortarboardFill.js +8 -0
- package/build/icons/svgs/motherboard.js +8 -0
- package/build/icons/svgs/motherboardFill.js +8 -0
- package/build/icons/svgs/mouse.js +8 -0
- package/build/icons/svgs/mouse2.js +8 -0
- package/build/icons/svgs/mouse2Fill.js +8 -0
- package/build/icons/svgs/mouse3.js +8 -0
- package/build/icons/svgs/mouse3Fill.js +8 -0
- package/build/icons/svgs/mouseFill.js +8 -0
- package/build/icons/svgs/musicNote.js +8 -0
- package/build/icons/svgs/musicNoteBeamed.js +8 -0
- package/build/icons/svgs/musicNoteList.js +8 -0
- package/build/icons/svgs/musicPlayer.js +8 -0
- package/build/icons/svgs/musicPlayerFill.js +8 -0
- package/build/icons/svgs/newspaper.js +8 -0
- package/build/icons/svgs/nintendoSwitch.js +8 -0
- package/build/icons/svgs/nodeMinus.js +8 -0
- package/build/icons/svgs/nodeMinusFill.js +8 -0
- package/build/icons/svgs/nodePlus.js +8 -0
- package/build/icons/svgs/nodePlusFill.js +8 -0
- package/build/icons/svgs/nut.js +8 -0
- package/build/icons/svgs/nutFill.js +8 -0
- package/build/icons/svgs/octagon.js +8 -0
- package/build/icons/svgs/octagonFill.js +8 -0
- package/build/icons/svgs/octagonHalf.js +8 -0
- package/build/icons/svgs/opticalAudio.js +8 -0
- package/build/icons/svgs/opticalAudioFill.js +8 -0
- package/build/icons/svgs/option.js +8 -0
- package/build/icons/svgs/outlet.js +8 -0
- package/build/icons/svgs/paintBucket.js +8 -0
- package/build/icons/svgs/palette.js +8 -0
- package/build/icons/svgs/palette2.js +8 -0
- package/build/icons/svgs/paletteFill.js +8 -0
- package/build/icons/svgs/paperclip.js +8 -0
- package/build/icons/svgs/paragraph.js +8 -0
- package/build/icons/svgs/patchCheck.js +8 -0
- package/build/icons/svgs/patchCheckFill.js +8 -0
- package/build/icons/svgs/patchExclamation.js +8 -0
- package/build/icons/svgs/patchExclamationFill.js +8 -0
- package/build/icons/svgs/patchMinus.js +8 -0
- package/build/icons/svgs/patchMinusFill.js +8 -0
- package/build/icons/svgs/patchPlus.js +8 -0
- package/build/icons/svgs/patchPlusFill.js +8 -0
- package/build/icons/svgs/patchQuestion.js +8 -0
- package/build/icons/svgs/patchQuestionFill.js +8 -0
- package/build/icons/svgs/pause.js +8 -0
- package/build/icons/svgs/pauseBtn.js +8 -0
- package/build/icons/svgs/pauseBtnFill.js +8 -0
- package/build/icons/svgs/pauseCircle.js +8 -0
- package/build/icons/svgs/pauseCircleFill.js +8 -0
- package/build/icons/svgs/pauseFill.js +8 -0
- package/build/icons/svgs/paypal.js +8 -0
- package/build/icons/svgs/pc.js +8 -0
- package/build/icons/svgs/pcDisplay.js +8 -0
- package/build/icons/svgs/pcDisplayHorizontal.js +8 -0
- package/build/icons/svgs/pcHorizontal.js +8 -0
- package/build/icons/svgs/pciCard.js +8 -0
- package/build/icons/svgs/peace.js +8 -0
- package/build/icons/svgs/peaceFill.js +8 -0
- package/build/icons/svgs/pen.js +8 -0
- package/build/icons/svgs/penFill.js +8 -0
- package/build/icons/svgs/pencil.js +8 -0
- package/build/icons/svgs/pencilFill.js +8 -0
- package/build/icons/svgs/pencilSquare.js +8 -0
- package/build/icons/svgs/pentagon.js +8 -0
- package/build/icons/svgs/pentagonFill.js +8 -0
- package/build/icons/svgs/pentagonHalf.js +8 -0
- package/build/icons/svgs/people.js +8 -0
- package/build/icons/svgs/peopleFill.js +8 -0
- package/build/icons/svgs/percent.js +8 -0
- package/build/icons/svgs/person.js +8 -0
- package/build/icons/svgs/personBadge.js +8 -0
- package/build/icons/svgs/personBadgeFill.js +8 -0
- package/build/icons/svgs/personBoundingBox.js +8 -0
- package/build/icons/svgs/personCheck.js +8 -0
- package/build/icons/svgs/personCheckFill.js +8 -0
- package/build/icons/svgs/personCircle.js +8 -0
- package/build/icons/svgs/personDash.js +8 -0
- package/build/icons/svgs/personDashFill.js +8 -0
- package/build/icons/svgs/personFill.js +8 -0
- package/build/icons/svgs/personHeart.js +8 -0
- package/build/icons/svgs/personHearts.js +8 -0
- package/build/icons/svgs/personLinesFill.js +8 -0
- package/build/icons/svgs/personPlus.js +8 -0
- package/build/icons/svgs/personPlusFill.js +8 -0
- package/build/icons/svgs/personRolodex.js +8 -0
- package/build/icons/svgs/personSquare.js +8 -0
- package/build/icons/svgs/personVideo.js +8 -0
- package/build/icons/svgs/personVideo2.js +8 -0
- package/build/icons/svgs/personVideo3.js +8 -0
- package/build/icons/svgs/personWorkspace.js +8 -0
- package/build/icons/svgs/personX.js +8 -0
- package/build/icons/svgs/personXFill.js +8 -0
- package/build/icons/svgs/phone.js +8 -0
- package/build/icons/svgs/phoneFill.js +8 -0
- package/build/icons/svgs/phoneFlip.js +8 -0
- package/build/icons/svgs/phoneLandscape.js +8 -0
- package/build/icons/svgs/phoneLandscapeFill.js +8 -0
- package/build/icons/svgs/phoneVibrate.js +8 -0
- package/build/icons/svgs/phoneVibrateFill.js +8 -0
- package/build/icons/svgs/pieChart.js +8 -0
- package/build/icons/svgs/pieChartFill.js +8 -0
- package/build/icons/svgs/piggyBank.js +8 -0
- package/build/icons/svgs/piggyBankFill.js +8 -0
- package/build/icons/svgs/pin.js +8 -0
- package/build/icons/svgs/pinAngle.js +8 -0
- package/build/icons/svgs/pinAngleFill.js +8 -0
- package/build/icons/svgs/pinFill.js +8 -0
- package/build/icons/svgs/pinMap.js +8 -0
- package/build/icons/svgs/pinMapFill.js +8 -0
- package/build/icons/svgs/pinterest.js +8 -0
- package/build/icons/svgs/pip.js +8 -0
- package/build/icons/svgs/pipFill.js +8 -0
- package/build/icons/svgs/play.js +8 -0
- package/build/icons/svgs/playBtn.js +8 -0
- package/build/icons/svgs/playBtnFill.js +8 -0
- package/build/icons/svgs/playCircle.js +8 -0
- package/build/icons/svgs/playCircleFill.js +8 -0
- package/build/icons/svgs/playFill.js +8 -0
- package/build/icons/svgs/playstation.js +8 -0
- package/build/icons/svgs/plug.js +8 -0
- package/build/icons/svgs/plugFill.js +8 -0
- package/build/icons/svgs/plugin.js +8 -0
- package/build/icons/svgs/plus.js +8 -0
- package/build/icons/svgs/plusCircle.js +8 -0
- package/build/icons/svgs/plusCircleDotted.js +8 -0
- package/build/icons/svgs/plusCircleFill.js +8 -0
- package/build/icons/svgs/plusLg.js +8 -0
- package/build/icons/svgs/plusSlashMinus.js +8 -0
- package/build/icons/svgs/plusSquare.js +8 -0
- package/build/icons/svgs/plusSquareDotted.js +8 -0
- package/build/icons/svgs/plusSquareFill.js +8 -0
- 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 +8 -0
- package/build/icons/svgs/printer.js +8 -0
- package/build/icons/svgs/printerFill.js +8 -0
- package/build/icons/svgs/projector.js +8 -0
- package/build/icons/svgs/projectorFill.js +8 -0
- package/build/icons/svgs/puzzle.js +8 -0
- package/build/icons/svgs/puzzleFill.js +8 -0
- package/build/icons/svgs/qrCode.js +8 -0
- package/build/icons/svgs/qrCodeScan.js +8 -0
- package/build/icons/svgs/question.js +8 -0
- package/build/icons/svgs/questionCircle.js +8 -0
- package/build/icons/svgs/questionCircleFill.js +8 -0
- package/build/icons/svgs/questionDiamond.js +8 -0
- package/build/icons/svgs/questionDiamondFill.js +8 -0
- package/build/icons/svgs/questionLg.js +8 -0
- package/build/icons/svgs/questionOctagon.js +8 -0
- package/build/icons/svgs/questionOctagonFill.js +8 -0
- package/build/icons/svgs/questionSquare.js +8 -0
- package/build/icons/svgs/questionSquareFill.js +8 -0
- package/build/icons/svgs/quora.js +8 -0
- package/build/icons/svgs/quote.js +8 -0
- package/build/icons/svgs/radioactive.js +8 -0
- package/build/icons/svgs/rainbow.js +8 -0
- package/build/icons/svgs/receipt.js +8 -0
- package/build/icons/svgs/receiptCutoff.js +8 -0
- package/build/icons/svgs/reception0.js +8 -0
- package/build/icons/svgs/reception1.js +8 -0
- package/build/icons/svgs/reception2.js +8 -0
- package/build/icons/svgs/reception3.js +8 -0
- package/build/icons/svgs/reception4.js +8 -0
- package/build/icons/svgs/record.js +8 -0
- package/build/icons/svgs/record2.js +8 -0
- package/build/icons/svgs/record2Fill.js +8 -0
- package/build/icons/svgs/recordBtn.js +8 -0
- package/build/icons/svgs/recordBtnFill.js +8 -0
- package/build/icons/svgs/recordCircle.js +8 -0
- package/build/icons/svgs/recordCircleFill.js +8 -0
- package/build/icons/svgs/recordFill.js +8 -0
- package/build/icons/svgs/recycle.js +8 -0
- package/build/icons/svgs/reddit.js +8 -0
- package/build/icons/svgs/reply.js +8 -0
- package/build/icons/svgs/replyAll.js +8 -0
- package/build/icons/svgs/replyAllFill.js +8 -0
- package/build/icons/svgs/replyFill.js +8 -0
- package/build/icons/svgs/robot.js +8 -0
- package/build/icons/svgs/router.js +8 -0
- package/build/icons/svgs/routerFill.js +8 -0
- package/build/icons/svgs/rss.js +8 -0
- package/build/icons/svgs/rssFill.js +8 -0
- package/build/icons/svgs/rulers.js +8 -0
- package/build/icons/svgs/safe.js +8 -0
- package/build/icons/svgs/safe2.js +8 -0
- package/build/icons/svgs/safe2Fill.js +8 -0
- package/build/icons/svgs/safeFill.js +8 -0
- package/build/icons/svgs/save.js +8 -0
- package/build/icons/svgs/save2.js +8 -0
- package/build/icons/svgs/save2Fill.js +8 -0
- package/build/icons/svgs/saveFill.js +8 -0
- package/build/icons/svgs/scissors.js +8 -0
- package/build/icons/svgs/screwdriver.js +8 -0
- package/build/icons/svgs/sdCard.js +8 -0
- package/build/icons/svgs/sdCardFill.js +8 -0
- package/build/icons/svgs/search.js +8 -0
- package/build/icons/svgs/searchHeart.js +8 -0
- package/build/icons/svgs/searchHeartFill.js +8 -0
- package/build/icons/svgs/segmentedNav.js +8 -0
- package/build/icons/svgs/send.js +8 -0
- package/build/icons/svgs/sendCheck.js +8 -0
- package/build/icons/svgs/sendCheckFill.js +8 -0
- package/build/icons/svgs/sendDash.js +8 -0
- package/build/icons/svgs/sendDashFill.js +8 -0
- package/build/icons/svgs/sendExclamation.js +8 -0
- package/build/icons/svgs/sendExclamationFill.js +8 -0
- package/build/icons/svgs/sendFill.js +8 -0
- package/build/icons/svgs/sendPlus.js +8 -0
- package/build/icons/svgs/sendPlusFill.js +8 -0
- package/build/icons/svgs/sendSlash.js +8 -0
- package/build/icons/svgs/sendSlashFill.js +8 -0
- package/build/icons/svgs/sendX.js +8 -0
- package/build/icons/svgs/sendXFill.js +8 -0
- package/build/icons/svgs/server.js +8 -0
- package/build/icons/svgs/share.js +8 -0
- package/build/icons/svgs/shareFill.js +8 -0
- package/build/icons/svgs/shield.js +8 -0
- package/build/icons/svgs/shieldCheck.js +8 -0
- package/build/icons/svgs/shieldExclamation.js +8 -0
- package/build/icons/svgs/shieldFill.js +8 -0
- package/build/icons/svgs/shieldFillCheck.js +8 -0
- package/build/icons/svgs/shieldFillExclamation.js +8 -0
- package/build/icons/svgs/shieldFillMinus.js +8 -0
- package/build/icons/svgs/shieldFillPlus.js +8 -0
- package/build/icons/svgs/shieldFillX.js +8 -0
- package/build/icons/svgs/shieldLock.js +8 -0
- package/build/icons/svgs/shieldLockFill.js +8 -0
- package/build/icons/svgs/shieldMinus.js +8 -0
- package/build/icons/svgs/shieldPlus.js +8 -0
- package/build/icons/svgs/shieldShaded.js +8 -0
- package/build/icons/svgs/shieldSlash.js +8 -0
- package/build/icons/svgs/shieldSlashFill.js +8 -0
- package/build/icons/svgs/shieldX.js +8 -0
- package/build/icons/svgs/shift.js +8 -0
- package/build/icons/svgs/shiftFill.js +8 -0
- package/build/icons/svgs/shop.js +8 -0
- package/build/icons/svgs/shopWindow.js +8 -0
- package/build/icons/svgs/shuffle.js +8 -0
- package/build/icons/svgs/signal.js +8 -0
- package/build/icons/svgs/signpost.js +8 -0
- package/build/icons/svgs/signpost2.js +8 -0
- package/build/icons/svgs/signpost2Fill.js +8 -0
- package/build/icons/svgs/signpostFill.js +8 -0
- package/build/icons/svgs/signpostSplit.js +8 -0
- package/build/icons/svgs/signpostSplitFill.js +8 -0
- package/build/icons/svgs/sim.js +8 -0
- package/build/icons/svgs/simFill.js +8 -0
- package/build/icons/svgs/skipBackward.js +8 -0
- package/build/icons/svgs/skipBackwardBtn.js +8 -0
- package/build/icons/svgs/skipBackwardBtnFill.js +8 -0
- package/build/icons/svgs/skipBackwardCircle.js +8 -0
- package/build/icons/svgs/skipBackwardCircleFill.js +8 -0
- package/build/icons/svgs/skipBackwardFill.js +8 -0
- package/build/icons/svgs/skipEnd.js +8 -0
- package/build/icons/svgs/skipEndBtn.js +8 -0
- package/build/icons/svgs/skipEndBtnFill.js +8 -0
- package/build/icons/svgs/skipEndCircle.js +8 -0
- package/build/icons/svgs/skipEndCircleFill.js +8 -0
- package/build/icons/svgs/skipEndFill.js +8 -0
- package/build/icons/svgs/skipForward.js +8 -0
- package/build/icons/svgs/skipForwardBtn.js +8 -0
- package/build/icons/svgs/skipForwardBtnFill.js +8 -0
- package/build/icons/svgs/skipForwardCircle.js +8 -0
- package/build/icons/svgs/skipForwardCircleFill.js +8 -0
- package/build/icons/svgs/skipForwardFill.js +8 -0
- package/build/icons/svgs/skipStart.js +8 -0
- package/build/icons/svgs/skipStartBtn.js +8 -0
- package/build/icons/svgs/skipStartBtnFill.js +8 -0
- package/build/icons/svgs/skipStartCircle.js +8 -0
- package/build/icons/svgs/skipStartCircleFill.js +8 -0
- package/build/icons/svgs/skipStartFill.js +8 -0
- package/build/icons/svgs/skype.js +8 -0
- package/build/icons/svgs/slack.js +8 -0
- package/build/icons/svgs/slash.js +8 -0
- package/build/icons/svgs/slashCircle.js +8 -0
- package/build/icons/svgs/slashCircleFill.js +8 -0
- package/build/icons/svgs/slashLg.js +8 -0
- package/build/icons/svgs/slashSquare.js +8 -0
- package/build/icons/svgs/slashSquareFill.js +8 -0
- package/build/icons/svgs/sliders.js +8 -0
- package/build/icons/svgs/sliders2.js +8 -0
- package/build/icons/svgs/sliders2Vertical.js +8 -0
- package/build/icons/svgs/smartwatch.js +8 -0
- package/build/icons/svgs/snapchat.js +8 -0
- package/build/icons/svgs/snow.js +8 -0
- package/build/icons/svgs/snow2.js +8 -0
- package/build/icons/svgs/snow3.js +8 -0
- package/build/icons/svgs/sortAlphaDown.js +8 -0
- package/build/icons/svgs/sortAlphaDownAlt.js +8 -0
- package/build/icons/svgs/sortAlphaUp.js +8 -0
- package/build/icons/svgs/sortAlphaUpAlt.js +8 -0
- package/build/icons/svgs/sortDown.js +8 -0
- package/build/icons/svgs/sortDownAlt.js +8 -0
- package/build/icons/svgs/sortNumericDown.js +8 -0
- package/build/icons/svgs/sortNumericDownAlt.js +8 -0
- package/build/icons/svgs/sortNumericUp.js +8 -0
- package/build/icons/svgs/sortNumericUpAlt.js +8 -0
- package/build/icons/svgs/sortUp.js +8 -0
- package/build/icons/svgs/sortUpAlt.js +8 -0
- package/build/icons/svgs/soundwave.js +8 -0
- package/build/icons/svgs/speaker.js +8 -0
- package/build/icons/svgs/speakerFill.js +8 -0
- package/build/icons/svgs/speedometer.js +8 -0
- package/build/icons/svgs/speedometer2.js +8 -0
- package/build/icons/svgs/spellcheck.js +8 -0
- package/build/icons/svgs/spotify.js +8 -0
- package/build/icons/svgs/square.js +8 -0
- package/build/icons/svgs/squareFill.js +8 -0
- package/build/icons/svgs/squareHalf.js +8 -0
- package/build/icons/svgs/stack.js +8 -0
- package/build/icons/svgs/stackOverflow.js +8 -0
- package/build/icons/svgs/star.js +8 -0
- package/build/icons/svgs/starFill.js +8 -0
- package/build/icons/svgs/starHalf.js +8 -0
- package/build/icons/svgs/stars.js +8 -0
- package/build/icons/svgs/steam.js +8 -0
- package/build/icons/svgs/stickies.js +8 -0
- package/build/icons/svgs/stickiesFill.js +8 -0
- package/build/icons/svgs/sticky.js +8 -0
- package/build/icons/svgs/stickyFill.js +8 -0
- package/build/icons/svgs/stop.js +8 -0
- package/build/icons/svgs/stopBtn.js +8 -0
- package/build/icons/svgs/stopBtnFill.js +8 -0
- package/build/icons/svgs/stopCircle.js +8 -0
- package/build/icons/svgs/stopCircleFill.js +8 -0
- package/build/icons/svgs/stopFill.js +8 -0
- package/build/icons/svgs/stoplights.js +8 -0
- package/build/icons/svgs/stoplightsFill.js +8 -0
- package/build/icons/svgs/stopwatch.js +8 -0
- package/build/icons/svgs/stopwatchFill.js +8 -0
- package/build/icons/svgs/strava.js +8 -0
- package/build/icons/svgs/subtract.js +8 -0
- package/build/icons/svgs/suitClub.js +8 -0
- package/build/icons/svgs/suitClubFill.js +8 -0
- package/build/icons/svgs/suitDiamond.js +8 -0
- package/build/icons/svgs/suitDiamondFill.js +8 -0
- package/build/icons/svgs/suitHeart.js +8 -0
- package/build/icons/svgs/suitHeartFill.js +8 -0
- package/build/icons/svgs/suitSpade.js +8 -0
- package/build/icons/svgs/suitSpadeFill.js +8 -0
- package/build/icons/svgs/sun.js +8 -0
- package/build/icons/svgs/sunFill.js +8 -0
- package/build/icons/svgs/sunglasses.js +8 -0
- package/build/icons/svgs/sunrise.js +8 -0
- package/build/icons/svgs/sunriseFill.js +8 -0
- package/build/icons/svgs/sunset.js +8 -0
- package/build/icons/svgs/sunsetFill.js +8 -0
- package/build/icons/svgs/symmetryHorizontal.js +8 -0
- package/build/icons/svgs/symmetryVertical.js +8 -0
- package/build/icons/svgs/table.js +8 -0
- package/build/icons/svgs/tablet.js +8 -0
- package/build/icons/svgs/tabletFill.js +8 -0
- package/build/icons/svgs/tabletLandscape.js +8 -0
- package/build/icons/svgs/tabletLandscapeFill.js +8 -0
- package/build/icons/svgs/tag.js +8 -0
- package/build/icons/svgs/tagFill.js +8 -0
- package/build/icons/svgs/tags.js +8 -0
- package/build/icons/svgs/tagsFill.js +8 -0
- package/build/icons/svgs/telegram.js +8 -0
- package/build/icons/svgs/telephone.js +8 -0
- package/build/icons/svgs/telephoneFill.js +8 -0
- package/build/icons/svgs/telephoneForward.js +8 -0
- package/build/icons/svgs/telephoneForwardFill.js +8 -0
- package/build/icons/svgs/telephoneInbound.js +8 -0
- package/build/icons/svgs/telephoneInboundFill.js +8 -0
- package/build/icons/svgs/telephoneMinus.js +8 -0
- package/build/icons/svgs/telephoneMinusFill.js +8 -0
- package/build/icons/svgs/telephoneOutbound.js +8 -0
- package/build/icons/svgs/telephoneOutboundFill.js +8 -0
- package/build/icons/svgs/telephonePlus.js +8 -0
- package/build/icons/svgs/telephonePlusFill.js +8 -0
- package/build/icons/svgs/telephoneX.js +8 -0
- package/build/icons/svgs/telephoneXFill.js +8 -0
- package/build/icons/svgs/terminal.js +8 -0
- package/build/icons/svgs/terminalDash.js +8 -0
- package/build/icons/svgs/terminalFill.js +8 -0
- package/build/icons/svgs/terminalPlus.js +8 -0
- package/build/icons/svgs/terminalSplit.js +8 -0
- package/build/icons/svgs/terminalX.js +8 -0
- package/build/icons/svgs/textCenter.js +8 -0
- package/build/icons/svgs/textIndentLeft.js +8 -0
- package/build/icons/svgs/textIndentRight.js +8 -0
- package/build/icons/svgs/textLeft.js +8 -0
- package/build/icons/svgs/textParagraph.js +8 -0
- package/build/icons/svgs/textRight.js +8 -0
- package/build/icons/svgs/textarea.js +8 -0
- package/build/icons/svgs/textareaResize.js +8 -0
- package/build/icons/svgs/textareaT.js +8 -0
- package/build/icons/svgs/thermometer.js +8 -0
- package/build/icons/svgs/thermometerHalf.js +8 -0
- package/build/icons/svgs/thermometerHigh.js +8 -0
- package/build/icons/svgs/thermometerLow.js +8 -0
- package/build/icons/svgs/thermometerSnow.js +8 -0
- package/build/icons/svgs/thermometerSun.js +8 -0
- package/build/icons/svgs/threeDots.js +8 -0
- package/build/icons/svgs/threeDotsVertical.js +8 -0
- package/build/icons/svgs/thunderbolt.js +8 -0
- package/build/icons/svgs/thunderboltFill.js +8 -0
- package/build/icons/svgs/ticket.js +8 -0
- package/build/icons/svgs/ticketDetailed.js +8 -0
- package/build/icons/svgs/ticketDetailedFill.js +8 -0
- package/build/icons/svgs/ticketFill.js +8 -0
- package/build/icons/svgs/ticketPerforated.js +8 -0
- package/build/icons/svgs/ticketPerforatedFill.js +8 -0
- package/build/icons/svgs/tiktok.js +8 -0
- package/build/icons/svgs/toggle2Off.js +8 -0
- package/build/icons/svgs/toggle2On.js +8 -0
- package/build/icons/svgs/toggleOff.js +8 -0
- package/build/icons/svgs/toggleOn.js +8 -0
- package/build/icons/svgs/toggles.js +8 -0
- package/build/icons/svgs/toggles2.js +8 -0
- package/build/icons/svgs/tools.js +8 -0
- package/build/icons/svgs/tornado.js +8 -0
- package/build/icons/svgs/translate.js +8 -0
- package/build/icons/svgs/trash.js +8 -0
- package/build/icons/svgs/trash2.js +8 -0
- package/build/icons/svgs/trash2Fill.js +8 -0
- package/build/icons/svgs/trash3.js +8 -0
- package/build/icons/svgs/trash3Fill.js +8 -0
- package/build/icons/svgs/trashFill.js +8 -0
- package/build/icons/svgs/tree.js +8 -0
- package/build/icons/svgs/treeFill.js +8 -0
- package/build/icons/svgs/triangle.js +8 -0
- package/build/icons/svgs/triangleFill.js +8 -0
- package/build/icons/svgs/triangleHalf.js +8 -0
- package/build/icons/svgs/trophy.js +8 -0
- package/build/icons/svgs/trophyFill.js +8 -0
- package/build/icons/svgs/tropicalStorm.js +8 -0
- package/build/icons/svgs/truck.js +8 -0
- package/build/icons/svgs/truckFlatbed.js +8 -0
- package/build/icons/svgs/tsunami.js +8 -0
- package/build/icons/svgs/tv.js +8 -0
- package/build/icons/svgs/tvFill.js +8 -0
- package/build/icons/svgs/twitch.js +8 -0
- package/build/icons/svgs/twitter.js +8 -0
- package/build/icons/svgs/type.js +8 -0
- package/build/icons/svgs/typeBold.js +8 -0
- package/build/icons/svgs/typeH1.js +8 -0
- package/build/icons/svgs/typeH2.js +8 -0
- package/build/icons/svgs/typeH3.js +8 -0
- package/build/icons/svgs/typeItalic.js +8 -0
- package/build/icons/svgs/typeStrikethrough.js +8 -0
- package/build/icons/svgs/typeUnderline.js +8 -0
- package/build/icons/svgs/uiChecks.js +8 -0
- package/build/icons/svgs/uiChecksGrid.js +8 -0
- package/build/icons/svgs/uiRadios.js +8 -0
- package/build/icons/svgs/uiRadiosGrid.js +8 -0
- package/build/icons/svgs/umbrella.js +8 -0
- package/build/icons/svgs/umbrellaFill.js +8 -0
- package/build/icons/svgs/union.js +8 -0
- package/build/icons/svgs/unlock.js +8 -0
- package/build/icons/svgs/unlockFill.js +8 -0
- package/build/icons/svgs/upc.js +8 -0
- package/build/icons/svgs/upcScan.js +8 -0
- package/build/icons/svgs/upload.js +8 -0
- package/build/icons/svgs/usb.js +8 -0
- package/build/icons/svgs/usbC.js +8 -0
- package/build/icons/svgs/usbCFill.js +8 -0
- package/build/icons/svgs/usbDrive.js +8 -0
- package/build/icons/svgs/usbDriveFill.js +8 -0
- package/build/icons/svgs/usbFill.js +8 -0
- package/build/icons/svgs/usbMicro.js +8 -0
- package/build/icons/svgs/usbMicroFill.js +8 -0
- package/build/icons/svgs/usbMini.js +8 -0
- package/build/icons/svgs/usbMiniFill.js +8 -0
- package/build/icons/svgs/usbPlug.js +8 -0
- package/build/icons/svgs/usbPlugFill.js +8 -0
- package/build/icons/svgs/usbSymbol.js +8 -0
- package/build/icons/svgs/valentine.js +8 -0
- package/build/icons/svgs/valentine2.js +8 -0
- package/build/icons/svgs/vectorPen.js +8 -0
- package/build/icons/svgs/viewList.js +8 -0
- package/build/icons/svgs/viewStacked.js +8 -0
- package/build/icons/svgs/vimeo.js +8 -0
- package/build/icons/svgs/vinyl.js +8 -0
- package/build/icons/svgs/vinylFill.js +8 -0
- package/build/icons/svgs/voicemail.js +8 -0
- package/build/icons/svgs/volumeDown.js +8 -0
- package/build/icons/svgs/volumeDownFill.js +8 -0
- package/build/icons/svgs/volumeMute.js +8 -0
- package/build/icons/svgs/volumeMuteFill.js +8 -0
- package/build/icons/svgs/volumeOff.js +8 -0
- package/build/icons/svgs/volumeOffFill.js +8 -0
- package/build/icons/svgs/volumeUp.js +8 -0
- package/build/icons/svgs/volumeUpFill.js +8 -0
- package/build/icons/svgs/vr.js +8 -0
- package/build/icons/svgs/wallet.js +8 -0
- package/build/icons/svgs/wallet2.js +8 -0
- package/build/icons/svgs/walletFill.js +8 -0
- package/build/icons/svgs/watch.js +8 -0
- package/build/icons/svgs/water.js +8 -0
- package/build/icons/svgs/webcam.js +8 -0
- package/build/icons/svgs/webcamFill.js +8 -0
- package/build/icons/svgs/whatsapp.js +8 -0
- package/build/icons/svgs/wifi.js +8 -0
- package/build/icons/svgs/wifi1.js +8 -0
- package/build/icons/svgs/wifi2.js +8 -0
- package/build/icons/svgs/wifiOff.js +8 -0
- package/build/icons/svgs/wind.js +8 -0
- package/build/icons/svgs/windowDash.js +8 -0
- package/build/icons/svgs/windowDesktop.js +8 -0
- package/build/icons/svgs/windowDock.js +8 -0
- package/build/icons/svgs/windowFullscreen.js +8 -0
- package/build/icons/svgs/windowPlus.js +8 -0
- package/build/icons/svgs/windowSidebar.js +8 -0
- package/build/icons/svgs/windowSplit.js +8 -0
- package/build/icons/svgs/windowStack.js +8 -0
- package/build/icons/svgs/windowX.js +8 -0
- package/build/icons/svgs/windows.js +8 -0
- package/build/icons/svgs/wordpress.js +8 -0
- package/build/icons/svgs/wrench.js +8 -0
- package/build/icons/svgs/wrenchAdjustable.js +8 -0
- package/build/icons/svgs/wrenchAdjustableCircle.js +8 -0
- package/build/icons/svgs/wrenchAdjustableCircleFill.js +8 -0
- package/build/icons/svgs/x.js +8 -0
- package/build/icons/svgs/xCircle.js +8 -0
- package/build/icons/svgs/xCircleFill.js +8 -0
- package/build/icons/svgs/xDiamond.js +8 -0
- package/build/icons/svgs/xDiamondFill.js +8 -0
- package/build/icons/svgs/xLg.js +8 -0
- package/build/icons/svgs/xOctagon.js +8 -0
- package/build/icons/svgs/xOctagonFill.js +8 -0
- package/build/icons/svgs/xSquare.js +8 -0
- package/build/icons/svgs/xSquareFill.js +8 -0
- package/build/icons/svgs/xbox.js +8 -0
- package/build/icons/svgs/yinYang.js +8 -0
- package/build/icons/svgs/youtube.js +8 -0
- package/build/icons/svgs/zoomIn.js +8 -0
- package/build/icons/svgs/zoomOut.js +8 -0
- package/build/ie.js +13 -0
- package/build/index-icons.js +20 -0
- package/build/index.js +16 -0
- package/build/libs.js +6 -0
- package/dist/gd-bs-icons.js +22327 -0
- package/dist/gd-bs-icons.min.js +1 -0
- package/dist/gd-bs.d.ts +3087 -0
- package/dist/gd-bs.js +3552 -0
- package/dist/gd-bs.min.js +1 -0
- package/package.json +10 -10
- package/pnpm-lock.yaml +475 -455
- package/src/bs.scss +304 -36
- package/src/icons/iconTypes.ts +1 -1
- package/src/icons/index.d.ts +2 -2
- package/src/icons/index.ts +2 -2
- package/src/icons/svgs/badgeSdFill.ts +1 -1
- package/src/icons/svgs/bagHeartFill.ts +1 -1
- package/src/icons/svgs/box2.ts +1 -1
- package/src/icons/svgs/box2Fill.ts +1 -1
- package/src/icons/svgs/box2Heart.ts +1 -1
- package/src/icons/svgs/box2HeartFill.ts +1 -1
- package/src/icons/svgs/calendar2HeartFill.ts +1 -1
- package/src/icons/svgs/calendarHeartFill.ts +1 -1
- package/src/icons/svgs/chatHeartFill.ts +1 -1
- package/src/icons/svgs/chatLeftHeartFill.ts +1 -1
- package/src/icons/svgs/chatRightHeartFill.ts +1 -1
- package/src/icons/svgs/chatSquareHeartFill.ts +1 -1
- package/src/icons/svgs/clipboard2.ts +1 -1
- package/src/icons/svgs/clipboard2Check.ts +1 -1
- package/src/icons/svgs/clipboard2CheckFill.ts +1 -1
- package/src/icons/svgs/clipboard2Data.ts +1 -1
- package/src/icons/svgs/clipboard2DataFill.ts +1 -1
- package/src/icons/svgs/clipboard2Fill.ts +1 -1
- package/src/icons/svgs/clipboard2Heart.ts +1 -1
- package/src/icons/svgs/clipboard2HeartFill.ts +1 -1
- package/src/icons/svgs/clipboard2Minus.ts +1 -1
- package/src/icons/svgs/clipboard2MinusFill.ts +1 -1
- package/src/icons/svgs/clipboard2Plus.ts +1 -1
- package/src/icons/svgs/clipboard2PlusFill.ts +1 -1
- package/src/icons/svgs/clipboard2Pulse.ts +1 -1
- package/src/icons/svgs/clipboard2PulseFill.ts +1 -1
- package/src/icons/svgs/clipboard2X.ts +1 -1
- package/src/icons/svgs/clipboard2XFill.ts +1 -1
- package/src/icons/svgs/clipboardCheckFill.ts +1 -1
- package/src/icons/svgs/clipboardDataFill.ts +1 -1
- package/src/icons/svgs/clipboardHeart.ts +1 -1
- package/src/icons/svgs/clipboardHeartFill.ts +1 -1
- package/src/icons/svgs/clipboardMinusFill.ts +1 -1
- package/src/icons/svgs/clipboardPlusFill.ts +1 -1
- package/src/icons/svgs/clipboardXFill.ts +1 -1
- package/src/icons/svgs/envelopeHeartFill.ts +1 -1
- package/src/icons/svgs/envelopeOpenHeartFill.ts +1 -1
- package/src/icons/svgs/envelopePaper.ts +1 -1
- package/src/icons/svgs/heartArrow.ts +1 -1
- package/src/icons/svgs/hospital.ts +1 -1
- package/src/icons/svgs/hospitalFill.ts +1 -1
- package/src/icons/svgs/houseHeart.ts +1 -1
- package/src/icons/svgs/houseHeartFill.ts +1 -1
- package/src/icons/svgs/index.d.ts +2 -2
- package/src/icons/svgs/index.ts +1 -1
- package/src/icons/svgs/magnet.ts +1 -1
- package/src/icons/svgs/magnetFill.ts +1 -1
- package/src/icons/svgs/personHeart.ts +1 -1
- package/src/icons/svgs/piggyBankFill.ts +1 -1
- package/src/icons/svgs/postage.ts +1 -1
- package/src/icons/svgs/postageFill.ts +1 -1
- package/src/icons/svgs/postageHeart.ts +1 -1
- package/src/icons/svgs/postageHeartFill.ts +1 -1
- package/src/icons/svgs/postcardFill.ts +1 -1
- package/src/icons/svgs/postcardHeart.ts +1 -1
- package/src/icons/svgs/projector.ts +1 -1
- package/src/icons/svgs/screwdriver.ts +1 -1
- package/src/icons/svgs/searchHeart.ts +1 -1
- package/src/icons/svgs/searchHeartFill.ts +1 -1
- package/src/icons/svgs/sendFill.ts +1 -1
- package/src/icons/svgs/trash3.ts +1 -1
- package/src/icons/svgs/trash3Fill.ts +1 -1
- package/src/icons/svgs/valentine.ts +1 -1
- package/src/icons/svgs/valentine2.ts +1 -1
- package/src/icons/svgs/wrenchAdjustable.ts +1 -1
- package/src/icons/svgs/wrenchAdjustableCircle.d.ts +1 -0
- package/src/icons/svgs/wrenchAdjustableCircle.ts +4 -0
- package/src/icons/svgs/wrenchAdjustableCircleFill.ts +1 -1
- package/src/icons/svgs/wrenchAdjustableCricle.d.ts +0 -1
- package/src/icons/svgs/wrenchAdjustableCricle.ts +0 -4
package/pnpm-lock.yaml
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
dependencies:
|
|
2
|
-
|
|
3
|
-
bootstrap
|
|
4
|
-
|
|
2
|
+
'@popperjs/core': 2.11.2
|
|
3
|
+
bootstrap: 5.1.3_@popperjs+core@2.11.2
|
|
4
|
+
bootstrap-icons: 1.8.1
|
|
5
|
+
core-js: 3.21.1
|
|
5
6
|
tippy.js: 6.3.7
|
|
6
7
|
devDependencies:
|
|
7
|
-
'@babel/core': 7.17.
|
|
8
|
-
'@babel/preset-env': 7.16.11_@babel+core@7.17.
|
|
9
|
-
'@types/node': 16.11.
|
|
8
|
+
'@babel/core': 7.17.5
|
|
9
|
+
'@babel/preset-env': 7.16.11_@babel+core@7.17.5
|
|
10
|
+
'@types/node': 16.11.26
|
|
10
11
|
autoprefixer: 10.4.2
|
|
11
|
-
babel-loader: 8.2.
|
|
12
|
-
css-loader: 6.
|
|
12
|
+
babel-loader: 8.2.3_ed870ac3ba52c4ec230ba2bc3dbb311c
|
|
13
|
+
css-loader: 6.7.1_webpack@5.70.0
|
|
13
14
|
dts-bundle: 0.7.3
|
|
14
|
-
html-loader: 2.1.2_webpack@5.
|
|
15
|
+
html-loader: 2.1.2_webpack@5.70.0
|
|
15
16
|
node-sass: 6.0.1
|
|
16
|
-
postcss-loader: 6.2.1_webpack@5.
|
|
17
|
-
sass-loader: 12.
|
|
18
|
-
style-loader: 3.3.1_webpack@5.
|
|
19
|
-
ts-loader: 9.2.
|
|
20
|
-
typedoc: 0.22.
|
|
21
|
-
webpack: 5.
|
|
22
|
-
webpack-cli: 4.9.2_webpack@5.
|
|
17
|
+
postcss-loader: 6.2.1_webpack@5.70.0
|
|
18
|
+
sass-loader: 12.6.0_node-sass@6.0.1+webpack@5.70.0
|
|
19
|
+
style-loader: 3.3.1_webpack@5.70.0
|
|
20
|
+
ts-loader: 9.2.7_webpack@5.70.0
|
|
21
|
+
typedoc: 0.22.13
|
|
22
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
23
|
+
webpack-cli: 4.9.2_webpack@5.70.0
|
|
23
24
|
lockfileVersion: 5.2
|
|
24
25
|
packages:
|
|
25
|
-
/@ampproject/remapping/2.
|
|
26
|
+
/@ampproject/remapping/2.1.2:
|
|
26
27
|
dependencies:
|
|
27
|
-
'@jridgewell/trace-mapping': 0.
|
|
28
|
-
sourcemap-codec: 1.4.8
|
|
28
|
+
'@jridgewell/trace-mapping': 0.3.4
|
|
29
29
|
dev: true
|
|
30
30
|
engines:
|
|
31
31
|
node: '>=6.0.0'
|
|
32
32
|
resolution:
|
|
33
|
-
integrity: sha512-
|
|
33
|
+
integrity: sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==
|
|
34
34
|
/@babel/code-frame/7.16.7:
|
|
35
35
|
dependencies:
|
|
36
36
|
'@babel/highlight': 7.16.10
|
|
@@ -45,17 +45,17 @@ packages:
|
|
|
45
45
|
node: '>=6.9.0'
|
|
46
46
|
resolution:
|
|
47
47
|
integrity: sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==
|
|
48
|
-
/@babel/core/7.17.
|
|
48
|
+
/@babel/core/7.17.5:
|
|
49
49
|
dependencies:
|
|
50
|
-
'@ampproject/remapping': 2.
|
|
50
|
+
'@ampproject/remapping': 2.1.2
|
|
51
51
|
'@babel/code-frame': 7.16.7
|
|
52
|
-
'@babel/generator': 7.17.
|
|
53
|
-
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.
|
|
54
|
-
'@babel/helper-module-transforms': 7.
|
|
55
|
-
'@babel/helpers': 7.17.
|
|
56
|
-
'@babel/parser': 7.17.
|
|
52
|
+
'@babel/generator': 7.17.3
|
|
53
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
|
|
54
|
+
'@babel/helper-module-transforms': 7.17.6
|
|
55
|
+
'@babel/helpers': 7.17.2
|
|
56
|
+
'@babel/parser': 7.17.3
|
|
57
57
|
'@babel/template': 7.16.7
|
|
58
|
-
'@babel/traverse': 7.17.
|
|
58
|
+
'@babel/traverse': 7.17.3
|
|
59
59
|
'@babel/types': 7.17.0
|
|
60
60
|
convert-source-map: 1.8.0
|
|
61
61
|
debug: 4.3.3
|
|
@@ -66,8 +66,8 @@ packages:
|
|
|
66
66
|
engines:
|
|
67
67
|
node: '>=6.9.0'
|
|
68
68
|
resolution:
|
|
69
|
-
integrity: sha512
|
|
70
|
-
/@babel/generator/7.17.
|
|
69
|
+
integrity: sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
|
|
70
|
+
/@babel/generator/7.17.3:
|
|
71
71
|
dependencies:
|
|
72
72
|
'@babel/types': 7.17.0
|
|
73
73
|
jsesc: 2.5.2
|
|
@@ -76,7 +76,7 @@ packages:
|
|
|
76
76
|
engines:
|
|
77
77
|
node: '>=6.9.0'
|
|
78
78
|
resolution:
|
|
79
|
-
integrity: sha512
|
|
79
|
+
integrity: sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
|
|
80
80
|
/@babel/helper-annotate-as-pure/7.16.7:
|
|
81
81
|
dependencies:
|
|
82
82
|
'@babel/types': 7.17.0
|
|
@@ -94,12 +94,12 @@ packages:
|
|
|
94
94
|
node: '>=6.9.0'
|
|
95
95
|
resolution:
|
|
96
96
|
integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==
|
|
97
|
-
/@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.
|
|
97
|
+
/@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.5:
|
|
98
98
|
dependencies:
|
|
99
99
|
'@babel/compat-data': 7.17.0
|
|
100
|
-
'@babel/core': 7.17.
|
|
100
|
+
'@babel/core': 7.17.5
|
|
101
101
|
'@babel/helper-validator-option': 7.16.7
|
|
102
|
-
browserslist: 4.
|
|
102
|
+
browserslist: 4.20.0
|
|
103
103
|
semver: 6.3.0
|
|
104
104
|
dev: true
|
|
105
105
|
engines:
|
|
@@ -108,9 +108,9 @@ packages:
|
|
|
108
108
|
'@babel/core': ^7.0.0
|
|
109
109
|
resolution:
|
|
110
110
|
integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
|
|
111
|
-
/@babel/helper-create-class-features-plugin/7.17.
|
|
111
|
+
/@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.5:
|
|
112
112
|
dependencies:
|
|
113
|
-
'@babel/core': 7.17.
|
|
113
|
+
'@babel/core': 7.17.5
|
|
114
114
|
'@babel/helper-annotate-as-pure': 7.16.7
|
|
115
115
|
'@babel/helper-environment-visitor': 7.16.7
|
|
116
116
|
'@babel/helper-function-name': 7.16.7
|
|
@@ -124,10 +124,10 @@ packages:
|
|
|
124
124
|
peerDependencies:
|
|
125
125
|
'@babel/core': ^7.0.0
|
|
126
126
|
resolution:
|
|
127
|
-
integrity: sha512-
|
|
128
|
-
/@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.
|
|
127
|
+
integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==
|
|
128
|
+
/@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.5:
|
|
129
129
|
dependencies:
|
|
130
|
-
'@babel/core': 7.17.
|
|
130
|
+
'@babel/core': 7.17.5
|
|
131
131
|
'@babel/helper-annotate-as-pure': 7.16.7
|
|
132
132
|
regexpu-core: 5.0.1
|
|
133
133
|
dev: true
|
|
@@ -137,13 +137,13 @@ packages:
|
|
|
137
137
|
'@babel/core': ^7.0.0
|
|
138
138
|
resolution:
|
|
139
139
|
integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==
|
|
140
|
-
/@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.
|
|
140
|
+
/@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.5:
|
|
141
141
|
dependencies:
|
|
142
|
-
'@babel/core': 7.17.
|
|
143
|
-
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.
|
|
142
|
+
'@babel/core': 7.17.5
|
|
143
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
|
|
144
144
|
'@babel/helper-module-imports': 7.16.7
|
|
145
145
|
'@babel/helper-plugin-utils': 7.16.7
|
|
146
|
-
'@babel/traverse': 7.17.
|
|
146
|
+
'@babel/traverse': 7.17.3
|
|
147
147
|
debug: 4.3.3
|
|
148
148
|
lodash.debounce: 4.0.8
|
|
149
149
|
resolve: 1.22.0
|
|
@@ -211,7 +211,7 @@ packages:
|
|
|
211
211
|
node: '>=6.9.0'
|
|
212
212
|
resolution:
|
|
213
213
|
integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
|
|
214
|
-
/@babel/helper-module-transforms/7.
|
|
214
|
+
/@babel/helper-module-transforms/7.17.6:
|
|
215
215
|
dependencies:
|
|
216
216
|
'@babel/helper-environment-visitor': 7.16.7
|
|
217
217
|
'@babel/helper-module-imports': 7.16.7
|
|
@@ -219,13 +219,13 @@ packages:
|
|
|
219
219
|
'@babel/helper-split-export-declaration': 7.16.7
|
|
220
220
|
'@babel/helper-validator-identifier': 7.16.7
|
|
221
221
|
'@babel/template': 7.16.7
|
|
222
|
-
'@babel/traverse': 7.17.
|
|
222
|
+
'@babel/traverse': 7.17.3
|
|
223
223
|
'@babel/types': 7.17.0
|
|
224
224
|
dev: true
|
|
225
225
|
engines:
|
|
226
226
|
node: '>=6.9.0'
|
|
227
227
|
resolution:
|
|
228
|
-
integrity: sha512-
|
|
228
|
+
integrity: sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==
|
|
229
229
|
/@babel/helper-optimise-call-expression/7.16.7:
|
|
230
230
|
dependencies:
|
|
231
231
|
'@babel/types': 7.17.0
|
|
@@ -255,7 +255,7 @@ packages:
|
|
|
255
255
|
'@babel/helper-environment-visitor': 7.16.7
|
|
256
256
|
'@babel/helper-member-expression-to-functions': 7.16.7
|
|
257
257
|
'@babel/helper-optimise-call-expression': 7.16.7
|
|
258
|
-
'@babel/traverse': 7.17.
|
|
258
|
+
'@babel/traverse': 7.17.3
|
|
259
259
|
'@babel/types': 7.17.0
|
|
260
260
|
dev: true
|
|
261
261
|
engines:
|
|
@@ -302,23 +302,23 @@ packages:
|
|
|
302
302
|
dependencies:
|
|
303
303
|
'@babel/helper-function-name': 7.16.7
|
|
304
304
|
'@babel/template': 7.16.7
|
|
305
|
-
'@babel/traverse': 7.17.
|
|
305
|
+
'@babel/traverse': 7.17.3
|
|
306
306
|
'@babel/types': 7.17.0
|
|
307
307
|
dev: true
|
|
308
308
|
engines:
|
|
309
309
|
node: '>=6.9.0'
|
|
310
310
|
resolution:
|
|
311
311
|
integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==
|
|
312
|
-
/@babel/helpers/7.17.
|
|
312
|
+
/@babel/helpers/7.17.2:
|
|
313
313
|
dependencies:
|
|
314
314
|
'@babel/template': 7.16.7
|
|
315
|
-
'@babel/traverse': 7.17.
|
|
315
|
+
'@babel/traverse': 7.17.3
|
|
316
316
|
'@babel/types': 7.17.0
|
|
317
317
|
dev: true
|
|
318
318
|
engines:
|
|
319
319
|
node: '>=6.9.0'
|
|
320
320
|
resolution:
|
|
321
|
-
integrity: sha512-
|
|
321
|
+
integrity: sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
|
|
322
322
|
/@babel/highlight/7.16.10:
|
|
323
323
|
dependencies:
|
|
324
324
|
'@babel/helper-validator-identifier': 7.16.7
|
|
@@ -329,16 +329,16 @@ packages:
|
|
|
329
329
|
node: '>=6.9.0'
|
|
330
330
|
resolution:
|
|
331
331
|
integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
|
|
332
|
-
/@babel/parser/7.17.
|
|
332
|
+
/@babel/parser/7.17.3:
|
|
333
333
|
dev: true
|
|
334
334
|
engines:
|
|
335
335
|
node: '>=6.0.0'
|
|
336
336
|
hasBin: true
|
|
337
337
|
resolution:
|
|
338
|
-
integrity: sha512-
|
|
339
|
-
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.
|
|
338
|
+
integrity: sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
|
|
339
|
+
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.5:
|
|
340
340
|
dependencies:
|
|
341
|
-
'@babel/core': 7.17.
|
|
341
|
+
'@babel/core': 7.17.5
|
|
342
342
|
'@babel/helper-plugin-utils': 7.16.7
|
|
343
343
|
dev: true
|
|
344
344
|
engines:
|
|
@@ -347,12 +347,12 @@ packages:
|
|
|
347
347
|
'@babel/core': ^7.0.0
|
|
348
348
|
resolution:
|
|
349
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.
|
|
350
|
+
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.5:
|
|
351
351
|
dependencies:
|
|
352
|
-
'@babel/core': 7.17.
|
|
352
|
+
'@babel/core': 7.17.5
|
|
353
353
|
'@babel/helper-plugin-utils': 7.16.7
|
|
354
354
|
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
|
|
355
|
-
'@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.
|
|
355
|
+
'@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5
|
|
356
356
|
dev: true
|
|
357
357
|
engines:
|
|
358
358
|
node: '>=6.9.0'
|
|
@@ -360,12 +360,12 @@ packages:
|
|
|
360
360
|
'@babel/core': ^7.13.0
|
|
361
361
|
resolution:
|
|
362
362
|
integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==
|
|
363
|
-
/@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.
|
|
363
|
+
/@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.5:
|
|
364
364
|
dependencies:
|
|
365
|
-
'@babel/core': 7.17.
|
|
365
|
+
'@babel/core': 7.17.5
|
|
366
366
|
'@babel/helper-plugin-utils': 7.16.7
|
|
367
367
|
'@babel/helper-remap-async-to-generator': 7.16.8
|
|
368
|
-
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.
|
|
368
|
+
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5
|
|
369
369
|
dev: true
|
|
370
370
|
engines:
|
|
371
371
|
node: '>=6.9.0'
|
|
@@ -373,10 +373,10 @@ packages:
|
|
|
373
373
|
'@babel/core': ^7.0.0-0
|
|
374
374
|
resolution:
|
|
375
375
|
integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
|
|
376
|
-
/@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.
|
|
376
|
+
/@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.5:
|
|
377
377
|
dependencies:
|
|
378
|
-
'@babel/core': 7.17.
|
|
379
|
-
'@babel/helper-create-class-features-plugin': 7.17.
|
|
378
|
+
'@babel/core': 7.17.5
|
|
379
|
+
'@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
|
|
380
380
|
'@babel/helper-plugin-utils': 7.16.7
|
|
381
381
|
dev: true
|
|
382
382
|
engines:
|
|
@@ -385,24 +385,24 @@ packages:
|
|
|
385
385
|
'@babel/core': ^7.0.0-0
|
|
386
386
|
resolution:
|
|
387
387
|
integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==
|
|
388
|
-
/@babel/plugin-proposal-class-static-block/7.
|
|
388
|
+
/@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.5:
|
|
389
389
|
dependencies:
|
|
390
|
-
'@babel/core': 7.17.
|
|
391
|
-
'@babel/helper-create-class-features-plugin': 7.17.
|
|
390
|
+
'@babel/core': 7.17.5
|
|
391
|
+
'@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
|
|
392
392
|
'@babel/helper-plugin-utils': 7.16.7
|
|
393
|
-
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.
|
|
393
|
+
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.5
|
|
394
394
|
dev: true
|
|
395
395
|
engines:
|
|
396
396
|
node: '>=6.9.0'
|
|
397
397
|
peerDependencies:
|
|
398
398
|
'@babel/core': ^7.12.0
|
|
399
399
|
resolution:
|
|
400
|
-
integrity: sha512-
|
|
401
|
-
/@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.
|
|
400
|
+
integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==
|
|
401
|
+
/@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.5:
|
|
402
402
|
dependencies:
|
|
403
|
-
'@babel/core': 7.17.
|
|
403
|
+
'@babel/core': 7.17.5
|
|
404
404
|
'@babel/helper-plugin-utils': 7.16.7
|
|
405
|
-
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.
|
|
405
|
+
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.5
|
|
406
406
|
dev: true
|
|
407
407
|
engines:
|
|
408
408
|
node: '>=6.9.0'
|
|
@@ -410,11 +410,11 @@ packages:
|
|
|
410
410
|
'@babel/core': ^7.0.0-0
|
|
411
411
|
resolution:
|
|
412
412
|
integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==
|
|
413
|
-
/@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.
|
|
413
|
+
/@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.5:
|
|
414
414
|
dependencies:
|
|
415
|
-
'@babel/core': 7.17.
|
|
415
|
+
'@babel/core': 7.17.5
|
|
416
416
|
'@babel/helper-plugin-utils': 7.16.7
|
|
417
|
-
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.
|
|
417
|
+
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.5
|
|
418
418
|
dev: true
|
|
419
419
|
engines:
|
|
420
420
|
node: '>=6.9.0'
|
|
@@ -422,11 +422,11 @@ packages:
|
|
|
422
422
|
'@babel/core': ^7.0.0-0
|
|
423
423
|
resolution:
|
|
424
424
|
integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==
|
|
425
|
-
/@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.
|
|
425
|
+
/@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.5:
|
|
426
426
|
dependencies:
|
|
427
|
-
'@babel/core': 7.17.
|
|
427
|
+
'@babel/core': 7.17.5
|
|
428
428
|
'@babel/helper-plugin-utils': 7.16.7
|
|
429
|
-
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.
|
|
429
|
+
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5
|
|
430
430
|
dev: true
|
|
431
431
|
engines:
|
|
432
432
|
node: '>=6.9.0'
|
|
@@ -434,11 +434,11 @@ packages:
|
|
|
434
434
|
'@babel/core': ^7.0.0-0
|
|
435
435
|
resolution:
|
|
436
436
|
integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==
|
|
437
|
-
/@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.
|
|
437
|
+
/@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.5:
|
|
438
438
|
dependencies:
|
|
439
|
-
'@babel/core': 7.17.
|
|
439
|
+
'@babel/core': 7.17.5
|
|
440
440
|
'@babel/helper-plugin-utils': 7.16.7
|
|
441
|
-
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.
|
|
441
|
+
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5
|
|
442
442
|
dev: true
|
|
443
443
|
engines:
|
|
444
444
|
node: '>=6.9.0'
|
|
@@ -446,11 +446,11 @@ packages:
|
|
|
446
446
|
'@babel/core': ^7.0.0-0
|
|
447
447
|
resolution:
|
|
448
448
|
integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==
|
|
449
|
-
/@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.
|
|
449
|
+
/@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.5:
|
|
450
450
|
dependencies:
|
|
451
|
-
'@babel/core': 7.17.
|
|
451
|
+
'@babel/core': 7.17.5
|
|
452
452
|
'@babel/helper-plugin-utils': 7.16.7
|
|
453
|
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.
|
|
453
|
+
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5
|
|
454
454
|
dev: true
|
|
455
455
|
engines:
|
|
456
456
|
node: '>=6.9.0'
|
|
@@ -458,11 +458,11 @@ packages:
|
|
|
458
458
|
'@babel/core': ^7.0.0-0
|
|
459
459
|
resolution:
|
|
460
460
|
integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==
|
|
461
|
-
/@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.
|
|
461
|
+
/@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.5:
|
|
462
462
|
dependencies:
|
|
463
|
-
'@babel/core': 7.17.
|
|
463
|
+
'@babel/core': 7.17.5
|
|
464
464
|
'@babel/helper-plugin-utils': 7.16.7
|
|
465
|
-
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.
|
|
465
|
+
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5
|
|
466
466
|
dev: true
|
|
467
467
|
engines:
|
|
468
468
|
node: '>=6.9.0'
|
|
@@ -470,26 +470,26 @@ packages:
|
|
|
470
470
|
'@babel/core': ^7.0.0-0
|
|
471
471
|
resolution:
|
|
472
472
|
integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==
|
|
473
|
-
/@babel/plugin-proposal-object-rest-spread/7.
|
|
473
|
+
/@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.5:
|
|
474
474
|
dependencies:
|
|
475
475
|
'@babel/compat-data': 7.17.0
|
|
476
|
-
'@babel/core': 7.17.
|
|
477
|
-
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.
|
|
476
|
+
'@babel/core': 7.17.5
|
|
477
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
|
|
478
478
|
'@babel/helper-plugin-utils': 7.16.7
|
|
479
|
-
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.
|
|
480
|
-
'@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.
|
|
479
|
+
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5
|
|
480
|
+
'@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5
|
|
481
481
|
dev: true
|
|
482
482
|
engines:
|
|
483
483
|
node: '>=6.9.0'
|
|
484
484
|
peerDependencies:
|
|
485
485
|
'@babel/core': ^7.0.0-0
|
|
486
486
|
resolution:
|
|
487
|
-
integrity: sha512-
|
|
488
|
-
/@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.
|
|
487
|
+
integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==
|
|
488
|
+
/@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.5:
|
|
489
489
|
dependencies:
|
|
490
|
-
'@babel/core': 7.17.
|
|
490
|
+
'@babel/core': 7.17.5
|
|
491
491
|
'@babel/helper-plugin-utils': 7.16.7
|
|
492
|
-
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.
|
|
492
|
+
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5
|
|
493
493
|
dev: true
|
|
494
494
|
engines:
|
|
495
495
|
node: '>=6.9.0'
|
|
@@ -497,12 +497,12 @@ packages:
|
|
|
497
497
|
'@babel/core': ^7.0.0-0
|
|
498
498
|
resolution:
|
|
499
499
|
integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==
|
|
500
|
-
/@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.
|
|
500
|
+
/@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.5:
|
|
501
501
|
dependencies:
|
|
502
|
-
'@babel/core': 7.17.
|
|
502
|
+
'@babel/core': 7.17.5
|
|
503
503
|
'@babel/helper-plugin-utils': 7.16.7
|
|
504
504
|
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
|
|
505
|
-
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.
|
|
505
|
+
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5
|
|
506
506
|
dev: true
|
|
507
507
|
engines:
|
|
508
508
|
node: '>=6.9.0'
|
|
@@ -510,10 +510,10 @@ packages:
|
|
|
510
510
|
'@babel/core': ^7.0.0-0
|
|
511
511
|
resolution:
|
|
512
512
|
integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==
|
|
513
|
-
/@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.
|
|
513
|
+
/@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.5:
|
|
514
514
|
dependencies:
|
|
515
|
-
'@babel/core': 7.17.
|
|
516
|
-
'@babel/helper-create-class-features-plugin': 7.17.
|
|
515
|
+
'@babel/core': 7.17.5
|
|
516
|
+
'@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
|
|
517
517
|
'@babel/helper-plugin-utils': 7.16.7
|
|
518
518
|
dev: true
|
|
519
519
|
engines:
|
|
@@ -522,13 +522,13 @@ packages:
|
|
|
522
522
|
'@babel/core': ^7.0.0-0
|
|
523
523
|
resolution:
|
|
524
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.
|
|
525
|
+
/@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.5:
|
|
526
526
|
dependencies:
|
|
527
|
-
'@babel/core': 7.17.
|
|
527
|
+
'@babel/core': 7.17.5
|
|
528
528
|
'@babel/helper-annotate-as-pure': 7.16.7
|
|
529
|
-
'@babel/helper-create-class-features-plugin': 7.17.
|
|
529
|
+
'@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
|
|
530
530
|
'@babel/helper-plugin-utils': 7.16.7
|
|
531
|
-
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.
|
|
531
|
+
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.5
|
|
532
532
|
dev: true
|
|
533
533
|
engines:
|
|
534
534
|
node: '>=6.9.0'
|
|
@@ -536,10 +536,10 @@ packages:
|
|
|
536
536
|
'@babel/core': ^7.0.0-0
|
|
537
537
|
resolution:
|
|
538
538
|
integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==
|
|
539
|
-
/@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.
|
|
539
|
+
/@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.5:
|
|
540
540
|
dependencies:
|
|
541
|
-
'@babel/core': 7.17.
|
|
542
|
-
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.
|
|
541
|
+
'@babel/core': 7.17.5
|
|
542
|
+
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
|
|
543
543
|
'@babel/helper-plugin-utils': 7.16.7
|
|
544
544
|
dev: true
|
|
545
545
|
engines:
|
|
@@ -548,27 +548,27 @@ packages:
|
|
|
548
548
|
'@babel/core': ^7.0.0-0
|
|
549
549
|
resolution:
|
|
550
550
|
integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==
|
|
551
|
-
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.
|
|
551
|
+
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.5:
|
|
552
552
|
dependencies:
|
|
553
|
-
'@babel/core': 7.17.
|
|
553
|
+
'@babel/core': 7.17.5
|
|
554
554
|
'@babel/helper-plugin-utils': 7.16.7
|
|
555
555
|
dev: true
|
|
556
556
|
peerDependencies:
|
|
557
557
|
'@babel/core': ^7.0.0-0
|
|
558
558
|
resolution:
|
|
559
559
|
integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
|
|
560
|
-
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.
|
|
560
|
+
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.5:
|
|
561
561
|
dependencies:
|
|
562
|
-
'@babel/core': 7.17.
|
|
562
|
+
'@babel/core': 7.17.5
|
|
563
563
|
'@babel/helper-plugin-utils': 7.16.7
|
|
564
564
|
dev: true
|
|
565
565
|
peerDependencies:
|
|
566
566
|
'@babel/core': ^7.0.0-0
|
|
567
567
|
resolution:
|
|
568
568
|
integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
|
|
569
|
-
/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.
|
|
569
|
+
/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.5:
|
|
570
570
|
dependencies:
|
|
571
|
-
'@babel/core': 7.17.
|
|
571
|
+
'@babel/core': 7.17.5
|
|
572
572
|
'@babel/helper-plugin-utils': 7.16.7
|
|
573
573
|
dev: true
|
|
574
574
|
engines:
|
|
@@ -577,90 +577,90 @@ packages:
|
|
|
577
577
|
'@babel/core': ^7.0.0-0
|
|
578
578
|
resolution:
|
|
579
579
|
integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
|
|
580
|
-
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.
|
|
580
|
+
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.5:
|
|
581
581
|
dependencies:
|
|
582
|
-
'@babel/core': 7.17.
|
|
582
|
+
'@babel/core': 7.17.5
|
|
583
583
|
'@babel/helper-plugin-utils': 7.16.7
|
|
584
584
|
dev: true
|
|
585
585
|
peerDependencies:
|
|
586
586
|
'@babel/core': ^7.0.0-0
|
|
587
587
|
resolution:
|
|
588
588
|
integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
|
|
589
|
-
/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.
|
|
589
|
+
/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.5:
|
|
590
590
|
dependencies:
|
|
591
|
-
'@babel/core': 7.17.
|
|
591
|
+
'@babel/core': 7.17.5
|
|
592
592
|
'@babel/helper-plugin-utils': 7.16.7
|
|
593
593
|
dev: true
|
|
594
594
|
peerDependencies:
|
|
595
595
|
'@babel/core': ^7.0.0-0
|
|
596
596
|
resolution:
|
|
597
597
|
integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
|
|
598
|
-
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.
|
|
598
|
+
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.5:
|
|
599
599
|
dependencies:
|
|
600
|
-
'@babel/core': 7.17.
|
|
600
|
+
'@babel/core': 7.17.5
|
|
601
601
|
'@babel/helper-plugin-utils': 7.16.7
|
|
602
602
|
dev: true
|
|
603
603
|
peerDependencies:
|
|
604
604
|
'@babel/core': ^7.0.0-0
|
|
605
605
|
resolution:
|
|
606
606
|
integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
|
|
607
|
-
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.
|
|
607
|
+
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.5:
|
|
608
608
|
dependencies:
|
|
609
|
-
'@babel/core': 7.17.
|
|
609
|
+
'@babel/core': 7.17.5
|
|
610
610
|
'@babel/helper-plugin-utils': 7.16.7
|
|
611
611
|
dev: true
|
|
612
612
|
peerDependencies:
|
|
613
613
|
'@babel/core': ^7.0.0-0
|
|
614
614
|
resolution:
|
|
615
615
|
integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
|
|
616
|
-
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.
|
|
616
|
+
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.5:
|
|
617
617
|
dependencies:
|
|
618
|
-
'@babel/core': 7.17.
|
|
618
|
+
'@babel/core': 7.17.5
|
|
619
619
|
'@babel/helper-plugin-utils': 7.16.7
|
|
620
620
|
dev: true
|
|
621
621
|
peerDependencies:
|
|
622
622
|
'@babel/core': ^7.0.0-0
|
|
623
623
|
resolution:
|
|
624
624
|
integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
|
|
625
|
-
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.
|
|
625
|
+
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.5:
|
|
626
626
|
dependencies:
|
|
627
|
-
'@babel/core': 7.17.
|
|
627
|
+
'@babel/core': 7.17.5
|
|
628
628
|
'@babel/helper-plugin-utils': 7.16.7
|
|
629
629
|
dev: true
|
|
630
630
|
peerDependencies:
|
|
631
631
|
'@babel/core': ^7.0.0-0
|
|
632
632
|
resolution:
|
|
633
633
|
integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
|
|
634
|
-
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.
|
|
634
|
+
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.5:
|
|
635
635
|
dependencies:
|
|
636
|
-
'@babel/core': 7.17.
|
|
636
|
+
'@babel/core': 7.17.5
|
|
637
637
|
'@babel/helper-plugin-utils': 7.16.7
|
|
638
638
|
dev: true
|
|
639
639
|
peerDependencies:
|
|
640
640
|
'@babel/core': ^7.0.0-0
|
|
641
641
|
resolution:
|
|
642
642
|
integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
|
|
643
|
-
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.
|
|
643
|
+
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.5:
|
|
644
644
|
dependencies:
|
|
645
|
-
'@babel/core': 7.17.
|
|
645
|
+
'@babel/core': 7.17.5
|
|
646
646
|
'@babel/helper-plugin-utils': 7.16.7
|
|
647
647
|
dev: true
|
|
648
648
|
peerDependencies:
|
|
649
649
|
'@babel/core': ^7.0.0-0
|
|
650
650
|
resolution:
|
|
651
651
|
integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
|
|
652
|
-
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.
|
|
652
|
+
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.5:
|
|
653
653
|
dependencies:
|
|
654
|
-
'@babel/core': 7.17.
|
|
654
|
+
'@babel/core': 7.17.5
|
|
655
655
|
'@babel/helper-plugin-utils': 7.16.7
|
|
656
656
|
dev: true
|
|
657
657
|
peerDependencies:
|
|
658
658
|
'@babel/core': ^7.0.0-0
|
|
659
659
|
resolution:
|
|
660
660
|
integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
|
|
661
|
-
/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.
|
|
661
|
+
/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.5:
|
|
662
662
|
dependencies:
|
|
663
|
-
'@babel/core': 7.17.
|
|
663
|
+
'@babel/core': 7.17.5
|
|
664
664
|
'@babel/helper-plugin-utils': 7.16.7
|
|
665
665
|
dev: true
|
|
666
666
|
engines:
|
|
@@ -669,9 +669,9 @@ packages:
|
|
|
669
669
|
'@babel/core': ^7.0.0-0
|
|
670
670
|
resolution:
|
|
671
671
|
integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
|
|
672
|
-
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.
|
|
672
|
+
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.5:
|
|
673
673
|
dependencies:
|
|
674
|
-
'@babel/core': 7.17.
|
|
674
|
+
'@babel/core': 7.17.5
|
|
675
675
|
'@babel/helper-plugin-utils': 7.16.7
|
|
676
676
|
dev: true
|
|
677
677
|
engines:
|
|
@@ -680,9 +680,9 @@ packages:
|
|
|
680
680
|
'@babel/core': ^7.0.0-0
|
|
681
681
|
resolution:
|
|
682
682
|
integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
|
|
683
|
-
/@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.
|
|
683
|
+
/@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.5:
|
|
684
684
|
dependencies:
|
|
685
|
-
'@babel/core': 7.17.
|
|
685
|
+
'@babel/core': 7.17.5
|
|
686
686
|
'@babel/helper-plugin-utils': 7.16.7
|
|
687
687
|
dev: true
|
|
688
688
|
engines:
|
|
@@ -691,9 +691,9 @@ packages:
|
|
|
691
691
|
'@babel/core': ^7.0.0-0
|
|
692
692
|
resolution:
|
|
693
693
|
integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==
|
|
694
|
-
/@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.
|
|
694
|
+
/@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.5:
|
|
695
695
|
dependencies:
|
|
696
|
-
'@babel/core': 7.17.
|
|
696
|
+
'@babel/core': 7.17.5
|
|
697
697
|
'@babel/helper-module-imports': 7.16.7
|
|
698
698
|
'@babel/helper-plugin-utils': 7.16.7
|
|
699
699
|
'@babel/helper-remap-async-to-generator': 7.16.8
|
|
@@ -704,9 +704,9 @@ packages:
|
|
|
704
704
|
'@babel/core': ^7.0.0-0
|
|
705
705
|
resolution:
|
|
706
706
|
integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
|
|
707
|
-
/@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.
|
|
707
|
+
/@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.5:
|
|
708
708
|
dependencies:
|
|
709
|
-
'@babel/core': 7.17.
|
|
709
|
+
'@babel/core': 7.17.5
|
|
710
710
|
'@babel/helper-plugin-utils': 7.16.7
|
|
711
711
|
dev: true
|
|
712
712
|
engines:
|
|
@@ -715,9 +715,9 @@ packages:
|
|
|
715
715
|
'@babel/core': ^7.0.0-0
|
|
716
716
|
resolution:
|
|
717
717
|
integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==
|
|
718
|
-
/@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.
|
|
718
|
+
/@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.5:
|
|
719
719
|
dependencies:
|
|
720
|
-
'@babel/core': 7.17.
|
|
720
|
+
'@babel/core': 7.17.5
|
|
721
721
|
'@babel/helper-plugin-utils': 7.16.7
|
|
722
722
|
dev: true
|
|
723
723
|
engines:
|
|
@@ -726,9 +726,9 @@ packages:
|
|
|
726
726
|
'@babel/core': ^7.0.0-0
|
|
727
727
|
resolution:
|
|
728
728
|
integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==
|
|
729
|
-
/@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.
|
|
729
|
+
/@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.5:
|
|
730
730
|
dependencies:
|
|
731
|
-
'@babel/core': 7.17.
|
|
731
|
+
'@babel/core': 7.17.5
|
|
732
732
|
'@babel/helper-annotate-as-pure': 7.16.7
|
|
733
733
|
'@babel/helper-environment-visitor': 7.16.7
|
|
734
734
|
'@babel/helper-function-name': 7.16.7
|
|
@@ -744,9 +744,9 @@ packages:
|
|
|
744
744
|
'@babel/core': ^7.0.0-0
|
|
745
745
|
resolution:
|
|
746
746
|
integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==
|
|
747
|
-
/@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.
|
|
747
|
+
/@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.5:
|
|
748
748
|
dependencies:
|
|
749
|
-
'@babel/core': 7.17.
|
|
749
|
+
'@babel/core': 7.17.5
|
|
750
750
|
'@babel/helper-plugin-utils': 7.16.7
|
|
751
751
|
dev: true
|
|
752
752
|
engines:
|
|
@@ -755,9 +755,9 @@ packages:
|
|
|
755
755
|
'@babel/core': ^7.0.0-0
|
|
756
756
|
resolution:
|
|
757
757
|
integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==
|
|
758
|
-
/@babel/plugin-transform-destructuring/7.
|
|
758
|
+
/@babel/plugin-transform-destructuring/7.17.3_@babel+core@7.17.5:
|
|
759
759
|
dependencies:
|
|
760
|
-
'@babel/core': 7.17.
|
|
760
|
+
'@babel/core': 7.17.5
|
|
761
761
|
'@babel/helper-plugin-utils': 7.16.7
|
|
762
762
|
dev: true
|
|
763
763
|
engines:
|
|
@@ -765,11 +765,11 @@ packages:
|
|
|
765
765
|
peerDependencies:
|
|
766
766
|
'@babel/core': ^7.0.0-0
|
|
767
767
|
resolution:
|
|
768
|
-
integrity: sha512-
|
|
769
|
-
/@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.
|
|
768
|
+
integrity: sha512-dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg==
|
|
769
|
+
/@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.5:
|
|
770
770
|
dependencies:
|
|
771
|
-
'@babel/core': 7.17.
|
|
772
|
-
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.
|
|
771
|
+
'@babel/core': 7.17.5
|
|
772
|
+
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
|
|
773
773
|
'@babel/helper-plugin-utils': 7.16.7
|
|
774
774
|
dev: true
|
|
775
775
|
engines:
|
|
@@ -778,9 +778,9 @@ packages:
|
|
|
778
778
|
'@babel/core': ^7.0.0-0
|
|
779
779
|
resolution:
|
|
780
780
|
integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==
|
|
781
|
-
/@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.
|
|
781
|
+
/@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.5:
|
|
782
782
|
dependencies:
|
|
783
|
-
'@babel/core': 7.17.
|
|
783
|
+
'@babel/core': 7.17.5
|
|
784
784
|
'@babel/helper-plugin-utils': 7.16.7
|
|
785
785
|
dev: true
|
|
786
786
|
engines:
|
|
@@ -789,9 +789,9 @@ packages:
|
|
|
789
789
|
'@babel/core': ^7.0.0-0
|
|
790
790
|
resolution:
|
|
791
791
|
integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==
|
|
792
|
-
/@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.
|
|
792
|
+
/@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.5:
|
|
793
793
|
dependencies:
|
|
794
|
-
'@babel/core': 7.17.
|
|
794
|
+
'@babel/core': 7.17.5
|
|
795
795
|
'@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7
|
|
796
796
|
'@babel/helper-plugin-utils': 7.16.7
|
|
797
797
|
dev: true
|
|
@@ -801,9 +801,9 @@ packages:
|
|
|
801
801
|
'@babel/core': ^7.0.0-0
|
|
802
802
|
resolution:
|
|
803
803
|
integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==
|
|
804
|
-
/@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.
|
|
804
|
+
/@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.5:
|
|
805
805
|
dependencies:
|
|
806
|
-
'@babel/core': 7.17.
|
|
806
|
+
'@babel/core': 7.17.5
|
|
807
807
|
'@babel/helper-plugin-utils': 7.16.7
|
|
808
808
|
dev: true
|
|
809
809
|
engines:
|
|
@@ -812,10 +812,10 @@ packages:
|
|
|
812
812
|
'@babel/core': ^7.0.0-0
|
|
813
813
|
resolution:
|
|
814
814
|
integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==
|
|
815
|
-
/@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.
|
|
815
|
+
/@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.5:
|
|
816
816
|
dependencies:
|
|
817
|
-
'@babel/core': 7.17.
|
|
818
|
-
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.
|
|
817
|
+
'@babel/core': 7.17.5
|
|
818
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
|
|
819
819
|
'@babel/helper-function-name': 7.16.7
|
|
820
820
|
'@babel/helper-plugin-utils': 7.16.7
|
|
821
821
|
dev: true
|
|
@@ -825,9 +825,9 @@ packages:
|
|
|
825
825
|
'@babel/core': ^7.0.0-0
|
|
826
826
|
resolution:
|
|
827
827
|
integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==
|
|
828
|
-
/@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.
|
|
828
|
+
/@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.5:
|
|
829
829
|
dependencies:
|
|
830
|
-
'@babel/core': 7.17.
|
|
830
|
+
'@babel/core': 7.17.5
|
|
831
831
|
'@babel/helper-plugin-utils': 7.16.7
|
|
832
832
|
dev: true
|
|
833
833
|
engines:
|
|
@@ -836,9 +836,9 @@ packages:
|
|
|
836
836
|
'@babel/core': ^7.0.0-0
|
|
837
837
|
resolution:
|
|
838
838
|
integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==
|
|
839
|
-
/@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.
|
|
839
|
+
/@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.5:
|
|
840
840
|
dependencies:
|
|
841
|
-
'@babel/core': 7.17.
|
|
841
|
+
'@babel/core': 7.17.5
|
|
842
842
|
'@babel/helper-plugin-utils': 7.16.7
|
|
843
843
|
dev: true
|
|
844
844
|
engines:
|
|
@@ -847,10 +847,10 @@ packages:
|
|
|
847
847
|
'@babel/core': ^7.0.0-0
|
|
848
848
|
resolution:
|
|
849
849
|
integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==
|
|
850
|
-
/@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.
|
|
850
|
+
/@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.5:
|
|
851
851
|
dependencies:
|
|
852
|
-
'@babel/core': 7.17.
|
|
853
|
-
'@babel/helper-module-transforms': 7.
|
|
852
|
+
'@babel/core': 7.17.5
|
|
853
|
+
'@babel/helper-module-transforms': 7.17.6
|
|
854
854
|
'@babel/helper-plugin-utils': 7.16.7
|
|
855
855
|
babel-plugin-dynamic-import-node: 2.3.3
|
|
856
856
|
dev: true
|
|
@@ -860,10 +860,10 @@ packages:
|
|
|
860
860
|
'@babel/core': ^7.0.0-0
|
|
861
861
|
resolution:
|
|
862
862
|
integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==
|
|
863
|
-
/@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.
|
|
863
|
+
/@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.5:
|
|
864
864
|
dependencies:
|
|
865
|
-
'@babel/core': 7.17.
|
|
866
|
-
'@babel/helper-module-transforms': 7.
|
|
865
|
+
'@babel/core': 7.17.5
|
|
866
|
+
'@babel/helper-module-transforms': 7.17.6
|
|
867
867
|
'@babel/helper-plugin-utils': 7.16.7
|
|
868
868
|
'@babel/helper-simple-access': 7.16.7
|
|
869
869
|
babel-plugin-dynamic-import-node: 2.3.3
|
|
@@ -874,11 +874,11 @@ packages:
|
|
|
874
874
|
'@babel/core': ^7.0.0-0
|
|
875
875
|
resolution:
|
|
876
876
|
integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
|
|
877
|
-
/@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.
|
|
877
|
+
/@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.5:
|
|
878
878
|
dependencies:
|
|
879
|
-
'@babel/core': 7.17.
|
|
879
|
+
'@babel/core': 7.17.5
|
|
880
880
|
'@babel/helper-hoist-variables': 7.16.7
|
|
881
|
-
'@babel/helper-module-transforms': 7.
|
|
881
|
+
'@babel/helper-module-transforms': 7.17.6
|
|
882
882
|
'@babel/helper-plugin-utils': 7.16.7
|
|
883
883
|
'@babel/helper-validator-identifier': 7.16.7
|
|
884
884
|
babel-plugin-dynamic-import-node: 2.3.3
|
|
@@ -889,10 +889,10 @@ packages:
|
|
|
889
889
|
'@babel/core': ^7.0.0-0
|
|
890
890
|
resolution:
|
|
891
891
|
integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==
|
|
892
|
-
/@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.
|
|
892
|
+
/@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.5:
|
|
893
893
|
dependencies:
|
|
894
|
-
'@babel/core': 7.17.
|
|
895
|
-
'@babel/helper-module-transforms': 7.
|
|
894
|
+
'@babel/core': 7.17.5
|
|
895
|
+
'@babel/helper-module-transforms': 7.17.6
|
|
896
896
|
'@babel/helper-plugin-utils': 7.16.7
|
|
897
897
|
dev: true
|
|
898
898
|
engines:
|
|
@@ -901,10 +901,10 @@ packages:
|
|
|
901
901
|
'@babel/core': ^7.0.0-0
|
|
902
902
|
resolution:
|
|
903
903
|
integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==
|
|
904
|
-
/@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.
|
|
904
|
+
/@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.5:
|
|
905
905
|
dependencies:
|
|
906
|
-
'@babel/core': 7.17.
|
|
907
|
-
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.
|
|
906
|
+
'@babel/core': 7.17.5
|
|
907
|
+
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
|
|
908
908
|
dev: true
|
|
909
909
|
engines:
|
|
910
910
|
node: '>=6.9.0'
|
|
@@ -912,9 +912,9 @@ packages:
|
|
|
912
912
|
'@babel/core': ^7.0.0
|
|
913
913
|
resolution:
|
|
914
914
|
integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
|
|
915
|
-
/@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.
|
|
915
|
+
/@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.5:
|
|
916
916
|
dependencies:
|
|
917
|
-
'@babel/core': 7.17.
|
|
917
|
+
'@babel/core': 7.17.5
|
|
918
918
|
'@babel/helper-plugin-utils': 7.16.7
|
|
919
919
|
dev: true
|
|
920
920
|
engines:
|
|
@@ -923,9 +923,9 @@ packages:
|
|
|
923
923
|
'@babel/core': ^7.0.0-0
|
|
924
924
|
resolution:
|
|
925
925
|
integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==
|
|
926
|
-
/@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.
|
|
926
|
+
/@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.5:
|
|
927
927
|
dependencies:
|
|
928
|
-
'@babel/core': 7.17.
|
|
928
|
+
'@babel/core': 7.17.5
|
|
929
929
|
'@babel/helper-plugin-utils': 7.16.7
|
|
930
930
|
'@babel/helper-replace-supers': 7.16.7
|
|
931
931
|
dev: true
|
|
@@ -935,9 +935,9 @@ packages:
|
|
|
935
935
|
'@babel/core': ^7.0.0-0
|
|
936
936
|
resolution:
|
|
937
937
|
integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==
|
|
938
|
-
/@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.
|
|
938
|
+
/@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.5:
|
|
939
939
|
dependencies:
|
|
940
|
-
'@babel/core': 7.17.
|
|
940
|
+
'@babel/core': 7.17.5
|
|
941
941
|
'@babel/helper-plugin-utils': 7.16.7
|
|
942
942
|
dev: true
|
|
943
943
|
engines:
|
|
@@ -946,9 +946,9 @@ packages:
|
|
|
946
946
|
'@babel/core': ^7.0.0-0
|
|
947
947
|
resolution:
|
|
948
948
|
integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==
|
|
949
|
-
/@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.
|
|
949
|
+
/@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.5:
|
|
950
950
|
dependencies:
|
|
951
|
-
'@babel/core': 7.17.
|
|
951
|
+
'@babel/core': 7.17.5
|
|
952
952
|
'@babel/helper-plugin-utils': 7.16.7
|
|
953
953
|
dev: true
|
|
954
954
|
engines:
|
|
@@ -957,9 +957,9 @@ packages:
|
|
|
957
957
|
'@babel/core': ^7.0.0-0
|
|
958
958
|
resolution:
|
|
959
959
|
integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==
|
|
960
|
-
/@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.
|
|
960
|
+
/@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.5:
|
|
961
961
|
dependencies:
|
|
962
|
-
'@babel/core': 7.17.
|
|
962
|
+
'@babel/core': 7.17.5
|
|
963
963
|
regenerator-transform: 0.14.5
|
|
964
964
|
dev: true
|
|
965
965
|
engines:
|
|
@@ -968,9 +968,9 @@ packages:
|
|
|
968
968
|
'@babel/core': ^7.0.0-0
|
|
969
969
|
resolution:
|
|
970
970
|
integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==
|
|
971
|
-
/@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.
|
|
971
|
+
/@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.5:
|
|
972
972
|
dependencies:
|
|
973
|
-
'@babel/core': 7.17.
|
|
973
|
+
'@babel/core': 7.17.5
|
|
974
974
|
'@babel/helper-plugin-utils': 7.16.7
|
|
975
975
|
dev: true
|
|
976
976
|
engines:
|
|
@@ -979,9 +979,9 @@ packages:
|
|
|
979
979
|
'@babel/core': ^7.0.0-0
|
|
980
980
|
resolution:
|
|
981
981
|
integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==
|
|
982
|
-
/@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.
|
|
982
|
+
/@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.5:
|
|
983
983
|
dependencies:
|
|
984
|
-
'@babel/core': 7.17.
|
|
984
|
+
'@babel/core': 7.17.5
|
|
985
985
|
'@babel/helper-plugin-utils': 7.16.7
|
|
986
986
|
dev: true
|
|
987
987
|
engines:
|
|
@@ -990,9 +990,9 @@ packages:
|
|
|
990
990
|
'@babel/core': ^7.0.0-0
|
|
991
991
|
resolution:
|
|
992
992
|
integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==
|
|
993
|
-
/@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.
|
|
993
|
+
/@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.5:
|
|
994
994
|
dependencies:
|
|
995
|
-
'@babel/core': 7.17.
|
|
995
|
+
'@babel/core': 7.17.5
|
|
996
996
|
'@babel/helper-plugin-utils': 7.16.7
|
|
997
997
|
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
|
|
998
998
|
dev: true
|
|
@@ -1002,9 +1002,9 @@ packages:
|
|
|
1002
1002
|
'@babel/core': ^7.0.0-0
|
|
1003
1003
|
resolution:
|
|
1004
1004
|
integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==
|
|
1005
|
-
/@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.
|
|
1005
|
+
/@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.5:
|
|
1006
1006
|
dependencies:
|
|
1007
|
-
'@babel/core': 7.17.
|
|
1007
|
+
'@babel/core': 7.17.5
|
|
1008
1008
|
'@babel/helper-plugin-utils': 7.16.7
|
|
1009
1009
|
dev: true
|
|
1010
1010
|
engines:
|
|
@@ -1013,9 +1013,9 @@ packages:
|
|
|
1013
1013
|
'@babel/core': ^7.0.0-0
|
|
1014
1014
|
resolution:
|
|
1015
1015
|
integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==
|
|
1016
|
-
/@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.
|
|
1016
|
+
/@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.5:
|
|
1017
1017
|
dependencies:
|
|
1018
|
-
'@babel/core': 7.17.
|
|
1018
|
+
'@babel/core': 7.17.5
|
|
1019
1019
|
'@babel/helper-plugin-utils': 7.16.7
|
|
1020
1020
|
dev: true
|
|
1021
1021
|
engines:
|
|
@@ -1024,9 +1024,9 @@ packages:
|
|
|
1024
1024
|
'@babel/core': ^7.0.0-0
|
|
1025
1025
|
resolution:
|
|
1026
1026
|
integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==
|
|
1027
|
-
/@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.
|
|
1027
|
+
/@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.5:
|
|
1028
1028
|
dependencies:
|
|
1029
|
-
'@babel/core': 7.17.
|
|
1029
|
+
'@babel/core': 7.17.5
|
|
1030
1030
|
'@babel/helper-plugin-utils': 7.16.7
|
|
1031
1031
|
dev: true
|
|
1032
1032
|
engines:
|
|
@@ -1035,9 +1035,9 @@ packages:
|
|
|
1035
1035
|
'@babel/core': ^7.0.0-0
|
|
1036
1036
|
resolution:
|
|
1037
1037
|
integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==
|
|
1038
|
-
/@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.
|
|
1038
|
+
/@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.5:
|
|
1039
1039
|
dependencies:
|
|
1040
|
-
'@babel/core': 7.17.
|
|
1040
|
+
'@babel/core': 7.17.5
|
|
1041
1041
|
'@babel/helper-plugin-utils': 7.16.7
|
|
1042
1042
|
dev: true
|
|
1043
1043
|
engines:
|
|
@@ -1046,10 +1046,10 @@ packages:
|
|
|
1046
1046
|
'@babel/core': ^7.0.0-0
|
|
1047
1047
|
resolution:
|
|
1048
1048
|
integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==
|
|
1049
|
-
/@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.
|
|
1049
|
+
/@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.5:
|
|
1050
1050
|
dependencies:
|
|
1051
|
-
'@babel/core': 7.17.
|
|
1052
|
-
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.
|
|
1051
|
+
'@babel/core': 7.17.5
|
|
1052
|
+
'@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
|
|
1053
1053
|
'@babel/helper-plugin-utils': 7.16.7
|
|
1054
1054
|
dev: true
|
|
1055
1055
|
engines:
|
|
@@ -1058,82 +1058,82 @@ packages:
|
|
|
1058
1058
|
'@babel/core': ^7.0.0-0
|
|
1059
1059
|
resolution:
|
|
1060
1060
|
integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==
|
|
1061
|
-
/@babel/preset-env/7.16.11_@babel+core@7.17.
|
|
1061
|
+
/@babel/preset-env/7.16.11_@babel+core@7.17.5:
|
|
1062
1062
|
dependencies:
|
|
1063
1063
|
'@babel/compat-data': 7.17.0
|
|
1064
|
-
'@babel/core': 7.17.
|
|
1065
|
-
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.
|
|
1064
|
+
'@babel/core': 7.17.5
|
|
1065
|
+
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
|
|
1066
1066
|
'@babel/helper-plugin-utils': 7.16.7
|
|
1067
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.
|
|
1069
|
-
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.
|
|
1070
|
-
'@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.
|
|
1071
|
-
'@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.
|
|
1072
|
-
'@babel/plugin-proposal-class-static-block': 7.
|
|
1073
|
-
'@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.
|
|
1074
|
-
'@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.
|
|
1075
|
-
'@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.
|
|
1076
|
-
'@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.
|
|
1077
|
-
'@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.
|
|
1078
|
-
'@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.
|
|
1079
|
-
'@babel/plugin-proposal-object-rest-spread': 7.
|
|
1080
|
-
'@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.
|
|
1081
|
-
'@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.
|
|
1082
|
-
'@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.
|
|
1083
|
-
'@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.
|
|
1084
|
-
'@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.
|
|
1085
|
-
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.
|
|
1086
|
-
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.
|
|
1087
|
-
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.
|
|
1088
|
-
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.
|
|
1089
|
-
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.
|
|
1090
|
-
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.
|
|
1091
|
-
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.
|
|
1092
|
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.
|
|
1093
|
-
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.
|
|
1094
|
-
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.
|
|
1095
|
-
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.
|
|
1096
|
-
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.
|
|
1097
|
-
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.
|
|
1098
|
-
'@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.
|
|
1099
|
-
'@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.
|
|
1100
|
-
'@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.
|
|
1101
|
-
'@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.
|
|
1102
|
-
'@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.
|
|
1103
|
-
'@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.
|
|
1104
|
-
'@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.
|
|
1105
|
-
'@babel/plugin-transform-destructuring': 7.
|
|
1106
|
-
'@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.
|
|
1107
|
-
'@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.
|
|
1108
|
-
'@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.
|
|
1109
|
-
'@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.
|
|
1110
|
-
'@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.
|
|
1111
|
-
'@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.
|
|
1112
|
-
'@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.
|
|
1113
|
-
'@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.
|
|
1114
|
-
'@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.
|
|
1115
|
-
'@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.
|
|
1116
|
-
'@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.
|
|
1117
|
-
'@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.
|
|
1118
|
-
'@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.
|
|
1119
|
-
'@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.
|
|
1120
|
-
'@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.
|
|
1121
|
-
'@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.
|
|
1122
|
-
'@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.
|
|
1123
|
-
'@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.
|
|
1124
|
-
'@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.
|
|
1125
|
-
'@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.
|
|
1126
|
-
'@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.
|
|
1127
|
-
'@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.
|
|
1128
|
-
'@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.
|
|
1129
|
-
'@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.
|
|
1130
|
-
'@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.
|
|
1131
|
-
'@babel/preset-modules': 0.1.5_@babel+core@7.17.
|
|
1068
|
+
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.5
|
|
1069
|
+
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.5
|
|
1070
|
+
'@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.5
|
|
1071
|
+
'@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.5
|
|
1072
|
+
'@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.5
|
|
1073
|
+
'@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.5
|
|
1074
|
+
'@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.5
|
|
1075
|
+
'@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.5
|
|
1076
|
+
'@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.5
|
|
1077
|
+
'@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.5
|
|
1078
|
+
'@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.5
|
|
1079
|
+
'@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.5
|
|
1080
|
+
'@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.5
|
|
1081
|
+
'@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5
|
|
1082
|
+
'@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.5
|
|
1083
|
+
'@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.5
|
|
1084
|
+
'@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.5
|
|
1085
|
+
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5
|
|
1086
|
+
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.5
|
|
1087
|
+
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.5
|
|
1088
|
+
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.5
|
|
1089
|
+
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.5
|
|
1090
|
+
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5
|
|
1091
|
+
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5
|
|
1092
|
+
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5
|
|
1093
|
+
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5
|
|
1094
|
+
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5
|
|
1095
|
+
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5
|
|
1096
|
+
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5
|
|
1097
|
+
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.5
|
|
1098
|
+
'@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.5
|
|
1099
|
+
'@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.5
|
|
1100
|
+
'@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.5
|
|
1101
|
+
'@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.5
|
|
1102
|
+
'@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.5
|
|
1103
|
+
'@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.5
|
|
1104
|
+
'@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.5
|
|
1105
|
+
'@babel/plugin-transform-destructuring': 7.17.3_@babel+core@7.17.5
|
|
1106
|
+
'@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.5
|
|
1107
|
+
'@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.5
|
|
1108
|
+
'@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.5
|
|
1109
|
+
'@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.5
|
|
1110
|
+
'@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.5
|
|
1111
|
+
'@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.5
|
|
1112
|
+
'@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.5
|
|
1113
|
+
'@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.5
|
|
1114
|
+
'@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.5
|
|
1115
|
+
'@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.5
|
|
1116
|
+
'@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.5
|
|
1117
|
+
'@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.5
|
|
1118
|
+
'@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.5
|
|
1119
|
+
'@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.5
|
|
1120
|
+
'@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5
|
|
1121
|
+
'@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.5
|
|
1122
|
+
'@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.5
|
|
1123
|
+
'@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.5
|
|
1124
|
+
'@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.5
|
|
1125
|
+
'@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.5
|
|
1126
|
+
'@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.5
|
|
1127
|
+
'@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.5
|
|
1128
|
+
'@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.5
|
|
1129
|
+
'@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.5
|
|
1130
|
+
'@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.5
|
|
1131
|
+
'@babel/preset-modules': 0.1.5_@babel+core@7.17.5
|
|
1132
1132
|
'@babel/types': 7.17.0
|
|
1133
|
-
babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.
|
|
1134
|
-
babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.
|
|
1135
|
-
babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.
|
|
1136
|
-
core-js-compat: 3.21.
|
|
1133
|
+
babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.5
|
|
1134
|
+
babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.5
|
|
1135
|
+
babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.5
|
|
1136
|
+
core-js-compat: 3.21.1
|
|
1137
1137
|
semver: 6.3.0
|
|
1138
1138
|
dev: true
|
|
1139
1139
|
engines:
|
|
@@ -1142,12 +1142,12 @@ packages:
|
|
|
1142
1142
|
'@babel/core': ^7.0.0-0
|
|
1143
1143
|
resolution:
|
|
1144
1144
|
integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
|
|
1145
|
-
/@babel/preset-modules/0.1.5_@babel+core@7.17.
|
|
1145
|
+
/@babel/preset-modules/0.1.5_@babel+core@7.17.5:
|
|
1146
1146
|
dependencies:
|
|
1147
|
-
'@babel/core': 7.17.
|
|
1147
|
+
'@babel/core': 7.17.5
|
|
1148
1148
|
'@babel/helper-plugin-utils': 7.16.7
|
|
1149
|
-
'@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.
|
|
1150
|
-
'@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.
|
|
1149
|
+
'@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.5
|
|
1150
|
+
'@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.5
|
|
1151
1151
|
'@babel/types': 7.17.0
|
|
1152
1152
|
esutils: 2.0.3
|
|
1153
1153
|
dev: true
|
|
@@ -1155,33 +1155,33 @@ packages:
|
|
|
1155
1155
|
'@babel/core': ^7.0.0-0
|
|
1156
1156
|
resolution:
|
|
1157
1157
|
integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
|
|
1158
|
-
/@babel/runtime/7.17.
|
|
1158
|
+
/@babel/runtime/7.17.2:
|
|
1159
1159
|
dependencies:
|
|
1160
1160
|
regenerator-runtime: 0.13.9
|
|
1161
1161
|
dev: true
|
|
1162
1162
|
engines:
|
|
1163
1163
|
node: '>=6.9.0'
|
|
1164
1164
|
resolution:
|
|
1165
|
-
integrity: sha512-
|
|
1165
|
+
integrity: sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
|
|
1166
1166
|
/@babel/template/7.16.7:
|
|
1167
1167
|
dependencies:
|
|
1168
1168
|
'@babel/code-frame': 7.16.7
|
|
1169
|
-
'@babel/parser': 7.17.
|
|
1169
|
+
'@babel/parser': 7.17.3
|
|
1170
1170
|
'@babel/types': 7.17.0
|
|
1171
1171
|
dev: true
|
|
1172
1172
|
engines:
|
|
1173
1173
|
node: '>=6.9.0'
|
|
1174
1174
|
resolution:
|
|
1175
1175
|
integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
|
|
1176
|
-
/@babel/traverse/7.17.
|
|
1176
|
+
/@babel/traverse/7.17.3:
|
|
1177
1177
|
dependencies:
|
|
1178
1178
|
'@babel/code-frame': 7.16.7
|
|
1179
|
-
'@babel/generator': 7.17.
|
|
1179
|
+
'@babel/generator': 7.17.3
|
|
1180
1180
|
'@babel/helper-environment-visitor': 7.16.7
|
|
1181
1181
|
'@babel/helper-function-name': 7.16.7
|
|
1182
1182
|
'@babel/helper-hoist-variables': 7.16.7
|
|
1183
1183
|
'@babel/helper-split-export-declaration': 7.16.7
|
|
1184
|
-
'@babel/parser': 7.17.
|
|
1184
|
+
'@babel/parser': 7.17.3
|
|
1185
1185
|
'@babel/types': 7.17.0
|
|
1186
1186
|
debug: 4.3.3
|
|
1187
1187
|
globals: 11.12.0
|
|
@@ -1189,7 +1189,7 @@ packages:
|
|
|
1189
1189
|
engines:
|
|
1190
1190
|
node: '>=6.9.0'
|
|
1191
1191
|
resolution:
|
|
1192
|
-
integrity: sha512-
|
|
1192
|
+
integrity: sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
|
|
1193
1193
|
/@babel/types/7.17.0:
|
|
1194
1194
|
dependencies:
|
|
1195
1195
|
'@babel/helper-validator-identifier': 7.16.7
|
|
@@ -1199,25 +1199,29 @@ packages:
|
|
|
1199
1199
|
node: '>=6.9.0'
|
|
1200
1200
|
resolution:
|
|
1201
1201
|
integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
|
|
1202
|
-
/@discoveryjs/json-ext/0.5.
|
|
1202
|
+
/@discoveryjs/json-ext/0.5.7:
|
|
1203
1203
|
dev: true
|
|
1204
1204
|
engines:
|
|
1205
1205
|
node: '>=10.0.0'
|
|
1206
1206
|
resolution:
|
|
1207
|
-
integrity: sha512-
|
|
1208
|
-
/@jridgewell/resolve-uri/3.0.
|
|
1207
|
+
integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
|
|
1208
|
+
/@jridgewell/resolve-uri/3.0.5:
|
|
1209
1209
|
dev: true
|
|
1210
1210
|
engines:
|
|
1211
1211
|
node: '>=6.0.0'
|
|
1212
1212
|
resolution:
|
|
1213
|
-
integrity: sha512-
|
|
1214
|
-
/@jridgewell/
|
|
1213
|
+
integrity: sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
|
|
1214
|
+
/@jridgewell/sourcemap-codec/1.4.11:
|
|
1215
|
+
dev: true
|
|
1216
|
+
resolution:
|
|
1217
|
+
integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
|
|
1218
|
+
/@jridgewell/trace-mapping/0.3.4:
|
|
1215
1219
|
dependencies:
|
|
1216
|
-
'@jridgewell/resolve-uri': 3.0.
|
|
1217
|
-
sourcemap-codec: 1.4.
|
|
1220
|
+
'@jridgewell/resolve-uri': 3.0.5
|
|
1221
|
+
'@jridgewell/sourcemap-codec': 1.4.11
|
|
1218
1222
|
dev: true
|
|
1219
1223
|
resolution:
|
|
1220
|
-
integrity: sha512-
|
|
1224
|
+
integrity: sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==
|
|
1221
1225
|
/@popperjs/core/2.11.2:
|
|
1222
1226
|
dev: false
|
|
1223
1227
|
resolution:
|
|
@@ -1229,25 +1233,25 @@ packages:
|
|
|
1229
1233
|
/@types/eslint-scope/3.7.3:
|
|
1230
1234
|
dependencies:
|
|
1231
1235
|
'@types/eslint': 8.4.1
|
|
1232
|
-
'@types/estree': 0.0.
|
|
1236
|
+
'@types/estree': 0.0.51
|
|
1233
1237
|
dev: true
|
|
1234
1238
|
resolution:
|
|
1235
1239
|
integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==
|
|
1236
1240
|
/@types/eslint/8.4.1:
|
|
1237
1241
|
dependencies:
|
|
1238
|
-
'@types/estree': 0.0.
|
|
1242
|
+
'@types/estree': 0.0.51
|
|
1239
1243
|
'@types/json-schema': 7.0.9
|
|
1240
1244
|
dev: true
|
|
1241
1245
|
resolution:
|
|
1242
1246
|
integrity: sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==
|
|
1243
|
-
/@types/estree/0.0.
|
|
1247
|
+
/@types/estree/0.0.51:
|
|
1244
1248
|
dev: true
|
|
1245
1249
|
resolution:
|
|
1246
|
-
integrity: sha512-
|
|
1250
|
+
integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
|
|
1247
1251
|
/@types/glob/5.0.30:
|
|
1248
1252
|
dependencies:
|
|
1249
1253
|
'@types/minimatch': 3.0.5
|
|
1250
|
-
'@types/node': 16.11.
|
|
1254
|
+
'@types/node': 16.11.26
|
|
1251
1255
|
dev: true
|
|
1252
1256
|
resolution:
|
|
1253
1257
|
integrity: sha1-ECZAnFYlqGiQdGAoCNCCsoZ7ilE=
|
|
@@ -1267,10 +1271,10 @@ packages:
|
|
|
1267
1271
|
dev: true
|
|
1268
1272
|
resolution:
|
|
1269
1273
|
integrity: sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY=
|
|
1270
|
-
/@types/node/16.11.
|
|
1274
|
+
/@types/node/16.11.26:
|
|
1271
1275
|
dev: true
|
|
1272
1276
|
resolution:
|
|
1273
|
-
integrity: sha512-
|
|
1277
|
+
integrity: sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ==
|
|
1274
1278
|
/@types/node/8.0.0:
|
|
1275
1279
|
dev: true
|
|
1276
1280
|
resolution:
|
|
@@ -1389,10 +1393,10 @@ packages:
|
|
|
1389
1393
|
dev: true
|
|
1390
1394
|
resolution:
|
|
1391
1395
|
integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
|
|
1392
|
-
/@webpack-cli/configtest/1.1.1_webpack-cli@4.9.2+webpack@5.
|
|
1396
|
+
/@webpack-cli/configtest/1.1.1_webpack-cli@4.9.2+webpack@5.70.0:
|
|
1393
1397
|
dependencies:
|
|
1394
|
-
webpack: 5.
|
|
1395
|
-
webpack-cli: 4.9.2_webpack@5.
|
|
1398
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
1399
|
+
webpack-cli: 4.9.2_webpack@5.70.0
|
|
1396
1400
|
dev: true
|
|
1397
1401
|
peerDependencies:
|
|
1398
1402
|
webpack: 4.x.x || 5.x.x
|
|
@@ -1402,7 +1406,7 @@ packages:
|
|
|
1402
1406
|
/@webpack-cli/info/1.4.1_webpack-cli@4.9.2:
|
|
1403
1407
|
dependencies:
|
|
1404
1408
|
envinfo: 7.8.1
|
|
1405
|
-
webpack-cli: 4.9.2_webpack@5.
|
|
1409
|
+
webpack-cli: 4.9.2_webpack@5.70.0
|
|
1406
1410
|
dev: true
|
|
1407
1411
|
peerDependencies:
|
|
1408
1412
|
webpack-cli: 4.x.x
|
|
@@ -1410,7 +1414,7 @@ packages:
|
|
|
1410
1414
|
integrity: sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA==
|
|
1411
1415
|
/@webpack-cli/serve/1.6.1_webpack-cli@4.9.2:
|
|
1412
1416
|
dependencies:
|
|
1413
|
-
webpack-cli: 4.9.2_webpack@5.
|
|
1417
|
+
webpack-cli: 4.9.2_webpack@5.70.0
|
|
1414
1418
|
dev: true
|
|
1415
1419
|
peerDependencies:
|
|
1416
1420
|
webpack-cli: 4.x.x
|
|
@@ -1543,9 +1547,9 @@ packages:
|
|
|
1543
1547
|
integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
|
1544
1548
|
/autoprefixer/10.4.2:
|
|
1545
1549
|
dependencies:
|
|
1546
|
-
browserslist: 4.
|
|
1547
|
-
caniuse-lite: 1.0.
|
|
1548
|
-
fraction.js: 4.
|
|
1550
|
+
browserslist: 4.20.0
|
|
1551
|
+
caniuse-lite: 1.0.30001314
|
|
1552
|
+
fraction.js: 4.2.0
|
|
1549
1553
|
normalize-range: 0.1.2
|
|
1550
1554
|
picocolors: 1.0.0
|
|
1551
1555
|
postcss-value-parser: 4.2.0
|
|
@@ -1565,14 +1569,14 @@ packages:
|
|
|
1565
1569
|
dev: true
|
|
1566
1570
|
resolution:
|
|
1567
1571
|
integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
|
1568
|
-
/babel-loader/8.2.
|
|
1572
|
+
/babel-loader/8.2.3_ed870ac3ba52c4ec230ba2bc3dbb311c:
|
|
1569
1573
|
dependencies:
|
|
1570
|
-
'@babel/core': 7.17.
|
|
1574
|
+
'@babel/core': 7.17.5
|
|
1571
1575
|
find-cache-dir: 3.3.2
|
|
1572
1576
|
loader-utils: 1.4.0
|
|
1573
1577
|
make-dir: 3.1.0
|
|
1574
1578
|
schema-utils: 2.7.1
|
|
1575
|
-
webpack: 5.
|
|
1579
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
1576
1580
|
dev: true
|
|
1577
1581
|
engines:
|
|
1578
1582
|
node: '>= 8.9'
|
|
@@ -1587,31 +1591,31 @@ packages:
|
|
|
1587
1591
|
dev: true
|
|
1588
1592
|
resolution:
|
|
1589
1593
|
integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
|
1590
|
-
/babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.
|
|
1594
|
+
/babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.5:
|
|
1591
1595
|
dependencies:
|
|
1592
1596
|
'@babel/compat-data': 7.17.0
|
|
1593
|
-
'@babel/core': 7.17.
|
|
1594
|
-
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.
|
|
1597
|
+
'@babel/core': 7.17.5
|
|
1598
|
+
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
|
|
1595
1599
|
semver: 6.3.0
|
|
1596
1600
|
dev: true
|
|
1597
1601
|
peerDependencies:
|
|
1598
1602
|
'@babel/core': ^7.0.0-0
|
|
1599
1603
|
resolution:
|
|
1600
1604
|
integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==
|
|
1601
|
-
/babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.
|
|
1605
|
+
/babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.5:
|
|
1602
1606
|
dependencies:
|
|
1603
|
-
'@babel/core': 7.17.
|
|
1604
|
-
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.
|
|
1605
|
-
core-js-compat: 3.21.
|
|
1607
|
+
'@babel/core': 7.17.5
|
|
1608
|
+
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
|
|
1609
|
+
core-js-compat: 3.21.1
|
|
1606
1610
|
dev: true
|
|
1607
1611
|
peerDependencies:
|
|
1608
1612
|
'@babel/core': ^7.0.0-0
|
|
1609
1613
|
resolution:
|
|
1610
1614
|
integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==
|
|
1611
|
-
/babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.
|
|
1615
|
+
/babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.5:
|
|
1612
1616
|
dependencies:
|
|
1613
|
-
'@babel/core': 7.17.
|
|
1614
|
-
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.
|
|
1617
|
+
'@babel/core': 7.17.5
|
|
1618
|
+
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
|
|
1615
1619
|
dev: true
|
|
1616
1620
|
peerDependencies:
|
|
1617
1621
|
'@babel/core': ^7.0.0-0
|
|
@@ -1631,13 +1635,15 @@ packages:
|
|
|
1631
1635
|
dev: true
|
|
1632
1636
|
resolution:
|
|
1633
1637
|
integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
|
1634
|
-
/bootstrap-icons/1.8.
|
|
1638
|
+
/bootstrap-icons/1.8.1:
|
|
1635
1639
|
dev: false
|
|
1636
1640
|
engines:
|
|
1637
1641
|
node: '>=10'
|
|
1638
1642
|
resolution:
|
|
1639
|
-
integrity: sha512-
|
|
1640
|
-
/bootstrap/5.1.
|
|
1643
|
+
integrity: sha512-IXUqislddPJfwq6H+2nTkHyr9epO9h6u1AG0OZCx616w+TgzeoCjfmI3qJMQqt1J586gN2IxzB4M99Ip4sTZ1w==
|
|
1644
|
+
/bootstrap/5.1.3_@popperjs+core@2.11.2:
|
|
1645
|
+
dependencies:
|
|
1646
|
+
'@popperjs/core': 2.11.2
|
|
1641
1647
|
dev: false
|
|
1642
1648
|
peerDependencies:
|
|
1643
1649
|
'@popperjs/core': ^2.10.2
|
|
@@ -1650,6 +1656,12 @@ packages:
|
|
|
1650
1656
|
dev: true
|
|
1651
1657
|
resolution:
|
|
1652
1658
|
integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
|
|
1659
|
+
/brace-expansion/2.0.1:
|
|
1660
|
+
dependencies:
|
|
1661
|
+
balanced-match: 1.0.2
|
|
1662
|
+
dev: true
|
|
1663
|
+
resolution:
|
|
1664
|
+
integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
|
|
1653
1665
|
/braces/3.0.2:
|
|
1654
1666
|
dependencies:
|
|
1655
1667
|
fill-range: 7.0.1
|
|
@@ -1658,19 +1670,19 @@ packages:
|
|
|
1658
1670
|
node: '>=8'
|
|
1659
1671
|
resolution:
|
|
1660
1672
|
integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
|
1661
|
-
/browserslist/4.
|
|
1673
|
+
/browserslist/4.20.0:
|
|
1662
1674
|
dependencies:
|
|
1663
|
-
caniuse-lite: 1.0.
|
|
1664
|
-
electron-to-chromium: 1.4.
|
|
1675
|
+
caniuse-lite: 1.0.30001314
|
|
1676
|
+
electron-to-chromium: 1.4.79
|
|
1665
1677
|
escalade: 3.1.1
|
|
1666
|
-
node-releases: 2.0.
|
|
1678
|
+
node-releases: 2.0.2
|
|
1667
1679
|
picocolors: 1.0.0
|
|
1668
1680
|
dev: true
|
|
1669
1681
|
engines:
|
|
1670
1682
|
node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
|
|
1671
1683
|
hasBin: true
|
|
1672
1684
|
resolution:
|
|
1673
|
-
integrity: sha512-
|
|
1685
|
+
integrity: sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ==
|
|
1674
1686
|
/buffer-from/1.1.2:
|
|
1675
1687
|
dev: true
|
|
1676
1688
|
resolution:
|
|
@@ -1711,10 +1723,10 @@ packages:
|
|
|
1711
1723
|
node: '>=6'
|
|
1712
1724
|
resolution:
|
|
1713
1725
|
integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
|
1714
|
-
/caniuse-lite/1.0.
|
|
1726
|
+
/caniuse-lite/1.0.30001314:
|
|
1715
1727
|
dev: true
|
|
1716
1728
|
resolution:
|
|
1717
|
-
integrity: sha512-
|
|
1729
|
+
integrity: sha512-0zaSO+TnCHtHJIbpLroX7nsD+vYuOVjl3uzFbJO1wMVbuveJA0RK2WcQA9ZUIOiO0/ArMiMgHJLxfEZhQiC0kw==
|
|
1718
1730
|
/caseless/0.12.0:
|
|
1719
1731
|
dev: true
|
|
1720
1732
|
resolution:
|
|
@@ -1862,18 +1874,18 @@ packages:
|
|
|
1862
1874
|
dev: true
|
|
1863
1875
|
resolution:
|
|
1864
1876
|
integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
|
1865
|
-
/core-js-compat/3.21.
|
|
1877
|
+
/core-js-compat/3.21.1:
|
|
1866
1878
|
dependencies:
|
|
1867
|
-
browserslist: 4.
|
|
1879
|
+
browserslist: 4.20.0
|
|
1868
1880
|
semver: 7.0.0
|
|
1869
1881
|
dev: true
|
|
1870
1882
|
resolution:
|
|
1871
|
-
integrity: sha512-
|
|
1872
|
-
/core-js/3.21.
|
|
1883
|
+
integrity: sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==
|
|
1884
|
+
/core-js/3.21.1:
|
|
1873
1885
|
dev: false
|
|
1874
1886
|
requiresBuild: true
|
|
1875
1887
|
resolution:
|
|
1876
|
-
integrity: sha512-
|
|
1888
|
+
integrity: sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==
|
|
1877
1889
|
/core-util-is/1.0.2:
|
|
1878
1890
|
dev: true
|
|
1879
1891
|
resolution:
|
|
@@ -1904,24 +1916,24 @@ packages:
|
|
|
1904
1916
|
node: '>= 8'
|
|
1905
1917
|
resolution:
|
|
1906
1918
|
integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
|
1907
|
-
/css-loader/6.
|
|
1908
|
-
dependencies:
|
|
1909
|
-
icss-utils: 5.1.0_postcss@8.4.
|
|
1910
|
-
postcss: 8.4.
|
|
1911
|
-
postcss-modules-extract-imports: 3.0.0_postcss@8.4.
|
|
1912
|
-
postcss-modules-local-by-default: 4.0.0_postcss@8.4.
|
|
1913
|
-
postcss-modules-scope: 3.0.0_postcss@8.4.
|
|
1914
|
-
postcss-modules-values: 4.0.0_postcss@8.4.
|
|
1919
|
+
/css-loader/6.7.1_webpack@5.70.0:
|
|
1920
|
+
dependencies:
|
|
1921
|
+
icss-utils: 5.1.0_postcss@8.4.8
|
|
1922
|
+
postcss: 8.4.8
|
|
1923
|
+
postcss-modules-extract-imports: 3.0.0_postcss@8.4.8
|
|
1924
|
+
postcss-modules-local-by-default: 4.0.0_postcss@8.4.8
|
|
1925
|
+
postcss-modules-scope: 3.0.0_postcss@8.4.8
|
|
1926
|
+
postcss-modules-values: 4.0.0_postcss@8.4.8
|
|
1915
1927
|
postcss-value-parser: 4.2.0
|
|
1916
1928
|
semver: 7.3.5
|
|
1917
|
-
webpack: 5.
|
|
1929
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
1918
1930
|
dev: true
|
|
1919
1931
|
engines:
|
|
1920
1932
|
node: '>= 12.13.0'
|
|
1921
1933
|
peerDependencies:
|
|
1922
1934
|
webpack: ^5.0.0
|
|
1923
1935
|
resolution:
|
|
1924
|
-
integrity: sha512-
|
|
1936
|
+
integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==
|
|
1925
1937
|
/cssesc/3.0.0:
|
|
1926
1938
|
dev: true
|
|
1927
1939
|
engines:
|
|
@@ -2023,10 +2035,10 @@ packages:
|
|
|
2023
2035
|
dev: true
|
|
2024
2036
|
resolution:
|
|
2025
2037
|
integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
|
|
2026
|
-
/electron-to-chromium/1.4.
|
|
2038
|
+
/electron-to-chromium/1.4.79:
|
|
2027
2039
|
dev: true
|
|
2028
2040
|
resolution:
|
|
2029
|
-
integrity: sha512-
|
|
2041
|
+
integrity: sha512-nWfAxof87mGHkbORCwVRPst4FlSVdprOKS6dBMrcwn3sjwf8iHXEhsu1+FU5Psd7Ps3KKeBufAdfsPK5BmbSUg==
|
|
2030
2042
|
/emoji-regex/7.0.3:
|
|
2031
2043
|
dev: true
|
|
2032
2044
|
resolution:
|
|
@@ -2037,7 +2049,7 @@ packages:
|
|
|
2037
2049
|
node: '>= 4'
|
|
2038
2050
|
resolution:
|
|
2039
2051
|
integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
|
|
2040
|
-
/enhanced-resolve/5.
|
|
2052
|
+
/enhanced-resolve/5.9.2:
|
|
2041
2053
|
dependencies:
|
|
2042
2054
|
graceful-fs: 4.2.9
|
|
2043
2055
|
tapable: 2.2.1
|
|
@@ -2045,7 +2057,7 @@ packages:
|
|
|
2045
2057
|
engines:
|
|
2046
2058
|
node: '>=10.13.0'
|
|
2047
2059
|
resolution:
|
|
2048
|
-
integrity: sha512-
|
|
2060
|
+
integrity: sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==
|
|
2049
2061
|
/env-paths/2.2.1:
|
|
2050
2062
|
dev: true
|
|
2051
2063
|
engines:
|
|
@@ -2131,7 +2143,7 @@ packages:
|
|
|
2131
2143
|
merge-stream: 2.0.0
|
|
2132
2144
|
npm-run-path: 4.0.1
|
|
2133
2145
|
onetime: 5.1.2
|
|
2134
|
-
signal-exit: 3.0.
|
|
2146
|
+
signal-exit: 3.0.7
|
|
2135
2147
|
strip-final-newline: 2.0.0
|
|
2136
2148
|
dev: true
|
|
2137
2149
|
engines:
|
|
@@ -2209,10 +2221,10 @@ packages:
|
|
|
2209
2221
|
node: '>= 0.12'
|
|
2210
2222
|
resolution:
|
|
2211
2223
|
integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
|
|
2212
|
-
/fraction.js/4.
|
|
2224
|
+
/fraction.js/4.2.0:
|
|
2213
2225
|
dev: true
|
|
2214
2226
|
resolution:
|
|
2215
|
-
integrity: sha512-
|
|
2227
|
+
integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
|
|
2216
2228
|
/fs-minipass/2.1.0:
|
|
2217
2229
|
dependencies:
|
|
2218
2230
|
minipass: 3.1.6
|
|
@@ -2235,7 +2247,7 @@ packages:
|
|
|
2235
2247
|
console-control-strings: 1.1.0
|
|
2236
2248
|
has-unicode: 2.0.1
|
|
2237
2249
|
object-assign: 4.1.1
|
|
2238
|
-
signal-exit: 3.0.
|
|
2250
|
+
signal-exit: 3.0.7
|
|
2239
2251
|
string-width: 1.0.2
|
|
2240
2252
|
strip-ansi: 3.0.1
|
|
2241
2253
|
wide-align: 1.1.5
|
|
@@ -2266,7 +2278,7 @@ packages:
|
|
|
2266
2278
|
dependencies:
|
|
2267
2279
|
function-bind: 1.1.1
|
|
2268
2280
|
has: 1.0.3
|
|
2269
|
-
has-symbols: 1.0.
|
|
2281
|
+
has-symbols: 1.0.3
|
|
2270
2282
|
dev: true
|
|
2271
2283
|
resolution:
|
|
2272
2284
|
integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
|
|
@@ -2302,7 +2314,7 @@ packages:
|
|
|
2302
2314
|
dependencies:
|
|
2303
2315
|
inflight: 1.0.6
|
|
2304
2316
|
inherits: 2.0.4
|
|
2305
|
-
minimatch: 3.
|
|
2317
|
+
minimatch: 3.1.2
|
|
2306
2318
|
once: 1.4.0
|
|
2307
2319
|
path-is-absolute: 1.0.1
|
|
2308
2320
|
dev: true
|
|
@@ -2313,7 +2325,7 @@ packages:
|
|
|
2313
2325
|
fs.realpath: 1.0.0
|
|
2314
2326
|
inflight: 1.0.6
|
|
2315
2327
|
inherits: 2.0.4
|
|
2316
|
-
minimatch: 3.0.
|
|
2328
|
+
minimatch: 3.0.8
|
|
2317
2329
|
once: 1.4.0
|
|
2318
2330
|
path-is-absolute: 1.0.1
|
|
2319
2331
|
dev: true
|
|
@@ -2324,7 +2336,7 @@ packages:
|
|
|
2324
2336
|
fs.realpath: 1.0.0
|
|
2325
2337
|
inflight: 1.0.6
|
|
2326
2338
|
inherits: 2.0.4
|
|
2327
|
-
minimatch: 3.
|
|
2339
|
+
minimatch: 3.1.2
|
|
2328
2340
|
once: 1.4.0
|
|
2329
2341
|
path-is-absolute: 1.0.1
|
|
2330
2342
|
dev: true
|
|
@@ -2340,7 +2352,7 @@ packages:
|
|
|
2340
2352
|
dependencies:
|
|
2341
2353
|
glob: 7.1.7
|
|
2342
2354
|
lodash: 4.17.21
|
|
2343
|
-
minimatch: 3.0.
|
|
2355
|
+
minimatch: 3.0.8
|
|
2344
2356
|
dev: true
|
|
2345
2357
|
engines:
|
|
2346
2358
|
node: '>= 0.10'
|
|
@@ -2392,12 +2404,12 @@ packages:
|
|
|
2392
2404
|
node: '>=8'
|
|
2393
2405
|
resolution:
|
|
2394
2406
|
integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
|
2395
|
-
/has-symbols/1.0.
|
|
2407
|
+
/has-symbols/1.0.3:
|
|
2396
2408
|
dev: true
|
|
2397
2409
|
engines:
|
|
2398
2410
|
node: '>= 0.4'
|
|
2399
2411
|
resolution:
|
|
2400
|
-
integrity: sha512-
|
|
2412
|
+
integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
|
|
2401
2413
|
/has-unicode/2.0.1:
|
|
2402
2414
|
dev: true
|
|
2403
2415
|
resolution:
|
|
@@ -2427,11 +2439,11 @@ packages:
|
|
|
2427
2439
|
node: '>=10'
|
|
2428
2440
|
resolution:
|
|
2429
2441
|
integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
|
|
2430
|
-
/html-loader/2.1.2_webpack@5.
|
|
2442
|
+
/html-loader/2.1.2_webpack@5.70.0:
|
|
2431
2443
|
dependencies:
|
|
2432
2444
|
html-minifier-terser: 5.1.1
|
|
2433
2445
|
parse5: 6.0.1
|
|
2434
|
-
webpack: 5.
|
|
2446
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
2435
2447
|
dev: true
|
|
2436
2448
|
engines:
|
|
2437
2449
|
node: '>= 10.13.0'
|
|
@@ -2471,9 +2483,9 @@ packages:
|
|
|
2471
2483
|
node: '>=10.17.0'
|
|
2472
2484
|
resolution:
|
|
2473
2485
|
integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
|
|
2474
|
-
/icss-utils/5.1.0_postcss@8.4.
|
|
2486
|
+
/icss-utils/5.1.0_postcss@8.4.8:
|
|
2475
2487
|
dependencies:
|
|
2476
|
-
postcss: 8.4.
|
|
2488
|
+
postcss: 8.4.8
|
|
2477
2489
|
dev: true
|
|
2478
2490
|
engines:
|
|
2479
2491
|
node: ^10 || ^12 || >= 14
|
|
@@ -2595,16 +2607,16 @@ packages:
|
|
|
2595
2607
|
dev: true
|
|
2596
2608
|
resolution:
|
|
2597
2609
|
integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
|
|
2598
|
-
/jest-worker/27.
|
|
2610
|
+
/jest-worker/27.5.1:
|
|
2599
2611
|
dependencies:
|
|
2600
|
-
'@types/node': 16.11.
|
|
2612
|
+
'@types/node': 16.11.26
|
|
2601
2613
|
merge-stream: 2.0.0
|
|
2602
2614
|
supports-color: 8.1.1
|
|
2603
2615
|
dev: true
|
|
2604
2616
|
engines:
|
|
2605
2617
|
node: '>= 10.13.0'
|
|
2606
2618
|
resolution:
|
|
2607
|
-
integrity: sha512-
|
|
2619
|
+
integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==
|
|
2608
2620
|
/js-base64/2.6.4:
|
|
2609
2621
|
dev: true
|
|
2610
2622
|
resolution:
|
|
@@ -2840,12 +2852,26 @@ packages:
|
|
|
2840
2852
|
node: '>=4'
|
|
2841
2853
|
resolution:
|
|
2842
2854
|
integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
|
2843
|
-
/minimatch/3.0.
|
|
2855
|
+
/minimatch/3.0.8:
|
|
2856
|
+
dependencies:
|
|
2857
|
+
brace-expansion: 1.1.11
|
|
2858
|
+
dev: true
|
|
2859
|
+
resolution:
|
|
2860
|
+
integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
|
|
2861
|
+
/minimatch/3.1.2:
|
|
2844
2862
|
dependencies:
|
|
2845
2863
|
brace-expansion: 1.1.11
|
|
2846
2864
|
dev: true
|
|
2847
2865
|
resolution:
|
|
2848
|
-
integrity: sha512-
|
|
2866
|
+
integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
|
2867
|
+
/minimatch/5.0.1:
|
|
2868
|
+
dependencies:
|
|
2869
|
+
brace-expansion: 2.0.1
|
|
2870
|
+
dev: true
|
|
2871
|
+
engines:
|
|
2872
|
+
node: '>=10'
|
|
2873
|
+
resolution:
|
|
2874
|
+
integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
|
|
2849
2875
|
/minimist-options/4.1.0:
|
|
2850
2876
|
dependencies:
|
|
2851
2877
|
arrify: 1.0.1
|
|
@@ -2903,13 +2929,13 @@ packages:
|
|
|
2903
2929
|
dev: true
|
|
2904
2930
|
resolution:
|
|
2905
2931
|
integrity: sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
|
|
2906
|
-
/nanoid/3.
|
|
2932
|
+
/nanoid/3.3.1:
|
|
2907
2933
|
dev: true
|
|
2908
2934
|
engines:
|
|
2909
2935
|
node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1
|
|
2910
2936
|
hasBin: true
|
|
2911
2937
|
resolution:
|
|
2912
|
-
integrity: sha512-
|
|
2938
|
+
integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
|
|
2913
2939
|
/neo-async/2.6.2:
|
|
2914
2940
|
dev: true
|
|
2915
2941
|
resolution:
|
|
@@ -2939,10 +2965,10 @@ packages:
|
|
|
2939
2965
|
hasBin: true
|
|
2940
2966
|
resolution:
|
|
2941
2967
|
integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==
|
|
2942
|
-
/node-releases/2.0.
|
|
2968
|
+
/node-releases/2.0.2:
|
|
2943
2969
|
dev: true
|
|
2944
2970
|
resolution:
|
|
2945
|
-
integrity: sha512-
|
|
2971
|
+
integrity: sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==
|
|
2946
2972
|
/node-sass/6.0.1:
|
|
2947
2973
|
dependencies:
|
|
2948
2974
|
async-foreach: 0.1.3
|
|
@@ -3045,7 +3071,7 @@ packages:
|
|
|
3045
3071
|
dependencies:
|
|
3046
3072
|
call-bind: 1.0.2
|
|
3047
3073
|
define-properties: 1.1.3
|
|
3048
|
-
has-symbols: 1.0.
|
|
3074
|
+
has-symbols: 1.0.3
|
|
3049
3075
|
object-keys: 1.1.1
|
|
3050
3076
|
dev: true
|
|
3051
3077
|
engines:
|
|
@@ -3189,12 +3215,12 @@ packages:
|
|
|
3189
3215
|
node: '>=8'
|
|
3190
3216
|
resolution:
|
|
3191
3217
|
integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
|
|
3192
|
-
/postcss-loader/6.2.1_webpack@5.
|
|
3218
|
+
/postcss-loader/6.2.1_webpack@5.70.0:
|
|
3193
3219
|
dependencies:
|
|
3194
3220
|
cosmiconfig: 7.0.1
|
|
3195
3221
|
klona: 2.0.5
|
|
3196
3222
|
semver: 7.3.5
|
|
3197
|
-
webpack: 5.
|
|
3223
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
3198
3224
|
dev: true
|
|
3199
3225
|
engines:
|
|
3200
3226
|
node: '>= 12.13.0'
|
|
@@ -3203,9 +3229,9 @@ packages:
|
|
|
3203
3229
|
webpack: ^5.0.0
|
|
3204
3230
|
resolution:
|
|
3205
3231
|
integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==
|
|
3206
|
-
/postcss-modules-extract-imports/3.0.0_postcss@8.4.
|
|
3232
|
+
/postcss-modules-extract-imports/3.0.0_postcss@8.4.8:
|
|
3207
3233
|
dependencies:
|
|
3208
|
-
postcss: 8.4.
|
|
3234
|
+
postcss: 8.4.8
|
|
3209
3235
|
dev: true
|
|
3210
3236
|
engines:
|
|
3211
3237
|
node: ^10 || ^12 || >= 14
|
|
@@ -3213,10 +3239,10 @@ packages:
|
|
|
3213
3239
|
postcss: ^8.1.0
|
|
3214
3240
|
resolution:
|
|
3215
3241
|
integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
|
|
3216
|
-
/postcss-modules-local-by-default/4.0.0_postcss@8.4.
|
|
3242
|
+
/postcss-modules-local-by-default/4.0.0_postcss@8.4.8:
|
|
3217
3243
|
dependencies:
|
|
3218
|
-
icss-utils: 5.1.0_postcss@8.4.
|
|
3219
|
-
postcss: 8.4.
|
|
3244
|
+
icss-utils: 5.1.0_postcss@8.4.8
|
|
3245
|
+
postcss: 8.4.8
|
|
3220
3246
|
postcss-selector-parser: 6.0.9
|
|
3221
3247
|
postcss-value-parser: 4.2.0
|
|
3222
3248
|
dev: true
|
|
@@ -3226,9 +3252,9 @@ packages:
|
|
|
3226
3252
|
postcss: ^8.1.0
|
|
3227
3253
|
resolution:
|
|
3228
3254
|
integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==
|
|
3229
|
-
/postcss-modules-scope/3.0.0_postcss@8.4.
|
|
3255
|
+
/postcss-modules-scope/3.0.0_postcss@8.4.8:
|
|
3230
3256
|
dependencies:
|
|
3231
|
-
postcss: 8.4.
|
|
3257
|
+
postcss: 8.4.8
|
|
3232
3258
|
postcss-selector-parser: 6.0.9
|
|
3233
3259
|
dev: true
|
|
3234
3260
|
engines:
|
|
@@ -3237,10 +3263,10 @@ packages:
|
|
|
3237
3263
|
postcss: ^8.1.0
|
|
3238
3264
|
resolution:
|
|
3239
3265
|
integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==
|
|
3240
|
-
/postcss-modules-values/4.0.0_postcss@8.4.
|
|
3266
|
+
/postcss-modules-values/4.0.0_postcss@8.4.8:
|
|
3241
3267
|
dependencies:
|
|
3242
|
-
icss-utils: 5.1.0_postcss@8.4.
|
|
3243
|
-
postcss: 8.4.
|
|
3268
|
+
icss-utils: 5.1.0_postcss@8.4.8
|
|
3269
|
+
postcss: 8.4.8
|
|
3244
3270
|
dev: true
|
|
3245
3271
|
engines:
|
|
3246
3272
|
node: ^10 || ^12 || >= 14
|
|
@@ -3261,16 +3287,16 @@ packages:
|
|
|
3261
3287
|
dev: true
|
|
3262
3288
|
resolution:
|
|
3263
3289
|
integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
|
3264
|
-
/postcss/8.4.
|
|
3290
|
+
/postcss/8.4.8:
|
|
3265
3291
|
dependencies:
|
|
3266
|
-
nanoid: 3.
|
|
3292
|
+
nanoid: 3.3.1
|
|
3267
3293
|
picocolors: 1.0.0
|
|
3268
3294
|
source-map-js: 1.0.2
|
|
3269
3295
|
dev: true
|
|
3270
3296
|
engines:
|
|
3271
3297
|
node: ^10 || ^12 || >=14
|
|
3272
3298
|
resolution:
|
|
3273
|
-
integrity: sha512-
|
|
3299
|
+
integrity: sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==
|
|
3274
3300
|
/process-nextick-args/2.0.1:
|
|
3275
3301
|
dev: true
|
|
3276
3302
|
resolution:
|
|
@@ -3371,7 +3397,7 @@ packages:
|
|
|
3371
3397
|
integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
|
3372
3398
|
/regenerator-transform/0.14.5:
|
|
3373
3399
|
dependencies:
|
|
3374
|
-
'@babel/runtime': 7.17.
|
|
3400
|
+
'@babel/runtime': 7.17.2
|
|
3375
3401
|
dev: true
|
|
3376
3402
|
resolution:
|
|
3377
3403
|
integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
|
|
@@ -3501,12 +3527,12 @@ packages:
|
|
|
3501
3527
|
hasBin: true
|
|
3502
3528
|
resolution:
|
|
3503
3529
|
integrity: sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==
|
|
3504
|
-
/sass-loader/12.
|
|
3530
|
+
/sass-loader/12.6.0_node-sass@6.0.1+webpack@5.70.0:
|
|
3505
3531
|
dependencies:
|
|
3506
3532
|
klona: 2.0.5
|
|
3507
3533
|
neo-async: 2.6.2
|
|
3508
3534
|
node-sass: 6.0.1
|
|
3509
|
-
webpack: 5.
|
|
3535
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
3510
3536
|
dev: true
|
|
3511
3537
|
engines:
|
|
3512
3538
|
node: '>= 12.13.0'
|
|
@@ -3514,6 +3540,7 @@ packages:
|
|
|
3514
3540
|
fibers: '>= 3.1.0'
|
|
3515
3541
|
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
3516
3542
|
sass: ^1.3.0
|
|
3543
|
+
sass-embedded: '*'
|
|
3517
3544
|
webpack: ^5.0.0
|
|
3518
3545
|
peerDependenciesMeta:
|
|
3519
3546
|
fibers:
|
|
@@ -3522,8 +3549,10 @@ packages:
|
|
|
3522
3549
|
optional: true
|
|
3523
3550
|
sass:
|
|
3524
3551
|
optional: true
|
|
3552
|
+
sass-embedded:
|
|
3553
|
+
optional: true
|
|
3525
3554
|
resolution:
|
|
3526
|
-
integrity: sha512-
|
|
3555
|
+
integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==
|
|
3527
3556
|
/schema-utils/2.7.1:
|
|
3528
3557
|
dependencies:
|
|
3529
3558
|
'@types/json-schema': 7.0.9
|
|
@@ -3607,18 +3636,18 @@ packages:
|
|
|
3607
3636
|
node: '>=8'
|
|
3608
3637
|
resolution:
|
|
3609
3638
|
integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
3610
|
-
/shiki/0.10.
|
|
3639
|
+
/shiki/0.10.1:
|
|
3611
3640
|
dependencies:
|
|
3612
3641
|
jsonc-parser: 3.0.0
|
|
3613
|
-
vscode-oniguruma: 1.6.
|
|
3642
|
+
vscode-oniguruma: 1.6.2
|
|
3614
3643
|
vscode-textmate: 5.2.0
|
|
3615
3644
|
dev: true
|
|
3616
3645
|
resolution:
|
|
3617
|
-
integrity: sha512-
|
|
3618
|
-
/signal-exit/3.0.
|
|
3646
|
+
integrity: sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==
|
|
3647
|
+
/signal-exit/3.0.7:
|
|
3619
3648
|
dev: true
|
|
3620
3649
|
resolution:
|
|
3621
|
-
integrity: sha512-
|
|
3650
|
+
integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
3622
3651
|
/source-map-js/1.0.2:
|
|
3623
3652
|
dev: true
|
|
3624
3653
|
engines:
|
|
@@ -3658,10 +3687,6 @@ packages:
|
|
|
3658
3687
|
node: '>= 8'
|
|
3659
3688
|
resolution:
|
|
3660
3689
|
integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
|
|
3661
|
-
/sourcemap-codec/1.4.8:
|
|
3662
|
-
dev: true
|
|
3663
|
-
resolution:
|
|
3664
|
-
integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
|
|
3665
3690
|
/spdx-correct/3.1.1:
|
|
3666
3691
|
dependencies:
|
|
3667
3692
|
spdx-expression-parse: 3.0.1
|
|
@@ -3763,9 +3788,9 @@ packages:
|
|
|
3763
3788
|
node: '>=8'
|
|
3764
3789
|
resolution:
|
|
3765
3790
|
integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
|
|
3766
|
-
/style-loader/3.3.1_webpack@5.
|
|
3791
|
+
/style-loader/3.3.1_webpack@5.70.0:
|
|
3767
3792
|
dependencies:
|
|
3768
|
-
webpack: 5.
|
|
3793
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
3769
3794
|
dev: true
|
|
3770
3795
|
engines:
|
|
3771
3796
|
node: '>= 12.13.0'
|
|
@@ -3828,20 +3853,19 @@ packages:
|
|
|
3828
3853
|
node: '>= 10'
|
|
3829
3854
|
resolution:
|
|
3830
3855
|
integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
|
|
3831
|
-
/terser-webpack-plugin/5.3.
|
|
3856
|
+
/terser-webpack-plugin/5.3.1_webpack@5.70.0:
|
|
3832
3857
|
dependencies:
|
|
3833
|
-
jest-worker: 27.
|
|
3858
|
+
jest-worker: 27.5.1
|
|
3834
3859
|
schema-utils: 3.1.1
|
|
3835
3860
|
serialize-javascript: 6.0.0
|
|
3836
3861
|
source-map: 0.6.1
|
|
3837
|
-
terser: 5.
|
|
3838
|
-
webpack: 5.
|
|
3862
|
+
terser: 5.12.0
|
|
3863
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
3839
3864
|
dev: true
|
|
3840
3865
|
engines:
|
|
3841
3866
|
node: '>= 10.13.0'
|
|
3842
3867
|
peerDependencies:
|
|
3843
3868
|
'@swc/core': '*'
|
|
3844
|
-
acorn: '*'
|
|
3845
3869
|
esbuild: '*'
|
|
3846
3870
|
uglify-js: '*'
|
|
3847
3871
|
webpack: ^5.1.0
|
|
@@ -3865,7 +3889,7 @@ packages:
|
|
|
3865
3889
|
hasBin: true
|
|
3866
3890
|
resolution:
|
|
3867
3891
|
integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
|
|
3868
|
-
/terser/5.
|
|
3892
|
+
/terser/5.12.0:
|
|
3869
3893
|
dependencies:
|
|
3870
3894
|
acorn: 8.7.0
|
|
3871
3895
|
commander: 2.20.3
|
|
@@ -3875,13 +3899,8 @@ packages:
|
|
|
3875
3899
|
engines:
|
|
3876
3900
|
node: '>=10'
|
|
3877
3901
|
hasBin: true
|
|
3878
|
-
peerDependencies:
|
|
3879
|
-
acorn: ^8.5.0
|
|
3880
|
-
peerDependenciesMeta:
|
|
3881
|
-
acorn:
|
|
3882
|
-
optional: true
|
|
3883
3902
|
resolution:
|
|
3884
|
-
integrity: sha512-
|
|
3903
|
+
integrity: sha512-R3AUhNBGWiFc77HXag+1fXpAxTAFRQTJemlJKjAgD9r8xXTpjNKqIXwHM/o7Rh+O0kUJtS3WQVdBeMKFk5sw9A==
|
|
3885
3904
|
/tippy.js/6.3.7:
|
|
3886
3905
|
dependencies:
|
|
3887
3906
|
'@popperjs/core': 2.11.2
|
|
@@ -3923,13 +3942,13 @@ packages:
|
|
|
3923
3942
|
dev: true
|
|
3924
3943
|
resolution:
|
|
3925
3944
|
integrity: sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==
|
|
3926
|
-
/ts-loader/9.2.
|
|
3945
|
+
/ts-loader/9.2.7_webpack@5.70.0:
|
|
3927
3946
|
dependencies:
|
|
3928
3947
|
chalk: 4.1.2
|
|
3929
|
-
enhanced-resolve: 5.
|
|
3948
|
+
enhanced-resolve: 5.9.2
|
|
3930
3949
|
micromatch: 4.0.4
|
|
3931
3950
|
semver: 7.3.5
|
|
3932
|
-
webpack: 5.
|
|
3951
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
3933
3952
|
dev: true
|
|
3934
3953
|
engines:
|
|
3935
3954
|
node: '>=12.0.0'
|
|
@@ -3937,7 +3956,7 @@ packages:
|
|
|
3937
3956
|
typescript: '*'
|
|
3938
3957
|
webpack: ^5.0.0
|
|
3939
3958
|
resolution:
|
|
3940
|
-
integrity: sha512-
|
|
3959
|
+
integrity: sha512-Fxh44mKli9QezgbdCXkEJWxnedQ0ead7DXTH+lfXEPedu+Y9EtMJ2aQ9G3Dj1j7Q612E8931rww8NDZha4Tibg==
|
|
3941
3960
|
/tslib/2.3.1:
|
|
3942
3961
|
dev: true
|
|
3943
3962
|
resolution:
|
|
@@ -3970,21 +3989,21 @@ packages:
|
|
|
3970
3989
|
node: '>=8'
|
|
3971
3990
|
resolution:
|
|
3972
3991
|
integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
|
3973
|
-
/typedoc/0.22.
|
|
3992
|
+
/typedoc/0.22.13:
|
|
3974
3993
|
dependencies:
|
|
3975
3994
|
glob: 7.2.0
|
|
3976
3995
|
lunr: 2.3.9
|
|
3977
3996
|
marked: 4.0.12
|
|
3978
|
-
minimatch:
|
|
3979
|
-
shiki: 0.10.
|
|
3997
|
+
minimatch: 5.0.1
|
|
3998
|
+
shiki: 0.10.1
|
|
3980
3999
|
dev: true
|
|
3981
4000
|
engines:
|
|
3982
4001
|
node: '>= 12.10.0'
|
|
3983
4002
|
hasBin: true
|
|
3984
4003
|
peerDependencies:
|
|
3985
|
-
typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x
|
|
4004
|
+
typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x
|
|
3986
4005
|
resolution:
|
|
3987
|
-
integrity: sha512-
|
|
4006
|
+
integrity: sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==
|
|
3988
4007
|
/unicode-canonical-property-names-ecmascript/2.0.0:
|
|
3989
4008
|
dev: true
|
|
3990
4009
|
engines:
|
|
@@ -4045,10 +4064,10 @@ packages:
|
|
|
4045
4064
|
'0': node >=0.6.0
|
|
4046
4065
|
resolution:
|
|
4047
4066
|
integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
|
|
4048
|
-
/vscode-oniguruma/1.6.
|
|
4067
|
+
/vscode-oniguruma/1.6.2:
|
|
4049
4068
|
dev: true
|
|
4050
4069
|
resolution:
|
|
4051
|
-
integrity: sha512-
|
|
4070
|
+
integrity: sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==
|
|
4052
4071
|
/vscode-textmate/5.2.0:
|
|
4053
4072
|
dev: true
|
|
4054
4073
|
resolution:
|
|
@@ -4062,10 +4081,10 @@ packages:
|
|
|
4062
4081
|
node: '>=10.13.0'
|
|
4063
4082
|
resolution:
|
|
4064
4083
|
integrity: sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
|
|
4065
|
-
/webpack-cli/4.9.2_webpack@5.
|
|
4084
|
+
/webpack-cli/4.9.2_webpack@5.70.0:
|
|
4066
4085
|
dependencies:
|
|
4067
|
-
'@discoveryjs/json-ext': 0.5.
|
|
4068
|
-
'@webpack-cli/configtest': 1.1.1_webpack-cli@4.9.2+webpack@5.
|
|
4086
|
+
'@discoveryjs/json-ext': 0.5.7
|
|
4087
|
+
'@webpack-cli/configtest': 1.1.1_webpack-cli@4.9.2+webpack@5.70.0
|
|
4069
4088
|
'@webpack-cli/info': 1.4.1_webpack-cli@4.9.2
|
|
4070
4089
|
'@webpack-cli/serve': 1.6.1_webpack-cli@4.9.2
|
|
4071
4090
|
colorette: 2.0.16
|
|
@@ -4075,7 +4094,7 @@ packages:
|
|
|
4075
4094
|
import-local: 3.1.0
|
|
4076
4095
|
interpret: 2.2.0
|
|
4077
4096
|
rechoir: 0.7.1
|
|
4078
|
-
webpack: 5.
|
|
4097
|
+
webpack: 5.70.0_webpack-cli@4.9.2
|
|
4079
4098
|
webpack-merge: 5.8.0
|
|
4080
4099
|
dev: true
|
|
4081
4100
|
engines:
|
|
@@ -4113,18 +4132,18 @@ packages:
|
|
|
4113
4132
|
node: '>=10.13.0'
|
|
4114
4133
|
resolution:
|
|
4115
4134
|
integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
|
4116
|
-
/webpack/5.
|
|
4135
|
+
/webpack/5.70.0_webpack-cli@4.9.2:
|
|
4117
4136
|
dependencies:
|
|
4118
4137
|
'@types/eslint-scope': 3.7.3
|
|
4119
|
-
'@types/estree': 0.0.
|
|
4138
|
+
'@types/estree': 0.0.51
|
|
4120
4139
|
'@webassemblyjs/ast': 1.11.1
|
|
4121
4140
|
'@webassemblyjs/wasm-edit': 1.11.1
|
|
4122
4141
|
'@webassemblyjs/wasm-parser': 1.11.1
|
|
4123
4142
|
acorn: 8.7.0
|
|
4124
4143
|
acorn-import-assertions: 1.8.0_acorn@8.7.0
|
|
4125
|
-
browserslist: 4.
|
|
4144
|
+
browserslist: 4.20.0
|
|
4126
4145
|
chrome-trace-event: 1.0.3
|
|
4127
|
-
enhanced-resolve: 5.
|
|
4146
|
+
enhanced-resolve: 5.9.2
|
|
4128
4147
|
es-module-lexer: 0.9.3
|
|
4129
4148
|
eslint-scope: 5.1.1
|
|
4130
4149
|
events: 3.3.0
|
|
@@ -4136,9 +4155,9 @@ packages:
|
|
|
4136
4155
|
neo-async: 2.6.2
|
|
4137
4156
|
schema-utils: 3.1.1
|
|
4138
4157
|
tapable: 2.2.1
|
|
4139
|
-
terser-webpack-plugin: 5.3.
|
|
4158
|
+
terser-webpack-plugin: 5.3.1_webpack@5.70.0
|
|
4140
4159
|
watchpack: 2.3.1
|
|
4141
|
-
webpack-cli: 4.9.2_webpack@5.
|
|
4160
|
+
webpack-cli: 4.9.2_webpack@5.70.0
|
|
4142
4161
|
webpack-sources: 3.2.3
|
|
4143
4162
|
dev: true
|
|
4144
4163
|
engines:
|
|
@@ -4150,7 +4169,7 @@ packages:
|
|
|
4150
4169
|
webpack-cli:
|
|
4151
4170
|
optional: true
|
|
4152
4171
|
resolution:
|
|
4153
|
-
integrity: sha512-
|
|
4172
|
+
integrity: sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==
|
|
4154
4173
|
/which-module/2.0.0:
|
|
4155
4174
|
dev: true
|
|
4156
4175
|
resolution:
|
|
@@ -4231,23 +4250,24 @@ packages:
|
|
|
4231
4250
|
resolution:
|
|
4232
4251
|
integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
|
|
4233
4252
|
specifiers:
|
|
4234
|
-
'@babel/core': ^7.17.
|
|
4253
|
+
'@babel/core': ^7.17.5
|
|
4235
4254
|
'@babel/preset-env': ^7.16.11
|
|
4236
|
-
'@
|
|
4255
|
+
'@popperjs/core': ^2.11.2
|
|
4256
|
+
'@types/node': ^16.11.26
|
|
4237
4257
|
autoprefixer: ^10.4.2
|
|
4238
4258
|
babel-loader: ^8.2.3
|
|
4239
4259
|
bootstrap: ^5.1.3
|
|
4240
|
-
bootstrap-icons: ^1.8.
|
|
4241
|
-
core-js: ^3.21.
|
|
4242
|
-
css-loader: ^6.
|
|
4260
|
+
bootstrap-icons: ^1.8.1
|
|
4261
|
+
core-js: ^3.21.1
|
|
4262
|
+
css-loader: ^6.7.1
|
|
4243
4263
|
dts-bundle: ^0.7.3
|
|
4244
4264
|
html-loader: ^2.1.2
|
|
4245
4265
|
node-sass: ^6.0.1
|
|
4246
4266
|
postcss-loader: ^6.2.1
|
|
4247
|
-
sass-loader: ^12.
|
|
4267
|
+
sass-loader: ^12.6.0
|
|
4248
4268
|
style-loader: ^3.3.1
|
|
4249
4269
|
tippy.js: ^6.3.7
|
|
4250
|
-
ts-loader: ^9.2.
|
|
4251
|
-
typedoc: ^0.22.
|
|
4252
|
-
webpack: ^5.
|
|
4270
|
+
ts-loader: ^9.2.7
|
|
4271
|
+
typedoc: ^0.22.13
|
|
4272
|
+
webpack: ^5.70.0
|
|
4253
4273
|
webpack-cli: ^4.9.2
|