propro-common-components 0.2.68 → 0.2.69
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/api/useGetx.d.ts +1 -1
- package/dist/api/useMutate.d.ts +14 -11
- package/dist/backendRequests.d.ts +3 -1
- package/dist/components/AccountManagement/AccountManagementMenu.d.ts +8 -1
- package/dist/components/AccountManagement/index.d.ts +14 -2
- package/dist/components/AvatarMenu/index.d.ts +6 -2
- package/dist/components/IconLoader/IconLoader.d.ts +11 -0
- package/dist/components/IconStyleSelection/IconStyleSelection.d.ts +8 -0
- package/dist/components/switch/ListGridSwitch.d.ts +10 -0
- package/dist/components/switch/icon/GridSVG.d.ts +4 -0
- package/dist/components/switch/icon/Icon.d.ts +7 -0
- package/dist/components/switch/icon/ListSVG.d.ts +4 -0
- package/dist/components/ui/Loading.d.ts +2 -1
- package/dist/components/ui/button.d.ts +3 -2
- package/dist/components/ui/input.d.ts +1 -1
- package/dist/components/ui/switch.d.ts +2 -2
- package/dist/components/ui/tooltip.d.ts +7 -0
- package/dist/constants/messages.d.ts +7 -0
- package/dist/constants/tauriConstants.d.ts +6 -0
- package/dist/context/AuthContext.d.ts +13 -0
- package/dist/hooks/useAuth.d.ts +5 -0
- package/dist/interfaces/account.interface.d.ts +31 -0
- package/dist/main.css +1 -1
- package/dist/main.d.ts +26 -8
- package/dist/plasmicComponents/ButtonFromProPro.d.ts +17 -0
- package/dist/plasmicComponents/Description.d.ts +6 -0
- package/dist/plasmicComponents/IconImports.d.ts +6 -0
- package/dist/plasmicComponents/Label.d.ts +6 -0
- package/dist/plasmicComponents/ProProLabel.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/plasmic_tabs/PlasmicButton.d.ts +30 -30
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Checksvg.d.ts +3 -3
- 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/PlasmicFooterLink.d.ts +22 -22
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Screen.d.ts +0 -6
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLabel.d.ts +91 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +28 -7
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLabel.d.ts +102 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +313 -160
- 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/PlasmicTextInputFromProPro.d.ts +141 -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__Filledsvg.d.ts +3 -3
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon3.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 +3 -3
- 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/propro-common-components.js +48231 -44066
- package/dist/services/LocalStorage.service.d.ts +3 -0
- package/dist/utils/axiosInstance.d.ts +2 -0
- package/dist/utils/checkAccessToken.d.ts +8 -0
- package/dist/utils/config/index.config.d.ts +10 -0
- package/dist/utils/extensionAuth.d.ts +20 -0
- package/dist/utils/getStorage.d.ts +5 -0
- package/dist/utils/getTauriEndpoint.d.ts +9 -0
- package/dist/utils/handleAuth.d.ts +1 -0
- package/dist/utils/handleErrors.d.ts +38 -0
- package/dist/utils/iconUtils.d.ts +16 -0
- package/dist/utils/logout.d.ts +2 -0
- package/dist/utils/setCookie.d.ts +4 -0
- package/package.json +112 -88
- package/dist/Utils/checkAccessToken.d.ts +0 -2
- package/dist/Utils/handleAuth.d.ts +0 -1
- package/dist/Utils/handleErrors.d.ts +0 -0
- package/dist/components/AppHOC.d.ts +0 -5
- package/dist/plasmicComponents/Homepage.d.ts +0 -6
- package/dist/plasmicComponents/TextInput.d.ts +0 -8
- package/dist/plasmicComponents/TextInput2.d.ts +0 -8
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButton.d.ts +0 -134
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicHomepage.d.ts +0 -67
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput.d.ts +0 -141
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput2.d.ts +0 -141
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Checksvg.d.ts +0 -7
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon.d.ts +0 -7
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector15.d.ts +0 -7
- /package/dist/{Utils → utils}/getCookie.d.ts +0 -0
|
@@ -1,144 +1,181 @@
|
|
|
1
|
-
import { Flex as Flex__, SingleChoiceArg, StrictProps } from '@plasmicapp/react-web';
|
|
1
|
+
import { Flex as Flex__, SingleBooleanChoiceArg, SingleChoiceArg, StrictProps } from '@plasmicapp/react-web';
|
|
2
2
|
import { default as Logo } from '../../Logo';
|
|
3
|
-
import { default as
|
|
4
|
-
import { default as
|
|
3
|
+
import { default as ProProLabel } from '../../ProProLabel';
|
|
4
|
+
import { default as TextInputFromProPro } from '../../TextInputFromProPro';
|
|
5
|
+
import { default as ButtonFromProPro } from '../../ButtonFromProPro';
|
|
5
6
|
/** @jsxRuntime classic */
|
|
6
7
|
/** @jsx createPlasmicElementProxy */
|
|
7
8
|
/** @jsxFrag React.Fragment */
|
|
8
|
-
import * as React from
|
|
9
|
+
import * as React from 'react';
|
|
9
10
|
export type PlasmicSignInSignUpForm__VariantMembers = {
|
|
10
|
-
mode:
|
|
11
|
-
app:
|
|
11
|
+
mode: 'signIn' | 'signUp' | 'signUpWithGuestOption' | 'magic' | 'resetPassword' | 'forgotPassword' | 'approvalCode' | 'shortStopConnected' | 'secretKey';
|
|
12
|
+
app: 'hubHub' | 'mapMap' | 'mapMapDesktopAltGreen' | 'shortStop';
|
|
13
|
+
hidingSignupElements: 'socialLogins' | 'magicLink' | 'both';
|
|
14
|
+
hideLogo: 'hideLogo';
|
|
12
15
|
};
|
|
13
16
|
export type PlasmicSignInSignUpForm__VariantsArgs = {
|
|
14
|
-
mode?: SingleChoiceArg<
|
|
15
|
-
app?: SingleChoiceArg<
|
|
17
|
+
mode?: SingleChoiceArg<'signIn' | 'signUp' | 'signUpWithGuestOption' | 'magic' | 'resetPassword' | 'forgotPassword' | 'approvalCode' | 'shortStopConnected' | 'secretKey'>;
|
|
18
|
+
app?: SingleChoiceArg<'hubHub' | 'mapMap' | 'mapMapDesktopAltGreen' | 'shortStop'>;
|
|
19
|
+
hidingSignupElements?: SingleChoiceArg<'socialLogins' | 'magicLink' | 'both'>;
|
|
20
|
+
hideLogo?: SingleBooleanChoiceArg<'hideLogo'>;
|
|
16
21
|
};
|
|
17
22
|
export declare const PlasmicSignInSignUpForm__VariantProps: (keyof PlasmicSignInSignUpForm__VariantsArgs)[];
|
|
18
23
|
export type PlasmicSignInSignUpForm__ArgsType = {
|
|
19
24
|
email?: string;
|
|
25
|
+
authUrl?: string;
|
|
26
|
+
showSocialAuth?: boolean;
|
|
27
|
+
enableMagicLinkAuth?: boolean;
|
|
28
|
+
nameField2?: React.ReactNode;
|
|
29
|
+
nameError?: React.ReactNode;
|
|
30
|
+
emailField2?: React.ReactNode;
|
|
31
|
+
codeField2?: React.ReactNode;
|
|
20
32
|
emailError?: React.ReactNode;
|
|
33
|
+
passwordField2?: React.ReactNode;
|
|
34
|
+
passwordConfirmField2?: React.ReactNode;
|
|
21
35
|
passwordError?: React.ReactNode;
|
|
22
|
-
|
|
23
|
-
authUrl?: string;
|
|
36
|
+
signInButtonSlot?: React.ReactNode;
|
|
24
37
|
};
|
|
25
38
|
export declare const PlasmicSignInSignUpForm__ArgProps: (keyof PlasmicSignInSignUpForm__ArgsType)[];
|
|
26
39
|
export type PlasmicSignInSignUpForm__OverridesType = {
|
|
27
|
-
root?: Flex__<
|
|
28
|
-
container?: Flex__<
|
|
29
|
-
logoAndText?: Flex__<
|
|
40
|
+
root?: Flex__<'div'>;
|
|
41
|
+
container?: Flex__<'div'>;
|
|
42
|
+
logoAndText?: Flex__<'div'>;
|
|
30
43
|
logo?: Flex__<typeof Logo>;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
emailField?: Flex__<
|
|
40
|
-
|
|
41
|
-
passwordField?: Flex__<
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
44
|
+
browserSignupEncouragement?: Flex__<'div'>;
|
|
45
|
+
form?: Flex__<'div'>;
|
|
46
|
+
top?: Flex__<'div'>;
|
|
47
|
+
proProLabel?: Flex__<typeof ProProLabel>;
|
|
48
|
+
topContent?: Flex__<'div'>;
|
|
49
|
+
space?: Flex__<'div'>;
|
|
50
|
+
loginTable?: Flex__<'form'>;
|
|
51
|
+
nameField?: Flex__<'div'>;
|
|
52
|
+
emailField?: Flex__<'div'>;
|
|
53
|
+
codeField?: Flex__<'div'>;
|
|
54
|
+
passwordField?: Flex__<'div'>;
|
|
55
|
+
passwordConfirmField?: Flex__<'div'>;
|
|
56
|
+
confirmPasswordField?: Flex__<'div'>;
|
|
57
|
+
confirmPasswordInput?: Flex__<typeof TextInputFromProPro>;
|
|
58
|
+
backButton?: Flex__<typeof ButtonFromProPro>;
|
|
59
|
+
resendEmailButton?: Flex__<typeof ButtonFromProPro>;
|
|
60
|
+
space2?: Flex__<'div'>;
|
|
61
|
+
orSignUpSignInWithOneOfTheseSocialNetworks?: Flex__<'div'>;
|
|
62
|
+
signInPlatformsButtons?: Flex__<'div'>;
|
|
63
|
+
facebookAuthButton?: Flex__<'button'>;
|
|
64
|
+
blackButtonFrame?: Flex__<'div'>;
|
|
65
|
+
iconSourcesFacebook?: Flex__<'div'>;
|
|
66
|
+
xAuthButton?: Flex__<'button'>;
|
|
67
|
+
blackButtonFrame2?: Flex__<'div'>;
|
|
68
|
+
googleAuthButton?: Flex__<'button'>;
|
|
69
|
+
blackButtonFrame3?: Flex__<'div'>;
|
|
70
|
+
space3?: Flex__<'div'>;
|
|
71
|
+
dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso?: Flex__<'div'>;
|
|
72
|
+
space4?: Flex__<'div'>;
|
|
73
|
+
magicLinkSignInButton?: Flex__<typeof ButtonFromProPro>;
|
|
74
|
+
resetPassword?: Flex__<'div'>;
|
|
75
|
+
andIfYouNeedToYouCan?: Flex__<'div'>;
|
|
76
|
+
resetPasswordButton?: Flex__<'span'>;
|
|
77
|
+
secretKeySection?: Flex__<'div'>;
|
|
78
|
+
secretKeyField?: Flex__<'div'>;
|
|
79
|
+
secretKeyInput?: Flex__<typeof TextInputFromProPro>;
|
|
80
|
+
signInContainer?: Flex__<'div'>;
|
|
81
|
+
andIfYouNeedToYouCan2?: Flex__<'div'>;
|
|
82
|
+
resetPasswordButton2?: Flex__<'a'>;
|
|
83
|
+
space6?: Flex__<'div'>;
|
|
84
|
+
space5?: Flex__<'div'>;
|
|
85
|
+
bottom?: Flex__<'div'>;
|
|
86
|
+
orSignUpButtonContainer?: Flex__<'div'>;
|
|
87
|
+
orSignUpButton?: Flex__<'button'>;
|
|
88
|
+
buttonDefault?: Flex__<'div'>;
|
|
89
|
+
continueWithoutAnAccountButton?: Flex__<typeof ButtonFromProPro>;
|
|
70
90
|
};
|
|
71
91
|
export interface DefaultSignInSignUpFormProps {
|
|
72
92
|
email?: string;
|
|
93
|
+
authUrl?: string;
|
|
94
|
+
showSocialAuth?: boolean;
|
|
95
|
+
enableMagicLinkAuth?: boolean;
|
|
96
|
+
nameField2?: React.ReactNode;
|
|
97
|
+
nameError?: React.ReactNode;
|
|
98
|
+
emailField2?: React.ReactNode;
|
|
99
|
+
codeField2?: React.ReactNode;
|
|
73
100
|
emailError?: React.ReactNode;
|
|
101
|
+
passwordField2?: React.ReactNode;
|
|
102
|
+
passwordConfirmField2?: React.ReactNode;
|
|
74
103
|
passwordError?: React.ReactNode;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
104
|
+
signInButtonSlot?: React.ReactNode;
|
|
105
|
+
mode?: SingleChoiceArg<'signIn' | 'signUp' | 'signUpWithGuestOption' | 'magic' | 'resetPassword' | 'forgotPassword' | 'approvalCode' | 'shortStopConnected' | 'secretKey'>;
|
|
106
|
+
app?: SingleChoiceArg<'hubHub' | 'mapMap' | 'mapMapDesktopAltGreen' | 'shortStop'>;
|
|
107
|
+
hidingSignupElements?: SingleChoiceArg<'socialLogins' | 'magicLink' | 'both'>;
|
|
108
|
+
hideLogo?: SingleBooleanChoiceArg<'hideLogo'>;
|
|
79
109
|
className?: string;
|
|
80
110
|
}
|
|
81
111
|
declare const PlasmicDescendants: {
|
|
82
|
-
readonly root: readonly ["root", "container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "
|
|
83
|
-
readonly container: readonly ["container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "
|
|
112
|
+
readonly root: readonly ["root", "container", "logoAndText", "logo", "browserSignupEncouragement", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
|
113
|
+
readonly container: readonly ["container", "logoAndText", "logo", "browserSignupEncouragement", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
|
84
114
|
readonly logoAndText: readonly ["logoAndText", "logo"];
|
|
85
115
|
readonly logo: readonly ["logo"];
|
|
86
|
-
readonly
|
|
87
|
-
readonly
|
|
116
|
+
readonly browserSignupEncouragement: readonly ["browserSignupEncouragement"];
|
|
117
|
+
readonly form: readonly ["form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
|
118
|
+
readonly top: readonly ["top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5"];
|
|
88
119
|
readonly proProLabel: readonly ["proProLabel"];
|
|
89
|
-
readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "
|
|
120
|
+
readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5"];
|
|
90
121
|
readonly space: readonly ["space"];
|
|
91
|
-
readonly loginTable: readonly ["loginTable", "nameField", "
|
|
92
|
-
readonly nameField: readonly ["nameField"
|
|
93
|
-
readonly
|
|
94
|
-
readonly
|
|
95
|
-
readonly
|
|
96
|
-
readonly
|
|
97
|
-
readonly
|
|
98
|
-
readonly
|
|
122
|
+
readonly loginTable: readonly ["loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton"];
|
|
123
|
+
readonly nameField: readonly ["nameField"];
|
|
124
|
+
readonly emailField: readonly ["emailField"];
|
|
125
|
+
readonly codeField: readonly ["codeField"];
|
|
126
|
+
readonly passwordField: readonly ["passwordField"];
|
|
127
|
+
readonly passwordConfirmField: readonly ["passwordConfirmField"];
|
|
128
|
+
readonly confirmPasswordField: readonly ["confirmPasswordField", "confirmPasswordInput"];
|
|
129
|
+
readonly confirmPasswordInput: readonly ["confirmPasswordInput"];
|
|
130
|
+
readonly backButton: readonly ["backButton"];
|
|
131
|
+
readonly resendEmailButton: readonly ["resendEmailButton"];
|
|
99
132
|
readonly space2: readonly ["space2"];
|
|
100
133
|
readonly orSignUpSignInWithOneOfTheseSocialNetworks: readonly ["orSignUpSignInWithOneOfTheseSocialNetworks"];
|
|
101
|
-
readonly signInPlatformsButtons: readonly ["signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "
|
|
134
|
+
readonly signInPlatformsButtons: readonly ["signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3"];
|
|
102
135
|
readonly facebookAuthButton: readonly ["facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook"];
|
|
103
136
|
readonly blackButtonFrame: readonly ["blackButtonFrame"];
|
|
104
137
|
readonly iconSourcesFacebook: readonly ["iconSourcesFacebook"];
|
|
105
|
-
readonly
|
|
138
|
+
readonly xAuthButton: readonly ["xAuthButton", "blackButtonFrame2"];
|
|
106
139
|
readonly blackButtonFrame2: readonly ["blackButtonFrame2"];
|
|
107
140
|
readonly googleAuthButton: readonly ["googleAuthButton", "blackButtonFrame3"];
|
|
108
141
|
readonly blackButtonFrame3: readonly ["blackButtonFrame3"];
|
|
109
142
|
readonly space3: readonly ["space3"];
|
|
110
143
|
readonly dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso: readonly ["dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"];
|
|
111
144
|
readonly space4: readonly ["space4"];
|
|
112
|
-
readonly magicLinkSignInButton: readonly ["magicLinkSignInButton"
|
|
113
|
-
readonly span: readonly ["span"];
|
|
145
|
+
readonly magicLinkSignInButton: readonly ["magicLinkSignInButton"];
|
|
114
146
|
readonly resetPassword: readonly ["resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton"];
|
|
115
147
|
readonly andIfYouNeedToYouCan: readonly ["andIfYouNeedToYouCan"];
|
|
116
148
|
readonly resetPasswordButton: readonly ["resetPasswordButton"];
|
|
149
|
+
readonly secretKeySection: readonly ["secretKeySection", "secretKeyField", "secretKeyInput"];
|
|
150
|
+
readonly secretKeyField: readonly ["secretKeyField", "secretKeyInput"];
|
|
151
|
+
readonly secretKeyInput: readonly ["secretKeyInput"];
|
|
117
152
|
readonly signInContainer: readonly ["signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2"];
|
|
118
153
|
readonly andIfYouNeedToYouCan2: readonly ["andIfYouNeedToYouCan2"];
|
|
119
154
|
readonly resetPasswordButton2: readonly ["resetPasswordButton2"];
|
|
155
|
+
readonly space6: readonly ["space6"];
|
|
120
156
|
readonly space5: readonly ["space5"];
|
|
121
|
-
readonly bottom: readonly ["bottom", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
|
157
|
+
readonly bottom: readonly ["bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
|
158
|
+
readonly orSignUpButtonContainer: readonly ["orSignUpButtonContainer", "orSignUpButton", "buttonDefault"];
|
|
122
159
|
readonly orSignUpButton: readonly ["orSignUpButton", "buttonDefault"];
|
|
123
160
|
readonly buttonDefault: readonly ["buttonDefault"];
|
|
124
161
|
readonly continueWithoutAnAccountButton: readonly ["continueWithoutAnAccountButton"];
|
|
125
162
|
};
|
|
126
163
|
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
127
164
|
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
128
|
-
type ReservedPropsType =
|
|
165
|
+
type ReservedPropsType = 'variants' | 'args' | 'overrides';
|
|
129
166
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicSignInSignUpForm__OverridesType, DescendantsType<T>>;
|
|
130
167
|
export declare const PlasmicSignInSignUpForm: {
|
|
131
168
|
<T extends {
|
|
132
169
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
133
170
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
134
171
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
135
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "
|
|
172
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "logo" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
136
173
|
key?: React.Key;
|
|
137
174
|
}>(props: T & StrictProps<T, {
|
|
138
175
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
139
176
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
140
177
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
141
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "
|
|
178
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "logo" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
142
179
|
key?: React.Key;
|
|
143
180
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
144
181
|
displayName: string;
|
|
@@ -148,13 +185,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
148
185
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
149
186
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
150
187
|
overrides?: NodeOverridesType<"container"> | undefined;
|
|
151
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "
|
|
188
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "logo" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
152
189
|
key?: React.Key;
|
|
153
190
|
}>(props: T & StrictProps<T, {
|
|
154
191
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
155
192
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
156
193
|
overrides?: NodeOverridesType<"container"> | undefined;
|
|
157
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "
|
|
194
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "logo" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
158
195
|
key?: React.Key;
|
|
159
196
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
160
197
|
displayName: string;
|
|
@@ -191,18 +228,34 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
191
228
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
192
229
|
displayName: string;
|
|
193
230
|
};
|
|
231
|
+
browserSignupEncouragement: {
|
|
232
|
+
<T extends {
|
|
233
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
234
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
235
|
+
overrides?: NodeOverridesType<"browserSignupEncouragement"> | undefined;
|
|
236
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"browserSignupEncouragement">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "browserSignupEncouragement"> & {
|
|
237
|
+
key?: React.Key;
|
|
238
|
+
}>(props: T & StrictProps<T, {
|
|
239
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
240
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
241
|
+
overrides?: NodeOverridesType<"browserSignupEncouragement"> | undefined;
|
|
242
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"browserSignupEncouragement">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "browserSignupEncouragement"> & {
|
|
243
|
+
key?: React.Key;
|
|
244
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
245
|
+
displayName: string;
|
|
246
|
+
};
|
|
194
247
|
form: {
|
|
195
248
|
<T extends {
|
|
196
249
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
197
250
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
198
251
|
overrides?: NodeOverridesType<"form"> | undefined;
|
|
199
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "
|
|
252
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
200
253
|
key?: React.Key;
|
|
201
254
|
}>(props: T & StrictProps<T, {
|
|
202
255
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
203
256
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
204
257
|
overrides?: NodeOverridesType<"form"> | undefined;
|
|
205
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "
|
|
258
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
206
259
|
key?: React.Key;
|
|
207
260
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
208
261
|
displayName: string;
|
|
@@ -212,13 +265,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
212
265
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
213
266
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
214
267
|
overrides?: NodeOverridesType<"top"> | undefined;
|
|
215
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "
|
|
268
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"> & {
|
|
216
269
|
key?: React.Key;
|
|
217
270
|
}>(props: T & StrictProps<T, {
|
|
218
271
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
219
272
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
220
273
|
overrides?: NodeOverridesType<"top"> | undefined;
|
|
221
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "
|
|
274
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"> & {
|
|
222
275
|
key?: React.Key;
|
|
223
276
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
224
277
|
displayName: string;
|
|
@@ -228,13 +281,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
228
281
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
229
282
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
230
283
|
overrides?: NodeOverridesType<"proProLabel"> | undefined;
|
|
231
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<
|
|
284
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<import('../../ProProLabel').ProProLabelProps & React.RefAttributes<HTMLDivElement>>, "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
232
285
|
key?: React.Key;
|
|
233
286
|
}>(props: T & StrictProps<T, {
|
|
234
287
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
235
288
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
236
289
|
overrides?: NodeOverridesType<"proProLabel"> | undefined;
|
|
237
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<
|
|
290
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<import('../../ProProLabel').ProProLabelProps & React.RefAttributes<HTMLDivElement>>, "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
238
291
|
key?: React.Key;
|
|
239
292
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
240
293
|
displayName: string;
|
|
@@ -244,13 +297,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
244
297
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
245
298
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
246
299
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
|
247
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "
|
|
300
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"> & {
|
|
248
301
|
key?: React.Key;
|
|
249
302
|
}>(props: T & StrictProps<T, {
|
|
250
303
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
251
304
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
252
305
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
|
253
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "
|
|
306
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"> & {
|
|
254
307
|
key?: React.Key;
|
|
255
308
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
256
309
|
displayName: string;
|
|
@@ -260,13 +313,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
260
313
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
261
314
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
262
315
|
overrides?: NodeOverridesType<"space"> | undefined;
|
|
263
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType
|
|
316
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
264
317
|
key?: React.Key;
|
|
265
318
|
}>(props: T & StrictProps<T, {
|
|
266
319
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
267
320
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
268
321
|
overrides?: NodeOverridesType<"space"> | undefined;
|
|
269
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType
|
|
322
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
270
323
|
key?: React.Key;
|
|
271
324
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
272
325
|
displayName: string;
|
|
@@ -276,13 +329,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
276
329
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
277
330
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
278
331
|
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
|
279
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>,
|
|
332
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton"> & {
|
|
280
333
|
key?: React.Key;
|
|
281
334
|
}>(props: T & StrictProps<T, {
|
|
282
335
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
283
336
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
284
337
|
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
|
285
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>,
|
|
338
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton"> & {
|
|
286
339
|
key?: React.Key;
|
|
287
340
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
288
341
|
displayName: string;
|
|
@@ -292,113 +345,149 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
292
345
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
293
346
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
294
347
|
overrides?: NodeOverridesType<"nameField"> | undefined;
|
|
295
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "nameField"
|
|
348
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "nameField"> & {
|
|
296
349
|
key?: React.Key;
|
|
297
350
|
}>(props: T & StrictProps<T, {
|
|
298
351
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
299
352
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
300
353
|
overrides?: NodeOverridesType<"nameField"> | undefined;
|
|
301
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "nameField"
|
|
354
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "nameField"> & {
|
|
302
355
|
key?: React.Key;
|
|
303
356
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
304
357
|
displayName: string;
|
|
305
358
|
};
|
|
306
|
-
|
|
359
|
+
emailField: {
|
|
307
360
|
<T extends {
|
|
308
361
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
309
362
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
310
|
-
overrides?: NodeOverridesType<"
|
|
311
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
363
|
+
overrides?: NodeOverridesType<"emailField"> | undefined;
|
|
364
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "emailField"> & {
|
|
312
365
|
key?: React.Key;
|
|
313
366
|
}>(props: T & StrictProps<T, {
|
|
314
367
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
315
368
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
316
|
-
overrides?: NodeOverridesType<"
|
|
317
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
369
|
+
overrides?: NodeOverridesType<"emailField"> | undefined;
|
|
370
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "emailField"> & {
|
|
318
371
|
key?: React.Key;
|
|
319
372
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
320
373
|
displayName: string;
|
|
321
374
|
};
|
|
322
|
-
|
|
375
|
+
codeField: {
|
|
323
376
|
<T extends {
|
|
324
377
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
325
378
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
326
|
-
overrides?: NodeOverridesType<"
|
|
327
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
379
|
+
overrides?: NodeOverridesType<"codeField"> | undefined;
|
|
380
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "codeField"> & {
|
|
328
381
|
key?: React.Key;
|
|
329
382
|
}>(props: T & StrictProps<T, {
|
|
330
383
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
331
384
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
332
|
-
overrides?: NodeOverridesType<"
|
|
333
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
385
|
+
overrides?: NodeOverridesType<"codeField"> | undefined;
|
|
386
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "codeField"> & {
|
|
334
387
|
key?: React.Key;
|
|
335
388
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
336
389
|
displayName: string;
|
|
337
390
|
};
|
|
338
|
-
|
|
391
|
+
passwordField: {
|
|
339
392
|
<T extends {
|
|
340
393
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
341
394
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
342
|
-
overrides?: NodeOverridesType<"
|
|
343
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
395
|
+
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
|
396
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "passwordField"> & {
|
|
344
397
|
key?: React.Key;
|
|
345
398
|
}>(props: T & StrictProps<T, {
|
|
346
399
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
347
400
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
348
|
-
overrides?: NodeOverridesType<"
|
|
349
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
401
|
+
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
|
402
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "passwordField"> & {
|
|
350
403
|
key?: React.Key;
|
|
351
404
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
352
405
|
displayName: string;
|
|
353
406
|
};
|
|
354
|
-
|
|
407
|
+
passwordConfirmField: {
|
|
355
408
|
<T extends {
|
|
356
409
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
357
410
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
358
|
-
overrides?: NodeOverridesType<"
|
|
359
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
411
|
+
overrides?: NodeOverridesType<"passwordConfirmField"> | undefined;
|
|
412
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordConfirmField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "passwordConfirmField"> & {
|
|
360
413
|
key?: React.Key;
|
|
361
414
|
}>(props: T & StrictProps<T, {
|
|
362
415
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
363
416
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
364
|
-
overrides?: NodeOverridesType<"
|
|
365
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
417
|
+
overrides?: NodeOverridesType<"passwordConfirmField"> | undefined;
|
|
418
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordConfirmField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "passwordConfirmField"> & {
|
|
366
419
|
key?: React.Key;
|
|
367
420
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
368
421
|
displayName: string;
|
|
369
422
|
};
|
|
370
|
-
|
|
423
|
+
confirmPasswordField: {
|
|
371
424
|
<T extends {
|
|
372
425
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
373
426
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
374
|
-
overrides?: NodeOverridesType<"
|
|
375
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
427
|
+
overrides?: NodeOverridesType<"confirmPasswordField"> | undefined;
|
|
428
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "confirmPasswordField" | "confirmPasswordInput"> & {
|
|
376
429
|
key?: React.Key;
|
|
377
430
|
}>(props: T & StrictProps<T, {
|
|
378
431
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
379
432
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
380
|
-
overrides?: NodeOverridesType<"
|
|
381
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
433
|
+
overrides?: NodeOverridesType<"confirmPasswordField"> | undefined;
|
|
434
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "confirmPasswordField" | "confirmPasswordInput"> & {
|
|
382
435
|
key?: React.Key;
|
|
383
436
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
384
437
|
displayName: string;
|
|
385
438
|
};
|
|
386
|
-
|
|
439
|
+
confirmPasswordInput: {
|
|
387
440
|
<T extends {
|
|
388
441
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
389
442
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
390
|
-
overrides?: NodeOverridesType<"
|
|
391
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
443
|
+
overrides?: NodeOverridesType<"confirmPasswordInput"> | undefined;
|
|
444
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "confirmPasswordInput"> & {
|
|
445
|
+
key?: React.Key;
|
|
446
|
+
}>(props: T & StrictProps<T, {
|
|
447
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
448
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
449
|
+
overrides?: NodeOverridesType<"confirmPasswordInput"> | undefined;
|
|
450
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "confirmPasswordInput"> & {
|
|
451
|
+
key?: React.Key;
|
|
452
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
453
|
+
displayName: string;
|
|
454
|
+
};
|
|
455
|
+
backButton: {
|
|
456
|
+
<T extends {
|
|
457
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
458
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
459
|
+
overrides?: NodeOverridesType<"backButton"> | undefined;
|
|
460
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"backButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
461
|
+
ref?: React.Ref<HTMLAnchorElement>;
|
|
462
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "backButton"> & {
|
|
463
|
+
key?: React.Key;
|
|
464
|
+
}>(props: T & StrictProps<T, {
|
|
465
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
466
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
467
|
+
overrides?: NodeOverridesType<"backButton"> | undefined;
|
|
468
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"backButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
392
469
|
ref?: React.Ref<HTMLAnchorElement>;
|
|
393
|
-
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "
|
|
470
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "backButton"> & {
|
|
471
|
+
key?: React.Key;
|
|
472
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
473
|
+
displayName: string;
|
|
474
|
+
};
|
|
475
|
+
resendEmailButton: {
|
|
476
|
+
<T extends {
|
|
477
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
478
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
479
|
+
overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
|
|
480
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resendEmailButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
481
|
+
ref?: React.Ref<HTMLAnchorElement>;
|
|
482
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resendEmailButton"> & {
|
|
394
483
|
key?: React.Key;
|
|
395
484
|
}>(props: T & StrictProps<T, {
|
|
396
485
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
397
486
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
398
|
-
overrides?: NodeOverridesType<"
|
|
399
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
487
|
+
overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
|
|
488
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resendEmailButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
400
489
|
ref?: React.Ref<HTMLAnchorElement>;
|
|
401
|
-
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "
|
|
490
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resendEmailButton"> & {
|
|
402
491
|
key?: React.Key;
|
|
403
492
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
404
493
|
displayName: string;
|
|
@@ -440,13 +529,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
440
529
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
441
530
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
442
531
|
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
|
443
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "
|
|
532
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3"> & {
|
|
444
533
|
key?: React.Key;
|
|
445
534
|
}>(props: T & StrictProps<T, {
|
|
446
535
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
447
536
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
448
537
|
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
|
449
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "
|
|
538
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3"> & {
|
|
450
539
|
key?: React.Key;
|
|
451
540
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
452
541
|
displayName: string;
|
|
@@ -499,18 +588,18 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
499
588
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
500
589
|
displayName: string;
|
|
501
590
|
};
|
|
502
|
-
|
|
591
|
+
xAuthButton: {
|
|
503
592
|
<T extends {
|
|
504
593
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
505
594
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
506
|
-
overrides?: NodeOverridesType<"
|
|
507
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
595
|
+
overrides?: NodeOverridesType<"xAuthButton"> | undefined;
|
|
596
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "xAuthButton" | "blackButtonFrame2"> & {
|
|
508
597
|
key?: React.Key;
|
|
509
598
|
}>(props: T & StrictProps<T, {
|
|
510
599
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
511
600
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
512
|
-
overrides?: NodeOverridesType<"
|
|
513
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
|
601
|
+
overrides?: NodeOverridesType<"xAuthButton"> | undefined;
|
|
602
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "xAuthButton" | "blackButtonFrame2"> & {
|
|
514
603
|
key?: React.Key;
|
|
515
604
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
516
605
|
displayName: string;
|
|
@@ -616,33 +705,17 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
616
705
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
617
706
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
618
707
|
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
|
619
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"magicLinkSignInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../
|
|
708
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"magicLinkSignInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
620
709
|
ref?: React.Ref<HTMLAnchorElement>;
|
|
621
|
-
}>,
|
|
710
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "magicLinkSignInButton"> & {
|
|
622
711
|
key?: React.Key;
|
|
623
712
|
}>(props: T & StrictProps<T, {
|
|
624
713
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
625
714
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
626
715
|
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
|
627
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"magicLinkSignInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../
|
|
716
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"magicLinkSignInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
628
717
|
ref?: React.Ref<HTMLAnchorElement>;
|
|
629
|
-
}>,
|
|
630
|
-
key?: React.Key;
|
|
631
|
-
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
632
|
-
displayName: string;
|
|
633
|
-
};
|
|
634
|
-
span: {
|
|
635
|
-
<T extends {
|
|
636
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
637
|
-
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
638
|
-
overrides?: NodeOverridesType<"span"> | undefined;
|
|
639
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"span">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, "span" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
640
|
-
key?: React.Key;
|
|
641
|
-
}>(props: T & StrictProps<T, {
|
|
642
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
643
|
-
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
644
|
-
overrides?: NodeOverridesType<"span"> | undefined;
|
|
645
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"span">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, "span" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
718
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "magicLinkSignInButton"> & {
|
|
646
719
|
key?: React.Key;
|
|
647
720
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
648
721
|
displayName: string;
|
|
@@ -652,13 +725,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
652
725
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
653
726
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
654
727
|
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
|
655
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "
|
|
728
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "andIfYouNeedToYouCan" | "resetPasswordButton"> & {
|
|
656
729
|
key?: React.Key;
|
|
657
730
|
}>(props: T & StrictProps<T, {
|
|
658
731
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
659
732
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
660
733
|
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
|
661
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "
|
|
734
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "andIfYouNeedToYouCan" | "resetPasswordButton"> & {
|
|
662
735
|
key?: React.Key;
|
|
663
736
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
664
737
|
displayName: string;
|
|
@@ -684,13 +757,61 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
684
757
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
685
758
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
686
759
|
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
|
687
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.
|
|
760
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resetPasswordButton"> & {
|
|
688
761
|
key?: React.Key;
|
|
689
762
|
}>(props: T & StrictProps<T, {
|
|
690
763
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
691
764
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
692
765
|
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
|
693
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.
|
|
766
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resetPasswordButton"> & {
|
|
767
|
+
key?: React.Key;
|
|
768
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
769
|
+
displayName: string;
|
|
770
|
+
};
|
|
771
|
+
secretKeySection: {
|
|
772
|
+
<T extends {
|
|
773
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
774
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
775
|
+
overrides?: NodeOverridesType<"secretKeySection"> | undefined;
|
|
776
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeySection">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeySection" | "secretKeyField" | "secretKeyInput"> & {
|
|
777
|
+
key?: React.Key;
|
|
778
|
+
}>(props: T & StrictProps<T, {
|
|
779
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
780
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
781
|
+
overrides?: NodeOverridesType<"secretKeySection"> | undefined;
|
|
782
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeySection">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeySection" | "secretKeyField" | "secretKeyInput"> & {
|
|
783
|
+
key?: React.Key;
|
|
784
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
785
|
+
displayName: string;
|
|
786
|
+
};
|
|
787
|
+
secretKeyField: {
|
|
788
|
+
<T extends {
|
|
789
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
790
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
791
|
+
overrides?: NodeOverridesType<"secretKeyField"> | undefined;
|
|
792
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeyField" | "secretKeyInput"> & {
|
|
793
|
+
key?: React.Key;
|
|
794
|
+
}>(props: T & StrictProps<T, {
|
|
795
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
796
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
797
|
+
overrides?: NodeOverridesType<"secretKeyField"> | undefined;
|
|
798
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeyField" | "secretKeyInput"> & {
|
|
799
|
+
key?: React.Key;
|
|
800
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
801
|
+
displayName: string;
|
|
802
|
+
};
|
|
803
|
+
secretKeyInput: {
|
|
804
|
+
<T extends {
|
|
805
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
806
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
807
|
+
overrides?: NodeOverridesType<"secretKeyInput"> | undefined;
|
|
808
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeyInput"> & {
|
|
809
|
+
key?: React.Key;
|
|
810
|
+
}>(props: T & StrictProps<T, {
|
|
811
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
812
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
813
|
+
overrides?: NodeOverridesType<"secretKeyInput"> | undefined;
|
|
814
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeyInput"> & {
|
|
694
815
|
key?: React.Key;
|
|
695
816
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
696
817
|
displayName: string;
|
|
@@ -743,6 +864,22 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
743
864
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
744
865
|
displayName: string;
|
|
745
866
|
};
|
|
867
|
+
space6: {
|
|
868
|
+
<T extends {
|
|
869
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
870
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
871
|
+
overrides?: NodeOverridesType<"space6"> | undefined;
|
|
872
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space6">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space6"> & {
|
|
873
|
+
key?: React.Key;
|
|
874
|
+
}>(props: T & StrictProps<T, {
|
|
875
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
876
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
877
|
+
overrides?: NodeOverridesType<"space6"> | undefined;
|
|
878
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space6">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space6"> & {
|
|
879
|
+
key?: React.Key;
|
|
880
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
881
|
+
displayName: string;
|
|
882
|
+
};
|
|
746
883
|
space5: {
|
|
747
884
|
<T extends {
|
|
748
885
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
@@ -764,13 +901,29 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
764
901
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
765
902
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
766
903
|
overrides?: NodeOverridesType<"bottom"> | undefined;
|
|
767
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
904
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
768
905
|
key?: React.Key;
|
|
769
906
|
}>(props: T & StrictProps<T, {
|
|
770
907
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
771
908
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
772
909
|
overrides?: NodeOverridesType<"bottom"> | undefined;
|
|
773
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
910
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
911
|
+
key?: React.Key;
|
|
912
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
913
|
+
displayName: string;
|
|
914
|
+
};
|
|
915
|
+
orSignUpButtonContainer: {
|
|
916
|
+
<T extends {
|
|
917
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
918
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
919
|
+
overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
|
|
920
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButtonContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault"> & {
|
|
921
|
+
key?: React.Key;
|
|
922
|
+
}>(props: T & StrictProps<T, {
|
|
923
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
924
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
925
|
+
overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
|
|
926
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButtonContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault"> & {
|
|
774
927
|
key?: React.Key;
|
|
775
928
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
776
929
|
displayName: string;
|
|
@@ -812,7 +965,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
812
965
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
813
966
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
814
967
|
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|
|
815
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"continueWithoutAnAccountButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../
|
|
968
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"continueWithoutAnAccountButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
816
969
|
ref?: React.Ref<HTMLAnchorElement>;
|
|
817
970
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "continueWithoutAnAccountButton"> & {
|
|
818
971
|
key?: React.Key;
|
|
@@ -820,7 +973,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
|
820
973
|
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
821
974
|
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
822
975
|
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|
|
823
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"continueWithoutAnAccountButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../
|
|
976
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"continueWithoutAnAccountButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
824
977
|
ref?: React.Ref<HTMLAnchorElement>;
|
|
825
978
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "continueWithoutAnAccountButton"> & {
|
|
826
979
|
key?: React.Key;
|