propro-common-components 0.2.76 → 0.2.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.css +1 -1
- package/dist/plasmicComponents/AccountActivationConformation.d.ts +6 -0
- package/dist/plasmicComponents/Button.d.ts +17 -0
- package/dist/plasmicComponents/ButtonFromProPro.d.ts +17 -0
- package/dist/plasmicComponents/Description.d.ts +6 -0
- package/dist/plasmicComponents/ErrorMessageContainer.d.ts +6 -0
- package/dist/plasmicComponents/Footer.d.ts +6 -0
- package/dist/plasmicComponents/FooterLink.d.ts +6 -0
- package/dist/plasmicComponents/Footerprev.d.ts +6 -0
- package/dist/plasmicComponents/IconImports.d.ts +6 -0
- package/dist/plasmicComponents/Label.d.ts +6 -0
- package/dist/plasmicComponents/LoginSigupButton.d.ts +6 -0
- package/dist/plasmicComponents/Logo.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterConfirmation.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterConfirmationError.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterForm.d.ts +6 -0
- package/dist/plasmicComponents/PageLayout.d.ts +6 -0
- package/dist/plasmicComponents/ProProLabel.d.ts +6 -0
- package/dist/plasmicComponents/ProProLandingContent.d.ts +6 -0
- package/dist/plasmicComponents/ProductCards.d.ts +6 -0
- package/dist/plasmicComponents/SignInSignUpForm.d.ts +6 -0
- package/dist/plasmicComponents/SignInSignUpFormLayout.d.ts +6 -0
- package/dist/plasmicComponents/Slider.d.ts +6 -0
- package/dist/plasmicComponents/SliderThumb.d.ts +6 -0
- package/dist/plasmicComponents/TextInputFromProPro.d.ts +8 -0
- package/dist/plasmicComponents/plasmic/antd/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/antd/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/antd_5_hostless/PlasmicGlobalContextsProvider.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/antd_5_hostless/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/antd_5_hostless/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/loading_boundary/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/loading_boundary/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/lottie_react/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/lottie_react/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_basic_components/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_basic_components/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/PlasmicGlobalContextsProvider.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_rich_components/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_rich_components/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +131 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__CheckMark.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Icon.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicAccountActivationConformation.d.ts +176 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButtonFromProPro.d.ts +134 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicDescription.d.ts +65 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicErrorMessageContainer.d.ts +130 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +150 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalContextsProvider.d.ts +9 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Screen.d.ts +8 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme.d.ts +8 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme2.d.ts +8 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLabel.d.ts +91 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +165 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmation.d.ts +66 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLabel.d.ts +105 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLandingContent.d.ts +117 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProductCards.d.ts +97 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +966 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpFormLayout.d.ts +217 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSlider.d.ts +185 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSliderThumb.d.ts +49 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInputFromProPro.d.ts +141 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Android3.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ArrowForward24Regular.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ArrowReply24Filled.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__BlackDivider.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsArrowBack.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsArrowBackUp.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsChevronDownLeft.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsChevronDownRight.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsChevronUpLeft.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsChevronUpRight.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsChevronsDown.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsChevronsRight.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaArrowsChevronsUp.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaCabanaCabanaUserInterfaceMoreHorizontalLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaChartsGraphsBar01DownDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaChartsGraphsDoughnutDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaChartsGraphsPie7Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaChartsGraphsStackedColumn02DownDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaCheckboxChecked.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaCheckboxHover.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaCheckboxIndeterminate.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDateTimeCalendarLockedAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDateTimeCalendarRemoveDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDateTimeClock02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDateTimeClock03Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDateTimeHourglassOffDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDateTimeSnoozeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignBrushDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignCircleAndSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignEraserDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignImageDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPaintRollerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPaletteDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPaletteLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPenDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPencilDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPerspective01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPerspective01Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPerspective01Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPerspective02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPerspective02Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPerspective02Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignPickerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignRulerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignScaleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignZoomInDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDesignZoomOutDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsBattery60Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsBatteryChargingDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsBluetoothDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsControllerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsElectricalPlugDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsFlashDriveLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsKeyboardDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsLaptopDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsLightBulbDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsLightningDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsMicrochipDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsMicrochipLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsMobile01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsPrinterDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaDevicesElectronicsSmartWatchDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentBankCardCheckDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentBankCardExportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentBankCardsDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentBanknote01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentCalculatorDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentCoinBitcoinDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentCoinDollarDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentCoinInsertLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFinancePaymentCoins01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFoodDrinksAvocadoDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFoodDrinksBurgerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFormattingDistributeVerticalDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFormattingListBoxesDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFormattingTextAlignCenterDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFormattingTextAlignJustifyDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFormattingTextAlignLeftDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFormattingTextAlignRightDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaFormattingTextAlignRightLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsAdjustDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsAirPlayDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsAlbumLibraryDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsAudioLibraryDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsBackward01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsBackward02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsBrightnessDownDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsBrightnessUpDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsCloseCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsEjectDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsExitFullScreenDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsFastBackwardDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsFastForwardDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsFastForwardSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsForward01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsForward01Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsForward01Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsForward02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsFullScreenDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsFullScreenSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsMicrophoneDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsMicrophoneOffDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsMusicalNote01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsMusicalNote01Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsMusicalNote01Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsMusicalNote02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsNextDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsPauseDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsPictureInPictureDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsPlayCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsPlayDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsRecordDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsRecordSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsStopCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsStopCircleLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsStopCircleSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsStopDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsStopLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsStopSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsStretchHeightDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsStretchWidthDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsSubtitlesDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsSubtitlesLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsVideoDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsVideoLibraryDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsVolume01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsVolume02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsVolumeDownDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsVolumeMuteDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaControlsVolumeUpDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaVideoPlus.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaVolume.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaVolume2.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMediaVolume3.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthBeakerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthDnaDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthHeartRateDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthHeartRateMonitorDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthHospitalBuildingDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthMedicalChartDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthMedicalCrossDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthMedicalMaskDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthPetriDishDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthPillDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthStethoscopeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthTabletsSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthTestTubeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthThermometerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaMedicineHealthVirusDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNatureLeaf.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNaturePlant.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNaturePlant2.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNatureSeeding.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelCampsiteDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelFlagDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelGlobeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelGlobeLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelGlobeSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelLocationAddDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelLocationDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelLocationLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelLocationOffDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelLocationRemoveAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelLocationSearchDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelMapDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelMapLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelMapSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPassportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPassportLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPassportSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPointerLeftDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPointerLeftLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPointerLeftSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPointerRightDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPointerRightLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelPointerRightSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignAheadOnlyDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignAheadOnlyLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignAheadOnlySolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignAirportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignLeftDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignLeftLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignLeftSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignNoEntryDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignNoEntryLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignNoEntrySolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignNoStoppingDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignParkingDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignRightDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignStopDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignStopLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignTurnLeftAheadDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSignTurnRightAheadDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRoadSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelRouteDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaNavigationTravelTrafficConeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPeopleUser.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPersonalCareEyedropperSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPersonalCareFlaconDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPersonalCareFlaconLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPersonalCareFlaconSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPersonalCareHairDryerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPersonalCarePaletteDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPersonalCareShowerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaPersonalCareSoapDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaRadioButtonChecked.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaRadioButtonHover.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceBadgeDiscountDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceBarcodeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceDoorSignDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceDoorSignLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceFilterDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceGiftDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceHandCartSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceMegaphoneDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceMegaphoneLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceMegaphoneSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceReceiptDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceReceiptLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceReceiptSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceScanDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceScanLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceScanSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShopDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShopLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShopSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingBagDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingBagLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingBagSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingBasketDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingBasketLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingBasketSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingCartDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingCartLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingCartSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingListDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingListLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingListSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingTagDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingTagLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerceShoppingTagSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerce/320/241alculatorDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerce/320/241alculatorLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaShoppingEcommerce/320/241alculatorSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsAndroidDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsAndroidLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsAndroidSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsAppleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsAppleLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsAppleSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsBehanceDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsBehanceLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsBehanceSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsDribbbleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsDribbbleLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsDribbbleSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFacebookDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFacebookLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFacebookSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFigmaDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFigmaLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFigmaSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFoursquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFoursquareLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsFoursquareSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsInstagramDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsInstagramLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsInstagramSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsLinkedInDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsLinkedInLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsLinkedInSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsMessengerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsMessengerLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsMessengerSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsNetflixDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsNetflixLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsNetflixSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsPinterestDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsPinterestLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsPinterestSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsProductHuntDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsProductHuntLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsProductHuntSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsSketchDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsSketchLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsSketchSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsSoundCloudDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsSoundCloudLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsSoundCloudSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTikTokDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTikTokLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTikTokSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTrelloDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTrelloLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTrelloSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTwitterDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTwitterLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsTwitterSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsWindowsDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsWindowsLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsYouTubeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSocialMediaBrandsYouTubeSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessBasketballBallDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessBoxingGloveDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessFencingDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessFlagDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessFootballBallDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessMedalDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessScoreboardDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessStandingsDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessStopwatchDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessTrophyDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaSportsFitnessWeightDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceArrowDownLeftLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceArrowDownLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceArrowDownRightLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceArrowLeftLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceArrowRightLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceArrowUpLeftLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceArrowUpLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceArrowUpRightLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBellDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBellLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBellOffDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBellSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBookmarkAddDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBookmarkDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBookmarkLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBookmarkSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceBookmarkSubtractDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceCheckCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceCheckSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronDownCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronDownSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronLeftCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronLeftSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronRightCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronRightCircleSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronRightLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronRightSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronUpCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceChevronUpSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceEditDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceExclamationMarkCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceExclamationMarkSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceExportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceEyeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceEyeOffDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileAddAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileCheckAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileCheckDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileDownloadAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileDownloadAltLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileDownloadDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileEditAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileEditDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileExportAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileExportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileFavoriteDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileFavouriteAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileImportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileLockedAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileOffDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileRemoveDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileSearchAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileSearchDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileUploadAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFileUploadDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderAddAltLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderAddDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderCheckAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderCheckDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderDownloadAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderDownloadDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderEditAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderEditDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderExportAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderExportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderFavouriteAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderFavouriteDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderImportAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderImportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderLockedDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderOffDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderRemoveAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderRemoveDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderSearchAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderSearchDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderSubtractAltDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderSubtractDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderUploadDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceFolderViewDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceGrid01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceGrid02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceGrid03Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceGridHorizontalDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceGridVerticalDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceHeartDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceHomeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceHomeLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceHomeSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceImportDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceImportLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceImportSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceInfoCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceInfoSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceLockDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceLockOpenDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceLoginDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceLoginLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceLogoutDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceLogoutLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceMinusCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceMinusSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceMoreCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceMoreSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfacePlusCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfacePlusSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceQuestionMarkCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceQuestionMarkSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceRemoveCircleDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceRemoveSquareDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceSettingsAdjustHorizontalDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceSettingsAdjustVerticalDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceSettingsDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceStarDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceStarLine.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceStarOffDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceStarSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceTrashCanDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceUserDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceViewBoardDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaUserInterfaceViewListDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSeaSunriseDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSnowAndRainDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSnowfall02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSnowflakeDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSunnyDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSunrise01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSunrise02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSunset01Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherSunset02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherThermometerDuotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__CabanaWeatherThunderstorm02Duotone.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Ellipse15.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__FilledSvg.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon2.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon3.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon6.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__IconsClose.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__IconsClose2.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Line2.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAccessTime24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAccessTime24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAccessibility24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAccessibility24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftActivity24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftActivity24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAdd24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAdd24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAddCircle24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAddCircle24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAddressBookNumber24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAddressBookNumber24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAirplane24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAirplane24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlert24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlert24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlertOff24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlertOff24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlertOn24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlertOn24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlertSnooze24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlertSnooze24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlertUrgent24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAlertUrgent24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppFolder24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppFolder24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppGeneric24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppGeneric24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppRecent24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppRecent24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppSpan24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppSpan24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppTitle24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppTitle24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppUnspan24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppUnspan24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftApps24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftApps24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppsAddIn24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppsAddIn24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppsList24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAppsList24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArchive24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArchive24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowClockwise24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowClockwise24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowCounterclockwise24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowCounterclockwise24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowDown24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowDown24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowDownLeft24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowDownLeft24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowDownRightCircle24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowDownRightCircle24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowDownload24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowDownload24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowEnter24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowEnter24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowExpand24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowExpand24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowExport24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowExport24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowForward24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowForward24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowImport24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowImport24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowLeft24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowLeft24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowMaximize24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowMaximize24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowMinimize24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowMinimize24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowNext24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowNext24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowPrevious24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftArrowPrevious24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAttach24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftAttach24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBackspace24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBackspace24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBluetooth24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBluetooth24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBluetoothConnected24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBluetoothConnected24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBluetoothDisabled24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBluetoothDisabled24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBluetoothSearching24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBluetoothSearching24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBoard24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBoard24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaCompatibility24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaCompatibility24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaEngineering24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaLogical24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaLookup24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaMath24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaRecent24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaRecent24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaStatistics24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaStatistics24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaText24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookFormulaText24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookmark24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBookmark24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBot24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBot24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBotAdd24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBotAdd24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBranch24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBranch24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBriefcase24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBriefcase24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBroadActivityFeed24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBroadActivityFeed24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBugReport24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftBugReport24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCamera24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCamera24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCameraAdd24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCameraAdd24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCameraSwitch24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCameraSwitch24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCast24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCast24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCertificate24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCertificate24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChannel24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChannel24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChannelFollow24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChannelFollow24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChannelNotifications24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChannelNotifications24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChannelUnfollow24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChannelUnfollow24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChat24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChat24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChatHelp24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChatHelp24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckboxChecked24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckboxChecked24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckboxUnchecked24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckboxUnchecked24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckmark24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckmark24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckmarkCircle24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckmarkCircle24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckmarkSquare24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCheckmarkSquare24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronDown24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronDown24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronDownCircle24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronDownCircle24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronLeft24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronLeft24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronRight24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronRight24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronUp24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftChevronUp24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClass24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClass24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClipboard24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClipboard24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClipboardPaste24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClipboardPaste24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClipboardText24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClipboardText24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClock24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClock24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClosedCaption24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftClosedCaption24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloud24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloud24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudBackup24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudBackup24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudDownload24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudDownload24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudOff24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudOff24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudOffline24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudOffline24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudSyncComplete24Filled.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCloudSyncComplete24Regular.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCode24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCode24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCollections24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftColor24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftComment24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftComment24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCommentNext24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCommentNext24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCookies24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCookies24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCopy24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftCopy24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataSunburst24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataSunburst24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataTreemap24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataTreemap24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataUsage24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataUsage24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataWaterfall24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataWaterfall24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataWhisker24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDataWhisker24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDelete24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDelete24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDeleteForever24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDeleteForever24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDeleteOff24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDeleteOff24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDesktop24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDesktop24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDeveloperBoard24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDeveloperBoard24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDeviceEq24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDeviceEq24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDialpad24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDialpad24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDismiss24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDismiss24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDismissCircle24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDismissCircle24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDividerShort24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDividerShort24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDividerTall24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDividerTall24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDock24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDock24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDockLeft24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDockLeft24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDockRow24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDockRow24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocument24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocument24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentAutosave24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentAutosave24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentCopy24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentCopy24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentDiscard24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentDiscard24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentPdf24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentPdf24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentSearch24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDocumentSearch24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDrafts24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDrafts24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDrag24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftDrag24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftEdit24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftEdit24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftEmoji24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftEmoji24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftEyeHide24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftEyeHide24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftEyeShow24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftEyeShow24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFastForward24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFastForward24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFingerprint24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFlag24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFlagOff24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFlashOn24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFolder24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFolder24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFolderOpen24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftFolderOpen24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftGift24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftGift24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftGlance24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftGlance24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftInPrivateAccount24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftIncognito24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftInfo24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftInfo24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftKey24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftKey24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftKeyboard24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftKeyboardDock24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftLayer24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftLayer24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftLightbulb24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMail24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMailAdd24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMailInbox24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMailMoveToFocussed24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMailMoveToFocussed24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMailRead24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMailUnread24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMailUnsubscribe24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMap24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMap24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMarkRead24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMarkRead24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMarkUnread24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMeetNow24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMegaphone24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMicOff24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftMore24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNetworkCheck24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNew24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNew24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNews24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNews24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNone24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNote24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNote24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNotebook24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNotebook24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNotebookSection24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNotebookSection24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNumberRow24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNumberRow24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNumberSymbol24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftNumberSymbol24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOfficeApps24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOpen24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOpen24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOpenFolder24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOpenFolder24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOpenInBrowser24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOpenInBrowser24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOrganizationChart24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOrganizationChart24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOwner24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftOwner24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPageView24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPageView24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPair24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPair24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPatient24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPatient24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPause24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPause24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPayment24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPayment24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPenSettings24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPenSettings24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeople24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeople24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleAdd24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleAdd24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleCommunity24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleCommunity24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleCommunityAdd24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleCommunityAdd24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleSearch24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleSearch24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleTeam24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPeopleTeam24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPerson24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPerson24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonAvailable24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonAvailable24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonBlock24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonBlock24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonFeedback24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonFeedback24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonLeave24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonLeave24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonVoice24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPersonVoice24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhone24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhone24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhoneAddNewApp24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhoneAddNewApp24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhoneDesktop24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhoneDesktop24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhoneError24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhoneError24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhoneUpdate24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhoneUpdate24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhotoFilter24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhotoRotate24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPhotoRotate24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPin24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPin24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPinOff24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPinOff24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPlay24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPlay24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPlayCircle24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPlayCircle24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPointScan24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPoll24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPoll24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPower24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPptOutline24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPptOutline24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPremium24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPrint24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftPrint24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRadioButton24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRadioButton24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReOrder24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReOrder24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReadAloud24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReadAloud24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReadOnly24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReadingMode24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReadingMode24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReadingModeMobile24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReadingModeMobile24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRecommended24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRecommended24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRemove24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRemove24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRename24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftResizeImage24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftResizeImage24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftResizeVideo24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftResizeVideo24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReward24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftReward24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRewind24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRewind24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRouter24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftRouter24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSafe24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSafe24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSave24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSave24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSaveAs24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSaveAs24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSaveCopy24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSaveCopy24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftScan24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftScan24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftScratchpad24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftScratchpad24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftScreenshot24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftScreenshot24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSearch24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSearch24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSearchSquare24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSearchSquare24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSelectAll24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSelectAll24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSelectAllOff24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSend24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSend24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSendCopy24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSendCopy24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSettingMic24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSettings24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSettings24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSettingsDev24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSettingsDev24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShapes24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShapes24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShare24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShare24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareAndroid24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareAndroid24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareCloseTray24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareCloseTray24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareDesktop24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareDesktop24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareIOs24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareIOs24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareScreen24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareScreen24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareStop24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShareStop24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShield24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShield24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShifts24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftShifts24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSignOut24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSignature24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSignature24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSiteWarning24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSleep24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeaker024Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeaker024Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeaker124Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeaker124Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeaker24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeaker24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeakerBluetooth24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeakerBluetooth24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeakerNone24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeakerNone24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeakerOff24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeakerOff24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeakerSettings24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSpeakerSettings24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStar24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStar24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStarAdd24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStarAdd24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStarOff24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStarOff24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStatus24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStatus24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSticker24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSticker24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStorage24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftStorage24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSubway24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSuggestion24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSuggestion24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSurfaceHub24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSurfaceHub24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSwipeDown24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSwipeDown24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSwipeRight24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSwipeRight24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSwipeUp24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftSwipeUp24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTabSweep24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTable24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTabs24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTabs24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTag24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTag24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTapDouble24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTapDouble24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTapSingle24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTapSingle24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftText24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTextAdd24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTextAlignCenter24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTimeAndWeather24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTimeAndWeather24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTimer1024Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTimer24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTopSpeed24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftTopSpeed24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftVideo24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftVideo24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWallpaper24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWarning24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWarning24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWeatherCloudy24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWeatherCloudy24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWeatherSnowflake24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWeatherSqualls24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWeatherSunny24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWeatherSunny24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWebAsset24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWebAsset24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWeekend24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWhiteboard24Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWhiteboard24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWiFi224Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWiFi324Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWiFi324Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWiFi424Line.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWiFi424Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftWindowDevTools24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__MicrosoftXboxConsole24Solid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__SearchSvg.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Selector.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ShortStopLogoMark2.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__SocialMediaBrandsWindowsSolid.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__SvgCleanerId0.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__SvgCleanerId02.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__SvgCleanerId03.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__SvgCleanerId1.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector10.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector13.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector14.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__WebAsset24Filled.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__XLogo.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/react_aria/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/react_aria/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/react_awesome_reveal/PlasmicStyleTokensProvider.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/react_awesome_reveal/plasmic.d.ts +1 -0
- package/dist/propro-common-components.js +110 -90
- package/package.json +1 -1
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { Flex as Flex__, SingleBooleanChoiceArg, SingleChoiceArg, StrictProps } from '@plasmicapp/react-web';
|
|
2
|
+
/** @jsxRuntime classic */
|
|
3
|
+
/** @jsx createPlasmicElementProxy */
|
|
4
|
+
/** @jsxFrag React.Fragment */
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
export type PlasmicFooterLink__VariantMembers = {
|
|
7
|
+
isExternal: "isExternal";
|
|
8
|
+
isNew: "isNew";
|
|
9
|
+
isDefault: "isDefault";
|
|
10
|
+
color: "mapMapGreen";
|
|
11
|
+
};
|
|
12
|
+
export type PlasmicFooterLink__VariantsArgs = {
|
|
13
|
+
isExternal?: SingleBooleanChoiceArg<"isExternal">;
|
|
14
|
+
isNew?: SingleBooleanChoiceArg<"isNew">;
|
|
15
|
+
isDefault?: SingleBooleanChoiceArg<"isDefault">;
|
|
16
|
+
color?: SingleChoiceArg<"mapMapGreen">;
|
|
17
|
+
};
|
|
18
|
+
export declare const PlasmicFooterLink__VariantProps: (keyof PlasmicFooterLink__VariantsArgs)[];
|
|
19
|
+
export type PlasmicFooterLink__ArgsType = {
|
|
20
|
+
children?: React.ReactNode;
|
|
21
|
+
};
|
|
22
|
+
export declare const PlasmicFooterLink__ArgProps: "children"[];
|
|
23
|
+
export type PlasmicFooterLink__OverridesType = {
|
|
24
|
+
root?: Flex__<"div">;
|
|
25
|
+
link?: Flex__<"a">;
|
|
26
|
+
externalLinkArrowIcon?: Flex__<"div">;
|
|
27
|
+
svg?: Flex__<"svg">;
|
|
28
|
+
newTag?: Flex__<"div">;
|
|
29
|
+
text?: Flex__<"div">;
|
|
30
|
+
};
|
|
31
|
+
export interface DefaultFooterLinkProps {
|
|
32
|
+
children?: React.ReactNode;
|
|
33
|
+
isExternal?: SingleBooleanChoiceArg<"isExternal">;
|
|
34
|
+
isNew?: SingleBooleanChoiceArg<"isNew">;
|
|
35
|
+
isDefault?: SingleBooleanChoiceArg<"isDefault">;
|
|
36
|
+
color?: SingleChoiceArg<"mapMapGreen">;
|
|
37
|
+
className?: string;
|
|
38
|
+
}
|
|
39
|
+
declare const PlasmicDescendants: {
|
|
40
|
+
readonly root: readonly ["root", "link", "externalLinkArrowIcon", "svg", "newTag", "text"];
|
|
41
|
+
readonly link: readonly ["link"];
|
|
42
|
+
readonly externalLinkArrowIcon: readonly ["externalLinkArrowIcon", "svg"];
|
|
43
|
+
readonly svg: readonly ["svg"];
|
|
44
|
+
readonly newTag: readonly ["newTag", "text"];
|
|
45
|
+
readonly text: readonly ["text"];
|
|
46
|
+
};
|
|
47
|
+
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
48
|
+
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
49
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
|
50
|
+
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicFooterLink__OverridesType, DescendantsType<T>>;
|
|
51
|
+
export declare const PlasmicFooterLink: {
|
|
52
|
+
<T extends {
|
|
53
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
54
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
55
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
56
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "link" | "svg" | "text" | "children" | "root" | keyof PlasmicFooterLink__VariantsArgs | "externalLinkArrowIcon" | "newTag" | ReservedPropsType> & {
|
|
57
|
+
key?: React.Key | undefined;
|
|
58
|
+
}>(props: T & StrictProps<T, {
|
|
59
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
60
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
61
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
62
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "link" | "svg" | "text" | "children" | "root" | keyof PlasmicFooterLink__VariantsArgs | "externalLinkArrowIcon" | "newTag" | ReservedPropsType> & {
|
|
63
|
+
key?: React.Key | undefined;
|
|
64
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
65
|
+
displayName: string;
|
|
66
|
+
} & {
|
|
67
|
+
link: {
|
|
68
|
+
<T_1 extends {
|
|
69
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
70
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
71
|
+
overrides?: NodeOverridesType<"link"> | undefined;
|
|
72
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"link">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, "link" | "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & {
|
|
73
|
+
key?: React.Key | undefined;
|
|
74
|
+
}>(props: T_1 & StrictProps<T_1, {
|
|
75
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
76
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
77
|
+
overrides?: NodeOverridesType<"link"> | undefined;
|
|
78
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"link">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, "link" | "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & {
|
|
79
|
+
key?: React.Key | undefined;
|
|
80
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
81
|
+
displayName: string;
|
|
82
|
+
};
|
|
83
|
+
externalLinkArrowIcon: {
|
|
84
|
+
<T_2 extends {
|
|
85
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
86
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
87
|
+
overrides?: NodeOverridesType<"externalLinkArrowIcon"> | undefined;
|
|
88
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"externalLinkArrowIcon">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "children" | keyof PlasmicFooterLink__VariantsArgs | "externalLinkArrowIcon" | ReservedPropsType> & {
|
|
89
|
+
key?: React.Key | undefined;
|
|
90
|
+
}>(props: T_2 & StrictProps<T_2, {
|
|
91
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
92
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
93
|
+
overrides?: NodeOverridesType<"externalLinkArrowIcon"> | undefined;
|
|
94
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"externalLinkArrowIcon">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "children" | keyof PlasmicFooterLink__VariantsArgs | "externalLinkArrowIcon" | ReservedPropsType> & {
|
|
95
|
+
key?: React.Key | undefined;
|
|
96
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
97
|
+
displayName: string;
|
|
98
|
+
};
|
|
99
|
+
svg: {
|
|
100
|
+
<T_3 extends {
|
|
101
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
102
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
103
|
+
overrides?: NodeOverridesType<"svg"> | undefined;
|
|
104
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"svg">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.SVGProps<SVGSVGElement>>, "svg" | "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & {
|
|
105
|
+
key?: React.Key | undefined;
|
|
106
|
+
}>(props: T_3 & StrictProps<T_3, {
|
|
107
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
108
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
109
|
+
overrides?: NodeOverridesType<"svg"> | undefined;
|
|
110
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"svg">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.SVGProps<SVGSVGElement>>, "svg" | "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & {
|
|
111
|
+
key?: React.Key | undefined;
|
|
112
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
113
|
+
displayName: string;
|
|
114
|
+
};
|
|
115
|
+
newTag: {
|
|
116
|
+
<T_4 extends {
|
|
117
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
118
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
119
|
+
overrides?: NodeOverridesType<"newTag"> | undefined;
|
|
120
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"newTag">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "children" | keyof PlasmicFooterLink__VariantsArgs | "newTag" | ReservedPropsType> & {
|
|
121
|
+
key?: React.Key | undefined;
|
|
122
|
+
}>(props: T_4 & StrictProps<T_4, {
|
|
123
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
124
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
125
|
+
overrides?: NodeOverridesType<"newTag"> | undefined;
|
|
126
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"newTag">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "children" | keyof PlasmicFooterLink__VariantsArgs | "newTag" | ReservedPropsType> & {
|
|
127
|
+
key?: React.Key | undefined;
|
|
128
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
129
|
+
displayName: string;
|
|
130
|
+
};
|
|
131
|
+
text: {
|
|
132
|
+
<T_5 extends {
|
|
133
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
134
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
135
|
+
overrides?: NodeOverridesType<"text"> | undefined;
|
|
136
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"text">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & {
|
|
137
|
+
key?: React.Key | undefined;
|
|
138
|
+
}>(props: T_5 & StrictProps<T_5, {
|
|
139
|
+
variants?: PlasmicFooterLink__VariantsArgs | undefined;
|
|
140
|
+
args?: PlasmicFooterLink__ArgsType | undefined;
|
|
141
|
+
overrides?: NodeOverridesType<"text"> | undefined;
|
|
142
|
+
} & Omit<PlasmicFooterLink__VariantsArgs, ReservedPropsType> & Omit<PlasmicFooterLink__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"text">, "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "children" | keyof PlasmicFooterLink__VariantsArgs | ReservedPropsType> & {
|
|
143
|
+
key?: React.Key | undefined;
|
|
144
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
145
|
+
displayName: string;
|
|
146
|
+
};
|
|
147
|
+
internalVariantProps: (keyof PlasmicFooterLink__VariantsArgs)[];
|
|
148
|
+
internalArgProps: "children"[];
|
|
149
|
+
};
|
|
150
|
+
export default PlasmicFooterLink;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AntdConfigProvider } from '@plasmicpkgs/antd5/skinny/registerConfigProvider';
|
|
2
|
+
import { EmbedCss } from '@plasmicpkgs/plasmic-embed-css';
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
export interface GlobalContextsProviderProps {
|
|
5
|
+
children?: React.ReactElement;
|
|
6
|
+
antdConfigProviderProps?: Partial<Omit<React.ComponentProps<typeof AntdConfigProvider>, "children">>;
|
|
7
|
+
embedCssProps?: Partial<Omit<React.ComponentProps<typeof EmbedCss>, "children">>;
|
|
8
|
+
}
|
|
9
|
+
export default function GlobalContextsProvider(props: GlobalContextsProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type ScreenValue = "mobileOnly" | "smartphonePortrait" | "smallDesktop" | "desktop";
|
|
3
|
+
export declare const ScreenContext: React.Context<ScreenValue[] | undefined>;
|
|
4
|
+
export declare function ScreenContextProvider(props: React.PropsWithChildren<{
|
|
5
|
+
value: ScreenValue[] | undefined;
|
|
6
|
+
}>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const useScreenVariants: () => string | string[] | undefined;
|
|
8
|
+
export default ScreenContext;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type ThemeValue = "dark";
|
|
3
|
+
export declare const ThemeContext: React.Context<"dark" | undefined>;
|
|
4
|
+
export declare function ThemeContextProvider(props: React.PropsWithChildren<{
|
|
5
|
+
value: ThemeValue | undefined;
|
|
6
|
+
}>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function useTheme(): "dark" | undefined;
|
|
8
|
+
export default ThemeContext;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type Theme2Value = "dark";
|
|
3
|
+
export declare const Theme2Context: React.Context<"dark" | undefined>;
|
|
4
|
+
export declare function Theme2ContextProvider(props: React.PropsWithChildren<{
|
|
5
|
+
value: Theme2Value | undefined;
|
|
6
|
+
}>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function useTheme2(): "dark" | undefined;
|
|
8
|
+
export default Theme2Context;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Flex as Flex__, SingleChoiceArg, StrictProps } from '@plasmicapp/react-web';
|
|
2
|
+
import { BaseLabel } from '@plasmicpkgs/react-aria/skinny/registerLabel';
|
|
3
|
+
/** @jsxRuntime classic */
|
|
4
|
+
/** @jsx createPlasmicElementProxy */
|
|
5
|
+
/** @jsxFrag React.Fragment */
|
|
6
|
+
import * as React from "react";
|
|
7
|
+
export type PlasmicLabel__VariantMembers = {
|
|
8
|
+
size: "sm" | "lg";
|
|
9
|
+
requirementIndicator: "optional" | "required";
|
|
10
|
+
};
|
|
11
|
+
export type PlasmicLabel__VariantsArgs = {
|
|
12
|
+
size?: SingleChoiceArg<"sm" | "lg">;
|
|
13
|
+
requirementIndicator?: SingleChoiceArg<"optional" | "required">;
|
|
14
|
+
};
|
|
15
|
+
export declare const PlasmicLabel__VariantProps: (keyof PlasmicLabel__VariantsArgs)[];
|
|
16
|
+
export type PlasmicLabel__ArgsType = {
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
};
|
|
19
|
+
export declare const PlasmicLabel__ArgProps: "children"[];
|
|
20
|
+
export type PlasmicLabel__OverridesType = {
|
|
21
|
+
root?: Flex__<typeof BaseLabel>;
|
|
22
|
+
freeBox?: Flex__<"div">;
|
|
23
|
+
text?: Flex__<"div">;
|
|
24
|
+
};
|
|
25
|
+
export interface DefaultLabelProps {
|
|
26
|
+
children?: React.ReactNode;
|
|
27
|
+
size?: SingleChoiceArg<"sm" | "lg">;
|
|
28
|
+
requirementIndicator?: SingleChoiceArg<"optional" | "required">;
|
|
29
|
+
className?: string;
|
|
30
|
+
}
|
|
31
|
+
declare const PlasmicDescendants: {
|
|
32
|
+
readonly root: readonly ["root", "freeBox", "text"];
|
|
33
|
+
readonly freeBox: readonly ["freeBox", "text"];
|
|
34
|
+
readonly text: readonly ["text"];
|
|
35
|
+
};
|
|
36
|
+
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
37
|
+
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
38
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
|
39
|
+
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicLabel__OverridesType, DescendantsType<T>>;
|
|
40
|
+
export declare const PlasmicLabel: {
|
|
41
|
+
<T extends {
|
|
42
|
+
variants?: PlasmicLabel__VariantsArgs | undefined;
|
|
43
|
+
args?: PlasmicLabel__ArgsType | undefined;
|
|
44
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
45
|
+
} & Omit<PlasmicLabel__VariantsArgs, ReservedPropsType> & Omit<PlasmicLabel__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, "children" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerLabel').BaseLabelProps>, "text" | "children" | "root" | "freeBox" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & {
|
|
46
|
+
key?: React.Key | undefined;
|
|
47
|
+
}>(props: T & StrictProps<T, {
|
|
48
|
+
variants?: PlasmicLabel__VariantsArgs | undefined;
|
|
49
|
+
args?: PlasmicLabel__ArgsType | undefined;
|
|
50
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
51
|
+
} & Omit<PlasmicLabel__VariantsArgs, ReservedPropsType> & Omit<PlasmicLabel__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, "children" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerLabel').BaseLabelProps>, "text" | "children" | "root" | "freeBox" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & {
|
|
52
|
+
key?: React.Key | undefined;
|
|
53
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
54
|
+
displayName: string;
|
|
55
|
+
} & {
|
|
56
|
+
freeBox: {
|
|
57
|
+
<T_1 extends {
|
|
58
|
+
variants?: PlasmicLabel__VariantsArgs | undefined;
|
|
59
|
+
args?: PlasmicLabel__ArgsType | undefined;
|
|
60
|
+
overrides?: NodeOverridesType<"freeBox"> | undefined;
|
|
61
|
+
} & Omit<PlasmicLabel__VariantsArgs, ReservedPropsType> & Omit<PlasmicLabel__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"freeBox">, "children" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "children" | "freeBox" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & {
|
|
62
|
+
key?: React.Key | undefined;
|
|
63
|
+
}>(props: T_1 & StrictProps<T_1, {
|
|
64
|
+
variants?: PlasmicLabel__VariantsArgs | undefined;
|
|
65
|
+
args?: PlasmicLabel__ArgsType | undefined;
|
|
66
|
+
overrides?: NodeOverridesType<"freeBox"> | undefined;
|
|
67
|
+
} & Omit<PlasmicLabel__VariantsArgs, ReservedPropsType> & Omit<PlasmicLabel__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"freeBox">, "children" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "children" | "freeBox" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & {
|
|
68
|
+
key?: React.Key | undefined;
|
|
69
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
70
|
+
displayName: string;
|
|
71
|
+
};
|
|
72
|
+
text: {
|
|
73
|
+
<T_2 extends {
|
|
74
|
+
variants?: PlasmicLabel__VariantsArgs | undefined;
|
|
75
|
+
args?: PlasmicLabel__ArgsType | undefined;
|
|
76
|
+
overrides?: NodeOverridesType<"text"> | undefined;
|
|
77
|
+
} & Omit<PlasmicLabel__VariantsArgs, ReservedPropsType> & Omit<PlasmicLabel__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"text">, "children" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "children" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & {
|
|
78
|
+
key?: React.Key | undefined;
|
|
79
|
+
}>(props: T_2 & StrictProps<T_2, {
|
|
80
|
+
variants?: PlasmicLabel__VariantsArgs | undefined;
|
|
81
|
+
args?: PlasmicLabel__ArgsType | undefined;
|
|
82
|
+
overrides?: NodeOverridesType<"text"> | undefined;
|
|
83
|
+
} & Omit<PlasmicLabel__VariantsArgs, ReservedPropsType> & Omit<PlasmicLabel__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"text">, "children" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "children" | keyof PlasmicLabel__VariantsArgs | ReservedPropsType> & {
|
|
84
|
+
key?: React.Key | undefined;
|
|
85
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
86
|
+
displayName: string;
|
|
87
|
+
};
|
|
88
|
+
internalVariantProps: (keyof PlasmicLabel__VariantsArgs)[];
|
|
89
|
+
internalArgProps: "children"[];
|
|
90
|
+
};
|
|
91
|
+
export default PlasmicLabel;
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { Flex as Flex__, SingleBooleanChoiceArg, SingleChoiceArg, StrictProps } from '@plasmicapp/react-web';
|
|
2
|
+
/** @jsxRuntime classic */
|
|
3
|
+
/** @jsx createPlasmicElementProxy */
|
|
4
|
+
/** @jsxFrag React.Fragment */
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
export type PlasmicLogo__VariantMembers = {
|
|
7
|
+
app: "hubHub" | "mapMap" | "proPro" | "shortStop";
|
|
8
|
+
size: "small" | "medium" | "large";
|
|
9
|
+
isHidingText: "isHidingText";
|
|
10
|
+
isShowingProductionsText: "isShowingProductionsText";
|
|
11
|
+
};
|
|
12
|
+
export type PlasmicLogo__VariantsArgs = {
|
|
13
|
+
app?: SingleChoiceArg<"hubHub" | "mapMap" | "proPro" | "shortStop">;
|
|
14
|
+
size?: SingleChoiceArg<"small" | "medium" | "large">;
|
|
15
|
+
isHidingText?: SingleBooleanChoiceArg<"isHidingText">;
|
|
16
|
+
isShowingProductionsText?: SingleBooleanChoiceArg<"isShowingProductionsText">;
|
|
17
|
+
};
|
|
18
|
+
export declare const PlasmicLogo__VariantProps: (keyof PlasmicLogo__VariantsArgs)[];
|
|
19
|
+
export type PlasmicLogo__ArgsType = {};
|
|
20
|
+
export declare const PlasmicLogo__ArgProps: never[];
|
|
21
|
+
export type PlasmicLogo__OverridesType = {
|
|
22
|
+
root?: Flex__<"div">;
|
|
23
|
+
markContainer?: Flex__<"div">;
|
|
24
|
+
appName?: Flex__<"div">;
|
|
25
|
+
textContainerA?: Flex__<"div">;
|
|
26
|
+
textContainerB?: Flex__<"div">;
|
|
27
|
+
shortStopLogoContainer?: Flex__<"div">;
|
|
28
|
+
text?: Flex__<"div">;
|
|
29
|
+
};
|
|
30
|
+
export interface DefaultLogoProps {
|
|
31
|
+
app?: SingleChoiceArg<"hubHub" | "mapMap" | "proPro" | "shortStop">;
|
|
32
|
+
size?: SingleChoiceArg<"small" | "medium" | "large">;
|
|
33
|
+
isHidingText?: SingleBooleanChoiceArg<"isHidingText">;
|
|
34
|
+
isShowingProductionsText?: SingleBooleanChoiceArg<"isShowingProductionsText">;
|
|
35
|
+
className?: string;
|
|
36
|
+
}
|
|
37
|
+
declare const PlasmicDescendants: {
|
|
38
|
+
readonly root: readonly ["root", "markContainer", "appName", "textContainerA", "textContainerB", "shortStopLogoContainer", "text"];
|
|
39
|
+
readonly markContainer: readonly ["markContainer"];
|
|
40
|
+
readonly appName: readonly ["appName", "textContainerA", "textContainerB"];
|
|
41
|
+
readonly textContainerA: readonly ["textContainerA"];
|
|
42
|
+
readonly textContainerB: readonly ["textContainerB"];
|
|
43
|
+
readonly shortStopLogoContainer: readonly ["shortStopLogoContainer"];
|
|
44
|
+
readonly text: readonly ["text"];
|
|
45
|
+
};
|
|
46
|
+
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
47
|
+
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
48
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
|
49
|
+
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicLogo__OverridesType, DescendantsType<T>>;
|
|
50
|
+
export declare const PlasmicLogo: {
|
|
51
|
+
<T extends {
|
|
52
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
53
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
54
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
55
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "root" | keyof PlasmicLogo__VariantsArgs | "markContainer" | "appName" | "textContainerA" | "textContainerB" | "shortStopLogoContainer" | ReservedPropsType> & {
|
|
56
|
+
key?: React.Key | undefined;
|
|
57
|
+
}>(props: T & StrictProps<T, {
|
|
58
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
59
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
60
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
61
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | "root" | keyof PlasmicLogo__VariantsArgs | "markContainer" | "appName" | "textContainerA" | "textContainerB" | "shortStopLogoContainer" | ReservedPropsType> & {
|
|
62
|
+
key?: React.Key | undefined;
|
|
63
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
64
|
+
displayName: string;
|
|
65
|
+
} & {
|
|
66
|
+
markContainer: {
|
|
67
|
+
<T_1 extends {
|
|
68
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
69
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
70
|
+
overrides?: NodeOverridesType<"markContainer"> | undefined;
|
|
71
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"markContainer">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "markContainer" | ReservedPropsType> & {
|
|
72
|
+
key?: React.Key | undefined;
|
|
73
|
+
}>(props: T_1 & StrictProps<T_1, {
|
|
74
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
75
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
76
|
+
overrides?: NodeOverridesType<"markContainer"> | undefined;
|
|
77
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"markContainer">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "markContainer" | ReservedPropsType> & {
|
|
78
|
+
key?: React.Key | undefined;
|
|
79
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
80
|
+
displayName: string;
|
|
81
|
+
};
|
|
82
|
+
appName: {
|
|
83
|
+
<T_2 extends {
|
|
84
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
85
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
86
|
+
overrides?: NodeOverridesType<"appName"> | undefined;
|
|
87
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"appName">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "appName" | "textContainerA" | "textContainerB" | ReservedPropsType> & {
|
|
88
|
+
key?: React.Key | undefined;
|
|
89
|
+
}>(props: T_2 & StrictProps<T_2, {
|
|
90
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
91
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
92
|
+
overrides?: NodeOverridesType<"appName"> | undefined;
|
|
93
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"appName">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "appName" | "textContainerA" | "textContainerB" | ReservedPropsType> & {
|
|
94
|
+
key?: React.Key | undefined;
|
|
95
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
96
|
+
displayName: string;
|
|
97
|
+
};
|
|
98
|
+
textContainerA: {
|
|
99
|
+
<T_3 extends {
|
|
100
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
101
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
102
|
+
overrides?: NodeOverridesType<"textContainerA"> | undefined;
|
|
103
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"textContainerA">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "textContainerA" | ReservedPropsType> & {
|
|
104
|
+
key?: React.Key | undefined;
|
|
105
|
+
}>(props: T_3 & StrictProps<T_3, {
|
|
106
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
107
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
108
|
+
overrides?: NodeOverridesType<"textContainerA"> | undefined;
|
|
109
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"textContainerA">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "textContainerA" | ReservedPropsType> & {
|
|
110
|
+
key?: React.Key | undefined;
|
|
111
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
112
|
+
displayName: string;
|
|
113
|
+
};
|
|
114
|
+
textContainerB: {
|
|
115
|
+
<T_4 extends {
|
|
116
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
117
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
118
|
+
overrides?: NodeOverridesType<"textContainerB"> | undefined;
|
|
119
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"textContainerB">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "textContainerB" | ReservedPropsType> & {
|
|
120
|
+
key?: React.Key | undefined;
|
|
121
|
+
}>(props: T_4 & StrictProps<T_4, {
|
|
122
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
123
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
124
|
+
overrides?: NodeOverridesType<"textContainerB"> | undefined;
|
|
125
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"textContainerB">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "textContainerB" | ReservedPropsType> & {
|
|
126
|
+
key?: React.Key | undefined;
|
|
127
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
128
|
+
displayName: string;
|
|
129
|
+
};
|
|
130
|
+
shortStopLogoContainer: {
|
|
131
|
+
<T_5 extends {
|
|
132
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
133
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
134
|
+
overrides?: NodeOverridesType<"shortStopLogoContainer"> | undefined;
|
|
135
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"shortStopLogoContainer">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "shortStopLogoContainer" | ReservedPropsType> & {
|
|
136
|
+
key?: React.Key | undefined;
|
|
137
|
+
}>(props: T_5 & StrictProps<T_5, {
|
|
138
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
139
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
140
|
+
overrides?: NodeOverridesType<"shortStopLogoContainer"> | undefined;
|
|
141
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"shortStopLogoContainer">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicLogo__VariantsArgs | "shortStopLogoContainer" | ReservedPropsType> & {
|
|
142
|
+
key?: React.Key | undefined;
|
|
143
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
144
|
+
displayName: string;
|
|
145
|
+
};
|
|
146
|
+
text: {
|
|
147
|
+
<T_6 extends {
|
|
148
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
149
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
150
|
+
overrides?: NodeOverridesType<"text"> | undefined;
|
|
151
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"text">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & {
|
|
152
|
+
key?: React.Key | undefined;
|
|
153
|
+
}>(props: T_6 & StrictProps<T_6, {
|
|
154
|
+
variants?: PlasmicLogo__VariantsArgs | undefined;
|
|
155
|
+
args?: PlasmicLogo__ArgsType | undefined;
|
|
156
|
+
overrides?: NodeOverridesType<"text"> | undefined;
|
|
157
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"text">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & {
|
|
158
|
+
key?: React.Key | undefined;
|
|
159
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
160
|
+
displayName: string;
|
|
161
|
+
};
|
|
162
|
+
internalVariantProps: (keyof PlasmicLogo__VariantsArgs)[];
|
|
163
|
+
internalArgProps: never[];
|
|
164
|
+
};
|
|
165
|
+
export default PlasmicLogo;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { Flex as Flex__, StrictProps } from '@plasmicapp/react-web';
|
|
2
|
+
/** @jsxRuntime classic */
|
|
3
|
+
/** @jsx createPlasmicElementProxy */
|
|
4
|
+
/** @jsxFrag React.Fragment */
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
export type PlasmicNewsletterConfirmation__VariantMembers = {};
|
|
7
|
+
export type PlasmicNewsletterConfirmation__VariantsArgs = {};
|
|
8
|
+
export declare const PlasmicNewsletterConfirmation__VariantProps: never[];
|
|
9
|
+
export type PlasmicNewsletterConfirmation__ArgsType = {
|
|
10
|
+
message?: string;
|
|
11
|
+
onClick?: () => void;
|
|
12
|
+
};
|
|
13
|
+
export declare const PlasmicNewsletterConfirmation__ArgProps: (keyof PlasmicNewsletterConfirmation__ArgsType)[];
|
|
14
|
+
export type PlasmicNewsletterConfirmation__OverridesType = {
|
|
15
|
+
root?: Flex__<"div">;
|
|
16
|
+
freeBox?: Flex__<"div">;
|
|
17
|
+
};
|
|
18
|
+
export interface DefaultNewsletterConfirmationProps {
|
|
19
|
+
message?: string;
|
|
20
|
+
onClick?: () => void;
|
|
21
|
+
className?: string;
|
|
22
|
+
}
|
|
23
|
+
declare const PlasmicDescendants: {
|
|
24
|
+
readonly root: readonly ["root", "freeBox"];
|
|
25
|
+
readonly freeBox: readonly ["freeBox"];
|
|
26
|
+
};
|
|
27
|
+
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
28
|
+
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
29
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
|
30
|
+
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicNewsletterConfirmation__OverridesType, DescendantsType<T>>;
|
|
31
|
+
export declare const PlasmicNewsletterConfirmation: {
|
|
32
|
+
<T extends {
|
|
33
|
+
variants?: PlasmicNewsletterConfirmation__VariantsArgs | undefined;
|
|
34
|
+
args?: PlasmicNewsletterConfirmation__ArgsType | undefined;
|
|
35
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
36
|
+
} & Omit<PlasmicNewsletterConfirmation__VariantsArgs, ReservedPropsType> & Omit<PlasmicNewsletterConfirmation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicNewsletterConfirmation__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "root" | "freeBox" | keyof PlasmicNewsletterConfirmation__ArgsType | ReservedPropsType> & {
|
|
37
|
+
key?: React.Key | undefined;
|
|
38
|
+
}>(props: T & StrictProps<T, {
|
|
39
|
+
variants?: PlasmicNewsletterConfirmation__VariantsArgs | undefined;
|
|
40
|
+
args?: PlasmicNewsletterConfirmation__ArgsType | undefined;
|
|
41
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
42
|
+
} & Omit<PlasmicNewsletterConfirmation__VariantsArgs, ReservedPropsType> & Omit<PlasmicNewsletterConfirmation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicNewsletterConfirmation__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "root" | "freeBox" | keyof PlasmicNewsletterConfirmation__ArgsType | ReservedPropsType> & {
|
|
43
|
+
key?: React.Key | undefined;
|
|
44
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
45
|
+
displayName: string;
|
|
46
|
+
} & {
|
|
47
|
+
freeBox: {
|
|
48
|
+
<T_1 extends {
|
|
49
|
+
variants?: PlasmicNewsletterConfirmation__VariantsArgs | undefined;
|
|
50
|
+
args?: PlasmicNewsletterConfirmation__ArgsType | undefined;
|
|
51
|
+
overrides?: NodeOverridesType<"freeBox"> | undefined;
|
|
52
|
+
} & Omit<PlasmicNewsletterConfirmation__VariantsArgs, ReservedPropsType> & Omit<PlasmicNewsletterConfirmation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"freeBox">, keyof PlasmicNewsletterConfirmation__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "freeBox" | keyof PlasmicNewsletterConfirmation__ArgsType | ReservedPropsType> & {
|
|
53
|
+
key?: React.Key | undefined;
|
|
54
|
+
}>(props: T_1 & StrictProps<T_1, {
|
|
55
|
+
variants?: PlasmicNewsletterConfirmation__VariantsArgs | undefined;
|
|
56
|
+
args?: PlasmicNewsletterConfirmation__ArgsType | undefined;
|
|
57
|
+
overrides?: NodeOverridesType<"freeBox"> | undefined;
|
|
58
|
+
} & Omit<PlasmicNewsletterConfirmation__VariantsArgs, ReservedPropsType> & Omit<PlasmicNewsletterConfirmation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"freeBox">, keyof PlasmicNewsletterConfirmation__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "freeBox" | keyof PlasmicNewsletterConfirmation__ArgsType | ReservedPropsType> & {
|
|
59
|
+
key?: React.Key | undefined;
|
|
60
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
61
|
+
displayName: string;
|
|
62
|
+
};
|
|
63
|
+
internalVariantProps: never[];
|
|
64
|
+
internalArgProps: (keyof PlasmicNewsletterConfirmation__ArgsType)[];
|
|
65
|
+
};
|
|
66
|
+
export default PlasmicNewsletterConfirmation;
|